You are not logged in.

#1 2006-08-29 13:10:43

blob
Member
Registered: 2006-08-29
Posts: 15

Limited to one display mode with new nvidia drivers

I have a problem with nvidia drivers after 8178

I can get any display mode to work as long as i specify only one mode.
If i enter more modes in my xorg.conf, it will ignore all those modes and revert back to nvidia-auto-select (wich is 1024x768 in my case)
Anyway, i'm not able to change resolutions using xrandr for example. I need this for some applications that require to run in a different display mode ( old windows games i run using wine for example)
When i run X -logverbose 5 it becomes clear that all my monitor's supported modes are in the display pool.
I have also put in gtp generated modelines for all the modes i might need.
I really need a solution to this as i will probably no longer be able to use 8178 when xorg7.1 hits current.

This is what i have in my xorg.conf:

Section "ServerLayout"
	Identifier     "Layout0"
	Screen 0       "Screen0"
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "Mouse0" "AlwaysCore"
	InputDevice    "Mouse1" "CorePointer"
EndSection

Section "Files"
	RgbPath         "/usr/share/X11/rgb"
	ModulePath      "/usr/lib/xorg/modules"

	FontPath        "/usr/share/fonts/local/"
	FontPath        "/usr/share/fonts/misc/:unscaled"
	FontPath        "/usr/share/fonts/100dpi/:unscaled"
	FontPath        "/usr/share/fonts/75dpi/:unscaled"
	FontPath        "/usr/share/fonts/misc/"
	FontPath        "/usr/share/fonts/Type1/"
	FontPath        "/usr/share/fonts/CID/"
	FontPath        "/usr/share/fonts/100dpi/"
	FontPath        "/usr/share/fonts/75dpi/"
	FontPath        "/usr/share/fonts/cyrillic/"
	FontPath        "/usr/share/fonts/TTF/"
	FontPath        "/usr/share/fonts/PEX"
	FontPath        "/usr/share/fonts/Type1"
EndSection

Section "Module"

	SubSection "extmod"
#		Option  "omit xfree86-dga"
	EndSubSection

	Load           "dbe"
	Load           "extmod"
	Load           "type1"
	Load           "freetype"
	Load           "glx"

	 Load           "bitmap"
	Load           "ddc"
	Load           "int10"
	Load           "record"
#	Load           "speedo"
	Load           "vbe"

#	Load           "xf8_32bpp.so"
EndSection

Section "InputDevice"
	# generated from default
	Identifier     "Mouse0"
	Driver         "evdev"
#	Option         "Protocol" "Explorerps/2"
	Option         "Device" "/dev/input/mx1000"
	Option         "Emulate3Buttons" "no"
	Option         "ZAxisMapping" "11 12"
	Option         "Dev Name" "Logitech USB Receiver" # cat /proc/bus/input/devices
	Option         "Dev Phys" "usb-*/input0" # cat /proc/bus/input/devices
	Option         "Buttons" "12"
	Option         "Resolution" "800"
EndSection

Section "InputDevice"
	Identifier     "Mouse1"
	Driver         "mouse"
	Option         "Protocol" "IMPS/2"
	Option         "Device" "/dev/input/mice"
	Option         "Buttons" "5"
	Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
	Identifier     "Keyboard0"
	Driver         "kbd"
	Option         "XkbRules" "xorg"
	Option         "XkbModel" "microsoftinet"
	Option         "XkbLayout" "us"
	Option         "XkbVariant" ",qwerty"
EndSection

Section "Monitor"
	Identifier     "Monitor0"
#	VendorName     "Iiyama"
#	ModelName      "A901HT"
	ModelName      "IVM:0119"
	HorizSync       27.0 - 115.0
	VertRefresh     50.0 - 160.0
#	Option         "DPMS"
	Modeline "1600x1200_100.00"  280.64  1600 1728 1904 2208  1200 1201 1204 1271  -HSync +Vsync
	Modeline "1600x1200_85.00"  234.76  1600 1720 1896 2192  1200 1201 1204 1260  -HSync +Vsync
	Modeline "1600x1200_75.00"  205.99  1600 1720 1896 2192  1200 1201 1204 1253  -HSync +Vsync
	Modeline "1600x1200_60.00"  160.96  1600 1704 1880 2160  1200 1201 1204 1242  -HSync +Vsync
	Modeline "1280x1024_100.00"  190.96  1280 1376 1520 1760  1024 1025 1028 1085  -HSync +Vsync
	Modeline "1280x1024_85.00"  159.36  1280 1376 1512 1744  1024 1025 1028 1075  -HSync +Vsync
	Modeline "1280x1024_75.00"  138.54  1280 1368 1504 1728  1024 1025 1028 1069  -HSync +Vsync
	Modeline "1280x1024_60.00"  108.88  1280 1360 1496 1712  1024 1025 1028 1060  -HSync +Vsync
	Modeline "1152x864_100.00"  143.47  1152 1232 1360 1568  864 865 868 915  -HSync +Vsync
	Modeline "1152x864_85.00"  119.65  1152 1224 1352 1552  864 865 868 907  -HSync +Vsync
	Modeline "1152x864_75.00"  104.99  1152 1224 1352 1552  864 865 868 902  -HSync +Vsync
	Modeline "1152x864_60.00"  81.62  1152 1216 1336 1520  864 865 868 895  -HSync +Vsync
	Modeline "1024x768_100.00"  113.31  1024 1096 1208 1392  768 769 772 814  -HSync +Vsync
	Modeline "1024x768_85.00"  94.39  1024 1088 1200 1376  768 769 772 807  -HSync +Vsync
	Modeline "1024x768_75.00"  81.80  1024 1080 1192 1360  768 769 772 802  -HSync +Vsync
	Modeline "1024x768_60.00"  64.11  1024 1080 1184 1344  768 769 772 795  -HSync +Vsync
	Modeline "800x600_85.00"  56.55  800 840 928 1056  600 601 604 630  -HSync +Vsync
	Modeline "800x600_75.00"  48.91  800 840 920 1040  600 601 604 627  -HSync +Vsync
	Modeline "800x600_60.00"  38.22  800 832 912 1024  600 601 604 622  -HSync +Vsync
	Modeline "640x480_85.00"  35.71  640 672 736 832  480 481 484 505  -HSync +Vsync
	Modeline "640x480_75.00"  30.72  640 664 728 816  480 481 484 502  -HSync +Vsync
	Modeline "640x480_60.00"  23.86  640 656 720 800  480 481 484 497  -HSync +Vsync
	Modeline "320x240_60.00"  5.26  320 304 336 352  240 241 244 249  -HSync +Vsync
	Modeline "320x200_60.00"  4.19  320 304 328 336  200 201 204 208  -HSync +Vsync
EndSection

Section "Device"
	Identifier     "Device0"
	Driver         "nvidia"
	VendorName     "NVIDIA Corporation"
	Option         "NvAGP" "3"
	Option         "RenderAccel" "TRUE"
	Option         "NoLogo" "on"
	Option         "RandRRotation" "TRUE"
#	Option         "CursorShadow" "FALSE"
#	Option         "ConnectedMonitor" "CRT"
#	Option         "UseEDIDFreqs" "FALSE"
#	Option         "UseEDIDDpi" "FALSE"
#	Option         "ModeValidation" "NoEdidModes"
#	Option         "ModeValidation" "AllowNon60HzDFPModes"
#	Option         "UseEDID" "FALSE"
	Option         "IgnoreDisplayDevices" "CRT"
	Option         "DPI" "96 x 96"
	Option         "Coolbits" "1"
EndSection

Section "Screen"
	Identifier     "Screen0"
	Device         "Device0"
	Monitor        "Monitor0"
	DefaultDepth    24
	SubSection     "Display"
		Depth       32
		Modes       "1280x1024"
#		Visual      StaticGray
	EndSubSection
	SubSection     "Display"
		Depth       24
		Modes       "1280x1024_85"
#		Modes       "1280x1024_85 1152x864 1024x768 800x600 640x480 320x240 320x200"
#		Visual      StaticGray
	EndSubSection
	SubSection     "Display"
		Depth       16
		Modes       "1280x1024_85"
#		Visual      StaticGray
	EndSubSection
	SubSection     "Display"
		Depth       8
		Modes       "800x600_75"
#		Visual      StaticGray
	EndSubSection
EndSection

#Section "DRI"
#	Mode           "0666"
#EndSection

All the EDID specific options i have commented out appeared to be useless.

The following Xorg.0.log was generated using only one mode, resulting in X running in 1280x1024@85hz (logverbose level 5)

[code]

X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.16-ARCH i686
Current Operating System: Linux Orthanc 2.6.17.11 #1 PREEMPT Fri Aug 25 08:31:05 CEST 2006 i686
Build Date: 21 June 2006
    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: Tue Aug 29 13:57:46 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Layout0"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Device0"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Mouse1"
(WW) The directory "/usr/share/fonts/local/" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/CID/" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/PEX" does not exist.
    Entry deleted from font path.
(**) FontPath set to "/usr/share/fonts/misc/:unscaled,/usr/share/fonts/100dpi/:unscaled,/usr/share/fonts/75dpi/:unscaled,/usr/share/fonts/misc/,/usr/share/fonts/Type1/,/usr/share/fonts/100dpi/,/usr/share/fonts/75dpi/,/usr/share/fonts/cyrillic/,/usr/share/fonts/TTF/,/usr/share/fonts/Type1"
(**) RgbPath set to "/usr/share/X11/rgb"
(**) ModulePath set to "/usr/lib/xorg/modules"
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.2
    X.Org Video Driver: 0.8
    X.Org XInput driver : 0.5
    X.Org Server Extension : 0.2
    X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 0.8
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2560 card 1043,80b2 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2561 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24c2 card 1043,8089 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 1043,8089 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24c7 card 1043,8089 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 1043,8089 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 82 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24c0 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24cb card 1043,8089 rev 02 class 01,01,8a hdr 00
(II) PCI: 01:00:0: chip 10de,0312 card 1043,80e7 rev a1 class 03,00,00 hdr 00
(II) PCI: 02:05:0: chip 14e4,4401 card 1043,80a8 rev 01 class 02,00,00 hdr 00
(II) PCI: 02:0c:0: chip 105a,4d69 card 105a,4d68 rev 02 class 01,80,85 hdr 00
(II) PCI: 02:0d:0: chip 1102,0004 card 1102,0051 rev 03 class 04,01,00 hdr 80
(II) PCI: 02:0d:1: chip 1102,7003 card 1102,0040 rev 03 class 09,80,00 hdr 80
(II) PCI: 02:0d:2: chip 1102,4001 card 1102,0010 rev 00 class 0c,00,10 hdr 80
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0: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 (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: 0x0008 (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
    [0] -1    0    0xde000000 - 0xdfdfffff (0x1e00000) MX[B]
(II) Bus 1 prefetchable memory range:
    [0] -1    0    0xdff00000 - 0xefffffff (0x10100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 2 I/O range:
    [0] -1    0    0x00009000 - 0x000090ff (0x100) IX[B]
    [1] -1    0    0x00009400 - 0x000094ff (0x100) IX[B]
    [2] -1    0    0x00009800 - 0x000098ff (0x100) IX[B]
    [3] -1    0    0x00009c00 - 0x00009cff (0x100) IX[B]
    [4] -1    0    0x0000a000 - 0x0000a0ff (0x100) IX[B]
    [5] -1    0    0x0000a400 - 0x0000a4ff (0x100) IX[B]
    [6] -1    0    0x0000a800 - 0x0000a8ff (0x100) IX[B]
    [7] -1    0    0x0000ac00 - 0x0000acff (0x100) IX[B]
    [8] -1    0    0x0000b000 - 0x0000b0ff (0x100) IX[B]
    [9] -1    0    0x0000b400 - 0x0000b4ff (0x100) IX[B]
    [10] -1    0    0x0000b800 - 0x0000b8ff (0x100) IX[B]
    [11] -1    0    0x0000bc00 - 0x0000bcff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
    [0] -1    0    0xdb800000 - 0xdd7fffff (0x2000000) MX[B]
(II) Bus 2 prefetchable memory range:
    [0] -1    0    0xdfe00000 - 0xdfefffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV31 [GeForce FX 5600] rev 161, Mem @ 0xde000000/24, 0xe0000000/28, BIOS @ 0xdffe0000/17
(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 0xf0000000 from 0xf7ffffff to 0xefffffff
(II) Active PCI resource ranges:
    [0] -1    0    0xdb800000 - 0xdb803fff (0x4000) MX[B]
    [1] -1    0    0xdc000000 - 0xdc0007ff (0x800) MX[B]
    [2] -1    0    0xdfe00000 - 0xdfe03fff (0x4000) MX[B]
    [3] -1    0    0xdc800000 - 0xdc803fff (0x4000) MX[B]
    [4] -1    0    0xdd000000 - 0xdd001fff (0x2000) MX[B]
    [5] -1    0    0x30000000 - 0x300003ff (0x400) MX[B]
    [6] -1    0    0xdd800000 - 0xdd8003ff (0x400) MX[B]
    [7] -1    0    0xf0000000 - 0xefffffff (0x0) MX[B]O
    [8] -1    0    0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)
    [9] -1    0    0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
    [10] -1    0    0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
    [11] -1    0    0x00009800 - 0x00009807 (0x8) IX[B]
    [12] -1    0    0x0000a000 - 0x0000a01f (0x20) IX[B]
    [13] -1    0    0x0000a400 - 0x0000a40f (0x10) IX[B]
    [14] -1    0    0x0000a800 - 0x0000a803 (0x4) IX[B]
    [15] -1    0    0x0000b000 - 0x0000b007 (0x8) IX[B]
    [16] -1    0    0x0000b400 - 0x0000b403 (0x4) IX[B]
    [17] -1    0    0x0000b800 - 0x0000b807 (0x8) IX[B]
    [18] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[B]
    [19] -1    0    0x0000d000 - 0x0000d01f (0x20) IX[B]
    [20] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
    [21] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
    [0] -1    0    0xdb800000 - 0xdb803fff (0x4000) MX[B]
    [1] -1    0    0xdc000000 - 0xdc0007ff (0x800) MX[B]
    [2] -1    0    0xdfe00000 - 0xdfe03fff (0x4000) MX[B]
    [3] -1    0    0xdc800000 - 0xdc803fff (0x4000) MX[B]
    [4] -1    0    0xdd000000 - 0xdd001fff (0x2000) MX[B]
    [5] -1    0    0x30000000 - 0x300003ff (0x400) MX[B]
    [6] -1    0    0xdd800000 - 0xdd8003ff (0x400) MX[B]
    [7] -1    0    0xf0000000 - 0xefffffff (0x0) MX[B]O
    [8] -1    0    0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)
    [9] -1    0    0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
    [10] -1    0    0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
    [11] -1    0    0x00009800 - 0x00009807 (0x8) IX[B]
    [12] -1    0    0x0000a000 - 0x0000a01f (0x20) IX[B]
    [13] -1    0    0x0000a400 - 0x0000a40f (0x10) IX[B]
    [14] -1    0    0x0000a800 - 0x0000a803 (0x4) IX[B]
    [15] -1    0    0x0000b000 - 0x0000b007 (0x8) IX[B]
    [16] -1    0    0x0000b400 - 0x0000b403 (0x4) IX[B]
    [17] -1    0    0x0000b800 - 0x0000b807 (0x8) IX[B]
    [18] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[B]
    [19] -1    0    0x0000d000 - 0x0000d01f (0x20) IX[B]
    [20] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
    [21] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1    0    0x00100000 - 0x2fffffff (0x2ff00000) 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 - 0x2fffffff (0x2ff00000) 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    0xdb800000 - 0xdb803fff (0x4000) MX[B]
    [6] -1    0    0xdc000000 - 0xdc0007ff (0x800) MX[B]
    [7] -1    0    0xdfe00000 - 0xdfe03fff (0x4000) MX[B]
    [8] -1    0    0xdc800000 - 0xdc803fff (0x4000) MX[B]
    [9] -1    0    0xdd000000 - 0xdd001fff (0x2000) MX[B]
    [10] -1    0    0x30000000 - 0x300003ff (0x400) MX[B]
    [11] -1    0    0xdd800000 - 0xdd8003ff (0x400) MX[B]
    [12] -1    0    0xf0000000 - 0xefffffff (0x0) MX[B]O
    [13] -1    0    0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)
    [14] -1    0    0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
    [15] -1    0    0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
    [16] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [17] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    [18] -1    0    0x00009800 - 0x00009807 (0x8) IX[B]
    [19] -1    0    0x0000a000 - 0x0000a01f (0x20) IX[B]
    [20] -1    0    0x0000a400 - 0x0000a40f (0x10) IX[B]
    [21] -1    0    0x0000a800 - 0x0000a803 (0x4) IX[B]
    [22] -1    0    0x0000b000 - 0x0000b007 (0x8) IX[B]
    [23] -1    0    0x0000b400 - 0x0000b403 (0x4) IX[B]
    [24] -1    0    0x0000b800 - 0x0000b807 (0x8) IX[B]
    [25] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[B]
    [26] -1    0    0x0000d000 - 0x0000d01f (0x20) IX[B]
    [27] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
    [28] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org 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 TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Reloading /usr/lib/xorg/modules/extensions/libextmod.so
(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: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.2
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 7.0.0, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.8774
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "bitmap"
(II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Loading font Bitmap
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.1.0
    ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.8774
    Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
    compiled for 0.0.0, module version = 1.1.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.4
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.5
(II) NVIDIA dlloader X Driver  1.0-8774  Tue Aug  1 20:55:35 PDT 2006
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(II) Found 1 NVIDIA X Screens
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 0.1.0
    ABI class: X.Org Video Driver, version 0.8
(II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1    0    0x00100000 - 0x2fffffff (0x2ff00000) 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    0xdb800000 - 0xdb803fff (0x4000) MX[B]
    [6] -1    0    0xdc000000 - 0xdc0007ff (0x800) MX[B]
    [7] -1    0    0xdfe00000 - 0xdfe03fff (0x4000) MX[B]
    [8] -1    0    0xdc800000 - 0xdc803fff (0x4000) MX[B]
    [9] -1    0    0xdd000000 - 0xdd001fff (0x2000) MX[B]
    [10] -1    0    0x30000000 - 0x300003ff (0x400) MX[B]
    [11] -1    0    0xdd800000 - 0xdd8003ff (0x400) MX[B]
    [12] -1    0    0xf0000000 - 0xefffffff (0x0) MX[B]O
    [13] -1    0    0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)
    [14] -1    0    0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
    [15] -1    0    0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
    [16] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [17] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    [18] -1    0    0x00009800 - 0x00009807 (0x8) IX[B]
    [19] -1    0    0x0000a000 - 0x0000a01f (0x20) IX[B]
    [20] -1    0    0x0000a400 - 0x0000a40f (0x10) IX[B]
    [21] -1    0    0x0000a800 - 0x0000a803 (0x4) IX[B]
    [22] -1    0    0x0000b000 - 0x0000b007 (0x8) IX[B]
    [23] -1    0    0x0000b400 - 0x0000b403 (0x4) IX[B]
    [24] -1    0    0x0000b800 - 0x0000b807 (0x8) IX[B]
    [25] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[B]
    [26] -1    0    0x0000d000 - 0x0000d01f (0x20) IX[B]
    [27] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
    [28] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
(II) resource ranges after probing:
    [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1    0    0x00100000 - 0x2fffffff (0x2ff00000) 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    0xdb800000 - 0xdb803fff (0x4000) MX[B]
    [6] -1    0    0xdc000000 - 0xdc0007ff (0x800) MX[B]
    [7] -1    0    0xdfe00000 - 0xdfe03fff (0x4000) MX[B]
    [8] -1    0    0xdc800000 - 0xdc803fff (0x4000) MX[B]
    [9] -1    0    0xdd000000 - 0xdd001fff (0x2000) MX[B]
    [10] -1    0    0x30000000 - 0x300003ff (0x400) MX[B]
    [11] -1    0    0xdd800000 - 0xdd8003ff (0x400) MX[B]
    [12] -1    0    0xf0000000 - 0xefffffff (0x0) MX[B]O
    [13] -1    0    0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)
    [14] -1    0    0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
    [15] -1    0    0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
    [16] 0    0    0x000a0000 - 0x000affff (0x10000) MS[B]
    [17] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[B]
    [18] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[B]
    [19] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [20] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    [21] -1    0    0x00009800 - 0x00009807 (0x8) IX[B]
    [22] -1    0    0x0000a000 - 0x0000a01f (0x20) IX[B]
    [23] -1    0    0x0000a400 - 0x0000a40f (0x10) IX[B]
    [24] -1    0    0x0000a800 - 0x0000a803 (0x4) IX[B]
    [25] -1    0    0x0000b000 - 0x0000b007 (0x8) IX[B]
    [26] -1    0    0x0000b400 - 0x0000b403 (0x4) IX[B]
    [27] -1    0    0x0000b800 - 0x0000b807 (0x8) IX[B]
    [28] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[B]
    [29] -1    0    0x0000d000 - 0x0000d01f (0x20) IX[B]
    [30] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
    [31] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
    [32] 0    0    0x000003b0 - 0x000003bb (0xc) IS[B]
    [33] 0    0    0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) 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 "NoLogo" "on"
(**) NVIDIA(0): Option "NvAGP" "3"
(**) NVIDIA(0): Option "RenderAccel" "TRUE"
(**) NVIDIA(0): Option "RandRRotation" "TRUE"
(**) NVIDIA(0): Option "Coolbits" "1"
(**) NVIDIA(0): Option "DPI" "96 x 96"
(==) NVIDIA(0): Using HW cursor
(**) NVIDIA(0): Enabling RENDER acceleration
(==) NVIDIA(0): Video key set to default value of 0x101fe
(II) NVIDIA(0): NVIDIA GPU GeForce FX 5600 at PCI:1:0:0
(--) NVIDIA(0): VideoRAM: 131072 kBytes
(II) NVIDIA(0): GPU Architecture: 0x30
(II) NVIDIA(0): GPU Implementation: 0x31
(II) NVIDIA(0): GPU Revision: 0xa1
(--) NVIDIA(0): VideoBIOS: 04.31.20.28.00
(--) NVIDIA(0): Found 2 CRTCs on board
(II) NVIDIA(0): Supported display device(s): CRT-0, CRT-1, DFP-0, DFP-1, TV-0
(II) NVIDIA(0): Bus detected as AGP
(II) NVIDIA(0): Detected AGP rate: 4X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(II) NVIDIA(0):
(II) NVIDIA(0): Mode timing constraints for  : GeForce FX 5600
(II) NVIDIA(0): Maximum mode timing values   :
(II) NVIDIA(0):     Horizontal Visible Width : 8192
(II) NVIDIA(0):     Horizontal Blank Start   : 8192
(II) NVIDIA(0):     Horizontal Blank Width   : 4096
(II) NVIDIA(0):     Horizontal Sync Start    : 8184
(II) NVIDIA(0):     Horizontal Sync Width    : 504
(II) NVIDIA(0):     Horizontal Total Width   : 8224
(II) NVIDIA(0):     Vertical Visible Height  : 8192
(II) NVIDIA(0):     Vertical Blank Start     : 8192
(II) NVIDIA(0):     Vertical Blank Width     : 256
(II) NVIDIA(0):     Veritcal Sync Start      : 8191
(II) NVIDIA(0):     Vertical Sync Width      : 15
(II) NVIDIA(0):     Vertical Total Height    : 8193
(II) NVIDIA(0):
(II) NVIDIA(0): Minimum mode timing values   :
(II) NVIDIA(0):     Horizontal Total Width   : 40
(II) NVIDIA(0):     Vertical Total Height    : 2
(II) NVIDIA(0):
(II) NVIDIA(0): Mode timing alignment        :
(II) NVIDIA(0):     Horizontal Visible Width : multiples of 8
(II) NVIDIA(0):     Horizontal Blank Start   : multiples of 8
(II) NVIDIA(0):     Horizontal Blank Width   : multiples of 8
(II) NVIDIA(0):     Horizontal Sync Start    : multiples of 8
(II) NVIDIA(0):     Horizontal Sync Width    : multiples of 8
(II) NVIDIA(0):     Horizontal Total Width   : multiples of 8
(II) NVIDIA(0):
(--) NVIDIA(0): Connected display device(s) on GeForce FX 5600 at PCI:1:0:0:
(--) NVIDIA(0):     Iiyama (CRT-0)
(--) NVIDIA(0): Iiyama (CRT-0): 350.0 MHz maximum pixel clock
(--) NVIDIA(0):
(--) NVIDIA(0): --- EDID for Iiyama (CRT-0) ---
(--) NVIDIA(0): EDID Version                 : 1.1
(--) NVIDIA(0): Manufacturer                 : IVM
(--) NVIDIA(0): Monitor Name                 : Iiyama
(--) NVIDIA(0): Product ID                   : 6401
(--) NVIDIA(0): 32-bit Serial Number         : 0
(--) NVIDIA(0): Serial Number String         :
(--) NVIDIA(0): Manufacture Date             : 2000, week 30
(--) NVIDIA(0): DPMS Capabilities            : Standby Suspend Active Off
(--) NVIDIA(0): Prefer first detailed timing : No
(--) NVIDIA(0): Supports GTF                 : No
(--) NVIDIA(0): Maximum Image Size           : 360mm x 270mm
(--) NVIDIA(0): Valid HSync Range            : 31 kHz - 106 kHz
(--) NVIDIA(0): Valid VRefresh Range         : 56 Hz - 85 Hz
(--) NVIDIA(0): EDID maximum pixel clock     : 229.5 MHz
(--) NVIDIA(0):
(--) NVIDIA(0): Established Timings:
(--) NVIDIA(0):   640  x 480  @ 60 Hz
(--) NVIDIA(0):   640  x 480  @ 72 Hz
(--) NVIDIA(0):   640  x 480  @ 75 Hz
(--) NVIDIA(0):   800  x 600  @ 56 Hz
(--) NVIDIA(0):   800  x 600  @ 60 Hz
(--) NVIDIA(0):   800  x 600  @ 72 Hz
(--) NVIDIA(0):   800  x 600  @ 75 Hz
(--) NVIDIA(0):   1024 x 768  @ 60 Hz
(--) NVIDIA(0):   1024 x 768  @ 70 Hz
(--) NVIDIA(0):   1024 x 768  @ 75 Hz
(--) NVIDIA(0):   1280 x 1024 @ 75 Hz
(--) NVIDIA(0):
(--) NVIDIA(0): Standard Timings:
(--) NVIDIA(0):   1600 x 1200 @ 60 Hz
(--) NVIDIA(0):   1600 x 1200 @ 70 Hz
(--) NVIDIA(0):   1600 x 1200 @ 75 Hz
(--) NVIDIA(0):   1600 x 1200 @ 85 Hz
(--) NVIDIA(0):
(--) NVIDIA(0): --- End of EDID for Iiyama (CRT-0) ---
(--) NVIDIA(0):
(II) NVIDIA(0): Frequency information for Iiyama (CRT-0):
(II) NVIDIA(0):   HorizSync   : 31.000-106.000 kHz
(II) NVIDIA(0):   VertRefresh : 56.000-85.000 Hz
(II) NVIDIA(0):     (HorizSync from EDID)
(II) NVIDIA(0):     (VertRefresh from EDID)
(II) NVIDIA(0):
(II) NVIDIA(0): --- Modes in ModePool for Iiyama (CRT-0) ---
(II) NVIDIA(0): "nvidia-auto-select"   : 1024 x  768 @  85.0 Hz  (from: Custom ModeLine)
(II) NVIDIA(0): "1920x1200"            : 1920 x 1200 @  70.0 Hz  (from: X Server)
(II) NVIDIA(0): "1920x1200_70"         : 1920 x 1200 @  70.0 Hz  (from: X Server)
(II) NVIDIA(0): "1920x1200_60"         : 1920 x 1200 @  60.0 Hz  (from: X Server)
(II) NVIDIA(0): "1856x1392"            : 1856 x 1392 @  60.0 Hz  (from: X Server, VESA)
(II) NVIDIA(0): "1856x1392_60"         : 1856 x 1392 @  60.0 Hz  (from: X Server, VESA)
(II) NVIDIA(0): "1792x1344"            : 1792 x 1344 @  60.0 Hz  (from: X Server, VESA)
(II) NVIDIA(0): "1792x1344_60"         : 1792 x 1344 @  60.0 Hz  (from: X Server, VESA)
(II) NVIDIA(0): "1680x1050"            : 1680 x 1050 @  85.0 Hz  (from: X Server)
(II) NVIDIA(0): "1680x1050_85"         : 1680 x 1050 @  85.0 Hz  (from: X Server)
(II) NVIDIA(0): "1680x1050_75"         : 1680 x 1050 @  75.0 Hz  (from: X Server)
(II) NVIDIA(0): "1680x1050_70"         : 1680 x 1050 @  70.0 Hz  (from: X Server)
(II) NVIDIA(0): "1680x1050_60"         : 1680 x 1050 @  60.0 Hz  (from: X Server)
(II) NVIDIA(0): "1600x1200"            : 1600 x 1200 @  85.0 Hz  (from: X Server, VESA, EDID)
(II) NVIDIA(0): "1600x1200_85"         : 1600 x 1200 @  85.0 Hz  (from: X Server, VESA, EDID)
(II) NVIDIA(0): "1600x1200_75"         : 1600 x 1200 @  75.0 Hz  (from: X Server, VESA, EDID)
(II) NVIDIA(0): "1600x1200_70"         : 1600 x 1200 @  70.0 Hz  (from: X Server, VESA, EDID)
(II) NVIDIA(0): "1600x1200_65"         : 1600 x 1200 @  65.0 Hz  (from: X Server, VESA)
(II) NVIDIA(0): "1600x1200_60"         : 1600 x 1200 @  60.0 Hz  (from: X Server, VESA, EDID)
(II) NVIDIA(0): "1600x1024"            : 1600 x 1024 @  60.0 Hz  (from: X Server)
(II) NVIDIA(0): "1600x1024_60"         : 1600 x 1024 @  60.0 Hz  (from: X Server)
(II) NVIDIA(0): "1400x1050"            : 1400 x 1050 @  85.3 Hz  (from: X Server)
(II) NVIDIA(0): "1400x1050_85"         : 1400 x 1050 @  85.3 Hz  (from: X Server)
(II) NVIDIA(0): "1400x1050_85_0"       : 1400 x 1050 @  85.0 Hz  (from: X Server)
(II) NVIDIA(0): "1400x1050_75"         : 1400 x 1050 @  74.8 Hz  (from: X Server)
(II) NVIDIA(0): "1400x1050_70"         : 1400 x 1050 @  70.0 Hz  (from: X Server)
(II) NVIDIA(0): "1400x1050_70_0"       : 1400 x 1050 @  70.0 Hz  (from: X Server)
(II) NVIDIA(0): "1400x1050_60"         : 1400 x 1050 @  60.0 Hz  (from: X Server)
(II) NVIDIA(0): "1280x1024"            : 1280 x 1024 @  85.0 Hz  (from: X Server, VESA)
(II) NVIDIA(0): "1280x1024_85.00"      : 1280 x 1024 @  85.0 Hz  (from: Custom ModeLine)
(II) NVIDIA(0): "1280x1024_75.00"      : 1280 x 1024 @  75.0 Hz  (from: Custom ModeLine)
(II) NVIDIA(0): "1280x1024_60.00"      : 1280 x 1024 @  60.0 Hz  (from: Custom ModeLine)
(II) NVIDIA(0): "1280x1024_85_0"       : 1280 x 1024 @  85.0 Hz  (from: X Server, VESA)
(II) NVIDIA(0): "1280x1024_85"         : 1280 x 1024 @  85.0 Hz  (from: Custom ModeLine)
(II) NVIDIA(0): "1280x1024_75"         : 1280 x 1024 @  75.0 Hz  (from: X Server, VESA, EDID)
(II) NVIDIA(0): "1280x1024_75_0"       : 1280 x 1024 @  75.0 Hz  (from: Custom ModeLine)
(II) NVIDIA(0): "1280x1024_60_0"       : 1280 x 1024 @  60.0 Hz  (from: X Server, VESA)
(II) NVIDIA(0): "1280x1024_60"         : 1280 x 1024 @  60.0 Hz  (from: Custom ModeLine)
(II) NVIDIA(0): "1280x960"             : 1280 x  960 @  85.0 Hz  (from: X Server, VESA)
(II) NVIDIA(0): "1280x960_85"          : 1280 x  960 @  85.0 Hz  (from: X Server, VESA)
(II) NVIDIA(0): "1280x960_60"          : 1280 x  960 @  60.0 Hz  (from: X Server, VESA)
(II) NVIDIA(0): "1280x800"             : 1280 x  800 @  85.0 Hz  (from: X Server)
(II) NVIDIA(0): "1280x800_85"          : 1280 x  800 @  85.0 Hz  (from: X Server)
(II) NVIDIA(0): "1280x800_75"          : 1280 x  800 @  75.0 Hz  (from: X Server)
(II) NVIDIA(0): "1280x800_70"          : 1280 x  800 @  70.0 Hz  (from: X Server)
(II) NVIDIA(0): "1280x800d60"          : 1280 x  800 @  60.0 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "1280x800_60"          : 1280 x  800 @  60.0 Hz  (from: X Server)
(II) NVIDIA(0): "1280x768"             : 1280 x  768 @  85.0 Hz  (from: X Server)
(II) NVIDIA(0): "1280x768_85"          : 1280 x  768 @  85.0 Hz  (from: X Server)
(II) NVIDIA(0): "1280x768_75"          : 1280 x  768 @  75.0 Hz  (from: X Server)
(II) NVIDIA(0): "1280x768_70"          : 1280 x  768 @  70.0 Hz  (from: X Server)
(II) NVIDIA(0): "1280x768_60"          : 1280 x  768 @  60.0 Hz  (from: X Server)
(II) NVIDIA(0): "1280x720"             : 1280 x  720 @  85.0 Hz  (from: X Server)
(II) NVIDIA(0): "1280x720_85"          : 1280 x  720 @  85.0 Hz  (from: X Server)
(II) NVIDIA(0): "1280x720_75"          : 1280 x  720 @  75.0 Hz  (from: X Server)
(II) NVIDIA(0): "1280x720_70"          : 1280 x  720 @  70.0 Hz  (from: X Server)
(II) NVIDIA(0): "1280x720_60"          : 1280 x  720 @  60.0 Hz  (from: X Server)
(II) NVIDIA(0): "1152x864"             : 1152 x  864 @  85.1 Hz  (from: X Server)
(II) NVIDIA(0): "1152x864_85.00"       : 1152 x  864 @  85.0 Hz  (from: Custom ModeLine)
(II) NVIDIA(0): "1152x864_75.00"       : 1152 x  864 @  75.0 Hz  (from: Custom ModeLine)
(II) NVIDIA(0): "1152x864_60.00"       : 1152 x  864 @  60.0 Hz  (from: Custom ModeLine)
(II) NVIDIA(0): "1152x864_85_0"        : 1152 x  864 @  85.1 Hz  (from: X Server)
(II) NVIDIA(0): "1152x864_85"          : 1152 x  864 @  85.0 Hz  (from: Custom ModeLine)
(II) NVIDIA(0): "1152x864_85_1"        : 1152 x  864 @  85.0 Hz  (from: X Server)
(II) NVIDIA(0): "1152x864_75_0"        : 1152 x  864 @  75.0 Hz  (from: X Server, VESA)
(II) NVIDIA(0): "1152x864_75"          : 1152 x  864 @  75.0 Hz  (from: Custom ModeLine)
(II) NVIDIA(0): "1152x864_75_1"        : 1152 x  864 @  75.0 Hz  (from: X Server)
(II) NVIDIA(0): "1152x864_70"          : 1152 x  864 @  70.0 Hz  (from: X Server)
(II) NVIDIA(0): "1152x864_60"          : 1152 x  864 @  60.0 Hz  (from: Custom ModeLine)
(II) NVIDIA(0): "1152x864_60_0"        : 1152 x  864 @  60.0 Hz  (from: X Server)
(II) NVIDIA(0): "1024x768_85.00"       : 1024 x  768 @  85.0 Hz  (from: Custom ModeLine)
(II) NVIDIA(0): "1024x768"             : 1024 x  768 @  85.0 Hz  (from: X Server, VESA)
(II) NVIDIA(0): "1024x768_75.00"       : 1024 x  768 @  75.0 Hz  (from: Custom ModeLine)
(II) NVIDIA(0): "1024x768_60.00"       : 1024 x  768 @  60.0 Hz  (from: Custom ModeLine)
(II) NVIDIA(0): "1024x768_85"          : 1024 x  768 @  85.0 Hz  (from: Custom ModeLine)
(II) NVIDIA(0): "1024x768_85_0"        : 1024 x  768 @  85.0 Hz  (from: X Server, VESA)
(II) NVIDIA(0): "1024x768_75_1"        : 1024 x  768 @  75.1 Hz  (from: X Server, VESA)
(II) NVIDIA(0): "1024x768_75"          : 1024 x  768 @  75.0 Hz  (from: EDID)
(II) NVIDIA(0): "1024x768_75_0"        : 1024 x  768 @  75.0 Hz  (from: Custom ModeLine)
(II) NVIDIA(0): "1024x768_70"          : 1024 x  768 @  70.1 Hz  (from: X Server, VESA, EDID)
(II) NVIDIA(0): "1024x768d60"          : 1024 x  768 @  60.0 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "1024x768_60"          : 1024 x  768 @  60.0 Hz  (from: X Server, VESA, EDID)
(II) NVIDIA(0): "1024x768_60_0"        : 1024 x  768 @  60.0 Hz  (from: Custom ModeLine)
(II) NVIDIA(0): "960x720"              :  960 x  720 @  60.0 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "960x720d60"           :  960 x  720 @  60.0 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "960x600"              :  960 x  600 @  75.1 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "960x600d75"           :  960 x  600 @  75.1 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "960x600d73"           :  960 x  600 @  72.8 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "960x600d70"           :  960 x  600 @  70.1 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "960x600d60"           :  960 x  600 @  60.0 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "928x696"              :  928 x  696 @  60.1 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "928x696d60"           :  928 x  696 @  60.1 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "896x672"              :  896 x  672 @  75.0 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "896x672d75"           :  896 x  672 @  75.0 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "896x672d60"           :  896 x  672 @  60.0 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "848x480"              :  848 x  480 @  85.0 Hz  (from: X Server)
(II) NVIDIA(0): "848x480_85"           :  848 x  480 @  85.0 Hz  (from: X Server)
(II) NVIDIA(0): "848x480_75"           :  848 x  480 @  75.0 Hz  (from: X Server)
(II) NVIDIA(0): "848x480_70"           :  848 x  480 @  70.0 Hz  (from: X Server)
(II) NVIDIA(0): "840x525"              :  840 x  525 @  85.1 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "840x525d85"           :  840 x  525 @  85.1 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "840x525d75"           :  840 x  525 @  75.0 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "840x525d70"           :  840 x  525 @  70.1 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "840x525d60"           :  840 x  525 @  60.1 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "832x624"              :  832 x  624 @  74.5 Hz  (from: X Server)
(II) NVIDIA(0): "832x624_75"           :  832 x  624 @  74.5 Hz  (from: X Server)
(II) NVIDIA(0): "800x600"              :  800 x  600 @  85.1 Hz  (from: X Server, VESA)
(II) NVIDIA(0): "800x600_85.00"        :  800 x  600 @  85.0 Hz  (from: Custom ModeLine)
(II) NVIDIA(0): "800x600_75.00"        :  800 x  600 @  75.0 Hz  (from: Custom ModeLine)
(II) NVIDIA(0): "800x600_60.00"        :  800 x  600 @  60.0 Hz  (from: Custom ModeLine)
(II) NVIDIA(0): "800x600_85_0"         :  800 x  600 @  85.1 Hz  (from: X Server, VESA)
(II) NVIDIA(0): "800x600_85"           :  800 x  600 @  85.0 Hz  (from: Custom ModeLine)
(II) NVIDIA(0): "800x600d85"           :  800 x  600 @  85.0 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "800x600_75_0"         :  800 x  600 @  75.0 Hz  (from: Custom ModeLine)
(II) NVIDIA(0): "800x600_75"           :  800 x  600 @  75.0 Hz  (from: X Server, VESA, EDID)
(II) NVIDIA(0): "800x600d75"           :  800 x  600 @  75.0 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "800x600_72"           :  800 x  600 @  72.2 Hz  (from: X Server, VESA, EDID)
(II) NVIDIA(0): "800x600d70"           :  800 x  600 @  70.0 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "800x600d65"           :  800 x  600 @  65.0 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "800x600_60"           :  800 x  600 @  60.3 Hz  (from: X Server, VESA, EDID)
(II) NVIDIA(0): "800x600_60_0"         :  800 x  600 @  60.0 Hz  (from: Custom ModeLine)
(II) NVIDIA(0): "800x600d60"           :  800 x  600 @  60.0 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "800x600_56"           :  800 x  600 @  56.2 Hz  (from: X Server, VESA, EDID)
(II) NVIDIA(0): "800x512"              :  800 x  512 @  60.0 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "800x512d60"           :  800 x  512 @  60.0 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "720x400"              :  720 x  400 @  85.0 Hz  (from: X Server, VESA)
(II) NVIDIA(0): "720x400_85"           :  720 x  400 @  85.0 Hz  (from: X Server, VESA)
(II) NVIDIA(0): "700x525"              :  700 x  525 @  85.3 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "700x525d85"           :  700 x  525 @  85.3 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "700x525d85_0"         :  700 x  525 @  85.1 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "700x525d75"           :  700 x  525 @  74.8 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "700x525d70_0"         :  700 x  525 @  70.1 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "700x525d70"           :  700 x  525 @  70.0 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "700x525d60"           :  700 x  525 @  60.0 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "640x512"              :  640 x  512 @  85.0 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "640x512d85"           :  640 x  512 @  85.0 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "640x512d75"           :  640 x  512 @  75.0 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "640x512d60"           :  640 x  512 @  60.0 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "640x480"              :  640 x  480 @  85.1 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "640x480_85.00"        :  640 x  480 @  85.0 Hz  (from: Custom ModeLine)
(II) NVIDIA(0): "640x480_75.00"        :  640 x  480 @  75.0 Hz  (from: Custom ModeLine)
(II) NVIDIA(0): "640x480d85"           :  640 x  480 @  85.1 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "640x480_85_0"         :  640 x  480 @  85.0 Hz  (from: X Server, VESA)
(II) NVIDIA(0): "640x480_85"           :  640 x  480 @  85.0 Hz  (from: Custom ModeLine)
(II) NVIDIA(0): "640x480_75"           :  640 x  480 @  75.0 Hz  (from: X Server, VESA, EDID)
(II) NVIDIA(0): "640x480_75_0"         :  640 x  480 @  75.0 Hz  (from: Custom ModeLine)
(II) NVIDIA(0): "640x480_73"           :  640 x  480 @  72.8 Hz  (from: EDID)
(II) NVIDIA(0): "640x480_73_0"         :  640 x  480 @  72.8 Hz  (from: X Server, VESA)
(II) NVIDIA(0): "640x480d60"           :  640 x  480 @  60.0 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "640x480_60_0"         :  640 x  480 @  60.0 Hz  (from: X Server, VESA)
(II) NVIDIA(0): "640x480_60"           :  640 x  480 @  60.0 Hz  (from: EDID)
(II) NVIDIA(0): "640x400"              :  640 x  400 @  85.1 Hz  (from: X Server, VESA)
(II) NVIDIA(0): "640x400_85"           :  640 x  400 @  85.1 Hz  (from: X Server, VESA)
(II) NVIDIA(0): "640x400d85"           :  640 x  400 @  85.0 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "640x400d75"           :  640 x  400 @  75.1 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "640x400d70"           :  640 x  400 @  70.1 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "640x400d60"           :  640 x  400 @  60.0 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "640x384"              :  640 x  384 @  85.1 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "640x384d85"           :  640 x  384 @  85.1 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "640x384d75"           :  640 x  384 @  75.0 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "640x384d70"           :  640 x  384 @  70.0 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "640x384d60"           :  640 x  384 @  60.1 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "640x360"              :  640 x  360 @  85.0 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "640x360d85"           :  640 x  360 @  85.0 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "640x360d75"           :  640 x  360 @  75.0 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "640x360d70"           :  640 x  360 @  70.0 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "640x360d60"           :  640 x  360 @  60.0 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "640x350"              :  640 x  350 @  85.1 Hz  (from: X Server, VESA)
(II) NVIDIA(0): "640x350_85"           :  640 x  350 @  85.1 Hz  (from: X Server, VESA)
(II) NVIDIA(0): "576x432"              :  576 x  432 @  85.2 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "576x432d85"           :  576 x  432 @  85.2 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "576x432d85_0"         :  576 x  432 @  85.1 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "576x432d75"           :  576 x  432 @  75.0 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0): "576x432d75_0"         :  576 x  432 @  75.0 Hz DoubleScan  (from: X Server)
(II) NVIDIA(0

Offline

#2 2006-08-29 14:41:38

vacant
Member
From: downstairs
Registered: 2004-11-05
Posts: 816

Re: Limited to one display mode with new nvidia drivers

Modes   "1280x1024" "1024x768" "800x600" "640x480"

Check where my quotes are

Offline

#3 2006-08-30 09:20:10

blob
Member
Registered: 2006-08-29
Posts: 15

Re: Limited to one display mode with new nvidia drivers

That was a stupd thing to miss. Thanks!
However, i'm still limited to what i have set in the modes section.
Xrandr used to make full use to the edid probes and the X builtin modeline list. Is there any way to turn off nvidia's validation?

Offline

#4 2006-08-30 09:36:23

blob
Member
Registered: 2006-08-29
Posts: 15

Re: Limited to one display mode with new nvidia drivers

It turns out it won't do any lower than 640x480. These are my changes:

    Modeline "800x600_85.00"  56.55  800 840 928 1056  600 601 604 630  -HSync +Vsync DoubleScan
    Modeline "800x600_75.00"  48.91  800 840 920 1040  600 601 604 627  -HSync +Vsync DoubleScan
    Modeline "800x600_60.00"  38.22  800 832 912 1024  600 601 604 622  -HSync +Vsync DoubleScan
    Modeline "640x480_85.00"  35.71  640 672 736 832  480 481 484 505  -HSync +Vsync DoubleScan
    Modeline "640x480_75.00"  30.72  640 664 728 816  480 481 484 502  -HSync +Vsync DoubleScan
    Modeline "640x480_60.00"  23.86  640 656 720 800  480 481 484 497  -HSync +Vsync DoubleScan
    Modeline "320x240_60.00"  5.26  320 304 336 352  240 241 244 249  -HSync +Vsync DoubleScan
    Modeline "320x200_60.00"  4.19  320 304 328 336  200 201 204 208  -HSync +Vsync DoubleScan

and

Modes       "1280x1024_85" "1280x1024_75" "1280x1024_60" "1152x864_85" "1152x864_75" "1152x864_60" "1024x768_85" "1024x768_75" "1024x768_60" "800x600_75" "800x600_60" "640x480_75" "640x480_60" "320x240_60" "320x200_60"

I'm not sure if i did that doublescan thingy right, but it gets completely ignored.

Offline

Board footer

Powered by FluxBB