PDA

View Full Version : [SOLVED] Gnome Shell trouble



MichaelRX8
January 22nd, 2010, 05:24 AM
Hi. I installed gnome-shell from apt on a new partition install of Ubuntu 64 bit. Before doing updates it worked just fine. Now when I run "gnome-shell --replace I get this error

michael@michael-laptop:~$ gnome-shell --replace
Error: glXCreateContext failed
Failed to start shell
Cannot register the panel shell: there is already one running.
Window manager warning: Screen 0 on display ":0.0" already has a window manager; try using the --replace option to replace the current window manager.
Traceback (most recent call last):
File "/usr/bin/gnome-shell", line 265, in <module>
shell = start_shell()
File "/usr/bin/gnome-shell", line 138, in start_shell
(server_glx_extensions, client_glx_extensions, glx_extensions) = _get_glx_extensions()
File "/usr/bin/gnome-shell", line 75, in _get_glx_extensions
server_glx_extensions = set(re.split("\s*,\s*", glxinfo_map['server glx extensions'].strip()))
KeyError: 'server glx extensions'

Anybody got any ideas?

Thanks in advance.

wojox
January 22nd, 2010, 05:30 AM
Did you try setting the ModulePath (http://www.linuxquestions.org/questions/fedora-35/compiz-0.7.8-fedora-core-10-replace-fatal-glxcreatecontext-failed-686923/)

MichaelRX8
January 22nd, 2010, 06:01 PM
Ummm...I'm not quite that smart yet. I know what a path is, but can you be more specific?

thanks

MichaelRX8
January 23rd, 2010, 01:34 AM
No one?

dwflo
January 23rd, 2010, 01:42 AM
@MichaelRX8,

Do not feel alone, still trying to figure it out!!!

Dave

tjsummers51l
January 23rd, 2010, 01:47 AM
If you can boot into another windows manager like KDE, I would try uninstalling all of the gnome components in synaptic package manager and then reinstall .

ucdminer
January 23rd, 2010, 09:13 PM
Hi. I installed gnome-shell from apt on a new partition install of Ubuntu 64 bit. Before doing updates it worked just fine. Now when I run "gnome-shell --replace I get this error

michael@michael-laptop:~$ gnome-shell --replace
Error: glXCreateContext failed
Failed to start shell
Cannot register the panel shell: there is already one running.
Window manager warning: Screen 0 on display ":0.0" already has a window manager; try using the --replace option to replace the current window manager.
Traceback (most recent call last):
File "/usr/bin/gnome-shell", line 265, in <module>
shell = start_shell()
File "/usr/bin/gnome-shell", line 138, in start_shell
(server_glx_extensions, client_glx_extensions, glx_extensions) = _get_glx_extensions()
File "/usr/bin/gnome-shell", line 75, in _get_glx_extensions
server_glx_extensions = set(re.split("\s*,\s*", glxinfo_map['server glx extensions'].strip()))
KeyError: 'server glx extensions'

Anybody got any ideas?

Thanks in advance.

I was also facing this trouble. All I did is to reinstall my Nvidia driver. I earlier had 190.53, I am now using 195.30. Everything is fine now :)

MichaelRX8
January 24th, 2010, 02:08 AM
Thanks ucdminer. I was using the same driver, I went ahead and installed the older one from Ubuntu's driver installer and it seems to be fine now.