I don't know much about FreeBSD, However I would add
DefaultDepth 16 # or 24 whichever you need
to the screen section, and in the corresponding subsection display
Modes "1024x768" # or any resolution you need
hope that will help (but may not suffice...) you may also want to download the nvidia
driver from
their site..
Lionel
--- User Tomdean <[EMAIL PROTECTED]> wrote:
> I have a system running FreeBSD 4.5 w/ an ASUS A7N266-E motherboard
> with the integrated VGA adapter, using the NVIDIA GeForce2 logic. The
> system has 512MB RAM.
>
> I run XFree86 -configure and it seems to work. I get the attached
> XF86Config file. It all looks OK. The output from
> `XFree86 -verbose 9 -configure` is also attached.
>
> 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.
>
> I think I am missing something simple. What can I do to debug this
> problem?
>
> 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: <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 "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
>
> ==== XFree86-config-out =======================
>
> 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.5 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: Wed Apr 10 18:23:41 2002
> (--) Using syscons driver with X support (version 2.0)
> (--) using VT number 9
>
> (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
> (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
> (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
> (II) Unloading /usr/X11R6/lib/modules/libscanpci.a
> (--) PCI:*(2:0:0) NVidia GeForce2 Integrated rev 177, Mem @ 0xec000000/24,
>0xf0000000/27, BIOS @
> 0xefff0000/16
> List of video drivers:
> atimisc
> r128
> radeon
> mga
> glint
> nv
> tga
> s3
> s3virge
> sis
> rendition
> neomagic
> i740
> tdfx
> savage
> cirrus
> vmware
> tseng
> trident
> chips
> apm
> fbdev
> i128
> ati
> i810
> ark
> cyrix
> siliconmotion
> vesa
> vga
> (II) Loading /usr/X11R6/lib/modules/drivers/atimisc_drv.o
> (II) Module atimisc: vendor="The XFree86 Project"
> compiled for 4.2.0, module version = 6.4.8
> (II) Loading /usr/X11R6/lib/modules/drivers/r128_drv.o
> (II) Module r128: vendor="The XFree86 Project"
> compiled for 4.2.0, module version = 4.0.1
> (II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.o
> (II) Module radeon: vendor="The XFree86 Project"
> compiled for 4.2.0, module version = 4.0.1
> (II) Loading /usr/X11R6/lib/modules/drivers/mga_drv.o
> (II) Module mga: vendor="The XFree86 Project"
> compiled for 4.2.0, module version = 1.1.0
> (II) Loading /usr/X11R6/lib/modules/drivers/glint_drv.o
> (II) Module glint: vendor="The XFree86 Project"
> compiled for 4.2.0, module version = 1.0.0
> (II) Loading /usr/X11R6/lib/modules/drivers/nv_drv.o
> (II) Module nv: vendor="The XFree86 Project"
> compiled for 4.2.0, module version = 1.0.1
> (II) Loading /usr/X11R6/lib/modules/drivers/tga_drv.o
> (II) Module tga: vendor="The XFree86 Project"
> compiled for 4.2.0, module version = 1.0.0
> (II) Loading /usr/X11R6/lib/modules/drivers/s3_drv.o
>
=== message truncated ===
__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/
_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie