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 05-02-2006, 02:15 AM   #1
chandru.in
Member
 
Registered: Jun 2005
Posts: 167

Rep: Reputation: 30
Red face GeFORCE MX freezes running OpenGL applications


Hi,

I have an issue with my nvidia geforce mx 4000 VGA card. I had already posted regarding this in the linux-software forum. However, i did not receive any solution.

Here is the link to that post: http://www.linuxquestions.org/questi...d.php?t=439252

Please help me. Here is the link to my bug-report log file.

http://www.freewebs.com/onlinechandr...g%2Dreport.log
 
Old 05-02-2006, 02:33 AM   #2
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Have you tried reporting the isue to the nvidia forum.
There is unlikely to be a resolution to this: the nvidia driver is closed source.
You may like to read the sticky at the top of the fedora subforum (not directly you I know) to see what sort of thing could have happened when you ran the nvidia installer.

I've been having the same issue under fedora - openGL apps hanging - and AFAIK there is no solution other than to stop using nvidia. (Fedora has special packages. Don't know about slackware.)
 
Old 05-02-2006, 03:12 AM   #3
chandru.in
Member
 
Registered: Jun 2005
Posts: 167

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by Simon Bridge
(Fedora has special packages. Don't know about slackware.)
What do u mean by that?? Is there any patch for this available in Fedora??

I have sent a bug report to nvidia. What kind of response do I expect from them?? I can't throw the card away as it is a new one.
 
Old 05-02-2006, 03:26 AM   #4
PsypherPunk
Member
 
Registered: Jul 2005
Posts: 109

Rep: Reputation: 15
Is it this problem? If it is or if it's something similar then take a look through that thread; lots of people have had freezes and found various ways to get around them.

i had a similar issue and found that lowering the AGP from 8x to 4x stopped it.
 
Old 05-02-2006, 03:37 AM   #5
chandru.in
Member
 
Registered: Jun 2005
Posts: 167

Original Poster
Rep: Reputation: 30
Could u plz shed some more light on how u reduced from 8x to 4x??

Do u mean recompiling the driver by changing the variable values??

I have a 4x AGP slot in my mother board. My nvidia-settings -q all says the rate is 4x. Do I still need to change it??

Also, I tried to use the nvidia AGP instead of agpgart. I disabled agpgart from loading at startup and changed the "NvAGP" option to "1". But I still find that the agpgart module is loaded when X starts. Could u help me to avoid agpgart and load NvAGP instead?
 
Old 05-02-2006, 03:50 AM   #6
PsypherPunk
Member
 
Registered: Jul 2005
Posts: 109

Rep: Reputation: 15
You'd change the value in the BIOS but if it's 4x already it probably wouldn't make any difference. You could always see if it can go lower though.

Chances are agpgart is either compiled into your kernel (in which case you can't stop it loading without recompiling the kernel) or somewhere in your init scripts there's a 'modprobe agpgart' line that can be hashed out.

However, there might be other modules which depend on this. You'd be best to try 'rmmod agpgart' (as root) and see if you get any complaints about module dependencies.

NB. i tried loading the NvAGP module instead and it didn't make any difference.
 
Old 05-02-2006, 04:02 AM   #7
chandru.in
Member
 
Registered: Jun 2005
Posts: 167

Original Poster
Rep: Reputation: 30
Thanx for your suggestions I'd try completely disabling AGP and get back to u soon.

BTW, I have a module called via_agp, which depends on agpgart. Regarding bug report to nVIDIA, will I get any reply for it?

Also, what was the actual rate of ur AGP slot? Was it 8x and you manually reduced it to 4x?
 
Old 05-02-2006, 05:05 AM   #8
PsypherPunk
Member
 
Registered: Jul 2005
Posts: 109

Rep: Reputation: 15
i've never actually sent a bug report to Nvidia so i couldn't comment. There are users in that thread who mentioned that they did get replies of a "we're looking into it" sort though.

Yes, my AGP slot was an 8x and manually reducing it to 4x in the BIOS fixed it. NB. Since upgrading to a 6600GT i haven't had this problem, even at 8x.

i think i had to rmmod both agpgart and via_agp (and another one), then restart X with NvAGP set to '1' before NvAGP was actually loaded. As i say though, i still had the same problem afterwards.
 
Old 05-03-2006, 07:11 AM   #9
chandru.in
Member
 
Registered: Jun 2005
Posts: 167

Original Poster
Rep: Reputation: 30
Lowering the AGP rate in the BIOS did not work. However, disabling AGP in xorg.conf worked.

I added the following line to "Device" section of xorg.conf.
Quote:
Option "NvAGP" "0"
That seems to work the system never crashed after that.

Could some hardware guru please explain what it means when I say AGP is disabled. The nVIDIA README file says that AGP is disabled when the above option is specified.
 
Old 05-03-2006, 08:44 PM   #10
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Hmmm.... interesting, my BIOS has no facility to altering anything in AGP - only to select this before the onboard VGA card.

I too would be interested in what it means to "enable" or "disbale" AGP - it looks like it refers to using the BIOS/onboard graphics acceleration support instead of (for eg) that supplied on the nvidia card? Or could it be like memory clock speed...

Disabling could use only what the card asks for instead of trying to help it.
 
Old 05-04-2006, 07:00 AM   #11
chandru.in
Member
 
Registered: Jun 2005
Posts: 167

Original Poster
Rep: Reputation: 30
No BIOS work only xorg.conf

It has got nothing to with the BIOS settings. It is just a modification to the xorg.conf file.

I think that the nVIDIA driver looks at this option acts accordingly.

Could someone shed some light on how the agp is disabled and what it means?
 
  


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
System freezes while running OpenGL applications chandru.in Linux - Software 5 04-29-2006 03:52 AM
nVidia GeForce Ti200 OpenGL clb Linux - Software 5 09-07-2004 07:18 AM
fedora core 2 (FC2) freezes while running. Cannot boot into KDE it freezes mraswan Fedora 0 05-25-2004 07:46 PM
OpenGL applications crashes in RH7.3? doris Linux - Distributions 1 06-20-2002 04:47 PM
Install OpenGL for GeForce 2 MX 400 32MB linuxmojo Linux - Distributions 6 04-09-2002 10:58 AM

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

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