Help : Unable to setup NVIDIA AGP card X Crashes.

Status
Not open for further replies.

pradeep_chauhan

Cyborg Agent
Hi guys
I got an old AGP ASUS (RIVA TNT 2 32MB) card from a friend and am tring to set it up on my linux machine running debian sarge kernel 2.6.8 . Every time i do a startx the x server crashes with a message "caught signal 11" I have installed the latest Nvidia driver 6629 and done all i knew but no gain I am posting the relevent sections please help me guys.

Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
EndSection

Section "Device"
Identifier "V3800M/32"
Driver "nvidia"
VideoRam 32768
EndSection

Section "Screen"
Identifier "Default Screen"
Device "V3800M/32"
Monitor "Dell 825HT"
DefaultDepth 24

SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
 

oldmonk

Broken In
first try to make it run on the nv driver.
If it doesn't work then the card may be faulty.

Also try to use an older kernel so you can use the older nvidia driver. (if you have an older kernel ie.)

Also post the last few line of the xorg.0.log or xfree86.0.log.

try removing these lines:

Load "ddc"

Load "glx"

Load "int10"

one by one to see if it works. (with the nvidia driver not nv)

I had a problem like this long back but it turned out that the card was a victim of overclocking.
 
Status
Not open for further replies.
Top Bottom