Switching to workspaces view shows buggy blue background
- by G1i1ch
When switching to workspaces view everything the background turns blue.
Same happens when I switch between multiple windows of the same app too. Happening after having a try with gnome shell out of curiosity. Installed through official repos like normal. Tried it out but switched back, anyone have an idea of why this is happening?
Got an Intel GPU and Unity 3d.
If anyone can give me some direction, thanks a lot.
Update: Looks like during the switch somehow opengl was disabled. glxinfo returns:
name of display: :0
Xlib: extension "GLX" missing on display ":0".
Xlib: extension "GLX" missing on display ":0".
Xlib: extension "GLX" missing on display ":0".
Xlib: extension "GLX" missing on display ":0".
Xlib: extension "GLX" missing on display ":0".
Error: couldn't find RGB GLX visual or fbconfig
Xlib: extension "GLX" missing on display ":0".
Xlib: extension "GLX" missing on display ":0".
Xlib: extension "GLX" missing on display ":0".
Xlib: extension "GLX" missing on display ":0".
Xlib: extension "GLX" missing on display ":0".
Xlib: extension "GLX" missing on display ":0".
Xlib: extension "GLX" missing on display ":0".
This is very distressing, all I wanted to do was try out gnome3. Does anyone have an idea on how I can get opengl back?
[update]
Ok I found out what happened. Apparently it's not that hard to accidentally install an nvidia driver. All I had to do was remove all the stuff that had nvidia in it and I got 3d back! For anyone else, this is how I found out:
check out Xorg.0.log
`$ cat / var/log/Xorg.0.log | more`
if you see a line like this somewhere
`(EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)`
you got an nvidia problem
Thanks everyone for trying to help :D