[Solved] 1366x768 Resolution with nVidia drivers

I am trying to set up my monitor at full resolution (1366x768) and I am having issues getting it to display correctly. Out of the box, I was able to get 1024x768, but when I tried to manually set the full resolution using xrandr, it will only go up to 1280x768 with a black bar on the right. Below are the relevant files;
xorg.conf
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 325.15 (buildmeister@swio-display-x64-rhel04-07) Wed Jul 31 19:31:53 PDT 2013
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
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 "Monitor"
# HorizSync source: builtin, VertRefresh source: builtin
Identifier "Monitor0"
VendorName "Unknown"
ModelName "CRT-1"
HorizSync 28.0 - 55.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 9600 GT"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "CRT-1"
Option "metamodes" "nvidia-auto-select +0+0"
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "off"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Xorg.log.0
[ 10.475]
X.Org X Server 1.14.3
Release Date: 2013-09-12
[ 10.475] X Protocol Version 11, Revision 0
[ 10.475] Build Operating System: Linux 3.11.1-1-ARCH i686
[ 10.475] Current Operating System: Linux steinbeck 3.11.4-1-ARCH #1 SMP PREEMPT Sat Oct 5 21:40:32 CEST 2013 i686
[ 10.475] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=646d074d-3ed6-4e3c-982e-43395ef95493 rw quiet
[ 10.475] Build Date: 08 October 2013 08:51:37PM
[ 10.475]
[ 10.475] Current version of pixman: 0.30.2
[ 10.475] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 10.475] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 10.475] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Oct 9 19:41:27 2013
[ 10.534] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 10.574] (==) No Layout section. Using the first Screen section.
[ 10.574] (==) No screen section available. Using defaults.
[ 10.574] (**) |-->Screen "Default Screen Section" (0)
[ 10.574] (**) | |-->Monitor "<default monitor>"
[ 10.594] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 10.594] (==) Automatically adding devices
[ 10.594] (==) Automatically enabling devices
[ 10.594] (==) Automatically adding GPU devices
[ 10.656] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 10.656] Entry deleted from font path.
[ 10.656] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 10.656] Entry deleted from font path.
[ 10.672] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 10.672] Entry deleted from font path.
[ 10.672] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 10.675] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 10.675] Entry deleted from font path.
[ 10.675] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 10.675] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/
[ 10.675] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 10.675] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 10.676] (II) Loader magic: 0x8259620
[ 10.676] (II) Module ABI versions:
[ 10.676] X.Org ANSI C Emulation: 0.4
[ 10.676] X.Org Video Driver: 14.1
[ 10.676] X.Org XInput driver : 19.1
[ 10.676] X.Org Server Extension : 7.0
[ 10.676] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 10.678] (--) PCI:*(0:1:0:0) 10de:0622:3842:c866 rev 161, Mem @ 0xfa000000/16777216, 0xd0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000cf00/128, BIOS @ 0x????????/524288
[ 10.678] Initializing built-in extension Generic Event Extension
[ 10.678] Initializing built-in extension SHAPE
[ 10.678] Initializing built-in extension MIT-SHM
[ 10.678] Initializing built-in extension XInputExtension
[ 10.678] Initializing built-in extension XTEST
[ 10.678] Initializing built-in extension BIG-REQUESTS
[ 10.678] Initializing built-in extension SYNC
[ 10.678] Initializing built-in extension XKEYBOARD
[ 10.678] Initializing built-in extension XC-MISC
[ 10.678] Initializing built-in extension SECURITY
[ 10.678] Initializing built-in extension XINERAMA
[ 10.678] Initializing built-in extension XFIXES
[ 10.678] Initializing built-in extension RENDER
[ 10.678] Initializing built-in extension RANDR
[ 10.678] Initializing built-in extension COMPOSITE
[ 10.678] Initializing built-in extension DAMAGE
[ 10.678] Initializing built-in extension MIT-SCREEN-SAVER
[ 10.678] Initializing built-in extension DOUBLE-BUFFER
[ 10.678] Initializing built-in extension RECORD
[ 10.678] Initializing built-in extension DPMS
[ 10.678] Initializing built-in extension X-Resource
[ 10.678] Initializing built-in extension XVideo
[ 10.678] Initializing built-in extension XVideo-MotionCompensation
[ 10.678] Initializing built-in extension XFree86-VidModeExtension
[ 10.678] Initializing built-in extension XFree86-DGA
[ 10.678] Initializing built-in extension XFree86-DRI
[ 10.678] Initializing built-in extension DRI2
[ 10.678] (II) LoadModule: "glx"
[ 10.722] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 11.897] (II) Module glx: vendor="NVIDIA Corporation"
[ 11.897] compiled for 4.0.2, module version = 1.0.0
[ 11.897] Module class: X.Org Server Extension
[ 11.897] (II) NVIDIA GLX Module 325.15 Wed Jul 31 18:38:58 PDT 2013
[ 11.897] Loading extension GLX
[ 11.897] (==) Matched nouveau as autoconfigured driver 0
[ 11.897] (==) Matched nvidia as autoconfigured driver 1
[ 11.897] (==) Matched nv as autoconfigured driver 2
[ 11.897] (==) Matched nouveau as autoconfigured driver 3
[ 11.897] (==) Matched nvidia as autoconfigured driver 4
[ 11.897] (==) Matched nv as autoconfigured driver 5
[ 11.897] (==) Matched vesa as autoconfigured driver 6
[ 11.897] (==) Matched modesetting as autoconfigured driver 7
[ 11.897] (==) Matched fbdev as autoconfigured driver 8
[ 11.897] (==) Assigned the driver to the xf86ConfigLayout
[ 11.897] (II) LoadModule: "nouveau"
[ 11.904] (WW) Warning, couldn't open module nouveau
[ 11.904] (II) UnloadModule: "nouveau"
[ 11.904] (II) Unloading nouveau
[ 11.904] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 11.904] (II) LoadModule: "nvidia"
[ 11.904] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 11.953] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 11.953] compiled for 4.0.2, module version = 1.0.0
[ 11.953] Module class: X.Org Video Driver
[ 11.954] (II) LoadModule: "nv"
[ 11.954] (WW) Warning, couldn't open module nv
[ 11.954] (II) UnloadModule: "nv"
[ 11.954] (II) Unloading nv
[ 11.954] (EE) Failed to load module "nv" (module does not exist, 0)
[ 11.954] (II) LoadModule: "vesa"
[ 11.955] (WW) Warning, couldn't open module vesa
[ 11.955] (II) UnloadModule: "vesa"
[ 11.955] (II) Unloading vesa
[ 11.955] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 11.955] (II) LoadModule: "modesetting"
[ 11.955] (WW) Warning, couldn't open module modesetting
[ 11.955] (II) UnloadModule: "modesetting"
[ 11.955] (II) Unloading modesetting
[ 11.955] (EE) Failed to load module "modesetting" (module does not exist, 0)
[ 11.955] (II) LoadModule: "fbdev"
[ 11.955] (WW) Warning, couldn't open module fbdev
[ 11.955] (II) UnloadModule: "fbdev"
[ 11.955] (II) Unloading fbdev
[ 11.955] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 11.957] (II) NVIDIA dlloader X Driver 325.15 Wed Jul 31 18:17:17 PDT 2013
[ 11.957] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 11.957] (++) using VT number 1
[ 11.961] (II) Loading sub module "fb"
[ 11.961] (II) LoadModule: "fb"
[ 11.961] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 11.973] (II) Module fb: vendor="X.Org Foundation"
[ 11.973] compiled for 1.14.3, module version = 1.0.0
[ 11.973] ABI class: X.Org ANSI C Emulation, version 0.4
[ 11.973] (WW) Unresolved symbol: fbGetGCPrivateKey
[ 11.973] (II) Loading sub module "wfb"
[ 11.973] (II) LoadModule: "wfb"
[ 11.973] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 11.976] (II) Module wfb: vendor="X.Org Foundation"
[ 11.976] compiled for 1.14.3, module version = 1.0.0
[ 11.976] ABI class: X.Org ANSI C Emulation, version 0.4
[ 11.976] (II) Loading sub module "shadow"
[ 11.976] (II) LoadModule: "shadow"
[ 11.976] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 11.977] (II) Module shadow: vendor="X.Org Foundation"
[ 11.977] compiled for 1.14.3, module version = 1.1.0
[ 11.977] ABI class: X.Org ANSI C Emulation, version 0.4
[ 11.977] (II) Loading sub module "ramdac"
[ 11.977] (II) LoadModule: "ramdac"
[ 11.977] (II) Module "ramdac" already built-in
[ 11.985] (II) NVIDIA(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 11.985] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 11.985] (==) NVIDIA(0): RGB weight 888
[ 11.985] (==) NVIDIA(0): Default visual is TrueColor
[ 11.985] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 11.989] (**) NVIDIA(0): Enabling 2D acceleration
[ 12.996] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
[ 13.056] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
[ 13.057] (II) NVIDIA(0): NVIDIA GPU GeForce 9600 GT (G94) at PCI:1:0:0 (GPU-0)
[ 13.057] (--) NVIDIA(0): Memory: 524288 kBytes
[ 13.057] (--) NVIDIA(0): VideoBIOS: 62.94.61.00.60
[ 13.057] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 13.059] (--) NVIDIA(0): Valid display device(s) on GeForce 9600 GT at PCI:1:0:0
[ 13.059] (--) NVIDIA(0): CRT-0
[ 13.059] (--) NVIDIA(0): CRT-1 (boot, connected)
[ 13.059] (--) NVIDIA(0): TV-0
[ 13.059] (--) NVIDIA(0): DFP-0
[ 13.059] (--) NVIDIA(0): DFP-1
[ 13.059] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[ 13.059] (--) NVIDIA(0): CRT-1: 400.0 MHz maximum pixel clock
[ 13.059] (--) NVIDIA(0): TV-0: 400.0 MHz maximum pixel clock
[ 13.059] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock
[ 13.059] (--) NVIDIA(0): DFP-0: Internal Single Link TMDS
[ 13.059] (--) NVIDIA(0): DFP-1: 330.0 MHz maximum pixel clock
[ 13.059] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS
[ 13.059] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 13.059] (**) NVIDIA(0): device CRT-1 (Using EDID frequencies has been enabled on
[ 13.059] (**) NVIDIA(0): all display devices.)
[ 13.062] (==) NVIDIA(0):
[ 13.062] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 13.062] (==) NVIDIA(0): will be used as the requested mode.
[ 13.062] (==) NVIDIA(0):
[ 13.062] (II) NVIDIA(0): Validated MetaModes:
[ 13.062] (II) NVIDIA(0): "CRT-1:nvidia-auto-select{}"
[ 13.062] (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
[ 13.090] (WW) NVIDIA(0): Unable to get display device CRT-1's EDID; cannot compute DPI
[ 13.090] (WW) NVIDIA(0): from CRT-1's EDID.
[ 13.090] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[ 13.090] (--) Depth 24 pixmap format is 32 bpp
[ 13.090] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[ 13.093] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 13.093] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 13.093] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 13.093] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 13.093] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 13.093] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 13.093] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 13.093] (II) NVIDIA(0): Config Options in the README.
[ 13.096] (II) NVIDIA(0): Setting mode "CRT-1:nvidia-auto-select{}"
[ 13.155] Loading extension NV-GLX
[ 13.189] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 13.189] (==) NVIDIA(0): Backing store disabled
[ 13.189] (==) NVIDIA(0): Silken mouse enabled
[ 13.190] (==) NVIDIA(0): DPMS enabled
[ 13.191] Loading extension NV-CONTROL
[ 13.191] Loading extension XINERAMA
[ 13.191] (II) Loading sub module "dri2"
[ 13.191] (II) LoadModule: "dri2"
[ 13.191] (II) Module "dri2" already built-in
[ 13.191] (II) NVIDIA(0): [DRI2] Setup complete
[ 13.191] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 13.191] (--) RandR disabled
[ 13.209] (II) Initializing extension GLX
[ 13.417] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[ 13.417] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 13.417] (II) LoadModule: "evdev"
[ 13.417] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 13.433] (II) Module evdev: vendor="X.Org Foundation"
[ 13.433] compiled for 1.14.3, module version = 2.8.2
[ 13.433] Module class: X.Org XInput Driver
[ 13.433] ABI class: X.Org XInput driver, version 19.1
[ 13.433] (II) Using input driver 'evdev' for 'Power Button'
[ 13.433] (**) Power Button: always reports core events
[ 13.433] (**) evdev: Power Button: Device: "/dev/input/event5"
[ 13.433] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 13.433] (--) evdev: Power Button: Found keys
[ 13.433] (II) evdev: Power Button: Configuring as keyboard
[ 13.433] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event5"
[ 13.433] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 13.433] (**) Option "xkb_rules" "evdev"
[ 13.434] (**) Option "xkb_model" "pc104"
[ 13.434] (**) Option "xkb_layout" "us"
[ 13.462] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[ 13.462] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 13.462] (II) Using input driver 'evdev' for 'Power Button'
[ 13.462] (**) Power Button: always reports core events
[ 13.462] (**) evdev: Power Button: Device: "/dev/input/event4"
[ 13.462] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 13.462] (--) evdev: Power Button: Found keys
[ 13.462] (II) evdev: Power Button: Configuring as keyboard
[ 13.462] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4/event4"
[ 13.462] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 13.462] (**) Option "xkb_rules" "evdev"
[ 13.462] (**) Option "xkb_model" "pc104"
[ 13.462] (**) Option "xkb_layout" "us"
[ 13.462] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 13.463] (II) config/udev: Adding input device Chicony Saitek Eclipse Keyboard (/dev/input/event0)
[ 13.463] (**) Chicony Saitek Eclipse Keyboard: Applying InputClass "evdev keyboard catchall"
[ 13.463] (II) Using input driver 'evdev' for 'Chicony Saitek Eclipse Keyboard'
[ 13.463] (**) Chicony Saitek Eclipse Keyboard: always reports core events
[ 13.463] (**) evdev: Chicony Saitek Eclipse Keyboard: Device: "/dev/input/event0"
[ 13.463] (--) evdev: Chicony Saitek Eclipse Keyboard: Vendor 0x6a3 Product 0x8020
[ 13.463] (--) evdev: Chicony Saitek Eclipse Keyboard: Found keys
[ 13.463] (II) evdev: Chicony Saitek Eclipse Keyboard: Configuring as keyboard
[ 13.463] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.1/usb2/2-1/2-1:1.0/input/input0/event0"
[ 13.463] (II) XINPUT: Adding extended input device "Chicony Saitek Eclipse Keyboard" (type: KEYBOARD, id 8)
[ 13.463] (**) Option "xkb_rules" "evdev"
[ 13.463] (**) Option "xkb_model" "pc104"
[ 13.463] (**) Option "xkb_layout" "us"
[ 13.464] (II) config/udev: Adding input device Chicony Saitek Eclipse Keyboard (/dev/input/event1)
[ 13.464] (**) Chicony Saitek Eclipse Keyboard: Applying InputClass "evdev keyboard catchall"
[ 13.464] (II) Using input driver 'evdev' for 'Chicony Saitek Eclipse Keyboard'
[ 13.464] (**) Chicony Saitek Eclipse Keyboard: always reports core events
[ 13.464] (**) evdev: Chicony Saitek Eclipse Keyboard: Device: "/dev/input/event1"
[ 13.464] (--) evdev: Chicony Saitek Eclipse Keyboard: Vendor 0x6a3 Product 0x8020
[ 13.464] (--) evdev: Chicony Saitek Eclipse Keyboard: Found keys
[ 13.464] (II) evdev: Chicony Saitek Eclipse Keyboard: Configuring as keyboard
[ 13.464] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.1/usb2/2-1/2-1:1.1/input/input1/event1"
[ 13.464] (II) XINPUT: Adding extended input device "Chicony Saitek Eclipse Keyboard" (type: KEYBOARD, id 9)
[ 13.464] (**) Option "xkb_rules" "evdev"
[ 13.464] (**) Option "xkb_model" "pc104"
[ 13.464] (**) Option "xkb_layout" "us"
[ 13.464] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event2)
[ 13.464] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
[ 13.464] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[ 13.464] (**) Logitech USB Receiver: always reports core events
[ 13.464] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event2"
[ 13.464] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc521
[ 13.464] (--) evdev: Logitech USB Receiver: Found 20 mouse buttons
[ 13.464] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
[ 13.464] (--) evdev: Logitech USB Receiver: Found relative axes
[ 13.464] (--) evdev: Logitech USB Receiver: Found x and y relative axes
[ 13.464] (II) evdev: Logitech USB Receiver: Configuring as mouse
[ 13.464] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
[ 13.464] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[ 13.464] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 13.464] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.1/usb2/2-2/2-2:1.0/input/input2/event2"
[ 13.465] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 10)
[ 13.465] (II) evdev: Logitech USB Receiver: initialized for relative axes.
[ 13.465] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[ 13.465] (**) Logitech USB Receiver: (accel) acceleration profile 0
[ 13.465] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[ 13.465] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[ 13.465] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
[ 13.465] (II) No input driver specified, ignoring this device.
[ 13.465] (II) This device may have been added with another device file.
[ 13.465] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event3)
[ 13.465] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[ 13.465] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[ 13.465] (**) Logitech USB Receiver: always reports core events
[ 13.465] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event3"
[ 13.465] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc521
[ 13.466] (--) evdev: Logitech USB Receiver: Found 1 mouse buttons
[ 13.466] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
[ 13.466] (--) evdev: Logitech USB Receiver: Found relative axes
[ 13.466] (II) evdev: Logitech USB Receiver: Forcing relative x/y axes to exist.
[ 13.466] (--) evdev: Logitech USB Receiver: Found absolute axes
[ 13.466] (II) evdev: Logitech USB Receiver: Forcing absolute x/y axes to exist.
[ 13.466] (--) evdev: Logitech USB Receiver: Found keys
[ 13.466] (II) evdev: Logitech USB Receiver: Configuring as mouse
[ 13.466] (II) evdev: Logitech USB Receiver: Configuring as keyboard
[ 13.466] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
[ 13.466] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[ 13.466] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 13.466] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.1/usb2/2-2/2-2:1.1/input/input3/event3"
[ 13.466] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 11)
[ 13.466] (**) Option "xkb_rules" "evdev"
[ 13.466] (**) Option "xkb_model" "pc104"
[ 13.466] (**) Option "xkb_layout" "us"
[ 13.466] (II) evdev: Logitech USB Receiver: initialized for relative axes.
[ 13.466] (WW) evdev: Logitech USB Receiver: ignoring absolute axes.
[ 13.466] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[ 13.466] (**) Logitech USB Receiver: (accel) acceleration profile 0
[ 13.466] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[ 13.466] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[ 13.466] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
[ 13.466] (II) No input driver specified, ignoring this device.
[ 13.466] (II) This device may have been added with another device file.
[ 13.467] (II) config/udev: Adding input device HDA Intel Line Out Surround (/dev/input/event10)
[ 13.467] (II) No input driver specified, ignoring this device.
[ 13.467] (II) This device may have been added with another device file.
[ 13.467] (II) config/udev: Adding input device HDA Intel Line Out Front (/dev/input/event11)
[ 13.467] (II) No input driver specified, ignoring this device.
[ 13.467] (II) This device may have been added with another device file.
[ 13.467] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event12)
[ 13.467] (II) No input driver specified, ignoring this device.
[ 13.467] (II) This device may have been added with another device file.
[ 13.467] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event13)
[ 13.467] (II) No input driver specified, ignoring this device.
[ 13.467] (II) This device may have been added with another device file.
[ 13.468] (II) config/udev: Adding input device HDA Intel Front Mic (/dev/input/event14)
[ 13.468] (II) No input driver specified, ignoring this device.
[ 13.468] (II) This device may have been added with another device file.
[ 13.468] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event7)
[ 13.468] (II) No input driver specified, ignoring this device.
[ 13.468] (II) This device may have been added with another device file.
[ 13.468] (II) config/udev: Adding input device HDA Intel Line Out Side (/dev/input/event8)
[ 13.468] (II) No input driver specified, ignoring this device.
[ 13.468] (II) This device may have been added with another device file.
[ 13.468] (II) config/udev: Adding input device HDA Intel Line Out CLFE (/dev/input/event9)
[ 13.469] (II) No input driver specified, ignoring this device.
[ 13.469] (II) This device may have been added with another device file.
[ 13.469] (II) config/udev: Adding input device PC Speaker (/dev/input/event15)
[ 13.469] (II) No input driver specified, ignoring this device.
[ 13.469] (II) This device may have been added with another device file.
[ 18.412] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
[ 18.412] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 18.412] (**) NVIDIA(0): device CRT-1 (Using EDID frequencies has been enabled on
[ 18.412] (**) NVIDIA(0): all display devices.)
[ 23.193] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
[ 23.193] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 23.193] (**) NVIDIA(0): device CRT-1 (Using EDID frequencies has been enabled on
[ 23.193] (**) NVIDIA(0): all display devices.)
[ 266.255] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
[ 266.255] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 266.255] (**) NVIDIA(0): device CRT-1 (Using EDID frequencies has been enabled on
[ 266.255] (**) NVIDIA(0): all display devices.)
[ 266.971] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
[ 266.971] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 266.971] (**) NVIDIA(0): device CRT-1 (Using EDID frequencies has been enabled on
[ 266.971] (**) NVIDIA(0): all display devices.)
[ 268.486] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
[ 268.486] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 268.487] (**) NVIDIA(0): device CRT-1 (Using EDID frequencies has been enabled on
[ 268.487] (**) NVIDIA(0): all display devices.)
[ 289.743] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
[ 289.743] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 289.743] (**) NVIDIA(0): device CRT-1 (Using EDID frequencies has been enabled on
[ 289.743] (**) NVIDIA(0): all display devices.)
[ 879.365] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
[ 879.365] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 879.365] (**) NVIDIA(0): device CRT-1 (Using EDID frequencies has been enabled on
[ 879.365] (**) NVIDIA(0): all display devices.)
[ 74720.901] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
[ 74720.901] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 74720.901] (**) NVIDIA(0): device CRT-1 (Using EDID frequencies has been enabled on
[ 74720.901] (**) NVIDIA(0): all display devices.)
[ 74734.644] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
[ 74734.644] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 74734.644] (**) NVIDIA(0): device CRT-1 (Using EDID frequencies has been enabled on
[ 74734.644] (**) NVIDIA(0): all display devices.)
[ 74741.124] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
[ 74741.124] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 74741.124] (**) NVIDIA(0): device CRT-1 (Using EDID frequencies has been enabled on
[ 74741.124] (**) NVIDIA(0): all display devices.)
[ 74741.272] (II) NVIDIA(0): Setting mode "DVI-I-1: 1368x768_60.00 @1368x768 +0+0 {ViewPortIn=1368x768, ViewPortOut=1368x768+0+0}"
[ 74741.409] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
[ 74741.409] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 74741.409] (**) NVIDIA(0): device CRT-1 (Using EDID frequencies has been enabled on
[ 74741.409] (**) NVIDIA(0): all display devices.)
Any suggestions?
Last edited by fuzzyonethree (2013-10-13 23:14:48)

Drop that xorg.conf completely, it doesn't contain any relevant settings. The problem is that the driver can't get the display's EDID:
[ 13.090] (WW) NVIDIA(0): Unable to get display device CRT-1's EDID
Try a different cable. Or, if you can, use a digital connection (DVI, HDMI) instead of VGA.

