Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
nVidia 4x.xx drivers don't like me
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Wedge_
Advocate
Advocate


Joined: 08 Aug 2002
Posts: 3614
Location: Scotland

PostPosted: Tue Apr 01, 2003 10:00 am    Post subject: nVidia 4x.xx drivers don't like me Reply with quote

I'm getting really annoyed at this now. I have never managed to get any versions of the nVidia driver higher than 31.23 to work. I can emerge the drivers, and load the module fine, but when I start X, it just freezes the whole system and I have to reboot. If I go back to 31.23 with the same settings, it all works fine again. I'm using a GF3 Ti500 on an A7N8X, and I also had this problem with the same card on an Abit KR7A. Does anyone have any ideas? This is the last few lines from the X logfile using the newest drivers:
Code:
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so


and here's my XF86Config:
Code:
Section "ServerLayout"
   Identifier     "XFree86 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/X11R6/lib/X11/fonts/misc/"
   FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
   FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
   FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
   FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
   FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
   Load  "extmod"
   Load  "dbe"
   Load  "glx"
   Load  "type1"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "keyboard"
   Option    "XkbRules" "xfree86"
   Option  "XkbModel" "pc105"
   Option  "XkbLayout" "gb"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "Protocol" "ExplorerPS/2"
   Option       "Device" "/dev/usbmouse"
   Option      "Buttons" "7"
   Option      "ZAxisMapping" "6 7"
EndSection

Section "Monitor"
   #DisplaySize     370   280   # mm
   Identifier   "Monitor0"
   VendorName   "GSM"
   ModelName    "LG 910SC"
   Option       "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
   Option "DigitalVibrance" "2"
   Option "HWCursor" "1"
   #Option "PageFlip" "1"
   Identifier  "Card0"
   Driver      "nvidia"
   VendorName  "NVidia"
   BoardName   "GeForce3 Ti 500"
   BusID       "PCI:2:0:0"
   #Option "NvAGP" "3"
EndSection

Section "Screen"
   DefaultDepth 24
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   SubSection "Display"
      Depth     1
   EndSubSection
   SubSection "Display"
      Depth     4
   EndSubSection
   SubSection "Display"
      Depth     8
      Modes "640x480"
   EndSubSection
   SubSection "Display"
      Depth     15
      Modes "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     16
      Modes "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     24
      Modes "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

_________________
Per Ardua Ad Astra
The Earth is the cradle of the mind, but we cannot live forever in a cradle - Konstantin E. Tsiolkovsky
Gentoo Radeon FAQ
Back to top
View user's profile Send private message
Wedge_
Advocate
Advocate


Joined: 08 Aug 2002
Posts: 3614
Location: Scotland

PostPosted: Wed Apr 02, 2003 8:24 pm    Post subject: Reply with quote

This was posted in another thread on the new drivers, but I thought I'd put it here as well. I added
Code:
Option "IgnoreDisplayDevices" "DFP, TV"
to the Device section of my XF86Config, and now X starts in less time than it took with the older drivers.
_________________
Per Ardua Ad Astra
The Earth is the cradle of the mind, but we cannot live forever in a cradle - Konstantin E. Tsiolkovsky
Gentoo Radeon FAQ
Back to top
View user's profile Send private message
neuron
Advocate
Advocate


Joined: 28 May 2002
Posts: 2371

PostPosted: Thu Apr 03, 2003 11:56 am    Post subject: Reply with quote

keep in mind that the kernel module is named nvidia now, not NVdriver, so you'll have to modprobe -R NVdriver and modprobe nvidia instead.
Back to top
View user's profile Send private message
Wedge_
Advocate
Advocate


Joined: 08 Aug 2002
Posts: 3614
Location: Scotland

PostPosted: Thu Apr 03, 2003 12:20 pm    Post subject: Reply with quote

I had all that done, but it was just taking so long for X to start that I though it was crashing.
_________________
Per Ardua Ad Astra
The Earth is the cradle of the mind, but we cannot live forever in a cradle - Konstantin E. Tsiolkovsky
Gentoo Radeon FAQ
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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