[Newbie]Dell Inspiron 8200, Geforce 2 Go, FreeBSD, and Mindless Evil.

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

 



Okay, I'm a newbie.  I've built and used quite a few *nix boxes of various
varieties, but none in the last few years have had X.  I just got a brand
new laptop, and decided it needed FreeBSD.  Upon doing that, I found out
that everything hates the GeForce 2 Go, more or less.  I'm going to detail
what I've tried so far, and I would greatly appreciate any help and/or input
anyone has, because I'm about spent.

My system is FreeBSD 4.5-Stable, I've since installed Bash and X 4.2.0.

After much looking, I started to dig through the archives here, and found
mention of some Nvidia drivers.  So I went and looked, found out that
they're Linux drivers.  Looked a bit more, and found out there's a wrapper.
So, I went to http://nvidia.netexplorer.org/download.html and grabbed the
wrapper, and the recommended version of the Linux driver.  I read the
install directions on the web site.  I un-tarred everything under a common
directory.  I ran XFree86 -configure to generate an XF86Config.  I edited
the resultant config to add the lines as shown on
http://nvidia.netexplorer.org/nvbsd-install.html.  I did all the mknod lines
listed there, but the first time, I made a mistake.  On the one for
/dev/nvidiactl, I misread it the first time and used /dev/nvidiact1 (that's
a one this time).  Not catching this, I went ahead and did the build.  I got
an error when I tried to make the symbolic link to Module-nvkernel because
it already existed.  I copied the driver object file, and tried to start X.
Didn't work.  A few hours later, I noticed my mistake and entered the
correct mknod line.  I tried to re-make everything in case there was a
problem, but now I get "Warning: Object directory not changed from original
/usr/home/fish/nvidia/nv-bsd".  I tried re-untarring the files and starting
over, but still that warning.  Oh, the error I was getting was "(EE)
NVIDIA(0): Failed to initialize the Nvdriver kernel module!" "(EE)
NVIDIA(0):  *** Aborting ***" "(EE) Screen(s) found, but none have a usable
configuration."  I'm sure that last line is a result of the first error
there.  I re-read the README, and saw a line that said "sh load.sh", so I
went ahead and ran that.  Hey, it loaded the Nvdriver module!  So, I ran
startx again, and now it flickers like it's trying to start X and getting
farther than before, but after two flickers I get some info about "NV0: open
by process 193" and a bit of bright-white text about it, nothing that says
anything about any errors, though.  After the white text I get "(EE)
NVIDIA(0): Failed to load glX" "(EE) NVIDIA(0): Failed to initialize the
Nvdriver kernel module!" "(EE) NVIDIA(0):  *** Aborting ***" "Fatal server
error: AddScreen/ScreenInit failed for driver 0"

I'll paste my log and config files here at the end, but I've got to
apologize: They're probably going to be pretty well mangled, as I'm writing
this on my windows gaming box.

Please, if anyone has any help or advice they can offer, I'd greatly
appreciate it.

Fish

-----------XF86Config------------

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  "dri"
	#Load  "dbe"
	#Load  "record"
	#Load  "xtrap"
	#Load  "speedo"
	#Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
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 28-90
	VertRefresh 40-110
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     "PageFlip"           	# [<bool>]
        #Option     "Dac8Bit"            	# [<bool>]
        #Option     "NoLogo"             	# [<bool>]
        #Option     "Overlay"            	# [<bool>]
        #Option     "UBB"                	# [<bool>]
        #Option     "Stereo"             	# [<bool>]
        #Option     "BlueLine"           	# [<bool>]
        #Option     "WindowFlip"         	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "VideoKey"           	# <i>
        #Option     "NvAGP"              	# <i>
        #Option     "PixmapCacheLines"   	# <i>
        #Option     "IgnoreEDID"         	# [<bool>]
        #Option     "NoDDC"              	# [<bool>]
        #Option     "ConnectedMonitor"   	# <str>
        #Option     "ConnectedMonitors"  	# <str>
        #Option     "TVStandard"         	# <str>
        #Option     "TVOutFormat"        	# <str>
        #Option     "NoRenderAccel"      	# [<bool>]
        #Option     "CursorShadow"       	# [<bool>]
        #Option     "CursorShadowAlpha"  	# <i>
        #Option     "CursorShadowXOffset" 	# <i>
        #Option     "CursorShadowYOffset" 	# <i>
        #Option     "UseEdidFreqs"       	# [<bool>]
        #Option     "FlatPanelScalingMode" 	# <str>
        #Option     "TwinView"           	# [<bool>]
        #Option     "TwinViewOrientation" 	# <str>
        #Option     "SecondMonitorHorizSync" 	# <str>
        #Option     "SecondMonitorVertRefresh" 	# <str>
        #Option     "MetaModes"          	# <str>
        #Option     "UseInt10Module"     	# [<bool>]
	Identifier  "Card0"
	Driver      "nvidia"
	VendorName  "NVidia"
	BoardName   "GeForce2 Go"
	#BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	DefaultDepth 16
	Option "NvAgp" "0"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultFbBpp 16
	SubSection "Display"
		Depth 16
		Modes "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection


