Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jul 2004 23:37:15 +0200
From:      Marco Trentini <mark@remotelab.org>
To:        freebsd-x11@freebsd.org
Cc:        freebsd-mobile@freebsd.org
Subject:   FreeBSD 5.2.1 and GeForce FX Go5600 multiple monitors problems
Message-ID:  <20040709213715.GF1188@einstein.lab>

next in thread | raw e-mail | index | archive | help

--oyUTqETQ0mS9luUI
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline


Hi all, I have some problems with nvidia drivers and FreeBSD
5.2.1.

My machine is the sony vaio PCG-GRT915M. It ships with GeForce
FX Go5600.

I've installed the last freebsd nvidia-driver port with
WITH_NVIDIA_HACKS=yes option. If I use only the LCD monitor
all works fine (for now). The problems come up when I want to
use LCD+CRT or LCD+TV both in the TWINVIEW mode off and on. In
these cases X starts correctly but when I exit from X then my
machine freezes and I see strange colors on my LCD.

I've noted another matter also. If I start X with Option
"ConnectedMonitor" "CRT", I can see X on CRT only (the LCD is
inactive) but when I exit from X the video signal doesn't
return on my LCD. Anyway the system is still up in this case
and I can run command (blindly) on the virtual console and
restart the machine. The same thing happens with TV device.

It is as good as the nvidia-driver doesn't reopen the LCD
device.

Will anybody help me to solve this problem?

thanks.

mark@vaio # sysctl -a hw.nvidia
hw.nvidia.agp.card.rates: 8x 4x
hw.nvidia.agp.card.fw: supported
hw.nvidia.agp.card.sba: supported
hw.nvidia.agp.card.registers: 0x1f000e1b:0x1f004102
hw.nvidia.agp.status.status: enabled
hw.nvidia.agp.status.driver: nvidia
hw.nvidia.agp.status.rate: 8x
hw.nvidia.agp.status.fw: disabled
hw.nvidia.agp.status.sba: disabled
hw.nvidia.version: NVIDIA FreeBSD x86 nvidia.ko Kernel Module 1.0-4365 Wed May 28 09:20:25 PDT 2003
hw.nvidia.registry.EnableVia4x: 0
hw.nvidia.registry.EnableALiAGP: 0
hw.nvidia.registry.EnableAGPSBA: 0
hw.nvidia.registry.EnableAGPFW: 0
hw.nvidia.registry.SoftEDIDs: 1
hw.nvidia.registry.Mobile: 4294967295
hw.nvidia.registry.ResmanDebugLevel: 4294967295
hw.nvidia.registry.FlatPanelMode: 0
hw.nvidia.cards.0.model: GeForce FX Go5600
hw.nvidia.cards.0.irq: 4
hw.nvidia.cards.0.vbios: 04.31.20.37.b3
hw.nvidia.cards.0.type: AGP

-- 
Marco Trentini                mark@remotelab.org
http://www.remotelab.org/

--oyUTqETQ0mS9luUI
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="XF86Config.txt"

Section "ServerLayout"
	Identifier     "Mark-0"
	Screen      0  "Screen2" 0 0
	#Screen      1  "Screen1" LeftOf "Screen0" 
	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/local/"
	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/75dpi/:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic/"
	#FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
EndSection

Section "ServerFlags"
        Option "DefaultServerLayout" "Mark-0"
        Option "BlankTime" "5"
        Option "StandbyTime" "10"
        Option "SuspendTime" "15"
        Option "OffTime" "20"
        Option "Xinerama" "off"
EndSection

Section "Module"
	Load  "extmod"
	Load  "glx"
	#Load  "dri"
	Load  "dbe"
	Load  "record"
	Load  "xtrap"
	Load  "speedo"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
        Option "XkbKeycodes" "xfree86"
        Option "XkbTypes"    "default"
        Option "XkbSymbols"  "en_US(pc102)+it"
        Option "XkbGeometry" "pc(pc102)"
        Option "XkbCompat"   "basic+pc+iso9995"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/sysmouse"
EndSection

Section "Monitor"
	Identifier   "LCD"
	VendorName   "Sony"
	ModelName    "15"
        #HorizSync    31.5-48.5
        #VertRefresh  50-60
        Option "DPMS" "on"
EndSection

Section "Monitor"
        Identifier   "TV"
        HorizSync 20-50
        VertRefresh 50-60
        Option "DPMS" "off"
EndSection

Section "Monitor"
        Identifier   "CRT"
        VendorName   ""
        ModelName    ""
        HorizSync    30-130
        VertRefresh  50-160
        Option "DPMS" "on"
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     "ShadowFB"           	# [<bool>]
        #Option     "UseFBDev"           	# [<bool>]
        #Option     "Rotate"             	# [<str>]
        #Option     "VideoKey"           	# <i>
        #Option     "FlatPanel" "yes"          	# [<bool>]
        #Option     "FPDither"           	# [<bool>]
        #Option     "CrtcNumber" "0"        	# <i>
	Identifier  "Card0"
	Driver      "nv"
	VendorName  "nVidia Corporation"
	BoardName   "FX5600 go"
	BusID       "PCI:1:0:0"
EndSection

Section "Device"
        Identifier  "Test0"
        Driver      "vesa"
        BusID       "PCI:1:0:0"
EndSection

Section "Device"
        Identifier  "NvidiaGo"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "FX5600 go"
        BusID       "PCI:1:0:0"
	Option "NvAGP" "1"
        #Option "UseInt10Module" "on"
	Option "NoLogo" "off"
	Option "RenderAccel" "on"
	Option "NoRenderExtension" "off"
	Option "PageFlip" "on"
	#Option "DigitalVibrance" "0"
	Option "SWCursor" "off"
	Option "HWCursor" "on"
	Option "ConnectedMonitor" "CRT,DFP"
	#Option "IgnoreDisplayDevices" "TV"
	Option "UseEdidFreqs" "on"
	Option "IgnoreEDID" "off"
	#Option "FlatPanelProperties" "Scaling=centered,Dithering=enabled"
	Option "TwinView" "off"
	Option "TwinViewOrientation" "Below" #"RightOf" "LeftOf" "Above" "Below" "Clone"
	#Option "SecondMonitorHorizSync" "31.5-48.5"
	#Option "SecondMonitorVertRefresh" "50-60"
	Option "MetaModes" "1024x768,1024x768"
	Option "NoTwinViewXineramaInfo" "off"
	Option "TVStandard" "PAL-B"
	Option "TVOutFormat" "COMPOSITE"
	Option "TVOverScan" "1.0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Test0"
	Monitor    "LCD"
        DefaultDepth 24 
        SubSection "Display"
                Depth     24
                Modes     "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth     16 
                Modes     "1024x768" "800x600"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen1"
        Device     "Card0"
        Monitor    "CRT"
        DefaultDepth 24
        SubSection "Display"
                Depth     24
                Modes     "1280x1024" "1024x768" "800x600"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen2"
        Device     "NvidiaGo"
        Monitor    "CRT"
        DefaultDepth 24
        SubSection "Display"
                Depth     24
                Modes     "1024x768" "800x600"
        EndSubSection
EndSection

--oyUTqETQ0mS9luUI
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="XFree86.0.log.txt"


This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@XFree86.Org and patches submitted
to fixes@XFree86.Org.  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs).

XFree86 Version 4.3.99.15
Release Date:  1 November 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: FreeBSD 5.2.1 i386 [ELF] 
Current Operating System: FreeBSD vaio.lab 5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #0: Tue Jun 29 23:44:38 CEST 2004     root@vaio.lab:/usr/obj/usr/src/sys/VAIO i386
Build Date: 01 July 2004
Changelog Date: 02 November 2003
	Before reporting problems, check http://www.XFree86.Org/
	to make sure that you have the latest version.
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: Thu Jul  8 23:01:12 2004
(==) Using config file: "/etc/X11/XF86Config"
(**) Option "defaultserverlayout" "Mark-0"
(**) ServerLayout "Mark-0"
(**) |-->Screen "Screen2" (0)
(**) |   |-->Monitor "CRT"
(**) |   |-->Device "NvidiaGo"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbCompat" "basic+pc+iso9995"
(**) XKB: compat: "basic+pc+iso9995"
(**) Option "XkbTypes" "default"
(**) XKB: types: "default"
(**) Option "XkbKeycodes" "xfree86"
(**) XKB: keycodes: "xfree86"
(**) Option "XkbGeometry" "pc(pc102)"
(**) XKB: geometry: "pc(pc102)"
(**) Option "XkbSymbols" "en_US(pc102)+it"
(**) XKB: symbols: "en_US(pc102)+it"
(==) 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/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/cyrillic/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "BlankTime" "5"
(**) Option "StandbyTime" "10"
(**) Option "SuspendTime" "15"
(**) Option "OffTime" "20"
(**) Option "Xinerama" "off"
(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.2
	XFree86 Video Driver: 0.7
	XFree86 XInput driver : 0.4
	XFree86 Server Extension : 0.2
	XFree86 Font Renderer : 0.4
(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.3.99.15, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(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.3.99.15, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.7
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x80010064, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1039,0648 card 104d,814e rev 03 class 06,00,00 hdr 80
(II) PCI: 00:01:0: chip 1039,0002 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 1039,0008 card 0000,0000 rev 14 class 06,01,00 hdr 80
(II) PCI: 00:02:1: chip 1039,0016 card 0000,0000 rev 00 class 0c,05,00 hdr 00
(II) PCI: 00:02:5: chip 1039,5513 card 104d,814e rev 00 class 01,01,80 hdr 00
(II) PCI: 00:02:6: chip 1039,7013 card 104d,814e rev a0 class 07,03,00 hdr 00
(II) PCI: 00:02:7: chip 1039,7012 card 104d,814e rev a0 class 04,01,00 hdr 00
(II) PCI: 00:03:0: chip 1039,7001 card 104d,814e rev 0f class 0c,03,10 hdr 80
(II) PCI: 00:03:1: chip 1039,7001 card 104d,814e rev 0f class 0c,03,10 hdr 00
(II) PCI: 00:03:2: chip 1039,7001 card 104d,814e rev 0f class 0c,03,10 hdr 00
(II) PCI: 00:03:3: chip 1039,7002 card 104d,814e rev 00 class 0c,03,20 hdr 00
(II) PCI: 00:04:0: chip 1039,0900 card 104d,814e rev 90 class 02,00,00 hdr 00
(II) PCI: 00:07:0: chip 168c,0013 card 1468,0406 rev 01 class 02,00,00 hdr 00
(II) PCI: 00:0a:0: chip 1180,0476 card 0000,0000 rev aa class 06,07,00 hdr 82
(II) PCI: 00:0a:1: chip 1180,0476 card 0000,0000 rev aa class 06,07,00 hdr 82
(II) PCI: 00:0a:2: chip 1180,0552 card 104d,814e rev 02 class 0c,00,10 hdr 80
(II) PCI: 01:00:0: chip 10de,031a card 104d,814f rev a1 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xd5000000 - 0xd5ffffff (0x1000000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:2:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation unknown chipset (0x031a) rev 161, Mem @ 0xd5000000/24, 0xe0000000/28
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xd0000000 from 0xdfffffff to 0xcfffffff
(II) PCI Memory resource overlap reduced 0xd4000000 from 0xd7ffffff to 0xd4ffffff
(II) Active PCI resource ranges:
	[0] -1	0	0xd4005000 - 0xd4005fff (0x1000) MX[B]E
	[1] -1	0	0xd4010000 - 0xd401ffff (0x10000) MX[B]E
	[2] -1	0	0xd4004000 - 0xd4007fff (0x4000) MX[B]E
	[3] -1	0	0xd4003000 - 0xd4003fff (0x1000) MX[B]E
	[4] -1	0	0xd4002000 - 0xd4003fff (0x2000) MX[B]E
	[5] -1	0	0xd4001000 - 0xd4001fff (0x1000) MX[B]E
	[6] -1	0	0xd4000000 - 0xd4ffffff (0x1000000) MX[B]E
	[7] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]EO
	[8] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
	[9] -1	0	0xd5000000 - 0xd5ffffff (0x1000000) MX[B](B)
	[10] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]E
	[11] -1	0	0x00001480 - 0x000014ff (0x80) IX[B]E
	[12] -1	0	0x00001c00 - 0x00001cff (0x100) IX[B]E
	[13] -1	0	0x00001400 - 0x000014ff (0x100) IX[B]E
	[14] -1	0	0x00001800 - 0x000018ff (0x100) IX[B]E
	[15] -1	0	0x00001000 - 0x000010ff (0x100) IX[B]E
	[16] -1	0	0x00008100 - 0x000081ff (0x100) IX[B]E
(II) PCI Memory resource overlap reduced 0xd4004000 from 0xd4007fff to 0xd4004fff
(II) PCI Memory resource overlap reduced 0xd4002000 from 0xd4003fff to 0xd4002fff
(II) PCI Memory resource overlap reduced 0xd4000000 from 0xd4ffffff to 0xd4000fff
(II) PCI I/O resource overlap reduced 0x00001400 from 0x000014ff to 0x0000147f
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xd4005000 - 0xd4005fff (0x1000) MX[B]E
	[1] -1	0	0xd4010000 - 0xd401ffff (0x10000) MX[B]E
	[2] -1	0	0xd4004000 - 0xd4004fff (0x1000) MX[B]E
	[3] -1	0	0xd4003000 - 0xd4003fff (0x1000) MX[B]E
	[4] -1	0	0xd4002000 - 0xd4002fff (0x1000) MX[B]E
	[5] -1	0	0xd4001000 - 0xd4001fff (0x1000) MX[B]E
	[6] -1	0	0xd4000000 - 0xd4000fff (0x1000) MX[B]E
	[7] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]EO
	[8] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
	[9] -1	0	0xd5000000 - 0xd5ffffff (0x1000000) MX[B](B)
	[10] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]E
	[11] -1	0	0x00001480 - 0x000014ff (0x80) IX[B]E
	[12] -1	0	0x00001c00 - 0x00001cff (0x100) IX[B]E
	[13] -1	0	0x00001400 - 0x0000147f (0x80) IX[B]E
	[14] -1	0	0x00001800 - 0x000018ff (0x100) IX[B]E
	[15] -1	0	0x00001000 - 0x000010ff (0x100) IX[B]E
	[16] -1	0	0x00008100 - 0x000081ff (0x100) IX[B]E
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xd4005000 - 0xd4005fff (0x1000) MX[B]E
	[6] -1	0	0xd4010000 - 0xd401ffff (0x10000) MX[B]E
	[7] -1	0	0xd4004000 - 0xd4004fff (0x1000) MX[B]E
	[8] -1	0	0xd4003000 - 0xd4003fff (0x1000) MX[B]E
	[9] -1	0	0xd4002000 - 0xd4002fff (0x1000) MX[B]E
	[10] -1	0	0xd4001000 - 0xd4001fff (0x1000) MX[B]E
	[11] -1	0	0xd4000000 - 0xd4000fff (0x1000) MX[B]E
	[12] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]EO
	[13] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
	[14] -1	0	0xd5000000 - 0xd5ffffff (0x1000000) MX[B](B)
	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[17] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]E
	[18] -1	0	0x00001480 - 0x000014ff (0x80) IX[B]E
	[19] -1	0	0x00001c00 - 0x00001cff (0x100) IX[B]E
	[20] -1	0	0x00001400 - 0x0000147f (0x80) IX[B]E
	[21] -1	0	0x00001800 - 0x000018ff (0x100) IX[B]E
	[22] -1	0	0x00001000 - 0x000010ff (0x100) IX[B]E
	[23] -1	0	0x00008100 - 0x000081ff (0x100) IX[B]E
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
	compiled for 4.3.99.15, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.4365
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
	compiled for 4.3.99.15, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
	compiled for 4.3.99.15, module version = 1.13.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "xtrap"
(II) Loading /usr/X11R6/lib/modules/extensions/libxtrap.a
(II) Module xtrap: vendor="The XFree86 Project"
	compiled for 4.3.99.15, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DEC-XTRAP
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor="The XFree86 Project"
	compiled for 4.3.99.15, module version = 1.0.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Speedo
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
	compiled for 4.3.99.15, module version = 1.0.2
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(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.4365
	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.3.99.15, module version = 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.4
(II) NVIDIA XFree86 Driver  1.0-4365  Wed May 28 09:23:41 PDT 2003
(II) NVIDIA Unified Driver for all NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Chipset NVIDIA GPU found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xd4005000 - 0xd4005fff (0x1000) MX[B]E
	[6] -1	0	0xd4010000 - 0xd401ffff (0x10000) MX[B]E
	[7] -1	0	0xd4004000 - 0xd4004fff (0x1000) MX[B]E
	[8] -1	0	0xd4003000 - 0xd4003fff (0x1000) MX[B]E
	[9] -1	0	0xd4002000 - 0xd4002fff (0x1000) MX[B]E
	[10] -1	0	0xd4001000 - 0xd4001fff (0x1000) MX[B]E
	[11] -1	0	0xd4000000 - 0xd4000fff (0x1000) MX[B]E
	[12] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]EO
	[13] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
	[14] -1	0	0xd5000000 - 0xd5ffffff (0x1000000) MX[B](B)
	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[17] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]E
	[18] -1	0	0x00001480 - 0x000014ff (0x80) IX[B]E
	[19] -1	0	0x00001c00 - 0x00001cff (0x100) IX[B]E
	[20] -1	0	0x00001400 - 0x0000147f (0x80) IX[B]E
	[21] -1	0	0x00001800 - 0x000018ff (0x100) IX[B]E
	[22] -1	0	0x00001000 - 0x000010ff (0x100) IX[B]E
	[23] -1	0	0x00008100 - 0x000081ff (0x100) IX[B]E
(II) resource ranges after probing:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xd4005000 - 0xd4005fff (0x1000) MX[B]E
	[6] -1	0	0xd4010000 - 0xd401ffff (0x10000) MX[B]E
	[7] -1	0	0xd4004000 - 0xd4004fff (0x1000) MX[B]E
	[8] -1	0	0xd4003000 - 0xd4003fff (0x1000) MX[B]E
	[9] -1	0	0xd4002000 - 0xd4002fff (0x1000) MX[B]E
	[10] -1	0	0xd4001000 - 0xd4001fff (0x1000) MX[B]E
	[11] -1	0	0xd4000000 - 0xd4000fff (0x1000) MX[B]E
	[12] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]EO
	[13] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
	[14] -1	0	0xd5000000 - 0xd5ffffff (0x1000000) MX[B](B)
	[15] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[16] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[17] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[18] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[19] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[20] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]E
	[21] -1	0	0x00001480 - 0x000014ff (0x80) IX[B]E
	[22] -1	0	0x00001c00 - 0x00001cff (0x100) IX[B]E
	[23] -1	0	0x00001400 - 0x0000147f (0x80) IX[B]E
	[24] -1	0	0x00001800 - 0x000018ff (0x100) IX[B]E
	[25] -1	0	0x00001000 - 0x000010ff (0x100) IX[B]E
	[26] -1	0	0x00008100 - 0x000081ff (0x100) IX[B]E
	[27] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[28] 0	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.3.99.15, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.7
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "PageFlip" "on"
(**) NVIDIA(0): Option "NoLogo" "off"
(**) NVIDIA(0): Option "SWcursor" "off"
(**) NVIDIA(0): Option "HWcursor" "on"
(**) NVIDIA(0): Option "NvAGP" "1"
(**) NVIDIA(0): Option "IgnoreEDID" "off"
(**) NVIDIA(0): Option "ConnectedMonitor" "CRT,DFP"
(**) NVIDIA(0): Option "TVStandard" "PAL-B"
(**) NVIDIA(0): Option "TVOutFormat" "COMPOSITE"
(**) NVIDIA(0): Option "RenderAccel" "on"
(**) NVIDIA(0): Option "UseEdidFreqs" "on"
(**) NVIDIA(0): Option "TwinView" "off"
(**) NVIDIA(0): Option "TwinViewOrientation" "Below"
(**) NVIDIA(0): Option "MetaModes" "1024x768,1024x768"
(**) NVIDIA(0): Option "NoTwinViewXineramaInfo" "off"
(**) NVIDIA(0): Option "NoRenderExtension" "off"
(**) NVIDIA(0): Option "TVOverScan" "1.0"
(**) NVIDIA(0): Enabling experimental RENDER acceleration
(**) NVIDIA(0): Forcing COMPOSITE video output
(**) NVIDIA(0): Use of NVIDIA internal AGP requested
(**) NVIDIA(0): ConnectedMonitor string: "CRT,DFP"
(**) NVIDIA(0): TV Standard string: "PAL-B"
(WW) NVIDIA(0): Cannot use option "TwinViewOrientation" when TwinView is not
(WW) NVIDIA(0):      enabled
(WW) NVIDIA(0): Cannot use option "MetaModes" when TwinView is not enabled
(--) NVIDIA(0): Linear framebuffer at 0xE0000000
(--) NVIDIA(0): MMIO registers at 0xD5000000
(==) NVIDIA(0): Write-combining range (0xd5601000,0x1000) was already clear
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce FX Go5600
(--) NVIDIA(0): VideoBIOS: 04.31.20.37.b3
(==) NVIDIA(0): Write-combining range (0xa0000,0x10000) was already clear
(==) NVIDIA(0): Write-combining range (0xd5680000,0x1000) was already clear
(==) NVIDIA(0): Write-combining range (0xd5601000,0x1000) was already clear
(==) NVIDIA(0): Write-combining range (0xd5681000,0x1000) was already clear
(==) NVIDIA(0): Write-combining range (0xd50c0000,0x1000) was already clear
(==) NVIDIA(0): Write-combining range (0xd5001000,0x1000) was already clear
(==) NVIDIA(0): Write-combining range (0xd5682000,0x1000) was already clear
(==) NVIDIA(0): Write-combining range (0xd5603000,0x1000) was already clear
(==) NVIDIA(0): Write-combining range (0xd5683000,0x1000) was already clear
(--) NVIDIA(0): VideoRAM: 65536 kBytes
(II) NVIDIA(0): Using ConnectedMonitor string "CRT-0, DFP-0"
(--) NVIDIA(0): Detected TV Encoder: NVIDIA
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at  8 bpp: 400 MHz
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 16 bpp: 400 MHz
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 32 bpp: 400 MHz
(--) NVIDIA(0): Display device DFP-0: maximum pixel clock at  8 bpp: 400 MHz
(--) NVIDIA(0): Display device DFP-0: maximum pixel clock at 16 bpp: 400 MHz
(--) NVIDIA(0): Display device DFP-0: maximum pixel clock at 32 bpp: 400 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.3.99.15, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.7
(WW) NVIDIA(0): Unable to use EDID frequencies for display device CRT-0 (EDID
(WW) NVIDIA(0):      found, but no frequencies given in EDID)
(WW) NVIDIA(0): config file hsync range 30-130kHz not within DDC hsync ranges.
(WW) NVIDIA(0): config file vrefresh range 50-160Hz not within DDC vrefresh ranges.
(II) NVIDIA(0): CRT: Using hsync range of 30.00-130.00 kHz
(II) NVIDIA(0): CRT: Using vrefresh range of 50.00-160.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 400.00 MHz
(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 "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "2048x1536" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1920x1440" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1920x1440" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1920x1440" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1856x1392" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1856x1392" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1792x1344" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1792x1344" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1280x1024" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1280x1024" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1280x1024" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1280x960" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1280x960" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1152x864" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1152x768" (width too large for virtual size)
(WW) NVIDIA(0): Not using mode "1024x768" (height 1536 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "1024x768" (height 1536 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "960x720" (height 1440 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "960x720" (height 1440 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "960x720" (height 1440 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "928x696" (height 1392 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "928x696" (height 1392 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "896x672" (height 1344 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "896x672" (height 1344 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "800x600" (height 1200 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "800x600" (height 1200 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "800x600" (height 1200 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "800x600" (height 1200 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "800x600" (height 1200 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "700x525" (height 1050 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "700x525" (height 1050 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "576x384":
(WW) NVIDIA(0):   horizontal sync start (589) not a multiple of 8
(WW) NVIDIA(0): Not using mode "360x200":
(WW) NVIDIA(0):   horizontal sync start (378) not a multiple of 8
(**) NVIDIA(0): Validated modes for display device CRT-0:
(**) NVIDIA(0):      Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(**) NVIDIA(0):      Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(**) NVIDIA(0):      Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(**) NVIDIA(0):      Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(**) NVIDIA(0):      Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(**) NVIDIA(0):      Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(**) NVIDIA(0):      Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(**) NVIDIA(0):      Default mode "640x512": 78.8 MHz, 91.1 kHz, 85.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x480": 74.2 MHz, 85.9 kHz, 85.1 Hz (D)
(**) NVIDIA(0):      Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(**) NVIDIA(0):      Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz
(**) NVIDIA(0):      Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz
(**) NVIDIA(0):      Default mode "512x384": 47.2 MHz, 68.7 kHz, 85.0 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(**) NVIDIA(0):      Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(**) NVIDIA(0):      Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(II) NVIDIA(0): CRT: Using hsync range of 29.00-49.00 kHz
(II) NVIDIA(0): CRT: Using vrefresh range of 0.00-60.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 400.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" (hsync out of range)
(II) NVIDIA(0): Not using default mode "400x300" (hsync 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" (hsync out of range)
(II) NVIDIA(0): Not using default mode "512x384" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "512x384" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "512x384" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1152x864" (hsync out of range)
(II) NVIDIA(0): Not using default mode "576x432" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x960" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x480" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x960" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x480" (hsync 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)
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync 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)
(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)
(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)
(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 "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(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 "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" (hsync out of range)
(II) NVIDIA(0): Not using default mode "416x312" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1400x1050" (hsync out of range)
(II) NVIDIA(0): Not using default mode "700x525" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1400x1050" (hsync out of range)
(II) NVIDIA(0): Not using default mode "700x525" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x512" (hsync out of range)
(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 "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1152x768" (width too large for virtual size)
(WW) NVIDIA(0): Not using mode "576x384":
(WW) NVIDIA(0):   horizontal sync start (589) not a multiple of 8
(**) NVIDIA(0): Validated modes for display device DFP-0:
(**) 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 "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(**) NVIDIA(0):      Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
(--) NVIDIA(0): Display dimensions: (320, 240) mm
(--) NVIDIA(0): DPI set to (81, 81)
(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.3.99.15, module version = 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.2
(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.3.99.15, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.7
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xe0000000 - 0xefffffff (0x10000000) MX[B]
	[1] 0	0	0xd5000000 - 0xd5ffffff (0x1000000) MX[B]
	[2] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[3] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[4] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[5] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[6] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[7] -1	0	0xd4005000 - 0xd4005fff (0x1000) MX[B]E
	[8] -1	0	0xd4010000 - 0xd401ffff (0x10000) MX[B]E
	[9] -1	0	0xd4004000 - 0xd4004fff (0x1000) MX[B]E
	[10] -1	0	0xd4003000 - 0xd4003fff (0x1000) MX[B]E
	[11] -1	0	0xd4002000 - 0xd4002fff (0x1000) MX[B]E
	[12] -1	0	0xd4001000 - 0xd4001fff (0x1000) MX[B]E
	[13] -1	0	0xd4000000 - 0xd4000fff (0x1000) MX[B]E
	[14] -1	0	0xd0000000 - 0xcfffffff (0x0) MX[B]EO
	[15] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
	[16] -1	0	0xd5000000 - 0xd5ffffff (0x1000000) MX[B](B)
	[17] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[18] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[19] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[20] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[21] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[22] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]E
	[23] -1	0	0x00001480 - 0x000014ff (0x80) IX[B]E
	[24] -1	0	0x00001c00 - 0x00001cff (0x100) IX[B]E
	[25] -1	0	0x00001400 - 0x0000147f (0x80) IX[B]E
	[26] -1	0	0x00001800 - 0x000018ff (0x100) IX[B]E
	[27] -1	0	0x00001000 - 0x000010ff (0x100) IX[B]E
	[28] -1	0	0x00008100 - 0x000081ff (0x100) IX[B]E
	[29] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[30] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) NVIDIA(0): Write-combining range (0xa0000,0x10000) was already clear
(==) NVIDIA(0): Write-combining range (0xd5680000,0x1000) was already clear
(==) NVIDIA(0): Write-combining range (0xd5601000,0x1000) was already clear
(==) NVIDIA(0): Write-combining range (0xd5681000,0x1000) was already clear
(==) NVIDIA(0): Write-combining range (0xd50c0000,0x1000) was already clear
(==) NVIDIA(0): Write-combining range (0xd5001000,0x1000) was already clear
(==) NVIDIA(0): Write-combining range (0xd5682000,0x1000) was already clear
(==) NVIDIA(0): Write-combining range (0xd5603000,0x1000) was already clear
(==) NVIDIA(0): Write-combining range (0xd5683000,0x1000) was already clear
(II) NVIDIA(0): AGP 8X successfully initialized
(II) NVIDIA(0): Setting mode "1024x768"
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms" "on"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-GLX
(II) Loading extension NV-CONTROL
(II) Loading extension XINERAMA
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) [GLX]: Initializing GLX extension
(**) Option "Protocol" "auto"
(**) Mouse0: Device: "/dev/sysmouse"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/sysmouse"
(**) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(==) Mouse0: Buttons: 3
(II) Keyboard "Keyboard0" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) XINPUT: Adding extended input device "NVIDIA Kernel Input Handler" (type: Other)
(II) Server_Terminate keybinding not found
(II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0
(II) Mouse0: SetupAuto: protocol is SysMouse

--oyUTqETQ0mS9luUI--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040709213715.GF1188>