Similar Messages

  • [SOLVED] Extra resolutions for games with Nvidia drivers

    When using the nouveau drivers, games and other such applications will allow me to select any resolution my screens (one 1920x1080, the other 1680x1050-- the latter of which is to the left of the first) will support, as well as 3600x1080, the combined total (spanning both screens). For instance, I can make something like Tux Racer 1280x800, and either windowed or fullscreen. However, with the Nvidia proprietary drivers, the only resolutions that I can select are 1920x1080, 1680x1050, and 3600x1080. This prevents me from playing windowed games in such a way that they don't cover my whole screen, or playing fullscreen games at lower resolutions for higher performance. How can I use the Nvidia drivers and the "extra" resolutions? (Ideally, all those listed in the Xinerama output below)
    Xrandr outputs this:
    Screen 0: minimum 8 x 8, current 3600 x 1080, maximum 16384 x 16384
    DVI-I-0 connected 1920x1080+1680+0 (normal left inverted right x axis y axis) 510mm x 287mm
    1920x1080 60.0*+
    1680x1050 60.0
    1600x1200 60.0
    1440x900 59.9
    1400x1050 74.8 60.0
    1280x1024 75.0 60.0
    1280x960 60.0
    1280x800 59.8
    1152x864 75.0
    1024x768 75.0 70.1 60.0
    832x624 74.6
    800x600 75.0 72.2 60.3 56.2
    700x525 149.5 120.0
    640x480 75.0 72.8 59.9
    512x384 140.1 120.0
    400x300 144.4
    320x240 145.6 120.1
    DVI-I-1 connected 1680x1050+0+0 (normal left inverted right x axis y axis) 474mm x 296mm
    1680x1050 59.9*+ 60.0
    1440x900 75.0 59.9
    1400x1050 60.0
    1280x1024 75.0 60.0
    1280x960 60.0
    1152x864 75.0
    1024x768 75.0 70.1 60.0
    832x624 74.6
    800x600 75.0 72.2 60.3 56.2
    700x525 149.5 120.0
    640x480 75.0 72.8 59.9
    512x384 140.1 120.0
    400x300 144.4
    320x240 145.6 120.1
    DVI-I-2 disconnected (normal left inverted right x axis y axis)
    HDMI-0 disconnected (normal left inverted right x axis y axis)
    DVI-I-3 disconnected (normal left inverted right x axis y axis)
    My xorg.conf is:
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    Option "Xinerama" "0"
    EndSection
    Section "Files"
    FontPath "/usr/share/fonts/local"
    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 "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Acer G235H"
    HorizSync 30.0 - 83.0
    VertRefresh 56.0 - 75.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce GTS 450"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "Stereo" "0"
    Option "nvidiaXineramaInfoOrder" "CRT-0"
    Option "TwinViewOrientation" "CRT-1 LeftOf CRT-0"
    Option "metamodes" "CRT-0: nvidia-auto-select, CRT-1: nvidia-auto-select"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Last edited by DrKillPatient (2012-07-06 19:29:15)

    brebs wrote:
    Maybe these help:
    http://www.nvnews.net/vbulletin/showthread.php?t=184711
    http://www.nvnews.net/vbulletin/showthread.php?t=184968
    Thanks. The first link worked, in the sense that my games now have all those resolution options, but now there's a new bug.
    To future readers: a solution has been found for this bug as well, see below.
    My metamodes setting now reads:
    Option "metamodes" "CRT-0: nvidia-auto-select, CRT-1: nvidia-auto-select; nvidia-auto-select {ViewPortI n=1920x1080}; nvidia-auto-select {ViewPortIn=1680x1050}; [b]nvidia-auto-select {ViewPortIn=1600x1200};[/b] nvidia-auto-sele ct {ViewPortIn=1440x900}; nvidia-auto-select {ViewPortIn=1400x1050}; nvidia-auto-select {ViewPortIn=1280x1024}; nvi dia-auto-select {ViewPortIn=1280x960}; nvidia-auto-select {ViewPortIn=1280x800}; nvidia-auto-select {ViewPortIn=115 2x864}; nvidia-auto-select {ViewPortIn=1024x768}; nvidia-auto-select {ViewPortIn=832x624}; nvidia-auto-select {View PortIn=800x600}; nvidia-auto-select {ViewPortIn=700x525}; nvidia-auto-select {ViewPortIn=640x480}; nvidia-auto-sele ct {ViewPortIn=512x384}; nvidia-auto-select {ViewPortIn=400x300}; nvidia-auto-select {ViewPortIn=320x240}
    Because I now have included a resolution whose height is 1200 (or so I suppose-- if I remove that part, the issue does not occur), this happens:
    Xrandr output:
    Screen 0: minimum 8 x 8, current 3600 x 1200, maximum 16384 x 16384
    My X screen has the right length, but the wrong height! Now, my desktop seems to span the right area (3600x1080), but if I move my mouse to the bottom of that area, it pans down another 120 pixels. In that area, there's just graphical gibberish, often whatever I had on the screen last time.
    If I use Xrandr to set my screens' output, it works again, butthere a solution within the Nvidia driver settings...
    EDIT: It occurs to me that the setting seems to be taking the largest possible resolution for the X screen based on those metamodes.
    EDIT 2: This is likely intended behavior. The proper virtual resolution (X screen resolution) may be restored by adding
    Virtual 3600 1080
    to the "Display" subsection under the "Screen" section.
    I'll mark this as solved.
    Here's my working xorg.conf, by the way. I've posted only the "Screen" section because that's all I've changed. The rest is in my first post.
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "Stereo" "0"
    Option "nvidiaXineramaInfoOrder" "CRT-0"
    Option "TwinViewOrientation" "CRT-1 LeftOf CRT-0"
    Option "metamodes" "CRT-0: nvidia-auto-select, CRT-1: nvidia-auto-select; nvidia-auto-select {ViewPortIn=1920x1080}; nvidia-auto-select {ViewPortIn=1680x1050}; nvidia-auto-select {ViewPortIn=1600x1200}; nvidia-auto-select {ViewPortIn=1440x900}; nvidia-auto-select {ViewPortIn=1400x1050}; nvidia-auto-select {ViewPortIn=1280x1024}; nvidia-auto-select {ViewPortIn=1280x960}; nvidia-auto-select {ViewPortIn=1280x800}; nvidia-auto-select {ViewPortIn=1152x864}; nvidia-auto-select {ViewPortIn=1024x768}; nvidia-auto-select {ViewPortIn=832x624}; nvidia-auto-select {ViewPortIn=800x600}; nvidia-auto-select {ViewPortIn=700x525}; nvidia-auto-select {ViewPortIn=640x480}; nvidia-auto-select {ViewPortIn=512x384}; nvidia-auto-select {ViewPortIn=400x300}; nvidia-auto-select {ViewPortIn=320x240}"
    SubSection "Display"
    Virtual 3600 1080
    Depth 24
    EndSubSection
    EndSection
    Last edited by DrKillPatient (2012-07-06 19:31:18)

  • [SOLVED] Error with Nvidia Drivers (following the Beginner's Guide)

    I followed the beginner's installation guide and everything worked fine all the way up untill updating the kernel module dependencies using the "depmod -a" command..
    First I created the "xorg.conf" file with the "nvidia-xconfig" command and it said:
    Make sure all instances of DRI are commented out:
    #    Load        "dri"
    However, there are no instances of "dri" in my xorg.conf file, so i skipped this step and moved on.
    Next it said:
    Double check your /etc/X11/xorg.conf to make sure your default depth, horizontal sync, vertical refresh, and resolutions are acceptable.
    But I don't know what they should be set to, so I skipped this and moved on again.
    This is where everything fails:
    The next step is to use the following command to update the kernel module dependencies for the nVidia drivers.
    depmod -a
    But when i do that, it fails.
    Anyone know possibly why or has had this issue?
    Last edited by trusktr (2010-02-19 07:22:32)

    PirateJonno wrote:um, I don't think you can just 'do' a kernel update, you have to wait for a new one to come out first
    You can run any kernel version you wish on Arch, if you compile yourself, of course.
    trustktr wrote:Hmmmm, yeah, that is a good question: When to run depmod -a?
    When you first install the proprietary drivers. That's it, unless you will be maintaining a custom kernel system or something. In fact, the proprietary drivers might even run the depmod script themselves, I don't know, since it is a black box binary. Makes sense, but someone else would need to answer that.
    EDIT: Also wanted to add that many shell commands throw no output whatsoever upon successful completion. Therefore, the absence of error output can be interpreted as no error. Just FYI.
    Last edited by Misfit138 (2010-02-21 02:58:04)

  • Touchsmart IQ 506 Freezes with nvidia drivers installed

    Hello all, i have installed xp tablet edition on my Touchsmart iq506. every driver i located works great. the only problem i am having is with the Nvidia 9300m GS drivers, when i install the nvidia drivers the computer gets just a few seconds past the startup screen and just locks up. video looks great and works fine for about 10 seconds then thats it. i can boot to safe mode and uninstall the nvidia drivers and the computer works normal but with poor resolution so i am def lookin at a video driver problem here, any ideas would be greatly appreciated

    bump??

  • Yet another black screen on TTY with nvidia drivers

    Hi everyone,
    I've just changed my hardware and immediately installed a fresh Arch on it. Everything was fine until I installed the nvidia drivers: from that moment, once the boot is complete I get a normal (and working) GDM login screen, but I cannot switch to TTY with Ctrl+Alt+Fn. If I do, the screen goes black, but even worse, the monitor goes into sleep mode and I cannot get back to X (with Ctrl+Alt+F1).
    The machine is still working correctly though, as I can get access to it via SSH. The only problem is that I cannot use the virtual consoles unless I want to lose all X display until the next reboot (restarting it via systemctl restart gdm doesn't work).
    I also tried lightdm as a replacement but it's still the same.
    However, when using the nouveau driver, everything works as expected and I can switch from one TTY to another as much as I want. Of course, I'd like to keep the nvidia driver for various reasons.
    I found a lot of similar issues on the web and on this forum but none had this "additional little annoying thing" which is the sleep mode that can't be reverted but with a reboot.
    Any help will be appreciated. Thanks in advance.
    My specs:
    - MSI GeForce GTX760
    - Intel i7-4771
    - Gigabyte Z87-D3HP
    - Boot UEFI
    Last edited by nanawel (2014-03-24 14:54:03)

    I found that at https://help.ubuntu.com/community/UEFI
    Set up the BIOS in EFI or Legacy mode
    Some recent computers (>2011) allow to set up the boot either in UEFI mode or in Legacy (not-EFI) mode. The way to carry out this setting depends on the computers, but generally this setting is located in the "Boot order" tab of the BIOS (to access the BIOS screens, it is generally necessary to press a key during the PC startup).
    Note: Some BIOSes (e.g. American Megatrends' "Aptio", found on the Asus vivobook series) call Legacy mode "Compatibility Support Module" or simply "CSM".
    So if that applies to your machine, you might be able to boot Windows7 with UEFI mode and Arch+Nvidia with Legacy BIOS mode, without changing anything to the installation (the BIOS boot loader seems to be compatible wih GPT partition table, but there is to configure something for it to work see https://wiki.archlinux.org/index.php/GPT#BIOS_systems).
    If you can't do that and you really do not want to use the nouveau driver, you have no other choice than to wait for Nvidia to release an UEFI compatible driver, and not to work in tty console mode.
    You can also try to search how some has succeeded to use the efifb frame buffer with the nvidia driver, with special configurations.
    But, apart from the BIOS switch between boot loaders,  the two easiest approaches for you are either to use the nouveau driver or to not work in tty console mode when using the nvidia driver.
    Maybe you could find something better but it will be more complicated, I don't know if you have time and motivation to go this way...
    Nvidia will surely release a UEFI compatible driver sooner or later...
    Regards.
    Last edited by berbae (2014-03-26 14:42:01)

  • Kde screen resolution with nvidia driver

    Hi,
    I am completely new to ArchLinux.  I really enjoyed installing it and its a hoot to play around with!
    I am having a problem getting the screen resolution to work well with the monitor and the resolution with KDE 4.3.  I found that by changing the resolution to 1024x768 and changing the refresh rate to 53 or 54hz, the fonts that otherwise display horribly with the nvidia driver and installed nvidia card will suddenly become beautiful.  I went to Kmenu, Settings, then display settings, and changed the configuration, and everything worked great.
    But on next boot up after I have shut down the computer, X doesn't remember these settings and the fonts look terrible again.  If I open the kmenu again and look at the display settings, they are still set at 1024x768 and 54 hz.  Once I have looked at them, the screen on the monitor goes dark for a second.  Then the computer knows that I want those settings without me changing anything, and adjusts to them without having to hit the apply button.  Then the fonts look great again.
    How can I get the display to start with those settings?  I have tried several configurations of the /etc/X11/xorg.conf file without success, so I need some help.
    Thanks
    Last edited by munguanaweza (2009-11-13 17:06:17)

    I know some time back using nvidia driver with my particular monitor, i had to tell it what resolution/refresh rate to use by default or else X would make a poor choice as to what it wanted the default to be (put me in 800x600 or something like that  by default).  I was able to tell X to default to what I wanted by adding in a Metamode line in my xorg.conf, i think under the screen section. I'm out right now and won't be back to my box to look up exactly what I did, but hopefully this might give a starting point if you havent tried it already.  Metamodes in xorg.conf under the Display section if i remember right.  I specified a resolution there and it now uses that as the default.

  • [solved-ish]hardware / 3D acceleration problems with Nvidia drivers

    Hi,
    I am getting really slow response with 3d applications. I just tried glxgears and am not getting any more than 3 fps!!!!!!!!!!!!!!!
    Any ideas would be appreciated.
    xorg.conf
    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings: version 1.0 (buildmeister@builder63) Fri Aug 14 17:55:55 PDT 2009
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder63) Fri Aug 14 17:54:58 PDT 2009
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "ServerFlags"
    Option "Xinerama" "0"
    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 "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "NCI NEC CI A727"
    HorizSync 30.0 - 70.0
    VertRefresh 50.0 - 150.0
    Option "DPMS"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    VendorName "Unknown"
    ModelName "TV-0"
    HorizSync 28.0 - 55.0
    VertRefresh 43.0 - 72.0
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 6200"
    Option "RenderAccel" "True"
    EndSection
    Section "Device"
    Identifier "Device1"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 6200"
    BusID "PCI:1:0:0"
    Screen 1
    Option "RenderAccel" "True"
    EndSection
    Section "Screen"
    # Removed Option "metamodes" "1280x1024_60 +0+0"
    # Removed Option "metamodes" "CRT: 1280x1024_60 +0+0"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "TwinViewXineramaInfoOrder" "CRT-0"
    Option "metamodes" "1280x1024_60 +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    # Removed Option "metamodes" "TV: 720x480 +0+0"
    Identifier "Screen1"
    Device "Device1"
    Monitor "Monitor1"
    DefaultDepth 16
    Option "TwinView" "0"
    Option "metamodes" "TV: 720x480 +0+0; TV: 640x480 +0+0"
    SubSection "Display"
    Depth 16
    EndSubSection
    EndSection
    I thought this was originally a separate issue to nvidia, original post http://bbs.archlinux.org/viewtopic.php? … 47#p690547
    Last edited by ninjaprawn (2010-02-14 00:56:16)

    Vegita wrote:What I did with my install was (as root):
    Xorg -configure
    then     cp xorg.conf.new /etc/X11/xorg.conf
    and after this I used nvidia-xconfig utility! I did it the same way on many other distros even. And for the very last: try with one nvidia card only.
    followed this to a 't' as below;
    Xorg -configure
    cp xorg.conf.new /etc/X11/xorg.conf
    nvidia-xconfig
    and it produced the following xorg.conf;
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder75) Tue Dec 8 21:04:28 PST 2009
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "dri2"
    Load "dbe"
    Load "extmod"
    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 "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "nvidia"
    VendorName "nVidia Corporation"
    BoardName "NV44A [GeForce 6200]"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    which then  produced the following from glxgears;
    [user@ArchLinux ~]$ glxgears
    Running synchronized to the vertical refresh. The framerate should be
    approximately the same as the monitor refresh rate.
    17 frames in 5.2 seconds = 3.271 FPS
    16 frames in 5.1 seconds = 3.132 FPS
    9 frames in 5.2 seconds = 1.745 FPS
    8 frames in 5.1 seconds = 1.575 FPS
    9 frames in 5.5 seconds = 1.623 FPS
    XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
    after 46 requests (45 known processed) with 0 events remaining.
    [user@ArchLinux ~]$

  • Can't get display to work with nvidia drivers...

    hi everyone,
    on my new system i can't get my nvidia geforce 6600 to work with the proprietary drivers.
    i went through a new xorg.conf hassle to get a working display. vesa driver was suggested, it worked but slowly. nv driver works somewhat slowly as well.
    using nvidia driver 8774, screen goes blank, my monitor fells asleep, and i don't have a clue about what's going on. i cannot switch to a text-based console (ctrl+alt+F2), all i can do i ctrl+alt+backspace to restart (?) X server, and after a few second, my system seems to reboot by itself.
    any advice is appreciated. thanks !
    xorg.conf
    Section "ServerLayout"
    Identifier "Original Layout"
    Screen "Default Screen" 0 0
    InputDevice "Mouse" "CorePointer"
    InputDevice "Keyboard" "CoreKeyboard"
    EndSection
    Section "ServerFlags"
    Option "AllowMouseOpenFail" "true"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc:unscaled"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/PEX"
    # Additional fonts: Locale, Gimp, TTF...
    FontPath "/usr/share/fonts/cyrillic"
    # FontPath "/usr/share/lib/X11/fonts/latin2/75dpi"
    # FontPath "/usr/share/lib/X11/fonts/latin2/100dpi"
    # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/ttf/western"
    FontPath "/usr/share/fonts/ttf/decoratives"
    FontPath "/usr/share/fonts/truetype"
    FontPath "/usr/share/fonts/truetype/openoffice"
    FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath "/usr/share/fonts/latex-ttf-fonts"
    FontPath "/usr/share/fonts/defoma/CID"
    FontPath "/usr/share/fonts/defoma/TrueType"
    EndSection
    Section "Module"
    Load "ddc" # ddc probing of monitor
    Load "dbe"
    # Load "dri"
    # Load "extmod"
    SubSection "extmod"
    Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection
    Load "glx"
    Load "bitmap" # bitmap-fonts
    Load "type1"
    Load "freetype"
    Load "record"
    # Load "speedo"
    EndSection
    Section "InputDevice"
    # Option "XkbVariant" ""
    # Option "XkbOptions" ""
    # Option "XkbDisable"
    Identifier "Keyboard"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "fr"
    Option "AutoRepeat" "500 30"
    EndSection
    Section "InputDevice"
    Identifier "Mouse"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/input/mouse0"
    Option "Buttons" "7"
    Option "ZAxisMapping" "4 5"
    Option "Resolution" "800"
    EndSection
    # Auto-generated by Archie mkxcfg
    Section "Monitor"
    Identifier "Monitor0"
    Option "DPMS" "true"
    # HorizSync 28.0 - 78.0 # Warning: This may fry very old Monitors
    HorizSync 28.0 - 96.0 # Warning: This may fry old Monitors
    VertRefresh 50.0 - 75.0 # Very conservative. May flicker.
    # VertRefresh 50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
    # Default modes distilled from
    # "VESA and Industry Standards and Guide for Computer Display Monitor
    # Timing", version 1.0, revision 0.8, adopted September 17, 1998.
    # $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $
    # 640x350 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "640x350" 31.5 640 672 736 832 350 382 385 445 +hsync -vsync
    # 640x400 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "640x400" 31.5 640 672 736 832 400 401 404 445 -hsync +vsync
    # 720x400 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "720x400" 35.5 720 756 828 936 400 401 404 446 -hsync +vsync
    # 640x480 @ 60Hz (Industry standard) hsync: 31.5kHz
    ModeLine "640x480" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
    # 640x480 @ 72Hz (VESA) hsync: 37.9kHz
    ModeLine "640x480" 31.5 640 664 704 832 480 489 491 520 -hsync -vsync
    # 640x480 @ 75Hz (VESA) hsync: 37.5kHz
    ModeLine "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
    # 640x480 @ 85Hz (VESA) hsync: 43.3kHz
    ModeLine "640x480" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync
    # 800x600 @ 56Hz (VESA) hsync: 35.2kHz
    ModeLine "800x600" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
    # 800x600 @ 60Hz (VESA) hsync: 37.9kHz
    ModeLine "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    # 800x600 @ 72Hz (VESA) hsync: 48.1kHz
    ModeLine "800x600" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
    # 800x600 @ 75Hz (VESA) hsync: 46.9kHz
    ModeLine "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
    # 800x600 @ 85Hz (VESA) hsync: 53.7kHz
    ModeLine "800x600" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
    # 1024x768i @ 43Hz (industry standard) hsync: 35.5kHz
    ModeLine "1024x768" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync Interlace
    # 1024x768 @ 60Hz (VESA) hsync: 48.4kHz
    ModeLine "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
    # 1024x768 @ 70Hz (VESA) hsync: 56.5kHz
    ModeLine "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
    # 1024x768 @ 75Hz (VESA) hsync: 60.0kHz
    ModeLine "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
    # 1024x768 @ 85Hz (VESA) hsync: 68.7kHz
    ModeLine "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
    # 1152x864 @ 75Hz (VESA) hsync: 67.5kHz
    ModeLine "1152x864" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
    # 1280x960 @ 60Hz (VESA) hsync: 60.0kHz
    ModeLine "1280x960" 108.0 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync
    # 1280x960 @ 85Hz (VESA) hsync: 85.9kHz
    ModeLine "1280x960" 148.5 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync
    # 1280x1024 @ 60Hz (VESA) hsync: 64.0kHz
    ModeLine "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    # 1280x1024 @ 75Hz (VESA) hsync: 80.0kHz
    ModeLine "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
    # 1280x1024 @ 85Hz (VESA) hsync: 91.1kHz
    ModeLine "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
    # 1600x1200 @ 60Hz (VESA) hsync: 75.0kHz
    ModeLine "1600x1200" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 65Hz (VESA) hsync: 81.3kHz
    ModeLine "1600x1200" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 70Hz (VESA) hsync: 87.5kHz
    ModeLine "1600x1200" 189.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 75Hz (VESA) hsync: 93.8kHz
    ModeLine "1600x1200" 202.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 85Hz (VESA) hsync: 106.3kHz
    ModeLine "1600x1200" 229.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1792x1344 @ 60Hz (VESA) hsync: 83.6kHz
    ModeLine "1792x1344" 204.8 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync
    # 1792x1344 @ 75Hz (VESA) hsync: 106.3kHz
    ModeLine "1792x1344" 261.0 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync
    # 1856x1392 @ 60Hz (VESA) hsync: 86.3kHz
    ModeLine "1856x1392" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync
    # 1856x1392 @ 75Hz (VESA) hsync: 112.5kHz
    ModeLine "1856x1392" 288.0 1856 1984 2208 2560 1392 1393 1396 1500 -hsync +vsync
    # 1920x1440 @ 60Hz (VESA) hsync: 90.0kHz
    ModeLine "1920x1440" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
    # 1920x1440 @ 75Hz (VESA) hsync: 112.5kHz
    ModeLine "1920x1440" 297.0 1920 2064 2288 2640 1440 1441 1444 1500 -hsync +vsync
    # Additional modelines
    ModeLine "1800x1440" 230 1800 1896 2088 2392 1440 1441 1444 1490 +HSync +VSync
    ModeLine "1800x1440" 250 1800 1896 2088 2392 1440 1441 1444 1490 +HSync +VSync
    # Extended modelines with GTF timings
    # 640x480 @ 100.00 Hz (GTF) hsync: 50.90 kHz; pclk: 43.16 MHz
    ModeLine "640x480" 43.16 640 680 744 848 480 481 484 509 -HSync +Vsync
    # 768x576 @ 60.00 Hz (GTF) hsync: 35.82 kHz; pclk: 34.96 MHz
    ModeLine "768x576" 34.96 768 792 872 976 576 577 580 597 -HSync +Vsync
    # 768x576 @ 72.00 Hz (GTF) hsync: 43.27 kHz; pclk: 42.93 MHz
    ModeLine "768x576" 42.93 768 800 880 992 576 577 580 601 -HSync +Vsync
    # 768x576 @ 75.00 Hz (GTF) hsync: 45.15 kHz; pclk: 45.51 MHz
    ModeLine "768x576" 45.51 768 808 888 1008 576 577 580 602 -HSync +Vsync
    # 768x576 @ 85.00 Hz (GTF) hsync: 51.42 kHz; pclk: 51.84 MHz
    ModeLine "768x576" 51.84 768 808 888 1008 576 577 580 605 -HSync +Vsync
    # 768x576 @ 100.00 Hz (GTF) hsync: 61.10 kHz; pclk: 62.57 MHz
    ModeLine "768x576" 62.57 768 816 896 1024 576 577 580 611 -HSync +Vsync
    # 800x600 @ 100.00 Hz (GTF) hsync: 63.60 kHz; pclk: 68.18 MHz
    ModeLine "800x600" 68.18 800 848 936 1072 600 601 604 636 -HSync +Vsync
    # 1024x768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz
    ModeLine "1024x768" 113.31 1024 1096 1208 1392 768 769 772 814 -HSync +Vsync
    # 1152x864 @ 60.00 Hz (GTF) hsync: 53.70 kHz; pclk: 81.62 MHz
    ModeLine "1152x864" 81.62 1152 1216 1336 1520 864 865 868 895 -HSync +Vsync
    # 1152x864 @ 85.00 Hz (GTF) hsync: 77.10 kHz; pclk: 119.65 MHz
    ModeLine "1152x864" 119.65 1152 1224 1352 1552 864 865 868 907 -HSync +Vsync
    # 1152x864 @ 100.00 Hz (GTF) hsync: 91.50 kHz; pclk: 143.47 MHz
    ModeLine "1152x864" 143.47 1152 1232 1360 1568 864 865 868 915 -HSync +Vsync
    # 1280x960 @ 72.00 Hz (GTF) hsync: 72.07 kHz; pclk: 124.54 MHz
    ModeLine "1280x960" 124.54 1280 1368 1504 1728 960 961 964 1001 -HSync +Vsync
    # 1280x960 @ 75.00 Hz (GTF) hsync: 75.15 kHz; pclk: 129.86 MHz
    ModeLine "1280x960" 129.86 1280 1368 1504 1728 960 961 964 1002 -HSync +Vsync
    # 1280x960 @ 100.00 Hz (GTF) hsync: 101.70 kHz; pclk: 178.99 MHz
    ModeLine "1280x960" 178.99 1280 1376 1520 1760 960 961 964 1017 -HSync +Vsync
    # 1280x1024 @ 100.00 Hz (GTF) hsync: 108.50 kHz; pclk: 190.96 MHz
    ModeLine "1280x1024" 190.96 1280 1376 1520 1760 1024 1025 1028 1085 -HSync +Vsync
    # 1400x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 122.61 MHz
    ModeLine "1400x1050" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -HSync +Vsync
    # 1400x1050 @ 72.00 Hz (GTF) hsync: 78.77 kHz; pclk: 149.34 MHz
    ModeLine "1400x1050" 149.34 1400 1496 1648 1896 1050 1051 1054 1094 -HSync +Vsync
    # 1400x1050 @ 75.00 Hz (GTF) hsync: 82.20 kHz; pclk: 155.85 MHz
    ModeLine "1400x1050" 155.85 1400 1496 1648 1896 1050 1051 1054 1096 -HSync +Vsync
    # 1400x1050 @ 85.00 Hz (GTF) hsync: 93.76 kHz; pclk: 179.26 MHz
    ModeLine "1400x1050" 179.26 1400 1504 1656 1912 1050 1051 1054 1103 -HSync +Vsync
    # 1400x1050 @ 100.00 Hz (GTF) hsync: 111.20 kHz; pclk: 214.39 MHz
    ModeLine "1400x1050" 214.39 1400 1512 1664 1928 1050 1051 1054 1112 -HSync +Vsync
    # 1600x1200 @ 100.00 Hz (GTF) hsync: 127.10 kHz; pclk: 280.64 MHz
    ModeLine "1600x1200" 280.64 1600 1728 1904 2208 1200 1201 1204 1271 -HSync +Vsync
    EndSection
    # Auto-generated by Archie mkxcfg
    Section "Device"
    Identifier "Card0"
    Driver "nv"
    VendorName "All"
    BoardName "All"
    EndSection
    #Section "Device"
    # Insert Clocks lines here if appropriate
    # ChipSet "GeForce2 MX/MX 400"
    # Card "nv GeForce2 MX/MX 400"
    # Identifier "card0"
    # Driver "nvidia"
    # Option "Coolbits" "1"
    # Option "CursorShadow" "true"
    # Option "NoLogo" "1"
    # Option "NvAGP" "1"
    # Option "AllowGLXWithComposite" "true"
    # Option "RenderAccel" "true"
    # Option "backingstore" "true"
    # Option "UseEdidFreqs" "false"
    #EndSection
    Section "Screen"
    Identifier "Default Screen"
    Device "Card0"
    Monitor "Monitor0"
    DefaultColorDepth 16
    SubSection "Display"
    Depth 1
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 32
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    #Section "DRI"
    # Mode 0666
    #EndSection
    #Section "Extensions"
    # Option "Composite" "Enable"
    # Option "RENDER" "Enable"
    #EndSection
    Xorg.0.log
    X Window System Version 7.1.1
    Release Date: 12 May 2006
    X Protocol Version 11, Revision 0, Release 7.1.1
    Build Operating System: UNKNOWN
    Current Operating System: Linux hal 2.6.18-ARCH #1 SMP PREEMPT Mon Oct 16 10:36:48 CEST 2006 i686
    Build Date: 19 September 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: Thu Oct 19 15:59:00 2006
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Original Layout"
    (**) |-->Screen "Default Screen" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Mouse"
    (**) |-->Input Device "Keyboard"
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) XKB: rules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) XKB: model: "pc105"
    (**) Option "XkbLayout" "fr"
    (**) XKB: layout: "fr"
    (==) Keyboard: CustomKeycode disabled
    (WW) The directory "/usr/share/fonts/PEX" does not exist.
    Entry deleted from font path.
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/cyrillic".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/cyrillic").
    (WW) The directory "/usr/share/fonts/ttf/western" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/ttf/decoratives" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype/openoffice" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype/ttf-bitstream-vera" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/latex-ttf-fonts" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/defoma/CID" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/defoma/TrueType" does not exist.
    Entry deleted from font path.
    (**) FontPath set to:
    /usr/share/fonts/misc:unscaled,
    /usr/share/fonts/misc,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/75dpi,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/100dpi,
    /usr/share/fonts/Type1
    (**) RgbPath set to "/usr/share/X11/rgb"
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (**) Option "AllowMouseOpenFail" "true"
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 1.0
    X.Org XInput driver : 0.6
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
    (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.1.1, module version = 1.0.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (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.1.1, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.0
    (--) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 10de,01e0 card 1043,80ac rev c1 class 06,00,00 hdr 80
    (II) PCI: 00:00:1: chip 10de,01eb card 10de,0c17 rev c1 class 05,00,00 hdr 80
    (II) PCI: 00:00:2: chip 10de,01ee card 10de,0c17 rev c1 class 05,00,00 hdr 80
    (II) PCI: 00:00:3: chip 10de,01ed card 10de,0c17 rev c1 class 05,00,00 hdr 80
    (II) PCI: 00:00:4: chip 10de,01ec card 10de,0c17 rev c1 class 05,00,00 hdr 80
    (II) PCI: 00:00:5: chip 10de,01ef card 10de,0c17 rev c1 class 05,00,00 hdr 80
    (II) PCI: 00:01:0: chip 10de,0060 card 1043,80ad rev a4 class 06,01,00 hdr 80
    (II) PCI: 00:01:1: chip 10de,0064 card 1043,0c11 rev a2 class 0c,05,00 hdr 80
    (II) PCI: 00:02:0: chip 10de,0067 card 1043,0c11 rev a4 class 0c,03,10 hdr 80
    (II) PCI: 00:02:1: chip 10de,0067 card 1043,0c11 rev a4 class 0c,03,10 hdr 80
    (II) PCI: 00:04:0: chip 10de,0066 card 1043,80a7 rev a1 class 02,00,00 hdr 00
    (II) PCI: 00:05:0: chip 10de,006b card 1043,0c11 rev a2 class 04,01,00 hdr 00
    (II) PCI: 00:06:0: chip 10de,006a card 1043,8095 rev a1 class 04,01,00 hdr 00
    (II) PCI: 00:08:0: chip 10de,006c card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 00:09:0: chip 10de,0065 card 1043,0c11 rev a2 class 01,01,8a hdr 00
    (II) PCI: 00:0c:0: chip 10de,006d card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 00:0d:0: chip 10de,006e card 1043,809a rev a3 class 0c,00,10 hdr 00
    (II) PCI: 00:1e:0: chip 10de,01e8 card 0000,0000 rev c1 class 06,04,00 hdr 01
    (II) PCI: 01:07:0: chip 1102,0002 card 1102,8026 rev 07 class 04,01,00 hdr 80
    (II) PCI: 01:07:1: chip 1102,7002 card 1102,0020 rev 07 class 09,80,00 hdr 80
    (II) PCI: 01:09:0: chip 109e,036e card 0070,13eb rev 11 class 04,00,00 hdr 80
    (II) PCI: 01:09:1: chip 109e,0878 card 0070,13eb rev 11 class 04,80,00 hdr 80
    (II) PCI: 01:0a:0: chip 10ec,8139 card 4554,434e rev 10 class 02,00,00 hdr 00
    (II) PCI: 01:0b:0: chip 1095,3112 card 1095,6112 rev 02 class 01,04,00 hdr 00
    (II) PCI: 02:01:0: chip 10b7,9201 card 1043,80ab rev 40 class 02,00,00 hdr 00
    (II) PCI: 03:00:0: chip 10de,00f2 card 0000,0000 rev a2 class 03,00,00 hdr 00
    (II) PCI: End of PCI scan
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,3), 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-ISA bridge:
    (II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:8:0), (0,1,1), BCTRL: 0x0002 (VGA_EN is cleared)
    (II) Bus 1 I/O range:
    [0] -1 0 0x0000a000 - 0x0000bfff (0x2000) IX[b]
    (II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xda000000 - 0xdbffffff (0x2000000) MX[b]
    (II) Bus 1 prefetchable memory range:
    [0] -1 0 0xd4000000 - 0xd4ffffff (0x1000000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:12:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
    [0] -1 0 0x0000c000 - 0x0000cfff (0x1000) IX[b]
    (II) Bus 2 non-prefetchable memory range:
    [0] -1 0 0xd5000000 - 0xd6ffffff (0x2000000) MX[b]
    (II) Bus 2 prefetchable memory range:
    [0] -1 0 0x50000000 - 0x500fffff (0x100000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 3: bridge is at (0:30:0), (0,3,3), BCTRL: 0x000a (VGA_EN is set)
    (II) Bus 3 non-prefetchable memory range:
    [0] -1 0 0xd7000000 - 0xd9ffffff (0x3000000) MX[b]
    (II) Bus 3 prefetchable memory range:
    [0] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b]
    (--) PCI: (1:9:0) Brooktree Corporation Bt878 Video Capture rev 17, Mem @ 0xd4000000/12
    (--) PCI:*(3:0:0) nVidia Corporation NV43 [GeForce 6600/GeForce 6600 GT] rev 162, Mem @ 0xd7000000/24, 0xc0000000/28, 0xd8000000/24
    (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 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) PCI Memory resource overlap reduced 0xd0000000 from 0xd3ffffff to 0xcfffffff
    (II) Active PCI resource ranges:
    [0] -1 0 0xd6000000 - 0xd600007f (0x80) MX[b]
    [1] -1 0 0xdb000000 - 0xdb0001ff (0x200) MX[b]
    [2] -1 0 0xdb001000 - 0xdb0010ff (0x100) MX[b]
    [3] -1 0 0xd4001000 - 0xd4001fff (0x1000) MX[b]
    [4] -1 0 0xdc085000 - 0xdc08503f (0x40) MX[b]
    [5] -1 0 0xdc084000 - 0xdc0847ff (0x800) MX[b]
    [6] -1 0 0xdc087000 - 0xdc087fff (0x1000) MX[b]
    [7] -1 0 0xdc000000 - 0xdc07ffff (0x80000) MX[b]
    [8] -1 0 0xdc083000 - 0xdc083fff (0x1000) MX[b]
    [9] -1 0 0xdc081000 - 0xdc081fff (0x1000) MX[b]
    [10] -1 0 0xdc086000 - 0xdc086fff (0x1000) MX[b]
    [11] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [12] -1 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[b](B)
    [13] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [14] -1 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[b](B)
    [15] -1 0 0xd4000000 - 0xd4000fff (0x1000) MX[b](B)
    [16] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[b]
    [17] -1 0 0x0000bc00 - 0x0000bc0f (0x10) IX[b]
    [18] -1 0 0x0000b800 - 0x0000b803 (0x4) IX[b]
    [19] -1 0 0x0000b400 - 0x0000b407 (0x8) IX[b]
    [20] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[b]
    [21] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[b]
    [22] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b]
    [23] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[b]
    [24] -1 0 0x0000a000 - 0x0000a01f (0x20) IX[b]
    [25] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
    [26] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[b]
    [27] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [28] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[b]
    [29] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[b]
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xd6000000 - 0xd600007f (0x80) MX[b]
    [1] -1 0 0xdb000000 - 0xdb0001ff (0x200) MX[b]
    [2] -1 0 0xdb001000 - 0xdb0010ff (0x100) MX[b]
    [3] -1 0 0xd4001000 - 0xd4001fff (0x1000) MX[b]
    [4] -1 0 0xdc085000 - 0xdc08503f (0x40) MX[b]
    [5] -1 0 0xdc084000 - 0xdc0847ff (0x800) MX[b]
    [6] -1 0 0xdc087000 - 0xdc087fff (0x1000) MX[b]
    [7] -1 0 0xdc000000 - 0xdc07ffff (0x80000) MX[b]
    [8] -1 0 0xdc083000 - 0xdc083fff (0x1000) MX[b]
    [9] -1 0 0xdc081000 - 0xdc081fff (0x1000) MX[b]
    [10] -1 0 0xdc086000 - 0xdc086fff (0x1000) MX[b]
    [11] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [12] -1 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[b](B)
    [13] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [14] -1 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[b](B)
    [15] -1 0 0xd4000000 - 0xd4000fff (0x1000) MX[b](B)
    [16] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[b]
    [17] -1 0 0x0000bc00 - 0x0000bc0f (0x10) IX[b]
    [18] -1 0 0x0000b800 - 0x0000b803 (0x4) IX[b]
    [19] -1 0 0x0000b400 - 0x0000b407 (0x8) IX[b]
    [20] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[b]
    [21] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[b]
    [22] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b]
    [23] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[b]
    [24] -1 0 0x0000a000 - 0x0000a01f (0x20) IX[b]
    [25] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
    [26] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[b]
    [27] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [28] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[b]
    [29] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[b]
    (II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) All system resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xd6000000 - 0xd600007f (0x80) MX[b]
    [5] -1 0 0xdb000000 - 0xdb0001ff (0x200) MX[b]
    [6] -1 0 0xdb001000 - 0xdb0010ff (0x100) MX[b]
    [7] -1 0 0xd4001000 - 0xd4001fff (0x1000) MX[b]
    [8] -1 0 0xdc085000 - 0xdc08503f (0x40) MX[b]
    [9] -1 0 0xdc084000 - 0xdc0847ff (0x800) MX[b]
    [10] -1 0 0xdc087000 - 0xdc087fff (0x1000) MX[b]
    [11] -1 0 0xdc000000 - 0xdc07ffff (0x80000) MX[b]
    [12] -1 0 0xdc083000 - 0xdc083fff (0x1000) MX[b]
    [13] -1 0 0xdc081000 - 0xdc081fff (0x1000) MX[b]
    [14] -1 0 0xdc086000 - 0xdc086fff (0x1000) MX[b]
    [15] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [16] -1 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[b](B)
    [17] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [18] -1 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[b](B)
    [19] -1 0 0xd4000000 - 0xd4000fff (0x1000) MX[b](B)
    [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [21] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [22] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[b]
    [23] -1 0 0x0000bc00 - 0x0000bc0f (0x10) IX[b]
    [24] -1 0 0x0000b800 - 0x0000b803 (0x4) IX[b]
    [25] -1 0 0x0000b400 - 0x0000b407 (0x8) IX[b]
    [26] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[b]
    [27] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[b]
    [28] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b]
    [29] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[b]
    [30] -1 0 0x0000a000 - 0x0000a01f (0x20) IX[b]
    [31] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
    [32] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[b]
    [33] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [34] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[b]
    [35] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[b]
    (II) LoadModule: "ddc"
    (II) Loading /usr/lib/xorg/modules/libddc.so
    (II) Module ddc: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.0
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "glx"
    (II) Loading /usr/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: "type1"
    (II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
    (II) Module type1: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.2
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font Type1
    (II) LoadModule: "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.1.1, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font FreeType
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension RECORD
    (II) LoadModule: "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: "mouse"
    (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.1.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.6
    (II) LoadModule: "keyboard"
    (II) Loading /usr/lib/xorg/modules/input/keyboard_drv.so
    (II) Module keyboard: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.6
    (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 03:00:0
    (--) Assigning device section with no busID to primary device
    (--) Chipset NVIDIA GPU found
    (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.1.1, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
    (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.1.1, module version = 0.1.0
    ABI class: X.Org Video Driver, version 1.0
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xd6000000 - 0xd600007f (0x80) MX[b]
    [5] -1 0 0xdb000000 - 0xdb0001ff (0x200) MX[b]
    [6] -1 0 0xdb001000 - 0xdb0010ff (0x100) MX[b]
    [7] -1 0 0xd4001000 - 0xd4001fff (0x1000) MX[b]
    [8] -1 0 0xdc085000 - 0xdc08503f (0x40) MX[b]
    [9] -1 0 0xdc084000 - 0xdc0847ff (0x800) MX[b]
    [10] -1 0 0xdc087000 - 0xdc087fff (0x1000) MX[b]
    [11] -1 0 0xdc000000 - 0xdc07ffff (0x80000) MX[b]
    [12] -1 0 0xdc083000 - 0xdc083fff (0x1000) MX[b]
    [13] -1 0 0xdc081000 - 0xdc081fff (0x1000) MX[b]
    [14] -1 0 0xdc086000 - 0xdc086fff (0x1000) MX[b]
    [15] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [16] -1 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[b](B)
    [17] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [18] -1 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[b](B)
    [19] -1 0 0xd4000000 - 0xd4000fff (0x1000) MX[b](B)
    [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [21] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [22] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[b]
    [23] -1 0 0x0000bc00 - 0x0000bc0f (0x10) IX[b]
    [24] -1 0 0x0000b800 - 0x0000b803 (0x4) IX[b]
    [25] -1 0 0x0000b400 - 0x0000b407 (0x8) IX[b]
    [26] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[b]
    [27] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[b]
    [28] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b]
    [29] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[b]
    [30] -1 0 0x0000a000 - 0x0000a01f (0x20) IX[b]
    [31] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
    [32] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[b]
    [33] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [34] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[b]
    [35] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[b]
    (II) resource ranges after probing:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xd6000000 - 0xd600007f (0x80) MX[b]
    [5] -1 0 0xdb000000 - 0xdb0001ff (0x200) MX[b]
    [6] -1 0 0xdb001000 - 0xdb0010ff (0x100) MX[b]
    [7] -1 0 0xd4001000 - 0xd4001fff (0x1000) MX[b]
    [8] -1 0 0xdc085000 - 0xdc08503f (0x40) MX[b]
    [9] -1 0 0xdc084000 - 0xdc0847ff (0x800) MX[b]
    [10] -1 0 0xdc087000 - 0xdc087fff (0x1000) MX[b]
    [11] -1 0 0xdc000000 - 0xdc07ffff (0x80000) MX[b]
    [12] -1 0 0xdc083000 - 0xdc083fff (0x1000) MX[b]
    [13] -1 0 0xdc081000 - 0xdc081fff (0x1000) MX[b]
    [14] -1 0 0xdc086000 - 0xdc086fff (0x1000) MX[b]
    [15] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [16] -1 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[b](B)
    [17] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [18] -1 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[b](B)
    [19] -1 0 0xd4000000 - 0xd4000fff (0x1000) MX[b](B)
    [20] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [21] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [22] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [23] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [24] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [25] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[b]
    [26] -1 0 0x0000bc00 - 0x0000bc0f (0x10) IX[b]
    [27] -1 0 0x0000b800 - 0x0000b803 (0x4) IX[b]
    [28] -1 0 0x0000b400 - 0x0000b407 (0x8) IX[b]
    [29] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[b]
    [30] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[b]
    [31] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b]
    [32] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[b]
    [33] -1 0 0x0000a000 - 0x0000a01f (0x20) IX[b]
    [34] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
    [35] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[b]
    [36] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [37] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[b]
    [38] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[b]
    [39] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [40] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (**) NVIDIA(0): Depth 16, (--) framebuffer bpp 16
    (==) NVIDIA(0): RGB weight 565
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Enabling RENDER acceleration
    (II) NVIDIA(0): NVIDIA GPU GeForce Go 6600 GT at PCI:3:0:0
    (--) NVIDIA(0): VideoRAM: 262144 kBytes
    (--) NVIDIA(0): VideoBIOS: 05.43.02.61.00
    (II) NVIDIA(0): Detected PCI Express Link width: 16X
    (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) NVIDIA(0): Connected display device(s) on GeForce Go 6600 GT at
    (--) NVIDIA(0): PCI:3:0:0:
    (--) NVIDIA(0): Iiyama AS4314UT (CRT-0)
    (--) NVIDIA(0): Iiyama AS4314UT (CRT-0): 400.0 MHz maximum pixel clock
    (II) NVIDIA(0): Assigned Display Device: CRT-0
    (II) NVIDIA(0): Validated modes:
    (II) NVIDIA(0): "1280x1024"
    (II) NVIDIA(0): "1024x768"
    (II) NVIDIA(0): "800x600"
    (II) NVIDIA(0): "640x480"
    (II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
    (--) NVIDIA(0): DPI set to (95, 96); computed from "UseEdidDpi" X config option
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] 0 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[b]
    [1] 0 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b]
    [2] 0 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[b]
    [3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [7] -1 0 0xd6000000 - 0xd600007f (0x80) MX[b]
    [8] -1 0 0xdb000000 - 0xdb0001ff (0x200) MX[b]
    [9] -1 0 0xdb001000 - 0xdb0010ff (0x100) MX[b]
    [10] -1 0 0xd4001000 - 0xd4001fff (0x1000) MX[b]
    [11] -1 0 0xdc085000 - 0xdc08503f (0x40) MX[b]
    [12] -1 0 0xdc084000 - 0xdc0847ff (0x800) MX[b]
    [13] -1 0 0xdc087000 - 0xdc087fff (0x1000) MX[b]
    [14] -1 0 0xdc000000 - 0xdc07ffff (0x80000) MX[b]
    [15] -1 0 0xdc083000 - 0xdc083fff (0x1000) MX[b]
    [16] -1 0 0xdc081000 - 0xdc081fff (0x1000) MX[b]
    [17] -1 0 0xdc086000 - 0xdc086fff (0x1000) MX[b]
    [18] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [19] -1 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[b](B)
    [20] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [21] -1 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[b](B)
    [22] -1 0 0xd4000000 - 0xd4000fff (0x1000) MX[b](B)
    [23] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
    [24] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
    [25] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
    [26] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [27] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [28] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[b]
    [29] -1 0 0x0000bc00 - 0x0000bc0f (0x10) IX[b]
    [30] -1 0 0x0000b800 - 0x0000b803 (0x4) IX[b]
    [31] -1 0 0x0000b400 - 0x0000b407 (0x8) IX[b]
    [32] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[b]
    [33] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[b]
    [34] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b]
    [35] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[b]
    [36] -1 0 0x0000a000 - 0x0000a01f (0x20) IX[b]
    [37] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
    [38] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[b]
    [39] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [40] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[b]
    [41] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[b]
    [42] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [43] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (WW) NVIDIA(0): WAIT (2, 6, 0x8000, 0x00000000, 0x00000508, 0)
    (WW) NVIDIA(0): WAIT (1, 6, 0x8000, 0x00000000, 0x00000508, 0)
    (II) NVIDIA(0): Setting mode "1280x1024"
    (WW) NVIDIA(0): WAIT (2, 1, 0x8000, 0x00000000, 0x000005a8, 0)
    (WW) NVIDIA(0): WAIT (1, 1, 0x8000, 0x00000000, 0x000005a8, 0)
    (II) Loading extension NV-GLX
    (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
    (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (**) Option "dpms" "true"
    (**) NVIDIA(0): DPMS enabled
    (II) Loading extension NV-CONTROL
    (WW) NVIDIA(0): WAIT (2, 3, 0x8000, 0x00000000, 0x00000aec, 0)
    (WW) NVIDIA(0): WAIT (1, 3, 0x8000, 0x00000000, 0x00000aec, 0)
    (WW) NVIDIA(0): WAIT (2, 6, 0x8000, 0x00000000, 0x00000b1c, 0)
    (WW) NVIDIA(0): WAIT (1, 6, 0x8000, 0x00000000, 0x00000b1c, 0)
    (==) RandR enabled
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-APPGROUP
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension XFree86-Bigfont
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing built-in extension XEVIE
    (II) Initializing extension GLX
    (**) Option "Protocol" "ExplorerPS/2"
    (**) Mouse: Device: "/dev/input/mouse0"
    (**) Mouse: Protocol: "ExplorerPS/2"
    (**) Option "CorePointer"
    (**) Mouse: Core Pointer
    (**) Option "Device" "/dev/input/mouse0"
    (**) Option "Buttons" "7"
    (==) Mouse: Emulate3Buttons, Emulate3Timeout: 50
    (**) Option "ZAxisMapping" "4 5"
    (**) Mouse: ZAxisMapping: buttons 4 and 5
    (**) Mouse: Buttons: 11
    (**) Option "Resolution" "800"
    (**) Mouse: Resolution: 800
    (**) Option "CoreKeyboard"
    (**) Keyboard: Core Keyboard
    (**) Option "Protocol" "standard"
    (**) Keyboard: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) Keyboard: XkbRules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) Keyboard: XkbModel: "pc105"
    (**) Option "XkbLayout" "fr"
    (**) Keyboard: XkbLayout: "fr"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard: CustomKeycodes disabled
    (II) XINPUT: Adding extended input device "Keyboard" (type: KEYBOARD)
    (II) XINPUT: Adding extended input device "Mouse" (type: MOUSE)
    (II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
    (II) Mouse: ps2EnableDataReporting: succeeded
    (WW) NVIDIA(0): WAIT (2, 6, 0x8000, 0x00000000, 0x00000ba4, 0)

    here's my latest attempt, thanks to chrismortimore :
    xorg.conf
    Section "ServerLayout"
    Identifier "Simple Layout"
    Screen "Default Screen" 0 0
    InputDevice "Mouse" "CorePointer"
    InputDevice "Keyboard" "CoreKeyboard"
    EndSection
    Section "Files"
    # FontPath "/usr/share/fonts/corefonts"
    # FontPath "/usr/share/fonts/CID"
    # FontPath "/usr/share/fonts/Speedo"
    # FontPath "/usr/share/fonts/TrueType/"
    # FontPath "/usr/share/fonts/freefont/"
    # ModulePath "/usr/X11R6/lib/modules"
    # RgbPath "/usr/share/X11/rgb"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi"
    # FontPath "/usr/share/fonts/local"
    EndSection
    Section "Module"
    # Load "dri"
    # SubSection "extmod"
    # Option "omit xfree86-dga" # don't initialise the DGA extension
    # EndSubSection
    Load "type1"
    # Load "speedo"
    Load "freetype"
    # Load "xtt"
    Load "glx"
    # Load "v4l"
    Load "bitmap"
    Load "dbe"
    Load "ddc"
    Load "extmod"
    Load "int10"
    Load "record"
    Load "vbe"
    EndSection
    Section "InputDevice"
    # Option "XkbVariant" "nodeadkeys"
    Option "XkbRules" "xorg"
    # Option "XkbOptions" ""
    # Option "XkbDisable"
    Identifier "Keyboard"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "fr"
    Option "AutoRepeat" "500 30"
    EndSection
    Section "InputDevice"
    Identifier "Mouse"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/input/mice"
    Option "SendCoreEvents" "true"
    # Option "Emulate3Buttons" "true"
    Option "Buttons" "7"
    Option "ZAxisMapping" "4 5"
    Option "ButtonMapping" "1 2 3 6 7"
    Option "Resolution" "800"
    Option "Corepointer"
    EndSection
    Section "Monitor"
    Identifier "Monitor"
    HorizSync 30.0 - 130.0
    VertRefresh 50.0 - 160.0
    # Option "DPMS"
    EndSection
    #Section "Device"
    # BusID "PCI:0:10:0"
    # VideoRam 256
    # Clocks 25.2 28.3
    # Identifier "Standard VGA"
    # Driver "vga"
    # VendorName "Unknown"
    # BoardName "Unknown"
    #EndSection
    Section "Device"
    # Insert Clocks lines here if appropriate
    # ChipSet "GeForce2 MX/MX 400"
    # Card "nv GeForce2 MX/MX 400"
    Identifier "NVIDIA GeForce 6600"
    Driver "nvidia"
    # Option "Coolbits" "1"
    # Option "CursorShadow" "true"
    # Option "NoLogo" "1"
    # Option "NvAGP" "1"
    # Option "AllowGLXWithComposite" "true"
    # Option "RenderAccel" "true"
    # Option "backingstore" "true"
    # Option "UseEdidFreqs" "false"
    EndSection
    Section "Screen"
    Identifier "Default Screen"
    Device "NVIDIA GeForce 6600"
    Monitor "Monitor"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 8
    Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "true"
    # Option "RENDER" "Enable"
    EndSection
    here's the resulting Xorg.0.log
    X Window System Version 7.1.1
    Release Date: 12 May 2006
    X Protocol Version 11, Revision 0, Release 7.1.1
    Build Operating System: UNKNOWN
    Current Operating System: Linux hal 2.6.18-ARCH #1 SMP PREEMPT Sat Oct 21 13:20:13 CEST 2006 i686
    Build Date: 19 September 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: Thu Oct 26 13:40:28 2006
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Simple Layout"
    (**) |-->Screen "Default Screen" (0)
    (**) | |-->Monitor "Monitor"
    (**) | |-->Device "NVIDIA GeForce 6600"
    (**) |-->Input Device "Mouse"
    (**) |-->Input Device "Keyboard"
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    /usr/share/fonts/75dpi,
    /usr/share/fonts/100dpi
    (==) RgbPath set to "/usr/share/X11/rgb"
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (**) Extension "Composite" is enabled
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 1.0
    X.Org XInput driver : 0.6
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
    (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.1.1, module version = 1.0.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (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.1.1, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.0
    (++) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 10de,01e0 card 1043,80ac rev c1 class 06,00,00 hdr 80
    (II) PCI: 00:00:1: chip 10de,01eb card 10de,0c17 rev c1 class 05,00,00 hdr 80
    (II) PCI: 00:00:2: chip 10de,01ee card 10de,0c17 rev c1 class 05,00,00 hdr 80
    (II) PCI: 00:00:3: chip 10de,01ed card 10de,0c17 rev c1 class 05,00,00 hdr 80
    (II) PCI: 00:00:4: chip 10de,01ec card 10de,0c17 rev c1 class 05,00,00 hdr 80
    (II) PCI: 00:00:5: chip 10de,01ef card 10de,0c17 rev c1 class 05,00,00 hdr 80
    (II) PCI: 00:01:0: chip 10de,0060 card 1043,80ad rev a4 class 06,01,00 hdr 80
    (II) PCI: 00:01:1: chip 10de,0064 card 1043,0c11 rev a2 class 0c,05,00 hdr 80
    (II) PCI: 00:02:0: chip 10de,0067 card 1043,0c11 rev a4 class 0c,03,10 hdr 80
    (II) PCI: 00:02:1: chip 10de,0067 card 1043,0c11 rev a4 class 0c,03,10 hdr 80
    (II) PCI: 00:04:0: chip 10de,0066 card 1043,80a7 rev a1 class 02,00,00 hdr 00
    (II) PCI: 00:05:0: chip 10de,006b card 1043,0c11 rev a2 class 04,01,00 hdr 00
    (II) PCI: 00:06:0: chip 10de,006a card 1043,8095 rev a1 class 04,01,00 hdr 00
    (II) PCI: 00:08:0: chip 10de,006c card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 00:09:0: chip 10de,0065 card 1043,0c11 rev a2 class 01,01,8a hdr 00
    (II) PCI: 00:0c:0: chip 10de,006d card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 00:0d:0: chip 10de,006e card 1043,809a rev a3 class 0c,00,10 hdr 00
    (II) PCI: 00:1e:0: chip 10de,01e8 card 0000,0000 rev c1 class 06,04,00 hdr 01
    (II) PCI: 01:09:0: chip 109e,036e card 0070,13eb rev 11 class 04,00,00 hdr 80
    (II) PCI: 01:09:1: chip 109e,0878 card 0070,13eb rev 11 class 04,80,00 hdr 80
    (II) PCI: 01:0a:0: chip 10ec,8139 card 4554,434e rev 10 class 02,00,00 hdr 00
    (II) PCI: 01:0b:0: chip 1095,3112 card 1095,6112 rev 02 class 01,04,00 hdr 00
    (II) PCI: 02:01:0: chip 10b7,9201 card 1043,80ab rev 40 class 02,00,00 hdr 00
    (II) PCI: 03:00:0: chip 10de,00f2 card 0000,0000 rev a2 class 03,00,00 hdr 00
    (II) PCI: End of PCI scan
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,3), 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-ISA bridge:
    (II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:8:0), (0,1,1), BCTRL: 0x0002 (VGA_EN is cleared)
    (II) Bus 1 I/O range:
    [0] -1 0 0x0000a000 - 0x0000bfff (0x2000) IX[B]
    (II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xda000000 - 0xdbffffff (0x2000000) MX[B]
    (II) Bus 1 prefetchable memory range:
    [0] -1 0 0xd4000000 - 0xd4ffffff (0x1000000) MX[B]
    (II) PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:12:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
    [0] -1 0 0x0000c000 - 0x0000cfff (0x1000) IX[B]
    (II) Bus 2 non-prefetchable memory range:
    [0] -1 0 0xd5000000 - 0xd6ffffff (0x2000000) MX[B]
    (II) Bus 2 prefetchable memory range:
    [0] -1 0 0x50000000 - 0x500fffff (0x100000) MX[B]
    (II) PCI-to-PCI bridge:
    (II) Bus 3: bridge is at (0:30:0), (0,3,3), BCTRL: 0x000a (VGA_EN is set)
    (II) Bus 3 non-prefetchable memory range:
    [0] -1 0 0xd7000000 - 0xd9ffffff (0x3000000) MX[B]
    (II) Bus 3 prefetchable memory range:
    [0] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B]
    (--) PCI: (1:9:0) Brooktree Corporation Bt878 Video Capture rev 17, Mem @ 0xd4000000/12
    (--) PCI:*(3:0:0) nVidia Corporation NV43 [GeForce 6600/GeForce 6600 GT] rev 162, Mem @ 0xd7000000/24, 0xc0000000/28, 0xd8000000/24
    (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 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    (II) PCI Memory resource overlap reduced 0xd0000000 from 0xd3ffffff to 0xcfffffff
    (II) Active PCI resource ranges:
    [0] -1 0 0xd6000000 - 0xd600007f (0x80) MX[B]
    [1] -1 0 0xdb000000 - 0xdb0001ff (0x200) MX[B]
    [2] -1 0 0xdb001000 - 0xdb0010ff (0x100) MX[B]
    [3] -1 0 0xd4001000 - 0xd4001fff (0x1000) MX[B]
    [4] -1 0 0xdc085000 - 0xdc08503f (0x40) MX[B]
    [5] -1 0 0xdc084000 - 0xdc0847ff (0x800) MX[B]
    [6] -1 0 0xdc087000 - 0xdc087fff (0x1000) MX[B]
    [7] -1 0 0xdc000000 - 0xdc07ffff (0x80000) MX[B]
    [8] -1 0 0xdc083000 - 0xdc083fff (0x1000) MX[B]
    [9] -1 0 0xdc081000 - 0xdc081fff (0x1000) MX[B]
    [10] -1 0 0xdc086000 - 0xdc086fff (0x1000) MX[B]
    [11] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
    [12] -1 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[B](B)
    [13] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
    [14] -1 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[B](B)
    [15] -1 0 0xd4000000 - 0xd4000fff (0x1000) MX[B](B)
    [16] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[B]
    [17] -1 0 0x0000b400 - 0x0000b40f (0x10) IX[B]
    [18] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[B]
    [19] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[B]
    [20] -1 0 0x0000a800 - 0x0000a803 (0x4) IX[B]
    [21] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B]
    [22] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
    [23] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
    [24] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[B]
    [25] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]
    [26] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B]
    [27] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xd6000000 - 0xd600007f (0x80) MX[B]
    [1] -1 0 0xdb000000 - 0xdb0001ff (0x200) MX[B]
    [2] -1 0 0xdb001000 - 0xdb0010ff (0x100) MX[B]
    [3] -1 0 0xd4001000 - 0xd4001fff (0x1000) MX[B]
    [4] -1 0 0xdc085000 - 0xdc08503f (0x40) MX[B]
    [5] -1 0 0xdc084000 - 0xdc0847ff (0x800) MX[B]
    [6] -1 0 0xdc087000 - 0xdc087fff (0x1000) MX[B]
    [7] -1 0 0xdc000000 - 0xdc07ffff (0x80000) MX[B]
    [8] -1 0 0xdc083000 - 0xdc083fff (0x1000) MX[B]
    [9] -1 0 0xdc081000 - 0xdc081fff (0x1000) MX[B]
    [10] -1 0 0xdc086000 - 0xdc086fff (0x1000) MX[B]
    [11] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
    [12] -1 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[B](B)
    [13] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
    [14] -1 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[B](B)
    [15] -1 0 0xd4000000 - 0xd4000fff (0x1000) MX[B](B)
    [16] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[B]
    [17] -1 0 0x0000b400 - 0x0000b40f (0x10) IX[B]
    [18] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[B]
    [19] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[B]
    [20] -1 0 0x0000a800 - 0x0000a803 (0x4) IX[B]
    [21] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B]
    [22] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
    [23] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
    [24] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[B]
    [25] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]
    [26] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B]
    [27] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
    (II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    (II) All system resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [4] -1 0 0xd6000000 - 0xd600007f (0x80) MX[B]
    [5] -1 0 0xdb000000 - 0xdb0001ff (0x200) MX[B]
    [6] -1 0 0xdb001000 - 0xdb0010ff (0x100) MX[B]
    [7] -1 0 0xd4001000 - 0xd4001fff (0x1000) MX[B]
    [8] -1 0 0xdc085000 - 0xdc08503f (0x40) MX[B]
    [9] -1 0 0xdc084000 - 0xdc0847ff (0x800) MX[B]
    [10] -1 0 0xdc087000 - 0xdc087fff (0x1000) MX[B]
    [11] -1 0 0xdc000000 - 0xdc07ffff (0x80000) MX[B]
    [12] -1 0 0xdc083000 - 0xdc083fff (0x1000) MX[B]
    [13] -1 0 0xdc081000 - 0xdc081fff (0x1000) MX[B]
    [14] -1 0 0xdc086000 - 0xdc086fff (0x1000) MX[B]
    [15] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
    [16] -1 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[B](B)
    [17] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
    [18] -1 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[B](B)
    [19] -1 0 0xd4000000 - 0xd4000fff (0x1000) MX[B](B)
    [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [21] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    [22] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[B]
    [23] -1 0 0x0000b400 - 0x0000b40f (0x10) IX[B]
    [24] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[B]
    [25] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[B]
    [26] -1 0 0x0000a800 - 0x0000a803 (0x4) IX[B]
    [27] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B]
    [28] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
    [29] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
    [30] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[B]
    [31] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]
    [32] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B]
    [33] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
    (II) LoadModule: "type1"
    (II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
    (II) Module type1: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.2
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font Type1
    (II) LoadModule: "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.1.1, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font FreeType
    (II) LoadModule: "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.8776
    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: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "ddc"
    (II) Loading /usr/lib/xorg/modules/libddc.so
    (II) Module ddc: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.0
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules/libint10.so
    (II) Module int10: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.0
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension RECORD
    (II) LoadModule: "vbe"
    (II) Loading /usr/lib/xorg/modules/libvbe.so
    (II) Module vbe: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.1.0
    ABI class: X.Org Video Driver, version 1.0
    (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.8776
    Module class: X.Org Video Driver
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.1.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.6
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.1.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.6
    (II) NVIDIA dlloader X Driver 1.0-8776 Mon Oct 16 21:57:32 PDT 2006
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 03:00:0
    (--) Assigning device section with no busID to primary device
    (--) Chipset NVIDIA GPU found
    (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.1.1, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
    (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.1.1, module version = 0.1.0
    ABI class: X.Org Video Driver, version 1.0
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [4] -1 0 0xd6000000 - 0xd600007f (0x80) MX[B]
    [5] -1 0 0xdb000000 - 0xdb0001ff (0x200) MX[B]
    [6] -1 0 0xdb001000 - 0xdb0010ff (0x100) MX[B]
    [7] -1 0 0xd4001000 - 0xd4001fff (0x1000) MX[B]
    [8] -1 0 0xdc085000 - 0xdc08503f (0x40) MX[B]
    [9] -1 0 0xdc084000 - 0xdc0847ff (0x800) MX[B]
    [10] -1 0 0xdc087000 - 0xdc087fff (0x1000) MX[B]
    [11] -1 0 0xdc000000 - 0xdc07ffff (0x80000) MX[B]
    [12] -1 0 0xdc083000 - 0xdc083fff (0x1000) MX[B]
    [13] -1 0 0xdc081000 - 0xdc081fff (0x1000) MX[B]
    [14] -1 0 0xdc086000 - 0xdc086fff (0x1000) MX[B]
    [15] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
    [16] -1 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[B](B)
    [17] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
    [18] -1 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[B](B)
    [19] -1 0 0xd4000000 - 0xd4000fff (0x1000) MX[B](B)
    [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [21] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    [22] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[B]
    [23] -1 0 0x0000b400 - 0x0000b40f (0x10) IX[B]
    [24] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[B]
    [25] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[B]
    [26] -1 0 0x0000a800 - 0x0000a803 (0x4) IX[B]
    [27] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B]
    [28] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
    [29] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
    [30] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[B]
    [31] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]
    [32] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B]
    [33] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
    (II) resource ranges after probing:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [4] -1 0 0xd6000000 - 0xd600007f (0x80) MX[B]
    [5] -1 0 0xdb000000 - 0xdb0001ff (0x200) MX[B]
    [6] -1 0 0xdb001000 - 0xdb0010ff (0x100) MX[B]
    [7] -1 0 0xd4001000 - 0xd4001fff (0x1000) MX[B]
    [8] -1 0 0xdc085000 - 0xdc08503f (0x40) MX[B]
    [9] -1 0 0xdc084000 - 0xdc0847ff (0x800) MX[B]
    [10] -1 0 0xdc087000 - 0xdc087fff (0x1000) MX[B]
    [11] -1 0 0xdc000000 - 0xdc07ffff (0x80000) MX[B]
    [12] -1 0 0xdc083000 - 0xdc083fff (0x1000) MX[B]
    [13] -1 0 0xdc081000 - 0xdc081fff (0x1000) MX[B]
    [14] -1 0 0xdc086000 - 0xdc086fff (0x1000) MX[B]
    [15] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
    [16] -1 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[B](B)
    [17] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
    [18] -1 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[B](B)
    [19] -1 0 0xd4000000 - 0xd4000fff (0x1000) MX[B](B)
    [20] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
    [21] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
    [22] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
    [23] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [24] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    [25] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[B]
    [26] -1 0 0x0000b400 - 0x0000b40f (0x10) IX[B]
    [27] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[B]
    [28] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[B]
    [29] -1 0 0x0000a800 - 0x0000a803 (0x4) IX[B]
    [30] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B]
    [31] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
    [32] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
    [33] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[B]
    [34] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]
    [35] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B]
    [36] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
    [37] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
    [38] 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): Enabling RENDER acceleration
    (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) NVIDIA(0): enabled.
    (II) NVIDIA(0): NVIDIA GPU GeForce Go 6600 GT at PCI:3:0:0
    (--) NVIDIA(0): VideoRAM: 262144 kBytes
    (--) NVIDIA(0): VideoBIOS: 05.43.02.61.00
    (II) NVIDIA(0): Detected PCI Express Link width: 16X
    (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) NVIDIA(0): Connected display device(s) on GeForce Go 6600 GT at
    (--) NVIDIA(0): PCI:3:0:0:
    (--) NVIDIA(0): Iiyama (CRT-0)
    (--) NVIDIA(0): Iiyama (CRT-0): 400.0 MHz maximum pixel clock
    (II) NVIDIA(0): Assigned Display Device: CRT-0
    (II) NVIDIA(0): Validated modes:
    (II) NVIDIA(0): "1600x1200"
    (II) NVIDIA(0): "1280x1024"
    (II) NVIDIA(0): "1024x768"
    (II) NVIDIA(0): "800x600"
    (II) NVIDIA(0): "640x480"
    (II) NVIDIA(0): Virtual screen size determined to be 1600 x 1200
    (WW) NVIDIA(0): No size information available in CRT-0's EDID; cannot compute
    (WW) NVIDIA(0): DPI from EDID.
    (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] 0 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[B]
    [1] 0 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B]
    [2] 0 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[B]
    [3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [7] -1 0 0xd6000000 - 0xd600007f (0x80) MX[B]
    [8] -1 0 0xdb000000 - 0xdb0001ff (0x200) MX[B]
    [9] -1 0 0xdb001000 - 0xdb0010ff (0x100) MX[B]
    [10] -1 0 0xd4001000 - 0xd4001fff (0x1000) MX[B]
    [11] -1 0 0xdc085000 - 0xdc08503f (0x40) MX[B]
    [12] -1 0 0xdc084000 - 0xdc0847ff (0x800) MX[B]
    [13] -1 0 0xdc087000 - 0xdc087fff (0x1000) MX[B]
    [14] -1 0 0xdc000000 - 0xdc07ffff (0x80000) MX[B]
    [15] -1 0 0xdc083000 - 0xdc083fff (0x1000) MX[B]
    [16] -1 0 0xdc081000 - 0xdc081fff (0x1000) MX[B]
    [17] -1 0 0xdc086000 - 0xdc086fff (0x1000) MX[B]
    [18] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
    [19] -1 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[B](B)
    [20] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
    [21] -1 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[B](B)
    [22] -1 0 0xd4000000 - 0xd4000fff (0x1000) MX[B](B)
    [23] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
    [24] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
    [25] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
    [26] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [27] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    [28] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[B]
    [29] -1 0 0x0000b400 - 0x0000b40f (0x10) IX[B]
    [30] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[B]
    [31] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[B]
    [32] -1 0 0x0000a800 - 0x0000a803 (0x4) IX[B]
    [33] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B]
    [34] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
    [35] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
    [36] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[B]
    [37] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]
    [38] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B]
    [39] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
    [40] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
    [41] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
    (WW) NVIDIA(0): WAIT (2, 6, 0x8000, 0x00000000, 0x00000508, 0)
    (WW) NVIDIA(0): WAIT (1, 6, 0x8000, 0x00000000, 0x00000508, 0)
    (II) NVIDIA(0): Setting mode "1600x1200"
    (WW) NVIDIA(0): WAIT (2, 1, 0x8000, 0x00000000, 0x000005a8, 0)
    (WW) NVIDIA(0): WAIT (1, 1, 0x8000, 0x00000000, 0x000005a8, 0)
    (II) Loading extension NV-GLX
    (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
    (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (II) Loading extension NV-CONTROL
    (WW) NVIDIA(0): WAIT (2, 3, 0x8000, 0x00000000, 0x00000aec, 0)
    (WW) NVIDIA(0): WAIT (1, 3, 0x8000, 0x00000000, 0x00000aec, 0)
    (WW) NVIDIA(0): WAIT (2, 6, 0x8000, 0x00000000, 0x00000b1c, 0)
    (WW) NVIDIA(0): WAIT (1, 6, 0x8000, 0x00000000, 0x00000b1c, 0)
    (==) RandR enabled
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-APPGROUP
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension XFree86-Bigfont
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing built-in extension XEVIE
    (II) Initializing extension GLX
    (**) Option "Protocol" "ExplorerPS/2"
    (**) Mouse: Device: "/dev/input/mice"
    (**) Mouse: Protocol: "ExplorerPS/2"
    (**) Option "SendCoreEvents" "true"
    (**) Mouse: always reports core events
    (**) Option "CorePointer"
    (**) Mouse: Core Pointer
    (**) Option "Device" "/dev/input/mice"
    (**) Option "Buttons" "7"
    (==) Mouse: Emulate3Buttons, Emulate3Timeout: 50
    (**) Option "ZAxisMapping" "4 5"
    (**) Mouse: ZAxisMapping: buttons 4 and 5
    (**) Option "ButtonMapping" "1 2 3 6 7"
    (**) Mouse: Buttons: 11
    (**) Option "Resolution" "800"
    (**) Mouse: Resolution: 800
    (**) Option "CoreKeyboard"
    (**) Keyboard: Core Keyboard
    (**) Option "Protocol" "standard"
    (**) Keyboard: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) Keyboard: XkbRules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) Keyboard: XkbModel: "pc105"
    (**) Option "XkbLayout" "fr"
    (**) Keyboard: XkbLayout: "fr"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard: CustomKeycodes disabled
    (II) XINPUT: Adding extended input device "Keyboard" (type: KEYBOARD)
    (II) XINPUT: Adding extended input device "Mouse" (type: MOUSE)
    (II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
    (II) Mouse: ps2EnableDataReporting: succeeded
    there seems to be troubles with acpi and edid frequencies. i tried to uncomment the UseEdidFreqs line, with no luck.
    i don't have any idea about what to try next...

  • |Solved| - Screen resolution and nVidia

    I installed arch, xorg, nvidia's drives, openbox and gnome.
    I can run gnome and openbox without any problem, however, my screen resolution isn't recognised.  Here's my /etc/X11/xorg.conf:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder58) Thu Jun 5 00:08:24 PDT 2008
    # File generated by xorgconfig.
    # Copyright 2004 The X.Org Foundation
    # Permission is hereby granted, free of charge, to any person obtaining a
    # copy of this software and associated documentation files (the "Software"),
    # to deal in the Software without restriction, including without limitation
    # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    # and/or sell copies of the Software, and to permit persons to whom the
    # Software is furnished to do so, subject to the following conditions:
    # The above copyright notice and this permission notice shall be included in
    # all copies or substantial portions of the Software.
    # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
    # The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
    # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
    # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    # SOFTWARE.
    # Except as contained in this notice, the name of The X.Org Foundation shall
    # not be used in advertising or otherwise to promote the sale, use or other
    # dealings in this Software without prior written authorization from
    # The X.Org Foundation.
    # Refer to the xorg.conf(5) man page for details about the format of
    # this file.
    # Module section -- this section is used to specify
    # which dynamically loadable modules to load.
    # Files section. This allows default font and rgb paths to be set
    # Server flags section.
    # Input devices
    # Core keyboard's InputDevice section
    # Core Pointer's InputDevice section
    # Other input device sections
    # this is optional and is required only if you
    # are using extended input devices. This is for example only. Refer
    # to the xorg.conf man page for a description of the options.
    # Section "InputDevice"
    # Identifier "Mouse2"
    # Driver "mouse"
    # Option "Protocol" "MouseMan"
    # Option "Device" "/dev/mouse2"
    # EndSection
    # Section "InputDevice"
    # Identifier "spaceball"
    # Driver "magellan"
    # Option "Device" "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    # Identifier "spaceball2"
    # Driver "spaceorb"
    # Option "Device" "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    # Identifier "touchscreen0"
    # Driver "microtouch"
    # Option "Device" "/dev/ttyS0"
    # Option "MinX" "1412"
    # Option "MaxX" "15184"
    # Option "MinY" "15372"
    # Option "MaxY" "1230"
    # Option "ScreenNumber" "0"
    # Option "ReportingMode" "Scaled"
    # Option "ButtonNumber" "1"
    # Option "SendCoreEvents"
    # EndSection
    # Section "InputDevice"
    # Identifier "touchscreen1"
    # Driver "elo2300"
    # Option "Device" "/dev/ttyS0"
    # Option "MinX" "231"
    # Option "MaxX" "3868"
    # Option "MinY" "3858"
    # Option "MaxY" "272"
    # Option "ScreenNumber" "0"
    # Option "ReportingMode" "Scaled"
    # Option "ButtonThreshold" "17"
    # Option "ButtonNumber" "1"
    # Option "SendCoreEvents"
    # EndSection
    # Monitor section
    # Any number of monitor sections may be present
    # Graphics device section
    # Any number of graphics device sections may be present
    # Standard VGA Device:
    # Device configured by xorgconfig:
    # Screen sections
    # Any number of screen sections may be present. Each describes
    # the configuration of a single screen. A single specific screen section
    # may be specified from the X server command line with the "-screen"
    # option.
    # ServerLayout sections.
    # Any number of ServerLayout sections may be present. Each describes
    # the way multiple screens are organised. A specific ServerLayout
    # section may be specified from the X server command line with the
    # "-layout" option. In the absence of this, the first section is used.
    # When now ServerLayout section is present, the first Screen section
    # is used alone.
    # Section "DRI"
    # Mode 0666
    # EndSection
    Section "ServerLayout"
    # The Identifier line must be present
    # Each Screen line specifies a Screen section name, and optionally
    # the relative position of other screens. The four names after
    # primary screen name are the screens to the top, bottom, left and right
    # of the primary screen. In this example, screen 2 is located to the
    # right of screen 1.
    # Each InputDevice line specifies an InputDevice section name and
    # optionally some options to specify the way the device is to be
    # used. Those options include "CorePointer", "CoreKeyboard" and
    # "SendCoreEvents".
    Identifier "Simple Layout"
    Screen "Screen 1" 0 0
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    EndSection
    Section "Files"
    # The location of the RGB database. Note, this is the name of the
    # file minus the extension (like ".txt" or ".db"). There is normally
    # no need to change the default.
    # RgbPath "/usr/share/X11/rgb"
    # Multiple FontPath entries are allowed (which are concatenated together),
    # as well as specifying multiple comma-separated entries in one FontPath
    # command (or a combination of both methods)
    # FontPath "/usr/share/fonts/TTF"
    # FontPath "/usr/share/fonts/Type1"
    # FontPath "/usr/lib/X11/fonts/local/"
    # FontPath "/usr/lib/X11/fonts/misc/"
    # FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/Speedo/"
    # FontPath "/usr/lib/X11/fonts/Type1/"
    # FontPath "/usr/lib/X11/fonts/TrueType/"
    # FontPath "/usr/lib/X11/fonts/freefont/"
    # FontPath "/usr/lib/X11/fonts/75dpi/"
    # FontPath "/usr/lib/X11/fonts/100dpi/"
    # The module search path. The default path is shown here.
    # ModulePath "/usr/lib/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    EndSection
    Section "Module"
    # This loads the DBE extension module.
    # This loads the miscellaneous extensions module, and disables
    # initialisation of the XFree86-DGA extension within that module.
    # This loads the font modules
    # Load "type1"
    # This loads the GLX module
    # Load "glx"
    # This loads the DRI module
    # Load "dri"
    Load "dbe" # Double buffer extension
    SubSection "extmod"
    Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection
    Load "freetype"
    # Load "xtt"
    Load "glx"
    EndSection
    Section "InputDevice"
    # Option "Xleds" "1 2 3"
    # Option "LeftAlt" "Meta"
    # Option "RightAlt" "ModeShift"
    # To customise the XKB settings to suit your keyboard, modify the
    # lines below (which are the defaults). For example, for a non-U.S.
    # keyboard, you will probably want to use:
    # Option "XkbModel" "pc105"
    # If you have a US Microsoft Natural keyboard, you can use:
    # Option "XkbModel" "microsoft"
    # Then to change the language, change the Layout setting.
    # For example, a german layout can be obtained with:
    # Option "XkbLayout" "de"
    # or:
    # Option "XkbLayout" "de"
    # Option "XkbVariant" "nodeadkeys"
    # If you'd like to switch the positions of your capslock and
    # control keys, use:
    # Option "XkbOptions" "ctrl:swapcaps"
    # These are the default XKB settings for Xorg
    # Option "XkbRules" "xorg"
    # Option "XkbModel" "pc105"
    # Option "XkbLayout" "us"
    # Option "XkbVariant" ""
    # Option "XkbOptions" ""
    # Option "XkbDisable"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "AutoRepeat" "500 30"
    # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
    Option "XkbRules" "xorg"
    Option "XkbModel" "logicd"
    Option "XkbLayout" "pt"
    Option "XkbVariant" "pt"
    EndSection
    Section "InputDevice"
    # Identifier and driver
    # Option "Resolution" "256"
    # Baudrate and SampleRate are only for some Logitech mice. In
    # almost every case these lines should be omitted.
    # Option "BaudRate" "9600"
    # Option "SampleRate" "150"
    # Mouse wheel mapping. Default is to map vertical wheel to buttons 4 & 5,
    # horizontal wheel to buttons 6 & 7. Change if your mouse has more than
    # 3 buttons and you need to map the wheel to different button ids to avoid
    # conflicts.
    # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
    # Option "Emulate3Buttons"
    # Option "Emulate3Timeout" "50"
    # ChordMiddle is an option for some 3-button Logitech mice
    # Option "ChordMiddle"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "Auto" # Auto detect
    Option "Device" "/dev/input/mice"
    # Mouse-speed setting for PS/2 mouse.
    Option "ZAxisMapping" "4 5 6 7"
    # Emulate3Buttons is an option for 2-button mice
    EndSection
    Section "Monitor"
    # HorizSync is in kHz unless units are specified.
    # HorizSync may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    # HorizSync 30-64 # multisync
    # HorizSync 31.5, 35.2 # multiple fixed sync frequencies
    # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
    # VertRefresh is in Hz unless units are specified.
    # VertRefresh may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    Identifier "My Monitor"
    HorizSync 80.0 - 80.0
    VertRefresh 75.0
    EndSection
    Section "Device"
    # The chipset line is optional in most cases. It can be used to override
    # the driver's chipset detection, and should not normally be specified.
    # Chipset "generic"
    # The Driver line must be present. When using run-time loadable driver
    # modules, this line instructs the server to load the specified driver
    # module. Even when not using loadable driver modules, this line
    # indicates which driver should interpret the information in this section.
    # The BusID line is used to specify which of possibly multiple devices
    # this section is intended for. When this line isn't present, a device
    # section can only match up with the primary video device. For PCI
    # devices a line like the following could be used. This line should not
    # normally be included unless there is more than one video device
    # intalled.
    # BusID "PCI:0:10:0"
    # VideoRam 256
    # Clocks 25.2 28.3
    Identifier "Standard VGA"
    Driver "nvidia"
    VendorName "Unknown"
    BoardName "Unknown"
    EndSection
    Section "Device"
    # unsupported card
    #VideoRam 319488
    # Insert Clocks lines here if appropriate
    Identifier "My Video Card"
    Driver "nvidia"
    EndSection
    Section "Screen"
    Identifier "Screen 1"
    Device "My Video Card"
    Monitor "My Monitor"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 8
    Modes "1440x900"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    Modes "1440x900"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1440x900"
    EndSubSection
    EndSection
    If I run "xorgconfig" and after that "nvidia-xconfig", my screen resolution is 1024x860, but after changed very mode to my native resolution ("1440x900"),  is changes to "800x600".
    Last edited by Nomearod (2008-07-23 09:19:07)

    heleos wrote:
    Widescreen resolutions are not possible with newest vista and linux drivers if the tft is connected with dvi.
    Use an older driver or the vga-port instead.
    There are maybe some hacks, but I tried many times in vista and linux. And it's always the same, only 1280x1024.
    did some googling:
    http://forums.nvidia.com/lofiversion/in … 20005.html
    Thanks for the reply, but I don't believe that's the problem since that topic is from 2006 and I didn't had any problems last time I instaled arch (3 months ago).

  • [SOLVED?] Problem with nVidia card

    This is my first post, so; hello to everyone!! Thx in advance to this great community!!
    My problem is pretty strange and anoying. I have an nVidia 8600GT in a Abit AX78 MB running Arch with KDE. Anything is going right until logon process. I write the user and password in KDM screen and then, after de animation of init proces of KDE, all graphics displayed are corrupted (a rectangle in the upper left corner is showed) and that's it. Only work the mouse pointer.
    This malfunction its showed by the nouveau driver AND the proprietary driver... So i think the problem is it in other place than the driver of the card.
    The Xorg.0.log and dmesg.log files are atached at the end of this thread.
    I hope that annyone can help me.
    Thx in advance again.
    The Xorg.0.log file contains this:
    [ 15.809]
    X.Org X Server 1.10.3
    Release Date: 2011-07-08
    [ 15.814] X Protocol Version 11, Revision 0
    [ 15.814] Build Operating System: Linux 2.6.39-ARCH i686
    [ 15.814] Current Operating System: Linux hidramedia_host 2.6.39-ARCH #1 SMP PREEMPT Sat Jul 9 15:31:04 CEST 2011 i686
    [ 15.815] Kernel command line: root=/dev/sda5 ro
    [ 15.815] Build Date: 09 July 2011 07:57:07AM
    [ 15.815]
    [ 15.815] Current version of pixman: 0.22.2
    [ 15.815] Before reporting problems, check [url]http://wiki.x.org[/url]
    to make sure that you have the latest version.
    [ 15.815] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 15.815] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Aug 1 14:13:23 2011
    [ 15.829] (==) Using config file: "/etc/X11/xorg.conf"
    [ 15.829] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 15.835] (==) ServerLayout "Layout0"
    [ 15.835] (**) |-->Screen "Screen0" (0)
    [ 15.835] (**) | |-->Monitor "Monitor0"
    [ 15.836] (**) | |-->Device "Device0"
    [ 15.836] (**) |-->Input Device "Keyboard0"
    [ 15.836] (**) |-->Input Device "Mouse0"
    [ 15.836] (==) Automatically adding devices
    [ 15.836] (==) Automatically enabling devices
    [ 15.859] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
    [ 15.859] Entry deleted from font path.
    [ 15.859] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 15.859] Entry deleted from font path.
    [ 15.859] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 15.859] Entry deleted from font path.
    [ 15.859] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 15.859] Entry deleted from font path.
    [ 15.859] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 15.859] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 15.859] Entry deleted from font path.
    [ 15.859] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 15.859] (==) FontPath set to:
    /usr/share/fonts/misc/
    [ 15.859] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 15.859] (**) Extension "Composite" is disabled
    [ 15.859] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 15.859] (WW) Disabling Keyboard0
    [ 15.859] (WW) Disabling Mouse0
    [ 15.859] (II) Loader magic: 0x822e1a0
    [ 15.859] (II) Module ABI versions:
    [ 15.859] X.Org ANSI C Emulation: 0.4
    [ 15.859] X.Org Video Driver: 10.0
    [ 15.859] X.Org XInput driver : 12.2
    [ 15.859] X.Org Server Extension : 5.0
    [ 15.860] (--) PCI:*(0:1:0:0) 10de:0402:0000:0000 rev 161, Mem @ 0xfa000000/16777216, 0xd0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000df00/128, BIOS @ 0x????????/131072
    [ 15.860] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 15.860] (II) LoadModule: "extmod"
    [ 15.871] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 15.880] (II) Module extmod: vendor="X.Org Foundation"
    [ 15.880] compiled for 1.10.3, module version = 1.0.0
    [ 15.880] Module class: X.Org Server Extension
    [ 15.880] ABI class: X.Org Server Extension, version 5.0
    [ 15.880] (II) Loading extension MIT-SCREEN-SAVER
    [ 15.880] (II) Loading extension XFree86-VidModeExtension
    [ 15.880] (II) Loading extension XFree86-DGA
    [ 15.880] (II) Loading extension DPMS
    [ 15.880] (II) Loading extension XVideo
    [ 15.880] (II) Loading extension XVideo-MotionCompensation
    [ 15.880] (II) Loading extension X-Resource
    [ 15.880] (II) LoadModule: "dbe"
    [ 15.880] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 15.881] (II) Module dbe: vendor="X.Org Foundation"
    [ 15.881] compiled for 1.10.3, module version = 1.0.0
    [ 15.881] Module class: X.Org Server Extension
    [ 15.881] ABI class: X.Org Server Extension, version 5.0
    [ 15.881] (II) Loading extension DOUBLE-BUFFER
    [ 15.881] (II) LoadModule: "glx"
    [ 15.881] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 16.640] (II) Module glx: vendor="NVIDIA Corporation"
    [ 16.640] compiled for 4.0.2, module version = 1.0.0
    [ 16.640] Module class: X.Org Server Extension
    [ 16.640] (II) NVIDIA GLX Module 275.21 Mon Jul 18 14:55:52 PDT 2011
    [ 16.640] (II) Loading extension GLX
    [ 16.640] (II) LoadModule: "record"
    [ 16.641] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 16.645] (II) Module record: vendor="X.Org Foundation"
    [ 16.645] compiled for 1.10.3, module version = 1.13.0
    [ 16.645] Module class: X.Org Server Extension
    [ 16.645] ABI class: X.Org Server Extension, version 5.0
    [ 16.645] (II) Loading extension RECORD
    [ 16.645] (II) LoadModule: "dri"
    [ 16.645] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 16.661] (II) Module dri: vendor="X.Org Foundation"
    [ 16.661] compiled for 1.10.3, module version = 1.0.0
    [ 16.661] ABI class: X.Org Server Extension, version 5.0
    [ 16.661] (II) Loading extension XFree86-DRI
    [ 16.661] (II) LoadModule: "dri2"
    [ 16.661] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 16.662] (II) Module dri2: vendor="X.Org Foundation"
    [ 16.662] compiled for 1.10.3, module version = 1.2.0
    [ 16.662] ABI class: X.Org Server Extension, version 5.0
    [ 16.662] (II) Loading extension DRI2
    [ 16.662] (II) LoadModule: "nvidia"
    [ 16.662] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 16.709] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 16.709] compiled for 4.0.2, module version = 1.0.0
    [ 16.709] Module class: X.Org Video Driver
    [ 16.732] (II) NVIDIA dlloader X Driver 275.21 Mon Jul 18 14:38:30 PDT 2011
    [ 16.737] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 16.740] (++) using VT number 7
    [ 16.751] (II) Loading sub module "fb"
    [ 16.751] (II) LoadModule: "fb"
    [ 16.751] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 16.762] (II) Module fb: vendor="X.Org Foundation"
    [ 16.762] compiled for 1.10.3, module version = 1.0.0
    [ 16.762] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 16.762] (II) Loading sub module "wfb"
    [ 16.762] (II) LoadModule: "wfb"
    [ 16.763] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 16.769] (II) Module wfb: vendor="X.Org Foundation"
    [ 16.769] compiled for 1.10.3, module version = 1.0.0
    [ 16.769] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 16.769] (II) Loading sub module "ramdac"
    [ 16.769] (II) LoadModule: "ramdac"
    [ 16.769] (II) Module "ramdac" already built-in
    [ 16.771] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 16.771] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 16.771] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 16.780] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 16.780] (==) NVIDIA(0): RGB weight 888
    [ 16.780] (==) NVIDIA(0): Default visual is TrueColor
    [ 16.780] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 17.785] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (CRT-0)) does not support NVIDIA
    [ 17.785] (II) NVIDIA(GPU-0): 3D Vision stereo.
    [ 17.789] (II) NVIDIA(0): NVIDIA GPU GeForce 8600 GT (G84) at PCI:1:0:0 (GPU-0)
    [ 17.789] (--) NVIDIA(0): Memory: 262144 kBytes
    [ 17.789] (--) NVIDIA(0): VideoBIOS: 60.84.35.00.00
    [ 17.789] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 17.789] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 17.789] (--) NVIDIA(0): Connected display device(s) on GeForce 8600 GT at PCI:1:0:0
    [ 17.789] (--) NVIDIA(0): Samsung SyncMaster (CRT-0)
    [ 17.789] (--) NVIDIA(0): Samsung SyncMaster (CRT-0): 400.0 MHz maximum pixel clock
    [ 17.859] (II) NVIDIA(0): Assigned Display Device: CRT-0
    [ 17.859] (==) NVIDIA(0):
    [ 17.859] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 17.859] (==) NVIDIA(0): will be used as the requested mode.
    [ 17.859] (==) NVIDIA(0):
    [ 17.859] (II) NVIDIA(0): Validated modes:
    [ 17.859] (II) NVIDIA(0): "nvidia-auto-select"
    [ 17.859] (II) NVIDIA(0): Virtual screen size determined to be 800 x 600
    [ 17.900] (--) NVIDIA(0): DPI set to (72, 72); computed from "UseEdidDpi" X config
    [ 17.900] (--) NVIDIA(0): option
    [ 17.900] (--) Depth 24 pixmap format is 32 bpp
    [ 17.901] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
    [ 17.905] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 17.905] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 17.905] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 17.905] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 17.905] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 17.905] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 17.905] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 17.905] (II) NVIDIA(0): Config Options in the README.
    [ 17.908] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    [ 17.946] (II) Loading extension NV-GLX
    [ 18.001] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 18.002] (==) NVIDIA(0): Backing store disabled
    [ 18.002] (==) NVIDIA(0): Silken mouse enabled
    [ 18.002] (**) NVIDIA(0): DPMS enabled
    [ 18.002] (II) Loading extension NV-CONTROL
    [ 18.003] (II) Loading extension XINERAMA
    [ 18.003] (II) Loading sub module "dri2"
    [ 18.003] (II) LoadModule: "dri2"
    [ 18.003] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 18.003] (II) Module dri2: vendor="X.Org Foundation"
    [ 18.003] compiled for 1.10.3, module version = 1.2.0
    [ 18.003] ABI class: X.Org Server Extension, version 5.0
    [ 18.003] (II) NVIDIA(0): [DRI2] Setup complete
    [ 18.003] (==) RandR enabled
    [ 18.003] (II) Initializing built-in extension Generic Event Extension
    [ 18.003] (II) Initializing built-in extension SHAPE
    [ 18.003] (II) Initializing built-in extension MIT-SHM
    [ 18.003] (II) Initializing built-in extension XInputExtension
    [ 18.003] (II) Initializing built-in extension XTEST
    [ 18.003] (II) Initializing built-in extension BIG-REQUESTS
    [ 18.003] (II) Initializing built-in extension SYNC
    [ 18.003] (II) Initializing built-in extension XKEYBOARD
    [ 18.003] (II) Initializing built-in extension XC-MISC
    [ 18.003] (II) Initializing built-in extension SECURITY
    [ 18.003] (II) Initializing built-in extension XINERAMA
    [ 18.003] (II) Initializing built-in extension XFIXES
    [ 18.003] (II) Initializing built-in extension RENDER
    [ 18.003] (II) Initializing built-in extension RANDR
    [ 18.003] (II) Initializing built-in extension COMPOSITE
    [ 18.003] (II) Initializing built-in extension DAMAGE
    [ 18.005] (II) Initializing extension GLX
    [ 18.213] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 18.213] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 18.213] (II) LoadModule: "evdev"
    [ 18.213] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 18.214] (II) Module evdev: vendor="X.Org Foundation"
    [ 18.214] compiled for 1.10.0, module version = 2.6.0
    [ 18.214] Module class: X.Org XInput Driver
    [ 18.214] ABI class: X.Org XInput driver, version 12.2
    [ 18.214] (II) Using input driver 'evdev' for 'Power Button'
    [ 18.214] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 18.214] (**) Power Button: always reports core events
    [ 18.214] (**) Power Button: Device: "/dev/input/event3"
    [ 18.226] (--) Power Button: Found keys
    [ 18.226] (II) Power Button: Configuring as keyboard
    [ 18.226] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
    [ 18.226] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 18.226] (**) Option "xkb_rules" "evdev"
    [ 18.226] (**) Option "xkb_model" "evdev"
    [ 18.226] (**) Option "xkb_layout" "us"
    [ 18.252] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 18.252] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 18.252] (II) Using input driver 'evdev' for 'Power Button'
    [ 18.252] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 18.252] (**) Power Button: always reports core events
    [ 18.252] (**) Power Button: Device: "/dev/input/event2"
    [ 18.266] (--) Power Button: Found keys
    [ 18.266] (II) Power Button: Configuring as keyboard
    [ 18.266] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
    [ 18.266] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 18.266] (**) Option "xkb_rules" "evdev"
    [ 18.266] (**) Option "xkb_model" "evdev"
    [ 18.266] (**) Option "xkb_layout" "us"
    [ 18.271] (II) config/udev: Adding input device Primax Electronics Wireless Mouse (/dev/input/event1)
    [ 18.271] (**) Primax Electronics Wireless Mouse: Applying InputClass "evdev pointer catchall"
    [ 18.271] (II) Using input driver 'evdev' for 'Primax Electronics Wireless Mouse'
    [ 18.271] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 18.271] (**) Primax Electronics Wireless Mouse: always reports core events
    [ 18.271] (**) Primax Electronics Wireless Mouse: Device: "/dev/input/event1"
    [ 18.283] (--) Primax Electronics Wireless Mouse: Found 3 mouse buttons
    [ 18.283] (--) Primax Electronics Wireless Mouse: Found scroll wheel(s)
    [ 18.283] (--) Primax Electronics Wireless Mouse: Found relative axes
    [ 18.283] (--) Primax Electronics Wireless Mouse: Found x and y relative axes
    [ 18.283] (II) Primax Electronics Wireless Mouse: Configuring as mouse
    [ 18.283] (II) Primax Electronics Wireless Mouse: Adding scrollwheel support
    [ 18.283] (**) Primax Electronics Wireless Mouse: YAxisMapping: buttons 4 and 5
    [ 18.283] (**) Primax Electronics Wireless Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 18.283] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:13.4/usb6/6-2/6-2:1.0/input/input1/event1"
    [ 18.283] (II) XINPUT: Adding extended input device "Primax Electronics Wireless Mouse" (type: MOUSE)
    [ 18.283] (II) Primax Electronics Wireless Mouse: initialized for relative axes.
    [ 18.283] (**) Primax Electronics Wireless Mouse: (accel) keeping acceleration scheme 1
    [ 18.283] (**) Primax Electronics Wireless Mouse: (accel) acceleration profile 0
    [ 18.283] (**) Primax Electronics Wireless Mouse: (accel) acceleration factor: 2.000
    [ 18.283] (**) Primax Electronics Wireless Mouse: (accel) acceleration threshold: 4
    [ 18.283] (II) config/udev: Adding input device Primax Electronics Wireless Mouse (/dev/input/mouse0)
    [ 18.283] (II) No input driver/identifier specified (ignoring)
    [ 18.285] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event5)
    [ 18.285] (II) No input driver/identifier specified (ignoring)
    [ 18.285] (II) config/udev: Adding input device HDA ATI SB Headphone (/dev/input/event6)
    [ 18.285] (II) No input driver/identifier specified (ignoring)
    [ 18.286] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 18.286] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 18.286] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 18.286] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 18.286] (**) AT Translated Set 2 keyboard: always reports core events
    [ 18.286] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 18.300] (--) AT Translated Set 2 keyboard: Found keys
    [ 18.300] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 18.300] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 18.300] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    [ 18.300] (**) Option "xkb_rules" "evdev"
    [ 18.300] (**) Option "xkb_model" "evdev"
    [ 18.300] (**) Option "xkb_layout" "us"
    [ 18.300] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
    [ 18.300] (II) No input driver/identifier specified (ignoring)
    [ 1563.531] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    [ 1563.587] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 1563.587] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 1563.587] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 1563.587] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 1563.587] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 1563.587] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 1563.587] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 1563.587] (II) NVIDIA(0): Config Options in the README.
    And the dmesg.log file contains this:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 2.6.39-ARCH (thomas@evey) (gcc version 4.6.1 (GCC) ) #1 SMP PREEMPT Sat Jul 9 15:31:04 CEST 2011
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f400 (usable)
    [ 0.000000] BIOS-e820: 000000000009f400 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 000000007fff0000 (usable)
    [ 0.000000] BIOS-e820: 000000007fff0000 - 000000007fff3000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 000000007fff3000 - 0000000080000000 (ACPI data)
    [ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
    [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    [ 0.000000] DMI 2.5 present.
    [ 0.000000] DMI: . ./AX78(AMD770+SB600), BIOS 6.00 PG 01/17/2008
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] last_pfn = 0x7fff0 max_arch_pfn = 0x100000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-C7FFF write-protect
    [ 0.000000] C8000-CFFFF uncachable
    [ 0.000000] D0000-D3FFF write-back
    [ 0.000000] D4000-FFFFF uncachable
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0000000000 mask FF80000000 write-back
    [ 0.000000] 1 disabled
    [ 0.000000] 2 disabled
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [c00f41f0] f41f0
    [ 0.000000] initial memory mapped : 0 - 01c00000
    [ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
    [ 0.000000] 0000000000 - 0000400000 page 4k
    [ 0.000000] 0000400000 - 0037400000 page 2M
    [ 0.000000] 0037400000 - 00377fe000 page 4k
    [ 0.000000] kernel direct mapping tables up to 377fe000 @ 1bfb000-1c00000
    [ 0.000000] RAMDISK: 7fdc9000 - 7ffe0000
    [ 0.000000] Allocated new RAMDISK: 375e7000 - 377fd792
    [ 0.000000] Move RAMDISK from 000000007fdc9000 - 000000007ffdf791 to 375e7000 - 377fd791
    [ 0.000000] ACPI: RSDP 000f81d0 00024 (v02 AMD770)
    [ 0.000000] ACPI: RSDT 7fff3000 00038 (v01 AMD770 AWRDACPI 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: FACP 7fff3080 00074 (v01 AMD770 AWRDACPI 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: DSDT 7fff3100 051E2 (v01 AMD770 AWRDACPI 00001000 MSFT 03000000)
    [ 0.000000] ACPI: FACS 7fff0000 00040
    [ 0.000000] ACPI: SSDT 7fff83c0 002CC (v01 PTLTD POWERNOW 00000001 LTP 00000001)
    [ 0.000000] ACPI: HPET 7fff86c0 00038 (v01 AMD770 AWRDACPI 42302E31 AWRD 00000098)
    [ 0.000000] ACPI: MCFG 7fff8700 0003C (v01 AMD770 AWRDACPI 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: APIC 7fff8300 00084 (v01 AMD770 AWRDACPI 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 1159MB HIGHMEM available.
    [ 0.000000] 887MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 377fe000
    [ 0.000000] low ram: 0 - 377fe000
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] Normal 0x00001000 -> 0x000377fe
    [ 0.000000] HighMem 0x000377fe -> 0x0007fff0
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] early_node_map[2] active PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009f
    [ 0.000000] 0: 0x00000100 -> 0x0007fff0
    [ 0.000000] On node 0 totalpages: 524159
    [ 0.000000] free_area_init_node: node 0, pgdat c14a1980, node_mem_map f65e6200
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3951 pages, LIFO batch:0
    [ 0.000000] Normal zone: 1744 pages used for memmap
    [ 0.000000] Normal zone: 221486 pages, LIFO batch:31
    [ 0.000000] HighMem zone: 2320 pages used for memmap
    [ 0.000000] HighMem zone: 294626 pages, LIFO batch:31
    [ 0.000000] Using APIC driver default
    [ 0.000000] Detected use of extended apic ids on hypertransport bus
    [ 0.000000] ACPI: PM-Timer IO Port: 0x4008
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x10b9a201 base: 0xfed00000
    [ 0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
    [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
    [ 0.000000] Allocating PCI resources starting at 80000000 (gap: 80000000:60000000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 12 pages/cpu @f6000000 s27648 r0 d21504 u1048576
    [ 0.000000] pcpu-alloc: s27648 r0 d21504 u1048576 alloc=1*4194304
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 520063
    [ 0.000000] Kernel command line: root=/dev/sda5 ro
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Initializing CPU#0
    [ 0.000000] allocated 8388096 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Initializing HighMem for node 0 (000377fe:0007fff0)
    [ 0.000000] Memory: 2062632k/2097088k available (3376k kernel code, 34004k reserved, 1390k data, 512k init, 1187784k highmem)
    [ 0.000000] virtual kernel memory layout:
    [ 0.000000] fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
    [ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    [ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    [ 0.000000] .init : 0xc14a8000 - 0xc1528000 ( 512 kB)
    [ 0.000000] .data : 0xc134c3bf - 0xc14a7c00 (1390 kB)
    [ 0.000000] .text : 0xc1000000 - 0xc134c3bf (3376 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptable hierarchical RCU implementation.
    [ 0.000000] RCU-based detection of stalled CPUs is disabled.
    [ 0.000000] Verbose stalled-CPUs detection is disabled.
    [ 0.000000] NR_IRQS:512
    [ 0.000000] CPU 0 irqstacks, hard=f540c000 soft=f540e000
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] hpet clockevent registered
    [ 0.000000] Fast TSC calibration failed
    [ 0.000000] TSC: Unable to calibrate against PIT
    [ 0.000000] TSC: using HPET reference calibration
    [ 0.000000] Detected 2700.236 MHz processor.
    [ 0.000000] Marking TSC unstable due to TSCs unsynchronized
    [ 0.016736] Calibrating delay loop (skipped), value calculated using timer frequency.. 5402.49 BogoMIPS (lpj=9000786)
    [ 0.016870] pid_max: default: 32768 minimum: 301
    [ 0.016983] Security Framework initialized
    [ 0.017051] AppArmor: AppArmor disabled by boot time parameter
    [ 0.017144] Mount-cache hash table entries: 512
    [ 0.017404] Initializing cgroup subsys ns
    [ 0.017471] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
    [ 0.017549] Initializing cgroup subsys cpuacct
    [ 0.017625] Initializing cgroup subsys memory
    [ 0.017701] Initializing cgroup subsys devices
    [ 0.017767] Initializing cgroup subsys freezer
    [ 0.017833] Initializing cgroup subsys net_cls
    [ 0.017899] Initializing cgroup subsys blkio
    [ 0.017995] CPU: Physical Processor ID: 0
    [ 0.018060] CPU: Processor Core ID: 0
    [ 0.018126] mce: CPU supports 5 MCE banks
    [ 0.018199] using C1E aware idle routine
    [ 0.019127] ACPI: Core revision 20110316
    [ 0.023362] ftrace: allocating 15225 entries in 30 pages
    [ 0.026734] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.027332] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.061631] CPU0: AMD Athlon(tm) 64 X2 Dual Core Processor 5200+ stepping 02
    [ 0.063329] Performance Events: AMD PMU driver.
    [ 0.063329] ... version: 0
    [ 0.063329] ... bit width: 48
    [ 0.063329] ... generic registers: 4
    [ 0.063329] ... value mask: 0000ffffffffffff
    [ 0.063329] ... max period: 00007fffffffffff
    [ 0.063329] ... fixed-purpose events: 0
    [ 0.063329] ... event mask: 000000000000000f
    [ 0.080086] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.106674] CPU 1 irqstacks, hard=f54b4000 soft=f54b6000
    [ 0.106676] Booting Node 0, Processors #1
    [ 0.106783] smpboot cpu 1: start_ip = 9b000
    [ 0.019998] Initializing CPU#1
    [ 0.200085] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.206657] Brought up 2 CPUs
    [ 0.206721] Total of 2 processors activated (10805.88 BogoMIPS).
    [ 0.207206] devtmpfs: initialized
    [ 0.207206] PM: Registering ACPI NVS region at 7fff0000 (12288 bytes)
    [ 0.207649] print_constraints: dummy:
    [ 0.207764] NET: Registered protocol family 16
    [ 0.207919] node 0 link 0: io port [c000, ffff]
    [ 0.207922] TOM: 0000000080000000 aka 2048M
    [ 0.207987] node 0 link 0: mmio [a0000, bffff]
    [ 0.207990] node 0 link 0: mmio [80000000, dfffffff]
    [ 0.207992] node 0 link 0: mmio [f0000000, fe02ffff]
    [ 0.207995] node 0 link 0: mmio [e0000000, e03fffff]
    [ 0.207997] bus: [00, 03] on node 0 link 0
    [ 0.208000] bus: 00 index 0 [io 0x0000-0xffff]
    [ 0.208002] bus: 00 index 1 [mem 0x000a0000-0x000bffff]
    [ 0.208003] bus: 00 index 2 [mem 0x80000000-0xefffffff]
    [ 0.208005] bus: 00 index 3 [mem 0xf0000000-0xffffffff]
    [ 0.208011] ACPI: bus type pci registered
    [ 0.208149] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.208227] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    [ 0.208292] PCI: Using MMCONFIG for extended config space
    [ 0.208357] PCI: Using configuration type 1 for base access
    [ 0.208842] bio: create slab <bio-0> at 0
    [ 0.210574] ACPI: EC: Look up EC in DSDT
    [ 0.211181] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.214150] ACPI: Interpreter enabled
    [ 0.214220] ACPI: (supports S0 S3 S4 S5)
    [ 0.214501] ACPI: Using IOAPIC for interrupt routing
    [ 0.225790] ACPI: No dock devices found.
    [ 0.225854] HEST: Table not found.
    [ 0.225919] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.226037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.226190] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7]
    [ 0.226257] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff]
    [ 0.226324] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.226399] pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000dffff]
    [ 0.226474] pci_root PNP0A03:00: host bridge window [mem 0x80000000-0xffffffff]
    [ 0.226562] pci 0000:00:00.0: [1002:5957] type 0 class 0x000600
    [ 0.226576] pci 0000:00:00.0: reg 1c: [mem 0xe0000000-0xffffffff 64bit]
    [ 0.226609] pci 0000:00:02.0: [1002:5978] type 1 class 0x000604
    [ 0.226636] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
    [ 0.226639] pci 0000:00:02.0: PME# disabled
    [ 0.226667] pci 0000:00:0a.0: [1002:597f] type 1 class 0x000604
    [ 0.226693] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
    [ 0.226696] pci 0000:00:0a.0: PME# disabled
    [ 0.226723] pci 0000:00:12.0: [1002:4380] type 0 class 0x000106
    [ 0.226742] pci 0000:00:12.0: reg 10: [io 0xff00-0xff07]
    [ 0.226752] pci 0000:00:12.0: reg 14: [io 0xfe00-0xfe03]
    [ 0.226763] pci 0000:00:12.0: reg 18: [io 0xfd00-0xfd07]
    [ 0.226773] pci 0000:00:12.0: reg 1c: [io 0xfc00-0xfc03]
    [ 0.226784] pci 0000:00:12.0: reg 20: [io 0xfb00-0xfb0f]
    [ 0.226794] pci 0000:00:12.0: reg 24: [mem 0xfe02f000-0xfe02f3ff]
    [ 0.226836] pci 0000:00:13.0: [1002:4387] type 0 class 0x000c03
    [ 0.226851] pci 0000:00:13.0: reg 10: [mem 0xfe02e000-0xfe02efff]
    [ 0.226919] pci 0000:00:13.1: [1002:4388] type 0 class 0x000c03
    [ 0.226933] pci 0000:00:13.1: reg 10: [mem 0xfe02d000-0xfe02dfff]
    [ 0.227002] pci 0000:00:13.2: [1002:4389] type 0 class 0x000c03
    [ 0.227016] pci 0000:00:13.2: reg 10: [mem 0xfe02c000-0xfe02cfff]
    [ 0.227084] pci 0000:00:13.3: [1002:438a] type 0 class 0x000c03
    [ 0.227099] pci 0000:00:13.3: reg 10: [mem 0xfe02b000-0xfe02bfff]
    [ 0.227166] pci 0000:00:13.4: [1002:438b] type 0 class 0x000c03
    [ 0.227181] pci 0000:00:13.4: reg 10: [mem 0xfe02a000-0xfe02afff]
    [ 0.227255] pci 0000:00:13.5: [1002:4386] type 0 class 0x000c03
    [ 0.227275] pci 0000:00:13.5: reg 10: [mem 0xfe029000-0xfe0290ff]
    [ 0.227351] pci 0000:00:13.5: supports D1 D2
    [ 0.227352] pci 0000:00:13.5: PME# supported from D0 D1 D2 D3hot
    [ 0.227357] pci 0000:00:13.5: PME# disabled
    [ 0.227379] pci 0000:00:14.0: [1002:4385] type 0 class 0x000c05
    [ 0.227402] pci 0000:00:14.0: reg 10: [io 0x0b00-0x0b0f]
    [ 0.227483] pci 0000:00:14.1: [1002:438c] type 0 class 0x000101
    [ 0.227497] pci 0000:00:14.1: reg 10: [io 0x0000-0x0007]
    [ 0.227507] pci 0000:00:14.1: reg 14: [io 0x0000-0x0003]
    [ 0.227518] pci 0000:00:14.1: reg 18: [io 0x0000-0x0007]
    [ 0.227528] pci 0000:00:14.1: reg 1c: [io 0x0000-0x0003]
    [ 0.227538] pci 0000:00:14.1: reg 20: [io 0xf900-0xf90f]
    [ 0.227577] pci 0000:00:14.2: [1002:4383] type 0 class 0x000403
    [ 0.227600] pci 0000:00:14.2: reg 10: [mem 0xfe024000-0xfe027fff 64bit]
    [ 0.227663] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    [ 0.227667] pci 0000:00:14.2: PME# disabled
    [ 0.227681] pci 0000:00:14.3: [1002:438d] type 0 class 0x000601
    [ 0.227759] pci 0000:00:14.4: [1002:4384] type 1 class 0x000604
    [ 0.227808] pci 0000:00:18.0: [1022:1100] type 0 class 0x000600
    [ 0.227823] pci 0000:00:18.1: [1022:1101] type 0 class 0x000600
    [ 0.227835] pci 0000:00:18.2: [1022:1102] type 0 class 0x000600
    [ 0.227848] pci 0000:00:18.3: [1022:1103] type 0 class 0x000600
    [ 0.227903] pci 0000:01:00.0: [10de:0402] type 0 class 0x000300
    [ 0.227914] pci 0000:01:00.0: reg 10: [mem 0xfa000000-0xfaffffff]
    [ 0.227926] pci 0000:01:00.0: reg 14: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.227937] pci 0000:01:00.0: reg 1c: [mem 0xf8000000-0xf9ffffff 64bit]
    [ 0.227945] pci 0000:01:00.0: reg 24: [io 0xdf00-0xdf7f]
    [ 0.227953] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    [ 0.233329] pci 0000:00:02.0: PCI bridge to [bus 01-01]
    [ 0.233396] pci 0000:00:02.0: bridge window [io 0xd000-0xdfff]
    [ 0.233399] pci 0000:00:02.0: bridge window [mem 0xf8000000-0xfbffffff]
    [ 0.233404] pci 0000:00:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.233444] pci 0000:02:00.0: [11ab:4364] type 0 class 0x000200
    [ 0.233462] pci 0000:02:00.0: reg 10: [mem 0xfdffc000-0xfdffffff 64bit]
    [ 0.233472] pci 0000:02:00.0: reg 18: [io 0xee00-0xeeff]
    [ 0.233505] pci 0000:02:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    [ 0.233535] pci 0000:02:00.0: supports D1 D2
    [ 0.233537] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.233541] pci 0000:02:00.0: PME# disabled
    [ 0.239995] pci 0000:00:0a.0: PCI bridge to [bus 02-02]
    [ 0.240062] pci 0000:00:0a.0: bridge window [io 0xe000-0xefff]
    [ 0.240065] pci 0000:00:0a.0: bridge window [mem 0xfdf00000-0xfdffffff]
    [ 0.240069] pci 0000:00:0a.0: bridge window [mem 0xfde00000-0xfdefffff 64bit pref]
    [ 0.240134] pci 0000:00:14.4: PCI bridge to [bus 03-03] (subtractive decode)
    [ 0.240203] pci 0000:00:14.4: bridge window [io 0xc000-0xcfff]
    [ 0.240207] pci 0000:00:14.4: bridge window [mem 0xfdd00000-0xfddfffff]
    [ 0.240212] pci 0000:00:14.4: bridge window [mem 0xfdc00000-0xfdcfffff pref]
    [ 0.240214] pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.240217] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.240219] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.240221] pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
    [ 0.240224] pci 0000:00:14.4: bridge window [mem 0x80000000-0xffffffff] (subtractive decode)
    [ 0.240236] pci_bus 0000:00: on NUMA node 0
    [ 0.240239] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.240363] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT]
    [ 0.240408] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE2._PRT]
    [ 0.240440] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCEA._PRT]
    [ 0.240465] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.240531] Unable to assume _OSC PCIe control. Disabling ASPM
    [ 0.251996] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    [ 0.252665] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    [ 0.253351] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    [ 0.254017] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    [ 0.254684] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    [ 0.255350] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    [ 0.257059] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    [ 0.257725] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    [ 0.258446] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.258522] vgaarb: loaded
    [ 0.258678] PCI: Using ACPI for IRQ routing
    [ 0.258742] PCI: pci_cache_line_size set to 64 bytes
    [ 0.258749] pci 0000:00:00.0: address space collision: [mem 0xe0000000-0xffffffff 64bit] conflicts with PCI Bus 0000:01 [mem 0xf8000000-0xfbffffff]
    [ 0.258890] reserve RAM buffer: 000000000009f400 - 000000000009ffff
    [ 0.258893] reserve RAM buffer: 000000007fff0000 - 000000007fffffff
    [ 0.259004] NetLabel: Initializing
    [ 0.259067] NetLabel: domain hash size = 128
    [ 0.259131] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.259205] NetLabel: unlabeled traffic allowed by default
    [ 0.259287] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    [ 0.259608] hpet0: 4 comparators, 32-bit 14.318180 MHz counter
    [ 0.261015] Switching to clocksource hpet
    [ 0.261499] Switched to NOHz mode on CPU #0
    [ 0.261582] Switched to NOHz mode on CPU #1
    [ 0.266362] pnp: PnP ACPI init
    [ 0.266443] ACPI: bus type pnp registered
    [ 0.266593] pnp 00:00: [bus 00-ff]
    [ 0.266598] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.266600] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.266602] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.266604] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.266606] pnp 00:00: [mem 0x000c0000-0x000dffff window]
    [ 0.266609] pnp 00:00: [mem 0x80000000-0xffffffff window]
    [ 0.266662] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
    [ 0.266792] pnp 00:01: [io 0x4100-0x411f]
    [ 0.266794] pnp 00:01: [io 0x0228-0x022f]
    [ 0.266796] pnp 00:01: [io 0x040b]
    [ 0.266798] pnp 00:01: [io 0x04d6]
    [ 0.266799] pnp 00:01: [io 0x0c00-0x0c01]
    [ 0.266801] pnp 00:01: [io 0x0c14]
    [ 0.266803] pnp 00:01: [io 0x0c50-0x0c52]
    [ 0.266805] pnp 00:01: [io 0x0c6c-0x0c6d]
    [ 0.266807] pnp 00:01: [io 0x0c6f]
    [ 0.266808] pnp 00:01: [io 0x0cd0-0x0cd1]
    [ 0.266810] pnp 00:01: [io 0x0cd2-0x0cd3]
    [ 0.266812] pnp 00:01: [io 0x0cd4-0x0cdf]
    [ 0.266814] pnp 00:01: [io 0x4000-0x40fe]
    [ 0.266815] pnp 00:01: [io 0x4210-0x4217]
    [ 0.266817] pnp 00:01: [io 0x0b10-0x0b1f]
    [ 0.266819] pnp 00:01: [mem 0x00000000-0x00000fff window]
    [ 0.266822] pnp 00:01: [mem 0xfee00400-0xfee00fff window]
    [ 0.266828] pnp 00:01: disabling [mem 0x00000000-0x00000fff window] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    [ 0.266939] pnp 00:01: disabling [mem 0x00000000-0x00000fff window disabled] because it overlaps 0000:01:00.0 BAR 6 [mem 0x00000000-0x0001ffff pref]
    [ 0.267023] pnp 00:01: disabling [mem 0x00000000-0x00000fff window disabled] because it overlaps 0000:02:00.0 BAR 6 [mem 0x00000000-0x0001ffff pref]
    [ 0.267131] system 00:01: [io 0x4100-0x411f] has been reserved
    [ 0.267198] system 00:01: [io 0x0228-0x022f] has been reserved
    [ 0.267264] system 00:01: [io 0x040b] has been reserved
    [ 0.267330] system 00:01: [io 0x04d6] has been reserved
    [ 0.267395] system 00:01: [io 0x0c00-0x0c01] has been reserved
    [ 0.267461] system 00:01: [io 0x0c14] has been reserved
    [ 0.267530] system 00:01: [io 0x0c50-0x0c52] has been reserved
    [ 0.267596] system 00:01: [io 0x0c6c-0x0c6d] has been reserved
    [ 0.267662] system 00:01: [io 0x0c6f] has been reserved
    [ 0.267727] system 00:01: [io 0x0cd0-0x0cd1] has been reserved
    [ 0.267793] system 00:01: [io 0x0cd2-0x0cd3] has been reserved
    [ 0.267859] system 00:01: [io 0x0cd4-0x0cdf] has been reserved
    [ 0.267926] system 00:01: [io 0x4000-0x40fe] has been reserved
    [ 0.267992] system 00:01: [io 0x4210-0x4217] has been reserved
    [ 0.268058] system 00:01: [io 0x0b10-0x0b1f] has been reserved
    [ 0.268125] system 00:01: [mem 0xfee00400-0xfee00fff window] has been reserved
    [ 0.268201] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.268290] pnp 00:02: [dma 4]
    [ 0.268291] pnp 00:02: [io 0x0000-0x000f]
    [ 0.268293] pnp 00:02: [io 0x0080-0x0090]
    [ 0.268295] pnp 00:02: [io 0x0094-0x009f]
    [ 0.268297] pnp 00:02: [io 0x00c0-0x00df]
    [ 0.268326] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.268366] pnp 00:03: [irq 0 disabled]
    [ 0.268380] pnp 00:03: [irq 8]
    [ 0.268382] pnp 00:03: [mem 0xfed00000-0xfed003ff]
    [ 0.268408] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.268430] pnp 00:04: [io 0x0070-0x0073]
    [ 0.268456] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.268463] pnp 00:05: [io 0x0061]
    [ 0.268488] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.268495] pnp 00:06: [io 0x00f0-0x00ff]
    [ 0.268504] pnp 00:06: [irq 13]
    [ 0.268535] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.268566] pnp 00:07: [io 0x0010-0x001f]
    [ 0.268567] pnp 00:07: [io 0x0022-0x003f]
    [ 0.268569] pnp 00:07: [io 0x0044-0x005f]
    [ 0.268571] pnp 00:07: [io 0x0062-0x0063]
    [ 0.268573] pnp 00:07: [io 0x0065-0x006f]
    [ 0.268575] pnp 00:07: [io 0x0074-0x007f]
    [ 0.268576] pnp 00:07: [io 0x0091-0x0093]
    [ 0.268578] pnp 00:07: [io 0x00a2-0x00bf]
    [ 0.268580] pnp 00:07: [io 0x00e0-0x00ef]
    [ 0.268582] pnp 00:07: [io 0x04d0-0x04d1]
    [ 0.268632] system 00:07: [io 0x04d0-0x04d1] has been reserved
    [ 0.268699] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.269033] pnp 00:08: [io 0x0060]
    [ 0.269034] pnp 00:08: [io 0x0064]
    [ 0.269043] pnp 00:08: [irq 1]
    [ 0.269080] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
    [ 0.269127] pnp 00:09: [mem 0x000f0000-0x000fffff]
    [ 0.269129] pnp 00:09: [mem 0x00000000-0x001fffff]
    [ 0.269131] pnp 00:09: [mem 0xfed00000-0xfed000ff]
    [ 0.269132] pnp 00:09: [mem 0x7fff0000-0x7fffffff]
    [ 0.269134] pnp 00:09: [mem 0xffff0000-0xffffffff]
    [ 0.269136] pnp 00:09: [mem 0x00000000-0x0009ffff]
    [ 0.269138] pnp 00:09: [mem 0x00100000-0x7ffeffff]
    [ 0.269140] pnp 00:09: [mem 0xfec00000-0xfec00fff]
    [ 0.269142] pnp 00:09: [mem 0xfee00000-0xfee00fff]
    [ 0.269144] pnp 00:09: [mem 0xfff80000-0xfffeffff]
    [ 0.269148] pnp 00:09: disabling [mem 0x000f0000-0x000fffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    [ 0.269229] pnp 00:09: disabling [mem 0x00000000-0x001fffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    [ 0.269309] pnp 00:09: disabling [mem 0x00000000-0x0009ffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    [ 0.269390] pnp 00:09: disabling [mem 0x00100000-0x7ffeffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    [ 0.269519] system 00:09: [mem 0xfed00000-0xfed000ff] has been reserved
    [ 0.269587] system 00:09: [mem 0x7fff0000-0x7fffffff] could not be reserved
    [ 0.269654] system 00:09: [mem 0xffff0000-0xffffffff] has been reserved
    [ 0.269721] system 00:09: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.269788] system 00:09: [mem 0xfee00000-0xfee00fff] could not be reserved
    [ 0.269855] system 00:09: [mem 0xfff80000-0xfffeffff] has been reserved
    [ 0.269922] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.269930] pnp: PnP ACPI: found 10 devices
    [ 0.269994] ACPI: ACPI bus type pnp unregistered
    [ 0.306168] pci 0000:01:00.0: BAR 6: assigned [mem 0xfb000000-0xfb01ffff pref]
    [ 0.306245] pci 0000:00:02.0: PCI bridge to [bus 01-01]
    [ 0.306311] pci 0000:00:02.0: bridge window [io 0xd000-0xdfff]
    [ 0.306378] pci 0000:00:02.0: bridge window [mem 0xf8000000-0xfbffffff]
    [ 0.306445] pci 0000:00:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.306523] pci 0000:02:00.0: BAR 6: assigned [mem 0xfde00000-0xfde1ffff pref]
    [ 0.306598] pci 0000:00:0a.0: PCI bridge to [bus 02-02]
    [ 0.306664] pci 0000:00:0a.0: bridge window [io 0xe000-0xefff]
    [ 0.306741] pci 0000:00:0a.0: bridge window [mem 0xfdf00000-0xfdffffff]
    [ 0.306809] pci 0000:00:0a.0: bridge window [mem 0xfde00000-0xfdefffff 64bit pref]
    [ 0.306886] pci 0000:00:14.4: PCI bridge to [bus 03-03]
    [ 0.306952] pci 0000:00:14.4: bridge window [io 0xc000-0xcfff]
    [ 0.307022] pci 0000:00:14.4: bridge window [mem 0xfdd00000-0xfddfffff]
    [ 0.307090] pci 0000:00:14.4: bridge window [mem 0xfdc00000-0xfdcfffff pref]
    [ 0.307175] pci 0000:00:02.0: setting latency timer to 64
    [ 0.307180] pci 0000:00:0a.0: setting latency timer to 64
    [ 0.307188] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.307190] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.307192] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.307194] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff]
    [ 0.307197] pci_bus 0000:00: resource 8 [mem 0x80000000-0xffffffff]
    [ 0.307199] pci_bus 0000:01: resource 0 [io 0xd000-0xdfff]
    [ 0.307201] pci_bus 0000:01: resource 1 [mem 0xf8000000-0xfbffffff]
    [ 0.307203] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.307206] pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
    [ 0.307208] pci_bus 0000:02: resource 1 [mem 0xfdf00000-0xfdffffff]
    [ 0.307210] pci_bus 0000:02: resource 2 [mem 0xfde00000-0xfdefffff 64bit pref]
    [ 0.307213] pci_bus 0000:03: resource 0 [io 0xc000-0xcfff]
    [ 0.307215] pci_bus 0000:03: resource 1 [mem 0xfdd00000-0xfddfffff]
    [ 0.307217] pci_bus 0000:03: resource 2 [mem 0xfdc00000-0xfdcfffff pref]
    [ 0.307219] pci_bus 0000:03: resource 4 [io 0x0000-0x0cf7]
    [ 0.307222] pci_bus 0000:03: resource 5 [io 0x0d00-0xffff]
    [ 0.307224] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.307226] pci_bus 0000:03: resource 7 [mem 0x000c0000-0x000dffff]
    [ 0.307228] pci_bus 0000:03: resource 8 [mem 0x80000000-0xffffffff]
    [ 0.307274] NET: Registered protocol family 2
    [ 0.307398] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.307694] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.308325] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.308652] TCP: Hash tables configured (established 131072 bind 65536)
    [ 0.308719] TCP reno registered
    [ 0.308783] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.308856] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.309050] NET: Registered protocol family 1
    [ 0.426742] pci 0000:01:00.0: Boot video device
    [ 0.426749] PCI: CLS 64 bytes, default 64
    [ 0.426800] Unpacking initramfs...
    [ 0.460291] Freeing initrd memory: 2140k freed
    [ 0.461639] apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
    [ 0.461707] apm: disabled - APM is not SMP safe.
    [ 0.461884] audit: initializing netlink socket (disabled)
    [ 0.461957] type=2000 audit(1312207987.459:1): initialized
    [ 0.462290] highmem bounce pool size: 64 pages
    [ 0.462357] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 0.464180] VFS: Disk quotas dquot_6.5.2
    [ 0.464312] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.464469] msgmni has been set to 1712
    [ 0.464730] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 0.464841] io scheduler noop registered
    [ 0.464907] io scheduler deadline registered
    [ 0.464983] io scheduler cfq registered (default)
    [ 0.465152] pcieport 0000:00:02.0: setting latency timer to 64
    [ 0.465180] pcieport 0000:00:02.0: irq 40 for MSI/MSI-X
    [ 0.465225] pcieport 0000:00:0a.0: setting latency timer to 64
    [ 0.465246] pcieport 0000:00:0a.0: irq 41 for MSI/MSI-X
    [ 0.465393] ERST: Table is not found!
    [ 0.465467] isapnp: Scanning for PnP cards...
    [ 0.822554] isapnp: No Plug & Play device found
    [ 0.822675] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 1.050031] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
    [ 1.050099] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
    [ 1.050669] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 1.050792] mousedev: PS/2 mouse device common for all mice
    [ 1.050892] rtc_cmos 00:04: RTC can wake from S4
    [ 1.074526] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 1.076767] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
    [ 1.076869] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
    [ 1.076954] cpuidle: using governor ladder
    [ 1.077018] cpuidle: using governor menu
    [ 1.077281] TCP cubic registered
    [ 1.077345] NET: Registered protocol family 17
    [ 1.077415] Registering the dns_resolver key type
    [ 1.077492] Using IPI No-Shortcut mode
    [ 1.077626] PM: Hibernation image not present or could not be loaded.
    [ 1.077633] registered taskstats version 1
    [ 1.077987] rtc_cmos 00:04: setting system clock to 2011-08-01 14:13:08 UTC (1312207988)
    [ 1.078086] Initializing network drop monitor service
    [ 1.078222] Freeing unused kernel memory: 512k freed
    [ 1.078587] Write protecting the kernel text: 3380k
    [ 1.078672] Write protecting the kernel read-only data: 1028k
    [ 1.088713] udevd[47]: starting version 171
    [ 1.180160] SCSI subsystem initialized
    [ 1.197209] usbcore: registered new interface driver usbfs
    [ 1.197412] usbcore: registered new interface driver hub
    [ 1.197625] usbcore: registered new device driver usb
    [ 1.215729] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.215840] ehci_hcd 0000:00:13.5: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    [ 1.215930] ehci_hcd 0000:00:13.5: EHCI Host Controller
    [ 1.216028] ehci_hcd 0000:00:13.5: new USB bus registered, assigned bus number 1
    [ 1.226748] ehci_hcd 0000:00:13.5: applying AMD SB600/SB700 USB freeze workaround
    [ 1.226842] ehci_hcd 0000:00:13.5: debug port 1
    [ 1.226937] ehci_hcd 0000:00:13.5: irq 19, io mem 0xfe029000
    [ 1.237087] libata version 3.00 loaded.
    [ 1.240040] ehci_hcd 0000:00:13.5: USB 2.0 started, EHCI 1.00
    [ 1.240292] hub 1-0:1.0: USB hub found
    [ 1.240359] hub 1-0:1.0: 10 ports detected
    [ 1.240733] pata_atiixp 0000:00:14.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 1.241613] scsi0 : pata_atiixp
    [ 1.241804] scsi1 : pata_atiixp
    [ 1.242405] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xf900 irq 14
    [ 1.242472] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xf908 irq 15
    [ 1.244130] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [ 1.244228] ohci_hcd 0000:00:13.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 1.244315] ohci_hcd 0000:00:13.0: OHCI Host Controller
    [ 1.244390] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 2
    [ 1.250091] ohci_hcd 0000:00:13.0: irq 16, io mem 0xfe02e000
    [ 1.307508] hub 2-0:1.0: USB hub found
    [ 1.307579] hub 2-0:1.0: 2 ports detected
    [ 1.307730] ohci_hcd 0000:00:13.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 1.307813] ohci_hcd 0000:00:13.1: OHCI Host Controller
    [ 1.307889] ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 3
    [ 1.326729] ohci_hcd 0000:00:13.1: irq 17, io mem 0xfe02d000
    [ 1.384201] hub 3-0:1.0: USB hub found
    [ 1.384274] hub 3-0:1.0: 2 ports detected
    [ 1.384428] ohci_hcd 0000:00:13.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 1.384511] ohci_hcd 0000:00:13.2: OHCI Host Controller
    [ 1.384583] ohci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 4
    [ 1.405209] ohci_hcd 0000:00:13.2: irq 18, io mem 0xfe02c000
    [ 1.460849] hub 4-0:1.0: USB hub found
    [ 1.460923] hub 4-0:1.0: 2 ports detected
    [ 1.461068] ohci_hcd 0000:00:13.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 1.461149] ohci_hcd 0000:00:13.3: OHCI Host Controller
    [ 1.461220] ohci_hcd 0000:00:13.3: new USB bus registered, assigned bus number 5
    [ 1.480027] ohci_hcd 0000:00:13.3: irq 17, io mem 0xfe02b000
    [ 1.537463] hub 5-0:1.0: USB hub found
    [ 1.537533] hub 5-0:1.0: 2 ports detected
    [ 1.537661] ohci_hcd 0000:00:13.4: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 1.537735] ohci_hcd 0000:00:13.4: OHCI Host Controller
    [ 1.537805] ohci_hcd 0000:00:13.4: new USB bus registered, assigned bus number 6
    [ 1.553363] ohci_hcd 0000:00:13.4: irq 18, io mem 0xfe02a000
    [ 1.610820] hub 6-0:1.0: USB hub found
    [ 1.610890] hub 6-0:1.0: 2 ports detected
    [ 1.611025] ahci 0000:00:12.0: version 3.0
    [ 1.611043] ahci 0000:00:12.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    [ 1.611127] ahci 0000:00:12.0: controller can't do 64bit DMA, forcing 32bit
    [ 1.611295] ahci 0000:00:12.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
    [ 1.611377] ahci 0000:00:12.0: flags: ncq sntf ilck led clo pmp pio ccc
    [ 1.612922] scsi2 : ahci
    [ 1.613831] scsi3 : ahci
    [ 1.614815] scsi4 : ahci
    [ 1.614997] scsi5 : ahci
    [ 1.615170] ata3: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f100 irq 22
    [ 1.615247] ata4: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f180 irq 22
    [ 1.615324] ata5: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f200 irq 22
    [ 1.615400] ata6: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f280 irq 22
    [ 1.933384] ata6: SATA link down (SStatus 0 SControl 300)
    [ 1.933527] ata5: SATA link down (SStatus 0 SControl 300)
    [ 2.063354] usb 6-2: new low speed USB device number 2 using ohci_hcd
    [ 2.106684] ata3: softreset failed (device not ready)
    [ 2.106751] ata3: applying SB600 PMP SRST workaround and retrying
    [ 2.106831] ata4: softreset failed (device not ready)
    [ 2.106897] ata4: applying SB600 PMP SRST workaround and retrying
    [ 2.273373] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 2.273477] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 2.275971] ata4.00: ATAPI: HL-DT-ST DVDRAM GH20NS10, EL00, max UDMA/100
    [ 2.276040] ata4.00: SB600 AHCI: limiting to 255 sectors per cmd
    [ 2.278897] ata3.00: ATA-7: SAMSUNG HD161HJ, JF100-19, max UDMA7
    [ 2.278963] ata3.00: 312581808 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
    [ 2.279030] ata3.00: SB600 AHCI: limiting to 255 sectors per cmd
    [ 2.279635] ata4.00: SB600 AHCI: limiting to 255 sectors per cmd
    [ 2.279701] ata4.00: configured for UDMA/100
    [ 2.284467] ata3.00: SB600 AHCI: limiting to 255 sectors per cmd
    [ 2.284533] ata3.00: configured for UDMA/133
    [ 2.284747] scsi 2:0:0:0: Direct-Access ATA SAMSUNG HD161HJ JF10 PQ: 0 ANSI: 5
    [ 2.397145] scsi 3:0:0:0: CD-ROM HL-DT-ST DVDRAM GH20NS10 EL00 PQ: 0 ANSI: 5
    [ 2.407639] sd 2:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
    [ 2.407755] sd 2:0:0:0: [sda] Write Protect is off
    [ 2.407821] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 2.407838] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.411375] input: Primax Electronics Wireless Mouse as /devices/pci0000:00/0000:00:13.4/usb6/6-2/6-2:1.0/input/input1
    [ 2.411568] generic-usb 0003:0461:4D25.0001: input,hiddev0,hidraw0: USB HID v1.10 Mouse [Primax Electronics Wireless Mouse] on usb-0000:00:13.4-2/input0
    [ 2.411669] usbcore: registered new interface driver usbhid
    [ 2.411745] usbhid: USB HID core driver
    [ 2.437927] sda: sda1 sda2 sda3 < sda5 >
    [ 2.438378] sd 2:0:0:0: [sda] Attached SCSI disk
    [ 2.518436] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 2.518516] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 2.518787] sr 3:0:0:0: Attached scsi CD-ROM sr0
    [ 2.959493] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
    [ 4.003984] udevd[255]: starting version 171
    [ 4.140765] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
    [ 4.140858] ACPI: Power Button [PWRB]
    [ 4.140981] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    [ 4.141058] ACPI: Power Button [PWRF]
    [ 4.154881] Linux agpgart interface v0.103
    [ 4.157785] ACPI: Fan [FAN] (on)
    [ 4.158635] SP5100 TCO timer: SP5100 TCO WatchDog Timer Driver v0.01
    [ 4.161972] ACPI: acpi_idle registered with cpuidle
    [ 4.162457] SP5100 TCO timer: mmio address 0xfec000f0 already in use
    [ 4.228336] sky2: driver version 1.28
    [ 4.228452] sky2 0000:02:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    [ 4.228527] sky2 0000:02:00.0: setting latency timer to 64
    [ 4.228555] sky2 0000:02:00.0: Yukon-2 EC Ultra chip revision 5
    [ 4.228709] sky2 0000:02:00.0: irq 42 for MSI/MSI-X
    [ 4.228991] sky2 0000:02:00.0: eth0: addr 00:50:8d:ba:48:da
    [ 4.232113] input: PC Speaker as /devices/platform/pcspkr/input/input4
    [ 4.250935] k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
    [ 4.302867] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
    [ 4.356767] ACPI Warning: For \_TZ_.THRM._PSL: Return Package type mismatch at index 0 - found [NULL Object Descriptor], expected Reference (20110316/nspredef-1059)
    [ 4.356967] ACPI: Expecting a [Reference] package element, found type 0
    [ 4.357033] ACPI: Invalid passive threshold
    [ 4.363965] sd 2:0:0:0: Attached scsi generic sg0 type 0
    [ 4.364111] sr 3:0:0:0: Attached scsi generic sg1 type 5
    [ 4.476288] nvidia: module license 'NVIDIA' taints kernel.
    [ 4.476360] Disabling lock debugging due to kernel taint
    [ 4.556743] thermal LNXTHERM:00: registered as thermal_zone0
    [ 4.556813] ACPI: Thermal Zone [THRM] (44 C)
    [ 4.691172] HDA Intel 0000:00:14.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 4.775620] hda_codec: ALC888: BIOS auto-probing.
    [ 4.777062] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:14.2/input/input5
    [ 4.781547] input: HDA ATI SB Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input6
    [ 5.638691] nvidia 0000:01:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    [ 5.638769] nvidia 0000:01:00.0: setting latency timer to 64
    [ 5.638774] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
    [ 5.639105] NVRM: loading NVIDIA UNIX x86 Kernel Module 275.21 Mon Jul 18 14:37:03 PDT 2011
    [ 5.886530] EXT4-fs (sda5): re-mounted. Opts: (null)
    [ 5.965890] Adding 996024k swap on /dev/sda2. Priority:-1 extents:1 across:996024k
    Last edited by Fuentes (2011-08-16 22:44:13)

    the contents of /home/user/.xsession-errors
    startkde: Starting up...
    Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
    kbuildsycoca4 running...
    kded(920) LayoutMemoryPersister::restoreFromFile: Failed to open layout memory xml file for reading "/home/alvaro/.kde4/share/apps/kded/session/keyboard/layout_memory.xml" error: 5
    kded(920)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
    No outputs have backlight property
    QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.5'
    kded(920) PowerDevilUPowerBackend::brightness: org.kde.powerdevil.backlighthelper.brightness failed
    Object::connect: No such signal QDBusAbstractInterface::Changed()
    Invalid D-BUS member name 'idle-hint' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'is-local' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'x11-display-device' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'x11-display' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'display-device' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'remote-host-name' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'session-type' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'unix-user' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    QDBusObjectPath: invalid path ""
    QDBusObjectPath: invalid path ""
    X Error: BadValue (integer parameter out of range for operation) 2
    Major opcode: 53 (X_CreatePixmap)
    Resource id: 0x0
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Major opcode: 14 (X_GetGeometry)
    Resource id: 0x1e00141
    X Error: BadWindow (invalid Window parameter) 3
    Major opcode: 3 (X_GetWindowAttributes)
    Resource id: 0x8bf31cc
    QPainter::begin: Cannot paint on a null pixmap
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Extension: 152 (RENDER)
    Minor opcode: 4 (RenderCreatePicture)
    Resource id: 0x1e00141
    X Error: BadValue (integer parameter out of range for operation) 2
    Major opcode: 53 (X_CreatePixmap)
    Resource id: 0x0
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Major opcode: 14 (X_GetGeometry)
    Resource id: 0x1e00143
    X Error: BadWindow (invalid Window parameter) 3
    Major opcode: 3 (X_GetWindowAttributes)
    Resource id: 0xb6d1bef4
    QPainter::begin: Cannot paint on a null pixmap
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Extension: 152 (RENDER)
    Minor opcode: 4 (RenderCreatePicture)
    Resource id: 0x1e00143
    X Error: BadValue (integer parameter out of range for operation) 2
    Major opcode: 53 (X_CreatePixmap)
    Resource id: 0x0
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Major opcode: 14 (X_GetGeometry)
    Resource id: 0x1e00145
    X Error: BadWindow (invalid Window parameter) 3
    Major opcode: 3 (X_GetWindowAttributes)
    Resource id: 0xb6d1bef4
    QPainter::begin: Cannot paint on a null pixmap
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Extension: 152 (RENDER)
    Minor opcode: 4 (RenderCreatePicture)
    Resource id: 0x1e00145
    X Error: BadValue (integer parameter out of range for operation) 2
    Major opcode: 53 (X_CreatePixmap)
    Resource id: 0x0
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Major opcode: 14 (X_GetGeometry)
    Resource id: 0x1e00147
    X Error: BadWindow (invalid Window parameter) 3
    Major opcode: 3 (X_GetWindowAttributes)
    Resource id: 0xb6d1bef4
    QPainter::begin: Cannot paint on a null pixmap
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Extension: 152 (RENDER)
    Minor opcode: 4 (RenderCreatePicture)
    Resource id: 0x1e00147
    X Error: BadValue (integer parameter out of range for operation) 2
    Major opcode: 53 (X_CreatePixmap)
    Resource id: 0x0
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Major opcode: 14 (X_GetGeometry)
    Resource id: 0x1e00149
    X Error: BadWindow (invalid Window parameter) 3
    Major opcode: 3 (X_GetWindowAttributes)
    Resource id: 0xb6d1bef4
    QPainter::begin: Cannot paint on a null pixmap
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Extension: 152 (RENDER)
    Minor opcode: 4 (RenderCreatePicture)
    Resource id: 0x1e00149
    X Error: BadValue (integer parameter out of range for operation) 2
    Major opcode: 53 (X_CreatePixmap)
    Resource id: 0x0
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Major opcode: 14 (X_GetGeometry)
    Resource id: 0x1e0014b
    X Error: BadWindow (invalid Window parameter) 3
    Major opcode: 3 (X_GetWindowAttributes)
    Resource id: 0xb6d1bef4
    QPainter::begin: Cannot paint on a null pixmap
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Extension: 152 (RENDER)
    Minor opcode: 4 (RenderCreatePicture)
    Resource id: 0x1e0014b
    X Error: BadValue (integer parameter out of range for operation) 2
    Major opcode: 53 (X_CreatePixmap)
    Resource id: 0x0
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Major opcode: 14 (X_GetGeometry)
    Resource id: 0x1e0014d
    X Error: BadWindow (invalid Window parameter) 3
    Major opcode: 3 (X_GetWindowAttributes)
    Resource id: 0xb6d1bef4
    QPainter::begin: Cannot paint on a null pixmap
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Extension: 152 (RENDER)
    Minor opcode: 4 (RenderCreatePicture)
    Resource id: 0x1e0014d
    X Error: BadValue (integer parameter out of range for operation) 2
    Major opcode: 53 (X_CreatePixmap)
    Resource id: 0x0
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Major opcode: 14 (X_GetGeometry)
    Resource id: 0x1e0014f
    X Error: BadWindow (invalid Window parameter) 3
    Major opcode: 3 (X_GetWindowAttributes)
    Resource id: 0xb6d1bef4
    QPainter::begin: Cannot paint on a null pixmap
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Extension: 152 (RENDER)
    Minor opcode: 4 (RenderCreatePicture)
    Resource id: 0x1e0014f
    Object::connect: No such signal QDBusAbstractInterface::Changed()
    Object::connect: No such signal KWindowSystem::windowChanged(WId,unsigned long*)
    kwin(977): Compositing is not possible
    kwin(977): Compositing is not possible
    kwin(977): Compositing is not possible
    kded(920) PowerDevilUPowerBackend::brightness: org.kde.powerdevil.backlighthelper.brightness failed
    kded(920) PowerDevilUPowerBackend::brightness: org.kde.powerdevil.backlighthelper.brightness failed
    kded(920) PowerDevilUPowerBackend::setBrightness: org.kde.powerdevil.backlighthelper.setbrightness failed
    kded(920) PowerDevilUPowerBackend::setBrightness: org.kde.powerdevil.backlighthelper.setbrightness failed
    QProcess: Destroyed while process is still running.
    plasma-desktop(1001): Communication problem with "plasma-desktop" , it probably crashed.
    Error message was: "org.freedesktop.DBus.Error.Disconnected" : " "Connection was disconnected before a reply was received" "
    kdeinit4: Fatal IO error: client killed
    kdeinit4: sending SIGHUP to children.
    klauncher: Exiting on signal 1
    kglobalaccel: Fatal IO error: client killed
    kdeinit4: Fatal IO error: client killed
    kdeinit4: sending SIGHUP to children.
    ksmserver: Fatal IO error: client killed
    kdeinit4: sending SIGTERM to children.
    kdeinit4: Exit.
    kded4: Fatal IO error: client killed
    kdeinit4: sending SIGTERM to children.
    kdeinit4: Exit.

  • [SOLVED] Xorg freeze with nvidia GeForce 210 when resizing terminal

    Hello,
    I am working on Archlinux. My computer freeze when I resize a terminal window.
    To reproduce the problem, I follow the below steps :
         1- launch openbox (with tint2, xcompmgr and nitrogen)
         2- start the "terminal" console emulator (with true transparent background)
         3- launch opera and go to a website which take a while to load (with a lot of data) (I used http://www.lemonde.fr)
         4- while the website is loading, switch to the terminal window and double click on the title bar to maximize it
         5- the box freeze
    I am not able to take the control back. I cannot exit or kill Xorg / Openbox. I cannot switch to a text terminal (ttyx). No key sequence is working.
    Only a hard reset of the box is working.
    I have tried to disable the transparent background of the terminal window without success.
    I have tried to not start xcompmgr without success.
    The problem also occurs with rxvt-unicode instead of terminal.
    It seems the problem happens more often when using console emulator based on vte.
    vte itself has the same issue.
    The only workaround I have found is to disable the harware acceleration with the below parameter in the xorg.conf file:
    Option    "RenderAccel"    "true"
    The problem with this workaround are poor graphical performances.
    Could you please let me know if you have any idea / clue to identify / fix this problem ?
    Thanks and regards
    uname -a
    Linux myhost 2.6.38-ARCH #1 SMP PREEMPT Fri Apr 22 17:48:36 UTC 2011 i686 Intel(R) Core(TM)2 Duo CPU E7600 @ 3.06GHz GenuineIntel GNU/Linux
    versions
    nvidia 270.41.06-1
    nvidia-utils 270.41.06-1
    kernel26 2.6.38.4-1
    openbox 3.4.11.2-2
    xcompmgr 1.1.5-1
    .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
    # exec gnome-session
    # exec startkde
    # exec startxfce4
    # ...or the Window Manager of your choice
    exec ck-launch-session openbox-session
    .config/openbox/autostart.sh
    # This shell script is run before Openbox launches.
    # Environment variables set here are passed to the Openbox session.
    # Set a background color
    BG=""
    if which hsetroot >/dev/null 2>&1; then
    BG=hsetroot
    else
    if which esetroot >/dev/null 2>&1; then
    BG=esetroot
    else
    if which xsetroot >/dev/null 2>&1; then
    BG=xsetroot
    fi
    fi
    fi
    test -z $BG || $BG -solid "#303030"
    # D-bus
    if which dbus-launch >/dev/null 2>&1 && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
    eval `dbus-launch --sh-syntax --exit-with-session`
    fi
    # Make GTK apps look and behave how they were set up in the gnome config tools
    if test -x /usr/libexec/gnome-settings-daemon >/dev/null; then
    /usr/libexec/gnome-settings-daemon &
    elif which gnome-settings-daemon >/dev/null 2>&1; then
    gnome-settings-daemon &
    # Make GTK apps look and behave how they were set up in the XFCE config tools
    elif which xfce-mcs-manager >/dev/null 2>&1; then
    xfce-mcs-manager n &
    fi
    # Preload stuff for KDE apps
    if which start_kdeinit >/dev/null 2>&1; then
    LD_BIND_NOW=true start_kdeinit --new-startup +kcminit_startup &
    fi
    # Run XDG autostart things. By default don't run anything desktop-specific
    # See xdg-autostart --help more info
    DESKTOP_ENV="OPENBOX"
    if which /usr/lib/openbox/xdg-autostart >/dev/null 2>&1; then
    /usr/lib/openbox/xdg-autostart $DESKTOP_ENV
    fi
    xcompmgr &
    nitrogen --set-zoom-fill /mnt/data/pictures/flower.jpg &
    tint2 &
    xorg.conf
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    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 "extmod"
    Load "glx"
    Load "record"
    Load "dbe"
    Load "dri2"
    EndSection
    Section "InputClass"
    Identifier "Keyboard Defaults"
    MatchIsKeyboard "yes"
    Option "XkbLayout" "fr"
    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 "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "nvidia"
    Option "RenderAccel" "true"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    Xorg.0.log
    [ 485.566]
    X.Org X Server 1.10.1
    Release Date: 2011-04-15
    [ 485.566] X Protocol Version 11, Revision 0
    [ 485.566] Build Operating System: Linux 2.6.38-ARCH i686
    [ 485.566] Current Operating System: Linux myhost 2.6.38-ARCH #1 SMP PREEMPT Fri Apr 22 17:48:36 UTC 2011 i686
    [ 485.566] Kernel command line: root=/dev/sda3 ro
    [ 485.566] Build Date: 16 April 2011 12:05:35PM
    [ 485.566]
    [ 485.566] Current version of pixman: 0.20.2
    [ 485.567] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 485.567] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 485.567] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr 27 20:00:28 2011
    [ 485.567] (==) Using config file: "/etc/X11/xorg.conf"
    [ 485.568] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 485.568] (==) ServerLayout "X.org Configured"
    [ 485.568] (**) |-->Screen "Screen0" (0)
    [ 485.568] (**) | |-->Monitor "Monitor0"
    [ 485.568] (**) | |-->Device "Card0"
    [ 485.568] (**) |-->Input Device "Mouse0"
    [ 485.568] (**) |-->Input Device "Keyboard0"
    [ 485.568] (==) Automatically adding devices
    [ 485.568] (==) Automatically enabling devices
    [ 485.568] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 485.568] Entry deleted from font path.
    [ 485.568] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 485.568] Entry deleted from font path.
    [ 485.568] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 485.568] Entry deleted from font path.
    [ 485.568] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 485.568] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 485.568] Entry deleted from font path.
    [ 485.568] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 485.568] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 485.568] Entry deleted from font path.
    [ 485.568] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 485.568] Entry deleted from font path.
    [ 485.568] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 485.568] Entry deleted from font path.
    [ 485.568] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 485.568] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 485.568] Entry deleted from font path.
    [ 485.568] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 485.568] (**) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 485.568] (**) ModulePath set to "/usr/lib/xorg/modules"
    [ 485.568] (**) Extension "Composite" is enabled
    [ 485.568] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 485.568] (WW) Disabling Mouse0
    [ 485.568] (WW) Disabling Keyboard0
    [ 485.568] (II) Loader magic: 0x81f4ee0
    [ 485.568] (II) Module ABI versions:
    [ 485.568] X.Org ANSI C Emulation: 0.4
    [ 485.568] X.Org Video Driver: 10.0
    [ 485.568] X.Org XInput driver : 12.2
    [ 485.568] X.Org Server Extension : 5.0
    [ 485.569] (--) PCI:*(0:1:0:0) 10de:0a65:1043:8334 rev 162, Mem @ 0xfa000000/16777216, 0xd0000000/268435456, 0xce000000/33554432, I/O @ 0x0000bc00/128, BIOS @ 0x????????/524288
    [ 485.569] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 485.569] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    [ 485.569] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    [ 485.569] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    [ 485.569] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
    [ 485.569] (II) "dri" will be loaded by default.
    [ 485.569] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
    [ 485.569] (II) LoadModule: "extmod"
    [ 485.569] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 485.569] (II) Module extmod: vendor="X.Org Foundation"
    [ 485.569] compiled for 1.10.1, module version = 1.0.0
    [ 485.569] Module class: X.Org Server Extension
    [ 485.569] ABI class: X.Org Server Extension, version 5.0
    [ 485.569] (II) Loading extension MIT-SCREEN-SAVER
    [ 485.569] (II) Loading extension XFree86-VidModeExtension
    [ 485.569] (II) Loading extension XFree86-DGA
    [ 485.569] (II) Loading extension DPMS
    [ 485.569] (II) Loading extension XVideo
    [ 485.569] (II) Loading extension XVideo-MotionCompensation
    [ 485.569] (II) Loading extension X-Resource
    [ 485.569] (II) LoadModule: "glx"
    [ 485.569] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 485.588] (II) Module glx: vendor="NVIDIA Corporation"
    [ 485.588] compiled for 4.0.2, module version = 1.0.0
    [ 485.589] Module class: X.Org Server Extension
    [ 485.589] (II) NVIDIA GLX Module 270.41.06 Mon Apr 18 15:11:28 PDT 2011
    [ 485.589] (II) Loading extension GLX
    [ 485.589] (II) LoadModule: "record"
    [ 485.589] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 485.589] (II) Module record: vendor="X.Org Foundation"
    [ 485.589] compiled for 1.10.1, module version = 1.13.0
    [ 485.589] Module class: X.Org Server Extension
    [ 485.589] ABI class: X.Org Server Extension, version 5.0
    [ 485.589] (II) Loading extension RECORD
    [ 485.589] (II) LoadModule: "dbe"
    [ 485.589] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 485.589] (II) Module dbe: vendor="X.Org Foundation"
    [ 485.589] compiled for 1.10.1, module version = 1.0.0
    [ 485.589] Module class: X.Org Server Extension
    [ 485.589] ABI class: X.Org Server Extension, version 5.0
    [ 485.589] (II) Loading extension DOUBLE-BUFFER
    [ 485.589] (II) LoadModule: "dri2"
    [ 485.589] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 485.589] (II) Module dri2: vendor="X.Org Foundation"
    [ 485.589] compiled for 1.10.1, module version = 1.2.0
    [ 485.589] ABI class: X.Org Server Extension, version 5.0
    [ 485.589] (II) Loading extension DRI2
    [ 485.589] (II) LoadModule: "dri"
    [ 485.589] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 485.589] (II) Module dri: vendor="X.Org Foundation"
    [ 485.589] compiled for 1.10.1, module version = 1.0.0
    [ 485.589] ABI class: X.Org Server Extension, version 5.0
    [ 485.589] (II) Loading extension XFree86-DRI
    [ 485.589] (II) LoadModule: "nvidia"
    [ 485.589] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 485.590] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 485.590] compiled for 4.0.2, module version = 1.0.0
    [ 485.590] Module class: X.Org Video Driver
    [ 485.590] (II) NVIDIA dlloader X Driver 270.41.06 Mon Apr 18 14:55:51 PDT 2011
    [ 485.590] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 485.590] (--) using VT number 7
    [ 485.593] (II) Loading sub module "fb"
    [ 485.593] (II) LoadModule: "fb"
    [ 485.593] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 485.593] (II) Module fb: vendor="X.Org Foundation"
    [ 485.593] compiled for 1.10.1, module version = 1.0.0
    [ 485.593] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 485.593] (II) Loading sub module "wfb"
    [ 485.593] (II) LoadModule: "wfb"
    [ 485.593] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 485.593] (II) Module wfb: vendor="X.Org Foundation"
    [ 485.593] compiled for 1.10.1, module version = 1.0.0
    [ 485.593] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 485.593] (II) Loading sub module "ramdac"
    [ 485.593] (II) LoadModule: "ramdac"
    [ 485.593] (II) Module "ramdac" already built-in
    [ 485.593] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 485.593] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 485.593] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 485.593] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 485.593] (==) NVIDIA(0): RGB weight 888
    [ 485.593] (==) NVIDIA(0): Default visual is TrueColor
    [ 485.593] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 485.593] (**) NVIDIA(0): Option "RenderAccel" "true"
    [ 485.593] (**) NVIDIA(0): Enabling RENDER acceleration
    [ 485.953] (II) NVIDIA(GPU-0): Display (LG Electronics L222W (CRT-0)) does not support NVIDIA
    [ 485.953] (II) NVIDIA(GPU-0): 3D Vision stereo.
    [ 485.986] (II) NVIDIA(GPU-0): Display (PANASONIC-TV (DFP-1)) does not support NVIDIA 3D
    [ 485.986] (II) NVIDIA(GPU-0): Vision stereo.
    [ 485.987] (II) NVIDIA(0): NVIDIA GPU GeForce 210 (GT218) at PCI:1:0:0 (GPU-0)
    [ 485.987] (--) NVIDIA(0): Memory: 1048576 kBytes
    [ 485.987] (--) NVIDIA(0): VideoBIOS: 70.18.39.00.17
    [ 485.987] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 485.987] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 485.987] (--) NVIDIA(0): Connected display device(s) on GeForce 210 at PCI:1:0:0
    [ 485.987] (--) NVIDIA(0): LG Electronics L222W (CRT-0)
    [ 485.987] (--) NVIDIA(0): PANASONIC-TV (DFP-1)
    [ 485.987] (--) NVIDIA(0): LG Electronics L222W (CRT-0): 400.0 MHz maximum pixel clock
    [ 485.987] (--) NVIDIA(0): PANASONIC-TV (DFP-1): 165.0 MHz maximum pixel clock
    [ 485.987] (--) NVIDIA(0): PANASONIC-TV (DFP-1): Internal Single Link TMDS
    [ 486.026] (II) NVIDIA(0): Assigned Display Device: CRT-0
    [ 486.026] (==) NVIDIA(0):
    [ 486.026] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 486.026] (==) NVIDIA(0): will be used as the requested mode.
    [ 486.026] (==) NVIDIA(0):
    [ 486.026] (II) NVIDIA(0): Validated modes:
    [ 486.026] (II) NVIDIA(0): "nvidia-auto-select"
    [ 486.026] (II) NVIDIA(0): Virtual screen size determined to be 1680 x 1050
    [ 486.054] (--) NVIDIA(0): DPI set to (90, 88); computed from "UseEdidDpi" X config
    [ 486.054] (--) NVIDIA(0): option
    [ 486.054] (--) Depth 24 pixmap format is 32 bpp
    [ 486.054] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
    [ 486.056] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 486.056] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 486.056] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 486.056] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 486.056] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 486.056] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 486.056] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 486.056] (II) NVIDIA(0): Config Options in the README.
    [ 486.058] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    [ 486.286] (II) Loading extension NV-GLX
    [ 486.314] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 486.314] (==) NVIDIA(0): Backing store disabled
    [ 486.314] (==) NVIDIA(0): Silken mouse enabled
    [ 486.314] (==) NVIDIA(0): DPMS enabled
    [ 486.314] (II) Loading extension NV-CONTROL
    [ 486.315] (II) Loading extension XINERAMA
    [ 486.315] (II) Loading sub module "dri2"
    [ 486.315] (II) LoadModule: "dri2"
    [ 486.315] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 486.315] (II) Module dri2: vendor="X.Org Foundation"
    [ 486.315] compiled for 1.10.1, module version = 1.2.0
    [ 486.315] ABI class: X.Org Server Extension, version 5.0
    [ 486.315] (II) NVIDIA(0): [DRI2] Setup complete
    [ 486.315] (==) RandR enabled
    [ 486.315] (II) Initializing built-in extension Generic Event Extension
    [ 486.315] (II) Initializing built-in extension SHAPE
    [ 486.315] (II) Initializing built-in extension MIT-SHM
    [ 486.315] (II) Initializing built-in extension XInputExtension
    [ 486.315] (II) Initializing built-in extension XTEST
    [ 486.315] (II) Initializing built-in extension BIG-REQUESTS
    [ 486.315] (II) Initializing built-in extension SYNC
    [ 486.315] (II) Initializing built-in extension XKEYBOARD
    [ 486.315] (II) Initializing built-in extension XC-MISC
    [ 486.315] (II) Initializing built-in extension SECURITY
    [ 486.315] (II) Initializing built-in extension XINERAMA
    [ 486.315] (II) Initializing built-in extension XFIXES
    [ 486.315] (II) Initializing built-in extension RENDER
    [ 486.315] (II) Initializing built-in extension RANDR
    [ 486.315] (II) Initializing built-in extension COMPOSITE
    [ 486.315] (II) Initializing built-in extension DAMAGE
    [ 486.317] (II) Initializing extension GLX
    [ 486.364] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 486.364] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 486.364] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 486.364] (II) LoadModule: "evdev"
    [ 486.365] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 486.365] (II) Module evdev: vendor="X.Org Foundation"
    [ 486.365] compiled for 1.10.0, module version = 2.6.0
    [ 486.365] Module class: X.Org XInput Driver
    [ 486.365] ABI class: X.Org XInput driver, version 12.2
    [ 486.365] (II) Using input driver 'evdev' for 'Power Button'
    [ 486.365] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 486.365] (**) Power Button: always reports core events
    [ 486.365] (**) Power Button: Device: "/dev/input/event1"
    [ 486.376] (--) Power Button: Found keys
    [ 486.376] (II) Power Button: Configuring as keyboard
    [ 486.376] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
    [ 486.376] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 486.376] (**) Option "xkb_rules" "evdev"
    [ 486.376] (**) Option "xkb_model" "evdev"
    [ 486.376] (**) Option "xkb_layout" "fr"
    [ 486.397] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 486.397] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 486.397] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 486.397] (II) Using input driver 'evdev' for 'Power Button'
    [ 486.397] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 486.397] (**) Power Button: always reports core events
    [ 486.397] (**) Power Button: Device: "/dev/input/event0"
    [ 486.413] (--) Power Button: Found keys
    [ 486.413] (II) Power Button: Configuring as keyboard
    [ 486.413] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
    [ 486.413] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 486.413] (**) Option "xkb_rules" "evdev"
    [ 486.413] (**) Option "xkb_model" "evdev"
    [ 486.413] (**) Option "xkb_layout" "fr"
    [ 486.415] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event2)
    [ 486.415] (II) No input driver/identifier specified (ignoring)
    [ 486.418] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/event3)
    [ 486.418] (**) Microsoft Wired Keyboard 600: Applying InputClass "evdev keyboard catchall"
    [ 486.418] (**) Microsoft Wired Keyboard 600: Applying InputClass "Keyboard Defaults"
    [ 486.418] (II) Using input driver 'evdev' for 'Microsoft Wired Keyboard 600'
    [ 486.418] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 486.418] (**) Microsoft Wired Keyboard 600: always reports core events
    [ 486.418] (**) Microsoft Wired Keyboard 600: Device: "/dev/input/event3"
    [ 486.430] (--) Microsoft Wired Keyboard 600: Found keys
    [ 486.430] (II) Microsoft Wired Keyboard 600: Configuring as keyboard
    [ 486.430] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb9/9-1/9-1:1.0/input/input3/event3"
    [ 486.430] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600" (type: KEYBOARD)
    [ 486.430] (**) Option "xkb_rules" "evdev"
    [ 486.430] (**) Option "xkb_model" "evdev"
    [ 486.430] (**) Option "xkb_layout" "fr"
    [ 486.430] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/event4)
    [ 486.430] (**) Microsoft Wired Keyboard 600: Applying InputClass "evdev keyboard catchall"
    [ 486.430] (**) Microsoft Wired Keyboard 600: Applying InputClass "Keyboard Defaults"
    [ 486.430] (II) Using input driver 'evdev' for 'Microsoft Wired Keyboard 600'
    [ 486.430] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 486.430] (**) Microsoft Wired Keyboard 600: always reports core events
    [ 486.430] (**) Microsoft Wired Keyboard 600: Device: "/dev/input/event4"
    [ 486.446] (--) Microsoft Wired Keyboard 600: Found 1 mouse buttons
    [ 486.446] (--) Microsoft Wired Keyboard 600: Found scroll wheel(s)
    [ 486.446] (--) Microsoft Wired Keyboard 600: Found relative axes
    [ 486.446] (--) Microsoft Wired Keyboard 600: Found absolute axes
    [ 486.446] (--) Microsoft Wired Keyboard 600: Found x and y absolute axes
    [ 486.446] (--) Microsoft Wired Keyboard 600: Found keys
    [ 486.446] (II) Microsoft Wired Keyboard 600: Configuring as mouse
    [ 486.446] (II) Microsoft Wired Keyboard 600: Configuring as keyboard
    [ 486.446] (II) Microsoft Wired Keyboard 600: Adding scrollwheel support
    [ 486.446] (**) Microsoft Wired Keyboard 600: YAxisMapping: buttons 4 and 5
    [ 486.446] (**) Microsoft Wired Keyboard 600: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 486.446] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb9/9-1/9-1:1.1/input/input4/event4"
    [ 486.446] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600" (type: KEYBOARD)
    [ 486.446] (**) Option "xkb_rules" "evdev"
    [ 486.446] (**) Option "xkb_model" "evdev"
    [ 486.446] (**) Option "xkb_layout" "fr"
    [ 486.447] (EE) Microsoft Wired Keyboard 600: failed to initialize for relative axes.
    [ 486.447] (WW) Microsoft Wired Keyboard 600: found 37 axes, limiting to 36.
    [ 486.447] (II) Microsoft Wired Keyboard 600: initialized for absolute axes.
    [ 486.447] (**) Microsoft Wired Keyboard 600: (accel) keeping acceleration scheme 1
    [ 486.447] (**) Microsoft Wired Keyboard 600: (accel) acceleration profile 0
    [ 486.447] (**) Microsoft Wired Keyboard 600: (accel) acceleration factor: 2.000
    [ 486.447] (**) Microsoft Wired Keyboard 600: (accel) acceleration threshold: 4
    [ 486.447] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/js0)
    [ 486.447] (**) Microsoft Wired Keyboard 600: Applying InputClass "Keyboard Defaults"
    [ 486.447] (II) No input driver/identifier specified (ignoring)
    [ 486.447] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event5)
    [ 486.447] (**) Logitech USB Optical Mouse: Applying InputClass "evdev pointer catchall"
    [ 486.447] (II) Using input driver 'evdev' for 'Logitech USB Optical Mouse'
    [ 486.447] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 486.447] (**) Logitech USB Optical Mouse: always reports core events
    [ 486.447] (**) Logitech USB Optical Mouse: Device: "/dev/input/event5"
    [ 486.473] (--) Logitech USB Optical Mouse: Found 12 mouse buttons
    [ 486.473] (--) Logitech USB Optical Mouse: Found scroll wheel(s)
    [ 486.473] (--) Logitech USB Optical Mouse: Found relative axes
    [ 486.473] (--) Logitech USB Optical Mouse: Found x and y relative axes
    [ 486.473] (II) Logitech USB Optical Mouse: Configuring as mouse
    [ 486.473] (II) Logitech USB Optical Mouse: Adding scrollwheel support
    [ 486.473] (**) Logitech USB Optical Mouse: YAxisMapping: buttons 4 and 5
    [ 486.473] (**) Logitech USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 486.473] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb9/9-2/9-2:1.0/input/input5/event5"
    [ 486.473] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE)
    [ 486.473] (II) Logitech USB Optical Mouse: initialized for relative axes.
    [ 486.473] (**) Logitech USB Optical Mouse: (accel) keeping acceleration scheme 1
    [ 486.473] (**) Logitech USB Optical Mouse: (accel) acceleration profile 0
    [ 486.473] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
    [ 486.473] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
    [ 486.473] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0)
    [ 486.473] (II) No input driver/identifier specified (ignoring)
    [ 525.530] (WW) NVIDIA(0): The NVIDIA X driver has encountered too many errors. Falling
    [ 525.530] (WW) NVIDIA(0): back to write-back cached memory.
    dmesg.txt
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 2.6.38-ARCH (tobias@T-POWA-LX) (gcc version 4.6.0 20110415 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Apr 22 17:48:36 UTC 2011
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009ec00 (usable)
    [ 0.000000] BIOS-e820: 000000000009ec00 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 000000007ff90000 (usable)
    [ 0.000000] BIOS-e820: 000000007ff90000 - 000000007ff9e000 (ACPI data)
    [ 0.000000] BIOS-e820: 000000007ff9e000 - 000000007ffe0000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 000000007ffe0000 - 0000000080000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
    [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    [ 0.000000] DMI 2.4 present.
    [ 0.000000] DMI: System manufacturer System Product Name/P5B-Deluxe, BIOS 1238 09/30/2008
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] last_pfn = 0x7ff90 max_arch_pfn = 0x100000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-DFFFF uncachable
    [ 0.000000] E0000-EFFFF write-through
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F80000000 write-back
    [ 0.000000] 1 disabled
    [ 0.000000] 2 disabled
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [c00ff780] ff780
    [ 0.000000] initial memory mapped : 0 - 01800000
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
    [ 0.000000] 0000000000 - 0000400000 page 4k
    [ 0.000000] 0000400000 - 0037400000 page 2M
    [ 0.000000] 0037400000 - 00377fe000 page 4k
    [ 0.000000] kernel direct mapping tables up to 377fe000 @ 17fb000-1800000
    [ 0.000000] RAMDISK: 7fdd0000 - 7ff80000
    [ 0.000000] Allocated new RAMDISK: 3764e000 - 377fd262
    [ 0.000000] Move RAMDISK from 000000007fdd0000 - 000000007ff7f261 to 3764e000 - 377fd261
    [ 0.000000] ACPI: RSDP 000fae70 00024 (v02 ACPIAM)
    [ 0.000000] ACPI: XSDT 7ff90100 0004C (v01 MSTEST OEMXSDT 09000830 MSFT 00000097)
    [ 0.000000] ACPI: FACP 7ff90290 000F4 (v03 MSTEST OEMFACP 09000830 MSFT 00000097)
    [ 0.000000] ACPI: DSDT 7ff905c0 0918E (v01 A0483 A0483035 00000035 INTL 20060113)
    [ 0.000000] ACPI: FACS 7ff9e000 00040
    [ 0.000000] ACPI: APIC 7ff90390 0006C (v01 MSTEST OEMAPIC 09000830 MSFT 00000097)
    [ 0.000000] ACPI: MCFG 7ff90400 0003C (v01 MSTEST OEMMCFG 09000830 MSFT 00000097)
    [ 0.000000] ACPI: OEMB 7ff9e040 0007B (v01 MSTEST AMI_OEM 09000830 MSFT 00000097)
    [ 0.000000] ACPI: HPET 7ff99750 00038 (v01 MSTEST OEMHPET 09000830 MSFT 00000097)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 1159MB HIGHMEM available.
    [ 0.000000] 887MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 377fe000
    [ 0.000000] low ram: 0 - 377fe000
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] Normal 0x00001000 -> 0x000377fe
    [ 0.000000] HighMem 0x000377fe -> 0x0007ff90
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] early_node_map[2] active PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009e
    [ 0.000000] 0: 0x00000100 -> 0x0007ff90
    [ 0.000000] On node 0 totalpages: 524062
    [ 0.000000] free_area_init_node: node 0, pgdat c1450b00, node_mem_map f664d200
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3950 pages, LIFO batch:0
    [ 0.000000] Normal zone: 1744 pages used for memmap
    [ 0.000000] Normal zone: 221486 pages, LIFO batch:31
    [ 0.000000] HighMem zone: 2320 pages used for memmap
    [ 0.000000] HighMem zone: 294530 pages, LIFO batch:31
    [ 0.000000] Using APIC driver default
    [ 0.000000] ACPI: PM-Timer IO Port: 0x808
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a202 base: 0xfed00000
    [ 0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e4000
    [ 0.000000] PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
    [ 0.000000] Allocating PCI resources starting at 80000000 (gap: 80000000:7ee00000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 12 pages/cpu @f6000000 s27392 r0 d21760 u1048576
    [ 0.000000] pcpu-alloc: s27392 r0 d21760 u1048576 alloc=1*4194304
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 519966
    [ 0.000000] Kernel command line: root=/dev/sda3 ro
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Initializing CPU#0
    [ 0.000000] xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240
    [ 0.000000] allocated 10483200 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Initializing HighMem for node 0 (000377fe:0007ff90)
    [ 0.000000] Memory: 2061020k/2096704k available (3182k kernel code, 35228k reserved, 1259k data, 424k init, 1187400k highmem)
    [ 0.000000] virtual kernel memory layout:
    [ 0.000000] fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
    [ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    [ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    [ 0.000000] .init : 0xc1457000 - 0xc14c1000 ( 424 kB)
    [ 0.000000] .data : 0xc131bacb - 0xc1456a00 (1259 kB)
    [ 0.000000] .text : 0xc1000000 - 0xc131bacb (3182 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptable hierarchical RCU implementation.
    [ 0.000000] RCU-based detection of stalled CPUs is disabled.
    [ 0.000000] Verbose stalled-CPUs detection is disabled.
    [ 0.000000] NR_IRQS:512
    [ 0.000000] CPU 0 irqstacks, hard=f500c000 soft=f500e000
    [ 0.000000] Extended CMOS year: 2000
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] hpet clockevent registered
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.000000] Detected 3066.221 MHz processor.
    [ 0.003336] Calibrating delay loop (skipped), value calculated using timer frequency.. 6134.96 BogoMIPS (lpj=10220736)
    [ 0.003418] pid_max: default: 32768 minimum: 301
    [ 0.003486] Security Framework initialized
    [ 0.003528] AppArmor: AppArmor disabled by boot time parameter
    [ 0.006682] Mount-cache hash table entries: 512
    [ 0.006865] Initializing cgroup subsys ns
    [ 0.006906] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
    [ 0.006960] Initializing cgroup subsys cpuacct
    [ 0.007007] Initializing cgroup subsys memory
    [ 0.007052] Initializing cgroup subsys devices
    [ 0.007092] Initializing cgroup subsys freezer
    [ 0.007133] Initializing cgroup subsys net_cls
    [ 0.007172] Initializing cgroup subsys blkio
    [ 0.007238] CPU: Physical Processor ID: 0
    [ 0.007277] CPU: Processor Core ID: 0
    [ 0.007317] mce: CPU supports 6 MCE banks
    [ 0.007361] CPU0: Thermal monitoring enabled (TM2)
    [ 0.007402] using mwait in idle threads.
    [ 0.008216] ACPI: Core revision 20110112
    [ 0.013386] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.013726] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.046907] CPU0: Intel(R) Core(TM)2 Duo CPU E7600 @ 3.06GHz stepping 0a
    [ 0.049997] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
    [ 0.049997] ... version: 2
    [ 0.049997] ... bit width: 40
    [ 0.049997] ... generic registers: 2
    [ 0.049997] ... value mask: 000000ffffffffff
    [ 0.049997] ... max period: 000000007fffffff
    [ 0.049997] ... fixed-purpose events: 3
    [ 0.049997] ... event mask: 0000000700000003
    [ 0.056745] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.070012] CPU 1 irqstacks, hard=f50d6000 soft=f50d8000
    [ 0.070017] Booting Node 0, Processors #1
    [ 0.006666] Initializing CPU#1
    [ 0.166676] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.169997] Brought up 2 CPUs
    [ 0.170040] Total of 2 processors activated (12270.81 BogoMIPS).
    [ 0.171248] devtmpfs: initialized
    [ 0.171248] NET: Registered protocol family 16
    [ 0.171248] ACPI: bus type pci registered
    [ 0.171248] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.171248] PCI: not using MMCONFIG
    [ 0.171248] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=5
    [ 0.171248] PCI: Using configuration type 1 for base access
    [ 0.171248] bio: create slab <bio-0> at 0
    [ 0.173388] ACPI: EC: Look up EC in DSDT
    [ 0.174194] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.179022] ACPI: SSDT 7ff9e0c0 00208 (v01 AMI CPU1PM 00000001 INTL 20060113)
    [ 0.179316] ACPI: Dynamic OEM Table Load:
    [ 0.179408] ACPI: SSDT (null) 00208 (v01 AMI CPU1PM 00000001 INTL 20060113)
    [ 0.179643] ACPI: SSDT 7ff9e2d0 0013A (v01 AMI CPU2PM 00000001 INTL 20060113)
    [ 0.179932] ACPI: Dynamic OEM Table Load:
    [ 0.180025] ACPI: SSDT (null) 0013A (v01 AMI CPU2PM 00000001 INTL 20060113)
    [ 0.180248] ACPI: Interpreter enabled
    [ 0.180292] ACPI: (supports S0 S3 S4 S5)
    [ 0.180445] ACPI: Using IOAPIC for interrupt routing
    [ 0.180500] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.180904] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    [ 0.180958] PCI: Using MMCONFIG for extended config space
    [ 0.185933] ACPI: No dock devices found.
    [ 0.185973] HEST: Table not found.
    [ 0.186014] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.186114] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.186260] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
    [ 0.186304] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
    [ 0.186346] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.186398] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff]
    [ 0.186450] pci_root PNP0A08:00: host bridge window [mem 0x80000000-0xffffffff]
    [ 0.186509] pci 0000:00:00.0: [8086:29a0] type 0 class 0x000600
    [ 0.186539] pci 0000:00:01.0: [8086:29a1] type 1 class 0x000604
    [ 0.186562] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.186564] pci 0000:00:01.0: PME# disabled
    [ 0.186592] pci 0000:00:1a.0: [8086:2834] type 0 class 0x000c03
    [ 0.186625] pci 0000:00:1a.0: reg 20: [io 0xa880-0xa89f]
    [ 0.186660] pci 0000:00:1a.1: [8086:2835] type 0 class 0x000c03
    [ 0.186692] pci 0000:00:1a.1: reg 20: [io 0xac00-0xac1f]
    [ 0.186724] pci 0000:00:1a.7: [8086:283a] type 0 class 0x000c03
    [ 0.186740] pci 0000:00:1a.7: reg 10: [mem 0xf9fffc00-0xf9ffffff]
    [ 0.186797] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    [ 0.186801] pci 0000:00:1a.7: PME# disabled
    [ 0.186817] pci 0000:00:1b.0: [8086:284b] type 0 class 0x000403
    [ 0.186829] pci 0000:00:1b.0: reg 10: [mem 0xf9ff8000-0xf9ffbfff 64bit]
    [ 0.186873] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.186876] pci 0000:00:1b.0: PME# disabled
    [ 0.186891] pci 0000:00:1c.0: [8086:283f] type 1 class 0x000604
    [ 0.186935] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.186938] pci 0000:00:1c.0: PME# disabled
    [ 0.186956] pci 0000:00:1c.4: [8086:2847] type 1 class 0x000604
    [ 0.187000] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.187003] pci 0000:00:1c.4: PME# disabled
    [ 0.187019] pci 0000:00:1c.5: [8086:2849] type 1 class 0x000604
    [ 0.187063] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [ 0.187066] pci 0000:00:1c.5: PME# disabled
    [ 0.187082] pci 0000:00:1d.0: [8086:2830] type 0 class 0x000c03
    [ 0.187114] pci 0000:00:1d.0: reg 20: [io 0xa400-0xa41f]
    [ 0.187137] pci 0000:00:1d.1: [8086:2831] type 0 class 0x000c03
    [ 0.187170] pci 0000:00:1d.1: reg 20: [io 0xa480-0xa49f]
    [ 0.187193] pci 0000:00:1d.2: [8086:2832] type 0 class 0x000c03
    [ 0.187226] pci 0000:00:1d.2: reg 20: [io 0xa800-0xa81f]
    [ 0.187256] pci 0000:00:1d.7: [8086:2836] type 0 class 0x000c03
    [ 0.187272] pci 0000:00:1d.7: reg 10: [mem 0xf9fff800-0xf9fffbff]
    [ 0.187329] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.187333] pci 0000:00:1d.7: PME# disabled
    [ 0.187346] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
    [ 0.187393] pci 0000:00:1f.0: [8086:2810] type 0 class 0x000601
    [ 0.187462] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0294 (mask 0003)
    [ 0.188664] pci 0000:00:1f.2: [8086:2821] type 0 class 0x000106
    [ 0.188677] pci 0000:00:1f.2: reg 10: [io 0xa080-0xa087]
    [ 0.188684] pci 0000:00:1f.2: reg 14: [io 0xa000-0xa003]
    [ 0.188690] pci 0000:00:1f.2: reg 18: [io 0x9c00-0x9c07]
    [ 0.188696] pci 0000:00:1f.2: reg 1c: [io 0x9880-0x9883]
    [ 0.188703] pci 0000:00:1f.2: reg 20: [io 0x9800-0x981f]
    [ 0.188709] pci 0000:00:1f.2: reg 24: [mem 0xf9fff000-0xf9fff7ff]
    [ 0.188733] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.188736] pci 0000:00:1f.2: PME# disabled
    [ 0.188747] pci 0000:00:1f.3: [8086:283e] type 0 class 0x000c05
    [ 0.188756] pci 0000:00:1f.3: reg 10: [mem 0x00000000-0x000000ff]
    [ 0.188778] pci 0000:00:1f.3: reg 20: [io 0x0400-0x041f]
    [ 0.188824] pci 0000:01:00.0: [10de:0a65] type 0 class 0x000300
    [ 0.188832] pci 0000:01:00.0: reg 10: [mem 0xfa000000-0xfaffffff]
    [ 0.188841] pci 0000:01:00.0: reg 14: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.188849] pci 0000:01:00.0: reg 1c: [mem 0xce000000-0xcfffffff 64bit pref]
    [ 0.188856] pci 0000:01:00.0: reg 24: [io 0xbc00-0xbc7f]
    [ 0.188862] pci 0000:01:00.0: reg 30: [mem 0xfbc00000-0xfbc7ffff pref]
    [ 0.188895] pci 0000:01:00.1: [10de:0be3] type 0 class 0x000403
    [ 0.188903] pci 0000:01:00.1: reg 10: [mem 0xfbcfc000-0xfbcfffff]
    [ 0.188969] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.189011] pci 0000:00:01.0: bridge window [io 0xb000-0xbfff]
    [ 0.189014] pci 0000:00:01.0: bridge window [mem 0xfa000000-0xfbcfffff]
    [ 0.189017] pci 0000:00:01.0: bridge window [mem 0xce000000-0xdfffffff 64bit pref]
    [ 0.189048] pci 0000:00:1c.0: PCI bridge to [bus 04-04]
    [ 0.189091] pci 0000:00:1c.0: bridge window [io 0xf000-0x0000] (disabled)
    [ 0.189094] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    [ 0.189098] pci 0000:00:1c.0: bridge window [mem 0xf8f00000-0xf8ffffff 64bit pref]
    [ 0.189144] pci 0000:03:00.0: [197b:2363] type 0 class 0x000101
    [ 0.189223] pci 0000:03:00.0: reg 24: [mem 0xfbefe000-0xfbefffff]
    [ 0.189236] pci 0000:03:00.0: reg 30: [mem 0xfbee0000-0xfbeeffff pref]
    [ 0.189263] pci 0000:03:00.0: PME# supported from D3hot
    [ 0.189268] pci 0000:03:00.0: PME# disabled
    [ 0.189293] pci 0000:03:00.1: [197b:2363] type 0 class 0x000101
    [ 0.189315] pci 0000:03:00.1: reg 10: [io 0xdc00-0xdc07]
    [ 0.189327] pci 0000:03:00.1: reg 14: [io 0xd880-0xd883]
    [ 0.189339] pci 0000:03:00.1: reg 18: [io 0xd800-0xd807]
    [ 0.189351] pci 0000:03:00.1: reg 1c: [io 0xd480-0xd483]
    [ 0.189363] pci 0000:03:00.1: reg 20: [io 0xd400-0xd40f]
    [ 0.189426] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.189491] pci 0000:00:1c.4: PCI bridge to [bus 03-03]
    [ 0.189533] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
    [ 0.189536] pci 0000:00:1c.4: bridge window [mem 0xfbe00000-0xfbefffff]
    [ 0.189540] pci 0000:00:1c.4: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.189589] pci 0000:02:00.0: [11ab:4364] type 0 class 0x000200
    [ 0.189609] pci 0000:02:00.0: reg 10: [mem 0xfbdfc000-0xfbdfffff 64bit]
    [ 0.189620] pci 0000:02:00.0: reg 18: [io 0xc800-0xc8ff]
    [ 0.189658] pci 0000:02:00.0: reg 30: [mem 0xfbdc0000-0xfbddffff pref]
    [ 0.189693] pci 0000:02:00.0: supports D1 D2
    [ 0.189694] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.189698] pci 0000:02:00.0: PME# disabled
    [ 0.193338] pci 0000:00:1c.5: PCI bridge to [bus 02-02]
    [ 0.193385] pci 0000:00:1c.5: bridge window [io 0xc000-0xcfff]
    [ 0.193390] pci 0000:00:1c.5: bridge window [mem 0xfbd00000-0xfbdfffff]
    [ 0.193397] pci 0000:00:1c.5: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.193434] pci 0000:05:02.0: [1033:0035] type 0 class 0x000c03
    [ 0.193452] pci 0000:05:02.0: reg 10: [mem 0xfbffd000-0xfbffdfff]
    [ 0.193514] pci 0000:05:02.0: supports D1 D2
    [ 0.193516] pci 0000:05:02.0: PME# supported from D0 D1 D2 D3hot
    [ 0.193519] pci 0000:05:02.0: PME# disabled
    [ 0.193533] pci 0000:05:02.1: [1033:0035] type 0 class 0x000c03
    [ 0.193546] pci 0000:05:02.1: reg 10: [mem 0xfbffe000-0xfbffefff]
    [ 0.193601] pci 0000:05:02.1: supports D1 D2
    [ 0.193602] pci 0000:05:02.1: PME# supported from D0 D1 D2 D3hot
    [ 0.193605] pci 0000:05:02.1: PME# disabled
    [ 0.193619] pci 0000:05:02.2: [1033:00e0] type 0 class 0x000c03
    [ 0.193633] pci 0000:05:02.2: reg 10: [mem 0xfbfffc00-0xfbfffcff]
    [ 0.193687] pci 0000:05:02.2: supports D1 D2
    [ 0.193689] pci 0000:05:02.2: PME# supported from D0 D1 D2 D3hot
    [ 0.193692] pci 0000:05:02.2: PME# disabled
    [ 0.193711] pci 0000:05:03.0: [104c:8023] type 0 class 0x000c00
    [ 0.193726] pci 0000:05:03.0: reg 10: [mem 0xfbfff000-0xfbfff7ff]
    [ 0.193735] pci 0000:05:03.0: reg 14: [mem 0xfbff8000-0xfbffbfff]
    [ 0.193786] pci 0000:05:03.0: supports D1 D2
    [ 0.193787] pci 0000:05:03.0: PME# supported from D0 D1 D2 D3hot
    [ 0.193791] pci 0000:05:03.0: PME# disabled
    [ 0.193806] pci 0000:05:04.0: [11ab:4320] type 0 class 0x000200
    [ 0.193823] pci 0000:05:04.0: reg 10: [mem 0xfbff4000-0xfbff7fff]
    [ 0.193831] pci 0000:05:04.0: reg 14: [io 0xe800-0xe8ff]
    [ 0.193867] pci 0000:05:04.0: reg 30: [mem 0xfbfc0000-0xfbfdffff pref]
    [ 0.193886] pci 0000:05:04.0: supports D1 D2
    [ 0.193888] pci 0000:05:04.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.193891] pci 0000:05:04.0: PME# disabled
    [ 0.193926] pci 0000:00:1e.0: PCI bridge to [bus 05-05] (subtractive decode)
    [ 0.193971] pci 0000:00:1e.0: bridge window [io 0xe000-0xefff]
    [ 0.193974] pci 0000:00:1e.0: bridge window [mem 0xfbf00000-0xfbffffff]
    [ 0.193978] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.193980] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.193982] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.193983] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.193985] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
    [ 0.193987] pci 0000:00:1e.0: bridge window [mem 0x80000000-0xffffffff] (subtractive decode)
    [ 0.194003] pci_bus 0000:00: on NUMA node 0
    [ 0.194005] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.194127] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P2._PRT]
    [ 0.194156] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
    [ 0.194243] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
    [ 0.194277] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P8._PRT]
    [ 0.194313] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
    [ 0.194355] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.199969] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    [ 0.200342] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    [ 0.200724] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15)
    [ 0.201105] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 12 14 *15)
    [ 0.201486] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    [ 0.201868] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 *14 15)
    [ 0.202249] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 7 10 11 12 14 15)
    [ 0.202634] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 10 11 12 14 15)
    [ 0.203051] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.203107] vgaarb: loaded
    [ 0.203206] PCI: Using ACPI for IRQ routing
    [ 0.203247] PCI: pci_cache_line_size set to 64 bytes
    [ 0.203358] reserve RAM buffer: 000000000009ec00 - 000000000009ffff
    [ 0.203360] reserve RAM buffer: 000000007ff90000 - 000000007fffffff
    [ 0.203439] NetLabel: Initializing
    [ 0.203478] NetLabel: domain hash size = 128
    [ 0.203518] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.203565] NetLabel: unlabeled traffic allowed by default
    [ 0.203608] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    [ 0.203653] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [ 0.203797] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
    [ 0.210012] Switching to clocksource hpet
    [ 0.211034] pnp: PnP ACPI init
    [ 0.211084] ACPI: bus type pnp registered
    [ 0.211173] pnp 00:00: [bus 00-ff]
    [ 0.211175] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.211177] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.211179] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.211180] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.211182] pnp 00:00: [mem 0x000d0000-0x000dffff window]
    [ 0.211184] pnp 00:00: [mem 0x80000000-0xffffffff window]
    [ 0.211222] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 0.211229] pnp 00:01: [mem 0xfed14000-0xfed19fff]
    [ 0.211267] system 00:01: [mem 0xfed14000-0xfed19fff] has been reserved
    [ 0.211311] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.211335] pnp 00:02: [dma 4]
    [ 0.211337] pnp 00:02: [io 0x0000-0x000f]
    [ 0.211338] pnp 00:02: [io 0x0081-0x0083]
    [ 0.211339] pnp 00:02: [io 0x0087]
    [ 0.211341] pnp 00:02: [io 0x0089-0x008b]
    [ 0.211342] pnp 00:02: [io 0x008f]
    [ 0.211343] pnp 00:02: [io 0x00c0-0x00df]
    [ 0.211367] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.211374] pnp 00:03: [io 0x0070-0x0071]
    [ 0.211380] pnp 00:03: [irq 8]
    [ 0.211403] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.211412] pnp 00:04: [io 0x0061]
    [ 0.211435] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.211441] pnp 00:05: [io 0x00f0-0x00ff]
    [ 0.211444] pnp 00:05: [irq 13]
    [ 0.211469] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.211669] pnp 00:06: [irq 4]
    [ 0.211671] pnp 00:06: [dma 0 disabled]
    [ 0.211672] pnp 00:06: [io 0x03f8-0x03ff]
    [ 0.211721] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.211835] pnp 00:07: [io 0x0000-0xffffffff disabled]
    [ 0.211837] pnp 00:07: [io 0x0000-0xffffffff disabled]
    [ 0.211838] pnp 00:07: [io 0x0290-0x0297]
    [ 0.211879] system 00:07: [io 0x0290-0x0297] has been reserved
    [ 0.211922] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.211997] pnp 00:08: [io 0x0010-0x001f]
    [ 0.211999] pnp 00:08: [io 0x0022-0x003f]
    [ 0.212000] pnp 00:08: [io 0x0044-0x005f]
    [ 0.212002] pnp 00:08: [io 0x0062-0x0063]
    [ 0.212003] pnp 00:08: [io 0x0065-0x006f]
    [ 0.212004] pnp 00:08: [io 0x0072-0x007f]
    [ 0.212006] pnp 00:08: [io 0x0080]
    [ 0.212007] pnp 00:08: [io 0x0084-0x0086]
    [ 0.212008] pnp 00:08: [io 0x0088]
    [ 0.212010] pnp 00:08: [io 0x008c-0x008e]
    [ 0.212011] pnp 00:08: [io 0x0090-0x009f]
    [ 0.212012] pnp 00:08: [io 0x00a2-0x00bf]
    [ 0.212014] pnp 00:08: [io 0x00e0-0x00ef]
    [ 0.212015] pnp 00:08: [io 0x04d0-0x04d1]
    [ 0.212016] pnp 00:08: [io 0x0800-0x087f]
    [ 0.212018] pnp 00:08: [io 0x0400-0x03ff disabled]
    [ 0.212019] pnp 00:08: [io 0x0480-0x04bf]
    [ 0.212021] pnp 00:08: [mem 0xffafe000-0xffb0cbff]
    [ 0.212022] pnp 00:08: [mem 0xffb00000-0xffbfffff]
    [ 0.212024] pnp 00:08: [mem 0xfed1c000-0xfed1ffff]
    [ 0.212025] pnp 00:08: [mem 0xfed20000-0xfed8ffff]
    [ 0.212026] pnp 00:08: [mem 0xfff00000-0xfffffffe]
    [ 0.212028] pnp 00:08: [mem 0xfebfe000-0xfebfec00]
    [ 0.212089] system 00:08: [io 0x04d0-0x04d1] has been reserved
    [ 0.212132] system 00:08: [io 0x0800-0x087f] has been reserved
    [ 0.212174] system 00:08: [io 0x0480-0x04bf] has been reserved
    [ 0.212216] system 00:08: [mem 0xffafe000-0xffb0cbff] could not be reserved
    [ 0.212259] system 00:08: [mem 0xffb00000-0xffbfffff] has been reserved
    [ 0.212302] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.212345] system 00:08: [mem 0xfed20000-0xfed8ffff] has been reserved
    [ 0.212388] system 00:08: [mem 0xfff00000-0xfffffffe] has been reserved
    [ 0.212430] system 00:08: [mem 0xfebfe000-0xfebfec00] has been reserved
    [ 0.212473] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.212521] pnp 00:09: [mem 0xfed00000-0xfed003ff]
    [ 0.212547] pnp 00:09: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.212580] pnp 00:0a: [mem 0xfec00000-0xfec00fff]
    [ 0.212581] pnp 00:0a: [mem 0xfee00000-0xfee00fff]
    [ 0.212625] system 00:0a: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.212668] system 00:0a: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.212712] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.212761] pnp 00:0b: [mem 0xe0000000-0xefffffff]
    [ 0.212801] system 00:0b: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.212844] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.212967] pnp 00:0c: [mem 0x00000000-0x0009ffff]
    [ 0.212969] pnp 00:0c: [mem 0x000c0000-0x000cffff]
    [ 0.212971] pnp 00:0c: [mem 0x000e0000-0x000fffff]
    [ 0.212972] pnp 00:0c: [mem 0x00100000-0x7fffffff]
    [ 0.212974] pnp 00:0c: [mem 0x00000000-0xffffffff disabled]
    [ 0.213025] system 00:0c: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.213068] system 00:0c: [mem 0x000c0000-0x000cffff] could not be reserved
    [ 0.213111] system 00:0c: [mem 0x000e0000-0x000fffff] could not be reserved
    [ 0.213154] system 00:0c: [mem 0x00100000-0x7fffffff] could not be reserved
    [ 0.213198] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.213198] Switched to NOHz mode on CPU #0
    [ 0.213237] Switched to NOHz mode on CPU #1
    [ 0.213286] pnp: PnP ACPI: found 13 devices
    [ 0.213326] ACPI: ACPI bus type pnp unregistered
    [ 0.249481] pci 0000:00:1c.0: BAR 14: assigned [mem 0x80000000-0x803fffff]
    [ 0.249526] pci 0000:00:1c.4: BAR 15: assigned [mem 0x80400000-0x805fffff 64bit pref]
    [ 0.249579] pci 0000:00:1c.5: BAR 15: assigned [mem 0x80600000-0x807fffff 64bit pref]
    [ 0.249632] pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff]
    [ 0.249675] pci 0000:00:1f.3: BAR 0: assigned [mem 0x80800000-0x808000ff]
    [ 0.249720] pci 0000:00:1f.3: BAR 0: set to [mem 0x80800000-0x808000ff] (PCI address [0x80800000-0x808000ff])
    [ 0.249775] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.249816] pci 0000:00:01.0: bridge window [io 0xb000-0xbfff]
    [ 0.249859] pci 0000:00:01.0: bridge window [mem 0xfa000000-0xfbcfffff]
    [ 0.249902] pci 0000:00:01.0: bridge window [mem 0xce000000-0xdfffffff 64bit pref]
    [ 0.249956] pci 0000:00:1c.0: PCI bridge to [bus 04-04]
    [ 0.250011] pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
    [ 0.250055] pci 0000:00:1c.0: bridge window [mem 0x80000000-0x803fffff]
    [ 0.250099] pci 0000:00:1c.0: bridge window [mem 0xf8f00000-0xf8ffffff 64bit pref]
    [ 0.250154] pci 0000:00:1c.4: PCI bridge to [bus 03-03]
    [ 0.250195] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
    [ 0.250239] pci 0000:00:1c.4: bridge window [mem 0xfbe00000-0xfbefffff]
    [ 0.250283] pci 0000:00:1c.4: bridge window [mem 0x80400000-0x805fffff 64bit pref]
    [ 0.250338] pci 0000:00:1c.5: PCI bridge to [bus 02-02]
    [ 0.250380] pci 0000:00:1c.5: bridge window [io 0xc000-0xcfff]
    [ 0.250424] pci 0000:00:1c.5: bridge window [mem 0xfbd00000-0xfbdfffff]
    [ 0.250468] pci 0000:00:1c.5: bridge window [mem 0x80600000-0x807fffff 64bit pref]
    [ 0.250523] pci 0000:00:1e.0: PCI bridge to [bus 05-05]
    [ 0.250565] pci 0000:00:1e.0: bridge window [io 0xe000-0xefff]
    [ 0.250609] pci 0000:00:1e.0: bridge window [mem 0xfbf00000-0xfbffffff]
    [ 0.250653] pci 0000:00:1e.0: bridge window [mem pref disabled]
    [ 0.250702] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.250746] pci 0000:00:01.0: setting latency timer to 64
    [ 0.250750] pci 0000:00:1c.0: enabling device (0106 -> 0107)
    [ 0.250792] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.250836] pci 0000:00:1c.0: setting latency timer to 64
    [ 0.250840] pci 0000:00:1c.4: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.250884] pci 0000:00:1c.4: setting latency timer to 64
    [ 0.250890] pci 0000:00:1c.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 0.250933] pci 0000:00:1c.5: setting latency timer to 64
    [ 0.250938] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.250941] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.250943] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.250944] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.250946] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.250948] pci_bus 0000:00: resource 8 [mem 0x80000000-0xffffffff]
    [ 0.250949] pci_bus 0000:01: resource 0 [io 0xb000-0xbfff]
    [ 0.250951] pci_bus 0000:01: resource 1 [mem 0xfa000000-0xfbcfffff]
    [ 0.250953] pci_bus 0000:01: resource 2 [mem 0xce000000-0xdfffffff 64bit pref]
    [ 0.250955] pci_bus 0000:04: resource 0 [io 0x1000-0x1fff]
    [ 0.250956] pci_bus 0000:04: resource 1 [mem 0x80000000-0x803fffff]
    [ 0.250958] pci_bus 0000:04: resource 2 [mem 0xf8f00000-0xf8ffffff 64bit pref]
    [ 0.250960] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
    [ 0.250961] pci_bus 0000:03: resource 1 [mem 0xfbe00000-0xfbefffff]
    [ 0.250963] pci_bus 0000:03: resource 2 [mem 0x80400000-0x805fffff 64bit pref]
    [ 0.250965] pci_bus 0000:02: resource 0 [io 0xc000-0xcfff]
    [ 0.250966] pci_bus 0000:02: resource 1 [mem 0xfbd00000-0xfbdfffff]
    [ 0.250968] pci_bus 0000:02: resource 2 [mem 0x80600000-0x807fffff 64bit pref]
    [ 0.250970] pci_bus 0000:05: resource 0 [io 0xe000-0xefff]
    [ 0.250972] pci_bus 0000:05: resource 1 [mem 0xfbf00000-0xfbffffff]
    [ 0.250973] pci_bus 0000:05: resource 4 [io 0x0000-0x0cf7]
    [ 0.250975] pci_bus 0000:05: resource 5 [io 0x0d00-0xffff]
    [ 0.250977] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.250978] pci_bus 0000:05: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.250980] pci_bus 0000:05: resource 8 [mem 0x80000000-0xffffffff]
    [ 0.251002] NET: Registered protocol family 2
    [ 0.251085] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.251263] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.251592] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.251779] TCP: Hash tables configured (established 131072 bind 65536)
    [ 0.251822] TCP reno registered
    [ 0.251861] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.251907] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.252025] NET: Registered protocol family 1
    [ 0.295104] pci 0000:01:00.0: Boot video device
    [ 0.295141] PCI: CLS 32 bytes, default 64
    [ 0.295174] Unpacking initramfs...
    [ 0.317387] Freeing initrd memory: 1728k freed
    [ 0.318002] apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
    [ 0.318046] apm: disabled - APM is not SMP safe.
    [ 0.318193] audit: initializing netlink socket (disabled)
    [ 0.318243] type=2000 audit(1303935493.316:1): initialized
    [ 0.318520] highmem bounce pool size: 64 pages
    [ 0.318562] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 0.320047] VFS: Disk quotas dquot_6.5.2
    [ 0.320145] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.320261] msgmni has been set to 1709
    [ 0.320435] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 0.320488] io scheduler noop registered
    [ 0.320527] io scheduler deadline registered
    [ 0.320574] io scheduler cfq registered (default)
    [ 0.320710] pcieport 0000:00:01.0: setting latency timer to 64
    [ 0.320734] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.320771] pcieport 0000:00:1c.0: setting latency timer to 64
    [ 0.320798] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
    [ 0.320848] pcieport 0000:00:1c.4: setting latency timer to 64
    [ 0.320875] pcieport 0000:00:1c.4: irq 42 for MSI/MSI-X
    [ 0.320923] pcieport 0000:00:1c.5: setting latency timer to 64
    [ 0.320950] pcieport 0000:00:1c.5: irq 43 for MSI/MSI-X
    [ 0.321092] intel_idle: MWAIT substates: 0x22220
    [ 0.321094] intel_idle: does not run on family 6 model 23
    [ 0.321105] ERST: Table is not found!
    [ 0.321155] isapnp: Scanning for PnP cards...
    [ 0.676796] isapnp: No Plug & Play device found
    [ 0.676877] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.697390] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.920667] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.973728] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 0.976563] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.976631] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.976752] mousedev: PS/2 mouse device common for all mice
    [ 0.976847] rtc_cmos 00:03: RTC can wake from S4
    [ 1.000070] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    [ 1.000137] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 1.000200] cpuidle: using governor ladder
    [ 1.000240] cpuidle: using governor menu
    [ 1.000436] TCP cubic registered
    [ 1.000476] NET: Registered protocol family 17
    [ 1.000521] Registering the dns_resolver key type
    [ 1.000569] Using IPI No-Shortcut mode
    [ 1.000679] PM: Hibernation image not present or could not be loaded.
    [ 1.000682] registered taskstats version 1
    [ 1.001054] rtc_cmos 00:03: setting system clock to 2011-04-27 20:18:14 UTC (1303935494)
    [ 1.001128] Initalizing network drop monitor service
    [ 1.001211] Freeing unused kernel memory: 424k freed
    [ 1.005982] <30>udev[38]: starting version 167
    [ 1.107427] SCSI subsystem initialized
    [ 1.127245] libata version 3.00 loaded.
    [ 1.131006] pata_jmicron 0000:03:00.1: enabling device (0000 -> 0001)
    [ 1.131057] pata_jmicron 0000:03:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 1.131134] pata_jmicron 0000:03:00.1: setting latency timer to 64
    [ 1.131436] scsi0 : pata_jmicron
    [ 1.131554] scsi1 : pata_jmicron
    [ 1.132024] ata1: PATA max UDMA/100 cmd 0xdc00 ctl 0xd880 bmdma 0xd400 irq 17
    [ 1.132068] ata2: PATA max UDMA/100 cmd 0xd800 ctl 0xd480 bmdma 0xd408 irq 17
    [ 1.142526] ahci 0000:00:1f.2: version 3.0
    [ 1.142536] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 1.142608] ahci 0000:00:1f.2: irq 44 for MSI/MSI-X
    [ 1.142644] ahci: SSS flag set, parallel bus scan disabled
    [ 1.142711] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
    [ 1.142765] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc ems sxs
    [ 1.142819] ahci 0000:00:1f.2: setting latency timer to 64
    [ 1.174032] scsi2 : ahci
    [ 1.174136] scsi3 : ahci
    [ 1.174235] scsi4 : ahci
    [ 1.174335] scsi5 : ahci
    [ 1.174434] scsi6 : ahci
    [ 1.174532] scsi7 : ahci
    [ 1.174699] ata3: SATA max UDMA/133 abar m2048@0xf9fff000 port 0xf9fff100 irq 44
    [ 1.174752] ata4: SATA max UDMA/133 abar m2048@0xf9fff000 port 0xf9fff180 irq 44
    [ 1.174804] ata5: SATA max UDMA/133 abar m2048@0xf9fff000 port 0xf9fff200 irq 44
    [ 1.174856] ata6: SATA max UDMA/133 abar m2048@0xf9fff000 port 0xf9fff280 irq 44
    [ 1.174908] ata7: SATA max UDMA/133 abar m2048@0xf9fff000 port 0xf9fff300 irq 44
    [ 1.174960] ata8: SATA max UDMA/133 abar m2048@0xf9fff000 port 0xf9fff380 irq 44
    [ 1.175036] ahci 0000:03:00.0: PCI INT A -> GSI 16 (level,

    Hi jasonwryan,
    Your thread helps a lot. I saw a lot of posts but not this one.
    This workaround is fine for me to wait the fix.
    Thanks a lot
    Workaround :
    It seems the problem might be linked to transparent items like background.
    As explained in the above thread :
    According to the bug report the nVidia driver is freaking out and creating too many events, which causes an event buffer in Xorg to overflow.  It works OK with the older Xorg, though.
    So the temporary solution is to downgrade 3 packages.
    Install the tool to downgrade
    > yaourt -Sy downgrade
    Downgrade
    Note the item number can change
    > downgrade xf86-input-evdev
    Hit "s" key
    Choose 2 (xf86-input-evdev-2.6.0-2-i686.pkg.tar.xz)
    > downgrade xorg-server
    Hit "s" key
    Choose 1 (xorg-server-1.9.4.901-1-i686.pkg.tar.xz)
    > downgrade xorg-server-common
    Hit "s" key
    Choose 1 (xorg-server-common-1.9.4.901-1-i686.pkg.tar.xz)
    Be carefull : don't update these 3 packages when updating your system (pacman -Syu) since it is not fixed.
    Last edited by shefla (2011-04-27 22:36:37)

  • X starts then locks up with nvidia drivers

    I've just done a fresh install of arch 64 which boots to cli and runs fine.
    I installed the xorg group and nvidia package, copied over my xorg.conf file from my arch 32 bit setup and started X. I get twm with 3 windows and a clock but the machine locks up and needs a hard reset.
    I also tried installing the official nvidia driver package but that caused the same problems and also gave me errors about libGL.so being corrupt so took that off and went back to the arch package.
    dbus, acpid and hal are all loaded and running.
    I have two 8600GT video cards which are working fine with the same config file in both debian and recently in arch 32 bit.
    The Xorg.0.log file is empty so I've not much to go on.
    What can I do to debug this further?

    i had same preoblem earlier today and im on intel drivers (64bit). worked like a charm yesterday then today when logging into X keyboard and mouse froze, with no help from any logs, althou i run without xorg.conf. tried alot of things and suddenly it worked. sorry i dont know what exactly made it work but thing i looked up was: .xinitrc, rc.conf (removed @ from hal,dbus etc), inittab (had som stupid autostart X that was dodgy, got me into wrong WM), my windowmanager start file, started from both /usr/bin/xinit and startx and then suddenly.. it took me over one hour thou.

  • [SOLVED]startx error with nvidia 740M

    I have very usual problem with my nvidia driver, but none of the solution that I found works. I do search for using bumblebee and other but still not work. I still have same error "no device detected" and "no screen found". I also try to use nvidia-xconfig and Xorg -configure but I still got same result. When I delete the xorg.conf I fallback to use vesa driver, what should I do? sorry for my bad english. here is my Xorg.1.log and xorg.conf
    Xorg.1.log
    [ 2449.439]
    X.Org X Server 1.15.1
    Release Date: 2014-04-13
    [ 2449.439] X Protocol Version 11, Revision 0
    [ 2449.439] Build Operating System: Linux 3.14.0-4-ARCH x86_64
    [ 2449.439] Current Operating System: Linux localhost 3.15.1-1-ARCH #1 SMP PREEMPT Tue Jun 17 09:32:20 CEST 2014 x86_64
    [ 2449.439] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=9b809ed1-15a9-4df5-931c-b081da1ca0fc rw acpi=off i915.modeset=1 quiet
    [ 2449.439] Build Date: 14 April 2014 08:39:09AM
    [ 2449.439]
    [ 2449.439] Current version of pixman: 0.32.4
    [ 2449.439] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 2449.439] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 2449.439] (==) Log file: "/var/log/Xorg.1.log", Time: Thu Jun 26 07:48:32 2014
    [ 2449.439] (==) Using config file: "/etc/X11/xorg.conf"
    [ 2449.439] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 2449.439] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 2449.439] (==) ServerLayout "Layout0"
    [ 2449.439] (**) |-->Screen "Screen0" (0)
    [ 2449.439] (**) | |-->Monitor "Monitor0"
    [ 2449.439] (**) | |-->Device "Device0"
    [ 2449.439] (**) |-->Input Device "Keyboard0"
    [ 2449.439] (**) |-->Input Device "Mouse0"
    [ 2449.439] (==) Automatically adding devices
    [ 2449.439] (==) Automatically enabling devices
    [ 2449.440] (==) Automatically adding GPU devices
    [ 2449.440] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 2449.440] Entry deleted from font path.
    [ 2449.440] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 2449.440] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 2449.440] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 2449.440] (WW) Disabling Keyboard0
    [ 2449.440] (WW) Disabling Mouse0
    [ 2449.440] (II) Loader magic: 0x804c80
    [ 2449.440] (II) Module ABI versions:
    [ 2449.440] X.Org ANSI C Emulation: 0.4
    [ 2449.440] X.Org Video Driver: 15.0
    [ 2449.440] X.Org XInput driver : 20.0
    [ 2449.440] X.Org Server Extension : 8.0
    [ 2449.441] (--) PCI:*(0:0:2:0) 8086:0a16:1028:0616 rev 9, Mem @ 0xf1000000/4194304, 0xe0000000/268435456, I/O @ 0x00006000/64
    [ 2449.441] (--) PCI: (0:9:0:0) 10de:1292:1028:0616 rev 161, Mem @ 0xf0000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00003000/128
    [ 2449.441] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 2449.441] Initializing built-in extension Generic Event Extension
    [ 2449.441] Initializing built-in extension SHAPE
    [ 2449.441] Initializing built-in extension MIT-SHM
    [ 2449.441] Initializing built-in extension XInputExtension
    [ 2449.441] Initializing built-in extension XTEST
    [ 2449.441] Initializing built-in extension BIG-REQUESTS
    [ 2449.441] Initializing built-in extension SYNC
    [ 2449.441] Initializing built-in extension XKEYBOARD
    [ 2449.441] Initializing built-in extension XC-MISC
    [ 2449.441] Initializing built-in extension SECURITY
    [ 2449.441] Initializing built-in extension XINERAMA
    [ 2449.441] Initializing built-in extension XFIXES
    [ 2449.441] Initializing built-in extension RENDER
    [ 2449.441] Initializing built-in extension RANDR
    [ 2449.441] Initializing built-in extension COMPOSITE
    [ 2449.441] Initializing built-in extension DAMAGE
    [ 2449.441] Initializing built-in extension MIT-SCREEN-SAVER
    [ 2449.441] Initializing built-in extension DOUBLE-BUFFER
    [ 2449.441] Initializing built-in extension RECORD
    [ 2449.441] Initializing built-in extension DPMS
    [ 2449.441] Initializing built-in extension Present
    [ 2449.441] Initializing built-in extension DRI3
    [ 2449.441] Initializing built-in extension X-Resource
    [ 2449.441] Initializing built-in extension XVideo
    [ 2449.441] Initializing built-in extension XVideo-MotionCompensation
    [ 2449.441] Initializing built-in extension XFree86-VidModeExtension
    [ 2449.441] Initializing built-in extension XFree86-DGA
    [ 2449.441] Initializing built-in extension XFree86-DRI
    [ 2449.441] Initializing built-in extension DRI2
    [ 2449.441] (II) "glx" will be loaded by default.
    [ 2449.441] (II) LoadModule: "dri2"
    [ 2449.441] (II) Module "dri2" already built-in
    [ 2449.441] (II) LoadModule: "glamoregl"
    [ 2449.441] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 2449.443] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 2449.444] compiled for 1.15.0, module version = 0.6.0
    [ 2449.444] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 2449.444] (II) LoadModule: "glx"
    [ 2449.444] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 2449.444] (II) Module glx: vendor="X.Org Foundation"
    [ 2449.444] compiled for 1.15.1, module version = 1.0.0
    [ 2449.444] ABI class: X.Org Server Extension, version 8.0
    [ 2449.444] (==) AIGLX enabled
    [ 2449.444] Loading extension GLX
    [ 2449.444] (II) LoadModule: "nvidia"
    [ 2449.444] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 2449.445] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 2449.445] compiled for 4.0.2, module version = 1.0.0
    [ 2449.445] Module class: X.Org Video Driver
    [ 2449.445] (II) NVIDIA dlloader X Driver 337.25 Tue May 27 12:01:55 PDT 2014
    [ 2449.445] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 2449.445] (++) using VT number 1
    [ 2449.445] (EE) No devices detected.
    [ 2449.445] (EE)
    Fatal server error:
    [ 2449.445] (EE) no screens found(EE)
    [ 2449.445] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 2449.445] (EE) Please also check the log file at "/var/log/Xorg.1.log" for additional information.
    [ 2449.445] (EE)
    xorg.conf that nvidia-xconfig generate
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 337.25 (buildmeister@swio-display-x64-rhel04-10) Tue May 27 13:05:19 PDT 2014
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    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 "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Last edited by kal17 (2014-06-26 15:47:04)

    I just try that, and still get error. but the error are slightly different, here it is:
    Xorg0.log
    [ 197.655]
    X.Org X Server 1.15.1
    Release Date: 2014-04-13
    [ 197.714] X Protocol Version 11, Revision 0
    [ 197.735] Build Operating System: Linux 3.14.0-4-ARCH x86_64
    [ 197.756] Current Operating System: Linux localhost 3.15.1-1-ARCH #1 SMP PREEMPT Tue Jun 17 09:32:20 CEST 2014 x86_64
    [ 197.756] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=9b809ed1-15a9-4df5-931c-b081da1ca0fc rw acpi=off i915.modeset=1 quiet
    [ 197.801] Build Date: 14 April 2014 08:39:09AM
    [ 197.823]
    [ 197.844] Current version of pixman: 0.32.4
    [ 197.888] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 197.888] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 197.983] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jun 26 11:37:55 2014
    [ 198.008] (==) Using config file: "/etc/X11/xorg.conf"
    [ 198.033] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 198.034] (==) ServerLayout "Layout0"
    [ 198.034] (**) |-->Screen "Screen0" (0)
    [ 198.034] (**) | |-->Monitor "Monitor0"
    [ 198.034] (**) | |-->Device "Device0"
    [ 198.034] (**) |-->Input Device "Keyboard0"
    [ 198.034] (**) |-->Input Device "Mouse0"
    [ 198.034] (==) Automatically adding devices
    [ 198.034] (==) Automatically enabling devices
    [ 198.034] (==) Automatically adding GPU devices
    [ 198.034] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 198.034] Entry deleted from font path.
    [ 198.034] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 198.034] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 198.034] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 198.034] (WW) Disabling Keyboard0
    [ 198.034] (WW) Disabling Mouse0
    [ 198.034] (II) Loader magic: 0x804c80
    [ 198.034] (II) Module ABI versions:
    [ 198.034] X.Org ANSI C Emulation: 0.4
    [ 198.034] X.Org Video Driver: 15.0
    [ 198.034] X.Org XInput driver : 20.0
    [ 198.034] X.Org Server Extension : 8.0
    [ 198.034] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 198.035] (--) PCI:*(0:0:2:0) 8086:0a16:1028:0616 rev 9, Mem @ 0xf1000000/4194304, 0xe0000000/268435456, I/O @ 0x00006000/64
    [ 198.035] (--) PCI: (0:9:0:0) 10de:1292:1028:0616 rev 161, Mem @ 0xf0000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00003000/128
    [ 198.035] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 198.061] Initializing built-in extension Generic Event Extension
    [ 198.087] Initializing built-in extension SHAPE
    [ 198.113] Initializing built-in extension MIT-SHM
    [ 198.140] Initializing built-in extension XInputExtension
    [ 198.166] Initializing built-in extension XTEST
    [ 198.192] Initializing built-in extension BIG-REQUESTS
    [ 198.219] Initializing built-in extension SYNC
    [ 198.245] Initializing built-in extension XKEYBOARD
    [ 198.272] Initializing built-in extension XC-MISC
    [ 198.298] Initializing built-in extension SECURITY
    [ 198.324] Initializing built-in extension XINERAMA
    [ 198.350] Initializing built-in extension XFIXES
    [ 198.376] Initializing built-in extension RENDER
    [ 198.402] Initializing built-in extension RANDR
    [ 198.429] Initializing built-in extension COMPOSITE
    [ 198.455] Initializing built-in extension DAMAGE
    [ 198.481] Initializing built-in extension MIT-SCREEN-SAVER
    [ 198.507] Initializing built-in extension DOUBLE-BUFFER
    [ 198.533] Initializing built-in extension RECORD
    [ 198.559] Initializing built-in extension DPMS
    [ 198.585] Initializing built-in extension Present
    [ 198.610] Initializing built-in extension DRI3
    [ 198.636] Initializing built-in extension X-Resource
    [ 198.660] Initializing built-in extension XVideo
    [ 198.682] Initializing built-in extension XVideo-MotionCompensation
    [ 198.703] Initializing built-in extension XFree86-VidModeExtension
    [ 198.724] Initializing built-in extension XFree86-DGA
    [ 198.745] Initializing built-in extension XFree86-DRI
    [ 198.765] Initializing built-in extension DRI2
    [ 198.765] (II) LoadModule: "glx"
    [ 198.765] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 198.775] (II) Module glx: vendor="NVIDIA Corporation"
    [ 198.775] compiled for 4.0.2, module version = 1.0.0
    [ 198.775] Module class: X.Org Server Extension
    [ 198.775] (II) NVIDIA GLX Module 337.25 Tue May 27 12:21:38 PDT 2014
    [ 198.796] Loading extension GLX
    [ 198.796] (II) LoadModule: "nvidia"
    [ 198.796] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 198.796] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 198.796] compiled for 4.0.2, module version = 1.0.0
    [ 198.796] Module class: X.Org Video Driver
    [ 198.796] (II) NVIDIA dlloader X Driver 337.25 Tue May 27 12:01:55 PDT 2014
    [ 198.796] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 198.796] (++) using VT number 1
    [ 198.796] (II) Loading sub module "fb"
    [ 198.796] (II) LoadModule: "fb"
    [ 198.797] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 198.797] (II) Module fb: vendor="X.Org Foundation"
    [ 198.797] compiled for 1.15.1, module version = 1.0.0
    [ 198.797] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 198.797] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 198.797] (II) Loading sub module "wfb"
    [ 198.797] (II) LoadModule: "wfb"
    [ 198.797] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 198.797] (II) Module wfb: vendor="X.Org Foundation"
    [ 198.797] compiled for 1.15.1, module version = 1.0.0
    [ 198.797] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 198.797] (II) Loading sub module "ramdac"
    [ 198.797] (II) LoadModule: "ramdac"
    [ 198.797] (II) Module "ramdac" already built-in
    [ 198.797] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 198.797] (==) NVIDIA(0): RGB weight 888
    [ 198.797] (==) NVIDIA(0): Default visual is TrueColor
    [ 198.797] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 198.798] (**) NVIDIA(0): Enabling 2D acceleration
    [ 198.810] (EE) NVIDIA(GPU-0): Failed to initialize the NVIDIA GPU at PCI:9:0:0. Please
    [ 198.810] (EE) NVIDIA(GPU-0): check your system's kernel log for additional error
    [ 198.810] (EE) NVIDIA(GPU-0): messages and refer to Chapter 8: Common Problems in the
    [ 198.810] (EE) NVIDIA(GPU-0): README for additional information.
    [ 198.810] (EE) NVIDIA(GPU-0): Failed to initialize the NVIDIA graphics device!
    [ 198.810] (EE) NVIDIA(0): Failing initialization of X screen 0
    [ 198.810] (II) UnloadModule: "nvidia"
    [ 198.810] (II) UnloadSubModule: "wfb"
    [ 198.810] (II) UnloadSubModule: "fb"
    [ 198.810] (EE) Screen(s) found, but none have a usable configuration.
    [ 198.810] (EE)
    Fatal server error:
    [ 198.810] (EE) no screens found(EE)
    [ 198.810] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 198.810] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 198.810] (EE)
    [ 198.926] (EE) Server terminated with error (1). Closing log file.
    I also tried to use nouveau but I still error.

  • [SOLVED] Boot Resolution with Intel Haswell GPU and KMS

    Dear All,
         This thread is a follow up of this one: https://bbs.archlinux.org/viewtopic.php?id=189562. I created a new thread as I think the focus of the problem has shifted and the old title might be misleading and lead to helpful people ignoring the thread. I hope this is ok. Please correct me if I did not behave correctly.
    I think most of the "flashes" I see come from X switching from native resolution (3200x1800) which is used when starting, to 1920x1080, which I set in the configuration file.
    So my question is: how can I have the 1920x1080 resolution at boot (i.e. during early boot, using the KMS and including the i915 driver in mkinitcipo?):
    I tried:
    1) Creating the configuration file in xorg.conf.d and including it into the mkinicpio
    2) Setting the GRUB_GFX_MODE
    3) Using the EDID method (with built-in resolution 1920x1080) as described here: https://wiki.archlinux.org/index.php/ke … s_and_EDID
    4) Using uvesafb as described in the WIKI: https://wiki.archlinux.org/index.php/uvesafb
    Nothing worked. X starts during boot always with the same native resolution, the switches to 1920x1080 when GDM starts. Can you please suggest a method to set the boot resolution? It is for sure technically possible as Ubuntu does it when installed on the same hardware.. I think I just haven't found a way...
    Valerio
    Last edited by valmar (2014-11-10 15:15:07)

    Ok, answering my own question, it would appear that adding video=1920x1080 does the trick. However, I still see a lot of flashing (I think that people call it flickering)

  • Limited to one display mode with new nvidia drivers

    I have a problem with nvidia drivers after 8178
    I can get any display mode to work as long as i specify only one mode.
    If i enter more modes in my xorg.conf, it will ignore all those modes and revert back to nvidia-auto-select (wich is 1024x768 in my case)
    Anyway, i'm not able to change resolutions using xrandr for example. I need this for some applications that require to run in a different display mode ( old windows games i run using wine for example)
    When i run X -logverbose 5 it becomes clear that all my monitor's supported modes are in the display pool.
    I have also put in gtp generated modelines for all the modes i might need.
    I really need a solution to this as i will probably no longer be able to use 8178 when xorg7.1 hits current.
    This is what i have in my xorg.conf:
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "AlwaysCore"
    InputDevice "Mouse1" "CorePointer"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/local/"
    FontPath "/usr/share/fonts/misc/:unscaled"
    FontPath "/usr/share/fonts/100dpi/:unscaled"
    FontPath "/usr/share/fonts/75dpi/:unscaled"
    FontPath "/usr/share/fonts/misc/"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/CID/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    FontPath "/usr/share/fonts/cyrillic/"
    FontPath "/usr/share/fonts/TTF/"
    FontPath "/usr/share/fonts/PEX"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    SubSection "extmod"
    # Option "omit xfree86-dga"
    EndSubSection
    Load "dbe"
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx"
    Load "bitmap"
    Load "ddc"
    Load "int10"
    Load "record"
    # Load "speedo"
    Load "vbe"
    # Load "xf8_32bpp.so"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "evdev"
    # Option "Protocol" "Explorerps/2"
    Option "Device" "/dev/input/mx1000"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "11 12"
    Option "Dev Name" "Logitech USB Receiver" # cat /proc/bus/input/devices
    Option "Dev Phys" "usb-*/input0" # cat /proc/bus/input/devices
    Option "Buttons" "12"
    Option "Resolution" "800"
    EndSection
    Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/input/mice"
    Option "Buttons" "5"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbRules" "xorg"
    Option "XkbModel" "microsoftinet"
    Option "XkbLayout" "us"
    Option "XkbVariant" ",qwerty"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    # VendorName "Iiyama"
    # ModelName "A901HT"
    ModelName "IVM:0119"
    HorizSync 27.0 - 115.0
    VertRefresh 50.0 - 160.0
    # Option "DPMS"
    Modeline "1600x1200_100.00" 280.64 1600 1728 1904 2208 1200 1201 1204 1271 -HSync +Vsync
    Modeline "1600x1200_85.00" 234.76 1600 1720 1896 2192 1200 1201 1204 1260 -HSync +Vsync
    Modeline "1600x1200_75.00" 205.99 1600 1720 1896 2192 1200 1201 1204 1253 -HSync +Vsync
    Modeline "1600x1200_60.00" 160.96 1600 1704 1880 2160 1200 1201 1204 1242 -HSync +Vsync
    Modeline "1280x1024_100.00" 190.96 1280 1376 1520 1760 1024 1025 1028 1085 -HSync +Vsync
    Modeline "1280x1024_85.00" 159.36 1280 1376 1512 1744 1024 1025 1028 1075 -HSync +Vsync
    Modeline "1280x1024_75.00" 138.54 1280 1368 1504 1728 1024 1025 1028 1069 -HSync +Vsync
    Modeline "1280x1024_60.00" 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -HSync +Vsync
    Modeline "1152x864_100.00" 143.47 1152 1232 1360 1568 864 865 868 915 -HSync +Vsync
    Modeline "1152x864_85.00" 119.65 1152 1224 1352 1552 864 865 868 907 -HSync +Vsync
    Modeline "1152x864_75.00" 104.99 1152 1224 1352 1552 864 865 868 902 -HSync +Vsync
    Modeline "1152x864_60.00" 81.62 1152 1216 1336 1520 864 865 868 895 -HSync +Vsync
    Modeline "1024x768_100.00" 113.31 1024 1096 1208 1392 768 769 772 814 -HSync +Vsync
    Modeline "1024x768_85.00" 94.39 1024 1088 1200 1376 768 769 772 807 -HSync +Vsync
    Modeline "1024x768_75.00" 81.80 1024 1080 1192 1360 768 769 772 802 -HSync +Vsync
    Modeline "1024x768_60.00" 64.11 1024 1080 1184 1344 768 769 772 795 -HSync +Vsync
    Modeline "800x600_85.00" 56.55 800 840 928 1056 600 601 604 630 -HSync +Vsync
    Modeline "800x600_75.00" 48.91 800 840 920 1040 600 601 604 627 -HSync +Vsync
    Modeline "800x600_60.00" 38.22 800 832 912 1024 600 601 604 622 -HSync +Vsync
    Modeline "640x480_85.00" 35.71 640 672 736 832 480 481 484 505 -HSync +Vsync
    Modeline "640x480_75.00" 30.72 640 664 728 816 480 481 484 502 -HSync +Vsync
    Modeline "640x480_60.00" 23.86 640 656 720 800 480 481 484 497 -HSync +Vsync
    Modeline "320x240_60.00" 5.26 320 304 336 352 240 241 244 249 -HSync +Vsync
    Modeline "320x200_60.00" 4.19 320 304 328 336 200 201 204 208 -HSync +Vsync
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    Option "NvAGP" "3"
    Option "RenderAccel" "TRUE"
    Option "NoLogo" "on"
    Option "RandRRotation" "TRUE"
    # Option "CursorShadow" "FALSE"
    # Option "ConnectedMonitor" "CRT"
    # Option "UseEDIDFreqs" "FALSE"
    # Option "UseEDIDDpi" "FALSE"
    # Option "ModeValidation" "NoEdidModes"
    # Option "ModeValidation" "AllowNon60HzDFPModes"
    # Option "UseEDID" "FALSE"
    Option "IgnoreDisplayDevices" "CRT"
    Option "DPI" "96 x 96"
    Option "Coolbits" "1"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 32
    Modes "1280x1024"
    # Visual StaticGray
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1280x1024_85"
    # Modes "1280x1024_85 1152x864 1024x768 800x600 640x480 320x240 320x200"
    # Visual StaticGray
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1280x1024_85"
    # Visual StaticGray
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "800x600_75"
    # Visual StaticGray
    EndSubSection
    EndSection
    #Section "DRI"
    # Mode "0666"
    #EndSection
    All the EDID specific options i have commented out appeared to be useless.
    The following Xorg.0.log was generated using only one mode, resulting in X running in 1280x1024@85hz (logverbose level 5)
    [code]
    X Window System Version 7.0.0
    Release Date: 21 December 2005
    X Protocol Version 11, Revision 0, Release 7.0
    Build Operating System:Linux 2.6.16-ARCH i686
    Current Operating System: Linux Orthanc 2.6.17.11 #1 PREEMPT Fri Aug 25 08:31:05 CEST 2006 i686
    Build Date: 21 June 2006
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Tue Aug 29 13:57:46 2006
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Layout0"
    (**) |-->Screen "Screen0" (0)
    (**) |   |-->Monitor "Monitor0"
    (**) |   |-->Device "Device0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "Mouse1"
    (WW) The directory "/usr/share/fonts/local/" does not exist.
        Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/CID/" does not exist.
        Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/PEX" does not exist.
        Entry deleted from font path.
    (**) FontPath set to "/usr/share/fonts/misc/:unscaled,/usr/share/fonts/100dpi/:unscaled,/usr/share/fonts/75dpi/:unscaled,/usr/share/fonts/misc/,/usr/share/fonts/Type1/,/usr/share/fonts/100dpi/,/usr/share/fonts/75dpi/,/usr/share/fonts/cyrillic/,/usr/share/fonts/TTF/,/usr/share/fonts/Type1"
    (**) RgbPath set to "/usr/share/X11/rgb"
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (II) Module ABI versions:
        X.Org ANSI C Emulation: 0.2
        X.Org Video Driver: 0.8
        X.Org XInput driver : 0.5
        X.Org Server Extension : 0.2
        X.Org Font Renderer : 0.4
    (II) Loader running on linux
    (II) LoadModule: "bitmap"
    (II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
    (II) Module bitmap: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
    (II) Loading font Bitmap
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules/libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.8
    (--) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 8086,2560 card 1043,80b2 rev 02 class 06,00,00 hdr 00
    (II) PCI: 00:01:0: chip 8086,2561 card 0000,0000 rev 02 class 06,04,00 hdr 01
    (II) PCI: 00:1d:0: chip 8086,24c2 card 1043,8089 rev 02 class 0c,03,00 hdr 80
    (II) PCI: 00:1d:1: chip 8086,24c4 card 1043,8089 rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:2: chip 8086,24c7 card 1043,8089 rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:7: chip 8086,24cd card 1043,8089 rev 02 class 0c,03,20 hdr 00
    (II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 82 class 06,04,00 hdr 01
    (II) PCI: 00:1f:0: chip 8086,24c0 card 0000,0000 rev 02 class 06,01,00 hdr 80
    (II) PCI: 00:1f:1: chip 8086,24cb card 1043,8089 rev 02 class 01,01,8a hdr 00
    (II) PCI: 01:00:0: chip 10de,0312 card 1043,80e7 rev a1 class 03,00,00 hdr 00
    (II) PCI: 02:05:0: chip 14e4,4401 card 1043,80a8 rev 01 class 02,00,00 hdr 00
    (II) PCI: 02:0c:0: chip 105a,4d69 card 105a,4d68 rev 02 class 01,80,85 hdr 00
    (II) PCI: 02:0d:0: chip 1102,0004 card 1102,0051 rev 03 class 04,01,00 hdr 80
    (II) PCI: 02:0d:1: chip 1102,7003 card 1102,0040 rev 03 class 09,80,00 hdr 80
    (II) PCI: 02:0d:2: chip 1102,4001 card 1102,0010 rev 00 class 0c,00,10 hdr 80
    (II) PCI: End of PCI scan
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
        [0] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[B]
    (II) Bus 0 non-prefetchable memory range:
        [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[B]
    (II) Bus 0 prefetchable memory range:
        [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[B]
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 1 non-prefetchable memory range:
        [0] -1    0    0xde000000 - 0xdfdfffff (0x1e00000) MX[B]
    (II) Bus 1 prefetchable memory range:
        [0] -1    0    0xdff00000 - 0xefffffff (0x10100000) MX[B]
    (II) PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0006 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
        [0] -1    0    0x00009000 - 0x000090ff (0x100) IX[B]
        [1] -1    0    0x00009400 - 0x000094ff (0x100) IX[B]
        [2] -1    0    0x00009800 - 0x000098ff (0x100) IX[B]
        [3] -1    0    0x00009c00 - 0x00009cff (0x100) IX[B]
        [4] -1    0    0x0000a000 - 0x0000a0ff (0x100) IX[B]
        [5] -1    0    0x0000a400 - 0x0000a4ff (0x100) IX[B]
        [6] -1    0    0x0000a800 - 0x0000a8ff (0x100) IX[B]
        [7] -1    0    0x0000ac00 - 0x0000acff (0x100) IX[B]
        [8] -1    0    0x0000b000 - 0x0000b0ff (0x100) IX[B]
        [9] -1    0    0x0000b400 - 0x0000b4ff (0x100) IX[B]
        [10] -1    0    0x0000b800 - 0x0000b8ff (0x100) IX[B]
        [11] -1    0    0x0000bc00 - 0x0000bcff (0x100) IX[B]
    (II) Bus 2 non-prefetchable memory range:
        [0] -1    0    0xdb800000 - 0xdd7fffff (0x2000000) MX[B]
    (II) Bus 2 prefetchable memory range:
        [0] -1    0    0xdfe00000 - 0xdfefffff (0x100000) MX[B]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (--) PCI:*(1:0:0) nVidia Corporation NV31 [GeForce FX 5600] rev 161, Mem @ 0xde000000/24, 0xe0000000/28, BIOS @ 0xdffe0000/17
    (II) Addressable bus resource ranges are
        [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[B]
    (II) OS-reported resource ranges:
        [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    (II) PCI Memory resource overlap reduced 0xf0000000 from 0xf7ffffff to 0xefffffff
    (II) Active PCI resource ranges:
        [0] -1    0    0xdb800000 - 0xdb803fff (0x4000) MX[B]
        [1] -1    0    0xdc000000 - 0xdc0007ff (0x800) MX[B]
        [2] -1    0    0xdfe00000 - 0xdfe03fff (0x4000) MX[B]
        [3] -1    0    0xdc800000 - 0xdc803fff (0x4000) MX[B]
        [4] -1    0    0xdd000000 - 0xdd001fff (0x2000) MX[B]
        [5] -1    0    0x30000000 - 0x300003ff (0x400) MX[B]
        [6] -1    0    0xdd800000 - 0xdd8003ff (0x400) MX[B]
        [7] -1    0    0xf0000000 - 0xefffffff (0x0) MX[B]O
        [8] -1    0    0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)
        [9] -1    0    0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [10] -1    0    0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
        [11] -1    0    0x00009800 - 0x00009807 (0x8) IX[B]
        [12] -1    0    0x0000a000 - 0x0000a01f (0x20) IX[B]
        [13] -1    0    0x0000a400 - 0x0000a40f (0x10) IX[B]
        [14] -1    0    0x0000a800 - 0x0000a803 (0x4) IX[B]
        [15] -1    0    0x0000b000 - 0x0000b007 (0x8) IX[B]
        [16] -1    0    0x0000b400 - 0x0000b403 (0x4) IX[B]
        [17] -1    0    0x0000b800 - 0x0000b807 (0x8) IX[B]
        [18] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[B]
        [19] -1    0    0x0000d000 - 0x0000d01f (0x20) IX[B]
        [20] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
        [21] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
    (II) Active PCI resource ranges after removing overlaps:
        [0] -1    0    0xdb800000 - 0xdb803fff (0x4000) MX[B]
        [1] -1    0    0xdc000000 - 0xdc0007ff (0x800) MX[B]
        [2] -1    0    0xdfe00000 - 0xdfe03fff (0x4000) MX[B]
        [3] -1    0    0xdc800000 - 0xdc803fff (0x4000) MX[B]
        [4] -1    0    0xdd000000 - 0xdd001fff (0x2000) MX[B]
        [5] -1    0    0x30000000 - 0x300003ff (0x400) MX[B]
        [6] -1    0    0xdd800000 - 0xdd8003ff (0x400) MX[B]
        [7] -1    0    0xf0000000 - 0xefffffff (0x0) MX[B]O
        [8] -1    0    0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)
        [9] -1    0    0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [10] -1    0    0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
        [11] -1    0    0x00009800 - 0x00009807 (0x8) IX[B]
        [12] -1    0    0x0000a000 - 0x0000a01f (0x20) IX[B]
        [13] -1    0    0x0000a400 - 0x0000a40f (0x10) IX[B]
        [14] -1    0    0x0000a800 - 0x0000a803 (0x4) IX[B]
        [15] -1    0    0x0000b000 - 0x0000b007 (0x8) IX[B]
        [16] -1    0    0x0000b400 - 0x0000b403 (0x4) IX[B]
        [17] -1    0    0x0000b800 - 0x0000b807 (0x8) IX[B]
        [18] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[B]
        [19] -1    0    0x0000d000 - 0x0000d01f (0x20) IX[B]
        [20] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
        [21] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
    (II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1    0    0x00100000 - 0x2fffffff (0x2ff00000) MX[B]E(B)
        [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    (II) All system resource ranges:
        [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1    0    0x00100000 - 0x2fffffff (0x2ff00000) MX[B]E(B)
        [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1    0    0xdb800000 - 0xdb803fff (0x4000) MX[B]
        [6] -1    0    0xdc000000 - 0xdc0007ff (0x800) MX[B]
        [7] -1    0    0xdfe00000 - 0xdfe03fff (0x4000) MX[B]
        [8] -1    0    0xdc800000 - 0xdc803fff (0x4000) MX[B]
        [9] -1    0    0xdd000000 - 0xdd001fff (0x2000) MX[B]
        [10] -1    0    0x30000000 - 0x300003ff (0x400) MX[B]
        [11] -1    0    0xdd800000 - 0xdd8003ff (0x400) MX[B]
        [12] -1    0    0xf0000000 - 0xefffffff (0x0) MX[B]O
        [13] -1    0    0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)
        [14] -1    0    0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [15] -1    0    0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
        [16] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [17] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
        [18] -1    0    0x00009800 - 0x00009807 (0x8) IX[B]
        [19] -1    0    0x0000a000 - 0x0000a01f (0x20) IX[B]
        [20] -1    0    0x0000a400 - 0x0000a40f (0x10) IX[B]
        [21] -1    0    0x0000a800 - 0x0000a803 (0x4) IX[B]
        [22] -1    0    0x0000b000 - 0x0000b007 (0x8) IX[B]
        [23] -1    0    0x0000b400 - 0x0000b403 (0x4) IX[B]
        [24] -1    0    0x0000b800 - 0x0000b807 (0x8) IX[B]
        [25] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[B]
        [26] -1    0    0x0000d000 - 0x0000d01f (0x20) IX[B]
        [27] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
        [28] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "extmod"
    (II) Reloading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "type1"
    (II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
    (II) Module type1: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
    (II) Loading font Type1
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 7.0.0, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
    (II) Loading font FreeType
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.8774
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.1
    (II) Loading extension GLX
    (II) LoadModule: "bitmap"
    (II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
    (II) Loading font Bitmap
    (II) LoadModule: "ddc"
    (II) Loading /usr/lib/xorg/modules/libddc.so
    (II) Module ddc: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.8
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules/libint10.so
    (II) Module int10: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.8
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    (II) Module record: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
    (II) Loading extension RECORD
    (II) LoadModule: "vbe"
    (II) Loading /usr/lib/xorg/modules/libvbe.so
    (II) Module vbe: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.1.0
        ABI class: X.Org Video Driver, version 0.8
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.8774
        Module class: X.Org Video Driver
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.5
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
        compiled for 0.0.0, module version = 1.1.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.5
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.4
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.5
    (II) NVIDIA dlloader X Driver  1.0-8774  Tue Aug  1 20:55:35 PDT 2006
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 01:00:0
    (--) Assigning device section with no busID to primary device
    (--) Chipset NVIDIA GPU found
    (II) Found 1 NVIDIA X Screens
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules/libfb.so
    (II) Module fb: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.2
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Loading /usr/lib/xorg/modules/libramdac.so
    (II) Module ramdac: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 0.1.0
        ABI class: X.Org Video Driver, version 0.8
    (II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1    0    0x00100000 - 0x2fffffff (0x2ff00000) MX[B]E(B)
        [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1    0    0xdb800000 - 0xdb803fff (0x4000) MX[B]
        [6] -1    0    0xdc000000 - 0xdc0007ff (0x800) MX[B]
        [7] -1    0    0xdfe00000 - 0xdfe03fff (0x4000) MX[B]
        [8] -1    0    0xdc800000 - 0xdc803fff (0x4000) MX[B]
        [9] -1    0    0xdd000000 - 0xdd001fff (0x2000) MX[B]
        [10] -1    0    0x30000000 - 0x300003ff (0x400) MX[B]
        [11] -1    0    0xdd800000 - 0xdd8003ff (0x400) MX[B]
        [12] -1    0    0xf0000000 - 0xefffffff (0x0) MX[B]O
        [13] -1    0    0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)
        [14] -1    0    0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [15] -1    0    0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
        [16] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [17] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
        [18] -1    0    0x00009800 - 0x00009807 (0x8) IX[B]
        [19] -1    0    0x0000a000 - 0x0000a01f (0x20) IX[B]
        [20] -1    0    0x0000a400 - 0x0000a40f (0x10) IX[B]
        [21] -1    0    0x0000a800 - 0x0000a803 (0x4) IX[B]
        [22] -1    0    0x0000b000 - 0x0000b007 (0x8) IX[B]
        [23] -1    0    0x0000b400 - 0x0000b403 (0x4) IX[B]
        [24] -1    0    0x0000b800 - 0x0000b807 (0x8) IX[B]
        [25] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[B]
        [26] -1    0    0x0000d000 - 0x0000d01f (0x20) IX[B]
        [27] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
        [28] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
    (II) resource ranges after probing:
        [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1    0    0x00100000 - 0x2fffffff (0x2ff00000) MX[B]E(B)
        [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1    0    0xdb800000 - 0xdb803fff (0x4000) MX[B]
        [6] -1    0    0xdc000000 - 0xdc0007ff (0x800) MX[B]
        [7] -1    0    0xdfe00000 - 0xdfe03fff (0x4000) MX[B]
        [8] -1    0    0xdc800000 - 0xdc803fff (0x4000) MX[B]
        [9] -1    0    0xdd000000 - 0xdd001fff (0x2000) MX[B]
        [10] -1    0    0x30000000 - 0x300003ff (0x400) MX[B]
        [11] -1    0    0xdd800000 - 0xdd8003ff (0x400) MX[B]
        [12] -1    0    0xf0000000 - 0xefffffff (0x0) MX[B]O
        [13] -1    0    0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)
        [14] -1    0    0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [15] -1    0    0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
        [16] 0    0    0x000a0000 - 0x000affff (0x10000) MS[B]
        [17] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [18] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[B]
        [19] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [20] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
        [21] -1    0    0x00009800 - 0x00009807 (0x8) IX[B]
        [22] -1    0    0x0000a000 - 0x0000a01f (0x20) IX[B]
        [23] -1    0    0x0000a400 - 0x0000a40f (0x10) IX[B]
        [24] -1    0    0x0000a800 - 0x0000a803 (0x4) IX[B]
        [25] -1    0    0x0000b000 - 0x0000b007 (0x8) IX[B]
        [26] -1    0    0x0000b400 - 0x0000b403 (0x4) IX[B]
        [27] -1    0    0x0000b800 - 0x0000b807 (0x8) IX[B]
        [28] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[B]
        [29] -1    0    0x0000d000 - 0x0000d01f (0x20) IX[B]
        [30] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
        [31] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
        [32] 0    0    0x000003b0 - 0x000003bb (0xc) IS[B]
        [33] 0    0    0x000003c0 - 0x000003df (0x20) IS[B]
    (II) Setting vga for screen 0.
    (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Option "NoLogo" "on"
    (**) NVIDIA(0): Option "NvAGP" "3"
    (**) NVIDIA(0): Option "RenderAccel" "TRUE"
    (**) NVIDIA(0): Option "RandRRotation" "TRUE"
    (**) NVIDIA(0): Option "Coolbits" "1"
    (**) NVIDIA(0): Option "DPI" "96 x 96"
    (==) NVIDIA(0): Using HW cursor
    (**) NVIDIA(0): Enabling RENDER acceleration
    (==) NVIDIA(0): Video key set to default value of 0x101fe
    (II) NVIDIA(0): NVIDIA GPU GeForce FX 5600 at PCI:1:0:0
    (--) NVIDIA(0): VideoRAM: 131072 kBytes
    (II) NVIDIA(0): GPU Architecture: 0x30
    (II) NVIDIA(0): GPU Implementation: 0x31
    (II) NVIDIA(0): GPU Revision: 0xa1
    (--) NVIDIA(0): VideoBIOS: 04.31.20.28.00
    (--) NVIDIA(0): Found 2 CRTCs on board
    (II) NVIDIA(0): Supported display device(s): CRT-0, CRT-1, DFP-0, DFP-1, TV-0
    (II) NVIDIA(0): Bus detected as AGP
    (II) NVIDIA(0): Detected AGP rate: 4X
    (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    (II) NVIDIA(0):
    (II) NVIDIA(0): Mode timing constraints for  : GeForce FX 5600
    (II) NVIDIA(0): Maximum mode timing values   :
    (II) NVIDIA(0):     Horizontal Visible Width : 8192
    (II) NVIDIA(0):     Horizontal Blank Start   : 8192
    (II) NVIDIA(0):     Horizontal Blank Width   : 4096
    (II) NVIDIA(0):     Horizontal Sync Start    : 8184
    (II) NVIDIA(0):     Horizontal Sync Width    : 504
    (II) NVIDIA(0):     Horizontal Total Width   : 8224
    (II) NVIDIA(0):     Vertical Visible Height  : 8192
    (II) NVIDIA(0):     Vertical Blank Start     : 8192
    (II) NVIDIA(0):     Vertical Blank Width     : 256
    (II) NVIDIA(0):     Veritcal Sync Start      : 8191
    (II) NVIDIA(0):     Vertical Sync Width      : 15
    (II) NVIDIA(0):     Vertical Total Height    : 8193
    (II) NVIDIA(0):
    (II) NVIDIA(0): Minimum mode timing values   :
    (II) NVIDIA(0):     Horizontal Total Width   : 40
    (II) NVIDIA(0):     Vertical Total Height    : 2
    (II) NVIDIA(0):
    (II) NVIDIA(0): Mode timing alignment        :
    (II) NVIDIA(0):     Horizontal Visible Width : multiples of 8
    (II) NVIDIA(0):     Horizontal Blank Start   : multiples of 8
    (II) NVIDIA(0):     Horizontal Blank Width   : multiples of 8
    (II) NVIDIA(0):     Horizontal Sync Start    : multiples of 8
    (II) NVIDIA(0):     Horizontal Sync Width    : multiples of 8
    (II) NVIDIA(0):     Horizontal Total Width   : multiples of 8
    (II) NVIDIA(0):
    (--) NVIDIA(0): Connected display device(s) on GeForce FX 5600 at PCI:1:0:0:
    (--) NVIDIA(0):     Iiyama (CRT-0)
    (--) NVIDIA(0): Iiyama (CRT-0): 350.0 MHz maximum pixel clock
    (--) NVIDIA(0):
    (--) NVIDIA(0): --- EDID for Iiyama (CRT-0) ---
    (--) NVIDIA(0): EDID Version                 : 1.1
    (--) NVIDIA(0): Manufacturer                 : IVM
    (--) NVIDIA(0): Monitor Name                 : Iiyama
    (--) NVIDIA(0): Product ID                   : 6401
    (--) NVIDIA(0): 32-bit Serial Number         : 0
    (--) NVIDIA(0): Serial Number String         :
    (--) NVIDIA(0): Manufacture Date             : 2000, week 30
    (--) NVIDIA(0): DPMS Capabilities            : Standby Suspend Active Off
    (--) NVIDIA(0): Prefer first detailed timing : No
    (--) NVIDIA(0): Supports GTF                 : No
    (--) NVIDIA(0): Maximum Image Size           : 360mm x 270mm
    (--) NVIDIA(0): Valid HSync Range            : 31 kHz - 106 kHz
    (--) NVIDIA(0): Valid VRefresh Range         : 56 Hz - 85 Hz
    (--) NVIDIA(0): EDID maximum pixel clock     : 229.5 MHz
    (--) NVIDIA(0):
    (--) NVIDIA(0): Established Timings:
    (--) NVIDIA(0):   640  x 480  @ 60 Hz
    (--) NVIDIA(0):   640  x 480  @ 72 Hz
    (--) NVIDIA(0):   640  x 480  @ 75 Hz
    (--) NVIDIA(0):   800  x 600  @ 56 Hz
    (--) NVIDIA(0):   800  x 600  @ 60 Hz
    (--) NVIDIA(0):   800  x 600  @ 72 Hz
    (--) NVIDIA(0):   800  x 600  @ 75 Hz
    (--) NVIDIA(0):   1024 x 768  @ 60 Hz
    (--) NVIDIA(0):   1024 x 768  @ 70 Hz
    (--) NVIDIA(0):   1024 x 768  @ 75 Hz
    (--) NVIDIA(0):   1280 x 1024 @ 75 Hz
    (--) NVIDIA(0):
    (--) NVIDIA(0): Standard Timings:
    (--) NVIDIA(0):   1600 x 1200 @ 60 Hz
    (--) NVIDIA(0):   1600 x 1200 @ 70 Hz
    (--) NVIDIA(0):   1600 x 1200 @ 75 Hz
    (--) NVIDIA(0):   1600 x 1200 @ 85 Hz
    (--) NVIDIA(0):
    (--) NVIDIA(0): --- End of EDID for Iiyama (CRT-0) ---
    (--) NVIDIA(0):
    (II) NVIDIA(0): Frequency information for Iiyama (CRT-0):
    (II) NVIDIA(0):   HorizSync   : 31.000-106.000 kHz
    (II) NVIDIA(0):   VertRefresh : 56.000-85.000 Hz
    (II) NVIDIA(0):     (HorizSync from EDID)
    (II) NVIDIA(0):     (VertRefresh from EDID)
    (II) NVIDIA(0):
    (II) NVIDIA(0): --- Modes in ModePool for Iiyama (CRT-0) ---
    (II) NVIDIA(0): "nvidia-auto-select"   : 1024 x  768 @  85.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1920x1200"            : 1920 x 1200 @  70.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1920x1200_70"         : 1920 x 1200 @  70.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1920x1200_60"         : 1920 x 1200 @  60.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1856x1392"            : 1856 x 1392 @  60.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1856x1392_60"         : 1856 x 1392 @  60.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1792x1344"            : 1792 x 1344 @  60.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1792x1344_60"         : 1792 x 1344 @  60.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1680x1050"            : 1680 x 1050 @  85.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1680x1050_85"         : 1680 x 1050 @  85.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1680x1050_75"         : 1680 x 1050 @  75.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1680x1050_70"         : 1680 x 1050 @  70.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1680x1050_60"         : 1680 x 1050 @  60.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1600x1200"            : 1600 x 1200 @  85.0 Hz  (from: X Server, VESA, EDID)
    (II) NVIDIA(0): "1600x1200_85"         : 1600 x 1200 @  85.0 Hz  (from: X Server, VESA, EDID)
    (II) NVIDIA(0): "1600x1200_75"         : 1600 x 1200 @  75.0 Hz  (from: X Server, VESA, EDID)
    (II) NVIDIA(0): "1600x1200_70"         : 1600 x 1200 @  70.0 Hz  (from: X Server, VESA, EDID)
    (II) NVIDIA(0): "1600x1200_65"         : 1600 x 1200 @  65.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1600x1200_60"         : 1600 x 1200 @  60.0 Hz  (from: X Server, VESA, EDID)
    (II) NVIDIA(0): "1600x1024"            : 1600 x 1024 @  60.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1600x1024_60"         : 1600 x 1024 @  60.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1400x1050"            : 1400 x 1050 @  85.3 Hz  (from: X Server)
    (II) NVIDIA(0): "1400x1050_85"         : 1400 x 1050 @  85.3 Hz  (from: X Server)
    (II) NVIDIA(0): "1400x1050_85_0"       : 1400 x 1050 @  85.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1400x1050_75"         : 1400 x 1050 @  74.8 Hz  (from: X Server)
    (II) NVIDIA(0): "1400x1050_70"         : 1400 x 1050 @  70.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1400x1050_70_0"       : 1400 x 1050 @  70.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1400x1050_60"         : 1400 x 1050 @  60.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x1024"            : 1280 x 1024 @  85.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1280x1024_85.00"      : 1280 x 1024 @  85.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1280x1024_75.00"      : 1280 x 1024 @  75.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1280x1024_60.00"      : 1280 x 1024 @  60.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1280x1024_85_0"       : 1280 x 1024 @  85.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1280x1024_85"         : 1280 x 1024 @  85.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1280x1024_75"         : 1280 x 1024 @  75.0 Hz  (from: X Server, VESA, EDID)
    (II) NVIDIA(0): "1280x1024_75_0"       : 1280 x 1024 @  75.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1280x1024_60_0"       : 1280 x 1024 @  60.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1280x1024_60"         : 1280 x 1024 @  60.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1280x960"             : 1280 x  960 @  85.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1280x960_85"          : 1280 x  960 @  85.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1280x960_60"          : 1280 x  960 @  60.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1280x800"             : 1280 x  800 @  85.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x800_85"          : 1280 x  800 @  85.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x800_75"          : 1280 x  800 @  75.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x800_70"          : 1280 x  800 @  70.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x800d60"          : 1280 x  800 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "1280x800_60"          : 1280 x  800 @  60.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x768"             : 1280 x  768 @  85.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x768_85"          : 1280 x  768 @  85.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x768_75"          : 1280 x  768 @  75.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x768_70"          : 1280 x  768 @  70.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x768_60"          : 1280 x  768 @  60.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x720"             : 1280 x  720 @  85.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x720_85"          : 1280 x  720 @  85.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x720_75"          : 1280 x  720 @  75.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x720_70"          : 1280 x  720 @  70.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1280x720_60"          : 1280 x  720 @  60.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1152x864"             : 1152 x  864 @  85.1 Hz  (from: X Server)
    (II) NVIDIA(0): "1152x864_85.00"       : 1152 x  864 @  85.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1152x864_75.00"       : 1152 x  864 @  75.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1152x864_60.00"       : 1152 x  864 @  60.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1152x864_85_0"        : 1152 x  864 @  85.1 Hz  (from: X Server)
    (II) NVIDIA(0): "1152x864_85"          : 1152 x  864 @  85.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1152x864_85_1"        : 1152 x  864 @  85.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1152x864_75_0"        : 1152 x  864 @  75.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1152x864_75"          : 1152 x  864 @  75.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1152x864_75_1"        : 1152 x  864 @  75.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1152x864_70"          : 1152 x  864 @  70.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1152x864_60"          : 1152 x  864 @  60.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1152x864_60_0"        : 1152 x  864 @  60.0 Hz  (from: X Server)
    (II) NVIDIA(0): "1024x768_85.00"       : 1024 x  768 @  85.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1024x768"             : 1024 x  768 @  85.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1024x768_75.00"       : 1024 x  768 @  75.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1024x768_60.00"       : 1024 x  768 @  60.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1024x768_85"          : 1024 x  768 @  85.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1024x768_85_0"        : 1024 x  768 @  85.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1024x768_75_1"        : 1024 x  768 @  75.1 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "1024x768_75"          : 1024 x  768 @  75.0 Hz  (from: EDID)
    (II) NVIDIA(0): "1024x768_75_0"        : 1024 x  768 @  75.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "1024x768_70"          : 1024 x  768 @  70.1 Hz  (from: X Server, VESA, EDID)
    (II) NVIDIA(0): "1024x768d60"          : 1024 x  768 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "1024x768_60"          : 1024 x  768 @  60.0 Hz  (from: X Server, VESA, EDID)
    (II) NVIDIA(0): "1024x768_60_0"        : 1024 x  768 @  60.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "960x720"              :  960 x  720 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "960x720d60"           :  960 x  720 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "960x600"              :  960 x  600 @  75.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "960x600d75"           :  960 x  600 @  75.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "960x600d73"           :  960 x  600 @  72.8 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "960x600d70"           :  960 x  600 @  70.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "960x600d60"           :  960 x  600 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "928x696"              :  928 x  696 @  60.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "928x696d60"           :  928 x  696 @  60.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "896x672"              :  896 x  672 @  75.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "896x672d75"           :  896 x  672 @  75.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "896x672d60"           :  896 x  672 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "848x480"              :  848 x  480 @  85.0 Hz  (from: X Server)
    (II) NVIDIA(0): "848x480_85"           :  848 x  480 @  85.0 Hz  (from: X Server)
    (II) NVIDIA(0): "848x480_75"           :  848 x  480 @  75.0 Hz  (from: X Server)
    (II) NVIDIA(0): "848x480_70"           :  848 x  480 @  70.0 Hz  (from: X Server)
    (II) NVIDIA(0): "840x525"              :  840 x  525 @  85.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "840x525d85"           :  840 x  525 @  85.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "840x525d75"           :  840 x  525 @  75.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "840x525d70"           :  840 x  525 @  70.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "840x525d60"           :  840 x  525 @  60.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "832x624"              :  832 x  624 @  74.5 Hz  (from: X Server)
    (II) NVIDIA(0): "832x624_75"           :  832 x  624 @  74.5 Hz  (from: X Server)
    (II) NVIDIA(0): "800x600"              :  800 x  600 @  85.1 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "800x600_85.00"        :  800 x  600 @  85.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "800x600_75.00"        :  800 x  600 @  75.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "800x600_60.00"        :  800 x  600 @  60.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "800x600_85_0"         :  800 x  600 @  85.1 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "800x600_85"           :  800 x  600 @  85.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "800x600d85"           :  800 x  600 @  85.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "800x600_75_0"         :  800 x  600 @  75.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "800x600_75"           :  800 x  600 @  75.0 Hz  (from: X Server, VESA, EDID)
    (II) NVIDIA(0): "800x600d75"           :  800 x  600 @  75.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "800x600_72"           :  800 x  600 @  72.2 Hz  (from: X Server, VESA, EDID)
    (II) NVIDIA(0): "800x600d70"           :  800 x  600 @  70.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "800x600d65"           :  800 x  600 @  65.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "800x600_60"           :  800 x  600 @  60.3 Hz  (from: X Server, VESA, EDID)
    (II) NVIDIA(0): "800x600_60_0"         :  800 x  600 @  60.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "800x600d60"           :  800 x  600 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "800x600_56"           :  800 x  600 @  56.2 Hz  (from: X Server, VESA, EDID)
    (II) NVIDIA(0): "800x512"              :  800 x  512 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "800x512d60"           :  800 x  512 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "720x400"              :  720 x  400 @  85.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "720x400_85"           :  720 x  400 @  85.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "700x525"              :  700 x  525 @  85.3 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "700x525d85"           :  700 x  525 @  85.3 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "700x525d85_0"         :  700 x  525 @  85.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "700x525d75"           :  700 x  525 @  74.8 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "700x525d70_0"         :  700 x  525 @  70.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "700x525d70"           :  700 x  525 @  70.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "700x525d60"           :  700 x  525 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x512"              :  640 x  512 @  85.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x512d85"           :  640 x  512 @  85.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x512d75"           :  640 x  512 @  75.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x512d60"           :  640 x  512 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x480"              :  640 x  480 @  85.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x480_85.00"        :  640 x  480 @  85.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "640x480_75.00"        :  640 x  480 @  75.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "640x480d85"           :  640 x  480 @  85.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x480_85_0"         :  640 x  480 @  85.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "640x480_85"           :  640 x  480 @  85.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "640x480_75"           :  640 x  480 @  75.0 Hz  (from: X Server, VESA, EDID)
    (II) NVIDIA(0): "640x480_75_0"         :  640 x  480 @  75.0 Hz  (from: Custom ModeLine)
    (II) NVIDIA(0): "640x480_73"           :  640 x  480 @  72.8 Hz  (from: EDID)
    (II) NVIDIA(0): "640x480_73_0"         :  640 x  480 @  72.8 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "640x480d60"           :  640 x  480 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x480_60_0"         :  640 x  480 @  60.0 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "640x480_60"           :  640 x  480 @  60.0 Hz  (from: EDID)
    (II) NVIDIA(0): "640x400"              :  640 x  400 @  85.1 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "640x400_85"           :  640 x  400 @  85.1 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "640x400d85"           :  640 x  400 @  85.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x400d75"           :  640 x  400 @  75.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x400d70"           :  640 x  400 @  70.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x400d60"           :  640 x  400 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x384"              :  640 x  384 @  85.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x384d85"           :  640 x  384 @  85.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x384d75"           :  640 x  384 @  75.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x384d70"           :  640 x  384 @  70.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x384d60"           :  640 x  384 @  60.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x360"              :  640 x  360 @  85.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x360d85"           :  640 x  360 @  85.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x360d75"           :  640 x  360 @  75.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x360d70"           :  640 x  360 @  70.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x360d60"           :  640 x  360 @  60.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "640x350"              :  640 x  350 @  85.1 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "640x350_85"           :  640 x  350 @  85.1 Hz  (from: X Server, VESA)
    (II) NVIDIA(0): "576x432"              :  576 x  432 @  85.2 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "576x432d85"           :  576 x  432 @  85.2 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "576x432d85_0"         :  576 x  432 @  85.1 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "576x432d75"           :  576 x  432 @  75.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0): "576x432d75_0"         :  576 x  432 @  75.0 Hz DoubleScan  (from: X Server)
    (II) NVIDIA(0

    It turns out it won't do any lower than 640x480. These are my changes:
    Modeline "800x600_85.00" 56.55 800 840 928 1056 600 601 604 630 -HSync +Vsync DoubleScan
    Modeline "800x600_75.00" 48.91 800 840 920 1040 600 601 604 627 -HSync +Vsync DoubleScan
    Modeline "800x600_60.00" 38.22 800 832 912 1024 600 601 604 622 -HSync +Vsync DoubleScan
    Modeline "640x480_85.00" 35.71 640 672 736 832 480 481 484 505 -HSync +Vsync DoubleScan
    Modeline "640x480_75.00" 30.72 640 664 728 816 480 481 484 502 -HSync +Vsync DoubleScan
    Modeline "640x480_60.00" 23.86 640 656 720 800 480 481 484 497 -HSync +Vsync DoubleScan
    Modeline "320x240_60.00" 5.26 320 304 336 352 240 241 244 249 -HSync +Vsync DoubleScan
    Modeline "320x200_60.00" 4.19 320 304 328 336 200 201 204 208 -HSync +Vsync DoubleScan
    and
    Modes "1280x1024_85" "1280x1024_75" "1280x1024_60" "1152x864_85" "1152x864_75" "1152x864_60" "1024x768_85" "1024x768_75" "1024x768_60" "800x600_75" "800x600_60" "640x480_75" "640x480_60" "320x240_60" "320x200_60"
    I'm not sure if i did that doublescan thingy right, but it gets completely ignored.

Maybe you are looking for