LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-24-2009, 09:27 AM   #1
Quads
Member
 
Registered: Jul 2008
Location: Indiana
Distribution: Fedora, Ubuntu, Slackware
Posts: 203

Rep: Reputation: 34
Video card acting up


I have an nvidia card 9800gtx, Mandriva 2009 32bit. Everything works fine, the driver is installed, the card is recognized properly. Compiz works, and all seems to be fine, but every now and then the screen will just freak out, show like a grid over it, but the machine is still working. I can still access the machine over the network, and if I drop to a shell I can see what I type behind it, its just all screwed up. It isn't a heat issue with the card. The machine seems to be fine, I can leave it run all night, it seems to act up usually when playing flash video, but has done it just out of the blue before. Would you think that this is a bad card, or some driver issue?
 
Old 04-24-2009, 09:47 AM   #2
kentyler
Member
 
Registered: Dec 2008
Location: Newark Ohio
Distribution: Fedora Core
Posts: 270

Rep: Reputation: 38
If it's a CRT monitor you may lower your horizontal frequency and see if that helps. If it's a LCD and you are using digital input then I'd suspect the card has issues. Drivers normally cause the issues all the time and don't act up under different conditions like flash player.

If it happens in X and you do ctl+alt+backspace then the issue should go away if it's driver related or monitor related of course that's only going to last a minute if you are running in graphics mode or init 5 then it will restart X again.

Try starting the machine from power off, then go to console and type init 3 then startx and if it acts up try the ctl+alt+backspace and see if it clears up and drops you to a shell. You should not even have to type reset to clear the terminal it should be clean if it's driver or monitor settings issue.
 
Old 04-24-2009, 11:41 AM   #3
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
"the driver is installed" ... what driver ? the version ? Anything in the logs ? Xorg.0.log ? syslog ? etc.
 
Old 04-24-2009, 07:44 PM   #4
Quads
Member
 
Registered: Jul 2008
Location: Indiana
Distribution: Fedora, Ubuntu, Slackware
Posts: 203

Original Poster
Rep: Reputation: 34
Quote:
Originally Posted by H_TeXMeX_H View Post
"the driver is installed" ... what driver ? the version ? Anything in the logs ? Xorg.0.log ? syslog ? etc.
The driver is the nvidia 177.70. I don't know that it is the most up to date, but that is the one mandriva used by default and it seems to work.

The only thing I can find in the logs is this from syslog right before it dies(I think)

Apr 24 20:02:58 Cory-desktop kernel: NVRM: Xid (0002:00): 8, Channel 00000003
Apr 24 20:02:58 Cory-desktop kernel: NVRM: os_map_kernel_space: can't map 0xe0200000, invalid context!
Apr 24 20:02:58 Cory-desktop kernel: NVRM: os_map_kernel_space: can't map 0xe0200000, invalid context!
Apr 24 20:03:00 Cory-desktop kernel: NVRM: Xid (0002:00): 62, CMDre 00000000 0000085c 0100cb1a 00000007 00000000

I have no idea what this means, but I am quite certain that this is the last thing that it is logging. I found several instances of it in the log, and each was just prior to a restart.
 
Old 04-25-2009, 04:39 AM   #5
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
I think it's probably related to the nvidia drivers, and with such a new card I would use the newest nvidia drivers:
http://www.nvidia.com/object/linux_d...32_180.51.html
 
Old 04-25-2009, 11:39 PM   #6
Quads
Member
 
Registered: Jul 2008
Location: Indiana
Distribution: Fedora, Ubuntu, Slackware
Posts: 203

Original Poster
Rep: Reputation: 34
Quote:
Originally Posted by H_TeXMeX_H View Post
I think it's probably related to the nvidia drivers, and with such a new card I would use the newest nvidia drivers:
http://www.nvidia.com/object/linux_d...32_180.51.html
I thought about that, but if it messes up the install to where I can't get into X, how do I roll it back to the old driver? Not that it wil, but on the off chance.
 
Old 04-26-2009, 04:02 AM   #7
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
To use the regular driver edit '/etc/X11/xorg.conf' and change:

Code:
Section "Device"

    Driver         "nvidia"
to

Code:
Section "Device"

    Driver         "nv"
Or you could just run 'xorgsetup' as root.
 
Old 04-26-2009, 10:47 PM   #8
Quads
Member
 
Registered: Jul 2008
Location: Indiana
Distribution: Fedora, Ubuntu, Slackware
Posts: 203

Original Poster
Rep: Reputation: 34
Success. After coming back into X though, everything seems just the slightest bit choppy. I wonder if that is because I'm still using an old CRT.
 
Old 04-27-2009, 10:03 PM   #9
Quads
Member
 
Registered: Jul 2008
Location: Indiana
Distribution: Fedora, Ubuntu, Slackware
Posts: 203

Original Poster
Rep: Reputation: 34
Ah, it appears that I still have the same issue, although it seems less frequent. I can't find any info out there particular to the card though. I am pretty much out of ideas.
 
Old 04-28-2009, 04:18 AM   #10
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Does this happen when not using Compiz ?

If so, try different live CDs, if you have Window$ try that, if it still happen then it might be the card itself, or sometimes PSU or mobo. Are these new ? how old are they ?
 
Old 04-28-2009, 05:17 AM   #11
Quads
Member
 
Registered: Jul 2008
Location: Indiana
Distribution: Fedora, Ubuntu, Slackware
Posts: 203

Original Poster
Rep: Reputation: 34
Quote:
Originally Posted by H_TeXMeX_H View Post
Does this happen when not using Compiz ?

If so, try different live CDs, if you have Window$ try that, if it still happen then it might be the card itself, or sometimes PSU or mobo. Are these new ? how old are they ?
I am relatively confident that it is not a hardware issue. Card and power supply are a week old, 850 watts. Mobo is maybe a month old. Cannot seem to reproduce the error using ubuntu or suse. I'm running gkrellm and the temperatures are fine.

I disabled compiz when I woke up today, and I am going to run it and see what happens.

EDIT: Didn't take long to see that the problem is the same with no desktop effects. I have an old 80gb hard drive laying around I am going to toss in here and dual boot windoze and see if anything happens there.

Last edited by Quads; 04-28-2009 at 06:42 AM.
 
Old 04-30-2009, 10:11 PM   #12
Quads
Member
 
Registered: Jul 2008
Location: Indiana
Distribution: Fedora, Ubuntu, Slackware
Posts: 203

Original Poster
Rep: Reputation: 34
Yes after much research it is just a linux driver issue. No problems in windows, and after reading errors like this have been fairly common in linux with certain nvidia cards. So I spent my money for nothing
 
Old 05-01-2009, 05:42 AM   #13
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Complain to nvidia about it, they may fix it.
 
  


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
KDE wont (Winxp/Suse )after I had go back to on board video due video card went bad rycedap General 1 02-16-2007 02:56 AM
WIFI Card acting as a new AP !?? L1nux3d Linux - Wireless Networking 5 04-20-2006 11:05 PM
Sound card acting up NNP Linux - Hardware 2 03-29-2006 05:03 PM
nic problems, pc card acting weird Munix Linux - Laptop and Netbook 0 04-13-2004 07:12 PM
booktree tv tuner card acting up. Please help. Chypmunk Linux - Hardware 3 06-06-2002 06:53 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:14 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