LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 03-15-2010, 09:43 AM   #1
Dmbolf
LQ Newbie
 
Registered: Mar 2010
Posts: 29

Rep: Reputation: 15
Nvidia GeForce 9600gt problem


So I've searched across these forums and haven't quite found the same problem I'm having. For the record, I'm running Ubuntu 9.10

So I built my new box, and my video card is a Gigabyte Nvidia GeForce 9600GT (GIGABYTE GV-N96TZL-1GI). I go to System > Administration > Hardware Drivers to install the drivers so I can use those fancy 3D effects. It tells me I need to restart, so I do. When it comes up though, I get an error message about running in low graphics mode, the top 5th of my screen is blacked out, and the screen has been shifted so that the left boundary is in the middle, and the right boundary goes off the screen and back to the left side. It goes back to working fine (but without the fancy 3D effects) when I remove the drivers.

Both drivers in the hardware drivers (185 and 173) have this problem. I'd post log files and such, but I'm at work right now. Any ideas whats going on?
 
Old 03-15-2010, 11:19 AM   #2
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
I doubt anyone has any ideas what's going on without those logs.

Adam
 
Old 03-15-2010, 12:38 PM   #3
PunksUndead
LQ Newbie
 
Registered: Jan 2009
Location: Central California
Distribution: Kubuntu 10.10 and BackTrack4
Posts: 22

Rep: Reputation: 16
http://www.ubuntugeek.com/install-nv...epidhardy.html
 
Old 03-15-2010, 12:53 PM   #4
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
I would recommend a sudo nvidia xconfig. I have found that koala fails to configure certain nvidia cards after the proprietary has been installed. If that doesn't do it, consider upgrading to the latest driver.

Btw, I have a 9600GT in one of my computers - but as luck will have it, it's the one that hasn't been upgraded yet so I can't tell whether the issue affects all cards of that type. I did have issues with both my 7600 and 250, though; no screen corruption but the systems simply failed to awake from suspend.

Last edited by jay73; 03-15-2010 at 12:56 PM.
 
Old 03-15-2010, 01:44 PM   #5
Dmbolf
LQ Newbie
 
Registered: Mar 2010
Posts: 29

Original Poster
Rep: Reputation: 15
I'll try that new set of drivers when I get home. If that doesn't work, I'll be sure to post the log files. I'm somewhat new at this, so when should I take these log files? (before, during, after?)
 
Old 03-15-2010, 02:26 PM   #6
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
While you're in low graphics mode. You can use a service like http://pastebin.com/ . I would recommend posting both /var/log/Xorg.0.log and /var/log/Xorg.0.log.old.

Adam
 
Old 03-15-2010, 02:35 PM   #7
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
As a rule, you shouldn't need to do more than
cat /var/log/Xorg.0.log | grep EE
It will filter out all lines except the ones that signal an error.
 
Old 03-15-2010, 02:38 PM   #8
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
As a rule, I would say post everything. greping for EE only shows errors, not warnings which can be important. It removes any context, which can be important, and not all problems generate errors and warnings.

EDIT: Also, the full log file includes the kernel version, X server version, and driver version, none of which show up if you just grep for EE.

Adam

Last edited by adamk75; 03-15-2010 at 02:46 PM.
 
Old 03-15-2010, 03:40 PM   #9
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
True. I was just wondering who will feel like examining all of that log file.

Last edited by jay73; 03-15-2010 at 04:09 PM.
 
Old 03-15-2010, 04:36 PM   #10
Dmbolf
LQ Newbie
 
Registered: Mar 2010
Posts: 29

Original Poster
Rep: Reputation: 15
This is my xorg.0.log file

http://pastebin.com/Yz74Fpet

A warning comes up when I start the computer up, saying I have to connect a power thing to it, which I've already done. Any help? (this is running, or trying to, the 185 driver)
 
Old 03-15-2010, 08:49 PM   #11
Dmbolf
LQ Newbie
 
Registered: Mar 2010
Posts: 29

Original Poster
Rep: Reputation: 15
Now that I'm home,
lspci (http://pastebin.com/iM7U8pKV)
lshw (http://pastebin.com/zCHGW4Z8)


These were taken when I removed the drivers and my computer is running normally, if that matters at all.
 
Old 03-16-2010, 03:49 AM   #12
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Seems pretty clear from the log file, don't you think?

Code:
(EE) NVIDIA(GPU-0): Your GeForce 9600 GT graphics card does not have the necessary
(EE) NVIDIA(GPU-0):     external power cables attached; X will not start unless
(EE) NVIDIA(GPU-0):     this is rectified.  Please shut down your computer, open
(EE) NVIDIA(GPU-0):     its case, and attach the appropriate power connectors.
 
Old 03-16-2010, 08:16 AM   #13
Dmbolf
LQ Newbie
 
Registered: Mar 2010
Posts: 29

Original Poster
Rep: Reputation: 15
You'd think so wouldn't you? Until you open up the case and realize the only power cable you can connect to it is connected. I'll pull up a blueprint of it and see if I'm missing something though.
 
Old 03-16-2010, 08:19 AM   #14
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
If it really is connected properly, only nvidia can help you :-)

You could file a bug report here: http://www.nvnews.net/vbulletin/forumdisplay.php?f=14

Adam
 
Old 03-16-2010, 09:22 AM   #15
Dmbolf
LQ Newbie
 
Registered: Mar 2010
Posts: 29

Original Poster
Rep: Reputation: 15
Thank you for your help!
 
  


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
Nvidia 9600GT Valgerd Linux - Hardware 14 09-13-2009 11:13 AM
nVidia 9600GT, Samsung LCD Television and Onkyo Receiver - Change Resolution???? rmwlaw Linux - Newbie 5 06-21-2009 08:24 AM
X.org starting white screen with NVIDIA 9600GT The_Seraphim Linux - Desktop 4 10-30-2008 08:15 AM
Nvidia 173.08 driver works OK with 9600GT card, Fedora 8 terry-duell Fedora 2 05-27-2008 07:11 PM
LXer: ASUS GeForce 9600GT 512MB LXer Syndicated Linux News 0 03-21-2008 04:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 04:41 PM.

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