Date: Fri, 8 Feb 2002 19:44:43 -0500 From: Brad Laue <brad@brad-x.com> To: freebsd-mobile@FreeBSD.ORG Subject: Inspiron 8100 + nvidia GeForce2GO driver fails Message-ID: <20020208194443.442b520b.brad@brad-x.com>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] Using the XF86Config included below, I get the following out of XFree86: (EE) NVIDIA(0): Failed to load glX (==) NVIDIA(0): Write-combining range (0xe0000000,0x1000000) (==) NVIDIA(0): Write-combining range (0xa0000,0x10000) was already clear [ ... ] (EE) NVIDIA(0): Failed to initialize the NVdriver kernel module! (EE) NVIDIA(0): *** Aborting *** Fatal server error: AddScreen/ScreenInit failed for driver 0 My nvidia kernel sources are 2314, which appears to be the latest, and I'm running: FreeBSD Odyssey.brad-x.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Sun Feb 3 17:06:40 EST 2002 root@Odyssey.brad-x.com:/usr/src/sys/compile/HAVEN i386 kldstat: Odyssey:/root # kldstat Id Refs Address Size Name 1 15 0xc0100000 22065c kernel 2 1 0xc0321000 81ec snd_maestro3.ko 3 1 0xc032a000 195f8 snd_pcm.ko 4 1 0xc0344000 1d200 ipl.ko 5 1 0xc3b4b000 8000 linprocfs.ko 6 1 0xc3b56000 8000 procfs.ko 7 3 0xc3c18000 19000 linux.ko 8 1 0xc3c49000 b000 vmmon_up.ko 9 1 0xc3c58000 5000 if_tap.ko 10 4 0xc3c5d000 b000 netgraph.ko 11 1 0xc3c6c000 4000 ng_ether.ko 12 1 0xc3c72000 4000 ng_bridge.ko 13 1 0xc3c77000 4000 ng_socket.ko 14 1 0xc3c84000 2000 rtc.ko 15 1 0xc3ca8000 e9000 NVdriver.ko /etc/X11/XF86Config is attached. Has anyone had similar difficulty? TIA, Brad -- // -- http://www.BRAD-X.com/ -- // [-- Attachment #2 --] Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "ServerFlags" Option "DontZoom" "on" Option "DisableVidModeExtension" "off" Option "VTSysReq" "on" 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/" FontPath "/usr/X11R6/lib/X11/fonts/webfonts/" EndSection Section "Module" SubSection "extmod" Option "omit xfree86-dga" EndSubSection # Load "extmod" Load "xie" Load "pex5" # Load "glx" Load "dbe" Load "render" Load "type1" Load "freetype" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "Emulate3Buttons" Option "ZaxisMapping" "4 5" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Dell" ModelName "i8100TFT" # HorizSync 31.5 - 82.0 # VertRefresh 50 - 70 Option "IgnoreEDID" Option "NoDDC" 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>] #Option "UseFBDev" # [<bool>] #Option "Rotate" # [<str>] #Option "VideoKey" # <i> Option "FlatPanel" # [<bool>] Identifier "geforce" Driver "nvidia" VendorName "NVidia" BoardName "GeForce2 MX" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "geforce" Monitor "Monitor0" SubSection "Display" Depth 1 EndSubSection SubSection "Display" Depth 4 EndSubSection SubSection "Display" Depth 8 EndSubSection SubSection "Display" Depth 15 EndSubSection SubSection "Display" Option "NvAgp" "0" Depth 16 # Modes "1600x1200" Modes "1400x1050" Modes "1280x1024" Modes "1024x768" Modes "800x600" Modes "640x480" EndSubSection SubSection "Display" Depth 24 EndSubSection DefaultColorDepth 16 EndSection
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020208194443.442b520b.brad>
