Evdev + logitech mx510 + xorg patches

I've been trying to get my Logitech Mx510 mouse (10 buttons) working for 2 weeks, on and off, and finally realized today that I would have to patch and rebuild XOrg to make it work.
I know what's required, and I know how to do it, but the technical parts are over my head (patch files confuse me to no end).
Would someone else be willing to help me out with this? I think that several people (fellow gamers?  ) could benefit from having a fully working 7+ button mouse.
Anyways, using the default XOrg PKGBUILD + new patches should work fine, but the Gentoo patches have to be re-written to work with Arch.
Gentoo xorg-evdev patches:
http://dev.gentoo.org/~spyderous/xorg-x … e-v3.patch
http://dev.gentoo.org/~spyderous/xorg-x … d-v2.patch
http://dev.gentoo.org/~spyderous/xorg-x … ouse.patch
All of those need to be rewritten in minor ways to patch Arch's more vanilla sources properly. Like I said, patch files confuse the hell out of me, so someone a bit more intelligent than myself who's willing to help will be my personal hero.  8)
Almost forgot to add a link to the original article that inspired to start all this: Get  all mouse buttons working.
Thank you.

No need to rewrite the Gentoo patches. Just apply the following patch to the the original xorg PKGBUILD:
$ patch -p0 -i xorg-evdev-pkgbuild.patch
Edit the patched PKGBUILD and comment out this line if you don't have a modern CPU with SSE support.
echo $'#define HasKatmaiSupport YESn' >>config/cf/host.def
xorg-evdev-pkgbuild.patch:
--- PKGBUILD.org 2005-03-15 12:27:47.000000000 +0100
+++ PKGBUILD 2005-03-15 11:18:50.000000000 +0100
@@ -2,7 +2,7 @@
# Maintainer: judd <[email protected]>
pkgname=xorg
pkgver=11R6.8.2
-pkgrel=2
+pkgrel=2my
pkgdesc="A fork of the XFree86 Project with a GPL-compatible license"
url="http://www.x.org"
depends=('glibc' 'freetype1' 'fontconfig' 'gcc' 'libpng')
@@ -13,11 +13,17 @@
install=x.install
source=(http://ftp.skynet.be/pub/ftp.x.org/pub/X${pkgver}/src-single/X${pkgver}-src.tar.bz2
http://www.joerg-pommnitz.de/TrueType/ttmkfdir.tar.gz xdm.pam
- libGL.la xorg.sh vm86-tls.patch)
+ libGL.la xorg.sh vm86-tls.patch
+ http://dev.gentoo.org/~spyderous/xorg-x11/patchsets/6.8.2/patch/9000_all_6.7.99.2-lnx-evdev-core-v3.patch
+ http://dev.gentoo.org/~spyderous/xorg-x11/patchsets/6.8.2/patch/9001_all_4.3.0-lnx-evdev-keyboard-v2.patch
+ http://dev.gentoo.org/~spyderous/xorg-x11/patchsets/6.8.2/patch/9002_all_6.7.0-lnx-evdev-mouse.patch
+ http://dev.gentoo.org/~spyderous/xorg-x11/patchsets/6.8.2/patch/9010_all_6.7.99.1-logitech-ps2-plusplus-v2.patch)
md5sums=('8131cd7ea1e4566e6e05c438a93fcfe1' 'dcf6aa4d28f5c52acf2bb57f49f53089'
'419d6289ba6f851135f5c70c0e3cbec4' '6b4052cf6d50cbd2854ebd3409f02695'
- '4e052c5e16a17a99b02c6b64d10b1636' '0e34d03a727cd24519e0fc7f9374fa29')
+ '4e052c5e16a17a99b02c6b64d10b1636' '0e34d03a727cd24519e0fc7f9374fa29'
+ '3f6409aca9bda356b70f6d50d8dd5623' 'eaa2cfd047687ced295721982b81275e'
+ '3beb384ac87aeac0678a59fc49f2b520' '080a481ffc8ee6a327841e5679436c33')
+
build() {
cd $startdir/src
make FREETYPE_INCL=/usr/include/freetype || return 1
@@ -25,6 +31,11 @@
cd $startdir/src/xc
patch -Np0 -i ../vm86-tls.patch || return 1
+ patch -Np1 -i ../9000_all_6.7.99.2-lnx-evdev-core-v3.patch || return 1
+ patch -Np1 -i ../9001_all_4.3.0-lnx-evdev-keyboard-v2.patch || return 1
+ patch -Np1 -i ../9002_all_6.7.0-lnx-evdev-mouse.patch || return 1
+ patch -Np1 -i ../9010_all_6.7.99.1-logitech-ps2-plusplus-v2.patch || return 1
+
# build fixes
sed -i 's|$(HARDCOPYDIR)||g' doc/Imakefile || return 1
echo $"#define DefaultGcc2i386Opt $CFLAGS -fno-strength-reduce -fno-strict-aliasing" >config/cf/host.def
@@ -43,7 +54,7 @@
echo $'#define HasMTRRSupport YESn' >>config/cf/host.def
echo $'#define HasMMXSupport YESn' >>config/cf/host.def
# Katmai: PIII SSE instructions; 3DNow: AMD instructions
- #echo $'#define HasKatmaiSupport YESn' >>config/cf/host.def
+ echo $'#define HasKatmaiSupport YESn' >>config/cf/host.def
#echo $'#define Has3DNowSupport YESn' >>config/cf/host.def
make World || return 1
make DESTDIR=$startdir/pkg install

Similar Messages

  • Xorg.conf, evdev, logitech g5

    I'm having trouble combining my logitech g5 (2nd version with 2 thumb buttons) and evdev.
    Based on some things I've read around the net, I'm under the impression that I can get the buttons (total of 9) to work using evdev as the driver.  I have the kernel module loaded and the package (version 1.2.0) is installed.  If anyone could take a look at my xorg.conf, I'd appreciate.
    Section "Module"
    Load "dbe"
    Load "speedo"
    Load "freetype"
    #Load "xtt"
    Load "glx"
    Load "record"
    Load "extmod"
    Load "xtrap"
    Load "wfb"
    Load "bitmap"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc:unscaled"
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/util"
    FontPath "/usr/share/fonts/local"
    FontPath "/usr/local/share/fonts"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "evdev"
    # Option "evBits" "+1"
    # Option "keyBits" "~1-255 ~352-511"
    # Option "Pass" "3"
    Option "Device" "/dev/input/event2"
    Option "CoreKeyboard"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard1"
    Driver "evdev"
    # Option "evBits" "+1"
    # Option "keyBits" "~1-255 ~352-511"
    # Option "Pass" "3"
    Option "Device" "/dev/input/event3"
    # Option "CoreKeyboard"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "evdev"
    # Option "HWHEELRelativeAxisButtons" "7 6"
    # Option "HWHEELRelativeAxisButtons" "9 8"
    # Option "evBits" "+1-2"
    # Option "keyBits" "~272-287"
    # Option "relBits" "~0-2 ~6 ~8"
    # Option "Pass" "3"
    # Option "Name" "Logitech USB Gaming Mouse"
    Option "Device" "/dev/input/event1"
    Option "CorePointer"
    Option "Buttons" "9"
    EndSection
    Section "Monitor"
    Identifier "CPD-G410"
    HorizSync 30-107
    VertRefresh 48-120
    EndSection
    Section "Device"
    Identifier "Standard VGA"
    VendorName "Unknown"
    BoardName "Unknown"
    Driver "vga"
    EndSection
    Section "Device"
    #Option "FlatPanel" # [<bool>]
    #Option "FPDither" # [<bool>]
    #Option "CrtcNumber" # <i>
    #Option "FPScale" # [<bool>]
    #Option "FPTweak" # <i>
    Identifier "Card0"
    Driver "nvidia"
    VendorName "nVidia Corporation"
    BoardName "GeForce 7600GS"
    Card "NVIDIA GeForce"
    BusID "PCI:1:0:0"
    VideoRam 262144
    Option "RenderAccel" "true"
    Option "AllowGLXWithComposite" "true"
    Option "AddARGBGLXVisuals" "true"
    Option "NvAGP" "1"
    Option "NoLogo" "1"
    #Option "ConnectedMonitor" "DFP"
    Option "UseEdidDpi" "true"
    #Option "DPI" "96 x 96"
    #Option "DPMS" "false"
    #Option "UseEvents" "false"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "CPD-G410"
    DefaultDepth 24
    Subsection "Display"
    Depth 24
    Modes "1600x1200" "1024x768" "800x600"
    ViewPort 0 0
    EndSubsection
    EndSection
    Section "ServerLayout"
    Identifier "Simple Layout"
    Screen "Screen0"
    InputDevice "Mouse0"
    InputDevice "Keyboard0"
    InputDevice "Keyboard1"
    EndSection
    Keyboard0 is my full keyboard, Keyboard1 is a CyberSnipa gaming keyboard, and Mouse0 is the g5.  In all 3 cases, I believe the Option/Device lines are necessary (http://wiki.archlinux.org/index.php/Get_All_Mouse_Buttons_Working confirms this).  Based on the evdev manpage and some forum posts (arch and gentoo) I've seen, I expected something very simple to work:
    Section "InputDevice"
    Identifier "G5"
    Driver "evdev"
    Option "Name" "Logitech USB Gaming Mouse"
    Option "HWHEELRelativeAxisButtons" "7 6"
    EndSection
    It doesn't.  The two thumb buttons and scroll tilt do nothing.  Adding Option/CorePointer makes the mouse completely nonfunctional, and CoreKeyboard makes the keyboard the same, unless the Option/Device line is there, then it works.  But I've still got dead buttons.  Do I need anything beyond the evdev module loaded?  I've also got psmouse, hid, and usbhid.  My goal is to combine this with mousewheel.horizscroll.withnokey.action -> 1 and mousewheel.horizscroll.withnokey.numlines -> 1 in Firefox (courtesy of http://forums.gentoo.org/viewtopic-p-42 … ml#4228484 ) to have scrolling via l/r tilt.  I don't need scrolling in other apps.  I see only one WW line in the X log, related to acpi, and no EE lines.
    If any of you have a logitech g5, particularly the newer version, working with your arch install, I'd appreciate hearing about it.
    Thanks!

    Section "InputDevice"
           Identifier  "Mouse0"
           Driver      "evdev"
           Option      "Device" "/dev/input/by-id/usb-PATEN_USB_HID_Device-event-mouse"
           Option      "evBits" "+1-2"
           Option      "keyBits" "~272-287"
           Option      "relBits" "~0-2 ~6 ~8"
           Option      "Pass" "3"
           Option      "SendCoreEvents" "true"
    EndSection
    Used this for a similiar Labtec mouse for a while and with that I didn't need any further configuration in opera e.g.. The Device option looks as it does because so it doesn't matter in which USB port I plug my mouse, found instructions how to do that on this thread, 23rd post:
    http://bbs.archlinux.org/viewtopic.php?id=39981
    If you don't want to follow probably there is also the 'by-path' method (not tested y myself). Do 'ls /dev/input/by-path/' and pick the line for your mouse and use that as device.
    ATM I even don't use a mouse in my ServerLayout, the mouse does work nevertheless and the extra buttons produce events (tested with xev), but they are not recognized by opera now. Haven't investigated yet how to remedy tat.
    Bye, signor_rossi.
    EDIT: Probably better use 'SendCoreEvents' instead of 'CorePointer' for mouse and touchpad in the ServerLayout section.
    Last edited by signor_rossi (2008-02-22 10:12:39)

  • Logitech mx510

    Im trying to get all my buttons and mousewheel working, but cant.
    xorg.conf
    Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "PS/2" # PS/2 Mouse
    Option "Device" "/dev/input/mice"
    # When using XQUEUE, comment out the above two lines, and uncomment
    #Option "ZAxisMapping" "4 5 6 7"
    Option "ZAxisMapping" "6 7"
    Any ideas?

    Well, decided to add my entire xorg.conf for reference, hope it helps you out.
    # 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(5x) man page for details about the format of
    # this file.
    # Module section -- this section is used to specify
    # which dynamically loadable modules to load.
    Section "Module"
    # This loads the DBE extension module.
    Load "dbe" # Double buffer extension
    # This loads the miscellaneous extensions module, and disables
    # initialisation of the XFree86-DGA extension within that module.
    SubSection "extmod"
    Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection
    # This loads the font modules
    # Load "type1"
    # Load "speedo"
    Load "freetype"
    # Load "xtt"
    # This loads the GLX module
    Load "glx"
    # This loads the DRI module
    # Load "dri"
    EndSection
    # Files section. This allows default font and rgb paths to be set
    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/misc"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi"
    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"
    EndSection
    # Server flags section.
    Section "ServerFlags"
    # Uncomment this to cause a core dump at the spot where a signal is
    # received. This may leave the console in an unusable state, but may
    # provide a better stack trace in the core dump to aid in debugging
    # Option "NoTrapSignals"
    # Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence
    # (where n is 1 through 12). This allows clients to receive these key
    # events.
    # Option "DontVTSwitch"
    # Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence
    # This allows clients to receive this key event.
    # Option "DontZap"
    # Uncomment this to disable the <Ctrl><Alt><KP_>/<KP_> mode switching
    # sequences. This allows clients to receive these key events.
    # Option "Dont Zoom"
    # Uncomment this to disable tuning with the xvidtune client. With
    # it the client can still run and fetch card and monitor attributes,
    # but it will not be allowed to change them. If it tries it will
    # receive a protocol error.
    # Option "DisableVidModeExtension"
    # Uncomment this to enable the use of a non-local xvidtune client.
    # Option "AllowNonLocalXvidtune"
    # Uncomment this to disable dynamically modifying the input device
    # (mouse and keyboard) settings.
    # Option "DisableModInDev"
    # Uncomment this to enable the use of a non-local client to
    # change the keyboard or mouse settings (currently only xset).
    # Option "AllowNonLocalModInDev"
    EndSection
    # Input devices
    # Core keyboard's InputDevice section
    Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    # For most OSs the protocol can be omitted (it defaults to "Standard").
    # When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
    # uncomment the following line.
    # Option "Protocol" "Xqueue"
    Option "AutoRepeat" "500 30"
    # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
    # 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"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "dk"
    EndSection
    # Core Pointer's InputDevice section
    Section "InputDevice"
    Identifier "mx510"
    Driver "evdev"
    # Option "Device" "/dev/input/event9"
    Option "Name" "PS2++ Logitech MX Mouse"
    EndSection
    Section "InputDevice"
    # Identifier and driver
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "Auto" # Auto detect
    Option "Device" "/dev/input/mice"
    # When using XQUEUE, comment out the above two lines, and uncomment
    # the following line.
    # Option "Protocol" "Xqueue"
    # Mouse-speed setting for PS/2 mouse.
    # 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.
    Option "ZAxisMapping" "4 5 6 7"
    # Emulate3Buttons is an option for 2-button mice
    # 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"
    EndSection
    # 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
    Section "Monitor"
    Identifier "phillips 190s"
    # 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 - 83
    # 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.
    VertRefresh 56-76
    EndSection
    Section "Monitor"
    Identifier "aoc spectrum 7g"
    HorizSync 30-95
    VertRefresh 50-160
    EndSection
    # Graphics device section
    # Any number of graphics device sections may be present
    # Standard VGA Device:
    Section "Device"
    Identifier "Standard VGA"
    VendorName "Unknown"
    BoardName "Unknown"
    # 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.
    Driver "vga"
    # 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
    EndSection
    # Device configured by xorgconfig:
    Section "Device"
    Identifier "geforce 6600gt"
    Driver "nvidia"
    Option "NoLogo" "1"
    VideoRam 262144
    # Insert Clocks lines here if appropriate
    #EndSection
    #Section "Device"
    # Option "TwinView"
    # Option "MetaModes" "1280x1024,1280x1024; 1280x1024; 1024x768,1024x768; 1024x768; 800x600,800x600; 800x600"
    # Option "TwinViewOrientation" "RightOf"
    # Option "SecondMonitorHorizSync" "30-95"
    # Option "SecondMonitorVertRefresh" "50-160"
    #EndSection
    #Section "Device"
    # Option "ConnectedMonitor" "LCD,CRT"
    EndSection
    # 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.
    Section "Screen"
    Identifier "Screen 1"
    Device "geforce 6600gt"
    Monitor "phillips 190s"
    DefaultDepth 24
    Subsection "Display"
    Depth 8
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 16
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 24
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    EndSection
    # 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 "ServerLayout"
    # The Identifier line must be present
    Identifier "Simple Layout"
    # 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.
    Screen "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".
    # InputDevice "Mouse1" "CorePointer"
    InputDevice "mx510" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    EndSection
    # Section "DRI"
    # Mode 0666
    # EndSection

  • Xorg pathed with IR patch

    Anyone want to make PKGBUILD for xorg patched with IR patch which can be found on http://forum.compiz-fusion.org/showpost … ostcount=1 .. ?
    I would do it, but I don't want to make mistake in PKGBUILD ....

    Yup This is arch.
    Did a pacman -syu today
    [geniesis@skynet ~]$ pacman -Qi xorg
    Name           : xorg
    Version        : 11R7.0-1
    Yes, i know its a dummy package. But it references the versions.
    [geniesis@skynet ~]$ pacman -Qi xorg-server
    Name           : xorg-server
    Version        : 1.5.3-4
    [geniesis@skynet ~]$ pacman -Qi nvidia
    Name           : nvidia
    Version        : 180.22-1
    [geniesis@skynet ~]$ pacman -Qi nvidia-utils
    Name           : nvidia-utils
    Version        : 180.22-1
    [geniesis@skynet ~]$ uname -a
    Linux skynet 2.6.28-ARCH #1 SMP PREEMPT Sun Jan 25 09:43:53 UTC 2009 x86_64 Dual Core AMD Opteron(tm) Processor 280 AuthenticAMD GNU/Linux
    Its still happening. And its the same error as before.

  • [Solved]Xorg doesn't accept EDID/Messed up scaling in gnome

    Hello
    This is the first time I use Arch (so be nice to me ) and I just got a little frustrated.
    I installed Xorg, Gnome3 and it seems, that something doesn't work out with the EDID information my screen sends. I have a radeon HD5670 and have already tried the opensource and the proprietary driver with the same results. 
    I have also read every single thread I've found on this and nothing works for me.
    I have tried:
    The proprietary driver
    xorg.conf (manual setting of dpi/screensize)
    several xrandr commands during runtime and in xinitrc
    Nothing works :'( And using gnome like this isn't really an option. I have a 32" Display and my mousecursour is approx. 2cm heigh
    Here is my Xorg logfile:
    [ 5882.099]
    X.Org X Server 1.15.0
    Release Date: 2013-12-27
    [ 5882.126] X Protocol Version 11, Revision 0
    [ 5882.135] Build Operating System: Linux 3.12.5-1-ARCH x86_64
    [ 5882.145] Current Operating System: Linux Julian-PC 3.13.4-1-ARCH #1 SMP PREEMPT Thu Feb 20 23:54:52 CET 2014 x86_64
    [ 5882.145] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=b6898383-2f9f-4ba8-8d4c-2124cda7d8c3 rw quiet nomodeset
    [ 5882.165] Build Date: 09 January 2014 08:47:24AM
    [ 5882.175]
    [ 5882.184] Current version of pixman: 0.32.4
    [ 5882.204] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 5882.204] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 5882.244] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Feb 22 22:50:56 2014
    [ 5882.255] (==) Using config file: "/etc/X11/xorg.conf"
    [ 5882.265] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 5882.265] (==) No Layout section. Using the first Screen section.
    [ 5882.265] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
    [ 5882.265] (**) | |-->Monitor "aticonfig-Monitor[0]-0"
    [ 5882.265] (**) | |-->Device "aticonfig-Device[0]-0"
    [ 5882.265] (==) Automatically adding devices
    [ 5882.265] (==) Automatically enabling devices
    [ 5882.265] (==) Automatically adding GPU devices
    [ 5882.265] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 5882.265] Entry deleted from font path.
    [ 5882.265] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 5882.265] Entry deleted from font path.
    [ 5882.265] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 5882.265] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 5882.265] Entry deleted from font path.
    [ 5882.265] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 5882.265] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 5882.265] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 5882.265] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 5882.265] (II) Loader magic: 0x804c80
    [ 5882.265] (II) Module ABI versions:
    [ 5882.265] X.Org ANSI C Emulation: 0.4
    [ 5882.265] X.Org Video Driver: 15.0
    [ 5882.265] X.Org XInput driver : 20.0
    [ 5882.265] X.Org Server Extension : 8.0
    [ 5882.267] (--) PCI:*(0:1:0:0) 1002:68d8:1787:2294 rev 0, Mem @ 0xc0000000/268435456, 0xff8e0000/131072, I/O @ 0x0000b000/256, BIOS @ 0x????????/131072
    [ 5882.267] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 5882.277] Initializing built-in extension Generic Event Extension
    [ 5882.286] Initializing built-in extension SHAPE
    [ 5882.296] Initializing built-in extension MIT-SHM
    [ 5882.305] Initializing built-in extension XInputExtension
    [ 5882.314] Initializing built-in extension XTEST
    [ 5882.323] Initializing built-in extension BIG-REQUESTS
    [ 5882.332] Initializing built-in extension SYNC
    [ 5882.340] Initializing built-in extension XKEYBOARD
    [ 5882.349] Initializing built-in extension XC-MISC
    [ 5882.357] Initializing built-in extension SECURITY
    [ 5882.365] Initializing built-in extension XINERAMA
    [ 5882.373] Initializing built-in extension XFIXES
    [ 5882.380] Initializing built-in extension RENDER
    [ 5882.388] Initializing built-in extension RANDR
    [ 5882.396] Initializing built-in extension COMPOSITE
    [ 5882.403] Initializing built-in extension DAMAGE
    [ 5882.411] Initializing built-in extension MIT-SCREEN-SAVER
    [ 5882.419] Initializing built-in extension DOUBLE-BUFFER
    [ 5882.426] Initializing built-in extension RECORD
    [ 5882.434] Initializing built-in extension DPMS
    [ 5882.441] Initializing built-in extension Present
    [ 5882.449] Initializing built-in extension DRI3
    [ 5882.457] Initializing built-in extension X-Resource
    [ 5882.464] Initializing built-in extension XVideo
    [ 5882.472] Initializing built-in extension XVideo-MotionCompensation
    [ 5882.480] Initializing built-in extension XFree86-VidModeExtension
    [ 5882.488] Initializing built-in extension XFree86-DGA
    [ 5882.495] Initializing built-in extension XFree86-DRI
    [ 5882.503] Initializing built-in extension DRI2
    [ 5882.503] (II) "glx" will be loaded by default.
    [ 5882.503] (II) LoadModule: "glx"
    [ 5882.503] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 5882.504] (II) Module glx: vendor="Advanced Micro Devices, Inc."
    [ 5882.504] compiled for 6.9.0, module version = 1.0.0
    [ 5882.511] Loading extension GLX
    [ 5882.512] (II) LoadModule: "fglrx"
    [ 5882.512] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 5882.531] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
    [ 5882.531] compiled for 1.4.99.906, module version = 13.35.5
    [ 5882.531] Module class: X.Org Video Driver
    [ 5882.531] (II) Loading sub module "fglrxdrm"
    [ 5882.531] (II) LoadModule: "fglrxdrm"
    [ 5882.531] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 5882.531] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [ 5882.531] compiled for 1.4.99.906, module version = 13.35.5
    [ 5882.531] (II) AMD Proprietary Linux Driver Version Identifier:13.35.5
    [ 5882.531] (II) AMD Proprietary Linux Driver Release Identifier: UNSUPPORTED-13.35.1005
    [ 5882.531] (II) AMD Proprietary Linux Driver Build Date: Jan 29 2014 21:41:24
    [ 5882.531] (++) using VT number 1
    [ 5882.531] (WW) Falling back to old probe method for fglrx
    [ 5882.541] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
    [ 5882.543] ukiDynamicMajor: found major device number 250
    [ 5882.543] ukiDynamicMajor: found major device number 250
    [ 5882.543] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 5882.543] ukiOpenDevice: node name is /dev/ati/card0
    [ 5882.543] ukiOpenDevice: open result is 10, (OK)
    [ 5882.543] ukiOpenByBusid: ukiOpenMinor returns 10
    [ 5882.543] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 5882.546] (--) Chipset Supported AMD Graphics Processor (0x68D8) found
    [ 5882.546] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
    [ 5882.546] (II) fglrx(0): pEnt->device->identifier=0x23b3e70
    [ 5882.546] (II) fglrx(0): === [xdl_xs115_atiddxPreInit] === begin
    [ 5882.546] (II) Loading sub module "vgahw"
    [ 5882.546] (II) LoadModule: "vgahw"
    [ 5882.546] (II) Loading /usr/lib/xorg/modules/libvgahw.so
    [ 5882.546] (II) Module vgahw: vendor="X.Org Foundation"
    [ 5882.546] compiled for 1.15.0, module version = 0.1.0
    [ 5882.546] ABI class: X.Org Video Driver, version 15.0
    [ 5882.547] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    [ 5882.547] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 5882.547] (==) fglrx(0): Default visual is TrueColor
    [ 5882.547] (**) fglrx(0): Option "DPMS" "true"
    [ 5882.547] (==) fglrx(0): RGB weight 888
    [ 5882.547] (II) fglrx(0): Using 8 bits per RGB
    [ 5882.547] (==) fglrx(0): Buffer Tiling is ON
    [ 5882.547] (II) Loading sub module "fglrxdrm"
    [ 5882.547] (II) LoadModule: "fglrxdrm"
    [ 5882.547] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 5882.547] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [ 5882.547] compiled for 1.4.99.906, module version = 13.35.5
    [ 5882.549] ukiDynamicMajor: found major device number 250
    [ 5882.549] ukiDynamicMajor: found major device number 250
    [ 5882.549] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 5882.549] ukiOpenDevice: node name is /dev/ati/card0
    [ 5882.549] ukiOpenDevice: open result is 12, (OK)
    [ 5882.549] ukiOpenByBusid: ukiOpenMinor returns 12
    [ 5882.549] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 5882.549] (**) fglrx(0): NoAccel = NO
    [ 5882.549] (**) fglrx(0): AMD 2D Acceleration Architecture enabled
    [ 5882.549] (--) fglrx(0): Chipset: "ATI Radeon HD 5670" (Chipset = 0x68d8)
    [ 5882.549] (--) fglrx(0): (PciSubVendor = 0x1787, PciSubDevice = 0x2294)
    [ 5882.549] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original AMD
    [ 5882.549] (--) fglrx(0): Linear framebuffer (phys) at 0xc0000000
    [ 5882.549] (--) fglrx(0): MMIO registers at 0xff8e0000
    [ 5882.549] (--) fglrx(0): I/O port at 0x0000b000
    [ 5882.549] (==) fglrx(0): ROM-BIOS at 0x000c0000
    [ 5882.550] (II) fglrx(0): AC Adapter is used
    [ 5882.555] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
    [ 5882.555] (II) Loading sub module "vbe"
    [ 5882.555] (II) LoadModule: "vbe"
    [ 5882.555] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [ 5882.555] (II) Module vbe: vendor="X.Org Foundation"
    [ 5882.555] compiled for 1.15.0, module version = 1.1.0
    [ 5882.555] ABI class: X.Org Video Driver, version 15.0
    [ 5882.555] (II) fglrx(0): VESA BIOS detected
    [ 5882.555] (II) fglrx(0): VESA VBE Version 3.0
    [ 5882.555] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
    [ 5882.555] (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
    [ 5882.555] (II) fglrx(0): VESA VBE OEM Software Rev: 12.17
    [ 5882.555] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
    [ 5882.555] (II) fglrx(0): VESA VBE OEM Product: REDWOOD
    [ 5882.555] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
    [ 5882.556] (II) fglrx(0): AMD Video BIOS revision 9 or later detected
    [ 5882.556] (--) fglrx(0): Video RAM: 1048576 kByte, Type: GDDR5
    [ 5882.556] (II) fglrx(0): PCIE card detected
    [ 5882.556] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
    [ 5882.556] (WW) fglrx(0): board is an unknown third party board, chipset is supported
    [ 5882.556] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x40000000)
    [ 5882.556] (II) fglrx(0): RandR 1.2 support is enabled!
    [ 5882.556] (II) fglrx(0): RandR 1.2 rotation support is enabled!
    [ 5882.556] (II) Loading sub module "fb"
    [ 5882.556] (II) LoadModule: "fb"
    [ 5882.556] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 5882.556] (II) Module fb: vendor="X.Org Foundation"
    [ 5882.556] compiled for 1.15.0, module version = 1.0.0
    [ 5882.556] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 5882.556] (II) fglrx(0): EDID Management option: EDID Management is enabled
    [ 5882.556] (II) Loading sub module "ddc"
    [ 5882.556] (II) LoadModule: "ddc"
    [ 5882.556] (II) Module "ddc" already built-in
    [ 5882.750] (II) fglrx(0): Output DFP1 using monitor section aticonfig-Monitor[0]-0
    [ 5882.750] (II) fglrx(0): Output DFP2 has no monitor section
    [ 5882.750] (II) fglrx(0): Output DFP3 has no monitor section
    [ 5882.750] (II) fglrx(0): Output DFP4 has no monitor section
    [ 5882.750] (II) fglrx(0): Output CRT1 has no monitor section
    [ 5882.750] (II) fglrx(0): Output CRT2 has no monitor section
    [ 5882.750] (II) Loading sub module "ddc"
    [ 5882.750] (II) LoadModule: "ddc"
    [ 5882.750] (II) Module "ddc" already built-in
    [ 5882.750] (II) fglrx(0): Connected Display0: DFP4
    [ 5882.750] (II) Quirked EDID physical size to 0x0 cm
    [ 5882.750] (II) fglrx(0): Display0 EDID data ---------------------------
    [ 5882.750] (II) fglrx(0): Manufacturer: SAM Model: 669 Serial#: 1
    [ 5882.750] (II) fglrx(0): Year: 2009 Week: 47
    [ 5882.750] (II) fglrx(0): EDID Version: 1.3
    [ 5882.750] (II) fglrx(0): Digital Display Input
    [ 5882.750] (II) fglrx(0): Indeterminate output size
    [ 5882.750] (II) fglrx(0): Gamma: 2.20
    [ 5882.750] (II) fglrx(0): No DPMS capabilities specified
    [ 5882.750] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 5882.750] (II) fglrx(0): First detailed timing is preferred mode
    [ 5882.750] (II) fglrx(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
    [ 5882.750] (II) fglrx(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329
    [ 5882.750] (II) fglrx(0): Supported established timings:
    [ 5882.750] (II) fglrx(0): 720x400@70Hz
    [ 5882.750] (II) fglrx(0): 640x480@60Hz
    [ 5882.750] (II) fglrx(0): 640x480@67Hz
    [ 5882.750] (II) fglrx(0): 640x480@72Hz
    [ 5882.750] (II) fglrx(0): 640x480@75Hz
    [ 5882.750] (II) fglrx(0): 800x600@60Hz
    [ 5882.750] (II) fglrx(0): 800x600@72Hz
    [ 5882.750] (II) fglrx(0): 800x600@75Hz
    [ 5882.750] (II) fglrx(0): 832x624@75Hz
    [ 5882.750] (II) fglrx(0): 1024x768@60Hz
    [ 5882.750] (II) fglrx(0): 1024x768@70Hz
    [ 5882.750] (II) fglrx(0): 1024x768@75Hz
    [ 5882.750] (II) fglrx(0): 1280x1024@75Hz
    [ 5882.750] (II) fglrx(0): 1152x864@75Hz
    [ 5882.750] (II) fglrx(0): Manufacturer's mask: 0
    [ 5882.750] (II) fglrx(0): Supported standard timings:
    [ 5882.750] (II) fglrx(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 5882.751] (II) fglrx(0): #1: hsize: 1280 vsize 800 refresh: 60 vid: 129
    [ 5882.751] (II) fglrx(0): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 5882.751] (II) fglrx(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 5882.751] (II) fglrx(0): #4: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 5882.751] (II) fglrx(0): #5: hsize: 1440 vsize 900 refresh: 75 vid: 3989
    [ 5882.751] (II) fglrx(0): #6: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 5882.751] (II) fglrx(0): #7: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
    [ 5882.751] (II) fglrx(0): Supported detailed timing:
    [ 5882.751] (II) fglrx(0): clock: 148.5 MHz Image Size: 160 x 90 mm
    [ 5882.751] (II) fglrx(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 5882.751] (II) fglrx(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 5882.751] (II) fglrx(0): Supported detailed timing:
    [ 5882.751] (II) fglrx(0): clock: 85.5 MHz Image Size: 160 x 90 mm
    [ 5882.751] (II) fglrx(0): h_active: 1360 h_sync: 1424 h_sync_end 1536 h_blank_end 1792 h_border: 0
    [ 5882.751] (II) fglrx(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 795 v_border: 0
    [ 5882.751] (II) fglrx(0): Ranges: V min: 24 V max: 75 Hz, H min: 26 H max: 81 kHz, PixClock max 235 MHz
    [ 5882.751] (II) fglrx(0): Monitor name: SAMSUNG
    [ 5882.751] (II) fglrx(0): Supported detailed timing:
    [ 5882.751] (II) fglrx(0): clock: 74.2 MHz Image Size: 160 x 90 mm
    [ 5882.751] (II) fglrx(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
    [ 5882.751] (II) fglrx(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 5882.751] (II) fglrx(0): Supported detailed timing:
    [ 5882.751] (II) fglrx(0): clock: 74.2 MHz Image Size: 160 x 90 mm
    [ 5882.751] (II) fglrx(0): h_active: 1280 h_sync: 1720 h_sync_end 1760 h_blank_end 1980 h_border: 0
    [ 5882.751] (II) fglrx(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 5882.751] (II) fglrx(0): Supported detailed timing:
    [ 5882.751] (II) fglrx(0): clock: 74.2 MHz Image Size: 160 x 90 mm
    [ 5882.751] (II) fglrx(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 5882.751] (II) fglrx(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
    [ 5882.751] (II) fglrx(0): Supported detailed timing:
    [ 5882.751] (II) fglrx(0): clock: 74.2 MHz Image Size: 160 x 90 mm
    [ 5882.751] (II) fglrx(0): h_active: 1920 h_sync: 2448 h_sync_end 2492 h_blank_end 2640 h_border: 0
    [ 5882.751] (II) fglrx(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
    [ 5882.751] (II) fglrx(0): Number of EDID sections to follow: 1
    [ 5882.751] (II) fglrx(0): EDID (in hex):
    [ 5882.751] (II) fglrx(0): 00ffffffffffff004c2d690601000000
    [ 5882.751] (II) fglrx(0): 2f130103801009780aee91a3544c9926
    [ 5882.751] (II) fglrx(0): 0f5054bdef80714f8100814081809500
    [ 5882.751] (II) fglrx(0): 950fb300a940023a801871382d40582c
    [ 5882.751] (II) fglrx(0): 4500a05a0000001e662150b051001b30
    [ 5882.751] (II) fglrx(0): 40703600a05a0000001e000000fd0018
    [ 5882.751] (II) fglrx(0): 4b1a5117000a202020202020000000fc
    [ 5882.751] (II) fglrx(0): 0053414d53554e470a20202020200127
    [ 5882.751] (II) fglrx(0): End of Display0 EDID data --------------------
    [ 5882.751] (II) fglrx(0): Dynamic Surface Resizing Enabled
    [ 5882.755] (II) fglrx(0): EDID for output DFP1
    [ 5882.755] (II) fglrx(0): EDID for output DFP2
    [ 5882.755] (II) fglrx(0): EDID for output DFP3
    [ 5882.755] (II) Quirked EDID physical size to 0x0 cm
    [ 5882.755] (II) fglrx(0): EDID for output DFP4
    [ 5882.755] (II) fglrx(0): Manufacturer: SAM Model: 669 Serial#: 1
    [ 5882.755] (II) fglrx(0): Year: 2009 Week: 47
    [ 5882.755] (II) fglrx(0): EDID Version: 1.3
    [ 5882.755] (II) fglrx(0): Digital Display Input
    [ 5882.755] (II) fglrx(0): Indeterminate output size
    [ 5882.755] (II) fglrx(0): Gamma: 2.20
    [ 5882.755] (II) fglrx(0): No DPMS capabilities specified
    [ 5882.755] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 5882.755] (II) fglrx(0): First detailed timing is preferred mode
    [ 5882.755] (II) fglrx(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
    [ 5882.755] (II) fglrx(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329
    [ 5882.755] (II) fglrx(0): Supported established timings:
    [ 5882.755] (II) fglrx(0): 720x400@70Hz
    [ 5882.755] (II) fglrx(0): 640x480@60Hz
    [ 5882.755] (II) fglrx(0): 640x480@67Hz
    [ 5882.755] (II) fglrx(0): 640x480@72Hz
    [ 5882.755] (II) fglrx(0): 640x480@75Hz
    [ 5882.756] (II) fglrx(0): 800x600@60Hz
    [ 5882.756] (II) fglrx(0): 800x600@72Hz
    [ 5882.756] (II) fglrx(0): 800x600@75Hz
    [ 5882.756] (II) fglrx(0): 832x624@75Hz
    [ 5882.756] (II) fglrx(0): 1024x768@60Hz
    [ 5882.756] (II) fglrx(0): 1024x768@70Hz
    [ 5882.756] (II) fglrx(0): 1024x768@75Hz
    [ 5882.756] (II) fglrx(0): 1280x1024@75Hz
    [ 5882.756] (II) fglrx(0): 1152x864@75Hz
    [ 5882.756] (II) fglrx(0): Manufacturer's mask: 0
    [ 5882.756] (II) fglrx(0): Supported standard timings:
    [ 5882.756] (II) fglrx(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 5882.756] (II) fglrx(0): #1: hsize: 1280 vsize 800 refresh: 60 vid: 129
    [ 5882.756] (II) fglrx(0): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 5882.756] (II) fglrx(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 5882.756] (II) fglrx(0): #4: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 5882.756] (II) fglrx(0): #5: hsize: 1440 vsize 900 refresh: 75 vid: 3989
    [ 5882.756] (II) fglrx(0): #6: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 5882.756] (II) fglrx(0): #7: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
    [ 5882.756] (II) fglrx(0): Supported detailed timing:
    [ 5882.756] (II) fglrx(0): clock: 148.5 MHz Image Size: 160 x 90 mm
    [ 5882.756] (II) fglrx(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 5882.756] (II) fglrx(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 5882.756] (II) fglrx(0): Supported detailed timing:
    [ 5882.756] (II) fglrx(0): clock: 85.5 MHz Image Size: 160 x 90 mm
    [ 5882.756] (II) fglrx(0): h_active: 1360 h_sync: 1424 h_sync_end 1536 h_blank_end 1792 h_border: 0
    [ 5882.756] (II) fglrx(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 795 v_border: 0
    [ 5882.756] (II) fglrx(0): Ranges: V min: 24 V max: 75 Hz, H min: 26 H max: 81 kHz, PixClock max 235 MHz
    [ 5882.756] (II) fglrx(0): Monitor name: SAMSUNG
    [ 5882.756] (II) fglrx(0): Supported detailed timing:
    [ 5882.756] (II) fglrx(0): clock: 74.2 MHz Image Size: 160 x 90 mm
    [ 5882.756] (II) fglrx(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
    [ 5882.756] (II) fglrx(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 5882.756] (II) fglrx(0): Supported detailed timing:
    [ 5882.756] (II) fglrx(0): clock: 74.2 MHz Image Size: 160 x 90 mm
    [ 5882.756] (II) fglrx(0): h_active: 1280 h_sync: 1720 h_sync_end 1760 h_blank_end 1980 h_border: 0
    [ 5882.756] (II) fglrx(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 5882.756] (II) fglrx(0): Supported detailed timing:
    [ 5882.756] (II) fglrx(0): clock: 74.2 MHz Image Size: 160 x 90 mm
    [ 5882.756] (II) fglrx(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 5882.756] (II) fglrx(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
    [ 5882.756] (II) fglrx(0): Supported detailed timing:
    [ 5882.756] (II) fglrx(0): clock: 74.2 MHz Image Size: 160 x 90 mm
    [ 5882.756] (II) fglrx(0): h_active: 1920 h_sync: 2448 h_sync_end 2492 h_blank_end 2640 h_border: 0
    [ 5882.756] (II) fglrx(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
    [ 5882.756] (II) fglrx(0): Number of EDID sections to follow: 1
    [ 5882.756] (II) fglrx(0): EDID (in hex):
    [ 5882.756] (II) fglrx(0): 00ffffffffffff004c2d690601000000
    [ 5882.756] (II) fglrx(0): 2f130103801009780aee91a3544c9926
    [ 5882.756] (II) fglrx(0): 0f5054bdef80714f8100814081809500
    [ 5882.756] (II) fglrx(0): 950fb300a940023a801871382d40582c
    [ 5882.756] (II) fglrx(0): 4500a05a0000001e662150b051001b30
    [ 5882.756] (II) fglrx(0): 40703600a05a0000001e000000fd0018
    [ 5882.756] (II) fglrx(0): 4b1a5117000a202020202020000000fc
    [ 5882.756] (II) fglrx(0): 0053414d53554e470a20202020200127
    [ 5882.757] (II) fglrx(0): Printing probed modes for output DFP4
    [ 5882.757] (II) fglrx(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 5882.757] (II) fglrx(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [ 5882.757] (II) fglrx(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
    [ 5882.757] (II) fglrx(0): Modeline "1920x1080"x60.0 74.25 1920 2008 2052 2200 1080 1085 1095 1125 interlace +hsync +vsync (33.8 kHz e)
    [ 5882.757] (II) fglrx(0): Modeline "1920x1080"x50.0 74.25 1920 2448 2492 2640 1080 1085 1095 1125 interlace +hsync +vsync (28.1 kHz e)
    [ 5882.757] (II) fglrx(0): Modeline "1920x1080"x30.0 74.25 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
    [ 5882.757] (II) fglrx(0): Modeline "1920x1080"x25.0 74.25 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
    [ 5882.757] (II) fglrx(0): Modeline "1920x1080"x24.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [ 5882.757] (II) fglrx(0): Modeline "1920x1080"x59.9 74.18 1920 2008 2052 2200 1080 1085 1095 1125 interlace +hsync +vsync (33.7 kHz e)
    [ 5882.757] (II) fglrx(0): Modeline "1920x1080"x30.0 74.18 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (33.7 kHz e)
    [ 5882.757] (II) fglrx(0): Modeline "1920x1080"x24.0 74.18 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [ 5882.757] (II) fglrx(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 5882.757] (II) fglrx(0): Modeline "1776x1000"x50.0 148.50 1776 2304 2348 2640 1000 1004 1009 1125 +hsync +vsync (56.2 kHz ez)
    [ 5882.757] (II) fglrx(0): Modeline "1776x1000"x59.9 148.35 1776 1864 1908 2200 1000 1004 1009 1125 +hsync +vsync (67.4 kHz ez)
    [ 5882.757] (II) fglrx(0): Modeline "1776x1000"x50.0 74.25 1776 2304 2348 2640 1000 1005 1015 1125 interlace +hsync +vsync (28.1 kHz ez)
    [ 5882.757] (II) fglrx(0): Modeline "1776x1000"x25.0 74.25 1776 2304 2348 2640 1000 1004 1009 1125 +hsync +vsync (28.1 kHz ez)
    [ 5882.757] (II) fglrx(0): Modeline "1776x1000"x24.0 74.25 1776 2414 2458 2750 1000 1004 1009 1125 +hsync +vsync (27.0 kHz ez)
    [ 5882.757] (II) fglrx(0): Modeline "1776x1000"x59.9 74.18 1776 1864 1908 2200 1000 1005 1015 1125 interlace +hsync +vsync (33.7 kHz ez)
    [ 5882.757] (II) fglrx(0): Modeline "1776x1000"x30.0 74.18 1776 1864 1908 2200 1000 1004 1009 1125 +hsync +vsync (33.7 kHz ez)
    [ 5882.757] (II) fglrx(0): Modeline "1680x1050"x50.0 148.50 1680 2448 2492 2640 1050 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [ 5882.757] (II) fglrx(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    [ 5882.757] (II) fglrx(0): Modeline "1680x1050"x25.0 74.25 1680 2448 2492 2640 1050 1084 1089 1125 +hsync +vsync (28.1 kHz e)
    [ 5882.757] (II) fglrx(0): Modeline "1680x1050"x30.0 74.18 1680 2008 2052 2200 1050 1084 1089 1125 +hsync +vsync (33.7 kHz e)
    [ 5882.757] (II) fglrx(0): Modeline "1680x1050"x24.0 74.18 1680 2558 2602 2750 1050 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [ 5882.757] (II) fglrx(0): Modeline "1400x1050"x60.0 162.00 1400 1664 1856 2160 1050 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 5882.757] (II) fglrx(0): Modeline "1400x1050"x50.0 148.50 1400 2448 2492 2640 1050 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [ 5882.757] (II) fglrx(0): Modeline "1400x1050"x25.0 74.25 1400 2448 2492 2640 1050 1084 1089 1125 +hsync +vsync (28.1 kHz e)
    [ 5882.757] (II) fglrx(0): Modeline "1400x1050"x30.0 74.18 1400 2008 2052 2200 1050 1084 1089 1125 +hsync +vsync (33.7 kHz e)
    [ 5882.757] (II) fglrx(0): Modeline "1400x1050"x24.0 74.18 1400 2558 2602 2750 1050 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [ 5882.757] (II) fglrx(0): Modeline "1600x900"x60.0 162.00 1600 1664 1856 2160 900 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 5882.757] (II) fglrx(0): Modeline "1600x900"x50.0 148.50 1600 2448 2492 2640 900 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [ 5882.757] (II) fglrx(0): Modeline "1600x900"x25.0 74.25 1600 2448 2492 2640 900 1084 1089 1125 +hsync +vsync (28.1 kHz e)
    [ 5882.757] (II) fglrx(0): Modeline "1600x900"x30.0 74.18 1600 2008 2052 2200 900 1084 1089 1125 +hsync +vsync (33.7 kHz e)
    [ 5882.757] (II) fglrx(0): Modeline "1600x900"x24.0 74.18 1600 2558 2602 2750 900 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [ 5882.757] (II) fglrx(0): Modeline "1360x1024"x60.0 162.00 1360 1664 1856 2160 1024 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 5882.757] (II) fglrx(0): Modeline "1360x1024"x50.0 148.50 1360 2448 2492 2640 1024 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [ 5882.757] (II) fglrx(0): Modeline "1360x1024"x25.0 74.25 1360 2448 2492 2640 1024 1084 1089 1125 +hsync +vsync (28.1 kHz e)
    [ 5882.757] (II) fglrx(0): Modeline "1360x1024"x30.0 74.18 1360 2008 2052 2200 1024 1084 1089 1125 +hsync +vsync (33.7 kHz e)
    [ 5882.757] (II) fglrx(0): Modeline "1360x1024"x24.0 74.18 1360 2558 2602 2750 1024 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [ 5882.757] (II) fglrx(0): Modeline "1280x1024"x50.0 148.50 1280 2448 2492 2640 1024 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [ 5882.757] (II) fglrx(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 5882.757] (II) fglrx(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 5882.757] (II) fglrx(0): Modeline "1280x1024"x25.0 74.25 1280 2448 2492 2640 1024 1084 1089 1125 +hsync +vsync (28.1 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1280x1024"x30.0 74.18 1280 2008 2052 2200 1024 1084 1089 1125 +hsync +vsync (33.7 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1280x1024"x24.0 74.18 1280 2558 2602 2750 1024 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1440x900"x50.0 148.50 1440 2448 2492 2640 900 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1440x900"x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1440x900"x60.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1440x900"x25.0 74.25 1440 2448 2492 2640 900 1084 1089 1125 +hsync +vsync (28.1 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1440x900"x30.0 74.18 1440 2008 2052 2200 900 1084 1089 1125 +hsync +vsync (33.7 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1440x900"x24.0 74.18 1440 2558 2602 2750 900 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1280x960"x50.0 148.50 1280 2448 2492 2640 960 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1280x960"x25.0 74.25 1280 2448 2492 2640 960 1084 1089 1125 +hsync +vsync (28.1 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1280x960"x30.0 74.18 1280 2008 2052 2200 960 1084 1089 1125 +hsync +vsync (33.7 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1280x960"x24.0 74.18 1280 2558 2602 2750 960 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1360x768"x50.0 148.50 1360 2448 2492 2640 768 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1360x768"x60.0 85.50 1360 1424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1360x768"x25.0 74.25 1360 2448 2492 2640 768 1084 1089 1125 +hsync +vsync (28.1 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1360x768"x30.0 74.18 1360 2008 2052 2200 768 1084 1089 1125 +hsync +vsync (33.7 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1360x768"x24.0 74.18 1360 2558 2602 2750 768 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1280x800"x50.0 148.50 1280 2448 2492 2640 800 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1280x800"x60.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1280x800"x25.0 74.25 1280 2448 2492 2640 800 1084 1089 1125 +hsync +vsync (28.1 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1280x800"x30.0 74.18 1280 2008 2052 2200 800 1084 1089 1125 +hsync +vsync (33.7 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1280x800"x24.0 74.18 1280 2558 2602 2750 800 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1152x864"x50.0 148.50 1152 2448 2492 2640 864 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1152x864"x59.9 148.35 1152 2008 2052 2200 864 1084 1089 1125 +hsync +vsync (67.4 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1152x864"x25.0 74.25 1152 2448 2492 2640 864 1084 1089 1125 +hsync +vsync (28.1 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1152x864"x30.0 74.18 1152 2008 2052 2200 864 1084 1089 1125 +hsync +vsync (33.7 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1152x864"x24.0 74.18 1152 2558 2602 2750 864 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1280x768"x50.0 148.50 1280 2448 2492 2640 768 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1280x768"x60.0 83.50 1280 1352 1480 1680 768 803 809 831 -hsync +vsync (49.7 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1280x768"x25.0 74.25 1280 2448 2492 2640 768 1084 1089 1125 +hsync +vsync (28.1 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1280x768"x30.0 74.18 1280 2008 2052 2200 768 1084 1089 1125 +hsync +vsync (33.7 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1280x768"x24.0 74.18 1280 2558 2602 2750 768 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1280x720"x25.0 74.25 1280 2448 2492 2640 720 1084 1089 1125 +hsync +vsync (28.1 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1280x720"x30.0 74.18 1280 2008 2052 2200 720 1084 1089 1125 +hsync +vsync (33.7 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1280x720"x24.0 74.18 1280 2558 2602 2750 720 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1024x768"x50.0 148.50 1024 2448 2492 2640 768 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1024x768"x70.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1024x768"x25.0 74.25 1024 2448 2492 2640 768 1084 1089 1125 +hsync +vsync (28.1 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1024x768"x30.0 74.18 1024 2008 2052 2200 768 1084 1089 1125 +hsync +vsync (33.7 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1024x768"x24.0 74.18 1024 2558 2602 2750 768 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "1152x648"x50.0 74.25 1152 1592 1632 1980 648 653 658 750 +hsync +vsync (37.5 kHz ez)
    [ 5882.758] (II) fglrx(0): Modeline "1152x648"x59.9 74.18 1152 1262 1302 1650 648 653 658 750 +hsync +vsync (45.0 kHz ez)
    [ 5882.758] (II) fglrx(0): Modeline "800x600"x50.0 148.50 800 2448 2492 2640 600 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "800x600"x25.0 74.25 800 2448 2492 2640 600 1084 1089 1125 +hsync +vsync (28.1 kHz e)
    [ 5882.758] (II) fglrx(0): Modeline "800x600"x30.0 74.18 800 2008 2052 2200 600 1084 1089 1125 +hsync +vsync (33.7 kHz e)
    [ 5882.759] (II) fglrx(0): Modeline "800x600"x24.0 74.18 800 2558 2602 2750 600 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [ 5882.759] (II) fglrx(0): Modeline "800x600"x72.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 5882.759] (II) fglrx(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 5882.759] (II) fglrx(0): Modeline "800x600"x60.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 5882.759] (II) fglrx(0): Modeline "720x480"x50.0 148.50 720 2448 2492 2640 480 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [ 5882.759] (II) fglrx(0): Modeline "720x480"x25.0 74.25 720 2448 2492 2640 480 1084 1089 1125 +hsync +vsync (28.1 kHz e)
    [ 5882.759] (II) fglrx(0): Modeline "720x480"x30.0 74.18 720 2008 2052 2200 480 1084 1089 1125 +hsync +vsync (33.7 kHz e)
    [ 5882.759] (II) fglrx(0): Modeline "720x480"x24.0 74.18 720 2558 2602 2750 480 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [ 5882.759] (II) fglrx(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 5882.759] (II) fglrx(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 5882.759] (II) fglrx(0): Modeline "640x480"x50.0 148.50 640 2448 2492 2640 480 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [ 5882.759] (II) fglrx(0): Modeline "640x480"x25.0 74.25 640 2448 2492 2640 480 1084 1089 1125 +hsync +vsync (28.1 kHz e)
    [ 5882.759] (II) fglrx(0): Modeline "640x480"x30.0 74.18 640 2008 2052 2200 480 1084 1089 1125 +hsync +vsync (33.7 kHz e)
    [ 5882.759] (II) fglrx(0): Modeline "640x480"x24.0 74.18 640 2558 2602 2750 480 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [ 5882.759] (II) fglrx(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 5882.759] (II) fglrx(0): Modeline "640x480"x72.0 31.50 640 656 696 832 480 481 484 520 -hsync -vsync (37.9 kHz e)
    [ 5882.759] (II) fglrx(0): Modeline "640x480"x67.0 26.75 640 656 720 800 480 483 487 502 -hsync +vsync (33.4 kHz e)
    [ 5882.759] (II) fglrx(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 5882.759] (II) fglrx(0): EDID for output CRT1
    [ 5882.759] (II) fglrx(0): EDID for output CRT2
    [ 5882.759] (II) fglrx(0): Output DFP1 disconnected
    [ 5882.759] (II) fglrx(0): Output DFP2 disconnected
    [ 5882.759] (II) fglrx(0): Output DFP3 disconnected
    [ 5882.759] (II) fglrx(0): Output DFP4 connected
    [ 5882.759] (II) fglrx(0): Output CRT1 disconnected
    [ 5882.759] (II) fglrx(0): Output CRT2 disconnected
    [ 5882.759] (II) fglrx(0): Using exact sizes for initial modes
    [ 5882.759] (II) fglrx(0): Output DFP4 using initial mode 1920x1080
    [ 5882.759] (II) fglrx(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 5882.759] (II) fglrx(0): DPI set to (96, 96)
    [ 5882.759] (II) fglrx(0): Eyefinity capable adapter detected.
    [ 5882.759] (II) fglrx(0): Adapter ATI Radeon HD 5670 has 4 configurable heads and 1 displays connected.
    [ 5882.759] (==) fglrx(0): PseudoColor visuals disabled
    [ 5882.759] (II) Loading sub module "ramdac"
    [ 5882.759] (II) LoadModule: "ramdac"
    [ 5882.759] (II) Module "ramdac" already built-in
    [ 5882.759] (==) fglrx(0): NoDRI = NO
    [ 5882.759] (==) fglrx(0): Capabilities: 0x00000000
    [ 5882.759] (==) fglrx(0): CapabilitiesEx: 0x00000000
    [ 5882.759] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
    [ 5882.759] (==) fglrx(0): UseFastTLS=0
    [ 5882.759] (II) fglrx(0): Shadow Primary option: ShadowPrimary is enabled
    [ 5882.760] (--) Depth 24 pixmap format is 32 bpp
    [ 5882.760] Loading extension ATIFGLRXDRI
    [ 5882.760] (II) fglrx(0): doing swlDriScreenInit
    [ 5882.760] (II) fglrx(0): swlDriScreenInit for fglrx driver
    [ 5882.760] ukiDynamicMajor: found major device number 250
    [ 5882.760] ukiDynamicMajor: found major device number 250
    [ 5882.760] ukiDynamicMajor: found major device number 250
    [ 5882.760] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 5882.760] ukiOpenDevice: node name is /dev/ati/card0
    [ 5882.760] ukiOpenDevice: open result is 13, (OK)
    [ 5882.760] ukiOpenByBusid: ukiOpenMinor returns 13
    [ 5882.760] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 5882.760] (II) fglrx(0): [uki] DRM interface version 1.0
    [ 5882.760] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
    [ 5882.760] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x15cc9000
    [ 5882.760] (II) fglrx(0): [uki] mapped SAREA 0x15cc9000 to 0x7f2a591f3000
    [ 5882.760] (II) fglrx(0): [uki] framebuffer handle = 0x15cca000
    [ 5882.760] (II) fglrx(0): [uki] added 1 reserved context for kernel
    [ 5882.760] (II) fglrx(0): swlDriScreenInit done
    [ 5882.760] (II) fglrx(0): Kernel Module Version Information:
    [ 5882.760] (II) fglrx(0): Name: fglrx
    [ 5882.760] (II) fglrx(0): Version: 13.35.5
    [ 5882.760] (II) fglrx(0): Date: Jan 29 2014
    [ 5882.760] (II) fglrx(0): Desc: AMD FireGL DRM kernel module
    [ 5882.760] (II) fglrx(0): Kernel Module version matches driver.
    [ 5882.760] (II) fglrx(0): Kernel Module Build Time Information:
    [ 5882.760] (II) fglrx(0): Build-Kernel UTS_RELEASE: 3.13.4-1-ARCH
    [ 5882.760] (II) fglrx(0): Build-Kernel MODVERSIONS: yes
    [ 5882.760] (II) fglrx(0): Build-Kernel __SMP__: yes
    [ 5882.760] (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
    [ 5882.760] (II) fglrx(0): [uki] register handle = 0x15ccb000
    [ 5882.761] (II) fglrx(0): DRI initialization successfull
    [ 5882.761] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x010e0000
    [ 5882.761] (==) fglrx(0): Backing store enabled
    [ 5882.762] Loading extension FGLRXEXTENSION
    [ 5882.762] (**) fglrx(0): DPMS enabled
    [ 5882.762] (II) fglrx(0): Initialized in-driver Xinerama extension
    [ 5882.762] (**) fglrx(0): Textured Video is enabled.
    [ 5882.762] (II) LoadModule: "glesx"
    [ 5882.762] (II) Loading /usr/lib/xorg/modules/glesx.so
    [ 5882.763] (II) Module glesx: vendor="X.Org Foundation"
    [ 5882.763] compiled for 1.4.99.906, module version = 1.0.0
    [ 5882.763] Loading extension GLESX
    [ 5882.763] (II) fglrx(0): GLESX enableFlags = 8784
    [ 5882.763] (II) fglrx(0): GLESX is enabled
    [ 5882.763] (II) LoadModule: "amdxmm"
    [ 5882.763] (II) Loading /usr/lib/xorg/modules/amdxmm.so
    [ 5882.763] (II) Module amdxmm: vendor="X.Org Foundation"
    [ 5882.763] compiled for 1.4.99.906, module version = 2.0.0
    [ 5882.803] Loading extension AMDXVOPL
    [ 5882.803] Loading extension AMDXVBA
    [ 5882.803] (II) fglrx(0): UVD feature is enabled(II) fglrx(0):
    [ 5882.805] (II) fglrx(0): Enable composite support successfully
    [ 5882.805] (WW) fglrx(0): Option "VendorName" is not used
    [ 5882.805] (WW) fglrx(0): Option "ModelName" is not used
    [ 5882.805] (WW) fglrx(0): Option "UseEDIDDpi" is not used
    [ 5882.805] (WW) fglrx(0): Option "UseEDID" is not used
    [ 5882.806] (II) fglrx(0): X context handle = 0x1d
    [ 5882.806] (II) fglrx(0): [DRI] installation complete
    [ 5882.806] (==) fglrx(0): Silken mouse enabled
    [ 5882.806] (==) fglrx(0): Using HW cursor of display infrastructure!
    [ 5882.806] (II) fglrx(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 5882.880] (--) RandR disabled
    [ 5882.889] ukiDynamicMajor: found major device number 250
    [ 5882.889] ukiDynamicMajor: found major device number 250
    [ 5882.889] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 5882.889] ukiOpenDevice: node name is /dev/ati/card0
    [ 5882.889] ukiOpenDevice: open result is 14, (OK)
    [ 5882.889] ukiOpenByBusid: ukiOpenMinor returns 14
    [ 5882.889] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 5882.889] (EE) AIGLX error: failed to open /usr/X11R6/lib64/modules/dri/fglrx_dri.so, error[/usr/X11R6/lib64/modules/dri/fglrx_dri.so: cannot open shared object file: No such file or directory]
    [ 5882.893] ukiDynamicMajor: found major device number 250
    [ 5882.893] ukiDynamicMajor: found major device number 250
    [ 5882.893] ukiDynamicMajor: found major device number 250
    [ 5882.893] ukiOpenDevice: node name is /dev/ati/card0
    [ 5882.893] ukiOpenDevice: open result is 15, (OK)
    [ 5882.893] ukiGetBusid returned 'PCI:1:0:0'
    [ 5882.893] ukiOpenDevice: node name is /dev/ati/card1
    [ 5882.893] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.893] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.893] ukiOpenDevice: Open failed
    [ 5882.893] ukiOpenDevice: node name is /dev/ati/card2
    [ 5882.894] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.894] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.894] ukiOpenDevice: Open failed
    [ 5882.894] ukiOpenDevice: node name is /dev/ati/card3
    [ 5882.894] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.894] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.894] ukiOpenDevice: Open failed
    [ 5882.894] ukiOpenDevice: node name is /dev/ati/card4
    [ 5882.894] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.894] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.894] ukiOpenDevice: Open failed
    [ 5882.894] ukiOpenDevice: node name is /dev/ati/card5
    [ 5882.894] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.894] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.894] ukiOpenDevice: Open failed
    [ 5882.894] ukiOpenDevice: node name is /dev/ati/card6
    [ 5882.894] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.894] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.894] ukiOpenDevice: Open failed
    [ 5882.894] ukiOpenDevice: node name is /dev/ati/card7
    [ 5882.894] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.894] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.894] ukiOpenDevice: Open failed
    [ 5882.894] ukiOpenDevice: node name is /dev/ati/card8
    [ 5882.894] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.894] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.894] ukiOpenDevice: Open failed
    [ 5882.894] ukiOpenDevice: node name is /dev/ati/card9
    [ 5882.894] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.894] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.894] ukiOpenDevice: Open failed
    [ 5882.894] ukiOpenDevice: node name is /dev/ati/card10
    [ 5882.894] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.894] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.894] ukiOpenDevice: Open failed
    [ 5882.894] ukiOpenDevice: node name is /dev/ati/card11
    [ 5882.894] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.894] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.894] ukiOpenDevice: Open failed
    [ 5882.894] ukiOpenDevice: node name is /dev/ati/card12
    [ 5882.894] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.894] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.894] ukiOpenDevice: Open failed
    [ 5882.894] ukiOpenDevice: node name is /dev/ati/card13
    [ 5882.895] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.895] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.895] ukiOpenDevice: Open failed
    [ 5882.895] ukiOpenDevice: node name is /dev/ati/card14
    [ 5882.895] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.895] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.895] ukiOpenDevice: Open failed
    [ 5882.895] ukiOpenDevice: node name is /dev/ati/card15
    [ 5882.895] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.895] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.895] ukiOpenDevice: Open failed
    [ 5882.895] ukiDynamicMajor: found major device number 250
    [ 5882.895] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 5882.895] ukiOpenDevice: node name is /dev/ati/card0
    [ 5882.895] ukiOpenDevice: open result is 15, (OK)
    [ 5882.895] ukiOpenByBusid: ukiOpenMinor returns 15
    [ 5882.895] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 5882.941] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
    [ 5882.942] ukiDynamicMajor: found major device number 250
    [ 5882.942] ukiDynamicMajor: found major device number 250
    [ 5882.942] ukiDynamicMajor: found major device number 250
    [ 5882.942] ukiOpenDevice: node name is /dev/ati/card0
    [ 5882.942] ukiOpenDevice: open result is 16, (OK)
    [ 5882.942] ukiGetBusid returned 'PCI:1:0:0'
    [ 5882.942] ukiOpenDevice: node name is /dev/ati/card1
    [ 5882.942] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.942] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.942] ukiOpenDevice: Open failed
    [ 5882.942] ukiOpenDevice: node name is /dev/ati/card2
    [ 5882.942] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.942] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.942] ukiOpenDevice: Open failed
    [ 5882.942] ukiOpenDevice: node name is /dev/ati/card3
    [ 5882.942] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.942] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.942] ukiOpenDevice: Open failed
    [ 5882.942] ukiOpenDevice: node name is /dev/ati/card4
    [ 5882.942] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.943] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.943] ukiOpenDevice: Open failed
    [ 5882.943] ukiOpenDevice: node name is /dev/ati/card5
    [ 5882.943] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.943] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.943] ukiOpenDevice: Open failed
    [ 5882.943] ukiOpenDevice: node name is /dev/ati/card6
    [ 5882.943] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.943] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.943] ukiOpenDevice: Open failed
    [ 5882.943] ukiOpenDevice: node name is /dev/ati/card7
    [ 5882.943] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.943] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.943] ukiOpenDevice: Open failed
    [ 5882.943] ukiOpenDevice: node name is /dev/ati/card8
    [ 5882.943] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.943] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.943] ukiOpenDevice: Open failed
    [ 5882.943] ukiOpenDevice: node name is /dev/ati/card9
    [ 5882.943] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.943] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.943] ukiOpenDevice: Open failed
    [ 5882.943] ukiOpenDevice: node name is /dev/ati/card10
    [ 5882.943] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.943] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.943] ukiOpenDevice: Open failed
    [ 5882.943] ukiOpenDevice: node name is /dev/ati/card11
    [ 5882.943] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.943] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.943] ukiOpenDevice: Open failed
    [ 5882.943] ukiOpenDevice: node name is /dev/ati/card12
    [ 5882.943] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.943] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.943] ukiOpenDevice: Open failed
    [ 5882.943] ukiOpenDevice: node name is /dev/ati/card13
    [ 5882.943] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.943] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.943] ukiOpenDevice: Open failed
    [ 5882.943] ukiOpenDevice: node name is /dev/ati/card14
    [ 5882.943] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.943] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.943] ukiOpenDevice: Open failed
    [ 5882.943] ukiOpenDevice: node name is /dev/ati/card15
    [ 5882.944] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.944] ukiOpenDevice: open result is -1, (No such device)
    [ 5882.944] ukiOpenDevice: Open failed
    [ 5882.944] ukiDynamicMajor: found major device number 250
    [ 5882.944] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 5882.944] ukiOpenDevice: node name is /dev/ati/card0
    [ 5882.944] ukiOpenDevice: open result is 16, (OK)
    [ 5882.944] ukiOpenByBusid: ukiOpenMinor returns 16
    [ 5882.944] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 5882.957] (II) fglrx(0): OverDrive5 Detected!
    [ 5882.965] (II) fglrx(0): Setting screen physical size to 508 x 285
    [ 5883.013] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 5883.013] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 5883.013] (**) Power Button: Applying InputClass "keyboad"
    [ 5883.013] (II) LoadModule: "evdev"
    [ 5883.013] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 5883.014] (II) Module evdev: vendor="X.Org Foundation"
    [ 5883.014] compiled for 1.15.0, module version = 2.8.2
    [ 5883.014] Module class: X.Org XInput Driver
    [ 5883.014] ABI class: X.Org XInput driver, version 20.0
    [ 5883.014] (II) Using input driver 'evdev' for 'Power Button'
    [ 5883.014] (**) Power Button: always reports core events
    [ 5883.014] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 5883.014] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 5883.014] (--) evdev: Power Button: Found keys
    [ 5883.014] (II) evdev: Power Button: Configuring as keyboard
    [ 5883.014] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
    [ 5883.014] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 5883.014] (**) Option "xkb_rules" "evdev"
    [ 5883.014] (**) Option "xkb_model" "pc104"
    [ 5883.014] (**) Option "xkb_layout" "de"
    [ 5883.014] (**) Option "xkb_variant" "nodeadkeys"
    [ 5883.046] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 5883.046] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 5883.046] (**) Power Button: Applying InputClass "keyboad"
    [ 5883.046] (II) Using input driver 'evdev' for 'Power Button'
    [ 5883.046] (**) Power Button: always reports core events
    [ 5883.046] (**) evdev: Power Button: Device: "/dev/input/event1"
    [ 5883.046] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 5883.046] (--) evdev: Power Button: Found keys
    [ 5883.046] (II) evdev: Power Button: Configuring as keyboard
    [ 5883.046] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1"
    [ 5883.046] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 5883.046] (**) Option "xkb_rules" "evdev"
    [ 5883.046] (**) Option "xkb_model" "pc104"
    [ 5883.046] (**) Option "xkb_layout" "de"
    [ 5883.046] (**) Option "xkb_variant" "nodeadkeys"
    [ 5883.047] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event13)
    [ 5883.047] (II) No input driver specified, ignoring this device.
    [ 5883.047] (II) This device may have been added with another device file.
    [ 5883.047] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
    [ 5883.047] (II) No input driver specified, ignoring this device.
    [ 5883.047] (II) This device may have been added with another device file.
    [ 5883.047] (II) config/udev: Adding input device HDA Intel Line Out Surround (/dev/input/event9)
    [ 5883.047] (II) No input driver specified, ignoring this device.
    [ 5883.047] (II) This device may have been added with another device file.
    [ 5883.048] (II) config/udev: Adding input device HDA Intel Line Out CLFE (/dev/input/event8)
    [ 5883.048] (II) No input driver specified, ignoring this device.
    [ 5883.048] (II) This device may have been added with another device file.
    [ 5883.048] (II) config/udev: Adding input device HDA Intel Line Out Side (/dev/input/event7)
    [ 5883.048] (II) No input driver specified, ignoring this device.
    [ 5883.048] (II) This device may have been added with another device file.
    [ 5883.048] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event12)
    [ 5883.048] (II) No input driver specified, ignoring this device.
    [ 5883.048] (II) This device may have been added with another device file.
    [ 5883.049] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event11)
    [ 5883.049] (II) No input driver specified, ignoring this device.
    [ 5883.049] (II) This device may have been added with another device file.
    [ 5883.049] (II) config/udev: Adding input device HDA Intel Line Out Front (/dev/input/event10)
    [ 5883.049] (II) No input driver specified, ignoring this device.
    [ 5883.049] (II) This device may have been added with another device file.
    [ 5883.049] (II) config/udev: Adding input device Logitech G500s Laser Gaming Mouse (/dev/input/event3)
    [ 5883.049] (**) Logitech G500s Laser Gaming Mouse: Applying InputClass "evdev pointer catchall"
    [ 5883.049] (II) Using input driver 'evdev' for 'Logitech G500s Laser Gaming Mouse'
    [ 5883.049] (**) Logitech G500s Laser Gaming Mouse: always reports core events
    [ 5883.049] (**) evdev: Logitech G500s Laser Gaming Mouse: Device: "/dev/input/event3"
    [ 5883.050] (--) evdev: Logitech G500s Laser Gaming Mouse: Vendor 0x46d Product 0xc24e
    [ 5883.050] (--) evdev: Logitech G500s Laser Gaming Mouse: Found 20 mouse buttons
    [ 5883.050] (--) evdev: Logitech G500s Laser Gaming Mouse: Found scroll wheel(s)
    [ 5883.050] (--) evdev: Logitech G500s Laser Gaming Mouse: Found relative axes
    [ 5883.050] (--) evdev: Logitech G500s Laser Gaming Mouse: Found x and y relative axes
    [ 5883.050] (II) evdev: Logitech G500s Laser Gaming Mouse: Configuring as mouse
    [ 5883.050] (II) evdev: Logitech G500s Laser Gaming Mouse: Adding scrollwheel support
    [ 5883.050] (**) evdev: Logitech G500s Laser Gaming Mouse: YAxisMapping: buttons 4 and 5
    [ 5883.050] (**) evdev: Logitech G500s Laser Gaming Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 5883.050] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb4/4-1/4-1:1.0/input/input3/event3"
    [ 5883.050] (II) XINPUT: Adding extended input device "Logitech G500s Laser Gaming Mouse" (type: MOUSE, id 8)
    [ 5883.050] (II) evdev: Logitech G500s Laser Gaming Mouse: initialized for relative axes.
    [ 5883.050] (**) Logitech G500s Laser Gaming Mouse: (accel) keeping acceleration scheme 1
    [ 5883.050] (**) Logitech G500s Laser Gaming Mouse: (accel) acceleration profile 0
    [ 5883.050] (**) Logitech G500s Laser Gaming Mouse: (accel) acceleration factor: 2.000
    [ 5883.050] (**) Logitech G500s Laser Gaming Mouse: (accel) acceleration threshold: 4
    [ 5883.050] (II) config/udev: Adding input device Logitech G500s Laser Gaming Mouse (/dev/input/mouse0)
    [ 5883.050] (II) No input driver specified, ignoring this device.
    [ 5883.050] (II) This device may have been added with another device file.
    [ 5883.051] (II) config/udev: Adding input device Logitech G500s Laser Gaming Mouse (/dev/input/event4)
    [ 5883.051] (**) Logitech G500s Laser Gaming Mouse: Applying InputClass "evdev keyboard catchall"
    [ 5883.051] (**) Logitech G500s Laser Gaming Mouse: Applying InputClass "keyboad"
    [ 5883.051] (II) Using input driver 'evdev' for 'Logitech G500s Laser Gaming Mouse'
    [ 5883.051] (**) Logitech G500s Laser Gaming Mouse: always reports core events
    [ 5883.051] (**) evdev: Logitech G500s Laser Gaming Mouse: Device: "/dev/input/event4"
    [ 5883.051] (--) evdev: Logitech G500s Laser Gaming Mouse: Vendor 0x46d Product 0xc24e
    [ 5883.051] (--) evdev: Logitech G500s Laser Gaming Mouse: Found 1 mouse buttons
    [ 5883.051] (--) evdev: Logitech G500s Laser Gaming Mouse: Found scroll wheel(s)
    [ 5883.051] (--) evdev: Logitech G500s Laser Gaming Mouse: Found relative axes
    [ 5883.051] (II) evdev: Logitech G500s Laser Gaming Mouse: Forcing relative x/y axes to exist.
    [ 5883.051] (--) evdev: Logitech G500s Laser Gaming Mouse: Found absolute axes
    [ 5883.051] (II) evdev: Logitech G500s Laser Gaming Mouse: Forcing absolute x/y axes to exist.
    [ 5883.051] (--) evdev: Logitech G500s Laser Gaming Mouse: Found keys
    [ 5883.051] (II) evdev: Logitech G500s Laser Gaming Mouse: Configuring as mouse
    [ 5883.051] (II) evdev: Logitech G500s Laser Gaming Mouse: Configuring as keyboard
    [ 5883.051] (II) evdev: Logitech G500s Laser Gaming Mouse: Adding scrollwheel support
    [ 5883.051] (**) evdev: Logitech G500s Laser Gaming Mouse: YAxisMapping: buttons 4 and 5
    [ 5883.051] (**) evdev: Logitech G500s Laser Gaming Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 5883.051] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb4/4-1/4-1:1.1/input/input4/event4"
    [ 5883.051] (II) XINPUT: Adding extended input device "Logitech G500s Laser Gaming Mouse" (type: KEYBOARD, id 9)
    [ 5883.051] (**) Option "xkb_rules" "evdev"
    [ 5883.051] (**) Option "xkb_model" "pc104"
    [ 5883.051] (**) Option "xkb_layout" "de"
    [ 5883.051] (**) Option "xkb_variant" "nodeadkeys"
    [ 5883.051] (II) evdev: Logitech G500s Laser Gaming Mouse: initialized for relative axes.
    [ 5883.051] (WW) evdev: Logitech G500s Laser Gaming Mouse: ignoring absolute axes.
    [ 5883.052] (**) Logitech G500s Laser Gaming Mouse: (accel) keeping acceleration scheme 1
    [ 5883.052] (**) Logitech G500s Laser Gaming Mouse: (accel) acceleration profile 0
    [ 5883.052] (**) Logitech G500s Laser Gaming Mouse: (accel) acceleration factor: 2.000
    [ 5883.052] (**) Logitech G500s Laser Gaming Mouse: (accel) acceleration threshold: 4
    [ 5883.052] (II) config/udev: Adding input device Microsoft® LifeCam Studio(TM) (/dev/input/event14)
    [ 5883.052] (**) Microsoft® LifeCam Studio(TM): Applying InputClass "evdev keyboard catchall"
    [ 5883.052] (**) Microsoft® LifeCam Studio(TM): Applying InputClass "keyboad"
    [ 5883.052] (II) Using input driver 'evdev' for 'Microsoft® LifeCam Studio(TM)'
    [ 5883.052] (**) Microsoft® LifeCam Studio(TM): always reports core events
    [ 5883.052] (**) evdev: Microsoft® LifeCam Studio(TM): Device: "/dev/input/event14"
    [ 5883.052] (--) evdev: Microsoft® LifeCam Studio(TM): Vendor 0x45e Product 0x772
    [ 5883.052] (--) evdev: Microsoft® LifeCam Studio(TM): Found keys
    [ 5883.052] (II) evdev: Microsoft® LifeCam Studio(TM): Configuring as keyboard
    [ 5883.052] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb7/7-1/7-1:1.0/input/input14/event14"
    [ 5883.052] (II) XINPUT: Adding extended input device "Microsoft® LifeCam Studio(TM)" (type: KEYBOARD, id 10)
    [ 5883.052] (**) Option "xkb_rules" "evdev"
    [ 5883.052] (**) Option "xkb_model" "pc104"
    [ 5883.052] (**) Option "xkb_layout" "de"
    [ 5883.052] (**) Option "xkb_variant" "nodeadkeys"
    [ 5883.053] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 5883.053] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 5883.053] (**) AT Translated Set 2 keyboard: Applying InputClass "keyboad"
    [ 5883.053] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 5883.053] (**) AT Translated Set 2 keyboard: always reports core events
    [ 5883.053] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 5883.053] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 5883.053] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 5883.053] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 5883.053] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 5883.053] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
    [ 5883.053] (**) Option "xkb_rules" "evdev"
    [ 5883.053] (**) Option "xkb_model" "pc104"
    [ 5883.053] (**) Option "xkb_layout" "de"
    [ 5883.053] (**) Option "xkb_variant" "nodeadkeys"
    [ 5883.054] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
    [ 5883.054] (II) No input driver specified, ignoring this device.
    [ 5883.054] (II) This device may have been added with another device file.
    [ 5883.059] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
    [ 5883.719] (II) Quirked EDID physical size to 0x0 cm
    [ 5883.719] (II) fglrx(0): EDID vendor "SAM", prod id 1641
    [ 5883.719] (II) fglrx(0): Using EDID range info for horizontal sync
    [ 5883.719] (II) fglrx(0): Using EDID range info for vertical refresh
    [ 5883.719] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 5883.719] (II) fglrx(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 5883.719] (II) fglrx(0): Modeline "1360x768"x0.0 85.50 1360 1424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz e)
    [ 5883.719] (II) fglrx(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 5883.719] (II) fglrx(0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
    [ 5883.719] (II) fglrx(0): Modeline "1920x1080i"x0.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
    [ 5883.719] (II) fglrx(0): Modeline "1920x1080i"x0.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
    [ 5883.719] (II) fglrx(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 5883.719] (II) fglrx(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 5883.719] (II) fglrx(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 5883.719] (II) fglrx(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 5883.719] (II) fglrx(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 5883.719] (II) fglrx(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 5883.719] (II) fglrx(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 5883.719] (II) fglrx(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 5883.719] (II) fglrx(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 5883.719] (II) fglrx(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 5883.719] (II) fglrx(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 5883.719] (II) fglrx(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 5883.719] (II) fglrx(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 5883.719] (II) fglrx(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 5883.719] (II) fglrx(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 5883.719] (II) fglrx(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 5883.719] (II) fglrx(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688

    Xorg.0.log wrote:[  5882.805] (WW) fglrx(0): Option "VendorName" is not used
    [  5882.805] (WW) fglrx(0): Option "ModelName" is not used
    [  5882.805] (WW) fglrx(0): Option "UseEDIDDpi" is not used
    [  5882.805] (WW) fglrx(0): Option "UseEDID" is not used
    Someone demonstrated here on how to do that for fglrx.
    Last edited by Rexilion (2014-02-23 11:39:46)

  • Heavy slowdowns in Xorg and Terminal

    Hello folks,
    Yesterday I put together a new system (Dual Arch and Windows 7) and I am running into a few issues and  I have no real idea where exactly to look for.
    My system:
    CPU: Intel i7 4790k
    Mainboard: MSI Z87-G43
    RAM: 16GB DDR3-2400
    Videocard: MSI NVidia GTX 970
    Drives: SSD Samsung 850 (/dev/sda1 = / , /dev/sda2 = Windows), HDD as data partitions for both systems
    Power Supply Unit has 600W
    The installation of both Windows (which I installed first) and and Arch went without a problem and I followed the Installation guide step-by-step.
    The video card runs via the nvidia driver. I'm Using plasma-next/kde and sddm to login.
    I have two monitors, both connected to the GTX card - one via HDMI, one via DVI.
    Here's where the problems start:
    Soon as Xorg launches (via sddm or lightdm), my whole system starts to run extremely slow. First I thought it was only Xorg acting up. Animations run extremely slow, moving windows is slow, too - even keyboard input and cursor movements shutter. This seems to be triggered as well by opening fullscreen windows, opening the KDE start menu, the yakuake dropdown console, etc. However if I switch over to a virtual terminal scrolling text there (dmesg for example) runs extremely slow, too.
    Windows SEEMS to run fine from what I can tell (also 3D applications there seem to work just fine).
    First I thought the internal video chip was active. However the i915 module is not loaded and the integrated video card also does not show up in lspci. HOWEVER Xorg.0.log shows way more monitor connectors on NVIDIA(GPU-0) then my card actually has - it lists the connectors of the integrated video! And thes elistings in the Xorg.0.log repeat over and over and over which what makes me believe the issue MAY be connected to the internal video chip nonetheless. But again, the modules don't seem to be loaded and in the BIOS of the board I cannot disable the integrated video - aside from setting PEG as the primary video interface (which I did).
    nvidia-settings was also segfaulting on numerous occasions which was however fixed by installing the intel-ucode package and redoing the grub.cfg.
    Apart from that, I an pretty helpless right now and I hope someone here may be able to give me a few hints on what to look for.
    Here are some logs that hopefully are helpful to you to help me.
    journalctl -p 0..3 -xn is empty.
    Xorg.0.log (note the repeating lines of NVIDIA(GPU-0)):
    [ 16.395]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 16.395] X Protocol Version 11, Revision 0
    [ 16.395] Build Operating System: Linux 3.19.2-1-ARCH x86_64
    [ 16.395] Current Operating System: Linux stella 4.0.5-1-ARCH #1 SMP PREEMPT Sat Jun 6 18:37:49 CEST 2015 x86_64
    [ 16.395] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=44dc1d5b-8ee3-4e0b-b98e-88cc6fb27f40 rw quiet
    [ 16.395] Build Date: 14 April 2015 10:34:18AM
    [ 16.395]
    [ 16.395] Current version of pixman: 0.32.6
    [ 16.395] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 16.395] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 16.395] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jun 7 12:20:38 2015
    [ 16.396] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 16.396] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 16.397] (==) ServerLayout "Layout0"
    [ 16.397] (**) |-->Screen "Screen0" (0)
    [ 16.397] (**) | |-->Monitor "Monitor0"
    [ 16.397] (**) | |-->Device "Device0"
    [ 16.397] (**) Option "Xinerama" "0"
    [ 16.397] (==) Automatically adding devices
    [ 16.397] (==) Automatically enabling devices
    [ 16.397] (==) Automatically adding GPU devices
    [ 16.400] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 16.400] Entry deleted from font path.
    [ 16.400] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 16.400] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 16.400] Entry deleted from font path.
    [ 16.400] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 16.400] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/
    [ 16.400] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 16.400] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 16.400] (II) Loader magic: 0x815d80
    [ 16.400] (II) Module ABI versions:
    [ 16.400] X.Org ANSI C Emulation: 0.4
    [ 16.400] X.Org Video Driver: 19.0
    [ 16.400] X.Org XInput driver : 21.0
    [ 16.400] X.Org Server Extension : 9.0
    [ 16.401] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
    [ 16.401] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 16.402] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 16 paused 0
    [ 16.402] (--) PCI:*(0:1:0:0) 10de:13c2:1462:3160 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 16.402] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 16.402] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    [ 16.402] (II) LoadModule: "dbe"
    [ 16.402] (II) Module "dbe" already built-in
    [ 16.402] (II) LoadModule: "extmod"
    [ 16.402] (II) Module "extmod" already built-in
    [ 16.402] (II) LoadModule: "glx"
    [ 16.403] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 16.478] (II) Module glx: vendor="NVIDIA Corporation"
    [ 16.478] compiled for 4.0.2, module version = 1.0.0
    [ 16.478] Module class: X.Org Server Extension
    [ 16.478] (II) NVIDIA GLX Module 352.09 Tue May 12 14:17:34 PDT 2015
    [ 16.479] (II) LoadModule: "nvidia"
    [ 16.479] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 16.483] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 16.483] compiled for 4.0.2, module version = 1.0.0
    [ 16.483] Module class: X.Org Video Driver
    [ 16.484] (II) NVIDIA dlloader X Driver 352.09 Tue May 12 13:54:27 PDT 2015
    [ 16.484] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 16.484] (++) using VT number 1
    [ 16.485] (II) Loading sub module "fb"
    [ 16.485] (II) LoadModule: "fb"
    [ 16.485] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 16.485] (II) Module fb: vendor="X.Org Foundation"
    [ 16.485] compiled for 1.17.1, module version = 1.0.0
    [ 16.485] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 16.485] (II) Loading sub module "wfb"
    [ 16.485] (II) LoadModule: "wfb"
    [ 16.486] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 16.486] (II) Module wfb: vendor="X.Org Foundation"
    [ 16.486] compiled for 1.17.1, module version = 1.0.0
    [ 16.486] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 16.486] (II) Loading sub module "ramdac"
    [ 16.486] (II) LoadModule: "ramdac"
    [ 16.486] (II) Module "ramdac" already built-in
    [ 16.487] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 16.487] (==) NVIDIA(0): RGB weight 888
    [ 16.487] (==) NVIDIA(0): Default visual is TrueColor
    [ 16.487] (**) NVIDIA(0): Using gamma correction (0.8, 0.8, 0.7)
    [ 16.488] (**) NVIDIA(0): Option "Stereo" "0"
    [ 16.488] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-1"
    [ 16.488] (**) NVIDIA(0): Option "SLI" "Off"
    [ 16.488] (**) NVIDIA(0): Option "MultiGPU" "Off"
    [ 16.488] (**) NVIDIA(0): Option "BaseMosaic" "off"
    [ 16.488] (**) NVIDIA(0): Stereo disabled by request
    [ 16.488] (**) NVIDIA(0): NVIDIA SLI disabled.
    [ 16.488] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
    [ 16.488] (**) NVIDIA(0): Option "MetaModes" "HDMI-0: 1920x1080 +0+0 { ForceCompositionPipeline = On }, DVI-I-1: 1920x1080 +2000+0 { ForceCompositionPipeline = On }"
    [ 16.488] (**) NVIDIA(0): Enabling 2D acceleration
    [ 18.924] (II) NVIDIA: Allocated GPU:0 (GPU-0c5c1013-4394-3168-6bbd-5aa16358eada) @
    [ 18.924] (II) NVIDIA: PCI:0000:01:00.0
    [ 18.996] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
    [ 18.996] (--) NVIDIA(0): CRT-0
    [ 18.996] (--) NVIDIA(0): DFP-0 (boot)
    [ 18.996] (--) NVIDIA(0): DFP-1
    [ 18.996] (--) NVIDIA(0): DFP-2
    [ 18.996] (--) NVIDIA(0): DFP-3
    [ 18.996] (--) NVIDIA(0): DFP-4
    [ 19.018] (--) NVIDIA(0): CRT-0: disconnected
    [ 19.018] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
    [ 19.018] (--) NVIDIA(0):
    [ 19.065] (--) NVIDIA(0): LG Electronics W2361 (DFP-0): connected
    [ 19.065] (--) NVIDIA(0): LG Electronics W2361 (DFP-0): Internal TMDS
    [ 19.065] (--) NVIDIA(0): LG Electronics W2361 (DFP-0): 330.0 MHz maximum pixel clock
    [ 19.065] (--) NVIDIA(0):
    [ 19.108] (--) NVIDIA(0): BenQ GL2450H (DFP-1): connected
    [ 19.108] (--) NVIDIA(0): BenQ GL2450H (DFP-1): Internal TMDS
    [ 19.108] (--) NVIDIA(0): BenQ GL2450H (DFP-1): 165.0 MHz maximum pixel clock
    [ 19.108] (--) NVIDIA(0):
    [ 19.108] (--) NVIDIA(0): DFP-2: disconnected
    [ 19.108] (--) NVIDIA(0): DFP-2: Internal DisplayPort
    [ 19.108] (--) NVIDIA(0): DFP-2: 960.0 MHz maximum pixel clock
    [ 19.108] (--) NVIDIA(0):
    [ 19.109] (--) NVIDIA(0): DFP-3: disconnected
    [ 19.109] (--) NVIDIA(0): DFP-3: Internal TMDS
    [ 19.109] (--) NVIDIA(0): DFP-3: 165.0 MHz maximum pixel clock
    [ 19.109] (--) NVIDIA(0):
    [ 19.110] (--) NVIDIA(0): DFP-4: disconnected
    [ 19.110] (--) NVIDIA(0): DFP-4: Internal TMDS
    [ 19.110] (--) NVIDIA(0): DFP-4: 330.0 MHz maximum pixel clock
    [ 19.110] (--) NVIDIA(0):
    [ 19.110] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
    [ 19.129] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 970 (GM204-A) at PCI:1:0:0 (GPU-0)
    [ 19.129] (--) NVIDIA(0): Memory: 4194304 kBytes
    [ 19.130] (--) NVIDIA(0): VideoBIOS: 84.04.36.00.f1
    [ 19.130] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 19.278] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 19.278] (**) NVIDIA(0): device LG Electronics W2361 (DFP-0) (Using EDID
    [ 19.278] (**) NVIDIA(0): frequencies has been enabled on all display devices.)
    [ 19.293] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 19.293] (**) NVIDIA(0): device BenQ GL2450H (DFP-1) (Using EDID frequencies has
    [ 19.293] (**) NVIDIA(0): been enabled on all display devices.)
    [ 19.334] (II) NVIDIA(0): Validated MetaModes:
    [ 19.334] (II) NVIDIA(0):
    [ 19.334] (II) NVIDIA(0): "HDMI-0:1920x1080+0+0{ForceCompositionPipeline=On},DVI-I-1:1920x1080+2000+0{ForceCompositionPipeline=On}"
    [ 19.334] (II) NVIDIA(0): Virtual screen size determined to be 3920 x 1080
    [ 19.429] (--) NVIDIA(0): DPI set to (95, 94); computed from "UseEdidDpi" X config
    [ 19.429] (--) NVIDIA(0): option
    [ 19.429] (--) Depth 24 pixmap format is 32 bpp
    [ 19.443] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
    [ 19.443] (II) NVIDIA: access.
    [ 19.518] (II) NVIDIA(0): Setting mode "HDMI-0:1920x1080+0+0{ForceCompositionPipeline=On},DVI-I-1:1920x1080+2000+0{ForceCompositionPipeline=On}"
    [ 19.709] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 19.709] (==) NVIDIA(0): Backing store enabled
    [ 19.709] (==) NVIDIA(0): Silken mouse enabled
    [ 19.710] (**) NVIDIA(0): DPMS enabled
    [ 19.715] (II) Loading sub module "dri2"
    [ 19.715] (II) LoadModule: "dri2"
    [ 19.715] (II) Module "dri2" already built-in
    [ 19.715] (II) NVIDIA(0): [DRI2] Setup complete
    [ 19.715] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 19.715] (--) RandR disabled
    [ 19.717] (II) Initializing extension GLX
    [ 19.717] (II) Indirect GLX disabled.(II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 19.779] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 19.779] (II) LoadModule: "evdev"
    [ 19.779] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 19.780] (II) Module evdev: vendor="X.Org Foundation"
    [ 19.780] compiled for 1.17.1, module version = 2.9.2
    [ 19.780] Module class: X.Org XInput Driver
    [ 19.780] ABI class: X.Org XInput driver, version 21.0
    [ 19.781] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 40 paused 0
    [ 19.781] (II) Using input driver 'evdev' for 'Power Button'
    [ 19.781] (**) Power Button: always reports core events
    [ 19.781] (**) evdev: Power Button: Device: "/dev/input/event1"
    [ 19.781] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 19.781] (--) evdev: Power Button: Found keys
    [ 19.781] (II) evdev: Power Button: Configuring as keyboard
    [ 19.781] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event1"
    [ 19.781] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 19.781] (**) Option "xkb_rules" "evdev"
    [ 19.781] (**) Option "xkb_model" "pc104"
    [ 19.781] (**) Option "xkb_layout" "us"
    [ 19.790] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 19.790] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 19.790] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 41 paused 0
    [ 19.790] (II) Using input driver 'evdev' for 'Power Button'
    [ 19.790] (**) Power Button: always reports core events
    [ 19.790] (**) evdev: Power Button: Device: "/dev/input/event0"
    [ 19.790] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 19.790] (--) evdev: Power Button: Found keys
    [ 19.790] (II) evdev: Power Button: Configuring as keyboard
    [ 19.790] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event0"
    [ 19.790] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 19.790] (**) Option "xkb_rules" "evdev"
    [ 19.790] (**) Option "xkb_model" "pc104"
    [ 19.790] (**) Option "xkb_layout" "us"
    [ 19.790] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event11)
    [ 19.790] (II) No input driver specified, ignoring this device.
    [ 19.790] (II) This device may have been added with another device file.
    [ 19.790] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event12)
    [ 19.790] (II) No input driver specified, ignoring this device.
    [ 19.790] (II) This device may have been added with another device file.
    [ 19.790] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event13)
    [ 19.790] (II) No input driver specified, ignoring this device.
    [ 19.790] (II) This device may have been added with another device file.
    [ 19.790] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event14)
    [ 19.790] (II) No input driver specified, ignoring this device.
    [ 19.790] (II) This device may have been added with another device file.
    [ 19.791] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event17)
    [ 19.791] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
    [ 19.843] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 42 paused 0
    [ 19.843] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 19.843] (**) Logitech USB Receiver: always reports core events
    [ 19.843] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event17"
    [ 19.843] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc537
    [ 19.843] (--) evdev: Logitech USB Receiver: Found 20 mouse buttons
    [ 19.843] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
    [ 19.843] (--) evdev: Logitech USB Receiver: Found relative axes
    [ 19.843] (--) evdev: Logitech USB Receiver: Found x and y relative axes
    [ 19.843] (II) evdev: Logitech USB Receiver: Configuring as mouse
    [ 19.843] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
    [ 19.843] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    [ 19.843] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 19.843] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-11/3-11:1.0/0003:046D:C537.0006/input/input20/event17"
    [ 19.843] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 8)
    [ 19.843] (II) evdev: Logitech USB Receiver: initialized for relative axes.
    [ 19.843] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    [ 19.843] (**) Logitech USB Receiver: (accel) acceleration profile 0
    [ 19.843] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
    [ 19.843] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
    [ 19.843] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
    [ 19.843] (II) No input driver specified, ignoring this device.
    [ 19.843] (II) This device may have been added with another device file.
    [ 19.843] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event18)
    [ 19.843] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
    [ 19.844] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 43 paused 0
    [ 19.844] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 19.844] (**) Logitech USB Receiver: always reports core events
    [ 19.844] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event18"
    [ 19.844] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc537
    [ 19.844] (--) evdev: Logitech USB Receiver: Found 1 mouse buttons
    [ 19.844] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
    [ 19.844] (--) evdev: Logitech USB Receiver: Found relative axes
    [ 19.844] (II) evdev: Logitech USB Receiver: Forcing relative x/y axes to exist.
    [ 19.844] (--) evdev: Logitech USB Receiver: Found absolute axes
    [ 19.844] (II) evdev: Logitech USB Receiver: Forcing absolute x/y axes to exist.
    [ 19.844] (--) evdev: Logitech USB Receiver: Found keys
    [ 19.844] (II) evdev: Logitech USB Receiver: Configuring as mouse
    [ 19.844] (II) evdev: Logitech USB Receiver: Configuring as keyboard
    [ 19.844] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
    [ 19.844] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    [ 19.844] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 19.844] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-11/3-11:1.1/0003:046D:C537.0007/input/input21/event18"
    [ 19.844] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 9)
    [ 19.844] (**) Option "xkb_rules" "evdev"
    [ 19.844] (**) Option "xkb_model" "pc104"
    [ 19.844] (**) Option "xkb_layout" "us"
    [ 19.844] (II) evdev: Logitech USB Receiver: initialized for relative axes.
    [ 19.844] (WW) evdev: Logitech USB Receiver: ignoring absolute axes.
    [ 19.844] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    [ 19.844] (**) Logitech USB Receiver: (accel) acceleration profile 0
    [ 19.844] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
    [ 19.844] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
    [ 19.844] (II) config/udev: Adding input device Logitech K360 (/dev/input/event19)
    [ 19.844] (**) Logitech K360: Applying InputClass "evdev keyboard catchall"
    [ 19.844] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 44 paused 0
    [ 19.844] (II) Using input driver 'evdev' for 'Logitech K360'
    [ 19.844] (**) Logitech K360: always reports core events
    [ 19.844] (**) evdev: Logitech K360: Device: "/dev/input/event19"
    [ 19.844] (--) evdev: Logitech K360: Vendor 0x46d Product 0x4004
    [ 19.844] (--) evdev: Logitech K360: Found 1 mouse buttons
    [ 19.844] (--) evdev: Logitech K360: Found scroll wheel(s)
    [ 19.844] (--) evdev: Logitech K360: Found relative axes
    [ 19.844] (II) evdev: Logitech K360: Forcing relative x/y axes to exist.
    [ 19.844] (--) evdev: Logitech K360: Found absolute axes
    [ 19.844] (II) evdev: Logitech K360: Forcing absolute x/y axes to exist.
    [ 19.844] (--) evdev: Logitech K360: Found keys
    [ 19.844] (II) evdev: Logitech K360: Configuring as mouse
    [ 19.844] (II) evdev: Logitech K360: Configuring as keyboard
    [ 19.844] (II) evdev: Logitech K360: Adding scrollwheel support
    [ 19.844] (**) evdev: Logitech K360: YAxisMapping: buttons 4 and 5
    [ 19.844] (**) evdev: Logitech K360: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 19.844] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.2/0003:046D:C52B.0003/0003:046D:4004.0008/input/input22/event19"
    [ 19.844] (II) XINPUT: Adding extended input device "Logitech K360" (type: KEYBOARD, id 10)
    [ 19.844] (**) Option "xkb_rules" "evdev"
    [ 19.844] (**) Option "xkb_model" "pc104"
    [ 19.844] (**) Option "xkb_layout" "us"
    [ 19.844] (II) evdev: Logitech K360: initialized for relative axes.
    [ 19.844] (WW) evdev: Logitech K360: ignoring absolute axes.
    [ 19.845] (**) Logitech K360: (accel) keeping acceleration scheme 1
    [ 19.845] (**) Logitech K360: (accel) acceleration profile 0
    [ 19.845] (**) Logitech K360: (accel) acceleration factor: 2.000
    [ 19.845] (**) Logitech K360: (accel) acceleration threshold: 4
    [ 19.845] (II) config/udev: Adding input device Saitek Cyborg X (/dev/input/event15)
    [ 19.845] (II) No input driver specified, ignoring this device.
    [ 19.845] (II) This device may have been added with another device file.
    [ 19.845] (II) config/udev: Adding input device Saitek Cyborg X (/dev/input/js0)
    [ 19.845] (II) No input driver specified, ignoring this device.
    [ 19.845] (II) This device may have been added with another device file.
    [ 19.845] (II) config/udev: Adding input device Blue Microphones Yeti Stereo Microphone (/dev/input/event16)
    [ 19.845] (**) Blue Microphones Yeti Stereo Microphone: Applying InputClass "evdev keyboard catchall"
    [ 19.845] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 45 paused 0
    [ 19.845] (II) Using input driver 'evdev' for 'Blue Microphones Yeti Stereo Microphone'
    [ 19.845] (**) Blue Microphones Yeti Stereo Microphone: always reports core events
    [ 19.845] (**) evdev: Blue Microphones Yeti Stereo Microphone: Device: "/dev/input/event16"
    [ 19.845] (--) evdev: Blue Microphones Yeti Stereo Microphone: Vendor 0xb58e Product 0x9e84
    [ 19.845] (--) evdev: Blue Microphones Yeti Stereo Microphone: Found 1 mouse buttons
    [ 19.845] (--) evdev: Blue Microphones Yeti Stereo Microphone: Found absolute axes
    [ 19.845] (--) evdev: Blue Microphones Yeti Stereo Microphone: Found absolute multitouch axes
    [ 19.845] (II) evdev: Blue Microphones Yeti Stereo Microphone: Forcing absolute x/y axes to exist.
    [ 19.845] (--) evdev: Blue Microphones Yeti Stereo Microphone: Found keys
    [ 19.845] (II) evdev: Blue Microphones Yeti Stereo Microphone: Forcing relative x/y axes to exist.
    [ 19.845] (II) evdev: Blue Microphones Yeti Stereo Microphone: Configuring as mouse
    [ 19.845] (II) evdev: Blue Microphones Yeti Stereo Microphone: Configuring as keyboard
    [ 19.845] (**) evdev: Blue Microphones Yeti Stereo Microphone: YAxisMapping: buttons 4 and 5
    [ 19.845] (**) evdev: Blue Microphones Yeti Stereo Microphone: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 19.845] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/0003:B58E:9E84.0005/input/input19/event16"
    [ 19.845] (II) XINPUT: Adding extended input device "Blue Microphones Yeti Stereo Microphone" (type: KEYBOARD, id 11)
    [ 19.845] (**) Option "xkb_rules" "evdev"
    [ 19.845] (**) Option "xkb_model" "pc104"
    [ 19.845] (**) Option "xkb_layout" "us"
    [ 19.845] (II) evdev: Blue Microphones Yeti Stereo Microphone: initialized for absolute axes.
    [ 19.845] (**) Blue Microphones Yeti Stereo Microphone: (accel) keeping acceleration scheme 1
    [ 19.845] (**) Blue Microphones Yeti Stereo Microphone: (accel) acceleration profile 0
    [ 19.845] (**) Blue Microphones Yeti Stereo Microphone: (accel) acceleration factor: 2.000
    [ 19.845] (**) Blue Microphones Yeti Stereo Microphone: (accel) acceleration threshold: 4
    [ 19.845] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event7)
    [ 19.845] (II) No input driver specified, ignoring this device.
    [ 19.845] (II) This device may have been added with another device file.
    [ 19.846] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event8)
    [ 19.846] (II) No input driver specified, ignoring this device.
    [ 19.846] (II) This device may have been added with another device file.
    [ 19.846] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event9)
    [ 19.846] (II) No input driver specified, ignoring this device.
    [ 19.846] (II) This device may have been added with another device file.
    [ 19.846] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event10)
    [ 19.846] (II) No input driver specified, ignoring this device.
    [ 19.846] (II) This device may have been added with another device file.
    [ 19.846] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event3)
    [ 19.846] (II) No input driver specified, ignoring this device.
    [ 19.846] (II) This device may have been added with another device file.
    [ 19.846] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event4)
    [ 19.846] (II) No input driver specified, ignoring this device.
    [ 19.846] (II) This device may have been added with another device file.
    [ 19.846] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event5)
    [ 19.846] (II) No input driver specified, ignoring this device.
    [ 19.846] (II) This device may have been added with another device file.
    [ 19.846] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event6)
    [ 19.846] (II) No input driver specified, ignoring this device.
    [ 19.846] (II) This device may have been added with another device file.
    [ 19.846] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
    [ 19.846] (II) No input driver specified, ignoring this device.
    [ 19.846] (II) This device may have been added with another device file.
    [ 19.927] (--) NVIDIA(GPU-0): CRT-0: disconnected
    [ 19.927] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 19.927] (--) NVIDIA(GPU-0):
    [ 19.976] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): connected
    [ 19.976] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): Internal TMDS
    [ 19.976] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): 330.0 MHz maximum pixel clock
    [ 19.976] (--) NVIDIA(GPU-0):
    [ 20.020] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): connected
    [ 20.020] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): Internal TMDS
    [ 20.020] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): 600.0 MHz maximum pixel clock
    [ 20.020] (--) NVIDIA(GPU-0):
    [ 20.022] (--) NVIDIA(GPU-0): DFP-2: disconnected
    [ 20.022] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
    [ 20.022] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
    [ 20.022] (--) NVIDIA(GPU-0):
    [ 20.024] (--) NVIDIA(GPU-0): DFP-3: disconnected
    [ 20.024] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
    [ 20.024] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
    [ 20.024] (--) NVIDIA(GPU-0):
    [ 20.025] (--) NVIDIA(GPU-0): DFP-4: disconnected
    [ 20.025] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
    [ 20.025] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
    [ 20.025] (--) NVIDIA(GPU-0):
    [ 20.049] (--) NVIDIA(GPU-0): CRT-0: disconnected
    [ 20.049] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 20.049] (--) NVIDIA(GPU-0):
    [ 20.096] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): connected
    [ 20.096] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): Internal TMDS
    [ 20.097] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): 330.0 MHz maximum pixel clock
    [ 20.097] (--) NVIDIA(GPU-0):
    [ 20.142] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): connected
    [ 20.142] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): Internal TMDS
    [ 20.142] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): 600.0 MHz maximum pixel clock
    [ 20.142] (--) NVIDIA(GPU-0):
    [ 20.144] (--) NVIDIA(GPU-0): DFP-2: disconnected
    [ 20.144] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
    [ 20.144] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
    [ 20.144] (--) NVIDIA(GPU-0):
    [ 20.145] (--) NVIDIA(GPU-0): DFP-3: disconnected
    [ 20.145] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
    [ 20.145] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
    [ 20.145] (--) NVIDIA(GPU-0):
    [ 20.146] (--) NVIDIA(GPU-0): DFP-4: disconnected
    [ 20.146] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
    [ 20.146] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
    [ 20.146] (--) NVIDIA(GPU-0):
    [ 20.171] (--) NVIDIA(GPU-0): CRT-0: disconnected
    [ 20.171] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 20.171] (--) NVIDIA(GPU-0):
    [ 20.219] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): connected
    [ 20.219] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): Internal TMDS
    [ 20.219] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): 330.0 MHz maximum pixel clock
    [ 20.219] (--) NVIDIA(GPU-0):
    [ 20.265] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): connected
    [ 20.265] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): Internal TMDS
    [ 20.265] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): 600.0 MHz maximum pixel clock
    [ 20.265] (--) NVIDIA(GPU-0):
    [ 20.267] (--) NVIDIA(GPU-0): DFP-2: disconnected
    [ 20.267] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
    [ 20.267] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
    [ 20.267] (--) NVIDIA(GPU-0):
    [ 20.268] (--) NVIDIA(GPU-0): DFP-3: disconnected
    [ 20.268] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
    [ 20.268] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
    [ 20.268] (--) NVIDIA(GPU-0):
    [ 20.269] (--) NVIDIA(GPU-0): DFP-4: disconnected
    [ 20.269] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
    [ 20.269] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
    [ 20.269] (--) NVIDIA(GPU-0):
    [ 27.573] (--) NVIDIA(GPU-0): CRT-0: disconnected
    [ 27.573] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 27.573] (--) NVIDIA(GPU-0):
    [ 27.625] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): connected
    [ 27.625] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): Internal TMDS
    [ 27.625] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): 330.0 MHz maximum pixel clock
    [ 27.625] (--) NVIDIA(GPU-0):
    [ 27.674] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): connected
    [ 27.674] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): Internal TMDS
    [ 27.674] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): 600.0 MHz maximum pixel clock
    [ 27.674] (--) NVIDIA(GPU-0):
    [ 27.676] (--) NVIDIA(GPU-0): DFP-2: disconnected
    [ 27.676] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
    [ 27.676] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
    [ 27.676] (--) NVIDIA(GPU-0):
    [ 27.679] (--) NVIDIA(GPU-0): DFP-3: disconnected
    [ 27.679] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
    [ 27.679] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
    [ 27.679] (--) NVIDIA(GPU-0):
    [ 27.679] (--) NVIDIA(GPU-0): DFP-4: disconnected
    [ 27.679] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
    [ 27.679] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
    [ 27.679] (--) NVIDIA(GPU-0):
    [ 27.701] (--) NVIDIA(GPU-0): CRT-0: disconnected
    [ 27.701] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 27.701] (--) NVIDIA(GPU-0):
    [ 27.753] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): connected
    [ 27.753] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): Internal TMDS
    [ 27.753] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): 330.0 MHz maximum pixel clock
    [ 27.753] (--) NVIDIA(GPU-0):
    [ 27.806] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): connected
    [ 27.806] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): Internal TMDS
    [ 27.806] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): 600.0 MHz maximum pixel clock
    [ 27.806] (--) NVIDIA(GPU-0):
    [ 27.809] (--) NVIDIA(GPU-0): DFP-2: disconnected
    [ 27.809] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
    [ 27.809] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
    [ 27.809] (--) NVIDIA(GPU-0):
    [ 27.810] (--) NVIDIA(GPU-0): DFP-3: disconnected
    [ 27.810] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
    [ 27.810] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
    [ 27.810] (--) NVIDIA(GPU-0):
    [ 27.811] (--) NVIDIA(GPU-0): DFP-4: disconnected
    [ 27.811] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
    [ 27.811] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
    [ 27.812] (--) NVIDIA(GPU-0):
    [ 27.840] (--) NVIDIA(GPU-0): CRT-0: disconnected
    [ 27.840] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 27.840] (--) NVIDIA(GPU-0):
    [ 27.888] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): connected
    [ 27.888] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): Internal TMDS
    [ 27.888] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): 330.0 MHz maximum pixel clock
    [ 27.888] (--) NVIDIA(GPU-0):
    [ 27.946] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): connected
    [ 27.946] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): Internal TMDS
    [ 27.946] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): 600.0 MHz maximum pixel clock
    [ 27.946] (--) NVIDIA(GPU-0):
    [ 27.949] (--) NVIDIA(GPU-0): DFP-2: disconnected
    [ 27.949] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
    [ 27.949] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
    [ 27.949] (--) NVIDIA(GPU-0):
    [ 27.951] (--) NVIDIA(GPU-0): DFP-3: disconnected
    [ 27.951] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
    [ 27.951] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
    [ 27.951] (--) NVIDIA(GPU-0):
    [ 27.952] (--) NVIDIA(GPU-0): DFP-4: disconnected
    [ 27.952] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
    [ 27.952] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
    [ 27.952] (--) NVIDIA(GPU-0):
    [ 28.441] (--) NVIDIA(GPU-0): CRT-0: disconnected
    [ 28.441] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 28.441] (--) NVIDIA(GPU-0):
    [ 28.492] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): connected
    [ 28.492] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): Internal TMDS
    [ 28.492] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): 330.0 MHz maximum pixel clock
    [ 28.492] (--) NVIDIA(GPU-0):
    [ 28.538] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): connected
    [ 28.538] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): Internal TMDS
    [ 28.538] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): 600.0 MHz maximum pixel clock
    [ 28.538] (--) NVIDIA(GPU-0):
    [ 28.540] (--) NVIDIA(GPU-0): DFP-2: disconnected
    [ 28.540] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
    [ 28.540] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
    [ 28.540] (--) NVIDIA(GPU-0):
    [ 28.542] (--) NVIDIA(GPU-0): DFP-3: disconnected
    [ 28.542] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
    [ 28.542] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
    [ 28.542] (--) NVIDIA(GPU-0):
    [ 28.543] (--) NVIDIA(GPU-0): DFP-4: disconnected
    [ 28.543] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
    [ 28.543] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
    [ 28.543] (--) NVIDIA(GPU-0):
    [ 28.570] (--) NVIDIA(GPU-0): CRT-0: disconnected
    [ 28.570] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 28.570] (--) NVIDIA(GPU-0):
    [ 28.627] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): connected
    [ 28.627] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): Internal TMDS
    [ 28.627] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): 330.0 MHz maximum pixel clock
    [ 28.627] (--) NVIDIA(GPU-0):
    [ 28.674] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): connected
    [ 28.674] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): Internal TMDS
    [ 28.674] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): 600.0 MHz maximum pixel clock
    [ 28.674] (--) NVIDIA(GPU-0):
    [ 28.676] (--) NVIDIA(GPU-0): DFP-2: disconnected
    [ 28.676] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
    [ 28.676] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
    [ 28.676] (--) NVIDIA(GPU-0):
    [ 28.677] (--) NVIDIA(GPU-0): DFP-3: disconnected
    [ 28.677] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
    [ 28.677] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
    [ 28.677] (--) NVIDIA(GPU-0):
    [ 28.678] (--) NVIDIA(GPU-0): DFP-4: disconnected
    [ 28.678] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
    [ 28.678] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
    [ 28.678] (--) NVIDIA(GPU-0):
    [ 28.702] (--) NVIDIA(GPU-0): CRT-0: disconnected
    [ 28.702] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 28.702] (--) NVIDIA(GPU-0):
    [ 28.755] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): connected
    [ 28.755] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): Internal TMDS
    [ 28.755] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): 330.0 MHz maximum pixel clock
    [ 28.755] (--) NVIDIA(GPU-0):
    [ 28.804] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): connected
    [ 28.804] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): Internal TMDS
    [ 28.804] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): 600.0 MHz maximum pixel clock
    [ 28.804] (--) NVIDIA(GPU-0):
    [ 28.807] (--) NVIDIA(GPU-0): DFP-2: disconnected
    [ 28.807] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
    [ 28.807] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
    [ 28.807] (--) NVIDIA(GPU-0):
    [ 28.809] (--) NVIDIA(GPU-0): DFP-3: disconnected
    [ 28.809] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
    [ 28.809] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
    [ 28.809] (--) NVIDIA(GPU-0):
    [ 28.811] (--) NVIDIA(GPU-0): DFP-4: disconnected
    [ 28.811] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
    [ 28.811] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
    [ 28.811] (--) NVIDIA(GPU-0):
    [ 28.870] (--) NVIDIA(GPU-0): CRT-0: disconnected
    [ 28.870] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 28.871] (--) NVIDIA(GPU-0):
    [ 28.923] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): connected
    [ 28.923] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): Internal TMDS
    [ 28.923] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): 330.0 MHz maximum pixel clock
    [ 28.923] (--) NVIDIA(GPU-0):
    [ 28.972] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): connected
    [ 28.972] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): Internal TMDS
    [ 28.972] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): 600.0 MHz maximum pixel clock
    [ 28.972] (--) NVIDIA(GPU-0):
    [ 28.974] (--) NVIDIA(GPU-0): DFP-2: disconnected
    [ 28.974] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
    [ 28.974] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
    [ 28.974] (--) NVIDIA(GPU-0):
    [ 28.976] (--) NVIDIA(GPU-0): DFP-3: disconnected
    [ 28.976] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
    [ 28.976] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
    [ 28.976] (--) NVIDIA(GPU-0):
    [ 28.976] (--) NVIDIA(GPU-0): DFP-4: disconnected
    [ 28.976] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
    [ 28.976] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
    [ 28.976] (--) NVIDIA(GPU-0):
    [ 29.003] (--) NVIDIA(GPU-0): CRT-0: disconnected
    [ 29.003] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 29.003] (--) NVIDIA(GPU-0):
    [ 29.053] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): connected
    [ 29.053] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): Internal TMDS
    [ 29.053] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): 330.0 MHz maximum pixel clock
    [ 29.053] (--) NVIDIA(GPU-0):
    [ 29.107] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): connected
    [ 29.107] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): Internal TMDS
    [ 29.107] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): 600.0 MHz maximum pixel clock
    [ 29.107] (--) NVIDIA(GPU-0):
    [ 29.114] (--) NVIDIA(GPU-0): DFP-2: disconnected
    [ 29.114] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
    [ 29.114] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
    [ 29.114] (--) NVIDIA(GPU-0):
    [ 29.116] (--) NVIDIA(GPU-0): DFP-3: disconnected
    [ 29.116] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
    [ 29.116] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
    [ 29.116] (--) NVIDIA(GPU-0):
    [ 29.117] (--) NVIDIA(GPU-0): DFP-4: disconnected
    [ 29.117] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
    [ 29.117] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
    [ 29.117] (--) NVIDIA(GPU-0):
    [ 29.140] (--) NVIDIA(GPU-0): CRT-0: disconnected
    [ 29.140] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 29.140] (--) NVIDIA(GPU-0):
    [ 29.193] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): connected
    [ 29.193] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): Internal TMDS
    [ 29.193] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): 330.0 MHz maximum pixel clock
    [ 29.193] (--) NVIDIA(GPU-0):
    [ 29.253] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): connected
    [ 29.253] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): Internal TMDS
    [ 29.253] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): 600.0 MHz maximum pixel clock
    [ 29.253] (--) NVIDIA(GPU-0):
    [ 29.256] (--) NVIDIA(GPU-0): DFP-2: disconnected
    [ 29.256] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
    [ 29.256] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
    [ 29.256] (--) NVIDIA(GPU-0):
    [ 29.260] (--) NVIDIA(GPU-0): DFP-3: disconnected
    [ 29.260] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
    [ 29.260] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
    [ 29.260] (--) NVIDIA(GPU-0):
    [ 29.262] (--) NVIDIA(GPU-0): DFP-4: disconnected
    [ 29.262] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
    [ 29.262] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
    [ 29.262] (--) NVIDIA(GPU-0):
    [ 29.285] (--) NVIDIA(GPU-0): CRT-0: disconnected
    [ 29.285] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 29.285] (--) NVIDIA(GPU-0):
    [ 29.343] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): connected
    [ 29.343] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): Internal TMDS
    [ 29.343] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): 330.0 MHz maximum pixel clock
    [ 29.343] (--) NVIDIA(GPU-0):
    [ 29.397] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): connected
    [ 29.397] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): Internal TMDS
    [ 29.397] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): 600.0 MHz maximum pixel clock
    [ 29.397] (--) NVIDIA(GPU-0):
    [ 29.400] (--) NVIDIA(GPU-0): DFP-2: disconnected
    [ 29.400] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
    [ 29.400] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
    [ 29.400] (--) NVIDIA(GPU-0):
    [ 29.402] (--) NVIDIA(GPU-0): DFP-3: disconnected
    [ 29.402] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
    [ 29.402] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
    [ 29.402] (--) NVIDIA(GPU-0):
    [ 29.404] (--) NVIDIA(GPU-0): DFP-4: disconnected
    [ 29.404] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
    [ 29.404] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
    [ 29.404] (--) NVIDIA(GPU-0):
    [ 29.427] (--) NVIDIA(GPU-0): CRT-0: disconnected
    [ 29.427] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 29.427] (--) NVIDIA(GPU-0):
    [ 29.481] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): connected
    [ 29.481] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): Internal TMDS
    [ 29.481] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): 330.0 MHz maximum pixel clock
    [ 29.481] (--) NVIDIA(GPU-0):
    [ 29.531] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): connected
    [ 29.531] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): Internal TMDS
    [ 29.531] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): 600.0 MHz maximum pixel clock
    [ 29.531] (--) NVIDIA(GPU-0):
    [ 29.533] (--) NVIDIA(GPU-0): DFP-2: disconnected
    [ 29.533] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
    [ 29.533] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
    [ 29.533] (--) NVIDIA(GPU-0):
    [ 29.536] (--) NVIDIA(GPU-0): DFP-3: disconnected
    [ 29.536] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
    [ 29.536] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
    [ 29.536] (--) NVIDIA(GPU-0):
    [ 29.537] (--) NVIDIA(GPU-0): DFP-4: disconnected
    [ 29.537] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
    [ 29.537] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
    [ 29.537] (--) NVIDIA(GPU-0):
    [ 29.572] (--) NVIDIA(GPU-0): CRT-0: disconnected
    [ 29.572] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 29.572] (--) NVIDIA(GPU-0):
    [ 29.623] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): connected
    [ 29.623] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): Internal TMDS
    [ 29.623] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): 330.0 MHz maximum pixel clock
    [ 29.623] (--) NVIDIA(GPU-0):
    [ 29.670] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): connected
    [ 29.670] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): Internal TMDS
    [ 29.670] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): 600.0 MHz maximum pixel clock
    [ 29.670] (--) NVIDIA(GPU-0):
    [ 29.672] (--) NVIDIA(GPU-0): DFP-2: disconnected
    [ 29.672] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
    [ 29.672] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
    [ 29.672] (--) NVIDIA(GPU-0):
    [ 29.673] (--) NVIDIA(GPU-0): DFP-3: disconnected
    [ 29.673] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
    [ 29.673] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
    [ 29.673] (--) NVIDIA(GPU-0):
    [ 29.674] (--) NVIDIA(GPU-0): DFP-4: disconnected
    [ 29.674] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
    [ 29.674] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
    [ 29.674] (--) NVIDIA(GPU-0):
    [ 29.855] (--) NVIDIA(GPU-0): CRT-0: disconnected
    [ 29.855] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 29.855] (--) NVIDIA(GPU-0):
    [ 29.905] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): connected
    [ 29.905] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): Internal TMDS
    [ 29.905] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): 330.0 MHz maximum pixel clock
    [ 29.905] (--) NVIDIA(GPU-0):
    [ 29.951] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): connected
    [ 29.951] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): Internal TMDS
    [ 29.951] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): 600.0 MHz maximum pixel clock
    [ 29.951] (--) NVIDIA(GPU-0):
    [ 29.952] (--) NVIDIA(GPU-0): DFP-2: disconnected
    [ 29.952] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
    [ 29.952] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
    [ 29.952] (--) NVIDIA(GPU-0):
    [ 29.954] (--) NVIDIA(GPU-0): DFP-3: disconnected
    [ 29.954] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
    [ 29.954] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
    [ 29.954] (--) NVIDIA(GPU-0):
    [ 29.955] (--) NVIDIA(GPU-0): DFP-4: disconnected
    [ 29.955] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
    [ 29.955] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
    [ 29.955] (--) NVIDIA(GPU-0):
    [ 29.985] (--) NVIDIA(GPU-0): CRT-0: disconnected
    [ 29.985] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 29.985] (--) NVIDIA(GPU-0):
    [ 30.037] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): connected
    [ 30.037] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): Internal TMDS
    [ 30.037] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): 330.0 MHz maximum pixel clock
    [ 30.037] (--) NVIDIA(GPU-0):
    [ 30.084] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): connected
    [ 30.084] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): Internal TMDS
    [ 30.084] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): 600.0 MHz maximum pixel clock
    [ 30.084] (--) NVIDIA(GPU-0):
    [ 30.085] (--) NVIDIA(GPU-0): DFP-2: disconnected
    [ 30.085] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
    [ 30.085] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
    [ 30.085] (--) NVIDIA(GPU-0):
    [ 30.086] (--) NVIDIA(GPU-0): DFP-3: disconnected
    [ 30.086] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
    [ 30.086] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
    [ 30.086] (--) NVIDIA(GPU-0):
    [ 30.087] (--) NVIDIA(GPU-0): DFP-4: disconnected
    [ 30.087] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
    [ 30.087] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
    [ 30.087] (--) NVIDIA(GPU-0):
    [ 30.111] (--) NVIDIA(GPU-0): CRT-0: disconnected
    [ 30.111] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 30.111] (--) NVIDIA(GPU-0):
    [ 30.163] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): connected
    [ 30.163] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): Internal TMDS
    [ 30.163] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): 330.0 MHz maximum pixel clock
    [ 30.163] (--) NVIDIA(GPU-0):
    [ 30.214] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): connected
    [ 30.214] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): Internal TMDS
    [ 30.214] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): 600.0 MHz maximum pixel clock
    [ 30.214] (--) NVIDIA(GPU-0):
    [ 30.217] (--) NVIDIA(GPU-0): DFP-2: disconnected
    [ 30.217] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
    [ 30.217] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
    [ 30.217] (--) NVIDIA(GPU-0):
    [ 30.218] (--) NVIDIA(GPU-0): DFP-3: disconnected
    [ 30.219] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
    [ 30.219] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
    [ 30.219] (--) NVIDIA(GPU-0):
    [ 30.220] (--) NVIDIA(GPU-0): DFP-4: disconnected
    [ 30.220] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
    [ 30.220] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
    [ 30.220] (--) NVIDIA(GPU-0):
    [ 30.242] (--) NVIDIA(GPU-0): CRT-0: disconnected
    [ 30.242] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 30.242] (--) NVIDIA(GPU-0):
    [ 30.295] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): connected
    [ 30.295] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): Internal TMDS
    [ 30.295] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): 330.0 MHz maximum pixel clock
    [ 30.295] (--) NVIDIA(GPU-0):
    [ 30.345] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): connected
    [ 30.345] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): Internal TMDS
    [ 30.345] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): 600.0 MHz maximum pixel clock
    [ 30.345] (--) NVIDIA(GPU-0):
    [ 30.346] (--) NVIDIA(GPU-0): DFP-2: disconnected
    [ 30.346] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
    [ 30.346] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
    [ 30.346] (--) NVIDIA(GPU-0):
    [ 30.348] (--) NVIDIA(GPU-0): DFP-3: disconnected
    [ 30.348] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
    [ 30.348] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
    [ 30.348] (--) NVIDIA(GPU-0):
    [ 30.348] (--) NVIDIA(GPU-0): DFP-4: disconnected
    [ 30.348] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
    [ 30.348] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
    [ 30.348] (--) NVIDIA(GPU-0):
    [ 30.376] (--) NVIDIA(GPU-0): CRT-0: disconnected
    [ 30.376] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 30.376] (--) NVIDIA(GPU-0):
    [ 30.428] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): connected
    [ 30.428] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): Internal TMDS
    [ 30.428] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): 330.0 MHz maximum pixel clock
    [ 30.428] (--) NVIDIA(GPU-0):
    [ 30.483] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): connected
    [ 30.483] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): Internal TMDS
    [ 30.483] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): 600.0 MHz maximum pixel clock
    [ 30.483] (--) NVIDIA(GPU-0):
    [ 30.485] (--) NVIDIA(GPU-0): DFP-2: disconnected
    [ 30.485] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
    [ 30.485] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
    [ 30.485] (--) NVIDIA(GPU-0):
    [ 30.487] (--) NVIDIA(GPU-0): DFP-3: disconnected
    [ 30.487] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
    [ 30.487] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
    [ 30.487] (--) NVIDIA(GPU-0):
    [ 30.487] (--) NVIDIA(GPU-0): DFP-4: disconnected
    [ 30.487] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
    [ 30.487] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
    [ 30.487] (--) NVIDIA(GPU-0):
    [ 30.518] (--) NVIDIA(GPU-0): CRT-0: disconnected
    [ 30.518] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 30.518] (--) NVIDIA(GPU-0):
    [ 30.570] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): connected
    [ 30.570] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): Internal TMDS
    [ 30.570] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): 330.0 MHz maximum pixel clock
    [ 30.570] (--) NVIDIA(GPU-0):
    [ 30.621] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): connected
    [ 30.621] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): Internal TMDS
    [ 30.621] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): 600.0 MHz maximum pixel clock
    [ 30.621] (--) NVIDIA(GPU-0):
    [ 30.623] (--) NVIDIA(GPU-0): DFP-2: disconnected
    [ 30.623] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
    [ 30.623] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
    [ 30.623] (--) NVIDIA(GPU-0):
    [ 30.626] (--) NVIDIA(GPU-0): DFP-3: disconnected
    [ 30.626] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
    [ 30.626] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
    [ 30.626] (--) NVIDIA(GPU-0):
    [ 30.627] (--) NVIDIA(GPU-0): DFP-4: disconnected
    [ 30.627] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
    [ 30.627] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
    [ 30.627] (--) NVIDIA(GPU-0):
    [ 30.697] (--) NVIDIA(GPU-0): CRT-0: disconnected
    [ 30.697] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 30.697] (--) NVIDIA(GPU-0):
    [ 30.751] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): connected
    [ 30.751] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): Internal TMDS
    [ 30.751] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): 330.0 MHz maximum pixel clock
    [ 30.751] (--) NVIDIA(GPU-0):
    [ 30.801] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): connected
    [ 30.801] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): Internal TMDS
    [ 30.801] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): 600.0 MHz maximum pixel clock
    [ 30.801] (--) NVIDIA(GPU-0):
    [ 30.803] (--) NVIDIA(GPU-0): DFP-2: disconnected
    [ 30.803] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
    [ 30.803] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
    [ 30.803] (--) NVIDIA(GPU-0):
    [ 30.804] (--) NVIDIA(GPU-0): DFP-3: disconnected
    [ 30.804] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
    [ 30.805] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
    [ 30.805] (--) NVIDIA(GPU-0):
    [ 30.806] (--) NVIDIA(GPU-0): DFP-4: disconnected
    [ 30.806] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
    [ 30.806] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
    [ 30.806] (--) NVIDIA(GPU-0):
    [ 30.830] (--) NVIDIA(GPU-0): CRT-0: disconnected
    [ 30.830] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 30.830] (--) NVIDIA(GPU-0):
    [ 30.879] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): connected
    [ 30.879] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): Internal TMDS
    [ 30.879] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): 330.0 MHz maximum pixel clock
    [ 30.879] (--) NVIDIA(GPU-0):
    [ 30.927] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): connected
    [ 30.927] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): Internal TMDS
    [ 30.927] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): 600.0 MHz maximum pixel clock
    [ 30.927] (--) NVIDIA(GPU-0):
    [ 30.929] (--) NVIDIA(GPU-0): DFP-2: disconnected
    [ 30.929] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
    [ 30.929] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
    [ 30.929] (--) NVIDIA(GPU-0):
    [ 30.931] (--) NVIDIA(GPU-0): DFP-3: disconnected
    [ 30.931] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
    [ 30.931] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
    [ 30.931] (--) NVIDIA(GPU-0):
    [ 30.932] (--) NVIDIA(GPU-0): DFP-4: disconnected
    [ 30.932] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
    [ 30.932] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
    [ 30.932] (--) NVIDIA(GPU-0):
    [ 30.964] (--) NVIDIA(GPU-0): CRT-0: disconnected
    [ 30.964] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 30.964] (--) NVIDIA(GPU-0):
    [ 31.016] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): connected
    [ 31.016] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): Internal TMDS
    [ 31.016] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): 330.0 MHz maximum pixel clock
    [ 31.016] (--) NVIDIA(GPU-0):
    [ 31.063] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): connected
    [ 31.063] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): Internal TMDS
    [ 31.063] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): 600.0 MHz maximum pixel clock
    [ 31.063] (--) NVIDIA(GPU-0):
    [ 31.064] (--) NVIDIA(GPU-0): DFP-2: disconnected
    [ 31.064] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
    [ 31.064] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
    [ 31.064] (--) NVIDIA(GPU-0):
    [ 31.066] (--) NVIDIA(GPU-0): DFP-3: disconnected
    [ 31.066] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
    [ 31.066] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
    [ 31.066] (--) NVIDIA(GPU-0):
    [ 31.066] (--) NVIDIA(GPU-0): DFP-4: disconnected
    [ 31.066] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
    [ 31.066] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
    [ 31.066] (--) NVIDIA(GPU-0):
    [ 31.112] (--) NVIDIA(GPU-0): CRT-0: disconnected
    [ 31.112] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 31.112] (--) NVIDIA(GPU-0):
    [ 31.161] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): connected
    [ 31.161] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): Internal TMDS
    [ 31.161] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): 330.0 MHz maximum pixel clock
    [ 31.161] (--) NVIDIA(GPU-0):
    [ 31.201] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): connected
    [ 31.201] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): Internal TMDS
    [ 31.201] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): 600.0 MHz maximum pixel clock
    [ 31.201] (--) NVIDIA(GPU-0):
    [ 31.202] (--) NVIDIA(GPU-0): DFP-2: disconnected
    [ 31.202] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
    [ 31.202] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
    [ 31.202] (--) NVIDIA(GPU-0):
    [ 31.203] (--) NVIDIA(GPU-0): DFP-3: disconnected
    [ 31.203] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
    [ 31.203] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
    [ 31.203] (--) NVIDIA(GPU-0):
    [ 31.206] (--) NVIDIA(GPU-0): DFP-4: disconnected
    [ 31.206] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
    [ 31.206] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
    [ 31.206] (--) NVIDIA(GPU-0):
    [ 31.229] (--) NVIDIA(GPU-0): CRT-0: disconnected
    [ 31.229] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 31.229] (--) NVIDIA(GPU-0):
    [ 31.291] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): connected
    [ 31.291] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): Internal TMDS
    [ 31.292] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): 330.0 MHz maximum pixel clock
    [ 31.292] (--) NVIDIA(GPU-0):
    [ 31.346] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): connected
    [ 31.346] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): Internal TMDS
    [ 31.346] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): 600.0 MHz maximum pixel clock
    [ 31.346] (--) NVIDIA(GPU-0):
    [ 31.346] (--) NVIDIA(GPU-0): DFP-2: disconnected
    [ 31.346] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
    [ 31.346] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
    [ 31.346] (--) NVIDIA(GPU-0):
    [ 31.347] (--) NVIDIA(GPU-0): DFP-3: disconnected
    [ 31.347] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
    [ 31.347] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
    [ 31.347] (--) NVIDIA(GPU-0):
    [ 31.349] (--) NVIDIA(GPU-0): DFP-4: disconnected
    [ 31.349] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
    [ 31.349] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
    [ 31.349] (--) NVIDIA(GPU-0):
    [ 31.373] (--) NVIDIA(GPU-0): CRT-0: disconnected
    [ 31.373] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 31.373] (--) NVIDIA(GPU-0):
    [ 31.430] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): connected
    [ 31.430] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): Internal TMDS
    [ 31.430] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): 330.0 MHz maximum pixel clock
    [ 31.430] (--) NVIDIA(GPU-0):
    [ 31.480] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): connected
    [ 31.480] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): Internal TMDS
    [ 31.480] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): 600.0 MHz maximum pixel clock
    [ 31.480] (--) NVIDIA(GPU-0):
    [ 31.481] (--) NVIDIA(GPU-0): DFP-2: disconnected
    [ 31.481] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
    [ 31.481] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
    [ 31.481] (--) NVIDIA(GPU-0):
    [ 31.482] (--) NVIDIA(GPU-0): DFP-3: disconnected
    [ 31.482] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
    [ 31.482] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
    [ 31.482] (--) NVIDIA(GPU-0):
    [ 31.483] (--) NVIDIA(GPU-0): DFP-4: disconnected
    [ 31.483] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
    [ 31.483] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
    [ 31.483] (--) NVIDIA(GPU-0):
    [ 31.505] (--) NVIDIA(GPU-0): CRT-0: disconnected
    [ 31.506] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 31.506] (--) NVIDIA(GPU-0):
    [ 31.573] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): connected
    [ 31.573] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): Internal TMDS
    [ 31.573] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): 330.0 MHz maximum pixel clock
    [ 31.573] (--) NVIDIA(GPU-0):
    [ 31.623] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): connected
    [ 31.623] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): Internal TMDS
    [ 31.623] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): 600.0 MHz maximum pixel clock
    [ 31.623] (--) NVIDIA(GPU-0):
    [ 31.628] (--) NVIDIA(GPU-0): DFP-2: disconnected
    [ 31.628] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
    [ 31.628] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
    [ 31.628] (--) NVIDIA(GPU-0):
    [ 31.629] (--) NVIDIA(GPU-0): DFP-3: disconnected
    [ 31.629] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
    [ 31.629] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
    [ 31.629] (--) NVIDIA(GPU-0):
    [ 31.630] (--) NVIDIA(GPU-0): DFP-4: disconnected
    [ 31.630] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
    [ 31.630] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
    [ 31.630] (--) NVIDIA(GPU-0):
    [ 31.660] (--) NVIDIA(GPU-0): CRT-0: disconnected
    [ 31.660] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 31.660] (--) NVIDIA(GPU-0):
    [ 31.722] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): connected
    [ 31.722] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): Internal TMDS
    [ 31.722] (--) NVIDIA(GPU-0): LG Electronics W2361 (DFP-0): 330.0 MHz maximum pixel clock
    [ 31.722] (--) NVIDIA(GPU-0):
    [ 31.776] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): connected
    [ 31.776] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): Internal TMDS
    [ 31.776] (--) NVIDIA(GPU-0): BenQ GL2450H (DFP-1): 600.0 MHz maximum pixel clock
    [ 31.776] (--) NVIDIA(GPU-0):
    [ 31.777] (--) NVIDIA(GPU-0): DFP-2: disconnected
    [ 31.777] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
    [ 31.777] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
    [ 31.777] (--) NVIDIA(GPU-0):
    [ 31.783] (--) NVIDIA(GPU-0): DFP-3: disconnected
    [ 31.783] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
    [ 31.783] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
    [ 31.783] (--) NVIDIA(GPU-0):
    [ 31.783] (--) NVIDIA(GPU-0): DFP-4: disconnected
    [ 31.783] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
    [ 31.783] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
    [ 31.783] (--) NVIDIA(GPU-0):
    [ 31.809] (--) NVIDIA(GPU-0): CRT-0: disconnected
    [ 31.809] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 31.809] (--) NVID

    Hi linderox,
    Can you please give more details about what you are trying to do ?
    KDE is one thing, Xorg an other thing and a terminal is also an other thing.
    Changing language in KDE : do you mean the language of the KDE applications (English, French, Spanish ...)
    Language in Xorg : what is this ? The only language I have ever configured in Xorg is my keyboard mapping.
    Language in Terminal : what is this ? The LANG environnement variable ? the Local used to display characters (UTF8, us_US@UTF8, fr_FR@ISO8859-15 ...) ?
    Than you for providing more info

  • [SOLVED] Xorg doesn't start after upgrade to 1.17.1

    Archlinux i686
    Intel Core 2 Duo 6600
    01:00.0 VGA compatible controller: NVIDIA Corporation G71 [GeForce 7900 GT/GTO] (rev a1)
    After following upgrades:
    [2015-02-26 03:27] [PACMAN] Running 'pacman -S mesa mesa-demos mesa-libgl'
    [2015-02-26 03:27] [ALPM] transaction started
    [2015-02-26 03:28] [ALPM] upgraded mesa (10.4.2-1 -> 10.4.5-1)
    [2015-02-26 03:28] [ALPM] upgraded mesa-libgl (10.4.2-1 -> 10.4.5-1)
    [2015-02-26 03:28] [ALPM] upgraded mesa-demos (8.2.0-3 -> 8.2.0-4)
    [2015-02-26 03:28] [ALPM] transaction completed
    [2015-02-26 03:28] [PACMAN] Running 'pacman -S xorg-server xorg-server-common'
    [2015-02-26 03:29] [ALPM] transaction started
    [2015-02-26 03:29] [ALPM] removed xf86-video-vesa (2.3.2-5)
    [2015-02-26 03:29] [ALPM] removed xf86-video-nouveau (1.0.11-2)
    [2015-02-26 03:29] [ALPM] removed xf86-video-modesetting (0.9.0-2)
    [2015-02-26 03:29] [ALPM] upgraded xorg-server-common (1.16.3-2 -> 1.17.1-3)
    [2015-02-26 03:29] [ALPM] upgraded xorg-server (1.16.3-2 -> 1.17.1-3)
    Xorg doesn't start after reboot and I found following kernel message:
    kernel: [drm:drm_mmap_locked] *ERROR* Could not find map
    and /var/log/Xorg.0.log looks like this:
    [ 5.591]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 5.591] X Protocol Version 11, Revision 0
    [ 5.591] Build Operating System: Linux 3.18.6-1-ARCH i686
    [ 5.591] Current Operating System: Linux emeria7 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:59:29 CET 2015 i686
    [ 5.591] Kernel command line: root=/dev/disk/by-label/archroot rw
    [ 5.591] Build Date: 22 February 2015 12:52:47PM
    [ 5.591]
    [ 5.592] Current version of pixman: 0.32.6
    [ 5.592] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 5.592] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 5.592] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Feb 26 14:58:35 2015
    [ 5.597] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 5.597] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 5.598] (==) ServerLayout "ServerLayout0"
    [ 5.598] (==) No screen section available. Using defaults.
    [ 5.598] (**) |-->Screen "Default Screen Section" (0)
    [ 5.598] (**) | |-->Monitor "<default monitor>"
    [ 5.599] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 5.599] (**) | |-->Device "Device0"
    [ 5.599] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 5.599] (**) Option "BlankTime" "0"
    [ 5.599] (**) Option "StandbyTime" "0"
    [ 5.599] (**) Option "SuspendTime" "0"
    [ 5.599] (**) Option "OffTime" "0"
    [ 5.599] (==) Automatically adding devices
    [ 5.599] (==) Automatically enabling devices
    [ 5.599] (==) Automatically adding GPU devices
    [ 5.608] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 5.608] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 5.608] (**) Extension "Composite" is disabled
    [ 5.608] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 5.608] (II) Loader magic: 0x829e700
    [ 5.608] (II) Module ABI versions:
    [ 5.608] X.Org ANSI C Emulation: 0.4
    [ 5.608] X.Org Video Driver: 19.0
    [ 5.608] X.Org XInput driver : 21.0
    [ 5.608] X.Org Server Extension : 9.0
    [ 5.611] (EE) systemd-logind: failed to get session: PID 995 does not belong to any known session
    [ 5.611] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 5.612] (--) PCI:*(0:1:0:0) 10de:0291:107d:2a62 rev 161, Mem @ 0xfd000000/16777216, 0xc0000000/268435456, 0xfc000000/16777216, I/O @ 0x0000ac00/128, BIOS @ 0x????????/131072
    [ 5.612] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 5.613] (II) LoadModule: "glx"
    [ 5.616] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 5.632] (II) Module glx: vendor="X.Org Foundation"
    [ 5.632] compiled for 1.17.1, module version = 1.0.0
    [ 5.632] ABI class: X.Org Server Extension, version 9.0
    [ 5.632] (==) AIGLX enabled
    [ 5.632] (==) Matched nouveau as autoconfigured driver 0
    [ 5.632] (==) Matched nv as autoconfigured driver 1
    [ 5.632] (==) Matched nouveau as autoconfigured driver 2
    [ 5.632] (==) Matched nv as autoconfigured driver 3
    [ 5.632] (==) Matched modesetting as autoconfigured driver 4
    [ 5.632] (==) Matched fbdev as autoconfigured driver 5
    [ 5.632] (==) Matched vesa as autoconfigured driver 6
    [ 5.632] (==) Assigned the driver to the xf86ConfigLayout
    [ 5.632] (II) LoadModule: "nouveau"
    [ 5.632] (WW) Warning, couldn't open module nouveau
    [ 5.632] (II) UnloadModule: "nouveau"
    [ 5.632] (II) Unloading nouveau
    [ 5.632] (EE) Failed to load module "nouveau" (module does not exist, 0)
    [ 5.633] (II) LoadModule: "nv"
    [ 5.633] (WW) Warning, couldn't open module nv
    [ 5.633] (II) UnloadModule: "nv"
    [ 5.633] (II) Unloading nv
    [ 5.633] (EE) Failed to load module "nv" (module does not exist, 0)
    [ 5.633] (II) LoadModule: "modesetting"
    [ 5.633] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 5.634] (II) Module modesetting: vendor="X.Org Foundation"
    [ 5.634] compiled for 1.17.1, module version = 1.17.1
    [ 5.634] Module class: X.Org Video Driver
    [ 5.634] ABI class: X.Org Video Driver, version 19.0
    [ 5.634] (II) LoadModule: "fbdev"
    [ 5.634] (WW) Warning, couldn't open module fbdev
    [ 5.634] (II) UnloadModule: "fbdev"
    [ 5.634] (II) Unloading fbdev
    [ 5.634] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 5.634] (II) LoadModule: "vesa"
    [ 5.634] (WW) Warning, couldn't open module vesa
    [ 5.634] (II) UnloadModule: "vesa"
    [ 5.634] (II) Unloading vesa
    [ 5.634] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 5.634] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 5.634] (++) using VT number 7
    [ 5.635] (II) modeset(0): using drv /dev/dri/card0
    [ 5.635] (II) modeset(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 5.636] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
    [ 5.636] (==) modeset(0): RGB weight 888
    [ 5.636] (==) modeset(0): Default visual is TrueColor
    [ 5.636] (II) Loading sub module "glamoregl"
    [ 5.636] (II) LoadModule: "glamoregl"
    [ 5.636] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 5.647] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 5.647] compiled for 1.17.1, module version = 1.0.0
    [ 5.647] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 5.647] (II) glamor: OpenGL accelerated X.org driver based.
    [ 5.772] (II) glamor: EGL version 1.4 (DRI2):
    [ 5.786] (II) modeset(0): glamor initialized
    [ 5.786] (II) Loading sub module "dri2"
    [ 5.786] (II) LoadModule: "dri2"
    [ 5.786] (II) Module "dri2" already built-in
    [ 5.843] (II) modeset(0): Output DVI-0 has no monitor section
    [ 5.896] (II) modeset(0): Output DVI-1 has no monitor section
    [ 5.950] (II) modeset(0): Output TV-0 has no monitor section
    [ 6.006] (II) modeset(0): EDID for output DVI-0
    [ 6.006] (II) modeset(0): Manufacturer: SAM Model: 76f Serial#: 1110590261
    [ 6.006] (II) modeset(0): Year: 2011 Week: 8
    [ 6.006] (II) modeset(0): EDID Version: 1.3
    [ 6.006] (II) modeset(0): Digital Display Input
    [ 6.006] (II) modeset(0): Max Image Size [cm]: horiz.: 51 vert.: 29
    [ 6.006] (II) modeset(0): Gamma: 2.20
    [ 6.006] (II) modeset(0): DPMS capabilities: Off
    [ 6.006] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 6.006] (II) modeset(0): First detailed timing is preferred mode
    [ 6.006] (II) modeset(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
    [ 6.006] (II) modeset(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329
    [ 6.006] (II) modeset(0): Supported established timings:
    [ 6.006] (II) modeset(0): 720x400@70Hz
    [ 6.006] (II) modeset(0): 640x480@60Hz
    [ 6.006] (II) modeset(0): 640x480@67Hz
    [ 6.006] (II) modeset(0): 640x480@72Hz
    [ 6.006] (II) modeset(0): 640x480@75Hz
    [ 6.006] (II) modeset(0): 800x600@56Hz
    [ 6.006] (II) modeset(0): 800x600@60Hz
    [ 6.006] (II) modeset(0): 800x600@72Hz
    [ 6.006] (II) modeset(0): 800x600@75Hz
    [ 6.006] (II) modeset(0): 832x624@75Hz
    [ 6.006] (II) modeset(0): 1024x768@60Hz
    [ 6.006] (II) modeset(0): 1024x768@70Hz
    [ 6.006] (II) modeset(0): 1024x768@75Hz
    [ 6.006] (II) modeset(0): 1280x1024@75Hz
    [ 6.006] (II) modeset(0): 1152x864@75Hz
    [ 6.006] (II) modeset(0): Manufacturer's mask: 0
    [ 6.006] (II) modeset(0): Supported standard timings:
    [ 6.006] (II) modeset(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 6.006] (II) modeset(0): #1: hsize: 1280 vsize 800 refresh: 60 vid: 129
    [ 6.006] (II) modeset(0): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 6.006] (II) modeset(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 6.006] (II) modeset(0): #4: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 6.006] (II) modeset(0): #5: hsize: 1440 vsize 900 refresh: 75 vid: 3989
    [ 6.007] (II) modeset(0): #6: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
    [ 6.007] (II) modeset(0): #7: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 6.007] (II) modeset(0): Supported detailed timing:
    [ 6.007] (II) modeset(0): clock: 148.5 MHz Image Size: 509 x 286 mm
    [ 6.007] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 6.007] (II) modeset(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 6.007] (II) modeset(0): Supported detailed timing:
    [ 6.007] (II) modeset(0): clock: 74.2 MHz Image Size: 509 x 286 mm
    [ 6.007] (II) modeset(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
    [ 6.007] (II) modeset(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 6.007] (II) modeset(0): Ranges: V min: 50 V max: 75 Hz, H min: 31 H max: 81 kHz, PixClock max 175 MHz
    [ 6.007] (II) modeset(0): Monitor name: SMBX2331
    [ 6.007] (II) modeset(0): Supported detailed timing:
    [ 6.007] (II) modeset(0): clock: 74.2 MHz Image Size: 509 x 286 mm
    [ 6.007] (II) modeset(0): h_active: 1920 h_sync: 2448 h_sync_end 2492 h_blank_end 2640 h_border: 0
    [ 6.007] (II) modeset(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
    [ 6.007] (II) modeset(0): Supported detailed timing:
    [ 6.007] (II) modeset(0): clock: 74.2 MHz Image Size: 509 x 286 mm
    [ 6.007] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 6.007] (II) modeset(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
    [ 6.007] (II) modeset(0): Supported detailed timing:
    [ 6.007] (II) modeset(0): clock: 74.2 MHz Image Size: 509 x 286 mm
    [ 6.007] (II) modeset(0): h_active: 1280 h_sync: 1720 h_sync_end 1760 h_blank_end 1980 h_border: 0
    [ 6.007] (II) modeset(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 6.007] (II) modeset(0): Supported detailed timing:
    [ 6.007] (II) modeset(0): clock: 27.0 MHz Image Size: 509 x 286 mm
    [ 6.007] (II) modeset(0): h_active: 720 h_sync: 732 h_sync_end 796 h_blank_end 864 h_border: 0
    [ 6.007] (II) modeset(0): v_active: 576 v_sync: 581 v_sync_end 586 v_blanking: 625 v_border: 0
    [ 6.007] (II) modeset(0): Supported detailed timing:
    [ 6.007] (II) modeset(0): clock: 27.0 MHz Image Size: 509 x 286 mm
    [ 6.007] (II) modeset(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
    [ 6.007] (II) modeset(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
    [ 6.007] (II) modeset(0): Number of EDID sections to follow: 1
    [ 6.007] (II) modeset(0): EDID (in hex):
    [ 6.007] (II) modeset(0): 00ffffffffffff004c2d6f0735433242
    [ 6.007] (II) modeset(0): 0815010380331d782aee91a3544c9926
    [ 6.007] (II) modeset(0): 0f5054bfef80714f8100814081809500
    [ 6.007] (II) modeset(0): 950fa940b300023a801871382d40582c
    [ 6.007] (II) modeset(0): 4500fd1e1100001e011d007251d01e20
    [ 6.007] (II) modeset(0): 6e285500fd1e1100001e000000fd0032
    [ 6.007] (II) modeset(0): 4b1f5111000a202020202020000000fc
    [ 6.007] (II) modeset(0): 00534d4258323333310a2020202001ee
    [ 6.007] (II) modeset(0): 02031cf14890041f0514131203230907
    [ 6.007] (II) modeset(0): 078301000066030c00100080011d80d0
    [ 6.007] (II) modeset(0): 721c1620102c2580fd1e1100009e011d
    [ 6.007] (II) modeset(0): 8018711c1620582c2500fd1e1100009e
    [ 6.007] (II) modeset(0): 011d00bc52d01e20b8285540fd1e1100
    [ 6.007] (II) modeset(0): 001e8c0ad090204031200c405500fd1e
    [ 6.007] (II) modeset(0): 110000188c0ad08a20e02d10103e9600
    [ 6.007] (II) modeset(0): fd1e110000180000000000000000004c
    [ 6.007] (II) modeset(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
    [ 6.007] (II) modeset(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
    [ 6.007] (II) modeset(0): Printing probed modes for output DVI-0
    [ 6.007] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 6.007] (II) modeset(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1600x1200"x65.0 175.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (81.2 kHz d)
    [ 6.007] (II) modeset(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1400x1050"x74.8 155.80 1400 1464 1784 1912 1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
    [ 6.007] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
    [ 6.007] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1440x900"x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1024x768"x75.0 170.24 1024 1108 1220 1416 768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
    [ 6.007] (II) modeset(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
    [ 6.007] (II) modeset(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz d)
    [ 6.007] (II) modeset(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 6.008] (II) modeset(0): Modeline "960x720"x75.0 148.50 960 1032 1144 1320 720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
    [ 6.008] (II) modeset(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
    [ 6.008] (II) modeset(0): Modeline "928x696"x75.0 144.00 928 992 1104 1280 696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
    [ 6.008] (II) modeset(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
    [ 6.008] (II) modeset(0): Modeline "896x672"x75.0 130.50 896 944 1052 1228 672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
    [ 6.008] (II) modeset(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
    [ 6.008] (II) modeset(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 6.008] (II) modeset(0): Modeline "800x600"x75.0 101.25 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
    [ 6.008] (II) modeset(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
    [ 6.008] (II) modeset(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
    [ 6.008] (II) modeset(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
    [ 6.008] (II) modeset(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 6.008] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 6.008] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 6.008] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 6.008] (II) modeset(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
    [ 6.008] (II) modeset(0): Modeline "700x525"x74.8 77.90 700 732 892 956 525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
    [ 6.008] (II) modeset(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
    [ 6.008] (II) modeset(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 6.008] (II) modeset(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 6.008] (II) modeset(0): Modeline "640x512"x75.0 67.50 640 648 720 844 512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
    [ 6.008] (II) modeset(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
    [ 6.008] (II) modeset(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
    [ 6.008] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 6.008] (II) modeset(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    [ 6.008] (II) modeset(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz d)
    [ 6.008] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz d)
    [ 6.008] (II) modeset(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 6.008] (II) modeset(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 6.008] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 6.008] (II) modeset(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 6.008] (II) modeset(0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
    [ 6.008] (II) modeset(0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
    [ 6.008] (II) modeset(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
    [ 6.008] (II) modeset(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
    [ 6.008] (II) modeset(0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
    [ 6.008] (II) modeset(0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
    [ 6.008] (II) modeset(0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
    [ 6.008] (II) modeset(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
    [ 6.008] (II) modeset(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
    [ 6.008] (II) modeset(0): Modeline "320x240"x72.8 15.75 320 332 352 416 240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
    [ 6.008] (II) modeset(0): Modeline "320x240"x75.0 15.75 320 328 360 420 240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
    [ 6.008] (II) modeset(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
    [ 6.063] (II) modeset(0): EDID for output DVI-1
    [ 6.116] (II) modeset(0): EDID for output TV-0
    [ 6.116] (II) modeset(0): Output DVI-0 connected
    [ 6.116] (II) modeset(0): Output DVI-1 disconnected
    [ 6.116] (II) modeset(0): Output TV-0 disconnected
    [ 6.116] (II) modeset(0): Using exact sizes for initial modes
    [ 6.116] (II) modeset(0): Output DVI-0 using initial mode 1920x1080
    [ 6.116] (II) modeset(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 6.116] (==) modeset(0): DPI set to (96, 96)
    [ 6.116] (II) Loading sub module "fb"
    [ 6.116] (II) LoadModule: "fb"
    [ 6.117] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 6.118] (II) Module fb: vendor="X.Org Foundation"
    [ 6.118] compiled for 1.17.1, module version = 1.0.0
    [ 6.118] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 6.118] (==) Depth 24 pixmap format is 32 bpp
    [ 6.462] (==) modeset(0): Backing store disabled
    [ 6.462] (==) modeset(0): Silken mouse enabled
    [ 6.464] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 6.535] (==) modeset(0): DPMS enabled
    [ 6.535] (WW) modeset(0): Option "EXANoComposite" is not used
    [ 6.535] (II) modeset(0): [DRI2] Setup complete
    [ 6.535] (II) modeset(0): [DRI2] DRI driver: nouveau
    [ 6.535] (II) modeset(0): [DRI2] VDPAU driver: nouveau
    [ 6.535] (--) RandR disabled
    [ 6.551] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 6.551] (II) AIGLX: enabled GLX_ARB_create_context
    [ 6.551] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 6.551] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 6.551] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 6.551] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 6.551] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
    [ 6.551] (II) AIGLX: enabled GLX_ARB_fbconfig_float
    [ 6.551] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 6.552] (II) AIGLX: Loaded and initialized nouveau
    [ 6.552] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 6.559] (II) modeset(0): Setting screen physical size to 507 x 285
    [ 6.741] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 6.741] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 6.741] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 6.741] (II) LoadModule: "evdev"
    [ 6.741] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 6.744] (II) Module evdev: vendor="X.Org Foundation"
    [ 6.744] compiled for 1.16.2, module version = 2.9.1
    [ 6.744] Module class: X.Org XInput Driver
    [ 6.744] ABI class: X.Org XInput driver, version 21.0
    [ 6.744] (II) Using input driver 'evdev' for 'Power Button'
    [ 6.744] (**) Power Button: always reports core events
    [ 6.744] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 6.744] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 6.744] (--) evdev: Power Button: Found keys
    [ 6.744] (II) evdev: Power Button: Configuring as keyboard
    [ 6.744] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
    [ 6.744] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 6.744] (**) Option "xkb_rules" "evdev"
    [ 6.744] (**) Option "xkb_model" "pc104"
    [ 6.744] (**) Option "xkb_layout" "us"
    [ 6.744] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 6.780] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 6.780] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 6.780] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 6.780] (II) Using input driver 'evdev' for 'Power Button'
    [ 6.780] (**) Power Button: always reports core events
    [ 6.780] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 6.780] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 6.780] (--) evdev: Power Button: Found keys
    [ 6.780] (II) evdev: Power Button: Configuring as keyboard
    [ 6.780] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
    [ 6.780] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 6.780] (**) Option "xkb_rules" "evdev"
    [ 6.780] (**) Option "xkb_model" "pc104"
    [ 6.780] (**) Option "xkb_layout" "us"
    [ 6.780] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 6.781] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event4)
    [ 6.781] (II) No input driver specified, ignoring this device.
    [ 6.781] (II) This device may have been added with another device file.
    [ 6.782] (II) config/udev: Adding input device HDA Intel Line Out Side (/dev/input/event10)
    [ 6.782] (II) No input driver specified, ignoring this device.
    [ 6.782] (II) This device may have been added with another device file.
    [ 6.782] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event5)
    [ 6.782] (II) No input driver specified, ignoring this device.
    [ 6.782] (II) This device may have been added with another device file.
    [ 6.782] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event6)
    [ 6.782] (II) No input driver specified, ignoring this device.
    [ 6.782] (II) This device may have been added with another device file.
    [ 6.783] (II) config/udev: Adding input device HDA Intel Line Out Front (/dev/input/event7)
    [ 6.783] (II) No input driver specified, ignoring this device.
    [ 6.783] (II) This device may have been added with another device file.
    [ 6.783] (II) config/udev: Adding input device HDA Intel Line Out Surround (/dev/input/event8)
    [ 6.783] (II) No input driver specified, ignoring this device.
    [ 6.783] (II) This device may have been added with another device file.
    [ 6.783] (II) config/udev: Adding input device HDA Intel Line Out CLFE (/dev/input/event9)
    [ 6.783] (II) No input driver specified, ignoring this device.
    [ 6.783] (II) This device may have been added with another device file.
    [ 6.784] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event1)
    [ 6.784] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
    [ 6.784] (II) Using input driver 'evdev' for 'Logitech USB-PS/2 Optical Mouse'
    [ 6.784] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
    [ 6.784] (**) evdev: Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event1"
    [ 6.784] (--) evdev: Logitech USB-PS/2 Optical Mouse: Vendor 0x46d Product 0xc050
    [ 6.784] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found 12 mouse buttons
    [ 6.784] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
    [ 6.784] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found relative axes
    [ 6.784] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
    [ 6.784] (II) evdev: Logitech USB-PS/2 Optical Mouse: Configuring as mouse
    [ 6.784] (II) evdev: Logitech USB-PS/2 Optical Mouse: Adding scrollwheel support
    [ 6.784] (**) evdev: Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
    [ 6.784] (**) evdev: Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 6.784] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb6/6-1/6-1:1.0/0003:046D:C050.0001/input/input1/event1"
    [ 6.784] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 8)
    [ 6.784] (II) evdev: Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
    [ 6.784] (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
    [ 6.784] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0
    [ 6.784] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
    [ 6.784] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
    [ 6.785] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
    [ 6.785] (II) No input driver specified, ignoring this device.
    [ 6.785] (II) This device may have been added with another device file.
    [ 6.785] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 6.785] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 6.785] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
    [ 6.785] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 6.785] (**) AT Translated Set 2 keyboard: always reports core events
    [ 6.785] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 6.785] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 6.785] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 6.785] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 6.785] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 6.785] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
    [ 6.785] (**) Option "xkb_rules" "evdev"
    [ 6.785] (**) Option "xkb_model" "pc104"
    [ 6.785] (**) Option "xkb_layout" "us"
    [ 6.785] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 6.803] (EE)
    [ 6.803] (EE) Backtrace:
    [ 6.803] (EE) 0: /usr/lib/xorg-server/Xorg (OsLookupColor+0x132) [0x81df9e2]
    [ 6.804] (EE) 1: ? (?+0x132) [0xb7787cc5]
    [ 6.804] (EE) 2: /usr/lib/xorg/modules/drivers/modesetting_drv.so (_init+0x4cd7) [0xb6e2a1c7]
    [ 6.806] (EE) 3: /usr/lib/xorg-server/Xorg (xf86_show_cursors+0x688) [0x80f9008]
    [ 6.806] (EE) 4: /usr/lib/xorg-server/Xorg (xf86DestroyCursorInfoRec+0xcf8) [0x8103fc8]
    [ 6.806] (EE) 5: /usr/lib/xorg-server/Xorg (RamDacHandleColormaps+0x67b) [0x810218b]
    [ 6.807] (EE) 6: /usr/lib/xorg-server/Xorg (miPointerUpdateSprite+0x25d) [0x81c648d]
    [ 6.808] (EE) 7: /usr/lib/xorg-server/Xorg (miPointerUpdateSprite+0x4c1) [0x81c6b31]
    [ 6.808] (EE) 8: /usr/lib/xorg-server/Xorg (CompositeRegisterImplicitRedirectionException+0x4199) [0x8114399]
    [ 6.809] (EE) 9: /usr/lib/xorg-server/Xorg (PanoramiXRenderReset+0x72a) [0x815915a]
    [ 6.810] (EE) 10: /usr/lib/xorg-server/Xorg (ConfineToShape+0x9f1) [0x80843b1]
    [ 6.810] (EE) 11: /usr/lib/xorg-server/Xorg (WindowHasNewCursor+0x3b) [0x8084f2b]
    [ 6.810] (EE) 12: /usr/lib/xorg-server/Xorg (ChangeWindowAttributes+0xb7c) [0x80aa9ec]
    [ 6.811] (EE) 13: /usr/lib/xorg-server/Xorg (ProcBadRequest+0x209) [0x8074a49]
    [ 6.811] (EE) 14: /usr/lib/xorg-server/Xorg (SendErrorToClient+0x3a6) [0x807abf6]
    [ 6.811] (EE) 15: /usr/lib/xorg-server/Xorg (remove_fs_handlers+0x42f) [0x807edaf]
    [ 6.811] (EE) 16: /usr/lib/xorg-server/Xorg (miPolyFillRect+0x27f) [0x8068ddf]
    [ 6.814] (EE) 17: /usr/lib/libc.so.6 (__libc_start_main+0xde) [0xb72d864e]
    [ 6.814] (EE) 18: /usr/lib/xorg-server/Xorg (_start+0x21) [0x8068bd9]
    [ 6.814] (EE)
    [ 6.814] (EE) Segmentation fault at address 0x0
    [ 6.814] (EE)
    Fatal server error:
    [ 6.814] (EE) Caught signal 11 (Segmentation fault). Server aborting
    [ 6.814] (EE)
    [ 6.814] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 6.814] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 6.814] (EE)
    [ 6.815] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 6.817] (EE) Server terminated with error (1). Closing log file.
    Note the segfault in modesetting_drv.so!
    Any help?
    I tried to reinstall dependencies of xorg-server and mesa. And then I even went through with the whole system update which I postponed for a few weeks because of the KDE changes. Sadly even the whole system update didn't help.
    Is it possible that any old config files can cause this?
    EDIT:
    I tried kernel parameter "nouveau.modeset=0" but it didn't help.
    Last edited by cro (2015-02-26 16:33:19)

    Ok, I guess I solved it by reinstalling xf86-video-nouveau.
    Funny business! Why did the upgrade to xorg-server 1.17.1 force me to remove it when it is still needed??
    And why does that lead to mysterious error messages and segfault??
    I discovered it accidentally when I stumbled upon the fact that the package was still installed on my newer x86-64 Arch installation despite being on xorg-server 1.17.1.

  • Frozen screen with xorg-server 1.16 and ati driver

    Hi,
    after upgrading xorg-server to 1.16 (yes, I've read the news), the screen is somehow frozen: I can move the mouse but when I e.g. want to open a gui/window, nothing happens. Only switching from tty1 to another tty and back to tty1 updates the screen.
    I'm using driver. xf86-video-ati on a Mobility Radeon HD 3650.
    .local/share/xorg/Xorg.0.log:
    [ 57.275]
    X.Org X Server 1.16.0
    Release Date: 2014-07-16
    [ 57.275] X Protocol Version 11, Revision 0
    [ 57.275] Build Operating System: Linux 3.15.5-2-ARCH x86_64
    [ 57.275] Current Operating System: Linux bra 3.16.1-1-ARCH #1 SMP PREEMPT Thu Aug 14 07:40:19 CEST 2014 x86_64
    [ 57.275] Kernel command line: BOOT_IMAGE=../vmlinuz-linux cryptdevice=/dev/sda2:main root=/dev/mapper/main-root ro locale=de_DE.UTF-8 initrd=../initramfs-linux.img
    [ 57.275] Build Date: 31 July 2014 11:53:19AM
    [ 57.275]
    [ 57.275] Current version of pixman: 0.32.6
    [ 57.275] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 57.275] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 57.275] (==) Log file: "/home/hel/.local/share/xorg/Xorg.0.log", Time: Sat Aug 30 19:43:24 2014
    [ 57.282] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 57.282] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 57.295] (==) No Layout section. Using the first Screen section.
    [ 57.295] (==) No screen section available. Using defaults.
    [ 57.295] (**) |-->Screen "Default Screen Section" (0)
    [ 57.295] (**) | |-->Monitor "<default monitor>"
    [ 57.297] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 57.297] (**) | |-->Device "My Graphics Card"
    [ 57.297] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 57.297] (==) Automatically adding devices
    [ 57.297] (==) Automatically enabling devices
    [ 57.297] (==) Automatically adding GPU devices
    [ 57.360] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 57.360] Entry deleted from font path.
    [ 57.361] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 57.361] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 57.361] Entry deleted from font path.
    [ 57.361] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 57.361] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/
    [ 57.361] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 57.361] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 57.362] (II) Loader magic: 0x818d80
    [ 57.362] (II) Module ABI versions:
    [ 57.362] X.Org ANSI C Emulation: 0.4
    [ 57.362] X.Org Video Driver: 18.0
    [ 57.362] X.Org XInput driver : 21.0
    [ 57.362] X.Org Server Extension : 8.0
    [ 57.459] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
    [ 57.459] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 57.504] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
    [ 57.506] (--) PCI:*(0:1:0:0) 1002:9591:17aa:2117 rev 0, Mem @ 0xd0000000/268435456, 0xcfff0000/65536, I/O @ 0x00002000/256, BIOS @ 0x????????/131072
    [ 57.506] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 57.506] (II) LoadModule: "glx"
    [ 57.509] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 57.608] (II) Module glx: vendor="X.Org Foundation"
    [ 57.608] compiled for 1.16.0, module version = 1.0.0
    [ 57.608] ABI class: X.Org Server Extension, version 8.0
    [ 57.608] (==) AIGLX enabled
    [ 57.608] (==) Matched ati as autoconfigured driver 0
    [ 57.608] (==) Matched ati as autoconfigured driver 1
    [ 57.608] (==) Matched modesetting as autoconfigured driver 2
    [ 57.608] (==) Matched fbdev as autoconfigured driver 3
    [ 57.608] (==) Matched vesa as autoconfigured driver 4
    [ 57.608] (==) Assigned the driver to the xf86ConfigLayout
    [ 57.608] (II) LoadModule: "ati"
    [ 57.608] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 57.612] (II) Module ati: vendor="X.Org Foundation"
    [ 57.612] compiled for 1.16.0, module version = 7.4.0
    [ 57.612] Module class: X.Org Video Driver
    [ 57.612] ABI class: X.Org Video Driver, version 18.0
    [ 57.612] (II) LoadModule: "radeon"
    [ 57.612] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 57.626] (II) Module radeon: vendor="X.Org Foundation"
    [ 57.626] compiled for 1.16.0, module version = 7.4.0
    [ 57.626] Module class: X.Org Video Driver
    [ 57.626] ABI class: X.Org Video Driver, version 18.0
    [ 57.626] (II) LoadModule: "modesetting"
    [ 57.627] (WW) Warning, couldn't open module modesetting
    [ 57.627] (II) UnloadModule: "modesetting"
    [ 57.627] (II) Unloading modesetting
    [ 57.627] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 57.627] (II) LoadModule: "fbdev"
    [ 57.627] (WW) Warning, couldn't open module fbdev
    [ 57.627] (II) UnloadModule: "fbdev"
    [ 57.627] (II) Unloading fbdev
    [ 57.627] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 57.627] (II) LoadModule: "vesa"
    [ 57.627] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 57.632] (II) Module vesa: vendor="X.Org Foundation"
    [ 57.632] compiled for 1.16.0, module version = 2.3.2
    [ 57.632] Module class: X.Org Video Driver
    [ 57.632] ABI class: X.Org Video Driver, version 18.0
    [ 57.632] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
    ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
    ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO2, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
    ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
    CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
    BARTS, BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
    OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, HAINAN, HAINAN, HAINAN,
    HAINAN, HAINAN, HAINAN, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE,
    BONAIRE, BONAIRE, BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI,
    KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
    KABINI, KABINI, KABINI, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
    MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
    MULLINS, MULLINS, MULLINS, MULLINS, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII,
    HAWAII, HAWAII, HAWAII, HAWAII, HAWAII
    [ 57.636] (II) VESA: driver for VESA chipsets: vesa
    [ 57.636] (++) using VT number 1
    [ 57.637] (--) controlling tty is VT number 1, auto-enabling KeepTty
    [ 57.637] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
    [ 57.642] (II) [KMS] Kernel modesetting enabled.
    [ 57.642] (WW) Falling back to old probe method for vesa
    [ 57.642] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
    [ 57.642] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 57.642] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 57.642] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 57.642] (==) RADEON(0): Default visual is TrueColor
    [ 57.642] (**) RADEON(0): Option "EXAVSync" "on"
    [ 57.642] (**) RADEON(0): Option "EXAPixmaps" "on"
    [ 57.642] (==) RADEON(0): RGB weight 888
    [ 57.642] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 57.642] (--) RADEON(0): Chipset: "ATI Mobility Radeon HD 3650" (ChipID = 0x9591)
    [ 57.642] (II) Loading sub module "dri2"
    [ 57.642] (II) LoadModule: "dri2"
    [ 57.642] (II) Module "dri2" already built-in
    [ 57.642] (II) Loading sub module "exa"
    [ 57.642] (II) LoadModule: "exa"
    [ 57.642] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 57.653] (II) Module exa: vendor="X.Org Foundation"
    [ 57.653] compiled for 1.16.0, module version = 2.6.0
    [ 57.653] ABI class: X.Org Video Driver, version 18.0
    [ 57.653] (II) RADEON(0): KMS Color Tiling: enabled
    [ 57.653] (II) RADEON(0): KMS Color Tiling 2D: enabled
    [ 57.653] (II) RADEON(0): KMS Pageflipping: enabled
    [ 57.653] (II) RADEON(0): SwapBuffers wait for vsync: enabled
    [ 57.683] (II) RADEON(0): Output DVI-0 has no monitor section
    [ 57.683] (II) RADEON(0): Output LVDS has no monitor section
    [ 57.696] (II) RADEON(0): Output DisplayPort-0 has no monitor section
    [ 57.717] (II) RADEON(0): Output VGA-0 has no monitor section
    [ 57.747] (II) RADEON(0): EDID for output DVI-0
    [ 57.747] (II) RADEON(0): Manufacturer: SAM Model: 3f0 Serial#: 1413755442
    [ 57.747] (II) RADEON(0): Year: 2008 Week: 4
    [ 57.747] (II) RADEON(0): EDID Version: 1.3
    [ 57.747] (II) RADEON(0): Digital Display Input
    [ 57.747] (II) RADEON(0): Max Image Size [cm]: horiz.: 47 vert.: 30
    [ 57.747] (II) RADEON(0): Gamma: 2.20
    [ 57.747] (II) RADEON(0): DPMS capabilities: Off
    [ 57.747] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 57.747] (II) RADEON(0): First detailed timing is preferred mode
    [ 57.747] (II) RADEON(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
    [ 57.747] (II) RADEON(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329
    [ 57.747] (II) RADEON(0): Supported established timings:
    [ 57.747] (II) RADEON(0): 720x400@70Hz
    [ 57.747] (II) RADEON(0): 640x480@60Hz
    [ 57.747] (II) RADEON(0): 640x480@67Hz
    [ 57.747] (II) RADEON(0): 640x480@72Hz
    [ 57.747] (II) RADEON(0): 640x480@75Hz
    [ 57.747] (II) RADEON(0): 800x600@56Hz
    [ 57.747] (II) RADEON(0): 800x600@60Hz
    [ 57.747] (II) RADEON(0): 800x600@72Hz
    [ 57.747] (II) RADEON(0): 800x600@75Hz
    [ 57.747] (II) RADEON(0): 832x624@75Hz
    [ 57.747] (II) RADEON(0): 1024x768@60Hz
    [ 57.748] (II) RADEON(0): 1024x768@70Hz
    [ 57.748] (II) RADEON(0): 1024x768@75Hz
    [ 57.748] (II) RADEON(0): 1280x1024@75Hz
    [ 57.748] (II) RADEON(0): 1152x864@75Hz
    [ 57.748] (II) RADEON(0): Manufacturer's mask: 0
    [ 57.748] (II) RADEON(0): Supported standard timings:
    [ 57.748] (II) RADEON(0): #0: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 57.748] (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 57.748] (II) RADEON(0): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 57.748] (II) RADEON(0): #3: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 57.748] (II) RADEON(0): Supported detailed timing:
    [ 57.748] (II) RADEON(0): clock: 146.2 MHz Image Size: 433 x 271 mm
    [ 57.748] (II) RADEON(0): h_active: 1680 h_sync: 1784 h_sync_end 1960 h_blank_end 2240 h_border: 0
    [ 57.748] (II) RADEON(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1089 v_border: 0
    [ 57.748] (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 155 MHz
    [ 57.748] (II) RADEON(0): Monitor name: SyncMaster
    [ 57.748] (II) RADEON(0): Serial No: H1AK500000
    [ 57.748] (II) RADEON(0): EDID (in hex):
    [ 57.748] (II) RADEON(0): 00ffffffffffff004c2df00332324454
    [ 57.748] (II) RADEON(0): 04120103802f1e782aee91a3544c9926
    [ 57.748] (II) RADEON(0): 0f5054bfef80b30081808140714f0101
    [ 57.748] (II) RADEON(0): 01010101010121399030621a274068b0
    [ 57.748] (II) RADEON(0): 3600b10f1100001c000000fd00384b1e
    [ 57.748] (II) RADEON(0): 510f000a202020202020000000fc0053
    [ 57.748] (II) RADEON(0): 796e634d61737465720a2020000000ff
    [ 57.748] (II) RADEON(0): 004831414b3530303030300a202000b4
    [ 57.748] (II) RADEON(0): Printing probed modes for output DVI-0
    [ 57.748] (II) RADEON(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
    [ 57.748] (II) RADEON(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 57.748] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 57.748] (II) RADEON(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 57.748] (II) RADEON(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 57.748] (II) RADEON(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 57.748] (II) RADEON(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 57.748] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 57.748] (II) RADEON(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 57.748] (II) RADEON(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 57.748] (II) RADEON(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 57.748] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 57.748] (II) RADEON(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 57.748] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 57.748] (II) RADEON(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    [ 57.748] (II) RADEON(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 57.748] (II) RADEON(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 57.748] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 57.748] (II) RADEON(0): EDID for output LVDS
    [ 57.748] (II) RADEON(0): Manufacturer: IBM Model: 2887 Serial#: 0
    [ 57.748] (II) RADEON(0): Year: 2005 Week: 0
    [ 57.748] (II) RADEON(0): EDID Version: 1.3
    [ 57.748] (II) RADEON(0): Digital Display Input
    [ 57.748] (II) RADEON(0): Max Image Size [cm]: horiz.: 33 vert.: 21
    [ 57.748] (II) RADEON(0): Gamma: 2.20
    [ 57.748] (II) RADEON(0): No DPMS capabilities specified
    [ 57.748] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 57.748] (II) RADEON(0): First detailed timing is preferred mode
    [ 57.748] (II) RADEON(0): redX: 0.596 redY: 0.347 greenX: 0.335 greenY: 0.543
    [ 57.748] (II) RADEON(0): blueX: 0.158 blueY: 0.143 whiteX: 0.313 whiteY: 0.329
    [ 57.748] (II) RADEON(0): Manufacturer's mask: 0
    [ 57.748] (II) RADEON(0): Supported detailed timing:
    [ 57.748] (II) RADEON(0): clock: 120.6 MHz Image Size: 331 x 207 mm
    [ 57.748] (II) RADEON(0): h_active: 1680 h_sync: 1712 h_sync_end 1760 h_blank_end 1888 h_border: 0
    [ 57.748] (II) RADEON(0): v_active: 1050 v_sync: 1051 v_sync_end 1054 v_blanking: 1065 v_border: 0
    [ 57.748] (II) RADEON(0): Supported detailed timing:
    [ 57.748] (II) RADEON(0): clock: 100.5 MHz Image Size: 331 x 207 mm
    [ 57.748] (II) RADEON(0): h_active: 1680 h_sync: 1712 h_sync_end 1760 h_blank_end 1888 h_border: 0
    [ 57.748] (II) RADEON(0): v_active: 1050 v_sync: 1051 v_sync_end 1054 v_blanking: 1065 v_border: 0
    [ 57.748] (II) RADEON(0): Unknown vendor-specific block f
    [ 57.748] (II) RADEON(0): LP154W02-TL06
    [ 57.748] (II) RADEON(0): EDID (in hex):
    [ 57.748] (II) RADEON(0): 00ffffffffffff00244d872800000000
    [ 57.748] (II) RADEON(0): 000f0103802115780abca59858558b28
    [ 57.748] (II) RADEON(0): 24505400000001010101010101010101
    [ 57.748] (II) RADEON(0): 0101010101011c2f90d0601a0f402030
    [ 57.748] (II) RADEON(0): 13004bcf10000019452790d0601a0f40
    [ 57.748] (II) RADEON(0): 203013004bcf100000190000000f00b3
    [ 57.748] (II) RADEON(0): 0a32b30a28140100320c0000000000fe
    [ 57.748] (II) RADEON(0): 004c503135345730322d544c303600bf
    [ 57.748] (II) RADEON(0): Printing probed modes for output LVDS
    [ 57.748] (II) RADEON(0): Modeline "1680x1050"x60.0 120.60 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (63.9 kHz eP)
    [ 57.748] (II) RADEON(0): Modeline "1680x1050"x50.0 100.53 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (53.2 kHz e)
    [ 57.748] (II) RADEON(0): Modeline "1400x1050"x60.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz)
    [ 57.748] (II) RADEON(0): Modeline "1280x1024"x59.9 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync (63.7 kHz)
    [ 57.748] (II) RADEON(0): Modeline "1440x900"x59.9 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
    [ 57.748] (II) RADEON(0): Modeline "1280x960"x59.9 101.25 1280 1360 1488 1696 960 963 967 996 -hsync +vsync (59.7 kHz)
    [ 57.748] (II) RADEON(0): Modeline "1280x854"x59.9 89.25 1280 1352 1480 1680 854 857 867 887 -hsync +vsync (53.1 kHz)
    [ 57.748] (II) RADEON(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz)
    [ 57.748] (II) RADEON(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz)
    [ 57.748] (II) RADEON(0): Modeline "1152x768"x59.8 71.75 1152 1216 1328 1504 768 771 781 798 -hsync +vsync (47.7 kHz)
    [ 57.748] (II) RADEON(0): Modeline "1024x768"x59.9 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync (47.8 kHz)
    [ 57.748] (II) RADEON(0): Modeline "800x600"x59.9 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync (37.4 kHz)
    [ 57.748] (II) RADEON(0): Modeline "848x480"x59.7 31.50 848 872 952 1056 480 483 493 500 -hsync +vsync (29.8 kHz)
    [ 57.749] (II) RADEON(0): Modeline "720x480"x59.7 26.75 720 744 808 896 480 483 493 500 -hsync +vsync (29.9 kHz)
    [ 57.749] (II) RADEON(0): Modeline "640x480"x59.4 23.75 640 664 720 800 480 483 487 500 -hsync +vsync (29.7 kHz)
    [ 57.760] (II) RADEON(0): EDID for output DisplayPort-0
    [ 57.780] (II) RADEON(0): EDID for output VGA-0
    [ 57.780] (II) RADEON(0): Output DVI-0 connected
    [ 57.780] (II) RADEON(0): Output LVDS connected
    [ 57.780] (II) RADEON(0): Output DisplayPort-0 disconnected
    [ 57.780] (II) RADEON(0): Output VGA-0 disconnected
    [ 57.780] (II) RADEON(0): Using exact sizes for initial modes
    [ 57.780] (II) RADEON(0): Output DVI-0 using initial mode 1680x1050
    [ 57.780] (II) RADEON(0): Output LVDS using initial mode 1680x1050
    [ 57.780] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 57.780] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:10000000 visible:f8ca000
    [ 57.780] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
    [ 57.780] (==) RADEON(0): DPI set to (96, 96)
    [ 57.780] (II) Loading sub module "fb"
    [ 57.780] (II) LoadModule: "fb"
    [ 57.780] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 57.815] (II) Module fb: vendor="X.Org Foundation"
    [ 57.815] compiled for 1.16.0, module version = 1.0.0
    [ 57.815] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 57.815] (II) Loading sub module "ramdac"
    [ 57.815] (II) LoadModule: "ramdac"
    [ 57.815] (II) Module "ramdac" already built-in
    [ 57.815] (II) UnloadModule: "vesa"
    [ 57.816] (II) Unloading vesa
    [ 57.816] (--) Depth 24 pixmap format is 32 bpp
    [ 57.817] (II) RADEON(0): [DRI2] Setup complete
    [ 57.817] (II) RADEON(0): [DRI2] DRI driver: r600
    [ 57.817] (II) RADEON(0): [DRI2] VDPAU driver: r600
    [ 57.817] (II) RADEON(0): Front buffer size: 7128K
    [ 57.817] (II) RADEON(0): VRAM usage limit set to 222840K
    [ 57.829] (==) RADEON(0): Backing store enabled
    [ 57.829] (II) RADEON(0): Direct rendering enabled
    [ 57.829] (II) RADEON(0): EXA VSync enabled
    [ 57.829] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 57.829] (II) EXA(0): Driver registered support for the following operations:
    [ 57.829] (II) Solid
    [ 57.829] (II) Copy
    [ 57.829] (II) Composite (RENDER acceleration)
    [ 57.829] (II) UploadToScreen
    [ 57.829] (II) DownloadFromScreen
    [ 57.829] (II) RADEON(0): Acceleration enabled
    [ 57.829] (==) RADEON(0): DPMS enabled
    [ 57.829] (==) RADEON(0): Silken mouse enabled
    [ 57.830] (II) RADEON(0): Set up textured video
    [ 57.830] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
    [ 57.830] (II) RADEON(0): [XvMC] Extension initialized.
    [ 57.830] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 57.841] (WW) RADEON(0): Option "AccelDFS" is not used
    [ 57.841] (--) RandR disabled
    [ 58.103] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 58.103] (II) AIGLX: enabled GLX_ARB_create_context
    [ 58.103] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 58.103] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 58.103] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 58.103] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 58.103] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
    [ 58.103] (II) AIGLX: enabled GLX_ARB_fbconfig_float
    [ 58.103] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 58.104] (II) AIGLX: Loaded and initialized r600
    [ 58.104] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 58.940] (II) RADEON(0): Setting screen physical size to 444 x 277
    [ 59.040] (II) config/udev: Adding input device Power Button (/dev/input/event6)
    [ 59.040] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 59.040] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 59.040] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 59.040] (II) LoadModule: "evdev"
    [ 59.040] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 59.053] (II) Module evdev: vendor="X.Org Foundation"
    [ 59.053] compiled for 1.16.0, module version = 2.9.0
    [ 59.053] Module class: X.Org XInput Driver
    [ 59.053] ABI class: X.Org XInput driver, version 21.0
    [ 59.054] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 11 paused 0
    [ 59.054] (II) Using input driver 'evdev' for 'Power Button'
    [ 59.054] (**) Power Button: always reports core events
    [ 59.054] (**) evdev: Power Button: Device: "/dev/input/event6"
    [ 59.054] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 59.054] (--) evdev: Power Button: Found keys
    [ 59.054] (II) evdev: Power Button: Configuring as keyboard
    [ 59.054] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event6"
    [ 59.054] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 59.054] (**) Option "xkb_rules" "evdev"
    [ 59.054] (**) Option "xkb_model" "pc104"
    [ 59.054] (**) Option "xkb_layout" "us"
    [ 59.054] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 59.105] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
    [ 59.105] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 59.105] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 59.105] (**) Video Bus: Applying InputClass "Keyboard Defaults"
    [ 59.107] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 12 paused 0
    [ 59.107] (II) Using input driver 'evdev' for 'Video Bus'
    [ 59.107] (**) Video Bus: always reports core events
    [ 59.107] (**) evdev: Video Bus: Device: "/dev/input/event7"
    [ 59.107] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 59.107] (--) evdev: Video Bus: Found keys
    [ 59.107] (II) evdev: Video Bus: Configuring as keyboard
    [ 59.107] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:06/LNXVIDEO:01/input/input8/event7"
    [ 59.107] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 59.107] (**) Option "xkb_rules" "evdev"
    [ 59.107] (**) Option "xkb_model" "pc104"
    [ 59.107] (**) Option "xkb_layout" "us"
    [ 59.107] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 59.107] (II) config/udev: Adding input device Lid Switch (/dev/input/event4)
    [ 59.108] (II) No input driver specified, ignoring this device.
    [ 59.108] (II) This device may have been added with another device file.
    [ 59.108] (II) config/udev: Adding input device Sleep Button (/dev/input/event5)
    [ 59.108] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 59.108] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 59.108] (**) Sleep Button: Applying InputClass "Keyboard Defaults"
    [ 59.108] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 13 paused 0
    [ 59.108] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 59.108] (**) Sleep Button: always reports core events
    [ 59.108] (**) evdev: Sleep Button: Device: "/dev/input/event5"
    [ 59.108] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 59.108] (--) evdev: Sleep Button: Found keys
    [ 59.108] (II) evdev: Sleep Button: Configuring as keyboard
    [ 59.108] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input6/event5"
    [ 59.108] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
    [ 59.108] (**) Option "xkb_rules" "evdev"
    [ 59.108] (**) Option "xkb_model" "pc104"
    [ 59.108] (**) Option "xkb_layout" "us"
    [ 59.108] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 59.109] (II) config/udev: Adding input device Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint (/dev/input/event1)
    [ 59.109] (**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Applying InputClass "evdev keyboard catchall"
    [ 59.109] (**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Applying InputClass "evdev keyboard catchall"
    [ 59.109] (**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Applying InputClass "Keyboard Defaults"
    [ 59.109] (**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Applying InputClass "Trackpoint Wheel Emulation"
    [ 59.110] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 14 paused 0
    [ 59.110] (II) Using input driver 'evdev' for 'Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint'
    [ 59.110] (**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: always reports core events
    [ 59.110] (**) evdev: Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Device: "/dev/input/event1"
    [ 59.110] (--) evdev: Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Vendor 0x17ef Product 0x6009
    [ 59.110] (--) evdev: Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Found keys
    [ 59.110] (II) evdev: Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Configuring as keyboard
    [ 59.110] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb7/7-5/7-5.2/7-5.2:1.0/0003:17EF:6009.0001/input/input2/event1"
    [ 59.110] (II) XINPUT: Adding extended input device "Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint" (type: KEYBOARD, id 9)
    [ 59.110] (**) Option "xkb_rules" "evdev"
    [ 59.110] (**) Option "xkb_model" "pc104"
    [ 59.110] (**) Option "xkb_layout" "us"
    [ 59.110] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 59.110] (II) config/udev: Adding input device Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint (/dev/input/event2)
    [ 59.110] (**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Applying InputClass "evdev pointer catchall"
    [ 59.110] (**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Applying InputClass "evdev keyboard catchall"
    [ 59.110] (**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Applying InputClass "evdev pointer catchall"
    [ 59.110] (**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Applying InputClass "evdev keyboard catchall"
    [ 59.110] (**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Applying InputClass "Keyboard Defaults"
    [ 59.110] (**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Applying InputClass "Trackpoint Wheel Emulation"
    [ 59.111] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 15 paused 0
    [ 59.111] (II) Using input driver 'evdev' for 'Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint'
    [ 59.111] (**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: always reports core events
    [ 59.111] (**) evdev: Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Device: "/dev/input/event2"
    [ 59.111] (--) evdev: Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Vendor 0x17ef Product 0x6009
    [ 59.111] (--) evdev: Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Found 19 mouse buttons
    [ 59.111] (--) evdev: Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Found relative axes
    [ 59.111] (--) evdev: Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Found x and y relative axes
    [ 59.111] (--) evdev: Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Found keys
    [ 59.111] (II) evdev: Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Configuring as mouse
    [ 59.111] (II) evdev: Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Configuring as keyboard
    [ 59.111] (**) Option "Emulate3Buttons" "false"
    [ 59.111] (**) Option "EmulateWheel" "true"
    [ 59.111] (**) Option "EmulateWheelButton" "2"
    [ 59.111] (**) Option "YAxisMapping" "4 5"
    [ 59.111] (**) evdev: Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: YAxisMapping: buttons 4 and 5
    [ 59.111] (**) Option "XAxisMapping" "6 7"
    [ 59.111] (**) evdev: Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: XAxisMapping: buttons 6 and 7
    [ 59.111] (**) evdev: Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: EmulateWheelButton: 2, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 59.111] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb7/7-5/7-5.2/7-5.2:1.1/0003:17EF:6009.0002/input/input3/event2"
    [ 59.111] (II) XINPUT: Adding extended input device "Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint" (type: KEYBOARD, id 10)
    [ 59.111] (**) Option "xkb_rules" "evdev"
    [ 59.111] (**) Option "xkb_model" "pc104"
    [ 59.111] (**) Option "xkb_layout" "us"
    [ 59.111] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 59.111] (II) evdev: Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: initialized for relative axes.
    [ 59.112] (**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: (accel) keeping acceleration scheme 1
    [ 59.112] (**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: (accel) acceleration profile 0
    [ 59.112] (**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: (accel) acceleration factor: 2.000
    [ 59.112] (**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: (accel) acceleration threshold: 4
    [ 59.112] (II) config/udev: Adding input device Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint (/dev/input/js0)
    [ 59.112] (**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Applying InputClass "Keyboard Defaults"
    [ 59.112] (II) No input driver specified, ignoring this device.
    [ 59.112] (II) This device may have been added with another device file.
    [ 59.112] (II) config/udev: Adding input device Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint (/dev/input/mouse0)
    [ 59.112] (**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Applying InputClass "Keyboard Defaults"
    [ 59.112] (II) No input driver specified, ignoring this device.
    [ 59.112] (II) This device may have been added with another device file.
    [ 59.113] (II) config/udev: Adding input device Logitech USB Gaming Mouse (/dev/input/event3)
    [ 59.113] (**) Logitech USB Gaming Mouse: Applying InputClass "evdev pointer catchall"
    [ 59.113] (**) Logitech USB Gaming Mouse: Applying InputClass "evdev pointer catchall"
    [ 59.157] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 16 paused 0
    [ 59.157] (II) Using input driver 'evdev' for 'Logitech USB Gaming Mouse'
    [ 59.157] (**) Logitech USB Gaming Mouse: always reports core events
    [ 59.157] (**) evdev: Logitech USB Gaming Mouse: Device: "/dev/input/event3"
    [ 59.157] (--) evdev: Logitech USB Gaming Mouse: Vendor 0x46d Product 0xc042
    [ 59.157] (--) evdev: Logitech USB Gaming Mouse: Found 20 mouse buttons
    [ 59.157] (--) evdev: Logitech USB Gaming Mouse: Found scroll wheel(s)
    [ 59.157] (--) evdev: Logitech USB Gaming Mouse: Found relative axes
    [ 59.157] (--) evdev: Logitech USB Gaming Mouse: Found x and y relative axes
    [ 59.157] (II) evdev: Logitech USB Gaming Mouse: Configuring as mouse
    [ 59.157] (II) evdev: Logitech USB Gaming Mouse: Adding scrollwheel support
    [ 59.157] (**) evdev: Logitech USB Gaming Mouse: YAxisMapping: buttons 4 and 5
    [ 59.157] (**) evdev: Logitech USB Gaming Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 59.157] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb7/7-5/7-5.3/7-5.3:1.0/0003:046D:C042.0003/input/input4/event3"
    [ 59.157] (II) XINPUT: Adding extended input device "Logitech USB Gaming Mouse" (type: MOUSE, id 11)
    [ 59.157] (II) evdev: Logitech USB Gaming Mouse: initialized for relative axes.
    [ 59.158] (**) Logitech USB Gaming Mouse: (accel) keeping acceleration scheme 1
    [ 59.158] (**) Logitech USB Gaming Mouse: (accel) acceleration profile 0
    [ 59.158] (**) Logitech USB Gaming Mouse: (accel) acceleration factor: 2.000
    [ 59.158] (**) Logitech USB Gaming Mouse: (accel) acceleration threshold: 4
    [ 59.158] (II) config/udev: Adding input device Logitech USB Gaming Mouse (/dev/input/mouse1)
    [ 59.158] (II) No input driver specified, ignoring this device.
    [ 59.158] (II) This device may have been added with another device file.
    [ 59.158] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
    [ 59.158] (II) No input driver specified, ignoring this device.
    [ 59.158] (II) This device may have been added with another device file.
    [ 59.158] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event10)
    [ 59.159] (II) No input driver specified, ignoring this device.
    [ 59.159] (II) This device may have been added with another device file.
    [ 59.159] (II) config/udev: Adding input device HDA Intel Dock Mic (/dev/input/event11)
    [ 59.159] (II) No input driver specified, ignoring this device.
    [ 59.159] (II) This device may have been added with another device file.
    [ 59.159] (II) config/udev: Adding input device HDA Intel Dock Headphone (/dev/input/event12)
    [ 59.159] (II) No input driver specified, ignoring this device.
    [ 59.159] (II) This device may have been added with another device file.
    [ 59.159] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event13)
    [ 59.159] (II) No input driver specified, ignoring this device.
    [ 59.159] (II) This device may have been added with another device file.
    [ 59.160] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 59.160] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 59.160] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 59.160] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
    [ 59.160] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 17 paused 0
    [ 59.160] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 59.160] (**) AT Translated Set 2 keyboard: always reports core events
    [ 59.160] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 59.160] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 59.160] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 59.160] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 59.160] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 59.160] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
    [ 59.160] (**) Option "xkb_rules" "evdev"
    [ 59.160] (**) Option "xkb_model" "pc104"
    [ 59.160] (**) Option "xkb_layout" "us"
    [ 59.160] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 59.161] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event14)
    [ 59.161] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 59.161] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 59.161] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 59.161] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 59.161] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 18 paused 0
    [ 59.161] (II) Using input driver 'evdev' for 'SynPS/2 Synaptics TouchPad'
    [ 59.161] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 59.161] (**) evdev: SynPS/2 Synaptics TouchPad: Device: "/dev/input/event14"
    [ 59.161] (--) evdev: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 59.161] (--) evdev: SynPS/2 Synaptics TouchPad: Found 3 mouse buttons
    [ 59.161] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute axes
    [ 59.161] (--) evdev: SynPS/2 Synaptics TouchPad: Found x and y absolute axes
    [ 59.161] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute touchpad.
    [ 59.161] (II) evdev: SynPS/2 Synaptics TouchPad: Configuring as touchpad
    [ 59.161] (**) evdev: SynPS/2 Synaptics TouchPad: YAxisMapping: buttons 4 and 5
    [ 59.161] (**) evdev: SynPS/2 Synaptics TouchPad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 59.161] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input15/event14"
    [ 59.161] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
    [ 59.162] (II) evdev: SynPS/2 Synaptics TouchPad: initialized for absolute axes.
    [ 59.162] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 59.162] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
    [ 59.162] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 59.162] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 59.162] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse2)
    [ 59.162] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 59.162] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event15)
    [ 59.162] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
    [ 59.162] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
    [ 59.162] (**) TPPS/2 IBM TrackPoint: Applying InputClass "Trackpoint Wheel Emulation"
    [ 59.207] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 19 paused 0
    [ 59.207] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
    [ 59.207] (**) TPPS/2 IBM TrackPoint: always reports core events
    [ 59.207] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event15"
    [ 59.207] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
    [ 59.207] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
    [ 59.207] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
    [ 59.207] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
    [ 59.207] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
    [ 59.207] (**) Option "Emulate3Buttons" "false"
    [ 59.207] (**) Option "EmulateWheel" "true"
    [ 59.207] (**) Option "EmulateWheelButton" "2"
    [ 59.207] (**) Option "YAxisMapping" "4 5"
    [ 59.207] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
    [ 59.207] (**) Option "XAxisMapping" "6 7"
    [ 59.207] (**) evdev: TPPS/2 IBM TrackPoint: XAxisMapping: buttons 6 and 7
    [ 59.207] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 2, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 59.207] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input16/event15"
    [ 59.207] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 14)
    [ 59.207] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
    [ 59.207] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
    [ 59.208] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
    [ 59.208] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
    [ 59.208] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
    [ 59.208] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse3)
    [ 59.208] (II) No input driver specified, ignoring this device.
    [ 59.208] (II) This device may have been added with another device file.
    [ 59.208] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event8)
    [ 59.208] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
    [ 59.208] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
    [ 59.208] (**) ThinkPad Extra Buttons: Applying InputClass "Keyboard Defaults"
    [ 59.209] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 20 paused 0
    [ 59.209] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
    [ 59.209] (**) ThinkPad Extra Buttons: always reports core events
    [ 59.209] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event8"
    [ 59.209] (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054
    [ 59.209] (--) evdev: ThinkPad Extra Buttons: Found keys
    [ 59.209] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
    [ 59.209] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input9/event8"
    [ 59.209] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 15)
    [ 59.209] (**) Option "xkb_rules" "evdev"
    [ 59.209] (**) Option "xkb_model" "pc104"
    [ 59.209] (**) Option "xkb_layout" "us"
    [ 59.209] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 59.497] (II) RADEON(0): EDID vendor "IBM", prod id 10375
    [ 59.497] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 59.497] (II) RADEON(0): Modeline "1680x1050"x0.0 120.60 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (63.9 kHz eP)
    [ 59.497] (II) RADEON(0): Modeline "1680x1050"x0.0 100.53 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (53.2 kHz e)
    [ 59.568] (II) RADEON(0): EDID vendor "IBM", prod id 10375
    [ 59.568] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 59.568] (II) RADEON(0): Modeline "1680x1050"x0.0 120.60 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (63.9 kHz eP)
    [ 59.568] (II) RADEON(0): Modeline "1680x1050"x0.0 100.53 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (53.2 kHz e)
    [ 59.941] (II) RADEON(0): EDID vendor "IBM", prod id 10375
    [ 59.941] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 59.941] (II) RADEON(0): Modeline "1680x1050"x0.0 120.60 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (63.9 kHz eP)
    [ 59.941] (II) RADEON(0): Modeline "1680x1050"x0.0 100.53 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (53.2 kHz e)
    [ 60.027] (II) RADEON(0): EDID vendor "IBM", prod id 10375
    [ 60.027] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 60.027] (II) RADEON(0): Modeline "1680x1050"x0.0 120.60 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (63.9 kHz eP)
    [ 60.027] (II) RADEON(0): Modeline "1680x1050"x0.0 100.53 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (53.2 kHz e)
    [ 60.099] (II) RADEON(0): EDID vendor "IBM", prod id 10375
    [ 60.099] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 60.099] (II) RADEON(0): Modeline "1680x1050"x0.0 120.60 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (63.9 kHz eP)
    [ 60.099] (II) RADEON(0): Modeline "1680x1050"x0.0 100.53 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (53.2 kHz e)
    [ 61.044] (II) RADEON(0): EDID vendor "IBM", prod id 10375
    [ 61.044] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 61.044] (II) RADEON(0): Modeline "1680x1050"x0.0 120.60 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (63.9 kHz eP)
    [ 61.044] (II) RADEON(0): Modeline "1680x1050"x0.0 100.53 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (53.2 kHz e)
    [ 61.112] (II) RADEON(0): EDID vendor "IBM", prod id 10375
    [ 61.112] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 61.112] (II) RADEON(0): Modeline "1680x1050"x0.0 120.60 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (63.9 kHz eP)
    [ 61.112] (II) RADEON(0): Modeline "1680x1050"x0.0 100.53 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (53.2 kHz e)
    [ 62.930] (II) RADEON(0): EDID vendor "IBM", prod id 10375
    [ 62.930] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 62.930] (II) RADEON(0): Modeline "1680x1050"x0.0 120.60 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (63.9 kHz eP)
    [ 62.930] (II) RADEON(0): Modeline "1680x1050"x0.0 100.53 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (53.2 kHz e)
    [ 89.683] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 89.730] (II) systemd-logind: got pause for 226:0
    [ 89.730] (II) systemd-logind: got pause for 13:70
    [ 89.730] (II) systemd-logind: got pause for 13:71
    [ 89.730] (II) systemd-logind: got pause for 13:69
    [ 89.730] (II) systemd-logind: got pause for 13:65
    [ 89.730] (II) systemd-logind: got pause for 13:66
    [ 89.730] (II) systemd-logind: got pause for 13:67
    [ 89.730] (II) systemd-logind: got pause for 13:64
    [ 89.730] (II) systemd-logind: got pause for 13:78
    [ 89.730] (II) systemd-logind: got pause for 13:79
    [ 89.730] (II) systemd-logind: got pause for 13:72
    [ 90.518] (II) systemd-logind: got resume for 226:0
    [ 90.518] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 90.551] (II) RADEON(0): EDID vendor "IBM", prod id 10375
    [ 90.551] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 90.551] (II) RADEON(0): Modeline "1680x1050"x0.0 120.60 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (63.9 kHz eP)
    [ 90.551] (II) RADEON(0): Modeline "1680x1050"x0.0 100.53 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (53.2 kHz e)
    [ 90.591] (II) systemd-logind: got resume for 13:70
    [ 90.591] (II) systemd-logind: got resume for 13:71
    [ 90.592] (II) systemd-logind: got resume for 13:69
    [ 90.592] (II) systemd-logind: got resume for 13:65
    [ 90.592] (II) systemd-logind: got resume for 13:66
    [ 90.603] (II) systemd-logind: got resume for 13:67
    [ 90.616] (II) systemd-logind: got resume for 13:64
    [ 90.620] (II) systemd-logind: got resume for 13:78
    [ 90.633] (II) systemd-logind: got resume for 13:79
    [ 90.641] (II) systemd-logind: got resume for 13:72
    [ 95.368] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 95.429] (II) systemd-logind: got pause for 226:0
    [ 95.429] (II) systemd-logind: got pause for 13:70
    [ 95.429] (II) systemd-logind: got pause for 13:71
    [ 95.429] (II) systemd-logind: got pause for 13:69
    [ 95.429] (II) systemd-logind: got pause for 13:65
    [ 95.429] (II) systemd-logind: got pause for 13:66
    [ 95.429] (II) systemd-logind: got pause for 13:67
    [ 95.429] (II) systemd-logind: got pause for 13:64
    [ 95.429] (II) systemd-logind: got pause for 13:78
    [ 95.429] (II) systemd-logind: got pause for 13:79
    [ 95.429] (II) systemd-logind: got pause for 13:72
    [ 95.750] (II) systemd-logind: got resume for 226:0
    [ 95.750] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 95.783] (II) RADEON(0): EDID vendor "IBM", prod id 10375
    [ 95.783] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 95.784] (II) RADEON(0): Modeline "1680x1050"x0.0 120.60 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (63.9 kHz eP)
    [ 95.784] (II) RADEON(0): Modeline "1680x1050"x0.0 100.53 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (53.2 kHz e)
    [ 95.821] (II) systemd-logind: got resume for 13:70
    [ 95.821] (II) systemd-logind: got resume for 13:71
    [ 95.821] (II) systemd-logind: got resume for 13:69
    [ 95.821] (II) systemd-logind: got resume for 13:65
    [ 95.836] (II) systemd-logind: got resume for 13:66
    [ 95.843] (II) systemd-logind: got resume for 13:67
    [ 95.853] (II) systemd-logind: got resume for 13:64
    [ 95.866] (II) systemd-logind: got resume for 13:78
    [ 95.876] (II) systemd-logind: got resume for 13:79
    [ 95.897] (II) systemd-logind: got resume for 13:72
    [ 98.008] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 98.061] (II) systemd-logind: got pause for 226:0
    [ 98.061] (II) systemd-logind: got pause for 13:70
    [ 98.061] (II) systemd-logind: got pause for 13:71
    [ 98.061] (II) systemd-logind: got pause for 13:69
    [ 98.061] (II) systemd-logind: got pause for 13:65
    [ 98.061] (II) systemd-logind: got pause for 13:66
    [ 98.061] (II) systemd-logind: got pause for 13:67
    [ 98.061] (II) systemd-logind: got pause for 13:64
    [ 98.061] (II) systemd-logind: got pause for 13:78
    [ 98.061] (II) systemd-logind: got pause for 13:79
    [ 98.061] (II) systemd-logind: got pause for 13:72
    [ 98.614] (II) systemd-logind: got resume for 226:0
    [ 98.614] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 98.648] (II) RADEON(0): EDID vendor "IBM", prod id 10375
    [ 98.648] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 98.648] (II) RADEON(0): Modeline "1680x1050"x0.0 120.60 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (63.9 kHz eP)
    [ 98.648] (II) RADEON(0): Modeline "1680x1050"x0.0 100.53 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (53.2 kHz e)
    [ 98.687] (II) systemd-logind: got resume for 13:70
    [ 98.688] (II) systemd-logind: got resume for 13:71
    [ 98.688] (II) systemd-logind: got resume for 13:69
    [ 98.688] (II) systemd-logind: got resume for 13:65
    [ 98.693] (II) systemd-logind: got resume for 13:66
    [ 98.703] (II) systemd-logind: got resume for 13:67
    [ 98.710] (II) systemd-logind: got resume for 13:64
    [ 98.723] (II) systemd-logind: got resume for 13:78
    [ 98.726] (II) systemd-logind: got resume for 13:79
    [ 98.743] (II) systemd-logind: got resume for 13:72
    [ 99.618] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 99.674] (II) systemd-logind: got pause for 226:0
    [ 99.674] (II) systemd-logind: got pause for 13:70
    [ 99.674] (II) systemd-logind: got pause for 13:71
    [ 99.674] (II) systemd-logind: got pause for 13:69
    [ 99.674] (II) systemd-logind: got pause for 13:65
    [ 99.674] (II) systemd-logind: got pause for 13:66
    [ 99.674] (II) systemd-logind: got pause for 13:67
    [ 99.674] (II) systemd-logind: got pause for 13:64
    [ 99.674] (II) systemd-logind: got pause for 13:78
    [ 99.674] (II) systemd-logind: got pause for 13:79
    [ 99.674] (II) systemd-logind: got pause for 13:72
    [ 123.984] (II) systemd-logind: got resume for 226:0
    [ 123.984] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 124.017] (II) RADEON(0): EDID vendor "IBM", prod id 10375
    [ 124.017] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 124.017] (II) RADEON(0): Modeline "1680x1050"x0.0 120.60 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (63.9 kHz eP)
    [ 124.017] (II) RADEON(0): Modeline "1680x1050"x0.0 100.53 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (53.2 kHz e)
    [ 124.096] (II) systemd-logind: got resume for 13:70
    [ 124.096] (II) systemd-logind: got resume for 13:71
    [ 124.096] (II) systemd-logind: got resume for 13:69
    [ 124.096] (II) systemd-logind: got resume for 13:65
    [ 124.104] (II) systemd-logind: got resume for 13:66
    [ 124.118] (II) systemd-logind: got resume for 13:67
    [ 124.130] (II) systemd-logind: got resume for 13:64
    [ 124.140] (II) systemd-logind: got resume for 13:78
    [ 124.150] (II) s

    Yes - I'm using startx:
    [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx
    .xinitrc:
    /usr/bin/xscreensaver -no-splash &
    xautolock -time 60 -locker "sudo pm-suspend" &
    xset -dpms s noblank
    xset b off
    exec mate-session
    Excerpt of the system journal (doesn't look suspicious for me): I just booted, logged in (startx), switch to tty2 to refresh the screen on tty1 and rebooted.
    Sep 01 20:41:37 bra kernel: [drm] radeon kernel modesetting enabled.
    Sep 01 20:41:37 bra kernel: [drm] initializing kernel modesetting (RV635 0x1002:0x9591 0x17AA:0x2117).
    Sep 01 20:41:37 bra kernel: [drm] register mmio base: 0xCFFF0000
    Sep 01 20:41:37 bra kernel: [drm] register mmio size: 65536
    Sep 01 20:41:37 bra kernel: ATOM BIOS: M86M
    Sep 01 20:41:37 bra kernel: radeon 0000:01:00.0: VRAM: 256M 0x0000000000000000 - 0x000000000FFFFFFF (256M used)
    Sep 01 20:41:37 bra kernel: radeon 0000:01:00.0: GTT: 512M 0x0000000010000000 - 0x000000002FFFFFFF
    Sep 01 20:41:37 bra kernel: [drm] Detected VRAM RAM=256M, BAR=256M
    Sep 01 20:41:37 bra kernel: [drm] RAM width 128bits DDR
    Sep 01 20:41:37 bra kernel: [TTM] Zone kernel: Available graphics memory: 4054930 kiB
    Sep 01 20:41:37 bra kernel: [TTM] Zone dma32: Available graphics memory: 2097152 kiB
    Sep 01 20:41:37 bra kernel: [TTM] Initializing pool allocator
    Sep 01 20:41:37 bra kernel: [TTM] Initializing DMA pool allocator
    Sep 01 20:41:37 bra kernel: [drm] radeon: 256M of VRAM memory ready
    Sep 01 20:41:37 bra kernel: [drm] radeon: 512M of GTT memory ready.
    Sep 01 20:41:37 bra kernel: [drm] Loading RV635 Microcode
    Sep 01 20:41:37 bra kernel: [drm] radeon: power management initialized
    Sep 01 20:41:37 bra kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
    Sep 01 20:41:37 bra kernel: e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 00:1c:25:9d:62:d0
    Sep 01 20:41:37 bra kernel: e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
    Sep 01 20:41:37 bra kernel: e1000e 0000:00:19.0 eth0: MAC: 7, PHY: 8, PBA No: 1008FF-0FF
    Sep 01 20:41:37 bra kernel: snd_hda_intel 0000:00:1b.0: irq 48 for MSI/MSI-X
    Sep 01 20:41:37 bra kernel: ACPI Warning: SystemIO range 0x0000000000001028-0x000000000000102f conflicts with OpRegion 0x0000000000001000-0x000000000000107f (\_SB_.PCI0.LPC_.PMIO) (20140424/utaddress-258)
    Sep 01 20:41:37 bra kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    Sep 01 20:41:37 bra kernel: ACPI Warning: SystemIO range 0x00000000000011b0-0x00000000000011bf conflicts with OpRegion 0x0000000000001180-0x00000000000011ff (\_SB_.PCI0.LPC_.LPIO) (20140424/utaddress-258)
    Sep 01 20:41:37 bra kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    Sep 01 20:41:37 bra kernel: ACPI Warning: SystemIO range 0x0000000000001180-0x00000000000011af conflicts with OpRegion 0x0000000000001180-0x00000000000011ff (\_SB_.PCI0.LPC_.LPIO) (20140424/utaddress-258)
    Sep 01 20:41:37 bra kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    Sep 01 20:41:37 bra kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
    Sep 01 20:41:38 bra kernel: pcmcia_socket pcmcia_socket0: cs: memory probe 0xf4300000-0xf7ffffff:
    Sep 01 20:41:38 bra kernel: excluding 0xf4300000-0xf46cffff
    Sep 01 20:41:38 bra kernel: yenta_cardbus 0000:15:00.0: pcmcia: parent PCI bridge window: [mem 0xf0000000-0xf3ffffff 64bit pref]
    Sep 01 20:41:38 bra kernel: pcmcia_socket pcmcia_socket0: cs: memory probe 0xf0000000-0xf3ffffff:
    Sep 01 20:41:38 bra kernel: excluding 0xf0000000-0xf3ffffff
    Sep 01 20:41:38 bra kernel: r592: driver successfully loaded
    Sep 01 20:41:38 bra kernel: r852: driver loaded successfully
    Sep 01 20:41:38 bra kernel: microcode: CPU0 sig=0x10676, pf=0x80, revision=0x60c
    Sep 01 20:41:38 bra kernel: microcode: CPU1 sig=0x10676, pf=0x80, revision=0x60c
    Sep 01 20:41:38 bra kernel: microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    Sep 01 20:41:38 bra kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    Sep 01 20:41:38 bra kernel: [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
    Sep 01 20:41:38 bra kernel: radeon 0000:01:00.0: WB enabled
    Sep 01 20:41:38 bra kernel: radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000010000c00 and cpu addr 0xffff8800bacd5c00
    Sep 01 20:41:38 bra kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    Sep 01 20:41:38 bra kernel: [drm] Driver supports precise vblank timestamp query.
    Sep 01 20:41:38 bra kernel: radeon 0000:01:00.0: irq 49 for MSI/MSI-X
    Sep 01 20:41:38 bra kernel: radeon 0000:01:00.0: radeon: using MSI.
    Sep 01 20:41:38 bra kernel: [drm] radeon: irq initialized.
    Sep 01 20:41:38 bra kernel: [drm] ring test on 0 succeeded in 1 usecs
    Sep 01 20:41:38 bra kernel: [drm] ib test on ring 0 succeeded in 0 usecs
    Sep 01 20:41:38 bra kernel: [drm] radeon atom DIG backlight initialized
    Sep 01 20:41:38 bra kernel: [drm] Radeon Display Connectors
    Sep 01 20:41:38 bra kernel: [drm] Connector 0:
    Sep 01 20:41:38 bra kernel: [drm] DVI-I-1
    Sep 01 20:41:38 bra kernel: [drm] HPD3
    Sep 01 20:41:38 bra kernel: [drm] DDC: 0x7e60 0x7e60 0x7e64 0x7e64 0x7e68 0x7e68 0x7e6c 0x7e6c
    Sep 01 20:41:38 bra kernel: [drm] Encoders:
    Sep 01 20:41:38 bra kernel: [drm] DFP1: INTERNAL_UNIPHY
    Sep 01 20:41:38 bra kernel: [drm] Connector 1:
    Sep 01 20:41:38 bra kernel: [drm] LVDS-1
    Sep 01 20:41:38 bra kernel: [drm] DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
    Sep 01 20:41:38 bra kernel: [drm] Encoders:
    Sep 01 20:41:38 bra kernel: [drm] LCD1: INTERNAL_KLDSCP_LVTMA
    Sep 01 20:41:38 bra kernel: [drm] Connector 2:
    Sep 01 20:41:38 bra kernel: [drm] DP-1
    Sep 01 20:41:38 bra kernel: [drm] HPD1
    Sep 01 20:41:38 bra kernel: [drm] DDC: 0x7e20 0x7e20 0x7e24 0x7e24 0x7e28 0x7e28 0x7e2c 0x7e2c
    Sep 01 20:41:38 bra kernel: [drm] Encoders:
    Sep 01 20:41:38 bra kernel: [drm] DFP2: INTERNAL_UNIPHY
    Sep 01 20:41:38 bra kernel: [drm] Connector 3:
    Sep 01 20:41:38 bra kernel: [drm] VGA-1
    Sep 01 20:41:38 bra kernel: [drm] DDC: 0x7e50 0x7e50 0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 0x7e5c
    Sep 01 20:41:38 bra kernel: [drm] Encoders:
    Sep 01 20:41:38 bra kernel: [drm] CRT1: INTERNAL_KLDSCP_DAC1
    Sep 01 20:41:38 bra kernel: ppdev: user-space parallel port driver
    Sep 01 20:41:38 bra systemd[1]: Starting Sound Card.
    Sep 01 20:41:38 bra systemd[1]: Reached target Sound Card.
    Sep 01 20:41:38 bra kernel: iTCO_vendor_support: vendor-support=0
    Sep 01 20:41:38 bra kernel: pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
    Sep 01 20:41:38 bra kernel: excluding 0xc0000-0xd3fff 0xdc000-0xfffff
    Sep 01 20:41:38 bra kernel: pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
    Sep 01 20:41:38 bra kernel: excluding 0xa0000000-0xa0ffffff
    Sep 01 20:41:38 bra kernel: pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
    Sep 01 20:41:38 bra kernel: excluding 0x60000000-0x60ffffff
    Sep 01 20:41:38 bra kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
    Sep 01 20:41:38 bra kernel: iTCO_wdt: Found a ICH9M-E TCO device (Version=2, TCOBASE=0x1060)
    Sep 01 20:41:38 bra kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    Sep 01 20:41:38 bra systemd-udevd[219]: Error calling EVIOCSKEYCODE on device node '/dev/input/event1' (scan code 0x90010, key code 190): Invalid argument
    Sep 01 20:41:38 bra systemd-udevd[219]: Error calling EVIOCSKEYCODE on device node '/dev/input/event1' (scan code 0x90011, key code 148): Invalid argument
    Sep 01 20:41:38 bra systemd-udevd[219]: Error calling EVIOCSKEYCODE on device node '/dev/input/event1' (scan code 0x90012, key code 152): Invalid argument
    Sep 01 20:41:38 bra systemd-udevd[219]: Error calling EVIOCSKEYCODE on device node '/dev/input/event1' (scan code 0x90013, key code 236): Invalid argument
    Sep 01 20:41:38 bra systemd-udevd[219]: Error calling EVIOCSKEYCODE on device node '/dev/input/event1' (scan code 0x90014, key code 238): Invalid argument
    Sep 01 20:41:38 bra systemd-udevd[219]: Error calling EVIOCSKEYCODE on device node '/dev/input/event1' (scan code 0x90015, key code 212): Invalid argument
    Sep 01 20:41:38 bra systemd-udevd[219]: Error calling EVIOCSKEYCODE on device node '/dev/input/event1' (scan code 0x90016, key code 227): Invalid argument
    Sep 01 20:41:38 bra systemd-udevd[219]: Error calling EVIOCSKEYCODE on device node '/dev/input/event1' (scan code 0x90017, key code 191): Invalid argument
    Sep 01 20:41:38 bra systemd-udevd[219]: Error calling EVIOCSKEYCODE on device node '/dev/input/event1' (scan code 0x90019, key code 205): Invalid argument
    Sep 01 20:41:38 bra systemd-udevd[219]: Error calling EVIOCSKEYCODE on device node '/dev/input/event1' (scan code 0x9001a, key code 225): Invalid argument
    Sep 01 20:41:38 bra systemd-udevd[219]: Error calling EVIOCSKEYCODE on device node '/dev/input/event1' (scan code 0x9001b, key code 224): Invalid argument
    Sep 01 20:41:38 bra systemd-udevd[219]: Error calling EVIOCSKEYCODE on device node '/dev/input/event1' (scan code 0x9001d, key code 372): Invalid argument
    Sep 01 20:41:38 bra systemd-udevd[227]: renamed network interface wlan0 to wlp3s0
    Sep 01 20:41:39 bra kernel: [drm] fb mappable at 0xD0141000
    Sep 01 20:41:39 bra kernel: [drm] vram apper at 0xD0000000
    Sep 01 20:41:39 bra kernel: [drm] size 7299072
    Sep 01 20:41:39 bra kernel: [drm] fb depth is 24
    Sep 01 20:41:39 bra kernel: [drm] pitch is 6912
    Sep 01 20:41:39 bra kernel: fbcon: radeondrmfb (fb0) is primary device
    Sep 01 20:41:39 bra kernel: Console: switching to colour frame buffer device 210x65
    Sep 01 20:41:39 bra kernel: radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
    Sep 01 20:41:39 bra kernel: radeon 0000:01:00.0: registered panic notifier
    Sep 01 20:41:39 bra kernel: [drm] Initialized radeon 2.39.0 20080528 for 0000:01:00.0 on minor 0
    Sep 01 20:41:38 bra systemd[1]: Started Trigger Flushing of Journal to Persistent Storage.
    Sep 01 20:41:39 bra systemd[1]: Started Update UTMP about System Boot/Shutdown.
    Sep 01 20:41:39 bra systemd[1]: Starting System Initialization.
    Sep 01 20:41:39 bra systemd[1]: Reached target System Initialization.
    Sep 01 20:41:39 bra systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    Sep 01 20:41:39 bra systemd[1]: Starting CUPS Printer Service Spool.
    Sep 01 20:41:40 bra systemd[1]: Started Avahi mDNS/DNS-SD Stack.
    Sep 01 20:41:40 bra systemd[1]: Starting Login Service...
    Sep 01 20:41:40 bra systemd[1]: Starting Permit User Sessions...
    Sep 01 20:41:40 bra systemd[1]: Started LVM2 PV scan on device 254:0.
    Sep 01 20:41:40 bra systemd[1]: Started Restore Sound Card State.
    Sep 01 20:41:40 bra systemd[1]: Starting system-systemd\x2dbacklight.slice.
    Sep 01 20:41:40 bra systemd[1]: Created slice system-systemd\x2dbacklight.slice.
    Sep 01 20:41:40 bra systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:radeon_bl0...
    Sep 01 20:41:40 bra systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
    Sep 01 20:41:40 bra systemd[1]: Started Permit User Sessions.
    Sep 01 20:41:40 bra systemd[1]: Starting Getty on tty1...
    Sep 01 20:41:40 bra systemd[1]: Started Getty on tty1.
    Sep 01 20:41:40 bra systemd[1]: Starting Login Prompts.
    Sep 01 20:41:40 bra systemd[1]: Reached target Login Prompts.
    Sep 01 20:41:40 bra systemd-logind[416]: New seat seat0.
    Sep 01 20:41:40 bra systemd-logind[416]: Watching system buttons on /dev/input/event6 (Power Button)
    Sep 01 20:41:40 bra systemd-logind[416]: Watching system buttons on /dev/input/event7 (Video Bus)
    Sep 01 20:41:40 bra systemd-logind[416]: Watching system buttons on /dev/input/event4 (Lid Switch)
    Sep 01 20:41:40 bra systemd-logind[416]: Watching system buttons on /dev/input/event5 (Sleep Button)
    Sep 01 20:41:40 bra systemd-logind[416]: Watching system buttons on /dev/input/event8 (ThinkPad Extra Buttons)
    Sep 01 20:41:40 bra systemd[1]: Started Login Service.
    Sep 01 20:41:40 bra systemd[1]: Started Initialize hardware monitoring sensors.
    Sep 01 20:41:40 bra systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:radeon_bl0.
    Sep 01 20:41:40 bra systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:acpi_video0.
    Sep 01 20:41:40 bra dbus[392]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
    Sep 01 20:41:40 bra systemd[1]: Starting Authorization Manager...
    Sep 01 20:41:40 bra dbus[392]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service'
    Sep 01 20:41:40 bra systemd[1]: Starting Manage, Install and Generate Color Profiles...
    Sep 01 20:41:40 bra polkitd[520]: Started polkitd version 0.112
    Sep 01 20:41:40 bra dbus[392]: [system] Successfully activated service 'org.freedesktop.ColorManager'
    Sep 01 20:41:40 bra systemd[1]: Started Manage, Install and Generate Color Profiles.
    Sep 01 20:41:40 bra polkitd[520]: Loading rules from directory /etc/polkit-1/rules.d
    Sep 01 20:41:40 bra polkitd[520]: Loading rules from directory /usr/share/polkit-1/rules.d
    Sep 01 20:41:40 bra polkitd[520]: Finished loading, compiling and executing 2 rules
    Sep 01 20:41:40 bra dbus[392]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
    Sep 01 20:41:40 bra systemd[1]: Started Authorization Manager.
    Sep 01 20:41:40 bra polkitd[520]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
    Sep 01 20:41:40 bra dkms[391]: Kernel preparation unnecessary for this kernel. Skipping...
    Sep 01 20:41:41 bra dkms[391]: Building module:
    Sep 01 20:41:41 bra kernel: e1000e 0000:00:19.0: irq 46 for MSI/MSI-X
    Sep 01 20:41:41 bra kernel: e1000e 0000:00:19.0: irq 46 for MSI/MSI-X
    Sep 01 20:41:43 bra kernel: e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
    Sep 01 20:41:43 bra kernel: e1000e 0000:00:19.0 eth0: 10/100 speed: disabling TSO
    Sep 01 20:41:43 bra dbus[392]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
    Sep 01 20:41:43 bra dbus[392]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Unit dbus-org.freedesktop.nm-dispatcher.service failed to load: No such file or directory.
    Sep 01 20:41:43 bra kernel: psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
    Sep 01 20:41:44 bra dkms[391]: cleaning build area....
    Sep 01 20:41:44 bra kernel: input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input16
    Sep 01 20:41:44 bra avahi-daemon[383]: Registering new address record for fe80::21c:25ff:fe9d:62d0 on eth0.*.
    Sep 01 20:41:47 bra dkms[391]: cd /var/lib/dkms/fglrx/8.892/build; sh make.sh --nohints --uname_r=3.16.1-1-ARCH --norootcheck....(bad exit status: 1)
    Sep 01 20:41:47 bra dkms[391]: Error! Bad return status for module build on kernel: 3.16.1-1-ARCH (x86_64)
    Sep 01 20:41:47 bra dkms[391]: Consult /var/lib/dkms/fglrx/8.892/build/make.log for more information.
    Sep 01 20:41:47 bra systemd[1]: Started Dynamic Kernel Modules System.
    Sep 01 20:41:48 bra login[427]: pam_unix(login:session): session opened for user hel by LOGIN(uid=0)
    Sep 01 20:41:48 bra systemd[1]: Starting user-1000.slice.
    Sep 01 20:41:48 bra systemd[1]: Created slice user-1000.slice.
    Sep 01 20:41:48 bra systemd[1]: Starting User Manager for UID 1000...
    Sep 01 20:41:48 bra systemd[867]: pam_unix(systemd-user:session): session opened for user hel by (uid=0)
    Sep 01 20:41:48 bra systemd[1]: Starting Session c1 of user hel.
    Sep 01 20:41:48 bra systemd[1]: Started Session c1 of user hel.
    Sep 01 20:41:48 bra systemd-logind[416]: New session c1 of user hel.
    Sep 01 20:41:48 bra systemd[867]: Starting Paths.
    Sep 01 20:41:48 bra systemd[867]: Reached target Paths.
    Sep 01 20:41:48 bra systemd[867]: Starting Timers.
    Sep 01 20:41:48 bra systemd[867]: Reached target Timers.
    Sep 01 20:41:48 bra systemd[867]: Starting Sockets.
    Sep 01 20:41:48 bra systemd[867]: Reached target Sockets.
    Sep 01 20:41:48 bra systemd[867]: Starting Basic System.
    Sep 01 20:41:48 bra systemd[867]: Reached target Basic System.
    Sep 01 20:41:48 bra systemd[867]: Starting Default.
    Sep 01 20:41:48 bra systemd[867]: Reached target Default.
    Sep 01 20:41:48 bra systemd[867]: Startup finished in 131ms.
    Sep 01 20:41:48 bra systemd[1]: Started User Manager for UID 1000.
    Sep 01 20:41:48 bra login[427]: LOGIN ON tty1 BY hel
    Sep 01 20:41:48 bra NetworkManager[384]: <info> startup complete
    Sep 01 20:41:54 bra dbus[392]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service'
    Sep 01 20:41:54 bra dbus[392]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service'
    Sep 01 20:41:54 bra systemd[1]: Starting RealtimeKit Scheduling Policy Service...
    Sep 01 20:41:54 bra systemd[1]: Starting Disk Manager...
    Sep 01 20:41:54 bra polkitd[520]: Registered Authentication Agent for unix-session:c1 (system bus name :1.16 [/usr/lib/mate-polkit/polkit-mate-authentication-agent-1], object path /org/mate/PolicyKit1/AuthenticationAgent, locale en_GB.UTF-8)
    Sep 01 20:41:54 bra dbus[392]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service'
    Sep 01 20:41:54 bra systemd[1]: Starting Daemon for power management...
    Sep 01 20:41:54 bra udisksd[1121]: udisks daemon version 2.1.3 starting
    Sep 01 20:41:54 bra dbus[392]: [system] Successfully activated service 'org.freedesktop.UPower'
    Sep 01 20:41:54 bra systemd[1]: Started Daemon for power management.
    Sep 01 20:41:54 bra dbus[392]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
    Sep 01 20:41:54 bra systemd[1]: Started RealtimeKit Scheduling Policy Service.
    Sep 01 20:41:54 bra rtkit-daemon[1120]: Successfully called chroot.
    Sep 01 20:41:54 bra rtkit-daemon[1120]: Successfully dropped privileges.
    Sep 01 20:41:54 bra rtkit-daemon[1120]: Successfully limited resources.
    Sep 01 20:41:54 bra rtkit-daemon[1120]: Running.
    Sep 01 20:41:54 bra rtkit-daemon[1120]: Canary thread running.
    Sep 01 20:41:54 bra rtkit-daemon[1120]: Watchdog thread running.
    Sep 01 20:41:54 bra dbus[392]: [system] Successfully activated service 'org.freedesktop.UDisks2'
    Sep 01 20:41:54 bra systemd[1]: Started Disk Manager.
    Sep 01 20:41:54 bra udisksd[1121]: Acquired the name org.freedesktop.UDisks2 on the system message bus
    Sep 01 20:41:54 bra rtkit-daemon[1120]: Successfully made thread 1119 of process 1119 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
    Sep 01 20:41:54 bra rtkit-daemon[1120]: Supervising 1 threads of 1 processes of 1 users.
    Sep 01 20:41:54 bra org.a11y.Bus[1057]: Activating service name='org.a11y.atspi.Registry'
    Sep 01 20:41:54 bra rtkit-daemon[1120]: Supervising 1 threads of 1 processes of 1 users.
    Sep 01 20:41:54 bra rtkit-daemon[1120]: Successfully made thread 1193 of process 1119 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5.
    Sep 01 20:41:54 bra rtkit-daemon[1120]: Supervising 2 threads of 1 processes of 1 users.
    Sep 01 20:41:54 bra rtkit-daemon[1120]: Supervising 2 threads of 1 processes of 1 users.
    Sep 01 20:41:54 bra rtkit-daemon[1120]: Successfully made thread 1194 of process 1119 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5.
    Sep 01 20:41:54 bra rtkit-daemon[1120]: Supervising 3 threads of 1 processes of 1 users.
    Sep 01 20:41:54 bra org.a11y.Bus[1057]: Successfully activated service 'org.a11y.atspi.Registry'
    Sep 01 20:41:54 bra org.a11y.atspi.Registry[1176]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
    Sep 01 20:41:54 bra org.a11y.atspi.Registry[1176]: ** (at-spi2-registryd:1185): WARNING **: Failed to register client: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
    Sep 01 20:41:54 bra org.a11y.atspi.Registry[1176]: ** (at-spi2-registryd:1185): WARNING **: Unable to register client with session manager
    Sep 01 20:41:54 bra dbus[392]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Sep 01 20:41:54 bra dbus[392]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory.
    Sep 01 20:41:55 bra rtkit-daemon[1120]: Successfully made thread 1206 of process 1206 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
    Sep 01 20:41:55 bra rtkit-daemon[1120]: Supervising 4 threads of 2 processes of 1 users.
    Sep 01 20:41:55 bra rtkit-daemon[1120]: Successfully made thread 1208 of process 1208 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
    Sep 01 20:41:55 bra rtkit-daemon[1120]: Supervising 5 threads of 3 processes of 1 users.
    Sep 01 20:41:55 bra pulseaudio[1208]: [pulseaudio] pid.c: Daemon already running.
    Sep 01 20:41:56 bra dbus[392]: [system] Activating service name='org.mate.SettingsDaemon.DateTimeMechanism' (using servicehelper)
    Sep 01 20:41:56 bra dbus[392]: [system] Successfully activated service 'org.mate.SettingsDaemon.DateTimeMechanism'
    Sep 01 20:42:01 bra systemd-logind[416]: kernel does not support evdev-revocation
    Sep 01 20:42:01 bra systemd[1]: Starting Getty on tty2...
    Sep 01 20:42:01 bra systemd[1]: Started Getty on tty2.
    Sep 01 20:42:05 bra systemd[1]: Started Getty on tty2.
    Sep 01 20:42:08 bra systemd-logind[416]: System is rebooting.
    Sep 01 20:42:08 bra systemd[1]: Stopping Session c1 of user hel.
    Sep 01 20:42:08 bra systemd[1]: Stopped Session c1 of user hel.
    Sep 01 20:42:08 bra systemd[1]: Stopping LVM2 PV scan on device 254:0...
    Sep 01 20:42:08 bra systemd[1]: Stopping Sound Card.
    Sep 01 20:42:08 bra systemd[1]: Stopped target Sound Card.
    Sep 01 20:42:08 bra systemd[1]: Stopping system-systemd\x2dfsck.slice.
    Sep 01 20:42:08 bra systemd[1]: Removed slice system-systemd\x2dfsck.slice.
    Sep 01 20:42:08 bra systemd[1]: Stopping LVM2 metadata daemon...
    Sep 01 20:42:08 bra systemd[1]: Stopping Daemon for power management...
    Sep 01 20:42:08 bra systemd[1]: Stopping RealtimeKit Scheduling Policy Service...
    Sep 01 20:42:08 bra systemd[1]: Stopping Disk Manager...
    Sep 01 20:42:08 bra systemd[1]: Stopping User Manager for UID 1000...
    Sep 01 20:42:09 bra systemd[867]: Stopping Default.
    Sep 01 20:42:09 bra systemd[867]: Stopped target Default.
    Sep 01 20:42:09 bra systemd[867]: Stopping Basic System.
    Sep 01 20:42:09 bra systemd[867]: Stopped target Basic System.
    Sep 01 20:42:09 bra systemd[867]: Stopping Paths.
    Sep 01 20:42:09 bra systemd[867]: Stopped target Paths.
    Sep 01 20:42:09 bra systemd[867]: Stopping Timers.
    Sep 01 20:42:09 bra systemd[867]: Stopped target Timers.
    Sep 01 20:42:09 bra systemd[867]: Stopping Sockets.
    Sep 01 20:42:09 bra systemd[867]: Stopped target Sockets.
    Sep 01 20:42:09 bra systemd[867]: Starting Shutdown.
    Sep 01 20:42:09 bra systemd[867]: Reached target Shutdown.
    Sep 01 20:42:09 bra systemd[867]: Starting Exit the Session...
    Sep 01 20:42:09 bra kernel: IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
    Sep 01 20:42:08 bra polkitd[520]: Unregistered Authentication Agent for unix-session:c1 (system bus name :1.16, object path /org/mate/PolicyKit1/AuthenticationAgent, locale en_GB.UTF-8) (disconnected from bus)
    Sep 01 20:42:08 bra thinkfan[387]: Caught deadly signal.
    Sep 01 20:42:08 bra thinkfan[387]: Cleaning up and resetting fan control.
    Sep 01 20:42:08 bra NetworkManager[384]: <info> caught signal 15, shutting down normally.
    Sep 01 20:42:08 bra NetworkManager[384]: <info> (wlp3s0): device state change: unavailable -> unmanaged (reason 'removed') [20 10 36]
    Sep 01 20:42:08 bra NetworkManager[384]: <info> exiting (success)
    Sep 01 20:42:09 bra avahi-daemon[383]: Got SIGTERM, quitting.
    Sep 01 20:42:09 bra avahi-daemon[383]: Leaving mDNS multicast group on interface eth0.IPv4 with address 192.168.100.53.
    Sep 01 20:42:09 bra avahi-daemon[383]: avahi-daemon 0.6.31 exiting.
    Sep 01 20:42:09 bra systemd[868]: pam_unix(systemd-user:session): session closed for user hel
    Sep 01 20:42:09 bra systemd[867]: Received SIGRTMIN+24 from PID 1279 (kill).
    Sep 01 20:42:09 bra NetworkManager[384]: (NetworkManager:384): GLib-CRITICAL **: Source ID 86 was not found when attempting to remove it
    Sep 01 20:42:10 bra systemd[1]: Stopped Getty on tty1.
    Sep 01 20:42:10 bra systemd[1]: Stopped Authorization Manager.
    Sep 01 20:42:10 bra systemd[1]: Stopped Manage, Install and Generate Color Profiles.
    Sep 01 20:42:10 bra systemd[1]: Stopped User Manager for UID 1000.
    Sep 01 20:42:10 bra systemd[1]: Stopped RealtimeKit Scheduling Policy Service.
    Sep 01 20:42:10 bra systemd[1]: Stopped Disk Manager.
    Sep 01 20:42:10 bra systemd[1]: Stopped Daemon for power management.
    Sep 01 20:42:10 bra systemd[1]: Stopped Getty on tty2.
    Sep 01 20:42:10 bra systemd[1]: Stopped Initialize hardware monitoring sensors.
    Sep 01 20:42:10 bra systemd[1]: Stopped Dynamic Kernel Modules System.
    Sep 01 20:42:10 bra systemd[1]: Shutting down.
    Sep 01 20:42:10 bra systemd[1]: Hardware watchdog 'INTCAMT', version 0
    Sep 01 20:42:10 bra systemd[1]: Set hardware watchdog to 10min.
    Sep 01 20:42:10 bra systemd-shutdown[1]: Sending SIGTERM to remaining processes...
    Sep 01 20:42:10 bra systemd-journal[188]: Journal stopped
    I can't downgrade the ati-driver because it needs glamor-egl which conflicts with xorg-1.16.
    After deinstalling the ati-driver and removing the 20-radeon.conf file, I got the following error (Xorg.0.log):
    [ 120.639]
    X.Org X Server 1.16.0
    Release Date: 2014-07-16
    [ 120.639] X Protocol Version 11, Revision 0
    [ 120.640] Build Operating System: Linux 3.15.5-2-ARCH x86_64
    [ 120.640] Current Operating System: Linux bra 3.16.1-1-ARCH #1 SMP PREEMPT Thu Aug 14 07:40:19 CEST 2014 x86_64
    [ 120.640] Kernel command line: BOOT_IMAGE=../vmlinuz-linux cryptdevice=/dev/sda2:main root=/dev/mapper/main-root ro locale=de_DE.UTF-8 initrd=../initramfs-linux.img
    [ 120.640] Build Date: 31 July 2014 11:53:19AM
    [ 120.640]
    [ 120.640] Current version of pixman: 0.32.6
    [ 120.640] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 120.640] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 120.640] (==) Log file: "/home/hel/.local/share/xorg/Xorg.0.log", Time: Mon Sep 1 20:28:35 2014
    [ 120.641] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 120.641] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 120.641] (==) No Layout section. Using the first Screen section.
    [ 120.641] (==) No screen section available. Using defaults.
    [ 120.641] (**) |-->Screen "Default Screen Section" (0)
    [ 120.641] (**) | |-->Monitor "<default monitor>"
    [ 120.641] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 120.641] (==) Automatically adding devices
    [ 120.641] (==) Automatically enabling devices
    [ 120.641] (==) Automatically adding GPU devices
    [ 120.641] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 120.641] Entry deleted from font path.
    [ 120.641] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 120.641] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 120.641] Entry deleted from font path.
    [ 120.641] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 120.641] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/
    [ 120.641] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 120.641] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 120.641] (II) Loader magic: 0x818d80
    [ 120.641] (II) Module ABI versions:
    [ 120.641] X.Org ANSI C Emulation: 0.4
    [ 120.641] X.Org Video Driver: 18.0
    [ 120.641] X.Org XInput driver : 21.0
    [ 120.641] X.Org Server Extension : 8.0
    [ 120.740] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c4
    [ 120.740] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 120.787] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
    [ 120.789] (--) PCI:*(0:1:0:0) 1002:9591:17aa:2117 rev 0, Mem @ 0xd0000000/268435456, 0xcfff0000/65536, I/O @ 0x00002000/256, BIOS @ 0x????????/131072
    [ 120.789] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 120.790] (II) LoadModule: "glx"
    [ 120.790] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 120.792] (II) Module glx: vendor="X.Org Foundation"
    [ 120.792] compiled for 1.16.0, module version = 1.0.0
    [ 120.792] ABI class: X.Org Server Extension, version 8.0
    [ 120.792] (==) AIGLX enabled
    [ 120.792] (==) Matched ati as autoconfigured driver 0
    [ 120.792] (==) Matched ati as autoconfigured driver 1
    [ 120.792] (==) Matched modesetting as autoconfigured driver 2
    [ 120.792] (==) Matched fbdev as autoconfigured driver 3
    [ 120.792] (==) Matched vesa as autoconfigured driver 4
    [ 120.792] (==) Assigned the driver to the xf86ConfigLayout
    [ 120.792] (II) LoadModule: "ati"
    [ 120.792] (WW) Warning, couldn't open module ati
    [ 120.792] (II) UnloadModule: "ati"
    [ 120.792] (II) Unloading ati
    [ 120.792] (EE) Failed to load module "ati" (module does not exist, 0)
    [ 120.792] (II) LoadModule: "modesetting"
    [ 120.792] (WW) Warning, couldn't open module modesetting
    [ 120.792] (II) UnloadModule: "modesetting"
    [ 120.792] (II) Unloading modesetting
    [ 120.792] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 120.792] (II) LoadModule: "fbdev"
    [ 120.793] (WW) Warning, couldn't open module fbdev
    [ 120.793] (II) UnloadModule: "fbdev"
    [ 120.793] (II) Unloading fbdev
    [ 120.793] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 120.793] (II) LoadModule: "vesa"
    [ 120.793] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 120.793] (II) Module vesa: vendor="X.Org Foundation"
    [ 120.793] compiled for 1.16.0, module version = 2.3.2
    [ 120.793] Module class: X.Org Video Driver
    [ 120.793] ABI class: X.Org Video Driver, version 18.0
    [ 120.793] (II) VESA: driver for VESA chipsets: vesa
    [ 120.793] (++) using VT number 1
    [ 120.793] (--) controlling tty is VT number 1, auto-enabling KeepTty
    [ 120.793] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
    [ 120.793] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
    [ 120.793] (II) Loading sub module "vbe"
    [ 120.793] (II) LoadModule: "vbe"
    [ 120.793] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [ 120.793] (II) Module vbe: vendor="X.Org Foundation"
    [ 120.793] compiled for 1.16.0, module version = 1.1.0
    [ 120.793] ABI class: X.Org Video Driver, version 18.0
    [ 120.793] (II) Loading sub module "int10"
    [ 120.793] (II) LoadModule: "int10"
    [ 120.793] (II) Loading /usr/lib/xorg/modules/libint10.so
    [ 120.793] (II) Module int10: vendor="X.Org Foundation"
    [ 120.793] compiled for 1.16.0, module version = 1.0.0
    [ 120.793] ABI class: X.Org Video Driver, version 18.0
    [ 120.793] (II) VESA(0): initializing int10
    [ 120.794] (WW) xf86ReadBIOS: Failed to open /dev/mem (Permission denied)
    [ 120.794] (EE) VESA(0): Cannot read int vect
    [ 120.794] (II) UnloadModule: "vesa"
    [ 120.794] (II) UnloadSubModule: "int10"
    [ 120.794] (II) Unloading int10
    [ 120.794] (II) UnloadSubModule: "vbe"
    [ 120.794] (II) Unloading vbe
    [ 120.794] (EE) Screen(s) found, but none have a usable configuration.
    [ 120.794] (EE)
    Fatal server error:
    [ 120.794] (EE) no screens found(EE)
    [ 120.794] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 120.794] (EE) Please also check the log file at "/home/hel/.local/share/xorg/Xorg.0.log" for additional information.
    [ 120.794] (EE)
    [ 120.846] (EE) Server terminated with error (1). Closing log file.
    "[   120.794] (WW) xf86ReadBIOS: Failed to open /dev/mem (Permission denied)" seems to be the problem.
    Edit: By the way: I'm using an external monitor but using the laptop without the external monitor leads to the same problem.
    Last edited by hel (2014-09-01 19:10:09)

  • XORG: Keyboard don't work right

    Hi,
    after the last System update my keyboard (under xorg) is totally messed up! The arrow keys,the del key the Pos1 key, the End key.....  all don't work. All characters numbers and special characters like(!"§$%&/....) work though. Even the German "Umlauts" are working!
    Here my xorg.conf:
    # 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.
    Section "Module"
    # This loads the DBE extension module.
        Load        "dbe"   # Double buffer extension
    # This loads the miscellaneous extensions module, and disables
    # initialisation of the XFree86-DGA extension within that module.
        SubSection  "extmod"
          Option    "omit xfree86-dga"   # don't initialise the DGA extension
        EndSubSection
    # This loads the font modules
    #    Load        "type1"
        Load        "freetype"
    #    Load        "xtt"
    # This loads the GLX module
    #    Load       "glx"
    # This loads the DRI module
    #    Load       "dri"
    EndSection
    # Files section.  This allows default font and rgb paths to be set
    Section "Files"
    # 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/misc"
        FontPath   "/usr/share/fonts/100dpi:unscaled"
        FontPath   "/usr/share/fonts/75dpi:unscaled"
        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/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"
    EndSection
    # Server flags section.
    Section "ServerFlags"
    # Uncomment this to cause a core dump at the spot where a signal is
    # received.  This may leave the console in an unusable state, but may
    # provide a better stack trace in the core dump to aid in debugging
    #    Option "NoTrapSignals"
    # Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence
    # (where n is 1 through 12).  This allows clients to receive these key
    # events.
    #    Option "DontVTSwitch"
    # Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence
    # This allows clients to receive this key event.
    #    Option "DontZap"
    # Uncomment this to disable the <Ctrl><Alt><KP_+>/<KP_-> mode switching
    # sequences.  This allows clients to receive these key events.
    #    Option "Dont Zoom"
    # Uncomment this to disable tuning with the xvidtune client. With
    # it the client can still run and fetch card and monitor attributes,
    # but it will not be allowed to change them. If it tries it will
    # receive a protocol error.
    #    Option "DisableVidModeExtension"
    # Uncomment this to enable the use of a non-local xvidtune client.
    #    Option "AllowNonLocalXvidtune"
    # Uncomment this to disable dynamically modifying the input device
    # (mouse and keyboard) settings.
    #    Option "DisableModInDev"
    # Uncomment this to enable the use of a non-local client to
    # change the keyboard or mouse settings (currently only xset).
    #    Option "AllowNonLocalModInDev"
    EndSection
    # Input devices
    # Core keyboard's InputDevice section
    Section "InputDevice"
        Identifier  "Keyboard1"
        Driver      "kbd"
        Option "AutoRepeat" "500 30"
    # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
    #    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"
        Option "XkbRules"   "xorg"
        Option "XkbModel"   "pc105"
        Option "XkbLayout"  "de"
    EndSection
    # Core Pointer's InputDevice section
    Section "InputDevice"
    # Identifier and driver
        Identifier  "Mouse1"
        Driver      "mouse"
        Option "Protocol"    "Auto" # Auto detect
        Option "Device"      "/dev/input/mice"
    # Mouse-speed setting for PS/2 mouse.
    #    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.
        Option "ZAxisMapping"   "4 5 6 7"
    # Emulate3Buttons is an option for 2-button mice
    # 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"
    EndSection
    # 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
    Section "Monitor"
        Identifier  "My 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   31.5 - 64.3
    #    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.
        VertRefresh 50-100
    EndSection
    # Graphics device section
    # Any number of graphics device sections may be present
    # Standard VGA Device:
    Section "Device"
        Identifier  "Standard VGA"
        VendorName  "Unknown"
        BoardName   "Unknown"
    # 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.
        Driver     "vga"
    # 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
    EndSection
    # Device configured by xorgconfig:
    Section "Device"
        Identifier  "** ATI Radeon (generic)               [radeon]"
        Driver      "radeon"
        #VideoRam    262144
        # Insert Clocks lines here if appropriate
    EndSection
    # 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.
    Section "Screen"
        Identifier  "Screen 1"
        Device      "** ATI Radeon (generic)               [radeon]"
        Monitor     "My Monitor"
        DefaultDepth 24
        Subsection "Display"
            Depth       8
            Modes       "1280x1024" "1024x768" "800x600" "640x480"
            ViewPort    0 0
        EndSubsection
        Subsection "Display"
            Depth       16
            Modes       "1280x1024" "1024x768" "800x600" "640x480"
            ViewPort    0 0
        EndSubsection
        Subsection "Display"
            Depth       24
            Modes       "1400x1050" "1280x1024" "1024x768"
            ViewPort    0 0
        EndSubsection
    EndSection
    # 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 "ServerLayout"
    # The Identifier line must be present
        Identifier  "Simple Layout"
    # 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.
        Screen "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".
        InputDevice "Mouse1" "CorePointer"
        InputDevice "Keyboard1" "CoreKeyboard"
    EndSection
    # Section "DRI"
    #    Mode 0666
    # EndSection
    and the corresponding log:
    X.Org X Server 1.5.3
    Release Date: 5 November 2008
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.27-ARCH i686
    Current Operating System: Linux stella 2.6.27-ARCH #1 SMP PREEMPT Fri Nov 28 10:56:24 UTC 2008 i686
    Build Date: 05 December 2008  09:10:55PM
            Before reporting problems, check http://wiki.x.org
            to make sure that you have the latest version.
    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 Dec  9 17:03:13 2008
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Simple Layout"
    (**) |-->Screen "Screen 1" (0)
    (**) |   |-->Monitor "My Monitor"
    (**) |   |-->Device "** ATI Radeon (generic)               [radeon]"
    (**) |-->Input Device "Mouse1"
    (**) |-->Input Device "Keyboard1"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (==) Including the default font path /usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1.
    (**) FontPath set to:
            /usr/share/fonts/misc,
            /usr/share/fonts/100dpi:unscaled,
            /usr/share/fonts/75dpi:unscaled,
            /usr/share/fonts/TTF,
            /usr/share/fonts/Type1,
            /usr/share/fonts/misc,
            /usr/share/fonts/100dpi:unscaled,
            /usr/share/fonts/75dpi:unscaled,
            /usr/share/fonts/TTF,
            /usr/share/fonts/Type1
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (WW) AllowEmptyInput is on, devices using drivers 'kbd' or 'mouse' will be disabled.
    (WW) Disabling Mouse1
    (WW) Disabling Keyboard1
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) Loader magic: 0x81d5900
    (II) Module ABI versions:
            X.Org ANSI C Emulation: 0.4
            X.Org Video Driver: 4.1
            X.Org XInput driver : 2.1
            X.Org Server Extension : 1.1
            X.Org Font Renderer : 0.6
    (II) Loader running on linux
    (++) using VT number 7
    (--) PCI:*(0@1:0:0) ATI Technologies Inc RV350 [Mobility Radeon 9600 M10] rev 0, Mem @ 0xa8000000/0, 0xe0010000/0, I/O @ 0x0000c100/0, BIOS @ 0x????????/131072
    (II) System resource ranges:
            [0] -1  0       0xffffffff - 0xffffffff (0x1) MX[b]
            [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[b]
            [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[b]
            [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[b]
            [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[b]
            [5] -1  0       0x00000000 - 0x00000000 (0x1) IX[b]
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded by default.
    (II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded by default.
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
            compiled for 1.5.3, module version = 1.0.0
            Module class: X.Org Server Extension
            ABI class: X.Org Server Extension, version 1.1
    (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 1.5.3, module version = 1.0.0
            Module class: X.Org Server Extension
            ABI class: X.Org Server Extension, version 1.1
    (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: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
            compiled for 1.5.3, module version = 2.1.0
            Module class: X.Org Font Renderer
            ABI class: X.Org Font Renderer, version 0.6
    (II) Loading font FreeType
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
            compiled for 1.5.3, module version = 1.0.0
            ABI class: X.Org Server Extension, version 1.1
    (==) AIGLX enabled
    (==) Exporting typical set of GLX visuals
    (II) Loading extension GLX
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
            compiled for 1.5.3, module version = 1.0.0
            ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "radeon"
    (II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
    (II) Module radeon: vendor="X.Org Foundation"
            compiled for 1.5.2, module version = 6.9.0
            Module class: X.Org Video Driver
            ABI class: X.Org Video Driver, version 4.1
    (II) RADEON: Driver for ATI Radeon chipsets:
            ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
            ATI Radeon Mobility X300 (M24) 3152 (PCIE),
            ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X600 (RV380) 3E50 (PCIE),
            ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
            ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
            ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
            ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
            ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
            ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
            ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
            ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
            ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
            ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP),
            ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337,
            ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
            ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
            ATI Radeon X800PRO (R420) JI (AGP),
            ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
            ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
            ATI Radeon Mobility 9800 (M18) JN (AGP),
            ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
            ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
            ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
            ATI Radeon Mobility M7 LW (AGP),
            ATI Mobility FireGL 7800 M7 LX (AGP),
            ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
            ATI FireGL Mobility 9000 (M9) Ld (AGP),
            ATI Radeon Mobility 9000 (M9) Lf (AGP),
            ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
            ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
            ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
            ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
            ATI Radeon 9800XT NJ (AGP),
            ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
            ATI Radeon Mobility 9600 (M10) NQ (AGP),
            ATI Radeon Mobility 9600 (M11) NR (AGP),
            ATI Radeon Mobility 9600 (M10) NS (AGP),
            ATI FireGL Mobility T2 (M10) NT (AGP),
            ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
            ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
            ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
            ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
            ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
            ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
            ATI Radeon Mobility X300 (M22) 5460 (PCIE),
            ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
            ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
            ATI Radeon X800PRO (R423) UI (PCIE),
            ATI Radeon X800LE (R423) UJ (PCIE),
            ATI Radeon X800SE (R423) UK (PCIE),
            ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
            ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
            ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
            ATI FireGL unknown (R423) UR (PCIE),
            ATI FireGL unknown (R423) UT (PCIE),
            ATI Mobility FireGL V5000 (M26) (PCIE),
            ATI Mobility FireGL V5000 (M26) (PCIE),
            ATI Mobility Radeon X700 XL (M26) (PCIE),
            ATI Mobility Radeon X700 (M26) (PCIE),
            ATI Mobility Radeon X700 (M26) (PCIE),
            ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
            ATI Radeon Mobility 9100 IGP (U3) 5835,
            ATI Radeon XPRESS 200 5954 (PCIE),
            ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
            ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
            ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
            ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
            ATI Radeon XPRESS 200M 5975 (PCIE),
            ATI Radeon XPRESS 200 5A41 (PCIE),
            ATI Radeon XPRESS 200M 5A42 (PCIE),
            ATI Radeon XPRESS 200 5A61 (PCIE),
            ATI Radeon XPRESS 200M 5A62 (PCIE),
            ATI Radeon X300 (RV370) 5B60 (PCIE),
            ATI Radeon X600 (RV370) 5B62 (PCIE),
            ATI Radeon X550 (RV370) 5B63 (PCIE),
            ATI FireGL V3100 (RV370) 5B64 (PCIE),
            ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
            ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
            ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
            ATI Mobility Radeon X800 XT (M28) (PCIE),
            ATI Mobility FireGL V5100 (M28) (PCIE),
            ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
            ATI Radeon X850 XT PE (R480) (PCIE),
            ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
            ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
            ATI Radeon X850 XT (R480) (PCIE),
            ATI Radeon X800XT (R423) 5D57 (PCIE),
            ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
            ATI Radeon X700 PRO (RV410) (PCIE),
            ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
            ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
            ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
            ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
            ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
            ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
            ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
            ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
            ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
            ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
            ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
            ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
            ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
            ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
            ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
            ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
            ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
            ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
            ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
            ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
            ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
            ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
            ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
            ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
            ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
            ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
            ATI Mobility Radeon X1700, ATI Radeon X2300HD,
            ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
            ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
            ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
            ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
            ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
            ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
            ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
            ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI ATI FireGL V7400,
            ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
            ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
            ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
            ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
            ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
            ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
            ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
            ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
            ATI Radeon 4800 Series, ATI RV610, ATI Radeon HD 2400 XT,
            ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
            ATI RV610, ATI ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
            ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610, ATI RV670,
            ATI Radeon HD3870, ATI Radeon HD3850, ATI RV670,
            ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850, ATI RV630,
            ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
            ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
            ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
            ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
            ATI FireGL V3600, ATI Radeon HD 2600 LE, ATI Radeon HD 3470,
            ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Mobility Radeon HD 3430,
            ATI Mobility Radeon HD 3400 Series, ATI FireMV 2450, ATI FireMV 2260,
            ATI FireMV 2260, ATI ATI Radeon HD 3600 Series,
            ATI ATI Radeon HD 3650 AGP, ATI ATI Radeon HD 3600 PRO,
            ATI ATI Radeon HD 3600 XT, ATI ATI Radeon HD 3600 PRO,
            ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
            ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
            ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics
    (II) Primary Device is: PCI 01@00:00:0
    (II) resource ranges after xf86ClaimFixedResources() call:
            [0] -1  0       0xffffffff - 0xffffffff (0x1) MX[b]
            [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[b]
            [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[b]
            [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[b]
            [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[b]
            [5] -1  0       0x00000000 - 0x00000000 (0x1) IX[b]
    (II) resource ranges after probing:
            [0] -1  0       0xffffffff - 0xffffffff (0x1) MX[b]
            [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[b]
            [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[b]
            [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[b]
            [4] 0   0       0x000a0000 - 0x000affff (0x10000) MS[b]
            [5] 0   0       0x000b0000 - 0x000b7fff (0x8000) MS[b]
            [6] 0   0       0x000b8000 - 0x000bffff (0x8000) MS[b]
            [7] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[b]
            [8] -1  0       0x00000000 - 0x00000000 (0x1) IX[b]
            [9] 0   0       0x000003b0 - 0x000003bb (0xc) IS[b]
            [10] 0  0       0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (II) RADEON(0): MMIO registers at 0x00000000e0010000: size 64KB
    (II) RADEON(0): PCI bus 1 card 0 func 0
    (**) RADEON(0): Depth 24, (--) framebuffer bpp 32
    (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    (==) RADEON(0): Default visual is TrueColor
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/lib/xorg/modules//libvgahw.so
    (II) Module vgahw: vendor="X.Org Foundation"
            compiled for 1.5.3, module version = 0.1.0
            ABI class: X.Org Video Driver, version 4.1
    (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (==) RADEON(0): RGB weight 888
    (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    (--) RADEON(0): Chipset: "ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP)" (ChipID = 0x4e50)
    (--) RADEON(0): Linear framebuffer at 0x00000000a8000000
    (II) RADEON(0): AGP card detected
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules//libint10.so
    (II) Module int10: vendor="X.Org Foundation"
            compiled for 1.5.3, module version = 1.0.0
            ABI class: X.Org Video Driver, version 4.1
    (II) RADEON(0): initializing int10
    (II) RADEON(0): Primary V_BIOS segment is: 0xc000
    (II) RADEON(0): Legacy BIOS detected
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenByBusid: drmOpenMinor returns 9
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.29.0
    (==) RADEON(0): Page Flipping disabled
    (II) RADEON(0): Will try to use DMA for Xv image transfers
    (II) RADEON(0): Generation 2 PCI interface, using max accessible memory
    (II) RADEON(0): Detected total video RAM=65536K, accessible=131072K (PCI BAR=131072K)
    (--) RADEON(0): Mapped VideoRAM: 65536 kByte (128 bit DDR SDRAM)
    (II) RADEON(0): Color tiling enabled by default
    (II) RADEON(0): Max desktop size set to 2560x1200
    (II) RADEON(0): For a larger or smaller max desktop size, add a Virtual line to your xorg.conf
    (II) RADEON(0): If you are having trouble with 3D, reduce the desktop size by adjusting the Virtual line to your xorg.conf
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"
    (II) Module "i2c" already built-in
    (II) RADEON(0): ref_freq: 2700, min_out_pll: 20000, max_out_pll: 35000, min_in_pll: 40, max_in_pll: 3000, xclk: 20000, sclk: 200.000000, mclk: 390.000000
    (II) RADEON(0): PLL parameters: rf=2700 rd=6 min=20000 max=35000; xclk=20000
    (II) RADEON(0): Bios Connector table:
    (II) RADEON(0): Port0: DDCType-0x60, DACType-1, TMDSType-1, ConnectorType-1
    (II) RADEON(0): Port4: DDCType-0x0, DACType-0, TMDSType-0, ConnectorType-7
    (II) RADEON(0): Port5: DDCType-0x0, DACType-2, TMDSType-0, ConnectorType-5
    (II) RADEON(0): Output VGA-0 using monitor section My Monitor
    (II) RADEON(0): I2C bus "VGA-0" initialized.
    (II) RADEON(0): Output LVDS has no monitor section
    (II) RADEON(0): Panel ID string: AUO                     
    (II) RADEON(0): Panel Size from BIOS: 1400x1050
    (II) RADEON(0): BIOS provided dividers will be used.
    (WW) RADEON(0): LVDS Info:
    XRes: 1400, YRes: 1050, DotClock: 108000
    HBlank: 240, HOverPlus: 48, HSyncWidth: 112
    VBlank: 15, VOverPlus: 1, VSyncWidth: 3
    (II) RADEON(0): Output S-video has no monitor section
    (II) RADEON(0): Default TV standard: NTSC
    (II) RADEON(0): TV standards supported by chip: NTSC PAL
    (II) RADEON(0): Port0:
    Monitor   -- AUTO
    Connector -- VGA
    DAC Type  -- Primary
    TMDS Type -- None
    DDC Type  -- 0x60
    (II) RADEON(0): Port1:
    Monitor   -- AUTO
    Connector -- LVDS
    DAC Type  -- None
    TMDS Type -- None
    DDC Type  -- 0x0
    (II) RADEON(0): Port2:
    Monitor   -- AUTO
    Connector -- STV
    DAC Type  -- TVDAC/ExtDAC
    TMDS Type -- None
    DDC Type  -- 0x0
    (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "VGA-0:ddc2" removed.
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
    finished output detect: 0
    (II) RADEON(0): Output: LVDS, Detected Monitor Type: 0
    finished output detect: 1
    (II) RADEON(0): Output: S-video, Detected Monitor Type: 0
    finished output detect: 2
    finished all detect
    before xf86InitialConfiguration
    (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "VGA-0:ddc2" removed.
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
    (II) RADEON(0): Output: LVDS, Detected Monitor Type: 0
    in RADEONProbeOutputModes
    (II) RADEON(0): Added native panel mode: 1400x1050
    (II) RADEON(0): Adding Screen mode: 1280x1024
    (II) RADEON(0): Adding Screen mode: 1024x768
    (II) RADEON(0): Total number of valid Screen mode(s) added: 2
    (II) RADEON(0): Output: S-video, Detected Monitor Type: 0
    (II) RADEON(0): Output VGA-0 disconnected
    (II) RADEON(0): Output LVDS connected
    (II) RADEON(0): Output S-video disconnected
    (II) RADEON(0): Using user preference for initial modes
    (II) RADEON(0): Output LVDS using initial mode 1400x1050
    after xf86InitialConfiguration
    (==) RADEON(0): DPI set to (96, 96)
    (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 1.5.3, module version = 1.0.0
            ABI class: X.Org ANSI C Emulation, version 0.4
    (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (==) RADEON(0): Using XAA acceleration architecture
    (II) Loading sub module "xaa"
    (II) LoadModule: "xaa"
    (II) Loading /usr/lib/xorg/modules//libxaa.so
    (II) Module xaa: vendor="X.Org Foundation"
            compiled for 1.5.3, module version = 1.2.0
            ABI class: X.Org Video Driver, version 4.1
    (==) RADEON(0): Assuming overlay scaler buffer width is 1920
    (II) RADEON(0): No MM_TABLE found - assuming CARD is not TV-in capable.
    (!!) RADEON(0): For information on using the multimedia capabilities
            of this adapter, please see http://gatos.sf.net.
    (!!) RADEON(0): MergedFB support has been removed and replaced with xrandr 1.2 support
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC?  No, I don't.
    (II) resource ranges after preInit:
            [0] -1  0       0xffffffff - 0xffffffff (0x1) MX[b]
            [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[b]
            [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[b]
            [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[b]
            [4] 0   0       0x000a0000 - 0x000affff (0x10000) MS[b](OprU)
            [5] 0   0       0x000b0000 - 0x000b7fff (0x8000) MS[b](OprU)
            [6] 0   0       0x000b8000 - 0x000bffff (0x8000) MS[b](OprU)
            [7] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[b]
            [8] -1  0       0x00000000 - 0x00000000 (0x1) IX[b]
            [9] 0   0       0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
            [10] 0  0       0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (II) RADEON(0): RADEONScreenInit a8000000 0 0
    Entering TV Save
    Save TV timing tables
    saveTimingTables: reading timing tables
    TV Save done
    (II) RADEON(0): Dynamic Clock Scaling Disabled
    (==) RADEON(0): Using 24 bit depth buffer
    (II) RADEON(0): RADEONInitMemoryMap() :
    (II) RADEON(0):   mem_size         : 0x04000000
    (II) RADEON(0):   MC_FB_LOCATION   : 0xabffa800
    (II) RADEON(0):   MC_AGP_LOCATION  : 0xffffffc0
    (II) RADEON(0): Depth moves disabled by default
    (II) RADEON(0): Using 32 MB GART aperture
    (II) RADEON(0): Using 1 MB for the ring buffer
    (II) RADEON(0): Using 2 MB for vertex/indirect buffers
    (II) RADEON(0): Using 29 MB for GART textures
    (II) RADEON(0): Memory manager initialized to (0,0) (1408,8191)
    (II) RADEON(0): Reserved area from (0,1200) to (1408,1202)
    (II) RADEON(0): Largest offscreen area available: 1408 x 6989
    (II) RADEON(0): Will use front buffer at offset 0x0
    (II) RADEON(0): Will use back buffer at offset 0xd10000
    (II) RADEON(0): Will use depth buffer at offset 0x1382000
    (II) RADEON(0): Will use 38912 kb for textures at offset 0x19f4000
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenByBusid: drmOpenMinor returns 10
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (II) [drm] DRM interface version 1.3
    (II) [drm] DRM open master succeeded.
    (II) RADEON(0): [drm] Using the DRM lock SAREA also for drawables.
    (II) RADEON(0): [drm] framebuffer handle = 0xa8000000
    (II) RADEON(0): [drm] added 1 reserved context for kernel
    (II) RADEON(0): X context handle = 0x1
    (II) RADEON(0): [drm] installed DRM signal handler
    (==) RADEON(0): Using AGP 4x
    (II) RADEON(0): [agp] Mode 0x1f000207 [AGP 0x8086/0x3340; Card 0x1002/0x4e50]
    (II) RADEON(0): [agp] 32768 kB allocated with handle 0x00000001
    (II) RADEON(0): [agp] ring handle = 0xb0000000
    (II) RADEON(0): [agp] Ring mapped at 0xb37a2000
    (II) RADEON(0): [agp] ring read ptr handle = 0xb0101000
    (II) RADEON(0): [agp] Ring read ptr mapped at 0xb7f7a000
    (II) RADEON(0): [agp] vertex/indirect buffers handle = 0xb0102000
    (II) RADEON(0): [agp] Vertex/indirect buffers mapped at 0xb35a2000
    (II) RADEON(0): [agp] GART texture map handle = 0xb0302000
    (II) RADEON(0): [agp] GART Texture map mapped at 0xb1922000
    (II) RADEON(0): [drm] register handle = 0xe0010000
    (II) RADEON(0): [dri] Visual configs initialized
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0):   MC_FB_LOCATION   : 0xabffa800 0x1fff0000
    (II) RADEON(0):   MC_AGP_LOCATION  : 0xffffffc0
    (==) RADEON(0): Backing store disabled
    (II) RADEON(0): [DRI] installation complete
    (II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers
    (II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers
    (II) RADEON(0): [drm] dma control initialized, using IRQ 10
    (II) RADEON(0): [drm] Initialized kernel GART heap manager, 29884416
    (WW) RADEON(0): DRI init changed memory map, adjusting ...
    (WW) RADEON(0):   MC_FB_LOCATION  was: 0xabffa800 is: 0xabffa800
    (WW) RADEON(0):   MC_AGP_LOCATION was: 0xffffffc0 is: 0xb1ffb000
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0):   MC_FB_LOCATION   : 0xabffa800 0xabffa800
    (II) RADEON(0):   MC_AGP_LOCATION  : 0xb1ffb000
    (II) RADEON(0): Direct rendering enabled
    (II) RADEON(0): XAA Render acceleration unsupported on Radeon 9500/9700 and newer. Please use EXA instead.
    (II) RADEON(0): Render acceleration disabled
    (II) RADEON(0): num quad-pipes is 1
    (II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)
            Screen to screen bit blits
            Solid filled rectangles
            8x8 mono pattern filled rectangles
            Indirect CPU to Screen color expansion
            Solid Lines
            Scanline Image Writes
            Setting up tile and stipple cache:
                    32 128x128 slots
                    32 256x256 slots
                    16 512x512 slots
    (II) RADEON(0): Acceleration enabled
    (II) RADEON(0): DPMS enabled
    (==) RADEON(0): Silken mouse enabled
    (II) RADEON(0): Will use 32 kb for hardware cursor 0 at offset 0x00674c00
    (II) RADEON(0): Will use 32 kb for hardware cursor 1 at offset 0x00678e00
    (II) RADEON(0): Largest offscreen area available: 1408 x 6983
    (II) RADEON(0): No video input capabilities detected and no information is provided - disabling multimedia i2c
    (II) Loading sub module "theatre_detect"
    (II) LoadModule: "theatre_detect"
    (II) Loading /usr/lib/xorg/modules/multimedia//theatre_detect_drv.so
    (II) Module theatre_detect: vendor="X.Org Foundation"
            compiled for 1.5.2, module version = 1.0.0
            ABI class: X.Org Video Driver, version 4.1
    (II) RADEON(0): no multimedia table present, disabling Rage Theatre.
    (II) RADEON(0): Set up overlay video
    (II) RADEON(0): Set up textured video
    init memmap
    init common
    init crtc1
    init pll1
    restore memmap
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0):   MC_FB_LOCATION   : 0xabffa800 0xabffa800
    (II) RADEON(0):   MC_AGP_LOCATION  : 0xb1ffb000
    restore common
    restore crtc1
    restore pll1
    finished PLL1
    restore LVDS
    (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (--) RandR disabled
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-APPGROUP
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (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
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: drmOpenMinor returns 11
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    (II) AIGLX: enabled GLX_texture_from_pixmap with driver support
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/r300_dri.so
    (II) GLX: Initialized DRI GL provider for screen 0
    (II) RADEON(0): Setting screen physical size to 370 x 277
    (II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
    (II) LoadModule: "synaptics"
    (II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
            compiled for 1.5.3, module version = 0.99.1
            Module class: X.Org XInput Driver
            ABI class: X.Org XInput driver, version 2.1
    (II) Synaptics touchpad driver version 0.99.1
    (**) Option "Device" "/dev/input/event8"
    (II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
    (II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
    (II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    (II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
    (II) SynPS/2 Synaptics TouchPad: buttons: left right middle double triple
    (--) SynPS/2 Synaptics TouchPad touchpad found
    (**) SynPS/2 Synaptics TouchPad: always reports core events
    (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
    (--) SynPS/2 Synaptics TouchPad touchpad found
    (II) config/hal: Adding input device Logitech USB Receiver
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
            compiled for 1.5.2, module version = 2.0.7
            Module class: X.Org XInput Driver
            ABI class: X.Org XInput driver, version 2.1
    (**) Logitech USB Receiver: always reports core events
    (**) Logitech USB Receiver: Device: "/dev/input/event4"
    (II) Logitech USB Receiver: Found keys
    (II) Logitech USB Receiver: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
    (**) Option "xkb_rules" "base"
    (**) Logitech USB Receiver: xkb_rules: "base"
    (**) Option "xkb_model" "evdev"
    (**) Logitech USB Receiver: xkb_model: "evdev"
    (**) Option "xkb_layout" "us"
    (**) Logitech USB Receiver: xkb_layout: "us"
    (II) config/hal: Adding input device Logitech USB Receiver
    (**) Logitech USB Receiver: always reports core events
    (**) Logitech USB Receiver: Device: "/dev/input/event3"
    (II) Logitech USB Receiver: Found x and y relative axes
    (II) Logitech USB Receiver: Found mouse buttons
    (II) Logitech USB Receiver: Configuring as mouse
    (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE)
    (II) config/hal: Adding input device C-Media USB Headphone Set
    (**) C-Media USB Headphone Set: always reports core events
    (**) C-Media USB Headphone Set: Device: "/dev/input/event2"
    (II) C-Media USB Headphone Set: Found keys
    (II) C-Media USB Headphone Set: Configuring as keyboard
    (II) XINPUT: Adding extended input device "C-Media USB Headphone Set" (type: KEYBOARD)
    (**) Option "xkb_rules" "base"
    (**) C-Media USB Headphone Set: xkb_rules: "base"
    (**) Option "xkb_model" "evdev"
    (**) C-Media USB Headphone Set: xkb_model: "evdev"
    (**) Option "xkb_layout" "us"
    (**) C-Media USB Headphone Set: xkb_layout: "us"
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
    (II) AT Translated Set 2 keyboard: Found keys
    (II) AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "base"
    (**) AT Translated Set 2 keyboard: xkb_rules: "base"
    (**) Option "xkb_model" "evdev"
    (**) AT Translated Set 2 keyboard: xkb_model: "evdev"
    (**) Option "xkb_layout" "us"
    (**) AT Translated Set 2 keyboard: xkb_layout: "us"
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Found mouse buttons
    (II) Macintosh mouse button emulation: Configuring as mouse
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "VGA-0:ddc2" removed.
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
    (II) RADEON(0): Output: LVDS, Detected Monitor Type: 0
    in RADEONProbeOutputModes
    (II) RADEON(0): Added native panel mode: 1400x1050
    (II) RADEON(0): Adding Screen mode: 1280x1024
    (II) RADEON(0): Adding Screen mode: 1024x768
    (II) RADEON(0): Total number of valid Screen mode(s) added: 2
    (II) RADEON(0): Output: S-video, Detected Monitor Type: 0
    sorry for this huge post - but i think that's all needed.... so does anybody have a clue?
    thanks and bye
    smax

    Thanks Bob for that very fast reply!
    But neither "Modifying hal configuration" nor "Using the Desktop Environment settings" (xfce) worked. So I tried the "I don't want this crap, how do I turn it off?" solution and well it works
    Maybe I turn it back on in a month or so.. but for now i'm fine with no hot plugging but a working keyboard...
    Thanks and Bye!
    smax
    Last edited by smaxer (2008-12-09 17:42:43)

  • Xorg either crashes, or faces an mi EQ buffer overflow with Nividia

    Hello everyone, first post here. I come because I've had an ongoing problem with Xorg/Nvidia for almost as long as I've had Arch (I installed Arch roughly a few months ago) that has unfortunately worsened as time has gone on.
    I have an EVGA Nvidia GeForce GTX 560 (NOT ti), and at this moment, I have the 304.43-1 driver, and Xorg-server 1.12.4-1.
    Problem 1
    My problem first started with games that ran in Wine. Some, but not all games, after being played for a long enough time, would lock up Xorg; my screen would be frozen, and I coudln't move the mouse or switch to another tty, yet strangely, other programs like teamspeak would continue to function; I simply had no control, and was forced to either reboot using REISUB, or ssh into my computer and kill X remotely. Either way, it would mean losing any unsaved work.
    It only happened in some games, for example: Skyrim, any Source game (Portal, Half-life, etc); yet others ran fine, for example: Sanctum. It was always the same symptoms when it happened, and the duration of time before the crash happened was always random. Sometimes it would happen after a few hours of gameplay, and other times it would happen after roughly a half hour.
    I've read in a few scattered Linux forums of people with similar (but not quite the same) problems, and it having to do with keyboard input (though I doubt that's what's causing my issue).
    Problem 2
    A short while ago, a new problem arose. My computer is a desktop, so I leave it on 24/7, but recently, after about 24 hours or so, (I noticed that it happens very often when I turn my monitor back on after waking up, having slept for some time) I'll return to my desktop to find that my monitor has white squares across the screen, a box around my mouse cursor, and sometimes an odd purple tint to the whole display. I still control over input for a while, as I can move the mouse and can type into a terminal or application, etc. but after a few seconds, all windows stop responding, and X will gradually use 100% of my CPU, again, forcing me to either SSH or reboot via REISUB.
    Now, Problem 1 and Problem 2 return different things to my error logs, so that is why I labelled them separately.
    Before I post the error logs, here is my xorg.conf:
    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings: version 304.37 ([email protected]) Wed Aug 8 21:03:08 PDT 2012
    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: edid, VertRefresh source: edid
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "IBM L171"
    HorizSync 30.0 - 83.0
    VertRefresh 55.0 - 75.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce GTX 560"
    Option "ModeDebug" "1"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "Stereo" "0"
    Option "nvidiaXineramaInfoOrder" "CRT-0"
    Option "metamodes" "nvidia-auto-select +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Now, for the error logs. I unfortunately only have an Xorg.0.log for Problem 1, and not a dmesg log
    Xorg.0.log for Problem 1
    [ 22.113]
    X.Org X Server 1.12.4
    Release Date: 2012-08-27
    [ 22.114] X Protocol Version 11, Revision 0
    [ 22.114] Build Operating System: Linux 3.4.8-1-ARCH x86_64
    [ 22.114] Current Operating System: Linux ZeroArch 3.5.3-1-ARCH #1 SMP PREEMPT Sun Aug 26 09:14:51 CEST 2012 x86_64
    [ 22.114] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=996407e6-20a3-422f-92f8-3d9fe913b87c rootflags=,relatime,data=ordered rootfstype=ext4 ro
    [ 22.114] Build Date: 27 August 2012 08:04:39AM
    [ 22.115]
    [ 22.115] Current version of pixman: 0.26.2
    [ 22.115] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 22.115] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 22.116] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Sep 2 10:48:28 2012
    [ 22.146] (==) Using config file: "/etc/X11/xorg.conf"
    [ 22.146] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 22.159] (==) ServerLayout "Layout0"
    [ 22.159] (**) |-->Screen "Screen0" (0)
    [ 22.159] (**) | |-->Monitor "Monitor0"
    [ 22.160] (**) | |-->Device "Device0"
    [ 22.160] (**) |-->Input Device "Keyboard0"
    [ 22.160] (**) |-->Input Device "Mouse0"
    [ 22.160] (**) Option "Xinerama" "0"
    [ 22.160] (==) Automatically adding devices
    [ 22.160] (==) Automatically enabling devices
    [ 22.194] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 22.194] Entry deleted from font path.
    [ 22.202] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/Type1/".
    [ 22.202] Entry deleted from font path.
    [ 22.202] (Run 'mkfontdir' on "/usr/share/fonts/Type1/").
    [ 22.203] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 22.203] Entry deleted from font path.
    [ 22.203] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 22.204] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 22.204] Entry deleted from font path.
    [ 22.204] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 22.204] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 22.204] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 22.204] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 22.204] (WW) Disabling Keyboard0
    [ 22.204] (WW) Disabling Mouse0
    [ 22.204] (II) Loader magic: 0x7c8b00
    [ 22.204] (II) Module ABI versions:
    [ 22.204] X.Org ANSI C Emulation: 0.4
    [ 22.204] X.Org Video Driver: 12.1
    [ 22.204] X.Org XInput driver : 16.0
    [ 22.204] X.Org Server Extension : 6.0
    [ 22.205] (--) PCI:*(0:1:0:0) 10de:1201:3842:1461 rev 161, Mem @ 0xfc000000/33554432, 0xd0000000/134217728, 0xd8000000/67108864, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 22.206] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 22.206] (II) LoadModule: "extmod"
    [ 22.225] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 22.243] (II) Module extmod: vendor="X.Org Foundation"
    [ 22.243] compiled for 1.12.4, module version = 1.0.0
    [ 22.243] Module class: X.Org Server Extension
    [ 22.243] ABI class: X.Org Server Extension, version 6.0
    [ 22.243] (II) Loading extension MIT-SCREEN-SAVER
    [ 22.243] (II) Loading extension XFree86-VidModeExtension
    [ 22.243] (II) Loading extension XFree86-DGA
    [ 22.243] (II) Loading extension DPMS
    [ 22.243] (II) Loading extension XVideo
    [ 22.243] (II) Loading extension XVideo-MotionCompensation
    [ 22.243] (II) Loading extension X-Resource
    [ 22.243] (II) LoadModule: "dbe"
    [ 22.244] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 22.255] (II) Module dbe: vendor="X.Org Foundation"
    [ 22.255] compiled for 1.12.4, module version = 1.0.0
    [ 22.255] Module class: X.Org Server Extension
    [ 22.255] ABI class: X.Org Server Extension, version 6.0
    [ 22.255] (II) Loading extension DOUBLE-BUFFER
    [ 22.255] (II) LoadModule: "glx"
    [ 22.255] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 22.793] (II) Module glx: vendor="NVIDIA Corporation"
    [ 22.793] compiled for 4.0.2, module version = 1.0.0
    [ 22.793] Module class: X.Org Server Extension
    [ 22.793] (II) NVIDIA GLX Module 304.43 Sun Aug 19 20:34:01 PDT 2012
    [ 22.794] (II) Loading extension GLX
    [ 22.794] (II) LoadModule: "record"
    [ 22.794] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 22.802] (II) Module record: vendor="X.Org Foundation"
    [ 22.802] compiled for 1.12.4, module version = 1.13.0
    [ 22.802] Module class: X.Org Server Extension
    [ 22.802] ABI class: X.Org Server Extension, version 6.0
    [ 22.802] (II) Loading extension RECORD
    [ 22.802] (II) LoadModule: "dri"
    [ 22.802] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 22.808] (II) Module dri: vendor="X.Org Foundation"
    [ 22.808] compiled for 1.12.4, module version = 1.0.0
    [ 22.808] ABI class: X.Org Server Extension, version 6.0
    [ 22.808] (II) Loading extension XFree86-DRI
    [ 22.808] (II) LoadModule: "dri2"
    [ 22.808] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 22.821] (II) Module dri2: vendor="X.Org Foundation"
    [ 22.821] compiled for 1.12.4, module version = 1.2.0
    [ 22.821] ABI class: X.Org Server Extension, version 6.0
    [ 22.821] (II) Loading extension DRI2
    [ 22.821] (II) LoadModule: "nvidia"
    [ 22.843] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 22.913] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 22.913] compiled for 4.0.2, module version = 1.0.0
    [ 22.913] Module class: X.Org Video Driver
    [ 22.933] (II) NVIDIA dlloader X Driver 304.43 Sun Aug 19 20:15:32 PDT 2012
    [ 22.933] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 22.933] (--) using VT number 7
    [ 22.946] (II) Loading sub module "fb"
    [ 22.946] (II) LoadModule: "fb"
    [ 22.946] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 22.964] (II) Module fb: vendor="X.Org Foundation"
    [ 22.964] compiled for 1.12.4, module version = 1.0.0
    [ 22.964] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 22.964] (II) Loading sub module "wfb"
    [ 22.964] (II) LoadModule: "wfb"
    [ 22.967] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 22.983] (II) Module wfb: vendor="X.Org Foundation"
    [ 22.983] compiled for 1.12.4, module version = 1.0.0
    [ 22.983] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 22.983] (II) Loading sub module "ramdac"
    [ 22.983] (II) LoadModule: "ramdac"
    [ 22.983] (II) Module "ramdac" already built-in
    [ 22.985] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 22.985] (==) NVIDIA(0): RGB weight 888
    [ 22.985] (==) NVIDIA(0): Default visual is TrueColor
    [ 22.985] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 22.985] (**) NVIDIA(0): Option "Stereo" "0"
    [ 22.985] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "CRT-0"
    [ 22.986] (**) NVIDIA(0): Stereo disabled by request
    [ 22.986] (**) NVIDIA(0): Option "MetaModes" "nvidia-auto-select +0+0"
    [ 22.986] (**) NVIDIA(0): Enabling 2D acceleration
    [ 24.255] (II) NVIDIA(GPU-0): Display (IBM L171 (CRT-0)) does not support NVIDIA 3D Vision
    [ 24.255] (II) NVIDIA(GPU-0): stereo.
    [ 24.256] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 560 (GF114) at PCI:1:0:0 (GPU-0)
    [ 24.256] (--) NVIDIA(0): Memory: 1048576 kBytes
    [ 24.256] (--) NVIDIA(0): VideoBIOS: 70.24.2e.00.62
    [ 24.256] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 24.256] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 24.263] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 560 at PCI:1:0:0
    [ 24.263] (--) NVIDIA(0): IBM L171 (CRT-0) (connected)
    [ 24.263] (--) NVIDIA(0): CRT-1
    [ 24.263] (--) NVIDIA(0): DFP-0
    [ 24.263] (--) NVIDIA(0): DFP-1
    [ 24.263] (--) NVIDIA(0): DFP-2
    [ 24.263] (--) NVIDIA(0): IBM L171 (CRT-0): 400.0 MHz maximum pixel clock
    [ 24.263] (--) NVIDIA(0): CRT-1: 400.0 MHz maximum pixel clock
    [ 24.263] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock
    [ 24.263] (--) NVIDIA(0): DFP-0: Internal Single Link TMDS
    [ 24.263] (--) NVIDIA(0): DFP-1: 165.0 MHz maximum pixel clock
    [ 24.263] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS
    [ 24.263] (--) NVIDIA(0): DFP-2: 330.0 MHz maximum pixel clock
    [ 24.263] (--) NVIDIA(0): DFP-2: Internal Single Link TMDS
    [ 24.263] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 24.263] (**) NVIDIA(0): device IBM L171 (CRT-0) (Using EDID frequencies has been
    [ 24.263] (**) NVIDIA(0): enabled on all display devices.)
    [ 24.264] (II) NVIDIA(0): Validated MetaModes:
    [ 24.264] (II) NVIDIA(0): "nvidia-auto-select+0+0"
    [ 24.264] (II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
    [ 24.292] (--) NVIDIA(0): DPI set to (95, 96); computed from "UseEdidDpi" X config
    [ 24.292] (--) NVIDIA(0): option
    [ 24.292] (--) Depth 24 pixmap format is 32 bpp
    [ 24.292] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
    [ 24.292] (II) NVIDIA: access.
    [ 24.297] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 24.297] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 24.297] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 24.297] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 24.297] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 24.297] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 24.297] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 24.297] (II) NVIDIA(0): Config Options in the README.
    [ 24.303] (II) NVIDIA(0): Setting mode "nvidia-auto-select+0+0"
    [ 24.333] (II) Loading extension NV-GLX
    [ 24.394] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 24.394] (==) NVIDIA(0): Backing store disabled
    [ 24.394] (==) NVIDIA(0): Silken mouse enabled
    [ 24.394] (**) NVIDIA(0): DPMS enabled
    [ 24.394] (II) Loading extension NV-CONTROL
    [ 24.395] (II) Loading extension XINERAMA
    [ 24.395] (II) Loading sub module "dri2"
    [ 24.395] (II) LoadModule: "dri2"
    [ 24.395] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 24.395] (II) Module dri2: vendor="X.Org Foundation"
    [ 24.395] compiled for 1.12.4, module version = 1.2.0
    [ 24.395] ABI class: X.Org Server Extension, version 6.0
    [ 24.395] (II) NVIDIA(0): [DRI2] Setup complete
    [ 24.395] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 24.396] (--) RandR disabled
    [ 24.396] (II) Initializing built-in extension Generic Event Extension
    [ 24.396] (II) Initializing built-in extension SHAPE
    [ 24.396] (II) Initializing built-in extension MIT-SHM
    [ 24.396] (II) Initializing built-in extension XInputExtension
    [ 24.396] (II) Initializing built-in extension XTEST
    [ 24.396] (II) Initializing built-in extension BIG-REQUESTS
    [ 24.396] (II) Initializing built-in extension SYNC
    [ 24.396] (II) Initializing built-in extension XKEYBOARD
    [ 24.396] (II) Initializing built-in extension XC-MISC
    [ 24.396] (II) Initializing built-in extension SECURITY
    [ 24.396] (II) Initializing built-in extension XINERAMA
    [ 24.396] (II) Initializing built-in extension XFIXES
    [ 24.396] (II) Initializing built-in extension RENDER
    [ 24.396] (II) Initializing built-in extension RANDR
    [ 24.396] (II) Initializing built-in extension COMPOSITE
    [ 24.396] (II) Initializing built-in extension DAMAGE
    [ 24.398] (II) Initializing extension GLX
    [ 24.739] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 24.739] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 24.739] (II) LoadModule: "evdev"
    [ 24.739] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 24.757] (II) Module evdev: vendor="X.Org Foundation"
    [ 24.757] compiled for 1.12.3.901, module version = 2.7.3
    [ 24.757] Module class: X.Org XInput Driver
    [ 24.757] ABI class: X.Org XInput driver, version 16.0
    [ 24.757] (II) Using input driver 'evdev' for 'Power Button'
    [ 24.757] (**) Power Button: always reports core events
    [ 24.757] (**) evdev: Power Button: Device: "/dev/input/event1"
    [ 24.757] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 24.757] (--) evdev: Power Button: Found keys
    [ 24.757] (II) evdev: Power Button: Configuring as keyboard
    [ 24.757] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
    [ 24.757] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 24.757] (**) Option "xkb_rules" "evdev"
    [ 24.757] (**) Option "xkb_model" "evdev"
    [ 24.757] (**) Option "xkb_layout" "us"
    [ 24.791] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 24.791] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 24.791] (II) Using input driver 'evdev' for 'Power Button'
    [ 24.791] (**) Power Button: always reports core events
    [ 24.791] (**) evdev: Power Button: Device: "/dev/input/event0"
    [ 24.791] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 24.791] (--) evdev: Power Button: Found keys
    [ 24.791] (II) evdev: Power Button: Configuring as keyboard
    [ 24.791] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
    [ 24.791] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 24.791] (**) Option "xkb_rules" "evdev"
    [ 24.791] (**) Option "xkb_model" "evdev"
    [ 24.791] (**) Option "xkb_layout" "us"
    [ 24.792] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event17)
    [ 24.792] (II) No input driver specified, ignoring this device.
    [ 24.792] (II) This device may have been added with another device file.
    [ 24.793] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event18)
    [ 24.793] (II) No input driver specified, ignoring this device.
    [ 24.793] (II) This device may have been added with another device file.
    [ 24.793] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event19)
    [ 24.793] (II) No input driver specified, ignoring this device.
    [ 24.794] (II) This device may have been added with another device file.
    [ 24.794] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event20)
    [ 24.794] (II) No input driver specified, ignoring this device.
    [ 24.794] (II) This device may have been added with another device file.
    [ 24.795] (II) config/udev: Adding input device Logitech G500 (/dev/input/event3)
    [ 24.795] (**) Logitech G500: Applying InputClass "evdev pointer catchall"
    [ 24.795] (II) Using input driver 'evdev' for 'Logitech G500'
    [ 24.795] (**) Logitech G500: always reports core events
    [ 24.795] (**) evdev: Logitech G500: Device: "/dev/input/event3"
    [ 24.795] (--) evdev: Logitech G500: Vendor 0x46d Product 0xc068
    [ 24.795] (--) evdev: Logitech G500: Found 20 mouse buttons
    [ 24.795] (--) evdev: Logitech G500: Found scroll wheel(s)
    [ 24.795] (--) evdev: Logitech G500: Found relative axes
    [ 24.795] (--) evdev: Logitech G500: Found x and y relative axes
    [ 24.795] (II) evdev: Logitech G500: Configuring as mouse
    [ 24.795] (II) evdev: Logitech G500: Adding scrollwheel support
    [ 24.795] (**) evdev: Logitech G500: YAxisMapping: buttons 4 and 5
    [ 24.795] (**) evdev: Logitech G500: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 24.795] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb6/6-3/6-3:1.0/input/input3/event3"
    [ 24.795] (II) XINPUT: Adding extended input device "Logitech G500" (type: MOUSE, id 8)
    [ 24.795] (II) evdev: Logitech G500: initialized for relative axes.
    [ 24.796] (**) Logitech G500: (accel) keeping acceleration scheme 1
    [ 24.796] (**) Logitech G500: (accel) acceleration profile 0
    [ 24.796] (**) Logitech G500: (accel) acceleration factor: 2.000
    [ 24.796] (**) Logitech G500: (accel) acceleration threshold: 4
    [ 24.796] (II) config/udev: Adding input device Logitech G500 (/dev/input/mouse0)
    [ 24.796] (II) No input driver specified, ignoring this device.
    [ 24.796] (II) This device may have been added with another device file.
    [ 24.797] (II) config/udev: Adding input device Logitech G500 (/dev/input/event4)
    [ 24.797] (**) Logitech G500: Applying InputClass "evdev keyboard catchall"
    [ 24.797] (II) Using input driver 'evdev' for 'Logitech G500'
    [ 24.797] (**) Logitech G500: always reports core events
    [ 24.797] (**) evdev: Logitech G500: Device: "/dev/input/event4"
    [ 24.797] (--) evdev: Logitech G500: Vendor 0x46d Product 0xc068
    [ 24.797] (--) evdev: Logitech G500: Found 1 mouse buttons
    [ 24.797] (--) evdev: Logitech G500: Found scroll wheel(s)
    [ 24.797] (--) evdev: Logitech G500: Found relative axes
    [ 24.797] (II) evdev: Logitech G500: Forcing relative x/y axes to exist.
    [ 24.797] (--) evdev: Logitech G500: Found absolute axes
    [ 24.797] (II) evdev: Logitech G500: Forcing absolute x/y axes to exist.
    [ 24.797] (--) evdev: Logitech G500: Found keys
    [ 24.797] (II) evdev: Logitech G500: Configuring as mouse
    [ 24.797] (II) evdev: Logitech G500: Configuring as keyboard
    [ 24.797] (II) evdev: Logitech G500: Adding scrollwheel support
    [ 24.797] (**) evdev: Logitech G500: YAxisMapping: buttons 4 and 5
    [ 24.797] (**) evdev: Logitech G500: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 24.797] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb6/6-3/6-3:1.1/input/input4/event4"
    [ 24.797] (II) XINPUT: Adding extended input device "Logitech G500" (type: KEYBOARD, id 9)
    [ 24.797] (**) Option "xkb_rules" "evdev"
    [ 24.797] (**) Option "xkb_model" "evdev"
    [ 24.797] (**) Option "xkb_layout" "us"
    [ 24.797] (II) evdev: Logitech G500: initialized for relative axes.
    [ 24.797] (WW) evdev: Logitech G500: ignoring absolute axes.
    [ 24.797] (**) Logitech G500: (accel) keeping acceleration scheme 1
    [ 24.797] (**) Logitech G500: (accel) acceleration profile 0
    [ 24.797] (**) Logitech G500: (accel) acceleration factor: 2.000
    [ 24.797] (**) Logitech G500: (accel) acceleration threshold: 4
    [ 24.798] (II) config/udev: Adding input device LOGITECH G110 G-keys (/dev/input/event5)
    [ 24.798] (**) LOGITECH G110 G-keys: Applying InputClass "evdev keyboard catchall"
    [ 24.798] (II) Using input driver 'evdev' for 'LOGITECH G110 G-keys'
    [ 24.798] (**) LOGITECH G110 G-keys: always reports core events
    [ 24.798] (**) evdev: LOGITECH G110 G-keys: Device: "/dev/input/event5"
    [ 24.798] (--) evdev: LOGITECH G110 G-keys: Vendor 0x46d Product 0xc22b
    [ 24.798] (--) evdev: LOGITECH G110 G-keys: Found keys
    [ 24.798] (II) evdev: LOGITECH G110 G-keys: Configuring as keyboard
    [ 24.798] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.2/usb3/3-4/3-4.1/3-4.1:1.0/input/input5/event5"
    [ 24.798] (II) XINPUT: Adding extended input device "LOGITECH G110 G-keys" (type: KEYBOARD, id 10)
    [ 24.798] (**) Option "xkb_rules" "evdev"
    [ 24.798] (**) Option "xkb_model" "evdev"
    [ 24.798] (**) Option "xkb_layout" "us"
    [ 24.798] (II) config/udev: Adding input device Gaming Keyboard G110 (/dev/input/event6)
    [ 24.798] (**) Gaming Keyboard G110: Applying InputClass "evdev keyboard catchall"
    [ 24.798] (II) Using input driver 'evdev' for 'Gaming Keyboard G110'
    [ 24.798] (**) Gaming Keyboard G110: always reports core events
    [ 24.798] (**) evdev: Gaming Keyboard G110: Device: "/dev/input/event6"
    [ 24.798] (--) evdev: Gaming Keyboard G110: Vendor 0x46d Product 0xc22a
    [ 24.798] (--) evdev: Gaming Keyboard G110: Found keys
    [ 24.798] (II) evdev: Gaming Keyboard G110: Configuring as keyboard
    [ 24.798] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.2/usb3/3-4/3-4.3/3-4.3:1.0/input/input6/event6"
    [ 24.798] (II) XINPUT: Adding extended input device "Gaming Keyboard G110" (type: KEYBOARD, id 11)
    [ 24.798] (**) Option "xkb_rules" "evdev"
    [ 24.798] (**) Option "xkb_model" "evdev"
    [ 24.798] (**) Option "xkb_layout" "us"
    [ 24.799] (II) config/udev: Adding input device Gaming Keyboard G110 (/dev/input/event7)
    [ 24.799] (**) Gaming Keyboard G110: Applying InputClass "evdev keyboard catchall"
    [ 24.799] (II) Using input driver 'evdev' for 'Gaming Keyboard G110'
    [ 24.799] (**) Gaming Keyboard G110: always reports core events
    [ 24.799] (**) evdev: Gaming Keyboard G110: Device: "/dev/input/event7"
    [ 24.799] (--) evdev: Gaming Keyboard G110: Vendor 0x46d Product 0xc22a
    [ 24.799] (--) evdev: Gaming Keyboard G110: Found keys
    [ 24.799] (II) evdev: Gaming Keyboard G110: Configuring as keyboard
    [ 24.799] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.2/usb3/3-4/3-4.3/3-4.3:1.1/input/input7/event7"
    [ 24.799] (II) XINPUT: Adding extended input device "Gaming Keyboard G110" (type: KEYBOARD, id 12)
    [ 24.799] (**) Option "xkb_rules" "evdev"
    [ 24.799] (**) Option "xkb_model" "evdev"
    [ 24.799] (**) Option "xkb_layout" "us"
    [ 24.800] (II) config/udev: Adding input device UVC Camera (046d:081b) (/dev/input/event8)
    [ 24.800] (**) UVC Camera (046d:081b): Applying InputClass "evdev keyboard catchall"
    [ 24.800] (II) Using input driver 'evdev' for 'UVC Camera (046d:081b)'
    [ 24.800] (**) UVC Camera (046d:081b): always reports core events
    [ 24.800] (**) evdev: UVC Camera (046d:081b): Device: "/dev/input/event8"
    [ 24.800] (--) evdev: UVC Camera (046d:081b): Vendor 0x46d Product 0x81b
    [ 24.800] (--) evdev: UVC Camera (046d:081b): Found keys
    [ 24.800] (II) evdev: UVC Camera (046d:081b): Configuring as keyboard
    [ 24.800] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:13.2/usb4/4-3/4-3:1.0/input/input8/event8"
    [ 24.800] (II) XINPUT: Adding extended input device "UVC Camera (046d:081b)" (type: KEYBOARD, id 13)
    [ 24.800] (**) Option "xkb_rules" "evdev"
    [ 24.800] (**) Option "xkb_model" "evdev"
    [ 24.800] (**) Option "xkb_layout" "us"
    [ 24.800] (II) config/udev: Adding input device HDA ATI SB Front Mic (/dev/input/event10)
    [ 24.800] (II) No input driver specified, ignoring this device.
    [ 24.800] (II) This device may have been added with another device file.
    [ 24.801] (II) config/udev: Adding input device HDA ATI SB Rear Mic (/dev/input/event11)
    [ 24.801] (II) No input driver specified, ignoring this device.
    [ 24.801] (II) This device may have been added with another device file.
    [ 24.801] (II) config/udev: Adding input device HDA ATI SB Front Headphone (/dev/input/event12)
    [ 24.801] (II) No input driver specified, ignoring this device.
    [ 24.801] (II) This device may have been added with another device file.
    [ 24.801] (II) config/udev: Adding input device HDA ATI SB Line Out Side (/dev/input/event13)
    [ 24.801] (II) No input driver specified, ignoring this device.
    [ 24.801] (II) This device may have been added with another device file.
    [ 24.801] (II) config/udev: Adding input device HDA ATI SB Line Out CLFE (/dev/input/event14)
    [ 24.801] (II) No input driver specified, ignoring this device.
    [ 24.801] (II) This device may have been added with another device file.
    [ 24.801] (II) config/udev: Adding input device HDA ATI SB Line Out Surround (/dev/input/event15)
    [ 24.801] (II) No input driver specified, ignoring this device.
    [ 24.801] (II) This device may have been added with another device file.
    [ 24.802] (II) config/udev: Adding input device HDA ATI SB Line Out Front (/dev/input/event16)
    [ 24.802] (II) No input driver specified, ignoring this device.
    [ 24.802] (II) This device may have been added with another device file.
    [ 24.802] (II) config/udev: Adding input device HDA ATI SB Line (/dev/input/event9)
    [ 24.802] (II) No input driver specified, ignoring this device.
    [ 24.802] (II) This device may have been added with another device file.
    [ 24.802] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
    [ 24.802] (II) No input driver specified, ignoring this device.
    [ 24.802] (II) This device may have been added with another device file.
    [ 26.086] (II) NVIDIA(GPU-0): Display (IBM L171 (CRT-0)) does not support NVIDIA 3D Vision
    [ 26.086] (II) NVIDIA(GPU-0): stereo.
    [ 26.086] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 26.086] (**) NVIDIA(0): device IBM L171 (CRT-0) (Using EDID frequencies has been
    [ 26.086] (**) NVIDIA(0): enabled on all display devices.)
    [ 92214.594] (II) NVIDIA(GPU-0): Display (IBM L171 (CRT-0)) does not support NVIDIA 3D Vision
    [ 92214.594] (II) NVIDIA(GPU-0): stereo.
    [ 92214.594] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 92214.594] (**) NVIDIA(0): device IBM L171 (CRT-0) (Using EDID frequencies has been
    [ 92214.594] (**) NVIDIA(0): enabled on all display devices.)
    [ 92214.634] (II) NVIDIA(GPU-0): Display (IBM L171 (CRT-0)) does not support NVIDIA 3D Vision
    [ 92214.634] (II) NVIDIA(GPU-0): stereo.
    [ 92214.634] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 92214.634] (**) NVIDIA(0): device IBM L171 (CRT-0) (Using EDID frequencies has been
    [ 92214.634] (**) NVIDIA(0): enabled on all display devices.)
    [ 92214.673] (II) NVIDIA(GPU-0): Display (IBM L171 (CRT-0)) does not support NVIDIA 3D Vision
    [ 92214.673] (II) NVIDIA(GPU-0): stereo.
    [ 92214.673] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 92214.673] (**) NVIDIA(0): device IBM L171 (CRT-0) (Using EDID frequencies has been
    [ 92214.673] (**) NVIDIA(0): enabled on all display devices.)
    [ 92216.299] (II) NVIDIA(GPU-0): Display (IBM L171 (CRT-0)) does not support NVIDIA 3D Vision
    [ 92216.299] (II) NVIDIA(GPU-0): stereo.
    [ 92216.299] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 92216.299] (**) NVIDIA(0): device IBM L171 (CRT-0) (Using EDID frequencies has been
    [ 92216.299] (**) NVIDIA(0): enabled on all display devices.)
    [ 92216.450] (II) NVIDIA(0): Setting mode "DVI-I-0:1024x768"
    [ 92228.522] (II) NVIDIA(GPU-0): Display (IBM L171 (CRT-0)) does not support NVIDIA 3D Vision
    [ 92228.522] (II) NVIDIA(GPU-0): stereo.
    [ 92228.522] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 92228.522] (**) NVIDIA(0): device IBM L171 (CRT-0) (Using EDID frequencies has been
    [ 92228.522] (**) NVIDIA(0): enabled on all display devices.)
    [ 92228.621] (II) NVIDIA(0): Setting mode "DVI-I-0: nvidia-auto-select @1280x1024 +0+0"
    [ 92236.229] (II) NVIDIA(GPU-0): Display (IBM L171 (CRT-0)) does not support NVIDIA 3D Vision
    [ 92236.229] (II) NVIDIA(GPU-0): stereo.
    [ 92236.229] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 92236.229] (**) NVIDIA(0): device IBM L171 (CRT-0) (Using EDID frequencies has been
    [ 92236.229] (**) NVIDIA(0): enabled on all display devices.)
    [ 92236.255] (II) NVIDIA(GPU-0): Display (IBM L171 (CRT-0)) does not support NVIDIA 3D Vision
    [ 92236.255] (II) NVIDIA(GPU-0): stereo.
    [ 92236.255] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 92236.255] (**) NVIDIA(0): device IBM L171 (CRT-0) (Using EDID frequencies has been
    [ 92236.255] (**) NVIDIA(0): enabled on all display devices.)
    [ 92236.296] (II) NVIDIA(GPU-0): Display (IBM L171 (CRT-0)) does not support NVIDIA 3D Vision
    [ 92236.296] (II) NVIDIA(GPU-0): stereo.
    [ 92236.296] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 92236.296] (**) NVIDIA(0): device IBM L171 (CRT-0) (Using EDID frequencies has been
    [ 92236.296] (**) NVIDIA(0): enabled on all display devices.)
    [ 92239.681] (II) NVIDIA(GPU-0): Display (IBM L171 (CRT-0)) does not support NVIDIA 3D Vision
    [ 92239.681] (II) NVIDIA(GPU-0): stereo.
    [ 92239.681] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 92239.681] (**) NVIDIA(0): device IBM L171 (CRT-0) (Using EDID frequencies has been
    [ 92239.681] (**) NVIDIA(0): enabled on all display devices.)
    [ 92239.752] (II) NVIDIA(0): Setting mode "DVI-I-0: nvidia-auto-select @1280x1024 +0+0"
    [ 93097.212] (II) NVIDIA(GPU-0): Display (IBM L171 (CRT-0)) does not support NVIDIA 3D Vision
    [ 93097.212] (II) NVIDIA(GPU-0): stereo.
    [ 93097.212] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 93097.212] (**) NVIDIA(0): device IBM L171 (CRT-0) (Using EDID frequencies has been
    [ 93097.212] (**) NVIDIA(0): enabled on all display devices.)
    Xorg.0.log For Problem 2
    [ 20.506]
    X.Org X Server 1.12.4
    Release Date: 2012-08-27
    [ 20.506] X Protocol Version 11, Revision 0
    [ 20.507] Build Operating System: Linux 3.4.8-1-ARCH x86_64
    [ 20.507] Current Operating System: Linux ZeroArch 3.5.3-1-ARCH #1 SMP PREEMPT Sun Aug 26 09:14:51 CEST 2012 x86_64
    [ 20.507] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=996407e6-20a3-422f-92f8-3d9fe913b87c rootflags=,relatime,data=ordered rootfstype=ext4 ro
    [ 20.507] Build Date: 27 August 2012 08:04:39AM
    [ 20.507]
    [ 20.508] Current version of pixman: 0.26.2
    [ 20.508] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 20.508] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 20.509] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Sep 3 18:53:34 2012
    [ 20.539] (==) Using config file: "/etc/X11/xorg.conf"
    [ 20.539] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 20.552] (==) ServerLayout "Layout0"
    [ 20.552] (**) |-->Screen "Screen0" (0)
    [ 20.552] (**) | |-->Monitor "Monitor0"
    [ 20.553] (**) | |-->Device "Device0"
    [ 20.553] (**) |-->Input Device "Keyboard0"
    [ 20.553] (**) |-->Input Device "Mouse0"
    [ 20.553] (**) Option "Xinerama" "0"
    [ 20.553] (==) Automatically adding devices
    [ 20.553] (==) Automatically enabling devices
    [ 20.587] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 20.587] Entry deleted from font path.
    [ 20.595] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/Type1/".
    [ 20.595] Entry deleted from font path.
    [ 20.595] (Run 'mkfontdir' on "/usr/share/fonts/Type1/").
    [ 20.596] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 20.596] Entry deleted from font path.
    [ 20.596] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 20.596] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 20.596] Entry deleted from font path.
    [ 20.596] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 20.596] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 20.596] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 20.596] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 20.596] (WW) Disabling Keyboard0
    [ 20.596] (WW) Disabling Mouse0
    [ 20.597] (II) Loader magic: 0x7c8b00
    [ 20.597] (II) Module ABI versions:
    [ 20.597] X.Org ANSI C Emulation: 0.4
    [ 20.597] X.Org Video Driver: 12.1
    [ 20.597] X.Org XInput driver : 16.0
    [ 20.597] X.Org Server Extension : 6.0
    [ 20.598] (--) PCI:*(0:1:0:0) 10de:1201:3842:1461 rev 161, Mem @ 0xfc000000/33554432, 0xd0000000/134217728, 0xd8000000/67108864, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 20.598] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 20.598] (II) LoadModule: "extmod"
    [ 20.627] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 20.636] (II) Module extmod: vendor="X.Org Foundation"
    [ 20.636] compiled for 1.12.4, module version = 1.0.0
    [ 20.636] Module class: X.Org Server Extension
    [ 20.636] ABI class: X.Org Server Extension, version 6.0
    [ 20.636] (II) Loading extension MIT-SCREEN-SAVER
    [ 20.636] (II) Loading extension XFree86-VidModeExtension
    [ 20.636] (II) Loading extension XFree86-DGA
    [ 20.636] (II) Loading extension DPMS
    [ 20.636] (II) Loading extension XVideo
    [ 20.636] (II) Loading extension XVideo-MotionCompensation
    [ 20.636] (II) Loading extension X-Resource
    [ 20.636] (II) LoadModule: "dbe"
    [ 20.636] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 20.648] (II) Module dbe: vendor="X.Org Foundation"
    [ 20.648] compiled for 1.12.4, module version = 1.0.0
    [ 20.648] Module class: X.Org Server Extension
    [ 20.648] ABI class: X.Org Server Extension, version 6.0
    [ 20.648] (II) Loading extension DOUBLE-BUFFER
    [ 20.648] (II) LoadModule: "glx"
    [ 20.648] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 21.175] (II) Module glx: vendor="NVIDIA Corporation"
    [ 21.175] compiled for 4.0.2, module version = 1.0.0
    [ 21.175] Module class: X.Org Server Extension
    [ 21.175] (II) NVIDIA GLX Module 304.43 Sun Aug 19 20:34:01 PDT 2012
    [ 21.175] (II) Loading extension GLX
    [ 21.175] (II) LoadModule: "record"
    [ 21.176] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 21.184] (II) Module record: vendor="X.Org Foundation"
    [ 21.184] compiled for 1.12.4, module version = 1.13.0
    [ 21.184] Module class: X.Org Server Extension
    [ 21.184] ABI class: X.Org Server Extension, version 6.0
    [ 21.184] (II) Loading extension RECORD
    [ 21.184] (II) LoadModule: "dri"
    [ 21.185] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 21.200] (II) Module dri: vendor="X.Org Foundation"
    [ 21.201] compiled for 1.12.4, module version = 1.0.0
    [ 21.201] ABI class: X.Org Server Extension, version 6.0
    [ 21.201] (II) Loading extension XFree86-DRI
    [ 21.201] (II) LoadModule: "dri2"
    [ 21.201] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 21.214] (II) Module dri2: vendor="X.Org Foundation"
    [ 21.214] compiled for 1.12.4, module version = 1.2.0
    [ 21.214] ABI class: X.Org Server Extension, version 6.0
    [ 21.214] (II) Loading extension DRI2
    [ 21.214] (II) LoadModule: "nvidia"
    [ 21.236] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 21.306] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 21.306] compiled for 4.0.2, module version = 1.0.0
    [ 21.306] Module class: X.Org Video Driver
    [ 21.325] (II) NVIDIA dlloader X Driver 304.43 Sun Aug 19 20:15:32 PDT 2012
    [ 21.325] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 21.326] (--) using VT number 7
    [ 21.339] (II) Loading sub module "fb"
    [ 21.339] (II) LoadModule: "fb"
    [ 21.339] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 21.357] (II) Module fb: vendor="X.Org Foundation"
    [ 21.357] compiled for 1.12.4, module version = 1.0.0
    [ 21.357] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 21.357] (II) Loading sub module "wfb"
    [ 21.357] (II) LoadModule: "wfb"
    [ 21.360] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 21.376] (II) Module wfb: vendor="X.Org Foundation"
    [ 21.376] compiled for 1.12.4, module version = 1.0.0
    [ 21.376] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 21.376] (II) Loading sub module "ramdac"
    [ 21.376] (II) LoadModule: "ramdac"
    [ 21.376] (II) Module "ramdac" already built-in
    [ 21.378] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 21.378] (==) NVIDIA(0): RGB weight 888
    [ 21.378] (==) NVIDIA(0): Default visual is TrueColor
    [ 21.378] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 21.378] (**) NVIDIA(0): Option "Stereo" "0"
    [ 21.378] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "CRT-0"
    [ 21.379] (**) NVIDIA(0): Stereo disabled by request
    [ 21.379] (**) NVIDIA(0): Option "MetaModes" "nvidia-auto-select +0+0"
    [ 21.379] (**) NVIDIA(0): Enabling 2D acceleration
    [ 22.633] (II) NVIDIA(GPU-0): Display (IBM L171 (CRT-0)) does not support NVIDIA 3D Vision
    [ 22.633] (II) NVIDIA(GPU-0): stereo.
    [ 22.635] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 560 (GF114) at PCI:1:0:0 (GPU-0)
    [ 22.635] (--) NVIDIA(0): Memory: 1048576 kBytes
    [ 22.635] (--) NVIDIA(0): VideoBIOS: 70.24.2e.00.62
    [ 22.635] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 22.635] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 22.647] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 560 at PCI:1:0:0
    [ 22.648] (--) NVIDIA(0): IBM L171 (CRT-0) (connected)
    [ 22.648] (--) NVIDIA(0): CRT-1
    [ 22.648] (--) NVIDIA(0): DFP-0
    [ 22.648] (--) NVIDIA(0): DFP-1
    [ 22.648] (--) NVIDIA(0): DFP-2
    [ 22.648] (--) NVIDIA(0): IBM L171 (CRT-0): 400.0 MHz maximum pixel clock
    [ 22.648] (--) NVIDIA(0): CRT-1: 400.0 MHz maximum pixel clock
    [ 22.648] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock
    [ 22.648] (--) NVIDIA(0): DFP-0: Internal Single Link TMDS
    [ 22.648] (--) NVIDIA(0): DFP-1: 165.0 MHz maximum pixel clock
    [ 22.648] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS
    [ 22.648] (--) NVIDIA(0): DFP-2: 330.0 MHz maximum pixel clock
    [ 22.648] (--) NVIDIA(0): DFP-2: Internal Single Link TMDS
    [ 22.648] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 22.648] (**) NVIDIA(0): device IBM L171 (CRT-0) (Using EDID frequencies has been
    [ 22.648] (**) NVIDIA(0): enabled on all display devices.)
    [ 22.649] (II) NVIDIA(0): Validated MetaModes:
    [ 22.649] (II) NVIDIA(0): "nvidia-auto-select+0+0"
    [ 22.649] (II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
    [ 22.672] (--) NVIDIA(0): DPI set to (95, 96); computed from "UseEdidDpi" X config
    [ 22.672] (--) NVIDIA(0): option
    [ 22.672] (--) Depth 24 pixmap format is 32 bpp
    [ 22.672] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
    [ 22.672] (II) NVIDIA: access.
    [ 22.676] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 22.676] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 22.676] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 22.676] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 22.676] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 22.676] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 22.676] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 22.676] (II) NVIDIA(0): Config Options in the README.
    [ 22.683] (II) NVIDIA(0): Setting mode "nvidia-auto-select+0+0"
    [ 22.713] (II) Loading extension NV-GLX
    [ 22.777] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 22.777] (==) NVIDIA(0): Backing store disabled
    [ 22.777] (==) NVIDIA(0): Silken mouse enabled
    [ 22.777] (**) NVIDIA(0): DPMS enabled
    [ 22.777] (II) Loading extension NV-CONTROL
    [ 22.778] (II) Loading extension XINERAMA
    [ 22.778] (II) Loading sub module "dri2"
    [ 22.778] (II) LoadModule: "dri2"
    [ 22.778] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 22.778] (II) Module dri2: vendor="X.Org Foundation"
    [ 22.778] compiled for 1.12.4, module version = 1.2.0
    [ 22.778] ABI class: X.Org Server Extension, version 6.0
    [ 22.778] (II) NVIDIA(0): [DRI2] Setup complete
    [ 22.778] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 22.778] (--) RandR disabled
    [ 22.778] (II) Initializing built-in extension Generic Event Extension
    [ 22.778] (II) Initializing built-in extension SHAPE
    [ 22.778] (II) Initializing built-in extension MIT-SHM
    [ 22.778] (II) Initializing built-in extension XInputExtension
    [ 22.778] (II) Initializing built-in extension XTEST
    [ 22.778] (II) Initializing built-in extension BIG-REQUESTS
    [ 22.778] (II) Initializing built-in extension SYNC
    [ 22.778] (II) Initializing built-in extension XKEYBOARD
    [ 22.778] (II) Initializing built-in extension XC-MISC
    [ 22.778] (II) Initializing built-in extension SECURITY
    [ 22.778] (II) Initializing built-in extension XINERAMA
    [ 22.778] (II) Initializing built-in extension XFIXES
    [ 22.778] (II) Initializing built-in extension RENDER
    [ 22.778] (II) Initializing built-in extension RANDR
    [ 22.778] (II) Initializing built-in extension COMPOSITE
    [ 22.778] (II) Initializing built-in extension DAMAGE
    [ 22.780] (II) Initializing extension GLX
    [ 23.109] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 23.109] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 23.109] (II) LoadModule: "evdev"
    [ 23.109] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 23.128] (II) Module evdev: vendor="X.Org Foundation"
    [ 23.128] compiled for 1.12.3.901, module version = 2.7.3
    [ 23.128] Module class: X.Org XInput Driver
    [ 23.128] ABI class: X.Org XInput driver, version 16.0
    [ 23.128] (II) Using input driver 'evdev' for 'Power Button'
    [ 23.128] (**) Power Button: always reports core events
    [ 23.128] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 23.128] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 23.128] (--) evdev: Power Button: Found keys
    [ 23.128] (II) evdev: Power Button: Configuring as keyboard
    [ 23.128] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
    [ 23.128] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 23.128] (**) Option "xkb_rules" "evdev"
    [ 23.128] (**) Option "xkb_model" "evdev"
    [ 23.128] (**) Option "xkb_layout" "us"
    [ 23.160] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 23.160] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 23.160] (II) Using input driver 'evdev' for 'Power Button'
    [ 23.160] (**) Power Button: always reports core events
    [ 23.160] (**) evdev: Power Button: Device: "/dev/input/event1"
    [ 23.160] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 23.160] (--) evdev: Power Button: Found keys
    [ 23.160] (II) evdev: Power Button: Configuring as keyboard
    [ 23.160] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1"
    [ 23.160] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 23.160] (**) Option "xkb_rules" "evdev"
    [ 23.160] (**) Option "xkb_model" "evdev"
    [ 23.160] (**) Option "xkb_layout" "us"
    [ 23.160] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event17)
    [ 23.160] (II) No input driver specified, ignoring this device.
    [ 23.160] (II) This device may have been added with another device file.
    [ 23.161] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event18)
    [ 23.161] (II) No input driver specified, ignoring this device.
    [ 23.161] (II) This device may have been added with another device file.
    [ 23.161] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event19)
    [ 23.161] (II) No input driver specified, ignoring this device.
    [ 23.161] (II) This device may have been added with another device file.
    [ 23.161] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event20)
    [ 23.161] (II) No input driver specified, ignoring this device.
    [ 23.161] (II) This device may have been added with another device file.
    [ 23.161] (II) config/udev: Adding input device Logitech G500 (/dev/input/event3)
    [ 23.161] (**) Logitech G500: Applying InputClass "evdev pointer catchall"
    [ 23.161] (II) Using input driver 'evdev' for 'Logitech G500'
    [ 23.161] (**) Logitech G500: always reports core events
    [ 23.161] (**) evdev: Logitech G500: Device: "/dev/input/event3"
    [ 23.161] (--) evdev: Logitech G500: Vendor 0x46d Product 0xc068
    [ 23.161] (--) evdev: Logitech G500: Found 20 mouse buttons
    [ 23.161] (--) evdev: Logitech G500: Found scroll wheel(s)
    [ 23.161] (--) evdev: Logitech G500: Found relative axes
    [ 23.161] (--) evdev: Logitech G500: Found x and y relative axes
    [ 23.161] (II) evdev: Logitech G500: Configuring as mouse
    [ 23.161] (II) evdev: Logitech G500: Adding scrollwheel support
    [ 23.161] (**) evdev: Logitech G500: YAxisMapping: buttons 4 and 5
    [ 23.161] (**) evdev: Logitech G500: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 23.161] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb6/6-3/6-3:1.0/input/input3/event3"
    [ 23.161] (II) XINPUT: Adding extended input device "Logitech G500" (type: MOUSE, id 8)
    [ 23.161] (II) evdev: Logitech G500: initialized for relative axes.
    [ 23.162] (**) Logitech G500: (accel) keeping acceleration scheme 1
    [ 23.162] (**) Logitech G500: (accel) acceleration profile 0
    [ 23.162] (**) Logitech G500: (accel) acceleration factor: 2.000
    [ 23.162] (**) Logitech G500: (accel) acceleration threshold: 4
    [ 23.162] (II) config/udev: Adding input device Logitech G500 (/dev/input/mouse0)
    [ 23.162] (II) No input driver specified, ignoring this device.
    [ 23.162] (II) This device may have been added with another device file.
    [ 23.162] (II) config/udev: Adding input device Logitech G500 (/dev/input/event4)
    [ 23.162] (**) Logitech G500: Applying InputClass "evdev keyboard catchall"
    [ 23.162] (II) Using input driver 'evdev' for 'Logitech G500'
    [ 23.162] (**) Logitech G500: always reports core events
    [ 23.162] (**) evdev: Logitech G500: Device: "/dev/input/event4"
    [ 23.162] (--) evdev: Logitech G500: Vendor 0x46d Product 0xc068
    [ 23.162] (--) evdev: Logitech G500: Found 1 mouse buttons
    [ 23.162] (--) evdev: Logitech G500: Found scroll wheel(s)
    [ 23.162] (--) evdev: Logitech G500: Found relative axes
    [ 23.162] (II) evdev: Logitech G500: Forcing relative x/y axes to exist.
    [ 23.162] (--) evdev: Logitech G500: Found absolute axes
    [ 23.162] (II) evdev: Logitech G500: Forcing absolute x/y axes to exist.
    [ 23.162] (--) evdev: Logitech G500: Found keys
    [ 23.162] (II) evdev: Logitech G500: Configuring as mouse
    [ 23.162] (II) evdev: Logitech G500: Configuring as keyboard
    [ 23.162] (II) evdev: Logitech G500: Adding scrollwheel support
    [ 23.162] (**) evdev: Logitech G500: YAxisMapping: buttons 4 and 5
    [ 23.162] (**) evdev: Logitech G500: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 23.162] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb6/6-3/6-3:1.1/input/input4/event4"
    [ 23.162] (II) XINPUT: Adding extended input device "Logitech G500" (type: KEYBOARD, id 9)
    [ 23.162] (**) Option "xkb_rules" "evdev"
    [ 23.162] (**) Option "xkb_model" "evdev"
    [ 23.162] (**) Option "xkb_layout" "us"
    [ 23.162] (II) evdev: Logitech G500: initialized for relative axes.
    [ 23.162] (WW) evdev: Logitech G500: ignoring absolute axes.
    [ 23.163] (**) Logitech G500: (accel) keeping acceleration scheme 1
    [ 23.163] (**) Logitech G500: (accel) acceleration profile 0
    [ 23.163] (**) Logitech G500: (accel) acceleration factor: 2.000
    [ 23.163] (**) Logitech G500: (accel) acceleration threshold: 4
    [ 23.163] (II) config/udev: Adding input device LOGITECH G110 G-keys (/dev/input/event5)
    [ 23.163] (**) LOGITECH G110 G-keys: Applying InputClass "evdev keyboard catchall"
    [ 23.163] (II) Using input driver 'evdev' for 'LOGITECH G110 G-keys'
    [ 23.163] (**) LOGITECH G110 G-keys: always reports core events
    [ 23.163] (**) evdev: LOGITECH G110 G-keys: Device: "/dev/input/event5"
    [ 23.163] (--) evdev: LOGITECH G110 G-keys: Vendor 0x46d Product 0xc22b
    [ 23.163] (--) evdev: LOGITECH G110 G-keys: Found keys
    [ 23.163] (II) evdev: LOGITECH G110 G-keys: Configuring as keyboard
    [ 23.163] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.2/usb3/3-4/3-4.1/3-4.1:1.0/input/input5/event5"
    [ 23.163] (II) XINPUT: Adding extended input device "LOGITECH G110 G-keys" (type: KEYBOARD, id 10)
    [ 23.163] (**) Option "xkb_rules" "evdev"
    [ 23.163] (**) Option "xkb_model" "evdev"
    [ 23.163] (**) Option "xkb_layout" "us"
    [ 23.163] (II) config/udev: Adding input device Gaming Keyboard G110 (/dev/input/event6)
    [ 23.163] (**) Gaming Keyboard G110: Applying InputClass "evdev keyboard catchall"
    [ 23.163] (II) Using input driver 'evdev' for 'Gaming Keyboard G110'
    [ 23.163] (**) Gaming Keyboard G110: always reports core events
    [ 23.164] (**) evdev: Gaming Keyboard G110: Device: "/dev/input/event6"
    [ 23.164] (--) evdev: Gaming Keyboard G110: Vendor 0x46d Product 0xc22a
    [ 23.164] (--) evdev: Gaming Keyboard G110: Found keys
    [ 23.164] (II) evdev: Gaming Keyboard G110: Configuring as keyboard
    [ 23.164] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.2/usb3/3-4/3-4.3/3-4.3:1.0/input/input6/event6"
    [ 23.164] (II) XINPUT: Adding extended input device "Gaming Keyboard G110" (type: KEYBOARD, id 11)
    [ 23.164] (**) Option "xkb_rules" "evdev"
    [ 23.164] (**) Option "xkb_model" "evdev"
    [ 23.164] (**) Option "xkb_layout" "us"
    [ 23.164] (II) config/udev: Adding input device Gaming Keyboard G110 (/dev/input/event7)
    [ 23.164] (**) Gaming Keyboard G110: Applying InputClass "evdev keyboard catchall"
    [ 23.164] (II) Using input driver 'evdev' for 'Gaming Keyboard G110'
    [ 23.164] (**) Gaming Keyboard G110: always reports core events
    [ 23.164] (**) evdev: Gaming Keyboard G110: Device: "/dev/input/event7"
    [ 23.164] (--) evdev: Gaming Keyboard G110: Vendor 0x46d Product 0xc22a
    [ 23.164] (--) evdev: Gaming Keyboard G110: Found keys
    [ 23.164] (II) evdev: Gaming Keyboard G110: Configuring as keyboard
    [ 23.164] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.2/usb3/3-4/3-4.3/3-4.3:1.1/input/input7/event7"
    [ 23.164] (II) XINPUT: Adding extended input device "Gaming Keyboard G110" (type: KEYBOARD, id 12)
    [ 23.164] (**) Option "xkb_rules" "evdev"
    [ 23.164] (**) Option "xkb_model" "evdev"
    [ 23.164] (**) Option "xkb_layout" "us"
    [ 23.165] (II) config/udev: Adding input device UVC Camera (046d:081b) (/dev/input/event16)
    [ 23.165] (**) UVC Camera (046d:081b): Applying InputClass "evdev keyboard catchall"
    [ 23.165] (II) Using input driver 'evdev' for 'UVC Camera (046d:081b)'
    [ 23.165] (**) UVC Camera (046d:081b): always reports core events
    [ 23.165] (**) evdev: UVC Camera (046d:081b): Device: "/dev/input/event16"
    [ 23.165] (--) evdev: UVC Camera (046d:081b): Vendor 0x46d Product 0x81b
    [ 23.165] (--) evdev: UVC Camera (046d:081b): Found keys
    [ 23.165] (II) evdev: UVC Camera (046d:081b): Configuring as keyboard
    [ 23.165] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:13.2/usb4/4-3/4-3:1.0/input/input16/event16"
    [ 23.165] (II) XINPUT: Adding extended input device "UVC Camera (046d:081b)" (type: KEYBOARD, id 13)
    [ 23.165] (**) Option "xkb_rules" "evdev"
    [ 23.165] (**) Option "xkb_model" "evdev"
    [ 23.165] (**) Option "xkb_layout" "us"
    [ 23.166] (II) config/udev: Adding input device HDA ATI SB Rear Mic (/dev/input/event10)
    [ 23.166] (II) No input driver specified, ignoring this device.
    [ 23.166] (II) This device may have been added with another device file.
    [ 23.166] (II) config/udev: Adding input device HDA ATI SB Front Headphone (/dev/input/event11)
    [ 23.166] (II) No input driver specified, ignoring this device.
    [ 23.167] (II) This device may have been added with another device file.
    [ 23.167] (II) config/udev: Adding input device HDA ATI SB Line Out Side (/dev/input/event12)
    [ 23.167] (II) No input driver specified, ignoring this device.
    [ 23.167] (II) This device may have been added with another device file.
    [ 23.167] (II) config/udev: Adding input device HDA ATI SB Line Out CLFE (/dev/input/event13)
    [ 23.167] (II) No input driver specified, ignoring this device.
    [ 23.168] (II) This device may have been added with another device file.
    [ 23.168] (II) config/udev: Adding input device HDA ATI SB Line Out Surround (/dev/input/event14)
    [ 23.168] (II) No input driver specified, ignoring this device.
    [ 23.168] (II) This device may have been added with another device file.
    [ 23.168] (II) config/udev: Adding input device HDA ATI SB Line Out Front (/dev/input/event15)
    [ 23.168] (II) No input driver specified, ignoring this device.
    [ 23.168] (II) This device may have been added with another device file.
    [ 23.169] (II) config/udev: Adding input device HDA ATI SB Line (/dev/input/event8)
    [ 23.169] (II) No input driver specified, ignoring this device.
    [ 23.169] (II) This device may have been added with another device file.
    [ 23.169] (II) config/udev: Adding input device HDA ATI SB Front Mic (/dev/input/event9)
    [ 23.169] (II) No input driver specified, ignoring this device.
    [ 23.169] (II) This device may have been added with another device file.
    [ 23.170] (II) config/udev: Adding input device PC Speaker (/dev/input/event0)
    [ 23.170] (II) No input driver specified, ignoring this device.
    [ 23.170] (II) This device may have been added with another device file.
    [ 24.518] (II) NVIDIA(GPU-0): Display (IBM L171 (CRT-0)) does not support NVIDIA 3D Vision
    [ 24.518] (II) NVIDIA(GPU-0): stereo.
    [ 24.519] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 24.519] (**) NVIDIA(0): device IBM L171 (CRT-0) (Using EDID frequencies has been
    [ 24.519] (**) NVIDIA(0): enabled on all display devices.)
    [121865.965] (WW) NVIDIA(0): WAIT (2, 6, 0x8000, 0x0000267c, 0x00005d5c)
    [121872.965] (WW) NVIDIA(0): WAIT (1, 6, 0x8000, 0x00002700, 0x00005d5c)
    [121875.966] (WW) NVIDIA(0): WAIT (2, 6, 0x8000, 0x00002700, 0x00001708)
    [121901.743] (WW) NVIDIA(0): WAIT (2, 6, 0x8000, 0x0000fc90, 0x00000e8c)
    [126725.944] (WW) NVIDIA(0): WAIT (2, 6, 0x8000, 0x0000c8ec, 0x0000189c)
    [127384.084] (WW) NVIDIA(0): WAIT (2, 6, 0x8000, 0x00002770, 0x00007e1c)
    [129278.643] (WW) NVIDIA(0): WAIT (2, 6, 0x8000, 0x0000d010, 0x000086bc)
    [130837.679] (WW) NVIDIA(0): WAIT (2, 6, 0x8000, 0x0000eee0, 0x0000eefc)
    [130891.662] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x0000694c, 0x0000694c)
    [130894.663] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x000069f8, 0x000069f8)
    [130897.664] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x00006aa4, 0x00006aa4)
    [130900.665] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x000095e0, 0x000095e0)
    [130903.666] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x000096a4, 0x000096a4)
    [131108.359] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x0000694c, 0x0000694c)
    [131111.360] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x000069f8, 0x000069f8)
    [131114.361] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x00006aa4, 0x00006aa4)
    [131117.362] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x00006b50, 0x00006b50)
    [131120.364] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x0000937c, 0x0000937c)
    [131123.365] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x00009440, 0x00009440)
    [131126.366] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x0000c658, 0x0000c658)
    [131129.367] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x0000c71c, 0x0000c71c)
    [131132.368] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x0000cc24, 0x0000cc24)
    [131135.369] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x0000de78, 0x0000de78)
    [131138.370] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x0000df3c, 0x0000df3c)
    [131141.371] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x0000ecf0, 0x0000ecf0)
    [131144.372] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x0000edb4, 0x0000edb4)
    [131147.373] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x00002870, 0x00002870)
    [131150.374] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x0000290c, 0x0000290c)
    [131153.375] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x00007414, 0x00007414)
    [131156.376] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x000074b0, 0x000074b0)
    [131159.377] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x000086a4, 0x000086a4)
    [131162.378] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x00008768, 0x00008768)
    [131165.379] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x0000951c, 0x0000951c)
    [131168.380] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x000095e0, 0x000095e0)
    [131171.381] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x0000bfa8, 0x0000bfa8)
    [131174.382] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x0000c044, 0x0000c044)
    [131177.384] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x00000c28, 0x00000c28)
    [131180.385] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x00000cec, 0x00000cec)
    [131183.386] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x000021f0, 0x000021f0)
    [131186.387] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x000022b4, 0x000022b4)
    [131189.388] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x00003068, 0x00003068)
    [131192.389] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x0000312c, 0x0000312c)
    [131195.390] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x00007cd8, 0x00007cd8)
    [131198.391] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x00007d74, 0x00007d74)
    [131201.392] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x0000cc28, 0x0000cc28)
    [131204.393] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x0000ccec, 0x0000ccec)
    [131207.394] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x0000e1f0, 0x0000e1f0)
    [131210.395] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x0000e2b4, 0x0000e2b4)
    [131213.396] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x0000f068, 0x0000f068)
    [131216.397] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x0000f12c, 0x0000f12c)
    [131219.398] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x00001d08, 0x00001d08)
    [131222.399] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x00001dcc, 0x00001dcc)
    [131225.400] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x00006898, 0x00006898)
    [131228.401] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x00006934, 0x00006934)
    [131231.402] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x00007124, 0x00007124)
    [131234.403] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x000071a8, 0x000071a8)
    [131237.404] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x00008440, 0x00008440)
    [131240.405] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x00008504, 0x00008504)
    [131243.406] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x000092b8, 0x000092b8)
    [131246.407] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x0000937c, 0x0000937c)
    [131249.408] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x0000a108, 0x0000a108)
    [131252.409] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x0000a1cc, 0x0000a1cc)
    [131255.410] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x0000eb28, 0x0000eb28)
    [131258.411] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x0000ebc4, 0x0000ebc4)
    [131261.412] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x00003ee8, 0x00003ee8)
    [131264.413] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x00003fac, 0x00003fac)
    [131267.414] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x000054b0, 0x000054b0)
    [131270.415] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x00005574, 0x00005574)
    [131273.416] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x00006328, 0x00006328)
    [131276.417] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x000063ec, 0x000063ec)
    [131279.418] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x00008db4, 0x00008db4)
    [131282.419] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x00008e50, 0x00008e50)
    [131285.420] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x0000e1b4, 0x0000e1b4)
    [131288.421] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x0000e278, 0x0000e278)
    [131291.422] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x0000f77c, 0x0000f77c)
    [131294.423] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x0000f840, 0x0000f840)
    [131297.424] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x000009e8, 0x000009e8)
    [131300.425] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x00000aac, 0x00000aac)
    [131303.426] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x00005d60, 0x00005d60)
    [131306.427] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x00005dfc, 0x00005dfc)
    [131309.428] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x000098ac, 0x000098ac)
    [131312.429] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x00009948, 0x00009948)
    [131315.430] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x0000ab3c, 0x0000ab3c)
    [131318.431] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x0000ac00, 0x0000ac00)
    [131321.432] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x0000c364, 0x0000c364)
    [131324.433] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x0000c428, 0x0000c428)
    [131327.434] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x0000e068, 0x0000e068)
    [131330.435] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x0000e12c, 0x0000e12c)
    [131333.436] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x0000349c, 0x0000349c)
    [131336.437] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x00003560, 0x00003560)
    [131339.438] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x00004754, 0x00004754)
    [131342.439] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x00004818, 0x00004818)
    [131345.440] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x000055cc, 0x000055cc)
    [131348.441] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x00005690, 0x00005690)
    [131351.442] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x000061e4, 0x000061e4)
    [131354.443] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x000062

    Ironically, right after I posted this message, Problem 2 arose again, and I hadn't even turned my monitor off. (I had actually only rebooted not even an hour before posting this message). Once again, I have rebooted.
    Here's another Xorg.0.log:
    [ 27.182]
    X.Org X Server 1.12.4
    Release Date: 2012-08-27
    [ 27.183] X Protocol Version 11, Revision 0
    [ 27.183] Build Operating System: Linux 3.4.8-1-ARCH x86_64
    [ 27.183] Current Operating System: Linux ZeroArch 3.5.3-1-ARCH #1 SMP PREEMPT Sun Aug 26 09:14:51 CEST 2012 x86_64
    [ 27.183] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=996407e6-20a3-422f-92f8-3d9fe913b87c rootflags=,relatime,data=ordered rootfstype=ext4 ro
    [ 27.184] Build Date: 27 August 2012 08:04:39AM
    [ 27.184]
    [ 27.184] Current version of pixman: 0.26.2
    [ 27.184] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 27.184] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 27.185] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Sep 5 12:18:23 2012
    [ 27.215] (==) Using config file: "/etc/X11/xorg.conf"
    [ 27.215] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 27.221] (==) ServerLayout "Layout0"
    [ 27.221] (**) |-->Screen "Screen0" (0)
    [ 27.221] (**) | |-->Monitor "Monitor0"
    [ 27.222] (**) | |-->Device "Device0"
    [ 27.222] (**) |-->Input Device "Keyboard0"
    [ 27.222] (**) |-->Input Device "Mouse0"
    [ 27.222] (**) Option "Xinerama" "0"
    [ 27.222] (==) Automatically adding devices
    [ 27.222] (==) Automatically enabling devices
    [ 27.252] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 27.252] Entry deleted from font path.
    [ 27.260] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/Type1/".
    [ 27.260] Entry deleted from font path.
    [ 27.260] (Run 'mkfontdir' on "/usr/share/fonts/Type1/").
    [ 27.261] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 27.261] Entry deleted from font path.
    [ 27.261] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 27.261] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 27.261] Entry deleted from font path.
    [ 27.261] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 27.262] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 27.262] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 27.262] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 27.262] (WW) Disabling Keyboard0
    [ 27.262] (WW) Disabling Mouse0
    [ 27.262] (II) Loader magic: 0x7c8b00
    [ 27.262] (II) Module ABI versions:
    [ 27.262] X.Org ANSI C Emulation: 0.4
    [ 27.262] X.Org Video Driver: 12.1
    [ 27.262] X.Org XInput driver : 16.0
    [ 27.262] X.Org Server Extension : 6.0
    [ 27.263] (--) PCI:*(0:1:0:0) 10de:1201:3842:1461 rev 161, Mem @ 0xfc000000/33554432, 0xd0000000/134217728, 0xd8000000/67108864, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 27.263] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 27.263] (II) LoadModule: "extmod"
    [ 27.283] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 27.301] (II) Module extmod: vendor="X.Org Foundation"
    [ 27.301] compiled for 1.12.4, module version = 1.0.0
    [ 27.301] Module class: X.Org Server Extension
    [ 27.301] ABI class: X.Org Server Extension, version 6.0
    [ 27.301] (II) Loading extension MIT-SCREEN-SAVER
    [ 27.301] (II) Loading extension XFree86-VidModeExtension
    [ 27.301] (II) Loading extension XFree86-DGA
    [ 27.301] (II) Loading extension DPMS
    [ 27.301] (II) Loading extension XVideo
    [ 27.301] (II) Loading extension XVideo-MotionCompensation
    [ 27.301] (II) Loading extension X-Resource
    [ 27.301] (II) LoadModule: "dbe"
    [ 27.302] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 27.313] (II) Module dbe: vendor="X.Org Foundation"
    [ 27.313] compiled for 1.12.4, module version = 1.0.0
    [ 27.313] Module class: X.Org Server Extension
    [ 27.313] ABI class: X.Org Server Extension, version 6.0
    [ 27.313] (II) Loading extension DOUBLE-BUFFER
    [ 27.313] (II) LoadModule: "glx"
    [ 27.313] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 27.818] (II) Module glx: vendor="NVIDIA Corporation"
    [ 27.818] compiled for 4.0.2, module version = 1.0.0
    [ 27.818] Module class: X.Org Server Extension
    [ 27.818] (II) NVIDIA GLX Module 304.43 Sun Aug 19 20:34:01 PDT 2012
    [ 27.818] (II) Loading extension GLX
    [ 27.818] (II) LoadModule: "record"
    [ 27.818] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 27.827] (II) Module record: vendor="X.Org Foundation"
    [ 27.827] compiled for 1.12.4, module version = 1.13.0
    [ 27.827] Module class: X.Org Server Extension
    [ 27.827] ABI class: X.Org Server Extension, version 6.0
    [ 27.827] (II) Loading extension RECORD
    [ 27.827] (II) LoadModule: "dri"
    [ 27.827] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 27.832] (II) Module dri: vendor="X.Org Foundation"
    [ 27.832] compiled for 1.12.4, module version = 1.0.0
    [ 27.832] ABI class: X.Org Server Extension, version 6.0
    [ 27.832] (II) Loading extension XFree86-DRI
    [ 27.832] (II) LoadModule: "dri2"
    [ 27.833] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 27.846] (II) Module dri2: vendor="X.Org Foundation"
    [ 27.846] compiled for 1.12.4, module version = 1.2.0
    [ 27.846] ABI class: X.Org Server Extension, version 6.0
    [ 27.846] (II) Loading extension DRI2
    [ 27.846] (II) LoadModule: "nvidia"
    [ 27.868] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 27.949] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 27.949] compiled for 4.0.2, module version = 1.0.0
    [ 27.949] Module class: X.Org Video Driver
    [ 27.968] (II) NVIDIA dlloader X Driver 304.43 Sun Aug 19 20:15:32 PDT 2012
    [ 27.968] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 27.969] (--) using VT number 7
    [ 27.981] (II) Loading sub module "fb"
    [ 27.982] (II) LoadModule: "fb"
    [ 27.982] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 28.000] (II) Module fb: vendor="X.Org Foundation"
    [ 28.000] compiled for 1.12.4, module version = 1.0.0
    [ 28.000] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 28.000] (II) Loading sub module "wfb"
    [ 28.000] (II) LoadModule: "wfb"
    [ 28.003] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 28.019] (II) Module wfb: vendor="X.Org Foundation"
    [ 28.019] compiled for 1.12.4, module version = 1.0.0
    [ 28.019] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 28.019] (II) Loading sub module "ramdac"
    [ 28.019] (II) LoadModule: "ramdac"
    [ 28.019] (II) Module "ramdac" already built-in
    [ 28.021] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 28.021] (==) NVIDIA(0): RGB weight 888
    [ 28.021] (==) NVIDIA(0): Default visual is TrueColor
    [ 28.021] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 28.021] (**) NVIDIA(0): Option "Stereo" "0"
    [ 28.021] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "CRT-0"
    [ 28.021] (**) NVIDIA(0): Option "ModeDebug" "1"
    [ 28.021] (**) NVIDIA(0): Stereo disabled by request
    [ 28.021] (**) NVIDIA(0): Option "MetaModes" "nvidia-auto-select +0+0"
    [ 28.021] (**) NVIDIA(0): Enabling 2D acceleration
    [ 29.292] (II) NVIDIA(GPU-0): Display (IBM L171 (CRT-0)) does not support NVIDIA 3D Vision
    [ 29.292] (II) NVIDIA(GPU-0): stereo.
    [ 29.294] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 560 (GF114) at PCI:1:0:0 (GPU-0)
    [ 29.294] (--) NVIDIA(0): Memory: 1048576 kBytes
    [ 29.294] (--) NVIDIA(0): VideoBIOS: 70.24.2e.00.62
    [ 29.294] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 29.294] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 29.308] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 560 at PCI:1:0:0
    [ 29.308] (--) NVIDIA(0): IBM L171 (CRT-0) (connected)
    [ 29.308] (--) NVIDIA(0): CRT-1
    [ 29.308] (--) NVIDIA(0): DFP-0
    [ 29.308] (--) NVIDIA(0): DFP-1
    [ 29.308] (--) NVIDIA(0): DFP-2
    [ 29.308] (--) NVIDIA(0): IBM L171 (CRT-0): 400.0 MHz maximum pixel clock
    [ 29.308] (--) NVIDIA(0): Name Aliases for IBM L171 (CRT-0):
    [ 29.308] (--) NVIDIA(0): CRT
    [ 29.308] (--) NVIDIA(0): CRT-0
    [ 29.308] (--) NVIDIA(0): DPY-0
    [ 29.308] (--) NVIDIA(0): DVI-I-0
    [ 29.308] (--) NVIDIA(0): DPY-EDID-9c38e918-0f2a-4aa8-e7e1-1c466b623fd2
    [ 29.308] (--) NVIDIA(0): CRT-1: 400.0 MHz maximum pixel clock
    [ 29.308] (--) NVIDIA(0): Name Aliases for CRT-1:
    [ 29.308] (--) NVIDIA(0): CRT
    [ 29.308] (--) NVIDIA(0): CRT-1
    [ 29.308] (--) NVIDIA(0): DPY-1
    [ 29.308] (--) NVIDIA(0): DVI-I-1
    [ 29.308] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock
    [ 29.308] (--) NVIDIA(0): DFP-0: Internal Single Link TMDS
    [ 29.308] (--) NVIDIA(0): Name Aliases for DFP-0:
    [ 29.308] (--) NVIDIA(0): DFP
    [ 29.308] (--) NVIDIA(0): DFP-0
    [ 29.308] (--) NVIDIA(0): DPY-2
    [ 29.308] (--) NVIDIA(0): DVI-I-2
    [ 29.308] (--) NVIDIA(0): DFP-1: 165.0 MHz maximum pixel clock
    [ 29.308] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS
    [ 29.308] (--) NVIDIA(0): Name Aliases for DFP-1:
    [ 29.308] (--) NVIDIA(0): DFP
    [ 29.308] (--) NVIDIA(0): DFP-1
    [ 29.308] (--) NVIDIA(0): DPY-3
    [ 29.308] (--) NVIDIA(0): HDMI-0
    [ 29.308] (--) NVIDIA(0): DFP-2: 330.0 MHz maximum pixel clock
    [ 29.308] (--) NVIDIA(0): DFP-2: Internal Single Link TMDS
    [ 29.308] (--) NVIDIA(0): Name Aliases for DFP-2:
    [ 29.308] (--) NVIDIA(0): DFP
    [ 29.308] (--) NVIDIA(0): DFP-2
    [ 29.308] (--) NVIDIA(0): DPY-4
    [ 29.308] (--) NVIDIA(0): DVI-I-3
    [ 29.308] (--) NVIDIA(0):
    [ 29.308] (--) NVIDIA(0): --- EDID for IBM L171 (CRT-0) ---
    [ 29.308] (--) NVIDIA(0): EDID Version : 1.3
    [ 29.308] (--) NVIDIA(0): Manufacturer : IBM
    [ 29.308] (--) NVIDIA(0): Monitor Name : IBM L171
    [ 29.308] (--) NVIDIA(0): Product ID : 0x24c9
    [ 29.308] (--) NVIDIA(0): 32-bit Serial Number : 0x0001e240
    [ 29.308] (--) NVIDIA(0): Serial Number String : V2W9135
    [ 29.308] (--) NVIDIA(0): Manufacture Date : 2006, week 6
    [ 29.308] (--) NVIDIA(0): DPMS Capabilities : Active Off
    [ 29.308] (--) NVIDIA(0): Input Type : Analog
    [ 29.308] (--) NVIDIA(0): Prefer first detailed timing : Yes
    [ 29.308] (--) NVIDIA(0): Supports GTF : No
    [ 29.308] (--) NVIDIA(0): Maximum Image Size : 340 mm x 270 mm
    [ 29.308] (--) NVIDIA(0): Valid HSync Range : 30.0 kHz - 83.0 kHz
    [ 29.308] (--) NVIDIA(0): Valid VRefresh Range : 55.0 Hz - 75.0 Hz
    [ 29.308] (--) NVIDIA(0): EDID maximum pixel clock : 140.0 MHz
    [ 29.308] (--) NVIDIA(0):
    [ 29.308] (--) NVIDIA(0): Standard Timings:
    [ 29.308] (--) NVIDIA(0): 1280 x 1024 @ 60 Hz
    [ 29.308] (--) NVIDIA(0): 1280 x 1024 @ 70 Hz
    [ 29.308] (--) NVIDIA(0):
    [ 29.308] (--) NVIDIA(0): Detailed Timings:
    [ 29.308] (--) NVIDIA(0): 1280 x 1024 @ 75 Hz
    [ 29.308] (--) NVIDIA(0): Pixel Clock : 135.00 MHz
    [ 29.308] (--) NVIDIA(0): HRes, HSyncStart : 1280, 1296
    [ 29.308] (--) NVIDIA(0): HSyncEnd, HTotal : 1440, 1688
    [ 29.308] (--) NVIDIA(0): VRes, VSyncStart : 1024, 1025
    [ 29.308] (--) NVIDIA(0): VSyncEnd, VTotal : 1028, 1066
    [ 29.308] (--) NVIDIA(0): H/V Polarity : +/+
    [ 29.308] (--) NVIDIA(0): Image Size : 340 mm x 270 mm
    [ 29.309] (--) NVIDIA(0):
    [ 29.309] (--) NVIDIA(0): Established Timings:
    [ 29.309] (--) NVIDIA(0): 640 x 480 @ 60 Hz
    [ 29.309] (--) NVIDIA(0): 640 x 480 @ 72 Hz
    [ 29.309] (--) NVIDIA(0): 640 x 480 @ 75 Hz
    [ 29.309] (--) NVIDIA(0): 800 x 600 @ 60 Hz
    [ 29.309] (--) NVIDIA(0): 800 x 600 @ 72 Hz
    [ 29.309] (--) NVIDIA(0): 800 x 600 @ 75 Hz
    [ 29.309] (--) NVIDIA(0): 1024 x 768 @ 60 Hz
    [ 29.309] (--) NVIDIA(0): 1024 x 768 @ 70 Hz
    [ 29.309] (--) NVIDIA(0): 1024 x 768 @ 75 Hz
    [ 29.309] (--) NVIDIA(0): 1280 x 1024 @ 75 Hz
    [ 29.309] (--) NVIDIA(0):
    [ 29.309] (--) NVIDIA(0):
    [ 29.309] (--) NVIDIA(0): Raw EDID bytes:
    [ 29.309] (--) NVIDIA(0):
    [ 29.309] (--) NVIDIA(0): 00 ff ff ff ff ff ff 00 24 4d c9 24 40 e2 01 00
    [ 29.309] (--) NVIDIA(0): 06 10 01 03 68 22 1b 78 2a 5d d0 a6 54 4c 0f 23
    [ 29.309] (--) NVIDIA(0): 14 50 54 ad cf 00 81 80 81 8a 01 01 01 01 01 01
    [ 29.309] (--) NVIDIA(0): 01 01 01 01 01 01 bc 34 00 98 51 00 2a 40 10 90
    [ 29.309] (--) NVIDIA(0): 13 00 54 0e 11 00 00 1e 00 00 00 fd 00 37 4b 1e
    [ 29.309] (--) NVIDIA(0): 53 0e 00 0a 20 20 20 20 20 20 00 00 00 ff 00 56
    [ 29.309] (--) NVIDIA(0): 32 57 39 31 33 35 0a 20 20 20 20 20 00 00 00 fc
    [ 29.309] (--) NVIDIA(0): 00 49 42 4d 20 4c 31 37 31 0a 20 20 20 20 00 27
    [ 29.309] (--) NVIDIA(0):
    [ 29.309] (--) NVIDIA(0): --- End of EDID for IBM L171 (CRT-0) ---
    [ 29.309] (--) NVIDIA(0):
    [ 29.309] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 29.309] (**) NVIDIA(0): device IBM L171 (CRT-0) (Using EDID frequencies has been
    [ 29.309] (**) NVIDIA(0): enabled on all display devices.)
    [ 29.309] (II) NVIDIA(0): Frequency information for IBM L171 (CRT-0):
    [ 29.309] (II) NVIDIA(0): HorizSync : 30.000-83.000 kHz
    [ 29.309] (II) NVIDIA(0): VertRefresh : 55.000-75.000 Hz
    [ 29.309] (II) NVIDIA(0): (HorizSync from EDID)
    [ 29.309] (II) NVIDIA(0): (VertRefresh from EDID)
    [ 29.309] (II) NVIDIA(GPU-0):
    [ 29.309] (II) NVIDIA(GPU-0): --- Building ModePool for IBM L171 (CRT-0) ---
    [ 29.309] (II) NVIDIA(GPU-0): Validating Mode "1280x1024":
    [ 29.309] (II) NVIDIA(GPU-0): 1280 x 1024 @ 75 Hz
    [ 29.309] (II) NVIDIA(GPU-0): Mode Source: EDID
    [ 29.309] (II) NVIDIA(GPU-0): Pixel Clock : 135.00 MHz
    [ 29.309] (II) NVIDIA(GPU-0): HRes, HSyncStart : 1280, 1296
    [ 29.309] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 1440, 1688
    [ 29.309] (II) NVIDIA(GPU-0): VRes, VSyncStart : 1024, 1025
    [ 29.309] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 1028, 1066
    [ 29.309] (II) NVIDIA(GPU-0): H/V Polarity : +/+
    [ 29.309] (II) NVIDIA(GPU-0): Viewport 1280x1024+204+21
    [ 29.309] (II) NVIDIA(GPU-0): Horizontal Taps 0
    [ 29.309] (II) NVIDIA(GPU-0): Vertical Taps 0
    [ 29.309] (II) NVIDIA(GPU-0): Base SuperSample x4
    [ 29.309] (II) NVIDIA(GPU-0): Base Depth 32
    [ 29.309] (II) NVIDIA(GPU-0): Distributed Rendering 1
    [ 29.309] (II) NVIDIA(GPU-0): Overlay Depth 32
    [ 29.309] (II) NVIDIA(GPU-0): Mode is valid.
    [ 29.309] (II) NVIDIA(GPU-0):
    [ 29.309] (II) NVIDIA(GPU-0): Validating Mode "1280x1024":
    [ 29.309] (II) NVIDIA(GPU-0): 1280 x 1024 @ 60 Hz
    [ 29.309] (II) NVIDIA(GPU-0): Mode Source: EDID
    [ 29.309] (II) NVIDIA(GPU-0): Pixel Clock : 108.00 MHz
    [ 29.309] (II) NVIDIA(GPU-0): HRes, HSyncStart : 1280, 1328
    [ 29.309] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 1440, 1688
    [ 29.309] (II) NVIDIA(GPU-0): VRes, VSyncStart : 1024, 1025
    [ 29.309] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 1028, 1066
    [ 29.309] (II) NVIDIA(GPU-0): H/V Polarity : +/+
    [ 29.309] (II) NVIDIA(GPU-0): Viewport 1280x1024+204+21
    [ 29.309] (II) NVIDIA(GPU-0): Horizontal Taps 0
    [ 29.309] (II) NVIDIA(GPU-0): Vertical Taps 0
    [ 29.309] (II) NVIDIA(GPU-0): Base SuperSample x4
    [ 29.309] (II) NVIDIA(GPU-0): Base Depth 32
    [ 29.309] (II) NVIDIA(GPU-0): Distributed Rendering 1
    [ 29.309] (II) NVIDIA(GPU-0): Overlay Depth 32
    [ 29.309] (II) NVIDIA(GPU-0): Mode is valid.
    [ 29.309] (II) NVIDIA(GPU-0):
    [ 29.309] (II) NVIDIA(GPU-0): Validating Mode "1280x1024":
    [ 29.309] (II) NVIDIA(GPU-0): 1280 x 1024 @ 70 Hz
    [ 29.309] (II) NVIDIA(GPU-0): Mode Source: EDID
    [ 29.310] (II) NVIDIA(GPU-0): Pixel Clock : 128.94 MHz
    [ 29.310] (II) NVIDIA(GPU-0): HRes, HSyncStart : 1280, 1368
    [ 29.310] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 1504, 1728
    [ 29.310] (II) NVIDIA(GPU-0): VRes, VSyncStart : 1024, 1025
    [ 29.310] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 1028, 1066
    [ 29.310] (II) NVIDIA(GPU-0): H/V Polarity : -/+
    [ 29.310] (II) NVIDIA(GPU-0): Viewport 1280x1024+224+21
    [ 29.310] (II) NVIDIA(GPU-0): Horizontal Taps 0
    [ 29.310] (II) NVIDIA(GPU-0): Vertical Taps 0
    [ 29.310] (II) NVIDIA(GPU-0): Base SuperSample x4
    [ 29.310] (II) NVIDIA(GPU-0): Base Depth 32
    [ 29.310] (II) NVIDIA(GPU-0): Distributed Rendering 1
    [ 29.310] (II) NVIDIA(GPU-0): Overlay Depth 32
    [ 29.310] (II) NVIDIA(GPU-0): Mode is valid.
    [ 29.310] (II) NVIDIA(GPU-0):
    [ 29.310] (II) NVIDIA(GPU-0): Validating Mode "640x480":
    [ 29.310] (II) NVIDIA(GPU-0): 640 x 480 @ 60 Hz
    [ 29.310] (II) NVIDIA(GPU-0): Mode Source: EDID
    [ 29.310] (II) NVIDIA(GPU-0): Pixel Clock : 25.18 MHz
    [ 29.310] (II) NVIDIA(GPU-0): HRes, HSyncStart : 640, 656
    [ 29.310] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 752, 800
    [ 29.310] (II) NVIDIA(GPU-0): VRes, VSyncStart : 480, 490
    [ 29.310] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 492, 525
    [ 29.310] (II) NVIDIA(GPU-0): H/V Polarity : -/-
    [ 29.310] (II) NVIDIA(GPU-0): Viewport 640x480+80+22
    [ 29.310] (II) NVIDIA(GPU-0): Horizontal Taps 0
    [ 29.310] (II) NVIDIA(GPU-0): Vertical Taps 0
    [ 29.310] (II) NVIDIA(GPU-0): Base SuperSample x4
    [ 29.310] (II) NVIDIA(GPU-0): Base Depth 32
    [ 29.310] (II) NVIDIA(GPU-0): Distributed Rendering 1
    [ 29.310] (II) NVIDIA(GPU-0): Overlay Depth 32
    [ 29.310] (II) NVIDIA(GPU-0): Mode is valid.
    [ 29.310] (II) NVIDIA(GPU-0):
    [ 29.310] (II) NVIDIA(GPU-0): Validating Mode "640x480":
    [ 29.310] (II) NVIDIA(GPU-0): 640 x 480 @ 72 Hz
    [ 29.310] (II) NVIDIA(GPU-0): Mode Source: EDID
    [ 29.310] (II) NVIDIA(GPU-0): Pixel Clock : 31.50 MHz
    [ 29.310] (II) NVIDIA(GPU-0): HRes, HSyncStart : 640, 656
    [ 29.310] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 696, 832
    [ 29.310] (II) NVIDIA(GPU-0): VRes, VSyncStart : 480, 481
    [ 29.310] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 484, 520
    [ 29.310] (II) NVIDIA(GPU-0): H/V Polarity : -/-
    [ 29.310] (II) NVIDIA(GPU-0): Viewport 640x480+96+20
    [ 29.310] (II) NVIDIA(GPU-0): Horizontal Taps 0
    [ 29.310] (II) NVIDIA(GPU-0): Vertical Taps 0
    [ 29.310] (II) NVIDIA(GPU-0): Base SuperSample x4
    [ 29.310] (II) NVIDIA(GPU-0): Base Depth 32
    [ 29.310] (II) NVIDIA(GPU-0): Distributed Rendering 1
    [ 29.310] (II) NVIDIA(GPU-0): Overlay Depth 32
    [ 29.310] (II) NVIDIA(GPU-0): Mode is valid.
    [ 29.310] (II) NVIDIA(GPU-0):
    [ 29.310] (II) NVIDIA(GPU-0): Validating Mode "640x480":
    [ 29.310] (II) NVIDIA(GPU-0): 640 x 480 @ 75 Hz
    [ 29.310] (II) NVIDIA(GPU-0): Mode Source: EDID
    [ 29.310] (II) NVIDIA(GPU-0): Pixel Clock : 31.50 MHz
    [ 29.310] (II) NVIDIA(GPU-0): HRes, HSyncStart : 640, 656
    [ 29.310] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 720, 840
    [ 29.310] (II) NVIDIA(GPU-0): VRes, VSyncStart : 480, 481
    [ 29.310] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 484, 500
    [ 29.310] (II) NVIDIA(GPU-0): H/V Polarity : -/-
    [ 29.310] (II) NVIDIA(GPU-0): Viewport 640x480+100+10
    [ 29.310] (II) NVIDIA(GPU-0): Horizontal Taps 0
    [ 29.310] (II) NVIDIA(GPU-0): Vertical Taps 0
    [ 29.310] (II) NVIDIA(GPU-0): Base SuperSample x4
    [ 29.310] (II) NVIDIA(GPU-0): Base Depth 32
    [ 29.310] (II) NVIDIA(GPU-0): Distributed Rendering 1
    [ 29.310] (II) NVIDIA(GPU-0): Overlay Depth 32
    [ 29.311] (II) NVIDIA(GPU-0): Mode is valid.
    [ 29.311] (II) NVIDIA(GPU-0):
    [ 29.311] (II) NVIDIA(GPU-0): Validating Mode "800x600":
    [ 29.311] (II) NVIDIA(GPU-0): 800 x 600 @ 60 Hz
    [ 29.311] (II) NVIDIA(GPU-0): Mode Source: EDID
    [ 29.311] (II) NVIDIA(GPU-0): Pixel Clock : 40.00 MHz
    [ 29.311] (II) NVIDIA(GPU-0): HRes, HSyncStart : 800, 840
    [ 29.311] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 968, 1056
    [ 29.311] (II) NVIDIA(GPU-0): VRes, VSyncStart : 600, 601
    [ 29.311] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 605, 628
    [ 29.311] (II) NVIDIA(GPU-0): H/V Polarity : +/+
    [ 29.311] (II) NVIDIA(GPU-0): Viewport 800x600+128+14
    [ 29.311] (II) NVIDIA(GPU-0): Horizontal Taps 0
    [ 29.311] (II) NVIDIA(GPU-0): Vertical Taps 0
    [ 29.311] (II) NVIDIA(GPU-0): Base SuperSample x4
    [ 29.311] (II) NVIDIA(GPU-0): Base Depth 32
    [ 29.311] (II) NVIDIA(GPU-0): Distributed Rendering 1
    [ 29.311] (II) NVIDIA(GPU-0): Overlay Depth 32
    [ 29.311] (II) NVIDIA(GPU-0): Mode is valid.
    [ 29.311] (II) NVIDIA(GPU-0):
    [ 29.311] (II) NVIDIA(GPU-0): Validating Mode "800x600":
    [ 29.311] (II) NVIDIA(GPU-0): 800 x 600 @ 72 Hz
    [ 29.311] (II) NVIDIA(GPU-0): Mode Source: EDID
    [ 29.311] (II) NVIDIA(GPU-0): Pixel Clock : 50.00 MHz
    [ 29.311] (II) NVIDIA(GPU-0): HRes, HSyncStart : 800, 856
    [ 29.311] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 976, 1040
    [ 29.311] (II) NVIDIA(GPU-0): VRes, VSyncStart : 600, 637
    [ 29.311] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 643, 666
    [ 29.311] (II) NVIDIA(GPU-0): H/V Polarity : +/+
    [ 29.311] (II) NVIDIA(GPU-0): Viewport 800x600+120+33
    [ 29.311] (II) NVIDIA(GPU-0): Horizontal Taps 0
    [ 29.311] (II) NVIDIA(GPU-0): Vertical Taps 0
    [ 29.311] (II) NVIDIA(GPU-0): Base SuperSample x4
    [ 29.311] (II) NVIDIA(GPU-0): Base Depth 32
    [ 29.311] (II) NVIDIA(GPU-0): Distributed Rendering 1
    [ 29.311] (II) NVIDIA(GPU-0): Overlay Depth 32
    [ 29.311] (II) NVIDIA(GPU-0): Mode is valid.
    [ 29.311] (II) NVIDIA(GPU-0):
    [ 29.311] (II) NVIDIA(GPU-0): Validating Mode "800x600":
    [ 29.311] (II) NVIDIA(GPU-0): 800 x 600 @ 75 Hz
    [ 29.311] (II) NVIDIA(GPU-0): Mode Source: EDID
    [ 29.311] (II) NVIDIA(GPU-0): Pixel Clock : 49.50 MHz
    [ 29.311] (II) NVIDIA(GPU-0): HRes, HSyncStart : 800, 816
    [ 29.311] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 896, 1056
    [ 29.311] (II) NVIDIA(GPU-0): VRes, VSyncStart : 600, 601
    [ 29.311] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 604, 625
    [ 29.311] (II) NVIDIA(GPU-0): H/V Polarity : +/+
    [ 29.311] (II) NVIDIA(GPU-0): Viewport 800x600+128+12
    [ 29.311] (II) NVIDIA(GPU-0): Horizontal Taps 0
    [ 29.311] (II) NVIDIA(GPU-0): Vertical Taps 0
    [ 29.311] (II) NVIDIA(GPU-0): Base SuperSample x4
    [ 29.311] (II) NVIDIA(GPU-0): Base Depth 32
    [ 29.311] (II) NVIDIA(GPU-0): Distributed Rendering 1
    [ 29.311] (II) NVIDIA(GPU-0): Overlay Depth 32
    [ 29.311] (II) NVIDIA(GPU-0): Mode is valid.
    [ 29.311] (II) NVIDIA(GPU-0):
    [ 29.311] (II) NVIDIA(GPU-0): Validating Mode "1024x768":
    [ 29.311] (II) NVIDIA(GPU-0): 1024 x 768 @ 60 Hz
    [ 29.311] (II) NVIDIA(GPU-0): Mode Source: EDID
    [ 29.311] (II) NVIDIA(GPU-0): Pixel Clock : 65.00 MHz
    [ 29.311] (II) NVIDIA(GPU-0): HRes, HSyncStart : 1024, 1048
    [ 29.311] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 1184, 1344
    [ 29.311] (II) NVIDIA(GPU-0): VRes, VSyncStart : 768, 771
    [ 29.311] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 777, 806
    [ 29.311] (II) NVIDIA(GPU-0): H/V Polarity : -/-
    [ 29.311] (II) NVIDIA(GPU-0): Viewport 1024x768+160+19
    [ 29.311] (II) NVIDIA(GPU-0): Horizontal Taps 0
    [ 29.311] (II) NVIDIA(GPU-0): Vertical Taps 0
    [ 29.311] (II) NVIDIA(GPU-0): Base SuperSample x4
    [ 29.311] (II) NVIDIA(GPU-0): Base Depth 32
    [ 29.311] (II) NVIDIA(GPU-0): Distributed Rendering 1
    [ 29.312] (II) NVIDIA(GPU-0): Overlay Depth 32
    [ 29.312] (II) NVIDIA(GPU-0): Mode is valid.
    [ 29.312] (II) NVIDIA(GPU-0):
    [ 29.312] (II) NVIDIA(GPU-0): Validating Mode "1024x768":
    [ 29.312] (II) NVIDIA(GPU-0): 1024 x 768 @ 70 Hz
    [ 29.312] (II) NVIDIA(GPU-0): Mode Source: EDID
    [ 29.312] (II) NVIDIA(GPU-0): Pixel Clock : 75.00 MHz
    [ 29.312] (II) NVIDIA(GPU-0): HRes, HSyncStart : 1024, 1048
    [ 29.312] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 1184, 1328
    [ 29.312] (II) NVIDIA(GPU-0): VRes, VSyncStart : 768, 771
    [ 29.312] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 777, 806
    [ 29.312] (II) NVIDIA(GPU-0): H/V Polarity : -/-
    [ 29.312] (II) NVIDIA(GPU-0): Viewport 1024x768+152+19
    [ 29.312] (II) NVIDIA(GPU-0): Horizontal Taps 0
    [ 29.312] (II) NVIDIA(GPU-0): Vertical Taps 0
    [ 29.312] (II) NVIDIA(GPU-0): Base SuperSample x4
    [ 29.312] (II) NVIDIA(GPU-0): Base Depth 32
    [ 29.312] (II) NVIDIA(GPU-0): Distributed Rendering 1
    [ 29.312] (II) NVIDIA(GPU-0): Overlay Depth 32
    [ 29.312] (II) NVIDIA(GPU-0): Mode is valid.
    [ 29.312] (II) NVIDIA(GPU-0):
    [ 29.312] (II) NVIDIA(GPU-0): Validating Mode "1024x768":
    [ 29.312] (II) NVIDIA(GPU-0): 1024 x 768 @ 75 Hz
    [ 29.312] (II) NVIDIA(GPU-0): Mode Source: EDID
    [ 29.312] (II) NVIDIA(GPU-0): Pixel Clock : 78.75 MHz
    [ 29.312] (II) NVIDIA(GPU-0): HRes, HSyncStart : 1024, 1040
    [ 29.312] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 1136, 1312
    [ 29.312] (II) NVIDIA(GPU-0): VRes, VSyncStart : 768, 769
    [ 29.312] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 772, 800
    [ 29.312] (II) NVIDIA(GPU-0): H/V Polarity : +/+
    [ 29.312] (II) NVIDIA(GPU-0): Viewport 1024x768+144+16
    [ 29.312] (II) NVIDIA(GPU-0): Horizontal Taps 0
    [ 29.312] (II) NVIDIA(GPU-0): Vertical Taps 0
    [ 29.312] (II) NVIDIA(GPU-0): Base SuperSample x4
    [ 29.312] (II) NVIDIA(GPU-0): Base Depth 32
    [ 29.312] (II) NVIDIA(GPU-0): Distributed Rendering 1
    [ 29.312] (II) NVIDIA(GPU-0): Overlay Depth 32
    [ 29.312] (II) NVIDIA(GPU-0): Mode is valid.
    [ 29.312] (II) NVIDIA(GPU-0):
    [ 29.312] (II) NVIDIA(GPU-0): Validating Mode "1280x1024":
    [ 29.312] (II) NVIDIA(GPU-0): 1280 x 1024 @ 75 Hz
    [ 29.312] (II) NVIDIA(GPU-0): Mode Source: EDID
    [ 29.312] (II) NVIDIA(GPU-0): Pixel Clock : 135.00 MHz
    [ 29.312] (II) NVIDIA(GPU-0): HRes, HSyncStart : 1280, 1296
    [ 29.312] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 1440, 1688
    [ 29.312] (II) NVIDIA(GPU-0): VRes, VSyncStart : 1024, 1025
    [ 29.312] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 1028, 1066
    [ 29.312] (II) NVIDIA(GPU-0): H/V Polarity : +/+
    [ 29.312] (II) NVIDIA(GPU-0): Viewport 1280x1024+204+21
    [ 29.312] (II) NVIDIA(GPU-0): Horizontal Taps 0
    [ 29.312] (II) NVIDIA(GPU-0): Vertical Taps 0
    [ 29.312] (II) NVIDIA(GPU-0): Base SuperSample x4
    [ 29.312] (II) NVIDIA(GPU-0): Base Depth 32
    [ 29.312] (II) NVIDIA(GPU-0): Distributed Rendering 1
    [ 29.312] (II) NVIDIA(GPU-0): Overlay Depth 32
    [ 29.312] (II) NVIDIA(GPU-0): Mode is valid.
    [ 29.312] (II) NVIDIA(GPU-0):
    [ 29.312] (II) NVIDIA(GPU-0): Validating Mode "640x350":
    [ 29.312] (II) NVIDIA(GPU-0): 640 x 350 @ 85 Hz
    [ 29.312] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.312] (II) NVIDIA(GPU-0): Pixel Clock : 31.50 MHz
    [ 29.312] (II) NVIDIA(GPU-0): HRes, HSyncStart : 640, 672
    [ 29.312] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 736, 832
    [ 29.312] (II) NVIDIA(GPU-0): VRes, VSyncStart : 350, 382
    [ 29.312] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 385, 445
    [ 29.312] (II) NVIDIA(GPU-0): H/V Polarity : +/-
    [ 29.312] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.312] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.312] (WW) NVIDIA(GPU-0): allowed).
    [ 29.312] (II) NVIDIA(GPU-0):
    [ 29.312] (II) NVIDIA(GPU-0): Validating Mode "320x175":
    [ 29.312] (II) NVIDIA(GPU-0): 320 x 175 @ 85 Hz
    [ 29.312] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.312] (II) NVIDIA(GPU-0): Pixel Clock : 15.75 MHz
    [ 29.312] (II) NVIDIA(GPU-0): HRes, HSyncStart : 320, 336
    [ 29.312] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 368, 416
    [ 29.312] (II) NVIDIA(GPU-0): VRes, VSyncStart : 175, 191
    [ 29.312] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 192, 222
    [ 29.312] (II) NVIDIA(GPU-0): H/V Polarity : +/-
    [ 29.312] (II) NVIDIA(GPU-0): Extra : DoubleScan
    [ 29.313] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.313] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.313] (WW) NVIDIA(GPU-0): allowed).
    [ 29.313] (II) NVIDIA(GPU-0):
    [ 29.313] (II) NVIDIA(GPU-0): Validating Mode "640x400":
    [ 29.313] (II) NVIDIA(GPU-0): 640 x 400 @ 85 Hz
    [ 29.313] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.313] (II) NVIDIA(GPU-0): Pixel Clock : 31.50 MHz
    [ 29.313] (II) NVIDIA(GPU-0): HRes, HSyncStart : 640, 672
    [ 29.313] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 736, 832
    [ 29.313] (II) NVIDIA(GPU-0): VRes, VSyncStart : 400, 401
    [ 29.313] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 404, 445
    [ 29.313] (II) NVIDIA(GPU-0): H/V Polarity : -/+
    [ 29.313] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.313] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.313] (WW) NVIDIA(GPU-0): allowed).
    [ 29.313] (II) NVIDIA(GPU-0):
    [ 29.313] (II) NVIDIA(GPU-0): Validating Mode "320x200":
    [ 29.313] (II) NVIDIA(GPU-0): 320 x 200 @ 85 Hz
    [ 29.313] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.313] (II) NVIDIA(GPU-0): Pixel Clock : 15.75 MHz
    [ 29.313] (II) NVIDIA(GPU-0): HRes, HSyncStart : 320, 336
    [ 29.313] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 368, 416
    [ 29.313] (II) NVIDIA(GPU-0): VRes, VSyncStart : 200, 200
    [ 29.313] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 202, 222
    [ 29.313] (II) NVIDIA(GPU-0): H/V Polarity : -/+
    [ 29.313] (II) NVIDIA(GPU-0): Extra : DoubleScan
    [ 29.313] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.313] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.313] (WW) NVIDIA(GPU-0): allowed).
    [ 29.313] (II) NVIDIA(GPU-0):
    [ 29.313] (II) NVIDIA(GPU-0): Validating Mode "720x400":
    [ 29.313] (II) NVIDIA(GPU-0): 720 x 400 @ 85 Hz
    [ 29.313] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.313] (II) NVIDIA(GPU-0): Pixel Clock : 35.50 MHz
    [ 29.313] (II) NVIDIA(GPU-0): HRes, HSyncStart : 720, 756
    [ 29.313] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 828, 936
    [ 29.313] (II) NVIDIA(GPU-0): VRes, VSyncStart : 400, 401
    [ 29.313] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 404, 446
    [ 29.313] (II) NVIDIA(GPU-0): H/V Polarity : -/+
    [ 29.313] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.313] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.313] (WW) NVIDIA(GPU-0): allowed).
    [ 29.313] (II) NVIDIA(GPU-0):
    [ 29.313] (II) NVIDIA(GPU-0): Validating Mode "360x200":
    [ 29.313] (II) NVIDIA(GPU-0): 360 x 200 @ 85 Hz
    [ 29.313] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.313] (II) NVIDIA(GPU-0): Pixel Clock : 17.75 MHz
    [ 29.313] (II) NVIDIA(GPU-0): HRes, HSyncStart : 360, 378
    [ 29.313] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 414, 468
    [ 29.313] (II) NVIDIA(GPU-0): VRes, VSyncStart : 200, 200
    [ 29.313] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 202, 223
    [ 29.313] (II) NVIDIA(GPU-0): H/V Polarity : -/+
    [ 29.313] (II) NVIDIA(GPU-0): Extra : DoubleScan
    [ 29.313] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.313] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.313] (WW) NVIDIA(GPU-0): allowed).
    [ 29.313] (II) NVIDIA(GPU-0):
    [ 29.313] (II) NVIDIA(GPU-0): Validating Mode "640x480":
    [ 29.313] (II) NVIDIA(GPU-0): 640 x 480 @ 60 Hz
    [ 29.313] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.313] (II) NVIDIA(GPU-0): Pixel Clock : 25.18 MHz
    [ 29.313] (II) NVIDIA(GPU-0): HRes, HSyncStart : 640, 656
    [ 29.313] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 752, 800
    [ 29.313] (II) NVIDIA(GPU-0): VRes, VSyncStart : 480, 490
    [ 29.313] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 492, 525
    [ 29.313] (II) NVIDIA(GPU-0): H/V Polarity : -/-
    [ 29.313] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.313] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.313] (WW) NVIDIA(GPU-0): allowed).
    [ 29.313] (II) NVIDIA(GPU-0):
    [ 29.313] (II) NVIDIA(GPU-0): Validating Mode "320x240":
    [ 29.313] (II) NVIDIA(GPU-0): 320 x 240 @ 60 Hz
    [ 29.313] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.313] (II) NVIDIA(GPU-0): Pixel Clock : 12.59 MHz
    [ 29.313] (II) NVIDIA(GPU-0): HRes, HSyncStart : 320, 328
    [ 29.313] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 376, 400
    [ 29.313] (II) NVIDIA(GPU-0): VRes, VSyncStart : 240, 245
    [ 29.313] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 246, 262
    [ 29.313] (II) NVIDIA(GPU-0): H/V Polarity : -/-
    [ 29.313] (II) NVIDIA(GPU-0): Extra : DoubleScan
    [ 29.313] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.313] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.313] (WW) NVIDIA(GPU-0): allowed).
    [ 29.313] (II) NVIDIA(GPU-0):
    [ 29.313] (II) NVIDIA(GPU-0): Validating Mode "640x480":
    [ 29.313] (II) NVIDIA(GPU-0): 640 x 480 @ 73 Hz
    [ 29.313] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.313] (II) NVIDIA(GPU-0): Pixel Clock : 31.50 MHz
    [ 29.313] (II) NVIDIA(GPU-0): HRes, HSyncStart : 640, 664
    [ 29.313] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 704, 832
    [ 29.313] (II) NVIDIA(GPU-0): VRes, VSyncStart : 480, 489
    [ 29.313] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 492, 520
    [ 29.313] (II) NVIDIA(GPU-0): H/V Polarity : -/-
    [ 29.313] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.313] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.313] (WW) NVIDIA(GPU-0): allowed).
    [ 29.313] (II) NVIDIA(GPU-0):
    [ 29.313] (II) NVIDIA(GPU-0): Validating Mode "320x240":
    [ 29.313] (II) NVIDIA(GPU-0): 320 x 240 @ 73 Hz
    [ 29.313] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.313] (II) NVIDIA(GPU-0): Pixel Clock : 15.75 MHz
    [ 29.314] (II) NVIDIA(GPU-0): HRes, HSyncStart : 320, 332
    [ 29.314] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 352, 416
    [ 29.314] (II) NVIDIA(GPU-0): VRes, VSyncStart : 240, 244
    [ 29.314] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 246, 260
    [ 29.314] (II) NVIDIA(GPU-0): H/V Polarity : -/-
    [ 29.314] (II) NVIDIA(GPU-0): Extra : DoubleScan
    [ 29.314] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.314] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.314] (WW) NVIDIA(GPU-0): allowed).
    [ 29.314] (II) NVIDIA(GPU-0):
    [ 29.314] (II) NVIDIA(GPU-0): Validating Mode "640x480":
    [ 29.314] (II) NVIDIA(GPU-0): 640 x 480 @ 75 Hz
    [ 29.314] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.314] (II) NVIDIA(GPU-0): Pixel Clock : 31.50 MHz
    [ 29.314] (II) NVIDIA(GPU-0): HRes, HSyncStart : 640, 656
    [ 29.314] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 720, 840
    [ 29.314] (II) NVIDIA(GPU-0): VRes, VSyncStart : 480, 481
    [ 29.314] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 484, 500
    [ 29.314] (II) NVIDIA(GPU-0): H/V Polarity : -/-
    [ 29.314] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.314] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.314] (WW) NVIDIA(GPU-0): allowed).
    [ 29.314] (II) NVIDIA(GPU-0):
    [ 29.314] (II) NVIDIA(GPU-0): Validating Mode "320x240":
    [ 29.314] (II) NVIDIA(GPU-0): 320 x 240 @ 75 Hz
    [ 29.314] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.314] (II) NVIDIA(GPU-0): Pixel Clock : 15.75 MHz
    [ 29.314] (II) NVIDIA(GPU-0): HRes, HSyncStart : 320, 328
    [ 29.314] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 360, 420
    [ 29.314] (II) NVIDIA(GPU-0): VRes, VSyncStart : 240, 240
    [ 29.314] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 242, 250
    [ 29.314] (II) NVIDIA(GPU-0): H/V Polarity : -/-
    [ 29.314] (II) NVIDIA(GPU-0): Extra : DoubleScan
    [ 29.314] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.314] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.314] (WW) NVIDIA(GPU-0): allowed).
    [ 29.314] (II) NVIDIA(GPU-0):
    [ 29.314] (II) NVIDIA(GPU-0): Validating Mode "640x480":
    [ 29.314] (II) NVIDIA(GPU-0): 640 x 480 @ 85 Hz
    [ 29.314] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.314] (II) NVIDIA(GPU-0): Pixel Clock : 36.00 MHz
    [ 29.314] (II) NVIDIA(GPU-0): HRes, HSyncStart : 640, 696
    [ 29.314] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 752, 832
    [ 29.314] (II) NVIDIA(GPU-0): VRes, VSyncStart : 480, 481
    [ 29.314] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 484, 509
    [ 29.314] (II) NVIDIA(GPU-0): H/V Polarity : -/-
    [ 29.314] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.314] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.314] (WW) NVIDIA(GPU-0): allowed).
    [ 29.314] (II) NVIDIA(GPU-0):
    [ 29.314] (II) NVIDIA(GPU-0): Validating Mode "320x240":
    [ 29.314] (II) NVIDIA(GPU-0): 320 x 240 @ 85 Hz
    [ 29.314] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.314] (II) NVIDIA(GPU-0): Pixel Clock : 18.00 MHz
    [ 29.314] (II) NVIDIA(GPU-0): HRes, HSyncStart : 320, 348
    [ 29.314] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 376, 416
    [ 29.314] (II) NVIDIA(GPU-0): VRes, VSyncStart : 240, 240
    [ 29.314] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 242, 254
    [ 29.314] (II) NVIDIA(GPU-0): H/V Polarity : -/-
    [ 29.314] (II) NVIDIA(GPU-0): Extra : DoubleScan
    [ 29.314] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.314] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.314] (WW) NVIDIA(GPU-0): allowed).
    [ 29.314] (II) NVIDIA(GPU-0):
    [ 29.314] (II) NVIDIA(GPU-0): Validating Mode "800x600":
    [ 29.314] (II) NVIDIA(GPU-0): 800 x 600 @ 56 Hz
    [ 29.314] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.314] (II) NVIDIA(GPU-0): Pixel Clock : 36.00 MHz
    [ 29.314] (II) NVIDIA(GPU-0): HRes, HSyncStart : 800, 824
    [ 29.314] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 896, 1024
    [ 29.314] (II) NVIDIA(GPU-0): VRes, VSyncStart : 600, 601
    [ 29.314] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 603, 625
    [ 29.314] (II) NVIDIA(GPU-0): H/V Polarity : +/+
    [ 29.314] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.314] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.314] (WW) NVIDIA(GPU-0): allowed).
    [ 29.314] (II) NVIDIA(GPU-0):
    [ 29.314] (II) NVIDIA(GPU-0): Validating Mode "400x300":
    [ 29.314] (II) NVIDIA(GPU-0): 400 x 300 @ 56 Hz
    [ 29.314] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.314] (II) NVIDIA(GPU-0): Pixel Clock : 18.00 MHz
    [ 29.314] (II) NVIDIA(GPU-0): HRes, HSyncStart : 400, 412
    [ 29.314] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 448, 512
    [ 29.314] (II) NVIDIA(GPU-0): VRes, VSyncStart : 300, 300
    [ 29.314] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 301, 312
    [ 29.314] (II) NVIDIA(GPU-0): H/V Polarity : +/+
    [ 29.314] (II) NVIDIA(GPU-0): Extra : DoubleScan
    [ 29.314] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.314] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.314] (WW) NVIDIA(GPU-0): allowed).
    [ 29.314] (II) NVIDIA(GPU-0):
    [ 29.314] (II) NVIDIA(GPU-0): Validating Mode "800x600":
    [ 29.314] (II) NVIDIA(GPU-0): 800 x 600 @ 60 Hz
    [ 29.314] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.314] (II) NVIDIA(GPU-0): Pixel Clock : 40.00 MHz
    [ 29.314] (II) NVIDIA(GPU-0): HRes, HSyncStart : 800, 840
    [ 29.314] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 968, 1056
    [ 29.314] (II) NVIDIA(GPU-0): VRes, VSyncStart : 600, 601
    [ 29.314] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 605, 628
    [ 29.314] (II) NVIDIA(GPU-0): H/V Polarity : +/+
    [ 29.314] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.314] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.314] (WW) NVIDIA(GPU-0): allowed).
    [ 29.315] (II) NVIDIA(GPU-0):
    [ 29.315] (II) NVIDIA(GPU-0): Validating Mode "400x300":
    [ 29.315] (II) NVIDIA(GPU-0): 400 x 300 @ 60 Hz
    [ 29.315] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.315] (II) NVIDIA(GPU-0): Pixel Clock : 20.00 MHz
    [ 29.315] (II) NVIDIA(GPU-0): HRes, HSyncStart : 400, 420
    [ 29.315] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 484, 528
    [ 29.315] (II) NVIDIA(GPU-0): VRes, VSyncStart : 300, 300
    [ 29.315] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 302, 314
    [ 29.315] (II) NVIDIA(GPU-0): H/V Polarity : +/+
    [ 29.315] (II) NVIDIA(GPU-0): Extra : DoubleScan
    [ 29.315] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.315] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.315] (WW) NVIDIA(GPU-0): allowed).
    [ 29.315] (II) NVIDIA(GPU-0):
    [ 29.315] (II) NVIDIA(GPU-0): Validating Mode "800x600":
    [ 29.315] (II) NVIDIA(GPU-0): 800 x 600 @ 72 Hz
    [ 29.315] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.315] (II) NVIDIA(GPU-0): Pixel Clock : 50.00 MHz
    [ 29.315] (II) NVIDIA(GPU-0): HRes, HSyncStart : 800, 856
    [ 29.315] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 976, 1040
    [ 29.315] (II) NVIDIA(GPU-0): VRes, VSyncStart : 600, 637
    [ 29.315] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 643, 666
    [ 29.315] (II) NVIDIA(GPU-0): H/V Polarity : +/+
    [ 29.315] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.315] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.315] (WW) NVIDIA(GPU-0): allowed).
    [ 29.315] (II) NVIDIA(GPU-0):
    [ 29.315] (II) NVIDIA(GPU-0): Validating Mode "400x300":
    [ 29.315] (II) NVIDIA(GPU-0): 400 x 300 @ 72 Hz
    [ 29.315] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.315] (II) NVIDIA(GPU-0): Pixel Clock : 25.00 MHz
    [ 29.315] (II) NVIDIA(GPU-0): HRes, HSyncStart : 400, 428
    [ 29.315] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 488, 520
    [ 29.315] (II) NVIDIA(GPU-0): VRes, VSyncStart : 300, 318
    [ 29.315] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 321, 333
    [ 29.315] (II) NVIDIA(GPU-0): H/V Polarity : +/+
    [ 29.315] (II) NVIDIA(GPU-0): Extra : DoubleScan
    [ 29.315] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.315] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.315] (WW) NVIDIA(GPU-0): allowed).
    [ 29.315] (II) NVIDIA(GPU-0):
    [ 29.315] (II) NVIDIA(GPU-0): Validating Mode "800x600":
    [ 29.315] (II) NVIDIA(GPU-0): 800 x 600 @ 75 Hz
    [ 29.315] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.315] (II) NVIDIA(GPU-0): Pixel Clock : 49.50 MHz
    [ 29.315] (II) NVIDIA(GPU-0): HRes, HSyncStart : 800, 816
    [ 29.315] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 896, 1056
    [ 29.315] (II) NVIDIA(GPU-0): VRes, VSyncStart : 600, 601
    [ 29.315] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 604, 625
    [ 29.315] (II) NVIDIA(GPU-0): H/V Polarity : +/+
    [ 29.315] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.315] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.315] (WW) NVIDIA(GPU-0): allowed).
    [ 29.315] (II) NVIDIA(GPU-0):
    [ 29.315] (II) NVIDIA(GPU-0): Validating Mode "400x300":
    [ 29.315] (II) NVIDIA(GPU-0): 400 x 300 @ 75 Hz
    [ 29.315] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.315] (II) NVIDIA(GPU-0): Pixel Clock : 24.75 MHz
    [ 29.315] (II) NVIDIA(GPU-0): HRes, HSyncStart : 400, 408
    [ 29.315] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 448, 528
    [ 29.315] (II) NVIDIA(GPU-0): VRes, VSyncStart : 300, 300
    [ 29.315] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 302, 312
    [ 29.315] (II) NVIDIA(GPU-0): H/V Polarity : +/+
    [ 29.315] (II) NVIDIA(GPU-0): Extra : DoubleScan
    [ 29.315] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.315] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.315] (WW) NVIDIA(GPU-0): allowed).
    [ 29.315] (II) NVIDIA(GPU-0):
    [ 29.315] (II) NVIDIA(GPU-0): Validating Mode "800x600":
    [ 29.315] (II) NVIDIA(GPU-0): 800 x 600 @ 85 Hz
    [ 29.315] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.315] (II) NVIDIA(GPU-0): Pixel Clock : 56.30 MHz
    [ 29.315] (II) NVIDIA(GPU-0): HRes, HSyncStart : 800, 832
    [ 29.315] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 896, 1048
    [ 29.315] (II) NVIDIA(GPU-0): VRes, VSyncStart : 600, 601
    [ 29.315] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 604, 631
    [ 29.315] (II) NVIDIA(GPU-0): H/V Polarity : +/+
    [ 29.315] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.315] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.315] (WW) NVIDIA(GPU-0): allowed).
    [ 29.315] (II) NVIDIA(GPU-0):
    [ 29.315] (II) NVIDIA(GPU-0): Validating Mode "400x300":
    [ 29.315] (II) NVIDIA(GPU-0): 400 x 300 @ 85 Hz
    [ 29.315] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.315] (II) NVIDIA(GPU-0): Pixel Clock : 28.15 MHz
    [ 29.315] (II) NVIDIA(GPU-0): HRes, HSyncStart : 400, 416
    [ 29.315] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 448, 524
    [ 29.315] (II) NVIDIA(GPU-0): VRes, VSyncStart : 300, 300
    [ 29.315] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 302, 315
    [ 29.315] (II) NVIDIA(GPU-0): H/V Polarity : +/+
    [ 29.315] (II) NVIDIA(GPU-0): Extra : DoubleScan
    [ 29.315] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.315] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.315] (WW) NVIDIA(GPU-0): allowed).
    [ 29.315] (II) NVIDIA(GPU-0):
    [ 29.315] (II) NVIDIA(GPU-0): Validating Mode "1024x768i":
    [ 29.315] (II) NVIDIA(GPU-0): 1024 x 768 @ 87 Hz
    [ 29.315] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.315] (II) NVIDIA(GPU-0): Pixel Clock : 44.90 MHz
    [ 29.315] (II) NVIDIA(GPU-0): HRes, HSyncStart : 1024, 1032
    [ 29.315] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 1208, 1264
    [ 29.315] (II) NVIDIA(GPU-0): VRes, VSyncStart : 768, 768
    [ 29.315] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 776, 817
    [ 29.315] (II) NVIDIA(GPU-0): H/V Polarity : +/+
    [ 29.315] (II) NVIDIA(GPU-0): Extra : Interlace
    [ 29.316] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.316] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.316] (WW) NVIDIA(GPU-0): allowed).
    [ 29.316] (II) NVIDIA(GPU-0):
    [ 29.316] (II) NVIDIA(GPU-0): Validating Mode "512x384i":
    [ 29.316] (II) NVIDIA(GPU-0): 512 x 384 @ 87 Hz
    [ 29.316] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.316] (II) NVIDIA(GPU-0): Pixel Clock : 22.45 MHz
    [ 29.316] (II) NVIDIA(GPU-0): HRes, HSyncStart : 512, 516
    [ 29.316] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 604, 632
    [ 29.316] (II) NVIDIA(GPU-0): VRes, VSyncStart : 384, 384
    [ 29.316] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 388, 408
    [ 29.316] (II) NVIDIA(GPU-0): H/V Polarity : +/+
    [ 29.316] (II) NVIDIA(GPU-0): Extra : Interlace DoubleScan
    [ 29.316] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.316] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.316] (WW) NVIDIA(GPU-0): allowed).
    [ 29.316] (II) NVIDIA(GPU-0):
    [ 29.316] (II) NVIDIA(GPU-0): Validating Mode "1024x768":
    [ 29.316] (II) NVIDIA(GPU-0): 1024 x 768 @ 60 Hz
    [ 29.316] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.316] (II) NVIDIA(GPU-0): Pixel Clock : 65.00 MHz
    [ 29.316] (II) NVIDIA(GPU-0): HRes, HSyncStart : 1024, 1048
    [ 29.316] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 1184, 1344
    [ 29.316] (II) NVIDIA(GPU-0): VRes, VSyncStart : 768, 771
    [ 29.316] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 777, 806
    [ 29.316] (II) NVIDIA(GPU-0): H/V Polarity : -/-
    [ 29.316] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.316] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.316] (WW) NVIDIA(GPU-0): allowed).
    [ 29.316] (II) NVIDIA(GPU-0):
    [ 29.316] (II) NVIDIA(GPU-0): Validating Mode "512x384":
    [ 29.316] (II) NVIDIA(GPU-0): 512 x 384 @ 60 Hz
    [ 29.316] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.316] (II) NVIDIA(GPU-0): Pixel Clock : 32.50 MHz
    [ 29.316] (II) NVIDIA(GPU-0): HRes, HSyncStart : 512, 524
    [ 29.316] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 592, 672
    [ 29.316] (II) NVIDIA(GPU-0): VRes, VSyncStart : 384, 385
    [ 29.316] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 388, 403
    [ 29.316] (II) NVIDIA(GPU-0): H/V Polarity : -/-
    [ 29.316] (II) NVIDIA(GPU-0): Extra : DoubleScan
    [ 29.316] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.316] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.316] (WW) NVIDIA(GPU-0): allowed).
    [ 29.316] (II) NVIDIA(GPU-0):
    [ 29.316] (II) NVIDIA(GPU-0): Validating Mode "1024x768":
    [ 29.316] (II) NVIDIA(GPU-0): 1024 x 768 @ 70 Hz
    [ 29.316] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.316] (II) NVIDIA(GPU-0): Pixel Clock : 75.00 MHz
    [ 29.316] (II) NVIDIA(GPU-0): HRes, HSyncStart : 1024, 1048
    [ 29.316] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 1184, 1328
    [ 29.316] (II) NVIDIA(GPU-0): VRes, VSyncStart : 768, 771
    [ 29.316] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 777, 806
    [ 29.316] (II) NVIDIA(GPU-0): H/V Polarity : -/-
    [ 29.316] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.316] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.316] (WW) NVIDIA(GPU-0): allowed).
    [ 29.316] (II) NVIDIA(GPU-0):
    [ 29.316] (II) NVIDIA(GPU-0): Validating Mode "512x384":
    [ 29.316] (II) NVIDIA(GPU-0): 512 x 384 @ 70 Hz
    [ 29.316] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.316] (II) NVIDIA(GPU-0): Pixel Clock : 37.50 MHz
    [ 29.316] (II) NVIDIA(GPU-0): HRes, HSyncStart : 512, 524
    [ 29.316] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 592, 664
    [ 29.316] (II) NVIDIA(GPU-0): VRes, VSyncStart : 384, 385
    [ 29.316] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 388, 403
    [ 29.316] (II) NVIDIA(GPU-0): H/V Polarity : -/-
    [ 29.316] (II) NVIDIA(GPU-0): Extra : DoubleScan
    [ 29.316] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.316] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.316] (WW) NVIDIA(GPU-0): allowed).
    [ 29.316] (II) NVIDIA(GPU-0):
    [ 29.316] (II) NVIDIA(GPU-0): Validating Mode "1024x768":
    [ 29.316] (II) NVIDIA(GPU-0): 1024 x 768 @ 75 Hz
    [ 29.316] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.316] (II) NVIDIA(GPU-0): Pixel Clock : 78.75 MHz
    [ 29.316] (II) NVIDIA(GPU-0): HRes, HSyncStart : 1024, 1040
    [ 29.316] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 1136, 1312
    [ 29.316] (II) NVIDIA(GPU-0): VRes, VSyncStart : 768, 769
    [ 29.316] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 772, 800
    [ 29.316] (II) NVIDIA(GPU-0): H/V Polarity : +/+
    [ 29.316] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.316] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.316] (WW) NVIDIA(GPU-0): allowed).
    [ 29.316] (II) NVIDIA(GPU-0):
    [ 29.316] (II) NVIDIA(GPU-0): Validating Mode "512x384":
    [ 29.316] (II) NVIDIA(GPU-0): 512 x 384 @ 75 Hz
    [ 29.316] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.316] (II) NVIDIA(GPU-0): Pixel Clock : 39.38 MHz
    [ 29.316] (II) NVIDIA(GPU-0): HRes, HSyncStart : 512, 520
    [ 29.316] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 568, 656
    [ 29.316] (II) NVIDIA(GPU-0): VRes, VSyncStart : 384, 384
    [ 29.316] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 386, 400
    [ 29.316] (II) NVIDIA(GPU-0): H/V Polarity : +/+
    [ 29.316] (II) NVIDIA(GPU-0): Extra : DoubleScan
    [ 29.316] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.316] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.316] (WW) NVIDIA(GPU-0): allowed).
    [ 29.316] (II) NVIDIA(GPU-0):
    [ 29.316] (II) NVIDIA(GPU-0): Validating Mode "1024x768":
    [ 29.316] (II) NVIDIA(GPU-0): 1024 x 768 @ 85 Hz
    [ 29.316] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.317] (II) NVIDIA(GPU-0): Pixel Clock : 94.50 MHz
    [ 29.317] (II) NVIDIA(GPU-0): HRes, HSyncStart : 1024, 1072
    [ 29.317] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 1168, 1376
    [ 29.317] (II) NVIDIA(GPU-0): VRes, VSyncStart : 768, 769
    [ 29.317] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 772, 808
    [ 29.317] (II) NVIDIA(GPU-0): H/V Polarity : +/+
    [ 29.317] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.317] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.317] (WW) NVIDIA(GPU-0): allowed).
    [ 29.317] (II) NVIDIA(GPU-0):
    [ 29.317] (II) NVIDIA(GPU-0): Validating Mode "512x384":
    [ 29.317] (II) NVIDIA(GPU-0): 512 x 384 @ 85 Hz
    [ 29.317] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.317] (II) NVIDIA(GPU-0): Pixel Clock : 47.25 MHz
    [ 29.317] (II) NVIDIA(GPU-0): HRes, HSyncStart : 512, 536
    [ 29.317] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 584, 688
    [ 29.317] (II) NVIDIA(GPU-0): VRes, VSyncStart : 384, 384
    [ 29.317] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 386, 404
    [ 29.317] (II) NVIDIA(GPU-0): H/V Polarity : +/+
    [ 29.317] (II) NVIDIA(GPU-0): Extra : DoubleScan
    [ 29.317] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.317] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.317] (WW) NVIDIA(GPU-0): allowed).
    [ 29.317] (II) NVIDIA(GPU-0):
    [ 29.317] (II) NVIDIA(GPU-0): Validating Mode "1152x864":
    [ 29.317] (II) NVIDIA(GPU-0): 1152 x 864 @ 75 Hz
    [ 29.317] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.317] (II) NVIDIA(GPU-0): Pixel Clock : 108.00 MHz
    [ 29.317] (II) NVIDIA(GPU-0): HRes, HSyncStart : 1152, 1216
    [ 29.317] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 1344, 1600
    [ 29.317] (II) NVIDIA(GPU-0): VRes, VSyncStart : 864, 865
    [ 29.317] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 868, 900
    [ 29.317] (II) NVIDIA(GPU-0): H/V Polarity : +/+
    [ 29.317] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.317] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.317] (WW) NVIDIA(GPU-0): allowed).
    [ 29.317] (II) NVIDIA(GPU-0):
    [ 29.317] (II) NVIDIA(GPU-0): Validating Mode "576x432":
    [ 29.317] (II) NVIDIA(GPU-0): 576 x 432 @ 75 Hz
    [ 29.317] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.317] (II) NVIDIA(GPU-0): Pixel Clock : 54.00 MHz
    [ 29.317] (II) NVIDIA(GPU-0): HRes, HSyncStart : 576, 608
    [ 29.317] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 672, 800
    [ 29.317] (II) NVIDIA(GPU-0): VRes, VSyncStart : 432, 432
    [ 29.317] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 434, 450
    [ 29.317] (II) NVIDIA(GPU-0): H/V Polarity : +/+
    [ 29.317] (II) NVIDIA(GPU-0): Extra : DoubleScan
    [ 29.317] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.317] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.317] (WW) NVIDIA(GPU-0): allowed).
    [ 29.317] (II) NVIDIA(GPU-0):
    [ 29.317] (II) NVIDIA(GPU-0): Validating Mode "1280x960":
    [ 29.317] (II) NVIDIA(GPU-0): 1280 x 960 @ 60 Hz
    [ 29.317] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.317] (II) NVIDIA(GPU-0): Pixel Clock : 108.00 MHz
    [ 29.317] (II) NVIDIA(GPU-0): HRes, HSyncStart : 1280, 1376
    [ 29.317] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 1488, 1800
    [ 29.317] (II) NVIDIA(GPU-0): VRes, VSyncStart : 960, 961
    [ 29.317] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 964, 1000
    [ 29.317] (II) NVIDIA(GPU-0): H/V Polarity : +/+
    [ 29.317] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.317] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.317] (WW) NVIDIA(GPU-0): allowed).
    [ 29.317] (II) NVIDIA(GPU-0):
    [ 29.317] (II) NVIDIA(GPU-0): Validating Mode "640x480":
    [ 29.317] (II) NVIDIA(GPU-0): 640 x 480 @ 60 Hz
    [ 29.317] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.317] (II) NVIDIA(GPU-0): Pixel Clock : 54.00 MHz
    [ 29.317] (II) NVIDIA(GPU-0): HRes, HSyncStart : 640, 688
    [ 29.317] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 744, 900
    [ 29.317] (II) NVIDIA(GPU-0): VRes, VSyncStart : 480, 480
    [ 29.317] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 482, 500
    [ 29.317] (II) NVIDIA(GPU-0): H/V Polarity : +/+
    [ 29.317] (II) NVIDIA(GPU-0): Extra : DoubleScan
    [ 29.317] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.317] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.317] (WW) NVIDIA(GPU-0): allowed).
    [ 29.317] (II) NVIDIA(GPU-0):
    [ 29.317] (II) NVIDIA(GPU-0): Validating Mode "1280x960":
    [ 29.317] (II) NVIDIA(GPU-0): 1280 x 960 @ 85 Hz
    [ 29.317] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.317] (II) NVIDIA(GPU-0): Pixel Clock : 148.50 MHz
    [ 29.317] (II) NVIDIA(GPU-0): HRes, HSyncStart : 1280, 1344
    [ 29.317] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 1504, 1728
    [ 29.317] (II) NVIDIA(GPU-0): VRes, VSyncStart : 960, 961
    [ 29.317] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 964, 1011
    [ 29.317] (II) NVIDIA(GPU-0): H/V Polarity : +/+
    [ 29.317] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.317] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.317] (WW) NVIDIA(GPU-0): allowed).
    [ 29.317] (II) NVIDIA(GPU-0):
    [ 29.317] (II) NVIDIA(GPU-0): Validating Mode "640x480":
    [ 29.317] (II) NVIDIA(GPU-0): 640 x 480 @ 85 Hz
    [ 29.317] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.317] (II) NVIDIA(GPU-0): Pixel Clock : 74.25 MHz
    [ 29.317] (II) NVIDIA(GPU-0): HRes, HSyncStart : 640, 672
    [ 29.317] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 752, 864
    [ 29.317] (II) NVIDIA(GPU-0): VRes, VSyncStart : 480, 480
    [ 29.317] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 482, 505
    [ 29.317] (II) NVIDIA(GPU-0): H/V Polarity : +/+
    [ 29.317] (II) NVIDIA(GPU-0): Extra : DoubleScan
    [ 29.318] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.318] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.318] (WW) NVIDIA(GPU-0): allowed).
    [ 29.318] (II) NVIDIA(GPU-0):
    [ 29.318] (II) NVIDIA(GPU-0): Validating Mode "1280x1024":
    [ 29.318] (II) NVIDIA(GPU-0): 1280 x 1024 @ 60 Hz
    [ 29.318] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.318] (II) NVIDIA(GPU-0): Pixel Clock : 108.00 MHz
    [ 29.318] (II) NVIDIA(GPU-0): HRes, HSyncStart : 1280, 1328
    [ 29.318] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 1440, 1688
    [ 29.318] (II) NVIDIA(GPU-0): VRes, VSyncStart : 1024, 1025
    [ 29.318] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 1028, 1066
    [ 29.318] (II) NVIDIA(GPU-0): H/V Polarity : +/+
    [ 29.318] (WW) NVIDIA(GPU-0): Mode is rejected: Only EDID-provided modes are allowed on
    [ 29.318] (WW) NVIDIA(GPU-0): IBM L171 (CRT-0) (continuous frequence modes not
    [ 29.318] (WW) NVIDIA(GPU-0): allowed).
    [ 29.318] (II) NVIDIA(GPU-0):
    [ 29.318] (II) NVIDIA(GPU-0): Validating Mode "640x512":
    [ 29.318] (II) NVIDIA(GPU-0): 640 x 512 @ 60 Hz
    [ 29.318] (II) NVIDIA(GPU-0): Mode Source: X Server
    [ 29.318] (II) NVIDIA(GPU-0): Pixel Clock : 54.00 MHz
    [ 29.318] (II) NVIDIA(GPU-0): HRes, HSyncStart : 640, 664
    [ 29.318] (II) NVIDIA(GPU-0): HSyncEnd, HTotal : 720, 844
    [ 29.318] (II) NVIDIA(GPU-0): VRes, VSyncStart : 512, 512
    [ 29.318] (II) NVIDIA(GPU-0): VSyncEnd, VTotal : 514, 533
    [ 29.318] (II) NVIDIA(GPU-0): H/V Polarity : +/+
    [ 29.318] (II) NVIDIA(GPU-0): Extra : Double

  • Xorg Fails to Start (Catalyst 13.11 Beta)

    Hello,
    I have just installed the new catalyst 13.11 beta drivers. I blacklisted radeon, enabled nomodeset, and disabled kms. When I start X it gives me the "oh no something has gone wrong..." screen. Here is my X log
    [ 778.047]
    X.Org X Server 1.13.4
    Release Date: 2013-04-17
    [ 778.134] X Protocol Version 11, Revision 0
    [ 778.163] Build Operating System: Linux 3.8.10-1-ARCH x86_64
    [ 778.193] Current Operating System: Linux localhost 3.10.9-1-ARCH #1 SMP PREEMPT Wed Aug 21 13:49:35 CEST 2013 x86_64
    [ 778.193] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/root rw cryptdevice=/dev/linux/drive0:root quiet nomodeset
    [ 778.254] Build Date: 28 April 2013 01:19:17PM
    [ 778.283]
    [ 778.313] Current version of pixman: 0.30.2
    [ 778.373] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 778.373] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 778.499] (==) Log file: "/var/log/Xorg.1.log", Time: Wed Dec 18 18:41:36 2013
    [ 778.532] (==) Using config file: "/etc/X11/xorg.conf"
    [ 778.565] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 778.565] (==) ServerLayout "aticonfig Layout"
    [ 778.565] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
    [ 778.565] (**) | |-->Monitor "aticonfig-Monitor[0]-0"
    [ 778.565] (**) | |-->Device "aticonfig-Device[0]-0"
    [ 778.565] (==) Automatically adding devices
    [ 778.565] (==) Automatically enabling devices
    [ 778.565] (==) Automatically adding GPU devices
    [ 778.565] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 778.565] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 778.565] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 778.565] (II) Loader magic: 0x7fbc20
    [ 778.565] (II) Module ABI versions:
    [ 778.565] X.Org ANSI C Emulation: 0.4
    [ 778.565] X.Org Video Driver: 13.1
    [ 778.565] X.Org XInput driver : 18.0
    [ 778.565] X.Org Server Extension : 7.0
    [ 778.566] (--) PCI:*(0:1:0:0) 1002:683d:174b:e244 rev 0, Mem @ 0xe0000000/268435456, 0xf0200000/262144, I/O @ 0x00002000/256, BIOS @ 0x????????/131072
    [ 778.599] Initializing built-in extension Generic Event Extension
    [ 778.632] Initializing built-in extension SHAPE
    [ 778.664] Initializing built-in extension MIT-SHM
    [ 778.696] Initializing built-in extension XInputExtension
    [ 778.728] Initializing built-in extension XTEST
    [ 778.759] Initializing built-in extension BIG-REQUESTS
    [ 778.789] Initializing built-in extension SYNC
    [ 778.819] Initializing built-in extension XKEYBOARD
    [ 778.848] Initializing built-in extension XC-MISC
    [ 778.876] Initializing built-in extension SECURITY
    [ 778.904] Initializing built-in extension XINERAMA
    [ 778.930] Initializing built-in extension XFIXES
    [ 778.957] Initializing built-in extension RENDER
    [ 778.982] Initializing built-in extension RANDR
    [ 779.006] Initializing built-in extension COMPOSITE
    [ 779.030] Initializing built-in extension DAMAGE
    [ 779.053] Initializing built-in extension MIT-SCREEN-SAVER
    [ 779.076] Initializing built-in extension DOUBLE-BUFFER
    [ 779.098] Initializing built-in extension RECORD
    [ 779.120] Initializing built-in extension DPMS
    [ 779.142] Initializing built-in extension X-Resource
    [ 779.163] Initializing built-in extension XVideo
    [ 779.185] Initializing built-in extension XVideo-MotionCompensation
    [ 779.206] Initializing built-in extension XFree86-VidModeExtension
    [ 779.227] Initializing built-in extension XFree86-DGA
    [ 779.247] Initializing built-in extension XFree86-DRI
    [ 779.267] Initializing built-in extension DRI2
    [ 779.267] (II) "glx" will be loaded by default.
    [ 779.267] (II) LoadModule: "glx"
    [ 779.267] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 779.267] (II) Module glx: vendor="Advanced Micro Devices, Inc."
    [ 779.267] compiled for 6.9.0, module version = 1.0.0
    [ 779.287] Loading extension GLX
    [ 779.287] (II) LoadModule: "fglrx"
    [ 779.287] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 779.300] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
    [ 779.300] compiled for 1.4.99.906, module version = 13.25.5
    [ 779.300] Module class: X.Org Video Driver
    [ 779.300] (II) Loading sub module "fglrxdrm"
    [ 779.300] (II) LoadModule: "fglrxdrm"
    [ 779.300] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 779.300] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [ 779.300] compiled for 1.4.99.906, module version = 13.25.5
    [ 779.300] (II) AMD Proprietary Linux Driver Version Identifier:13.25.5
    [ 779.300] (II) AMD Proprietary Linux Driver Release Identifier: 13.251
    [ 779.300] (II) AMD Proprietary Linux Driver Build Date: Dec 6 2013 15:19:03
    [ 779.300] (++) using VT number 2
    [ 779.300] (WW) Falling back to old probe method for fglrx
    [ 779.332] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
    [ 779.336] ukiDynamicMajor: failed to open /proc/ati/major
    [ 779.336] ukiDynamicMajor: failed to open /proc/ati/major
    [ 779.339] (--) Chipset Supported AMD Graphics Processor (0x683D) found
    [ 779.339] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
    [ 779.339] (II) fglrx(0): pEnt->device->identifier=0x228dcb0
    [ 779.339] (II) fglrx(0): === [xdl_xs113_atiddxPreInit] === begin
    [ 779.339] (II) Loading sub module "vgahw"
    [ 779.340] (II) LoadModule: "vgahw"
    [ 779.340] (II) Loading /usr/lib/xorg/modules/libvgahw.so
    [ 779.340] (II) Module vgahw: vendor="X.Org Foundation"
    [ 779.340] compiled for 1.13.4, module version = 0.1.0
    [ 779.340] ABI class: X.Org Video Driver, version 13.1
    [ 779.341] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    [ 779.341] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 779.341] (==) fglrx(0): Default visual is TrueColor
    [ 779.341] (**) fglrx(0): Option "DPMS" "true"
    [ 779.341] (==) fglrx(0): RGB weight 888
    [ 779.341] (II) fglrx(0): Using 8 bits per RGB
    [ 779.341] (==) fglrx(0): Buffer Tiling is ON
    [ 779.341] (II) Loading sub module "fglrxdrm"
    [ 779.341] (II) LoadModule: "fglrxdrm"
    [ 779.341] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 779.341] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [ 779.341] compiled for 1.4.99.906, module version = 13.25.5
    [ 779.343] ukiDynamicMajor: failed to open /proc/ati/major
    [ 779.343] ukiDynamicMajor: failed to open /proc/ati/major
    [ 779.343] (**) fglrx(0): NoAccel = NO
    [ 779.343] (**) fglrx(0): AMD 2D Acceleration Architecture enabled
    [ 779.343] (--) fglrx(0): Chipset: "AMD Radeon HD 7700 Series " (Chipset = 0x683d)
    [ 779.343] (--) fglrx(0): (PciSubVendor = 0x174b, PciSubDevice = 0xe244)
    [ 779.343] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original AMD
    [ 779.343] (--) fglrx(0): Linear framebuffer (phys) at 0xe0000000
    [ 779.343] (--) fglrx(0): MMIO registers at 0xf0200000
    [ 779.343] (--) fglrx(0): I/O port at 0x00002000
    [ 779.343] (==) fglrx(0): ROM-BIOS at 0x000c0000
    [ 779.348] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
    [ 779.349] (II) Loading sub module "vbe"
    [ 779.349] (II) LoadModule: "vbe"
    [ 779.349] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [ 779.349] (II) Module vbe: vendor="X.Org Foundation"
    [ 779.349] compiled for 1.13.4, module version = 1.1.0
    [ 779.349] ABI class: X.Org Video Driver, version 13.1
    [ 779.350] (II) fglrx(0): VESA BIOS detected
    [ 779.350] (II) fglrx(0): VESA VBE Version 3.0
    [ 779.350] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
    [ 779.350] (II) fglrx(0): VESA VBE OEM: AMD ATOMBIOS
    [ 779.350] (II) fglrx(0): VESA VBE OEM Software Rev: 15.23
    [ 779.350] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2010, Advanced Micro Devices, Inc.
    [ 779.350] (II) fglrx(0): VESA VBE OEM Product: VERDE
    [ 779.350] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
    [ 779.363] (II) fglrx(0): AMD Video BIOS revision 9 or later detected
    [ 779.363] (--) fglrx(0): Video RAM: 1048576 kByte, Type: GDDR5
    [ 779.363] (II) fglrx(0): PCIE card detected
    [ 779.364] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
    [ 779.364] (WW) fglrx(0): board is an unknown third party board, chipset is supported
    [ 779.364] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf400000000, MCFBSize = 0x40000000)
    [ 779.364] (II) fglrx(0): RandR 1.2 support is enabled!
    [ 779.364] (II) fglrx(0): RandR 1.2 rotation support is enabled!
    [ 779.364] (==) fglrx(0): Center Mode is disabled
    [ 779.364] (II) Loading sub module "fb"
    [ 779.364] (II) LoadModule: "fb"
    [ 779.364] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 779.364] (II) Module fb: vendor="X.Org Foundation"
    [ 779.364] compiled for 1.13.4, module version = 1.0.0
    [ 779.364] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 779.364] (II) Loading sub module "ddc"
    [ 779.364] (II) LoadModule: "ddc"
    [ 779.364] (II) Module "ddc" already built-in
    [ 779.440] (II) fglrx(0): Output DFP1 using monitor section aticonfig-Monitor[0]-0
    [ 779.440] (II) fglrx(0): Output DFP2 has no monitor section
    [ 779.440] (II) fglrx(0): Output DFP3 has no monitor section
    [ 779.440] (II) fglrx(0): Output DFP4 has no monitor section
    [ 779.440] (II) fglrx(0): Output DFP5 has no monitor section
    [ 779.440] (II) fglrx(0): Output DFP6 has no monitor section
    [ 779.440] (II) fglrx(0): Output CRT1 has no monitor section
    [ 779.440] (II) Loading sub module "ddc"
    [ 779.440] (II) LoadModule: "ddc"
    [ 779.440] (II) Module "ddc" already built-in
    [ 779.440] (II) fglrx(0): Connected Display0: CRT1
    [ 779.440] (II) fglrx(0): Display0 EDID data ---------------------------
    [ 779.440] (II) fglrx(0): Manufacturer: VSC Model: 220 Serial#: 16843009
    [ 779.440] (II) fglrx(0): Year: 2007 Week: 12
    [ 779.440] (II) fglrx(0): EDID Version: 1.3
    [ 779.440] (II) fglrx(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    [ 779.440] (II) fglrx(0): Sync: Separate Composite SyncOnGreen
    [ 779.440] (II) fglrx(0): Max Image Size [cm]: horiz.: 41 vert.: 26
    [ 779.440] (II) fglrx(0): Gamma: 2.20
    [ 779.440] (II) fglrx(0): DPMS capabilities: Off; RGB/Color Display
    [ 779.440] (II) fglrx(0): Default color space is primary color space
    [ 779.440] (II) fglrx(0): First detailed timing is preferred mode
    [ 779.440] (II) fglrx(0): redX: 0.640 redY: 0.334 greenX: 0.286 greenY: 0.599
    [ 779.440] (II) fglrx(0): blueX: 0.154 blueY: 0.077 whiteX: 0.313 whiteY: 0.329
    [ 779.440] (II) fglrx(0): Supported established timings:
    [ 779.440] (II) fglrx(0): 720x400@70Hz
    [ 779.440] (II) fglrx(0): 640x480@60Hz
    [ 779.440] (II) fglrx(0): 640x480@67Hz
    [ 779.440] (II) fglrx(0): 640x480@72Hz
    [ 779.440] (II) fglrx(0): 640x480@75Hz
    [ 779.440] (II) fglrx(0): 800x600@56Hz
    [ 779.440] (II) fglrx(0): 800x600@60Hz
    [ 779.440] (II) fglrx(0): 800x600@72Hz
    [ 779.440] (II) fglrx(0): 800x600@75Hz
    [ 779.440] (II) fglrx(0): 832x624@75Hz
    [ 779.440] (II) fglrx(0): 1024x768@60Hz
    [ 779.440] (II) fglrx(0): 1024x768@70Hz
    [ 779.440] (II) fglrx(0): 1024x768@75Hz
    [ 779.440] (II) fglrx(0): 1280x1024@75Hz
    [ 779.440] (II) fglrx(0): 1152x864@75Hz
    [ 779.440] (II) fglrx(0): Manufacturer's mask: 0
    [ 779.440] (II) fglrx(0): Supported standard timings:
    [ 779.440] (II) fglrx(0): #0: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 779.440] (II) fglrx(0): #1: hsize: 1440 vsize 900 refresh: 75 vid: 3989
    [ 779.440] (II) fglrx(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 779.440] (II) fglrx(0): #3: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 779.440] (II) fglrx(0): #4: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 779.440] (II) fglrx(0): Supported detailed timing:
    [ 779.440] (II) fglrx(0): clock: 106.5 MHz Image Size: 410 x 256 mm
    [ 779.440] (II) fglrx(0): h_active: 1440 h_sync: 1520 h_sync_end 1672 h_blank_end 1904 h_border: 0
    [ 779.440] (II) fglrx(0): v_active: 900 v_sync: 903 v_sync_end 909 v_blanking: 934 v_border: 0
    [ 779.440] (II) fglrx(0): Serial No: QN9071271907
    [ 779.440] (II) fglrx(0): Ranges: V min: 50 V max: 75 Hz, H min: 30 H max: 82 kHz, PixClock max 145 MHz
    [ 779.440] (II) fglrx(0): Monitor name: VA1930wm-3
    [ 779.440] (II) fglrx(0): EDID (in hex):
    [ 779.440] (II) fglrx(0): 00ffffffffffff005a63200201010101
    [ 779.440] (II) fglrx(0): 0c1101030e291a782ee5b5a355499927
    [ 779.440] (II) fglrx(0): 135054bfef809500950f81808140714f
    [ 779.440] (II) fglrx(0): 0101010101019a29a0d0518422305098
    [ 779.440] (II) fglrx(0): 36009a001100001c000000ff00514e39
    [ 779.440] (II) fglrx(0): 3037313237313930370a000000fd0032
    [ 779.440] (II) fglrx(0): 4b1e520e000a202020202020000000fc
    [ 779.440] (II) fglrx(0): 00564131393330776d2d330a20200028
    [ 779.440] (II) fglrx(0): End of Display0 EDID data --------------------
    [ 779.440] (WW) fglrx(0): Dynamic Surface Resizing cannot be enabled
    [ 779.441] (II) fglrx(0): EDID for output DFP1
    [ 779.441] (II) fglrx(0): EDID for output DFP2
    [ 779.441] (II) fglrx(0): EDID for output DFP3
    [ 779.441] (II) fglrx(0): EDID for output DFP4
    [ 779.441] (II) fglrx(0): EDID for output DFP5
    [ 779.441] (II) fglrx(0): EDID for output DFP6
    [ 779.441] (II) fglrx(0): EDID for output CRT1
    [ 779.441] (II) fglrx(0): Manufacturer: VSC Model: 220 Serial#: 16843009
    [ 779.441] (II) fglrx(0): Year: 2007 Week: 12
    [ 779.441] (II) fglrx(0): EDID Version: 1.3
    [ 779.441] (II) fglrx(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    [ 779.441] (II) fglrx(0): Sync: Separate Composite SyncOnGreen
    [ 779.441] (II) fglrx(0): Max Image Size [cm]: horiz.: 41 vert.: 26
    [ 779.441] (II) fglrx(0): Gamma: 2.20
    [ 779.441] (II) fglrx(0): DPMS capabilities: Off; RGB/Color Display
    [ 779.441] (II) fglrx(0): Default color space is primary color space
    [ 779.441] (II) fglrx(0): First detailed timing is preferred mode
    [ 779.441] (II) fglrx(0): redX: 0.640 redY: 0.334 greenX: 0.286 greenY: 0.599
    [ 779.441] (II) fglrx(0): blueX: 0.154 blueY: 0.077 whiteX: 0.313 whiteY: 0.329
    [ 779.441] (II) fglrx(0): Supported established timings:
    [ 779.441] (II) fglrx(0): 720x400@70Hz
    [ 779.441] (II) fglrx(0): 640x480@60Hz
    [ 779.441] (II) fglrx(0): 640x480@67Hz
    [ 779.441] (II) fglrx(0): 640x480@72Hz
    [ 779.441] (II) fglrx(0): 640x480@75Hz
    [ 779.441] (II) fglrx(0): 800x600@56Hz
    [ 779.441] (II) fglrx(0): 800x600@60Hz
    [ 779.441] (II) fglrx(0): 800x600@72Hz
    [ 779.441] (II) fglrx(0): 800x600@75Hz
    [ 779.441] (II) fglrx(0): 832x624@75Hz
    [ 779.441] (II) fglrx(0): 1024x768@60Hz
    [ 779.441] (II) fglrx(0): 1024x768@70Hz
    [ 779.441] (II) fglrx(0): 1024x768@75Hz
    [ 779.441] (II) fglrx(0): 1280x1024@75Hz
    [ 779.441] (II) fglrx(0): 1152x864@75Hz
    [ 779.441] (II) fglrx(0): Manufacturer's mask: 0
    [ 779.441] (II) fglrx(0): Supported standard timings:
    [ 779.441] (II) fglrx(0): #0: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 779.441] (II) fglrx(0): #1: hsize: 1440 vsize 900 refresh: 75 vid: 3989
    [ 779.441] (II) fglrx(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 779.441] (II) fglrx(0): #3: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 779.441] (II) fglrx(0): #4: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 779.441] (II) fglrx(0): Supported detailed timing:
    [ 779.441] (II) fglrx(0): clock: 106.5 MHz Image Size: 410 x 256 mm
    [ 779.441] (II) fglrx(0): h_active: 1440 h_sync: 1520 h_sync_end 1672 h_blank_end 1904 h_border: 0
    [ 779.441] (II) fglrx(0): v_active: 900 v_sync: 903 v_sync_end 909 v_blanking: 934 v_border: 0
    [ 779.441] (II) fglrx(0): Serial No: QN9071271907
    [ 779.441] (II) fglrx(0): Ranges: V min: 50 V max: 75 Hz, H min: 30 H max: 82 kHz, PixClock max 145 MHz
    [ 779.441] (II) fglrx(0): Monitor name: VA1930wm-3
    [ 779.441] (II) fglrx(0): EDID (in hex):
    [ 779.441] (II) fglrx(0): 00ffffffffffff005a63200201010101
    [ 779.441] (II) fglrx(0): 0c1101030e291a782ee5b5a355499927
    [ 779.441] (II) fglrx(0): 135054bfef809500950f81808140714f
    [ 779.441] (II) fglrx(0): 0101010101019a29a0d0518422305098
    [ 779.441] (II) fglrx(0): 36009a001100001c000000ff00514e39
    [ 779.441] (II) fglrx(0): 3037313237313930370a000000fd0032
    [ 779.441] (II) fglrx(0): 4b1e520e000a202020202020000000fc
    [ 779.441] (II) fglrx(0): 00564131393330776d2d330a20200028
    [ 779.441] (II) fglrx(0): Printing probed modes for output CRT1
    [ 779.441] (II) fglrx(0): Modeline "1440x900"x60.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz eP)
    [ 779.441] (II) fglrx(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 779.441] (II) fglrx(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 779.441] (II) fglrx(0): Modeline "1440x900"x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
    [ 779.441] (II) fglrx(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 779.441] (II) fglrx(0): Modeline "1280x800"x60.0 108.00 1280 1376 1488 1800 800 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 779.441] (II) fglrx(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 779.441] (II) fglrx(0): Modeline "1152x864"x60.0 106.50 1152 1520 1672 1904 864 903 909 934 -hsync +vsync (55.9 kHz e)
    [ 779.441] (II) fglrx(0): Modeline "1280x768"x60.0 108.00 1280 1376 1488 1800 768 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 779.441] (II) fglrx(0): Modeline "1280x720"x60.0 108.00 1280 1376 1488 1800 720 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 779.441] (II) fglrx(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 779.441] (II) fglrx(0): Modeline "1024x768"x70.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 779.441] (II) fglrx(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 779.441] (II) fglrx(0): Modeline "800x600"x72.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 779.441] (II) fglrx(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 779.441] (II) fglrx(0): Modeline "800x600"x60.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 779.441] (II) fglrx(0): Modeline "800x600"x56.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 779.441] (II) fglrx(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 779.441] (II) fglrx(0): Modeline "640x480"x72.0 31.50 640 656 696 832 480 481 484 520 -hsync -vsync (37.9 kHz e)
    [ 779.441] (II) fglrx(0): Modeline "640x480"x67.0 27.28 640 664 728 816 480 481 484 499 -hsync +vsync (33.4 kHz e)
    [ 779.441] (II) fglrx(0): Modeline "640x480"x60.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 779.441] (II) fglrx(0): Output DFP1 disconnected
    [ 779.441] (II) fglrx(0): Output DFP2 disconnected
    [ 779.441] (II) fglrx(0): Output DFP3 disconnected
    [ 779.441] (II) fglrx(0): Output DFP4 disconnected
    [ 779.441] (II) fglrx(0): Output DFP5 disconnected
    [ 779.441] (II) fglrx(0): Output DFP6 disconnected
    [ 779.441] (II) fglrx(0): Output CRT1 connected
    [ 779.441] (II) fglrx(0): Using exact sizes for initial modes
    [ 779.441] (II) fglrx(0): Output CRT1 using initial mode 1440x900
    [ 779.441] (II) fglrx(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 779.441] (II) fglrx(0): DPI set to (96, 96)
    [ 779.441] (II) fglrx(0): Eyefinity capable adapter detected.
    [ 779.441] (II) fglrx(0): Adapter AMD Radeon HD 7700 Series has 6 configurable heads and 1 displays connected.
    [ 779.441] (==) fglrx(0): PseudoColor visuals disabled
    [ 779.441] (II) Loading sub module "ramdac"
    [ 779.441] (II) LoadModule: "ramdac"
    [ 779.441] (II) Module "ramdac" already built-in
    [ 779.441] (==) fglrx(0): NoDRI = NO
    [ 779.441] (==) fglrx(0): Capabilities: 0x00000000
    [ 779.441] (==) fglrx(0): CapabilitiesEx: 0x00000000
    [ 779.441] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
    [ 779.441] (==) fglrx(0): UseFastTLS=0
    [ 779.441] (II) fglrx(0): Shadow Primary option: ShadowPrimary is enabled
    [ 779.441] (--) Depth 24 pixmap format is 32 bpp
    [ 779.441] (EE) fglrx(0): atiddxDriScreenInit failed. Probably kernel module missing or incompatible.
    [ 779.441] (WW) fglrx(0): ***********************************************************
    [ 779.441] (WW) fglrx(0): * DRI initialization failed *
    [ 779.441] (WW) fglrx(0): * kernel module (fglrx.ko) may be missing or incompatible *
    [ 779.441] (WW) fglrx(0): * 2D and 3D acceleration disabled *
    [ 779.441] (WW) fglrx(0): ***********************************************************
    [ 779.441] (II) fglrx(0): FBADPhys: 0xf400000000 FBMappedSize: 0x10000000
    [ 779.442] (II) fglrx(0): FBMM initialized for area (0,0)-(1472,8191)
    [ 779.442] (II) fglrx(0): FBMM auto alloc for area (0,0)-(1472,1440) (front color buffer - assumption)
    [ 779.442] (II) fglrx(0): Largest offscreen area available: 1472 x 6751
    [ 779.442] (==) fglrx(0): Backing store disabled
    [ 779.442] Loading extension FGLRXEXTENSION
    [ 779.442] (**) fglrx(0): DPMS enabled
    [ 779.442] (II) fglrx(0): Initialized in-driver Xinerama extension
    [ 779.442] (WW) fglrx(0): Textured Video not supported without DRI enabled.
    [ 779.442] (II) LoadModule: "glesx"
    [ 779.442] (II) Loading /usr/lib/xorg/modules/glesx.so
    [ 779.443] (II) Module glesx: vendor="X.Org Foundation"
    [ 779.443] compiled for 1.4.99.906, module version = 1.0.0
    [ 779.443] Loading extension GLESX
    [ 779.443] (II) fglrx(0): GLESX enableFlags = 576
    [ 779.443] (II) fglrx(0): Enable composite support successfully
    [ 779.443] (WW) fglrx(0): Option "VendorName" is not used
    [ 779.443] (WW) fglrx(0): Option "ModelName" is not used
    [ 779.443] (==) fglrx(0): Silken mouse enabled
    [ 779.443] (==) fglrx(0): Using HW cursor of display infrastructure!
    [ 779.443] (II) fglrx(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 779.556] (--) RandR disabled
    [ 779.559] (II) AIGLX: Screen 0 is not DRI capable
    [ 779.560] [glesx] __glESXExtensionInit: No GL ES2.0 capable screen found!
    [ 779.560] (II) fglrx(0): Setting screen physical size to 381 x 238
    [ 779.668] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 779.668] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 779.668] (II) LoadModule: "evdev"
    [ 779.668] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 779.669] (II) Module evdev: vendor="X.Org Foundation"
    [ 779.669] compiled for 1.13.0, module version = 2.7.3
    [ 779.669] Module class: X.Org XInput Driver
    [ 779.669] ABI class: X.Org XInput driver, version 18.0
    [ 779.669] (II) Using input driver 'evdev' for 'Power Button'
    [ 779.669] (**) Power Button: always reports core events
    [ 779.669] (**) evdev: Power Button: Device: "/dev/input/event4"
    [ 779.669] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 779.669] (--) evdev: Power Button: Found keys
    [ 779.669] (II) evdev: Power Button: Configuring as keyboard
    [ 779.669] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
    [ 779.669] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 779.669] (**) Option "xkb_rules" "evdev"
    [ 779.669] (**) Option "xkb_model" "evdev"
    [ 779.669] (**) Option "xkb_layout" "us"
    [ 779.694] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
    [ 779.694] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 779.694] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 779.694] (**) Sleep Button: always reports core events
    [ 779.694] (**) evdev: Sleep Button: Device: "/dev/input/event3"
    [ 779.694] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 779.694] (--) evdev: Sleep Button: Found keys
    [ 779.694] (II) evdev: Sleep Button: Configuring as keyboard
    [ 779.694] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event3"
    [ 779.694] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 7)
    [ 779.694] (**) Option "xkb_rules" "evdev"
    [ 779.694] (**) Option "xkb_model" "evdev"
    [ 779.694] (**) Option "xkb_layout" "us"
    [ 779.695] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=11 (/dev/input/event14)
    [ 779.695] (II) No input driver specified, ignoring this device.
    [ 779.695] (II) This device may have been added with another device file.
    [ 779.695] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event15)
    [ 779.695] (II) No input driver specified, ignoring this device.
    [ 779.695] (II) This device may have been added with another device file.
    [ 779.696] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event16)
    [ 779.696] (II) No input driver specified, ignoring this device.
    [ 779.696] (II) This device may have been added with another device file.
    [ 779.696] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event17)
    [ 779.696] (II) No input driver specified, ignoring this device.
    [ 779.696] (II) This device may have been added with another device file.
    [ 779.696] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event18)
    [ 779.696] (II) No input driver specified, ignoring this device.
    [ 779.696] (II) This device may have been added with another device file.
    [ 779.697] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event19)
    [ 779.697] (II) No input driver specified, ignoring this device.
    [ 779.697] (II) This device may have been added with another device file.
    [ 779.697] (II) config/udev: Adding input device UVC Camera (046d:081d) (/dev/input/event6)
    [ 779.697] (**) UVC Camera (046d:081d): Applying InputClass "evdev keyboard catchall"
    [ 779.697] (II) Using input driver 'evdev' for 'UVC Camera (046d:081d)'
    [ 779.697] (**) UVC Camera (046d:081d): always reports core events
    [ 779.697] (**) evdev: UVC Camera (046d:081d): Device: "/dev/input/event6"
    [ 779.697] (--) evdev: UVC Camera (046d:081d): Vendor 0x46d Product 0x81d
    [ 779.697] (--) evdev: UVC Camera (046d:081d): Found keys
    [ 779.697] (II) evdev: UVC Camera (046d:081d): Configuring as keyboard
    [ 779.697] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.2/input/input6/event6"
    [ 779.697] (II) XINPUT: Adding extended input device "UVC Camera (046d:081d)" (type: KEYBOARD, id 8)
    [ 779.697] (**) Option "xkb_rules" "evdev"
    [ 779.698] (**) Option "xkb_model" "evdev"
    [ 779.698] (**) Option "xkb_layout" "us"
    [ 779.698] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:101b (/dev/input/event0)
    [ 779.698] (**) Logitech Unifying Device. Wireless PID:101b: Applying InputClass "evdev pointer catchall"
    [ 779.698] (II) Using input driver 'evdev' for 'Logitech Unifying Device. Wireless PID:101b'
    [ 779.698] (**) Logitech Unifying Device. Wireless PID:101b: always reports core events
    [ 779.698] (**) evdev: Logitech Unifying Device. Wireless PID:101b: Device: "/dev/input/event0"
    [ 779.698] (--) evdev: Logitech Unifying Device. Wireless PID:101b: Vendor 0x46d Product 0xc52b
    [ 779.698] (--) evdev: Logitech Unifying Device. Wireless PID:101b: Found 20 mouse buttons
    [ 779.698] (--) evdev: Logitech Unifying Device. Wireless PID:101b: Found scroll wheel(s)
    [ 779.698] (--) evdev: Logitech Unifying Device. Wireless PID:101b: Found relative axes
    [ 779.699] (--) evdev: Logitech Unifying Device. Wireless PID:101b: Found x and y relative axes
    [ 779.699] (II) evdev: Logitech Unifying Device. Wireless PID:101b: Configuring as mouse
    [ 779.699] (II) evdev: Logitech Unifying Device. Wireless PID:101b: Adding scrollwheel support
    [ 779.699] (**) evdev: Logitech Unifying Device. Wireless PID:101b: YAxisMapping: buttons 4 and 5
    [ 779.699] (**) evdev: Logitech Unifying Device. Wireless PID:101b: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 779.699] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.2/0003:046D:C52B.0003/input/input0/event0"
    [ 779.699] (II) XINPUT: Adding extended input device "Logitech Unifying Device. Wireless PID:101b" (type: MOUSE, id 9)
    [ 779.699] (II) evdev: Logitech Unifying Device. Wireless PID:101b: initialized for relative axes.
    [ 779.699] (**) Logitech Unifying Device. Wireless PID:101b: (accel) keeping acceleration scheme 1
    [ 779.699] (**) Logitech Unifying Device. Wireless PID:101b: (accel) acceleration profile 0
    [ 779.699] (**) Logitech Unifying Device. Wireless PID:101b: (accel) acceleration factor: 2.000
    [ 779.699] (**) Logitech Unifying Device. Wireless PID:101b: (accel) acceleration threshold: 4
    [ 779.700] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:101b (/dev/input/mouse0)
    [ 779.700] (II) No input driver specified, ignoring this device.
    [ 779.700] (II) This device may have been added with another device file.
    [ 779.700] (II) config/udev: Adding input device BTC USB Multimedia Keyboard (/dev/input/event1)
    [ 779.700] (**) BTC USB Multimedia Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 779.700] (II) Using input driver 'evdev' for 'BTC USB Multimedia Keyboard'
    [ 779.700] (**) BTC USB Multimedia Keyboard: always reports core events
    [ 779.700] (**) evdev: BTC USB Multimedia Keyboard: Device: "/dev/input/event1"
    [ 779.700] (--) evdev: BTC USB Multimedia Keyboard: Vendor 0x46d Product 0xc313
    [ 779.700] (--) evdev: BTC USB Multimedia Keyboard: Found keys
    [ 779.700] (II) evdev: BTC USB Multimedia Keyboard: Configuring as keyboard
    [ 779.700] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input1/event1"
    [ 779.700] (II) XINPUT: Adding extended input device "BTC USB Multimedia Keyboard" (type: KEYBOARD, id 10)
    [ 779.700] (**) Option "xkb_rules" "evdev"
    [ 779.700] (**) Option "xkb_model" "evdev"
    [ 779.700] (**) Option "xkb_layout" "us"
    [ 779.701] (II) config/udev: Adding input device BTC USB Multimedia Keyboard (/dev/input/event2)
    [ 779.701] (**) BTC USB Multimedia Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 779.701] (II) Using input driver 'evdev' for 'BTC USB Multimedia Keyboard'
    [ 779.701] (**) BTC USB Multimedia Keyboard: always reports core events
    [ 779.701] (**) evdev: BTC USB Multimedia Keyboard: Device: "/dev/input/event2"
    [ 779.701] (--) evdev: BTC USB Multimedia Keyboard: Vendor 0x46d Product 0xc313
    [ 779.701] (--) evdev: BTC USB Multimedia Keyboard: Found keys
    [ 779.701] (II) evdev: BTC USB Multimedia Keyboard: Configuring as keyboard
    [ 779.701] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.1/input/input2/event2"
    [ 779.701] (II) XINPUT: Adding extended input device "BTC USB Multimedia Keyboard" (type: KEYBOARD, id 11)
    [ 779.701] (**) Option "xkb_rules" "evdev"
    [ 779.701] (**) Option "xkb_model" "evdev"
    [ 779.701] (**) Option "xkb_layout" "us"
    [ 779.702] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
    [ 779.702] (II) No input driver specified, ignoring this device.
    [ 779.702] (II) This device may have been added with another device file.
    [ 779.703] (II) config/udev: Adding input device HDA Intel MID Line Out Surround (/dev/input/event10)
    [ 779.703] (II) No input driver specified, ignoring this device.
    [ 779.703] (II) This device may have been added with another device file.
    [ 779.703] (II) config/udev: Adding input device HDA Intel MID Line Out Front (/dev/input/event11)
    [ 779.703] (II) No input driver specified, ignoring this device.
    [ 779.703] (II) This device may have been added with another device file.
    [ 779.703] (II) config/udev: Adding input device HDA Intel MID Line (/dev/input/event12)
    [ 779.703] (II) No input driver specified, ignoring this device.
    [ 779.703] (II) This device may have been added with another device file.
    [ 779.703] (II) config/udev: Adding input device HDA Intel MID Rear Mic (/dev/input/event13)
    [ 779.703] (II) No input driver specified, ignoring this device.
    [ 779.703] (II) This device may have been added with another device file.
    [ 779.703] (II) config/udev: Adding input device HDA Intel MID Line Out Side (/dev/input/event8)
    [ 779.703] (II) No input driver specified, ignoring this device.
    [ 779.703] (II) This device may have been added with another device file.
    [ 779.704] (II) config/udev: Adding input device HDA Intel MID Line Out CLFE (/dev/input/event9)
    [ 779.704] (II) No input driver specified, ignoring this device.
    [ 779.704] (II) This device may have been added with another device file.
    [ 779.704] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
    [ 779.704] (II) No input driver specified, ignoring this device.
    [ 779.704] (II) This device may have been added with another device file.
    [ 779.706] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
    [ 808.793] (EE) fglrx(0): firegl_SetSuspendResumeState FAILED -9.
    Please Help,
    I am very new to Arch
    Last edited by jasonwryan (2013-12-20 18:46:10)

    Steef435 wrote:If you got a kernel update it has to be rebuilt.
    Pacman always automatically rebuilds the kernel after it is updated, all that is required is a reboot.
    develop7 wrote:but now my internet connection doesn't work.
    May I point you and quote you to this in a sticky which you should of read before posting:
    iphitus wrote:
    Don't do this
    It doesnt work!!!
    That is not output, that says absolutely nothing. It's probably the most useless thing you could post.
    develop7 wrote:Ok, sorry I am a real n00b but I think I need to rebuild everything. How do I do this?
    Arch is a system designed for the more competent user, if you are going to constantly ask for help every step of the way you may need to rethink which operating system you may be using.
    Last edited by Kartious (2014-01-07 09:48:49)

  • [solved] Xorg quits after 'startx' no error message

    Hi guys,
    So I'm a little perplexed. One day my system just started quitting xorg. I had it to startx upon login, but that would just flash my monitors black and then return my to a login prompt. So I went in and tried to analyse the log file but I didn't have much luck. I'm going to post it here and hopefully you guys can point me in the right direction.
    [ 567.631]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 567.632] X Protocol Version 11, Revision 0
    [ 567.633] Build Operating System: Linux 3.18.6-1-ARCH x86_64
    [ 567.634] Current Operating System: Linux taylorsarch 3.19.2-1-ARCH #1 SMP PREEMPT Wed Mar 18 16:21:02 CET 2015 x86_64
    [ 567.634] Kernel command line: \boot\vmlinuz-linux ro root=UUID=830d6c13-b8af-4b77-8f6e-058cefb7f0f7 initrd=boot\initramfs-linux.img
    [ 567.635] Build Date: 14 March 2015 06:45:50PM
    [ 567.636]
    [ 567.636] Current version of pixman: 0.32.6
    [ 567.638] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 567.638] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 567.641] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Mar 19 17:39:36 2015
    [ 567.641] (==) Using config file: "/etc/xorg.conf"
    [ 567.642] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 567.643] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 567.643] (==) ServerLayout "Layout0"
    [ 567.643] (**) |-->Screen "Screen0" (0)
    [ 567.643] (**) | |-->Monitor "Monitor0"
    [ 567.643] (**) | |-->Device "Device0"
    [ 567.643] (**) |-->Input Device "Keyboard0"
    [ 567.643] (**) |-->Input Device "Mouse0"
    [ 567.643] (==) Automatically adding devices
    [ 567.643] (==) Automatically enabling devices
    [ 567.643] (==) Automatically adding GPU devices
    [ 567.643] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
    [ 567.643] Entry deleted from font path.
    [ 567.643] (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
    [ 567.643] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 567.643] Entry deleted from font path.
    [ 567.643] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 567.643] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 567.643] Entry deleted from font path.
    [ 567.643] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 567.643] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 567.643] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 567.643] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 567.643] (WW) Disabling Keyboard0
    [ 567.643] (WW) Disabling Mouse0
    [ 567.643] (II) Loader magic: 0x815d80
    [ 567.643] (II) Module ABI versions:
    [ 567.643] X.Org ANSI C Emulation: 0.4
    [ 567.643] X.Org Video Driver: 19.0
    [ 567.643] X.Org XInput driver : 21.0
    [ 567.643] X.Org Server Extension : 9.0
    [ 567.646] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c16
    [ 567.646] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 567.646] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
    [ 567.646] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 567.647] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 9 paused 0
    [ 567.650] (--) PCI:*(0:1:0:0) 10de:11c0:3842:2660 rev 161, Mem @ 0xfa000000/16777216, 0xd0000000/134217728, 0xd8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 567.650] (--) PCI: (0:2:0:0) 10de:11c0:3842:2662 rev 161, Mem @ 0xf8000000/16777216, 0xc0000000/134217728, 0xc8000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
    [ 567.650] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 567.650] (II) LoadModule: "glx"
    [ 567.651] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 567.657] (II) Module glx: vendor="NVIDIA Corporation"
    [ 567.658] compiled for 4.0.2, module version = 1.0.0
    [ 567.658] Module class: X.Org Server Extension
    [ 567.658] (II) NVIDIA GLX Module 304.125 Mon Dec 1 20:22:48 PST 2014
    [ 567.658] (II) LoadModule: "nvidia"
    [ 567.658] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 567.658] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 567.658] compiled for 4.0.2, module version = 1.0.0
    [ 567.658] Module class: X.Org Video Driver
    [ 567.658] (II) NVIDIA dlloader X Driver 304.125 Mon Dec 1 20:00:30 PST 2014
    [ 567.658] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 567.658] (++) using VT number 1
    [ 567.658] (--) controlling tty is VT number 1, auto-enabling KeepTty
    [ 567.658] (II) Loading sub module "fb"
    [ 567.658] (II) LoadModule: "fb"
    [ 567.658] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 567.658] (II) Module fb: vendor="X.Org Foundation"
    [ 567.658] compiled for 1.17.1, module version = 1.0.0
    [ 567.658] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 567.659] (II) Loading sub module "wfb"
    [ 567.659] (II) LoadModule: "wfb"
    [ 567.659] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 567.659] (II) Module wfb: vendor="X.Org Foundation"
    [ 567.659] compiled for 1.17.1, module version = 1.0.0
    [ 567.659] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 567.659] (II) Loading sub module "ramdac"
    [ 567.659] (II) LoadModule: "ramdac"
    [ 567.659] (II) Module "ramdac" already built-in
    [ 567.659] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 567.659] (==) NVIDIA(0): RGB weight 888
    [ 567.659] (==) NVIDIA(0): Default visual is TrueColor
    [ 567.659] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 567.659] (**) NVIDIA(0): Option "MetaModes" "nvidia-auto-select +0+0 { ForceFullCompositionPipeline = On }"
    [ 567.659] (**) NVIDIA(0): Enabling 2D acceleration
    [ 568.126] (II) NVIDIA(GPU-0): Display (Ancor Communications Inc ASUS VH238 (DFP-0)) does not
    [ 568.126] (II) NVIDIA(GPU-0): support NVIDIA 3D Vision stereo.
    [ 568.131] (II) NVIDIA(GPU-0): Display (DELL 2005FPW (DFP-3)) does not support NVIDIA 3D
    [ 568.131] (II) NVIDIA(GPU-0): Vision stereo.
    [ 568.132] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 660 (GK106) at PCI:1:0:0 (GPU-0)
    [ 568.132] (--) NVIDIA(0): Memory: 2097152 kBytes
    [ 568.132] (--) NVIDIA(0): VideoBIOS: 80.06.58.00.60
    [ 568.132] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 568.132] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 568.138] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 660 at PCI:1:0:0
    [ 568.139] (--) NVIDIA(0): CRT-0
    [ 568.139] (--) NVIDIA(0): Ancor Communications Inc ASUS VH238 (DFP-0) (connected)
    [ 568.139] (--) NVIDIA(0): DFP-1
    [ 568.139] (--) NVIDIA(0): DFP-2
    [ 568.139] (--) NVIDIA(0): DELL 2005FPW (DFP-3) (connected)
    [ 568.139] (--) NVIDIA(0): DFP-4
    [ 568.139] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
    [ 568.139] (--) NVIDIA(0): Ancor Communications Inc ASUS VH238 (DFP-0): 330.0 MHz maximum pixel clock
    [ 568.139] (--) NVIDIA(0): Ancor Communications Inc ASUS VH238 (DFP-0): Internal Dual Link TMDS
    [ 568.139] (--) NVIDIA(0): DFP-1: 165.0 MHz maximum pixel clock
    [ 568.139] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS
    [ 568.139] (--) NVIDIA(0): DFP-2: 165.0 MHz maximum pixel clock
    [ 568.139] (--) NVIDIA(0): DFP-2: Internal Single Link TMDS
    [ 568.139] (--) NVIDIA(0): DELL 2005FPW (DFP-3): 330.0 MHz maximum pixel clock
    [ 568.139] (--) NVIDIA(0): DELL 2005FPW (DFP-3): Internal Dual Link TMDS
    [ 568.139] (--) NVIDIA(0): DFP-4: 960.0 MHz maximum pixel clock
    [ 568.139] (--) NVIDIA(0): DFP-4: Internal DisplayPort
    [ 568.139] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 568.139] (**) NVIDIA(0): device Ancor Communications Inc ASUS VH238 (DFP-0) (Using
    [ 568.139] (**) NVIDIA(0): EDID frequencies has been enabled on all display
    [ 568.139] (**) NVIDIA(0): devices.)
    [ 568.141] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 568.141] (**) NVIDIA(0): device DELL 2005FPW (DFP-3) (Using EDID frequencies has
    [ 568.141] (**) NVIDIA(0): been enabled on all display devices.)
    [ 568.142] (II) NVIDIA(0): Validated MetaModes:
    [ 568.142] (II) NVIDIA(0): "nvidia-auto-select+0+0{ForceFullCompositionPipeline=On}"
    [ 568.142] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
    [ 568.170] (--) NVIDIA(0): DPI set to (95, 94); computed from "UseEdidDpi" X config
    [ 568.170] (--) NVIDIA(0): option
    [ 568.170] (--) Depth 24 pixmap format is 32 bpp
    [ 568.516] (II) NVIDIA(GPU-1): NVIDIA GPU GeForce GTX 660 (GK106) at PCI:2:0:0 (GPU-1)
    [ 568.516] (--) NVIDIA(GPU-1): Memory: 2097152 kBytes
    [ 568.516] (--) NVIDIA(GPU-1): VideoBIOS: 80.06.58.00.60
    [ 568.516] (II) NVIDIA(GPU-1): Detected PCI Express Link width: 16X
    [ 568.516] (--) NVIDIA(GPU-1): Interlaced video modes are supported on this GPU
    [ 568.516] (--) NVIDIA(GPU-1): Valid display device(s) on GeForce GTX 660 at PCI:2:0:0
    [ 568.516] (--) NVIDIA(GPU-1): CRT-0
    [ 568.516] (--) NVIDIA(GPU-1): DFP-0
    [ 568.516] (--) NVIDIA(GPU-1): DFP-1
    [ 568.516] (--) NVIDIA(GPU-1): DFP-2
    [ 568.516] (--) NVIDIA(GPU-1): DFP-3
    [ 568.516] (--) NVIDIA(GPU-1): DFP-4
    [ 568.516] (--) NVIDIA(GPU-1): CRT-0: 400.0 MHz maximum pixel clock
    [ 568.516] (--) NVIDIA(GPU-1): DFP-0: 330.0 MHz maximum pixel clock
    [ 568.516] (--) NVIDIA(GPU-1): DFP-0: Internal Single Link TMDS
    [ 568.516] (--) NVIDIA(GPU-1): DFP-1: 165.0 MHz maximum pixel clock
    [ 568.516] (--) NVIDIA(GPU-1): DFP-1: Internal Single Link TMDS
    [ 568.516] (--) NVIDIA(GPU-1): DFP-2: 165.0 MHz maximum pixel clock
    [ 568.516] (--) NVIDIA(GPU-1): DFP-2: Internal Single Link TMDS
    [ 568.516] (--) NVIDIA(GPU-1): DFP-3: 330.0 MHz maximum pixel clock
    [ 568.516] (--) NVIDIA(GPU-1): DFP-3: Internal Single Link TMDS
    [ 568.516] (--) NVIDIA(GPU-1): DFP-4: 400.0 MHz maximum pixel clock
    [ 568.516] (--) NVIDIA(GPU-1): DFP-4: Internal DisplayPort
    [ 568.516] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
    [ 568.516] (II) NVIDIA: access.
    [ 568.521] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 568.521] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 568.521] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 568.521] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 568.521] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 568.521] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 568.521] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 568.521] (II) NVIDIA(0): Config Options in the README.
    [ 568.527] (II) NVIDIA(0): Setting mode "nvidia-auto-select+0+0{ForceFullCompositionPipeline=On}"
    [ 568.588] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 568.588] (==) NVIDIA(0): Backing store enabled
    [ 568.588] (==) NVIDIA(0): Silken mouse enabled
    [ 568.588] (**) NVIDIA(0): DPMS enabled
    [ 568.588] (II) Loading sub module "dri2"
    [ 568.588] (II) LoadModule: "dri2"
    [ 568.588] (II) Module "dri2" already built-in
    [ 568.588] (II) NVIDIA(0): [DRI2] Setup complete
    [ 568.588] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 568.588] (--) RandR disabled
    [ 568.592] (II) Initializing extension GLX
    [ 568.592] (II) Indirect GLX disabled.(II) config/udev: Adding input device Power Button (/dev/input/event5)
    [ 568.618] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 568.618] (**) Power Button: Applying InputClass "system-keyboard"
    [ 568.618] (II) LoadModule: "evdev"
    [ 568.619] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 568.619] (II) Module evdev: vendor="X.Org Foundation"
    [ 568.619] compiled for 1.16.2, module version = 2.9.1
    [ 568.619] Module class: X.Org XInput Driver
    [ 568.619] ABI class: X.Org XInput driver, version 21.0
    [ 568.619] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 36 paused 0
    [ 568.619] (II) Using input driver 'evdev' for 'Power Button'
    [ 568.619] (**) Power Button: always reports core events
    [ 568.619] (**) evdev: Power Button: Device: "/dev/input/event5"
    [ 568.619] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 568.619] (--) evdev: Power Button: Found keys
    [ 568.619] (II) evdev: Power Button: Configuring as keyboard
    [ 568.619] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event5"
    [ 568.619] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 568.619] (**) Option "xkb_rules" "evdev"
    [ 568.619] (**) Option "xkb_model" "pc104"
    [ 568.619] (**) Option "xkb_layout" "dvorak"
    [ 568.647] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 568.647] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 568.647] (**) Power Button: Applying InputClass "system-keyboard"
    [ 568.648] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 37 paused 0
    [ 568.648] (II) Using input driver 'evdev' for 'Power Button'
    [ 568.648] (**) Power Button: always reports core events
    [ 568.648] (**) evdev: Power Button: Device: "/dev/input/event4"
    [ 568.648] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 568.648] (--) evdev: Power Button: Found keys
    [ 568.648] (II) evdev: Power Button: Configuring as keyboard
    [ 568.648] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6/event4"
    [ 568.648] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 568.648] (**) Option "xkb_rules" "evdev"
    [ 568.648] (**) Option "xkb_model" "pc104"
    [ 568.648] (**) Option "xkb_layout" "dvorak"
    [ 568.648] (II) config/udev: Adding input device USB full speed gaming keyboard (/dev/input/event2)
    [ 568.648] (**) USB full speed gaming keyboard: Applying InputClass "evdev keyboard catchall"
    [ 568.648] (**) USB full speed gaming keyboard: Applying InputClass "system-keyboard"
    [ 568.648] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 38 paused 0
    [ 568.648] (II) Using input driver 'evdev' for 'USB full speed gaming keyboard'
    [ 568.648] (**) USB full speed gaming keyboard: always reports core events
    [ 568.648] (**) evdev: USB full speed gaming keyboard: Device: "/dev/input/event2"
    [ 568.648] (--) evdev: USB full speed gaming keyboard: Vendor 0x60b Product 0x6251
    [ 568.648] (--) evdev: USB full speed gaming keyboard: Found keys
    [ 568.648] (II) evdev: USB full speed gaming keyboard: Configuring as keyboard
    [ 568.648] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.7/4-1.7.4/4-1.7.4:1.0/0003:060B:6251.0003/input/input4/event2"
    [ 568.648] (II) XINPUT: Adding extended input device "USB full speed gaming keyboard" (type: KEYBOARD, id 8)
    [ 568.648] (**) Option "xkb_rules" "evdev"
    [ 568.648] (**) Option "xkb_model" "pc104"
    [ 568.648] (**) Option "xkb_layout" "dvorak"
    [ 568.649] (II) config/udev: Adding input device USB full speed gaming keyboard (/dev/input/event3)
    [ 568.649] (**) USB full speed gaming keyboard: Applying InputClass "evdev keyboard catchall"
    [ 568.649] (**) USB full speed gaming keyboard: Applying InputClass "system-keyboard"
    [ 568.649] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 39 paused 0
    [ 568.649] (II) Using input driver 'evdev' for 'USB full speed gaming keyboard'
    [ 568.649] (**) USB full speed gaming keyboard: always reports core events
    [ 568.649] (**) evdev: USB full speed gaming keyboard: Device: "/dev/input/event3"
    [ 568.649] (--) evdev: USB full speed gaming keyboard: Vendor 0x60b Product 0x6251
    [ 568.649] (--) evdev: USB full speed gaming keyboard: Found 1 mouse buttons
    [ 568.649] (--) evdev: USB full speed gaming keyboard: Found scroll wheel(s)
    [ 568.649] (--) evdev: USB full speed gaming keyboard: Found relative axes
    [ 568.649] (II) evdev: USB full speed gaming keyboard: Forcing relative x/y axes to exist.
    [ 568.649] (--) evdev: USB full speed gaming keyboard: Found absolute axes
    [ 568.649] (II) evdev: USB full speed gaming keyboard: Forcing absolute x/y axes to exist.
    [ 568.649] (--) evdev: USB full speed gaming keyboard: Found keys
    [ 568.649] (II) evdev: USB full speed gaming keyboard: Configuring as mouse
    [ 568.649] (II) evdev: USB full speed gaming keyboard: Configuring as keyboard
    [ 568.649] (II) evdev: USB full speed gaming keyboard: Adding scrollwheel support
    [ 568.649] (**) evdev: USB full speed gaming keyboard: YAxisMapping: buttons 4 and 5
    [ 568.649] (**) evdev: USB full speed gaming keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 568.649] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.7/4-1.7.4/4-1.7.4:1.1/0003:060B:6251.0004/input/input5/event3"
    [ 568.649] (II) XINPUT: Adding extended input device "USB full speed gaming keyboard" (type: KEYBOARD, id 9)
    [ 568.649] (**) Option "xkb_rules" "evdev"
    [ 568.649] (**) Option "xkb_model" "pc104"
    [ 568.649] (**) Option "xkb_layout" "dvorak"
    [ 568.649] (II) evdev: USB full speed gaming keyboard: initialized for relative axes.
    [ 568.649] (WW) evdev: USB full speed gaming keyboard: ignoring absolute axes.
    [ 568.649] (**) USB full speed gaming keyboard: (accel) keeping acceleration scheme 1
    [ 568.649] (**) USB full speed gaming keyboard: (accel) acceleration profile 0
    [ 568.650] (**) USB full speed gaming keyboard: (accel) acceleration factor: 2.000
    [ 568.650] (**) USB full speed gaming keyboard: (accel) acceleration threshold: 4
    [ 568.650] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event0)
    [ 568.650] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
    [ 568.703] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 40 paused 0
    [ 568.703] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 568.703] (**) Logitech USB Receiver: always reports core events
    [ 568.703] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event0"
    [ 568.703] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc531
    [ 568.703] (--) evdev: Logitech USB Receiver: Found 20 mouse buttons
    [ 568.703] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
    [ 568.703] (--) evdev: Logitech USB Receiver: Found relative axes
    [ 568.703] (--) evdev: Logitech USB Receiver: Found x and y relative axes
    [ 568.703] (II) evdev: Logitech USB Receiver: Configuring as mouse
    [ 568.703] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
    [ 568.703] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    [ 568.703] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 568.703] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.8/4-1.8:1.0/0003:046D:C531.0001/input/input2/event0"
    [ 568.703] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 10)
    [ 568.703] (II) evdev: Logitech USB Receiver: initialized for relative axes.
    [ 568.703] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    [ 568.703] (**) Logitech USB Receiver: (accel) acceleration profile 0
    [ 568.703] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
    [ 568.703] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
    [ 568.704] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
    [ 568.704] (II) No input driver specified, ignoring this device.
    [ 568.704] (II) This device may have been added with another device file.
    [ 568.704] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event1)
    [ 568.704] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
    [ 568.704] (**) Logitech USB Receiver: Applying InputClass "system-keyboard"
    [ 568.704] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 41 paused 0
    [ 568.704] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 568.704] (**) Logitech USB Receiver: always reports core events
    [ 568.704] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event1"
    [ 568.704] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc531
    [ 568.704] (--) evdev: Logitech USB Receiver: Found 1 mouse buttons
    [ 568.704] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
    [ 568.704] (--) evdev: Logitech USB Receiver: Found relative axes
    [ 568.704] (II) evdev: Logitech USB Receiver: Forcing relative x/y axes to exist.
    [ 568.704] (--) evdev: Logitech USB Receiver: Found absolute axes
    [ 568.704] (II) evdev: Logitech USB Receiver: Forcing absolute x/y axes to exist.
    [ 568.704] (--) evdev: Logitech USB Receiver: Found keys
    [ 568.704] (II) evdev: Logitech USB Receiver: Configuring as mouse
    [ 568.704] (II) evdev: Logitech USB Receiver: Configuring as keyboard
    [ 568.704] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
    [ 568.704] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    [ 568.704] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 568.705] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.8/4-1.8:1.1/0003:046D:C531.0002/input/input3/event1"
    [ 568.705] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 11)
    [ 568.705] (**) Option "xkb_rules" "evdev"
    [ 568.705] (**) Option "xkb_model" "pc104"
    [ 568.705] (**) Option "xkb_layout" "dvorak"
    [ 568.705] (II) evdev: Logitech USB Receiver: initialized for relative axes.
    [ 568.705] (WW) evdev: Logitech USB Receiver: ignoring absolute axes.
    [ 568.705] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    [ 568.705] (**) Logitech USB Receiver: (accel) acceleration profile 0
    [ 568.705] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
    [ 568.705] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
    [ 568.705] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event7)
    [ 568.705] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 568.705] (**) Eee PC WMI hotkeys: Applying InputClass "system-keyboard"
    [ 568.705] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 42 paused 0
    [ 568.706] (II) Using input driver 'evdev' for 'Eee PC WMI hotkeys'
    [ 568.706] (**) Eee PC WMI hotkeys: always reports core events
    [ 568.706] (**) evdev: Eee PC WMI hotkeys: Device: "/dev/input/event7"
    [ 568.706] (--) evdev: Eee PC WMI hotkeys: Vendor 0 Product 0
    [ 568.706] (--) evdev: Eee PC WMI hotkeys: Found keys
    [ 568.706] (II) evdev: Eee PC WMI hotkeys: Configuring as keyboard
    [ 568.706] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input10/event7"
    [ 568.706] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 12)
    [ 568.706] (**) Option "xkb_rules" "evdev"
    [ 568.706] (**) Option "xkb_model" "pc104"
    [ 568.706] (**) Option "xkb_layout" "dvorak"
    [ 568.706] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
    [ 568.706] (II) No input driver specified, ignoring this device.
    [ 568.706] (II) This device may have been added with another device file.
    [ 568.748] (II) NVIDIA(GPU-0): Display (Ancor Communications Inc ASUS VH238 (DFP-0)) does not
    [ 568.748] (II) NVIDIA(GPU-0): support NVIDIA 3D Vision stereo.
    [ 568.748] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 568.748] (**) NVIDIA(0): device Ancor Communications Inc ASUS VH238 (DFP-0) (Using
    [ 568.748] (**) NVIDIA(0): EDID frequencies has been enabled on all display
    [ 568.748] (**) NVIDIA(0): devices.)
    [ 568.756] (II) NVIDIA(GPU-0): Display (DELL 2005FPW (DFP-3)) does not support NVIDIA 3D
    [ 568.756] (II) NVIDIA(GPU-0): Vision stereo.
    [ 568.756] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 568.756] (**) NVIDIA(0): device DELL 2005FPW (DFP-3) (Using EDID frequencies has
    [ 568.756] (**) NVIDIA(0): been enabled on all display devices.)
    [ 568.830] (II) NVIDIA(0): Setting mode "DVI-I-1: nvidia-auto-select @1920x1080 +0+600"
    [ 568.899] (II) NVIDIA(0): Setting mode "DVI-I-1: nvidia-auto-select @1920x1080 +0+600, DVI-D-0: nvidia-auto-select @1050x1680 +1920+0 {Rotation=90}"
    [ 569.028] (II) evdev: Eee PC WMI hotkeys: Close
    [ 569.028] (II) UnloadModule: "evdev"
    [ 569.028] (II) systemd-logind: releasing fd for 13:71
    [ 569.103] (II) evdev: Logitech USB Receiver: Close
    [ 569.103] (II) UnloadModule: "evdev"
    [ 569.103] (II) systemd-logind: releasing fd for 13:65
    [ 569.156] (II) evdev: Logitech USB Receiver: Close
    [ 569.156] (II) UnloadModule: "evdev"
    [ 569.156] (II) systemd-logind: releasing fd for 13:64
    [ 569.210] (II) evdev: USB full speed gaming keyboard: Close
    [ 569.210] (II) UnloadModule: "evdev"
    [ 569.210] (II) systemd-logind: releasing fd for 13:67
    [ 569.263] (II) evdev: USB full speed gaming keyboard: Close
    [ 569.263] (II) UnloadModule: "evdev"
    [ 569.263] (II) systemd-logind: releasing fd for 13:66
    [ 569.316] (II) evdev: Power Button: Close
    [ 569.316] (II) UnloadModule: "evdev"
    [ 569.316] (II) systemd-logind: releasing fd for 13:68
    [ 569.343] (II) evdev: Power Button: Close
    [ 569.343] (II) UnloadModule: "evdev"
    [ 569.343] (II) systemd-logind: releasing fd for 13:69
    [ 569.688] (II) Server terminated successfully (0). Closing log file.
    I have my system fully up to date, I really have no idea why one day it would just stop working.
    I saw that at line 568.521 there was a failure of ACPI but I really am not sure how that would affect my system.
    Only thing I can think of in conjunction with this issue, is that I setup my foldingathome client to be enabled in systemctl. It started making weird graph glitches in my tty so I disabled it. Not sure if they are linked or not.
    Thanks!
    Last edited by 15goudreau (2015-03-29 15:17:53)

    I uninstalled nvidia-304xx and installed nvidia with needed dependencies. This is the output I get from running 'startx'. It does the exact same thing, looks like it's going to load screen flickers and then kicks me back saying it was terminated successfully.
    [ 15.795]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 15.796] X Protocol Version 11, Revision 0
    [ 15.796] Build Operating System: Linux 3.18.6-1-ARCH x86_64
    [ 15.796] Current Operating System: Linux taylorsarch 3.19.2-1-ARCH #1 SMP PREEMPT Wed Mar 18 16:21:02 CET 2015 x86_64
    [ 15.796] Kernel command line: \boot\vmlinuz-linux ro root=UUID=830d6c13-b8af-4b77-8f6e-058cefb7f0f7 initrd=boot\initramfs-linux.img
    [ 15.796] Build Date: 14 March 2015 06:45:50PM
    [ 15.796]
    [ 15.796] Current version of pixman: 0.32.6
    [ 15.796] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 15.796] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 15.796] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Mar 22 11:59:26 2015
    [ 15.799] (==) Using config file: "/etc/xorg.conf"
    [ 15.799] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 15.799] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 15.801] (==) ServerLayout "Layout0"
    [ 15.801] (**) |-->Screen "Screen0" (0)
    [ 15.801] (**) | |-->Monitor "Monitor0"
    [ 15.801] (**) | |-->Device "Device0"
    [ 15.801] (**) |-->Input Device "Keyboard0"
    [ 15.801] (**) |-->Input Device "Mouse0"
    [ 15.801] (==) Automatically adding devices
    [ 15.801] (==) Automatically enabling devices
    [ 15.801] (==) Automatically adding GPU devices
    [ 15.803] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
    [ 15.803] Entry deleted from font path.
    [ 15.803] (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
    [ 15.805] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 15.805] Entry deleted from font path.
    [ 15.805] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 15.805] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 15.805] Entry deleted from font path.
    [ 15.805] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 15.805] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 15.805] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 15.805] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 15.805] (WW) Disabling Keyboard0
    [ 15.805] (WW) Disabling Mouse0
    [ 15.805] (II) Loader magic: 0x815d80
    [ 15.805] (II) Module ABI versions:
    [ 15.805] X.Org ANSI C Emulation: 0.4
    [ 15.805] X.Org Video Driver: 19.0
    [ 15.805] X.Org XInput driver : 21.0
    [ 15.805] X.Org Server Extension : 9.0
    [ 15.808] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
    [ 15.808] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 15.808] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
    [ 15.809] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 15.809] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 9 paused 0
    [ 15.813] (--) PCI:*(0:1:0:0) 10de:11c0:3842:2660 rev 161, Mem @ 0xfa000000/16777216, 0xd0000000/134217728, 0xd8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 15.813] (--) PCI: (0:2:0:0) 10de:11c0:3842:2662 rev 161, Mem @ 0xf8000000/16777216, 0xc0000000/134217728, 0xc8000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
    [ 15.813] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 15.813] (II) LoadModule: "glx"
    [ 15.818] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 15.905] (II) Module glx: vendor="NVIDIA Corporation"
    [ 15.905] compiled for 4.0.2, module version = 1.0.0
    [ 15.905] Module class: X.Org Server Extension
    [ 15.906] (II) NVIDIA GLX Module 346.47 Thu Feb 19 18:09:07 PST 2015
    [ 15.906] (II) LoadModule: "nvidia"
    [ 15.906] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 15.912] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 15.912] compiled for 4.0.2, module version = 1.0.0
    [ 15.912] Module class: X.Org Video Driver
    [ 15.913] (II) NVIDIA dlloader X Driver 346.47 Thu Feb 19 17:47:18 PST 2015
    [ 15.913] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 15.913] (++) using VT number 1
    [ 15.913] (--) controlling tty is VT number 1, auto-enabling KeepTty
    [ 15.914] (II) Loading sub module "fb"
    [ 15.914] (II) LoadModule: "fb"
    [ 15.914] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 15.915] (II) Module fb: vendor="X.Org Foundation"
    [ 15.915] compiled for 1.17.1, module version = 1.0.0
    [ 15.915] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 15.915] (II) Loading sub module "wfb"
    [ 15.915] (II) LoadModule: "wfb"
    [ 15.915] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 15.916] (II) Module wfb: vendor="X.Org Foundation"
    [ 15.916] compiled for 1.17.1, module version = 1.0.0
    [ 15.916] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 15.916] (II) Loading sub module "ramdac"
    [ 15.916] (II) LoadModule: "ramdac"
    [ 15.916] (II) Module "ramdac" already built-in
    [ 15.918] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 15.918] (==) NVIDIA(0): RGB weight 888
    [ 15.918] (==) NVIDIA(0): Default visual is TrueColor
    [ 15.918] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 15.919] (**) NVIDIA(0): Option "MetaModes" "nvidia-auto-select +0+0 { ForceFullCompositionPipeline = On }"
    [ 15.919] (**) NVIDIA(0): Enabling 2D acceleration
    [ 16.497] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
    [ 16.498] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 660 (GK106) at PCI:1:0:0 (GPU-0)
    [ 16.498] (--) NVIDIA(0): Memory: 2097152 kBytes
    [ 16.498] (--) NVIDIA(0): VideoBIOS: 80.06.58.00.60
    [ 16.498] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 16.510] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 660 at PCI:1:0:0
    [ 16.510] (--) NVIDIA(0): CRT-0
    [ 16.510] (--) NVIDIA(0): Ancor Communications Inc ASUS VH238 (DFP-0) (boot, connected)
    [ 16.510] (--) NVIDIA(0): DFP-1
    [ 16.510] (--) NVIDIA(0): DFP-2
    [ 16.510] (--) NVIDIA(0): DELL 2005FPW (DFP-3) (connected)
    [ 16.510] (--) NVIDIA(0): DFP-4
    [ 16.510] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 16.510] (--) NVIDIA(0): Ancor Communications Inc ASUS VH238 (DFP-0): Internal TMDS
    [ 16.510] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VH238 (DFP-0): 330.0 MHz maximum pixel clock
    [ 16.510] (--) NVIDIA(0): DFP-1: Internal TMDS
    [ 16.510] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
    [ 16.510] (--) NVIDIA(0): DFP-2: Internal TMDS
    [ 16.510] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
    [ 16.510] (--) NVIDIA(0): DELL 2005FPW (DFP-3): Internal TMDS
    [ 16.510] (--) NVIDIA(GPU-0): DELL 2005FPW (DFP-3): 330.0 MHz maximum pixel clock
    [ 16.510] (--) NVIDIA(0): DFP-4: Internal DisplayPort
    [ 16.510] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
    [ 16.510] (**) NVIDIA(0): Option "Rotate" "left"
    [ 16.510] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 16.510] (**) NVIDIA(0): device Ancor Communications Inc ASUS VH238 (DFP-0) (Using
    [ 16.511] (**) NVIDIA(0): EDID frequencies has been enabled on all display
    [ 16.511] (**) NVIDIA(0): devices.)
    [ 16.512] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 16.512] (**) NVIDIA(0): device DELL 2005FPW (DFP-3) (Using EDID frequencies has
    [ 16.512] (**) NVIDIA(0): been enabled on all display devices.)
    [ 16.513] (II) NVIDIA(0): Validated MetaModes:
    [ 16.513] (II) NVIDIA(0): "nvidia-auto-select+0+0{ForceFullCompositionPipeline=On}"
    [ 16.513] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
    [ 16.539] (--) NVIDIA(0): DPI set to (95, 94); computed from "UseEdidDpi" X config
    [ 16.539] (--) NVIDIA(0): option
    [ 16.539] (--) Depth 24 pixmap format is 32 bpp
    [ 16.999] (II) NVIDIA(GPU-1): Found DRM driver nvidia-drm (20150116)
    [ 17.012] (II) NVIDIA(GPU-1): NVIDIA GPU GeForce GTX 660 (GK106) at PCI:2:0:0 (GPU-1)
    [ 17.012] (--) NVIDIA(GPU-1): Memory: 2097152 kBytes
    [ 17.012] (--) NVIDIA(GPU-1): VideoBIOS: 80.06.58.00.60
    [ 17.012] (II) NVIDIA(GPU-1): Detected PCI Express Link width: 16X
    [ 17.012] (--) NVIDIA(GPU-1): Valid display device(s) on GeForce GTX 660 at PCI:2:0:0
    [ 17.012] (--) NVIDIA(GPU-1): CRT-0
    [ 17.012] (--) NVIDIA(GPU-1): DFP-0
    [ 17.012] (--) NVIDIA(GPU-1): DFP-1
    [ 17.012] (--) NVIDIA(GPU-1): DFP-2
    [ 17.012] (--) NVIDIA(GPU-1): DFP-3
    [ 17.012] (--) NVIDIA(GPU-1): DFP-4
    [ 17.012] (--) NVIDIA(GPU-1): CRT-0: 400.0 MHz maximum pixel clock
    [ 17.012] (--) NVIDIA(GPU-1): DFP-0: Internal TMDS
    [ 17.012] (--) NVIDIA(GPU-1): DFP-0: 330.0 MHz maximum pixel clock
    [ 17.012] (--) NVIDIA(GPU-1): DFP-1: Internal TMDS
    [ 17.012] (--) NVIDIA(GPU-1): DFP-1: 165.0 MHz maximum pixel clock
    [ 17.012] (--) NVIDIA(GPU-1): DFP-2: Internal TMDS
    [ 17.012] (--) NVIDIA(GPU-1): DFP-2: 165.0 MHz maximum pixel clock
    [ 17.012] (--) NVIDIA(GPU-1): DFP-3: Internal TMDS
    [ 17.012] (--) NVIDIA(GPU-1): DFP-3: 330.0 MHz maximum pixel clock
    [ 17.012] (--) NVIDIA(GPU-1): DFP-4: Internal DisplayPort
    [ 17.012] (--) NVIDIA(GPU-1): DFP-4: 400.0 MHz maximum pixel clock
    [ 17.012] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
    [ 17.012] (II) NVIDIA: access.
    [ 17.015] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 17.015] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 17.015] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 17.015] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 17.015] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 17.015] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 17.015] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 17.015] (II) NVIDIA(0): Config Options in the README.
    [ 17.024] (II) NVIDIA(0): Setting mode "nvidia-auto-select+0+0{ForceFullCompositionPipeline=On}"
    [ 17.116] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 17.116] (==) NVIDIA(0): Backing store enabled
    [ 17.116] (==) NVIDIA(0): Silken mouse enabled
    [ 17.116] (**) NVIDIA(0): DPMS enabled
    [ 17.117] (II) Loading sub module "dri2"
    [ 17.117] (II) LoadModule: "dri2"
    [ 17.117] (II) Module "dri2" already built-in
    [ 17.117] (II) NVIDIA(0): [DRI2] Setup complete
    [ 17.117] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 17.117] (--) RandR disabled
    [ 17.120] (II) Initializing extension GLX
    [ 17.120] (II) Indirect GLX disabled.(II) config/udev: Adding input device Power Button (/dev/input/event5)
    [ 17.174] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 17.174] (**) Power Button: Applying InputClass "system-keyboard"
    [ 17.174] (II) LoadModule: "evdev"
    [ 17.174] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 17.177] (II) Module evdev: vendor="X.Org Foundation"
    [ 17.177] compiled for 1.16.2, module version = 2.9.1
    [ 17.177] Module class: X.Org XInput Driver
    [ 17.177] ABI class: X.Org XInput driver, version 21.0
    [ 17.177] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 41 paused 0
    [ 17.177] (II) Using input driver 'evdev' for 'Power Button'
    [ 17.177] (**) Power Button: always reports core events
    [ 17.177] (**) evdev: Power Button: Device: "/dev/input/event5"
    [ 17.177] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 17.177] (--) evdev: Power Button: Found keys
    [ 17.177] (II) evdev: Power Button: Configuring as keyboard
    [ 17.177] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event5"
    [ 17.177] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 17.177] (**) Option "xkb_rules" "evdev"
    [ 17.177] (**) Option "xkb_model" "pc104"
    [ 17.177] (**) Option "xkb_layout" "dvorak"
    [ 17.197] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 17.197] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 17.197] (**) Power Button: Applying InputClass "system-keyboard"
    [ 17.197] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 42 paused 0
    [ 17.197] (II) Using input driver 'evdev' for 'Power Button'
    [ 17.197] (**) Power Button: always reports core events
    [ 17.197] (**) evdev: Power Button: Device: "/dev/input/event4"
    [ 17.197] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 17.197] (--) evdev: Power Button: Found keys
    [ 17.197] (II) evdev: Power Button: Configuring as keyboard
    [ 17.197] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6/event4"
    [ 17.197] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 17.197] (**) Option "xkb_rules" "evdev"
    [ 17.197] (**) Option "xkb_model" "pc104"
    [ 17.197] (**) Option "xkb_layout" "dvorak"
    [ 17.198] (II) config/udev: Adding input device USB full speed gaming keyboard (/dev/input/event2)
    [ 17.198] (**) USB full speed gaming keyboard: Applying InputClass "evdev keyboard catchall"
    [ 17.198] (**) USB full speed gaming keyboard: Applying InputClass "system-keyboard"
    [ 17.198] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 43 paused 0
    [ 17.198] (II) Using input driver 'evdev' for 'USB full speed gaming keyboard'
    [ 17.198] (**) USB full speed gaming keyboard: always reports core events
    [ 17.198] (**) evdev: USB full speed gaming keyboard: Device: "/dev/input/event2"
    [ 17.198] (--) evdev: USB full speed gaming keyboard: Vendor 0x60b Product 0x6251
    [ 17.198] (--) evdev: USB full speed gaming keyboard: Found keys
    [ 17.198] (II) evdev: USB full speed gaming keyboard: Configuring as keyboard
    [ 17.198] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.7/4-1.7.4/4-1.7.4:1.0/0003:060B:6251.0003/input/input4/event2"
    [ 17.198] (II) XINPUT: Adding extended input device "USB full speed gaming keyboard" (type: KEYBOARD, id 8)
    [ 17.198] (**) Option "xkb_rules" "evdev"
    [ 17.198] (**) Option "xkb_model" "pc104"
    [ 17.198] (**) Option "xkb_layout" "dvorak"
    [ 17.199] (II) config/udev: Adding input device USB full speed gaming keyboard (/dev/input/event3)
    [ 17.199] (**) USB full speed gaming keyboard: Applying InputClass "evdev keyboard catchall"
    [ 17.199] (**) USB full speed gaming keyboard: Applying InputClass "system-keyboard"
    [ 17.199] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 44 paused 0
    [ 17.199] (II) Using input driver 'evdev' for 'USB full speed gaming keyboard'
    [ 17.199] (**) USB full speed gaming keyboard: always reports core events
    [ 17.199] (**) evdev: USB full speed gaming keyboard: Device: "/dev/input/event3"
    [ 17.199] (--) evdev: USB full speed gaming keyboard: Vendor 0x60b Product 0x6251
    [ 17.199] (--) evdev: USB full speed gaming keyboard: Found 1 mouse buttons
    [ 17.199] (--) evdev: USB full speed gaming keyboard: Found scroll wheel(s)
    [ 17.199] (--) evdev: USB full speed gaming keyboard: Found relative axes
    [ 17.199] (II) evdev: USB full speed gaming keyboard: Forcing relative x/y axes to exist.
    [ 17.199] (--) evdev: USB full speed gaming keyboard: Found absolute axes
    [ 17.199] (II) evdev: USB full speed gaming keyboard: Forcing absolute x/y axes to exist.
    [ 17.199] (--) evdev: USB full speed gaming keyboard: Found keys
    [ 17.199] (II) evdev: USB full speed gaming keyboard: Configuring as mouse
    [ 17.199] (II) evdev: USB full speed gaming keyboard: Configuring as keyboard
    [ 17.199] (II) evdev: USB full speed gaming keyboard: Adding scrollwheel support
    [ 17.199] (**) evdev: USB full speed gaming keyboard: YAxisMapping: buttons 4 and 5
    [ 17.199] (**) evdev: USB full speed gaming keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 17.199] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.7/4-1.7.4/4-1.7.4:1.1/0003:060B:6251.0004/input/input5/event3"
    [ 17.199] (II) XINPUT: Adding extended input device "USB full speed gaming keyboard" (type: KEYBOARD, id 9)
    [ 17.199] (**) Option "xkb_rules" "evdev"
    [ 17.199] (**) Option "xkb_model" "pc104"
    [ 17.199] (**) Option "xkb_layout" "dvorak"
    [ 17.200] (II) evdev: USB full speed gaming keyboard: initialized for relative axes.
    [ 17.200] (WW) evdev: USB full speed gaming keyboard: ignoring absolute axes.
    [ 17.200] (**) USB full speed gaming keyboard: (accel) keeping acceleration scheme 1
    [ 17.200] (**) USB full speed gaming keyboard: (accel) acceleration profile 0
    [ 17.200] (**) USB full speed gaming keyboard: (accel) acceleration factor: 2.000
    [ 17.200] (**) USB full speed gaming keyboard: (accel) acceleration threshold: 4
    [ 17.200] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event0)
    [ 17.200] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
    [ 17.253] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 45 paused 0
    [ 17.253] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 17.253] (**) Logitech USB Receiver: always reports core events
    [ 17.253] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event0"
    [ 17.253] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc531
    [ 17.253] (--) evdev: Logitech USB Receiver: Found 20 mouse buttons
    [ 17.253] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
    [ 17.253] (--) evdev: Logitech USB Receiver: Found relative axes
    [ 17.253] (--) evdev: Logitech USB Receiver: Found x and y relative axes
    [ 17.253] (II) evdev: Logitech USB Receiver: Configuring as mouse
    [ 17.253] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
    [ 17.253] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    [ 17.253] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 17.253] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.8/4-1.8:1.0/0003:046D:C531.0001/input/input2/event0"
    [ 17.253] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 10)
    [ 17.253] (II) evdev: Logitech USB Receiver: initialized for relative axes.
    [ 17.254] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    [ 17.254] (**) Logitech USB Receiver: (accel) acceleration profile 0
    [ 17.254] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
    [ 17.254] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
    [ 17.254] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
    [ 17.254] (II) No input driver specified, ignoring this device.
    [ 17.254] (II) This device may have been added with another device file.
    [ 17.254] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event1)
    [ 17.255] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
    [ 17.255] (**) Logitech USB Receiver: Applying InputClass "system-keyboard"
    [ 17.255] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 46 paused 0
    [ 17.255] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 17.255] (**) Logitech USB Receiver: always reports core events
    [ 17.255] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event1"
    [ 17.255] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc531
    [ 17.255] (--) evdev: Logitech USB Receiver: Found 1 mouse buttons
    [ 17.255] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
    [ 17.255] (--) evdev: Logitech USB Receiver: Found relative axes
    [ 17.255] (II) evdev: Logitech USB Receiver: Forcing relative x/y axes to exist.
    [ 17.255] (--) evdev: Logitech USB Receiver: Found absolute axes
    [ 17.255] (II) evdev: Logitech USB Receiver: Forcing absolute x/y axes to exist.
    [ 17.255] (--) evdev: Logitech USB Receiver: Found keys
    [ 17.255] (II) evdev: Logitech USB Receiver: Configuring as mouse
    [ 17.255] (II) evdev: Logitech USB Receiver: Configuring as keyboard
    [ 17.255] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
    [ 17.256] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    [ 17.256] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 17.256] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.8/4-1.8:1.1/0003:046D:C531.0002/input/input3/event1"
    [ 17.256] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 11)
    [ 17.256] (**) Option "xkb_rules" "evdev"
    [ 17.256] (**) Option "xkb_model" "pc104"
    [ 17.256] (**) Option "xkb_layout" "dvorak"
    [ 17.256] (II) evdev: Logitech USB Receiver: initialized for relative axes.
    [ 17.256] (WW) evdev: Logitech USB Receiver: ignoring absolute axes.
    [ 17.256] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    [ 17.256] (**) Logitech USB Receiver: (accel) acceleration profile 0
    [ 17.256] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
    [ 17.256] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
    [ 17.256] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event7)
    [ 17.256] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 17.257] (**) Eee PC WMI hotkeys: Applying InputClass "system-keyboard"
    [ 17.257] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 47 paused 0
    [ 17.257] (II) Using input driver 'evdev' for 'Eee PC WMI hotkeys'
    [ 17.257] (**) Eee PC WMI hotkeys: always reports core events
    [ 17.257] (**) evdev: Eee PC WMI hotkeys: Device: "/dev/input/event7"
    [ 17.257] (--) evdev: Eee PC WMI hotkeys: Vendor 0 Product 0
    [ 17.257] (--) evdev: Eee PC WMI hotkeys: Found keys
    [ 17.257] (II) evdev: Eee PC WMI hotkeys: Configuring as keyboard
    [ 17.257] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input10/event7"
    [ 17.257] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 12)
    [ 17.257] (**) Option "xkb_rules" "evdev"
    [ 17.257] (**) Option "xkb_model" "pc104"
    [ 17.257] (**) Option "xkb_layout" "dvorak"
    [ 17.258] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
    [ 17.258] (II) No input driver specified, ignoring this device.
    [ 17.258] (II) This device may have been added with another device file.
    [ 17.324] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 17.324] (**) NVIDIA(0): device DELL 2005FPW (DFP-3) (Using EDID frequencies has
    [ 17.324] (**) NVIDIA(0): been enabled on all display devices.)
    [ 17.330] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 17.331] (**) NVIDIA(0): device Ancor Communications Inc ASUS VH238 (DFP-0) (Using
    [ 17.331] (**) NVIDIA(0): EDID frequencies has been enabled on all display
    [ 17.331] (**) NVIDIA(0): devices.)
    [ 17.404] (II) NVIDIA(0): Setting mode "DVI-I-1: nvidia-auto-select @1920x1080 +0+600 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
    [ 17.416] (II) NVIDIA(0): Setting mode "DVI-I-1: nvidia-auto-select @1920x1080 +0+600 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, DVI-D-0: nvidia-auto-select @1050x1680 +1920+0 {ViewPortIn=1050x1680, ViewPortOut=1680x1050+0+0, Rotation=90}"
    [ 17.570] (II) evdev: Eee PC WMI hotkeys: Close
    [ 17.570] (II) UnloadModule: "evdev"
    [ 17.570] (II) systemd-logind: releasing fd for 13:71
    [ 17.623] (II) evdev: Logitech USB Receiver: Close
    [ 17.623] (II) UnloadModule: "evdev"
    [ 17.623] (II) systemd-logind: releasing fd for 13:65
    [ 17.676] (II) evdev: Logitech USB Receiver: Close
    [ 17.676] (II) UnloadModule: "evdev"
    [ 17.676] (II) systemd-logind: releasing fd for 13:64
    [ 17.730] (II) evdev: USB full speed gaming keyboard: Close
    [ 17.730] (II) UnloadModule: "evdev"
    [ 17.730] (II) systemd-logind: releasing fd for 13:67
    [ 17.783] (II) evdev: USB full speed gaming keyboard: Close
    [ 17.783] (II) UnloadModule: "evdev"
    [ 17.783] (II) systemd-logind: releasing fd for 13:66
    [ 17.836] (II) evdev: Power Button: Close
    [ 17.836] (II) UnloadModule: "evdev"
    [ 17.836] (II) systemd-logind: releasing fd for 13:68
    [ 17.863] (II) evdev: Power Button: Close
    [ 17.863] (II) UnloadModule: "evdev"
    [ 17.863] (II) systemd-logind: releasing fd for 13:69
    [ 18.228] (II) NVIDIA(GPU-1): Deleting GPU-1
    [ 18.228] (II) NVIDIA(GPU-0): Deleting GPU-0
    [ 18.231] (II) Server terminated successfully (0). Closing log file.

  • [SOLVED] Xorg Strangeness- Running startx runs xorg for a split second

    As in the subject, I am trying to run startx on my Arch (x86_64) machine for the first time since installation, however X only runs for a split second before quitting.. I've checked the log, but there aren't any errors that pop up to tell me what's going on.  What I've been doing that I think may affect the answer:
    Installed proprietary nvidia drivers that I downloaded off of nvidia's website (though I removed it by running sudo ./driver.run -uninstall)
    Installed nvidia drivers from the repository (sudo pacman -S nvidia nvidia-utils)
    shut off nouveau drivers (blacklisted nouveau in /etc/modprobe.d)
    Ran nvidia-xconfig to generate new xorg.conf file
    /var/log/Xorg.0.log shows nothing with (EE), so I assume that everything is going smoothly, however still can't get X to work.  Any help would be appreciated.  Google's let me down so far.
    Perhaps some fresh eyes could help me
    (contents of /var/log/Xorg.0.log)
    [ 22.116]
    X.Org X Server 1.12.2
    Release Date: 2012-05-29
    [ 22.116] X Protocol Version 11, Revision 0
    [ 22.116] Build Operating System: Linux 3.0.32-1-lts x86_64
    [ 22.116] Current Operating System: Linux Ponyville 3.3.7-1-ARCH #1 SMP PREEMPT Tue May 22 00:26:26 CEST 2012 x86_64
    [ 22.117] Kernel command line: root=/dev/sda4 ro
    [ 22.117] Build Date: 30 May 2012 07:24:13PM
    [ 22.117]
    [ 22.117] Current version of pixman: 0.26.0
    [ 22.117] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 22.117] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 22.119] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jun 7 08:50:45 2012
    [ 22.148] (==) Using config file: "/etc/X11/xorg.conf"
    [ 22.148] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 22.166] (==) ServerLayout "Layout0"
    [ 22.166] (**) |-->Screen "Screen0" (0)
    [ 22.166] (**) | |-->Monitor "Monitor0"
    [ 22.166] (**) | |-->Device "Device0"
    [ 22.166] (**) |-->Input Device "Keyboard0"
    [ 22.166] (**) |-->Input Device "Mouse0"
    [ 22.166] (==) Automatically adding devices
    [ 22.166] (==) Automatically enabling devices
    [ 22.196] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
    [ 22.196] Entry deleted from font path.
    [ 22.196] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 22.196] Entry deleted from font path.
    [ 22.196] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 22.196] Entry deleted from font path.
    [ 22.213] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 22.213] Entry deleted from font path.
    [ 22.213] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 22.213] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/100dpi/
    [ 22.213] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 22.213] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 22.213] (WW) Disabling Keyboard0
    [ 22.213] (WW) Disabling Mouse0
    [ 22.213] (II) Loader magic: 0x7c58e0
    [ 22.213] (II) Module ABI versions:
    [ 22.213] X.Org ANSI C Emulation: 0.4
    [ 22.213] X.Org Video Driver: 12.0
    [ 22.213] X.Org XInput driver : 16.0
    [ 22.213] X.Org Server Extension : 6.0
    [ 22.214] (--) PCI:*(0:1:0:0) 10de:0dc4:196e:085a rev 161, Mem @ 0xf8000000/16777216, 0xe8000000/134217728, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 22.214] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 22.214] (II) LoadModule: "extmod"
    [ 22.257] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 22.264] (II) Module extmod: vendor="X.Org Foundation"
    [ 22.264] compiled for 1.12.2, module version = 1.0.0
    [ 22.264] Module class: X.Org Server Extension
    [ 22.264] ABI class: X.Org Server Extension, version 6.0
    [ 22.265] (II) Loading extension MIT-SCREEN-SAVER
    [ 22.265] (II) Loading extension XFree86-VidModeExtension
    [ 22.265] (II) Loading extension XFree86-DGA
    [ 22.265] (II) Loading extension DPMS
    [ 22.265] (II) Loading extension XVideo
    [ 22.265] (II) Loading extension XVideo-MotionCompensation
    [ 22.265] (II) Loading extension X-Resource
    [ 22.265] (II) LoadModule: "dbe"
    [ 22.265] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 22.265] (II) Module dbe: vendor="X.Org Foundation"
    [ 22.265] compiled for 1.12.2, module version = 1.0.0
    [ 22.265] Module class: X.Org Server Extension
    [ 22.265] ABI class: X.Org Server Extension, version 6.0
    [ 22.265] (II) Loading extension DOUBLE-BUFFER
    [ 22.265] (II) LoadModule: "glx"
    [ 22.266] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 22.799] (II) Module glx: vendor="NVIDIA Corporation"
    [ 22.799] compiled for 4.0.2, module version = 1.0.0
    [ 22.799] Module class: X.Org Server Extension
    [ 22.799] (II) NVIDIA GLX Module 295.53 Fri May 11 23:49:08 PDT 2012
    [ 22.799] (II) Loading extension GLX
    [ 22.799] (II) LoadModule: "record"
    [ 22.799] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 22.885] (II) Module record: vendor="X.Org Foundation"
    [ 22.885] compiled for 1.12.2, module version = 1.13.0
    [ 22.885] Module class: X.Org Server Extension
    [ 22.885] ABI class: X.Org Server Extension, version 6.0
    [ 22.885] (II) Loading extension RECORD
    [ 22.885] (II) LoadModule: "dri"
    [ 22.885] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 22.911] (II) Module dri: vendor="X.Org Foundation"
    [ 22.911] compiled for 1.12.2, module version = 1.0.0
    [ 22.911] ABI class: X.Org Server Extension, version 6.0
    [ 22.911] (II) Loading extension XFree86-DRI
    [ 22.911] (II) LoadModule: "dri2"
    [ 22.911] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 22.911] (II) Module dri2: vendor="X.Org Foundation"
    [ 22.911] compiled for 1.12.2, module version = 1.2.0
    [ 22.911] ABI class: X.Org Server Extension, version 6.0
    [ 22.911] (II) Loading extension DRI2
    [ 22.911] (II) LoadModule: "nvidia"
    [ 22.912] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 22.993] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 22.993] compiled for 4.0.2, module version = 1.0.0
    [ 22.994] Module class: X.Org Video Driver
    [ 23.021] (II) NVIDIA dlloader X Driver 295.53 Fri May 11 23:29:56 PDT 2012
    [ 23.021] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 23.021] (--) using VT number 7
    [ 23.024] (II) Loading sub module "fb"
    [ 23.024] (II) LoadModule: "fb"
    [ 23.024] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 23.032] (II) Module fb: vendor="X.Org Foundation"
    [ 23.032] compiled for 1.12.2, module version = 1.0.0
    [ 23.032] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 23.032] (II) Loading sub module "wfb"
    [ 23.032] (II) LoadModule: "wfb"
    [ 23.032] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 23.038] (II) Module wfb: vendor="X.Org Foundation"
    [ 23.038] compiled for 1.12.2, module version = 1.0.0
    [ 23.038] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 23.038] (II) Loading sub module "ramdac"
    [ 23.038] (II) LoadModule: "ramdac"
    [ 23.038] (II) Module "ramdac" already built-in
    [ 23.047] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 23.047] (==) NVIDIA(0): RGB weight 888
    [ 23.047] (==) NVIDIA(0): Default visual is TrueColor
    [ 23.047] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 23.047] (**) NVIDIA(0): Enabling 2D acceleration
    [ 23.817] (II) NVIDIA(GPU-0): Display (ViewSonic VA1916wSERIES (CRT-1)) does not support
    [ 23.817] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
    [ 23.831] (II) NVIDIA(0): NVIDIA GPU GeForce GTS 450 (GF106) at PCI:1:0:0 (GPU-0)
    [ 23.831] (--) NVIDIA(0): Memory: 1048576 kBytes
    [ 23.831] (--) NVIDIA(0): VideoBIOS: 70.06.13.00.51
    [ 23.831] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 23.831] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 23.833] (--) NVIDIA(0): Connected display device(s) on GeForce GTS 450 at PCI:1:0:0
    [ 23.833] (--) NVIDIA(0): ViewSonic VA1916wSERIES (CRT-1)
    [ 23.833] (--) NVIDIA(0): ViewSonic VA1916wSERIES (CRT-1): 400.0 MHz maximum pixel
    [ 23.833] (--) NVIDIA(0): clock
    [ 23.868] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 23.868] (**) NVIDIA(0): device ViewSonic VA1916wSERIES (CRT-1) (Using EDID
    [ 23.868] (**) NVIDIA(0): frequencies has been enabled on all display devices.)
    [ 23.874] (II) NVIDIA(0): Assigned Display Device: CRT-1
    [ 23.874] (==) NVIDIA(0):
    [ 23.874] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 23.874] (==) NVIDIA(0): will be used as the requested mode.
    [ 23.874] (==) NVIDIA(0):
    [ 23.874] (II) NVIDIA(0): Validated modes:
    [ 23.874] (II) NVIDIA(0): "nvidia-auto-select"
    [ 23.874] (II) NVIDIA(0): Virtual screen size determined to be 1440 x 900
    [ 23.903] (--) NVIDIA(0): DPI set to (89, 87); computed from "UseEdidDpi" X config
    [ 23.903] (--) NVIDIA(0): option
    [ 23.903] (--) Depth 24 pixmap format is 32 bpp
    [ 23.903] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
    [ 23.903] (II) NVIDIA: access.
    [ 23.906] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 23.906] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 23.906] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 23.906] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 23.906] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 23.906] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 23.906] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 23.906] (II) NVIDIA(0): Config Options in the README.
    [ 23.908] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    [ 23.952] (II) Loading extension NV-GLX
    [ 24.017] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 24.017] (==) NVIDIA(0): Backing store disabled
    [ 24.017] (==) NVIDIA(0): Silken mouse enabled
    [ 24.017] (**) NVIDIA(0): DPMS enabled
    [ 24.017] (II) Loading extension NV-CONTROL
    [ 24.017] (II) Loading extension XINERAMA
    [ 24.017] (II) Loading sub module "dri2"
    [ 24.017] (II) LoadModule: "dri2"
    [ 24.017] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 24.017] (II) Module dri2: vendor="X.Org Foundation"
    [ 24.017] compiled for 1.12.2, module version = 1.2.0
    [ 24.017] ABI class: X.Org Server Extension, version 6.0
    [ 24.017] (II) NVIDIA(0): [DRI2] Setup complete
    [ 24.017] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 24.017] (==) RandR enabled
    [ 24.017] (II) Initializing built-in extension Generic Event Extension
    [ 24.017] (II) Initializing built-in extension SHAPE
    [ 24.017] (II) Initializing built-in extension MIT-SHM
    [ 24.017] (II) Initializing built-in extension XInputExtension
    [ 24.017] (II) Initializing built-in extension XTEST
    [ 24.017] (II) Initializing built-in extension BIG-REQUESTS
    [ 24.017] (II) Initializing built-in extension SYNC
    [ 24.017] (II) Initializing built-in extension XKEYBOARD
    [ 24.017] (II) Initializing built-in extension XC-MISC
    [ 24.017] (II) Initializing built-in extension SECURITY
    [ 24.017] (II) Initializing built-in extension XINERAMA
    [ 24.017] (II) Initializing built-in extension XFIXES
    [ 24.017] (II) Initializing built-in extension RENDER
    [ 24.017] (II) Initializing built-in extension RANDR
    [ 24.017] (II) Initializing built-in extension COMPOSITE
    [ 24.017] (II) Initializing built-in extension DAMAGE
    [ 24.018] (II) Initializing extension GLX
    [ 24.296] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 24.296] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 24.296] (II) LoadModule: "evdev"
    [ 24.296] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 24.304] (II) Module evdev: vendor="X.Org Foundation"
    [ 24.304] compiled for 1.12.0, module version = 2.7.0
    [ 24.304] Module class: X.Org XInput Driver
    [ 24.304] ABI class: X.Org XInput driver, version 16.0
    [ 24.304] (II) Using input driver 'evdev' for 'Power Button'
    [ 24.304] (**) Power Button: always reports core events
    [ 24.304] (**) evdev: Power Button: Device: "/dev/input/event1"
    [ 24.304] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 24.304] (--) evdev: Power Button: Found keys
    [ 24.304] (II) evdev: Power Button: Configuring as keyboard
    [ 24.304] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
    [ 24.304] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 24.304] (**) Option "xkb_rules" "evdev"
    [ 24.304] (**) Option "xkb_model" "evdev"
    [ 24.304] (**) Option "xkb_layout" "us"
    [ 24.317] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 24.317] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 24.317] (II) Using input driver 'evdev' for 'Power Button'
    [ 24.317] (**) Power Button: always reports core events
    [ 24.317] (**) evdev: Power Button: Device: "/dev/input/event0"
    [ 24.317] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 24.317] (--) evdev: Power Button: Found keys
    [ 24.317] (II) evdev: Power Button: Configuring as keyboard
    [ 24.317] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
    [ 24.317] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 24.317] (**) Option "xkb_rules" "evdev"
    [ 24.317] (**) Option "xkb_model" "evdev"
    [ 24.317] (**) Option "xkb_layout" "us"
    [ 24.318] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event14)
    [ 24.318] (II) No input driver specified, ignoring this device.
    [ 24.318] (II) This device may have been added with another device file.
    [ 24.318] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event15)
    [ 24.318] (II) No input driver specified, ignoring this device.
    [ 24.318] (II) This device may have been added with another device file.
    [ 24.318] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event16)
    [ 24.318] (II) No input driver specified, ignoring this device.
    [ 24.318] (II) This device may have been added with another device file.
    [ 24.318] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event17)
    [ 24.318] (II) No input driver specified, ignoring this device.
    [ 24.318] (II) This device may have been added with another device file.
    [ 24.318] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event10)
    [ 24.318] (II) No input driver specified, ignoring this device.
    [ 24.318] (II) This device may have been added with another device file.
    [ 24.318] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event11)
    [ 24.318] (II) No input driver specified, ignoring this device.
    [ 24.318] (II) This device may have been added with another device file.
    [ 24.318] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event12)
    [ 24.318] (II) No input driver specified, ignoring this device.
    [ 24.318] (II) This device may have been added with another device file.
    [ 24.319] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event13)
    [ 24.319] (II) No input driver specified, ignoring this device.
    [ 24.319] (II) This device may have been added with another device file.
    [ 24.319] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event6)
    [ 24.319] (II) No input driver specified, ignoring this device.
    [ 24.319] (II) This device may have been added with another device file.
    [ 24.319] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event7)
    [ 24.319] (II) No input driver specified, ignoring this device.
    [ 24.319] (II) This device may have been added with another device file.
    [ 24.319] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event8)
    [ 24.319] (II) No input driver specified, ignoring this device.
    [ 24.319] (II) This device may have been added with another device file.
    [ 24.319] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event9)
    [ 24.319] (II) No input driver specified, ignoring this device.
    [ 24.319] (II) This device may have been added with another device file.
    [ 24.319] (II) config/udev: Adding input device UVC Camera (046d:09a1) (/dev/input/event5)
    [ 24.319] (**) UVC Camera (046d:09a1): Applying InputClass "evdev keyboard catchall"
    [ 24.319] (II) Using input driver 'evdev' for 'UVC Camera (046d:09a1)'
    [ 24.319] (**) UVC Camera (046d:09a1): always reports core events
    [ 24.319] (**) evdev: UVC Camera (046d:09a1): Device: "/dev/input/event5"
    [ 24.319] (--) evdev: UVC Camera (046d:09a1): Vendor 0x46d Product 0x9a1
    [ 24.319] (--) evdev: UVC Camera (046d:09a1): Found keys
    [ 24.319] (II) evdev: UVC Camera (046d:09a1): Configuring as keyboard
    [ 24.319] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1.3/6-1.3:1.0/input/input5/event5"
    [ 24.319] (II) XINPUT: Adding extended input device "UVC Camera (046d:09a1)" (type: KEYBOARD, id 8)
    [ 24.319] (**) Option "xkb_rules" "evdev"
    [ 24.319] (**) Option "xkb_model" "evdev"
    [ 24.319] (**) Option "xkb_layout" "us"
    [ 24.320] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event3)
    [ 24.320] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
    [ 24.320] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 24.320] (**) Logitech USB Receiver: always reports core events
    [ 24.320] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event3"
    [ 24.320] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc517
    [ 24.320] (--) evdev: Logitech USB Receiver: Found keys
    [ 24.320] (II) evdev: Logitech USB Receiver: Configuring as keyboard
    [ 24.320] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1.8/6-1.8:1.0/input/input3/event3"
    [ 24.320] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 9)
    [ 24.320] (**) Option "xkb_rules" "evdev"
    [ 24.320] (**) Option "xkb_model" "evdev"
    [ 24.320] (**) Option "xkb_layout" "us"
    [ 24.320] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event4)
    [ 24.320] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
    [ 24.320] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
    [ 24.320] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 24.320] (**) Logitech USB Receiver: always reports core events
    [ 24.320] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event4"
    [ 24.320] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc517
    [ 24.320] (--) evdev: Logitech USB Receiver: Found 12 mouse buttons
    [ 24.320] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
    [ 24.320] (--) evdev: Logitech USB Receiver: Found relative axes
    [ 24.320] (--) evdev: Logitech USB Receiver: Found x and y relative axes
    [ 24.320] (--) evdev: Logitech USB Receiver: Found absolute axes
    [ 24.320] (II) evdev: Logitech USB Receiver: Forcing absolute x/y axes to exist.
    [ 24.320] (--) evdev: Logitech USB Receiver: Found keys
    [ 24.320] (II) evdev: Logitech USB Receiver: Configuring as mouse
    [ 24.320] (II) evdev: Logitech USB Receiver: Configuring as keyboard
    [ 24.320] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
    [ 24.320] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    [ 24.320] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 24.320] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1.8/6-1.8:1.1/input/input4/event4"
    [ 24.320] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 10)
    [ 24.320] (**) Option "xkb_rules" "evdev"
    [ 24.320] (**) Option "xkb_model" "evdev"
    [ 24.320] (**) Option "xkb_layout" "us"
    [ 24.320] (II) evdev: Logitech USB Receiver: initialized for relative axes.
    [ 24.320] (WW) evdev: Logitech USB Receiver: ignoring absolute axes.
    [ 24.320] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    [ 24.320] (**) Logitech USB Receiver: (accel) acceleration profile 0
    [ 24.320] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
    [ 24.320] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
    [ 24.320] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
    [ 24.320] (II) No input driver specified, ignoring this device.
    [ 24.320] (II) This device may have been added with another device file.
    [ 24.321] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event2)
    [ 24.321] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 24.321] (II) Using input driver 'evdev' for 'Eee PC WMI hotkeys'
    [ 24.321] (**) Eee PC WMI hotkeys: always reports core events
    [ 24.321] (**) evdev: Eee PC WMI hotkeys: Device: "/dev/input/event2"
    [ 24.321] (--) evdev: Eee PC WMI hotkeys: Vendor 0 Product 0
    [ 24.321] (--) evdev: Eee PC WMI hotkeys: Found keys
    [ 24.321] (II) evdev: Eee PC WMI hotkeys: Configuring as keyboard
    [ 24.321] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input2/event2"
    [ 24.321] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 11)
    [ 24.321] (**) Option "xkb_rules" "evdev"
    [ 24.321] (**) Option "xkb_model" "evdev"
    [ 24.321] (**) Option "xkb_layout" "us"
    [ 24.497] (II) evdev: Power Button: Close
    [ 24.497] (II) UnloadModule: "evdev"
    [ 24.497] (II) evdev: Power Button: Close
    [ 24.497] (II) UnloadModule: "evdev"
    [ 24.497] (II) evdev: UVC Camera (046d:09a1): Close
    [ 24.497] (II) UnloadModule: "evdev"
    [ 24.497] (II) evdev: Logitech USB Receiver: Close
    [ 24.497] (II) UnloadModule: "evdev"
    [ 24.497] (II) evdev: Logitech USB Receiver: Close
    [ 24.497] (II) UnloadModule: "evdev"
    [ 24.497] (II) evdev: Eee PC WMI hotkeys: Close
    [ 24.497] (II) UnloadModule: "evdev"
    [ 24.680] Server terminated successfully (0). Closing log file.
    Contents of Xorg.conf:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 295.53 ([email protected]) Sat May 12 00:34:20 PDT 2012
    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 Glupoi652 (2012-06-07 20:51:53)

    windscape wrote:
    wgetfree wrote:It may be a stupid question but do you have all the Xorg dependencies?
    It may even be simpler than that. If this is a new installation, a desktop environment or window manager may not be installed. In that case, the Xorg server has nothing to do. Install a desktop environment or window manager and see if Xorg continues running once it has something to do.
    Listen to this man. What I meant by Xorg dependencies is that people usually install xterm, xclock, etc so they have a very basic WM set up so they can see that Xorg is in fact working. Try setting up a .xinitrc with the following in it:
    exec startxfce4 --with-ck-launch
    Or even try to launch it manually with:
    $ startxfce4

  • [SOLVED] Xorg will not start

    Installed Arch Linux, replaced the nouveau driver with the nvidia-304xx drivers. After issuing startx, Gnome does not load. I get a brief flash of the nvidia logo, and then nothing. My results:
    [root@localhost ~]# cat /var/log/Xorg.0.log
    [ 810.015]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 810.138] X Protocol Version 11, Revision 0
    [ 810.181] Build Operating System: Linux 3.19.2-1-ARCH x86_64
    [ 810.275] Current Operating System: Linux localhost 3.19.3-3-ARCH #1 SMP PREEMPT Wed Apr 8 14:10:00 CEST 2015 x86_64
    [ 810.276] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=9cedf7cf-9389-45b8-95a3-e30e4ae286ca rw quiet
    [ 810.434] Build Date: 14 April 2015 10:34:18AM
    [ 810.486]
    [ 810.538] Current version of pixman: 0.32.6
    [ 810.650] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 810.650] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 810.892] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr 16 13:27:29 2015
    [ 810.957] (==) Using config file: "/etc/X11/xorg.conf"
    [ 811.025] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 811.025] (==) ServerLayout "Layout0"
    [ 811.026] (**) |-->Screen "Screen0" (0)
    [ 811.026] (**) | |-->Monitor "Monitor0"
    [ 811.026] (**) | |-->Device "Device0"
    [ 811.026] (**) |-->Input Device "Keyboard0"
    [ 811.026] (**) |-->Input Device "Mouse0"
    [ 811.026] (==) Automatically adding devices
    [ 811.026] (==) Automatically enabling devices
    [ 811.026] (==) Automatically adding GPU devices
    [ 811.026] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
    [ 811.026] Entry deleted from font path.
    [ 811.026] (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
    [ 811.026] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 811.026] Entry deleted from font path.
    [ 811.026] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 811.026] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 811.027] Entry deleted from font path.
    [ 811.027] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 811.027] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 811.027] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 811.027] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 811.027] (WW) Disabling Keyboard0
    [ 811.027] (WW) Disabling Mouse0
    [ 811.027] (II) Loader magic: 0x815d80
    [ 811.027] (II) Module ABI versions:
    [ 811.027] X.Org ANSI C Emulation: 0.4
    [ 811.027] X.Org Video Driver: 19.0
    [ 811.027] X.Org XInput driver : 21.0
    [ 811.027] X.Org Server Extension : 9.0
    [ 811.032] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
    [ 811.033] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 811.034] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
    [ 811.037] (--) PCI:*(0:3:0:0) 10de:0a64:174b:3100 rev 162, Mem @ 0xfd000000/16777216, 0xd0000000/268435456, 0xce000000/33554432, I/O @ 0x0000ec00/128, BIOS @ 0x????????/524288
    [ 811.037] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 811.037] (II) LoadModule: "glx"
    [ 811.038] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 811.060] (II) Module glx: vendor="NVIDIA Corporation"
    [ 811.060] compiled for 4.0.2, module version = 1.0.0
    [ 811.060] Module class: X.Org Server Extension
    [ 811.060] (II) NVIDIA GLX Module 304.125 Mon Dec 1 20:22:48 PST 2014
    [ 811.060] (II) LoadModule: "nvidia"
    [ 811.061] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 811.062] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 811.062] compiled for 4.0.2, module version = 1.0.0
    [ 811.062] Module class: X.Org Video Driver
    [ 811.063] (II) NVIDIA dlloader X Driver 304.125 Mon Dec 1 20:00:30 PST 2014
    [ 811.063] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 811.063] (++) using VT number 1
    [ 811.063] (--) controlling tty is VT number 1, auto-enabling KeepTty
    [ 811.063] (II) Loading sub module "fb"
    [ 811.063] (II) LoadModule: "fb"
    [ 811.063] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 811.064] (II) Module fb: vendor="X.Org Foundation"
    [ 811.065] compiled for 1.17.1, module version = 1.0.0
    [ 811.065] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 811.065] (II) Loading sub module "wfb"
    [ 811.065] (II) LoadModule: "wfb"
    [ 811.065] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 811.066] (II) Module wfb: vendor="X.Org Foundation"
    [ 811.066] compiled for 1.17.1, module version = 1.0.0
    [ 811.066] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 811.066] (II) Loading sub module "ramdac"
    [ 811.066] (II) LoadModule: "ramdac"
    [ 811.066] (II) Module "ramdac" already built-in
    [ 811.067] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 811.067] (==) NVIDIA(0): RGB weight 888
    [ 811.067] (==) NVIDIA(0): Default visual is TrueColor
    [ 811.067] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 811.067] (**) NVIDIA(0): Enabling 2D acceleration
    [ 811.622] (II) NVIDIA(0): NVIDIA GPU ION (GT218) at PCI:3:0:0 (GPU-0)
    [ 811.622] (--) NVIDIA(0): Memory: 524288 kBytes
    [ 811.622] (--) NVIDIA(0): VideoBIOS: 70.18.45.00.00
    [ 811.623] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 811.623] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 811.624] (--) NVIDIA(0): Valid display device(s) on ION at PCI:3:0:0
    [ 811.624] (--) NVIDIA(0): CRT-0
    [ 811.624] (--) NVIDIA(0): DFP-0
    [ 811.625] (--) NVIDIA(0): SAMSUNG (DFP-1) (connected)
    [ 811.625] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
    [ 811.625] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock
    [ 811.625] (--) NVIDIA(0): DFP-0: Internal Single Link TMDS
    [ 811.625] (--) NVIDIA(0): SAMSUNG (DFP-1): 165.0 MHz maximum pixel clock
    [ 811.625] (--) NVIDIA(0): SAMSUNG (DFP-1): Internal Single Link TMDS
    [ 811.625] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 811.625] (**) NVIDIA(0): device SAMSUNG (DFP-1) (Using EDID frequencies has been
    [ 811.625] (**) NVIDIA(0): enabled on all display devices.)
    [ 811.643] (==) NVIDIA(0):
    [ 811.643] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 811.643] (==) NVIDIA(0): will be used as the requested mode.
    [ 811.643] (==) NVIDIA(0):
    [ 811.643] (II) NVIDIA(0): Validated MetaModes:
    [ 811.643] (II) NVIDIA(0): "DFP-1:nvidia-auto-select"
    [ 811.643] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
    [ 811.675] (--) NVIDIA(0): DPI set to (47, 48); computed from "UseEdidDpi" X config
    [ 811.675] (--) NVIDIA(0): option
    [ 811.675] (--) Depth 24 pixmap format is 32 bpp
    [ 811.675] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
    [ 811.685] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 811.685] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 811.685] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 811.685] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 811.685] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 811.685] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 811.685] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 811.685] (II) NVIDIA(0): Config Options in the README.
    [ 811.687] (II) NVIDIA(0): Setting mode "DFP-1:nvidia-auto-select"
    [ 811.828] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 811.828] (==) NVIDIA(0): Backing store enabled
    [ 811.828] (==) NVIDIA(0): Silken mouse enabled
    [ 811.829] (**) NVIDIA(0): DPMS enabled
    [ 811.830] (II) Loading sub module "dri2"
    [ 811.830] (II) LoadModule: "dri2"
    [ 811.830] (II) Module "dri2" already built-in
    [ 811.830] (II) NVIDIA(0): [DRI2] Setup complete
    [ 811.830] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 811.830] (--) RandR disabled
    [ 811.851] (II) Initializing extension GLX
    [ 811.851] (II) Indirect GLX disabled.(II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 811.986] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 811.986] (II) LoadModule: "evdev"
    [ 811.987] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 811.988] (II) Module evdev: vendor="X.Org Foundation"
    [ 811.988] compiled for 1.17.1, module version = 2.9.2
    [ 811.988] Module class: X.Org XInput Driver
    [ 811.988] ABI class: X.Org XInput driver, version 21.0
    [ 811.989] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 28 paused 0
    [ 811.989] (II) Using input driver 'evdev' for 'Power Button'
    [ 811.990] (**) Power Button: always reports core events
    [ 811.990] (**) evdev: Power Button: Device: "/dev/input/event1"
    [ 811.990] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 811.990] (--) evdev: Power Button: Found keys
    [ 811.990] (II) evdev: Power Button: Configuring as keyboard
    [ 811.990] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event1"
    [ 811.990] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 811.990] (**) Option "xkb_rules" "evdev"
    [ 811.990] (**) Option "xkb_model" "pc104"
    [ 811.990] (**) Option "xkb_layout" "us"
    [ 812.074] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 812.075] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 812.076] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 29 paused 0
    [ 812.076] (II) Using input driver 'evdev' for 'Power Button'
    [ 812.076] (**) Power Button: always reports core events
    [ 812.076] (**) evdev: Power Button: Device: "/dev/input/event0"
    [ 812.076] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 812.076] (--) evdev: Power Button: Found keys
    [ 812.076] (II) evdev: Power Button: Configuring as keyboard
    [ 812.076] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event0"
    [ 812.076] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 812.077] (**) Option "xkb_rules" "evdev"
    [ 812.077] (**) Option "xkb_model" "pc104"
    [ 812.077] (**) Option "xkb_layout" "us"
    [ 812.078] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event8)
    [ 812.078] (II) No input driver specified, ignoring this device.
    [ 812.078] (II) This device may have been added with another device file.
    [ 812.079] (II) config/udev: Adding input device HDA Intel Line Out (/dev/input/event9)
    [ 812.079] (II) No input driver specified, ignoring this device.
    [ 812.079] (II) This device may have been added with another device file.
    [ 812.080] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event7)
    [ 812.080] (II) No input driver specified, ignoring this device.
    [ 812.080] (II) This device may have been added with another device file.
    [ 812.081] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event4)
    [ 812.081] (II) No input driver specified, ignoring this device.
    [ 812.081] (II) This device may have been added with another device file.
    [ 812.082] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event5)
    [ 812.082] (II) No input driver specified, ignoring this device.
    [ 812.082] (II) This device may have been added with another device file.
    [ 812.083] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event6)
    [ 812.083] (II) No input driver specified, ignoring this device.
    [ 812.083] (II) This device may have been added with another device file.
    [ 812.084] (II) config/udev: Adding input device Logitech K400 (/dev/input/event3)
    [ 812.084] (**) Logitech K400: Applying InputClass "evdev pointer catchall"
    [ 812.084] (**) Logitech K400: Applying InputClass "evdev keyboard catchall"
    [ 812.086] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 30 paused 0
    [ 812.086] (II) Using input driver 'evdev' for 'Logitech K400'
    [ 812.086] (**) Logitech K400: always reports core events
    [ 812.086] (**) evdev: Logitech K400: Device: "/dev/input/event3"
    [ 812.086] (--) evdev: Logitech K400: Vendor 0x46d Product 0x400e
    [ 812.086] (--) evdev: Logitech K400: Found 20 mouse buttons
    [ 812.086] (--) evdev: Logitech K400: Found scroll wheel(s)
    [ 812.086] (--) evdev: Logitech K400: Found relative axes
    [ 812.086] (--) evdev: Logitech K400: Found x and y relative axes
    [ 812.086] (--) evdev: Logitech K400: Found absolute axes
    [ 812.086] (II) evdev: Logitech K400: Forcing absolute x/y axes to exist.
    [ 812.086] (--) evdev: Logitech K400: Found keys
    [ 812.086] (II) evdev: Logitech K400: Configuring as mouse
    [ 812.086] (II) evdev: Logitech K400: Configuring as keyboard
    [ 812.086] (II) evdev: Logitech K400: Adding scrollwheel support
    [ 812.087] (**) evdev: Logitech K400: YAxisMapping: buttons 4 and 5
    [ 812.087] (**) evdev: Logitech K400: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 812.087] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.2/0003:046D:C52B.0003/0003:046D:400E.0004/input/input6/event3"
    [ 812.087] (II) XINPUT: Adding extended input device "Logitech K400" (type: KEYBOARD, id 8)
    [ 812.087] (**) Option "xkb_rules" "evdev"
    [ 812.087] (**) Option "xkb_model" "pc104"
    [ 812.087] (**) Option "xkb_layout" "us"
    [ 812.088] (II) evdev: Logitech K400: initialized for relative axes.
    [ 812.088] (WW) evdev: Logitech K400: ignoring absolute axes.
    [ 812.088] (**) Logitech K400: (accel) keeping acceleration scheme 1
    [ 812.088] (**) Logitech K400: (accel) acceleration profile 0
    [ 812.088] (**) Logitech K400: (accel) acceleration factor: 2.000
    [ 812.089] (**) Logitech K400: (accel) acceleration threshold: 4
    [ 812.090] (II) config/udev: Adding input device Logitech K400 (/dev/input/mouse0)
    [ 812.090] (II) No input driver specified, ignoring this device.
    [ 812.090] (II) This device may have been added with another device file.
    [ 812.091] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
    [ 812.091] (II) No input driver specified, ignoring this device.
    [ 812.091] (II) This device may have been added with another device file.
    [ 812.113] (II) evdev: Logitech K400: Close
    [ 812.114] (II) UnloadModule: "evdev"
    [ 812.114] (II) systemd-logind: releasing fd for 13:67
    [ 812.199] (II) evdev: Power Button: Close
    [ 812.200] (II) UnloadModule: "evdev"
    [ 812.200] (II) systemd-logind: releasing fd for 13:64
    [ 812.226] (II) evdev: Power Button: Close
    [ 812.226] (II) UnloadModule: "evdev"
    [ 812.226] (II) systemd-logind: releasing fd for 13:65
    [ 812.801] (II) Server terminated successfully (0). Closing log file.
    I am trying to get this to work as root, and then i will use a normal user.
    Last edited by w1zard (2015-04-16 16:40:20)

    Thank you for all the pointers!
    Here are my results:
    [root@localhost ~]# cat .xinitrc
    exec startlxde
    [root@localhost ~]# vi .xinitrc
    [root@localhost ~]# cat .xinitrc
    exec gnome-session
    [root@localhost ~]#
    I had installed LXDE earlier, couldn't configure the font DPI, so i tried GNOME, but forgot to change .xinitrc
    Thank you !

  • [SOLVED] XOrg fails to load Nvidia driver on startup

    Hi,
    I'm having a fairly strange issue where XOrg is failing to load my driver when I start up my laptop. I'm using kdm, but this is causing it to fail. However, doing a simple
    $sudo systemctl restart kdm
    works, and everything starts up fine. When kdm is in the failed state, I see this:
    $sudo systemctl status kdm
    ● kdm.service - K Display Manager
    Loaded: loaded (/usr/lib/systemd/system/kdm.service; enabled; vendor preset: disabled)
    Active: active (running) since Fri 2014-12-19 18:47:26 EST; 41s ago
    Main PID: 247 (kdm)
    CGroup: /system.slice/kdm.service
    └─247 /usr/bin/kdm -nodaemon
    Dec 19 18:47:26 laptop systemd[1]: Started K Display Manager.
    Dec 19 18:47:27 laptop kdm[247]: X server died during startup
    Dec 19 18:47:27 laptop kdm[247]: X server for display :0 cannot be started, session disabled
    And in my XOrg log, I see:
    [ 3.639]
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    [ 3.639]
    X.Org X Server 1.16.2.901 (1.16.3 RC 1)
    Release Date: 2014-12-09
    [ 3.639] X Protocol Version 11, Revision 0
    [ 3.639] Build Operating System: Linux 3.17.2-1-ARCH x86_64
    [ 3.639] Current Operating System: Linux laptop 3.17.6-1-ARCH #1 SMP PREEMPT Sun Dec 7 23:43:32 UTC 2014 x86_64
    [ 3.639] Kernel command line: BOOT_IMAGE=../vmlinuz-linux root=/dev/sda1 rw initrd=../initramfs-linux.img
    [ 3.639] Build Date: 10 December 2014 02:34:24PM
    [ 3.639]
    [ 3.639] Current version of pixman: 0.32.6
    [ 3.639] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 3.639] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 3.639] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Dec 19 18:47:26 2014
    [ 3.645] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 3.649] (==) No Layout section. Using the first Screen section.
    [ 3.649] (==) No screen section available. Using defaults.
    [ 3.649] (**) |-->Screen "Default Screen Section" (0)
    [ 3.649] (**) | |-->Monitor "<default monitor>"
    [ 3.650] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 3.650] (==) Automatically adding devices
    [ 3.650] (==) Automatically enabling devices
    [ 3.650] (==) Automatically adding GPU devices
    [ 3.658] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 3.658] Entry deleted from font path.
    [ 3.659] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 3.659] Entry deleted from font path.
    [ 3.659] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 3.660] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 3.660] Entry deleted from font path.
    [ 3.660] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 3.660] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 3.660] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 3.660] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 3.660] (II) Loader magic: 0x818d80
    [ 3.660] (II) Module ABI versions:
    [ 3.660] X.Org ANSI C Emulation: 0.4
    [ 3.660] X.Org Video Driver: 18.0
    [ 3.660] X.Org XInput driver : 21.0
    [ 3.660] X.Org Server Extension : 8.0
    [ 3.662] (EE) systemd-logind: failed to get session: PID 267 does not belong to any known session
    [ 3.663] (--) PCI:*(0:1:0:0) 10de:11a1:1558:0371 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 3.663] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 3.664] (II) LoadModule: "glx"
    [ 3.675] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 3.767] (II) Module glx: vendor="NVIDIA Corporation"
    [ 3.767] compiled for 4.0.2, module version = 1.0.0
    [ 3.767] Module class: X.Org Server Extension
    [ 3.768] (II) NVIDIA GLX Module 343.36 Mon Dec 1 15:50:02 PST 2014
    [ 3.769] (==) Matched nouveau as autoconfigured driver 0
    [ 3.769] (==) Matched nv as autoconfigured driver 1
    [ 3.769] (==) Matched modesetting as autoconfigured driver 2
    [ 3.769] (==) Matched fbdev as autoconfigured driver 3
    [ 3.769] (==) Matched vesa as autoconfigured driver 4
    [ 3.769] (==) Assigned the driver to the xf86ConfigLayout
    [ 3.769] (II) LoadModule: "nouveau"
    [ 3.769] (WW) Warning, couldn't open module nouveau
    [ 3.769] (II) UnloadModule: "nouveau"
    [ 3.769] (II) Unloading nouveau
    [ 3.769] (EE) Failed to load module "nouveau" (module does not exist, 0)
    [ 3.769] (II) LoadModule: "nv"
    [ 3.769] (WW) Warning, couldn't open module nv
    [ 3.769] (II) UnloadModule: "nv"
    [ 3.769] (II) Unloading nv
    [ 3.769] (EE) Failed to load module "nv" (module does not exist, 0)
    [ 3.769] (II) LoadModule: "modesetting"
    [ 3.769] (WW) Warning, couldn't open module modesetting
    [ 3.769] (II) UnloadModule: "modesetting"
    [ 3.769] (II) Unloading modesetting
    [ 3.769] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 3.769] (II) LoadModule: "fbdev"
    [ 3.769] (WW) Warning, couldn't open module fbdev
    [ 3.769] (II) UnloadModule: "fbdev"
    [ 3.769] (II) Unloading fbdev
    [ 3.769] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 3.769] (II) LoadModule: "vesa"
    [ 3.770] (WW) Warning, couldn't open module vesa
    [ 3.770] (II) UnloadModule: "vesa"
    [ 3.770] (II) Unloading vesa
    [ 3.770] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 3.770] (EE) No drivers available.
    [ 3.770] (EE)
    Fatal server error:
    [ 3.770] (EE) no screens found(EE)
    [ 3.770] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 3.770] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 3.770] (EE)
    Which looks like it loads my nvidia driver, but then just decides not to use it for some reason... After I restart kdm, it seems to use the driver fine:
    [ 78.897]
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    [ 78.897]
    X.Org X Server 1.16.2.901 (1.16.3 RC 1)
    Release Date: 2014-12-09
    [ 78.897] X Protocol Version 11, Revision 0
    [ 78.897] Build Operating System: Linux 3.17.2-1-ARCH x86_64
    [ 78.897] Current Operating System: Linux laptop 3.17.6-1-ARCH #1 SMP PREEMPT Sun Dec 7 23:43:32 UTC 2014 x86_64
    [ 78.897] Kernel command line: BOOT_IMAGE=../vmlinuz-linux root=/dev/sda1 rw initrd=../initramfs-linux.img
    [ 78.897] Build Date: 10 December 2014 02:34:24PM
    [ 78.897]
    [ 78.897] Current version of pixman: 0.32.6
    [ 78.897] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 78.897] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 78.897] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Dec 19 18:48:38 2014
    [ 78.897] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 78.897] (==) No Layout section. Using the first Screen section.
    [ 78.897] (==) No screen section available. Using defaults.
    [ 78.897] (**) |-->Screen "Default Screen Section" (0)
    [ 78.897] (**) | |-->Monitor "<default monitor>"
    [ 78.898] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 78.898] (==) Automatically adding devices
    [ 78.898] (==) Automatically enabling devices
    [ 78.898] (==) Automatically adding GPU devices
    [ 78.898] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 78.898] Entry deleted from font path.
    [ 78.898] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 78.898] Entry deleted from font path.
    [ 78.898] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 78.898] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 78.898] Entry deleted from font path.
    [ 78.898] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 78.898] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 78.898] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 78.898] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 78.898] (II) Loader magic: 0x818d80
    [ 78.898] (II) Module ABI versions:
    [ 78.898] X.Org ANSI C Emulation: 0.4
    [ 78.898] X.Org Video Driver: 18.0
    [ 78.898] X.Org XInput driver : 21.0
    [ 78.898] X.Org Server Extension : 8.0
    [ 78.900] (EE) systemd-logind: failed to get session: PID 542 does not belong to any known session
    [ 78.900] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 78.901] (--) PCI:*(0:1:0:0) 10de:11a1:1558:0371 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 78.901] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 78.901] (II) LoadModule: "glx"
    [ 78.902] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 78.913] (II) Module glx: vendor="NVIDIA Corporation"
    [ 78.913] compiled for 4.0.2, module version = 1.0.0
    [ 78.913] Module class: X.Org Server Extension
    [ 78.913] (II) NVIDIA GLX Module 343.36 Mon Dec 1 15:50:02 PST 2014
    [ 78.914] (II) Applying OutputClass "nvidia" to /dev/dri/card0
    [ 78.914] loading driver: nvidia
    [ 78.914] (==) Matched nvidia as autoconfigured driver 0
    [ 78.914] (==) Matched nouveau as autoconfigured driver 1
    [ 78.914] (==) Matched nv as autoconfigured driver 2
    [ 78.914] (==) Matched nouveau as autoconfigured driver 3
    [ 78.914] (==) Matched nv as autoconfigured driver 4
    [ 78.914] (==) Matched modesetting as autoconfigured driver 5
    [ 78.914] (==) Matched fbdev as autoconfigured driver 6
    [ 78.914] (==) Matched vesa as autoconfigured driver 7
    [ 78.914] (==) Assigned the driver to the xf86ConfigLayout
    [ 78.914] (II) LoadModule: "nvidia"
    [ 78.914] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 78.920] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 78.920] compiled for 4.0.2, module version = 1.0.0
    [ 78.920] Module class: X.Org Video Driver
    [ 78.920] (II) LoadModule: "nouveau"
    [ 78.921] (WW) Warning, couldn't open module nouveau
    [ 78.921] (II) UnloadModule: "nouveau"
    [ 78.921] (II) Unloading nouveau
    [ 78.921] (EE) Failed to load module "nouveau" (module does not exist, 0)
    [ 78.921] (II) LoadModule: "nv"
    [ 78.921] (WW) Warning, couldn't open module nv
    [ 78.921] (II) UnloadModule: "nv"
    [ 78.921] (II) Unloading nv
    [ 78.921] (EE) Failed to load module "nv" (module does not exist, 0)
    [ 78.921] (II) LoadModule: "modesetting"
    [ 78.921] (WW) Warning, couldn't open module modesetting
    [ 78.921] (II) UnloadModule: "modesetting"
    [ 78.921] (II) Unloading modesetting
    [ 78.921] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 78.921] (II) LoadModule: "fbdev"
    [ 78.922] (WW) Warning, couldn't open module fbdev
    [ 78.922] (II) UnloadModule: "fbdev"
    [ 78.922] (II) Unloading fbdev
    [ 78.922] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 78.922] (II) LoadModule: "vesa"
    [ 78.922] (WW) Warning, couldn't open module vesa
    [ 78.922] (II) UnloadModule: "vesa"
    [ 78.922] (II) Unloading vesa
    [ 78.922] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 78.922] (II) NVIDIA dlloader X Driver 343.36 Mon Dec 1 15:28:39 PST 2014
    [ 78.922] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 78.922] (++) using VT number 7
    [ 78.935] (II) Loading sub module "fb"
    [ 78.935] (II) LoadModule: "fb"
    [ 78.935] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 78.936] (II) Module fb: vendor="X.Org Foundation"
    [ 78.936] compiled for 1.16.2.901, module version = 1.0.0
    [ 78.936] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 78.936] (II) Loading sub module "wfb"
    [ 78.936] (II) LoadModule: "wfb"
    [ 78.936] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 78.937] (II) Module wfb: vendor="X.Org Foundation"
    [ 78.937] compiled for 1.16.2.901, module version = 1.0.0
    [ 78.937] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 78.937] (II) Loading sub module "ramdac"
    [ 78.937] (II) LoadModule: "ramdac"
    [ 78.937] (II) Module "ramdac" already built-in
    [ 78.939] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 78.939] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 78.939] (==) NVIDIA(0): RGB weight 888
    [ 78.939] (==) NVIDIA(0): Default visual is TrueColor
    [ 78.939] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 78.940] (**) NVIDIA(0): Enabling 2D acceleration
    [ 79.610] (II) NVIDIA(0): Display (Samsung SyncMaster (DFP-1)) does not support NVIDIA
    [ 79.610] (II) NVIDIA(0): 3D Vision stereo.
    [ 79.610] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
    [ 79.612] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 670MX (GK104) at PCI:1:0:0 (GPU-0)
    [ 79.612] (--) NVIDIA(0): Memory: 3145728 kBytes
    [ 79.612] (--) NVIDIA(0): VideoBIOS: 80.04.67.00.06
    [ 79.612] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 79.616] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 670MX at PCI:1:0:0
    [ 79.616] (--) NVIDIA(0): Chi Mei Optoelectronics corp. (DFP-0) (boot, connected)
    [ 79.616] (--) NVIDIA(0): Samsung SyncMaster (DFP-1) (connected)
    [ 79.616] (--) NVIDIA(0): DFP-2
    [ 79.616] (--) NVIDIA(0): DFP-3
    [ 79.616] (--) NVIDIA(0): DFP-4
    [ 79.616] (--) NVIDIA(0): Chi Mei Optoelectronics corp. (DFP-0): Internal LVDS
    [ 79.616] (--) NVIDIA(GPU-0): Chi Mei Optoelectronics corp. (DFP-0): 330.0 MHz maximum pixel clock
    [ 79.616] (--) NVIDIA(0): Samsung SyncMaster (DFP-1): Internal TMDS
    [ 79.616] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-1): 165.0 MHz maximum pixel clock
    [ 79.616] (--) NVIDIA(0): DFP-2: Internal TMDS
    [ 79.616] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
    [ 79.616] (--) NVIDIA(0): DFP-3: Internal DisplayPort
    [ 79.616] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
    [ 79.616] (--) NVIDIA(0): DFP-4: Internal DisplayPort
    [ 79.616] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
    [ 79.616] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 79.616] (**) NVIDIA(0): device Chi Mei Optoelectronics corp. (DFP-0) (Using EDID
    [ 79.616] (**) NVIDIA(0): frequencies has been enabled on all display devices.)
    [ 79.616] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 79.616] (**) NVIDIA(0): device Samsung SyncMaster (DFP-1) (Using EDID frequencies
    [ 79.616] (**) NVIDIA(0): has been enabled on all display devices.)
    [ 79.618] (==) NVIDIA(0):
    [ 79.618] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 79.618] (==) NVIDIA(0): will be used as the requested mode.
    [ 79.618] (==) NVIDIA(0):
    [ 79.619] (II) NVIDIA(0): Validated MetaModes:
    [ 79.619] (II) NVIDIA(0): "DFP-0:nvidia-auto-select,DFP-1:nvidia-auto-select"
    [ 79.619] (II) NVIDIA(0): Virtual screen size determined to be 3600 x 1080
    [ 80.144] (--) NVIDIA(0): DPI set to (128, 130); computed from "UseEdidDpi" X config
    [ 80.144] (--) NVIDIA(0): option
    [ 80.144] (--) Depth 24 pixmap format is 32 bpp
    [ 80.144] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
    [ 80.144] (II) NVIDIA: access.
    [ 80.150] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 80.150] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 80.150] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 80.150] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 80.150] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 80.150] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 80.150] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 80.150] (II) NVIDIA(0): Config Options in the README.
    [ 80.155] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select,DFP-1:nvidia-auto-select"
    [ 80.532] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 80.532] (==) NVIDIA(0): Backing store enabled
    [ 80.532] (==) NVIDIA(0): Silken mouse enabled
    [ 80.533] (==) NVIDIA(0): DPMS enabled
    [ 80.533] (II) Loading sub module "dri2"
    [ 80.533] (II) LoadModule: "dri2"
    [ 80.533] (II) Module "dri2" already built-in
    [ 80.533] (II) NVIDIA(0): [DRI2] Setup complete
    [ 80.533] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 80.533] (--) RandR disabled
    [ 80.539] (II) Initializing extension GLX
    [ 80.605] (II) config/udev: Adding input device Power Button (/dev/input/event14)
    [ 80.605] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 80.605] (II) LoadModule: "evdev"
    [ 80.606] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 80.607] (II) Module evdev: vendor="X.Org Foundation"
    [ 80.607] compiled for 1.16.2, module version = 2.9.1
    [ 80.607] Module class: X.Org XInput Driver
    [ 80.607] ABI class: X.Org XInput driver, version 21.0
    [ 80.607] (II) Using input driver 'evdev' for 'Power Button'
    [ 80.607] (**) Power Button: always reports core events
    [ 80.607] (**) evdev: Power Button: Device: "/dev/input/event14"
    [ 80.608] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 80.608] (--) evdev: Power Button: Found keys
    [ 80.608] (II) evdev: Power Button: Configuring as keyboard
    [ 80.608] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input18/event14"
    [ 80.608] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 80.608] (**) Option "xkb_rules" "evdev"
    [ 80.608] (**) Option "xkb_model" "pc104"
    [ 80.608] (**) Option "xkb_layout" "us"
    [ 80.635] (II) config/udev: Adding input device Video Bus (/dev/input/event15)
    [ 80.635] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 80.635] (II) Using input driver 'evdev' for 'Video Bus'
    [ 80.635] (**) Video Bus: always reports core events
    [ 80.635] (**) evdev: Video Bus: Device: "/dev/input/event15"
    [ 80.635] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 80.635] (--) evdev: Video Bus: Found keys
    [ 80.635] (II) evdev: Video Bus: Configuring as keyboard
    [ 80.635] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13/LNXVIDEO:00/input/input19/event15"
    [ 80.635] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 80.635] (**) Option "xkb_rules" "evdev"
    [ 80.635] (**) Option "xkb_model" "pc104"
    [ 80.635] (**) Option "xkb_layout" "us"
    [ 80.636] (II) config/udev: Adding input device Power Button (/dev/input/event13)
    [ 80.636] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 80.636] (II) Using input driver 'evdev' for 'Power Button'
    [ 80.636] (**) Power Button: always reports core events
    [ 80.636] (**) evdev: Power Button: Device: "/dev/input/event13"
    [ 80.636] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 80.636] (--) evdev: Power Button: Found keys
    [ 80.636] (II) evdev: Power Button: Configuring as keyboard
    [ 80.636] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input17/event13"
    [ 80.636] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 80.636] (**) Option "xkb_rules" "evdev"
    [ 80.636] (**) Option "xkb_model" "pc104"
    [ 80.636] (**) Option "xkb_layout" "us"
    [ 80.637] (II) config/udev: Adding input device Lid Switch (/dev/input/event11)
    [ 80.637] (II) No input driver specified, ignoring this device.
    [ 80.637] (II) This device may have been added with another device file.
    [ 80.637] (II) config/udev: Adding input device Sleep Button (/dev/input/event12)
    [ 80.637] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 80.637] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 80.637] (**) Sleep Button: always reports core events
    [ 80.637] (**) evdev: Sleep Button: Device: "/dev/input/event12"
    [ 80.637] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 80.637] (--) evdev: Sleep Button: Found keys
    [ 80.637] (II) evdev: Sleep Button: Configuring as keyboard
    [ 80.637] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input16/event12"
    [ 80.637] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
    [ 80.637] (**) Option "xkb_rules" "evdev"
    [ 80.637] (**) Option "xkb_model" "pc104"
    [ 80.637] (**) Option "xkb_layout" "us"
    [ 80.638] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event18)
    [ 80.638] (II) No input driver specified, ignoring this device.
    [ 80.638] (II) This device may have been added with another device file.
    [ 80.638] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event19)
    [ 80.638] (II) No input driver specified, ignoring this device.
    [ 80.638] (II) This device may have been added with another device file.
    [ 80.639] (II) config/udev: Adding input device LOGITECH G110 G-keys (/dev/input/event3)
    [ 80.639] (**) LOGITECH G110 G-keys: Applying InputClass "evdev keyboard catchall"
    [ 80.639] (II) Using input driver 'evdev' for 'LOGITECH G110 G-keys'
    [ 80.639] (**) LOGITECH G110 G-keys: always reports core events
    [ 80.639] (**) evdev: LOGITECH G110 G-keys: Device: "/dev/input/event3"
    [ 80.639] (--) evdev: LOGITECH G110 G-keys: Vendor 0x46d Product 0xc22b
    [ 80.639] (--) evdev: LOGITECH G110 G-keys: Found keys
    [ 80.639] (II) evdev: LOGITECH G110 G-keys: Configuring as keyboard
    [ 80.639] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4.1/3-4.1.1/3-4.1.1:1.0/0003:046D:C22B.0003/input/input7/event3"
    [ 80.639] (II) XINPUT: Adding extended input device "LOGITECH G110 G-keys" (type: KEYBOARD, id 10)
    [ 80.639] (**) Option "xkb_rules" "evdev"
    [ 80.639] (**) Option "xkb_model" "pc104"
    [ 80.639] (**) Option "xkb_layout" "us"
    [ 80.639] (II) config/udev: Adding input device Gaming Keyboard G110 (/dev/input/event4)
    [ 80.639] (**) Gaming Keyboard G110: Applying InputClass "evdev keyboard catchall"
    [ 80.639] (II) Using input driver 'evdev' for 'Gaming Keyboard G110'
    [ 80.639] (**) Gaming Keyboard G110: always reports core events
    [ 80.639] (**) evdev: Gaming Keyboard G110: Device: "/dev/input/event4"
    [ 80.640] (--) evdev: Gaming Keyboard G110: Vendor 0x46d Product 0xc22a
    [ 80.640] (--) evdev: Gaming Keyboard G110: Found keys
    [ 80.640] (II) evdev: Gaming Keyboard G110: Configuring as keyboard
    [ 80.640] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4.1/3-4.1.3/3-4.1.3:1.0/0003:046D:C22A.0004/input/input8/event4"
    [ 80.640] (II) XINPUT: Adding extended input device "Gaming Keyboard G110" (type: KEYBOARD, id 11)
    [ 80.640] (**) Option "xkb_rules" "evdev"
    [ 80.640] (**) Option "xkb_model" "pc104"
    [ 80.640] (**) Option "xkb_layout" "us"
    [ 80.640] (II) config/udev: Adding input device Gaming Keyboard G110 (/dev/input/event5)
    [ 80.640] (**) Gaming Keyboard G110: Applying InputClass "evdev keyboard catchall"
    [ 80.640] (II) Using input driver 'evdev' for 'Gaming Keyboard G110'
    [ 80.640] (**) Gaming Keyboard G110: always reports core events
    [ 80.640] (**) evdev: Gaming Keyboard G110: Device: "/dev/input/event5"
    [ 80.640] (--) evdev: Gaming Keyboard G110: Vendor 0x46d Product 0xc22a
    [ 80.640] (--) evdev: Gaming Keyboard G110: Found keys
    [ 80.640] (II) evdev: Gaming Keyboard G110: Configuring as keyboard
    [ 80.640] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4.1/3-4.1.3/3-4.1.3:1.1/0003:046D:C22A.0005/input/input9/event5"
    [ 80.640] (II) XINPUT: Adding extended input device "Gaming Keyboard G110" (type: KEYBOARD, id 12)
    [ 80.640] (**) Option "xkb_rules" "evdev"
    [ 80.640] (**) Option "xkb_model" "pc104"
    [ 80.641] (**) Option "xkb_layout" "us"
    [ 80.641] (II) config/udev: Adding input device Razer Razer Lachesis (/dev/input/event1)
    [ 80.641] (**) Razer Razer Lachesis: Applying InputClass "evdev pointer catchall"
    [ 80.641] (II) Using input driver 'evdev' for 'Razer Razer Lachesis'
    [ 80.641] (**) Razer Razer Lachesis: always reports core events
    [ 80.641] (**) evdev: Razer Razer Lachesis: Device: "/dev/input/event1"
    [ 80.641] (--) evdev: Razer Razer Lachesis: Vendor 0x1532 Product 0xc
    [ 80.641] (--) evdev: Razer Razer Lachesis: Found 12 mouse buttons
    [ 80.641] (--) evdev: Razer Razer Lachesis: Found scroll wheel(s)
    [ 80.641] (--) evdev: Razer Razer Lachesis: Found relative axes
    [ 80.641] (--) evdev: Razer Razer Lachesis: Found x and y relative axes
    [ 80.641] (II) evdev: Razer Razer Lachesis: Configuring as mouse
    [ 80.641] (II) evdev: Razer Razer Lachesis: Adding scrollwheel support
    [ 80.641] (**) evdev: Razer Razer Lachesis: YAxisMapping: buttons 4 and 5
    [ 80.641] (**) evdev: Razer Razer Lachesis: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 80.641] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4.2/3-4.2:1.0/0003:1532:000C.0001/input/input5/event1"
    [ 80.641] (II) XINPUT: Adding extended input device "Razer Razer Lachesis" (type: MOUSE, id 13)
    [ 80.642] (II) evdev: Razer Razer Lachesis: initialized for relative axes.
    [ 80.642] (**) Razer Razer Lachesis: (accel) keeping acceleration scheme 1
    [ 80.642] (**) Razer Razer Lachesis: (accel) acceleration profile 0
    [ 80.642] (**) Razer Razer Lachesis: (accel) acceleration factor: 2.000
    [ 80.642] (**) Razer Razer Lachesis: (accel) acceleration threshold: 4
    [ 80.642] (II) config/udev: Adding input device Razer Razer Lachesis (/dev/input/mouse0)
    [ 80.642] (II) No input driver specified, ignoring this device.
    [ 80.642] (II) This device may have been added with another device file.
    [ 80.643] (II) config/udev: Adding input device Razer Razer Lachesis (/dev/input/event2)
    [ 80.643] (**) Razer Razer Lachesis: Applying InputClass "evdev keyboard catchall"
    [ 80.643] (II) Using input driver 'evdev' for 'Razer Razer Lachesis'
    [ 80.643] (**) Razer Razer Lachesis: always reports core events
    [ 80.643] (**) evdev: Razer Razer Lachesis: Device: "/dev/input/event2"
    [ 80.643] (--) evdev: Razer Razer Lachesis: Vendor 0x1532 Product 0xc
    [ 80.643] (--) evdev: Razer Razer Lachesis: Found keys
    [ 80.643] (II) evdev: Razer Razer Lachesis: Configuring as keyboard
    [ 80.643] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4.2/3-4.2:1.1/0003:1532:000C.0002/input/input6/event2"
    [ 80.643] (II) XINPUT: Adding extended input device "Razer Razer Lachesis" (type: KEYBOARD, id 14)
    [ 80.643] (**) Option "xkb_rules" "evdev"
    [ 80.643] (**) Option "xkb_model" "pc104"
    [ 80.643] (**) Option "xkb_layout" "us"
    [ 80.643] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
    [ 80.643] (II) No input driver specified, ignoring this device.
    [ 80.643] (II) This device may have been added with another device file.
    [ 80.644] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event7)
    [ 80.644] (II) No input driver specified, ignoring this device.
    [ 80.644] (II) This device may have been added with another device file.
    [ 80.644] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event8)
    [ 80.644] (II) No input driver specified, ignoring this device.
    [ 80.644] (II) This device may have been added with another device file.
    [ 80.644] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event9)
    [ 80.644] (II) No input driver specified, ignoring this device.
    [ 80.644] (II) This device may have been added with another device file.
    [ 80.645] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event10)
    [ 80.645] (II) No input driver specified, ignoring this device.
    [ 80.645] (II) This device may have been added with another device file.
    [ 80.645] (II) config/udev: Adding input device BisonCam, NB Pro (/dev/input/event17)
    [ 80.645] (**) BisonCam, NB Pro: Applying InputClass "evdev keyboard catchall"
    [ 80.645] (II) Using input driver 'evdev' for 'BisonCam, NB Pro'
    [ 80.645] (**) BisonCam, NB Pro: always reports core events
    [ 80.645] (**) evdev: BisonCam, NB Pro: Device: "/dev/input/event17"
    [ 80.645] (--) evdev: BisonCam, NB Pro: Vendor 0x5986 Product 0x512
    [ 80.645] (--) evdev: BisonCam, NB Pro: Found keys
    [ 80.645] (II) evdev: BisonCam, NB Pro: Configuring as keyboard
    [ 80.645] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/input/input23/event17"
    [ 80.645] (II) XINPUT: Adding extended input device "BisonCam, NB Pro" (type: KEYBOARD, id 15)
    [ 80.645] (**) Option "xkb_rules" "evdev"
    [ 80.645] (**) Option "xkb_model" "pc104"
    [ 80.645] (**) Option "xkb_layout" "us"
    [ 80.646] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 80.646] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 80.646] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 80.646] (**) AT Translated Set 2 keyboard: always reports core events
    [ 80.646] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 80.646] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 80.646] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 80.646] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 80.646] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 80.646] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 16)
    [ 80.646] (**) Option "xkb_rules" "evdev"
    [ 80.646] (**) Option "xkb_model" "pc104"
    [ 80.646] (**) Option "xkb_layout" "us"
    [ 80.646] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event20)
    [ 80.646] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 80.647] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 80.647] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 80.647] (II) LoadModule: "synaptics"
    [ 80.647] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 80.647] (II) Module synaptics: vendor="X.Org Foundation"
    [ 80.647] compiled for 1.16.0, module version = 1.8.1
    [ 80.647] Module class: X.Org XInput Driver
    [ 80.647] ABI class: X.Org XInput driver, version 21.0
    [ 80.647] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 80.647] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 80.647] (**) Option "Device" "/dev/input/event20"
    [ 80.756] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
    [ 80.757] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5662 (res 42)
    [ 80.757] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4660 (res 47)
    [ 80.757] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 80.757] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 80.757] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
    [ 80.757] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 80.757] (**) Option "TapButton1" "1"
    [ 80.757] (**) Option "TapButton2" "2"
    [ 80.757] (**) Option "TapButton3" "3"
    [ 80.757] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
    [ 80.757] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 80.757] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 80.810] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input22/event20"
    [ 80.810] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 17)
    [ 80.810] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 80.810] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    [ 80.810] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.038
    [ 80.810] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 80.810] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 80.810] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 80.810] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 80.810] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 80.811] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
    [ 80.811] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 80.811] (II) config/udev: Adding input device PC Speaker (/dev/input/event16)
    [ 80.811] (II) No input driver specified, ignoring this device.
    [ 80.811] (II) This device may have been added with another device file.
    [ 88.265] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (DFP-1)) does not support NVIDIA
    [ 88.265] (II) NVIDIA(GPU-0): 3D Vision stereo.
    [ 88.282] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (DFP-1)) does not support NVIDIA
    [ 88.282] (II) NVIDIA(GPU-0): 3D Vision stereo.
    [ 88.291] (II) NVIDIA(0): Setting mode "LVDS-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, HDMI-0: 1680x1050_60_0 @1680x1050 +1920+0 {ViewPortIn=1680x1050, ViewPortOut=1680x1050+0+0}"
    [ 89.221] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (DFP-1)) does not support NVIDIA
    [ 89.221] (II) NVIDIA(GPU-0): 3D Vision stereo.
    [ 90.639] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (DFP-1)) does not support NVIDIA
    [ 90.639] (II) NVIDIA(GPU-0): 3D Vision stereo.
    [ 93.745] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (DFP-1)) does not support NVIDIA
    [ 93.745] (II) NVIDIA(GPU-0): 3D Vision stereo.
    Notably, the following lines appear in the working case, but not the broken case:
    [ 78.914] (II) Applying OutputClass "nvidia" to /dev/dri/card0
    [ 78.914] loading driver: nvidia
    Does anyone know what might be going on here?
    Last edited by straemer (2014-12-20 13:03:58)

    Hmmmm, that doesn't seem to be the issue. I have a nvidia geforce gtx 670mx. The nvidia website does link me to the 340xx driver for that card, but downgrading to that version still has the same issue. I suspect the issue is in Xorg, since it seems to load the module, but then decides it doesn't have a driver to run for some reason.

Maybe you are looking for