Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Nvidia GLX causes hard crash
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
impatient
n00b
n00b


Joined: 10 Dec 2004
Posts: 9
Location: richardson, tx usa

PostPosted: Fri Dec 10, 2004 6:18 pm    Post subject: Nvidia GLX causes hard crash Reply with quote

Heres my setup.

GF 6600 GT
AMD 2500+
NForce2
1 Gb ram

I'm attemping to install Nvidia drivers 1.0.6629, however when I run glxgears , after about 5 seconds the box crashes and requiring that I power cycle. (It does not respond to pings or attempted ssh logins)

What I've tried:

  • opengl-update nvidia -> Crashes after about 5 seconds
  • opengl-update xorg-x11 -> Crashes after about 5 seconds
  • opengl-update xfree -> Works fine, but it's horrribly slow


As implied by above I have tried both the latest Xfree and Xorg xservers, versions 4.3.0-r8 and 6.8.0-r3 respectively.

The nv-control extension seems to load correctly as well as well as the nvidia glx extension.


The Xfree logs do not appear to show anything useful. I can attach them if necessary.

I've recompiled my kernel a couple times as well... I did a make old config for the new kernel(2.6.9) which created a couple of problems such as disabling devfs and changing my processor type.(How did that happen)

The nvidia drivers worked fine with the old video card, but those were a couple versions old.

My x config files have

Code:

Section "Module"
        Load  "extmod"
        #Load  "dri"
        Load  "dbe"
        Load  "record"
        Load  "xtrap"
        Load  "glx"
        Load  "type1"
        Load  "freetype"
EndSection


Any suggestions? I'd even be happy with a place to look for more debugging information.

Thanks for any and all help.
Back to top
View user's profile Send private message
d_m
Guru
Guru


Joined: 12 Jun 2003
Posts: 570
Location: Philadelphia, PA, USA

PostPosted: Fri Dec 10, 2004 7:23 pm    Post subject: Reply with quote

Probably a lot of junk in there, but you should post more of xorg.conf. In particular, the video card section where the "nvidia" driver is being loaded.

I've never used the opengl-update command before--in my experience just loading glx and using the "nvidia" driver, then restarting xdm are all I do. Maybe someone more experienced can help.

What happens if you start X (/etc/init.d/xdm start) with "Driver 'nvidia'" in the video card section? X dies after 5 seconds??

[EDIT: also, what do var/log/Xorg.0 etc. say?? /var/log/messages?? ]
Back to top
View user's profile Send private message
impatient
n00b
n00b


Joined: 10 Dec 2004
Posts: 9
Location: richardson, tx usa

PostPosted: Sat Dec 11, 2004 4:32 pm    Post subject: Update Reply with quote

I can play quake3 at lower resolutions ok, but glxgears still crashes after 5 seconds. The second I go beyond 1280x1024, everything breaks. I'm afraid that when I really tax the box that everythings going to continuosly lock up.

Here is my config file. The log can be found at http://derivate.us/xfreelog.txt

And here is the config file
Code:


Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/CID/"
        FontPath     "/usr/share/fonts/75dpi/"
        FontPath     "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
        Load  "extmod"
        #Load  "dri"
        Load  "dbe"
        Load  "record"
        Load  "xtrap"
        Load  "glx"
        #Load   "/usr/lib/opengl/nvidia/extensions/libglx.so"
        #Load  "dri"
        Load  "type1"
        Load  "freetype"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/mouse"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        HorizSync    30-75
        VertRefresh  48-120
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "Unknown Board"
        BusID       "PCI:2:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 16
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection





Any suggestions would be great. Thanks.
Back to top
View user's profile Send private message
mike4148
l33t
l33t


Joined: 09 Sep 2003
Posts: 641

PostPosted: Sat Dec 11, 2004 7:05 pm    Post subject: Reply with quote

In my experience, system lockups involving the nvidia drivers usually have something to do with either the version of the drivers or AGP. Try another version of the drivers, if you can; otherwise, mess around with your AGP setup. To start with, read the readme at /usr/share/doc/nvidia-glx-*/README.gz. Try building agpgart support for your chipset into your kernel (or load it as a module) and use NvAGP="2" in the "Device" section for your card in your xorg.conf. If that doesn't work, try NvAGP="0" to disable AGP. If everything magically works (but is probably very slow), see if your BIOS has any settings you can play with. Beyond that, seek ye the many other threads about solving AGP issues with the nvidia driver on the forum system.
Back to top
View user's profile Send private message
impatient
n00b
n00b


Joined: 10 Dec 2004
Posts: 9
Location: richardson, tx usa

PostPosted: Sun Dec 12, 2004 6:24 am    Post subject: Ways to test hardware Reply with quote

I tried everything but the generic kernel module. (Which seems pointless if it crashes sans agp.)

The NvAGP 2 option seemed to work and I was able to play Q3 for about 10 minutes maxed out... of course, then it crashed.

The NVAGP 0 option looked like it was going to work ok(there were some artifacts/misdrawn items), but that crashed more quickly than NvAGP 2.

The older drivers won't work.. all I get is a black screen.

My main concern right now is that I may have bad hardware. I guess I can install windows and try it out.

I thought of changing the os-registry.c file, but since it crashed with no agp this probably wouldn't solve the problem.

(I also looked at a lot of the other posts out there... to no avail)

Thanks for the suggestions. Any more possibly?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum