Multihead - Multiheadache... displaymanager messes up xrandr

Hi guys
I have been messing around with my X config for a few days now, it would be great is anyone of you has an idea on how to fix it.
Here is my setup:
2 Graphics gards: 1st one is an NVIDA gtx 770, 2nd one is an AMD Radeon HD 6450
4 Displays connected. left one to the radeon, the other three to the nvidia card.
I'm using the proprietary Nvidia drivers + the open source radeon drivers (i need 3d acceleration on my main display which is connected to the nvidia card, the rest don't really matter)
I can get my displays set up correctly using xrandr in my .xinitrc:
xrandr --setprovideroutputsource 1 0
xrandr --output DVI-I-1 --mode 1920x1080 --primary --pos 0x0 --output DVI-1-0 --mode 1280x1024 --pos -1280x0 --output DVI-D-0 --mode 1280x1024 --pos 1940x0 --output HDMI-0 --mode 1920x1080 --pos 3220x0
So everything works fine as long is log into the console and start x via startx.
However, as soon as i try using a display manager (i have tried gdm, lxdm and lightdm so far) the display on the radeon card stays black.
xrandr --listproviders
also only shows the nvidia card. (it shows both cards when using startx)
here is my xorg.conf:
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
Screen 1 "Screen1"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "Device1"
Driver "radeon"
VendorName "AMD Corporation"
BusID "PCI:2:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Option "AllowEmptyInitialConfiguration"
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Option "AllowEmptyInitialConfiguration"
EndSection
Any advice would be greatly appreciated.

Similar Messages

  • Gdm multihead xrandr workaround

    I have found a post that work around the mirrored mode used by gdb if there is a multihead environment.
    I find it annoying and want to ask if this can be added to the official package so we all can get off that default behavior.
    The post is here http://tirdc.livejournal.com/26960.html

    Actually I run Arch on my laptop and have my xorg.conf setup for dual monitors and it works fine with or without the external screen attached. X checks for connected outputs on startup (as long as load detection works) and runs the rules given in xorg.conf if it is connected. This only works however if the screen is attached when X starts, otherwise you need to do it manually with xrandr. This is no different to running it with gdm or xinitrc though.
    I'm not too sure about xinitrc as it may run after you log in and before the desktop shows, so it will set up the monitors for you but gdm may still look the same. Just give it a go and see what happens.

  • New nvidia driver won't xrandr

    Hi,
    I'm having some trouble with nvidia drivers newer than 8178.
    I can only specify one display mode, otherwise it will fail to validate and revert to nvidia-auto-select (wich means 1024x768 in my case).
    When i specify only one mode i won't be able to use switch resolutions while running X (not even with xrandr)
    I have tried every edid related option thinkable and i have used gtf to calculate modelines for every mode i may want to use, but no effect.
    I need to be able to switch resolutions in order to run some applications that require me to do so (eg old windows games running on wine)
    according to the output of "X -logverbose 5" it correctly fetches all supported modes from edid.
    The nvidia driver must be messing up somewhere.
    Here is my xorg.conf. I have commented out all options i have tried without success.
    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
    The following 2 logs are generated by running "X -logverbose 5". The first is with only one mode specified and the second is with all the modes enabled i have commented out in the config file above.
    [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 Double

    I hope i get get the entire second log up now
    [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 14:15:02 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):
    (--) NVIDIA(0): Raw EDID bytes:
    (--) NVIDIA(0):
    (--) NVIDIA(0):   00 ff ff ff ff ff ff 00  26 cd 01 19 00 00 00 00
    (--) NVIDIA(0):   1e 0a 01 01 0e 24 1b 6e  e8 04 48 a0 57 4a 9b 26
    (--) NVIDIA(0):   04 48 4c 3f ef fe a9 40  a9 4a a9 4f a9 59 01 01
    (--) NVIDIA(0):   01 01 01 01 01 01 00 00  00 fe 00 00 00 00 00 00
    (--) NVIDIA(0):   00 00 00 00 00 00 00 00  00 00 00 fe 00 00 00 00
    (--) NVIDIA(0):   00 00 00 00 00 00 00 00  00 00 00 00 00 fe 00 00
    (--) NVIDIA(0):   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 fe
    (--) NVIDIA(0):   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 44
    (--) 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): --- Building ModePool for Iiyama (CRT-0) ---
    (II) NVIDIA(0):   Validating Mode "1600x1200":
    (II) NVIDIA(0):     1600 x 1200 @ 60 Hz
    (II) NVIDIA(0):     Mode Source: EDID
    (II) NVIDIA(0):       Pixel Clock      : 162.00 MHz
    (II) NVIDIA(0):       HRes, HSyncStart : 1600, 1664
    (II) NVIDIA(0):       HSyncEnd, HTotal : 1856, 2160
    (II) NVIDIA(0):       VRes, VSyncStart : 1200, 1201
    (II) NVIDIA(0):       VSyncEnd, VTotal : 1204, 1250
    (II) NVIDIA(0):       H/V Polarity     : +/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "1600x1200":
    (II) NVIDIA(0):     1600 x 1200 @ 70 Hz
    (II) NVIDIA(0):     Mode Source: EDID
    (II) NVIDIA(0):       Pixel Clock      : 189.00 MHz
    (II) NVIDIA(0):       HRes, HSyncStart : 1600, 1664
    (II) NVIDIA(0):       HSyncEnd, HTotal : 1856, 2160
    (II) NVIDIA(0):       VRes, VSyncStart : 1200, 1201
    (II) NVIDIA(0):       VSyncEnd, VTotal : 1204, 1250
    (II) NVIDIA(0):       H/V Polarity     : +/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "1600x1200":
    (II) NVIDIA(0):     1600 x 1200 @ 75 Hz
    (II) NVIDIA(0):     Mode Source: EDID
    (II) NVIDIA(0):       Pixel Clock      : 202.50 MHz
    (II) NVIDIA(0):       HRes, HSyncStart : 1600, 1664
    (II) NVIDIA(0):       HSyncEnd, HTotal : 1856, 2160
    (II) NVIDIA(0):       VRes, VSyncStart : 1200, 1201
    (II) NVIDIA(0):       VSyncEnd, VTotal : 1204, 1250
    (II) NVIDIA(0):       H/V Polarity     : +/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "1600x1200":
    (II) NVIDIA(0):     1600 x 1200 @ 85 Hz
    (II) NVIDIA(0):     Mode Source: EDID
    (II) NVIDIA(0):       Pixel Clock      : 229.50 MHz
    (II) NVIDIA(0):       HRes, HSyncStart : 1600, 1664
    (II) NVIDIA(0):       HSyncEnd, HTotal : 1856, 2160
    (II) NVIDIA(0):       VRes, VSyncStart : 1200, 1201
    (II) NVIDIA(0):       VSyncEnd, VTotal : 1204, 1250
    (II) NVIDIA(0):       H/V Polarity     : +/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "640x480":
    (II) NVIDIA(0):     640 x 480 @ 60 Hz
    (II) NVIDIA(0):     Mode Source: EDID
    (II) NVIDIA(0):       Pixel Clock      : 25.18 MHz
    (II) NVIDIA(0):       HRes, HSyncStart :  640,  656
    (II) NVIDIA(0):       HSyncEnd, HTotal :  752,  800
    (II) NVIDIA(0):       VRes, VSyncStart :  480,  490
    (II) NVIDIA(0):       VSyncEnd, VTotal :  492,  525
    (II) NVIDIA(0):       H/V Polarity     : -/-
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "640x480":
    (II) NVIDIA(0):     640 x 480 @ 73 Hz
    (II) NVIDIA(0):     Mode Source: EDID
    (II) NVIDIA(0):       Pixel Clock      : 31.50 MHz
    (II) NVIDIA(0):       HRes, HSyncStart :  640,  664
    (II) NVIDIA(0):       HSyncEnd, HTotal :  704,  832
    (II) NVIDIA(0):       VRes, VSyncStart :  480,  489
    (II) NVIDIA(0):       VSyncEnd, VTotal :  492,  520
    (II) NVIDIA(0):       H/V Polarity     : -/-
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "640x480":
    (II) NVIDIA(0):     640 x 480 @ 75 Hz
    (II) NVIDIA(0):     Mode Source: EDID
    (II) NVIDIA(0):       Pixel Clock      : 31.50 MHz
    (II) NVIDIA(0):       HRes, HSyncStart :  640,  656
    (II) NVIDIA(0):       HSyncEnd, HTotal :  720,  840
    (II) NVIDIA(0):       VRes, VSyncStart :  480,  481
    (II) NVIDIA(0):       VSyncEnd, VTotal :  484,  500
    (II) NVIDIA(0):       H/V Polarity     : -/-
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "800x600":
    (II) NVIDIA(0):     800 x 600 @ 56 Hz
    (II) NVIDIA(0):     Mode Source: EDID
    (II) NVIDIA(0):       Pixel Clock      : 36.00 MHz
    (II) NVIDIA(0):       HRes, HSyncStart :  800,  824
    (II) NVIDIA(0):       HSyncEnd, HTotal :  896, 1024
    (II) NVIDIA(0):       VRes, VSyncStart :  600,  601
    (II) NVIDIA(0):       VSyncEnd, VTotal :  603,  625
    (II) NVIDIA(0):       H/V Polarity     : +/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "800x600":
    (II) NVIDIA(0):     800 x 600 @ 60 Hz
    (II) NVIDIA(0):     Mode Source: EDID
    (II) NVIDIA(0):       Pixel Clock      : 40.00 MHz
    (II) NVIDIA(0):       HRes, HSyncStart :  800,  840
    (II) NVIDIA(0):       HSyncEnd, HTotal :  968, 1056
    (II) NVIDIA(0):       VRes, VSyncStart :  600,  601
    (II) NVIDIA(0):       VSyncEnd, VTotal :  605,  628
    (II) NVIDIA(0):       H/V Polarity     : +/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "800x600":
    (II) NVIDIA(0):     800 x 600 @ 72 Hz
    (II) NVIDIA(0):     Mode Source: EDID
    (II) NVIDIA(0):       Pixel Clock      : 50.00 MHz
    (II) NVIDIA(0):       HRes, HSyncStart :  800,  856
    (II) NVIDIA(0):       HSyncEnd, HTotal :  976, 1040
    (II) NVIDIA(0):       VRes, VSyncStart :  600,  637
    (II) NVIDIA(0):       VSyncEnd, VTotal :  643,  666
    (II) NVIDIA(0):       H/V Polarity     : +/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "800x600":
    (II) NVIDIA(0):     800 x 600 @ 75 Hz
    (II) NVIDIA(0):     Mode Source: EDID
    (II) NVIDIA(0):       Pixel Clock      : 49.50 MHz
    (II) NVIDIA(0):       HRes, HSyncStart :  800,  816
    (II) NVIDIA(0):       HSyncEnd, HTotal :  896, 1056
    (II) NVIDIA(0):       VRes, VSyncStart :  600,  601
    (II) NVIDIA(0):       VSyncEnd, VTotal :  604,  625
    (II) NVIDIA(0):       H/V Polarity     : +/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "1024x768":
    (II) NVIDIA(0):     1024 x 768 @ 60 Hz
    (II) NVIDIA(0):     Mode Source: EDID
    (II) NVIDIA(0):       Pixel Clock      : 65.00 MHz
    (II) NVIDIA(0):       HRes, HSyncStart : 1024, 1048
    (II) NVIDIA(0):       HSyncEnd, HTotal : 1184, 1344
    (II) NVIDIA(0):       VRes, VSyncStart :  768,  771
    (II) NVIDIA(0):       VSyncEnd, VTotal :  777,  806
    (II) NVIDIA(0):       H/V Polarity     : -/-
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "1024x768":
    (II) NVIDIA(0):     1024 x 768 @ 70 Hz
    (II) NVIDIA(0):     Mode Source: EDID
    (II) NVIDIA(0):       Pixel Clock      : 75.00 MHz
    (II) NVIDIA(0):       HRes, HSyncStart : 1024, 1048
    (II) NVIDIA(0):       HSyncEnd, HTotal : 1184, 1328
    (II) NVIDIA(0):       VRes, VSyncStart :  768,  771
    (II) NVIDIA(0):       VSyncEnd, VTotal :  777,  806
    (II) NVIDIA(0):       H/V Polarity     : -/-
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "1024x768":
    (II) NVIDIA(0):     1024 x 768 @ 75 Hz
    (II) NVIDIA(0):     Mode Source: EDID
    (II) NVIDIA(0):       Pixel Clock      : 78.75 MHz
    (II) NVIDIA(0):       HRes, HSyncStart : 1024, 1040
    (II) NVIDIA(0):       HSyncEnd, HTotal : 1136, 1312
    (II) NVIDIA(0):       VRes, VSyncStart :  768,  769
    (II) NVIDIA(0):       VSyncEnd, VTotal :  772,  800
    (II) NVIDIA(0):       H/V Polarity     : +/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "1280x1024":
    (II) NVIDIA(0):     1280 x 1024 @ 75 Hz
    (II) NVIDIA(0):     Mode Source: EDID
    (II) NVIDIA(0):       Pixel Clock      : 135.00 MHz
    (II) NVIDIA(0):       HRes, HSyncStart : 1280, 1296
    (II) NVIDIA(0):       HSyncEnd, HTotal : 1440, 1688
    (II) NVIDIA(0):       VRes, VSyncStart : 1024, 1025
    (II) NVIDIA(0):       VSyncEnd, VTotal : 1028, 1066
    (II) NVIDIA(0):       H/V Polarity     : +/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "1280x1024_100.00":
    (II) NVIDIA(0):     1280 x 1024 @ 100 Hz
    (II) NVIDIA(0):     Mode Source: Custom ModeLine
    (II) NVIDIA(0):       Pixel Clock      : 190.96 MHz
    (II) NVIDIA(0):       HRes, HSyncStart : 1280, 1376
    (II) NVIDIA(0):       HSyncEnd, HTotal : 1520, 1760
    (II) NVIDIA(0):       VRes, VSyncStart : 1024, 1025
    (II) NVIDIA(0):       VSyncEnd, VTotal : 1028, 1085
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (WW) NVIDIA(0):     Mode is rejected: HorizSync (108.5 kHz) out of range
    (WW) NVIDIA(0):     (31.000-106.000 kHz).
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "1280x1024_85.00":
    (II) NVIDIA(0):     1280 x 1024 @ 85 Hz
    (II) NVIDIA(0):     Mode Source: Custom ModeLine
    (II) NVIDIA(0):       Pixel Clock      : 159.36 MHz
    (II) NVIDIA(0):       HRes, HSyncStart : 1280, 1376
    (II) NVIDIA(0):       HSyncEnd, HTotal : 1512, 1744
    (II) NVIDIA(0):       VRes, VSyncStart : 1024, 1025
    (II) NVIDIA(0):       VSyncEnd, VTotal : 1028, 1075
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "1280x1024_75.00":
    (II) NVIDIA(0):     1280 x 1024 @ 75 Hz
    (II) NVIDIA(0):     Mode Source: Custom ModeLine
    (II) NVIDIA(0):       Pixel Clock      : 138.54 MHz
    (II) NVIDIA(0):       HRes, HSyncStart : 1280, 1368
    (II) NVIDIA(0):       HSyncEnd, HTotal : 1504, 1728
    (II) NVIDIA(0):       VRes, VSyncStart : 1024, 1025
    (II) NVIDIA(0):       VSyncEnd, VTotal : 1028, 1069
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "1280x1024_60.00":
    (II) NVIDIA(0):     1280 x 1024 @ 60 Hz
    (II) NVIDIA(0):     Mode Source: Custom ModeLine
    (II) NVIDIA(0):       Pixel Clock      : 108.88 MHz
    (II) NVIDIA(0):       HRes, HSyncStart : 1280, 1360
    (II) NVIDIA(0):       HSyncEnd, HTotal : 1496, 1712
    (II) NVIDIA(0):       VRes, VSyncStart : 1024, 1025
    (II) NVIDIA(0):       VSyncEnd, VTotal : 1028, 1060
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "1152x864_100.00":
    (II) NVIDIA(0):     1152 x 864 @ 100 Hz
    (II) NVIDIA(0):     Mode Source: Custom ModeLine
    (II) NVIDIA(0):       Pixel Clock      : 143.47 MHz
    (II) NVIDIA(0):       HRes, HSyncStart : 1152, 1232
    (II) NVIDIA(0):       HSyncEnd, HTotal : 1360, 1568
    (II) NVIDIA(0):       VRes, VSyncStart :  864,  865
    (II) NVIDIA(0):       VSyncEnd, VTotal :  868,  915
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (WW) NVIDIA(0):     Mode is rejected: VertRefresh (100.0 Hz) out of range
    (WW) NVIDIA(0):     (56.000-85.000 Hz).
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "1152x864_85.00":
    (II) NVIDIA(0):     1152 x 864 @ 85 Hz
    (II) NVIDIA(0):     Mode Source: Custom ModeLine
    (II) NVIDIA(0):       Pixel Clock      : 119.65 MHz
    (II) NVIDIA(0):       HRes, HSyncStart : 1152, 1224
    (II) NVIDIA(0):       HSyncEnd, HTotal : 1352, 1552
    (II) NVIDIA(0):       VRes, VSyncStart :  864,  865
    (II) NVIDIA(0):       VSyncEnd, VTotal :  868,  907
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "1152x864_75.00":
    (II) NVIDIA(0):     1152 x 864 @ 75 Hz
    (II) NVIDIA(0):     Mode Source: Custom ModeLine
    (II) NVIDIA(0):       Pixel Clock      : 104.99 MHz
    (II) NVIDIA(0):       HRes, HSyncStart : 1152, 1224
    (II) NVIDIA(0):       HSyncEnd, HTotal : 1352, 1552
    (II) NVIDIA(0):       VRes, VSyncStart :  864,  865
    (II) NVIDIA(0):       VSyncEnd, VTotal :  868,  902
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "1152x864_60.00":
    (II) NVIDIA(0):     1152 x 864 @ 60 Hz
    (II) NVIDIA(0):     Mode Source: Custom ModeLine
    (II) NVIDIA(0):       Pixel Clock      : 81.62 MHz
    (II) NVIDIA(0):       HRes, HSyncStart : 1152, 1216
    (II) NVIDIA(0):       HSyncEnd, HTotal : 1336, 1520
    (II) NVIDIA(0):       VRes, VSyncStart :  864,  865
    (II) NVIDIA(0):       VSyncEnd, VTotal :  868,  895
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "1024x768_100.00":
    (II) NVIDIA(0):     1024 x 768 @ 100 Hz
    (II) NVIDIA(0):     Mode Source: Custom ModeLine
    (II) NVIDIA(0):       Pixel Clock      : 113.31 MHz
    (II) NVIDIA(0):       HRes, HSyncStart : 1024, 1096
    (II) NVIDIA(0):       HSyncEnd, HTotal : 1208, 1392
    (II) NVIDIA(0):       VRes, VSyncStart :  768,  769
    (II) NVIDIA(0):       VSyncEnd, VTotal :  772,  814
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (WW) NVIDIA(0):     Mode is rejected: VertRefresh (100.0 Hz) out of range
    (WW) NVIDIA(0):     (56.000-85.000 Hz).
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "1024x768_85.00":
    (II) NVIDIA(0):     1024 x 768 @ 85 Hz
    (II) NVIDIA(0):     Mode Source: Custom ModeLine
    (II) NVIDIA(0):       Pixel Clock      : 94.39 MHz
    (II) NVIDIA(0):       HRes, HSyncStart : 1024, 1088
    (II) NVIDIA(0):       HSyncEnd, HTotal : 1200, 1376
    (II) NVIDIA(0):       VRes, VSyncStart :  768,  769
    (II) NVIDIA(0):       VSyncEnd, VTotal :  772,  807
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "1024x768_75.00":
    (II) NVIDIA(0):     1024 x 768 @ 75 Hz
    (II) NVIDIA(0):     Mode Source: Custom ModeLine
    (II) NVIDIA(0):       Pixel Clock      : 81.80 MHz
    (II) NVIDIA(0):       HRes, HSyncStart : 1024, 1080
    (II) NVIDIA(0):       HSyncEnd, HTotal : 1192, 1360
    (II) NVIDIA(0):       VRes, VSyncStart :  768,  769
    (II) NVIDIA(0):       VSyncEnd, VTotal :  772,  802
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "1024x768_60.00":
    (II) NVIDIA(0):     1024 x 768 @ 60 Hz
    (II) NVIDIA(0):     Mode Source: Custom ModeLine
    (II) NVIDIA(0):       Pixel Clock      : 64.11 MHz
    (II) NVIDIA(0):       HRes, HSyncStart : 1024, 1080
    (II) NVIDIA(0):       HSyncEnd, HTotal : 1184, 1344
    (II) NVIDIA(0):       VRes, VSyncStart :  768,  769
    (II) NVIDIA(0):       VSyncEnd, VTotal :  772,  795
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "800x600_85.00":
    (II) NVIDIA(0):     800 x 600 @ 85 Hz
    (II) NVIDIA(0):     Mode Source: Custom ModeLine
    (II) NVIDIA(0):       Pixel Clock      : 56.55 MHz
    (II) NVIDIA(0):       HRes, HSyncStart :  800,  840
    (II) NVIDIA(0):       HSyncEnd, HTotal :  928, 1056
    (II) NVIDIA(0):       VRes, VSyncStart :  600,  601
    (II) NVIDIA(0):       VSyncEnd, VTotal :  604,  630
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "800x600_75.00":
    (II) NVIDIA(0):     800 x 600 @ 75 Hz
    (II) NVIDIA(0):     Mode Source: Custom ModeLine
    (II) NVIDIA(0):       Pixel Clock      : 48.91 MHz
    (II) NVIDIA(0):       HRes, HSyncStart :  800,  840
    (II) NVIDIA(0):       HSyncEnd, HTotal :  920, 1040
    (II) NVIDIA(0):       VRes, VSyncStart :  600,  601
    (II) NVIDIA(0):       VSyncEnd, VTotal :  604,  627
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "800x600_60.00":
    (II) NVIDIA(0):     800 x 600 @ 60 Hz
    (II) NVIDIA(0):     Mode Source: Custom ModeLine
    (II) NVIDIA(0):       Pixel Clock      : 38.22 MHz
    (II) NVIDIA(0):       HRes, HSyncStart :  800,  832
    (II) NVIDIA(0):       HSyncEnd, HTotal :  912, 1024
    (II) NVIDIA(0):       VRes, VSyncStart :  600,  601
    (II) NVIDIA(0):       VSyncEnd, VTotal :  604,  622
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "640x480_85.00":
    (II) NVIDIA(0):     640 x 480 @ 85 Hz
    (II) NVIDIA(0):     Mode Source: Custom ModeLine
    (II) NVIDIA(0):       Pixel Clock      : 35.71 MHz
    (II) NVIDIA(0):       HRes, HSyncStart :  640,  672
    (II) NVIDIA(0):       HSyncEnd, HTotal :  736,  832
    (II) NVIDIA(0):       VRes, VSyncStart :  480,  481
    (II) NVIDIA(0):       VSyncEnd, VTotal :  484,  505
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "640x480_75.00":
    (II) NVIDIA(0):     640 x 480 @ 75 Hz
    (II) NVIDIA(0):     Mode Source: Custom ModeLine
    (II) NVIDIA(0):       Pixel Clock      : 30.72 MHz
    (II) NVIDIA(0):       HRes, HSyncStart :  640,  664
    (II) NVIDIA(0):       HSyncEnd, HTotal :  728,  816
    (II) NVIDIA(0):       VRes, VSyncStart :  480,  481
    (II) NVIDIA(0):       VSyncEnd, VTotal :  484,  502
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "640x480_60.00":
    (II) NVIDIA(0):     640 x 480 @ 60 Hz
    (II) NVIDIA(0):     Mode Source: Custom ModeLine
    (II) NVIDIA(0):       Pixel Clock      : 23.86 MHz
    (II) NVIDIA(0):       HRes, HSyncStart :  640,  656
    (II) NVIDIA(0):       HSyncEnd, HTotal :  720,  800
    (II) NVIDIA(0):       VRes, VSyncStart :  480,  481
    (II) NVIDIA(0):       VSyncEnd, VTotal :  484,  497
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (WW) NVIDIA(0):     Mode is rejected: HorizSync (29.8 kHz) out of range
    (WW) NVIDIA(0):     (31.000-106.000 kHz).
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "320x240_60.00":
    (II) NVIDIA(0):     320 x 240 @ 60 Hz
    (II) NVIDIA(0):     Mode Source: Custom ModeLine
    (II) NVIDIA(0):       Pixel Clock      : 5.26 MHz
    (II) NVIDIA(0):       HRes, HSyncStart :  320, 65840
    (II) NVIDIA(0):       HSyncEnd, HTotal : 65872,  352
    (II) NVIDIA(0):       VRes, VSyncStart :  240,  241
    (II) NVIDIA(0):       VSyncEnd, VTotal :  244,  249
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (WW) NVIDIA(0):     Mode is rejected: HorizSync (14.9 kHz) out of range
    (WW) NVIDIA(0):     (31.000-106.000 kHz).
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "320x200_60.00":
    (II) NVIDIA(0):     320 x 200 @ 60 Hz
    (II) NVIDIA(0):     Mode Source: Custom ModeLine
    (II) NVIDIA(0):       Pixel Clock      : 4.19 MHz
    (II) NVIDIA(0):       HRes, HSyncStart :  320, 65840
    (II) NVIDIA(0):       HSyncEnd, HTotal : 65864,  336
    (II) NVIDIA(0):       VRes, VSyncStart :  200,  201
    (II) NVIDIA(0):       VSyncEnd, VTotal :  204,  208
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (WW) NVIDIA(0):     Mode is rejected: HorizSync (12.5 kHz) out of range
    (WW) NVIDIA(0):     (31.000-106.000 kHz).
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "640x350":
    (II) NVIDIA(0):     640 x 350 @ 85 Hz
    (II) NVIDIA(0):     Mode Source: X Server
    (II) NVIDIA(0):       Pixel Clock      : 31.50 MHz
    (II) NVIDIA(0):       HRes, HSyncStart :  640,  672
    (II) NVIDIA(0):       HSyncEnd, HTotal :  736,  832
    (II) NVIDIA(0):       VRes, VSyncStart :  350,  382
    (II) NVIDIA(0):       VSyncEnd, VTotal :  385,  445
    (II) NVIDIA(0):       H/V Polarity     : +/-
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "320x175":
    (II) NVIDIA(0):     320 x 175 @ 171 Hz
    (II) NVIDIA(0):     Mode Source: X Server
    (II) NVIDIA(0):       Pixel Clock      : 15.75 MHz
    (II) NVIDIA(0):       HRes, HSyncStart :  320,  336
    (II) NVIDIA(0):       HSyncEnd, HTotal :  368,  416
    (II) NVIDIA(0):       VRes, VSyncStart :  175,  207
    (II) NVIDIA(0):       VSyncEnd, VTotal :  209,  444
    (II) NVIDIA(0):       H/V Polarity     : +/-
    (II) NVIDIA(0):       Extra            : DoubleScan
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "640x400":
    (II) NVIDIA(0):     640 x 400 @ 85 Hz
    (II) NVIDIA(0):     Mode Source: X Server
    (II) NVIDIA(0):       Pixel Clock      : 31.50 MHz
    (II) NVIDIA(0):       HRes, HSyncStart :  640,  672
    (II) NVIDIA(0):       HSyncEnd, HTotal :  736,  832
    (II) NVIDIA(0):       VRes, VSyncStart :  400,  401
    (II) NVIDIA(0):       VSyncEnd, VTotal :  404,  445
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "320x200":
    (II) NVIDIA(0):     320 x 200 @ 171 Hz
    (II) NVIDIA(0):     Mode Source: X Server
    (II) NVIDIA(0):       Pixel Clock      : 15.75 MHz
    (II) NVIDIA(0):       HRes, HSyncStart :  320,  336
    (II) NVIDIA(0):       HSyncEnd, HTotal :  368,  416
    (II) NVIDIA(0):       VRes, VSyncStart :  200,  200
    (II) NVIDIA(0):       VSyncEnd, VTotal :  204,  444
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (II) NVIDIA(0):       Extra            : DoubleScan
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "720x400":
    (II) NVIDIA(0):     720 x 400 @ 85 Hz
    (II) NVIDIA(0):     Mode Source: X Server
    (II) NVIDIA(0):       Pixel Clock      : 35.50 MHz
    (II) NVIDIA(0):       HRes, HSyncStart :  720,  756
    (II) NVIDIA(0):       HSyncEnd, HTotal :  828,  936
    (II) NVIDIA(0):       VRes, VSyncStart :  400,  401
    (II) NVIDIA(0):       VSyncEnd, VTotal :  404,  446
    (II) NVIDIA(0):       H/V Polarity     : -/+
    (II) NVIDIA(0):     Mode is valid.
    (II) NVIDIA(0):
    (II) NVIDIA(0):   Validating Mode "360x200":
    (II) NVIDIA(0):     360 x 200

  • Xrandr dual monitors not displaying correctly.

    When I use xrandr to try and run a dual monitor setup instead of having them mirror the screen turns into a mess of pixels. The mouse behaves correctly but I can no longer see windows or anything like that.
    I am using the radeon driver and OpenBox. All software is running the most up-to-date versions.
    ed ~ $ xrandr -q
    Screen 0: minimum 320 x 200, current 1280 x 720, maximum 8192 x 8192
    VGA-0 connected 1280x720+0+0 (normal left inverted right x axis y axis) 476mm x 268mm
    1920x1080 60.0 +
    1280x1024 75.0 60.0
    1280x960 60.0
    1280x800 59.8
    1152x864 75.0
    1280x720 60.0*
    1024x768 75.1 70.1 60.0
    832x624 74.6
    800x600 72.2 75.0 60.3 56.2
    640x480 72.8 75.0 66.7 60.0
    720x400 70.1
    LVDS connected 1280x720+0+0 (normal left inverted right x axis y axis) 344mm x 194mm
    1366x768 60.0 +
    1280x720 59.9*
    1152x768 59.8
    1024x768 59.9
    800x600 59.9
    848x480 59.7
    720x480 59.7
    640x480 59.4
    HDMI-0 disconnected (normal left inverted right x axis y axis)
    Any attempt to use xrandr (for example to set the correct resolution) results in my entire screen turning into a mess of pixels and I have to restart X to get things back to normal.
    I don't have an xorg.conf file at the moment.

    I think I have narrowed down the cause to Cairocompmgr, when I turn that off I can switch between my monitors and operate at the correct resolutions.
    I don't have any 10-monitor.conf at the moment and even simple xrandr commands like xrandr --output LVDS --auto --VGA-0 --right-of LVDS were making things go crazy. I haven't tried doing dual head yet without cairocompmgr, mind.
    Edit: Confirming that with cairocompmgr disabled, everything works as expected.
    Last edited by spamuel (2011-12-05 23:38:45)

  • Fglrx + xrandr extended desktop + ATI 7970m = jitteryness

    For lack of a better term I get jitteryness whenever I extend my laptop's desktop to an external monitor using Xrandr, when using Catalyst/fglrx. It behaves a little differently depending on whether or not I'm using 3d rendering. For instance:
    * In gnome and compiz, when I extend my desktop to an external monitor it gets jittery and flickery whenever I pretty much do anything (if it's just sitting there doing nothing its fine). if I move a window or open a menu, the jitter starts
    * In a non-3d environment such as Openbox or xfce4, there's no jitter but there's a lot of artifacting around buttons or any element on the screen that moves around
    This *only* happens when I use xrandr to extend the desktop. If I clone it, or use a single monitor, it works flawlessly.
    Has anyone run across this? Is this a bug in the AMD drivers, or is there something that can be done to get extended displays working on this?
    (PS: It's in a laptop with switchable graphics, AMD+Intel)

    Blasphemist wrote:I use 2 monitors with Gnome, Xfce and Openbox (separate installations/partitions on the same machine). I also use xrandr to extend the desktop. I don't have this issue and I don't have switchable graphics either. When using Openbox I use openbox-multihead-git but I did use normal openbox this way as well.
    Might you be able to provide your xorg.conf so I can compare? You're using a 7970m with Enduro?

  • Zarfy/Xrandr Issue

    Hi Guys,
    I am having an issue with running two monitors at the moment.
    If I run:
    xrandr --output VGA-0 --auto --right-of LVDS
    (laptop being LVDS and the extra screen being VGA-0)
    This works fine, my laptop screen stays as is and the desktop is extended to the extra monitor.
    The problem is that my extra montior is on the left so I don't really want to be moving my mouse to the right in order to get to the left side.
    If I run:
    xrandr --output VGA-0 --auto --left-of LVDS
    This moves the Xfce panels to the left side and makes the laptop screen the extended monitor.
    Does anybody know how I can extend the desktop onto the extra monitor to the left and keep all of the Xfce panels on the laptop screen?
    Cheers

    The only thing that I can think of is that perhaps there is a setting in xfce that will keep your panels on a specific monitor.
    I don't use xfce myself, but if it has multihead compatibility then I wouldn't be surprised if there was an option.  If not, it might be worth sending a feature request to the xfce devs.   http://www.xfce.org/
    HTH

  • External monitor reporting no signal despite detection in xrandr

    I've installed Arch and xfce4 on my Macbook Pro retina 10,1 (2012). I'm trying to set it up with my Asus PB278Q external monitor.
    When I run xrandr, I get this output:
    Screen 0: minimum 8 x 8, current 4800 x 1800, maximum 16384 x 16384
    DP-0 disconnected (normal left inverted right x axis y axis)
    DP-1 disconnected (normal left inverted right x axis y axis)
    HDMI-0 connected 1920x1080+2880+0 (normal left inverted right x axis y axis) 600mm x 340mm
    1920x1080 60.00*+ 59.94 50.00 29.97 25.00 23.97 60.00 50.04
    1680x1050 59.95
    1440x900 59.89
    1280x1024 75.02 60.02
    1280x960 60.00
    1280x800 59.81
    1280x720 60.00 59.94 50.00
    1152x864 75.00
    1024x768 75.03 70.07 60.00
    800x600 75.00 72.19 60.32 56.25
    720x576 50.00
    720x480 59.94
    640x480 75.00 59.94 59.93
    480x576 50.00
    480x480 59.94
    DP-2 connected primary 2880x1800+0+0 (normal left inverted right x axis y axis) 331mm x 207mm
    2880x1800 59.99*+
    DP-3 disconnected (normal left inverted right x axis y axis)
    DP-4 disconnected (normal left inverted right x axis y axis)
    So the external monitor is being detected by HDMI-0, but my external monitor is reporting no signal (and yes input is set to HDMI on the monitor). Also strange that xrandr is reporting it as 1080p but it's actually 1440p.
    The wiki on multihead tells me to use the xrandr command along these lines:
    xrandr --output HDMI-0 --auto --right-of DP-2
    And this does move the external screen around, as in my mouse can move off my laptop screen where I've positioned the external screen, but there's no signal.
    My graphics card is GeForce GT 650M; I have the nvidia package installed. I tried looking this up, but I couldn't find anyone talking about the monitor being detected in xrandr but there being no signal back to the monitor. Also in the xfce display settings, it has grayed out the option to mirror the displays, not sure if it's that indicative of whatever I'm missing.

    I have some new information. I tested it on a Viewsonic 1080p monitor I had with a VGA-to-Thunderbolt adapter. This worked perfectly straight away. So I tried the same connection for the Asus monitor and it too worked perfectly.
    So I know I'm lacking something with HDMI. I'd still like to solve this because the VGA connection is capping my resolution at 1080p.
    $ lspci | grep VGA
    01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 650M Mac Edition] (rev a1)
    $ lspci | grep HDMI
    01:00.1 Audio: NVIDIA Corporation GK107 HDMI Audio Controller (rev a1)
    Am I missing some sort of HDMI compatible controller for my graphics card? I installed the nvidia package as the wiki tells me to do, and I'm not sure what else is needed.

  • [SOLVED] Garbled text artifacts on display 0.1 zaphod multihead intel

    I have recently installed Arch on a Macbook Pro Retina 13 inch [11,1]
    Because this laptop has such a high pixel density on the laptop screen, I am using a zaphod multihead set up to
    give me seperate openbox instances on the laptop and the external monitor, this way I can set the dpi of each screen individually.
    Whichever screen I configure to be display 0.1, is displaying garbled text artifacts. Usually the text displays correctly at first, but becomes increasingly corrupted as more text is displayed.
    I think the artifacts may be confined to Gtk applications.
    When I run a single desktop, either just on the laptop, or across both screens, this does not seem to occur.
    Thinking this might be related to issues other people found with a the xf86-video-intel driver which I am using, I implemented the workaround others have used,
    which is to add this to xorg.conf
    Option "AccelMethod" "sna"
    Option "DebugFlushBatches" "on"
    Option "DebugFlushCaches" "on"
    Option "DebugWait" "on"
    but it doesn't seem to have worked.
    my .xinitrc
    #!/bin/sh
    # ~/.xinitrc
    # Executed by startx (run your window manager from here)
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    xset +fp /usr/share/kbd/consolefonts
    xset +fp /usr/share/fonts/local
    xset fp rehash
    DISPLAY=:0.1
    exec xrandr --output eDP1 --dpi 192 &
    #autostart.common starts compton, redshift and tint2
    exec openbox --startup "/home/mathew/.config/openbox/autostart.common"&
    DISPLAY=:0.0
    #exec xrandr --output HDMI1 --dpi 96
    exec openbox-session
    my xorg.conf
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc/"
    FontPath "/usr/share/fonts/TTF/"
    FontPath "/usr/share/fonts/OTF/"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    EndSection
    Section "Module"
    Load "glx"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "intel"
    BusID "PCI:0:2:0"
    Option "ZaphodHeads" "DP1,HDMI1,DP2,HDMI2"
    Option "AccelMethod" "sna"
    Option "DebugFlushBatches" "on"
    Option "DebugFlushCaches" "on"
    Option "DebugWait" "on"
    Screen 0
    EndSection
    Section "Device"
    Identifier "Card1"
    Driver "intel"
    BusID "PCI:0:2:0"
    Option "ZaphodHeads" "eDP1"
    Option "AccelMethod" "sna"
    Option "DebugFlushBatches" "on"
    Option "DebugFlushCaches" "on"
    Option "DebugWait" "on"
    Screen 1
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Card1"
    EndSection
    Section "ServerLayout"
    Identifier "default"
    Screen "Screen0" 0 0
    Screen "Screen1" RightOf "Screen0"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Has anyone encountered this before, or have suggestions for how I could go about investigating this further?
    Last edited by mathew (2014-04-21 09:53:41)

    this turned out to be a bug in the video driver which is discussed here:
    https://bugs.freedesktop.org/show_bug.cgi?id=54707
    i've avoided the problem with this patch:
    diff -aur xf86-video-intel-2.99.911/src/sna/sna_glyphs.c xf86-video-intel-2.99.911.modified/src/sna/sna_glyphs.c
    --- xf86-video-intel-2.99.911/src/sna/sna_glyphs.c 2014-03-13 10:41:22.000000000 +1100
    +++ xf86-video-intel-2.99.911.modified/src/sna/sna_glyphs.c 2014-04-21 19:33:52.423389443 +1000
    @@ -1147,7 +1147,7 @@
    memset(pixmap->devPrivate.ptr, 0, pixmap->devKind*height);
    -#if HAS_PIXMAN_GLYPHS
    +#if HAS_PIXMAN_GLYPHS & 0
    if (sna->render.glyph_cache) {
    pixman_glyph_cache_t *cache = sna->render.glyph_cache;
    pixman_glyph_t stack_glyphs[N_STACK_GLYPHS];

  • MacBook/Intel 945GM + xrandr - TV

    Hi,
    I'm not able to send output to my TV. Any help would be greatly appreciated...
    I'm on a MacBook 2,1 and using a mini-DVI adapter which outputs to S-Video
    lspci:
    00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
    00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
    xrandr (no options)
    Screen 0: minimum 320 x 200, current 1280 x 800, maximum 4096 x 4096
    VGA1 connected (normal left inverted right x axis y axis)
    1024x768 60.0
    800x600 60.3 56.2
    848x480 60.0
    640x480 59.9
    LVDS1 connected 1280x800+0+0 (normal left inverted right x axis y axis) 286mm x 178mm
    1280x800 59.9*+
    1024x768 60.0
    800x600 60.3 56.2
    640x480 59.9
    DVI1 disconnected (normal left inverted right x axis y axis)
    TV1 disconnected (normal left inverted right x axis y axis)
    I've tried:
    xrandr --output LVDS1 --mode 1280x800 --output VGA1 --mode 800x600 --right-of LVDS1
    xrandr --output LVDS1 --mode 1280x800 --output VGA1 --mode 1024x800 --right-of LVDS1
    and get a screen flicker but just see black with slightly diagonal white lines/dots scrolling down the screen.
    The searching I've done pulls up a lot of people trying to output to monitors but not TVs. I'm unfamiliar with if there is anything special about doing this. The OS X side works fine with this setup and it'd be great to not have to reboot whenever I wanted to watch something. Some searches have mentioned setting custom modes and trying to set TV_STANDARD to PAL or NTSC. I've tried this and get:
    $ xrandr --output VGA1 --set TV_STANDARD PAL
    X Error of failed request: BadName (named color or font does not exist)
    Major opcode of failed request: 150 (RANDR)
    Minor opcode of failed request: 11 (RRQueryOutputProperty)
    Serial number of failed request: 31
    Current serial number in output stream: 31
    Any suggestions would be greatly appreciated.

    Hi,
    I'm not able to send output to my TV. Any help would be greatly appreciated...
    I'm on a MacBook 2,1 and using a mini-DVI adapter which outputs to S-Video
    lspci:
    00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
    00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
    xrandr (no options)
    Screen 0: minimum 320 x 200, current 1280 x 800, maximum 4096 x 4096
    VGA1 connected (normal left inverted right x axis y axis)
    1024x768 60.0
    800x600 60.3 56.2
    848x480 60.0
    640x480 59.9
    LVDS1 connected 1280x800+0+0 (normal left inverted right x axis y axis) 286mm x 178mm
    1280x800 59.9*+
    1024x768 60.0
    800x600 60.3 56.2
    640x480 59.9
    DVI1 disconnected (normal left inverted right x axis y axis)
    TV1 disconnected (normal left inverted right x axis y axis)
    I've tried:
    xrandr --output LVDS1 --mode 1280x800 --output VGA1 --mode 800x600 --right-of LVDS1
    xrandr --output LVDS1 --mode 1280x800 --output VGA1 --mode 1024x800 --right-of LVDS1
    and get a screen flicker but just see black with slightly diagonal white lines/dots scrolling down the screen.
    The searching I've done pulls up a lot of people trying to output to monitors but not TVs. I'm unfamiliar with if there is anything special about doing this. The OS X side works fine with this setup and it'd be great to not have to reboot whenever I wanted to watch something. Some searches have mentioned setting custom modes and trying to set TV_STANDARD to PAL or NTSC. I've tried this and get:
    $ xrandr --output VGA1 --set TV_STANDARD PAL
    X Error of failed request: BadName (named color or font does not exist)
    Major opcode of failed request: 150 (RANDR)
    Minor opcode of failed request: 11 (RRQueryOutputProperty)
    Serial number of failed request: 31
    Current serial number in output stream: 31
    Any suggestions would be greatly appreciated.

  • My MAC is running very slow and i am a complete novice and don't know what to do. i have had my Mac since 2008 and its probably in a mess. if you can help i would be grateful. EtreCheck version: 1.9.15 (52) Report generated 8 September 2014 09:09:26

    My MAC runs very slow. Rainbow wheel every time i try to go somewhere. Im a complete MAC novice. Only really use it for iTunes and email. the odd document here and there. The odd spreadsheet. Was brought up on a PC. I would imagine my system is in  mess. I think i downloaded that Mackeeper which i have just discovered was not a good idea. I found a thread about EtreCheck and it suggested i posted the report of my machine which i have done.I only have 2GB of space. Not sure how much i have left. My wife keeps putting photos on here like they are going out of fashion. Bought the machine in 2008 because everybody said you have a MAC. I've never really got to grips with it but at least it worked. Now it does not run very well at all. That spinning wheel is driving me mad. HELP please, never ever used a forum light this either so please go gentle on me. Cheers Paul
    EtreCheck version: 1.9.15 (52)
    Report generated 8 September 2014 09:09:26 BST
    Hardware Information: ?
      iMac (20-inch, Early 2008) (Verified)
      iMac - model: iMac8,1
      1 2.66 GHz Intel Core 2 Duo CPU: 2 cores
      2 GB RAM
    Video Information: ?
      ATI Radeon HD 2600 Pro - VRAM: 256 MB
      iMac 1680 x 1050
    System Software: ?
      OS X 10.9.4 (13E28) - Uptime: 0 days 0:31:45
    Disk Information: ?
      Hitachi HDP725032GLA380 disk0 : (320.07 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted>: 209.7 MB
      Macintosh HD (disk0s2) / [Startup]: 319.21 GB (117.84 GB free)
      Recovery HD (disk0s3) <not mounted>: 650 MB
    USB Information: ?
      Apple Inc. Built-in iSight
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
      Bose Corporation Bose USB Audio
      Apple Computer, Inc. IR Receiver
    Gatekeeper: ?
      Mac App Store and identified developers
    Launch Daemons: ?
      [loaded] com.adobe.fpsaud.plist Support
      [loaded] com.macpaw.CleanMyMac2.Agent.plist Support
      [running] com.trusteer.rooks.rooksd.plist Support
      [loaded] net.sourceforge.MonolingualHelper.plist Support
    Launch Agents: ?
      [running] com.trusteer.rapport.rapportd.plist Support
    User Login Items: ?
      iTunesHelper
    Internet Plug-ins: ?
      Google Earth Web Plug-in: Version: 5.1 Support
      Default Browser: Version: 537 - SDK 10.9
      Flip4Mac WMV Plugin: Version: 3.2.0.16   - SDK 10.8 Support
      OfficeLiveBrowserPlugin: Version: 12.3.6 Support
      Silverlight: Version: 5.1.10411.0 - SDK 10.6 Support
      FlashPlayer-10.6: Version: 14.0.0.145 - SDK 10.6 Support
      AmazonMP3DownloaderPlugin101749: Version: AmazonMP3DownloaderPlugin 1.0.17 - SDK 10.4 Support
      Flash Player: Version: 14.0.0.145 - SDK 10.6 Outdated! Update
      iPhotoPhotocast: Version: 7.0
      QuickTime Plugin: Version: 7.7.3
      eMusicRemote: Version: (null) Support
      eMusic: Version: Unknown
    Audio Plug-ins: ?
      BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
      AirPlay: Version: 2.0 - SDK 10.9
      AppleAVBAudio: Version: 203.2 - SDK 10.9
      iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins: ?
      Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes: ?
      Flash Player  Support
      Flip4Mac WMV  Support
      Trusteer Endpoint Protection  Support
    Time Machine: ?
      Time Machine not configured!
    Top Processes by CPU: ?
          2% iTunes
          2% WindowServer
          0% coreaudiod
          0% fontd
          0% rapportd
    Top Processes by Memory: ?
      178 MB Finder
      133 MB com.apple.WebKit.WebContent
      109 MB iTunes
      92 MB Safari
      63 MB com.apple.quicklook.satellite
    Virtual Memory Information: ?
      24 MB Free RAM
      821 MB Active RAM
      807 MB Inactive RAM
      291 MB Wired RAM
      338 MB Page-ins
      680 KB Page-outs

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem. But with the aid of the test results, the solution may take a few minutes, instead of hours or days.
    Don't be put off merely by the seeming complexity of these instructions. The process is much less complicated than the description. You do harder tasks with the computer all the time.
    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. Backup is always a must, and when you're having any kind of trouble with the computer, you may be at higher than usual risk of losing data, whether you follow these instructions or not.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. As I wrote above, it changes nothing. It doesn't send or receive any data on the network. All it does is to generate a human-readable report on the state of the computer. That report goes nowhere unless you choose to share it. If you prefer, you can read it yourself without disclosing the contents to me or anyone else.
    You should be wondering whether you can believe me, and whether it's safe to run a program at the behest of a stranger. In general, no, it's not safe and I don't encourage it.
    In this case, however, there are a couple of ways for you to decide whether the program is safe without having to trust me. First, you can read it. Unlike an application that you download and click to run, it's transparent, so anyone with the necessary skill can verify what it does.
    You may not be able to understand the script yourself. But variations of the script have been posted on this website thousands of times over a period of years. The site is hosted by Apple, which does not allow it to be used to distribute harmful software. Any one of the millions of registered users could have read the script and raised the alarm if it was harmful. Then I would not be here now and you would not be reading this message.
    Nevertheless, if you can't satisfy yourself that these instructions are safe, don't follow them. Ask for other options.
    4. Here's a summary of what you need to do, if you choose to proceed:
    ☞ Copy a line of text in this window to the Clipboard.
    ☞ Paste into the window of another application.
    ☞ Wait for the test to run. It usually takes a few minutes.
    ☞ Paste the results, which will have been copied automatically, back into a reply on this page.
    The sequence is: copy, paste, wait, paste again. You don't need to copy a second time. Details follow.
    5. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode, under the conditions in which the problem is reproduced. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    6. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.
    7. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/libexec;clear;cd;p=(Software Hardware Memory Diagnostics Power FireWire Thunderbolt USB Fonts SerialATA 4 1000 25 5120 KiB/s 1024 85 \\b%% 20480 1 MB/s 25000 ports ' com.clark.\* \*dropbox \*GoogleDr\* \*k.AutoCAD\* \*k.Maya\* vidinst\* ' DYLD_INSERT_LIBRARIES\ DYLD_LIBRARY_PATH -86 "` route -n get default|awk '/e:/{print $2}' `" 25 N\\/A down up 102400 25600 recvfrom sendto CFBundleIdentifier 25 25 25 1000 MB com.apple.AirPortBaseStationAgent 464843899 51 5120 files );N5=${#p[@]};p[N5]=` networksetup -listnetworkserviceorder|awk ' NR>1 { sub(/^\([0-9]+\) /,"");n=$0;getline;} $NF=="'${p[26]}')" { sub(/.$/,"",$NF);print n;exit;} ' `;f=('\n%s: %s\n' '\n%s\n\n%s\n' '\nRAM details\n%s\n' %s\ %s '%s\n-\t%s\n' );S0() { echo ' { q=$NF+0;$NF="";u=$(NF-1);$(NF-1)="";gsub(/^ +| +$/,"");if(q>='${p[$1]}') printf("%s (UID %s) is using %s '${p[$2]}'",$0,u,q);} ';};s=(' /^ *$|CSConfigDot/d;s/^ */   /;s/[-0-9A-Fa-f]{22,}/UUID/g;s/(ochat)\.[^.]+(\..+)/\1\2/;/Shared/!s/\/Users\/[^/]+/~/g ' ' s/^ +//;/de: S|[nst]:/p;' ' {sub(/^ +/,"")};/er:/;/y:/&&$2<'${p[10]} ' 1s/://;3,6d;/[my].+:/d;s/^ {4}//;H;${ g;s/\n$//;/s: [^EO]|x([^08]|02[^F]|8[^0])/p;} ' ' 5h;6{ H;g;/P/!p;} ' ' ($1~/^Cy/&&$3>'${p[11]}')||($1~/^Cond/&&$2!~/^N/) ' ' /:$/{ N;/:.+:/d;s/ *://;b0'$'\n'' };/^ *(V.+ [0N]|Man).+ /{ s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;};$b0'$'\n'' d;:0'$'\n'' x;s/\n\n//;/Apple[ ,]|Genesy|Intel|SMSC/d;s/\n.*//;/\)$/p;' ' s/^.*C/C/;H;${ g;/No th|pms/!p;} ' '/= [^GO]/p' '{$1=""};1' ' /Of/!{ s/^.+is |\.//g;p;} ' ' $0&&!/ / { n++;print;} END { if(n<200) print "com.apple.";} ' ' $3~/[0-9]:[0-9]{2}$/ { gsub(/:[0-9:a-f]{14}/,"");} { print|"tail -n'${p[12]}'";} ' ' NR==2&&$4<='${p[13]}' { print $4;} ' ' END { $2/=256;if($2>='${p[15]}') print int($2) } ' ' NR!=13{next};{sub(/[+-]$/,"",$NF)};'"`S0 21 22`" 'NR!=2{next}'"`S0 37 17`" ' NR!=5||$8!~/[RW]/{next};{ $(NF-1)=$1;$NF=int($NF/10000000);for(i=1;i<=3;i++){$i="";$(NF-1-i)="";};};'"`S0 19 20`" 's:^:/:p' '/\.kext\/(Contents\/)?Info\.plist$/p' 's/^.{52}(.+) <.+/\1/p' ' /Launch[AD].+\.plist$/ { n++;print;} END { print "'${p[41]}'";if(n<200) print "/System/";} ' '/\.xpc\/(Contents\/)?Info\.plist$/p' ' NR>1&&!/0x|\.[0-9]+$|com\.apple\.launchctl\.(Aqua|Background|System)$|'${p[41]}'/ { print $3;} ' ' /\.(framew|lproj)|\):/d;/plist:|:.+(Mach|scrip)/s/:[^:]+//p ' '/^root$/p' ' !/\/Contents\/.+\/Contents|Applic|Autom|Frameworks/&&/Lib.+\/Info.plist$/ { n++;print;} END { if(n<1100) print "/System/";} ' '/^\/usr\/lib\/.+dylib$/p' ' /Temp|emac/{next};/(etc|Preferences|Launch[AD].+)\// { sub(".(/private)?","");n++;print;} END { print "'${p[41]}'.plist\t'${p[42]}'";if(n<500) print "Launch";} ' ' /\/(Contents\/.+\/Contents|Frameworks)\/|\.wdgt\/.+\.([bw]|plu)/d;p;' 's/\/(Contents\/)?Info.plist$//;p' ' { gsub("^| |\n","\\|\\|kMDItem'${p[35]}'=");sub("^...."," ") };1 ' p '{print $3"\t"$1}' 's/\'$'\t''.+//p' 's/1/On/p' '/Prox.+: [^0]/p' '$2>'${p[43]}'{$2=$2-1;print}' ' BEGIN { i="'${p[26]}'";M1='${p[16]}';M2='${p[18]}';M3='${p[31]}';M4='${p[32]}';} !/^A/{next};/%/ { getline;if($5<M1) a="user "$2"%, system "$4"%";} /disk0/&&$4>M2 { b=$3" ops/s, "$4" blocks/s";} $2==i { if(c) { d=$3+$4+$5+$6;next;};if($4>M3||$6>M4) c=int($4/1024)" in, "int($6/1024)" out";} END { if(a) print "CPU: "a;if(b) print "I/O: "b;if(c) print "Net: "c" (KiB/s)";if(d) print "Net errors: "d" packets/s";} ' ' /r\[0\] /&&$NF!~/^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./ { print $NF;exit;} ' ' !/^T/ { printf "(static)";exit;} ' '/apsd|BKAg|OpenD/!s/:.+//p' ' (/k:/&&$3!~/(255\.){3}0/ )||(/v6:/&&$2!~/A/ ) ' ' $1~"lR"&&$2<='${p[25]}';$1~"li"&&$3!~"wpa2";' ' BEGIN { FS=":";p="uniq -c|sed -E '"'s/ +\\([0-9]+\\)\\(.+\\)/\\\2 x\\\1/;s/x1$//'"'";} { n=split($3,a,".");sub(/_2[01].+/,"",$3);print $2" "$3" "a[n]$1|p;b=b$1;} END { close(p) if(b) print("\n\t* Code injection");} ' ' NR!=4{next} {$NF/=10240} '"`S0 27 14`" ' END { if($3~/[0-9]/)print$3;} ' ' BEGIN { L='${p[36]}';} !/^[[:space:]]*(#.*)?$/ { l++;if(l<=L) f=f"\n   "$0;} END { F=FILENAME;if(!F) exit;if(!f) f="\n   [N/A]";"file -b "F|getline T;if(T!~/^(AS.+ (En.+ )?text$|(Bo|PO).+ sh.+ text ex)/) F=F" ("T")";printf("\nContents of %s\n%s\n",F,f);if(l>L) printf("\n   ...and %s more line(s)\n",l-L);} ' ' /^ +[NP].+ =/h;/^( +D.+[{]|[}])/{ g;s/.+= //p;};' 's/0/Off/p' ' END{print NR} ' ' /id: N|te: Y/{i++} END{print i} ' ' / / { print "'"${p[28]}"'";exit;};1;' '/ en/!s/\.//p' ' NR!=13{next};{sub(/[+-M]$/,"",$NF)};'"`S0 39 40`" ' $10~/\(L/&&$9!~"localhost" { sub(/.+:/,"",$9);print $1": "$9;} ' '/^ +r/s/.+"(.+)".+/\1/p' 's/(.+\.wdgt)\/(Contents\/)?Info\.plist$/\1/p' 's/^.+\/(.+)\.wdgt$/\1/p' ' /l: /{ /DVD/d;s/.+: //;b0'$'\n'' };/s: /{ /V/d;s/^ */- /;H;};$b0'$'\n'' d;:0'$'\n'' x;/APPLE [^:]+$/d;p;' ' /^find: /d;p;' "`S0 44 45`" );c1=(system_profiler pmset\ -g nvram fdesetup find syslog df vm_stat sar ps sudo\ crontab sudo\ iotop top pkgutil 'PlistBuddy 2>&1 -c "Print' whoami cksum kextstat launchctl sudo\ launchctl crontab 'sudo defaults read' stat lsbom mdfind ' for i in ${p[24]};do ${c1[18]} ${c2[27]} $i;done;' defaults\ read scutil sudo\ dtrace sudo\ profiles sed\ -En awk /S*/*/P*/*/*/C*/*/airport networksetup mdutil sudo\ lsof test );c2=(com.apple.loginwindow\ LoginHook '" /L*/P*/loginw*' '" L*/P*/*loginit*' 'L*/Ca*/com.ap*.Saf*/E*/* -d 1 -name In*t -exec '"${c1[14]}"' :CFBundleDisplayName" {} \;|sort|uniq' '~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \)' '.??* -path .Trash -prune -o -type d -name *.app -print -prune' :${p[35]}\" :Label\" '{/,}L*/{Con,Pref}* -type f ! -size 0 -name *.plist -exec plutil -s {} \;' "-f'%N: %l' Desktop L*/Keyc*" therm sysload boot-args status " -F '\$Time \$Message' -k Sender kernel -k Message Req 'bad |Beac|caug|dead[^bl]|FAIL|fail|GPU |hfs: Ru|inval|jnl:|last value [1-9]|n Cause: -|NVDA\(|pagin|proc: t|Roamed|rror|ssert|Thrott|tim(ed? ?|ing )o|WARN' -k Message Rne 'Goog|ksadm|SMC:| VALI|xpma' -o -k Sender fseventsd -k Message Req 'SL' " '-du -n DEV -n EDEV 1 10' 'acrx -o comm,ruid,%cpu' '-t1 10 1' '-f -pfc /var/db/r*/com.apple.*.{BS,Bas,Es,J,OSXU,Rem,up}*.bom' '{/,}L*/Lo*/Diag* -type f -regex .\*[cgh] ! -name *ag \( -exec grep -lq "^Thread c" {} \; -exec printf \* \; -o -true \) -execdir stat -f:%Sc:%N -t%F {} \;|sort -t: -k2 |tail -n'${p[38]} '-L {/{S*/,},}L*/Lau* -type f' '-L /{S*/,}L*/StartupItems -type f -exec file {} +' '-L /S*/L*/{C*/Sec*A,E}* {/,}L*/{A*d,Ca*/*/Ex,Co{mpon,reM},Ex,Inter,iTu*/*P,Keyb,Mail/B,Pr*P,Qu*T,Scripti,Sec,Servi,Spo,Widg}* -path \\*s/Resources -prune -o -type f -name Info.plist' '/usr/lib -type f -name *.dylib' `awk "${s[31]}"<<<${p[23]}` "/e*/{auto,{cron,fs}tab,hosts,{[lp],sy}*.conf,pam.d/*,ssh{,d}_config,*.local} {,/usr/local}/etc/periodic/*/* /L*/P*{,/*}/com.a*.{Bo,sec*.ap}*t /S*/L*/Lau*/*t .launchd.conf" list getenv /Library/Preferences/com.apple.alf\ globalstate --proxy '-n get default' -I --dns -getdnsservers\ "${p[N5]}" -getinfo\ "${p[N5]}" -P -m\ / '' -n1 '-R -l1 -n1 -o prt -stats command,uid,prt' '--regexp --only-files --files com.apple.pkg.*|sort|uniq' -kl -l -s\ / '-R -l1 -n1 -o mem -stats command,uid,mem' '+c0 -i4TCP:0-1023' com.apple.dashboard\ layer-gadgets '-d /L*/Mana*/$USER&&echo On' '-app Safari WebKitDNSPrefetchingEnabled' "+c0 -l|awk '{print(\$1,\$3)}'|sort|uniq -c|sort -n|tail -1|awk '{print(\$2,\$3,\$1)}'" );N1=${#c2[@]};for j in {0..9};do c2[N1+j]=SP${p[j]}DataType;done;N2=${#c2[@]};for j in 0 1;do c2[N2+j]="-n ' syscall::'${p[33+j]}':return { @out[execname,uid]=sum(arg0) } tick-10sec { trunc(@out,1);exit(0);} '";done;l=(Restricted\ files Hidden\ apps 'Elapsed time (s)' POST Battery Safari\ extensions Bad\ plists 'High file counts' User Heat System\ load boot\ args FileVault Diagnostic\ reports Log 'Free space (MiB)' 'Swap (MiB)' Activity 'CPU per process' Login\ hook 'I/O per process' Mach\ ports kexts Daemons Agents launchd Startup\ items Admin\ access Root\ access Bundles dylibs Apps Font\ issues Inserted\ dylibs Firewall Proxies DNS TCP/IP Wi-Fi Profiles Root\ crontab User\ crontab 'Global login items' 'User login items' Spotlight Memory Listeners Widgets Parental\ Controls Prefetching SATA Descriptors );N3=${#l[@]};for i in 0 1 2;do l[N3+i]=${p[5+i]};done;N4=${#l[@]};for j in 0 1;do l[N4+j]="Current ${p[29+j]}stream data";done;A0() { id -G|grep -qw 80;v[1]=$?;((v[1]==0))&&sudo true;v[2]=$?;v[3]=`date +%s`;clear >&-;date '+Start time: %T %D%n';};for i in 0 1;do eval ' A'$((1+i))'() { v=` eval "${c1[$1]} ${c2[$2]}"|'${c1[30+i]}' "${s[$3]}" `;[[ "$v" ]];};A'$((3+i))'() { v=` while read i;do [[ "$i" ]]&&eval "${c1[$1]} ${c2[$2]}" \"$i\"|'${c1[30+i]}' "${s[$3]}";done<<<"${v[$4]}" `;[[ "$v" ]];};A'$((5+i))'() { v=` while read i;do '${c1[30+i]}' "${s[$1]}" "$i";done<<<"${v[$2]}" `;[[ "$v" ]];};';done;A7(){ v=$((`date +%s`-v[3]));};B2(){ v[$1]="$v";};for i in 0 1;do eval ' B'$i'() { v=;((v['$((i+1))']==0))||{ v=No;false;};};B'$((3+i))'() { v[$2]=`'${c1[30+i]}' "${s[$3]}"<<<"${v[$1]}"`;} ';done;B5(){ v[$1]="${v[$1]}"$'\n'"${v[$2]}";};B6() { v=` paste -d: <(printf "${v[$1]}") <(printf "${v[$2]}")|awk -F: ' {printf("'"${f[$3]}"'",$1,$2)} ' `;};B7(){ v=`grep -Fv "${v[$1]}"<<<"$v"`;};C0(){ [[ "$v" ]]&&echo "$v";};C1() { [[ "$v" ]]&&printf "${f[$1]}" "${l[$2]}" "$v";};C2() { v=`echo $v`;[[ "$v" != 0 ]]&&C1 0 $1;};C3() { v=`sed -E "$s"<<<"$v"`&&C1 1 $1;};for i in 1 2;do for j in 0 2 3;do eval D$i$j'(){ A'$i' $1 $2 $3; C'$j' $4;};';done;done;{ A0;D20 0 $((N1+1)) 2;D10 0 $N1 1;B0;C2 27;B0&&! B1&&C2 28;D12 15 37 25 8;A1 0 $((N1+2)) 3;C0;D13 0 $((N1+3)) 4 3;D23 0 $((N1+4)) 5 4;D13 0 $((N1+9)) 59 50;for i in 0 1 2;do D13 0 $((N1+5+i)) 6 $((N3+i));done;D13 1 10 7 9;D13 1 11 8 10;D22 2 12 9 11;D12 3 13 10 12;D23 4 19 44 13;D23 5 14 12 14;D22 6 36 13 15;D22 7 37 14 16;D23 8 15 38 17;D22 9 16 16 18;B1&&{ D22 35 49 61 51;D22 11 17 17 20;for i in 0 1;do D22 28 $((N2+i)) 45 $((N4+i));done;};D22 12 44 54 45;D22 12 39 15 21;A1 13 40 18;B2 4;B3 4 0 19;A3 14 6 32 0;B4 0 5 11;A1 17 41 20;B7 5;C3 22;B4 4 6 21;A3 14 7 32 6;B4 0 7 11;B3 4 0 22;A3 14 6 32 0;B4 0 8 11;B5 7 8;B1&&{ A2 19 26 23;B7 7;C3 23;};A2 18 26 23;B7 7;C3 24;A2 4 20 21;B7 6;B2 9;A4 14 7 52 9;B2 10;B6 9 10 4;C3 25;D13 4 21 24 26;B4 4 12 26;B3 4 13 27;A1 4 22 29;B7 12;B2 14;A4 14 6 52 14;B2 15;B6 14 15 4;B3 0 0 30;C3 29;A1 4 23 27;B7 13;C3 30;D13 24 24 32 31;D13 25 37 32 33;A2 23 18 28;B2 16;A2 16 25 33;B7 16;B3 0 0 34;B2 21;A6 47 21&&C0;B1&&{ D13 21 0 32 19;D13 10 42 32 40;D22 29 35 46 39;};D13 14 1 48 42;D12 34 43 53 44;D22 0 $((N1+8)) 51 32;D13 4 8 41 6;D12 26 28 35 34;D13 27 29 36 35;A2 27 32 39&&{ B2 19;A2 33 33 40;B2 20;B6 19 20 3;};C2 36;D23 33 34 42 37;B1&&D23 35 45 55 46;D23 32 31 43 38;D12 36 47 32 48;D13 20 42 32 41;D13 14 2 48 43;D13 4 5 32 1;D13 4 3 60 5;D12 26 48 49 49;B3 4 22 57;A1 26 46 56;B7 22;B3 0 0 58;C3 47;D22 4 4 50 0;D23 22 9 37 7;A7;C2 2;} 2>/dev/null|pbcopy;exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    8. Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Click anywhere in the Terminal window and paste by pressing command-V. The text you pasted should vanish immediately. If it doesn't, press the return key.
    9. If you see an error message in the Terminal window such as "Syntax error" or "Event not found," enter
    exec bash
    and press return. Then paste the script again.
    10. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know the password, or if you prefer not to enter it, press the key combination control-C or just press return  three times at the password prompt. Again, the script will still run.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
    11. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line
    [Process completed]
    to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report what happened. No harm will be done.
    12. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    At the top of the results, there will be a line that begins with the words "Start time." If you don't see that, but instead see a mass of gibberish, you didn't wait for the "Process completed" message to appear in the Terminal window. Please wait for it and try again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    13. When you post the results, you might see an error message on the web page: "You have included content in your post that is not permitted," or "You are not authorized to post." That's a bug in the forum software. Please post the test results on Pastebin, then post a link here to the page you created.
    14. This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Use Agreement for the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • Why does my safari browser frequently gives me a gray screen? I resetted my safari many times and it doesn't help. Also sometimes when I scroll it gives me this weird scrolling effect where everything is either upside or messed up.

    Why does my safari browser frequently gives me a gray screen? I resetted my safari many times and it doesn't help. Also sometimes when I scroll it gives me this weird scrolling effect where everything is either upside or messed up.

    This article is for startup but it might help.  http://support.apple.com/kb/ts2570

  • I have been really messed up and defrauded by your employee. I have the email proof through this site, besides witness's.

    I have a record of my email and post regarding my problems with Internet Explorer 11, with my Windows 7, not working and connecting to other sites not nearly working as well as Int. Explorer 10. I was just told by support since I didn't have a case number,
    I had no proof. My email account in Microsoft is the same as with Verizon. So, I have proof on this site. Now, after I posted my complaint reg. Int. 11 not working nearly as well with my Windows 7. An employee from Microsoft took control of my computer for
    the 2nd time without notice. I was SO VERY clear about wanting to go back from Int.Ex. 11 to Int.Ex.10. An employee actually restored by computer without me asking from 10 back to 11, after I had some issues with hackers. As stated in my emails to you, Int.
    Exp. 11 never seemed to be very compatible in working with the add-ons and communicating to other sites. The guy who took over my laptop without permission, I thought was helping, ignored everything I asked for. I worked through the night and for about 10
    hours with him. I had to make 16 backup/restore disks, per him doing all the actions through Homegroup. I didn't even know u could take over my computer controls without permission. He made changes after changes, while I mostly kept my hands off the keys throughout
    the night and the day yest. I was just putting in disk after disk when it would pop out and he had the notice keep popping up, when he wanted me to change disks. I have not slept or ate for two days, cuz I kept working through hardcore stress. I didn't even
    follow what changes he was making cuz it was going to fast with things popping up everywhere. I would just have to ender Adminstrator ID and enter a few items. I did not make an alteration, cuz I did not want to mess it up. He completely ignored my email/post
    about consistently wanting to go from Int. Exp. 11 back to 10. I was so ill and tired, that I could barely keep up. After working with him, by just inserting disks mostly, I sent an email at the end to Microsoft saying that I don't think his repairs would
    work. This due to many issues, but mainly still not getting the add-ons for my different drivers. I had Google Chrome, Bing and the Int. Exp. 11 I wanted reversed, cuz he still could not get all the add-ons to work, with red checks over them and saying disabled,
    as long with other issues. I just kept having to put in my Adminstrator  passwords and he used my guest access as well, which I never use. I was so frustrated. NOT NEARLY AS UPSET AS A FEW-FIVE HOURS AGO, when I found it was worse than ever and the main
    thing I complained about and asked for, Int. 11 going back to 10, did not happen at all. There was just Int. Exp. 11 and he even took off my Google Chrome. I had no idea that my computer could also look different with different users. Icons being larger and
    in different places. It upset me horribly because I am ill cuz the stress I have been under and have not even ate since this began. I have proof via emails and also spent 10 hours following his lead. I had no idea, when I turned my laptop back on, it was NOT
    ONLY NOT WORKING CORRECTLY, BUT HE KEPT Int. Exp. 11 and never made the change. There were so many pages up, I could not see what he was doing. It took me 16 disks to just copy all the stuff in the drive. I also used tried to use the small cards, when the
    disks went way too fast. Now, my laptop is worse than even, with things saved all over my files, where I have no idea of what is what. He typed in the names to these backup files and I was too sick to keep up at all. I was so exhausted and sick at the end,
    I was just glad he was done. Like I said, I sent an email while he was still working on the issues, to you saying that it does not look good at all and would probably not work. He closed the approx. 20 windows that were open quickly, when the last disk backed
    up all the changes. I was feeling so horrible, I  had to just shut the laptop off and pray. Then, after resting for hours, I turn it on to find NO Int. Exp. 10 and still Int. Exp. 10. Many of the add-ons issues and a bunch of other things were worse than
    even. I called in for help, he was pretty rude, cuz I was/am exhausted, sick & upset. My laptop is arranged differently and also does not function correctly. I could have just uninstalled 11 and installed 10, like I asked about in my email. My files even
    said Int. Exp. 11 going to Int. Exp. 10. He ignored me and also left my computer way worse in other ways, with software uninstalled and items rearranged.  The guy who I spoke to a little while ago said I had no proof I even worked with him. Not only do
    I have records of what was sent, I had people swing by and they saw what was going on. I was complaining to them how exhausted/sick I felt for being up so long w/o food, while feeling helpless. The guy I just spoke with gave me case #1278021415. My email sent
    you guys while he still controlled my computer is through Microsoft. So, I am certainly not some crazy guy. I actually have been able to fix issues by hackers, etc., worse than this before. Now, my computer is way jacked, I need to work in a bit, and am so
    sick over this. Plus, I will probably have to hire someone to reverse all this horrible damage done. I cant believe even the computer looked different under my Admin. name & guest name. So many issues that I did not have and he did not even listen to what
    I wanted to change. I could have swithed 11 to 10, but I wanted to know the effect it would have on Windows 7 and docs, if any? I believe he worked on it so long, cuz he felt bad for going into my laptop the day before, without any notice, and restoring my
    computer back from Int. Exp. 10 back to 11. He was trying to help, but I did not even ask for any at that time. Now, my computer is jacked, I don't really trust all the backups disk/files, cuz so many. I could tell he knew what was saved where though. He did
    it all. I just was assisting, watching and trying to keep up with copying the info and putting in disks. Now, I am stuck with a messed up laptop and your tech wanted money from me, after your guy messed up my laptop bad, crazy things changed in 2 different
    settings/names and I have been not able to eat or sleep now for two days cuz of this. Then, your guy questioned if I was telling the truth. I have lots of property and am successful. I just didn't feel I should pay a company for unauthorizingly changing and
    breaking my stuff, while making me stressed and ill. I have 2-3 techs that handle issues, if I don't feel like dealing with them, but I actually know what to do on computers pretty well when not sick and rushed. I am no tech, but certainly no idiot. Its not
    hard to see things were not going well with red warnings all over the place and saying add-ons were disabled with big red marks over them. I am sure your tech knew, that is why he closed it so fast. Why did he not even try to change what I asked in my email??
    He completely ignored me and now I am ill and have a laptop way worse. Suppose to do some work in a bit, but I am so exhausted, hungry and back issues from all this typing leaning over (had X-rays a few weeks ago). I don't know what to do at this point off
    exhaustion and also being questioned if I was making it up or something. I have witnesses and the email. My headed on email that I sent through Microsoft is I want to go from Int. Exp. 11 to Int. Expl. 10, cuz the add-ons don't work as well and I get booted
    way more easily, or cant even reach other sites. I know it can be restored again, but it had issues before that I spend time and money fixing. I feel take advantage off and now blackmailed cuz your employee insisted that I pay for him just looking at the mess,
    your other employee created. Just makes me more sick. I could trust Int. Exp. 11 to work and now I feel no trust and much deception by your company. I will probably be sick for days and I know my back is out again and I am cramping cuz no food and ALL stress.
    I had an employee over watching me deal with all this happening, not friends, etc..  I saw he was using Homegroup and took down a few things. I knew it wasn't going well, but was in no shape to argue. Are you guys doing to do anything about this, or put
    the blame on me for trusting your employees. I just asked a couple questions and complained. I never said anything about hacking into my computer and messing my life up. This just is not right at all. A laptop is a pretty cheap fix for me, but I did just pay
    a guy over $200 to get things working well again cuz of hackers utilizing all the negative aspects about going onto some sites. I cant believe this happened. I cant believe this came from a large company, which I thought I could trust. Again, I have the email
    I sent while he was stick backing up the changes. It took hours, literally for all those darn disks. What will you guys do about this, cuz I am too sick to do anything for a bit. I was in the hospital just a couple weeks ago, cuz of stress and issues of this
    sort. Its so wrong!!  I want to give my info on here, but I am sure you will have it. The guy even said I didn't need to put my email address, I believe, or was it name, but I put it on my email sent anyway. I never lie!!  I look forward to your
    response, C. York   Also, the email address I use is for Verizon and I would prefer if u just sent it there or both places. I don't even want to look at this thing for a while, but my anxiety over this will probably force me to. I wish I could put
    in a phone number. Maybe I can somewhere, cuz I would like to know what you are thinking about all this. I know I got wronged, but I wish I knew who exactly. Like in my 2 email, while he was working, I saw "Hagan", I believe in response to a first
    post. I responded and asked question after reading it. I noticed when I went to post in public a bit ago, that I had never done that before. Just sent email direct, especially the 2nd, in which I have confirmation from your company. Again, last guy gave me
    case #1278021415. I thought I could trust your employee, so I did not get a bunch of info from him. I hope u know who was working on it, since he was when I emailed you. If you don't get my info somehow, please email me here, so we can communicate. I might
    post this a few places or keep it to post. I am so upset and shocked. Thank you!  C. York  

    What I wound up doing was installing the newest of the newest versions of firefox (it's at 5.0 or something now, I think). That just made all the plugins, add-ons, and extensions I wanted to get rid of obsolete and it auto-removed them on its own.
    I do really appreciate you taking the time out to try and offer some solutions though. Thank you very much for your effort!

  • Messed up Windows 8.1 install after using Boot Camp 4 drivers

    Hey guys, I just finished successfully installing Windows 8.1 on my Mac with Lion. There were no issues there, but I royally screwed up the Windows partition after trying to install the Boot Camp support software from a USB flash drive. I didn't look into it enough and am now realizing (after the fact of course) that I needed Boot Camp 5.1 for support for Windows 8.1!
    I realized that something was wrong when I tried to install the drivers and software from my Boot Camp 4.0.4 and I received a prompt on Windows telling me that it expected Windows 7 instead and then asked me to run in compatibility mode to see if that works. I stupidly clicked yes and then my Windows locked the screen on me. So of course, I unlocked it and the display is all messed up with my battery indicator at the top left, most of the screen is black and a small portion on the right side is not black. It instantly locks itself again. I can only repeat the process with no way to correct it (that I know of).
    Is this install of Windows 8.1 salvageable? I am getting the new drivers from Boot Camp 5.1 now, but it won't help if I can't even get to the desktop for Windows. Help!

    Right - this would be the easiest thing to do. Will I have issues the Windows license being activated again? I have actually never had to reinstall before so I have never had license issues.

  • I updated Xcode 5 to Xcode 6.0.1. It messed up my previous apps and i don't know how to fix it. Is it possible to uninstall Xcode 6 and go back to Xcode 5?

    Hello,
    I updated Xcode 5 to Xcode 6.0.1. It messed up my previous apps and i don't know how to fix it. Is it possible to uninstall Xcode 6 and go back to Xcode 5?

    I found this solution http://objcsharp.wordpress.com/2014/09/21/how-to-get-back-the-ios-7-sdk-after-up grading-to-xcode-6/

  • HT1338 just what is the new software upgrade 10S 6.16. EVERY TIME I PUT NEW SOFT WARE ON MY IPOD 4TH GENERATION TOUCH IT MESSES UP MY IPOD IN ONE WAY OR ANOTHER. USUALLY IT CUTS IT OFF OF WI FI AND IT WON'T CONNECT!FI

    I am afraid to download the new update software ios 6.1.6. Because everytime I let it put new software on, It makes my Ipod 4th generation mess up one way or another. Usually it makes the wifi go off and I cannot get it back on. Then I can't even use the ipod!  I am having a problem now with it shuffling. Do both red x's one on each corner right top and left top need to be on for it to shuffle?  Thank-You; Sherry  PS, I do not have a Mac. I have a dell window 7. and I don't want windows 8. I have heard nothing but bad about it!

    Nope, though it did allow me to get some missing songs back onto my iPod. That's something. But neither "Back in Black" or "Dirty Deeds" show up anywhere on the Touch. Could this be because iTunes has no deal with AC/DC?
    Quite frankly, at this point, I'd really rather not have the "ease of use" of iCloud attached to the iPod. It's not like I change my playlists that much. It would just be nice to get what I want onto my MP3 player. Not sure which one it was: iCloud, Music Match or the Air Port but the only real result of all the $ I plunked down is seeing all of my Wife's 231 Christmas songs popping up on my laptop. Really don't want them here. She SURE AS **** is sick of seeing all of my stuff on her computer.
    Thanks again.
    B.

Maybe you are looking for