View previous topic :: View next topic |
Author |
Message |
special_kevin n00b
Joined: 06 Feb 2006 Posts: 12 Location: Chicago, IL
|
Posted: Fri Mar 31, 2006 6:24 am Post subject: Terminals won't open[SOLVED] |
|
|
I recently upgraded to Gnome 2.14 and since then I can't open any terminals that I have tried. I tried to open gnome-terminal, xterm, and tilda. Each of them show up in the panel for a couple of seconds and then disappear and nothings opens. Virtual terminals still work. Does anybody have any ideas how to fix so I can open a terminal. Thanks.
Last edited by special_kevin on Mon Apr 03, 2006 1:30 am; edited 1 time in total |
|
Back to top |
|
|
kmj0377 Guru
Joined: 26 Sep 2003 Posts: 397
|
Posted: Fri Mar 31, 2006 6:33 am Post subject: |
|
|
Might try a revdep-rebuild just in case something broke. |
|
Back to top |
|
|
asiobob Veteran
Joined: 29 Oct 2003 Posts: 1375 Location: Bamboo Creek
|
Posted: Sun Apr 02, 2006 3:13 am Post subject: |
|
|
I just upgraded to gnome 2.14 and gnome-terminal worked.
Then I updated to the latest nvidia-glx and it wouldn't start.
I'm using xterm atm, open up a virtual console (and type DISPLAY=":0" xterm) then switch back to your xsession
From there type gnome-terminal and it will a cry about loading a shared library that doesn't exist. I'm looking into it now, revdep-rebuilding doesn't help in this case |
|
Back to top |
|
|
special_kevin n00b
Joined: 06 Feb 2006 Posts: 12 Location: Chicago, IL
|
Posted: Sun Apr 02, 2006 8:25 pm Post subject: |
|
|
I get the same problem now. When I try to run gnome-terminal from xterm is says that it is missing or can't open libGLcore.so. I have been looking and haven't been able to find a fix, any help would be great thanks. |
|
Back to top |
|
|
RattyMan Tux's lil' helper
Joined: 12 Apr 2004 Posts: 79
|
Posted: Sun Apr 02, 2006 10:43 pm Post subject: |
|
|
I think I have just found the issue. I was having the same and when checking, the nvidia opengl interface did not seem to have been selected during the update to the latest drivers. Try running:
Code: | # eselect opengl list |
Mine returned with:
Code: | Available OpenGL implementations:
[1] nvidia
[2] xorg-x11 * |
Which showed the xorg-x11 selected. With a change to the nvidia drivers:
Code: | # eselect opengl set nvidia
Switching to nvidia OpenGL interface... done |
my gnome-terminal seems to be now working fine! |
|
Back to top |
|
|
asiobob Veteran
Joined: 29 Oct 2003 Posts: 1375 Location: Bamboo Creek
|
Posted: Mon Apr 03, 2006 12:10 am Post subject: |
|
|
yeh that fixed it. I never ran it because I assumed it was set like this during the nvidia-glx installation |
|
Back to top |
|
|
special_kevin n00b
Joined: 06 Feb 2006 Posts: 12 Location: Chicago, IL
|
Posted: Mon Apr 03, 2006 1:30 am Post subject: |
|
|
Thanks, that fixed mine too. |
|
Back to top |
|
|
taskara Advocate
Joined: 10 Apr 2002 Posts: 3763 Location: Australia
|
Posted: Tue Apr 04, 2006 1:41 am Post subject: |
|
|
I have this issue.. gnome-terminal appears to have been built against nvidia's 3D libraries, and so it doesn't work on my ATI system.
I have switched to eselect opengl set xorg-x11 and rebuilt, overwritten the binary but it still wants nvidia libs..
Any ideas??
Cheers,
Chris _________________ Kororaa install method - have Gentoo up and running quickly and easily, fully automated with an installer! |
|
Back to top |
|
|
|