LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-22-2007, 11:27 AM   #1
pickarooney
Member
 
Registered: Aug 2003
Distribution: (X)ubuntu Maverick
Posts: 152

Rep: Reputation: 15
Google Earth resets X


Up to yesterday, Google Earth was working perfectly. As of today, every time I run it, as soon as the splashscreen appears the X server resets itself (just like if I hit Ctrl-Alt-Backspace). Any idea why this might be or how I can diagnose it?

Kubuntu Edgy, nvidia 6200 Turbocache PCI-E.
I haven't changed anything since yesterday, but hadn't rebooted in a few days after doing some small updates suggested by adept before a power-cut this morning.
 
Old 04-22-2007, 11:38 PM   #2
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
If you've applied an update to X, you need to re-run the Nvidia installer. The X updates "fix" the changes made by the Nvidia installer. When you run a GLX application after that happens, X crashes.
 
Old 04-23-2007, 03:23 PM   #3
pickarooney
Member
 
Registered: Aug 2003
Distribution: (X)ubuntu Maverick
Posts: 152

Original Poster
Rep: Reputation: 15
OK, will try that. Bit of a pain, these kernel updates. Each time they create a new menu.lst with the wrong grub entries and make my system unbootable, then break something in the video display!
 
Old 04-23-2007, 03:31 PM   #4
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
I wasn't referring to a kernel update. Since you said you had not rebooted, a kernel change could not be the cause. The only other possibility is an X update, which can cause the symptom you reported.
 
Old 04-24-2007, 05:39 PM   #5
pickarooney
Member
 
Registered: Aug 2003
Distribution: (X)ubuntu Maverick
Posts: 152

Original Poster
Rep: Reputation: 15
Kernel, X, I'm not sure to be honest, but thank you for the suggestion which solved the problem.
 
Old 05-05-2007, 06:16 PM   #6
daTerminehtor
Member
 
Registered: Jan 2006
Location: Great White North
Distribution: openSUSE 10.2, openSUSE 10.3 (VM)
Posts: 44

Rep: Reputation: 15
This issue just occurred to me as well (fresh install of openSUSE 10.2 though). Thing is, had no updates (X or otherwise).

Running the nvidia installer won't help me (I believe) as the card was recognized during install and, as such... didn't install any other nvidia drivers.

What you say makes a lot of sense though...

Ideas?
 
Old 05-05-2007, 06:26 PM   #7
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
Which driver are you running? The open source driver (nv) or the proprietary Nvidia driver (nvidia)? You can check with (as root):

lsmod | grep -i nv
 
Old 05-05-2007, 06:29 PM   #8
daTerminehtor
Member
 
Registered: Jan 2006
Location: Great White North
Distribution: openSUSE 10.2, openSUSE 10.3 (VM)
Posts: 44

Rep: Reputation: 15
Nothing happens when I run that (as root), no error, nada.

Running the default open source driver (did not install own).
 
Old 05-05-2007, 06:38 PM   #9
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
If you received no response, then you don't have an Nvidia video card. You have a different issue; start a new thread.
 
Old 05-05-2007, 06:53 PM   #10
daTerminehtor
Member
 
Registered: Jan 2006
Location: Great White North
Distribution: openSUSE 10.2, openSUSE 10.3 (VM)
Posts: 44

Rep: Reputation: 15
*cough*
I most certainly do have an nvidia card... Ti4600 which is seen in Yast.
 
Old 05-05-2007, 07:00 PM   #11
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
If you aren't using the nv or nvidia driver, then you are running with the generic vesa driver, which would still be a different issue. Check your /etc/X11/xorg.conf.
 
Old 05-05-2007, 07:02 PM   #12
daTerminehtor
Member
 
Registered: Jan 2006
Location: Great White North
Distribution: openSUSE 10.2, openSUSE 10.3 (VM)
Posts: 44

Rep: Reputation: 15
Section "Device"
BoardName "GeForce4 Ti 4600"
BusID "1:0:0"
Driver "nv"
Identifier "Device[0]"
Option "usevnc" "no"
Screen 0
VendorName "NVidia"
EndSection
 
Old 05-05-2007, 07:07 PM   #13
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
Then you typo'd the command, or you are experiencing a miracle (you are using a driver without it being loaded).

In the first case, since you are having a problem with the open source driver, you have a different issue. Open a new thread to get the attention of someone that can help you with that.

In the second case, call the Vatican.
 
Old 05-05-2007, 07:10 PM   #14
daTerminehtor
Member
 
Registered: Jan 2006
Location: Great White North
Distribution: openSUSE 10.2, openSUSE 10.3 (VM)
Posts: 44

Rep: Reputation: 15
ya eh... :d

I copied that command...
I typed that command...

/me calls the vatican

What is supposed to occur? Text in the terminal?
 
Old 05-05-2007, 10:02 PM   #15
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
You should see the loaded driver, like this:

Code:
# lsmod | grep -i nv
nvidia               4718068  32 
i2c_core               24897  2 i2c_ec,nvidia
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Google Earth joint SUSE / openSUSE 2 10-27-2006 04:59 AM
google earth scrarfussi Linux - Desktop 0 09-21-2006 10:36 AM
Google Earth bdlwet Linux - Software 1 09-14-2006 03:30 AM
Google Earth produces 'holes' in planet earth greengrocer Linux - Newbie 5 07-18-2006 10:57 PM
Google Earth Artik Linux - Software 7 01-29-2006 09:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:06 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration