can't get 2560x1600 (freebsd 7.0, nv, 8500gt, hp lp3065)

Rawld Gill rcgill at earthlink.net
Mon Jun 2 00:49:42 PDT 2008


I am unable to get X to display 2560x1600.  The best I can get is 1280x800 (note that I _can_ get x started at this resolution).  I've constructed a xorg.conf file with the proper modelines (I think), but this doesn't help.

Here's the configuration:

Mainboard: Gigabyte GA-M51GM-S2G
Processor: AMD Athlon 64 X2 3800+ @ 2000 MHz
RAM: 4096 MB
Video Card: MSI NX8500GT-TD512EH
(http://www.msicomputer.com/product/p_spec.asp?model=NX8500GT-TD512EH&class=vga)
Monitor: HP LP3065
(http://h10010.www1.hp.com/wwpc/us/en/sm/WF06a/382087-382087-64283-72270-444767-3297215.html)
OS: FreeBSD 7.0 amd64 (NOT i386)

Note that I am using the nv driver because the NVIDIA Proprietary Driver doesn't support amd64.

The OS had been freshly installed from the ISO images.  I updated the nv driver from ports (xf86-video-nv).  Both the driver distributed with the iso install and the updated driver exhibit the same behavior.

This card and monitor clearly should work OK since I have the exact same configuration (MB + CPU + RAM + video card + monitor) on another box running win xp perfectly.

I've attached the relevant files below (xorg.conf, the xorg log, and output from xrandr -q after x is up).

Thanks so much for any help.

Best,
Rawld



Here is the xorg.conf file (note that I tried a couple of modelines in the monitor section).

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/local/share/X11/rgb"
	ModulePath   "/usr/local/lib/xorg/modules"
	FontPath     "/usr/local/lib/X11/fonts/misc/"
	FontPath     "/usr/local/lib/X11/fonts/TTF/"
	FontPath     "/usr/local/lib/X11/fonts/OTF"
	FontPath     "/usr/local/lib/X11/fonts/Type1/"
	FontPath     "/usr/local/lib/X11/fonts/100dpi/"
	FontPath     "/usr/local/lib/X11/fonts/75dpi/"
EndSection

Section "Module"
	Load  "GLcore"
	Load  "dbe"
	Load  "dri"
	Load  "extmod"
	Load  "glx"
	Load  "record"
	Load  "xtrap"
	Load  "freetype"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/sysmouse"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "HP"
	ModelName    "LP3065"
	DisplaySize  641 400
	HorizSync	100.0
	VertRefresh	60.0
	#ModeLine "2560x1600" 268.0 2560 2608 2640 2720 1600 1603 1609 1646
	ModeLine "2560x1600"  268.00  2560 2608 2640 2720  1600 1603 1609 1646 +hsync -vsync 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"          	# [<bool>]
        #Option     "FPDither"           	# [<bool>]
        #Option     "CrtcNumber"         	# <i>
        #Option     "FPScale"            	# [<bool>]
        #Option     "FPTweak"            	# <i>
        #Option     "DualHead"           	# [<bool>]
	Identifier  "Card0"
	Driver      "nv"
	VendorName  "nVidia Corporation"
	BoardName   "GeForce 8500 GT"
	BusID       "PCI:2:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	Subsection "Display"
		Viewport 0 0
		Modes "2560x1600"
		Depth 24
	EndSubSection
EndSection


Here is the xorg log file:


X.Org X Server 1.4.0
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: FreeBSD 7.0-RELEASE amd64 
Current Operating System: FreeBSD rcg.wanda.vista-info-tech.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 10:35:36 UTC 2008     root at driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
Build Date: 13 February 2008  01:44:21PM
 
	Before reporting problems, check http://wiki.x.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/Xorg.0.log", Time: Sun Jun  1 10:53:51 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Automatically adding devices
(==) Automatically enabling devices
(==) Including the default font path /usr/local/lib/X11/fonts/misc/,/usr/local/lib/X11/fonts/TTF/,/usr/local/lib/X11/fonts/OTF,/usr/local/lib/X11/fonts/Type1/,/usr/local/lib/X11/fonts/100dpi/,/usr/local/lib/X11/fonts/75dpi/.
(**) FontPath set to:
	/usr/local/lib/X11/fonts/misc/,
	/usr/local/lib/X11/fonts/TTF/,
	/usr/local/lib/X11/fonts/OTF,
	/usr/local/lib/X11/fonts/Type1/,
	/usr/local/lib/X11/fonts/100dpi/,
	/usr/local/lib/X11/fonts/75dpi/,
	/usr/local/lib/X11/fonts/misc/,
	/usr/local/lib/X11/fonts/TTF/,
	/usr/local/lib/X11/fonts/OTF,
	/usr/local/lib/X11/fonts/Type1/,
	/usr/local/lib/X11/fonts/100dpi/,
	/usr/local/lib/X11/fonts/75dpi/
(**) RgbPath set to "/usr/local/share/X11/rgb"
(**) ModulePath set to "/usr/local/lib/xorg/modules"
(II) Loader magic: 0x680ce0
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 2.0
	X.Org XInput driver : 2.0
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on freebsd
(II) LoadModule: "pcidata"
(II) Loading /usr/local/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 2.0
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(WW) OS did not count PCI devices, guessing wildly
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,02f5 card 1458,5000 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:1: chip 10de,02fa card 1458,5000 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:2: chip 10de,02fe card 1458,5000 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:3: chip 10de,02f8 card 1458,5000 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:4: chip 10de,02f9 card 1458,5000 rev a2 class 05,00,00 hdr 00
(II) PCI: 00:00:5: chip 10de,02ff card 1458,5000 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:6: chip 10de,027f card 1458,5000 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:7: chip 10de,027e card 1458,5000 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:04:0: chip 10de,02fb card 0000,0000 rev a1 class 06,04,00 hdr 01
(II) PCI: 00:09:0: chip 10de,0270 card 1458,5001 rev a2 class 05,00,00 hdr 00
(II) PCI: 00:0a:0: chip 10de,0260 card 1458,5001 rev a3 class 06,01,00 hdr 80
(II) PCI: 00:0a:1: chip 10de,0264 card 1458,0264 rev a3 class 0c,05,00 hdr 80
(II) PCI: 00:0a:2: chip 10de,0272 card 1458,0264 rev a3 class 05,00,00 hdr 80
(II) PCI: 00:0b:0: chip 10de,026d card 1458,5004 rev a3 class 0c,03,10 hdr 80
(II) PCI: 00:0b:1: chip 10de,026e card 1458,5004 rev a3 class 0c,03,20 hdr 80
(II) PCI: 00:0d:0: chip 10de,0265 card 1458,b000 rev a1 class 01,01,8a hdr 00
(II) PCI: 00:0e:0: chip 10de,0266 card 1458,b003 rev a1 class 01,04,85 hdr 00
(II) PCI: 00:0f:0: chip 10de,0267 card 1458,b002 rev a1 class 01,04,85 hdr 00
(II) PCI: 00:10:0: chip 10de,026f card 0000,0000 rev a2 class 06,04,01 hdr 81
(II) PCI: 00:10:1: chip 10de,026c card 1458,a002 rev a2 class 04,03,00 hdr 80
(II) PCI: 00:14:0: chip 10de,0269 card 1458,e000 rev a3 class 06,80,00 hdr 00
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:0e:0: chip 104c,8024 card 1458,1000 rev 00 class 0c,00,10 hdr 00
(II) PCI: 02:00:0: chip 10de,0421 card 1462,0960 rev a1 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:4:0), (0,2,2), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 2 I/O range:
	[0] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[B]
	[1] -1	0	0x0000a400 - 0x0000a4ff (0x100) IX[B]
	[2] -1	0	0x0000a800 - 0x0000a8ff (0x100) IX[B]
	[3] -1	0	0x0000ac00 - 0x0000acff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0xf2000000 - 0xf5ffffff (0x4000000) MX[B]
(II) Bus 2 prefetchable memory range:
	[0] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:10:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:16:0), (0,1,1), BCTRL: 0x0204 (VGA_EN is cleared)
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xf6000000 - 0xf60fffff (0x100000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:24:0), (0,0,2), 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 (0x100000000) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x100000000) MX[B]
(--) PCI:*(2:0:0) nVidia Corporation GeForce 8500 GT rev 161, Mem @ 0xf4000000/24, 0xe0000000/28, 0xf2000000/25, I/O @ 0xa000/7
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x100000000) MX[B]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
(II) Active PCI resource ranges:
	[0] -1	0	0xf6000000 - 0xf7ffffff (0x2000000) MX[B]E
	[1] -1	0	0xf6004000 - 0xf6007fff (0x4000) MX[B]E
	[2] -1	0	0xf6107000 - 0xf6107fff (0x1000) MX[B]E
	[3] -1	0	0xf6100000 - 0xf61fffff (0x100000) MX[B]E
	[4] -1	0	0xf6108000 - 0xf610ffff (0x8000) MX[B]E
	[5] -1	0	0xf6104000 - 0xf6107fff (0x4000) MX[B]E
	[6] -1	0	0xf6106000 - 0xf6107fff (0x2000) MX[B]E
	[7] -1	0	0xf6105000 - 0xf6105fff (0x1000) MX[B]E
	[8] -1	0	0xf2000000 - 0xf3ffffff (0x2000000) MX[B](B)
	[9] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
	[10] -1	0	0xf4000000 - 0xf4ffffff (0x1000000) MX[B](B)
	[11] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]E
	[12] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B]E
	[13] -1	0	0x00000b60 - 0x00000b7f (0x20) IX[B]E
	[14] -1	0	0x00000960 - 0x0000097f (0x20) IX[B]E
	[15] -1	0	0x00000be0 - 0x00000bff (0x20) IX[B]E
	[16] -1	0	0x000009e0 - 0x000009ff (0x20) IX[B]E
	[17] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
	[18] -1	0	0x00000b70 - 0x00000b7f (0x10) IX[B]E
	[19] -1	0	0x00000970 - 0x0000097f (0x10) IX[B]E
	[20] -1	0	0x00000bf0 - 0x00000bff (0x10) IX[B]E
	[21] -1	0	0x000009f0 - 0x000009ff (0x10) IX[B]E
	[22] -1	0	0x0000f000 - 0x0000f0ff (0x100) IX[B]E
	[23] -1	0	0x00001c80 - 0x00001cff (0x80) IX[B]E
	[24] -1	0	0x00001c00 - 0x00001cff (0x100) IX[B]E
	[25] -1	0	0x0000a000 - 0x0000a07f (0x80) IX[B](B)
(II) PCI Memory resource overlap reduced 0xf6000000 from 0xf7ffffff to 0xf6003fff
(II) PCI Memory resource overlap reduced 0xf6100000 from 0xf61fffff to 0xf6103fff
(II) PCI I/O resource overlap reduced 0x00000b60 from 0x00000b7f to 0x00000b6f
(II) PCI I/O resource overlap reduced 0x00000960 from 0x0000097f to 0x0000096f
(II) PCI I/O resource overlap reduced 0x00000be0 from 0x00000bff to 0x00000bef
(II) PCI I/O resource overlap reduced 0x000009e0 from 0x000009ff to 0x000009ef
(II) PCI Memory resource overlap reduced 0xf6104000 from 0xf6107fff to 0xf6104fff
(II) PCI Memory resource overlap reduced 0xf6106000 from 0xf6107fff to 0xf6106fff
(II) PCI I/O resource overlap reduced 0x00001c00 from 0x00001cff to 0x00001c7f
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xf6000000 - 0xf6003fff (0x4000) MX[B]E
	[1] -1	0	0xf6004000 - 0xf6007fff (0x4000) MX[B]E
	[2] -1	0	0xf6107000 - 0xf6107fff (0x1000) MX[B]E
	[3] -1	0	0xf6100000 - 0xf6103fff (0x4000) MX[B]E
	[4] -1	0	0xf6108000 - 0xf610ffff (0x8000) MX[B]E
	[5] -1	0	0xf6104000 - 0xf6104fff (0x1000) MX[B]E
	[6] -1	0	0xf6106000 - 0xf6106fff (0x1000) MX[B]E
	[7] -1	0	0xf6105000 - 0xf6105fff (0x1000) MX[B]E
	[8] -1	0	0xf2000000 - 0xf3ffffff (0x2000000) MX[B](B)
	[9] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
	[10] -1	0	0xf4000000 - 0xf4ffffff (0x1000000) MX[B](B)
	[11] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]E
	[12] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B]E
	[13] -1	0	0x00000b60 - 0x00000b6f (0x10) IX[B]E
	[14] -1	0	0x00000960 - 0x0000096f (0x10) IX[B]E
	[15] -1	0	0x00000be0 - 0x00000bef (0x10) IX[B]E
	[16] -1	0	0x000009e0 - 0x000009ef (0x10) IX[B]E
	[17] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
	[18] -1	0	0x00000b70 - 0x00000b7f (0x10) IX[B]E
	[19] -1	0	0x00000970 - 0x0000097f (0x10) IX[B]E
	[20] -1	0	0x00000bf0 - 0x00000bff (0x10) IX[B]E
	[21] -1	0	0x000009f0 - 0x000009ff (0x10) IX[B]E
	[22] -1	0	0x0000f000 - 0x0000f0ff (0x100) IX[B]E
	[23] -1	0	0x00001c80 - 0x00001cff (0x80) IX[B]E
	[24] -1	0	0x00001c00 - 0x00001c7f (0x80) IX[B]E
	[25] -1	0	0x0000a000 - 0x0000a07f (0x80) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
(II) All system resource ranges:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xf6000000 - 0xf6003fff (0x4000) MX[B]E
	[5] -1	0	0xf6004000 - 0xf6007fff (0x4000) MX[B]E
	[6] -1	0	0xf6107000 - 0xf6107fff (0x1000) MX[B]E
	[7] -1	0	0xf6100000 - 0xf6103fff (0x4000) MX[B]E
	[8] -1	0	0xf6108000 - 0xf610ffff (0x8000) MX[B]E
	[9] -1	0	0xf6104000 - 0xf6104fff (0x1000) MX[B]E
	[10] -1	0	0xf6106000 - 0xf6106fff (0x1000) MX[B]E
	[11] -1	0	0xf6105000 - 0xf6105fff (0x1000) MX[B]E
	[12] -1	0	0xf2000000 - 0xf3ffffff (0x2000000) MX[B](B)
	[13] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
	[14] -1	0	0xf4000000 - 0xf4ffffff (0x1000000) MX[B](B)
	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[17] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]E
	[18] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B]E
	[19] -1	0	0x00000b60 - 0x00000b6f (0x10) IX[B]E
	[20] -1	0	0x00000960 - 0x0000096f (0x10) IX[B]E
	[21] -1	0	0x00000be0 - 0x00000bef (0x10) IX[B]E
	[22] -1	0	0x000009e0 - 0x000009ef (0x10) IX[B]E
	[23] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
	[24] -1	0	0x00000b70 - 0x00000b7f (0x10) IX[B]E
	[25] -1	0	0x00000970 - 0x0000097f (0x10) IX[B]E
	[26] -1	0	0x00000bf0 - 0x00000bff (0x10) IX[B]E
	[27] -1	0	0x000009f0 - 0x000009ff (0x10) IX[B]E
	[28] -1	0	0x0000f000 - 0x0000f0ff (0x100) IX[B]E
	[29] -1	0	0x00001c80 - 0x00001cff (0x80) IX[B]E
	[30] -1	0	0x00001c00 - 0x00001c7f (0x80) IX[B]E
	[31] -1	0	0x0000a000 - 0x0000a07f (0x80) IX[B](B)
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "type1" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: "dbe"
(II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "dri"
(II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(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 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/local/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(==) AIGLX disabled
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "xtrap"
(II) Loading /usr/local/lib/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DEC-XTRAP
(II) LoadModule: "freetype"
(II) Loading /usr/local/lib/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 1.4.0, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/local/lib/xorg/modules/fonts//libtype1.so
(II) Module type1: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.0.2
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "nv"
(II) Loading /usr/local/lib/xorg/modules/drivers//nv_drv.so
(II) Module nv: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 2.1.8
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "mouse"
(II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.2.3
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "kbd"
(II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.2.2
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2,
	Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64,
	Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400,
	GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go,
	GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra,
	Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420,
	GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go,
	GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL,
	GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL,
	GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X,
	GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X,
	GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL,
	Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI,
	GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3,
	GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600,
	GeForce4 Ti 4400, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL,
	Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X,
	GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL,
	Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra,
	GeForce FX 5800, Quadro FX 2000, Quadro FX 1000,
	GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT,
	GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700,
	GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200,
	GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250,
	GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M,
	Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI,
	GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX 5900 Ultra,
	GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra,
	GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700,
	GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE,
	GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700,
	Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra, GeForce 6800,
	GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 XT, GeForce 6800 GT,
	GeForce 6800 GT, GeForce 6800 GS, GeForce 6800 XT, Quadro FX 4000,
	GeForce 6800 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 XT,
	GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400,
	Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT,
	GeForce 6600, GeForce 6600 LE, GeForce 6600 VE, GeForce Go 6600,
	GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL,
	GeForce Go 6600, GeForce Go 6600 GT, Quadro FX 550, Quadro FX 550,
	Quadro FX 540, GeForce 6200, GeForce 6500,
	GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM),
	GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6400,
	GeForce Go 6200, GeForce Go 6400, GeForce 6250, GeForce 6800,
	GeForce 6800 LE, GeForce 6800 GT, GeForce 6800 XT, GeForce 6200,
	GeForce 6200 A-LE, GeForce 7800 GTX, GeForce 7800 GTX,
	GeForce 7800 GT, GeForce 7800 GS, GeForce 7800 SLI, GeForce Go 7800,
	GeForce Go 7800 GTX, Quadro FX 4500, GeForce 7300 LE,
	GeForce 7300 SE, GeForce Go 7200, GeForce Go 7300, GeForce Go 7400,
	GeForce Go 7400 GS, Quadro NVS 110M, Quadro NVS 120M, Quadro FX 350M,
	GeForce 7500 LE, Quadro FX 350, GeForce 7300 GS, GeForce 7600 GT,
	GeForce 7600 GS, GeForce 7300 GT, GeForce 7600 LE, GeForce 7300 GT,
	GeForce Go 7700, GeForce Go 7600, GeForce Go 7600 GT,
	Quadro NVS 300M, GeForce Go 7900 SE, Quadro FX 550M, Quadro FX 560,
	GeForce 7900 GTX, GeForce 7900 GT, GeForce 7900 GS,
	GeForce Go 7900 GS, GeForce Go 7900 GTX, Quadro FX 2500M,
	Quadro FX 1500M, Quadro FX 5500, Quadro FX 3500, Quadro FX 1500,
	Quadro FX 4500 X2, GeForce 6150, GeForce 6150 LE, GeForce 6100,
	GeForce Go 6150, GeForce Go 6100, GeForce 8800 GTX, GeForce 8800 GTS,
	GeForce 8800 Ultra, Quadro FX 5600, Quadro FX 4600, GeForce 8600 GTS,
	GeForce 8600 GT, GeForce 8600 GT, GeForce 8400 GS, GeForce 8600M GT,
	GeForce 8700M GT, Quadro FX 370, Quadro NVS 320M, Quadro FX 570M,
	Quadro FX 1600M, Quadro FX 570, Quadro FX 1700, GeForce 8500 GT,
	GeForce 8400 GS, GeForce 8300 GS, GeForce 8400 GS, GeForce 8600M GS,
	GeForce 8400M GT, GeForce 8400M GS, GeForce 8400M G, Quadro NVS 140M,
	Quadro NVS 130M, Quadro NVS 135M, Quadro FX 360M, Quadro NVS 290,
	GeForce 8800 GT, GeForce 8800 GS, GeForce 8800 GS, GeForce 8800 GT,
	Quadro FX 3700, GeForce 9600 GT, GeForce 8400 GS
(II) Primary Device is: PCI 02:00:0
(--) Chipset GeForce 8500 GT found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xf6000000 - 0xf6003fff (0x4000) MX[B]E
	[5] -1	0	0xf6004000 - 0xf6007fff (0x4000) MX[B]E
	[6] -1	0	0xf6107000 - 0xf6107fff (0x1000) MX[B]E
	[7] -1	0	0xf6100000 - 0xf6103fff (0x4000) MX[B]E
	[8] -1	0	0xf6108000 - 0xf610ffff (0x8000) MX[B]E
	[9] -1	0	0xf6104000 - 0xf6104fff (0x1000) MX[B]E
	[10] -1	0	0xf6106000 - 0xf6106fff (0x1000) MX[B]E
	[11] -1	0	0xf6105000 - 0xf6105fff (0x1000) MX[B]E
	[12] -1	0	0xf2000000 - 0xf3ffffff (0x2000000) MX[B](B)
	[13] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
	[14] -1	0	0xf4000000 - 0xf4ffffff (0x1000000) MX[B](B)
	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[17] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]E
	[18] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B]E
	[19] -1	0	0x00000b60 - 0x00000b6f (0x10) IX[B]E
	[20] -1	0	0x00000960 - 0x0000096f (0x10) IX[B]E
	[21] -1	0	0x00000be0 - 0x00000bef (0x10) IX[B]E
	[22] -1	0	0x000009e0 - 0x000009ef (0x10) IX[B]E
	[23] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
	[24] -1	0	0x00000b70 - 0x00000b7f (0x10) IX[B]E
	[25] -1	0	0x00000970 - 0x0000097f (0x10) IX[B]E
	[26] -1	0	0x00000bf0 - 0x00000bff (0x10) IX[B]E
	[27] -1	0	0x000009f0 - 0x000009ff (0x10) IX[B]E
	[28] -1	0	0x0000f000 - 0x0000f0ff (0x100) IX[B]E
	[29] -1	0	0x00001c80 - 0x00001cff (0x80) IX[B]E
	[30] -1	0	0x00001c00 - 0x00001c7f (0x80) IX[B]E
	[31] -1	0	0x0000a000 - 0x0000a07f (0x80) IX[B](B)
(II) resource ranges after probing:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xf6000000 - 0xf6003fff (0x4000) MX[B]E
	[5] -1	0	0xf6004000 - 0xf6007fff (0x4000) MX[B]E
	[6] -1	0	0xf6107000 - 0xf6107fff (0x1000) MX[B]E
	[7] -1	0	0xf6100000 - 0xf6103fff (0x4000) MX[B]E
	[8] -1	0	0xf6108000 - 0xf610ffff (0x8000) MX[B]E
	[9] -1	0	0xf6104000 - 0xf6104fff (0x1000) MX[B]E
	[10] -1	0	0xf6106000 - 0xf6106fff (0x1000) MX[B]E
	[11] -1	0	0xf6105000 - 0xf6105fff (0x1000) MX[B]E
	[12] -1	0	0xf2000000 - 0xf3ffffff (0x2000000) MX[B](B)
	[13] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
	[14] -1	0	0xf4000000 - 0xf4ffffff (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 - 0x00000000 (0x1) IX[B]
	[20] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]E
	[21] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B]E
	[22] -1	0	0x00000b60 - 0x00000b6f (0x10) IX[B]E
	[23] -1	0	0x00000960 - 0x0000096f (0x10) IX[B]E
	[24] -1	0	0x00000be0 - 0x00000bef (0x10) IX[B]E
	[25] -1	0	0x000009e0 - 0x000009ef (0x10) IX[B]E
	[26] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
	[27] -1	0	0x00000b70 - 0x00000b7f (0x10) IX[B]E
	[28] -1	0	0x00000970 - 0x0000097f (0x10) IX[B]E
	[29] -1	0	0x00000bf0 - 0x00000bff (0x10) IX[B]E
	[30] -1	0	0x000009f0 - 0x000009ff (0x10) IX[B]E
	[31] -1	0	0x0000f000 - 0x0000f0ff (0x100) IX[B]E
	[32] -1	0	0x00001c80 - 0x00001cff (0x80) IX[B]E
	[33] -1	0	0x00001c00 - 0x00001c7f (0x80) IX[B]E
	[34] -1	0	0x0000a000 - 0x0000a07f (0x80) IX[B](B)
	[35] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[36] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/local/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 2.0
(II) NV(0): Initializing int10
(==) NV(0): Write-combining range (0xa0000,0x20000) was already clear
(==) NV(0): Write-combining range (0xc0000,0x40000) was already clear
(II) NV(0): Primary V_BIOS segment is: 0xc000
(==) NV(0): Write-combining range (0x0,0x1000) was already clear
(--) NV(0): Console is VGA mode 0x3
(==) NV(0): Depth 24, (==) framebuffer bpp 32
(==) NV(0): RGB weight 888
(==) NV(0): Default visual is TrueColor
(==) NV(0): Using hardware cursor
(==) NV(0): Using gamma correction (1.0, 1.0, 1.0)
(==) NV(0): Write-combining range (0xf4000000,0x1000000) was already clear
(II) NV(0): MMIO registers mapped at 0x802c00000
(--) NV(0): Total video RAM: 512.0 MB
(--) NV(0):       BAR1 size: 256.0 MB
(--) NV(0):   Mapped memory: 256.0 MB
(==) NV(0): Write-combining range (0xe0000000,0x10000000) was already clear
(II) NV(0): Linear framebuffer mapped at 0x803c00000
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"(II) Module "i2c" already built-in
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(--) NV(0): Connector map:
(--) NV(0):   Bus 0 -> DAC1
(--) NV(0):   Bus 0 -> SOR0
(--) NV(0):   Bus 1 -> DAC2
(--) NV(0): Load detection: 340
(II) NV(0): I2C bus "I2C0" initialized.
(II) NV(0): Output VGA1 using monitor section Monitor0
(II) NV(0): Output DVI0 has no monitor section
(II) NV(0): I2C bus "I2C1" initialized.
(II) NV(0): Output VGA2 has no monitor section
(II) NV(0): Probing for EDID on I2C bus 0...
(II) NV(0): I2C device "I2C0:ddc2" registered at address 0xA0.
(--) NV(0): DDC detected a DFP:
(II) NV(0): Manufacturer: HWP  Model: 2690  Serial#: 16843009
(II) NV(0): Year: 2008  Week: 14
(II) NV(0): EDID Version: 1.3
(II) NV(0): Digital Display Input
(II) NV(0): Max H-Image Size [cm]: horiz.: 64  vert.: 40
(II) NV(0): Gamma: 2.20
(II) NV(0): DPMS capabilities: Off; RGB/Color Display
(II) NV(0): First detailed timing is preferred mode
(II) NV(0): redX: 0.658 redY: 0.324   greenX: 0.204 greenY: 0.665
(II) NV(0): blueX: 0.146 blueY: 0.070   whiteX: 0.313 whiteY: 0.329
(II) NV(0): Manufacturer's mask: 0
(II) NV(0): Supported additional Video Mode:
(II) NV(0): clock: 268.0 MHz   Image Size:  641 x 400 mm
(II) NV(0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
(II) NV(0): v_active: 1600  v_sync: 1603  v_sync_end 1609 v_blanking: 1646 v_border: 0
(II) NV(0): Supported additional Video Mode:
(II) NV(0): clock: 71.0 MHz   Image Size:  641 x 400 mm
(II) NV(0): h_active: 1280  h_sync: 1328  h_sync_end 1360 h_blank_end 1440 h_border: 0
(II) NV(0): v_active: 800  v_sync: 803  v_sync_end 809 v_blanking: 823 v_border: 0
(II) NV(0): Monitor name: HP LP3065
(II) NV(0): Serial No: CNN8140R2D
(II) NV(0): EDID (in hex):
(II) NV(0): 	00ffffffffffff0022f0902601010101
(II) NV(0): 	0e120103804028782a8585a85334aa25
(II) NV(0): 	12505400000001010101010101010101
(II) NV(0): 	010101010101b06800a0a0402e603020
(II) NV(0): 	360081902100001abc1b00a050201730
(II) NV(0): 	3020360081902100001a000000fc0048
(II) NV(0): 	50204c50333036350a202020000000ff
(II) NV(0): 	00434e4e383134305232440a20200081
(--) NV(0): Trying load detection on VGA1 ... nothing.
(II) NV(0): EDID vendor "HWP", prod id 9872
(II) NV(0): Probing for EDID on I2C bus 1...
(II) NV(0): I2C device "I2C1:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "I2C1:ddc2" removed.
(II) NV(0):   ... none found
(--) NV(0): Trying load detection on VGA2 ... nothing.
(II) NV(0): Output VGA1 disconnected
(II) NV(0): Output DVI0 connected
(II) NV(0): Output VGA2 disconnected
(II) NV(0): Output DVI0 using initial mode 1280x800
(--) NV(0): Virtual size is 1280x1280 (pitch 1280)
(**) NV(0):  Driver mode "1280x800": 71.0 MHz (scaled from 0.0 MHz), 49.3 kHz, 59.9 Hz
(II) NV(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz)
(**) NV(0):  Default mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) NV(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(**) NV(0):  Default mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
(II) NV(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(**) NV(0):  Default mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz
(II) NV(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(**) NV(0):  Default mode "512x384": 32.5 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz)
(**) NV(0): Display dimensions: (641, 400) mm
(**) NV(0): DPI set to (50, 81)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/local/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/local/lib/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.2.0
	ABI class: X.Org Video Driver, version 2.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xf2000000 - 0xf3ffffff (0x2000000) MX[B]
	[1] 0	0	0xe0000000 - 0xefffffff (0x10000000) MX[B]
	[2] 0	0	0xf4000000 - 0xf4ffffff (0x1000000) MX[B]
	[3] -1	0	0xffffffff - 0xffffffff (0x1) MX[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	0xf6000000 - 0xf6003fff (0x4000) MX[B]E
	[8] -1	0	0xf6004000 - 0xf6007fff (0x4000) MX[B]E
	[9] -1	0	0xf6107000 - 0xf6107fff (0x1000) MX[B]E
	[10] -1	0	0xf6100000 - 0xf6103fff (0x4000) MX[B]E
	[11] -1	0	0xf6108000 - 0xf610ffff (0x8000) MX[B]E
	[12] -1	0	0xf6104000 - 0xf6104fff (0x1000) MX[B]E
	[13] -1	0	0xf6106000 - 0xf6106fff (0x1000) MX[B]E
	[14] -1	0	0xf6105000 - 0xf6105fff (0x1000) MX[B]E
	[15] -1	0	0xf2000000 - 0xf3ffffff (0x2000000) MX[B](B)
	[16] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
	[17] -1	0	0xf4000000 - 0xf4ffffff (0x1000000) MX[B](B)
	[18] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[19] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[20] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[21] 0	0	0x0000a000 - 0x0000a07f (0x80) IX[B]
	[22] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[23] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[24] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]E
	[25] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B]E
	[26] -1	0	0x00000b60 - 0x00000b6f (0x10) IX[B]E
	[27] -1	0	0x00000960 - 0x0000096f (0x10) IX[B]E
	[28] -1	0	0x00000be0 - 0x00000bef (0x10) IX[B]E
	[29] -1	0	0x000009e0 - 0x000009ef (0x10) IX[B]E
	[30] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]E
	[31] -1	0	0x00000b70 - 0x00000b7f (0x10) IX[B]E
	[32] -1	0	0x00000970 - 0x0000097f (0x10) IX[B]E
	[33] -1	0	0x00000bf0 - 0x00000bff (0x10) IX[B]E
	[34] -1	0	0x000009f0 - 0x000009ff (0x10) IX[B]E
	[35] -1	0	0x0000f000 - 0x0000f0ff (0x100) IX[B]E
	[36] -1	0	0x00001c80 - 0x00001cff (0x80) IX[B]E
	[37] -1	0	0x00001c00 - 0x00001c7f (0x80) IX[B]E
	[38] -1	0	0x0000a000 - 0x0000a07f (0x80) IX[B](B)
	[39] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[40] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(--) NV(0): 153.75 MB available for offscreen pixmaps
(II) NV(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	8x8 mono pattern filled rectangles
	Indirect CPU to Screen color expansion
	Solid Lines
	Scanline Image Writes
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		32 128x128 slots
		32 256x256 slots
		16 512x512 slots
(==) NV(0): Backing store disabled
(==) NV(0): Silken mouse enabled
(II) NV(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(--) RandR disabled
(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 XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/local/lib/xorg/modules/extensions//libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
(II) NV(0): Setting screen physical size to 641 x 400
(**) Option "Protocol" "auto"
(**) Mouse0: Device: "/dev/sysmouse"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: always reports core events
(**) Option "Device" "/dev/sysmouse"
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5 6 7"
(**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
(**) Mouse0: Buttons: 11
(**) Mouse0: Sensitivity: 1
(**) Option "CoreKeyboard"
(**) Keyboard0: always reports core events
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) evaluating device (Keyboard0)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) evaluating device (Mouse0)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0
(II) Mouse0: SetupAuto: protocol is SysMouse


Finally, here is the output from xrandr -q after starting x:


Screen 0: minimum 320 x 200, current 1280 x 800, maximum 1280 x 1280
VGA1 disconnected
DVI0 connected 1280x800+0+0 641mm x 400mm
   1280x800       59.9* 
   1024x768       60.0  
   800x600        60.3  
   640x480        59.9  
   512x384       120.0  
VGA2 disconnected




More information about the xorg mailing list