-----------XF86Config------------


-----------Xfree86 Log-----------

XFree86 Version 4.2.0 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 18 January 2002
	If the server is older than 6-12 months, or if your card is
	newer than the above date, look for a newer version before
	reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: FreeBSD 4.4-RELEASE-p1 i386 [ELF]
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Fri Apr 19 20:50:32 2002
(++) Using config file: "/usr/home/fish/nvidia/XF86Config.new"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to
"/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/
lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/
75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.1
	XFree86 Video Driver: 0.5
	XFree86 XInput driver : 0.3
	XFree86 Server Extension : 0.1
	XFree86 Font Renderer : 0.3
(II) Loader running on freebsd
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,1a30 card 0000,0000 rev 04 class 06,00,00 hdr
00
(II) PCI: 00:01:0: chip 8086,1a31 card 0000,0000 rev 04 class 06,04,00 hdr
01
(II) PCI: 00:1d:0: chip 8086,2482 card 8086,4541 rev 02 class 0c,03,00 hdr
80
(II) PCI: 00:1d:2: chip 8086,2487 card 8086,4541 rev 02 class 0c,03,00 hdr
00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 42 class 06,04,00 hdr
01
(II) PCI: 00:1f:0: chip 8086,248c card 0000,0000 rev 02 class 06,01,00 hdr
80
(II) PCI: 00:1f:1: chip 8086,248a card 8086,4541 rev 02 class 01,01,8a hdr
00
(II) PCI: 00:1f:5: chip 8086,2485 card 1013,5959 rev 02 class 04,01,00 hdr
00
(II) PCI: 00:1f:6: chip 8086,2486 card 14f1,5421 rev 02 class 07,03,00 hdr
00
(II) PCI: 01:00:0: chip 10de,0112 card 1028,00d4 rev b2 class 03,00,00 hdr
00
(II) PCI: 02:00:0: chip 10b7,9200 card 1028,00d4 rev 78 class 02,00,00 hdr
00
(II) PCI: 02:01:0: chip 104c,ac42 card 0000,0000 rev 00 class 06,07,00 hdr
82
(II) PCI: 02:01:1: chip 104c,ac42 card 0000,0000 rev 00 class 06,07,00 hdr
82
(II) PCI: 02:01:2: chip 104c,8027 card 1028,00d4 rev 00 class 0c,00,10 hdr
80
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0e (VGA_EN is set)
(II) Bus 1 I/O range:
	[0] -1	0x0000c000 - 0x0000c0ff (0x100) IX[B]
	[1] -1	0x0000c400 - 0x0000c4ff (0x100) IX[B]
	[2] -1	0x0000c800 - 0x0000c8ff (0x100) IX[B]
	[3] -1	0x0000cc00 - 0x0000ccff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0xfc000000 - 0xfdffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
(II) Bus 2: bridge is at (0:30:0), (0,2,16), BCTRL: 0x06 (VGA_EN is cleared)
(II) Bus 2 I/O range:
	[0] -1	0x0000e000 - 0x0000e0ff (0x100) IX[B]
	[1] -1	0x0000e400 - 0x0000e4ff (0x100) IX[B]
	[2] -1	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[3] -1	0x0000ec00 - 0x0000ecff (0x100) IX[B]
	[4] -1	0x0000f000 - 0x0000f0ff (0x100) IX[B]
	[5] -1	0x0000f400 - 0x0000f4ff (0x100) IX[B]
	[6] -1	0x0000f800 - 0x0000f8ff (0x100) IX[B]
	[7] -1	0x0000fc00 - 0x0000fcff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0xf4000000 - 0xfbffffff (0x8000000) MX[B]
(II) Bus 2 prefetchable memory range:
(II) Bus -1: bridge is at (0:31:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI:*(1:0:0) NVidia GeForce2 Go rev 178, Mem @ 0xfc000000/24,
0xe0000000/27
(II) Addressable bus resource ranges are
	[0] -1	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
	[0] -1	0xf8ff8000 - 0xf8ffffff (0x8000) MX[B]E
	[1] -1	0xf8fff000 - 0xf8ffffff (0x1000) MX[B]E
	[2] -1	0xf8fffc00 - 0xf8ffffff (0x400) MX[B]E
	[3] -1	0xe8000000 - 0xefffffff (0x8000000) MX[B]E
	[4] -1	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[5] -1	0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
	[6] -1	0x0000ec80 - 0x0000ecff (0x80) IX[B]E
	[7] -1	0x0000dc00 - 0x0000dcff (0x100) IX[B]E
	[8] -1	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
	[9] -1	0x0000dc80 - 0x0000dcff (0x80) IX[B]E
	[10] -1	0x0000d800 - 0x0000d8ff (0x100) IX[B]E
	[11] -1	0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E
	[12] -1	0x00000374 - 0x00000377 (0x4) IX[B]E
	[13] -1	0x00000170 - 0x0000017f (0x10) IX[B]E
	[14] -1	0x000003f4 - 0x000003f7 (0x4) IX[B]E
	[15] -1	0x000001f0 - 0x000001ff (0x10) IX[B]E
	[16] -1	0x0000bf20 - 0x0000bf3f (0x20) IX[B]E
	[17] -1	0x0000bf80 - 0x0000bfff (0x80) IX[B]E
(II) PCI Memory resource overlap reduced 0xf8ff8000 from 0xf8ffffff to
0xf8ffbfff
(II) PCI Memory resource overlap reduced 0xf8fff000 from 0xf8ffffff to
0xf8fff7ff
(II) PCI I/O resource overlap reduced 0x0000dc00 from 0x0000dcff to
0x0000dc7f
(II) PCI I/O resource overlap reduced 0x0000bf80 from 0x0000bfff to
0x0000bf9f
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0xf8ff8000 - 0xf8ffbfff (0x4000) MX[B]E
	[1] -1	0xf8fff000 - 0xf8fff7ff (0x800) MX[B]E
	[2] -1	0xf8fffc00 - 0xf8ffffff (0x400) MX[B]E
	[3] -1	0xe8000000 - 0xefffffff (0x8000000) MX[B]E
	[4] -1	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[5] -1	0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
	[6] -1	0x0000ec80 - 0x0000ecff (0x80) IX[B]E
	[7] -1	0x0000dc00 - 0x0000dc7f (0x80) IX[B]E
	[8] -1	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
	[9] -1	0x0000dc80 - 0x0000dcff (0x80) IX[B]E
	[10] -1	0x0000d800 - 0x0000d8ff (0x100) IX[B]E
	[11] -1	0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E
	[12] -1	0x00000374 - 0x00000377 (0x4) IX[B]E
	[13] -1	0x00000170 - 0x0000017f (0x10) IX[B]E
	[14] -1	0x000003f4 - 0x000003f7 (0x4) IX[B]E
	[15] -1	0x000001f0 - 0x000001ff (0x10) IX[B]E
	[16] -1	0x0000bf20 - 0x0000bf3f (0x20) IX[B]E
	[17] -1	0x0000bf80 - 0x0000bf9f (0x20) IX[B]E
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0xf8ff8000 - 0xf8ffbfff (0x4000) MX[B]E
	[6] -1	0xf8fff000 - 0xf8fff7ff (0x800) MX[B]E
	[7] -1	0xf8fffc00 - 0xf8ffffff (0x400) MX[B]E
	[8] -1	0xe8000000 - 0xefffffff (0x8000000) MX[B]E
	[9] -1	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[10] -1	0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
	[11] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[12] -1	0x00000000 - 0x000000ff (0x100) IX[B]
	[13] -1	0x0000ec80 - 0x0000ecff (0x80) IX[B]E
	[14] -1	0x0000dc00 - 0x0000dc7f (0x80) IX[B]E
	[15] -1	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
	[16] -1	0x0000dc80 - 0x0000dcff (0x80) IX[B]E
	[17] -1	0x0000d800 - 0x0000d8ff (0x100) IX[B]E
	[18] -1	0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E
	[19] -1	0x00000374 - 0x00000377 (0x4) IX[B]E
	[20] -1	0x00000170 - 0x0000017f (0x10) IX[B]E
	[21] -1	0x000003f4 - 0x000003f7 (0x4) IX[B]E
	[22] -1	0x000001f0 - 0x000001ff (0x10) IX[B]E
	[23] -1	0x0000bf20 - 0x0000bf3f (0x20) IX[B]E
	[24] -1	0x0000bf80 - 0x0000bf9f (0x20) IX[B]E
(II) LoadModule: "nvidia"
(II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.2313
	Module class: XFree86 Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.3
(II) NVIDIA XFree86 Driver  1.0.2313  Tue Nov 27 12:06:20 PST 2001
(II) NVIDIA: NVIDIA driver for: RIVA TNT, RIVA TNT2/TNT2 Pro,
	RIVA TNT2 Ultra, Vanta, RIVA TNT2 Model 64/Model 64 Pro,
	Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400,
	GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/Quadro2 Go,
	GeForce2 GTS/GeForce2 Pro, GeForce2 Ti, GeForce2 Ultra, Quadro2 Pro,
	NV17, NV17, NV17, NV17, NV17M, NV17M, NV17GL, NV17GL, NV17GL,
	NV17M-GL, GeForce2 Integrated GPU, GeForce3, GeForce3 Ti 200,
	GeForce3 Ti 500, Quadro DCC
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset GeForce2 Go found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0xf8ff8000 - 0xf8ffbfff (0x4000) MX[B]E
	[6] -1	0xf8fff000 - 0xf8fff7ff (0x800) MX[B]E
	[7] -1	0xf8fffc00 - 0xf8ffffff (0x400) MX[B]E
	[8] -1	0xe8000000 - 0xefffffff (0x8000000) MX[B]E
	[9] -1	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[10] -1	0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
	[11] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[12] -1	0x00000000 - 0x000000ff (0x100) IX[B]
	[13] -1	0x0000ec80 - 0x0000ecff (0x80) IX[B]E
	[14] -1	0x0000dc00 - 0x0000dc7f (0x80) IX[B]E
	[15] -1	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
	[16] -1	0x0000dc80 - 0x0000dcff (0x80) IX[B]E
	[17] -1	0x0000d800 - 0x0000d8ff (0x100) IX[B]E
	[18] -1	0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E
	[19] -1	0x00000374 - 0x00000377 (0x4) IX[B]E
	[20] -1	0x00000170 - 0x0000017f (0x10) IX[B]E
	[21] -1	0x000003f4 - 0x000003f7 (0x4) IX[B]E
	[22] -1	0x000001f0 - 0x000001ff (0x10) IX[B]E
	[23] -1	0x0000bf20 - 0x0000bf3f (0x20) IX[B]E
	[24] -1	0x0000bf80 - 0x0000bf9f (0x20) IX[B]E
(II) resource ranges after probing:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0xf8ff8000 - 0xf8ffbfff (0x4000) MX[B]E
	[6] -1	0xf8fff000 - 0xf8fff7ff (0x800) MX[B]E
	[7] -1	0xf8fffc00 - 0xf8ffffff (0x400) MX[B]E
	[8] -1	0xe8000000 - 0xefffffff (0x8000000) MX[B]E
	[9] -1	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[10] -1	0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
	[11] 0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[12] 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[13] 0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[14] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1	0x0000ec80 - 0x0000ecff (0x80) IX[B]E
	[17] -1	0x0000dc00 - 0x0000dc7f (0x80) IX[B]E
	[18] -1	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
	[19] -1	0x0000dc80 - 0x0000dcff (0x80) IX[B]E
	[20] -1	0x0000d800 - 0x0000d8ff (0x100) IX[B]E
	[21] -1	0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E
	[22] -1	0x00000374 - 0x00000377 (0x4) IX[B]E
	[23] -1	0x00000170 - 0x0000017f (0x10) IX[B]E
	[24] -1	0x000003f4 - 0x000003f7 (0x4) IX[B]E
	[25] -1	0x000001f0 - 0x000001ff (0x10) IX[B]E
	[26] -1	0x0000bf20 - 0x0000bf3f (0x20) IX[B]E
	[27] -1	0x0000bf80 - 0x0000bf9f (0x20) IX[B]E
	[28] 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[29] 0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(**) NVIDIA(0): Depth 16, (**) framebuffer bpp 16
(==) NVIDIA(0): RGB weight 565
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "NvAGP" "0"
(**) NVIDIA(0): Use of AGP disabled per request
(--) NVIDIA(0): Linear framebuffer at 0xE0000000
(--) NVIDIA(0): MMIO registers at 0xFC000000
(--) NVIDIA(0): VideoRAM: 32768 kBytes
(--) NVIDIA(0): Display 0: maximum pixel clock at  8 bpp: 350 MHz
(--) NVIDIA(0): Display 0: maximum pixel clock at 16 bpp: 350 MHz
(--) NVIDIA(0): Display 0: maximum pixel clock at 32 bpp: 300 MHz
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(WW) NVIDIA(0): The user specified HorizSync "28.000-90.000" has been
adjusted
(WW) NVIDIA(0):      to "30.000-90.000" (the intersection with
EDID-specified
(WW) NVIDIA(0):      HorizSync "30.000-100.000")
(WW) NVIDIA(0): The user specified VertRefresh "40.000-110.000" has been
(WW) NVIDIA(0):      adjusted to "60.000" (the intersection with
(WW) NVIDIA(0):      EDID-specified VertRefresh "60.000"
(II) NVIDIA(0): Monitor0: Using hsync range of 30.00-90.00 kHz
(II) NVIDIA(0): Monitor0: Using vrefresh value of 60.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 350.00 MHz
(II) NVIDIA(0): Not using default mode "640x350" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x175" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x400" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x200" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "720x400" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "360x200" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x480" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x240" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x480" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x240" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x480" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x240" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "800x600" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "400x300" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "800x600" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "400x300" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "800x600" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "400x300" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "800x600" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "400x300" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (bad mode
clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "512x384" (bad mode
clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "512x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "512x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "512x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1152x864" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "576x432" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1280x960" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x480" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x512" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(WW) (1600x1200,Monitor0) mode clock 162MHz exceeds DDC maximum 120MHz
(II) NVIDIA(0): Not using default mode "1600x1200" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "800x600" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "800x600" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(WW) (1792x1344,Monitor0) mode clock 204.8MHz exceeds DDC maximum 120MHz
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(WW) (1856x1392,Monitor0) mode clock 218.3MHz exceeds DDC maximum 120MHz
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(WW) (1920x1440,Monitor0) mode clock 234MHz exceeds DDC maximum 120MHz
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "832x624" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "416x312" (vrefresh out of range)
(WW) (1400x1050,Monitor0) mode clock 122MHz exceeds DDC maximum 120MHz
(II) NVIDIA(0): Not using default mode "1400x1050" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "700x525" (vrefresh out of range)
(**) NVIDIA(0): Validated modes for Display Device 0:
(**) NVIDIA(0):      Default mode "1400x1050": 122.0 MHz, 64.9 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(**) NVIDIA(0):      Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) NVIDIA(0): Virtual screen size determined to be 1400 x 1050
(--) NVIDIA(0): Display dimensions: (300, 230) mm
(--) NVIDIA(0): DPI set to (118, 115)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(EE) NVIDIA(0): Failed to load glX
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
	[1] 0	0xfc000000 - 0xfcffffff (0x1000000) MX[B]
	[2] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[3] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[4] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[5] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[6] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[7] -1	0xf8ff8000 - 0xf8ffbfff (0x4000) MX[B]E
	[8] -1	0xf8fff000 - 0xf8fff7ff (0x800) MX[B]E
	[9] -1	0xf8fffc00 - 0xf8ffffff (0x400) MX[B]E
	[10] -1	0xe8000000 - 0xefffffff (0x8000000) MX[B]E
	[11] -1	0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
	[12] -1	0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
	[13] 0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[14] 0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[15] 0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[16] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1	0x0000ec80 - 0x0000ecff (0x80) IX[B]E
	[19] -1	0x0000dc00 - 0x0000dc7f (0x80) IX[B]E
	[20] -1	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
	[21] -1	0x0000dc80 - 0x0000dcff (0x80) IX[B]E
	[22] -1	0x0000d800 - 0x0000d8ff (0x100) IX[B]E
	[23] -1	0x0000bfa0 - 0x0000bfbf (0x20) IX[B]E
	[24] -1	0x00000374 - 0x00000377 (0x4) IX[B]E
	[25] -1	0x00000170 - 0x0000017f (0x10) IX[B]E
	[26] -1	0x000003f4 - 0x000003f7 (0x4) IX[B]E
	[27] -1	0x000001f0 - 0x000001ff (0x10) IX[B]E
	[28] -1	0x0000bf20 - 0x0000bf3f (0x20) IX[B]E
	[29] -1	0x0000bf80 - 0x0000bf9f (0x20) IX[B]E
	[30] 0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[31] 0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(EE) NVIDIA(0): Failed to initialize the NVdriver kernel module!
(EE) NVIDIA(0):  *** Aborting ***

Fatal server error:
AddScreen/ScreenInit failed for driver 0


When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to xfree86@xfree86.org.


-----------Xfree86 Log-----------




[Index of Archives]     [XFree86]     [Xfree86 Xpert]     [X.org]     [IETF Annouce]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Picture Sharing]     [Linux Security]     [Linux RAID]

  Powered by Linux