From owner-freebsd-questions Wed Apr 10 19:46:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.speakeasy.net (mail13.speakeasy.net [216.254.0.213]) by hub.freebsd.org (Postfix) with ESMTP id E9F9037B405 for ; Wed, 10 Apr 2002 19:46:51 -0700 (PDT) Received: (qmail 10127 invoked from network); 11 Apr 2002 02:46:51 -0000 Received: from unknown (HELO celebris.tddhome) ([64.81.20.229]) (envelope-sender ) by mail13.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 11 Apr 2002 02:46:51 -0000 Received: (from tomdean@localhost) by celebris.tddhome (8.11.3/8.11.3) id g3B2koA02841; Wed, 10 Apr 2002 19:46:50 -0700 (PDT) (envelope-from tomdean@speakeasy.org) Date: Wed, 10 Apr 2002 19:46:50 -0700 (PDT) Message-Id: <200204110246.g3B2koA02841@celebris.tddhome> X-Authentication-Warning: celebris.tddhome: tomdean set sender to tomdean@speakeasy.org using -f From: User Tomdean To: questions@FreeBSD.ORG Subject: ASUS A7N266-E and XFree86-4.2.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have a system w/ an ASUS A7N266-E motherboard with the built-in VGA adapter, using the NVIDIA GeForce2 logic. Is anyone using XFree86-4.2.0 with this motherboard and the integrated VGA? I run XFree86 -configure and it seems to work. I get the attached XF86Config file. It all looks OK. If I test w/ `XFree96 -verbose 9 -xf86config /root/XF86Config.new` it crashes the system. The display flickers one time and freezes. The system cannot be pinged, it does not respond to "Caps Lock" or any other keyboard action. The only way out is Reset. The log file is lost, so there are no error messages. There are no modelines in the config file, but, that only has to do with the monitor. It should not crash the system. tomdean ==== XF86Config.new ======== 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/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection Section "Module" Load "extmod" Load "xie" Load "pex5" Load "glx" 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" EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "SWcursor" # [] #Option "HWcursor" # [] #Option "NoAccel" # [] #Option "ShowCache" # [] #Option "ShadowFB" # [] #Option "UseFBDev" # [] #Option "Rotate" # [] #Option "VideoKey" # #Option "FlatPanel" # [] Identifier "Card0" Driver "nv" VendorName "NVidia" BoardName "GeForce2 Integrated" BusID "PCI:2:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Depth 1 EndSubSection SubSection "Display" Depth 4 EndSubSection SubSection "Display" Depth 8 EndSubSection SubSection "Display" Depth 15 EndSubSection SubSection "Display" Depth 16 EndSubSection SubSection "Display" Depth 24 EndSubSection EndSection To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message