[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Anyone run nvidia driver + latest xorg 7.3?



Hi,

I am getting an X server crash after upgrading xorg on Sid to 7.3:

Backtrace:
0: /usr/X11R6/bin/X(xf86SigHandler+0x7e) [0x80c660e]
1: [0xffffe420]
2: /lib/libc.so.6(__libc_malloc+0x8d) [0xb7d11d2d]
3: /usr/X11R6/bin/X(XNFalloc+0x27) [0x81b4507]
4: /usr/X11R6/bin/X(xf86AddInputDriver+0x6b) [0x80cfeab]
5: /usr/X11R6/lib/modules/drivers//nvidia_drv.so(_nv000813X+0x63) [0xb71716c3]
6: /usr/X11R6/bin/X(main+0x296) [0x8074516]
7: /lib/libc.so.6(__libc_start_main+0xe0) [0xb7cba450]
8: /usr/X11R6/bin/X(FontFileCompleteXLFD+0x205) [0x8073a81]

Fatal server error:
Caught signal 11.  Server aborting

Running:
hugo@debian:~$ uname -a
Linux debian 2.6.23-1-686 #1 SMP PREEMPT Sun Dec 9 10:02:52 CST 2007 i686 GNU/Linux

and:
ii xserver-xorg 1:7.2-5 the X.Org X server ii xserver-xorg-core 2:1.4.1~git20071212-2 Xorg X server - core server

with:
NVIDIA-Linux-x86-1.0-9631-pkg1.run

Errors show up in Xorg.0.log:

(EE) NVIDIA(0): ============= WARNING WARNING WARNING WARNING =============
(EE) NVIDIA(0): This server has a video driver ABI version of 2.0 but this
(EE) NVIDIA(0):     driver is designed to work with versions before 2.0.
(EE) NVIDIA(0): Please check http://www.nvidia.com/ for driver updates or
(EE) NVIDIA(0):     downgrade to an X server with a supported driver ABI.
(EE) NVIDIA(0): ===========================================================

But despite setting -ignoreABI in gdm.conf, still persists.

Hugo
Section "ServerLayout"
	Identifier     	"X0"
	Screen      0  	"Screen X0" 0 0
	InputDevice    	"Mouse0" "CorePointer" 
	InputDevice    	"Keyboard0" "CoreKeyboard"
#	Option 		"SingleCard" "true"                           
EndSection

Section "ServerLayout"
	Identifier     	"X1"
	Screen      0  	"Screen X1" 0 0
	InputDevice    	"Mouse1" "CorePointer"
	InputDevice    	"Keyboard1" "CoreKeyboard"
#	Option 		"SingleCard" "true"                           
#	Option 		"BlankTime"  "3600"
EndSection

Section "Extensions"
	Option 		"Composite" 	"Enable"
#	Option 		"RENDER" 	"Enable"
EndSection

Section "ServerLayout"                                                       
	Identifier  	"Xinerama"                                                   
	Screen 		"Screen x0"                                                        
	Screen 		"Screen x1" Rightof "Screen x0"	         
	InputDevice    	"Mouse0" "CorePointer"
	InputDevice    	"Keyboard0" "CoreKeyboard"
EndSection                                                                   

Section "Files"
	ModulePath      "/usr/X11R6/lib/modules/"
	ModulePath	"/usr/lib/xorg/modules/" 
	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
#	xfs-xtt
# 	FontPath     "unix/:7100"
	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/100dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/TrueType/"
EndSection

Section "Module"
	Load  "dbe"
#	turned on 11/15/06!
	Load  "dri"
	Load  "extmod"
	Load  "glx"
	Load  "pex5"
	Load  "record"
	Load  "xie"
	Load  "type1"
#--------------------------------------	
	Load    "freetype"
#	Load	"type1"
	Load    "xft"
#	Load	"extmod"
#	Load    "xie"
#	Load	"pex5"
#	Load    "glx"
#	Load	"dri"
#	Load    "GLcore"
#	Load	"dbe"
#---------------------------------------
EndSection

#Section "InputDevice"
#	Identifier  	"Keyboard0"
#	Driver      	"kbd"
#	Option		"XkbModel"	  "pc105"
#	Option		"XkbLayout"	  "us_intl"
#	Option		"XkbOptions"	  "alt-intl"
#EndSection

Section "InputDevice"
        Identifier       "Keyboard0"
        Driver           "evdev"
#       Option           "Device"         "/dev/input/event0"
        Option           "Phys"           "isa0060/serio1/input0"
        Option           "XkbLayout"      "us_intl"
        Option  	 "Xleds"	  "2 3"
EndSection

#Section "InputDevice"
#	Identifier  	"Keyboard1"
#	Driver      	"kbd"
#	Option		"XkbModel"	  "pc105"
#	Option		"XkbLayout"	  "us_intl"
#EndSection

Section "InputDevice"
        Identifier       "Keyboard1"
        Driver           "evdev"
#       Option           "Device"         "/dev/input/event1"
        Option           "Phys"           "isa0060/serio0/input0"
        Option           "XkbLayout"      "us_intl"
        Option  	 "Xleds"	  "2 3"
EndSection

#http://www.linux-gamers.net/modules/wiwimod/index.php?page=HOWTO+Mouse+Buttons
Section "InputDevice"
        Identifier  	"Mouse0"
        Driver      	"evdev"
        Option      	"Device" "/dev/input/event5" # (cat /proc/bus/input/devices)
#       Option      	"Device" "/dev/input/event3" # (cat /proc/bus/input/devices)
#       Option      	"Device" "/dev/input/event4" # for vin's system              
        Option      	"Name" "A4Tech USB Optical Mouse"
	Option      	"ZAxisMapping"  	"6 7 4 5"
#       Option          "Emulate3Buttons"       "true"
 	Option      	"Buttons"       	"12"
EndSection

Section "InputDevice"
        Identifier  	"Mouse1"
        Driver      	"evdev"
        Option      	"Device" "/dev/input/event6" # (cat /proc/bus/input/devices)
#       Option      	"Device" "/dev/input/event4" # (cat /proc/bus/input/devices)
#       Option      	"Device" "/dev/input/event5" # for vin's system              
        Option      	"Name" "A4Tech USB Optical Mouse"
	Option      	"ZAxisMapping"  	"6 7 4 5"
 	Option      	"Buttons"       	"12"
EndSection


Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "SAM"
	ModelName    "1057"
	Option 	     "DPMS"
	HorizSync    30.0 - 70.0
	VertRefresh  50.0 - 160.0
EndSection

Section "Monitor"
	Identifier   "Monitor1"
	VendorName   "SAM"
	ModelName    "1057"
	Option 	     "DPMS"
	HorizSync    30.0 - 70.0
	VertRefresh  50.0 - 160.0
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     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShowCache"          	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>] HVW
        #Option     "UseFBDev"           	# [<bool>]
        #Option     "Rotate" "CW"             	# [<str>] HVW
        #Option     "VideoKey"           	# <i>
        #Option     "FlatPanel"          	# [<bool>]

	Option 	    "AllowGLXWithComposite" 	"On"
	Option 	    "RenderAccel" 		"True"

	Option	    "NvAGP"			"0"
	Identifier  "nvidia0"
	Driver      "nvidia"
#	Driver      "nv"
	VendorName  "NVidia"
#	BoardName   "RIVA TNT2 Model 64/Model 64 Pro" 
	BoardName   "GeForce4 MX 4000 AGP 8x" 
	BusID       "PCI:1:0:0"
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     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShowCache"          	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>] HVW
        #Option     "UseFBDev"           	# [<bool>]
        #Option     "Rotate" "CW"             	# [<str>] HVW
        #Option     "VideoKey"           	# <i>
        #Option     "FlatPanel"          	# [<bool>]

	Option      "AllowGLXWithComposite"     "On"
	Option      "RenderAccel"               "True"
	Option      "RandRRotation"             "1" 
	Option	    "NvAGP"			"0"

	Identifier  "nvidia1"
	Driver      "nvidia"
#	Driver      "nv"
	VendorName  "NVidia"
	BoardName   "GeForce4 MX 440 AGP 8x"
	BusID       "PCI:0:10:0"
EndSection

Section "Screen"
	Identifier "Screen X0"
	Device     "nvidia0"
	Monitor    "Monitor0"
#	DefaultColorDepth 16			#Added... Colors looked off...
	DefaultColorDepth 24			
	SubSection "Display"
		Depth     1
		Modes		"1280x1024" 
	EndSubSection
	SubSection "Display"
		Depth     4
		Modes		"1280x1024" 
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes		"1280x1024" 
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes		"1280x1024" 
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes		"1280x1024" 
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes		"1280x1024" 
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen X1"
	Device     "nvidia1"
	Monitor    "Monitor1"
#	DefaultColorDepth 16			#Added... Colors looked off...
	DefaultColorDepth 24
	SubSection "Display"
		Depth     1
		Modes		"1280x1024" 
	EndSubSection
	SubSection "Display"
		Depth     4
		Modes		"1280x1024" 
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes		"1280x1024" 
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes		"1280x1024" 
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes		"1280x1024" 
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes		"1280x1024" 
#		Modes		"1680x1050" 
	EndSubSection
EndSection


Reply to: