XFree86 problems

I'm having several problems getting XFree86 working.  I run X -configure then try
XFree86 -xf86config /root/XF86Config.new
and I get some nasty errors:
xf86OpenSerial: Cannot open device /dev/mouse
  No such file or directory
etc
I can edit XF86Config.new and change /dev/mouse to /dev/psaux, then when I try again it seems to work but the mouse doesn't work.
I have a PS/2 mouse with 3 buttons.
Also, is there a way to get the hSync and vSync of my monitor?  I'd like to try getting a better resolution than 640x480.
Thanks

here is my XF86Config-4 file:
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
Load "record"
Load "extmod"
Load "dbe"
# Load "dri"
Load "glx"
Load "xtrap"
Load "type1"
Load "speedo"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "Buttons" "3"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
#DisplaySize 360 270 # mm
Identifier "Monitor0"
VendorName "DWE"
HorizSync 30-95
VertRefresh 50-160
ModelName "PnP Monitor"
Option "DPMS"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "Rotate" # [<str>]
#Option "VideoKey" # <i>
#Option "FlatPanel" # [<bool>]
Identifier "Card0"
Driver "nvidia"
VendorName "NVidia"
BoardName "GeForce4 MX/MX 440"
BusID "PCI:1:0:0"
Option "NvAGP" "1"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 1
EndSubSection
SubSection "Display"
Depth 4
EndSubSection
SubSection "Display"
Depth 8
EndSubSection
SubSection "Display"
Depth 15
EndSubSection
SubSection "Display"
Depth 16
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
in your case you will have to first edit your mouse section to something like:
Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "PS/2"
        Option      "Device" "/dev/psaux"
        Option      "Buttons" "3"
        Option      "ZAxisMapping" "4 5"
EndSection
the "Options "Buttons" "3"" may not hold with your mouse unless it has a scroll wheel if it does not then you will have to change the line to:
Options "Emulate3Buttons" "True"
don't forget the ZAxisMapping line either!
next resolutions:
you will have no mode in your depth settings like so:
EndSubSection
SubSection "Display"
Depth 16
just add them in like i did above:
SubSection "Display"
                Depth     24
                Modes "1280x1024" "1024x768" "800x600" "640x480"
fianlly don't forget to add a default depth level like so:
       Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
DefaultDepth 24
as for refresh rates just add lines like this (in red) below:
Section "Monitor"
        #DisplaySize      360   270     # mm
        Identifier   "Monitor0"
        VendorName   "DWE"
        HorizSync    30-95
        VertRefresh  50-160
        ModelName    "PnP Monitor"
        Option      "DPMS"
EndSection

Similar Messages

  • Some problems with 3D with xorg 1.9.2-1 and xf86-video-intel 2.12.0-3

    I have some problems with the upgrade to xorg 1.9.1-1 and xf86-video-intel 2.12.0-3. Glxgears does not run smoothly at all and I got 15-20 fps (instead of the normal 60 because intel should sync with the V refresh rate). Very curiously, these problems disapear if I move the mouse cursor somewhere in the screen. Then glxgears run smooth and I have indeed the expected 60 fps
    There are no error messages and glxinfo say that 3D is indeed enabled.
    Xorg log file:
    [ 358.899] _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
    [ 358.899] _XSERVTransOpen: transport open failed for inet6/myhost:0
    [ 358.899] _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
    [ 358.900]
    X.Org X Server 1.9.2
    Release Date: 2010-10-30
    [ 358.900] X Protocol Version 11, Revision 0
    [ 358.900] Build Operating System: Linux 2.6.35-ARCH i686
    [ 358.900] Current Operating System: Linux myhost 2.6.35-ARCH #1 SMP PREEMPT Sat Oct 30 19:57:05 UTC 2010 i686
    [ 358.900] Kernel command line: root=/dev/disk/by-uuid/e5c72fc3-4e8b-4f5d-9023-12216af63d84 resume=/dev/disk/by-uuid/96f14b75-fb64-4881-863d-124af7c13e2f ro
    [ 358.900] Build Date: 01 November 2010 10:23:07PM
    [ 358.900]
    [ 358.900] Current version of pixman: 0.18.4
    [ 358.900] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 358.900] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 358.900] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Nov 9 10:14:10 2010
    [ 358.900] (==) Using config file: "/etc/X11/xorg.conf"
    [ 358.901] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 358.901] (==) ServerLayout "X.org Configured"
    [ 358.901] (**) |-->Screen "Screen0" (0)
    [ 358.901] (**) | |-->Monitor "Monitor0"
    [ 358.901] (**) | |-->Device "Card0"
    [ 358.901] (**) |-->Input Device "Mouse0"
    [ 358.901] (**) |-->Input Device "touchpad"
    [ 358.901] (**) |-->Input Device "Keyboard0"
    [ 358.901] (**) Option "DontZap" "off"
    [ 358.901] (**) Option "StandbyTime" "5"
    [ 358.901] (**) Option "SuspendTime" "5"
    [ 358.901] (**) Option "OffTime" "5"
    [ 358.901] (**) Option "Xinerama" "on"
    [ 358.901] (**) Option "AutoAddDevices" "off"
    [ 358.901] (**) Not automatically adding devices
    [ 358.901] (==) Automatically enabling devices
    [ 358.902] (**) Xinerama: enabled
    [ 358.902] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 358.902] Entry deleted from font path.
    [ 358.902] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 358.902] Entry deleted from font path.
    [ 358.902] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 358.902] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 358.902] Entry deleted from font path.
    [ 358.902] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 358.902] Entry deleted from font path.
    [ 358.902] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 358.902] (**) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/75dpi/,
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/75dpi/
    [ 358.902] (**) ModulePath set to "/usr/lib/xorg/modules"
    [ 358.902] (II) Loader magic: 0x81f1f80
    [ 358.902] (II) Module ABI versions:
    [ 358.902] X.Org ANSI C Emulation: 0.4
    [ 358.902] X.Org Video Driver: 8.0
    [ 358.902] X.Org XInput driver : 11.0
    [ 358.902] X.Org Server Extension : 4.0
    [ 358.903] (--) PCI:*(0:0:2:0) 8086:27a2:1584:9916 rev 3, Mem @ 0xb0080000/524288, 0xc0000000/268435456, 0xb0040000/262144, I/O @ 0x00001800/8
    [ 358.903] (--) PCI: (0:0:2:1) 8086:27a6:1584:9916 rev 3, Mem @ 0xb0100000/524288
    [ 358.904] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 358.904] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    [ 358.904] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    [ 358.904] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    [ 358.904] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
    [ 358.904] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    [ 358.904] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
    [ 358.904] (II) LoadModule: "extmod"
    [ 358.904] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 358.904] (II) Module extmod: vendor="X.Org Foundation"
    [ 358.904] compiled for 1.9.2, module version = 1.0.0
    [ 358.904] Module class: X.Org Server Extension
    [ 358.904] ABI class: X.Org Server Extension, version 4.0
    [ 358.904] (II) Loading extension MIT-SCREEN-SAVER
    [ 358.904] (II) Loading extension XFree86-VidModeExtension
    [ 358.904] (II) Loading extension XFree86-DGA
    [ 358.904] (II) Loading extension DPMS
    [ 358.904] (II) Loading extension XVideo
    [ 358.904] (II) Loading extension XVideo-MotionCompensation
    [ 358.904] (II) Loading extension X-Resource
    [ 358.904] (II) LoadModule: "glx"
    [ 358.904] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 358.905] (II) Module glx: vendor="X.Org Foundation"
    [ 358.905] compiled for 1.9.2, module version = 1.0.0
    [ 358.905] ABI class: X.Org Server Extension, version 4.0
    [ 358.905] (==) AIGLX enabled
    [ 358.905] (II) Loading extension GLX
    [ 358.905] (II) LoadModule: "record"
    [ 358.905] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 358.905] (II) Module record: vendor="X.Org Foundation"
    [ 358.905] compiled for 1.9.2, module version = 1.13.0
    [ 358.905] Module class: X.Org Server Extension
    [ 358.905] ABI class: X.Org Server Extension, version 4.0
    [ 358.905] (II) Loading extension RECORD
    [ 358.905] (II) LoadModule: "dri2"
    [ 358.905] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 358.905] (II) Module dri2: vendor="X.Org Foundation"
    [ 358.905] compiled for 1.9.2, module version = 1.2.0
    [ 358.905] ABI class: X.Org Server Extension, version 4.0
    [ 358.905] (II) Loading extension DRI2
    [ 358.905] (II) LoadModule: "dbe"
    [ 358.905] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 358.906] (II) Module dbe: vendor="X.Org Foundation"
    [ 358.906] compiled for 1.9.2, module version = 1.0.0
    [ 358.906] Module class: X.Org Server Extension
    [ 358.906] ABI class: X.Org Server Extension, version 4.0
    [ 358.906] (II) Loading extension DOUBLE-BUFFER
    [ 358.906] (II) LoadModule: "dri"
    [ 358.906] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 358.906] (II) Module dri: vendor="X.Org Foundation"
    [ 358.906] compiled for 1.9.2, module version = 1.0.0
    [ 358.906] ABI class: X.Org Server Extension, version 4.0
    [ 358.906] (II) Loading extension XFree86-DRI
    [ 358.906] (II) LoadModule: "synaptics"
    [ 358.906] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 358.906] (II) Module synaptics: vendor="X.Org Foundation"
    [ 358.906] compiled for 1.9.0, module version = 1.3.0
    [ 358.906] Module class: X.Org XInput Driver
    [ 358.906] ABI class: X.Org XInput driver, version 11.0
    [ 358.906] (II) LoadModule: "intel"
    [ 358.906] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 358.907] (II) Module intel: vendor="X.Org Foundation"
    [ 358.907] compiled for 1.9.0, module version = 2.12.0
    [ 358.907] Module class: X.Org Video Driver
    [ 358.907] ABI class: X.Org Video Driver, version 8.0
    [ 358.907] (II) LoadModule: "mouse"
    [ 358.907] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    [ 358.907] (II) Module mouse: vendor="X.Org Foundation"
    [ 358.907] compiled for 1.9.0, module version = 1.6.0
    [ 358.907] Module class: X.Org XInput Driver
    [ 358.907] ABI class: X.Org XInput driver, version 11.0
    [ 358.907] (II) LoadModule: "synaptics"
    [ 358.907] (II) Reloading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 358.907] (II) LoadModule: "kbd"
    [ 358.908] (II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
    [ 358.908] (II) Module kbd: vendor="X.Org Foundation"
    [ 358.908] compiled for 1.9.0, module version = 1.4.0
    [ 358.908] Module class: X.Org XInput Driver
    [ 358.908] ABI class: X.Org XInput driver, version 11.0
    [ 358.908] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale
    [ 358.908] (--) using VT number 7
    [ 358.908] (WW) xf86OpenConsole: setpgid failed: Operation not permitted
    [ 358.908] (WW) xf86OpenConsole: setsid failed: Operation not permitted
    [ 358.916] drmOpenDevice: node name is /dev/dri/card0
    [ 358.916] drmOpenDevice: open result is 10, (OK)
    [ 358.916] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    [ 358.916] drmOpenDevice: node name is /dev/dri/card0
    [ 358.916] drmOpenDevice: open result is 10, (OK)
    [ 358.916] drmOpenByBusid: drmOpenMinor returns 10
    [ 358.916] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    [ 358.916] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 358.916] (==) intel(0): RGB weight 888
    [ 358.916] (==) intel(0): Default visual is TrueColor
    [ 358.916] (II) intel(0): Integrated Graphics Chipset: Intel(R) 945GM
    [ 358.916] (--) intel(0): Chipset: "945GM"
    [ 358.916] (==) intel(0): video overlay key set to 0x101fe
    [ 358.953] (II) intel(0): Output VGA1 using monitor section vgamonitor
    [ 358.953] (**) intel(0): Option "Disable" "true"
    [ 359.059] (II) intel(0): Output LVDS1 using monitor section lvdsmonitor
    [ 359.059] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
    [ 359.340] (II) intel(0): Output TV1 has no monitor section
    [ 359.380] (II) intel(0): EDID for output VGA1
    [ 359.486] (II) intel(0): EDID for output LVDS1
    [ 359.486] (II) intel(0): Manufacturer: CPT Model: 13a6 Serial#: 0
    [ 359.486] (II) intel(0): Year: 2006 Week: 17
    [ 359.486] (II) intel(0): EDID Version: 1.3
    [ 359.486] (II) intel(0): Digital Display Input
    [ 359.486] (II) intel(0): Max Image Size [cm]: horiz.: 33 vert.: 21
    [ 359.486] (II) intel(0): Gamma: 2.20
    [ 359.486] (II) intel(0): No DPMS capabilities specified
    [ 359.486] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 359.486] (II) intel(0): First detailed timing is preferred mode
    [ 359.486] (II) intel(0): redX: 0.600 redY: 0.340 greenX: 0.309 greenY: 0.559
    [ 359.486] (II) intel(0): blueX: 0.149 blueY: 0.131 whiteX: 0.315 whiteY: 0.329
    [ 359.486] (II) intel(0): Manufacturer's mask: 0
    [ 359.486] (II) intel(0): Supported detailed timing:
    [ 359.486] (II) intel(0): clock: 68.9 MHz Image Size: 331 x 207 mm
    [ 359.486] (II) intel(0): h_active: 1280 h_sync: 1301 h_sync_end 1333 h_blank_end 1408 h_border: 0
    [ 359.486] (II) intel(0): v_active: 800 v_sync: 801 v_sync_end 804 v_blanking: 816 v_border: 0
    [ 359.486] (II) intel(0): Unknown vendor-specific block f
    [ 359.486] (II) intel(0): FD1631154WB4
    [ 359.486] (II) intel(0): /BRZÄêÿ
    [ 359.486] (II) intel(0): EDID (in hex):
    [ 359.486] (II) intel(0): 00ffffffffffff000e14a61300000000
    [ 359.486] (II) intel(0): 11100103802115780a806d99574f8f26
    [ 359.486] (II) intel(0): 21505400000001010101010101010101
    [ 359.486] (II) intel(0): 010101010101ea1a0080502010301520
    [ 359.486] (II) intel(0): 13004bcf100000190000000f00000000
    [ 359.486] (II) intel(0): 0000000000206e050f00000000fe0046
    [ 359.486] (II) intel(0): 44313633313135345742340a000000fe
    [ 359.486] (II) intel(0): 002f42525a81c4eaff01010a2020004f
    [ 359.487] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 359.487] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 359.487] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 359.487] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 359.487] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 359.487] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 359.487] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 359.487] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [ 359.487] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [ 359.487] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 359.487] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 359.487] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [ 359.487] (II) intel(0): Printing probed modes for output LVDS1
    [ 359.487] (II) intel(0): Modeline "1280x800"x60.0 68.90 1280 1301 1333 1408 800 801 804 816 -hsync -vsync (48.9 kHz)
    [ 359.487] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 359.487] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 359.487] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 359.487] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 359.766] (II) intel(0): EDID for output TV1
    [ 359.766] (II) intel(0): Output VGA1 disabled by config file
    [ 359.766] (II) intel(0): Output LVDS1 connected
    [ 359.766] (II) intel(0): Output TV1 disconnected
    [ 359.766] (II) intel(0): Using exact sizes for initial modes
    [ 359.766] (II) intel(0): Output LVDS1 using initial mode 1280x800
    [ 359.766] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 359.766] (II) intel(0): Pageflipping enabled in kernel, but disabled in X
    [ 359.766] (II) intel(0): Don't panic: https://bugzilla.redhat.com/588421
    [ 359.766] (==) intel(0): DPI set to (96, 96)
    [ 359.767] (II) Loading sub module "fb"
    [ 359.767] (II) LoadModule: "fb"
    [ 359.767] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 359.767] (II) Module fb: vendor="X.Org Foundation"
    [ 359.767] compiled for 1.9.2, module version = 1.0.0
    [ 359.767] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 359.767] (==) Depth 24 pixmap format is 32 bpp
    [ 359.767] (II) intel(0): [DRI2] Setup complete
    [ 359.767] (II) intel(0): [DRI2] DRI driver: i915
    [ 359.767] (**) intel(0): Tiling enabled
    [ 359.767] (**) intel(0): SwapBuffers wait enabled
    [ 359.767] (==) intel(0): VideoRam: 262144 KB
    [ 359.767] (II) intel(0): Allocated new frame buffer 1280x800 stride 8192, tiled
    [ 359.767] (II) UXA(0): Driver registered support for the following operations:
    [ 359.767] (II) solid
    [ 359.767] (II) copy
    [ 359.767] (II) composite (RENDER acceleration)
    [ 359.767] (II) put_image
    [ 359.767] (II) get_image
    [ 359.767] (==) intel(0): Backing store disabled
    [ 359.767] (==) intel(0): Silken mouse enabled
    [ 359.767] (II) intel(0): Initializing HW Cursor
    [ 359.803] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 359.804] (==) intel(0): DPMS enabled
    [ 359.805] (==) intel(0): Intel XvMC decoder disabled
    [ 359.805] (II) intel(0): Set up textured video
    [ 359.805] (II) intel(0): Set up overlay video
    [ 359.805] (II) intel(0): direct rendering: DRI2 Enabled
    [ 359.805] (--) RandR disabled
    [ 359.805] (II) Initializing built-in extension Generic Event Extension
    [ 359.805] (II) Initializing built-in extension SHAPE
    [ 359.805] (II) Initializing built-in extension MIT-SHM
    [ 359.805] (II) Initializing built-in extension XInputExtension
    [ 359.805] (II) Initializing built-in extension XTEST
    [ 359.805] (II) Initializing built-in extension BIG-REQUESTS
    [ 359.805] (II) Initializing built-in extension SYNC
    [ 359.805] (II) Initializing built-in extension XKEYBOARD
    [ 359.805] (II) Initializing built-in extension XC-MISC
    [ 359.805] (II) Initializing built-in extension SECURITY
    [ 359.805] (II) Initializing built-in extension XINERAMA
    [ 359.805] (II) Initializing built-in extension XFIXES
    [ 359.805] (II) Initializing built-in extension RENDER
    [ 359.805] (II) Initializing built-in extension RANDR
    [ 359.805] (II) Initializing built-in extension COMPOSITE
    [ 359.805] (II) Initializing built-in extension DAMAGE
    [ 359.821] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 359.821] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 359.821] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 359.821] (II) AIGLX: enabled GLX_SGI_make_current_read
    [ 359.821] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 359.821] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i915_dri.so
    [ 359.821] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 359.822] (II) intel(0): Setting screen physical size to 338 x 211
    [ 360.019] (**) Option "Protocol" "auto"
    [ 360.019] (**) Option "Device" "/dev/input/mice"
    [ 360.019] (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
    [ 360.019] (**) Mouse0: Device: "/dev/input/mice"
    [ 360.019] (**) Mouse0: Protocol: "auto"
    [ 360.019] (**) Option "CorePointer"
    [ 360.019] (**) Mouse0: always reports core events
    [ 360.019] (**) Option "Device" "/dev/input/mice"
    [ 360.019] (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
    [ 360.019] (**) Option "ZAxisMapping" "4 5 6 7"
    [ 360.019] (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
    [ 360.019] (**) Mouse0: Buttons: 11
    [ 360.019] (**) Option "Sensitivity" "0.7"
    [ 360.019] (**) Mouse0: Sensitivity: 0.7
    [ 360.019] (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
    [ 360.019] (**) Mouse0: (accel) keeping acceleration scheme 1
    [ 360.019] (**) Mouse0: (accel) acceleration profile 0
    [ 360.019] (**) Mouse0: (accel) acceleration factor: 2.000
    [ 360.019] (**) Mouse0: (accel) acceleration threshold: 4
    [ 360.019] (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
    [ 360.311] (II) Mouse0: ps2EnableDataReporting: succeeded
    [ 360.311] (II) Synaptics touchpad driver version 1.3.0
    [ 360.312] (--) touchpad auto-dev sets device to /dev/input/event6
    [ 360.312] (**) Option "Device" "/dev/input/event6"
    [ 360.312] (--) touchpad: x-axis range 1472 - 5472
    [ 360.312] (--) touchpad: y-axis range 1408 - 4448
    [ 360.312] (--) touchpad: pressure range 0 - 255
    [ 360.312] (--) touchpad: finger width range 0 - 0
    [ 360.312] (--) touchpad: buttons: left right double triple
    [ 360.312] (--) touchpad: invalid finger width range. defaulting to 0 - 16
    [ 360.312] (**) Option "TapButton1" "1"
    [ 360.312] (--) touchpad: touchpad found
    [ 360.312] (**) Option "SendCoreEvents"
    [ 360.312] (**) touchpad: always reports core events
    [ 360.312] (II) XINPUT: Adding extended input device "touchpad" (type: TOUCHPAD)
    [ 360.312] (**) touchpad: (accel) MinSpeed is now constant deceleration 2.5
    [ 360.312] (**) touchpad: MaxSpeed is now 1.75
    [ 360.312] (**) touchpad: AccelFactor is now 0.040
    [ 360.312] (**) touchpad: (accel) keeping acceleration scheme 1
    [ 360.312] (**) touchpad: (accel) acceleration profile 1
    [ 360.312] (**) touchpad: (accel) acceleration factor: 2.000
    [ 360.312] (**) touchpad: (accel) acceleration threshold: 4
    [ 360.312] (--) touchpad: touchpad found
    [ 360.312] (**) Option "CoreKeyboard"
    [ 360.312] (**) Keyboard0: always reports core events
    [ 360.312] (**) Option "Protocol" "standard"
    [ 360.312] (**) Keyboard0: Protocol: standard
    [ 360.312] (**) Option "XkbRules" "base"
    [ 360.312] (**) Keyboard0: XkbRules: "base"
    [ 360.312] (**) Option "XkbModel" "pc105"
    [ 360.312] (**) Keyboard0: XkbModel: "pc105"
    [ 360.312] (**) Option "XkbLayout" "fr"
    [ 360.313] (**) Keyboard0: XkbLayout: "fr"
    [ 360.313] (**) Option "XkbVariant" "oss"
    [ 360.313] (**) Keyboard0: XkbVariant: "oss"
    [ 360.313] (**) Option "XkbOptions" "terminate:ctrl_alt_bksp"
    [ 360.313] (**) Keyboard0: XkbOptions: "terminate:ctrl_alt_bksp"
    [ 360.313] (**) Option "CustomKeycodes" "off"
    [ 360.313] (**) Keyboard0: CustomKeycodes disabled
    [ 360.313] (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
    [ 360.372] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 360.372] (II) AutoAddDevices is off - not adding device.
    [ 360.373] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
    [ 360.373] (II) AutoAddDevices is off - not adding device.
    [ 360.376] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 360.376] (II) AutoAddDevices is off - not adding device.
    [ 360.376] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 360.376] (II) AutoAddDevices is off - not adding device.
    [ 360.376] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
    [ 360.376] (II) AutoAddDevices is off - not adding device.
    [ 360.377] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
    [ 360.377] (II) AutoAddDevices is off - not adding device.
    [ 360.379] (II) config/udev: Adding input device MLK Trust Wireless Mouse (/dev/input/event9)
    [ 360.379] (II) AutoAddDevices is off - not adding device.
    [ 360.380] (II) config/udev: Adding input device MLK Trust Wireless Mouse (/dev/input/mouse1)
    [ 360.380] (II) AutoAddDevices is off - not adding device.
    [ 360.382] (II) config/udev: Adding input device Western Digital External HDD (/dev/input/event8)
    [ 360.382] (II) AutoAddDevices is off - not adding device.
    [ 360.385] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 360.385] (II) AutoAddDevices is off - not adding device.
    [ 360.385] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
    [ 360.385] (II) AutoAddDevices is off - not adding device.
    [ 360.385] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 360.385] (II) AutoAddDevices is off - not adding device.
    [ 362.484] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 368.334] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 368.334] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 368.503] (II) intel(0): EDID vendor "CPT", prod id 5030
    [ 368.503] (II) intel(0): Printing DDC gathered Modelines:
    [ 368.503] (II) intel(0): Modeline "1280x800"x0.0 68.90 1280 1301 1333 1408 800 801 804 816 -hsync -vsync (48.9 kHz)
    [ 369.076] (II) Mouse0: ps2EnableDataReporting: succeeded
    [ 369.076] (--) touchpad: touchpad found
    [ 441.972] (II) 3rd Button detected: disabling emulate3Button
    output of glxinfo
    name of display: :0.0
    display: :0 screen: 0
    direct rendering: Yes
    server glx vendor string: SGI
    server glx version string: 1.4
    server glx extensions:
    GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
    GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGI_swap_control,
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
    GLX_SGIX_visual_select_group, GLX_INTEL_swap_event
    client glx vendor string: Mesa Project and SGI
    client glx version string: 1.4
    client glx extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
    GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control,
    GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control,
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
    GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap,
    GLX_INTEL_swap_event
    GLX version: 1.4
    GLX extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
    GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control,
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
    GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap,
    GLX_INTEL_swap_event
    OpenGL vendor string: Tungsten Graphics, Inc
    OpenGL renderer string: Mesa DRI Intel(R) 945GM GEM 20100328 2010Q1 x86/MMX/SSE2
    OpenGL version string: 1.4 Mesa 7.8.3
    OpenGL extensions:
    GL_ARB_copy_buffer, GL_ARB_depth_texture, GL_ARB_draw_buffers,
    GL_ARB_draw_elements_base_vertex, GL_ARB_fragment_program,
    GL_ARB_half_float_pixel, GL_ARB_map_buffer_range, GL_ARB_multisample,
    GL_ARB_multitexture, GL_ARB_pixel_buffer_object, GL_ARB_point_parameters,
    GL_ARB_point_sprite, GL_ARB_provoking_vertex, GL_ARB_shader_objects,
    GL_ARB_shading_language_100, GL_ARB_shading_language_120, GL_ARB_shadow,
    GL_ARB_sync, GL_ARB_texture_border_clamp, GL_ARB_texture_compression,
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,
    GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat,
    GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle,
    GL_ARB_transpose_matrix, GL_ARB_vertex_array_object,
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader,
    GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color,
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate,
    GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract,
    GL_EXT_cull_vertex, GL_EXT_compiled_vertex_array, GL_EXT_copy_texture,
    GL_EXT_draw_range_elements, GL_EXT_framebuffer_blit,
    GL_EXT_framebuffer_object, GL_EXT_fog_coord,
    GL_EXT_gpu_program_parameters, GL_EXT_multi_draw_arrays,
    GL_EXT_packed_depth_stencil, GL_EXT_packed_pixels,
    GL_EXT_pixel_buffer_object, GL_EXT_point_parameters,
    GL_EXT_polygon_offset, GL_EXT_provoking_vertex, GL_EXT_rescale_normal,
    GL_EXT_secondary_color, GL_EXT_separate_specular_color,
    GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap,
    GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D,
    GL_EXT_texture_cube_map, GL_EXT_texture_edge_clamp,
    GL_EXT_texture_env_add, GL_EXT_texture_env_combine,
    GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic,
    GL_EXT_texture_lod_bias, GL_EXT_texture_object, GL_EXT_texture_rectangle,
    GL_EXT_vertex_array, GL_3DFX_texture_compression_FXT1,
    GL_APPLE_client_storage, GL_APPLE_packed_pixels,
    GL_APPLE_vertex_array_object, GL_APPLE_object_purgeable,
    GL_ATI_blend_equation_separate, GL_ATI_texture_env_combine3,
    GL_ATI_separate_stencil, GL_IBM_multimode_draw_arrays,
    GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat,
    GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture,
    GL_MESA_window_pos, GL_NV_blend_square, GL_NV_light_max_exponent,
    GL_NV_packed_depth_stencil, GL_NV_texture_env_combine4,
    GL_NV_texture_rectangle, GL_NV_texgen_reflection, GL_NV_vertex_program,
    GL_NV_vertex_program1_1, GL_OES_read_format, GL_SGIS_generate_mipmap,
    GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp,
    GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays
    32 GLX Visuals
    visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
    id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
    0x21 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x22 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x8e 24 tc 0 24 0 r . . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
    0x8f 24 tc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
    0x90 24 tc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
    0x91 24 tc 0 24 0 r . . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0x92 24 tc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0x93 24 tc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0x94 24 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0x95 24 tc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0x96 24 tc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0x97 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x98 24 tc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0x99 24 tc 0 24 0 r y . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow
    0x9a 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x9b 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
    0x9c 24 dc 0 24 0 r . . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
    0x9d 24 dc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
    0x9e 24 dc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
    0x9f 24 dc 0 24 0 r . . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0xa0 24 dc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0xa1 24 dc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0xa2 24 dc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0xa3 24 dc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0xa4 24 dc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0xa5 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0xa6 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0xa7 24 dc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0xa8 24 dc 0 24 0 r y . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow
    0xa9 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0xaa 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
    0x5d 32 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    48 GLXFBConfigs:
    visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
    id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
    0x5e 0 tc 0 16 0 r . . 5 6 5 0 0 0 0 0 0 0 0 0 0 None
    0x5f 0 tc 0 16 0 r y . 5 6 5 0 0 0 0 0 0 0 0 0 0 None
    0x60 0 tc 0 16 0 r y . 5 6 5 0 0 0 0 0 0 0 0 0 0 None
    0x61 0 tc 0 16 0 r . . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
    0x62 0 tc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
    0x63 0 tc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
    0x64 0 tc 0 24 0 r . . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
    0x65 0 tc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
    0x66 0 tc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
    0x67 0 tc 0 24 0 r . . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0x68 0 tc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0x69 0 tc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0x6a 0 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0x6b 0 tc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0x6c 0 tc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0x6d 0 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x6e 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x6f 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x70 0 tc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
    0x71 0 tc 0 16 0 r y . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow
    0x72 0 tc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0x73 0 tc 0 24 0 r y . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow
    0x74 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x75 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
    0x76 0 dc 0 16 0 r . . 5 6 5 0 0 0 0 0 0 0 0 0 0 None
    0x77 0 dc 0 16 0 r y . 5 6 5 0 0 0 0 0 0 0 0 0 0 None
    0x78 0 dc 0 16 0 r y . 5 6 5 0 0 0 0 0 0 0 0 0 0 None
    0x79 0 dc 0 16 0 r . . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
    0x7a 0 dc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
    0x7b 0 dc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
    0x7c 0 dc 0 24 0 r . . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
    0x7d 0 dc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
    0x7e 0 dc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
    0x7f 0 dc 0 24 0 r . . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0x80 0 dc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0x81 0 dc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0x82 0 dc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0x83 0 dc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0x84 0 dc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0x85 0 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x86 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x87 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x88 0 dc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
    0x89 0 dc 0 16 0 r y . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow
    0x8a 0 dc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None
    0x8b 0 dc 0 24 0 r y . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow
    0x8c 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x8d 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow

    Gusar wrote:
    *sigh*
    Do you have problems with anything that's *not* glxgears?
    I have indeed not seen other problems. Presently the only other software that I believe use openGL that I use is googleearth; which run fine. Could it be a problem with glxgears?

  • Problems with upgrade to kde4 - SOLVED

    Hello, I was 2 month without computer and then I have done full-upgrade by 'pacman -Syu' I have also replaced 'startkde' by 'kdeinit4' in my .xinitrc. But now, when I type startx. This will happen...
    [xlukas@bw-thinkpad ~]$ startx
    X.Org X Server 1.4.2
    Release Date: 11 June 2008
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.26-ARCH i686
    Current Operating System: Linux bw-thinkpad 2.6.24-tp #1 SMP PREEMPT Mon Mar 3 23:08:43 CET 2008 i686
    Build Date: 17 August 2008 10:53:07AM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.1.log", Time: Mon Sep 22 18:47:54 2008
    (==) Using config file: "/etc/X11/xorg.conf"
    (WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found
    (II) Module "ddc" already built-in
    (II) Module "i2c" already built-in
    (II) Module "ramdac" already built-in
    (EE) [drm] Could not set DRM device bus ID.
    (EE) intel(0): [dri] DRIScreenInit failed. Disabling DRI.
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    > Ignoring extra symbols
    Errors from xkbcomp are not fatal to the X server
    kdeinit4: preparing to launch /usr/lib/kde4/libexec/klauncher
    kdeinit4: preparing to launch /usr/bin/kded4
    kdeinit4: preparing to launch /usr/bin/kbuildsycoca4
    kbuildsycoca4 running...
    kdeinit4: preparing to launch /usr/lib/kde4/libexec/kconf_update
    waiting for X server to shut down kdeinit4: Fatal IO error: client killed
    kdeinit4: sending SIGHUP to children.
    klauncher: Exiting on signal 1
    QObject: Do not delete object, 'unnamed', during its event handler!
    kdeinit4: sending SIGTERM to children.
    kdeinit4: Exit.
    kded4: Fatal IO error: client killed
    FreeFontPath: FPE "/usr/share/fonts/misc:unscaled" refcount is 2, should be 1; fixing.
    Here is full log (/var/log/Xorg.0.log)
    X.Org X Server 1.4.2
    Release Date: 11 June 2008
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.26-ARCH i686
    Current Operating System: Linux bw-thinkpad 2.6.24-tp #1 SMP PREEMPT Mon Mar 3 23:08:43 CET 2008 i686
    Build Date: 17 August 2008 10:53:07AM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Mon Sep 22 18:35:18 2008
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Xorg Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "PS/2 Mouse"
    (**) Option "AllowMouseOpenFail" "true"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/PEX" does not exist.
    Entry deleted from font path.
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/cyrillic".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/cyrillic").
    (WW) The directory "/usr/share/fonts/ttf/western" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/ttf/decoratives" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype/openoffice" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype/ttf-bitstream-vera" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/latex-ttf-fonts" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/defoma/CID" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/defoma/TrueType" does not exist.
    Entry deleted from font path.
    (==) 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:unscaled,
    /usr/share/fonts/misc,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/75dpi,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/100dpi,
    /usr/share/fonts/Type1,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (**) RgbPath set to "/usr/share/X11/rgb"
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) Loader magic: 0x81e1f60
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 2.0
    X.Org XInput driver : 2.0
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules//libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
    (--) using VT number 5
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 8086,2a00 card 17aa,20b3 rev 0c class 06,00,00 hdr 00
    (II) PCI: 00:02:0: chip 8086,2a02 card 17aa,20b5 rev 0c class 03,00,00 hdr 80
    (II) PCI: 00:02:1: chip 8086,2a03 card 17aa,20b5 rev 0c class 03,80,00 hdr 80
    (II) PCI: 00:19:0: chip 8086,1049 card 17aa,20b9 rev 03 class 02,00,00 hdr 00
    (II) PCI: 00:1a:0: chip 8086,2834 card 17aa,20aa rev 03 class 0c,03,00 hdr 80
    (II) PCI: 00:1a:1: chip 8086,2835 card 17aa,20aa rev 03 class 0c,03,00 hdr 00
    (II) PCI: 00:1a:7: chip 8086,283a card 17aa,20ab rev 03 class 0c,03,20 hdr 00
    (II) PCI: 00:1b:0: chip 8086,284b card 17aa,20ac rev 03 class 04,03,00 hdr 00
    (II) PCI: 00:1c:0: chip 8086,283f card 0000,0000 rev 03 class 06,04,00 hdr 81
    (II) PCI: 00:1c:1: chip 8086,2841 card 0000,0000 rev 03 class 06,04,00 hdr 81
    (II) PCI: 00:1c:2: chip 8086,2843 card 0000,0000 rev 03 class 06,04,00 hdr 81
    (II) PCI: 00:1c:3: chip 8086,2845 card 0000,0000 rev 03 class 06,04,00 hdr 81
    (II) PCI: 00:1c:4: chip 8086,2847 card 0000,0000 rev 03 class 06,04,00 hdr 81
    (II) PCI: 00:1d:0: chip 8086,2830 card 17aa,20aa rev 03 class 0c,03,00 hdr 80
    (II) PCI: 00:1d:1: chip 8086,2831 card 17aa,20aa rev 03 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:2: chip 8086,2832 card 17aa,20aa rev 03 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:7: chip 8086,2836 card 17aa,20ab rev 03 class 0c,03,20 hdr 00
    (II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev f3 class 06,04,01 hdr 01
    (II) PCI: 00:1f:0: chip 8086,2811 card 17aa,20b6 rev 03 class 06,01,00 hdr 80
    (II) PCI: 00:1f:1: chip 8086,2850 card 17aa,20a6 rev 03 class 01,01,8a hdr 00
    (II) PCI: 00:1f:2: chip 8086,2829 card 17aa,20a7 rev 03 class 01,06,01 hdr 00
    (II) PCI: 00:1f:3: chip 8086,283e card 17aa,20a9 rev 03 class 0c,05,00 hdr 00
    (II) PCI: 03:00:0: chip 8086,4227 card 8086,1011 rev 02 class 02,80,00 hdr 00
    (II) PCI: 15:00:0: chip 1180,0476 card 7000,0000 rev ba class 06,07,00 hdr 82
    (II) PCI: 15:00:1: chip 1180,0832 card 17aa,20c7 rev 04 class 0c,00,10 hdr 80
    (II) PCI: 15:00:2: chip 1180,0822 card 17aa,20c8 rev 21 class 08,05,00 hdr 80
    (II) PCI: 15:00:3: chip 1180,0843 card 17aa,20c9 rev 11 class 08,80,00 hdr 80
    (II) PCI: 15:00:4: chip 1180,0592 card 17aa,20ca rev 11 class 08,80,00 hdr 80
    (II) PCI: 15:00:5: chip 1180,0852 card 17aa,20cb rev 11 class 08,80,00 hdr 80
    (II) PCI: End of PCI scan
    (II) Intel Bridge workaround enabled
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,22), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) Bus 0 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) Bus 0 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:28:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
    [0] -1 0 0x00002000 - 0x000020ff (0x100) IX[b]
    [1] -1 0 0x00002400 - 0x000024ff (0x100) IX[b]
    [2] -1 0 0x00002800 - 0x000028ff (0x100) IX[b]
    [3] -1 0 0x00002c00 - 0x00002cff (0x100) IX[b]
    (II) Bus 2 non-prefetchable memory range:
    [0] -1 0 0xfc000000 - 0xfdffffff (0x2000000) MX[b]
    (II) Bus 2 prefetchable memory range:
    [0] -1 0 0xf8000000 - 0xf80fffff (0x100000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 3: bridge is at (0:28:1), (0,3,3), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) Bus 3 I/O range:
    [0] -1 0 0x00003000 - 0x000030ff (0x100) IX[b]
    [1] -1 0 0x00003400 - 0x000034ff (0x100) IX[b]
    [2] -1 0 0x00003800 - 0x000038ff (0x100) IX[b]
    [3] -1 0 0x00003c00 - 0x00003cff (0x100) IX[b]
    (II) Bus 3 non-prefetchable memory range:
    [0] -1 0 0xdc000000 - 0xdf3fffff (0x3400000) MX[b]
    (II) Bus 3 prefetchable memory range:
    [0] -1 0 0xdfe00000 - 0xdfefffff (0x100000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 4: bridge is at (0:28:2), (0,4,4), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) Bus 4 I/O range:
    [0] -1 0 0x00004000 - 0x000040ff (0x100) IX[b]
    [1] -1 0 0x00004400 - 0x000044ff (0x100) IX[b]
    [2] -1 0 0x00004800 - 0x000048ff (0x100) IX[b]
    [3] -1 0 0x00004c00 - 0x00004cff (0x100) IX[b]
    (II) Bus 4 non-prefetchable memory range:
    [0] -1 0 0xd8000000 - 0xd9ffffff (0x2000000) MX[b]
    (II) Bus 4 prefetchable memory range:
    [0] -1 0 0xdfb00000 - 0xdfbfffff (0x100000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 5: bridge is at (0:28:3), (0,5,12), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) Bus 5 I/O range:
    [0] -1 0 0x00005000 - 0x000050ff (0x100) IX[b]
    [1] -1 0 0x00005400 - 0x000054ff (0x100) IX[b]
    [2] -1 0 0x00005800 - 0x000058ff (0x100) IX[b]
    [3] -1 0 0x00005c00 - 0x00005cff (0x100) IX[b]
    (II) Bus 5 non-prefetchable memory range:
    [0] -1 0 0xd4000000 - 0xd5ffffff (0x2000000) MX[b]
    (II) Bus 5 prefetchable memory range:
    [0] -1 0 0xdf800000 - 0xdf8fffff (0x100000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 13: bridge is at (0:28:4), (0,13,20), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) Bus 13 I/O range:
    [0] -1 0 0x00006000 - 0x000060ff (0x100) IX[b]
    [1] -1 0 0x00006400 - 0x000064ff (0x100) IX[b]
    [2] -1 0 0x00006800 - 0x000068ff (0x100) IX[b]
    [3] -1 0 0x00006c00 - 0x00006cff (0x100) IX[b]
    (II) Bus 13 non-prefetchable memory range:
    [0] -1 0 0xd0000000 - 0xd1ffffff (0x2000000) MX[b]
    (II) Bus 13 prefetchable memory range:
    [0] -1 0 0xdf500000 - 0xdf5fffff (0x100000) MX[b]
    (II) Subtractive PCI-to-PCI bridge:
    (II) Bus 21: bridge is at (0:30:0), (0,21,24), BCTRL: 0x0000 (VGA_EN is cleared)
    (II) Bus 21 I/O range:
    [0] -1 0 0x00007000 - 0x0000afff (0x4000) IX[b]
    (II) Bus 21 non-prefetchable memory range:
    [0] -1 0 0xf8300000 - 0xfbffffff (0x3d00000) MX[b]
    (II) Bus 21 prefetchable memory range:
    [0] -1 0 0xf4000000 - 0xf7ffffff (0x4000000) MX[b]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) PCI-to-CardBus bridge:
    (II) Bus 22: bridge is at (21:0:0), (21,22,23), BCTRL: 0x0580 (VGA_EN is cleared)
    (II) Bus 22 I/O range:
    [0] -1 0 0x00007000 - 0x000070ff (0x100) IX[b]
    [1] -1 0 0x00007400 - 0x000074ff (0x100) IX[b]
    (II) Bus 22 prefetchable memory range:
    [0] -1 0 0xf4000000 - 0xf7ffffff (0x4000000) MX[b]
    (--) PCI:*(0:2:0) Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller rev 12, Mem @ 0xf8100000/20, 0xe0000000/28, I/O @ 0x1800/3
    (--) PCI: (0:2:1) Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller rev 12, Mem @ 0xf8200000/20
    (II) Addressable bus resource ranges are
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) OS-reported resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) Active PCI resource ranges:
    [0] -1 0 0xf8302400 - 0xf83024ff (0x100) MX[b]
    [1] -1 0 0xf8302000 - 0xf83020ff (0x100) MX[b]
    [2] -1 0 0xf8301c00 - 0xf8301cff (0x100) MX[b]
    [3] -1 0 0xf8301800 - 0xf83018ff (0x100) MX[b]
    [4] -1 0 0xf8301000 - 0xf83017ff (0x800) MX[b]
    [5] -1 0 0xdf3ff000 - 0xdf3fffff (0x1000) MX[b]
    [6] -1 0 0xfe227400 - 0xfe2274ff (0x100) MX[b]
    [7] -1 0 0xfe226000 - 0xfe2267ff (0x800) MX[b]
    [8] -1 0 0xfe227000 - 0xfe2273ff (0x400) MX[b]
    [9] -1 0 0xfe020000 - 0xfe023fff (0x4000) MX[b]
    [10] -1 0 0xfe226c00 - 0xfe226fff (0x400) MX[b]
    [11] -1 0 0xfe025000 - 0xfe025fff (0x1000) MX[b]
    [12] -1 0 0xfe000000 - 0xfe01ffff (0x20000) MX[b]
    [13] -1 0 0xf8200000 - 0xf82fffff (0x100000) MX[b](B)
    [14] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
    [15] -1 0 0xf8100000 - 0xf81fffff (0x100000) MX[b](B)
    [16] -1 0 0x00001c60 - 0x00001c7f (0x20) IX[b]
    [17] -1 0 0x00001c20 - 0x00001c3f (0x20) IX[b]
    [18] -1 0 0x00001c40 - 0x00001c43 (0x4) IX[b]
    [19] -1 0 0x00001c48 - 0x00001c4f (0x8) IX[b]
    [20] -1 0 0x00001c44 - 0x00001c47 (0x4) IX[b]
    [21] -1 0 0x00001c50 - 0x00001c57 (0x8) IX[b]
    [22] -1 0 0x00001c00 - 0x00001c0f (0x10) IX[b]
    [23] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [24] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [25] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [26] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [27] -1 0 0x000018e0 - 0x000018ff (0x20) IX[b]
    [28] -1 0 0x000018c0 - 0x000018df (0x20) IX[b]
    [29] -1 0 0x000018a0 - 0x000018bf (0x20) IX[b]
    [30] -1 0 0x00001880 - 0x0000189f (0x20) IX[b]
    [31] -1 0 0x00001860 - 0x0000187f (0x20) IX[b]
    [32] -1 0 0x00001840 - 0x0000185f (0x20) IX[b]
    [33] -1 0 0x00001800 - 0x00001807 (0x8) IX[b](B)
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xf8302400 - 0xf83024ff (0x100) MX[b]
    [1] -1 0 0xf8302000 - 0xf83020ff (0x100) MX[b]
    [2] -1 0 0xf8301c00 - 0xf8301cff (0x100) MX[b]
    [3] -1 0 0xf8301800 - 0xf83018ff (0x100) MX[b]
    [4] -1 0 0xf8301000 - 0xf83017ff (0x800) MX[b]
    [5] -1 0 0xdf3ff000 - 0xdf3fffff (0x1000) MX[b]
    [6] -1 0 0xfe227400 - 0xfe2274ff (0x100) MX[b]
    [7] -1 0 0xfe226000 - 0xfe2267ff (0x800) MX[b]
    [8] -1 0 0xfe227000 - 0xfe2273ff (0x400) MX[b]
    [9] -1 0 0xfe020000 - 0xfe023fff (0x4000) MX[b]
    [10] -1 0 0xfe226c00 - 0xfe226fff (0x400) MX[b]
    [11] -1 0 0xfe025000 - 0xfe025fff (0x1000) MX[b]
    [12] -1 0 0xfe000000 - 0xfe01ffff (0x20000) MX[b]
    [13] -1 0 0xf8200000 - 0xf82fffff (0x100000) MX[b](B)
    [14] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
    [15] -1 0 0xf8100000 - 0xf81fffff (0x100000) MX[b](B)
    [16] -1 0 0x00001c60 - 0x00001c7f (0x20) IX[b]
    [17] -1 0 0x00001c20 - 0x00001c3f (0x20) IX[b]
    [18] -1 0 0x00001c40 - 0x00001c43 (0x4) IX[b]
    [19] -1 0 0x00001c48 - 0x00001c4f (0x8) IX[b]
    [20] -1 0 0x00001c44 - 0x00001c47 (0x4) IX[b]
    [21] -1 0 0x00001c50 - 0x00001c57 (0x8) IX[b]
    [22] -1 0 0x00001c00 - 0x00001c0f (0x10) IX[b]
    [23] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [24] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [25] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [26] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [27] -1 0 0x000018e0 - 0x000018ff (0x20) IX[b]
    [28] -1 0 0x000018c0 - 0x000018df (0x20) IX[b]
    [29] -1 0 0x000018a0 - 0x000018bf (0x20) IX[b]
    [30] -1 0 0x00001880 - 0x0000189f (0x20) IX[b]
    [31] -1 0 0x00001860 - 0x0000187f (0x20) IX[b]
    [32] -1 0 0x00001840 - 0x0000185f (0x20) IX[b]
    [33] -1 0 0x00001800 - 0x00001807 (0x8) IX[b](B)
    (II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) All system resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xf8302400 - 0xf83024ff (0x100) MX[b]
    [5] -1 0 0xf8302000 - 0xf83020ff (0x100) MX[b]
    [6] -1 0 0xf8301c00 - 0xf8301cff (0x100) MX[b]
    [7] -1 0 0xf8301800 - 0xf83018ff (0x100) MX[b]
    [8] -1 0 0xf8301000 - 0xf83017ff (0x800) MX[b]
    [9] -1 0 0xdf3ff000 - 0xdf3fffff (0x1000) MX[b]
    [10] -1 0 0xfe227400 - 0xfe2274ff (0x100) MX[b]
    [11] -1 0 0xfe226000 - 0xfe2267ff (0x800) MX[b]
    [12] -1 0 0xfe227000 - 0xfe2273ff (0x400) MX[b]
    [13] -1 0 0xfe020000 - 0xfe023fff (0x4000) MX[b]
    [14] -1 0 0xfe226c00 - 0xfe226fff (0x400) MX[b]
    [15] -1 0 0xfe025000 - 0xfe025fff (0x1000) MX[b]
    [16] -1 0 0xfe000000 - 0xfe01ffff (0x20000) MX[b]
    [17] -1 0 0xf8200000 - 0xf82fffff (0x100000) MX[b](B)
    [18] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
    [19] -1 0 0xf8100000 - 0xf81fffff (0x100000) MX[b](B)
    [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [21] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [22] -1 0 0x00001c60 - 0x00001c7f (0x20) IX[b]
    [23] -1 0 0x00001c20 - 0x00001c3f (0x20) IX[b]
    [24] -1 0 0x00001c40 - 0x00001c43 (0x4) IX[b]
    [25] -1 0 0x00001c48 - 0x00001c4f (0x8) IX[b]
    [26] -1 0 0x00001c44 - 0x00001c47 (0x4) IX[b]
    [27] -1 0 0x00001c50 - 0x00001c57 (0x8) IX[b]
    [28] -1 0 0x00001c00 - 0x00001c0f (0x10) IX[b]
    [29] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [30] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [31] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [32] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [33] -1 0 0x000018e0 - 0x000018ff (0x20) IX[b]
    [34] -1 0 0x000018c0 - 0x000018df (0x20) IX[b]
    [35] -1 0 0x000018a0 - 0x000018bf (0x20) IX[b]
    [36] -1 0 0x00001880 - 0x0000189f (0x20) IX[b]
    [37] -1 0 0x00001860 - 0x0000187f (0x20) IX[b]
    [38] -1 0 0x00001840 - 0x0000185f (0x20) IX[b]
    [39] -1 0 0x00001800 - 0x00001807 (0x8) IX[b](B)
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (==) AIGLX enabled
    (II) Loading extension GLX
    (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.4.2, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font FreeType
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension RECORD
    (II) LoadModule: "intel"
    (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
    (II) Module intel: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 2.3.2
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 2.0
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.3.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.3.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
    (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ,
    965GM, 965GME/GLE, G33, Q35, Q33, Intel Integrated Graphics Device
    (II) Primary Device is: PCI 00:02:0
    (--) Assigning device section with no busID to primary device
    (WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found
    (--) Chipset 965GM found
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xf8302400 - 0xf83024ff (0x100) MX[b]
    [5] -1 0 0xf8302000 - 0xf83020ff (0x100) MX[b]
    [6] -1 0 0xf8301c00 - 0xf8301cff (0x100) MX[b]
    [7] -1 0 0xf8301800 - 0xf83018ff (0x100) MX[b]
    [8] -1 0 0xf8301000 - 0xf83017ff (0x800) MX[b]
    [9] -1 0 0xdf3ff000 - 0xdf3fffff (0x1000) MX[b]
    [10] -1 0 0xfe227400 - 0xfe2274ff (0x100) MX[b]
    [11] -1 0 0xfe226000 - 0xfe2267ff (0x800) MX[b]
    [12] -1 0 0xfe227000 - 0xfe2273ff (0x400) MX[b]
    [13] -1 0 0xfe020000 - 0xfe023fff (0x4000) MX[b]
    [14] -1 0 0xfe226c00 - 0xfe226fff (0x400) MX[b]
    [15] -1 0 0xfe025000 - 0xfe025fff (0x1000) MX[b]
    [16] -1 0 0xfe000000 - 0xfe01ffff (0x20000) MX[b]
    [17] -1 0 0xf8200000 - 0xf82fffff (0x100000) MX[b](B)
    [18] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
    [19] -1 0 0xf8100000 - 0xf81fffff (0x100000) MX[b](B)
    [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [21] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [22] -1 0 0x00001c60 - 0x00001c7f (0x20) IX[b]
    [23] -1 0 0x00001c20 - 0x00001c3f (0x20) IX[b]
    [24] -1 0 0x00001c40 - 0x00001c43 (0x4) IX[b]
    [25] -1 0 0x00001c48 - 0x00001c4f (0x8) IX[b]
    [26] -1 0 0x00001c44 - 0x00001c47 (0x4) IX[b]
    [27] -1 0 0x00001c50 - 0x00001c57 (0x8) IX[b]
    [28] -1 0 0x00001c00 - 0x00001c0f (0x10) IX[b]
    [29] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [30] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [31] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [32] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [33] -1 0 0x000018e0 - 0x000018ff (0x20) IX[b]
    [34] -1 0 0x000018c0 - 0x000018df (0x20) IX[b]
    [35] -1 0 0x000018a0 - 0x000018bf (0x20) IX[b]
    [36] -1 0 0x00001880 - 0x0000189f (0x20) IX[b]
    [37] -1 0 0x00001860 - 0x0000187f (0x20) IX[b]
    [38] -1 0 0x00001840 - 0x0000185f (0x20) IX[b]
    [39] -1 0 0x00001800 - 0x00001807 (0x8) IX[b](B)
    (II) resource ranges after probing:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xf8302400 - 0xf83024ff (0x100) MX[b]
    [5] -1 0 0xf8302000 - 0xf83020ff (0x100) MX[b]
    [6] -1 0 0xf8301c00 - 0xf8301cff (0x100) MX[b]
    [7] -1 0 0xf8301800 - 0xf83018ff (0x100) MX[b]
    [8] -1 0 0xf8301000 - 0xf83017ff (0x800) MX[b]
    [9] -1 0 0xdf3ff000 - 0xdf3fffff (0x1000) MX[b]
    [10] -1 0 0xfe227400 - 0xfe2274ff (0x100) MX[b]
    [11] -1 0 0xfe226000 - 0xfe2267ff (0x800) MX[b]
    [12] -1 0 0xfe227000 - 0xfe2273ff (0x400) MX[b]
    [13] -1 0 0xfe020000 - 0xfe023fff (0x4000) MX[b]
    [14] -1 0 0xfe226c00 - 0xfe226fff (0x400) MX[b]
    [15] -1 0 0xfe025000 - 0xfe025fff (0x1000) MX[b]
    [16] -1 0 0xfe000000 - 0xfe01ffff (0x20000) MX[b]
    [17] -1 0 0xf8200000 - 0xf82fffff (0x100000) MX[b](B)
    [18] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
    [19] -1 0 0xf8100000 - 0xf81fffff (0x100000) MX[b](B)
    [20] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [21] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [22] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [23] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [24] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [25] -1 0 0x00001c60 - 0x00001c7f (0x20) IX[b]
    [26] -1 0 0x00001c20 - 0x00001c3f (0x20) IX[b]
    [27] -1 0 0x00001c40 - 0x00001c43 (0x4) IX[b]
    [28] -1 0 0x00001c48 - 0x00001c4f (0x8) IX[b]
    [29] -1 0 0x00001c44 - 0x00001c47 (0x4) IX[b]
    [30] -1 0 0x00001c50 - 0x00001c57 (0x8) IX[b]
    [31] -1 0 0x00001c00 - 0x00001c0f (0x10) IX[b]
    [32] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [33] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [34] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [35] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [36] -1 0 0x000018e0 - 0x000018ff (0x20) IX[b]
    [37] -1 0 0x000018c0 - 0x000018df (0x20) IX[b]
    [38] -1 0 0x000018a0 - 0x000018bf (0x20) IX[b]
    [39] -1 0 0x00001880 - 0x0000189f (0x20) IX[b]
    [40] -1 0 0x00001860 - 0x0000187f (0x20) IX[b]
    [41] -1 0 0x00001840 - 0x0000185f (0x20) IX[b]
    [42] -1 0 0x00001800 - 0x00001807 (0x8) IX[b](B)
    [43] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [44] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (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.4.2, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
    (II) Loading sub module "vbe"
    (II) LoadModule: "vbe"
    (II) Loading /usr/lib/xorg/modules//libvbe.so
    (II) Module vbe: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.1.0
    ABI class: X.Org Video Driver, version 2.0
    (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.4.2, module version = 0.1.0
    ABI class: X.Org Video Driver, version 2.0
    (**) intel(0): Depth 16, (--) framebuffer bpp 16
    (==) intel(0): RGB weight 565
    (==) intel(0): Default visual is TrueColor
    (II) intel(0): Integrated Graphics Chipset: Intel(R) 965GM
    (--) intel(0): Chipset: "965GM"
    (--) intel(0): Linear framebuffer at 0xE0000000
    (--) intel(0): IO registers at addr 0xF8100000
    (II) intel(0): 2 display pipes available.
    (==) intel(0): Using EXA for acceleration
    (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) intel(0): Output VGA using monitor section Monitor0
    (II) intel(0): I2C bus "CRTDDC_A" initialized.
    (II) intel(0): Output LVDS has no monitor section
    (II) intel(0): I2C bus "LVDSDDC_C" initialized.
    (II) intel(0): Attempting to determine panel fixed mode.
    (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
    (II) intel(0): EDID vendor "LEN", prod id 16433
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Reloading /usr/lib/xorg/modules//libint10.so
    (II) intel(0): initializing int10
    (WW) intel(0): Bad V_BIOS checksum
    (II) intel(0): Primary V_BIOS segment is: 0xc000
    (II) intel(0): VESA BIOS detected
    (II) intel(0): VESA VBE Version 3.0
    (II) intel(0): VESA VBE Total Mem: 7616 kB
    (II) intel(0): VESA VBE OEM: Intel(r)Crestline Graphics Chip Accelerated VGA BIOS
    (II) intel(0): VESA VBE OEM Software Rev: 1.0
    (II) intel(0): VESA VBE OEM Vendor: Intel Corporation
    (II) intel(0): VESA VBE OEM Product: Intel(r)Crestline Graphics Controller
    (II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0
    (II) intel(0): found backlight control method /sys/class/backlight/acpi_video1
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0x70.
    (II) intel(0): I2C bus "SDVOB DDC Bus" initialized.
    (II) intel(0): Output TMDS-1 has no monitor section
    (II) intel(0): SDVO device VID/DID: 02:3C.06, clock range 25.0MHz - 200.0MHz, input 1: Y, input 2: N, output 1: Y, output 2: N
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at address 0x72.
    (II) intel(0): No SDVO device found on SDVOC
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed.
    (II) intel(0): Current clock rate multiplier: 1
    (II) intel(0): EDID vendor "LEN", prod id 16433
    (II) intel(0): Output VGA disconnected
    (II) intel(0): Output LVDS connected
    (II) intel(0): Output TMDS-1 disconnected
    (II) intel(0): Output LVDS using initial mode 1280x800
    (II) intel(0): Monitoring connected displays enabled
    (II) intel(0): detected 512 kB GTT.
    (II) intel(0): detected 7676 kB stolen memory.
    (==) intel(0): video overlay key set to 0x83e
    (==) intel(0): Will not try to enable page flipping
    (==) intel(0): Triple buffering disabled
    (==) intel(0): Intel XvMC decoder disabled
    (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
    (==) intel(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.4.2, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
    (II) Loading sub module "exa"
    (II) LoadModule: "exa"
    (II) Loading /usr/lib/xorg/modules//libexa.so
    (II) Module exa: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 2.2.0
    ABI class: X.Org Video Driver, version 2.0
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
    (II) intel(0): Comparing regs from server start up to After PreInit
    (WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to 0xd0000009
    (WW) intel(0): PP_STATUS before: on, ready, sequencing idle
    (WW) intel(0): PP_STATUS after: on, ready, sequencing on
    (WW) intel(0): Register 0x70024 (PIPEASTAT) changed from 0x00020000 to 0x00020207
    (WW) intel(0): PIPEASTAT before: status: VBLANK_INT_ENABLE
    (WW) intel(0): PIPEASTAT after: status: VBLANK_INT_ENABLE VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] 0 0 0xe0000000 - 0xefffffff (0x10000000) MS[b]
    [1] 0 0 0xf8100000 - 0xf81fffff (0x100000) MS[b]
    [2] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [6] -1 0 0xf8302400 - 0xf83024ff (0x100) MX[b]
    [7] -1 0 0xf8302000 - 0xf83020ff (0x100) MX[b]
    [8] -1 0 0xf8301c00 - 0xf8301cff (0x100) MX[b]
    [9] -1 0 0xf8301800 - 0xf83018ff (0x100) MX[b]
    [10] -1 0 0xf8301000 - 0xf83017ff (0x800) MX[b]
    [11] -1 0 0xdf3ff000 - 0xdf3fffff (0x1000) MX[b]
    [12] -1 0 0xfe227400 - 0xfe2274ff (0x100) MX[b]
    [13] -1 0 0xfe226000 - 0xfe2267ff (0x800) MX[b]
    [14] -1 0 0xfe227000 - 0xfe2273ff (0x400) MX[b]
    [15] -1 0 0xfe020000 - 0xfe023fff (0x4000) MX[b]
    [16] -1 0 0xfe226c00 - 0xfe226fff (0x400) MX[b]
    [17] -1 0 0xfe025000 - 0xfe025fff (0x1000) MX[b]
    [18] -1 0 0xfe000000 - 0xfe01ffff (0x20000) MX[b]
    [19] -1 0 0xf8200000 - 0xf82fffff (0x100000) MX[b](B)
    [20] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
    [21] -1 0 0xf8100000 - 0xf81fffff (0x100000) MX[b](B)
    [22] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
    [23] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
    [24] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
    [25] 0 0 0x00001800 - 0x00001807 (0x8) IS[b]
    [26] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [27] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [28] -1 0 0x00001c60 - 0x00001c7f (0x20) IX[b]
    [29] -1 0 0x00001c20 - 0x00001c3f (0x20) IX[b]
    [30] -1 0 0x00001c40 - 0x00001c43 (0x4) IX[b]
    [31] -1 0 0x00001c48 - 0x00001c4f (0x8) IX[b]
    [32] -1 0 0x00001c44 - 0x00001c47 (0x4) IX[b]
    [33] -1 0 0x00001c50 - 0x00001c57 (0x8) IX[b]
    [34] -1 0 0x00001c00 - 0x00001c0f (0x10) IX[b]
    [35] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [36] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [37] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [38] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [39] -1 0 0x000018e0 - 0x000018ff (0x20) IX[b]
    [40] -1 0 0x000018c0 - 0x000018df (0x20) IX[b]
    [41] -1 0 0x000018a0 - 0x000018bf (0x20) IX[b]
    [42] -1 0 0x00001880 - 0x0000189f (0x20) IX[b]
    [43] -1 0 0x00001860 - 0x0000187f (0x20) IX[b]
    [44] -1 0 0x00001840 - 0x0000185f (0x20) IX[b]
    [45] -1 0 0x00001800 - 0x00001807 (0x8) IX[b](B)
    [46] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [47] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (II) intel(0): Kernel reported 481024 total, 1 used
    (II) intel(0): I830CheckAvailableMemory: 1924092 kB available
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenByBusid: drmOpenMinor returns 9
    drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    (II) [drm] DRM interface version 1.3
    (II) [drm] DRM open master succeeded.
    (II) intel(0): [drm] Using the DRM lock SAREA also for drawables.
    (II) intel(0): [drm] framebuffer mapped by ddx driver
    (II) intel(0): [drm] added 1 reserved context for kernel
    (II) intel(0): X context handle = 0x1
    (II) intel(0): [drm] installed DRM signal handler
    (**) intel(0): Framebuffer compression disabled
    (**) intel(0): Tiling enabled
    (==) intel(0): VideoRam: 262144 KB
    (II) intel(0): Attempting memory allocation with tiled buffers.
    (II) intel(0): Tiled allocation successful.
    (II) intel(0): [drm] Registers = 0xf8100000
    (II) intel(0): [drm] ring buffer = 0xe0000000
    (II) intel(0): [drm] mapped front buffer at 0xe0100000, handle = 0xe0100000
    (II) intel(0): [drm] mapped back buffer at 0xe0d80000, handle = 0xe0d80000
    (II) intel(0): [drm] mapped depth buffer at 0xe10a0000, handle = 0xe10a0000
    (II) intel(0): [drm] mapped classic textures at 0xe13c0000, handle = 0xe13c0000
    (II) intel(0): [drm] Initialized kernel agp heap manager, 33554432
    (II) intel(0): [dri] visual configs initialized
    (II) intel(0): Page Flipping disabled
    (==) intel(0): Write-combining range (0xe0000000,0x10000000)
    (II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (II) EXA(0): Offscreen pixmap area of 9830400 bytes
    (II) EXA(0): Driver registered support for the following operations:
    (II) Solid
    (II) Copy
    (II) Composite (RENDER acceleration)
    (==) intel(0): Backing store disabled
    (==) intel(0): Silken mouse enabled
    (II) intel(0): Initializing HW Cursor
    (II) intel(0): [DRI] installation complete
    (II) intel(0): Current clock rate multiplier: 1
    (II) intel(0): xf86BindGARTMemory: bind key 0 at 0x0077f000 (pgoffset 1919)
    (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x00d80000 (pgoffset 3456)
    (II) intel(0): xf86BindGARTMemory: bind key 2 at 0x010a0000 (pgoffset 4256)
    (II) intel(0): xf86BindGARTMemory: bind key 3 at 0x013c0000 (pgoffset 5056)
    (II) intel(0): Fixed memory allocation layout:
    (II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
    (II) intel(0): 0x00020000-0x00029fff: HW cursors (40 kB)
    (II) intel(0): 0x0002a000-0x00031fff: logical 3D context (32 kB)
    (II) intel(0): 0x00032000-0x00041fff: exa G965 state buffer (64 kB)
    (II) intel(0): 0x00042000-0x00042fff: overlay registers (4 kB)
    (II) intel(0): 0x00043000-0x00043fff: power context (4 kB)
    (II) intel(0): 0x00100000-0x0041ffff: front buffer (3200 kB) X tiled
    (II) intel(0): 0x00420000-0x00d7ffff: exa offscreen (9600 kB)
    (II) intel(0): 0x0077f000: end of stolen memory
    (II) intel(0): 0x00d80000-0x0109ffff: back buffer (3200 kB) X tiled
    (II) intel(0): 0x010a0000-0x013bffff: depth buffer (3200 kB) Y tiled
    (II) intel(0): 0x013c0000-0x033bffff: classic textures (32768 kB)
    (II) intel(0): 0x10000000: end of aperture
    (II) intel(0): Selecting standard 18 bit TMDS pixel format.
    (II) intel(0): Output configuration:
    (II) intel(0): Pipe A is off
    (II) intel(0): Display plane A is now disabled and connected to pipe A.
    (II) intel(0): Pipe B is on
    (II) intel(0): Display plane B is now enabled and connected to pipe B.
    (II) intel(0): Output VGA is connected to pipe none
    (II) intel(0): Output LVDS is connected to pipe B
    (II) intel(0): Output TMDS-1 is connected to pipe none
    (II) intel(0): [drm] dma control initialized, using IRQ 20
    (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (II) intel(0): Selecting standard 18 bit TMDS pixel format.
    (**) Option "dpms" "true"
    (**) intel(0): DPMS enabled
    (II) intel(0): Set up textured video
    (II) intel(0): Set up overlay video
    (II) intel(0): direct rendering: Enabled
    (--) RandR disabled
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-APPGROUP
    (II) Initializing built-in extension XAccessControlExtension
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension XFree86-Bigfont
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing built-in extension XEVIE
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenByBusid: drmOpenMinor returns 10
    drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    (WW) AIGLX: 3D driver claims to not support visual 0x23
    (WW) AIGLX: 3D driver claims to not support visual 0x24
    (WW) AIGLX: 3D driver claims to not support visual 0x25
    (WW) AIGLX: 3D driver claims to not support visual 0x26
    (WW) AIGLX: 3D driver claims to not support visual 0x27
    (WW) AIGLX: 3D driver claims to not support visual 0x28
    (WW) AIGLX: 3D driver claims to not support visual 0x29
    (WW) AIGLX: 3D driver claims to not support visual 0x2a
    (WW) AIGLX: 3D driver claims to not support visual 0x2b
    (WW) AIGLX: 3D driver claims to not support visual 0x2c
    (WW) AIGLX: 3D driver claims to not support visual 0x2d
    (WW) AIGLX: 3D driver claims to not support visual 0x2e
    (WW) AIGLX: 3D driver claims to not support visual 0x2f
    (WW) AIGLX: 3D driver claims to not support visual 0x30
    (WW) AIGLX: 3D driver claims to not support visual 0x31
    (WW) AIGLX: 3D driver claims to not support visual 0x32
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i965_dri.so
    (II) GLX: Initialized DRI GL provider for screen 0
    (II) intel(0): Setting screen physical size to 304 x 190
    (**) Option "CoreKeyboard"
    (**) Keyboard0: always reports core events
    (**) Option "Protocol" "standard"
    (**) Keyboard0: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) Keyboard0: XkbRules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) Keyboard0: XkbModel: "pc105"
    (**) Option "XkbLayout" "cz"
    (**) Keyboard0: XkbLayout: "cz"
    (WW) Option "XkbVariant" requires an string value
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard0: CustomKeycodes disabled
    (**) Option "Protocol" "auto"
    (**) PS/2 Mouse: Device: "/dev/psaux"
    (**) PS/2 Mouse: Protocol: "auto"
    (**) Option "SendCoreEvents" "true"
    (**) Option "CorePointer"
    (**) PS/2 Mouse: always reports core events
    (**) Option "Device" "/dev/psaux"
    (**) Option "Emulate3Buttons" "true"
    (**) Option "Emulate3Timeout" "70"
    (**) PS/2 Mouse: Emulate3Buttons, Emulate3Timeout: 70
    (**) Option "ZAxisMapping" "4 5"
    (**) PS/2 Mouse: ZAxisMapping: buttons 4 and 5
    (**) PS/2 Mouse: Buttons: 9
    (**) PS/2 Mouse: Sensitivity: 1
    (II) evaluating device (PS/2 Mouse)
    (II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE)
    (II) evaluating device (Keyboard0)
    (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
    (--) PS/2 Mouse: PnP-detected protocol: "ExplorerPS/2"
    (II) PS/2 Mouse: ps2EnableDataReporting: succeeded
    (II) AIGLX: Suspending AIGLX clients for VT switch
    (II) intel(0): xf86UnbindGARTMemory: unbind key 0
    (II) intel(0): xf86UnbindGARTMemory: unbind key 1
    (II) intel(0): xf86UnbindGARTMemory: unbind key 2
    (II) intel(0): xf86UnbindGARTMemory: unbind key 3
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) AIGLX: Resuming AIGLX clients after VT switch
    (II) intel(0): xf86BindGARTMemory: bind key 0 at 0x0077f000 (pgoffset 1919)
    (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x00d80000 (pgoffset 3456)
    (II) intel(0): xf86BindGARTMemory: bind key 2 at 0x010a0000 (pgoffset 4256)
    (II) intel(0): xf86BindGARTMemory: bind key 3 at 0x013c0000 (pgoffset 5056)
    (II) intel(0): Fixed memory allocation layout:
    (II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
    (II) intel(0): 0x00020000-0x00029fff: HW cursors (40 kB)
    (II) intel(0): 0x0002a000-0x00031fff: logical 3D context (32 kB)
    (II) intel(0): 0x00032000-0x00041fff: exa G965 state buffer (64 kB)
    (II) intel(0): 0x00042000-0x00042fff: overlay registers (4 kB)
    (II) intel(0): 0x00043000-0x00043fff: power context (4 kB)
    (II) intel(0): 0x00100000-0x0041ffff: front buffer (3200 kB) X tiled
    (II) intel(0): 0x00420000-0x00d7ffff: exa offscreen (9600 kB)
    (II) intel(0): 0x0077f000: end of stolen memory
    (II) intel(0): 0x00d80000-0x0109ffff: back buffer (3200 kB) X tiled
    (II) intel(0): 0x010a0000-0x013bffff: depth buffer (3200 kB) Y tiled
    (II) intel(0): 0x013c0000-0x033bffff: classic textures (32768 kB)
    (II) intel(0): 0x10000000: end of aperture
    (II) intel(0): Selecting standard 18 bit TMDS pixel format.
    (II) intel(0): Output configuration:
    (II) intel(0): Pipe A is off
    (II) intel(0): Display plane A is now disabled and connected to pipe A.
    (II) intel(0): Pipe B is on
    (II) intel(0): Display plane B is now enabled and connected to pipe B.
    (II) intel(0): Output VGA is connected to pipe none
    (II) intel(0): Output LVDS is connected to pipe B
    (II) intel(0): Output TMDS-1 is connected to pipe none
    (II) intel(0): [drm] mapped front buffer at 0xe0100000, handle = 0x2c020000
    (II) intel(0): [drm] dma control initialized, using IRQ 20
    (II) PS/2 Mouse: ps2EnableDataReporting: succeeded
    (II) AIGLX: Suspending AIGLX clients for VT switch
    (II) intel(0): xf86UnbindGARTMemory: unbind key 0
    (II) intel(0): xf86UnbindGARTMemory: unbind key 1
    (II) intel(0): xf86UnbindGARTMemory: unbind key 2
    (II) intel(0): xf86UnbindGARTMemory: unbind key 3
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) AIGLX: Resuming AIGLX clients after VT switch
    (II) intel(0): xf86BindGARTMemory: bind key 0 at 0x0077f000 (pgoffset 1919)
    (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x00d80000 (pgoffset 3456)
    (II) intel(0): xf86BindGARTMemory: bind key 2 at 0x010a0000 (pgoffset 4256)
    (II) intel(0): xf86BindGARTMemory: bind key 3 at 0x013c0000 (pgoffset 5056)
    (II) intel(0): Fixed memory allocation layout:
    (II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
    (II) intel(0): 0x00020000-0x00029fff: HW cursors (40 kB)
    (II) intel(0): 0x0002a000-0x00031fff: logical 3D context (32 kB)
    (II) intel(0): 0x00032000-0x00041fff: exa G965 state buffer (64 kB)
    (II) intel(0): 0x00042000-0x00042fff: overlay registers (4 kB)
    (II) intel(0): 0x00043000-0x00043fff: power context (4 kB)
    (II) intel(0): 0x00100000-0x0041ffff: front buffer (3200 kB) X tiled
    (II) intel(0): 0x00420000-0x00d7ffff: exa offscreen (9600 kB)
    (II) intel(0): 0x0077f000: end of stolen memory
    (II) intel(0): 0x00d80000-0x0109ffff: back buffer (3200 kB) X tiled
    (II) intel(0): 0x010a0000-0x013bffff: depth buffer (3200 kB) Y tiled
    (II) intel(0): 0x013c0000-0x033bffff: classic textures (32768 kB)
    (II) intel(0): 0x10000000: end of aperture
    (II) intel(0): Selecting standard 18 bit TMDS pixel format.
    (II) intel(0): Output configuration:
    (II) intel(0): Pipe A is off
    (II) intel(0): Display plane A is now disabled and connected to pipe A.
    (II) intel(0): Pipe B is on
    (II) intel(0): Display plane B is now enabled and connected to pipe B.
    (II) intel(0): Output VGA is connected to pipe none
    (II) intel(0): Output LVDS is connected to pipe B
    (II) intel(0): Output TMDS-1 is connected to pipe none
    (II) intel(0): [drm] dma control initialized, using IRQ 20
    (II) PS/2 Mouse: ps2EnableDataReporting: succeeded
    (II) AIGLX: Suspending AIGLX clients for VT switch
    (II) intel(0): xf86UnbindGARTMemory: unbind key 0
    (II) intel(0): xf86UnbindGARTMemory: unbind key 1
    (II) intel(0): xf86UnbindGARTMemory: unbind key 2
    (II) intel(0): xf86UnbindGARTMemory: unbind key 3
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) AIGLX: Resuming AIGLX clients after VT switch
    (II) intel(0): xf86BindGARTMemory: bind key 0 at 0x0077f000 (pgoffset 1919)
    (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x00d80000 (pgoffset 3456)
    (II) intel(0): xf86BindGARTMemory: bind key 2 at 0x010a0000 (pgoffset 4256)
    (II) intel(0): xf86BindGARTMemory: bind key 3 at 0x013c0000 (pgoffset 5056)
    (II) intel(0): Fixed memory allocation layout:
    (II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
    (II) intel(0): 0x00020000-0x00029fff: HW cursors (40 kB)
    (II) intel(0): 0x0002a000-0x00031fff: logical 3D context (32 kB)
    (II) intel(0): 0x00032000-0x00041fff: exa G965 state buffer (64 kB)
    (II) intel(0): 0x00042000-0x00042fff: overlay registers (4 kB)
    (II) intel(0): 0x00043000-0x00043fff: power context (4 kB)
    (II) intel(0): 0x00100000-0x0041ffff: front buffer (3200 kB) X tiled
    (II) intel(0): 0x00420000-0x00d7ffff: exa offscreen (9600 kB)
    (II) intel(0): 0x0077f000: end of stolen memory
    (II) intel(0): 0x00d80000-0x0109ffff: back buffer (3200 kB) X tiled
    (II) intel(0): 0x010a0000-0x013bffff: depth buffer (3200 kB) Y tiled
    (II) intel(0): 0x013c0000-0x033bffff: classic textures (32768 kB)
    (II) intel(0): 0x10000000: end of aperture
    (II) intel(0): Selecting standard 18 bit TMDS pixel format.
    (II) intel(0): Output configuration:
    (II) intel(0): Pipe A is off
    (II) intel(0): Display plane A is now disabled and connected to pipe A.
    (II) intel(0): Pipe B is on
    (II) intel(0): Display plane B is now enabled and connected to pipe B.
    (II) intel(0): Output VGA is connected to pipe none
    (II) intel(0): Output LVDS is connected to pipe B
    (II) intel(0): Output TMDS-1 is connected to pipe none
    (II) intel(0): [drm] dma control initialized, using IRQ 20
    (II) PS/2 Mouse: ps2EnableDataReporting: succeeded
    (You see, there is no line with '(EE)'...)
    Others windows managers works fine. Only problem is with starting kde4. I dont know, if its caused by new Xorg or new kde.
    I am going to find solution by myself, but I am quite newbie.... so I would be so happy, if somebody have showed me a direction....
    Thank you very much for answers....
    Last edited by xlukas (2008-09-23 17:14:07)

    Solved!!!
    It was caused by me, and now is everythink ok...
    Firstly I have replaced /opt/kde/bin/startkde by /usr/bin/kdeinit4 (in ~/.xinitrc)
    It was wrong, but I found that somewhere...
    Now si in my ~/.xinitrc "/usr/bin/startkde" and works fine...
    I am going to explore it...
    PS: Delete this thread if you can... ;-)

  • Problems with Steam - Dota2 and ETS2

    Hello
    I had never problems with Arch + xfce but last time I made fresh install of Arch with KDE and problems begins. Strange logs in steam running Dota 2 and Euro Truck Simulator 2. Dota 2 freezing, jumping even 60+ fps, both games can freeze for 1 min with sound.
    Lenovo Y580 - GTX660M
    After running Dota 2 with launch options (optirun -b primus %command% -console) output from console:
    Game update: AppID 570 "Dota 2", ProcID 1441, IP 0.0.0.0:0
    ERROR: ld.so: object '/home/akikyo/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
    ERROR: ld.so: object '/home/akikyo/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    ERROR: ld.so: object '/home/akikyo/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
    pid 1455 != 1454, skipping destruction (fork without exec?)
    ERROR: ld.so: object '/home/akikyo/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
    ERROR: ld.so: object '/home/akikyo/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
    Installing breakpad exception handler for appid(gameoverlayui)/version(20140715181500_client)
    Installing breakpad exception handler for appid(gameoverlayui)/version(1.0_client)
    Installing breakpad exception handler for appid(gameoverlayui)/version(1.0_client)
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number
    [0725/222647:ERROR:object_proxy.cc(239)] Failed to call method: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.NetworkManager was not provided by any .service files
    [0725/222647:WARNING:proxy_service.cc(958)] PAC support disabled because there is no system implementation
    Installing breakpad exception handler for appid(gameoverlayui)/version(1.0_client)
    Using breakpad crash handler
    Setting breakpad minidump AppID = 570
    Forcing breakpad minidump interfaces to load
    Looking up breakpad interfaces from steamclient
    Calling BreakpadMiniDumpSystemInit
    Looking up breakpad interfaces from steamclient
    Calling BreakpadMiniDumpSystemInit
    Steam_SetMinidumpSteamID: Caching Steam ID: 76561198074650116 [API loaded yes]
    Steam_SetMinidumpSteamID: Setting Steam ID: 76561198074650116
    SDL video target is 'x11'
    SDL failed to create GL compatibility profile (whichProfile=0!
    This system supports the OpenGL extension GL_EXT_framebuffer_object.
    This system supports the OpenGL extension GL_EXT_framebuffer_blit.
    This system supports the OpenGL extension GL_EXT_framebuffer_multisample.
    This system DOES NOT support the OpenGL extension GL_APPLE_fence.
    This system supports the OpenGL extension GL_NV_fence.
    This system supports the OpenGL extension GL_ARB_sync.
    This system supports the OpenGL extension GL_EXT_draw_buffers2.
    This system supports the OpenGL extension GL_EXT_bindable_uniform.
    This system DOES NOT support the OpenGL extension GL_APPLE_flush_buffer_range.
    This system supports the OpenGL extension GL_ARB_map_buffer_range.
    This system supports the OpenGL extension GL_ARB_vertex_buffer_object.
    This system supports the OpenGL extension GL_ARB_occlusion_query.
    This system DOES NOT support the OpenGL extension GL_APPLE_texture_range.
    This system DOES NOT support the OpenGL extension GL_APPLE_client_storage.
    This system DOES NOT support the OpenGL extension GL_ARB_uniform_buffer.
    This system supports the OpenGL extension GL_ARB_vertex_array_bgra.
    This system supports the OpenGL extension GL_EXT_vertex_array_bgra.
    This system supports the OpenGL extension GL_ARB_framebuffer_object.
    This system DOES NOT support the OpenGL extension GL_GREMEDY_string_marker.
    This system supports the OpenGL extension GL_ARB_debug_output.
    This system supports the OpenGL extension GL_EXT_direct_state_access.
    This system supports the OpenGL extension GL_NV_bindless_texture.
    This system DOES NOT support the OpenGL extension GL_AMD_pinned_memory.
    This system supports the OpenGL extension GL_EXT_framebuffer_multisample_blit_scaled.
    This system supports the OpenGL extension GL_EXT_texture_sRGB_decode.
    This system supports the OpenGL extension GL_NVX_gpu_memory_info.
    This system DOES NOT support the OpenGL extension GL_ATI_meminfo.
    This system supports the OpenGL extension GL_EXT_texture_compression_s3tc.
    This system supports the OpenGL extension GL_EXT_texture_compression_dxt1.
    This system DOES NOT support the OpenGL extension GL_ANGLE_texture_compression_dxt3.
    This system DOES NOT support the OpenGL extension GL_ANGLE_texture_compression_dxt5.
    This system DOES NOT support the OpenGL extension GLX_EXT_swap_control_tear.
    GL_NV_bindless_texture: DISABLED
    GL_AMD_pinned_memory: DISABLED
    GL_EXT_texture_sRGB_decode: AVAILABLE
    GL_NVX_gpu_memory_info: AVAILABLE
    GL_ATI_meminfo: UNAVAILABLE
    GL_NVX_gpu_memory_info: Total Dedicated: 2097152, Total Avail: 2097152, Current Avail: 2076116
    GL_MAX_SAMPLES_EXT: 32
    Adding VPK file: /home/akikyo/.local/share/Steam/SteamApps/common/dota 2 beta/dota/sound_vo_english
    Adding VPK file: /home/akikyo/.local/share/Steam/SteamApps/common/dota 2 beta/dota/pak01
    Adding VPK file: /home/akikyo/.local/share/Steam/SteamApps/common/dota 2 beta/platform/pak01
    Did not detect any valid joysticks.
    WARNING: unable to link Test_StartScript and Test_StartScript because one or more is a ConCommand.
    WARNING: unable to link Test_RandomChance and Test_RandomChance because one or more is a ConCommand.
    WARNING: unable to link Test_LoopForNumSeconds and Test_LoopForNumSeconds because one or more is a ConCommand.
    WARNING: unable to link Test_Loop and Test_Loop because one or more is a ConCommand.
    WARNING: unable to link Test_LoopCount and Test_LoopCount because one or more is a ConCommand.
    WARNING: unable to link Test_StartLoop and Test_StartLoop because one or more is a ConCommand.
    WARNING: unable to link log_flags and log_flags because one or more is a ConCommand.
    WARNING: unable to link log_color and log_color because one or more is a ConCommand.
    WARNING: unable to link log_verbosity and log_verbosity because one or more is a ConCommand.
    WARNING: unable to link log_level and log_level because one or more is a ConCommand.
    WARNING: unable to link log_dumpchannels and log_dumpchannels because one or more is a ConCommand.
    Load a scaleform font provider?
    Creating D3D9 device with D3DCREATE_MULTITHREADED
    IDirect3DDevice9::Create: BackBufWidth: 1366, BackBufHeight: 768, D3DFMT: 3, BackBufCount: 1, MultisampleType: 0, MultisampleQuality: 0
    GL sampler object usage: DISABLED
    ##### swap interval = 0 swap limit = 1 #####
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number
    !! Controller config file passed by steamworks game 570 did not exist at /home/akikyo/.local/share/Steam/SteamApps/common/dota 2 beta/dota/cfg/controller.vdf
    Installing breakpad exception handler for appid(steam)/version(1405474565_client)
    [0725/222707:ERROR:object_proxy.cc(239)] Failed to call method: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.NetworkManager was not provided by any .service files
    [0725/222707:WARNING:proxy_service.cc(958)] PAC support disabled because there is no system implementation
    Im not able to run ETS 2 it's going to change resolution to 1024x768 in whole desktop and then crash. (Launch option: optirun -b primus %command%) output:
    Game update: AppID 227300 "Euro Truck Simulator 2", ProcID 1554, IP 0.0.0.0:0
    ERROR: ld.so: object '/home/akikyo/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
    ERROR: ld.so: object '/home/akikyo/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    ERROR: ld.so: object '/home/akikyo/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
    Setting breakpad minidump AppID = 227300
    Steam_SetMinidumpSteamID: Caching Steam ID: 76561198074650116 [API loaded no]
    Registered appid 227300 to use native controller config at /home/akikyo/.local/share/Steam/SteamApps/common/Euro Truck Simulator 2/controller.vdf
    X Error of failed request: GLXUnsupportedPrivateRequest
    Major opcode of failed request: 155 (GLX)
    Minor opcode of failed request: 16 (X_GLXVendorPrivate)
    Serial number of failed request: 80
    Current serial number in output stream: 82
    Game removed: AppID 227300 "Euro Truck Simulator 2", ProcID 1567
    sudo journalctl
    Jul 25 22:35:15 lenovo bumblebeed[396]: [ 891.508930] [WARN][XORG] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    Jul 25 22:35:15 lenovo bumblebeed[396]: [ 891.508943] [WARN][XORG] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    Jul 25 22:35:15 lenovo bumblebeed[396]: [ 891.508969] [WARN][XORG] (WW) Unresolved symbol: fbGetGCPrivateKey
    Jul 25 22:35:15 lenovo bumblebeed[396]: [ 891.508984] [WARN][XORG] (WW) NVIDIA(0): Unable to get display device for DPI computation.
    Jul 25 22:35:16 lenovo kernel: eurotrucks2[1567]: segfault at 17 ip 00007f40f1e30433 sp 00007fff05479db0 error 6 in steamclient.so[7f40f1b66000+f7b000]
    Jul 25 22:35:16 lenovo kernel: [drm] Module unloaded
    Jul 25 22:35:16 lenovo kernel: bbswitch: disabling discrete graphics
    Jul 25 22:35:16 lenovo kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140214/nsarguments-95)
    Jul 25 22:35:16 lenovo kernel: pci 0000:01:00.0: Refused to change power state, currently in D0
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838215] [ERROR][XORG] (EE) Server terminated successfully (0). Closing log file.
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838233] [ERROR][XORG] (EE)
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838238] [ERROR][XORG] (EE) Backtrace:
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838242] [ERROR][XORG] (EE) 0: Xorg (xorg_backtrace+0x56) [0x58f186]
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838245] [ERROR][XORG] (EE) 1: Xorg (0x400000+0x192fc9) [0x592fc9]
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838249] [ERROR][XORG] (EE) 2: /usr/lib/libpthread.so.0 (0x7fd21c5c8000+0xf4b0) [0x7fd21c5d74b0]
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838256] [ERROR][XORG] (EE) 3: /usr/lib/libc.so.6 (malloc_usable_size+0x25) [0x7fd21b290d25]
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838272] [ERROR][XORG] (EE) 4: /usr/lib/nvidia/libGL.so.1 (0x7fd21818b000+0xb61d9) [0x7fd2182411d9]
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838286] [ERROR][XORG] (EE)
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838298] [ERROR][XORG] (EE) Segmentation fault at address 0x0
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838306] [ERROR][XORG] (EE)
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838317] [ERROR][XORG] (EE) Caught signal 11 (Segmentation fault). Server aborting
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838320] [ERROR][XORG] (EE)
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838323] [ERROR][XORG] (EE)
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838329] [ERROR][XORG] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838334] [ERROR][XORG] (EE)
    sudo nano /var/log/Xorg.8.log
    X.Org X Server 1.15.2
    Release Date: 2014-06-27
    [ 887.399] X Protocol Version 11, Revision 0
    [ 887.399] Build Operating System: Linux 3.15.1-1-ARCH x86_64
    [ 887.399] Current Operating System: Linux lenovo 3.15.5-2-ARCH #1 SMP PREEMPT Fri Jul 11 07:56:02 CEST 2014 x86_64
    [ 887.399] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=a89135f9-ef1e-4b90-a073-ee78d492b58a rw rcutree.rcu_idle_gp_delay=1 quiet
    [ 887.399] Build Date: 27 June 2014 07:32:26PM
    [ 887.399]
    [ 887.399] Current version of pixman: 0.32.6
    [ 887.399] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 887.399] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 887.399] (==) Log file: "/var/log/Xorg.8.log", Time: Fri Jul 25 22:35:11 2014
    [ 887.400] (++) Using config file: "/etc/bumblebee/xorg.conf.nvidia"
    [ 887.400] (++) Using config directory: "/etc/bumblebee/xorg.conf.d"
    [ 887.400] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 887.400] (==) ServerLayout "Layout0"
    [ 887.400] (==) No screen section available. Using defaults.
    [ 887.400] (**) |-->Screen "Default Screen Section" (0)
    [ 887.400] (**) | |-->Monitor "<default monitor>"
    [ 887.400] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 887.400] (**) | |-->Device "DiscreteNvidia"
    [ 887.400] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 887.400] (**) Option "AutoAddDevices" "false"
    [ 887.400] (**) Option "AutoAddGPU" "false"
    [ 887.400] (**) Not automatically adding devices
    [ 887.400] (==) Automatically enabling devices
    [ 887.400] (**) Not automatically adding GPU devices
    [ 887.401] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 887.401] Entry deleted from font path.
    [ 887.401] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 887.401] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 887.401] Entry deleted from font path.
    [ 887.401] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 887.401] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/
    [ 887.401] (++) ModulePath set to "/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules"
    [ 887.401] (==) |-->Input Device "<default pointer>"
    [ 887.401] (==) |-->Input Device "<default keyboard>"
    [ 887.401] (==) The core pointer device wasn't specified explicitly in the layout.
    Using the default mouse configuration.
    [ 887.401] (==) The core keyboard device wasn't specified explicitly in the layout.
    Using the default keyboard configuration.
    [ 887.401] (II) Loader magic: 0x811cc0
    [ 887.401] (II) Module ABI versions:
    [ 887.401] X.Org ANSI C Emulation: 0.4
    [ 887.401] X.Org Video Driver: 15.0
    [ 887.401] X.Org XInput driver : 20.0
    [ 887.401] X.Org Server Extension : 8.0
    [ 887.401] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 887.401] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 887.401] setversion 1.4 failed: Permission denied
    [ 887.403] (--) PCI:*(0:1:0:0) 10de:0fd4:17aa:3977 rev 161, Mem @ 0xd2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00003000/128
    [ 887.403] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 887.403] Initializing built-in extension Generic Event Extension
    [ 887.404] Initializing built-in extension SHAPE
    [ 887.404] Initializing built-in extension MIT-SHM
    [ 887.404] Initializing built-in extension XInputExtension
    [ 887.404] Initializing built-in extension XTEST
    [ 887.404] Initializing built-in extension BIG-REQUESTS
    [ 887.404] Initializing built-in extension SYNC
    [ 887.404] Initializing built-in extension XKEYBOARD
    [ 887.404] Initializing built-in extension XC-MISC
    [ 887.404] Initializing built-in extension SECURITY
    [ 887.404] Initializing built-in extension XINERAMA
    [ 887.404] Initializing built-in extension XFIXES
    [ 887.404] Initializing built-in extension RENDER
    [ 887.404] Initializing built-in extension RANDR
    [ 887.404] Initializing built-in extension COMPOSITE
    [ 887.404] Initializing built-in extension DAMAGE
    [ 887.404] Initializing built-in extension MIT-SCREEN-SAVER
    [ 887.404] Initializing built-in extension DOUBLE-BUFFER
    [ 887.404] Initializing built-in extension RECORD
    [ 887.404] Initializing built-in extension DPMS
    [ 887.404] Initializing built-in extension Present
    [ 887.404] Initializing built-in extension DRI3
    [ 887.404] Initializing built-in extension X-Resource
    [ 887.404] Initializing built-in extension XVideo
    [ 887.404] Initializing built-in extension XVideo-MotionCompensation
    [ 887.404] Initializing built-in extension XFree86-VidModeExtension
    [ 887.404] Initializing built-in extension XFree86-DGA
    [ 887.404] Initializing built-in extension XFree86-DRI
    [ 887.404] Initializing built-in extension DRI2
    [ 887.404] (II) "glx" will be loaded by default.
    [ 887.404] (II) LoadModule: "dri2"
    [ 887.404] (II) Module "dri2" already built-in
    [ 887.404] (II) LoadModule: "glamoregl"
    [ 887.404] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 887.454] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 887.454] compiled for 1.15.0, module version = 0.6.0
    [ 887.454] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 887.454] (II) LoadModule: "glx"
    [ 887.454] (II) Loading /usr/lib/nvidia/xorg/modules/extensions/libglx.so
    [ 887.495] (II) Module glx: vendor="NVIDIA Corporation"
    [ 887.495] compiled for 4.0.2, module version = 1.0.0
    [ 887.495] Module class: X.Org Server Extension
    [ 887.495] (II) NVIDIA GLX Module 340.24 Wed Jul 2 15:04:31 PDT 2014
    [ 887.495] Loading extension GLX
    [ 887.495] (II) LoadModule: "nvidia"
    [ 887.495] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 887.500] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 887.500] compiled for 4.0.2, module version = 1.0.0
    [ 887.500] Module class: X.Org Video Driver
    [ 887.500] (II) LoadModule: "mouse"
    [ 887.500] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    [ 887.502] (II) Module mouse: vendor="X.Org Foundation"
    [ 887.502] compiled for 1.15.0, module version = 1.9.0
    [ 887.502] Module class: X.Org XInput Driver
    [ 887.502] ABI class: X.Org XInput driver, version 20.0
    [ 887.502] (II) LoadModule: "kbd"
    [ 887.502] (WW) Warning, couldn't open module kbd
    [ 887.502] (II) UnloadModule: "kbd"
    [ 887.502] (II) Unloading kbd
    [ 887.502] (EE) Failed to load module "kbd" (module does not exist, 0)
    [ 887.502] (II) NVIDIA dlloader X Driver 340.24 Wed Jul 2 14:42:23 PDT 2014
    [ 887.502] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 887.502] (--) using VT number 1
    [ 887.502] (II) Loading sub module "fb"
    [ 887.502] (II) LoadModule: "fb"
    [ 887.502] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 887.504] (II) Module fb: vendor="X.Org Foundation"
    [ 887.504] compiled for 1.15.2, module version = 1.0.0
    [ 887.504] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 887.504] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 887.504] (II) Loading sub module "wfb"
    [ 887.504] (II) LoadModule: "wfb"
    [ 887.504] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 887.506] (II) Module wfb: vendor="X.Org Foundation"
    [ 887.506] compiled for 1.15.2, module version = 1.0.0
    [ 887.506] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 887.506] (II) Loading sub module "ramdac"
    [ 887.506] (II) LoadModule: "ramdac"
    [ 887.506] (II) Module "ramdac" already built-in
    [ 887.506] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 887.506] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 887.506] (==) NVIDIA(0): RGB weight 888
    [ 887.506] (==) NVIDIA(0): Default visual is TrueColor
    [ 887.506] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 887.506] (**) NVIDIA(0): Option "NoLogo" "true"
    [ 887.506] (**) NVIDIA(0): Option "ProbeAllGpus" "false"
    [ 887.507] (**) NVIDIA(0): Option "UseEDID" "false"
    [ 887.507] (**) NVIDIA(0): Option "UseDisplayDevice" "none"
    [ 887.507] (**) NVIDIA(0): Enabling 2D acceleration
    [ 887.507] (**) NVIDIA(0): Ignoring EDIDs
    [ 887.507] (**) NVIDIA(0): Option "UseDisplayDevice" set to "none"; enabling NoScanout
    [ 887.507] (**) NVIDIA(0): mode
    [ 891.006] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
    [ 891.008] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 660M (GK107) at PCI:1:0:0 (GPU-0)
    [ 891.008] (--) NVIDIA(0): Memory: 2097152 kBytes
    [ 891.008] (--) NVIDIA(0): VideoBIOS: 80.07.3c.00.16
    [ 891.008] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 891.008] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 660M at PCI:1:0:0
    [ 891.008] (--) NVIDIA(0): none
    [ 891.008] (II) NVIDIA(0): Validated MetaModes:
    [ 891.008] (II) NVIDIA(0): "NULL"
    [ 891.008] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
    [ 891.008] (WW) NVIDIA(0): Unable to get display device for DPI computation.
    [ 891.008] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
    [ 891.008] (--) Depth 24 pixmap format is 32 bpp
    [ 891.008] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
    [ 891.008] (II) NVIDIA: access.
    [ 891.013] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 891.013] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 891.013] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 891.013] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 891.013] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 891.013] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 891.013] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 891.013] (II) NVIDIA(0): Config Options in the README.
    [ 891.013] (II) NVIDIA(0): Setting mode "NULL"
    [ 891.028] Loading extension NV-GLX
    [ 891.035] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 891.035] (==) NVIDIA(0): Backing store enabled
    [ 891.035] (==) NVIDIA(0): Silken mouse enabled
    [ 891.035] (==) NVIDIA(0): DPMS enabled
    [ 891.035] Loading extension NV-CONTROL
    [ 891.036] (II) Loading sub module "dri2"
    [ 891.036] (II) LoadModule: "dri2"
    [ 891.036] (II) Module "dri2" already built-in
    [ 891.036] (II) NVIDIA(0): [DRI2] Setup complete
    [ 891.036] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 891.036] (--) RandR disabled
    [ 891.044] (II) Initializing extension GLX
    [ 891.100] (II) Using input driver 'mouse' for '<default pointer>'
    [ 891.100] (**) Option "CorePointer" "on"
    [ 891.100] (**) <default pointer>: always reports core events
    [ 891.100] (WW) <default pointer>: No Device specified, looking for one...
    [ 891.146] (II) <default pointer>: Setting Device option to "/dev/input/mice"
    [ 891.146] (--) <default pointer>: Device: "/dev/input/mice"
    [ 891.146] (==) <default pointer>: Protocol: "Auto"
    [ 891.146] (**) <default pointer>: always reports core events
    [ 891.146] (**) Option "Device" "/dev/input/mice"
    [ 891.200] (==) <default pointer>: Emulate3Buttons, Emulate3Timeout: 50
    [ 891.200] (**) <default pointer>: ZAxisMapping: buttons 4 and 5
    [ 891.200] (**) <default pointer>: Buttons: 9
    [ 891.200] (II) XINPUT: Adding extended input device "<default pointer>" (type: MOUSE, id 6)
    [ 891.200] (**) <default pointer>: (accel) keeping acceleration scheme 1
    [ 891.200] (**) <default pointer>: (accel) acceleration profile 0
    [ 891.200] (**) <default pointer>: (accel) acceleration factor: 2.000
    [ 891.200] (**) <default pointer>: (accel) acceleration threshold: 4
    [ 891.200] (II) <default pointer>: Setting mouse protocol to "ExplorerPS/2"
    [ 891.493] (II) <default pointer>: ps2EnableDataReporting: succeeded
    [ 891.493] (II) LoadModule: "kbd"
    [ 891.494] (WW) Warning, couldn't open module kbd
    [ 891.494] (II) UnloadModule: "kbd"
    [ 891.494] (II) Unloading kbd
    [ 891.494] (EE) Failed to load module "kbd" (module does not exist, 0)
    [ 891.494] (EE) No input driver matching `kbd'
    [ 891.497] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 891.497] (II) AutoAddDevices is off - not adding device.
    [ 891.497] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
    [ 891.497] (II) AutoAddDevices is off - not adding device.
    [ 891.497] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 891.497] (II) AutoAddDevices is off - not adding device.
    [ 891.498] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
    [ 891.498] (II) AutoAddDevices is off - not adding device.
    [ 891.498] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
    [ 891.498] (II) AutoAddDevices is off - not adding device.
    [ 891.498] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
    [ 891.498] (II) AutoAddDevices is off - not adding device.
    [ 891.499] (II) config/udev: Adding drm device (/dev/dri/card1)
    [ 891.499] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 891.499] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 891.499] setversion 1.4 failed: Permission denied
    [ 891.499] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event7)
    [ 891.499] (II) AutoAddDevices is off - not adding device.
    [ 891.500] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0)
    [ 891.500] (II) AutoAddDevices is off - not adding device.
    [ 891.500] (II) config/udev: Adding input device CHESEN USB Keyboard (/dev/input/event8)
    [ 891.500] (II) AutoAddDevices is off - not adding device.
    [ 891.501] (II) config/udev: Adding input device CHESEN USB Keyboard (/dev/input/event9)
    [ 891.501] (II) AutoAddDevices is off - not adding device.
    [ 891.501] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event12)
    [ 891.501] (II) AutoAddDevices is off - not adding device.
    [ 891.501] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event13)
    [ 891.501] (II) AutoAddDevices is off - not adding device.
    [ 891.502] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event14)
    [ 891.502] (II) AutoAddDevices is off - not adding device.
    [ 891.502] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event15)
    [ 891.502] (II) AutoAddDevices is off - not adding device.
    [ 891.502] (II) config/udev: Adding input device Lenovo EasyCamera (/dev/input/event16)
    [ 891.502] (II) AutoAddDevices is off - not adding device.
    [ 891.503] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event10)
    [ 891.503] (II) AutoAddDevices is off - not adding device.
    [ 891.503] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event6)
    [ 891.503] (II) AutoAddDevices is off - not adding device.
    [ 891.503] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event17)
    [ 891.504] (II) AutoAddDevices is off - not adding device.
    [ 891.504] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
    [ 891.504] (II) AutoAddDevices is off - not adding device.
    [ 891.504] (II) config/udev: Adding input device PC Speaker (/dev/input/event11)
    [ 891.504] (II) AutoAddDevices is off - not adding device.
    [ 892.695] (II) UnloadModule: "mouse"
    [ 892.720] (II) NVIDIA(GPU-0): Deleting GPU-0
    [ 892.723] (EE) Server terminated successfully (0). Closing log file.
    Last edited by Akikyo (2014-07-24 21:04:45)

    I can't be sure but most of the dota2 output looks "normal" to me (I get the same yet it works fine).
    eurotrucks is clearly crashing. You could try to force the resolution it uses in its config files?
    Or maybe it's missing a lib (you may need to install 32bit versions):
    ldd /path/to/eurotrucks
    to see if that's the case. If not, you might have to take it up with the eurotrucks developers.
    And you could try using fluxbox/openbox just to see what happens. A lot lighter than KDE.
    Have a good look though: https://wiki.archlinux.org/index.php/Steam
    and remember to check for missing 32bit libs.

  • Problem with Displayport and M11x

    Okay so I have an M11x R3 laptop running Arch x86_64.  I have an issue I just got a Displayport to DVI and Displayport to VGA adapters.  I have tried HDMI but it doesn't show up with xrandr -q command.  I was wondering what I should do because it shows my VGA1 disconnected even when the DisplayPort adapter is connected to the monitor and to the laptop?
    xrandr -q output:
    Screen 0: minimum 320 x 200, current 1366 x 768, maximum 8192 x 8192
    LVDS1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 256mm x 144mm
    1366x768 60.0*+
    1024x768 60.0
    800x600 60.3 56.2
    640x480 59.9
    VGA1 disconnected (normal left inverted right x axis y axis)
    Now I try to run this to get the display extended to a secondary monitor.  Nothing happens!
    xrandr --output VGA1 --auto --left-of LVDS1
    sudo lspci -v
    00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) (prog-if 00 [VGA controller])
    Subsystem: Dell Device 04c8
    Flags: bus master, fast devsel, latency 0, IRQ 51
    Memory at d1400000 (64-bit, non-prefetchable) [size=4M]
    Memory at c0000000 (64-bit, prefetchable) [size=256M]
    I/O ports at 7000 [size=64]
    Expansion ROM at <unassigned> [disabled]
    Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
    Capabilities: [d0] Power Management version 2
    Capabilities: [a4] PCI Advanced Features
    Kernel driver in use: i915
    01:00.0 VGA compatible controller: NVIDIA Corporation GF108 [GeForce GT 540M] (rev a1) (prog-if 00 [VGA controller])
    Subsystem: Dell Device 04c8
    Flags: bus master, fast devsel, latency 0, IRQ 16
    Memory at d0000000 (32-bit, non-prefetchable) [size=16M]
    Memory at a0000000 (64-bit, prefetchable) [size=256M]
    Memory at b0000000 (64-bit, prefetchable) [size=32M]
    I/O ports at 6000 [size=128]
    Expansion ROM at d1000000 [disabled] [size=512K]
    Capabilities: [60] Power Management version 3
    Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
    Capabilities: [78] Express Endpoint, MSI 00
    Capabilities: [b4] Vendor Specific Information: Len=14 <?>
    Capabilities: [100] Virtual Channel
    Capabilities: [128] Power Budgeting <?>
    Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
    Kernel driver in use: nvidia
    Now under /etc/X11/xorg.conf.d/ I don't have a specific xorg.conf file for then Intel card that runs on the i915 driver.  Should I make one that can help with the detection of the displayport?
    here is my /etc/bumblebee/xorg.nvidia.conf
    Section "ServerLayout"
    Identifier "Layout0"
    Option "AutoAddDevices" "false"
    EndSection
    Section "Device"
    Identifier "Device1"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    Option "NoLogo" "true"
    Option "UseEDID" "false"
    Option "ConnectedMonitor" "DFP"
    EndSection
    Last but not least here is my /var/log/Xorg.1.log
    [ 3822.058]
    X.Org X Server 1.13.2
    Release Date: 2013-01-24
    [ 3822.058] X Protocol Version 11, Revision 0
    [ 3822.058] Build Operating System: Linux 3.7.4-1-ARCH x86_64
    [ 3822.058] Current Operating System: Linux tux_laptop 3.7.4-1-ARCH #1 SMP PREEMPT Mon Jan 21 23:05:29 CET 2013 x86_64
    [ 3822.058] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=ac0ab469-8109-477b-a746-13d28a8fe11b ro quiet
    [ 3822.058] Build Date: 25 January 2013 09:33:50AM
    [ 3822.058]
    [ 3822.058] Current version of pixman: 0.28.2
    [ 3822.058] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 3822.058] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 3822.058] (==) Log file: "/var/log/Xorg.1.log", Time: Sun Jan 27 21:12:19 2013
    [ 3822.058] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 3822.059] (==) No Layout section. Using the first Screen section.
    [ 3822.059] (==) No screen section available. Using defaults.
    [ 3822.059] (**) |-->Screen "Default Screen Section" (0)
    [ 3822.059] (**) | |-->Monitor "<default monitor>"
    [ 3822.059] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 3822.059] (==) Automatically adding devices
    [ 3822.059] (==) Automatically enabling devices
    [ 3822.059] (==) Automatically adding GPU devices
    [ 3822.059] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
    [ 3822.059] Entry deleted from font path.
    [ 3822.059] (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
    [ 3822.059] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 3822.059] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 3822.059] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 3822.059] (II) Loader magic: 0x7fcc40
    [ 3822.059] (II) Module ABI versions:
    [ 3822.059] X.Org ANSI C Emulation: 0.4
    [ 3822.059] X.Org Video Driver: 13.1
    [ 3822.059] X.Org XInput driver : 18.0
    [ 3822.059] X.Org Server Extension : 7.0
    [ 3822.059] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 3822.061] (--) PCI:*(0:0:2:0) 8086:0116:1028:04c8 rev 9, Mem @ 0xd1400000/4194304, 0xc0000000/268435456, I/O @ 0x00007000/64
    [ 3822.061] (--) PCI: (0:1:0:0) 10de:0df4:1028:04c8 rev 161, Mem @ 0xd0000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00006000/128, BIOS @ 0x????????/524288
    [ 3822.061] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 3822.061] Initializing built-in extension Generic Event Extension
    [ 3822.061] Initializing built-in extension SHAPE
    [ 3822.061] Initializing built-in extension MIT-SHM
    [ 3822.061] Initializing built-in extension XInputExtension
    [ 3822.061] Initializing built-in extension XTEST
    [ 3822.061] Initializing built-in extension BIG-REQUESTS
    [ 3822.061] Initializing built-in extension SYNC
    [ 3822.061] Initializing built-in extension XKEYBOARD
    [ 3822.061] Initializing built-in extension XC-MISC
    [ 3822.061] Initializing built-in extension SECURITY
    [ 3822.061] Initializing built-in extension XINERAMA
    [ 3822.061] Initializing built-in extension XFIXES
    [ 3822.061] Initializing built-in extension RENDER
    [ 3822.061] Initializing built-in extension RANDR
    [ 3822.061] Initializing built-in extension COMPOSITE
    [ 3822.061] Initializing built-in extension DAMAGE
    [ 3822.061] Initializing built-in extension MIT-SCREEN-SAVER
    [ 3822.061] Initializing built-in extension DOUBLE-BUFFER
    [ 3822.061] Initializing built-in extension RECORD
    [ 3822.061] Initializing built-in extension DPMS
    [ 3822.061] Initializing built-in extension X-Resource
    [ 3822.061] Initializing built-in extension XVideo
    [ 3822.061] Initializing built-in extension XVideo-MotionCompensation
    [ 3822.062] Initializing built-in extension XFree86-VidModeExtension
    [ 3822.062] Initializing built-in extension XFree86-DGA
    [ 3822.062] Initializing built-in extension XFree86-DRI
    [ 3822.062] Initializing built-in extension DRI2
    [ 3822.062] (II) LoadModule: "glx"
    [ 3822.062] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 3822.062] (II) Module glx: vendor="X.Org Foundation"
    [ 3822.062] compiled for 1.13.2, module version = 1.0.0
    [ 3822.062] ABI class: X.Org Server Extension, version 7.0
    [ 3822.062] (==) AIGLX enabled
    [ 3822.062] Loading extension GLX
    [ 3822.062] (==) Matched intel as autoconfigured driver 0
    [ 3822.062] (==) Matched intel as autoconfigured driver 1
    [ 3822.062] (==) Matched vesa as autoconfigured driver 2
    [ 3822.062] (==) Matched modesetting as autoconfigured driver 3
    [ 3822.062] (==) Matched fbdev as autoconfigured driver 4
    [ 3822.063] (==) Assigned the driver to the xf86ConfigLayout
    [ 3822.063] (II) LoadModule: "intel"
    [ 3822.063] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 3822.064] (II) Module intel: vendor="X.Org Foundation"
    [ 3822.064] compiled for 1.13.1, module version = 2.20.19
    [ 3822.064] Module class: X.Org Video Driver
    [ 3822.064] ABI class: X.Org Video Driver, version 13.1
    [ 3822.064] (II) LoadModule: "vesa"
    [ 3822.064] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 3822.064] (II) Module vesa: vendor="X.Org Foundation"
    [ 3822.064] compiled for 1.13.0, module version = 2.3.2
    [ 3822.064] Module class: X.Org Video Driver
    [ 3822.064] ABI class: X.Org Video Driver, version 13.0
    [ 3822.064] (II) LoadModule: "modesetting"
    [ 3822.064] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 3822.065] (II) Module modesetting: vendor="X.Org Foundation"
    [ 3822.065] compiled for 1.13.1, module version = 0.6.0
    [ 3822.065] Module class: X.Org Video Driver
    [ 3822.065] ABI class: X.Org Video Driver, version 13.1
    [ 3822.065] (II) LoadModule: "fbdev"
    [ 3822.065] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 3822.065] (II) Module fbdev: vendor="X.Org Foundation"
    [ 3822.065] compiled for 1.13.0, module version = 0.4.3
    [ 3822.065] Module class: X.Org Video Driver
    [ 3822.065] ABI class: X.Org Video Driver, version 13.0
    [ 3822.065] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
    Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
    Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
    Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
    Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
    Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
    Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
    Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2),
    Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2),
    Haswell Server (GT2+), Haswell SDV Desktop (GT1),
    Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+),
    Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
    Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1),
    Haswell SDV Server (GT2), Haswell SDV Server (GT2+),
    Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
    Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1),
    Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+),
    Haswell ULT Server (GT1), Haswell ULT Server (GT2),
    Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1),
    Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+),
    Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2),
    Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1),
    Haswell CRW Server (GT2), Haswell CRW Server (GT2+),
    ValleyView PO board
    [ 3822.066] (II) VESA: driver for VESA chipsets: vesa
    [ 3822.066] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 3822.066] (II) FBDEV: driver for framebuffer: fbdev
    [ 3822.066] (++) using VT number 1
    [ 3822.066] (WW) Falling back to old probe method for vesa
    [ 3822.066] (WW) Falling back to old probe method for modesetting
    [ 3822.067] (WW) Falling back to old probe method for fbdev
    [ 3822.067] (II) Loading sub module "fbdevhw"
    [ 3822.067] (II) LoadModule: "fbdevhw"
    [ 3822.067] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [ 3822.067] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 3822.067] compiled for 1.13.2, module version = 0.0.2
    [ 3822.067] ABI class: X.Org Video Driver, version 13.1
    [ 3822.067] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 3822.067] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 3822.067] (==) intel(0): RGB weight 888
    [ 3822.067] (==) intel(0): Default visual is TrueColor
    [ 3822.067] (--) intel(0): Integrated Graphics Chipset: Intel(R) Sandybridge Mobile (GT2)
    [ 3822.067] (**) intel(0): Relaxed fencing enabled
    [ 3822.067] (**) intel(0): Wait on SwapBuffers? enabled
    [ 3822.067] (**) intel(0): Triple buffering? enabled
    [ 3822.067] (**) intel(0): Framebuffer tiled
    [ 3822.067] (**) intel(0): Pixmaps tiled
    [ 3822.067] (**) intel(0): 3D buffers tiled
    [ 3822.067] (**) intel(0): SwapBuffers wait enabled
    [ 3822.067] (==) intel(0): video overlay key set to 0x101fe
    [ 3822.067] (II) intel(0): Output LVDS1 has no monitor section
    [ 3822.067] (--) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
    [ 3822.092] (II) intel(0): Output VGA1 has no monitor section
    [ 3822.093] (II) intel(0): EDID for output LVDS1
    [ 3822.093] (II) intel(0): Manufacturer: AUO Model: 305c Serial#: 0
    [ 3822.093] (II) intel(0): Year: 2009 Week: 0
    [ 3822.093] (II) intel(0): EDID Version: 1.4
    [ 3822.093] (II) intel(0): Digital Display Input
    [ 3822.093] (II) intel(0): 6 bits per channel
    [ 3822.093] (II) intel(0): Digital interface is undefined
    [ 3822.093] (II) intel(0): Max Image Size [cm]: horiz.: 26 vert.: 14
    [ 3822.093] (II) intel(0): Gamma: 2.20
    [ 3822.093] (II) intel(0): No DPMS capabilities specified
    [ 3822.093] (II) intel(0): Supported color encodings: RGB 4:4:4
    [ 3822.093] (II) intel(0): First detailed timing is preferred mode
    [ 3822.093] (II) intel(0): Preferred mode is native pixel format and refresh rate
    [ 3822.093] (II) intel(0): redX: 0.584 redY: 0.333 greenX: 0.338 greenY: 0.571
    [ 3822.093] (II) intel(0): blueX: 0.158 blueY: 0.133 whiteX: 0.313 whiteY: 0.329
    [ 3822.093] (II) intel(0): Manufacturer's mask: 0
    [ 3822.093] (II) intel(0): Supported detailed timing:
    [ 3822.093] (II) intel(0): clock: 70.0 MHz Image Size: 256 x 144 mm
    [ 3822.093] (II) intel(0): h_active: 1366 h_sync: 1414 h_sync_end 1446 h_blank_end 1470 h_border: 0
    [ 3822.093] (II) intel(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 793 v_border: 0
    [ 3822.093] (II) intel(0): Supported detailed timing:
    [ 3822.093] (II) intel(0): clock: 70.0 MHz Image Size: 256 x 144 mm
    [ 3822.093] (II) intel(0): h_active: 1366 h_sync: 1414 h_sync_end 1446 h_blank_end 1470 h_border: 0
    [ 3822.093] (II) intel(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 793 v_border: 0
    [ 3822.093] (II) intel(0): 2VD2KB116XW3
    [ 3822.093] (II) intel(0): Unknown vendor-specific block 0
    [ 3822.093] (II) intel(0): EDID (in hex):
    [ 3822.093] (II) intel(0): 00ffffffffffff0006af5c3000000000
    [ 3822.093] (II) intel(0): 00130104901a0e780299859555569228
    [ 3822.093] (II) intel(0): 22505400000001010101010101010101
    [ 3822.093] (II) intel(0): 010101010101581b5668500019303020
    [ 3822.093] (II) intel(0): 360000901000001a581b566850001930
    [ 3822.093] (II) intel(0): 3020360000901000001a000000fe0032
    [ 3822.093] (II) intel(0): 5644324b804231313658573300000000
    [ 3822.093] (II) intel(0): 0000410a960111000002010a202000b6
    [ 3822.093] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 3822.093] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 3822.093] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 3822.093] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 3822.093] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 3822.093] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 3822.093] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 3822.093] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [ 3822.093] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [ 3822.093] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 3822.093] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 3822.093] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [ 3822.093] (II) intel(0): Printing probed modes for output LVDS1
    [ 3822.093] (II) intel(0): Modeline "1366x768"x60.0 70.00 1366 1414 1446 1470 768 771 777 793 +hsync -vsync (47.6 kHz eP)
    [ 3822.093] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
    [ 3822.093] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
    [ 3822.093] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
    [ 3822.093] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
    [ 3822.119] (II) intel(0): EDID for output VGA1
    [ 3822.119] (II) intel(0): Output LVDS1 connected
    [ 3822.119] (II) intel(0): Output VGA1 disconnected
    [ 3822.119] (II) intel(0): Using exact sizes for initial modes
    [ 3822.119] (II) intel(0): Output LVDS1 using initial mode 1366x768
    [ 3822.119] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 3822.119] (II) intel(0): Kernel page flipping support detected, enabling
    [ 3822.119] (==) intel(0): DPI set to (96, 96)
    [ 3822.119] (II) Loading sub module "fb"
    [ 3822.119] (II) LoadModule: "fb"
    [ 3822.119] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 3822.120] (II) Module fb: vendor="X.Org Foundation"
    [ 3822.120] compiled for 1.13.2, module version = 1.0.0
    [ 3822.120] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 3822.120] (II) Loading sub module "dri2"
    [ 3822.120] (II) LoadModule: "dri2"
    [ 3822.120] (II) Module "dri2" already built-in
    [ 3822.120] (II) UnloadModule: "vesa"
    [ 3822.120] (II) Unloading vesa
    [ 3822.120] (II) UnloadModule: "modesetting"
    [ 3822.120] (II) Unloading modesetting
    [ 3822.120] (II) UnloadModule: "fbdev"
    [ 3822.120] (II) Unloading fbdev
    [ 3822.120] (II) UnloadSubModule: "fbdevhw"
    [ 3822.120] (II) Unloading fbdevhw
    [ 3822.120] (==) Depth 24 pixmap format is 32 bpp
    [ 3822.120] (II) intel(0): [DRI2] Setup complete
    [ 3822.120] (II) intel(0): [DRI2] DRI driver: i965
    [ 3822.120] (II) intel(0): Allocated new frame buffer 1408x768 stride 5632, tiled
    [ 3822.121] (II) UXA(0): Driver registered support for the following operations:
    [ 3822.121] (II) solid
    [ 3822.121] (II) copy
    [ 3822.121] (II) composite (RENDER acceleration)
    [ 3822.121] (II) put_image
    [ 3822.121] (II) get_image
    [ 3822.121] (==) intel(0): Backing store disabled
    [ 3822.121] (==) intel(0): Silken mouse enabled
    [ 3822.121] (II) intel(0): Initializing HW Cursor
    [ 3822.121] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 3822.121] (==) intel(0): DPMS enabled
    [ 3822.121] (==) intel(0): Intel XvMC decoder enabled
    [ 3822.121] (II) intel(0): Set up textured video
    [ 3822.121] (II) intel(0): [XvMC] xvmc_vld driver initialized.
    [ 3822.121] (II) intel(0): direct rendering: DRI2 Enabled
    [ 3822.121] (==) intel(0): hotplug detection: "enabled"
    [ 3822.143] (--) RandR disabled
    [ 3822.151] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 3822.151] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 3822.151] (II) AIGLX: enabled GLX_ARB_create_context
    [ 3822.151] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 3822.151] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 3822.151] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 3822.151] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 3822.151] (II) AIGLX: Loaded and initialized i965
    [ 3822.151] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 3822.151] (II) intel(0): Setting screen physical size to 361 x 203
    [ 3822.232] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 3822.233] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 3822.233] (II) LoadModule: "evdev"
    [ 3822.233] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 3822.234] (II) Module evdev: vendor="X.Org Foundation"
    [ 3822.234] compiled for 1.13.0, module version = 2.7.3
    [ 3822.234] Module class: X.Org XInput Driver
    [ 3822.234] ABI class: X.Org XInput driver, version 18.0
    [ 3822.234] (II) Using input driver 'evdev' for 'Power Button'
    [ 3822.234] (**) Power Button: always reports core events
    [ 3822.234] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 3822.234] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 3822.234] (--) evdev: Power Button: Found keys
    [ 3822.234] (II) evdev: Power Button: Configuring as keyboard
    [ 3822.234] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
    [ 3822.234] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 3822.234] (**) Option "xkb_rules" "evdev"
    [ 3822.234] (**) Option "xkb_model" "evdev"
    [ 3822.234] (**) Option "xkb_layout" "us"
    [ 3822.258] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
    [ 3822.258] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 3822.258] (II) Using input driver 'evdev' for 'Video Bus'
    [ 3822.259] (**) Video Bus: always reports core events
    [ 3822.259] (**) evdev: Video Bus: Device: "/dev/input/event12"
    [ 3822.259] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 3822.259] (--) evdev: Video Bus: Found keys
    [ 3822.259] (II) evdev: Video Bus: Configuring as keyboard
    [ 3822.259] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input12/event12"
    [ 3822.259] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 3822.259] (**) Option "xkb_rules" "evdev"
    [ 3822.259] (**) Option "xkb_model" "evdev"
    [ 3822.259] (**) Option "xkb_layout" "us"
    [ 3822.260] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
    [ 3822.260] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 3822.260] (II) Using input driver 'evdev' for 'Video Bus'
    [ 3822.260] (**) Video Bus: always reports core events
    [ 3822.260] (**) evdev: Video Bus: Device: "/dev/input/event11"
    [ 3822.260] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 3822.260] (--) evdev: Video Bus: Found keys
    [ 3822.260] (II) evdev: Video Bus: Configuring as keyboard
    [ 3822.260] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2f/LNXVIDEO:00/input/input11/event11"
    [ 3822.260] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
    [ 3822.260] (**) Option "xkb_rules" "evdev"
    [ 3822.260] (**) Option "xkb_model" "evdev"
    [ 3822.260] (**) Option "xkb_layout" "us"
    [ 3822.261] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
    [ 3822.261] (II) No input driver specified, ignoring this device.
    [ 3822.261] (II) This device may have been added with another device file.
    [ 3822.262] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 3822.262] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
    [ 3822.262] (II) No input driver specified, ignoring this device.
    [ 3822.262] (II) This device may have been added with another device file.
    [ 3822.263] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event7)
    [ 3822.263] (II) No input driver specified, ignoring this device.
    [ 3822.263] (II) This device may have been added with another device file.
    [ 3822.263] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event8)
    [ 3822.264] (II) No input driver specified, ignoring this device.
    [ 3822.264] (II) This device may have been added with another device file.
    [ 3822.264] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event9)
    [ 3822.264] (II) No input driver specified, ignoring this device.
    [ 3822.264] (II) This device may have been added with another device file.
    [ 3822.265] (II) config/udev: Adding input device Plantronics Plantronics GameCom 780 (/dev/input/event1)
    [ 3822.265] (**) Plantronics Plantronics GameCom 780: Applying InputClass "evdev keyboard catchall"
    [ 3822.265] (II) Using input driver 'evdev' for 'Plantronics Plantronics GameCom 780'
    [ 3822.265] (**) Plantronics Plantronics GameCom 780: always reports core events
    [ 3822.265] (**) evdev: Plantronics Plantronics GameCom 780: Device: "/dev/input/event1"
    [ 3822.265] (--) evdev: Plantronics Plantronics GameCom 780: Vendor 0x47f Product 0xc010
    [ 3822.265] (--) evdev: Plantronics Plantronics GameCom 780: Found keys
    [ 3822.265] (II) evdev: Plantronics Plantronics GameCom 780: Configuring as keyboard
    [ 3822.265] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.5/0000:19:00.0/usb2/2-2/2-2:1.3/input/input1/event1"
    [ 3822.265] (II) XINPUT: Adding extended input device "Plantronics Plantronics GameCom 780" (type: KEYBOARD, id 9)
    [ 3822.265] (**) Option "xkb_rules" "evdev"
    [ 3822.265] (**) Option "xkb_model" "evdev"
    [ 3822.265] (**) Option "xkb_layout" "us"
    [ 3822.266] (II) config/udev: Adding input device Microsoft Bluetooth Notebook Mouse 5000 (/dev/input/event14)
    [ 3822.266] (**) Microsoft Bluetooth Notebook Mouse 5000: Applying InputClass "evdev pointer catchall"
    [ 3822.266] (II) Using input driver 'evdev' for 'Microsoft Bluetooth Notebook Mouse 5000'
    [ 3822.266] (**) Microsoft Bluetooth Notebook Mouse 5000: always reports core events
    [ 3822.266] (**) evdev: Microsoft Bluetooth Notebook Mouse 5000: Device: "/dev/input/event14"
    [ 3822.267] (--) evdev: Microsoft Bluetooth Notebook Mouse 5000: Vendor 0x45e Product 0x700
    [ 3822.267] (--) evdev: Microsoft Bluetooth Notebook Mouse 5000: Found 8 mouse buttons
    [ 3822.267] (--) evdev: Microsoft Bluetooth Notebook Mouse 5000: Found scroll wheel(s)
    [ 3822.267] (--) evdev: Microsoft Bluetooth Notebook Mouse 5000: Found relative axes
    [ 3822.267] (--) evdev: Microsoft Bluetooth Notebook Mouse 5000: Found x and y relative axes
    [ 3822.267] (--) evdev: Microsoft Bluetooth Notebook Mouse 5000: Found absolute axes
    [ 3822.267] (II) evdev: Microsoft Bluetooth Notebook Mouse 5000: Forcing absolute x/y axes to exist.
    [ 3822.267] (II) evdev: Microsoft Bluetooth Notebook Mouse 5000: Configuring as mouse
    [ 3822.267] (II) evdev: Microsoft Bluetooth Notebook Mouse 5000: Adding scrollwheel support
    [ 3822.267] (**) evdev: Microsoft Bluetooth Notebook Mouse 5000: YAxisMapping: buttons 4 and 5
    [ 3822.267] (**) evdev: Microsoft Bluetooth Notebook Mouse 5000: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 3822.267] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.3/1-1.3:1.0/bluetooth/hci0/hci0:11/input14/event14"
    [ 3822.267] (II) XINPUT: Adding extended input device "Microsoft Bluetooth Notebook Mouse 5000" (type: MOUSE, id 10)
    [ 3822.267] (II) evdev: Microsoft Bluetooth Notebook Mouse 5000: initialized for relative axes.
    [ 3822.267] (WW) evdev: Microsoft Bluetooth Notebook Mouse 5000: ignoring absolute axes.
    [ 3822.267] (**) Microsoft Bluetooth Notebook Mouse 5000: (accel) keeping acceleration scheme 1
    [ 3822.268] (**) Microsoft Bluetooth Notebook Mouse 5000: (accel) acceleration profile 0
    [ 3822.268] (**) Microsoft Bluetooth Notebook Mouse 5000: (accel) acceleration factor: 2.000
    [ 3822.268] (**) Microsoft Bluetooth Notebook Mouse 5000: (accel) acceleration threshold: 4
    [ 3822.268] (II) config/udev: Adding input device Microsoft Bluetooth Notebook Mouse 5000 (/dev/input/mouse1)
    [ 3822.268] (II) No input driver specified, ignoring this device.
    [ 3822.268] (II) This device may have been added with another device file.
    [ 3822.269] (II) config/udev: Adding input device Laptop_Integrated_Webcam_2M (/dev/input/event10)
    [ 3822.269] (**) Laptop_Integrated_Webcam_2M: Applying InputClass "evdev keyboard catchall"
    [ 3822.269] (II) Using input driver 'evdev' for 'Laptop_Integrated_Webcam_2M'
    [ 3822.269] (**) Laptop_Integrated_Webcam_2M: always reports core events
    [ 3822.269] (**) evdev: Laptop_Integrated_Webcam_2M: Device: "/dev/input/event10"
    [ 3822.269] (--) evdev: Laptop_Integrated_Webcam_2M: Vendor 0xc45 Product 0x6430
    [ 3822.269] (--) evdev: Laptop_Integrated_Webcam_2M: Found keys
    [ 3822.269] (II) evdev: Laptop_Integrated_Webcam_2M: Configuring as keyboard
    [ 3822.269] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input10/event10"
    [ 3822.269] (II) XINPUT: Adding extended input device "Laptop_Integrated_Webcam_2M" (type: KEYBOARD, id 11)
    [ 3822.269] (**) Option "xkb_rules" "evdev"
    [ 3822.269] (**) Option "xkb_model" "evdev"
    [ 3822.269] (**) Option "xkb_layout" "us"
    [ 3822.270] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 3822.270] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 3822.270] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 3822.270] (**) AT Translated Set 2 keyboard: always reports core events
    [ 3822.271] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 3822.271] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 3822.271] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 3822.271] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 3822.271] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 3822.271] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
    [ 3822.271] (**) Option "xkb_rules" "evdev"
    [ 3822.271] (**) Option "xkb_model" "evdev"
    [ 3822.271] (**) Option "xkb_layout" "us"
    [ 3822.272] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event13)
    [ 3822.272] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 3822.272] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 3822.272] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 3822.272] (II) LoadModule: "synaptics"
    [ 3822.272] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 3822.273] (II) Module synaptics: vendor="X.Org Foundation"
    [ 3822.273] compiled for 1.13.1, module version = 1.6.2
    [ 3822.273] Module class: X.Org XInput Driver
    [ 3822.273] ABI class: X.Org XInput driver, version 18.0
    [ 3822.273] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 3822.273] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 3822.273] (**) Option "Device" "/dev/input/event13"
    [ 3822.306] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
    [ 3822.306] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5590
    [ 3822.306] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4582
    [ 3822.306] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 3822.306] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 3822.307] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
    [ 3822.307] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 3822.307] (**) Option "TapButton1" "1"
    [ 3822.307] (**) Option "TapButton2" "2"
    [ 3822.307] (**) Option "TapButton3" "3"
    [ 3822.307] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 3822.307] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 3822.316] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input13/event13"
    [ 3822.316] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
    [ 3822.316] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 3822.316] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
    [ 3822.316] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.038
    [ 3822.317] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 3822.317] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 3822.317] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 3822.317] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 3822.317] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 3822.318] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 3822.318] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 3822.318] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
    [ 3822.318] (II) No input driver specified, ignoring this device.
    [ 3822.318] (II) This device may have been added with another device file.
    [ 3822.319] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event5)
    [ 3822.319] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 3822.319] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
    [ 3822.320] (**) Dell WMI hotkeys: always reports core events
    [ 3822.320] (**) evdev: Dell WMI hotkeys: Device: "/dev/input/event5"
    [ 3822.320] (--) evdev: Dell WMI hotkeys: Vendor 0 Product 0
    [ 3822.320] (--) evdev: Dell WMI hotkeys: Found keys
    [ 3822.320] (II) evdev: Dell WMI hotkeys: Configuring as keyboard
    [ 3822.320] (**) Option "config_info" "udev:/sys/devices/virtual/input/input6/event5"
    [ 3822.320] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 14)
    [ 3822.320] (**) Option "xkb_rules" "evdev"
    [ 3822.320] (**) Option "xkb_model" "evdev"
    [ 3822.320] (**) Option "xkb_layout" "us"
    [ 3822.330] (II) intel(0): EDID vendor "AUO", prod id 12380
    [ 3822.330] (II) intel(0): Printing DDC gathered Modelines:
    [ 3822.330] (II) intel(0): Modeline "1366x768"x0.0 70.00 1366 1414 1446 1470 768 771 777 793 +hsync -vsync (47.6 kHz eP)
    [ 3822.715] (II) intel(0): EDID vendor "AUO", prod id 12380
    [ 3822.715] (II) intel(0): Printing DDC gathered Modelines:
    [ 3822.715] (II) intel(0): Modeline "1366x768"x0.0 70.00 1366 1414 1446 1470 768 771 777 793 +hsync -vsync (47.6 kHz eP)
    [ 3833.041] (II) intel(0): EDID vendor "AUO", prod id 12380
    [ 3833.041] (II) intel(0): Printing DDC gathered Modelines:
    [ 3833.041] (II) intel(0): Modeline "1366x768"x0.0 70.00 1366 1414 1446 1470 768 771 777 793 +hsync -vsync (47.6 kHz eP)
    [ 3833.208] (II) intel(0): EDID vendor "AUO", prod id 12380
    [ 3833.208] (II) intel(0): Printing DDC gathered Modelines:
    [ 3833.208] (II) intel(0): Modeline "1366x768"x0.0 70.00 1366 1414 1446 1470 768 771 777 793 +hsync -vsync (47.6 kHz eP)
    [ 3833.654] (II) intel(0): EDID vendor "AUO", prod id 12380
    [ 3833.654] (II) intel(0): Printing DDC gathered Modelines:
    [ 3833.654] (II) intel(0): Modeline "1366x768"x0.0 70.00 1366 1414 1446 1470 768 771 777 793 +hsync -vsync (47.6 kHz eP)
    [ 4144.113] (II) evdev: Dell WMI hotkeys: Close
    [ 4144.113] (II) UnloadModule: "evdev"
    [ 4144.113] (II) UnloadModule: "synaptics"
    [ 4144.113] (II) evdev: AT Translated Set 2 keyboard: Close
    [ 4144.113] (II) UnloadModule: "evdev"
    [ 4144.113] (II) evdev: Laptop_Integrated_Webcam_2M: Close
    [ 4144.113] (II) UnloadModule: "evdev"
    [ 4144.113] (II) evdev: Microsoft Bluetooth Notebook Mouse 5000: Close
    [ 4144.114] (II) UnloadModule: "evdev"
    [ 4144.114] (II) evdev: Plantronics Plantronics GameCom 780: Close
    [ 4144.114] (II) UnloadModule: "evdev"
    [ 4144.114] (II) evdev: Video Bus: Close
    [ 4144.114] (II) UnloadModule: "evdev"
    [ 4144.114] (II) evdev: Video Bus: Close
    [ 4144.114] (II) UnloadModule: "evdev"
    [ 4144.114] (II) evdev: Power Button: Close
    [ 4144.114] (II) UnloadModule: "evdev"
    [ 4144.870] Server terminated successfully (0). Closing log file.
    I can use optirun or primusrun I have both installed.  I have run both optirun and primusrun with the xrandr queries to see about detecting a secondary display with the Displayport or hdmi and nothing!  Any helps, tips, tricks, comments would be greatly appreciated because I am designing an Android application for my work and could use my secondary display working for more screen space.
    **EDIT #1**
    What I am currently running:
    nvidia bumblebee/primus-git driver from AUR 313.18-1 and I am going to update my git repos of lib32-primus-git and primus-git to see if that doesn't help...
    Also using 3.7.4-1-ARCH kernel.
    **EDIT #2**
    Okay so I have found out that the HDMI/VGA1 are both I guess hooked up to the GT 540M card which means that it won't show up without bumblebee/primus working.  So I have tried using the Bumblebee how-to guide on github how to setup an external secondary display and well it really didn't work well at all!
    First I did this:
    I removed from /etc/bumblebee/bumblebee.conf KeepUnusedXServer = false to = true.  I also have removed the UseEDID, and Option "AutoAddDevices" "false", from /etc/bumblebee/xorg.conf.nvidia.  Also have tried to setup an export path before running commands:
    export DISPLAY=:8 LD_LIBRARY_PATH=/usr/lib/nvidia-bumblebee:$LD_LIBRARY_PATH
    optirun -vv true
    [ 711.059889] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
    [ 711.250374] [DEBUG]optirun version 3.0.1 starting...
    [ 711.250427] [DEBUG]Active configuration:
    [ 711.250450] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
    [ 711.250457] [DEBUG] X display: :8
    [ 711.250464] [DEBUG] LD_LIBRARY_PATH: /usr/lib/nvidia-bumblebee:/usr/lib32/nvidia-bumblebee
    [ 711.250470] [DEBUG] Socket path: /var/run/bumblebee.socket
    [ 711.250476] [DEBUG] VGL Compression: proxy
    [ 711.447419] [INFO]Response: No - error: Could not load GPU driver
    [ 711.447441] [ERROR]Cannot access secondary GPU - error: Could not load GPU driver
    [ 711.447447] [DEBUG]Socket closed.
    [ 711.447463] [ERROR]Aborting because fallback start is disabled.
    [ 711.447469] [DEBUG]Killing all remaining processes.
    Last edited by adramalech (2013-01-31 20:55:47)

    Thanks, I finally find the same question here,posted a year ago.
    https://discussions.apple.com/thread/4249436?start=30&tstart=0
    But there is still no solutions today.
    Thanks God! I found a way to solve that.
    MonitorMenu-DisplaySetting--Sharpness----Set it to 0. This finally solved my problem.

  • Radeon / kms / dri problems

    Hi,
    after messing around a few days with my new arch installation (and probably every other live distro in the last few weeks),
    I'm really tired of the problems related with the open source radeon driver.
    I read the ATI guide as well as the Xorg guide, but my specific problem isn't mentioned anywhere I searched for it.
    It seems that kms isn't working with my graphics card (ATI Radeon HD3870), because none of the distro's and/or kernel versions I tried ever worked when kms was enabled. It simply "displays" a black screen, and nothing ever happens. Now I use kernel 3.2.6-2-ARCH on x86_64.
    The biggest problem isn't kms because I kind of got used to it. What bothers me most is that I get a black screen too when using the radeon driver in xorg.
    No keyboard response, no ssh possible. Not even Xorg.0.log is populated in this scenario.
    I realized that when using the vesa driver, everything is fine (except for pretty slow graphics).
    When playing around with the files in
    /etc/X11/xorg.conf.d
    and disabling dri manually, I also get to see graphics, pretty similar to the vesa driver.
    Is anybody out there with similar problems?
    Thanks in advance, any help is highly appreciated
    Greets
    joe
    20-video.conf
    Section "Device"
    Identifier "ATI Radeon HD3870"
    Driver "radeon"
    Option "AGPMode" "8" #not used when KMS is on
    Option "AGPFastWrite" "off" #could cause instabilities enable it at your own risk
    Option "SWcursor" "off" #software cursor might be necessary on some rare occasions, hence set off by default
    # Option "EnablePageFlip" "on" #supported on all R/RV/RS4xx and older hardware and set off by default
    # Option "AccelMethod" "XAA" #valid options are XAA and EXA. EXA is the newest acceleration method and its the default.
    # Option "RenderAccel" "on" #enabled by default on all radeon hardware
    # Option "ColorTiling" "on" #enabled by default on RV300 and later radeon cards.
    Option "EXAVSync" "off" #default is off, otherwise on
    # Option "EXAPixmaps" "on" #when on icreases 2D performance, but may also cause artifacts on some old cards
    Option "AccelDFS" "on" #default is off, read the radeon manpage for more information
    Option "DRI" "off"
    # Driver "vesa"
    EndSection
    dmesg output:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.2.6-2-ARCH (tobias@T-POWA-LX) (gcc version 4.6.2 20120120 (prerelease) (GCC) ) #1 SMP PREEMPT Thu Feb 16 10:10:02 CET 2012
    [ 0.000000] Command line: root=/dev/sda9 ro radeon.modeset=0 video=1280x1024
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009dc00 (usable)
    [ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 00000000dfee0000 (usable)
    [ 0.000000] BIOS-e820: 00000000dfee0000 - 00000000dfee3000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000dfee3000 - 00000000dfef0000 (ACPI data)
    [ 0.000000] BIOS-e820: 00000000dfef0000 - 00000000dff00000 (reserved)
    [ 0.000000] BIOS-e820: 00000000f0000000 - 00000000f4000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
    [ 0.000000] BIOS-e820: 0000000100000000 - 0000000120000000 (usable)
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] DMI 2.4 present.
    [ 0.000000] DMI: Gigabyte Technology Co., Ltd. P35-DS4/P35-DS4, BIOS F14 06/19/2009
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] No AGP bridge found
    [ 0.000000] last_pfn = 0x120000 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-CEFFF write-protect
    [ 0.000000] CF000-EFFFF uncachable
    [ 0.000000] F0000-FFFFF write-through
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F00000000 write-back
    [ 0.000000] 1 base 0E0000000 mask FE0000000 uncachable
    [ 0.000000] 2 base 100000000 mask FE0000000 write-back
    [ 0.000000] 3 base 0DFF00000 mask FFFF00000 uncachable
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820 update range: 00000000dff00000 - 0000000100000000 (usable) ==> (reserved)
    [ 0.000000] last_pfn = 0xdfee0 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [ffff8800000f5030] f5030
    [ 0.000000] initial memory mapped : 0 - 20000000
    [ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 20480
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000dfee0000
    [ 0.000000] 0000000000 - 00dfe00000 page 2M
    [ 0.000000] 00dfe00000 - 00dfee0000 page 4k
    [ 0.000000] kernel direct mapping tables up to dfee0000 @ 1fffa000-20000000
    [ 0.000000] init_memory_mapping: 0000000100000000-0000000120000000
    [ 0.000000] 0100000000 - 0120000000 page 2M
    [ 0.000000] kernel direct mapping tables up to 120000000 @ dfeda000-dfee0000
    [ 0.000000] RAMDISK: 37d68000 - 37ff0000
    [ 0.000000] ACPI: RSDP 00000000000f6a20 00014 (v00 GBT )
    [ 0.000000] ACPI: RSDT 00000000dfee3040 00038 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    [ 0.000000] ACPI: FACP 00000000dfee30c0 00074 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    [ 0.000000] ACPI: DSDT 00000000dfee3180 04B2A (v01 GBT GBTUACPI 00001000 MSFT 0100000C)
    [ 0.000000] ACPI: FACS 00000000dfee0000 00040
    [ 0.000000] ACPI: HPET 00000000dfee7e00 00038 (v01 GBT GBTUACPI 42302E31 GBTU 00000098)
    [ 0.000000] ACPI: MCFG 00000000dfee7e80 0003C (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    [ 0.000000] ACPI: APIC 00000000dfee7d00 00084 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    [ 0.000000] ACPI: SSDT 00000000dfee8520 003AB (v01 PmRef CpuPm 00003000 INTL 20040311)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at 0000000000000000-0000000120000000
    [ 0.000000] Initmem setup node 0 0000000000000000-0000000120000000
    [ 0.000000] NODE_DATA [000000011fffb000 - 000000011fffffff]
    [ 0.000000] [ffffea0000000000-ffffea00047fffff] PMD -> [ffff88011b600000-ffff88011f5fffff] on node 0
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] DMA32 0x00001000 -> 0x00100000
    [ 0.000000] Normal 0x00100000 -> 0x00120000
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] early_node_map[3] active PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009d
    [ 0.000000] 0: 0x00000100 -> 0x000dfee0
    [ 0.000000] 0: 0x00100000 -> 0x00120000
    [ 0.000000] On node 0 totalpages: 1048173
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 5 pages reserved
    [ 0.000000] DMA zone: 3912 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 16320 pages used for memmap
    [ 0.000000] DMA32 zone: 896800 pages, LIFO batch:31
    [ 0.000000] Normal zone: 2048 pages used for memmap
    [ 0.000000] Normal zone: 129024 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [ 0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009d000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
    [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 00000000dfee0000 - 00000000dfee3000
    [ 0.000000] PM: Registered nosave memory: 00000000dfee3000 - 00000000dfef0000
    [ 0.000000] PM: Registered nosave memory: 00000000dfef0000 - 00000000dff00000
    [ 0.000000] PM: Registered nosave memory: 00000000dff00000 - 00000000f0000000
    [ 0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000f4000000
    [ 0.000000] PM: Registered nosave memory: 00000000f4000000 - 00000000fec00000
    [ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 0000000100000000
    [ 0.000000] Allocating PCI resources starting at dff00000 (gap: dff00000:10100000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88011fc00000 s82176 r8192 d24320 u524288
    [ 0.000000] pcpu-alloc: s82176 r8192 d24320 u524288 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1029736
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: root=/dev/sda9 ro radeon.modeset=0 video=1280x1024
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 4046860k/4718592k available (4488k kernel code, 525900k absent, 145832k reserved, 4409k data, 736k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] Verbose stalled-CPUs detection is disabled.
    [ 0.000000] NR_IRQS:4352 nr_irqs:712 16
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 33554432 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.000000] Detected 2333.500 MHz processor.
    [ 0.003337] Calibrating delay loop (skipped), value calculated using timer frequency.. 4668.45 BogoMIPS (lpj=7778333)
    [ 0.003342] pid_max: default: 32768 minimum: 301
    [ 0.003369] Security Framework initialized
    [ 0.003374] AppArmor: AppArmor disabled by boot time parameter
    [ 0.003723] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.005581] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.006743] Mount-cache hash table entries: 256
    [ 0.006907] Initializing cgroup subsys cpuacct
    [ 0.006913] Initializing cgroup subsys memory
    [ 0.006922] Initializing cgroup subsys devices
    [ 0.006924] Initializing cgroup subsys freezer
    [ 0.006926] Initializing cgroup subsys net_cls
    [ 0.006928] Initializing cgroup subsys blkio
    [ 0.006963] CPU: Physical Processor ID: 0
    [ 0.006964] CPU: Processor Core ID: 0
    [ 0.006966] mce: CPU supports 6 MCE banks
    [ 0.006974] CPU0: Thermal monitoring enabled (TM2)
    [ 0.006979] using mwait in idle threads.
    [ 0.008147] ACPI: Core revision 20110623
    [ 0.010032] ftrace: allocating 17394 entries in 69 pages
    [ 0.013728] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.048079] CPU0: Intel(R) Core(TM)2 Duo CPU E6550 @ 2.33GHz stepping 0b
    [ 0.049997] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
    [ 0.049997] PEBS disabled due to CPU errata.
    [ 0.049997] ... version: 2
    [ 0.049997] ... bit width: 40
    [ 0.049997] ... generic registers: 2
    [ 0.049997] ... value mask: 000000ffffffffff
    [ 0.049997] ... max period: 000000007fffffff
    [ 0.049997] ... fixed-purpose events: 3
    [ 0.049997] ... event mask: 0000000700000003
    [ 0.066760] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.093341] Booting Node 0, Processors #1
    [ 0.093345] smpboot cpu 1: start_ip = 98000
    [ 0.190016] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.196659] Brought up 2 CPUs
    [ 0.196662] Total of 2 processors activated (9337.59 BogoMIPS).
    [ 0.198466] devtmpfs: initialized
    [ 0.200386] PM: Registering ACPI NVS region at dfee0000 (12288 bytes)
    [ 0.200743] print_constraints: dummy:
    [ 0.200790] NET: Registered protocol family 16
    [ 0.200902] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.200905] ACPI: bus type pci registered
    [ 0.200969] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
    [ 0.200972] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
    [ 0.212178] PCI: Using configuration type 1 for base access
    [ 0.212775] bio: create slab <bio-0> at 0
    [ 0.212775] ACPI: Added _OSI(Module Device)
    [ 0.212775] ACPI: Added _OSI(Processor Device)
    [ 0.212775] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.212775] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.213647] ACPI: EC: Look up EC in DSDT
    [ 0.216762] ACPI: SSDT 00000000dfee7f00 0022A (v01 PmRef Cpu0Ist 00003000 INTL 20040311)
    [ 0.216943] ACPI: Dynamic OEM Table Load:
    [ 0.216946] ACPI: SSDT (null) 0022A (v01 PmRef Cpu0Ist 00003000 INTL 20040311)
    [ 0.217044] ACPI: SSDT 00000000dfee83c0 00152 (v01 PmRef Cpu1Ist 00003000 INTL 20040311)
    [ 0.217213] ACPI: Dynamic OEM Table Load:
    [ 0.217215] ACPI: SSDT (null) 00152 (v01 PmRef Cpu1Ist 00003000 INTL 20040311)
    [ 0.217342] ACPI: Interpreter enabled
    [ 0.217346] ACPI: (supports S0 S3 S4 S5)
    [ 0.217362] ACPI: Using IOAPIC for interrupt routing
    [ 0.221381] ACPI: No dock devices found.
    [ 0.221383] HEST: Table not found.
    [ 0.221387] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.221434] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f])
    [ 0.221543] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7]
    [ 0.221546] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff]
    [ 0.221548] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.221551] pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000dffff]
    [ 0.221553] pci_root PNP0A03:00: host bridge window [mem 0xdff00000-0xfebfffff]
    [ 0.221565] pci 0000:00:00.0: [8086:29c0] type 0 class 0x000600
    [ 0.221605] pci 0000:00:01.0: [8086:29c1] type 1 class 0x000604
    [ 0.221640] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.221644] pci 0000:00:01.0: PME# disabled
    [ 0.221678] pci 0000:00:1a.0: [8086:2937] type 0 class 0x000c03
    [ 0.221716] pci 0000:00:1a.0: reg 20: [io 0xe100-0xe11f]
    [ 0.221762] pci 0000:00:1a.1: [8086:2938] type 0 class 0x000c03
    [ 0.221800] pci 0000:00:1a.1: reg 20: [io 0xe200-0xe21f]
    [ 0.221848] pci 0000:00:1a.2: [8086:2939] type 0 class 0x000c03
    [ 0.221886] pci 0000:00:1a.2: reg 20: [io 0xe000-0xe01f]
    [ 0.221936] pci 0000:00:1a.7: [8086:293c] type 0 class 0x000c03
    [ 0.221951] pci 0000:00:1a.7: reg 10: [mem 0xf8104000-0xf81043ff]
    [ 0.222032] pci 0000:00:1b.0: [8086:293e] type 0 class 0x000403
    [ 0.222046] pci 0000:00:1b.0: reg 10: [mem 0xf8100000-0xf8103fff 64bit]
    [ 0.222105] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.222109] pci 0000:00:1b.0: PME# disabled
    [ 0.222127] pci 0000:00:1c.0: [8086:2940] type 1 class 0x000604
    [ 0.222188] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.222192] pci 0000:00:1c.0: PME# disabled
    [ 0.222213] pci 0000:00:1c.4: [8086:2948] type 1 class 0x000604
    [ 0.222276] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.222279] pci 0000:00:1c.4: PME# disabled
    [ 0.222298] pci 0000:00:1c.5: [8086:294a] type 1 class 0x000604
    [ 0.222360] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [ 0.222363] pci 0000:00:1c.5: PME# disabled
    [ 0.222384] pci 0000:00:1d.0: [8086:2934] type 0 class 0x000c03
    [ 0.222422] pci 0000:00:1d.0: reg 20: [io 0xe300-0xe31f]
    [ 0.222468] pci 0000:00:1d.1: [8086:2935] type 0 class 0x000c03
    [ 0.222505] pci 0000:00:1d.1: reg 20: [io 0xe400-0xe41f]
    [ 0.222552] pci 0000:00:1d.2: [8086:2936] type 0 class 0x000c03
    [ 0.222590] pci 0000:00:1d.2: reg 20: [io 0xe500-0xe51f]
    [ 0.222640] pci 0000:00:1d.7: [8086:293a] type 0 class 0x000c03
    [ 0.222655] pci 0000:00:1d.7: reg 10: [mem 0xf8105000-0xf81053ff]
    [ 0.222732] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
    [ 0.222788] pci 0000:00:1f.0: [8086:2916] type 0 class 0x000601
    [ 0.222862] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0800 (mask 000f)
    [ 0.222866] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0290 (mask 000f)
    [ 0.222911] pci 0000:00:1f.2: [8086:2922] type 0 class 0x000106
    [ 0.222928] pci 0000:00:1f.2: reg 10: [io 0xe600-0xe607]
    [ 0.222935] pci 0000:00:1f.2: reg 14: [io 0xe700-0xe703]
    [ 0.222942] pci 0000:00:1f.2: reg 18: [io 0xe800-0xe807]
    [ 0.222949] pci 0000:00:1f.2: reg 1c: [io 0xe900-0xe903]
    [ 0.222957] pci 0000:00:1f.2: reg 20: [io 0xea00-0xea1f]
    [ 0.222964] pci 0000:00:1f.2: reg 24: [mem 0xf8106000-0xf81067ff]
    [ 0.223004] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.223008] pci 0000:00:1f.2: PME# disabled
    [ 0.223023] pci 0000:00:1f.3: [8086:2930] type 0 class 0x000c05
    [ 0.223036] pci 0000:00:1f.3: reg 10: [mem 0xf8107000-0xf81070ff 64bit]
    [ 0.223055] pci 0000:00:1f.3: reg 20: [io 0x0500-0x051f]
    [ 0.223108] pci 0000:01:00.0: [1002:9501] type 0 class 0x000300
    [ 0.223121] pci 0000:01:00.0: reg 10: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.223131] pci 0000:01:00.0: reg 18: [mem 0xf5000000-0xf500ffff 64bit]
    [ 0.223138] pci 0000:01:00.0: reg 20: [io 0xb000-0xb0ff]
    [ 0.223150] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    [ 0.223178] pci 0000:01:00.0: supports D1 D2
    [ 0.223196] pci 0000:01:00.1: [1002:aa18] type 0 class 0x000403
    [ 0.223208] pci 0000:01:00.1: reg 10: [mem 0xf5010000-0xf5013fff 64bit]
    [ 0.223261] pci 0000:01:00.1: supports D1 D2
    [ 0.223289] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.223292] pci 0000:00:01.0: bridge window [io 0xb000-0xbfff]
    [ 0.223295] pci 0000:00:01.0: bridge window [mem 0xf4000000-0xf5ffffff]
    [ 0.223299] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.223343] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    [ 0.223347] pci 0000:00:1c.0: bridge window [io 0xa000-0xafff]
    [ 0.223404] pci 0000:03:00.0: [197b:2363] type 0 class 0x000101
    [ 0.223487] pci 0000:03:00.0: reg 24: [mem 0xf8000000-0xf8001fff]
    [ 0.223547] pci 0000:03:00.0: PME# supported from D3hot
    [ 0.223552] pci 0000:03:00.0: PME# disabled
    [ 0.223580] pci 0000:03:00.1: [197b:2363] type 0 class 0x000101
    [ 0.223602] pci 0000:03:00.1: reg 10: [io 0xc000-0xc007]
    [ 0.223616] pci 0000:03:00.1: reg 14: [io 0xc100-0xc103]
    [ 0.223629] pci 0000:03:00.1: reg 18: [io 0xc200-0xc207]
    [ 0.223642] pci 0000:03:00.1: reg 1c: [io 0xc300-0xc303]
    [ 0.223655] pci 0000:03:00.1: reg 20: [io 0xc400-0xc40f]
    [ 0.223733] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.223746] pci 0000:00:1c.4: PCI bridge to [bus 03-03]
    [ 0.223750] pci 0000:00:1c.4: bridge window [io 0xc000-0xcfff]
    [ 0.223753] pci 0000:00:1c.4: bridge window [mem 0xf8000000-0xf80fffff]
    [ 0.223813] pci 0000:04:00.0: [10ec:8168] type 0 class 0x000200
    [ 0.223831] pci 0000:04:00.0: reg 10: [io 0xd000-0xd0ff]
    [ 0.223860] pci 0000:04:00.0: reg 18: [mem 0xf7000000-0xf7000fff 64bit]
    [ 0.223895] pci 0000:04:00.0: reg 30: [mem 0x00000000-0x0000ffff pref]
    [ 0.223970] pci 0000:04:00.0: supports D1 D2
    [ 0.223972] pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
    [ 0.223978] pci 0000:04:00.0: PME# disabled
    [ 0.223999] pci 0000:04:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.224008] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
    [ 0.224012] pci 0000:00:1c.5: bridge window [io 0xd000-0xdfff]
    [ 0.224015] pci 0000:00:1c.5: bridge window [mem 0xf6000000-0xf7ffffff]
    [ 0.224072] pci 0000:00:1e.0: PCI bridge to [bus 05-05] (subtractive decode)
    [ 0.224076] pci 0000:00:1e.0: bridge window [io 0x9000-0x9fff]
    [ 0.224083] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.224085] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.224088] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.224090] pci 0000:00:1e.0: bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
    [ 0.224093] pci 0000:00:1e.0: bridge window [mem 0xdff00000-0xfebfffff] (subtractive decode)
    [ 0.224112] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.224186] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
    [ 0.224217] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4._PRT]
    [ 0.224253] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX5._PRT]
    [ 0.224279] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
    [ 0.224356] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.224359] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
    [ 0.224361] ACPI _OSC control for PCIe not granted, disabling ASPM
    [ 0.232086] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 11 12 14 *15)
    [ 0.232131] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
    [ 0.232172] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
    [ 0.232212] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
    [ 0.232252] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
    [ 0.232293] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 9 10 11 12 14 15)
    [ 0.232333] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 7 9 10 11 *12 14 15)
    [ 0.232373] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 9 10 11 12 *14 15)
    [ 0.232459] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.232459] vgaarb: loaded
    [ 0.232459] vgaarb: bridge control possible 0000:01:00.0
    [ 0.232459] PCI: Using ACPI for IRQ routing
    [ 0.233794] PCI: pci_cache_line_size set to 64 bytes
    [ 0.233868] reserve RAM buffer: 000000000009dc00 - 000000000009ffff
    [ 0.233871] reserve RAM buffer: 00000000dfee0000 - 00000000dfffffff
    [ 0.233976] NetLabel: Initializing
    [ 0.233978] NetLabel: domain hash size = 128
    [ 0.233980] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.233992] NetLabel: unlabeled traffic allowed by default
    [ 0.234004] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    [ 0.234008] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    [ 0.234013] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    [ 0.243422] Switching to clocksource hpet
    [ 0.249909] pnp: PnP ACPI init
    [ 0.249926] ACPI: bus type pnp registered
    [ 0.250024] pnp 00:00: [bus 00-3f]
    [ 0.250026] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.250029] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.250031] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.250033] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.250035] pnp 00:00: [mem 0x000c0000-0x000dffff window]
    [ 0.250037] pnp 00:00: [mem 0xdff00000-0xfebfffff window]
    [ 0.250100] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
    [ 0.250165] pnp 00:01: [io 0x0010-0x001f]
    [ 0.250167] pnp 00:01: [io 0x0022-0x003f]
    [ 0.250169] pnp 00:01: [io 0x0044-0x005f]
    [ 0.250171] pnp 00:01: [io 0x0062-0x0063]
    [ 0.250173] pnp 00:01: [io 0x0065-0x006f]
    [ 0.250174] pnp 00:01: [io 0x0074-0x007f]
    [ 0.250176] pnp 00:01: [io 0x0091-0x0093]
    [ 0.250178] pnp 00:01: [io 0x00a2-0x00bf]
    [ 0.250179] pnp 00:01: [io 0x00e0-0x00ef]
    [ 0.250181] pnp 00:01: [io 0x04d0-0x04d1]
    [ 0.250183] pnp 00:01: [io 0x0290-0x029f]
    [ 0.250184] pnp 00:01: [io 0x0800-0x087f]
    [ 0.250186] pnp 00:01: [io 0x0290-0x0294]
    [ 0.250188] pnp 00:01: [io 0x0880-0x088f]
    [ 0.250255] system 00:01: [io 0x04d0-0x04d1] has been reserved
    [ 0.250258] system 00:01: [io 0x0290-0x029f] has been reserved
    [ 0.250260] system 00:01: [io 0x0800-0x087f] has been reserved
    [ 0.250263] system 00:01: [io 0x0290-0x0294] has been reserved
    [ 0.250265] system 00:01: [io 0x0880-0x088f] has been reserved
    [ 0.250268] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.250279] pnp 00:02: [dma 4]
    [ 0.250281] pnp 00:02: [io 0x0000-0x000f]
    [ 0.250283] pnp 00:02: [io 0x0080-0x0090]
    [ 0.250285] pnp 00:02: [io 0x0094-0x009f]
    [ 0.250287] pnp 00:02: [io 0x00c0-0x00df]
    [ 0.250321] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.250365] pnp 00:03: [irq 0 disabled]
    [ 0.250376] pnp 00:03: [irq 8]
    [ 0.250378] pnp 00:03: [mem 0xfed00000-0xfed003ff]
    [ 0.250411] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.250434] pnp 00:04: [io 0x0070-0x0073]
    [ 0.250467] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.250475] pnp 00:05: [io 0x0061]
    [ 0.250505] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.250516] pnp 00:06: [io 0x00f0-0x00ff]
    [ 0.250521] pnp 00:06: [irq 13]
    [ 0.250554] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.250652] pnp 00:07: [io 0x03f0-0x03f5]
    [ 0.250654] pnp 00:07: [io 0x03f7]
    [ 0.250659] pnp 00:07: [irq 6]
    [ 0.250661] pnp 00:07: [dma 2]
    [ 0.250707] pnp 00:07: Plug and Play ACPI device, IDs PNP0700 (active)
    [ 0.250839] pnp 00:08: [io 0x03f8-0x03ff]
    [ 0.250844] pnp 00:08: [irq 4]
    [ 0.250906] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.251051] pnp 00:09: [io 0x0378-0x037f]
    [ 0.251057] pnp 00:09: [irq 7]
    [ 0.251106] pnp 00:09: Plug and Play ACPI device, IDs PNP0400 (active)
    [ 0.251179] pnp 00:0a: [io 0x0060]
    [ 0.251181] pnp 00:0a: [io 0x0064]
    [ 0.251186] pnp 00:0a: [irq 1]
    [ 0.251221] pnp 00:0a: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.251248] pnp 00:0b: [io 0x0400-0x04bf]
    [ 0.251299] system 00:0b: [io 0x0400-0x04bf] has been reserved
    [ 0.251302] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.251455] pnp 00:0c: [mem 0xf0000000-0xf3ffffff]
    [ 0.251513] system 00:0c: [mem 0xf0000000-0xf3ffffff] has been reserved
    [ 0.251517] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.251644] pnp 00:0d: [mem 0x000d2a00-0x000d3fff]
    [ 0.251646] pnp 00:0d: [mem 0x000f0000-0x000f7fff]
    [ 0.251648] pnp 00:0d: [mem 0x000f8000-0x000fbfff]
    [ 0.251649] pnp 00:0d: [mem 0x000fc000-0x000fffff]
    [ 0.251651] pnp 00:0d: [mem 0xdfee0000-0xdfefffff]
    [ 0.251653] pnp 00:0d: [mem 0x00000000-0x0009ffff]
    [ 0.251655] pnp 00:0d: [mem 0x00100000-0xdfedffff]
    [ 0.251657] pnp 00:0d: [mem 0xfec00000-0xfec00fff]
    [ 0.251659] pnp 00:0d: [mem 0xfed10000-0xfed1dfff]
    [ 0.251663] pnp 00:0d: [mem 0xfed20000-0xfed8ffff]
    [ 0.251665] pnp 00:0d: [mem 0xfee00000-0xfee00fff]
    [ 0.251667] pnp 00:0d: [mem 0xffb00000-0xffb7ffff]
    [ 0.251669] pnp 00:0d: [mem 0xfff00000-0xffffffff]
    [ 0.251671] pnp 00:0d: [mem 0x000e0000-0x000effff]
    [ 0.251735] system 00:0d: [mem 0x000d2a00-0x000d3fff] has been reserved
    [ 0.251738] system 00:0d: [mem 0x000f0000-0x000f7fff] could not be reserved
    [ 0.251741] system 00:0d: [mem 0x000f8000-0x000fbfff] could not be reserved
    [ 0.251743] system 00:0d: [mem 0x000fc000-0x000fffff] could not be reserved
    [ 0.251746] system 00:0d: [mem 0xdfee0000-0xdfefffff] could not be reserved
    [ 0.251749] system 00:0d: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.251751] system 00:0d: [mem 0x00100000-0xdfedffff] could not be reserved
    [ 0.251754] system 00:0d: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.251756] system 00:0d: [mem 0xfed10000-0xfed1dfff] has been reserved
    [ 0.251759] system 00:0d: [mem 0xfed20000-0xfed8ffff] has been reserved
    [ 0.251761] system 00:0d: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.251764] system 00:0d: [mem 0xffb00000-0xffb7ffff] has been reserved
    [ 0.251766] system 00:0d: [mem 0xfff00000-0xffffffff] has been reserved
    [ 0.251769] system 00:0d: [mem 0x000e0000-0x000effff] has been reserved
    [ 0.251772] system 00:0d: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.251789] pnp 00:0e: [mem 0xffb80000-0xffbfffff]
    [ 0.251833] pnp 00:0e: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.251839] pnp: PnP ACPI: found 15 devices
    [ 0.251840] ACPI: ACPI bus type pnp unregistered
    [ 0.258732] PCI: max bus depth: 1 pci_try_num: 2
    [ 0.258768] pci 0000:00:1c.5: BAR 15: assigned [mem 0xdff00000-0xdfffffff pref]
    [ 0.258772] pci 0000:00:1c.5: BAR 15: assigned [mem 0xf8200000-0xf84fffff pref]
    [ 0.258777] pci 0000:00:1c.4: BAR 15: assigned [mem 0xf8500000-0xf86fffff 64bit pref]
    [ 0.258781] pci 0000:00:1c.0: BAR 14: assigned [mem 0xf8700000-0xf88fffff]
    [ 0.258785] pci 0000:00:1c.0: BAR 15: assigned [mem 0xf8900000-0xf8afffff 64bit pref]
    [ 0.258789] pci 0000:01:00.0: BAR 6: assigned [mem 0xf4000000-0xf401ffff pref]
    [ 0.258792] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.258794] pci 0000:00:01.0: bridge window [io 0xb000-0xbfff]
    [ 0.258798] pci 0000:00:01.0: bridge window [mem 0xf4000000-0xf5ffffff]
    [ 0.258801] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.258805] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    [ 0.258807] pci 0000:00:1c.0: bridge window [io 0xa000-0xafff]
    [ 0.258812] pci 0000:00:1c.0: bridge window [mem 0xf8700000-0xf88fffff]
    [ 0.258815] pci 0000:00:1c.0: bridge window [mem 0xf8900000-0xf8afffff 64bit pref]
    [ 0.258821] pci 0000:00:1c.4: PCI bridge to [bus 03-03]
    [ 0.258824] pci 0000:00:1c.4: bridge window [io 0xc000-0xcfff]
    [ 0.258828] pci 0000:00:1c.4: bridge window [mem 0xf8000000-0xf80fffff]
    [ 0.258832] pci 0000:00:1c.4: bridge window [mem 0xf8500000-0xf86fffff 64bit pref]
    [ 0.258838] pci 0000:04:00.0: BAR 6: assigned [mem 0xf8200000-0xf820ffff pref]
    [ 0.258840] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
    [ 0.258843] pci 0000:00:1c.5: bridge window [io 0xd000-0xdfff]
    [ 0.258847] pci 0000:00:1c.5: bridge window [mem 0xf6000000-0xf7ffffff]
    [ 0.258851] pci 0000:00:1c.5: bridge window [mem 0xf8200000-0xf84fffff pref]
    [ 0.258856] pci 0000:00:1e.0: PCI bridge to [bus 05-05]
    [ 0.258859] pci 0000:00:1e.0: bridge window [io 0x9000-0x9fff]
    [ 0.258877] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.258881] pci 0000:00:01.0: setting latency timer to 64
    [ 0.258887] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.258890] pci 0000:00:1c.0: setting latency timer to 64
    [ 0.258896] pci 0000:00:1c.4: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.258900] pci 0000:00:1c.4: setting latency timer to 64
    [ 0.258908] pci 0000:00:1c.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 0.258912] pci 0000:00:1c.5: setting latency timer to 64
    [ 0.258917] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.258921] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.258923] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.258925] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.258928] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff]
    [ 0.258930] pci_bus 0000:00: resource 8 [mem 0xdff00000-0xfebfffff]
    [ 0.258932] pci_bus 0000:01: resource 0 [io 0xb000-0xbfff]
    [ 0.258934] pci_bus 0000:01: resource 1 [mem 0xf4000000-0xf5ffffff]
    [ 0.258937] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.258939] pci_bus 0000:02: resource 0 [io 0xa000-0xafff]
    [ 0.258941] pci_bus 0000:02: resource 1 [mem 0xf8700000-0xf88fffff]
    [ 0.258943] pci_bus 0000:02: resource 2 [mem 0xf8900000-0xf8afffff 64bit pref]
    [ 0.258945] pci_bus 0000:03: resource 0 [io 0xc000-0xcfff]
    [ 0.258947] pci_bus 0000:03: resource 1 [mem 0xf8000000-0xf80fffff]
    [ 0.258950] pci_bus 0000:03: resource 2 [mem 0xf8500000-0xf86fffff 64bit pref]
    [ 0.258952] pci_bus 0000:04: resource 0 [io 0xd000-0xdfff]
    [ 0.258954] pci_bus 0000:04: resource 1 [mem 0xf6000000-0xf7ffffff]
    [ 0.258956] pci_bus 0000:04: resource 2 [mem 0xf8200000-0xf84fffff pref]
    [ 0.258958] pci_bus 0000:05: resource 0 [io 0x9000-0x9fff]
    [ 0.258961] pci_bus 0000:05: resource 4 [io 0x0000-0x0cf7]
    [ 0.258963] pci_bus 0000:05: resource 5 [io 0x0d00-0xffff]
    [ 0.258965] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.258967] pci_bus 0000:05: resource 7 [mem 0x000c0000-0x000dffff]
    [ 0.258969] pci_bus 0000:05: resource 8 [mem 0xdff00000-0xfebfffff]
    [ 0.259005] NET: Registered protocol family 2
    [ 0.259137] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.260130] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [ 0.263890] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.264389] TCP: Hash tables configured (established 524288 bind 65536)
    [ 0.264391] TCP reno registered
    [ 0.264400] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.264438] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.264577] NET: Registered protocol family 1
    [ 0.264739] pci 0000:01:00.0: Boot video device
    [ 0.264751] PCI: CLS 32 bytes, default 64
    [ 0.264806] Unpacking initramfs...
    [ 0.302179] Freeing initrd memory: 2592k freed
    [ 0.302879] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.302883] Placing 64MB software IO TLB between ffff8800dbeda000 - ffff8800dfeda000
    [ 0.302885] software IO TLB at phys 0xdbeda000 - 0xdfeda000
    [ 0.303306] audit: initializing netlink socket (disabled)
    [ 0.303320] type=2000 audit(1329768309.299:1): initialized
    [ 0.315130] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.338613] VFS: Disk quotas dquot_6.5.2
    [ 0.338676] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.338772] msgmni has been set to 7909
    [ 0.338940] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 0.338964] io scheduler noop registered
    [ 0.338966] io scheduler deadline registered
    [ 0.339000] io scheduler cfq registered (default)
    [ 0.339111] pcieport 0000:00:01.0: setting latency timer to 64
    [ 0.339140] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.339187] pcieport 0000:00:1c.0: setting latency timer to 64
    [ 0.339219] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
    [ 0.339274] pcieport 0000:00:1c.4: setting latency timer to 64
    [ 0.339307] pcieport 0000:00:1c.4: irq 42 for MSI/MSI-X
    [ 0.339360] pcieport 0000:00:1c.5: setting latency timer to 64
    [ 0.339392] pcieport 0000:00:1c.5: irq 43 for MSI/MSI-X
    [ 0.339554] intel_idle: MWAIT substates: 0x220
    [ 0.339556] intel_idle: does not run on family 6 model 15
    [ 0.339588] ERST: Table is not found!
    [ 0.339589] GHES: HEST is not enabled!
    [ 0.339655] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.360148] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.490595] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.523556] Linux agpgart interface v0.103
    [ 0.523632] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
    [ 0.523634] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
    [ 0.523753] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.523858] mousedev: PS/2 mouse device common for all mice
    [ 0.523920] rtc_cmos 00:04: RTC can wake from S4
    [ 0.524016] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
    [ 0.524040] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
    [ 0.524049] cpuidle: using governor ladder
    [ 0.524051] cpuidle: using governor menu
    [ 0.524260] TCP cubic registered
    [ 0.524381] NET: Registered protocol family 10
    [ 0.524806] NET: Registered protocol family 17
    [ 0.524810] Registering the dns_resolver key type
    [ 0.524938] PM: Hibernation image not present or could not be loaded.
    [ 0.524943] registered taskstats version 1
    [ 0.536057] rtc_cmos 00:04: setting system clock to 2012-02-20 20:05:09 UTC (1329768309)
    [ 0.536101] Initializing network drop monitor service
    [ 0.537405] Freeing unused kernel memory: 736k freed
    [ 0.537530] Write protecting the kernel read-only data: 8192k
    [ 0.542868] Freeing unused kernel memory: 1636k freed
    [ 0.545368] Freeing unused kernel memory: 660k freed
    [ 0.552316] udevd[37]: starting version 181
    [ 0.562725] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.586477] usbcore: registered new interface driver usbfs
    [ 0.586503] usbcore: registered new interface driver hub
    [ 0.586559] usbcore: registered new device driver usb
    [ 0.589654] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.589690] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 0.589716] ehci_hcd 0000:00:1a.7: setting latency timer to 64
    [ 0.589719] ehci_hcd 0000:00:1a.7: EHCI Host Controller
    [ 0.589752] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
    [ 0.592343] uhci_hcd: USB Universal Host Controller Interface driver
    [ 0.593681] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
    [ 0.593700] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xf8104000
    [ 0.597428] SCSI subsystem initialized
    [ 0.605223] libata version 3.00 loaded.
    [ 0.606703] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    [ 0.606886] hub 1-0:1.0: USB hub found
    [ 0.606891] hub 1-0:1.0: 6 ports detected
    [ 0.606992] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [ 0.607019] ehci_hcd 0000:00:1d.7: setting latency timer to 64
    [ 0.607023] ehci_hcd 0000:00:1d.7: EHCI Host Controller
    [ 0.607032] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
    [ 0.610951] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
    [ 0.610968] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf8105000
    [ 0.617006] pata_acpi 0000:03:00.1: enabling device (0000 -> 0001)
    [ 0.617013] pata_acpi 0000:03:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 0.617040] pata_acpi 0000:03:00.1: setting latency timer to 64
    [ 0.617052] pata_acpi 0000:03:00.1: PCI INT B disabled
    [ 0.617278] pata_jmicron 0000:03:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 0.617298] pata_jmicron 0000:03:00.1: setting latency timer to 64
    [ 0.617744] scsi0 : pata_jmicron
    [ 0.617828] scsi1 : pata_jmicron
    [ 0.618265] ata1: PATA max UDMA/100 cmd 0xc000 ctl 0xc100 bmdma 0xc400 irq 17
    [ 0.618268] ata2: PATA max UDMA/100 cmd 0xc200 ctl 0xc300 bmdma 0xc408 irq 17
    [ 0.623351] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 0.623510] hub 2-0:1.0: USB hub found
    [ 0.623514] hub 2-0:1.0: 6 ports detected
    [ 0.624287] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.624294] uhci_hcd 0000:00:1a.0: setting latency timer to 64
    [ 0.624297] uhci_hcd 0000:00:1a.0: UHCI Host Controller
    [ 0.624313] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    [ 0.624345] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000e100
    [ 0.624476] hub 3-0:1.0: USB hub found
    [ 0.624480] hub 3-0:1.0: 2 ports detected
    [ 0.624556] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
    [ 0.624562] uhci_hcd 0000:00:1a.1: setting latency timer to 64
    [ 0.624565] uhci_hcd 0000:00:1a.1: UHCI Host Controller
    [ 0.624572] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
    [ 0.624599] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000e200
    [ 0.624720] hub 4-0:1.0: USB hub found
    [ 0.624724] hub 4-0:1.0: 2 ports detected
    [ 0.624794] uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 0.624799] uhci_hcd 0000:00:1a.2: setting latency timer to 64
    [ 0.624802] uhci_hcd 0000:00:1a.2: UHCI Host Controller
    [ 0.624811] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
    [ 0.624831] uhci_hcd 0000:00:1a.2: irq 18, io base 0x0000e000
    [ 0.624951] hub 5-0:1.0: USB hub found
    [ 0.624955] hub 5-0:1.0: 2 ports detected
    [ 0.625023] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [ 0.625028] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 0.625031] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 0.625038] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
    [ 0.625059] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000e300
    [ 0.625179] hub 6-0:1.0: USB hub found
    [ 0.625183] hub 6-0:1.0: 2 ports detected
    [ 0.625254] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 0.625259] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    [ 0.625262] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 0.625269] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
    [ 0.625297] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000e400
    [ 0.625418] hub 7-0:1.0: USB hub found
    [ 0.625421] hub 7-0:1.0: 2 ports detected
    [ 0.625490] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 0.625495] uhci_hcd 0000:00:1d.2: setting latency timer to 64
    [ 0.625498] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 0.625506] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
    [ 0.625527] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000e500
    [ 0.625645] hub 8-0:1.0: USB hub found
    [ 0.625649] hub 8-0:1.0: 2 ports detected
    [ 0.625725] ahci 0000:00:1f.2: version 3.0
    [ 0.625733] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 0.625778] ahci 0000:00:1f.2: irq 44 for MSI/MSI-X
    [ 0.625816] ahci: SSS flag set, parallel bus scan disabled
    [ 0.625848] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
    [ 0.625852] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pmp pio slum part ccc ems
    [ 0.625856] ahci 0000:00:1f.2: setting latency timer to 64
    [ 0.657359] scsi2 : ahci
    [ 0.657437] scsi3 : ahci
    [ 0.657507] scsi4 : ahci
    [ 0.657578] scsi5 : ahci
    [ 0.657650] scsi6 : ahci
    [ 0.657718] scsi7 : ahci
    [ 0.657853] ata3: SATA max UDMA/133 abar m2048@0xf8106000 port 0xf8106100 irq 44
    [ 0.657857] ata4: SATA max UDMA/133 abar m2048@0xf8106000 port 0xf8106180 irq 44
    [ 0.657859] ata5: SATA max UDMA/133 abar m2048@0xf8106000 port 0xf8106200 irq 44
    [ 0.657862] ata6: SATA max UDMA/133 abar m2048@0xf8106000 port 0xf8106280 irq 44
    [ 0.657865] ata7: SATA max UDMA/133 abar m2048@0xf8106000 port 0xf8106300 irq 44
    [ 0.657867] ata8: SATA max UDMA/133 abar m2048@0xf8106000 port 0xf8106380 irq 44
    [ 0.657896] ahci 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.670048] ahci 0000:03:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
    [ 0.670053] ahci 0000:03:00.0: flags: 64bit ncq pm led clo pmp pio slum part
    [ 0.670059] ahci 0000:03:00.0: setting latency timer to 64
    [ 0.670494] scsi8 : ahci
    [ 0.670788] scsi9 : ahci
    [ 0.670874] ata9: SATA max UDMA/133 abar m8192@0xf8000000 port 0xf8000100 irq 16
    [ 0.670878] ata10: SATA max UDMA/133 abar m8192@0xf8000000 port 0xf8000180 irq 16
    [ 0.966690] usb 2-3: new high-speed USB device number 2 using ehci_hcd
    [ 0.983370] ata10: SATA link down (SStatus 0 SControl 300)
    [ 0.990049] ata9: SATA link down (SStatus 0 SControl 300)
    [ 1.140041] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.151383] ata3.00: ATA-8: WDC WD3200AAKS-00VYA0, 12.01B02, max UDMA/133
    [ 1.151387] ata3.00: 625142448 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
    [ 1.152173] ata3.00: configured for UDMA/133
    [ 1.152297] scsi 2:0:0:0: Direct-Access ATA WDC WD3200AAKS-0 12.0 PQ: 0 ANSI: 5
    [ 1.303358] Refined TSC clocksource calibration: 2333.333 MHz.
    [ 1.303363] Switching to clocksource tsc
    [ 1.423352] usb 3-1: new low-speed USB device number 2 using uhci_hcd
    [ 1.636760] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.638730] ata4.00: ATAPI: PIONEER DVD-RW DVR-216D, 1.09, max UDMA/66
    [ 1.640744] ata4.00: configured for UDMA/66 (SET_XFERMODE skipped)
    [ 1.652637] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.0/input/input1
    [ 1.652719] generic-usb 0003:046D:C518.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1a.0-1/input0
    [ 1.682469] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.1/input/input2
    [ 1.682581] generic-usb 0003:046D:C518.0002: input,hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1a.0-1/input1
    [ 1.682660] usbcore: registered new interface driver usbhid
    [ 1.682662] usbhid: USB HID core driver
    [ 1.703319] scsi 3:0:0:0: CD-ROM PIONEER DVD-RW DVR-216D 1.09 PQ: 0 ANSI: 5
    [ 1.833356] usb 8-2: new full-speed USB device number 2 using uhci_hcd
    [ 2.190031] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 2.190225] ata5.00: ATAPI: PLEXTOR DVDR PX-880SA, 1.12, max UDMA/100
    [ 2.190887] ata5.00: configured for UDMA/100
    [ 2.192517] scsi 4:0:0:0: CD-ROM PLEXTOR DVDR PX-880SA 1.12 PQ: 0 ANSI: 5
    [ 2.676695] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 2.676900] ata6.00: ATAPI: ATAPI iHAS524 A, BL2J, max UDMA/100
    [ 2.677593] ata6.00: configured for UDMA/100
    [ 2.679182] scsi 5:0:0:0: CD-ROM ATAPI iHAS524 A BL2J PQ: 0 ANSI: 5
    [ 2.996691] ata7: SATA link down (SStatus 0 SControl 300)
    [ 3.316691] ata8: SATA link down (SStatus 0 SControl 300)
    [ 3.323729] sd 2:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    [ 3.323777] sd 2:0:0:0: [sda] Write Protect is off
    [ 3.323780] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 3.323800] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 3.386721] sda: sda1 sda2 sda3 < sda5 sda6 sda7 sda8 sda9 >
    [ 3.387247] sd 2:0:0:0: [sda] Attached SCSI disk
    [ 3.556655] sr0: scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda tray
    [ 3.556658] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 3.556876] sr 3:0:0:0: Attached scsi CD-ROM sr0
    [ 3.560147] sr1: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 3.560302] sr 4:0:0:0: Attached scsi CD-ROM sr1
    [ 3.563594] sr2: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 3.564247] sr 5:0:0:0: Attached scsi CD-ROM sr2
    [ 4.070817] EXT4-fs (sda9): mounted filesystem with ordered data mode. Opts: (null)
    [ 5.358476] udevd[175]: starting version 181
    [ 5.474506] lp: driver loaded but no devices found
    [ 5.475629] IT8718 SuperIO detected.
    [ 5.475878] parport_pc 00:09: reported by Plug and Play ACPI
    [ 5.475918] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
    [ 5.477334] parport0: Printer, Brother HL-1030 series
    [ 5.477416] lp0: using parport0 (interrupt-driven).
    [ 5.517688] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
    [ 5.517695] ACPI: Power Button [PWRB]
    [ 5.517765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 5.517769] ACPI: Power Button [PWRF]
    [ 5.551233] WARNING! power/level is deprecated; use power/control instead
    [ 5.564973] Floppy drive(s): fd0 is 1.44M
    [ 5.571097] ppdev: user-space parallel port driver
    [ 5.580334] FDC 0 is a post-1991 82077
    [ 5.595497] input: PC Speaker as /devices/platform/pcspkr/input/input5
    [ 5.606414] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 5.643249] Bluetooth: Core ver 2.16
    [ 5.643265] NET: Registered protocol family 31
    [ 5.643267] Bluetooth: HCI device and connection manager initialized
    [ 5.643270] Bluetooth: HCI socket layer initialized
    [ 5.643271] Bluetooth: L2CAP socket layer initialized
    [ 5.643277] Bluetooth: SCO socket layer initialized
    [ 5.644168] Bluetooth: Generic Bluetooth USB driver ver 0.6
    [ 5.644419] usbcore: registered new interface driver btusb
    [ 5.652026] iTCO_vendor_support: vendor-support=0
    [ 5.709504] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
    [ 5.709631] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
    [ 5.727686] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 5.727705] r8169 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [ 5.727734] r8169 0000:04:00.0: setting latency timer to 64
    [ 5.727800] r8169 0000:04:00.0: irq 45 for MSI/MSI-X
    [ 5.728211] r8169 0000:04:00.0: eth0: RTL8168b/8111b at 0xffffc90000640000, 00:1a:4d:50:f7:57, XID 18000000 IRQ 45
    [ 5.728214] r8169 0000:04:00.0: eth0: jumbo features [frames: 4080 bytes, tx checksumming: ko]
    [ 5.747940] [drm] Initialized drm 1.1.0 20060810
    [ 5.777332] pci 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 5.777338] pci 0000:01:00.0: setting latency timer to 64
    [ 5.777490] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 5.777492] [drm] No driver support for vblank timestamp query.
    [ 5.777495] [drm] Initialized radeon 1.33.0 20080528 for 0000:01:00.0 on minor 0
    [ 5.851806] snd_hda_intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    [ 5.851809] hda_intel: position_fix set to 1 for device 1458:a022
    [ 5.851863] snd_hda_intel 0000:00:1b.0: irq 46 for MSI/MSI-X
    [ 5.851886] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
    [ 6.013524] hda_codec: ALC889A: BIOS auto-probing.
    [ 6.029368] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
    [ 6.030255] snd_hda_intel 0000:01:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 6.030332] snd_hda_intel 0000:01:00.1: irq 47 for MSI/MSI-X
    [ 6.030369] snd_hda_intel 0000:01:00.1: setting latency timer to 64
    [ 6.088913] HDMI status: Codec=0 Pin=3 Presence_Detect=0 ELD_Valid=0
    [ 6.089067] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input7
    [ 7.446383] EXT4-fs (sda9): re-mounted. Opts: (null)
    [ 7.545273] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
    [ 7.566720] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
    [ 7.701158] Adding 7823616k swap on /dev/sda7. Priority:-1 extents:1 across:7823616k
    [ 9.038265] r8169 0000:04:00.0: eth0: link down
    [ 9.038272] r8169 0000:04:00.0: eth0: link down
    [ 9.038715] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 11.413267] r8169 0000:04:00.0: eth0: link up
    [ 11.413793] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 19.706297] FS-Cache: Loaded
    [ 19.723537] RPC: Registered named UNIX socket transport module.
    [ 19.723540] RPC: Registered udp transport module.
    [ 19.723542] RPC: Registered tcp transport module.
    [ 19.723543] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 19.751238] FS-Cache: Netfs 'nfs' registered for caching
    [ 21.883339] eth0: no IPv6 routers present
    [ 34.718456] EXT4-fs (sda9): re-mounted. Opts: commit=0
    [ 35.061809] EXT4-fs (sda6): re-mounted. Opts: commit=0
    [ 35.717036] EXT4-fs (sda5): re-mounted. Opts: commit=0
    [ 54.909473] hda-intel: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.
    Xorg.0.log ("working one" with dri disabled):
    [ 20.695]
    X.Org X Server 1.11.4
    Release Date: 2012-01-27
    [ 20.713] X Protocol Version 11, Revision 0
    [ 20.713] Build Operating System: Linux 3.2.2-1-ARCH x86_64
    [ 20.713] Current Operating System: Linux noejoe-Desktop 3.2.6-2-ARCH #1 SMP PREEMPT Thu Feb 16 10:10:02 CET 2012 x86_64
    [ 20.713] Kernel command line: root=/dev/sda9 ro radeon.modeset=0 video=1280x1024
    [ 20.713] Build Date: 29 January 2012 03:38:00PM
    [ 20.713]
    [ 20.713] Current version of pixman: 0.24.4
    [ 20.713] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 20.713] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 20.713] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Feb 20 20:05:29 2012
    [ 20.755] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 20.772] (==) No Layout section. Using the first Screen section.
    [ 20.772] (==) No screen section available. Using defaults.
    [ 20.772] (**) |-->Screen "Default Screen Section" (0)
    [ 20.772] (**) | |-->Monitor "<default monitor>"
    [ 20.773] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 20.773] (**) | |-->Device "ATI Radeon HD3870"
    [ 20.773] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 20.773] (==) Automatically adding devices
    [ 20.773] (==) Automatically enabling devices
    [ 20.808] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 20.808] Entry deleted from font path.
    [ 20.808] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 20.808] Entry deleted from font path.
    [ 20.808] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 20.808] Entry deleted from font path.
    [ 20.808] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 20.808] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 20.808] Entry deleted from font path.
    [ 20.808] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 20.808] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 20.808] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 20.808] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 20.808] (II) Loader magic: 0x7ccae0
    [ 20.808] (II) Module ABI versions:
    [ 20.808] X.Org ANSI C Emulation: 0.4
    [ 20.808] X.Org Video Driver: 11.0
    [ 20.808] X.Org XInput driver : 13.0
    [ 20.808] X.Org Server Extension : 6.0
    [ 20.809] (--) PCI:*(0:1:0:0) 1002:9501:1787:2003 rev 0, Mem @ 0xe0000000/268435456, 0xf5000000/65536, I/O @ 0x0000b000/256, BIOS @ 0x????????/131072
    [ 20.809] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 20.809] (II) LoadModule: "extmod"
    [ 20.840] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 20.851] (II) Module extmod: vendor="X.Org Foundation"
    [ 20.851] compiled for 1.11.4, module version = 1.0.0
    [ 20.851] Module class: X.Org Server Extension
    [ 20.851] ABI class: X.Org Server Extension, version 6.0
    [ 20.851] (II) Loading extension MIT-SCREEN-SAVER
    [ 20.851] (II) Loading extension XFree86-VidModeExtension
    [ 20.851] (II) Loading extension XFree86-DGA
    [ 20.851] (II) Loading extension DPMS
    [ 20.851] (II) Loading extension XVideo
    [ 20.851] (II) Loading extension XVideo-MotionCompensation
    [ 20.851] (II) Loading extension X-Resource
    [ 20.851] (II) LoadModule: "dbe"
    [ 20.852] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 20.852] (II) Module dbe: vendor="X.Org Foundation"
    [ 20.852] compiled for 1.11.4, module version = 1.0.0
    [ 20.852] Module class: X.Org Server Extension
    [ 20.852] ABI class: X.Org Server Extension, version 6.0
    [ 20.852] (II) Loading extension DOUBLE-BUFFER
    [ 20.852] (II) LoadModule: "glx"
    [ 20.852] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 20.867] (II) Module glx: vendor="X.Org Foundation"
    [ 20.867] compiled for 1.11.4, module version = 1.0.0
    [ 20.867] ABI class: X.Org Server Extension, version 6.0
    [ 20.867] (==) AIGLX enabled
    [ 20.867] (II) Loading extension GLX
    [ 20.867] (II) LoadModule: "record"
    [ 20.867] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 20.868] (II) Module record: vendor="X.Org Foundation"
    [ 20.868] compiled for 1.11.4, module version = 1.13.0
    [ 20.868] Module class: X.Org Server Extension
    [ 20.868] ABI class: X.Org Server Extension, version 6.0
    [ 20.868] (II) Loading extension RECORD
    [ 20.868] (II) LoadModule: "dri"
    [ 20.868] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 20.879] (II) Module dri: vendor="X.Org Foundation"
    [ 20.879] compiled for 1.11.4, module version = 1.0.0
    [ 20.879] ABI class: X.Org Server Extension, version 6.0
    [ 20.879] (II) Loading extension XFree86-DRI
    [ 20.879] (II) LoadModule: "dri2"
    [ 20.880] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 20.880] (II) Module dri2: vendor="X.Org Foundation"
    [ 20.880] compiled for 1.11.4, module version = 1.2.0
    [ 20.880] ABI class: X.Org Server Extension, version 6.0
    [ 20.880] (II) Loading extension DRI2
    [ 20.880] (II) LoadModule: "radeon"
    [ 20.881] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 20.917] (II) Module radeon: vendor="X.Org Foundation"
    [ 20.917] compiled for 1.11.1.902, module version = 6.14.3
    [ 20.917] Module class: X.Org Video Driver
    [ 20.917] ABI class: X.Org Video Driver, version 11.0
    [ 20.918] (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 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 RV50

    Thanks for the responses, but catalyst/fglrx never was an option for me.
    Today I changed my graphics card, still had an ATI HD2600XT lying around here.
    Now everything works perfectly, must have been some hardware fault with the other card, although it worked as it should in Windows 7.
    Right now quite happy with kms and gallium

  • MTRR allocation problem on Dell Vostro

    Hello good people,
    I am having MTRR messages from kernel and a warning that graphics performance may suffer. I know from the sparse mtrr documentation around that I can set them up as I want and everything should work  but after trying several changes, the only thing I have managed to do it get a horribly slow laptop.
    I am running 64bit Arch on Dell Vostro 3550. I have 6GB ram and a hybrid video card setup with an Intel card and an ATI one. I am using the proprietary Catalyst driver and I also have the intel driver installed.
    Here we go...
    Kernel message.
    $dmesg | grep -i mtrr
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] MTRR variable ranges enabled:
    [ 17.262434] mtrr: type mismatch for d0000000,10000000 old: write-back new: write-combining
    [ 17.262437] [drm] MTRR allocation failed. Graphics performance may suffer.
    I noticed in /proc/config.gz that I don't have MTRR cleanup enabled by default so I tried adding enable_mtrr_cleanup to the boot line but I still don't get a good mtrr.
    $zgrep MTRR /proc/config.gz
    CONFIG_MTRR=y
    CONFIG_MTRR_SANITIZER=y
    CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0
    CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
    Now here is the mtrr I would like to repair. Notice that the memory range in reg 0 is 8192MB. Why? Reg 3 should be the range for the intel card since that's the address I get from lspci -vv as you will see. Similary, reg 4 is mapping for the ATI radeon card. According to what I have read, I want to have these as write-combining. The other ranges I have no idea why they are there which complicates my attempts at fixing the mtrr.
    $cat /proc/mtrr
    reg00: base=0x000000000 ( 0MB), size= 8192MB, count=1: write-back
    reg01: base=0x0cb800000 ( 3256MB), size= 8MB, count=1: uncachable
    reg02: base=0x0cc000000 ( 3264MB), size= 64MB, count=1: uncachable
    reg03: base=0x0d0000000 ( 3328MB), size= 256MB, count=1: uncachable
    reg04: base=0x0e0000000 ( 3584MB), size= 512MB, count=1: uncachable
    reg05: base=0x1afe00000 ( 6910MB), size= 2MB, count=1: uncachable
    reg06: base=0x1b0000000 ( 6912MB), size= 256MB, count=1: uncachable
    reg07: base=0x1c0000000 ( 7168MB), size= 1024MB, count=1: uncachable
    Here is the lspci output.
    $lspci -vv
    00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
    Subsystem: Dell Device 04b3
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
    Latency: 0
    Capabilities: <access denied>
    Kernel driver in use: agpgart-intel
    00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09) (prog-if 00 [Normal decode])
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
    I/O behind bridge: 0000e000-0000efff
    Memory behind bridge: f7b00000-f7bfffff
    Prefetchable memory behind bridge: 00000000e0000000-00000000efffffff
    Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
    BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
    PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
    Capabilities: <access denied>
    Kernel driver in use: pcieport
    00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) (prog-if 00 [VGA controller])
    Subsystem: Dell Device 04cd
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 53
    Region 0: Memory at f6400000 (64-bit, non-prefetchable) [size=4M]
    Region 2: Memory at d0000000 (64-bit, prefetchable) [size=256M]
    Region 4: I/O ports at f000 [size=64]
    Expansion ROM at <unassigned> [disabled]
    Capabilities: <access denied>
    Kernel driver in use: i915
    00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
    Subsystem: Dell Device 04b3
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 52
    Region 0: Memory at f7c0a000 (64-bit, non-prefetchable) [size=16]
    Capabilities: <access denied>
    Kernel driver in use: mei
    00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05) (prog-if 20 [EHCI])
    Subsystem: Dell Device 04b3
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 16
    Region 0: Memory at f7c08000 (32-bit, non-prefetchable) [size=1K]
    Capabilities: <access denied>
    Kernel driver in use: ehci_hcd
    00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
    Subsystem: Dell Device 04b3
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Interrupt: pin A routed to IRQ 54
    Region 0: Memory at f7c00000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: <access denied>
    Kernel driver in use: snd_hda_intel
    00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5) (prog-if 00 [Normal decode])
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Bus: primary=00, secondary=03, subordinate=04, sec-latency=0
    Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
    BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
    PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
    Capabilities: <access denied>
    Kernel driver in use: pcieport
    00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b5) (prog-if 00 [Normal decode])
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Bus: primary=00, secondary=05, subordinate=06, sec-latency=0
    I/O behind bridge: 0000d000-0000dfff
    Prefetchable memory behind bridge: 00000000f1100000-00000000f11fffff
    Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
    BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
    PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
    Capabilities: <access denied>
    Kernel driver in use: pcieport
    00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 (rev b5) (prog-if 00 [Normal decode])
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Bus: primary=00, secondary=09, subordinate=0a, sec-latency=0
    Memory behind bridge: f7a00000-f7afffff
    Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
    BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
    PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
    Capabilities: <access denied>
    Kernel driver in use: pcieport
    00:1c.4 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 5 (rev b5) (prog-if 00 [Normal decode])
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Bus: primary=00, secondary=0b, subordinate=0c, sec-latency=0
    Memory behind bridge: f7900000-f79fffff
    Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
    BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
    PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
    Capabilities: <access denied>
    Kernel driver in use: pcieport
    00:1c.7 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 8 (rev b5) (prog-if 00 [Normal decode])
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Bus: primary=00, secondary=11, subordinate=16, sec-latency=0
    I/O behind bridge: 0000b000-0000cfff
    Memory behind bridge: f6800000-f78fffff
    Prefetchable memory behind bridge: 00000000f0000000-00000000f10fffff
    Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
    BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
    PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
    Capabilities: <access denied>
    Kernel driver in use: pcieport
    00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05) (prog-if 20 [EHCI])
    Subsystem: Dell Device 04b3
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 23
    Region 0: Memory at f7c07000 (32-bit, non-prefetchable) [size=1K]
    Capabilities: <access denied>
    Kernel driver in use: ehci_hcd
    00:1f.0 ISA bridge: Intel Corporation HM67 Express Chipset Family LPC Controller (rev 05)
    Subsystem: Dell Device 04b3
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Capabilities: <access denied>
    00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 05) (prog-if 01 [AHCI 1.0])
    Subsystem: Dell Device 04b3
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin B routed to IRQ 49
    Region 0: I/O ports at f0b0 [size=8]
    Region 1: I/O ports at f0a0 [size=4]
    Region 2: I/O ports at f090 [size=8]
    Region 3: I/O ports at f080 [size=4]
    Region 4: I/O ports at f060 [size=32]
    Region 5: Memory at f7c06000 (32-bit, non-prefetchable) [size=2K]
    Capabilities: <access denied>
    Kernel driver in use: ahci
    00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
    Subsystem: Dell Device 04b3
    Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Interrupt: pin C routed to IRQ 18
    Region 0: Memory at f7c05000 (64-bit, non-prefetchable) [size=256]
    Region 4: I/O ports at f040 [size=32]
    01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Whistler [AMD Radeon HD 6600M Series] (prog-if 00 [VGA controller])
    Subsystem: Dell Device 04cd
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Interrupt: pin A routed to IRQ 55
    Region 0: Memory at e0000000 (64-bit, prefetchable) [size=256M]
    Region 2: Memory at f7b20000 (64-bit, non-prefetchable) [size=128K]
    Region 4: I/O ports at e000 [size=256]
    Expansion ROM at f7b00000 [disabled] [size=128K]
    Capabilities: <access denied>
    Kernel driver in use: fglrx_pci
    05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
    Subsystem: Dell Device 04b3
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Interrupt: pin A routed to IRQ 50
    Region 0: I/O ports at d000 [size=256]
    Region 2: Memory at f1104000 (64-bit, prefetchable) [size=4K]
    Region 4: Memory at f1100000 (64-bit, prefetchable) [size=16K]
    Capabilities: <access denied>
    Kernel driver in use: r8169
    09:00.0 Network controller: Intel Corporation Centrino Wireless-N 1030 (rev 34)
    Subsystem: Intel Corporation Centrino Wireless-N 1030 BGN
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Interrupt: pin A routed to IRQ 51
    Region 0: Memory at f7a00000 (64-bit, non-prefetchable) [size=8K]
    Capabilities: <access denied>
    Kernel driver in use: iwlwifi
    0b:00.0 USB controller: Texas Instruments Device 8241 (rev 02) (prog-if 30 [XHCI])
    Subsystem: Dell Device 04b3
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Interrupt: pin A routed to IRQ 16
    Region 0: Memory at f7900000 (64-bit, non-prefetchable) [size=64K]
    Region 2: Memory at f7910000 (64-bit, non-prefetchable) [size=8K]
    Capabilities: <access denied>
    Kernel driver in use: xhci_hcd
    Finally, here is the Xorg log.
    $cat /var/log/Xorg.0.log
    [ 22.722]
    X.Org X Server 1.11.4
    Release Date: 2012-01-27
    [ 22.744] X Protocol Version 11, Revision 0
    [ 22.744] Build Operating System: Linux 3.2.2-1-ARCH x86_64
    [ 22.744] Current Operating System: Linux bitlab 3.3.6-1-ARCH #1 SMP PREEMPT Sun May 13 10:52:32 CEST 2012 x86_64
    [ 22.744] Kernel command line: root=/dev/mapper/arch--volume-lvroot ro
    [ 22.744] Build Date: 29 January 2012 03:38:00PM
    [ 22.744]
    [ 22.744] Current version of pixman: 0.24.4
    [ 22.744] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 22.744] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 22.744] (==) Log file: "/var/log/Xorg.0.log", Time: Sat May 19 10:29:00 2012
    [ 22.807] (==) Using config file: "/etc/X11/xorg.conf"
    [ 22.807] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 22.828] (==) ServerLayout "aticonfig Layout"
    [ 22.828] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
    [ 22.828] (**) | |-->Monitor "aticonfig-Monitor[0]-0"
    [ 22.829] (**) | |-->Device "aticonfig-Device[0]-0"
    [ 22.829] (==) Automatically adding devices
    [ 22.829] (==) Automatically enabling devices
    [ 22.881] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 22.881] Entry deleted from font path.
    [ 22.882] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 22.882] Entry deleted from font path.
    [ 22.882] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 22.882] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 22.882] Entry deleted from font path.
    [ 22.882] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 22.882] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 22.882] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 22.882] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 22.882] (II) Loader magic: 0x7ccae0
    [ 22.882] (II) Module ABI versions:
    [ 22.882] X.Org ANSI C Emulation: 0.4
    [ 22.882] X.Org Video Driver: 11.0
    [ 22.882] X.Org XInput driver : 13.0
    [ 22.882] X.Org Server Extension : 6.0
    [ 22.883] (--) PCI:*(0:0:2:0) 8086:0126:1028:04cd rev 9, Mem @ 0xf6400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
    [ 22.883] (--) PCI: (0:1:0:0) 1002:6741:1028:04cd rev 0, Mem @ 0xe0000000/268435456, 0xf7b20000/131072, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
    [ 22.883] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 22.883] (II) "extmod" will be loaded by default.
    [ 22.883] (II) "dbe" will be loaded by default.
    [ 22.883] (II) "glx" will be loaded by default.
    [ 22.883] (II) "record" will be loaded by default.
    [ 22.883] (II) "dri" will be loaded by default.
    [ 22.883] (II) "dri2" will be loaded by default.
    [ 22.883] (II) LoadModule: "extmod"
    [ 22.934] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 22.935] (II) Module extmod: vendor="X.Org Foundation"
    [ 22.935] compiled for 1.11.4, module version = 1.0.0
    [ 22.935] Module class: X.Org Server Extension
    [ 22.935] ABI class: X.Org Server Extension, version 6.0
    [ 22.935] (II) Loading extension MIT-SCREEN-SAVER
    [ 22.935] (II) Loading extension XFree86-VidModeExtension
    [ 22.935] (II) Loading extension XFree86-DGA
    [ 22.935] (II) Loading extension DPMS
    [ 22.935] (II) Loading extension XVideo
    [ 22.935] (II) Loading extension XVideo-MotionCompensation
    [ 22.935] (II) Loading extension X-Resource
    [ 22.935] (II) LoadModule: "dbe"
    [ 22.935] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 22.936] (II) Module dbe: vendor="X.Org Foundation"
    [ 22.936] compiled for 1.11.4, module version = 1.0.0
    [ 22.936] Module class: X.Org Server Extension
    [ 22.936] ABI class: X.Org Server Extension, version 6.0
    [ 22.936] (II) Loading extension DOUBLE-BUFFER
    [ 22.936] (II) LoadModule: "glx"
    [ 22.936] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 22.951] (II) Module glx: vendor="Advanced Micro Devices, Inc."
    [ 22.951] compiled for 6.9.0, module version = 1.0.0
    [ 22.952] (II) Loading extension GLX
    [ 22.952] (II) LoadModule: "record"
    [ 22.952] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 22.957] (II) Module record: vendor="X.Org Foundation"
    [ 22.957] compiled for 1.11.4, module version = 1.13.0
    [ 22.957] Module class: X.Org Server Extension
    [ 22.957] ABI class: X.Org Server Extension, version 6.0
    [ 22.957] (II) Loading extension RECORD
    [ 22.957] (II) LoadModule: "dri"
    [ 22.958] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 22.965] (II) Module dri: vendor="X.Org Foundation"
    [ 22.965] compiled for 1.11.4, module version = 1.0.0
    [ 22.965] ABI class: X.Org Server Extension, version 6.0
    [ 22.965] (II) Loading extension XFree86-DRI
    [ 22.965] (II) LoadModule: "dri2"
    [ 22.965] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 22.966] (II) Module dri2: vendor="X.Org Foundation"
    [ 22.966] compiled for 1.11.4, module version = 1.2.0
    [ 22.966] ABI class: X.Org Server Extension, version 6.0
    [ 22.966] (II) Loading extension DRI2
    [ 22.966] (II) LoadModule: "fglrx"
    [ 22.966] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 23.148] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
    [ 23.154] compiled for 1.4.99.906, module version = 8.96.4
    [ 23.154] Module class: X.Org Video Driver
    [ 23.156] (II) Loading sub module "fglrxdrm"
    [ 23.156] (II) LoadModule: "fglrxdrm"
    [ 23.156] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 23.183] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
    [ 23.183] compiled for 1.4.99.906, module version = 8.96.4
    [ 23.192] (II) ATI Proprietary Linux Driver Version Identifier:8.96.4
    [ 23.192] (II) ATI Proprietary Linux Driver Release Identifier: 8.961
    [ 23.192] (II) ATI Proprietary Linux Driver Build Date: Apr 5 2012 23:06:21
    [ 23.192] (++) using VT number 7
    [ 23.195] (WW) Falling back to old probe method for fglrx
    [ 23.260] (II) Loading PCS database from /etc/ati/amdpcsdb
    [ 23.263] (--) Chipset Supported AMD Graphics Processor (0x6741) found
    [ 23.264] (II) fglrx: intel VGA device detected, load intel driver.
    [ 23.264] (II) LoadModule: "intel"
    [ 23.264] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 23.296] (II) Module intel: vendor="X.Org Foundation"
    [ 23.296] compiled for 1.11.2, module version = 2.17.0
    [ 23.296] Module class: X.Org Video Driver
    [ 23.296] ABI class: X.Org Video Driver, version 11.0
    [ 23.298] ukiDynamicMajor: found major device number 251
    [ 23.298] ukiDynamicMajor: found major device number 251
    [ 23.298] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 23.298] ukiOpenDevice: node name is /dev/ati/card0
    [ 23.298] ukiOpenDevice: open result is 7, (OK)
    [ 23.298] ukiOpenByBusid: ukiOpenMinor returns 7
    [ 23.298] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 23.300] (II) AMD Video driver is running on a device belonging to a group targeted for this release
    [ 23.301] (II) AMD Video driver is signed
    [ 23.301] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 23.301] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 23.301] (II) fglrx(0): pEnt->device->identifier=0x100a450
    [ 23.302] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 23.302] (II) intel(1): pEnt->device->identifier=(nil)
    [ 23.302] (EE) Screen 1 deleted because of no matching config section.
    [ 23.302] (II) UnloadModule: "intel"
    [ 23.302] (II) Unloading intel
    [ 23.302] (II) fglrx(0): === [xdl_xs111_atiddxPreInit] === begin
    [ 23.302] (II) fglrx(0): PowerXpress: Discrete GPU is selected.
    [ 23.798] (II) fglrx(0): PowerXpress: Diagnostic output from /usr/lib64/fglrx/switchlibGL:
    Switch to AMD
    [ 23.801] drmOpenDevice: node name is /dev/dri/card0
    [ 23.801] drmOpenDevice: open result is 12, (OK)
    [ 23.801] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    [ 23.801] drmOpenDevice: node name is /dev/dri/card0
    [ 23.801] drmOpenDevice: open result is 12, (OK)
    [ 23.801] drmOpenByBusid: drmOpenMinor returns 12
    [ 23.801] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    [ 23.801] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    [ 23.801] (==) fglrx(0): RGB weight 888
    [ 23.801] (==) fglrx(0): Default visual is TrueColor
    [ 23.802] (**) fglrx(0): Option "Tiling" "off"
    [ 23.802] (**) fglrx(0): Option "LinearFramebuffer" "on"
    [ 23.802] (**) fglrx(0): Option "Shadow" "off"
    [ 23.802] (II) fglrx(0): Integrated Graphics Chipset: Intel(R) Sandybridge Mobile (GT2+)
    [ 23.802] (**) fglrx(0): ChipID override: 0x0126
    [ 23.802] (**) fglrx(0): ChipRev override: 9
    [ 23.802] (**) fglrx(0): Chipset: "Sandybridge Mobile (GT2+)"
    [ 23.802] (**) fglrx(0): Relaxed fencing enabled
    [ 23.802] (**) fglrx(0): Wait on SwapBuffers? enabled
    [ 23.802] (**) fglrx(0): Triple buffering? enabled
    [ 23.802] (**) fglrx(0): Framebuffer linear
    [ 23.802] (**) fglrx(0): Pixmaps linear
    [ 23.802] (**) fglrx(0): 3D buffers tiled
    [ 23.802] (**) fglrx(0): SwapBuffers wait enabled
    [ 23.802] (==) fglrx(0): video overlay key set to 0x101fe
    [ 23.802] (II) fglrx(0): Output LVDS1 using monitor section aticonfig-Monitor[0]-0
    [ 23.802] (II) fglrx(0): found backlight control interface /sys/class/backlight/acpi_video1
    [ 23.802] (II) fglrx(0): Output VGA1 has no monitor section
    [ 23.825] (II) fglrx(0): Output HDMI1 has no monitor section
    [ 23.863] (II) fglrx(0): Output DP1 has no monitor section
    [ 23.863] (II) fglrx(0): EDID for output LVDS1
    [ 23.863] (II) fglrx(0): Manufacturer: LGD Model: 2e3 Serial#: 0
    [ 23.863] (II) fglrx(0): Year: 2010 Week: 0
    [ 23.863] (II) fglrx(0): EDID Version: 1.4
    [ 23.863] (II) fglrx(0): Digital Display Input
    [ 23.863] (II) fglrx(0): 6 bits per channel
    [ 23.863] (II) fglrx(0): Digital interface is undefined
    [ 23.863] (II) fglrx(0): Max Image Size [cm]: horiz.: 34 vert.: 19
    [ 23.863] (II) fglrx(0): Gamma: 2.20
    [ 23.863] (II) fglrx(0): No DPMS capabilities specified
    [ 23.863] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 23.863] (II) fglrx(0): First detailed timing is preferred mode
    [ 23.863] (II) fglrx(0): Preferred mode is native pixel format and refresh rate
    [ 23.863] (II) fglrx(0): redX: 0.613 redY: 0.371 greenX: 0.350 greenY: 0.606
    [ 23.863] (II) fglrx(0): blueX: 0.152 blueY: 0.099 whiteX: 0.313 whiteY: 0.329
    [ 23.863] (II) fglrx(0): Manufacturer's mask: 0
    [ 23.863] (II) fglrx(0): Supported detailed timing:
    [ 23.863] (II) fglrx(0): clock: 76.0 MHz Image Size: 344 x 194 mm
    [ 23.863] (II) fglrx(0): h_active: 1366 h_sync: 1402 h_sync_end 1450 h_blank_end 1564 h_border: 0
    [ 23.863] (II) fglrx(0): v_active: 768 v_sync: 771 v_sync_end 776 v_blanking: 810 v_border: 0
    [ 23.863] (II) fglrx(0): Supported detailed timing:
    [ 23.863] (II) fglrx(0): clock: 51.0 MHz Image Size: 344 x 194 mm
    [ 23.863] (II) fglrx(0): h_active: 1366 h_sync: 1402 h_sync_end 1450 h_blank_end 1564 h_border: 0
    [ 23.863] (II) fglrx(0): v_active: 768 v_sync: 771 v_sync_end 776 v_blanking: 814 v_border: 0
    [ 23.863] (II) fglrx(0): PPCTF156WH4
    [ 23.863] (II) fglrx(0): Unknown vendor-specific block 0
    [ 23.863] (II) fglrx(0): EDID (in hex):
    [ 23.863] (II) fglrx(0): 00ffffffffffff0030e4e30200000000
    [ 23.863] (II) fglrx(0): 00140104902213780a09159d5f599b27
    [ 23.863] (II) fglrx(0): 19505400000001010101010101010101
    [ 23.863] (II) fglrx(0): 010101010101b01d56c650002a302430
    [ 23.863] (II) fglrx(0): 350058c210000019ec1356c650002e30
    [ 23.863] (II) fglrx(0): 2430350058c210000019000000fe0050
    [ 23.863] (II) fglrx(0): 50435446803135365748340a00000000
    [ 23.863] (II) fglrx(0): 00004131960000000001010a202000ef
    [ 23.863] (II) fglrx(0): EDID vendor "LGD", prod id 739
    [ 23.863] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 23.863] (II) fglrx(0): Modeline "1366x768"x0.0 76.00 1366 1402 1450 1564 768 771 776 810 -hsync -vsync (48.6 kHz)
    [ 23.863] (II) fglrx(0): Modeline "1366x768"x0.0 51.00 1366 1402 1450 1564 768 771 776 814 -hsync -vsync (32.6 kHz)
    [ 23.863] (II) fglrx(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 23.863] (II) fglrx(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 23.863] (II) fglrx(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 23.863] (II) fglrx(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 23.863] (II) fglrx(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 23.863] (II) fglrx(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 23.863] (II) fglrx(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 23.863] (II) fglrx(0): Not using default mode "896x672" (doublescan mode not supported)
    [ 23.863] (II) fglrx(0): Not using default mode "928x696" (doublescan mode not supported)
    [ 23.863] (II) fglrx(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 23.863] (II) fglrx(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 23.863] (II) fglrx(0): Not using default mode "1024x768" (doublescan mode not supported)
    [ 23.863] (II) fglrx(0): Printing probed modes for output LVDS1
    [ 23.863] (II) fglrx(0): Modeline "1366x768"x60.0 76.00 1366 1402 1450 1564 768 771 776 810 -hsync -vsync (48.6 kHz)
    [ 23.863] (II) fglrx(0): Modeline "1366x768"x40.1 51.00 1366 1402 1450 1564 768 771 776 814 -hsync -vsync (32.6 kHz)
    [ 23.863] (II) fglrx(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 23.863] (II) fglrx(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 23.863] (II) fglrx(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 23.863] (II) fglrx(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 23.863] (II) fglrx(0): EDID for output VGA1
    [ 23.887] (II) fglrx(0): EDID for output HDMI1
    [ 23.926] (II) fglrx(0): EDID for output DP1
    [ 23.973] (II) fglrx(0): Output LVDS1 connected
    [ 23.973] (II) fglrx(0): Output VGA1 disconnected
    [ 23.973] (II) fglrx(0): Output HDMI1 disconnected
    [ 23.973] (II) fglrx(0): Output DP1 disconnected
    [ 23.973] (II) fglrx(0): Using exact sizes for initial modes
    [ 23.973] (II) fglrx(0): Output LVDS1 using initial mode 1366x768
    [ 23.973] (II) fglrx(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 23.973] (II) fglrx(0): Kernel page flipping support detected, enabling
    [ 23.973] (**) fglrx(0): Display dimensions: (340, 190) mm
    [ 23.973] (**) fglrx(0): DPI set to (102, 102)
    [ 23.973] (II) Loading sub module "fb"
    [ 23.973] (II) LoadModule: "fb"
    [ 23.984] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 24.133] (II) Module fb: vendor="X.Org Foundation"
    [ 24.133] compiled for 1.11.4, module version = 1.0.0
    [ 24.133] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 24.133] (II) Loading sub module "dri2"
    [ 24.133] (II) LoadModule: "dri2"
    [ 24.133] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 24.133] (II) Module dri2: vendor="X.Org Foundation"
    [ 24.133] compiled for 1.11.4, module version = 1.2.0
    [ 24.133] ABI class: X.Org Server Extension, version 6.0
    [ 24.133] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    [ 24.133] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 24.133] (==) fglrx(0): Default visual is TrueColor
    [ 24.133] (**) fglrx(0): Option "DPMS" "true"
    [ 24.133] (==) fglrx(0): RGB weight 888
    [ 24.133] (II) fglrx(0): Using 8 bits per RGB
    [ 24.133] (==) fglrx(0): Buffer Tiling is ON
    [ 24.133] (II) Loading sub module "fglrxdrm"
    [ 24.133] (II) LoadModule: "fglrxdrm"
    [ 24.133] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 24.133] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
    [ 24.133] compiled for 1.4.99.906, module version = 8.96.4
    [ 24.134] ukiDynamicMajor: found major device number 251
    [ 24.134] ukiDynamicMajor: found major device number 251
    [ 24.134] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 24.134] ukiOpenDevice: node name is /dev/ati/card0
    [ 24.134] ukiOpenDevice: open result is 13, (OK)
    [ 24.134] ukiOpenByBusid: ukiOpenMinor returns 13
    [ 24.134] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 24.135] (**) fglrx(0): NoAccel = NO
    [ 24.135] (**) fglrx(0): ATI 2D Acceleration Architecture enabled
    [ 24.135] (--) fglrx(0): Chipset: "AMD Radeon 6600M and 6700M Series" (Chipset = 0x6741)
    [ 24.135] (--) fglrx(0): (PciSubVendor = 0x1028, PciSubDevice = 0x04cd)
    [ 24.135] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
    [ 24.135] (--) fglrx(0): Linear framebuffer (phys) at 0xe0000000
    [ 24.135] (--) fglrx(0): MMIO registers at 0xf7b20000
    [ 24.135] (--) fglrx(0): I/O port at 0x0000e000
    [ 24.135] (==) fglrx(0): ROM-BIOS at 0x000c0000
    [ 24.157] (II) fglrx(0): AC Adapter is used
    [ 24.236] (II) fglrx(0): ATI Video BIOS revision 9 or later detected
    [ 24.236] (--) fglrx(0): Video RAM: 1048576 kByte, Type: DDR3
    [ 24.236] (II) fglrx(0): PCIE card detected
    [ 24.236] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
    [ 24.236] (WW) fglrx(0): board is an unknown third party board, chipset is supported
    [ 24.241] (II) fglrx(0): Using adapter: 1:0.0.
    [ 24.248] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x40000000)
    [ 24.274] (II) fglrx(0): Interrupt handler installed at IRQ 55.
    [ 24.274] (II) fglrx(0): RandR 1.2 support is enabled!
    [ 24.274] (II) fglrx(0): RandR 1.2 rotation support is enabled!
    [ 24.274] (==) fglrx(0): Center Mode is disabled
    [ 24.274] (II) Loading sub module "fb"
    [ 24.274] (II) LoadModule: "fb"
    [ 24.274] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 24.274] (II) Module fb: vendor="X.Org Foundation"
    [ 24.274] compiled for 1.11.4, module version = 1.0.0
    [ 24.274] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 24.274] (II) Loading sub module "ddc"
    [ 24.274] (II) LoadModule: "ddc"
    [ 24.274] (II) Module "ddc" already built-in
    [ 24.388] (II) fglrx(0): Finished Initialize PPLIB!
    [ 24.396] (II) fglrx(0): Eyefinity capable adapter detected.
    [ 24.397] (II) fglrx(0): Adapter AMD Radeon 6600M and 6700M Series has 6 configurable heads and 0 displays connected.
    [ 24.397] (==) fglrx(0): PseudoColor visuals disabled
    [ 24.397] (II) Loading sub module "ramdac"
    [ 24.397] (II) LoadModule: "ramdac"
    [ 24.397] (II) Module "ramdac" already built-in
    [ 24.397] (==) fglrx(0): NoDRI = NO
    [ 24.397] (==) fglrx(0): Capabilities: 0x00000000
    [ 24.397] (==) fglrx(0): CapabilitiesEx: 0x00000000
    [ 24.397] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
    [ 24.397] (==) fglrx(0): UseFastTLS=0
    [ 24.397] (--) Depth 24 pixmap format is 32 bpp
    [ 24.397] (II) LoadModule: "glesx"
    [ 24.458] (II) Loading /usr/lib/xorg/modules/glesx.so
    [ 24.594] (II) Module glesx: vendor="X.Org Foundation"
    [ 24.594] compiled for 1.4.99.906, module version = 1.0.0
    [ 24.594] (II) Loading extension GLESX
    [ 24.606] (II) fglrx(0): [DRI2] Setup complete
    [ 24.606] (II) fglrx(0): [DRI2] DRI driver: i965
    [ 24.606] (II) fglrx(0): Allocated new frame buffer 1408x768 stride 5632, untiled
    [ 24.610] (II) UXA(0): Driver registered support for the following operations:
    [ 24.610] (II) solid
    [ 24.610] (II) copy
    [ 24.610] (II) composite (RENDER acceleration)
    [ 24.610] (II) put_image
    [ 24.610] (II) get_image
    [ 24.610] (==) fglrx(0): Backing store disabled
    [ 24.610] (==) fglrx(0): Silken mouse enabled
    [ 24.610] (II) fglrx(0): Initializing HW Cursor
    [ 24.666] (II) fglrx(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 24.667] (**) fglrx(0): DPMS enabled
    [ 24.667] (==) fglrx(0): Intel XvMC decoder enabled
    [ 24.667] (II) fglrx(0): Set up textured video
    [ 24.667] (II) fglrx(0): [XvMC] xvmc_vld driver initialized.
    [ 24.667] (II) fglrx(0): direct rendering: DRI2 Enabled
    [ 24.667] (WW) fglrx(0): Option "VendorName" is not used
    [ 24.667] (WW) fglrx(0): Option "ModelName" is not used
    [ 24.667] (WW) fglrx(0): Option "Shadow" is not used
    [ 24.667] (WW) fglrx(0): Option "Tiling" is not used
    [ 24.667] (WW) fglrx(0): Option "LinearFramebuffer" is not used
    [ 24.667] (==) fglrx(0): hotplug detection: "enabled"
    [ 24.668] (II) Loading extension ATIFGLRXDRI
    [ 24.668] (II) fglrx(0): doing swlDriScreenInit
    [ 24.668] (II) fglrx(0): swlDriScreenInit for fglrx driver
    [ 24.668] ukiDynamicMajor: found major device number 251
    [ 24.668] ukiDynamicMajor: found major device number 251
    [ 24.668] ukiDynamicMajor: found major device number 251
    [ 24.668] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 24.668] ukiOpenDevice: node name is /dev/ati/card0
    [ 24.668] ukiOpenDevice: open result is 15, (OK)
    [ 24.668] ukiOpenByBusid: ukiOpenMinor returns 15
    [ 24.668] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 24.668] (II) fglrx(0): [uki] DRM interface version 1.0
    [ 24.668] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
    [ 24.668] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000
    [ 24.668] (II) fglrx(0): [uki] mapped SAREA 0x2000 to 0x7f9e27b95000
    [ 24.668] (II) fglrx(0): [uki] framebuffer handle = 0x3000
    [ 24.668] (II) fglrx(0): [uki] added 1 reserved context for kernel
    [ 24.668] (II) fglrx(0): swlDriScreenInit done
    [ 24.668] (II) fglrx(0): Kernel Module Version Information:
    [ 24.668] (II) fglrx(0): Name: fglrx
    [ 24.668] (II) fglrx(0): Version: 8.96.4
    [ 24.668] (II) fglrx(0): Date: Apr 5 2012
    [ 24.668] (II) fglrx(0): Desc: ATI FireGL DRM kernel module
    [ 24.668] (II) fglrx(0): Kernel Module version matches driver.
    [ 24.668] (II) fglrx(0): Kernel Module Build Time Information:
    [ 24.668] (II) fglrx(0): Build-Kernel UTS_RELEASE: 3.3.6-1-ARCH
    [ 24.668] (II) fglrx(0): Build-Kernel MODVERSIONS: no
    [ 24.668] (II) fglrx(0): Build-Kernel __SMP__: no
    [ 24.668] (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
    [ 24.668] (II) fglrx(0): [uki] register handle = 0x00004000
    [ 24.699] (II) fglrx(0): DRI initialization successfull
    [ 24.699] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x01028000
    [ 24.699] (II) fglrx(0): Intel display surface mc addr for AMD: 8fce0000
    [ 24.700] (==) fglrx(0): Backing store disabled
    [ 24.700] (II) Loading extension FGLRXEXTENSION
    [ 24.700] (**) fglrx(0): DPMS enabled
    [ 24.700] (II) fglrx(0): Initialized in-driver Xinerama extension
    [ 24.700] (**) fglrx(0): Textured Video is enabled.
    [ 24.700] (II) fglrx(0): GLESX enableFlags = 848
    [ 24.700] (II) fglrx(0): GLESX is enabled
    [ 24.700] (II) LoadModule: "amdxmm"
    [ 24.701] (II) Loading /usr/lib/xorg/modules/amdxmm.so
    [ 24.709] (II) Module amdxmm: vendor="X.Org Foundation"
    [ 24.709] compiled for 1.4.99.906, module version = 2.0.0
    [ 24.709] (II) Loading extension AMDXVOPL
    [ 24.709] (II) Loading extension AMDXVBA
    [ 24.709] XvScreenInit: screen devPrivates ptr non-NULL before init
    [ 24.721] (II) fglrx(0): UVD feature is enabled(II) fglrx(0):
    [ 24.723] (II) fglrx(0): Enable composite support successfully
    [ 24.723] (WW) fglrx(0): Option "VendorName" is not used
    [ 24.723] (WW) fglrx(0): Option "ModelName" is not used
    [ 24.723] (WW) fglrx(0): Option "Shadow" is not used
    [ 24.723] (WW) fglrx(0): Option "Tiling" is not used
    [ 24.723] (WW) fglrx(0): Option "LinearFramebuffer" is not used
    [ 24.723] (II) fglrx(0): X context handle = 0x1
    [ 24.723] (II) fglrx(0): [DRI] installation complete
    [ 24.736] (--) RandR disabled
    [ 24.736] (II) Initializing built-in extension Generic Event Extension
    [ 24.736] (II) Initializing built-in extension SHAPE
    [ 24.736] (II) Initializing built-in extension MIT-SHM
    [ 24.736] (II) Initializing built-in extension XInputExtension
    [ 24.736] (II) Initializing built-in extension XTEST
    [ 24.736] (II) Initializing built-in extension BIG-REQUESTS
    [ 24.736] (II) Initializing built-in extension SYNC
    [ 24.736] (II) Initializing built-in extension XKEYBOARD
    [ 24.736] (II) Initializing built-in extension XC-MISC
    [ 24.736] (II) Initializing built-in extension SECURITY
    [ 24.736] (II) Initializing built-in extension XINERAMA
    [ 24.736] (II) Initializing built-in extension XFIXES
    [ 24.736] (II) Initializing built-in extension RENDER
    [ 24.736] (II) Initializing built-in extension RANDR
    [ 24.736] (II) Initializing built-in extension COMPOSITE
    [ 24.736] (II) Initializing built-in extension DAMAGE
    [ 24.737] ukiDynamicMajor: found major device number 251
    [ 24.737] ukiDynamicMajor: found major device number 251
    [ 24.737] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 24.737] ukiOpenDevice: node name is /dev/ati/card0
    [ 24.737] ukiOpenDevice: open result is 16, (OK)
    [ 24.737] ukiOpenByBusid: ukiOpenMinor returns 16
    [ 24.737] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 25.513] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
    [ 25.597] (II) fglrx(0): Enable the clock gating!
    [ 25.597] (II) fglrx(0): Setting screen physical size to 361 x 203
    [ 25.834] (II) config/udev: Adding input device Power Button (/dev/input/event6)
    [ 25.834] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 25.834] (II) LoadModule: "evdev"
    [ 25.834] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 25.840] (II) Module evdev: vendor="X.Org Foundation"
    [ 25.840] compiled for 1.10.99.902, module version = 2.6.0
    [ 25.840] Module class: X.Org XInput Driver
    [ 25.840] ABI class: X.Org XInput driver, version 13.0
    [ 25.840] (II) Using input driver 'evdev' for 'Power Button'
    [ 25.840] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 25.840] (**) Power Button: always reports core events
    [ 25.840] (**) Power Button: Device: "/dev/input/event6"
    [ 25.840] (--) Power Button: Found keys
    [ 25.840] (II) Power Button: Configuring as keyboard
    [ 25.840] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event6"
    [ 25.840] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 25.840] (**) Option "xkb_rules" "evdev"
    [ 25.840] (**) Option "xkb_model" "evdev"
    [ 25.840] (**) Option "xkb_layout" "us"
    [ 25.868] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
    [ 25.868] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 25.868] (II) Using input driver 'evdev' for 'Video Bus'
    [ 25.868] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 25.869] (**) Video Bus: always reports core events
    [ 25.869] (**) Video Bus: Device: "/dev/input/event12"
    [ 25.869] (--) Video Bus: Found keys
    [ 25.869] (II) Video Bus: Configuring as keyboard
    [ 25.869] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input12/event12"
    [ 25.869] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 25.869] (**) Option "xkb_rules" "evdev"
    [ 25.869] (**) Option "xkb_model" "evdev"
    [ 25.869] (**) Option "xkb_layout" "us"
    [ 25.869] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
    [ 25.869] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 25.869] (II) Using input driver 'evdev' for 'Video Bus'
    [ 25.869] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 25.869] (**) Video Bus: always reports core events
    [ 25.869] (**) Video Bus: Device: "/dev/input/event11"
    [ 25.869] (--) Video Bus: Found keys
    [ 25.869] (II) Video Bus: Configuring as keyboard
    [ 25.869] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:19/LNXVIDEO:00/input/input11/event11"
    [ 25.869] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
    [ 25.869] (**) Option "xkb_rules" "evdev"
    [ 25.869] (**) Option "xkb_model" "evdev"
    [ 25.869] (**) Option "xkb_layout" "us"
    [ 25.869] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 25.869] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 25.869] (II) Using input driver 'evdev' for 'Power Button'
    [ 25.869] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 25.869] (**) Power Button: always reports core events
    [ 25.869] (**) Power Button: Device: "/dev/input/event4"
    [ 25.869] (--) Power Button: Found keys
    [ 25.869] (II) Power Button: Configuring as keyboard
    [ 25.869] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4/event4"
    [ 25.869] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
    [ 25.869] (**) Option "xkb_rules" "evdev"
    [ 25.869] (**) Option "xkb_model" "evdev"
    [ 25.869] (**) Option "xkb_layout" "us"
    [ 25.870] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
    [ 25.870] (II) No input driver specified, ignoring this device.
    [ 25.870] (II) This device may have been added with another device file.
    [ 25.870] (II) config/udev: Adding input device Sleep Button (/dev/input/event5)
    [ 25.870] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 25.870] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 25.870] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 25.870] (**) Sleep Button: always reports core events
    [ 25.870] (**) Sleep Button: Device: "/dev/input/event5"
    [ 25.870] (--) Sleep Button: Found keys
    [ 25.870] (II) Sleep Button: Configuring as keyboard
    [ 25.870] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/event5"
    [ 25.870] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
    [ 25.870] (**) Option "xkb_rules" "evdev"
    [ 25.870] (**) Option "xkb_model" "evdev"
    [ 25.870] (**) Option "xkb_layout" "us"
    [ 25.870] (II) config/udev: Adding input device Laptop_Integrated_Webcam_FHD (/dev/input/event8)
    [ 25.870] (**) Laptop_Integrated_Webcam_FHD: Applying InputClass "evdev keyboard catchall"
    [ 25.870] (II) Using input driver 'evdev' for 'Laptop_Integrated_Webcam_FHD'
    [ 25.870] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 25.870] (**) Laptop_Integrated_Webcam_FHD: always reports core events
    [ 25.870] (**) Laptop_Integrated_Webcam_FHD: Device: "/dev/input/event8"
    [ 25.870] (--) Laptop_Integrated_Webcam_FHD: Found keys
    [ 25.870] (II) Laptop_Integrated_Webcam_FHD: Configuring as keyboard
    [ 25.870] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input8/event8"
    [ 25.870] (II) XINPUT: Adding extended input device "Laptop_Integrated_Webcam_FHD" (type: KEYBOARD, id 11)
    [ 25.870] (**) Option "xkb_rules" "evdev"
    [ 25.870] (**) Option "xkb_model" "evdev"
    [ 25.870] (**) Option "xkb_layout" "us"
    [ 25.871] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event13)
    [ 25.871] (II) No input driver specified, ignoring this device.
    [ 25.871] (II) This device may have been added with another device file.
    [ 25.871] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event14)
    [ 25.871] (II) No input driver specified, ignoring this device.
    [ 25.871] (II) This device may have been added with another device file.
    [ 25.871] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event15)
    [ 25.871] (II) No input driver specified, ignoring this device.
    [ 25.871] (II) This device may have been added with another device file.
    [ 25.871] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event16)
    [ 25.871] (II) No input driver specified, ignoring this device.
    [ 25.871] (II) This device may have been added with another device file.
    [ 25.871] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event1)
    [ 25.871] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
    [ 25.871] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 25.871] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 25.871] (**) Logitech USB Receiver: always reports core events
    [ 25.871] (**) Logitech USB Receiver: Device: "/dev/input/event1"
    [ 25.871] (--) Logitech USB Receiver: Found 20 mouse buttons
    [ 25.871] (--) Logitech USB Receiver: Found scroll wheel(s)
    [ 25.871] (--) Logitech USB Receiver: Found relative axes
    [ 25.871] (--) Logitech USB Receiver: Found x and y relative axes
    [ 25.871] (II) Logitech USB Receiver: Configuring as mouse
    [ 25.871] (II) Logitech USB Receiver: Adding scrollwheel support
    [ 25.871] (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    [ 25.871] (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 25.871] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.4/0000:0b:00.0/usb2/2-1/2-1:1.0/input/input1/event1"
    [ 25.871] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 12)
    [ 25.871] (II) Logitech USB Receiver: initialized for relative axes.
    [ 25.871] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    [ 25.871] (**) Logitech USB Receiver: (accel) acceleration profile 0
    [ 25.871] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
    [ 25.871] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
    [ 25.872] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
    [ 25.872] (II) No input driver specified, ignoring this device.
    [ 25.872] (II) This device may have been added with another device file.
    [ 25.872] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event2)
    [ 25.872] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
    [ 25.872] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 25.872] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 25.872] (**) Logitech USB Receiver: always reports core events
    [ 25.872] (**) Logitech USB Receiver: Device: "/dev/input/event2"
    [ 25.872] (--) Logitech USB Receiver: Found 1 mouse buttons
    [ 25.872] (--) Logitech USB Receiver: Found scroll wheel(s)
    [ 25.872] (--) Logitech USB Receiver: Found relative axes
    [ 25.872] (--) Logitech USB Receiver: Found absolute axes
    [ 25.872] (--) Logitech USB Receiver: Found keys
    [ 25.872] (II) Logitech USB Receiver: Configuring as mouse
    [ 25.872] (II) Logitech USB Receiver: Configuring as keyboard
    [ 25.872] (II) Logitech USB Receiver: Adding scrollwheel support
    [ 25.872] (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    [ 25.872] (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 25.872] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.4/0000:0b:00.0/usb2/2-1/2-1:1.1/input/input2/event2"
    [ 25.872] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 13)
    [ 25.872] (**) Option "xkb_rules" "evdev"
    [ 25.872] (**) Option "xkb_model" "evdev"
    [ 25.872] (**) Option "xkb_layout" "us"
    [ 25.872] (EE) Logitech USB Receiver: failed to initialize for relative axes.
    [ 25.872] (II) Logitech USB Receiver: initialized for absolute axes.
    [ 25.872] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    [ 25.872] (**) Logitech USB Receiver: (accel) acceleration profile 0
    [ 25.872] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
    [ 25.872] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
    [ 25.872] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 25.872] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 25.872] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 25.872] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 25.872] (**) AT Translated Set 2 keyboard: always reports core events
    [ 25.872] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 25.872] (--) AT Translated Set 2 keyboard: Found keys
    [ 25.872] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 25.872] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 25.872] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
    [ 25.873] (**) Option "xkb_rules" "evdev"
    [ 25.873] (**) Option "xkb_model" "evdev"
    [ 25.873] (**) Option "xkb_layout" "us"
    [ 25.873] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (/dev/input/event10)
    [ 25.873] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 25.873] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "touchpad catchall"
    [ 25.873] (II) LoadModule: "synaptics"
    [ 25.873] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 25.883] (II) Module synaptics: vendor="X.Org Foundation"
    [ 25.884] compiled for 1.11.0, module version = 1.5.0
    [ 25.884] Module class: X.Org XInput Driver
    [ 25.884] ABI class: X.Org XInput driver, version 13.0
    [ 25.884] (II) Using input driver 'synaptics' for 'AlpsPS/2 ALPS DualPoint TouchPad'
    [ 25.884] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 25.884] (**) AlpsPS/2 ALPS DualPoint TouchPad: always reports core events
    [ 25.884] (**) Option "Device" "/dev/input/event10"
    [ 25.884] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: x-axis range 0 - 2000
    [ 25.884] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: y-axis range 0 - 1400
    [ 25.884] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: pressure range 0 - 127
    [ 25.884] (II) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: device does not report finger width.
    [ 25.884] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: buttons: left right middle double triple
    [ 25.884] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: Vendor 0x2 Product 0x8
    [ 25.884] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: invalid finger width range. defaulting to 0 - 15
    [ 25.884] (**) Option "TapButton1" "1"
    [ 25.884] (**) Option "TapButton2" "2"
    [ 25.884] (**) Option "TapButton3" "3"
    [ 25.884] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: touchpad found
    [ 25.884] (**) AlpsPS/2 ALPS DualPoint TouchPad: always reports core events
    [ 25.884] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input10/event10"
    [ 25.884] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS DualPoint TouchPad" (type: TOUCHPAD, id 15)
    [ 25.884] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 25.884] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: MaxSpeed is now 1.75
    [ 25.884] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: AccelFactor is now 0.082
    [ 25.884] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) keeping acceleration scheme 1
    [ 25.884] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration profile 1
    [ 25.884] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration factor: 2.000
    [ 25.884] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration threshold: 4
    [ 25.884] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: touchpad found
    [ 25.885] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (/dev/input/mouse2)
    [ 25.885] (II) No input driver specified, ignoring this device.
    [ 25.885] (II) This device may have been added with another device file.
    [ 25.885] (II) config/udev: Adding input device DualPoint Stick (/dev/input/event9)
    [ 25.885] (**) DualPoint Stick: Applying InputClass "evdev pointer catchall"
    [ 25.885] (II) Using input driver 'evdev' for 'DualPoint Stick'
    [ 25.885] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 25.885] (**) DualPoint Stick: always reports core events
    [ 25.885] (**) DualPoint Stick: Device: "/dev/input/event9"
    [ 25.885] (--) DualPoint Stick: Found 3 mouse buttons
    [ 25.885] (--) DualPoint Stick: Found relative axes
    [ 25.885] (--) DualPoint Stick: Found x and y relative axes
    [ 25.885] (II) DualPoint Stick: Configuring as mouse
    [ 25.885] (**) DualPoint Stick: YAxisMapping: buttons 4 and 5
    [ 25.885] (**) DualPoint Stick: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 25.885] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event9"
    [ 25.885] (II) XINPUT: Adding extended input device "DualPoint Stick" (type: MOUSE, id 16)
    [ 25.885] (II) DualPoint Stick: initialized for relative axes.
    [ 25.885] (**) DualPoint Stick: (accel) keeping acceleration scheme 1
    [ 25.885] (**) DualPoint Stick: (accel) acceleration profile 0
    [ 25.885] (**) DualPoint Stick: (accel) acceleration factor: 2.000
    [ 25.885] (**) DualPoint Stick: (accel) acceleration threshold: 4
    [ 25.885] (II) config/udev: Adding input device DualPoint Stick (/dev/input/mouse1)
    [ 25.885] (II) No input driver specified, ignoring this device.
    [ 25.885] (II) This device may have been added with another device file.
    [ 25.885] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event7)
    [ 25.885] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 25.885] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
    [ 25.885] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 25.885] (**) Dell WMI hotkeys: always reports core events
    [ 25.885] (**) Dell WMI hotkeys: Device: "/dev/input/event7"
    [ 25.885] (--) Dell WMI hotkeys: Found keys
    [ 25.885] (II) Dell WMI hotkeys: Configuring as keyboard
    [ 25.885] (**) Option "config_info" "udev:/sys/devices/virtual/input/input7/event7"
    [ 25.885] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 17)
    [ 25.885] (**) Option "xkb_rules" "evdev"
    [ 25.886] (**) Option "xkb_model" "evdev"
    [ 25.886] (**) Option "xkb_layout" "us"
    [ 25.896] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
    [ 39.128] (II) fglrx(0): EDID vendor "LGD", prod id 739
    [ 39.128] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 39.128] (II) fglrx(0): Modeline "1366x768"x0.0 76.00 1366 1402 1450 1564 768 771 776 810 -hsync -vsync (48.6 kHz)
    [ 39.128] (II) fglrx(0): Modeline "1366x768"x0.0 51.00 1366 1402 1450 1564 768 771 776 814 -hsync -vsync (32.6 kHz)
    [ 52.382] (II) fglrx(0): EDID vendor "LGD", prod id 739
    [ 52.382] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 52.382] (II) fglrx(0): Modeline "1366x768"x0.0 76.00 1366 1402 1450 1564 768 771 776 810 -hsync -vsync (48.6 kHz)
    [ 52.382] (II) fglrx(0): Modeline "1366x768"x0.0 51.00 1366 1402 1450 1564 768 771 776 814 -hsync -vsync (32.6 kHz)
    [ 53.649] (II) fglrx(0): EDID vendor "LGD", prod id 739
    [ 53.649] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 53.649] (II) fglrx(0): Modeline "1366x768"x0.0 76.00 1366 1402 1450 1564 768 771 776 810 -hsync -vsync (48.6 kHz)
    [ 53.649] (II) fglrx(0): Modeline "1366x768"x0.0 51.00 1366 1402 1450 1564 768 771 776 814 -hsync -vsync (32.6 kHz)
    [ 54.483] (II) fglrx(0): EDID vendor "LGD", prod id 739
    [ 54.483] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 54.483] (II) fglrx(0): Modeline "1366x768"x0.0 76.00 1366 1402 1450 1564 768 771 776 810 -hsync -vsync (48.6 kHz)
    [ 54.483] (II) fglrx(0): Modeline "1366x768"x0.0 51.00 1366 1402 1450 1564 768 771 776 814 -hsync -vsync (32.6 kHz)
    [ 54.551] (II) fglrx(0): EDID vendor "LGD", prod id 739
    [ 54.551] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 54.551] (II) fglrx(0): Modeline "1366x768"x0.0 76.00 1366 1402 1450 1564 768 771 776 810 -hsync -vsync (48.6 kHz)
    [ 54.551] (II) fglrx(0): Modeline "1366x768"x0.0 51.00 1366 1402 1450 1564 768 771 776 814 -hsync -vsync (32.6 kHz)
    [ 54.619] (II) fglrx(0): EDID vendor "LGD", prod id 739
    [ 54.619] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 54.619] (II) fglrx(0): Modeline "1366x768"x0.0 76.00 1366 1402 1450 1564 768 771 776 810 -hsync -vsync (48.6 kHz)
    [ 54.619] (II) fglrx(0): Modeline "1366x768"x0.0 51.00 1366 1402 1450 1564 768 771 776 814 -hsync -vsync (32.6 kHz)
    [ 54.686] (II) fglrx(0): EDID vendor "LGD", prod id 739
    [ 54.686] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 54.686] (II) fglrx(0): Modeline "1366x768"x0.0 76.00 1366 1402 1450 1564 768 771 776 810 -hsync -vsync (48.6 kHz)
    [ 54.686] (II) fglrx(0): Modeline "1366x768"x0.0 51.00 1366 1402 1450 1564 768 771 776 814 -hsync -vsync (32.6 kHz)
    [ 54.751] (II) fglrx(0): EDID vendor "LGD", prod id 739
    [ 54.751] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 54.751] (II) fglrx(0): Modeline "1366x768"x0.0 76.00 1366 1402 1450 1564 768 771 776 810 -hsync -vsync (48.6 kHz)
    [ 54.751] (II) fglrx(0): Modeline "1366x768"x0.0 51.00 1366 1402 1450 1564 768 771 776 814 -hsync -vsync (32.6 kHz)
    [ 54.816] (II) fglrx(0): EDID vendor "LGD", prod id 739
    [ 54.816] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 54.816] (II) fglrx(0): Modeline "1366x768"x0.0 76.00 1366 1402 1450 1564 768 771 776 810 -hsync -vsync (48.6 kHz)
    [ 54.816] (II) fglrx(0): Modeline "1366x768"x0.0 51.00 1366 1402 1450 1564 768 771 776 814 -hsync -vsync (32.6 kHz)
    [ 54.900] (II) fglrx(0): EDID vendor "LGD", prod id 739
    [ 54.900] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 54.900] (II) fglrx(0): Modeline "1366x768"x0.0 76.00 1366 1402 1450 1564 768 771 776 810 -hsync -vsync (48.6 kHz)
    [ 54.900] (II) fglrx(0): Modeline "1366x768"x0.0 51.00 1366 1402 1450 1564 768 771 776 814 -hsync -vsync (32.6 kHz)
    [ 55.376] (II) fglrx(0): EDID vendor "LGD", prod id 739
    [ 55.377] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 55.377] (II) fglrx(0): Modeline "1366x768"x0.0 76.00 1366 1402 1450 1564 768 771 776 810 -hsync -vsync (48.6 kHz)
    [ 55.377] (II) fglrx(0): Modeline "1366x768"x0.0 51.00 1366 1402 1450 1564 768 771 776 814 -hsync -vsync (32.6 kHz)
    [ 55.459] (II) fglrx(0): EDID vendor "LGD", prod id 739
    [ 55.459] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 55.459] (II) fglrx(0): Modeline "1366x768"x0.0 76.00 1366 1402 1450 1564 768 771 776 810 -hsync -vsync (48.6 kHz)
    [ 55.460] (II) fglrx(0): Modeline "1366x768"x0.0 51.00 1366 1402 1450 1564 768 771 776 814 -hsync -vsync (32.6 kHz)
    [ 55.547] (II) fglrx(0): EDID vendor "LGD", prod id 739
    [ 55.547] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 55.547] (II) fglrx(0): Modeline "1366x768"x0.0 76.00 1366 1402 1450 1564 768 771 776 810 -hsync -vsync (48.6 kHz)
    [ 55.547] (II) fglrx(0): Modeline "1366x768"x0.0 51.00 1366 1402 1450 1564 768 771 776 814 -hsync -vsync (32.6 kHz)
    [ 55.625] (II) fglrx(0): EDID vendor "LGD", prod id 739
    [ 55.625] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 55.625] (II) fglrx(0): Modeline "1366x768"x0.0 76.00 1366 1402 1450 1564 768 771 776 810 -hsync -vsync (48.6 kHz)
    [ 55.625] (II) fglrx(0): Modeline "1366x768"x0.0 51.00 1366 1402 1450 1564 768 771 776 814 -hsync -vsync (32.6 kHz)
    [ 55.697] (II) fglrx(0): EDID vendor "LGD", prod id 739
    [ 55.697] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 55.697] (II) fglrx(0): Modeline "1366x768"x0.0 76.00 1366 1402 1450 1564 768 771 776 810 -hsync -vsync (48.6 kHz)
    [ 55.697] (II) fglrx(0): Modeline "1366x768"x0.0

    Hello,
    i get the same messages without any problems for my intel card.
    You can read more about it in this thread:
    http://forums.gentoo.org/viewtopic-t-85 … ec66f93bf2
    There are a fair amount of people who have posted their /proc/mtrr there, you can compare yours to them.
    In the end they come to the conclusion, that uncachable entries are not a problem, for the most systems.
    However uncachable regions of 1024MB seem to be too large.
    On my mtrr the biggest uncachable entry is 64MB.
    So you might get improvement from solving this.

  • XRANDR HDMI problem NVIDIA Optimus proprietary

    Hi,
    Can someone help me understand why when I switch the audio to HIMI the frequency is accelerated? I followed the wiki about the sampling frequency of pulseaudio but has no effect. in practice, the audio is slightly accelerated it seems one octave above. Sorry for my English but I'm using google. I'm Italian.
    Update: I noticed that the video is slightly sped up. only when I pass by HDMI. I am using the proprietary drivers from NVIDIA.
    Update1: Another issue concerns xrandr. when I launch the command xrandr i see only a portion of screen in laptop monitor (3/4 of screen is blasck and the only fouth      visible is
                   passed to HDMI).  I need a mirror of laptop screen over HDMI with different resolution. If I disable the main screen and use only HDMI it's ok but with audio and video speed
                   problem.
    Summary:
    HDMI only works if I do xrandr --off on the main monitor. So it works but with accelerated video and audio.
    if i active both screens I just get a portion visible in the monitor of the laptop (1/4visible 3/4 black) and the visible portion occupies the entire screen over HDMI.
    Update2: I noticed that all the outputs are associated to modesetting
    Update3: I noticed that if i power the lapotop with the HDMI monitor connected after grub boot i have the problem of laptop's screen visible area. At this moment i believe that the
                   problem depend to modesetting module driver.
    My question is: is it possible to change modesetting to xf86-video-intel one? Because if i try to install intel driver i have a conflict between mesa-libgl and nvidia-libgl.
    xrandr --listproviders
    Providers: number : 2
    Provider 0: id: 0x2d9 cap: 0x1, Source Output crtcs: 0 outputs: 0 associated providers: 1 name:NVIDIA-0
    Provider 1: id: 0x47 cap: 0x2, Sink Output crtcs: 3 outputs: 5 associated providers: 1 name:modesetting
    xorg.log WW
    [foxx@arch ~]$ grep WW /var/log/Xorg.0.log
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 23908.923] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 23908.923] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 23908.923] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 23908.923] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 23908.927] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 23908.989] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 23909.163] (WW) NVIDIA(0): Unable to get display device for DPI computation.
    [ 23909.316] (WW) modesetting(G0): Option "AllowEmptyInitialConfiguration" is not used
    [ 23909.316] (WW) modesetting(G0): Option "RenderAccel" is not used
    [ 23909.316] (WW) modesetting(G0): Option "NoRenderExtension" is not used
    [ 23909.316] (WW) modesetting(G0): Option "AllowGLXWithComposite" is not used
    [ 23909.316] (WW) modesetting(G0): Option "AddARGBGLXVisuals" is not used
    [ 23909.316] (WW) modesetting(G0): Option "DamageEvents" is not used
    [ 23909.316] (WW) modesetting(G0): Option "ConnectToAcpid" is not used
    xorg.log EE
    $ grep EE /var/log/Xorg.0.log
    [ 21200.976] Current Operating System: Linux arch 3.15.1-1-ARCH #1 SMP PREEMPT Tue Jun 17 09:32:20 CEST 2014 x86_64
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 21201.034] Initializing built-in extension MIT-SCREEN-SAVER
    [ 21201.065] (EE) Screen 1 deleted because of no matching config section.
    [ 21201.675] (EE) NVIDIA(0): Failed to initiate mode change.
    [ 21201.675] (EE) NVIDIA(0): Failed to complete mode change
    xorg.log HDMI
    $ grep HDMI /var/log/Xorg.0.log
    [ 23908.923] (**) |-->Screen "nvidia_HDMI" (1)
    [ 23908.923] (==) No monitor specified for screen "nvidia_HDMI".
    [ 23909.238] (II) modesetting(G0): Output HDMI-1-0 has no monitor section
    [ 23909.239] (II) modesetting(G0): Output HDMI-1-1 has no monitor section
    [ 23909.315] (II) modesetting(G0): EDID for output HDMI-1-0
    [ 23909.315] (II) modesetting(G0): Printing probed modes for output HDMI-1-0
    [ 23909.316] (II) modesetting(G0): EDID for output HDMI-1-1
    [ 23909.723] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event11)
    [ 23909.723] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event12)
    [ 23909.723] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event13)
    full log:
    cat /var/log/Xorg.0.log
    [ 21200.967]
    X.Org X Server 1.15.1
    Release Date: 2014-04-13
    [ 21200.973] X Protocol Version 11, Revision 0
    [ 21200.974] Build Operating System: Linux 3.14.0-4-ARCH x86_64
    [ 21200.976] Current Operating System: Linux arch 3.15.1-1-ARCH #1 SMP PREEMPT Tue Jun 17 09:32:20 CEST 2014 x86_64
    [ 21200.976] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=1e5256cb-4f67-4b01-8a6f-237f615fcc8a rw rcutree.rcu_idle_gp_delay=1
    [ 21200.980] Build Date: 14 April 2014 08:39:09AM
    [ 21200.981]
    [ 21200.983] Current version of pixman: 0.32.4
    [ 21200.987] Before reporting problems, check [url]http://wiki.x.org[/url]
    to make sure that you have the latest version.
    [ 21200.987] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 21200.994] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jun 24 20:35:41 2014
    [ 21200.996] (==) Using config file: "/etc/X11/xorg.conf"
    [ 21200.998] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 21200.998] (==) ServerLayout "layout"
    [ 21200.998] (**) |-->Screen "nvidia" (0)
    [ 21200.998] (**) | |-->Monitor "<default monitor>"
    [ 21200.998] (**) | |-->Device "nvidia"
    [ 21200.998] (==) No monitor specified for screen "nvidia".
    Using a default monitor configuration.
    [ 21200.998] (**) |-->Screen "nvidia_HDMI" (1)
    [ 21200.998] (**) | |-->Monitor "<default monitor>"
    [ 21200.998] (**) | |-->Device "nvidia"
    [ 21200.998] (==) No monitor specified for screen "nvidia_HDMI".
    Using a default monitor configuration.
    [ 21200.998] (**) |-->Inactive Device "intel"
    [ 21200.998] (==) Automatically adding devices
    [ 21200.998] (==) Automatically enabling devices
    [ 21200.998] (==) Automatically adding GPU devices
    [ 21200.998] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 21200.998] Entry deleted from font path.
    [ 21200.998] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 21200.998] Entry deleted from font path.
    [ 21200.998] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 21200.998] Entry deleted from font path.
    [ 21200.998] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 21200.998] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 21200.998] Entry deleted from font path.
    [ 21200.998] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 21200.998] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 21200.998] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 21200.998] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 21200.998] (II) Loader magic: 0x804c80
    [ 21200.998] (II) Module ABI versions:
    [ 21200.998] X.Org ANSI C Emulation: 0.4
    [ 21200.998] X.Org Video Driver: 15.0
    [ 21200.998] X.Org XInput driver : 20.0
    [ 21200.998] X.Org Server Extension : 8.0
    [ 21200.998] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 21200.998] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 21201.002] (--) PCI:*(0:0:2:0) 8086:0416:1028:05fe rev 6, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
    [ 21201.002] (--) PCI: (0:2:0:0) 10de:0fe4:1028:05fe rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 21201.002] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 21201.004] Initializing built-in extension Generic Event Extension
    [ 21201.006] Initializing built-in extension SHAPE
    [ 21201.008] Initializing built-in extension MIT-SHM
    [ 21201.009] Initializing built-in extension XInputExtension
    [ 21201.011] Initializing built-in extension XTEST
    [ 21201.013] Initializing built-in extension BIG-REQUESTS
    [ 21201.015] Initializing built-in extension SYNC
    [ 21201.017] Initializing built-in extension XKEYBOARD
    [ 21201.019] Initializing built-in extension XC-MISC
    [ 21201.021] Initializing built-in extension SECURITY
    [ 21201.023] Initializing built-in extension XINERAMA
    [ 21201.024] Initializing built-in extension XFIXES
    [ 21201.026] Initializing built-in extension RENDER
    [ 21201.028] Initializing built-in extension RANDR
    [ 21201.030] Initializing built-in extension COMPOSITE
    [ 21201.032] Initializing built-in extension DAMAGE
    [ 21201.034] Initializing built-in extension MIT-SCREEN-SAVER
    [ 21201.036] Initializing built-in extension DOUBLE-BUFFER
    [ 21201.037] Initializing built-in extension RECORD
    [ 21201.039] Initializing built-in extension DPMS
    [ 21201.041] Initializing built-in extension Present
    [ 21201.043] Initializing built-in extension DRI3
    [ 21201.045] Initializing built-in extension X-Resource
    [ 21201.047] Initializing built-in extension XVideo
    [ 21201.049] Initializing built-in extension XVideo-MotionCompensation
    [ 21201.050] Initializing built-in extension XFree86-VidModeExtension
    [ 21201.052] Initializing built-in extension XFree86-DGA
    [ 21201.054] Initializing built-in extension XFree86-DRI
    [ 21201.056] Initializing built-in extension DRI2
    [ 21201.056] (II) LoadModule: "glx"
    [ 21201.056] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 21201.063] (II) Module glx: vendor="NVIDIA Corporation"
    [ 21201.063] compiled for 4.0.2, module version = 1.0.0
    [ 21201.063] Module class: X.Org Server Extension
    [ 21201.063] (II) NVIDIA GLX Module 337.25 Tue May 27 12:21:38 PDT 2014
    [ 21201.064] Loading extension GLX
    [ 21201.064] (II) LoadModule: "nvidia"
    [ 21201.064] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 21201.064] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 21201.064] compiled for 4.0.2, module version = 1.0.0
    [ 21201.064] Module class: X.Org Video Driver
    [ 21201.064] (II) LoadModule: "modesetting"
    [ 21201.065] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 21201.065] (II) Module modesetting: vendor="X.Org Foundation"
    [ 21201.065] compiled for 1.15.0, module version = 0.8.1
    [ 21201.065] Module class: X.Org Video Driver
    [ 21201.065] ABI class: X.Org Video Driver, version 15.0
    [ 21201.065] (II) NVIDIA dlloader X Driver 337.25 Tue May 27 12:01:55 PDT 2014
    [ 21201.065] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 21201.065] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 21201.065] (++) using VT number 1
    [ 21201.065] (II) Loading sub module "fb"
    [ 21201.065] (II) LoadModule: "fb"
    [ 21201.065] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 21201.065] (II) Module fb: vendor="X.Org Foundation"
    [ 21201.065] compiled for 1.15.1, module version = 1.0.0
    [ 21201.065] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 21201.065] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 21201.065] (II) Loading sub module "wfb"
    [ 21201.065] (II) LoadModule: "wfb"
    [ 21201.065] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 21201.065] (II) Module wfb: vendor="X.Org Foundation"
    [ 21201.065] compiled for 1.15.1, module version = 1.0.0
    [ 21201.065] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 21201.065] (II) Loading sub module "ramdac"
    [ 21201.065] (II) LoadModule: "ramdac"
    [ 21201.065] (II) Module "ramdac" already built-in
    [ 21201.065] (II) modesetting(1): using drv /dev/dri/card0
    [ 21201.065] (II) modesetting(G0): using drv /dev/dri/card0
    [ 21201.065] (EE) Screen 1 deleted because of no matching config section.
    [ 21201.065] (II) UnloadModule: "modesetting"
    [ 21201.065] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 21201.065] (==) NVIDIA(0): RGB weight 888
    [ 21201.065] (==) NVIDIA(0): Default visual is TrueColor
    [ 21201.065] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 21201.065] (**) NVIDIA(0): Option "ConstrainCursor" "off"
    [ 21201.065] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration" "on"
    [ 21201.066] (**) NVIDIA(0): Enabling 2D acceleration
    [ 21201.235] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
    [ 21201.237] (II) NVIDIA(0): NVIDIA GPU GeForce GT 750M (GK107) at PCI:2:0:0 (GPU-0)
    [ 21201.237] (--) NVIDIA(0): Memory: 2097152 kBytes
    [ 21201.237] (--) NVIDIA(0): VideoBIOS: 80.07.b3.00.10
    [ 21201.237] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 21201.237] (--) NVIDIA(0): Valid display device(s) on GeForce GT 750M at PCI:2:0:0
    [ 21201.237] (--) NVIDIA(0): none
    [ 21201.237] (II) NVIDIA(0): Validated MetaModes:
    [ 21201.237] (II) NVIDIA(0): "NULL"
    [ 21201.237] (**) NVIDIA(0): Virtual screen size configured to be 16384 x 16384
    [ 21201.237] (WW) NVIDIA(0): Unable to get display device for DPI computation.
    [ 21201.237] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
    [ 21201.237] (==) modesetting(G0): Depth 24, (==) framebuffer bpp 32
    [ 21201.237] (==) modesetting(G0): RGB weight 888
    [ 21201.237] (==) modesetting(G0): Default visual is TrueColor
    [ 21201.237] (II) modesetting(G0): ShadowFB: preferred YES, enabled YES
    [ 21201.237] (II) modesetting(G0): Output eDP-1-0 has no monitor section
    [ 21201.261] (II) modesetting(G0): Output VGA-1-0 has no monitor section
    [ 21201.312] (II) modesetting(G0): Output HDMI-1-0 has no monitor section
    [ 21201.312] (II) modesetting(G0): Output DisplayPort-1-0 has no monitor section
    [ 21201.312] (II) modesetting(G0): Output HDMI-1-1 has no monitor section
    [ 21201.312] (II) modesetting(G0): EDID for output eDP-1-0
    [ 21201.312] (II) modesetting(G0): Manufacturer: SHP Model: 13f8 Serial#: 0
    [ 21201.312] (II) modesetting(G0): Year: 2013 Week: 34
    [ 21201.312] (II) modesetting(G0): EDID Version: 1.4
    [ 21201.312] (II) modesetting(G0): Digital Display Input
    [ 21201.312] (II) modesetting(G0): 8 bits per channel
    [ 21201.312] (II) modesetting(G0): Digital interface is DisplayPort
    [ 21201.312] (II) modesetting(G0): Max Image Size [cm]: horiz.: 35 vert.: 19
    [ 21201.312] (II) modesetting(G0): Gamma: 2.20
    [ 21201.312] (II) modesetting(G0): No DPMS capabilities specified
    [ 21201.312] (II) modesetting(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 21201.312] (II) modesetting(G0): Default color space is primary color space
    [ 21201.312] (II) modesetting(G0): First detailed timing is preferred mode
    [ 21201.312] (II) modesetting(G0): Preferred mode is native pixel format and refresh rate
    [ 21201.313] (II) modesetting(G0): redX: 0.640 redY: 0.329 greenX: 0.300 greenY: 0.600
    [ 21201.313] (II) modesetting(G0): blueX: 0.149 blueY: 0.060 whiteX: 0.312 whiteY: 0.328
    [ 21201.313] (II) modesetting(G0): Manufacturer's mask: 0
    [ 21201.313] (II) modesetting(G0): Supported detailed timing:
    [ 21201.313] (II) modesetting(G0): clock: 373.2 MHz Image Size: 346 x 194 mm
    [ 21201.313] (II) modesetting(G0): h_active: 3200 h_sync: 3248 h_sync_end 3280 h_blank_end 3360 h_border: 0
    [ 21201.313] (II) modesetting(G0): v_active: 1800 v_sync: 1803 v_sync_end 1808 v_blanking: 1852 v_border: 0
    [ 21201.313] (II) modesetting(G0): 6RGW0LQ156Z1
    [ 21201.313] (II) modesetting(G0): Unknown vendor-specific block 0
    [ 21201.313] (II) modesetting(G0): EDID (in hex):
    [ 21201.313] (II) modesetting(G0): 00ffffffffffff004d10f81300000000
    [ 21201.313] (II) modesetting(G0): 22170104a52313780ede50a3544c9926
    [ 21201.313] (II) modesetting(G0): 0f505400000001010101010101010101
    [ 21201.313] (II) modesetting(G0): 010101010101cd9180a0c00834703020
    [ 21201.313] (II) modesetting(G0): 35005ac2100000180000001000000000
    [ 21201.313] (II) modesetting(G0): 00000000000000000000000000fe0036
    [ 21201.313] (II) modesetting(G0): 52475730804c513135365a3100000000
    [ 21201.313] (II) modesetting(G0): 0002010328001200000b010a2020001b
    [ 21201.313] (II) modesetting(G0): Printing probed modes for output eDP-1-0
    [ 21201.313] (II) modesetting(G0): Modeline "3200x1800"x60.0 373.25 3200 3248 3280 3360 1800 1803 1808 1852 -hsync -vsync (111.1 kHz eP)
    [ 21201.313] (II) modesetting(G0): Modeline "2048x1536"x60.0 266.95 2048 2200 2424 2800 1536 1537 1540 1589 -hsync +vsync (95.3 kHz d)
    [ 21201.313] (II) modesetting(G0): Modeline "1920x1440"x60.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
    [ 21201.313] (II) modesetting(G0): Modeline "1856x1392"x60.0 218.30 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
    [ 21201.313] (II) modesetting(G0): Modeline "1792x1344"x60.0 204.80 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
    [ 21201.313] (II) modesetting(G0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
    [ 21201.313] (II) modesetting(G0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
    [ 21201.313] (II) modesetting(G0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
    [ 21201.313] (II) modesetting(G0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
    [ 21201.313] (II) modesetting(G0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
    [ 21201.313] (II) modesetting(G0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
    [ 21201.313] (II) modesetting(G0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
    [ 21201.313] (II) modesetting(G0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
    [ 21201.313] (II) modesetting(G0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
    [ 21201.313] (II) modesetting(G0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
    [ 21201.313] (II) modesetting(G0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
    [ 21201.313] (II) modesetting(G0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
    [ 21201.313] (II) modesetting(G0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
    [ 21201.313] (II) modesetting(G0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
    [ 21201.313] (II) modesetting(G0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
    [ 21201.313] (II) modesetting(G0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
    [ 21201.313] (II) modesetting(G0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
    [ 21201.313] (II) modesetting(G0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
    [ 21201.313] (II) modesetting(G0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
    [ 21201.313] (II) modesetting(G0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
    [ 21201.337] (II) modesetting(G0): EDID for output VGA-1-0
    [ 21201.389] (II) Quirked EDID physical size to 0x0 cm
    [ 21201.389] (II) modesetting(G0): EDID for output HDMI-1-0
    [ 21201.389] (II) modesetting(G0): Manufacturer: ONK Model: b62 Serial#: 0
    [ 21201.389] (II) modesetting(G0): Year: 2011 Week: 0
    [ 21201.389] (II) modesetting(G0): EDID Version: 1.3
    [ 21201.389] (II) modesetting(G0): Digital Display Input
    [ 21201.389] (II) modesetting(G0): Indeterminate output size
    [ 21201.389] (II) modesetting(G0): Gamma: 2.40
    [ 21201.389] (II) modesetting(G0): No DPMS capabilities specified
    [ 21201.389] (II) modesetting(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 21201.389] (II) modesetting(G0): First detailed timing is preferred mode
    [ 21201.389] (II) modesetting(G0): redX: 0.640 redY: 0.334 greenX: 0.286 greenY: 0.599
    [ 21201.389] (II) modesetting(G0): blueX: 0.514 blueY: 0.077 whiteX: 0.312 whiteY: 0.329
    [ 21201.389] (II) modesetting(G0): Supported established timings:
    [ 21201.389] (II) modesetting(G0): 640x480@60Hz
    [ 21201.389] (II) modesetting(G0): 800x600@60Hz
    [ 21201.389] (II) modesetting(G0): 1024x768@60Hz
    [ 21201.389] (II) modesetting(G0): Manufacturer's mask: 0
    [ 21201.389] (II) modesetting(G0): Supported detailed timing:
    [ 21201.389] (II) modesetting(G0): clock: 85.5 MHz Image Size: 160 x 90 mm
    [ 21201.389] (II) modesetting(G0): h_active: 1360 h_sync: 1424 h_sync_end 1536 h_blank_end 1792 h_border: 0
    [ 21201.389] (II) modesetting(G0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 795 v_border: 0
    [ 21201.389] (II) modesetting(G0): Supported detailed timing:
    [ 21201.389] (II) modesetting(G0): clock: 74.2 MHz Image Size: 160 x 90 mm
    [ 21201.389] (II) modesetting(G0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
    [ 21201.389] (II) modesetting(G0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 21201.389] (II) modesetting(G0): Monitor name: TX-NR609
    [ 21201.389] (II) modesetting(G0): Ranges: V min: 23 V max: 60 Hz, H min: 26 H max: 68 kHz, PixClock max 155 MHz
    [ 21201.389] (II) modesetting(G0): Supported detailed timing:
    [ 21201.389] (II) modesetting(G0): clock: 74.2 MHz Image Size: 160 x 90 mm
    [ 21201.389] (II) modesetting(G0): h_active: 1280 h_sync: 1720 h_sync_end 1760 h_blank_end 1980 h_border: 0
    [ 21201.389] (II) modesetting(G0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 21201.389] (II) modesetting(G0): Supported detailed timing:
    [ 21201.389] (II) modesetting(G0): clock: 74.2 MHz Image Size: 160 x 90 mm
    [ 21201.389] (II) modesetting(G0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 21201.389] (II) modesetting(G0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
    [ 21201.389] (II) modesetting(G0): Supported detailed timing:
    [ 21201.389] (II) modesetting(G0): clock: 74.2 MHz Image Size: 160 x 90 mm
    [ 21201.389] (II) modesetting(G0): h_active: 1920 h_sync: 2448 h_sync_end 2492 h_blank_end 2640 h_border: 0
    [ 21201.389] (II) modesetting(G0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
    [ 21201.389] (II) modesetting(G0): Number of EDID sections to follow: 1
    [ 21201.389] (II) modesetting(G0): EDID (in hex):
    [ 21201.389] (II) modesetting(G0): 00ffffffffffff003dcb620b00000000
    [ 21201.389] (II) modesetting(G0): 001501038010098c0ae5b1a355499983
    [ 21201.389] (II) modesetting(G0): 13505421080001010101010101010101
    [ 21201.389] (II) modesetting(G0): 010101010101662150b051001b304070
    [ 21201.389] (II) modesetting(G0): 3600a05a0000001e011d007251d01e20
    [ 21201.389] (II) modesetting(G0): 6e285500a05a0000001e000000fc0054
    [ 21201.389] (II) modesetting(G0): 582d4e523630390a20202020000000fd
    [ 21201.389] (II) modesetting(G0): 00173c1a440f000a202020202020012d
    [ 21201.389] (II) modesetting(G0): 02033cf153841305140312101f202122
    [ 21201.389] (II) modesetting(G0): 06150f1e0a19242638097f070f7f0717
    [ 21201.389] (II) modesetting(G0): 07503f06c04d02005706005f7e016754
    [ 21201.389] (II) modesetting(G0): 00834f000066030c00250080011d00bc
    [ 21201.389] (II) modesetting(G0): 52d01e20b8285540a05a0000001e011d
    [ 21201.389] (II) modesetting(G0): 8018711c1620582c2500a05a0000009e
    [ 21201.389] (II) modesetting(G0): 011d80d0721c1620102c2580a05a0000
    [ 21201.389] (II) modesetting(G0): 009e0000000000000000000000000043
    [ 21201.389] (II) modesetting(G0): Printing probed modes for output HDMI-1-0
    [ 21201.389] (II) modesetting(G0): Modeline "1360x768"x60.0 85.50 1360 1424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz eP)
    [ 21201.389] (II) modesetting(G0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
    [ 21201.389] (II) modesetting(G0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [ 21201.389] (II) modesetting(G0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
    [ 21201.389] (II) modesetting(G0): Modeline "1920x1080i"x60.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
    [ 21201.389] (II) modesetting(G0): Modeline "1920x1080i"x50.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
    [ 21201.389] (II) modesetting(G0): Modeline "1920x1080"x30.0 74.25 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
    [ 21201.389] (II) modesetting(G0): Modeline "1920x1080"x25.0 74.25 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
    [ 21201.389] (II) modesetting(G0): Modeline "1920x1080"x24.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [ 21201.389] (II) modesetting(G0): Modeline "1920x1080i"x59.9 74.18 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
    [ 21201.389] (II) modesetting(G0): Modeline "1920x1080"x30.0 74.18 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (33.7 kHz e)
    [ 21201.389] (II) modesetting(G0): Modeline "1920x1080"x24.0 74.18 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [ 21201.389] (II) modesetting(G0): Modeline "2880x576"x50.0 108.00 2880 2928 3184 3456 576 581 586 625 -hsync -vsync (31.2 kHz e)
    [ 21201.389] (II) modesetting(G0): Modeline "2880x576i"x50.0 54.00 2880 2928 3180 3456 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
    [ 21201.389] (II) modesetting(G0): Modeline "2880x480"x60.0 108.11 2880 2944 3192 3432 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 21201.389] (II) modesetting(G0): Modeline "2880x480"x59.9 108.00 2880 2944 3192 3432 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 21201.389] (II) modesetting(G0): Modeline "2880x480i"x60.0 54.05 2880 2956 3204 3432 480 488 494 525 interlace -hsync -vsync (15.8 kHz e)
    [ 21201.389] (II) modesetting(G0): Modeline "2880x480i"x59.9 54.00 2880 2956 3204 3432 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
    [ 21201.389] (II) modesetting(G0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 21201.389] (II) modesetting(G0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
    [ 21201.389] (II) modesetting(G0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 21201.389] (II) modesetting(G0): Modeline "1440x576"x50.0 54.00 1440 1464 1592 1728 576 581 586 625 -hsync -vsync (31.2 kHz e)
    [ 21201.389] (II) modesetting(G0): Modeline "1440x576i"x50.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
    [ 21201.389] (II) modesetting(G0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 21201.389] (II) modesetting(G0): Modeline "1440x480"x60.0 54.05 1440 1472 1596 1716 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 21201.389] (II) modesetting(G0): Modeline "1440x480"x59.9 54.00 1440 1472 1596 1716 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 21201.389] (II) modesetting(G0): Modeline "1440x480i"x60.0 27.03 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.8 kHz e)
    [ 21201.389] (II) modesetting(G0): Modeline "1440x480i"x59.9 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
    [ 21201.389] (II) modesetting(G0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 21201.389] (II) modesetting(G0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
    [ 21201.389] (II) modesetting(G0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 21201.389] (II) modesetting(G0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 21201.389] (II) modesetting(G0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 21201.389] (II) modesetting(G0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 21201.389] (II) modesetting(G0): EDID for output DisplayPort-1-0
    [ 21201.389] (II) modesetting(G0): EDID for output HDMI-1-1
    [ 21201.389] (II) modesetting(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 21201.389] (==) modesetting(G0): DPI set to (96, 96)
    [ 21201.389] (II) Loading sub module "fb"
    [ 21201.389] (II) LoadModule: "fb"
    [ 21201.390] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 21201.390] (II) Module fb: vendor="X.Org Foundation"
    [ 21201.390] compiled for 1.15.1, module version = 1.0.0
    [ 21201.390] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 21201.390] (II) Loading sub module "shadow"
    [ 21201.390] (II) LoadModule: "shadow"
    [ 21201.390] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [ 21201.390] (II) Module shadow: vendor="X.Org Foundation"
    [ 21201.390] compiled for 1.15.1, module version = 1.1.0
    [ 21201.390] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 21201.390] (--) Depth 24 pixmap format is 32 bpp
    [ 21201.390] (==) modesetting(G0): Backing store enabled
    [ 21201.390] (==) modesetting(G0): Silken mouse enabled
    [ 21201.390] (II) modesetting(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 21201.390] (==) modesetting(G0): DPMS enabled
    [ 21201.390] (WW) modesetting(G0): Option "AllowEmptyInitialConfiguration" is not used
    [ 21201.671] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
    [ 21201.671] (II) NVIDIA: access.
    [ 21201.675] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 21201.675] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 21201.675] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 21201.675] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 21201.675] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 21201.675] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 21201.675] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 21201.675] (II) NVIDIA(0): Config Options in the README.
    [ 21201.675] (II) NVIDIA(0): Setting mode "NULL"
    [ 21201.675] (EE) NVIDIA(0): Failed to initiate mode change.
    [ 21201.675] (EE) NVIDIA(0): Failed to complete mode change
    [ 21201.735] Loading extension NV-GLX
    [ 21201.742] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 21201.742] (==) NVIDIA(0): Backing store enabled
    [ 21201.742] (==) NVIDIA(0): Silken mouse enabled
    [ 21201.742] (==) NVIDIA(0): DPMS enabled
    [ 21201.742] Loading extension NV-CONTROL
    [ 21201.742] (II) Loading sub module "dri2"
    [ 21201.742] (II) LoadModule: "dri2"
    [ 21201.742] (II) Module "dri2" already built-in
    [ 21201.742] (II) NVIDIA(0): [DRI2] Setup complete
    [ 21201.742] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 21201.742] (--) RandR disabled
    [ 21201.748] (II) Initializing extension GLX
    [ 21201.749] (II) modesetting(G0): Damage tracking initialized
    [ 21201.775] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 21201.775] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 21201.775] (II) LoadModule: "evdev"
    [ 21201.775] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 21201.776] (II) Module evdev: vendor="X.Org Foundation"
    [ 21201.776] compiled for 1.15.1, module version = 2.9.0
    [ 21201.776] Module class: X.Org XInput Driver
    [ 21201.776] ABI class: X.Org XInput driver, version 20.0
    [ 21201.776] (II) Using input driver 'evdev' for 'Power Button'
    [ 21201.776] (**) Power Button: always reports core events
    [ 21201.776] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 21201.776] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 21201.776] (--) evdev: Power Button: Found keys
    [ 21201.776] (II) evdev: Power Button: Configuring as keyboard
    [ 21201.776] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
    [ 21201.776] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 21201.776] (**) Option "xkb_rules" "evdev"
    [ 21201.776] (**) Option "xkb_model" "pc104"
    [ 21201.776] (**) Option "xkb_layout" "it"
    [ 21201.776] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 21201.788] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
    [ 21201.788] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 21201.788] (II) Using input driver 'evdev' for 'Video Bus'
    [ 21201.788] (**) Video Bus: always reports core events
    [ 21201.788] (**) evdev: Video Bus: Device: "/dev/input/event4"
    [ 21201.788] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 21201.788] (--) evdev: Video Bus: Found keys
    [ 21201.788] (II) evdev: Video Bus: Configuring as keyboard
    [ 21201.788] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input4/event4"
    [ 21201.788] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 21201.788] (**) Option "xkb_rules" "evdev"
    [ 21201.788] (**) Option "xkb_model" "pc104"
    [ 21201.788] (**) Option "xkb_layout" "it"
    [ 21201.788] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 21201.788] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
    [ 21201.788] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 21201.788] (II) Using input driver 'evdev' for 'Video Bus'
    [ 21201.788] (**) Video Bus: always reports core events
    [ 21201.788] (**) evdev: Video Bus: Device: "/dev/input/event3"
    [ 21201.788] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 21201.788] (--) evdev: Video Bus: Found keys
    [ 21201.788] (II) evdev: Video Bus: Configuring as keyboard
    [ 21201.788] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4d/LNXVIDEO:00/input/input3/event3"
    [ 21201.788] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
    [ 21201.788] (**) Option "xkb_rules" "evdev"
    [ 21201.788] (**) Option "xkb_model" "pc104"
    [ 21201.788] (**) Option "xkb_layout" "it"
    [ 21201.788] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 21201.788] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 21201.789] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 21201.789] (II) Using input driver 'evdev' for 'Power Button'
    [ 21201.789] (**) Power Button: always reports core events
    [ 21201.789] (**) evdev: Power Button: Device: "/dev/input/event0"
    [ 21201.789] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 21201.789] (--) evdev: Power Button: Found keys
    [ 21201.789] (II) evdev: Power Button: Configuring as keyboard
    [ 21201.789] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
    [ 21201.789] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
    [ 21201.789] (**) Option "xkb_rules" "evdev"
    [ 21201.789] (**) Option "xkb_model" "pc104"
    [ 21201.789] (**) Option "xkb_layout" "it"
    [ 21201.789] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 21201.789] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 21201.789] (II) No input driver specified, ignoring this device.
    [ 21201.789] (II) This device may have been added with another device file.
    [ 21201.789] (II) config/udev: Adding drm device (/dev/dri/card1)
    [ 21201.789] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 21201.789] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event11)
    [ 21201.789] (II) No input driver specified, ignoring this device.
    [ 21201.789] (II) This device may have been added with another device file.
    [ 21201.789] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event12)
    [ 21201.789] (II) No input driver specified, ignoring this device.
    [ 21201.789] (II) This device may have been added with another device file.
    [ 21201.789] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event13)
    [ 21201.789] (II) No input driver specified, ignoring this device.
    [ 21201.789] (II) This device may have been added with another device file.
    [ 21201.789] (II) config/udev: Adding input device Integrated_Webcam_HD (/dev/input/event14)
    [ 21201.789] (**) Integrated_Webcam_HD: Applying InputClass "evdev keyboard catchall"
    [ 21201.789] (II) Using input driver 'evdev' for 'Integrated_Webcam_HD'
    [ 21201.789] (**) Integrated_Webcam_HD: always reports core events
    [ 21201.789] (**) evdev: Integrated_Webcam_HD: Device: "/dev/input/event14"
    [ 21201.789] (--) evdev: Integrated_Webcam_HD: Vendor 0xbda Product 0x573c
    [ 21201.789] (--) evdev: Integrated_Webcam_HD: Found keys
    [ 21201.789] (II) evdev: Integrated_Webcam_HD: Configuring as keyboard
    [ 21201.789] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.0/input/input16/event14"
    [ 21201.790] (II) XINPUT: Adding extended input device "Integrated_Webcam_HD" (type: KEYBOARD, id 10)
    [ 21201.790] (**) Option "xkb_rules" "evdev"
    [ 21201.790] (**) Option "xkb_model" "pc104"
    [ 21201.790] (**) Option "xkb_layout" "it"
    [ 21201.790] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 21201.790] (II) config/udev: Adding input device USB OPTICAL MOUSE (/dev/input/event6)
    [ 21201.790] (**) USB OPTICAL MOUSE: Applying InputClass "evdev pointer catchall"
    [ 21201.790] (II) Using input driver 'evdev' for ' USB OPTICAL MOUSE'
    [ 21201.790] (**) USB OPTICAL MOUSE: always reports core events
    [ 21201.790] (**) evdev: USB OPTICAL MOUSE: Device: "/dev/input/event6"
    [ 21201.790] (--) evdev: USB OPTICAL MOUSE: Vendor 0 Product 0x538
    [ 21201.790] (--) evdev: USB OPTICAL MOUSE: Found 3 mouse buttons
    [ 21201.790] (--) evdev: USB OPTICAL MOUSE: Found scroll wheel(s)
    [ 21201.790] (--) evdev: USB OPTICAL MOUSE: Found relative axes
    [ 21201.790] (--) evdev: USB OPTICAL MOUSE: Found x and y relative axes
    [ 21201.790] (II) evdev: USB OPTICAL MOUSE: Configuring as mouse
    [ 21201.790] (II) evdev: USB OPTICAL MOUSE: Adding scrollwheel support
    [ 21201.790] (**) evdev: USB OPTICAL MOUSE: YAxisMapping: buttons 4 and 5
    [ 21201.790] (**) evdev: USB OPTICAL MOUSE: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 21201.790] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:0000:0538.0001/input/input7/event6"
    [ 21201.790] (II) XINPUT: Adding extended input device " USB OPTICAL MOUSE" (type: MOUSE, id 11)
    [ 21201.790] (II) evdev: USB OPTICAL MOUSE: initialized for relative axes.
    [ 21201.790] (**) USB OPTICAL MOUSE: (accel) keeping acceleration scheme 1
    [ 21201.790] (**) USB OPTICAL MOUSE: (accel) acceleration profile 0
    [ 21201.790] (**) USB OPTICAL MOUSE: (accel) acceleration factor: 2.000
    [ 21201.790] (**) USB OPTICAL MOUSE: (accel) acceleration threshold: 4
    [ 21201.790] (II) config/udev: Adding input device USB OPTICAL MOUSE (/dev/input/mouse0)
    [ 21201.790] (II) No input driver specified, ignoring this device.
    [ 21201.790] (II) This device may have been added with another device file.
    [ 21201.790] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
    [ 21201.790] (II) No input driver specified, ignoring this device.
    [ 21201.790] (II) This device may have been added with another device file.
    [ 21201.790] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event10)
    [ 21201.790] (II) No input driver specified, ignoring this device.
    [ 21201.790] (II) This device may have been added with another device file.
    [ 21201.791] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
    [ 21201.791] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 21201.791] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 21201.791] (**) AT Translated Set 2 keyboard: always reports core events
    [ 21201.791] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event5"
    [ 21201.791] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 21201.791] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 21201.791] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 21201.791] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
    [ 21201.791] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
    [ 21201.791] (**) Option "xkb_rules" "evdev"
    [ 21201.791] (**) Option "xkb_model" "pc104"
    [ 21201.791] (**) Option "xkb_layout" "it"
    [ 21201.791] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 21201.791] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event15)
    [ 21201.791] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 21201.791] (II) Using input driver 'evdev' for 'SynPS/2 Synaptics TouchPad'
    [ 21201.791] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 21201.791] (**) evdev: SynPS/2 Synaptics TouchPad: Device: "/dev/input/event15"
    [ 21201.791] (--) evdev: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 21201.791] (--) evdev: SynPS/2 Synaptics TouchPad: Found 1 mouse buttons
    [ 21201.791] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute axes
    [ 21201.791] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute multitouch axes
    [ 21201.791] (--) evdev: SynPS/2 Synaptics TouchPad: Found x and y absolute axes
    [ 21201.791] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute touchpad.
    [ 21201.791] (II) evdev: SynPS/2 Synaptics TouchPad: Configuring as touchpad
    [ 21201.791] (**) evdev: SynPS/2 Synaptics TouchPad: YAxisMapping: buttons 4 and 5
    [ 21201.791] (**) evdev: SynPS/2 Synaptics TouchPad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 21201.791] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event15"
    [ 21201.791] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
    [ 21201.791] (II) evdev: SynPS/2 Synaptics TouchPad: initialized for absolute axes.
    [ 21201.791] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 21201.791] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
    [ 21201.791] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 21201.791] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 21201.791] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
    [ 21201.791] (II) No input driver specified, ignoring this device.
    [ 21201.791] (II) This device may have been added with another device file.
    [ 21201.791] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
    [ 21201.791] (II) No input driver specified, ignoring this device.
    [ 21201.791] (II) This device may have been added with another device file.
    [ 21201.792] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event9)
    [ 21201.792] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 21201.792] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
    [ 21201.792] (**) Dell WMI hotkeys: always reports core events
    [ 21201.792] (**) evdev: Dell WMI hotkeys: Device: "/dev/input/event9"
    [ 21201.792] (--) evdev: Dell WMI hotkeys: Vendor 0 Product 0
    [ 21201.792] (--) evdev: Dell WMI hotkeys: Found keys
    [ 21201.792] (II) evdev: Dell WMI hotkeys: Configuring as keyboard
    [ 21201.792] (**) Option "config_info" "udev:/sys/devices/virtual/input/input15/event9"
    [ 21201.792] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 14)
    [ 21201.792] (**) Option "xkb_rules" "evdev"
    [ 21201.792] (**) Option "xkb_model" "pc104"
    [ 21201.792] (**) Option "xkb_layout" "it"
    [ 21201.792] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 21201.798] (II) modesetting(G0): EDID vendor "SHP", prod id 5112
    [ 21201.798] (II) modesetting(G0): Printing DDC gathered Modelines:
    [ 21201.798] (II) modesetting(G0): Modeline "3200x1800"x0.0 373.25 3200 3248 3280 3360 1800 1803 1808 1852 -hsync -vsync (111.1 kHz eP)
    [ 21201.875] (II) Quirked EDID physical size to 0x0 cm
    [ 21201.876] reporting 3 5 56 458
    [ 21201.894] have a master to look out for
    [ 21201.894] adjust shatters 0 3200
    [ 21201.898] need to create shared pixmap 1have a master to look out for
    [ 21202.498] need to create shared pixmap 1(II) modesetting(G0): EDID vendor "SHP", prod id 5112
    [ 21203.343] (II) modesetting(G0): Printing DDC gathered Modelines:
    [ 21203.343] (II) modesetting(G0): Modeline "3200x1800"x0.0 373.25 3200 3248 3280 3360 1800 1803 1808 1852 -hsync -vsync (111.1 kHz eP)
    [ 21203.419] (II) Quirked EDID physical size to 0x0 cm
    [ 21203.419] reporting 3 5 56 458
    [ 21203.539] (II) Quirked EDID physical size to 0x0 cm
    [ 21203.539] (II) modesetting(G0): EDID vendor "ONK", prod id 2914
    [ 21203.539] (II) modesetting(G0): Using hsync ranges from config file
    [ 21203.539] (II) modesetting(G0): Using vrefresh ranges from config file
    [ 21203.539] (II) modesetting(G0): Printing DDC gathered Modelines:
    [ 21203.539] (II) modesetting(G0): Modeline "1360x768"x0.0 85.50 1360 1424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz eP)
    [ 21203.539] (II) modesetting(G0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 21203.539] (II) modesetting(G0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
    [ 21203.539] (II) modesetting(G0): Modeline "1920x1080i"x0.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
    [ 21203.539] (II) modesetting(G0): Modeline "1920x1080i"x0.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
    [ 21203.539] (II) modesetting(G0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 21203.539] (II) modesetting(G0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 21203.539] (II) modesetting(G0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 21203.539] (II) modesetting(G0): Modeline "1440x480i"x0.0 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
    [ 21203.539] (II) modesetting(G0): Modeline "1440x576i"x0.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
    [ 21203.539] (II) modesetting(G0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
    [ 21203.539] (II) modesetting(G0): Modeline "1920x1080"x0.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [ 21203.539] (II) modesetting(G0): Modeline "1920x1080"x0.0 74.25 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
    [ 21203.539] (II) modesetting(G0): Modeline "1920x1080"x0.0 74.25 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
    [ 21203.539] (II) modesetting(G0): Modeline "2880x480"x0.0 108.00 2880 2944 3192 3432 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 21203.539] (II) modesetting(G0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
    [ 21203.539] (II) modesetting(G0): Modeline "1920x1080"x0.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [ 21203.539] (II) modesetting(G0): Modeline "2880x480i"x0.0 54.00 2880 2956 3204 3432 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
    [ 21203.539] (II) modesetting(G0): Modeline "2880x576i"x0.0 54.00 2880 2928 3180 3456 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
    [ 21203.539] (II) modesetting(G0): Modeline "2880x576"x0.0 108.00 2880 2928 3184 3456 576 581 586 625 -hsync -vsync (31.2 kHz e)
    [ 21203.539] (II) modesetting(G0): Modeline "1920x1080i"x0.0 72.00 1920 1952 2120 2304 1080 1126 1136 1250 interlace +hsync -vsync (31.2 kHz e)
    [ 21203.539] reporting 3 5 56 458
    [ 21203.649] (II) Quirked EDID physical size to 0x0 cm
    [ 21203.649] (II) modesetting(G0): EDID vendor "ONK", prod id 2914
    [ 21203.649] (II) modesetting(G0): Using hsync ranges from config file
    [ 21203.649] (II) modesetting(G0): Using vrefresh ranges from config file
    [ 21203.649] (II) modesetting(G0): Printing DDC gathered Modelines:
    [ 21203.649] (II) modesetting(G0): Modeline "1360x768"x0.0 85.50 1360 1424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz eP)
    [ 21203.649] (II) modesetting(G0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 21203.649] (II) modesetting(G0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
    [ 21203.649] (II) modesetting(G0): Modeline "1920x1080i"x0.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
    [ 21203.649] (II) modesetting(G0): Modeline "1920x1080i"x0.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
    [ 21203.649] (II) modesetting(G0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 21203.649] (II) modesetting(G0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 21203.649] (II) modesetting(G0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 21203.649] (II) modesetting(G0): Modeline "1440x480i"x0.0 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
    [ 21203.649] (II) modesetting(G0): Modeline "1440x576i"x0.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
    [ 21203.649] (II) modesetting(G0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
    [ 21203.649] (II) modesetting(G0): Modeline "1920x1080"x0.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [ 21203.649] (II) modesetting(G0): Modeline "1920x1080"x0.0 74.25 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
    [ 21203.649] (II) modesetting(G0): Modeline "1920x1080"x0.0 74.25 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
    [ 21203.649] (II) modesetting(G0): Modeline "2880x480"x0.0 108.00 2880 2944 3192 3432 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 21203.649] (II) modesetting(G0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
    [ 21203.649] (II) modesetting(G0): Modeline "1920x1080"x0.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [ 21203.649] (II) modesetting(G0): Modeline "2880x480i"x0.0 54.00 2880 2956 3204 3432 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
    [ 21203.649] (II) modesetting(G0): Modeline "2880x576i"x0.0 54.00 2880 2928 3180 3456 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
    [ 21203.649] (II) modesetting(G0): Modeline "2880x576"x0.0 108.00 2880 2928 3184 3456 576 581 586 625 -hsync -vsync (31.2 kHz e)
    [ 21203.649] (II) modesetting(G0): Modeline "1920x1080i"x0.0 72.00 1920 1952 2120 2304 1080 1126 1136 1250 interlace +hsync -vsync (31.2 kHz e)
    [ 21203.649] reporting 3 5 56 458
    [ 21203.725] (II) Quirked EDID physical size to 0x0 cm
    [ 21203.725] (II) modesetting(G0): EDID vendor "ONK", prod id 2914
    [ 21203.725] (II) modesetting(G0): Using hsync ranges from config file
    [ 21203.725] (II) modesetting(G0): Using vrefresh ranges from config file
    [ 21203.725] (II) modesetting(G0): Printing DDC gathered Modelines:
    [ 21203.725] (II) modesetting(G0): Modeline "1360x768"x0.0 85.50 1360 1424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz eP)
    [ 21203.725] (II) modesetting(G0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 21203.725] (II) modesetting(G0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
    [ 21203.725] (II) modesetting(G0): Modeline "1920x1080i"x0.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
    [ 21203.725] (II) modesetting(G0): Modeline "1920x1080i"x0.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
    [ 21203.725] (II) modesetting(G0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 21203.725] (II) modesetting(G0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 21203.725] (II) modesetting(G0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 21203.725] (II) modesetting(G0): Modeline "1440x480i"x0.0 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
    [ 21203.725] (II) modesetting(G0): Modeline "1440x576i"x0.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
    [ 21203.725] (II) modesetting(G0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
    [ 21203.725] (II) modesetting(G0): Modeline "1920x1080"x0.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [ 21203.725] (II) modesetting(G0): Modeline "1920x1080"x0.0 74.25 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
    [ 21203.725] (II) modesetting(G0): Modeline "1920x1080"x0.0 74.25 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
    [ 21203.725] (II) modesetting(G0): Modeline "2880x480"x0.0 108.00 2880 2944 3192 3432 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 21203.725] (II) modesetting(G0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
    [ 21203.725] (II) modesetting(G0): Modeline "1920x1080"x0.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [ 21203.725] (II) modesetting(G0): Modeline "2880x480i"x0.0 54.00 2880 2956 3204 3432 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
    [ 21203.725] (II) modesetting(G0): Modeline "2880x576i"x0.0 54.00 2880 2928 3180 3456 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
    [ 21203.725] (II) modesetting(G0): Modeline "2880x576"x0.0 108.00 2880 2928 3184 3456 576 581 586 625 -hsync -vsync (31.2 kHz e)
    [ 21203.725] (II) modesetting(G0): Modeline "1920x1080i"x0.0 72.00 1920 1952 2120 2304 1080 1126 1136 1250 interlace +hsync -vsync (31.2 kHz e)
    [ 21203.726] reporting 3 5 56 458
    [ 21210.172] (II) Quirked EDID physical size to 0x0 cm
    [ 21210.172] (II) modesetting(G0): EDID vendor "ONK", prod id 2914
    [ 21210.172] (II) modesetting(G0): Using hsync ranges from config file
    [ 21210.172] (II) modesetting(G0): Using vrefresh ranges from config file
    [ 21210.172] (II) modesetting(G0): Printing DDC gathered Modelines:
    [ 21210.172] (II) modesetting(G0): Modeline "1360x768"x0.0 85.50 1360 1424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz eP)
    [ 21210.172] (II) modesetting(G0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 21210.172] (II) modesetting(G0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
    [ 21210.172] (II) modesetting(G0): Modeline "1920x1080i"x0.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
    [ 21210.172] (II) modesetting(G0): Modeline "1920x1080i"x0.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
    [ 21210.172] (II) modesetting(G0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 21210.172] (II) modesetting(G0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 21210.172] (II) modesetting(G0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 21210.172] (II) modesetting(G0): Modeline "1440x480i"x0.0 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
    [ 21210.172] (II) modesetting(G0): Modeline "1440x576i"x0.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
    [ 21210.172] (II) modesetting(G0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
    [ 21210.172] (II) modesetting(G0): Modeline "1920x1080"x0.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [ 21210.172] (II) modesetting(G0): Modeline "1920x1080"x0.0 74.25 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
    [ 21210.172] (II) modesetting(G0): Modeline "1920x1080"x0.0 74.25 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
    [ 21210.172] (II) modesetting(G0): Modeline "2880x480"x0.0 108.00 2880 2944 3192 3432 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 21210.172] (II) modesetting(G0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
    [ 21210.172] (II) modesetting(G0): Modeline "1920x1080"x0.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [ 21210.172] (II) modesetting(G0): Modeline "2880x480i"x0.0 54.00 2880 2956 3204 3432 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
    [ 21210.172] (II) modesetting(G0): Modeline "2880x576i"x0.0 54.00 2880 2928 3180 3456 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
    [ 21210.172] (II) modesetting(G0): Modeline "2880x576"x0.0 108.00 2880 2928 3184 3456 576 581 586 625 -hsync -vsync (31.2 kHz e)
    [ 21210.172] (II) modesetting(G0): Modeline "1920x1080i"x0.0 72.00 1920 1952 2120 2304 1080 1126 1136 1250 interlace +hsync -vsync (31.2 kHz e)
    [ 21210.173] reporting 3 5 56 458
    [ 21210.337] reporting 3 5 56 458
    [ 21214.902] (II) Quirked EDID physical size to 0x0 cm
    [ 21214.902] (II) modesetting(G0): EDID vendor "ONK", prod id 2914
    [ 21214.902] (II) modesetting(G0): Using hsync ranges from config file
    [ 21214.902] (II) modesetting(G0): Using vrefresh ranges from config file
    [ 21214.902] (II) modesetting(G0): Printing DDC gathered Modelines:
    [ 21214.902] (II) modesetting(G0): Modeline "1360x768"x0.0 85.50 1360 1424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz eP)
    [ 21214.902] (II) modesetting(G0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 21214.902] (II) modesetting(G0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
    [ 21214.902] (II) modesetting(G0): Modeline "1920x1080i"x0.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
    [ 21214.902] (II) modesetting(G0): Modeline "1920x1080i"x0.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
    [ 21214.902] (II) modesetting(G0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 21214.902] (II) modesetting(G0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 21214.902] (II) modesetting(G0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 21214.902] (II) modesetting(G0): Modeline "1440x480i"x0.0 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
    [ 21214.902] (II) modesetting(G0): Modeline "1440x576i"x0.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
    [ 21214.902] (II) modesetting(G0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
    [ 21214.902] (II) modesetting(G0): Modeline "1920x1080"x0.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [ 21214.902] (II) modesetting(G0): Modeline "1920x1080"x0.0 74.25 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
    [ 21214.902] (II) modesetting(G0): Modeline "1920x1080"x0.0 74.25 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
    [ 21214.902] (II) modesetting(G0): Modeline "2880x480"x0.0 108.00 2880 2944 3192 3432 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 21214.902] (II) modesetting(G0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
    [ 21214.902] (II) modesetting(G0): Modeline "1920x1080"x0.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [ 21214.902] (II) modesetting(G0): Modeline "2880x480i"x0.0 54.00 2880 2956 3204 3432 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
    [ 21214.902] (II) modesetting(G0): Modeline "2880x576i"x0.0 54.00 2880 2928 3180 3456 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
    [ 21214.902] (II) modesetting(G0): Modeline "2880x576"x0.0 108.00 2880 2928 3184 3456 576 581 586 625 -hsync -vsync (31.2 kHz e)
    [ 21214.902] (II) modesetting(G0): Modeline "1920x1080i"x0.0 72.00 1920 1952 2120 2304 1080 1126 1136 1250 interlace +hsync -vsync (31.2 kHz e)
    [ 21214.903] reporting 3 5 56 458
    [ 21214.904] have a master to look out for
    [ 21214.942] need to create shared pixmap 1reporting 3 5 56 458
    [ 21215.145] (II) Quirked EDID physical size to 0x0 cm
    [ 21215.145] (II) modesetting(G0): EDID vendor "ONK", prod id 2914
    [ 21215.145] (II) modesetting(G0): Using hsync ranges from config file
    [ 21215.145] (II) modesetting(G0): Using vrefresh ranges from config file
    [ 21215.145] (II) modesetting(G0): Printing DDC gathered Modelines:
    [ 21215.145] (II) modesetting(G0): Modeline "1360x768"x0.0 85.50 1360 1424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz eP)
    [ 21215.145] (II) modesetting(G0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 21215.145] (II) modesetting(G0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
    [ 21215.145] (II) modesetting(G0): Modeline "1920x1080i"x0.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
    [ 21215.145] (II) modesetting(G0): Modeline "1920x1080i"x0.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
    [ 21215.145] (II) modesetting(G0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 21215.145] (II) modesetting(G0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 21215.145] (II) modesetting(G0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 21215.145] (II) modesetting(G0): Modeline "1440x480i"x0.0 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
    [ 21215.145] (II) modesetting(G0): Modeline "1440x576i"x0.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
    [ 21215.145] (II) modesetting(G0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
    [ 21215.145] (II) modesetting(G0): Modeline "1920x1080"x0.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [ 21215.145] (II) modesetting(G0): Modeline "1920x1080"x0.0 74.25 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
    [ 21215.145] (II) modesetting(G0): Modeline "1920x1080"x0.0 74.25 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
    [ 21215.145] (II) modesetting(G0): Modeline "2880x480"x0.0 108.00 2880 2944 3192 3432 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 21215.145] (II) modesetting(G0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
    [ 21215.145] (II) modesetting(G0): Modeline "1920x1080"x0.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [ 21215.145] (II) modesetting(G0): Modeline "2880x480i"x0.0 54.00 2880 2956 3204 3432 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
    [ 21215.145] (II) modesetting(G0): Modeline "2880x576i"x0.0 54.00 2880 2928 3180 3456 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
    [ 21215.146] (II) modesetting(G0): Modeline "2880x576"x0.0 108.00 2880 2928 3184 3456 576 581 586 625 -hsync -vsync (31.2 kHz e)
    [ 21215.146] (II) modesetting(G0): Modeline "1920x1080i"x0.0 72.00 1920 1952 2120 2304 1080 1126 1136 1250 interlace +hsync -vsync (31.2 kHz e)
    [ 21215.146] reporting 3 5 56 458
    [ 21215.147] reporting 3 5 56 458
    [ 21215.147] reporting 3 5 56 458
    [ 21215.149] (II) modesetting(G0): EDI

    foxx81 wrote:...P.S. I'm sorry.I have yet posted it on newbie corner and I don't know how to delete it.
    I have closed and dust binned the other thread.  You might want to read my moderator comments there.
    As to this problem, this is a new one on me.  Be patient, someone will help.  Try providing a bit more information if you can.
    I do agree, this is not a 'Newbie' issue.
    Last edited by ewaller (2014-06-24 20:24:22)

  • [SOLVED] Problems with intel driver on Y510p

    Hi,
    I recently decided to get a Y510p, but somehow can't get the intel driver to work. For now I don't need the nvidia card that is in my laptop so I disabled it via bumblebee. However if I try booting without the kernel option nomodeset the screens turns turns blank after
    running early hook [udev]
    So the backlight is still on, but nothing is shown. When I use nomodeset the vesa driver is used because the intel driver requires modeset, but I can't find a way to modify my backlight setting with the vesa driver. Also, when I use the vesa driver, after
    running early hook [udev]
    it says
    [drm:drm_pci_agp_init] *ERROR* Cannot initialize the agpgart module.
    DRM: Fill_in_dev failed.
    I can see that flashing for a few milliseconds before the screen goes blank with the intel driver as well.
    My Xorg.0.log of a boot with nomodeset:
    [ 29.186]
    X.Org X Server 1.14.4
    Release Date: 2013-10-31
    [ 29.186] X Protocol Version 11, Revision 0
    [ 29.186] Build Operating System: Linux 3.11.6-1-ARCH x86_64
    [ 29.186] Current Operating System: Linux bork 3.12.1-3-ARCH #1 SMP PREEMPT Tue Nov 26 11:17:02 CET 2013 x86_64
    [ 29.186] Kernel command line: BOOT_IMAGE=../vmlinuz-linux cryptdevice=/dev/sda2:root root=/dev/mapper/root rw nomodeset initrd=../initramfs-linux.img
    [ 29.186] Build Date: 01 November 2013 05:10:48PM
    [ 29.186]
    [ 29.186] Current version of pixman: 0.32.4
    [ 29.186] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 29.186] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 29.186] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Dec 1 20:23:51 2013
    [ 29.187] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 29.188] (==) No Layout section. Using the first Screen section.
    [ 29.188] (==) No screen section available. Using defaults.
    [ 29.188] (**) |-->Screen "Default Screen Section" (0)
    [ 29.188] (**) | |-->Monitor "<default monitor>"
    [ 29.188] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 29.188] (==) Automatically adding devices
    [ 29.188] (==) Automatically enabling devices
    [ 29.188] (==) Automatically adding GPU devices
    [ 29.191] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 29.191] Entry deleted from font path.
    [ 29.191] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 29.191] Entry deleted from font path.
    [ 29.191] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 29.192] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 29.192] Entry deleted from font path.
    [ 29.192] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 29.192] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 29.192] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 29.192] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 29.192] (II) Loader magic: 0x7fdc20
    [ 29.192] (II) Module ABI versions:
    [ 29.192] X.Org ANSI C Emulation: 0.4
    [ 29.192] X.Org Video Driver: 14.1
    [ 29.192] X.Org XInput driver : 19.1
    [ 29.192] X.Org Server Extension : 7.0
    [ 29.193] (--) PCI:*(0:0:2:0) 8086:0416:17aa:3801 rev 6, Mem @ 0xc2000000/4194304, 0xb0000000/268435456, I/O @ 0x00005000/64
    [ 29.193] (--) PCI: (0:1:0:0) 10de:0fcd:17aa:3801 rev 161, Mem @ 0xc0000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
    [ 29.193] Initializing built-in extension Generic Event Extension
    [ 29.193] Initializing built-in extension SHAPE
    [ 29.193] Initializing built-in extension MIT-SHM
    [ 29.193] Initializing built-in extension XInputExtension
    [ 29.193] Initializing built-in extension XTEST
    [ 29.193] Initializing built-in extension BIG-REQUESTS
    [ 29.193] Initializing built-in extension SYNC
    [ 29.193] Initializing built-in extension XKEYBOARD
    [ 29.193] Initializing built-in extension XC-MISC
    [ 29.193] Initializing built-in extension SECURITY
    [ 29.193] Initializing built-in extension XINERAMA
    [ 29.193] Initializing built-in extension XFIXES
    [ 29.193] Initializing built-in extension RENDER
    [ 29.193] Initializing built-in extension RANDR
    [ 29.193] Initializing built-in extension COMPOSITE
    [ 29.193] Initializing built-in extension DAMAGE
    [ 29.193] Initializing built-in extension MIT-SCREEN-SAVER
    [ 29.193] Initializing built-in extension DOUBLE-BUFFER
    [ 29.193] Initializing built-in extension RECORD
    [ 29.193] Initializing built-in extension DPMS
    [ 29.193] Initializing built-in extension X-Resource
    [ 29.193] Initializing built-in extension XVideo
    [ 29.193] Initializing built-in extension XVideo-MotionCompensation
    [ 29.193] Initializing built-in extension XFree86-VidModeExtension
    [ 29.193] Initializing built-in extension XFree86-DGA
    [ 29.193] Initializing built-in extension XFree86-DRI
    [ 29.193] Initializing built-in extension DRI2
    [ 29.193] (II) LoadModule: "glx"
    [ 29.194] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 29.197] (II) Module glx: vendor="X.Org Foundation"
    [ 29.197] compiled for 1.14.4, module version = 1.0.0
    [ 29.197] ABI class: X.Org Server Extension, version 7.0
    [ 29.197] (==) AIGLX enabled
    [ 29.197] Loading extension GLX
    [ 29.197] (==) Matched intel as autoconfigured driver 0
    [ 29.197] (==) Matched vesa as autoconfigured driver 1
    [ 29.197] (==) Matched modesetting as autoconfigured driver 2
    [ 29.197] (==) Matched fbdev as autoconfigured driver 3
    [ 29.197] (==) Assigned the driver to the xf86ConfigLayout
    [ 29.197] (II) LoadModule: "intel"
    [ 29.198] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 29.202] (II) Module intel: vendor="X.Org Foundation"
    [ 29.202] compiled for 1.14.2, module version = 2.21.15
    [ 29.202] Module class: X.Org Video Driver
    [ 29.202] ABI class: X.Org Video Driver, version 14.1
    [ 29.202] (II) LoadModule: "vesa"
    [ 29.202] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 29.203] (II) Module vesa: vendor="X.Org Foundation"
    [ 29.203] compiled for 1.14.0, module version = 2.3.2
    [ 29.203] Module class: X.Org Video Driver
    [ 29.203] ABI class: X.Org Video Driver, version 14.1
    [ 29.203] (II) LoadModule: "modesetting"
    [ 29.203] (WW) Warning, couldn't open module modesetting
    [ 29.203] (II) UnloadModule: "modesetting"
    [ 29.203] (II) Unloading modesetting
    [ 29.203] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 29.203] (II) LoadModule: "fbdev"
    [ 29.203] (WW) Warning, couldn't open module fbdev
    [ 29.203] (II) UnloadModule: "fbdev"
    [ 29.203] (II) Unloading fbdev
    [ 29.203] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 29.203] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
    i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
    915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
    Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    GM45, 4 Series, G45/G43, Q45/Q43, G41, B43, HD Graphics,
    HD Graphics 2000, HD Graphics 3000, HD Graphics 2500,
    HD Graphics 4000, HD Graphics P4000, HD Graphics 4600,
    HD Graphics 5000, HD Graphics P4600/P4700, Iris(TM) Graphics 5100,
    HD Graphics 4400, HD Graphics 4200, Iris(TM) Pro Graphics 5200
    [ 29.204] (II) VESA: driver for VESA chipsets: vesa
    [ 29.204] (++) using VT number 1
    [ 29.207] (II) Loading sub module "vbe"
    [ 29.207] (II) LoadModule: "vbe"
    [ 29.207] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [ 29.208] (II) Module vbe: vendor="X.Org Foundation"
    [ 29.208] compiled for 1.14.4, module version = 1.1.0
    [ 29.208] ABI class: X.Org Video Driver, version 14.1
    [ 29.208] (II) Loading sub module "int10"
    [ 29.208] (II) LoadModule: "int10"
    [ 29.208] (II) Loading /usr/lib/xorg/modules/libint10.so
    [ 29.209] (II) Module int10: vendor="X.Org Foundation"
    [ 29.209] compiled for 1.14.4, module version = 1.0.0
    [ 29.209] ABI class: X.Org Video Driver, version 14.1
    [ 29.209] (II) VESA(0): initializing int10
    [ 29.210] (II) VESA(0): Primary V_BIOS segment is: 0xc000
    [ 29.210] (II) VESA(0): VESA BIOS detected
    [ 29.210] (II) VESA(0): VESA VBE Version 3.0
    [ 29.210] (II) VESA(0): VESA VBE Total Mem: 65472 kB
    [ 29.210] (II) VESA(0): VESA VBE OEM: Intel(R) HSW Mobile/Desktop Graphics Chipset Accelerated VGA BIOS
    [ 29.210] (II) VESA(0): VESA VBE OEM Software Rev: 0.0
    [ 29.214] (II) VESA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 29.214] (==) VESA(0): Depth 24, (--) framebuffer bpp 32
    [ 29.214] (==) VESA(0): RGB weight 888
    [ 29.214] (==) VESA(0): Default visual is TrueColor
    [ 29.214] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 29.214] (II) Loading sub module "ddc"
    [ 29.214] (II) LoadModule: "ddc"
    [ 29.214] (II) Module "ddc" already built-in
    [ 29.238] (II) VESA(0): VESA VBE DDC supported
    [ 29.238] (II) VESA(0): VESA VBE DDC Level 2
    [ 29.238] (II) VESA(0): VESA VBE DDC transfer in appr. 1 sec.
    [ 29.252] (II) VESA(0): VESA VBE DDC read successfully
    [ 29.252] (II) VESA(0): Manufacturer: LGD Model: 2d9 Serial#: 0
    [ 29.252] (II) VESA(0): Year: 2011 Week: 0
    [ 29.252] (II) VESA(0): EDID Version: 1.3
    [ 29.252] (II) VESA(0): Digital Display Input
    [ 29.252] (II) VESA(0): Max Image Size [cm]: horiz.: 35 vert.: 19
    [ 29.252] (II) VESA(0): Gamma: 2.20
    [ 29.252] (II) VESA(0): No DPMS capabilities specified
    [ 29.252] (II) VESA(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 29.252] (II) VESA(0): First detailed timing is preferred mode
    [ 29.252] (II) VESA(0): redX: 0.617 redY: 0.349 greenX: 0.313 greenY: 0.595
    [ 29.252] (II) VESA(0): blueX: 0.151 blueY: 0.056 whiteX: 0.313 whiteY: 0.329
    [ 29.252] (II) VESA(0): Manufacturer's mask: 0
    [ 29.252] (II) VESA(0): Supported detailed timing:
    [ 29.252] (II) VESA(0): clock: 139.5 MHz Image Size: 345 x 194 mm
    [ 29.252] (II) VESA(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2096 h_border: 0
    [ 29.252] (II) VESA(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1111 v_border: 0
    [ 29.252] (II) VESA(0): LG Display
    [ 29.252] (II) VESA(0): LP156WF1-TLB2
    [ 29.252] (II) VESA(0): EDID (in hex):
    [ 29.252] (II) VESA(0): 00ffffffffffff0030e4d90200000000
    [ 29.252] (II) VESA(0): 00150103802313780a15d59e59509826
    [ 29.252] (II) VESA(0): 0e505400000001010101010101010101
    [ 29.252] (II) VESA(0): 0101010101017e3680b070381f403020
    [ 29.252] (II) VESA(0): 350059c2100000190000000000000000
    [ 29.252] (II) VESA(0): 00000000000000000000000000fe004c
    [ 29.252] (II) VESA(0): 4720446973706c61790a2020000000fe
    [ 29.252] (II) VESA(0): 004c503135365746312d544c4232004b
    [ 29.252] (II) VESA(0): EDID vendor "LGD", prod id 729
    [ 29.252] (II) VESA(0): Printing DDC gathered Modelines:
    [ 29.252] (II) VESA(0): Modeline "1920x1080"x0.0 139.50 1920 1968 2000 2096 1080 1083 1088 1111 -hsync -vsync (66.6 kHz eP)
    [ 29.252] (II) VESA(0): Searching for matching VESA mode(s):
    [ 29.253] Mode: 13c (0x0)
    [ 29.253] ModeAttributes: 0x0
    [ 29.253] WinAAttributes: 0x0
    [ 29.253] WinBAttributes: 0x0
    [ 29.253] WinGranularity: 0
    [ 29.253] WinSize: 0
    [ 29.253] WinASegment: 0x0
    [ 29.253] WinBSegment: 0x0
    [ 29.253] WinFuncPtr: 0x0
    [ 29.253] BytesPerScanline: 0
    [ 29.253] XResolution: 0
    [ 29.253] YResolution: 0
    [ 29.253] XCharSize: 0
    [ 29.253] YCharSize: 0
    [ 29.253] NumberOfPlanes: 0
    [ 29.253] BitsPerPixel: 0
    [ 29.253] NumberOfBanks: 0
    [ 29.253] MemoryModel: 0
    [ 29.253] BankSize: 0
    [ 29.253] NumberOfImages: 0
    [ 29.253] RedMaskSize: 0
    [ 29.253] RedFieldPosition: 0
    [ 29.253] GreenMaskSize: 0
    [ 29.253] GreenFieldPosition: 0
    [ 29.253] BlueMaskSize: 0
    [ 29.253] BlueFieldPosition: 0
    [ 29.253] RsvdMaskSize: 0
    [ 29.253] RsvdFieldPosition: 0
    [ 29.253] DirectColorModeInfo: 0
    [ 29.253] PhysBasePtr: 0x0
    [ 29.253] LinBytesPerScanLine: 0
    [ 29.253] BnkNumberOfImagePages: 0
    [ 29.253] LinNumberOfImagePages: 0
    [ 29.253] LinRedMaskSize: 0
    [ 29.253] LinRedFieldPosition: 0
    [ 29.253] LinGreenMaskSize: 0
    [ 29.253] LinGreenFieldPosition: 0
    [ 29.253] LinBlueMaskSize: 0
    [ 29.253] LinBlueFieldPosition: 0
    [ 29.253] LinRsvdMaskSize: 0
    [ 29.253] LinRsvdFieldPosition: 0
    [ 29.253] MaxPixelClock: 0
    [ 29.253] Mode: 14d (0x0)
    [ 29.253] ModeAttributes: 0x0
    [ 29.253] WinAAttributes: 0x0
    [ 29.253] WinBAttributes: 0x0
    [ 29.253] WinGranularity: 0
    [ 29.253] WinSize: 0
    [ 29.253] WinASegment: 0x0
    [ 29.253] WinBSegment: 0x0
    [ 29.253] WinFuncPtr: 0x0
    [ 29.253] BytesPerScanline: 0
    [ 29.253] XResolution: 0
    [ 29.253] YResolution: 0
    [ 29.253] XCharSize: 0
    [ 29.253] YCharSize: 0
    [ 29.253] NumberOfPlanes: 0
    [ 29.253] BitsPerPixel: 0
    [ 29.253] NumberOfBanks: 0
    [ 29.253] MemoryModel: 0
    [ 29.253] BankSize: 0
    [ 29.253] NumberOfImages: 0
    [ 29.253] RedMaskSize: 0
    [ 29.253] RedFieldPosition: 0
    [ 29.253] GreenMaskSize: 0
    [ 29.253] GreenFieldPosition: 0
    [ 29.253] BlueMaskSize: 0
    [ 29.253] BlueFieldPosition: 0
    [ 29.253] RsvdMaskSize: 0
    [ 29.253] RsvdFieldPosition: 0
    [ 29.253] DirectColorModeInfo: 0
    [ 29.253] PhysBasePtr: 0x0
    [ 29.253] LinBytesPerScanLine: 0
    [ 29.253] BnkNumberOfImagePages: 0
    [ 29.253] LinNumberOfImagePages: 0
    [ 29.253] LinRedMaskSize: 0
    [ 29.253] LinRedFieldPosition: 0
    [ 29.253] LinGreenMaskSize: 0
    [ 29.253] LinGreenFieldPosition: 0
    [ 29.253] LinBlueMaskSize: 0
    [ 29.253] LinBlueFieldPosition: 0
    [ 29.253] LinRsvdMaskSize: 0
    [ 29.253] LinRsvdFieldPosition: 0
    [ 29.253] MaxPixelClock: 0
    [ 29.253] Mode: 15c (0x0)
    [ 29.253] ModeAttributes: 0x0
    [ 29.253] WinAAttributes: 0x0
    [ 29.253] WinBAttributes: 0x0
    [ 29.253] WinGranularity: 0
    [ 29.253] WinSize: 0
    [ 29.253] WinASegment: 0x0
    [ 29.253] WinBSegment: 0x0
    [ 29.253] WinFuncPtr: 0x0
    [ 29.253] BytesPerScanline: 0
    [ 29.253] XResolution: 0
    [ 29.253] YResolution: 0
    [ 29.253] XCharSize: 0
    [ 29.253] YCharSize: 0
    [ 29.253] NumberOfPlanes: 0
    [ 29.253] BitsPerPixel: 0
    [ 29.253] NumberOfBanks: 0
    [ 29.253] MemoryModel: 0
    [ 29.253] BankSize: 0
    [ 29.253] NumberOfImages: 0
    [ 29.253] RedMaskSize: 0
    [ 29.253] RedFieldPosition: 0
    [ 29.253] GreenMaskSize: 0
    [ 29.253] GreenFieldPosition: 0
    [ 29.253] BlueMaskSize: 0
    [ 29.253] BlueFieldPosition: 0
    [ 29.253] RsvdMaskSize: 0
    [ 29.253] RsvdFieldPosition: 0
    [ 29.253] DirectColorModeInfo: 0
    [ 29.253] PhysBasePtr: 0x0
    [ 29.253] LinBytesPerScanLine: 0
    [ 29.253] BnkNumberOfImagePages: 0
    [ 29.253] LinNumberOfImagePages: 0
    [ 29.253] LinRedMaskSize: 0
    [ 29.253] LinRedFieldPosition: 0
    [ 29.253] LinGreenMaskSize: 0
    [ 29.253] LinGreenFieldPosition: 0
    [ 29.253] LinBlueMaskSize: 0
    [ 29.253] LinBlueFieldPosition: 0
    [ 29.253] LinRsvdMaskSize: 0
    [ 29.253] LinRsvdFieldPosition: 0
    [ 29.253] MaxPixelClock: 0
    [ 29.253] Mode: 13a (0x0)
    [ 29.253] ModeAttributes: 0x0
    [ 29.253] WinAAttributes: 0x0
    [ 29.253] WinBAttributes: 0x0
    [ 29.253] WinGranularity: 0
    [ 29.253] WinSize: 0
    [ 29.253] WinASegment: 0x0
    [ 29.253] WinBSegment: 0x0
    [ 29.253] WinFuncPtr: 0x0
    [ 29.253] BytesPerScanline: 0
    [ 29.253] XResolution: 0
    [ 29.253] YResolution: 0
    [ 29.253] XCharSize: 0
    [ 29.253] YCharSize: 0
    [ 29.253] NumberOfPlanes: 0
    [ 29.253] BitsPerPixel: 0
    [ 29.253] NumberOfBanks: 0
    [ 29.253] MemoryModel: 0
    [ 29.253] BankSize: 0
    [ 29.253] NumberOfImages: 0
    [ 29.253] RedMaskSize: 0
    [ 29.253] RedFieldPosition: 0
    [ 29.253] GreenMaskSize: 0
    [ 29.253] GreenFieldPosition: 0
    [ 29.253] BlueMaskSize: 0
    [ 29.253] BlueFieldPosition: 0
    [ 29.253] RsvdMaskSize: 0
    [ 29.253] RsvdFieldPosition: 0
    [ 29.253] DirectColorModeInfo: 0
    [ 29.253] PhysBasePtr: 0x0
    [ 29.253] LinBytesPerScanLine: 0
    [ 29.253] BnkNumberOfImagePages: 0
    [ 29.253] LinNumberOfImagePages: 0
    [ 29.253] LinRedMaskSize: 0
    [ 29.253] LinRedFieldPosition: 0
    [ 29.253] LinGreenMaskSize: 0
    [ 29.253] LinGreenFieldPosition: 0
    [ 29.253] LinBlueMaskSize: 0
    [ 29.253] LinBlueFieldPosition: 0
    [ 29.253] LinRsvdMaskSize: 0
    [ 29.253] LinRsvdFieldPosition: 0
    [ 29.253] MaxPixelClock: 0
    [ 29.253] Mode: 14b (0x0)
    [ 29.254] ModeAttributes: 0x0
    [ 29.254] WinAAttributes: 0x0
    [ 29.254] WinBAttributes: 0x0
    [ 29.254] WinGranularity: 0
    [ 29.254] WinSize: 0
    [ 29.254] WinASegment: 0x0
    [ 29.254] WinBSegment: 0x0
    [ 29.254] WinFuncPtr: 0x0
    [ 29.254] BytesPerScanline: 0
    [ 29.254] XResolution: 0
    [ 29.254] YResolution: 0
    [ 29.254] XCharSize: 0
    [ 29.254] YCharSize: 0
    [ 29.254] NumberOfPlanes: 0
    [ 29.254] BitsPerPixel: 0
    [ 29.254] NumberOfBanks: 0
    [ 29.254] MemoryModel: 0
    [ 29.254] BankSize: 0
    [ 29.254] NumberOfImages: 0
    [ 29.254] RedMaskSize: 0
    [ 29.254] RedFieldPosition: 0
    [ 29.254] GreenMaskSize: 0
    [ 29.254] GreenFieldPosition: 0
    [ 29.254] BlueMaskSize: 0
    [ 29.254] BlueFieldPosition: 0
    [ 29.254] RsvdMaskSize: 0
    [ 29.254] RsvdFieldPosition: 0
    [ 29.254] DirectColorModeInfo: 0
    [ 29.254] PhysBasePtr: 0x0
    [ 29.254] LinBytesPerScanLine: 0
    [ 29.254] BnkNumberOfImagePages: 0
    [ 29.254] LinNumberOfImagePages: 0
    [ 29.254] LinRedMaskSize: 0
    [ 29.254] LinRedFieldPosition: 0
    [ 29.254] LinGreenMaskSize: 0
    [ 29.254] LinGreenFieldPosition: 0
    [ 29.254] LinBlueMaskSize: 0
    [ 29.254] LinBlueFieldPosition: 0
    [ 29.254] LinRsvdMaskSize: 0
    [ 29.254] LinRsvdFieldPosition: 0
    [ 29.254] MaxPixelClock: 0
    [ 29.254] Mode: 15a (0x0)
    [ 29.254] ModeAttributes: 0x0
    [ 29.254] WinAAttributes: 0x0
    [ 29.254] WinBAttributes: 0x0
    [ 29.254] WinGranularity: 0
    [ 29.254] WinSize: 0
    [ 29.254] WinASegment: 0x0
    [ 29.254] WinBSegment: 0x0
    [ 29.254] WinFuncPtr: 0x0
    [ 29.254] BytesPerScanline: 0
    [ 29.254] XResolution: 0
    [ 29.254] YResolution: 0
    [ 29.254] XCharSize: 0
    [ 29.254] YCharSize: 0
    [ 29.254] NumberOfPlanes: 0
    [ 29.254] BitsPerPixel: 0
    [ 29.254] NumberOfBanks: 0
    [ 29.254] MemoryModel: 0
    [ 29.254] BankSize: 0
    [ 29.254] NumberOfImages: 0
    [ 29.254] RedMaskSize: 0
    [ 29.254] RedFieldPosition: 0
    [ 29.254] GreenMaskSize: 0
    [ 29.254] GreenFieldPosition: 0
    [ 29.254] BlueMaskSize: 0
    [ 29.254] BlueFieldPosition: 0
    [ 29.254] RsvdMaskSize: 0
    [ 29.254] RsvdFieldPosition: 0
    [ 29.254] DirectColorModeInfo: 0
    [ 29.254] PhysBasePtr: 0x0
    [ 29.254] LinBytesPerScanLine: 0
    [ 29.254] BnkNumberOfImagePages: 0
    [ 29.254] LinNumberOfImagePages: 0
    [ 29.254] LinRedMaskSize: 0
    [ 29.254] LinRedFieldPosition: 0
    [ 29.254] LinGreenMaskSize: 0
    [ 29.254] LinGreenFieldPosition: 0
    [ 29.254] LinBlueMaskSize: 0
    [ 29.254] LinBlueFieldPosition: 0
    [ 29.254] LinRsvdMaskSize: 0
    [ 29.254] LinRsvdFieldPosition: 0
    [ 29.254] MaxPixelClock: 0
    [ 29.254] Mode: 107 (1280x1024)
    [ 29.254] ModeAttributes: 0x9b
    [ 29.254] WinAAttributes: 0x7
    [ 29.254] WinBAttributes: 0x0
    [ 29.254] WinGranularity: 64
    [ 29.254] WinSize: 64
    [ 29.254] WinASegment: 0xa000
    [ 29.254] WinBSegment: 0x0
    [ 29.254] WinFuncPtr: 0xc0009742
    [ 29.254] BytesPerScanline: 1280
    [ 29.254] XResolution: 1280
    [ 29.254] YResolution: 1024
    [ 29.254] XCharSize: 8
    [ 29.254] YCharSize: 16
    [ 29.254] NumberOfPlanes: 1
    [ 29.254] BitsPerPixel: 8
    [ 29.254] NumberOfBanks: 1
    [ 29.254] MemoryModel: 4
    [ 29.254] BankSize: 0
    [ 29.254] NumberOfImages: 50
    [ 29.254] RedMaskSize: 0
    [ 29.254] RedFieldPosition: 0
    [ 29.254] GreenMaskSize: 0
    [ 29.254] GreenFieldPosition: 0
    [ 29.254] BlueMaskSize: 0
    [ 29.254] BlueFieldPosition: 0
    [ 29.254] RsvdMaskSize: 0
    [ 29.254] RsvdFieldPosition: 0
    [ 29.254] DirectColorModeInfo: 0
    [ 29.254] PhysBasePtr: 0xb0000000
    [ 29.254] LinBytesPerScanLine: 1280
    [ 29.254] BnkNumberOfImagePages: 50
    [ 29.254] LinNumberOfImagePages: 50
    [ 29.254] LinRedMaskSize: 0
    [ 29.254] LinRedFieldPosition: 0
    [ 29.254] LinGreenMaskSize: 0
    [ 29.254] LinGreenFieldPosition: 0
    [ 29.254] LinBlueMaskSize: 0
    [ 29.254] LinBlueFieldPosition: 0
    [ 29.254] LinRsvdMaskSize: 0
    [ 29.254] LinRsvdFieldPosition: 0
    [ 29.254] MaxPixelClock: 230000000
    [ 29.254] Mode: 11a (1280x1024)
    [ 29.254] ModeAttributes: 0x9b
    [ 29.254] WinAAttributes: 0x7
    [ 29.254] WinBAttributes: 0x0
    [ 29.254] WinGranularity: 64
    [ 29.254] WinSize: 64
    [ 29.254] WinASegment: 0xa000
    [ 29.254] WinBSegment: 0x0
    [ 29.254] WinFuncPtr: 0xc0009742
    [ 29.254] BytesPerScanline: 2560
    [ 29.254] XResolution: 1280
    [ 29.254] YResolution: 1024
    [ 29.254] XCharSize: 8
    [ 29.254] YCharSize: 16
    [ 29.254] NumberOfPlanes: 1
    [ 29.254] BitsPerPixel: 16
    [ 29.254] NumberOfBanks: 1
    [ 29.254] MemoryModel: 6
    [ 29.254] BankSize: 0
    [ 29.254] NumberOfImages: 24
    [ 29.254] RedMaskSize: 5
    [ 29.254] RedFieldPosition: 11
    [ 29.254] GreenMaskSize: 6
    [ 29.254] GreenFieldPosition: 5
    [ 29.254] BlueMaskSize: 5
    [ 29.254] BlueFieldPosition: 0
    [ 29.254] RsvdMaskSize: 0
    [ 29.254] RsvdFieldPosition: 0
    [ 29.254] DirectColorModeInfo: 0
    [ 29.254] PhysBasePtr: 0xb0000000
    [ 29.254] LinBytesPerScanLine: 2560
    [ 29.254] BnkNumberOfImagePages: 24
    [ 29.254] LinNumberOfImagePages: 24
    [ 29.254] LinRedMaskSize: 5
    [ 29.254] LinRedFieldPosition: 11
    [ 29.254] LinGreenMaskSize: 6
    [ 29.254] LinGreenFieldPosition: 5
    [ 29.254] LinBlueMaskSize: 5
    [ 29.255] LinBlueFieldPosition: 0
    [ 29.255] LinRsvdMaskSize: 0
    [ 29.255] LinRsvdFieldPosition: 0
    [ 29.255] MaxPixelClock: 230000000
    [ 29.255] *Mode: 11b (1280x1024)
    [ 29.255] ModeAttributes: 0x9b
    [ 29.255] WinAAttributes: 0x7
    [ 29.255] WinBAttributes: 0x0
    [ 29.255] WinGranularity: 64
    [ 29.255] WinSize: 64
    [ 29.255] WinASegment: 0xa000
    [ 29.255] WinBSegment: 0x0
    [ 29.255] WinFuncPtr: 0xc0009742
    [ 29.255] BytesPerScanline: 5120
    [ 29.255] XResolution: 1280
    [ 29.255] YResolution: 1024
    [ 29.255] XCharSize: 8
    [ 29.255] YCharSize: 16
    [ 29.255] NumberOfPlanes: 1
    [ 29.255] BitsPerPixel: 32
    [ 29.255] NumberOfBanks: 1
    [ 29.255] MemoryModel: 6
    [ 29.255] BankSize: 0
    [ 29.255] NumberOfImages: 11
    [ 29.255] RedMaskSize: 8
    [ 29.255] RedFieldPosition: 16
    [ 29.255] GreenMaskSize: 8
    [ 29.255] GreenFieldPosition: 8
    [ 29.255] BlueMaskSize: 8
    [ 29.255] BlueFieldPosition: 0
    [ 29.255] RsvdMaskSize: 8
    [ 29.255] RsvdFieldPosition: 24
    [ 29.255] DirectColorModeInfo: 0
    [ 29.255] PhysBasePtr: 0xb0000000
    [ 29.255] LinBytesPerScanLine: 5120
    [ 29.255] BnkNumberOfImagePages: 11
    [ 29.255] LinNumberOfImagePages: 11
    [ 29.255] LinRedMaskSize: 8
    [ 29.255] LinRedFieldPosition: 16
    [ 29.255] LinGreenMaskSize: 8
    [ 29.255] LinGreenFieldPosition: 8
    [ 29.255] LinBlueMaskSize: 8
    [ 29.255] LinBlueFieldPosition: 0
    [ 29.255] LinRsvdMaskSize: 8
    [ 29.255] LinRsvdFieldPosition: 24
    [ 29.255] MaxPixelClock: 230000000
    [ 29.255] Mode: 105 (1024x768)
    [ 29.255] ModeAttributes: 0x9b
    [ 29.255] WinAAttributes: 0x7
    [ 29.255] WinBAttributes: 0x0
    [ 29.255] WinGranularity: 64
    [ 29.255] WinSize: 64
    [ 29.255] WinASegment: 0xa000
    [ 29.255] WinBSegment: 0x0
    [ 29.255] WinFuncPtr: 0xc0009742
    [ 29.255] BytesPerScanline: 1024
    [ 29.255] XResolution: 1024
    [ 29.255] YResolution: 768
    [ 29.255] XCharSize: 8
    [ 29.255] YCharSize: 16
    [ 29.255] NumberOfPlanes: 1
    [ 29.255] BitsPerPixel: 8
    [ 29.255] NumberOfBanks: 1
    [ 29.255] MemoryModel: 4
    [ 29.255] BankSize: 0
    [ 29.255] NumberOfImages: 84
    [ 29.255] RedMaskSize: 0
    [ 29.255] RedFieldPosition: 0
    [ 29.255] GreenMaskSize: 0
    [ 29.255] GreenFieldPosition: 0
    [ 29.255] BlueMaskSize: 0
    [ 29.255] BlueFieldPosition: 0
    [ 29.255] RsvdMaskSize: 0
    [ 29.255] RsvdFieldPosition: 0
    [ 29.255] DirectColorModeInfo: 0
    [ 29.255] PhysBasePtr: 0xb0000000
    [ 29.255] LinBytesPerScanLine: 1024
    [ 29.255] BnkNumberOfImagePages: 84
    [ 29.255] LinNumberOfImagePages: 84
    [ 29.255] LinRedMaskSize: 0
    [ 29.255] LinRedFieldPosition: 0
    [ 29.255] LinGreenMaskSize: 0
    [ 29.255] LinGreenFieldPosition: 0
    [ 29.255] LinBlueMaskSize: 0
    [ 29.255] LinBlueFieldPosition: 0
    [ 29.255] LinRsvdMaskSize: 0
    [ 29.255] LinRsvdFieldPosition: 0
    [ 29.255] MaxPixelClock: 230000000
    [ 29.255] Mode: 117 (1024x768)
    [ 29.255] ModeAttributes: 0x9b
    [ 29.255] WinAAttributes: 0x7
    [ 29.255] WinBAttributes: 0x0
    [ 29.255] WinGranularity: 64
    [ 29.255] WinSize: 64
    [ 29.255] WinASegment: 0xa000
    [ 29.255] WinBSegment: 0x0
    [ 29.255] WinFuncPtr: 0xc0009742
    [ 29.255] BytesPerScanline: 2048
    [ 29.255] XResolution: 1024
    [ 29.255] YResolution: 768
    [ 29.255] XCharSize: 8
    [ 29.255] YCharSize: 16
    [ 29.255] NumberOfPlanes: 1
    [ 29.255] BitsPerPixel: 16
    [ 29.255] NumberOfBanks: 1
    [ 29.255] MemoryModel: 6
    [ 29.255] BankSize: 0
    [ 29.255] NumberOfImages: 41
    [ 29.255] RedMaskSize: 5
    [ 29.255] RedFieldPosition: 11
    [ 29.255] GreenMaskSize: 6
    [ 29.255] GreenFieldPosition: 5
    [ 29.255] BlueMaskSize: 5
    [ 29.255] BlueFieldPosition: 0
    [ 29.255] RsvdMaskSize: 0
    [ 29.255] RsvdFieldPosition: 0
    [ 29.255] DirectColorModeInfo: 0
    [ 29.255] PhysBasePtr: 0xb0000000
    [ 29.255] LinBytesPerScanLine: 2048
    [ 29.255] BnkNumberOfImagePages: 41
    [ 29.255] LinNumberOfImagePages: 41
    [ 29.255] LinRedMaskSize: 5
    [ 29.255] LinRedFieldPosition: 11
    [ 29.255] LinGreenMaskSize: 6
    [ 29.255] LinGreenFieldPosition: 5
    [ 29.255] LinBlueMaskSize: 5
    [ 29.255] LinBlueFieldPosition: 0
    [ 29.255] LinRsvdMaskSize: 0
    [ 29.255] LinRsvdFieldPosition: 0
    [ 29.255] MaxPixelClock: 230000000
    [ 29.256] *Mode: 118 (1024x768)
    [ 29.256] ModeAttributes: 0x9b
    [ 29.256] WinAAttributes: 0x7
    [ 29.256] WinBAttributes: 0x0
    [ 29.256] WinGranularity: 64
    [ 29.256] WinSize: 64
    [ 29.256] WinASegment: 0xa000
    [ 29.256] WinBSegment: 0x0
    [ 29.256] WinFuncPtr: 0xc0009742
    [ 29.256] BytesPerScanline: 4096
    [ 29.256] XResolution: 1024
    [ 29.256] YResolution: 768
    [ 29.256] XCharSize: 8
    [ 29.256] YCharSize: 16
    [ 29.256] NumberOfPlanes: 1
    [ 29.256] BitsPerPixel: 32
    [ 29.256] NumberOfBanks: 1
    [ 29.256] MemoryModel: 6
    [ 29.256] BankSize: 0
    [ 29.256] NumberOfImages: 20
    [ 29.256] RedMaskSize: 8
    [ 29.256] RedFieldPosition: 16
    [ 29.256] GreenMaskSize: 8
    [ 29.256] GreenFieldPosition: 8
    [ 29.256] BlueMaskSize: 8
    [ 29.256] BlueFieldPosition: 0
    [ 29.256] RsvdMaskSize: 8
    [ 29.256] RsvdFieldPosition: 24
    [ 29.256] DirectColorModeInfo: 0
    [ 29.256] PhysBasePtr: 0xb0000000
    [ 29.256] LinBytesPerScanLine: 4096
    [ 29.256] BnkNumberOfImagePages: 20
    [ 29.256] LinNumberOfImagePages: 20
    [ 29.256] LinRedMaskSize: 8
    [ 29.256] LinRedFieldPosition: 16
    [ 29.256] LinGreenMaskSize: 8
    [ 29.256] LinGreenFieldPosition: 8
    [ 29.256] LinBlueMaskSize: 8
    [ 29.256] LinBlueFieldPosition: 0
    [ 29.256] LinRsvdMaskSize: 8
    [ 29.256] LinRsvdFieldPosition: 24
    [ 29.256] MaxPixelClock: 230000000
    [ 29.256] *Mode: 112 (640x480)
    [ 29.256] ModeAttributes: 0x9b
    [ 29.256] WinAAttributes: 0x7
    [ 29.256] WinBAttributes: 0x0
    [ 29.256] WinGranularity: 64
    [ 29.256] WinSize: 64
    [ 29.256] WinASegment: 0xa000
    [ 29.256] WinBSegment: 0x0
    [ 29.256] WinFuncPtr: 0xc0009742
    [ 29.256] BytesPerScanline: 2560
    [ 29.256] XResolution: 640
    [ 29.256] YResolution: 480
    [ 29.256] XCharSize: 8
    [ 29.256] YCharSize: 16
    [ 29.256] NumberOfPlanes: 1
    [ 29.256] BitsPerPixel: 32
    [ 29.256] NumberOfBanks: 1
    [ 29.256] MemoryModel: 6
    [ 29.256] BankSize: 0
    [ 29.256] NumberOfImages: 52
    [ 29.256] RedMaskSize: 8
    [ 29.256] RedFieldPosition: 16
    [ 29.256] GreenMaskSize: 8
    [ 29.256] GreenFieldPosition: 8
    [ 29.256] BlueMaskSize: 8
    [ 29.256] BlueFieldPosition: 0
    [ 29.256] RsvdMaskSize: 8
    [ 29.256] RsvdFieldPosition: 24
    [ 29.256] DirectColorModeInfo: 0
    [ 29.256] PhysBasePtr: 0xb0000000
    [ 29.256] LinBytesPerScanLine: 2560
    [ 29.256] BnkNumberOfImagePages: 52
    [ 29.256] LinNumberOfImagePages: 52
    [ 29.256] LinRedMaskSize: 8
    [ 29.256] LinRedFieldPosition: 16
    [ 29.256] LinGreenMaskSize: 8
    [ 29.256] LinGreenFieldPosition: 8
    [ 29.256] LinBlueMaskSize: 8
    [ 29.256] LinBlueFieldPosition: 0
    [ 29.256] LinRsvdMaskSize: 8
    [ 29.256] LinRsvdFieldPosition: 24
    [ 29.256] MaxPixelClock: 230000000
    [ 29.256] Mode: 114 (800x600)
    [ 29.256] ModeAttributes: 0x9b
    [ 29.256] WinAAttributes: 0x7
    [ 29.256] WinBAttributes: 0x0
    [ 29.256] WinGranularity: 64
    [ 29.256] WinSize: 64
    [ 29.256] WinASegment: 0xa000
    [ 29.256] WinBSegment: 0x0
    [ 29.256] WinFuncPtr: 0xc0009742
    [ 29.256] BytesPerScanline: 1600
    [ 29.256] XResolution: 800
    [ 29.256] YResolution: 600
    [ 29.256] XCharSize: 8
    [ 29.256] YCharSize: 16
    [ 29.256] NumberOfPlanes: 1
    [ 29.256] BitsPerPixel: 16
    [ 29.256] NumberOfBanks: 1
    [ 29.256] MemoryModel: 6
    [ 29.256] BankSize: 0
    [ 29.256] NumberOfImages: 67
    [ 29.256] RedMaskSize: 5
    [ 29.256] RedFieldPosition: 11
    [ 29.256] GreenMaskSize: 6
    [ 29.256] GreenFieldPosition: 5
    [ 29.256] BlueMaskSize: 5
    [ 29.256] BlueFieldPosition: 0
    [ 29.256] RsvdMaskSize: 0
    [ 29.256] RsvdFieldPosition: 0
    [ 29.256] DirectColorModeInfo: 0
    [ 29.256] PhysBasePtr: 0xb0000000
    [ 29.256] LinBytesPerScanLine: 1600
    [ 29.256] BnkNumberOfImagePages: 67
    [ 29.256] LinNumberOfImagePages: 67
    [ 29.256] LinRedMaskSize: 5
    [ 29.256] LinRedFieldPosition: 11
    [ 29.257] LinGreenMaskSize: 6
    [ 29.257] LinGreenFieldPosition: 5
    [ 29.257] LinBlueMaskSize: 5
    [ 29.257] LinBlueFieldPosition: 0
    [ 29.257] LinRsvdMaskSize: 0
    [ 29.257] LinRsvdFieldPosition: 0
    [ 29.257] MaxPixelClock: 230000000
    [ 29.257] *Mode: 115 (800x600)
    [ 29.257] ModeAttributes: 0x9b
    [ 29.257] WinAAttributes: 0x7
    [ 29.257] WinBAttributes: 0x0
    [ 29.257] WinGranularity: 64
    [ 29.257] WinSize: 64
    [ 29.257] WinASegment: 0xa000
    [ 29.257] WinBSegment: 0x0
    [ 29.257] WinFuncPtr: 0xc0009742
    [ 29.257] BytesPerScanline: 3200
    [ 29.257] XResolution: 800
    [ 29.257] YResolution: 600
    [ 29.257] XCharSize: 8
    [ 29.257] YCharSize: 16
    [ 29.257] NumberOfPlanes: 1
    [ 29.257] BitsPerPixel: 32
    [ 29.257] NumberOfBanks: 1
    [ 29.257] MemoryModel: 6
    [ 29.257] BankSize: 0
    [ 29.257] NumberOfImages: 33
    [ 29.257] RedMaskSize: 8
    [ 29.257] RedFieldPosition: 16
    [ 29.257] GreenMaskSize: 8
    [ 29.257] GreenFieldPosition: 8
    [ 29.257] BlueMaskSize: 8
    [ 29.257] BlueFieldPosition: 0
    [ 29.257] RsvdMaskSize: 8
    [ 29.257] RsvdFieldPosition: 24
    [ 29.257] DirectColorModeInfo: 0
    [ 29.257] PhysBasePtr: 0xb0000000
    [ 29.257] LinBytesPerScanLine: 3200
    [ 29.257] BnkNumberOfImagePages: 33
    [ 29.257] LinNumberOfImagePages: 33
    [ 29.257] LinRedMaskSize: 8
    [ 29.257] LinRedFieldPosition: 16
    [ 29.257] LinGreenMaskSize: 8
    [ 29.257] LinGreenFieldPosition: 8
    [ 29.257] LinBlueMaskSize: 8
    [ 29.257] LinBlueFieldPosition: 0
    [ 29.257] LinRsvdMaskSize: 8
    [ 29.257] LinRsvdFieldPosition: 24
    [ 29.257] MaxPixelClock: 230000000
    [ 29.257] Mode: 101 (640x480)
    [ 29.257] ModeAttributes: 0x9b
    [ 29.257] WinAAttributes: 0x7
    [ 29.257] WinBAttributes: 0x0
    [ 29.257] WinGranularity: 64
    [ 29.257] WinSize: 64
    [ 29.257] WinASegment: 0xa000
    [ 29.257] WinBSegment: 0x0
    [ 29.257] WinFuncPtr: 0xc0009742
    [ 29.257] BytesPerScanline: 640
    [ 29.257] XResolution: 640
    [ 29.257] YResolution: 480
    [ 29.257] XCharSize: 8
    [ 29.257] YCharSize: 16
    [ 29.257] NumberOfPlanes: 1
    [ 29.257] BitsPerPixel: 8
    [ 29.257] NumberOfBanks: 1
    [ 29.257] MemoryModel: 4
    [ 29.257] BankSize: 0
    [ 29.257] NumberOfImages: 203
    [ 29.257] RedMaskSize: 0
    [ 29.257] RedFieldPosition: 0
    [ 29.257] GreenMaskSize: 0
    [ 29.257] GreenFieldPosition: 0
    [ 29.257] BlueMaskSize: 0
    [ 29.257] BlueFieldPosition: 0
    [ 29.257] RsvdMaskSize: 0
    [ 29.257] RsvdFieldPosition: 0
    [ 29.257] DirectColorModeInfo: 0
    [ 29.257] PhysBasePtr: 0xb0000000
    [ 29.257] LinBytesPerScanLine: 640
    [ 29.257] BnkNumberOfImagePages: 203
    [ 29.257] LinNumberOfImagePages: 203
    [ 29.257] LinRedMaskSize: 0
    [ 29.257] LinRedFieldPosition: 0
    [ 29.257] LinGreenMaskSize: 0
    [ 29.257] LinGreenFieldPosition: 0
    [ 29.257] LinBlueMaskSize: 0
    [ 29.257] LinBlueFieldPosition: 0
    [ 29.257] LinRsvdMaskSize: 0
    [ 29.257] LinRsvdFieldPosition: 0
    [ 29.257] MaxPixelClock: 230000000
    [ 29.257] Mode: 103 (800x600)
    [ 29.257] ModeAttributes: 0x9b
    [ 29.257] WinAAttributes: 0x7
    [ 29.257] WinBAttributes: 0x0
    [ 29.257] WinGranularity: 64
    [ 29.257] WinSize: 64
    [ 29.257] WinASegment: 0xa000
    [ 29.257] WinBSegment: 0x0
    [ 29.257] WinFuncPtr: 0xc0009742
    [ 29.257] BytesPerScanline: 832
    [ 29.257] XResolution: 800
    [ 29.257] YResolution: 600
    [ 29.257] XCharSize: 8
    [ 29.257] YCharSize: 16
    [ 29.257] NumberOfPlanes: 1
    [ 29.257] BitsPerPixel: 8
    [ 29.257] NumberOfBanks: 1
    [ 29.257] MemoryModel: 4
    [ 29.257] BankSize: 0
    [ 29.257] NumberOfImages: 126
    [ 29.257] RedMaskSize: 0
    [ 29.257] RedFieldPosition: 0
    [ 29.257] GreenMaskSize: 0
    [ 29.257] GreenFieldPosition: 0
    [ 29.257] BlueMaskSize: 0
    [ 29.257] BlueFieldPosition: 0
    [ 29.257] RsvdMaskSize: 0
    [ 29.257] RsvdFieldPosition: 0
    [ 29.257] DirectColorModeInfo: 0
    [ 29.257] PhysBasePtr: 0xb0000000
    [ 29.257] LinBytesPerScanLine: 832
    [ 29.257] BnkNumberOfImagePages: 126
    [ 29.257] LinNumberOfImagePages: 126
    [ 29.257] LinRedMaskSize: 0
    [ 29.257] LinRedFieldPosition: 0
    [ 29.257] LinGreenMaskSize: 0
    [ 29.257] LinGreenFieldPosition: 0
    [ 29.257] LinBlueMaskSize: 0
    [ 29.257] LinBlueFieldPosition: 0
    [ 29.257] LinRsvdMaskSize: 0
    [ 29.257] LinRsvdFieldPosition: 0
    [ 29.257] MaxPixelClock: 230000000
    [ 29.258] Mode: 111 (640x480)
    [ 29.258] ModeAttributes: 0x9b
    [ 29.258] WinAAttributes: 0x7
    [ 29.258] WinBAttributes: 0x0
    [ 29.258] WinGranularity: 64
    [ 29.258] WinSize: 64
    [ 29.258] WinASegment: 0xa000
    [ 29.258] WinBSegment: 0x0
    [ 29.258] WinFuncPtr: 0xc0009742
    [ 29.258] BytesPerScanline: 1280
    [ 29.258] XResolution: 640
    [ 29.258] YResolution: 480
    [ 29.258] XCharSize: 8
    [ 29.258] YCharSize: 16
    [ 29.258] NumberOfPlanes: 1
    [ 29.258] BitsPerPixel: 16
    [ 29.258] NumberOfBanks: 1
    [ 29.258] MemoryModel: 6
    [ 29.258] BankSize: 0
    [ 29.258] NumberOfImages: 101
    [ 29.258] RedMaskSize: 5
    [ 29.258] RedFieldPosition: 11
    [ 29.258] GreenMaskSize: 6
    [ 29.258] GreenFieldPosition: 5
    [ 29.258] BlueMaskSize: 5
    [ 29.258] BlueFieldPosition: 0
    [ 29.258] RsvdMaskSize: 0
    [ 29.258] RsvdFieldPosition: 0
    [ 29.258] DirectColorModeInfo: 0
    [ 29.258] PhysBasePtr: 0xb0000000
    [ 29.258] LinBytesPerScanLine: 1280
    [ 29.258] BnkNumberOfImagePages: 101
    [ 29.258] LinNumberOfImagePages: 101
    [ 29.258] LinRedMaskSize: 5
    [ 29.258] LinRedFieldPosition: 11
    [ 29.258] LinGreenMaskSize: 6
    [ 29.258] LinGreenFieldPosition: 5
    [ 29.258] LinBlueMaskSize: 5
    [ 29.258] LinBlueFieldPosition: 0
    [ 29.258] LinRsvdMaskSize: 0
    [ 29.258] LinRsvdFieldPosition: 0
    [ 29.258] MaxPixelClock: 230000000
    [ 29.258] Mode: 17d (1920x1080)
    [ 29.258] ModeAttributes: 0x9b
    [ 29.258] WinAAttributes: 0x7
    [ 29.258] WinBAttributes: 0x0
    [ 29.258] WinGranularity: 64
    [ 29.258] WinSize: 64
    [ 29.258] WinASegment: 0xa000
    [ 29.258] WinBSegment: 0x0
    [ 29.258] WinFuncPtr: 0xc0009742
    [ 29.258] BytesPerScanline: 1920
    [ 29.258] XResolution: 1920
    [ 29.258] YResolution: 1080
    [ 29.258] XCharSize: 8
    [ 29.258] YCharSize: 16
    [ 29.258] NumberOfPlanes: 1
    [ 29.258] BitsPerPixel: 8
    [ 29.258] NumberOfBanks: 1
    [ 29.258] MemoryModel: 4
    [ 29.258] BankSize: 0
    [ 29.258] NumberOfImages: 30
    [ 29.258] RedMaskSize: 0
    [ 29.258] RedFieldPosition: 0
    [ 29.258] GreenMaskSize: 0
    [ 29.258] GreenFieldPosition: 0
    [ 29.258] BlueMaskSize: 0
    [ 29.258] BlueFieldPosition: 0
    [ 29.258] RsvdMaskSize: 0
    [ 29.258] RsvdFieldPosition: 0
    [ 29.258] DirectColorModeInfo: 0
    [ 29.258] PhysBasePtr: 0xb0000000
    [ 29.258] LinBytesPerScanLine: 1920
    [ 29.258] BnkNumberOfImagePages: 30
    [ 29.258] LinNumberOfImagePages: 30
    [ 29.258] LinRedMaskSize: 0
    [ 29.258] LinRedFieldPosition: 0
    [ 29.258] LinGreenMaskSize: 0
    [ 29.258] LinGreenFieldPosition: 0
    [ 29.258] LinBlueMaskSize: 0
    [ 29.258] LinBlueFieldPosition: 0
    [ 29.258] LinRsvdMaskSize: 0
    [ 29.258] LinRsvdFieldPosition: 0
    [ 29.258] MaxPixelClock: 230000000
    [ 29.258] Mode: 17e (1920x1080)
    [ 29.258] ModeAttributes: 0x9b
    [ 29.258] WinAAttributes: 0x7
    [ 29.258] WinBAttributes: 0x0
    [ 29.258] WinGranularity: 64
    [ 29.258] WinSize: 64
    [ 29.258] WinASegment: 0xa000
    [ 29.258] WinBSegment: 0x0
    [ 29.258] WinFuncPtr: 0xc0009742
    [ 29.258] BytesPerScanline: 3840
    [ 29.258] XResolution: 1920
    [ 29.258] YResolution: 1080
    [ 29.258] XCharSize: 8
    [ 29.258] YCharSize: 16
    [ 29.258] NumberOfPlanes: 1
    [ 29.258] BitsPerPixel: 16
    [ 29.258] NumberOfBanks: 1
    [ 29.258] MemoryModel: 6
    [ 29.258] BankSize: 0
    [ 29.258] NumberOfImages: 14
    [ 29.258] RedMaskSize: 5
    [ 29.258] RedFieldPosition: 11
    [ 29.258] GreenMaskSize: 6
    [ 29.258] GreenFieldPosition: 5
    [ 29.258] BlueMaskSize: 5
    [ 29.258] BlueFieldPosition: 0
    [ 29.258] RsvdMaskSize: 0
    [ 29.258] RsvdFieldPosition: 0
    [ 29.258] DirectColorModeInfo: 0
    [ 29.258] PhysBasePtr: 0xb0000000
    [ 29.258] LinBytesPerScanLine: 3840
    [ 29.258] BnkNumberOfImagePages: 14
    [ 29.258] LinNumberOfImagePages: 14
    [ 29.258] LinRedMaskSize: 5
    [ 29.258] LinRedFieldPosition: 11
    [ 29.258] LinGreenMaskSize: 6
    [ 29.258] LinGreenFieldPosition: 5
    [ 29.258] LinBlueMaskSize: 5
    [ 29.258] LinBlueFieldPosition: 0
    [ 29.258] LinRsvdMaskSize: 0
    [ 29.258] LinRsvdFieldPosition: 0
    [ 29.258] MaxPixelClock: 230000000
    [ 29.259] *Mode: 17f (1920x1080)
    [ 29.259] ModeAttributes: 0x9b
    [ 29.259] WinAAttributes: 0x7
    [ 29.259] WinBAttributes: 0x0
    [ 29.259] WinGranularity: 64
    [ 29.259] WinSize: 64
    [ 29.259] WinASegment: 0xa000
    [ 29.259] WinBSegment: 0x0
    [ 29.259] WinFuncPtr: 0xc0009742
    [ 29.259] BytesPerScanline: 7680
    [ 29.259] XResolution: 1920
    [ 29.259] YResolution: 1080
    [ 29.259] XCharSize: 8
    [ 29.259] YCharSize: 16
    [ 29.259] NumberOfPlanes: 1
    [ 29.259] BitsPerPixel: 32
    [ 29.259] NumberOfBanks: 1
    [ 29.259] MemoryModel: 6
    [ 29.259] BankSize: 0
    [ 29.259] NumberOfImages: 7
    [ 29.259] RedMaskSize: 8
    [ 29.259] RedFieldPosition: 16
    [ 29.259] GreenMaskSize: 8
    [ 29.259] GreenFieldPosition: 8
    [ 29.259] BlueMaskSize: 8
    [ 29.259] BlueFieldPosition: 0
    [ 29.259] RsvdMaskSize: 8
    [ 29.259] RsvdFieldPosition: 24
    [ 29.259] DirectColorModeInfo: 0
    [ 29.259] PhysBasePtr: 0xb0000000
    [ 29.259] LinBytesPerScanLine: 7680
    [ 29.259] BnkNumberOfImagePages: 7
    [ 29.259] LinNumberOfImagePages: 7
    [ 29.259] LinRedMaskSize: 8
    [ 29.259] LinRedFieldPosition: 16
    [ 29.259] LinGreenMaskSize: 8
    [ 29.259] LinGreenFieldPosition: 8
    [ 29.259] LinBlueMaskSize: 8
    [ 29.259] LinBlueFieldPosition: 0
    [ 29.259] LinRsvdMaskSize: 8
    [ 29.259] LinRsvdFieldPosition: 24
    [ 29.259] MaxPixelClock: 230000000
    [ 29.259]
    [ 29.259] (II) VESA(0): Total Memory: 1023 64KB banks (65472kB)
    [ 29.259] (II) VESA(0): <default monitor>: Using hsync value of 66.56 kHz
    [ 29.259] (II) VESA(0): <default monitor>: Using vrefresh value of 59.91 Hz
    [ 29.259] (WW) VESA(0): Unable to estimate virtual size
    [ 29.259] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
    [ 29.259] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
    [ 29.259] (II) VESA(0): Not using built-in mode "800x600" (no mode of this name)
    [ 29.259] (II) VESA(0): Not using built-in mode "640x480" (no mode of this name)
    [ 29.259] (--) VESA(0): Virtual size is 1920x1080 (pitch 1920)
    [ 29.259] (**) VESA(0): *Built-in mode "1920x1080"
    [ 29.259] (**) VESA(0): Display dimensions: (350, 190) mm
    [ 29.259] (**) VESA(0): DPI set to (139, 144)
    [ 29.259] (**) VESA(0): Using "Shadow Framebuffer"
    [ 29.259] (II) Loading sub module "shadow"
    [ 29.259] (II) LoadModule: "shadow"
    [ 29.259] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [ 29.260] (II) Module shadow: vendor="X.Org Foundation"
    [ 29.260] compiled for 1.14.4, module version = 1.1.0
    [ 29.260] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 29.260] (II) Loading sub module "fb"
    [ 29.260] (II) LoadModule: "fb"
    [ 29.260] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 29.261] (II) Module fb: vendor="X.Org Foundation"
    [ 29.261] compiled for 1.14.4, module version = 1.0.0
    [ 29.261] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 29.261] (==) Depth 24 pixmap format is 32 bpp
    [ 29.261] (II) Loading sub module "int10"
    [ 29.261] (II) LoadModule: "int10"
    [ 29.261] (II) Loading /usr/lib/xorg/modules/libint10.so
    [ 29.261] (II) Module int10: vendor="X.Org Foundation"
    [ 29.261] compiled for 1.14.4, module version = 1.0.0
    [ 29.261] ABI class: X.Org Video Driver, version 14.1
    [ 29.261] (II) VESA(0): initializing int10
    [ 29.261] (II) VESA(0): Primary V_BIOS segment is: 0xc000
    [ 29.261] (II) VESA(0): VESA BIOS detected
    [ 29.261] (II) VESA(0): VESA VBE Version 3.0
    [ 29.261] (II) VESA(0): VESA VBE Total Mem: 65472 kB
    [ 29.261] (II) VESA(0): VESA VBE OEM: Intel(R) HSW Mobile/Desktop Graphics Chipset Accelerated VGA BIOS
    [ 29.261] (II) VESA(0): VESA VBE OEM Software Rev: 0.0
    [ 29.261] (II) VESA(0): virtual address = 0x7f3dcd90f000,
    physical address = 0xb0000000, size = 67043328
    [ 29.268] (II) VESA(0): Setting up VESA Mode 0x17F (1920x1080)
    [ 29.343] (==) VESA(0): Default visual is TrueColor
    [ 29.344] (==) VESA(0): Backing store disabled
    [ 29.345] (==) VESA(0): DPMS enabled
    [ 29.345] (==) RandR enabled
    [ 29.345] (II) Found 2 VGA devices: arbiter wrapping enabled
    [ 29.349] (II) AIGLX: Screen 0 is not DRI2 capable
    [ 29.349] (II) AIGLX: Screen 0 is not DRI capable
    [ 29.403] (II) AIGLX: Loaded and initialized swrast
    [ 29.403] (II) GLX: Initialized DRISWRAST GL provider for screen 0
    [ 29.441] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 29.441] (**) Power Button: Applying InputClass "system-keyboard"
    [ 29.441] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 29.441] (II) LoadModule: "evdev"
    [ 29.441] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 29.442] (II) Module evdev: vendor="X.Org Foundation"
    [ 29.442] compiled for 1.14.3, module version = 2.8.2
    [ 29.442] Module class: X.Org XInput Driver
    [ 29.442] ABI class: X.Org XInput driver, version 19.1
    [ 29.442] (II) Using input driver 'evdev' for 'Power Button'
    [ 29.442] (**) Power Button: always reports core events
    [ 29.442] (**) evdev: Power Button: Device: "/dev/input/event4"
    [ 29.442] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 29.443] (--) evdev: Power Button: Found keys
    [ 29.443] (II) evdev: Power Button: Configuring as keyboard
    [ 29.443] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event4"
    [ 29.443] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 29.443] (**) Option "xkb_rules" "evdev"
    [ 29.443] (**) Option "xkb_model" "pc104"
    [ 29.443] (**) Option "xkb_layout" "de"
    [ 29.457] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 29.457] (**) Power Button: Applying InputClass "system-keyboard"
    [ 29.457] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 29.457] (II) Using input driver 'evdev' for 'Power Button'
    [ 29.457] (**) Power Button: always reports core events
    [ 29.457] (**) evdev: Power Button: Device: "/dev/input/event1"
    [ 29.457] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 29.457] (--) evdev: Power Button: Found keys
    [ 29.457] (II) evdev: Power Button: Configuring as keyboard
    [ 29.457] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0C:00/input/input2/event1"
    [ 29.457] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 29.457] (**) Option "xkb_rules" "evdev"
    [ 29.457] (**) Option "xkb_model" "pc104"
    [ 29.457] (**) Option "xkb_layout" "de"
    [ 29.457] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
    [ 29.457] (**) Sleep Button: Applying InputClass "system-keyboard"
    [ 29.457] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 29.457] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 29.457] (**) Sleep Button: always reports core events
    [ 29.457] (**) evdev: Sleep Button: Device: "/dev/input/event2"
    [ 29.457] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 29.457] (--) evdev: Sleep Button: Found keys
    [ 29.457] (II) evdev: Sleep Button: Configuring as keyboard
    [ 29.457] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0E:00/input/input3/event2"
    [ 29.457] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
    [ 29.457] (**) Option "xkb_rules" "evdev"
    [ 29.457] (**) Option "xkb_model" "pc104"
    [ 29.457] (**) Option "xkb_layout" "de"
    [ 29.457] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
    [ 29.457] (II) No input driver specified, ignoring this device.
    [ 29.457] (II) This device may have been added with another device file.
    [ 29.457] (II) config/udev: Adding input device HDA Intel MID HDMI/DP,pcm=3 (/dev/input/event8)
    [ 29.457] (II) No input driver specified, ignoring this device.
    [ 29.457] (II) This device may have been added with another device file.
    [ 29.458] (II) config/udev: Adding input device HDA Intel MID HDMI/DP,pcm=7 (/dev/input/event7)
    [ 29.458] (II) No input driver specified, ignoring this device.
    [ 29.458] (II) This device may have been added with another device file.
    [ 29.458] (II) config/udev: Adding input device HDA Intel MID HDMI/DP,pcm=8 (/dev/input/event6)
    [ 29.458] (II) No input driver specified, ignoring this device.
    [ 29.458] (II) This device may have been added with another device file.
    [ 29.458] (II) config/udev: Adding input device Lenovo EasyCamera (/dev/input/event13)
    [ 29.458] (**) Lenovo EasyCamera: Applying InputClass "system-keyboard"
    [ 29.458] (**) Lenovo EasyCamera: Applying InputClass "evdev keyboard catchall"
    [ 29.458] (II) Using input driver 'evdev' for 'Lenovo EasyCamera'
    [ 29.458] (**) Lenovo EasyCamera: always reports core events
    [ 29.458] (**) evdev: Lenovo EasyCamera: Device: "/dev/input/event13"
    [ 29.458] (--) evdev: Lenovo EasyCamera: Vendor 0xbda Product 0x58b9
    [ 29.458] (--) evdev: Lenovo EasyCamera: Found keys
    [ 29.458] (II) evdev: Lenovo EasyCamera: Configuring as keyboard
    [ 29.458] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/input/input15/event13"
    [ 29.458] (II) XINPUT: Adding extended input device "Lenovo EasyCamera" (type: KEYBOARD, id 9)
    [ 29.458] (**) Option "xkb_rules" "evdev"
    [ 29.458] (**) Option "xkb_model" "pc104"
    [ 29.458] (**) Option "xkb_layout" "de"
    [ 29.458] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event5)
    [ 29.458] (II) No input driver specified, ignoring this device.
    [ 29.458] (II) This device may have been added with another device file.
    [ 29.458] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event11)
    [ 29.458] (II) No input driver specified, ignoring this device.
    [ 29.458] (II) This device may have been added with another device file.
    [ 29.458] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event10)
    [ 29.458] (II) No input driver specified, ignoring this device.
    [ 29.458] (II) This device may have been added with another device file.
    [ 29.458] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 29.458] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
    [ 29.458] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 29.458] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 29.458] (**) AT Translated Set 2 keyboard: always reports core events
    [ 29.458] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 29.458] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 29.459] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 29.459] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 29.459] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 29.459] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
    [ 29.459] (**) Option "xkb_rules" "evdev"
    [ 29.459] (**) Option "xkb_model" "pc104"
    [ 29.459] (**) Option "xkb_layout" "de"
    [ 29.459] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event9)
    [ 29.459] (**) Ideapad extra buttons: Applying InputClass "system-keyboard"
    [ 29.459] (**) Ideapad extra buttons: Applying InputClass "evdev keyboard catchall"
    [ 29.459] (II) Using input driver 'evdev' for 'Ideapad extra buttons'
    [ 29.459] (**) Ideapad extra buttons: always reports core events
    [ 29.459] (**) evdev: Ideapad extra buttons: Device: "/dev/input/event9"
    [ 29.459] (--) evdev: Ideapad extra buttons: Vendor 0 Product 0
    [ 29.459] (--) evdev: Ideapad extra buttons: Found keys
    [ 29.459] (II) evdev: Ideapad extra buttons: Configuring as keyboard
    [ 29.459] (**) Option "config_info" "udev:/sys/devices/platform/ideapad/input/input10/event9"
    [ 29.459] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 11)
    [ 29.459] (**) Option "xkb_rules" "evdev"
    [ 29.459] (**) Option "xkb_model" "pc104"
    [ 29.459] (**) Option "xkb_layout" "de"
    [ 29.459] (II) config/udev: Adding input device PC Speaker (/dev/input/event12)
    [ 29.459] (II) No input driver specified, ignoring this device.
    [ 29.459] (II) This device may have been added with another device file.
    [ 29.635] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 29.635] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 29.635] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event14)
    [ 29.635] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 29.635] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 29.635] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 29.635] (II) LoadModule: "synaptics"
    [ 29.636] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 29.637] (II) Module synaptics: vendor="X.Org Foundation"
    [ 29.637] compiled for 1.14.1, module version = 1.7.1
    [ 29.637] Module class: X.Org XInput Driver
    [ 29.637] ABI class: X.Org XInput driver, version 19.1
    [ 29.637] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 29.637] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 29.637] (**) Option "Device" "/dev/input/event14"
    [ 29.723] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
    [ 29.723] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5664 (res 42)
    [ 29.723] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4682 (res 52)
    [ 29.723] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 29.723] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 29.723] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
    [ 29.723] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 29.723] (**) Option "TapButton1" "1"
    [ 29.723] (**) Option "TapButton2" "2"
    [ 29.723] (**) Option "TapButton3" "3"
    [ 29.723] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
    [ 29.723] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 29.723] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 29.763] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input14/event14"
    [ 29.763] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
    [ 29.763] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 29.763] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    [ 29.763] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.038
    [ 29.763] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 29.763] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 29.763] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 29.763] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 29.763] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    If you need anything else, please let me know. Thanks in advance.
    harrim4n
    Last edited by harriman (2013-12-06 11:22:32)

    Thanks for the post. This did in fact save me a lot of hassle.
    On my Y510p I needed to use nomodeset to get it to start. From there, I installed bumblebee and nvidia-331 from the X-swat repository. Then I got rid of nomodeset in the kernel parameters. Now my kernel parameters are:
    GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi=Linux acpi_backlight=vendor"
    Now my backlight works, I can get the nvidia card to takeover using bumbleebee's optirun command, and it boots fine.
    Since this result is near the top of the Google results when searching for graphics issues on the Y510p, and this is on the topic of Intel driver problems on the Y510p: can anyone choose different resolutions in the display settings?  I only have access to full resolution.
    Last edited by benjaminb (2014-01-04 01:49:12)

  • [SOLVED] Problems with gnome on T420s (nvidia optimus)

    Hello everyone,
    after finally managing to successfully launch a simple x session on my laptop I thought installing gnome would be an easy thing. Unfortunately gnome (or my hardware) does not think the same and so after installing gnome successfully, I fail to execute gdm succesfully
    Let me provide some more info (logs etc. below):
    configure my system to run gnome as desktop environment
    using PRIME to handle both devices (disabling intenal or discrete graphics card is not an option since I need it)
    this implies not to use bumblebee - I'm very grateful to the work people invested in working everything but it comes with too many disadvantes regarding stability future updates in my eyes
    I appreciate any comment and will provide more infos if needed, I also appreciate everything that will improve my understanding of the follwing (related) topics:
    KMS in relation to configuration for drivers
    xorg configuration and debugging
    Logs etc.
    Xorg.log - after executing and closing
    startx
    [ 1960.301]
    X.Org X Server 1.16.3
    Release Date: 2014-12-20
    [ 1960.301] X Protocol Version 11, Revision 0
    [ 1960.301] Build Operating System: Linux 3.17.4-1-ARCH x86_64
    [ 1960.301] Current Operating System: Linux t420s-arch 3.17.6-1-ARCH #1 SMP PREEMPT Sun Dec 7 23:43:32 UTC 2014 x86_64
    [ 1960.301] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=[UUID] rw quiet
    [ 1960.301] Build Date: 20 December 2014 01:34:48PM
    [ 1960.301]
    [ 1960.301] Current version of pixman: 0.32.6
    [ 1960.302] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 1960.302] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 1960.302] (==) Log file: "/home/timon/.local/share/xorg/Xorg.0.log", Time: Fri Dec 26 20:25:56 2014
    [ 1960.352] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 1960.380] (==) No Layout section. Using the first Screen section.
    [ 1960.380] (==) No screen section available. Using defaults.
    [ 1960.380] (**) |-->Screen "Default Screen Section" (0)
    [ 1960.380] (**) | |-->Monitor "<default monitor>"
    [ 1960.398] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 1960.398] (==) Automatically adding devices
    [ 1960.398] (==) Automatically enabling devices
    [ 1960.398] (==) Automatically adding GPU devices
    [ 1960.414] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 1960.414] Entry deleted from font path.
    [ 1960.429] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 1960.429] Entry deleted from font path.
    [ 1960.429] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 1960.429] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 1960.429] Entry deleted from font path.
    [ 1960.429] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 1960.429] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 1960.429] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 1960.429] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 1960.436] (II) Loader magic: 0x818d40
    [ 1960.436] (II) Module ABI versions:
    [ 1960.436] X.Org ANSI C Emulation: 0.4
    [ 1960.436] X.Org Video Driver: 18.0
    [ 1960.436] X.Org XInput driver : 21.0
    [ 1960.436] X.Org Server Extension : 8.0
    [ 1960.440] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c2
    [ 1960.441] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 1960.442] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
    [ 1960.442] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 1960.443] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 9 paused 0
    [ 1960.447] (--) PCI:*(0:0:2:0) 8086:0126:17aa:21d3 rev 9, Mem @ 0xf1400000/4194304, 0xe0000000/268435456, I/O @ 0x00005000/64
    [ 1960.447] (--) PCI: (0:1:0:0) 10de:1056:17aa:21d3 rev 161, Mem @ 0xf0000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
    [ 1960.447] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 1960.448] (II) LoadModule: "glx"
    [ 1960.468] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 1960.582] (II) Module glx: vendor="X.Org Foundation"
    [ 1960.582] compiled for 1.16.3, module version = 1.0.0
    [ 1960.582] ABI class: X.Org Server Extension, version 8.0
    [ 1960.582] (==) AIGLX enabled
    [ 1960.582] (==) Matched intel as autoconfigured driver 0
    [ 1960.582] (==) Matched nouveau as autoconfigured driver 1
    [ 1960.582] (==) Matched nv as autoconfigured driver 2
    [ 1960.582] (==) Matched intel as autoconfigured driver 3
    [ 1960.582] (==) Matched modesetting as autoconfigured driver 4
    [ 1960.582] (==) Matched fbdev as autoconfigured driver 5
    [ 1960.582] (==) Matched vesa as autoconfigured driver 6
    [ 1960.582] (==) Assigned the driver to the xf86ConfigLayout
    [ 1960.582] (II) LoadModule: "intel"
    [ 1960.582] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 1960.613] (II) Module intel: vendor="X.Org Foundation"
    [ 1960.613] compiled for 1.16.3, module version = 2.99.917
    [ 1960.613] Module class: X.Org Video Driver
    [ 1960.613] ABI class: X.Org Video Driver, version 18.0
    [ 1960.613] (II) LoadModule: "nouveau"
    [ 1960.613] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 1960.637] (II) Module nouveau: vendor="X.Org Foundation"
    [ 1960.637] compiled for 1.16.1, module version = 1.0.11
    [ 1960.637] Module class: X.Org Video Driver
    [ 1960.637] ABI class: X.Org Video Driver, version 18.0
    [ 1960.637] (II) LoadModule: "nv"
    [ 1960.652] (WW) Warning, couldn't open module nv
    [ 1960.652] (II) UnloadModule: "nv"
    [ 1960.652] (II) Unloading nv
    [ 1960.652] (EE) Failed to load module "nv" (module does not exist, 0)
    [ 1960.652] (II) LoadModule: "modesetting"
    [ 1960.652] (WW) Warning, couldn't open module modesetting
    [ 1960.652] (II) UnloadModule: "modesetting"
    [ 1960.652] (II) Unloading modesetting
    [ 1960.652] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 1960.652] (II) LoadModule: "fbdev"
    [ 1960.653] (WW) Warning, couldn't open module fbdev
    [ 1960.653] (II) UnloadModule: "fbdev"
    [ 1960.653] (II) Unloading fbdev
    [ 1960.653] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 1960.653] (II) LoadModule: "vesa"
    [ 1960.653] (WW) Warning, couldn't open module vesa
    [ 1960.653] (II) UnloadModule: "vesa"
    [ 1960.653] (II) Unloading vesa
    [ 1960.653] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 1960.653] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
    i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
    915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
    Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
    [ 1960.654] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
    [ 1960.654] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
    [ 1960.654] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
    [ 1960.654] (II) NOUVEAU driver
    [ 1960.654] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 1960.654] RIVA TNT (NV04)
    [ 1960.654] RIVA TNT2 (NV05)
    [ 1960.654] GeForce 256 (NV10)
    [ 1960.654] GeForce 2 (NV11, NV15)
    [ 1960.654] GeForce 4MX (NV17, NV18)
    [ 1960.654] GeForce 3 (NV20)
    [ 1960.654] GeForce 4Ti (NV25, NV28)
    [ 1960.654] GeForce FX (NV3x)
    [ 1960.654] GeForce 6 (NV4x)
    [ 1960.654] GeForce 7 (G7x)
    [ 1960.654] GeForce 8 (G8x)
    [ 1960.654] GeForce GTX 200 (NVA0)
    [ 1960.654] GeForce GTX 400 (NVC0)
    [ 1960.654] (++) using VT number 2
    [ 1960.654] (--) controlling tty is VT number 2, auto-enabling KeepTty
    [ 1960.654] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
    [ 1960.655] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20140725
    [ 1960.664] (II) [drm] nouveau interface version: 1.2.0
    [ 1960.665] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
    [ 1960.666] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 3000
    [ 1960.666] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx
    [ 1960.666] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 1960.666] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 1960.666] (==) intel(0): RGB weight 888
    [ 1960.666] (==) intel(0): Default visual is TrueColor
    [ 1960.666] (II) intel(0): Output LVDS2 has no monitor section
    [ 1960.667] (--) intel(0): Found backlight control interface acpi_video0 (type 'firmware') for output LVDS2
    [ 1960.667] (II) intel(0): Enabled output LVDS2
    [ 1960.667] (II) intel(0): Output VGA2 has no monitor section
    [ 1960.667] (II) intel(0): Enabled output VGA2
    [ 1960.667] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
    [ 1960.668] (II) intel(0): Output VIRTUAL1 has no monitor section
    [ 1960.668] (II) intel(0): Enabled output VIRTUAL1
    [ 1960.668] (--) intel(0): Output LVDS2 using initial mode 1600x900 on pipe 0
    [ 1960.668] (==) intel(0): TearFree disabled
    [ 1960.668] (==) intel(0): DPI set to (96, 96)
    [ 1960.668] (II) Loading sub module "dri2"
    [ 1960.668] (II) LoadModule: "dri2"
    [ 1960.668] (II) Module "dri2" already built-in
    [ 1960.668] (II) Loading sub module "present"
    [ 1960.668] (II) LoadModule: "present"
    [ 1960.668] (II) Module "present" already built-in
    [ 1960.668] (II) Loading sub module "dri2"
    [ 1960.668] (II) LoadModule: "dri2"
    [ 1960.668] (II) Module "dri2" already built-in
    [ 1960.669] (--) NOUVEAU(G0): Chipset: "NVIDIA NVD9"
    [ 1960.669] (==) NOUVEAU(G0): Depth 24, (--) framebuffer bpp 32
    [ 1960.669] (==) NOUVEAU(G0): RGB weight 888
    [ 1960.669] (==) NOUVEAU(G0): Default visual is TrueColor
    [ 1960.669] (==) NOUVEAU(G0): Using HW cursor
    [ 1960.669] (==) NOUVEAU(G0): GLX sync to VBlank enabled.
    [ 1960.669] (==) NOUVEAU(G0): Page flipping enabled
    [ 1960.669] (==) NOUVEAU(G0): Swap limit set to 1 [Max allowed 2]
    [ 1960.669] (==) NOUVEAU(G0): Page flipping synced to vblank by kernel.
    [ 1960.669] (II) NOUVEAU(G0): Initializing outputs ...
    [ 1960.672] (II) NOUVEAU(G0): Output LVDS-1-1 has no monitor section
    [ 1960.693] (II) NOUVEAU(G0): Output VGA-1-1 has no monitor section
    [ 1960.799] (II) NOUVEAU(G0): Output DP-1-1 has no monitor section
    [ 1960.906] (II) NOUVEAU(G0): Output DP-1-2 has no monitor section
    [ 1961.013] (II) NOUVEAU(G0): Output DP-1-3 has no monitor section
    [ 1961.013] (II) NOUVEAU(G0): 5 crtcs needed for screen.
    [ 1961.016] (II) NOUVEAU(G0): Allocated crtc nr. 0 to this screen.
    [ 1961.016] (II) NOUVEAU(G0): Allocated crtc nr. 1 to this screen.
    [ 1961.018] (II) NOUVEAU(G0): EDID for output LVDS-1-1
    [ 1961.039] (II) NOUVEAU(G0): EDID for output VGA-1-1
    [ 1961.146] (II) NOUVEAU(G0): EDID for output DP-1-1
    [ 1961.253] (II) NOUVEAU(G0): EDID for output DP-1-2
    [ 1961.359] (II) NOUVEAU(G0): EDID for output DP-1-3
    [ 1961.359] (II) NOUVEAU(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 1961.359] (--) NOUVEAU(G0): Virtual size is 1024x768 (pitch 0)
    [ 1961.359] (**) NOUVEAU(G0): Mode "1600x900": 118.2 MHz (scaled from 0.0 MHz), 56.0 kHz, 59.9 Hz
    [ 1961.359] (II) NOUVEAU(G0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz)
    [ 1961.359] (==) NOUVEAU(G0): DPI set to (96, 96)
    [ 1961.359] (II) Loading sub module "fb"
    [ 1961.359] (II) LoadModule: "fb"
    [ 1961.360] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 1961.392] (II) Module fb: vendor="X.Org Foundation"
    [ 1961.392] compiled for 1.16.3, module version = 1.0.0
    [ 1961.392] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 1961.392] (II) Loading sub module "shadowfb"
    [ 1961.392] (II) LoadModule: "shadowfb"
    [ 1961.392] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
    [ 1961.402] (II) Module shadowfb: vendor="X.Org Foundation"
    [ 1961.403] compiled for 1.16.3, module version = 1.0.0
    [ 1961.403] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 1961.403] (==) Depth 24 pixmap format is 32 bpp
    [ 1961.406] (II) NOUVEAU(G0): Channel setup complete.
    [ 1961.408] (II) NOUVEAU(G0): [COPY] async initialised.
    [ 1961.416] (II) NOUVEAU(G0): [DRI2] Setup complete
    [ 1961.417] (II) NOUVEAU(G0): [DRI2] DRI driver: nouveau
    [ 1961.417] (II) NOUVEAU(G0): [DRI2] VDPAU driver: nouveau
    [ 1961.423] (II) Loading sub module "exa"
    [ 1961.423] (II) LoadModule: "exa"
    [ 1961.423] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 1961.425] (II) Module exa: vendor="X.Org Foundation"
    [ 1961.425] compiled for 1.16.3, module version = 2.6.0
    [ 1961.425] ABI class: X.Org Video Driver, version 18.0
    [ 1961.425] (II) EXA(256): Driver allocated offscreen pixmaps
    [ 1961.425] (II) EXA(256): Driver registered support for the following operations:
    [ 1961.425] (II) Solid
    [ 1961.425] (II) Copy
    [ 1961.425] (II) Composite (RENDER acceleration)
    [ 1961.425] (II) UploadToScreen
    [ 1961.425] (II) DownloadFromScreen
    [ 1961.425] (==) NOUVEAU(G0): Backing store enabled
    [ 1961.425] (==) NOUVEAU(G0): Silken mouse enabled
    [ 1961.425] (II) NOUVEAU(G0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
    [ 1961.425] (II) NOUVEAU(G0): [XvMC] Extension initialized.
    [ 1961.425] (==) NOUVEAU(G0): DPMS enabled
    [ 1961.425] (II) NOUVEAU(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 1961.448] (II) intel(0): SNA initialized with Sandybridge (gen6, gt2) backend
    [ 1961.448] (==) intel(0): Backing store enabled
    [ 1961.448] (==) intel(0): Silken mouse enabled
    [ 1961.448] (II) intel(0): HW Cursor enabled
    [ 1961.448] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 1961.448] (==) intel(0): DPMS enabled
    [ 1961.448] (==) intel(0): display hotplug detection enabled
    [ 1961.448] (II) intel(0): [DRI2] Setup complete
    [ 1961.448] (II) intel(0): [DRI2] DRI driver: i965
    [ 1961.448] (II) intel(0): [DRI2] VDPAU driver: i965
    [ 1961.448] (II) intel(0): direct rendering: DRI2 enabled
    [ 1961.448] (II) intel(0): hardware support for Present enabled
    [ 1961.449] (--) RandR disabled
    [ 1961.635] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 1961.635] (II) AIGLX: enabled GLX_ARB_create_context
    [ 1961.635] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 1961.635] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 1961.635] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 1961.635] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 1961.635] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
    [ 1961.635] (II) AIGLX: enabled GLX_ARB_fbconfig_float
    [ 1961.635] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 1961.635] (II) AIGLX: enabled GLX_ARB_create_context_robustness
    [ 1961.635] (II) AIGLX: Loaded and initialized i965
    [ 1961.635] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 1961.637] (II) NOUVEAU(G0): NVEnterVT is called.
    [ 1961.667] (II) intel(0): switch to mode [email protected] on LVDS2 using pipe 0, position (0, 0), rotation normal, reflection none
    [ 1961.676] (II) intel(0): Setting screen physical size to 423 x 238
    [ 1961.965] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 1961.966] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 1961.966] (II) LoadModule: "evdev"
    [ 1961.966] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 1961.991] (II) Module evdev: vendor="X.Org Foundation"
    [ 1961.991] compiled for 1.16.2, module version = 2.9.1
    [ 1961.991] Module class: X.Org XInput Driver
    [ 1961.991] ABI class: X.Org XInput driver, version 21.0
    [ 1961.992] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 16 paused 0
    [ 1961.992] (II) Using input driver 'evdev' for 'Power Button'
    [ 1961.992] (**) Power Button: always reports core events
    [ 1961.992] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 1961.992] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 1961.992] (--) evdev: Power Button: Found keys
    [ 1961.993] (II) evdev: Power Button: Configuring as keyboard
    [ 1961.993] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event3"
    [ 1961.993] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 1961.993] (**) Option "xkb_rules" "evdev"
    [ 1961.993] (**) Option "xkb_model" "pc104"
    [ 1961.993] (**) Option "xkb_layout" "us"
    [ 1962.045] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
    [ 1962.045] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 1962.047] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 17 paused 0
    [ 1962.047] (II) Using input driver 'evdev' for 'Video Bus'
    [ 1962.047] (**) Video Bus: always reports core events
    [ 1962.047] (**) evdev: Video Bus: Device: "/dev/input/event11"
    [ 1962.047] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 1962.047] (--) evdev: Video Bus: Found keys
    [ 1962.047] (II) evdev: Video Bus: Configuring as keyboard
    [ 1962.047] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input13/event11"
    [ 1962.047] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 1962.047] (**) Option "xkb_rules" "evdev"
    [ 1962.047] (**) Option "xkb_model" "pc104"
    [ 1962.047] (**) Option "xkb_layout" "us"
    [ 1962.048] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
    [ 1962.048] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 1962.049] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 18 paused 0
    [ 1962.049] (II) Using input driver 'evdev' for 'Video Bus'
    [ 1962.049] (**) Video Bus: always reports core events
    [ 1962.049] (**) evdev: Video Bus: Device: "/dev/input/event12"
    [ 1962.049] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 1962.049] (--) evdev: Video Bus: Found keys
    [ 1962.049] (II) evdev: Video Bus: Configuring as keyboard
    [ 1962.049] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/LNXVIDEO:01/input/input14/event12"
    [ 1962.049] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
    [ 1962.049] (**) Option "xkb_rules" "evdev"
    [ 1962.050] (**) Option "xkb_model" "pc104"
    [ 1962.050] (**) Option "xkb_layout" "us"
    [ 1962.051] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 1962.051] (II) No input driver specified, ignoring this device.
    [ 1962.051] (II) This device may have been added with another device file.
    [ 1962.051] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
    [ 1962.051] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 1962.052] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 19 paused 0
    [ 1962.052] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 1962.052] (**) Sleep Button: always reports core events
    [ 1962.052] (**) evdev: Sleep Button: Device: "/dev/input/event2"
    [ 1962.052] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 1962.052] (--) evdev: Sleep Button: Found keys
    [ 1962.052] (II) evdev: Sleep Button: Configuring as keyboard
    [ 1962.052] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3/event2"
    [ 1962.052] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
    [ 1962.052] (**) Option "xkb_rules" "evdev"
    [ 1962.052] (**) Option "xkb_model" "pc104"
    [ 1962.052] (**) Option "xkb_layout" "us"
    [ 1962.055] (II) config/udev: Adding input device Integrated Camera (/dev/input/event4)
    [ 1962.055] (**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
    [ 1962.056] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 20 paused 0
    [ 1962.056] (II) Using input driver 'evdev' for 'Integrated Camera'
    [ 1962.056] (**) Integrated Camera: always reports core events
    [ 1962.056] (**) evdev: Integrated Camera: Device: "/dev/input/event4"
    [ 1962.056] (--) evdev: Integrated Camera: Vendor 0x4f2 Product 0xb221
    [ 1962.056] (--) evdev: Integrated Camera: Found keys
    [ 1962.056] (II) evdev: Integrated Camera: Configuring as keyboard
    [ 1962.056] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input5/event4"
    [ 1962.056] (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD, id 10)
    [ 1962.056] (**) Option "xkb_rules" "evdev"
    [ 1962.056] (**) Option "xkb_model" "pc104"
    [ 1962.056] (**) Option "xkb_layout" "us"
    [ 1962.057] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
    [ 1962.057] (II) No input driver specified, ignoring this device.
    [ 1962.057] (II) This device may have been added with another device file.
    [ 1962.057] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event8)
    [ 1962.057] (II) No input driver specified, ignoring this device.
    [ 1962.058] (II) This device may have been added with another device file.
    [ 1962.058] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event9)
    [ 1962.058] (II) No input driver specified, ignoring this device.
    [ 1962.058] (II) This device may have been added with another device file.
    [ 1962.058] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 1962.058] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 1962.059] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 21 paused 0
    [ 1962.059] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 1962.059] (**) AT Translated Set 2 keyboard: always reports core events
    [ 1962.059] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 1962.060] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 1962.060] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 1962.060] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 1962.060] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 1962.060] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
    [ 1962.060] (**) Option "xkb_rules" "evdev"
    [ 1962.060] (**) Option "xkb_model" "pc104"
    [ 1962.060] (**) Option "xkb_layout" "us"
    [ 1962.061] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event10)
    [ 1962.061] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 1962.062] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 22 paused 0
    [ 1962.062] (II) Using input driver 'evdev' for 'SynPS/2 Synaptics TouchPad'
    [ 1962.062] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 1962.062] (**) evdev: SynPS/2 Synaptics TouchPad: Device: "/dev/input/event10"
    [ 1962.062] (--) evdev: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 1962.062] (--) evdev: SynPS/2 Synaptics TouchPad: Found 3 mouse buttons
    [ 1962.062] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute axes
    [ 1962.062] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute multitouch axes
    [ 1962.062] (--) evdev: SynPS/2 Synaptics TouchPad: Found x and y absolute axes
    [ 1962.062] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute touchpad.
    [ 1962.062] (II) evdev: SynPS/2 Synaptics TouchPad: Configuring as touchpad
    [ 1962.062] (**) evdev: SynPS/2 Synaptics TouchPad: YAxisMapping: buttons 4 and 5
    [ 1962.062] (**) evdev: SynPS/2 Synaptics TouchPad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 1962.062] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event10"
    [ 1962.062] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
    [ 1962.062] (II) evdev: SynPS/2 Synaptics TouchPad: initialized for absolute axes.
    [ 1962.063] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 1962.063] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
    [ 1962.063] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 1962.063] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 1962.063] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 1962.063] (II) No input driver specified, ignoring this device.
    [ 1962.063] (II) This device may have been added with another device file.
    [ 1962.064] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event13)
    [ 1962.064] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
    [ 1962.065] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 23 paused 0
    [ 1962.065] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
    [ 1962.065] (**) TPPS/2 IBM TrackPoint: always reports core events
    [ 1962.065] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event13"
    [ 1962.065] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
    [ 1962.065] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
    [ 1962.065] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
    [ 1962.065] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
    [ 1962.065] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
    [ 1962.065] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
    [ 1962.065] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 1962.065] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input12/event13"
    [ 1962.065] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 13)
    [ 1962.065] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
    [ 1962.065] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
    [ 1962.065] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
    [ 1962.066] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
    [ 1962.066] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
    [ 1962.066] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
    [ 1962.066] (II) No input driver specified, ignoring this device.
    [ 1962.066] (II) This device may have been added with another device file.
    [ 1962.066] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
    [ 1962.066] (II) No input driver specified, ignoring this device.
    [ 1962.067] (II) This device may have been added with another device file.
    [ 1962.067] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event6)
    [ 1962.067] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
    [ 1962.068] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 24 paused 0
    [ 1962.068] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
    [ 1962.068] (**) ThinkPad Extra Buttons: always reports core events
    [ 1962.068] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event6"
    [ 1962.068] (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054
    [ 1962.068] (--) evdev: ThinkPad Extra Buttons: Found keys
    [ 1962.068] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
    [ 1962.068] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input9/event6"
    [ 1962.068] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 14)
    [ 1962.068] (**) Option "xkb_rules" "evdev"
    [ 1962.068] (**) Option "xkb_model" "pc104"
    [ 1962.068] (**) Option "xkb_layout" "us"
    [ 1965.673] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 1965.683] (II) NOUVEAU(G0): NVLeaveVT is called.
    [ 1965.694] (II) systemd-logind: got pause for 226:1
    [ 1965.694] (II) systemd-logind: got pause for 13:75
    [ 1965.694] (II) systemd-logind: got pause for 13:67
    [ 1965.694] (II) systemd-logind: got pause for 13:64
    [ 1965.694] (II) systemd-logind: got pause for 13:66
    [ 1965.694] (II) systemd-logind: got pause for 13:70
    [ 1965.694] (II) systemd-logind: got pause for 13:68
    [ 1965.694] (II) systemd-logind: got pause for 13:74
    [ 1965.694] (II) systemd-logind: got pause for 13:76
    [ 1965.694] (II) systemd-logind: got pause for 226:0
    [ 1965.694] (II) systemd-logind: got pause for 13:77
    [ 2881.141] (II) systemd-logind: got resume for 226:1
    [ 2881.170] (II) systemd-logind: got resume for 13:75
    [ 2881.197] (II) systemd-logind: got resume for 13:67
    [ 2881.221] (II) systemd-logind: got resume for 13:64
    [ 2881.243] (II) systemd-logind: got resume for 13:66
    [ 2881.277] (II) systemd-logind: got resume for 13:70
    [ 2881.303] (II) systemd-logind: got resume for 13:68
    [ 2881.330] (II) systemd-logind: got resume for 13:74
    [ 2881.357] (II) systemd-logind: got resume for 13:76
    [ 2881.789] (II) systemd-logind: got resume for 226:0
    [ 2881.789] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 2881.789] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 2881.789] (II) intel(0): switch to mode [email protected] on LVDS2 using pipe 0, position (0, 0), rotation normal, reflection none
    [ 2881.796] (II) intel(0): EDID vendor "LGD", prod id 866
    [ 2881.796] (II) intel(0): Printing DDC gathered Modelines:
    [ 2881.796] (II) intel(0): Modeline "1600x900"x0.0 107.80 1600 1648 1680 1920 900 903 908 936 -hsync -vsync (56.1 kHz eP)
    [ 2881.797] (II) NOUVEAU(G0): NVEnterVT is called.
    [ 2882.140] (II) systemd-logind: got resume for 13:77
    [ 2882.572] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 2882.572] (II) NOUVEAU(G0): NVLeaveVT is called.
    [ 2882.582] (II) systemd-logind: got pause for 226:1
    [ 2882.582] (II) systemd-logind: got pause for 13:75
    [ 2882.582] (II) systemd-logind: got pause for 13:67
    [ 2882.582] (II) systemd-logind: got pause for 13:64
    [ 2882.582] (II) systemd-logind: got pause for 13:66
    [ 2882.582] (II) systemd-logind: got pause for 13:70
    [ 2882.582] (II) systemd-logind: got pause for 13:68
    [ 2882.582] (II) systemd-logind: got pause for 13:74
    [ 2882.582] (II) systemd-logind: got pause for 13:76
    [ 2882.582] (II) systemd-logind: got pause for 226:0
    [ 2882.582] (II) systemd-logind: got pause for 13:77
    [ 2884.752] (II) systemd-logind: got resume for 226:1
    [ 2884.783] (II) systemd-logind: got resume for 13:75
    [ 2884.800] (II) systemd-logind: got resume for 13:67
    [ 2884.837] (II) systemd-logind: got resume for 13:64
    [ 2884.863] (II) systemd-logind: got resume for 13:66
    [ 2884.890] (II) systemd-logind: got resume for 13:70
    [ 2884.917] (II) systemd-logind: got resume for 13:68
    [ 2884.943] (II) systemd-logind: got resume for 13:74
    [ 2884.970] (II) systemd-logind: got resume for 13:76
    [ 2884.970] (II) systemd-logind: got resume for 226:0
    [ 2884.970] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 2884.970] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 2884.970] (II) intel(0): switch to mode [email protected] on LVDS2 using pipe 0, position (0, 0), rotation normal, reflection none
    [ 2884.977] (II) NOUVEAU(G0): NVEnterVT is called.
    [ 2885.320] (II) systemd-logind: got resume for 13:77
    [ 2887.207] (II) evdev: TPPS/2 IBM TrackPoint: Close
    [ 2887.207] (II) UnloadModule: "evdev"
    [ 2887.207] (II) systemd-logind: releasing fd for 13:77
    [ 2887.249] (II) evdev: ThinkPad Extra Buttons: Close
    [ 2887.249] (II) UnloadModule: "evdev"
    [ 2887.250] (II) systemd-logind: releasing fd for 13:70
    [ 2887.276] (II) evdev: SynPS/2 Synaptics TouchPad: Close
    [ 2887.276] (II) UnloadModule: "evdev"
    [ 2887.276] (II) systemd-logind: releasing fd for 13:74
    [ 2887.329] (II) evdev: AT Translated Set 2 keyboard: Close
    [ 2887.329] (II) UnloadModule: "evdev"
    [ 2887.330] (II) systemd-logind: releasing fd for 13:64
    [ 2887.369] (II) evdev: Integrated Camera: Close
    [ 2887.370] (II) UnloadModule: "evdev"
    [ 2887.370] (II) systemd-logind: releasing fd for 13:68
    [ 2887.423] (II) evdev: Sleep Button: Close
    [ 2887.423] (II) UnloadModule: "evdev"
    [ 2887.423] (II) systemd-logind: releasing fd for 13:66
    [ 2887.449] (II) evdev: Video Bus: Close
    [ 2887.450] (II) UnloadModule: "evdev"
    [ 2887.450] (II) systemd-logind: releasing fd for 13:76
    [ 2887.476] (II) evdev: Video Bus: Close
    [ 2887.476] (II) UnloadModule: "evdev"
    [ 2887.476] (II) systemd-logind: releasing fd for 13:75
    [ 2887.503] (II) evdev: Power Button: Close
    [ 2887.503] (II) UnloadModule: "evdev"
    [ 2887.503] (II) systemd-logind: releasing fd for 13:67
    [ 2887.531] (II) NOUVEAU(G0): NVLeaveVT is called.
    [ 2888.067] (EE) Server terminated successfully (0). Closing log file.
    output dmesg (redacted, tell me if you need more infos)
    [ 0.000000] CPU0 microcode updated early to revision 0x29, date = 2013-06-12
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.17.6-1-ARCH (builduser@foutrelis) (gcc version 4.9.2 (GCC) ) #1 SMP PREEMPT Sun Dec 7 23:43:32 UTC 2014
    [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=[UUID] rw quiet
    [ 0.000000] Disabled fast string operations
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000040200000-0x00000000ba89efff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ba89f000-0x00000000bae9efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bae9f000-0x00000000baf9efff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000baf9f000-0x00000000baffefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000bafff000-0x00000000baffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bb000000-0x00000000bf9fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffd20000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023e5fffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.6 present.
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] AGP: No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x23e600 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0FFC00000 mask FFFC00000 write-protect
    [ 0.000000] 1 base 000000000 mask F80000000 write-back
    [ 0.000000] 2 base 080000000 mask FC0000000 write-back
    [ 0.000000] 3 base 0BC000000 mask FFC000000 uncachable
    [ 0.000000] 4 base 0BB000000 mask FFF000000 uncachable
    [ 0.000000] 5 base 100000000 mask F00000000 write-back
    [ 0.000000] 6 base 200000000 mask FC0000000 write-back
    [ 0.000000] 7 base 23F000000 mask FFF000000 uncachable
    [ 0.000000] 8 base 23E800000 mask FFF800000 uncachable
    [ 0.000000] 9 base 23E600000 mask FFFE00000 uncachable
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: last_pfn = 0xbb000 max_arch_pfn = 0x400000000
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
    [ 0.000000] reserving inaccessible SNB gfx pages
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b2b000, 0x01b2bfff] PGTABLE
    [ 0.000000] BRK [0x01b2c000, 0x01b2cfff] PGTABLE
    [ 0.000000] BRK [0x01b2d000, 0x01b2dfff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x23e400000-0x23e5fffff]
    [ 0.000000] [mem 0x23e400000-0x23e5fffff] page 2M
    [ 0.000000] BRK [0x01b2e000, 0x01b2efff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x23c000000-0x23e3fffff]
    [ 0.000000] [mem 0x23c000000-0x23e3fffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x200000000-0x23bffffff]
    [ 0.000000] [mem 0x200000000-0x23bffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x1fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x20200000-0x3fffffff]
    [ 0.000000] [mem 0x20200000-0x3fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x40200000-0xba89efff]
    [ 0.000000] [mem 0x40200000-0xba7fffff] page 2M
    [ 0.000000] [mem 0xba800000-0xba89efff] page 4k
    [ 0.000000] BRK [0x01b2f000, 0x01b2ffff] PGTABLE
    [ 0.000000] BRK [0x01b30000, 0x01b30fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xbafff000-0xbaffffff]
    [ 0.000000] [mem 0xbafff000-0xbaffffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
    [ 0.000000] [mem 0x100000000-0x1ffffffff] page 2M
    [ 0.000000] RAMDISK: [mem 0x377f8000-0x37bf3fff]
    [ 0.000000] ACPI: Early table checksum verification disabled
    [ 0.000000] ACPI: RSDP 0x00000000000F00E0 000024 (v02 LENOVO)
    [ 0.000000] ACPI: XSDT 0x00000000BAFFE120 0000AC (v01 LENOVO TP-8C 00001310 PTEC 00000002)
    [ 0.000000] ACPI: FACP 0x00000000BAFE8000 0000F4 (v04 LENOVO TP-8C 00001310 PTL 00000002)
    [ 0.000000] ACPI: DSDT 0x00000000BAFEB000 00E17D (v01 LENOVO TP-8C 00001310 INTL 20061109)
    [ 0.000000] ACPI: FACS 0x00000000BAF2D000 000040
    [ 0.000000] ACPI: SLIC 0x00000000BAFFD000 000176 (v01 LENOVO TP-8C 00001310 PTEC 00000001)
    [ 0.000000] ACPI: SSDT 0x00000000BAFFC000 000249 (v01 LENOVO TP-SSDT2 00000200 INTL 20061109)
    [ 0.000000] ACPI: SSDT 0x00000000BAFFB000 000033 (v01 LENOVO TP-SSDT1 00000100 INTL 20061109)
    [ 0.000000] ACPI: SSDT 0x00000000BAFFA000 000797 (v01 LENOVO SataAhci 00001000 INTL 20061109)
    [ 0.000000] ACPI: HPET 0x00000000BAFE7000 000038 (v01 LENOVO TP-8C 00001310 PTL 00000002)
    [ 0.000000] ACPI: APIC 0x00000000BAFE6000 000098 (v01 LENOVO TP-8C 00001310 PTL 00000002)
    [ 0.000000] ACPI: MCFG 0x00000000BAFE5000 00003C (v01 LENOVO TP-8C 00001310 PTL 00000002)
    [ 0.000000] ACPI: ECDT 0x00000000BAFE4000 000052 (v01 LENOVO TP-8C 00001310 PTL 00000002)
    [ 0.000000] ACPI: ASF! 0x00000000BAFEA000 0000A5 (v32 LENOVO TP-8C 00001310 PTL 00000002)
    [ 0.000000] ACPI: TCPA 0x00000000BAFE3000 000032 (v02 PTL LENOVO 06040000 LNVO 00000001)
    [ 0.000000] ACPI: SSDT 0x00000000BAFE2000 000AAB (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
    [ 0.000000] ACPI: SSDT 0x00000000BAFE1000 000996 (v01 PmRef CpuPm 00003000 INTL 20061109)
    [ 0.000000] ACPI: DMAR 0x00000000BAFE0000 0000E8 (v01 INTEL SNB 00000001 INTL 00000001)
    [ 0.000000] ACPI: UEFI 0x00000000BAFDF000 00003E (v01 LENOVO TP-8C 00001310 PTL 00000002)
    [ 0.000000] ACPI: UEFI 0x00000000BAFDE000 000042 (v01 PTL COMBUF 00000001 PTL 00000001)
    [ 0.000000] ACPI: UEFI 0x00000000BAFDD000 000292 (v01 LENOVO TP-8C 00001310 PTL 00000002)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000023e5fffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x23e5fffff]
    [ 0.000000] NODE_DATA [mem 0x23e5f6000-0x23e5f9fff]
    [ 0.000000] [ffffea0000000000-ffffea0008ffffff] PMD -> [ffff880235c00000-ffff88023dbfffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x23e5fffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009cfff]
    [ 0.000000] node 0: [mem 0x00100000-0x1fffffff]
    [ 0.000000] node 0: [mem 0x20200000-0x3fffffff]
    [ 0.000000] node 0: [mem 0x40200000-0xba89efff]
    [ 0.000000] node 0: [mem 0xbafff000-0xbaffffff]
    [ 0.000000] node 0: [mem 0x100000000-0x23e5fffff]
    [ 0.000000] On node 0 totalpages: 2067004
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 156 pages reserved
    [ 0.000000] DMA zone: 3996 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 11859 pages used for memmap
    [ 0.000000] DMA32 zone: 758944 pages, LIFO batch:31
    [ 0.000000] Normal zone: 20376 pages used for memmap
    [ 0.000000] Normal zone: 1304064 pages, LIFO batch:31
    [ 0.000000] Reserving Intel graphics stolen memory at 0xbba00000-0xbf9fffff
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x40000000-0x401fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xba89f000-0xbae9efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbae9f000-0xbaf9efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbaf9f000-0xbaffefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb000000-0xbf9fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbfa00000-0xf7ffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed07fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed08000-0xfed08fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed09000-0xfed0ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffd1ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xffd20000-0xffffffff]
    [ 0.000000] e820: [mem 0xbfa00000-0xf7ffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88023e200000 s82752 r8192 d23744 u262144
    [ 0.000000] pcpu-alloc: s82752 r8192 d23744 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2034549
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=[UUID] rw quiet
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form
    [ 0.000000] AGP: Checking aperture...
    [ 0.000000] AGP: No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 8053540K/8268016K available (5386K kernel code, 897K rwdata, 1712K rodata, 1136K init, 1176K bss, 214476K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
    [ 0.000000] NR_IRQS:8448 nr_irqs:488 0
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 33554432 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 2791.066 MHz processor
    [ 0.000030] Calibrating delay loop (skipped), value calculated using timer frequency.. 5584.72 BogoMIPS (lpj=9303553)
    [ 0.000033] pid_max: default: 32768 minimum: 301
    [ 0.000038] ACPI: Core revision 20140724
    [ 0.009357] ACPI: All ACPI Tables successfully acquired
    [ 0.020422] Security Framework initialized
    [ 0.020427] Yama: becoming mindful.
    [ 0.020872] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.022284] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.022896] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.022905] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.023080] Initializing cgroup subsys memory
    [ 0.023084] Initializing cgroup subsys devices
    [ 0.023086] Initializing cgroup subsys freezer
    [ 0.023088] Initializing cgroup subsys net_cls
    [ 0.023090] Initializing cgroup subsys blkio
    [ 0.023106] Disabled fast string operations
    [ 0.023108] CPU: Physical Processor ID: 0
    [ 0.023108] CPU: Processor Core ID: 0
    [ 0.023112] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.023115] mce: CPU supports 7 MCE banks
    [ 0.023124] CPU0: Thermal monitoring enabled (TM1)
    [ 0.023133] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
    [ 0.023221] Freeing SMP alternatives memory: 20K (ffffffff819fe000 - ffffffff81a03000)
    [ 0.024014] ftrace: allocating 20687 entries in 81 pages
    [ 0.032193] dmar: Host address width 36
    [ 0.032195] dmar: DRHD base: 0x000000fed90000 flags: 0x0
    [ 0.032200] dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c0000020e60262 ecap f0101a
    [ 0.032201] dmar: DRHD base: 0x000000fed91000 flags: 0x1
    [ 0.032204] dmar: IOMMU 1: reg_base_addr fed91000 ver 1:0 cap c9008020660262 ecap f0105a
    [ 0.032205] dmar: RMRR base: 0x000000bacd5000 end: 0x000000bacebfff
    [ 0.032206] dmar: RMRR base: 0x000000bb800000 end: 0x000000bf9fffff
    [ 0.032276] IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
    [ 0.032277] HPET id 0 under DRHD base 0xfed91000
    [ 0.032278] HPET id 0 under DRHD base 0xfed91000
    [ 0.032279] HPET id 0 under DRHD base 0xfed91000
    [ 0.032279] HPET id 0 under DRHD base 0xfed91000
    [ 0.032280] HPET id 0 under DRHD base 0xfed91000
    [ 0.032281] HPET id 0 under DRHD base 0xfed91000
    [ 0.032281] HPET id 0 under DRHD base 0xfed91000
    [ 0.032282] HPET id 0 under DRHD base 0xfed91000
    [ 0.032283] Queued invalidation will be enabled to support x2apic and Intr-remapping.
    [ 0.032486] Enabled IRQ remapping in x2apic mode
    [ 0.032487] Enabling x2apic
    [ 0.032488] Enabled x2apic
    [ 0.032493] Switched APIC routing to cluster x2apic.
    [ 0.032943] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.065957] smpboot: CPU0: Intel(R) Core(TM) i7-2640M CPU @ 2.80GHz (fam: 06, model: 2a, stepping: 07)
    [ 0.065964] TSC deadline timer enabled
    [ 0.065988] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, full-width counters, Intel PMU driver.
    [ 0.066006] ... version: 3
    [ 0.066006] ... bit width: 48
    [ 0.066007] ... generic registers: 4
    [ 0.066008] ... value mask: 0000ffffffffffff
    [ 0.066009] ... max period: 0000ffffffffffff
    [ 0.066009] ... fixed-purpose events: 3
    [ 0.066010] ... event mask: 000000070000000f
    [ 0.089489] x86: Booting SMP configuration:
    [ 0.089490] .... node #0, CPUs: #1
    [ 0.100529] Disabled fast string operations
    [ 0.102716] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.109512] #2
    [ 0.120070] CPU2 microcode updated early to revision 0x29, date = 2013-06-12
    [ 0.120546] Disabled fast string operations
    [ 0.122806] #3
    [ 0.133842] Disabled fast string operations
    [ 0.135947] x86: Booted up 1 node, 4 CPUs
    [ 0.135950] smpboot: Total of 4 processors activated (22337.88 BogoMIPS)
    [ 0.139332] devtmpfs: initialized
    [ 0.141655] PM: Registering ACPI NVS region [mem 0xbae9f000-0xbaf9efff] (1048576 bytes)
    [ 0.142321] pinctrl core: initialized pinctrl subsystem
    [ 0.142359] RTC time: 18:53:15, date: 12/26/14
    [ 0.142423] NET: Registered protocol family 16
    [ 0.142528] cpuidle: using governor ladder
    [ 0.142530] cpuidle: using governor menu
    [ 0.142555] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.142557] ACPI: bus type PCI registered
    [ 0.142558] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.142787] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.142789] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [ 0.142865] PCI: Using configuration type 1 for base access
    [ 0.156234] ACPI: Added _OSI(Module Device)
    [ 0.156236] ACPI: Added _OSI(Processor Device)
    [ 0.156237] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.156238] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.157461] ACPI : EC: EC description table is found, configuring boot EC
    [ 0.160713] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.199903] ACPI: Dynamic OEM Table Load:
    [ 0.199912] ACPI: SSDT 0xFFFF8802326EB000 0008C0 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
    [ 0.212861] ACPI: Dynamic OEM Table Load:
    [ 0.212868] ACPI: SSDT 0xFFFF880232701C00 000303 (v01 PmRef ApIst 00003000 INTL 20061109)
    [ 0.226115] ACPI: Dynamic OEM Table Load:
    [ 0.226121] ACPI: SSDT 0xFFFF88023267E400 000119 (v01 PmRef ApCst 00003000 INTL 20061109)
    [ 0.239831] ACPI: Interpreter enabled
    [ 0.239835] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140724/hwxface-580)
    [ 0.239839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140724/hwxface-580)
    [ 0.239849] ACPI: (supports S0 S3 S4 S5)
    [ 0.239850] ACPI: Using IOAPIC for interrupt routing
    [ 0.239868] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.253100] ACPI: Power Resource [PUBS] (on)
    [ 0.253787] acpi PNP0C0A:01: ACPI dock station (docks/bays count: 1)
    [ 0.254493] acpi LNXIOBAY:00: ACPI dock station (docks/bays count: 2)
    [ 0.256387] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.256448] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *7 9 10 11)
    [ 0.256506] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11)
    [ 0.256564] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.256621] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 *10 11)
    [ 0.256678] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 *7 9 10 11)
    [ 0.256735] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.256793] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11)
    [ 0.256866] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
    [ 0.256870] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.256992] acpi PNP0A08:00: _OSC: platform does not support [PCIeCapability]
    [ 0.257049] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
    [ 0.257051] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug PME AER PCIeCapability]
    [ 0.257052] acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug PME AER]
    [ 0.257053] acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM
    [ 0.257076] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
    [ 0.257181] PCI host bridge to bus 0000:00
    [ 0.257184] pci_bus 0000:00: root bus resource [bus 00-fe]
    [ 0.257185] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.257187] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.257188] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.257189] pci_bus 0000:00: root bus resource [mem 0xbfa00000-0xfebfffff]
    [ 0.257191] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed4bfff]
    [ 0.257198] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
    [ 0.257264] pci 0000:00:01.0: [8086:0101] type 01 class 0x060400
    [ 0.257292] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.257348] pci 0000:00:02.0: [8086:0126] type 00 class 0x030000
    [ 0.257357] pci 0000:00:02.0: reg 0x10: [mem 0xf1400000-0xf17fffff 64bit]
    [ 0.257362] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.257365] pci 0000:00:02.0: reg 0x20: [io 0x5000-0x503f]
    [ 0.257447] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
    [ 0.257469] pci 0000:00:16.0: reg 0x10: [mem 0xf2a25000-0xf2a2500f 64bit]
    [ 0.257543] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.257604] pci 0000:00:16.3: [8086:1c3d] type 00 class 0x070002
    [ 0.257622] pci 0000:00:16.3: reg 0x10: [io 0x50b0-0x50b7]
    [ 0.257631] pci 0000:00:16.3: reg 0x14: [mem 0xf2a2c000-0xf2a2cfff]
    [ 0.257757] pci 0000:00:19.0: [8086:1502] type 00 class 0x020000
    [ 0.257774] pci 0000:00:19.0: reg 0x10: [mem 0xf2a00000-0xf2a1ffff]
    [ 0.257782] pci 0000:00:19.0: reg 0x14: [mem 0xf2a2b000-0xf2a2bfff]
    [ 0.257790] pci 0000:00:19.0: reg 0x18: [io 0x5080-0x509f]
    [ 0.257851] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
    [ 0.257877] pci 0000:00:19.0: System wakeup disabled by ACPI
    [ 0.257917] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
    [ 0.257937] pci 0000:00:1a.0: reg 0x10: [mem 0xf2a2a000-0xf2a2a3ff]
    [ 0.258024] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 0.258051] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 0.258090] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
    [ 0.258106] pci 0000:00:1b.0: reg 0x10: [mem 0xf2a20000-0xf2a23fff 64bit]
    [ 0.258177] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.258207] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 0.258243] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
    [ 0.258317] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.258379] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
    [ 0.258459] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.258522] pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
    [ 0.258601] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.258630] pci 0000:00:1c.3: System wakeup disabled by ACPI
    [ 0.258666] pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400
    [ 0.258745] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.258773] pci 0000:00:1c.4: System wakeup disabled by ACPI
    [ 0.258816] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
    [ 0.258835] pci 0000:00:1d.0: reg 0x10: [mem 0xf2a29000-0xf2a293ff]
    [ 0.258923] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.258950] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.258987] pci 0000:00:1f.0: [8086:1c4f] type 00 class 0x060100
    [ 0.259141] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
    [ 0.259158] pci 0000:00:1f.2: reg 0x10: [io 0x50a8-0x50af]
    [ 0.259166] pci 0000:00:1f.2: reg 0x14: [io 0x50bc-0x50bf]
    [ 0.259173] pci 0000:00:1f.2: reg 0x18: [io 0x50a0-0x50a7]
    [ 0.259181] pci 0000:00:1f.2: reg 0x1c: [io 0x50b8-0x50bb]
    [ 0.259188] pci 0000:00:1f.2: reg 0x20: [io 0x5060-0x507f]
    [ 0.259195] pci 0000:00:1f.2: reg 0x24: [mem 0xf2a28000-0xf2a287ff]
    [ 0.259239] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.259294] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
    [ 0.259308] pci 0000:00:1f.3: reg 0x10: [mem 0xf2a24000-0xf2a240ff 64bit]
    [ 0.259328] pci 0000:00:1f.3: reg 0x20: [io 0xefa0-0xefbf]
    [ 0.259443] pci 0000:01:00.0: [10de:1056] type 00 class 0x030000
    [ 0.259455] pci 0000:01:00.0: reg 0x10: [mem 0xf0000000-0xf0ffffff]
    [ 0.259468] pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.259480] pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
    [ 0.259487] pci 0000:01:00.0: reg 0x24: [io 0x4000-0x407f]
    [ 0.259494] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
    [ 0.266050] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.266058] pci 0000:00:01.0: bridge window [io 0x4000-0x4fff]
    [ 0.266064] pci 0000:00:01.0: bridge window [mem 0xf0000000-0xf10fffff]
    [ 0.266073] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
    [ 0.266176] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.266273] pci 0000:03:00.0: [8086:4238] type 00 class 0x028000
    [ 0.266324] pci 0000:03:00.0: reg 0x10: [mem 0xf2900000-0xf2901fff 64bit]
    [ 0.266557] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
    [ 0.272739] pci 0000:00:1c.1: PCI bridge to [bus 03]
    [ 0.272754] pci 0000:00:1c.1: bridge window [mem 0xf2900000-0xf29fffff]
    [ 0.272876] acpiphp: Slot [1] registered
    [ 0.272942] pci 0000:05:00.0: [1180:e823] type 00 class 0x088000
    [ 0.272963] pci 0000:05:00.0: MMC controller base frequency changed to 50Mhz.
    [ 0.272989] pci 0000:05:00.0: reg 0x10: [mem 0xf2100000-0xf21000ff]
    [ 0.273202] pci 0000:05:00.0: supports D1 D2
    [ 0.273203] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.279474] pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
    [ 0.279484] pci 0000:00:1c.3: bridge window [io 0x3000-0x3fff]
    [ 0.279493] pci 0000:00:1c.3: bridge window [mem 0xf2100000-0xf28fffff]
    [ 0.279514] pci 0000:00:1c.3: bridge window [mem 0xf1800000-0xf1ffffff 64bit pref]
    [ 0.279591] pci 0000:0d:00.0: [1033:0194] type 00 class 0x0c0330
    [ 0.279620] pci 0000:0d:00.0: reg 0x10: [mem 0xf2000000-0xf2001fff 64bit]
    [ 0.279765] pci 0000:0d:00.0: PME# supported from D0 D3hot D3cold
    [ 0.286084] pci 0000:00:1c.4: PCI bridge to [bus 0d]
    [ 0.286099] pci 0000:00:1c.4: bridge window [mem 0xf2000000-0xf20fffff]
    [ 0.287052] ACPI: Enabled 4 GPEs in block 00 to 3F
    [ 0.287104] ACPI : EC: GPE = 0x11, I/O: command/status = 0x66, data = 0x62
    [ 0.287191] vgaarb: setting as boot device: PCI:0000:00:02.0
    [ 0.287193] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.287197] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
    [ 0.287198] vgaarb: loaded
    [ 0.287199] vgaarb: bridge control possible 0000:01:00.0
    [ 0.287200] vgaarb: no bridge control possible 0000:00:02.0
    [ 0.287233] PCI: Using ACPI for IRQ routing
    [ 0.289148] PCI: pci_cache_line_size set to 64 bytes
    [ 0.289353] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
    [ 0.289355] e820: reserve RAM buffer [mem 0xba89f000-0xbbffffff]
    [ 0.289356] e820: reserve RAM buffer [mem 0xbb000000-0xbbffffff]
    [ 0.289357] e820: reserve RAM buffer [mem 0x23e600000-0x23fffffff]
    [ 0.289449] NetLabel: Initializing
    [ 0.289450] NetLabel: domain hash size = 128
    [ 0.289451] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.289459] NetLabel: unlabeled traffic allowed by default
    [ 0.289481] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.289485] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.291510] Switched to clocksource hpet
    [ 0.295526] pnp: PnP ACPI init
    [ 0.295845] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.295847] system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
    [ 0.295849] system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
    [ 0.295850] system 00:00: [mem 0x000c8000-0x000cbfff] has been reserved
    [ 0.295852] system 00:00: [mem 0x000cc000-0x000cffff] has been reserved
    [ 0.295853] system 00:00: [mem 0x000d0000-0x000d3fff] has been reserved
    [ 0.295854] system 00:00: [mem 0x000d4000-0x000d7fff] has been reserved
    [ 0.295856] system 00:00: [mem 0x000d8000-0x000dbfff] has been reserved
    [ 0.295857] system 00:00: [mem 0x000dc000-0x000dffff] has been reserved
    [ 0.295858] system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
    [ 0.295860] system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
    [ 0.295861] system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
    [ 0.295862] system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
    [ 0.295864] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
    [ 0.295865] system 00:00: [mem 0x00100000-0xbf9fffff] could not be reserved
    [ 0.295867] system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
    [ 0.295868] system 00:00: [mem 0xfed4c000-0xffffffff] could not be reserved
    [ 0.295871] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.295957] system 00:01: [io 0x0400-0x047f] could not be reserved
    [ 0.295958] system 00:01: [io 0x0500-0x057f] has been reserved
    [ 0.295960] system 00:01: [io 0x0800-0x080f] has been reserved
    [ 0.295961] system 00:01: [io 0x15e0-0x15ef] has been reserved
    [ 0.295963] system 00:01: [io 0x1600-0x167f] has been reserved
    [ 0.295964] system 00:01: [mem 0xf8000000-0xfbffffff] has been reserved
    [ 0.295966] system 00:01: [mem 0x00000000-0x00000fff] could not be reserved
    [ 0.295967] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.295969] system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
    [ 0.295970] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.295973] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.295974] system 00:01: [mem 0xfed45000-0xfed4bfff] has been reserved
    [ 0.295976] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.296024] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.296047] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.296070] pnp 00:04: Plug and Play ACPI device, IDs LEN0015 PNP0f13 (active)
    [ 0.296107] pnp 00:05: Plug and Play ACPI device, IDs SMO1200 PNP0c31 (active)
    [ 0.296461] pnp: PnP ACPI: found 6 devices
    [ 0.302765] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
    [ 0.302804] pci 0000:01:00.0: BAR 6: assigned [mem 0xf1000000-0xf107ffff pref]
    [ 0.302806] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.302808] pci 0000:00:01.0: bridge window [io 0x4000-0x4fff]
    [ 0.302811] pci 0000:00:01.0: bridge window [mem 0xf0000000-0xf10ff

    Ok ok update! I now managed to launch gdm by executing it as root...
    su gdm
    I have to admit that I'm still quite lost for It doesn't seem to provide anything else than blank screen with cursor and top bar... (so no login and no logout for example) There still seems to be missing a lot...
    Can someone please help out?
    Last edited by Issa (2014-12-26 19:55:16)

  • Eee pc 900 and arch problem with xorg ( i think)

    I have installed arch and i have this provlem.When gdm is going to start after 6 attempts,a message shows up and says that something bad happens and it will try again in 2 minutes
    I have tryed every xorg server in this forum and wiki,I have add my user to hal,etc,but it keeps doing this thing.
    I use the stock kernel by the way
    Please help me i dont want to install eeebuntu again!!!
    Any ideas?
    (sorry if i have any mistakes....my english are not  very good...)
    PS sorry,please move me to the right section......
    Last edited by kozer (2009-09-04 23:47:18)

    Here are my files
    Xorg.conf
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "dbe"
    Load "record"
    Load "dri"
    Load "dri2"
    Load "glx"
    Load "extmod"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "ColorKey" # <i>
    #Option "CacheLines" # <i>
    #Option "Dac6Bit" # [<bool>]
    #Option "DRI" # [<bool>]
    #Option "NoDDC" # [<bool>]
    #Option "ShowCache" # [<bool>]
    #Option "XvMCSurfaces" # <i>
    #Option "PageFlip" # [<bool>]
    Identifier "Card0"
    Driver "intel"
    VendorName "Intel Corporation"
    BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller"
    BusID "PCI:0:2:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Xorg.0.log
    X.Org X Server 1.6.3
    Release Date: 2009-7-31
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.30-ARCH i686
    Current Operating System: Linux George_PC 2.6.30-ARCH #1 SMP PREEMPT Mon Aug 17 18:04:53 CEST 2009 i686
    Build Date: 25 August 2009 09:20:48PM
    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: Wed Jan 2 12:04:28 2002
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "Keyboard0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/TTF" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/TTF" does not exist.
    Entry deleted from font path.
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/Type1,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/Type1,
    built-ins
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    (WW) Disabling Mouse0
    (WW) Disabling Keyboard0
    (II) Loader magic: 0x640
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (++) using VT number 7
    (--) PCI:*(0:0:2:0) 8086:2592:1043:82d9 Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller rev 4, Mem @ 0xf7f00000/524288, 0xd0000000/268435456, 0xf7ec0000/262144, I/O @ 0x0000ec00/8
    (--) PCI: (0:0:2:1) 8086:2792:1043:82d9 Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller rev 4, Mem @ 0xf7f80000/524288
    (II) Open ACPI successful (/var/run/acpid.socket)
    (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. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.3, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.3, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.3, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.3, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.6.3, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.3, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "intel"
    (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
    (II) Module intel: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 2.3.2
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
    (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ,
    965GM, 965GME/GLE, G33, Q35, Q33, Intel Integrated Graphics Device
    (II) Primary Device is: PCI 00@00:02: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) 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.6.3, module version = 1.0.0
    ABI class: X.Org Video Driver, version 5.0
    (II) Loading sub module "vbe"
    (II) LoadModule: "vbe"
    (II) Loading /usr/lib/xorg/modules//libvbe.so
    (II) Module vbe: vendor="X.Org Foundation"
    compiled for 1.6.3, module version = 1.1.0
    ABI class: X.Org Video Driver, version 5.0
    (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.6.3, module version = 0.1.0
    ABI class: X.Org Video Driver, version 5.0
    (==) intel(0): Depth 24, (--) framebuffer bpp 32
    (==) intel(0): RGB weight 888
    (==) intel(0): Default visual is TrueColor
    (II) intel(0): Integrated Graphics Chipset: Intel(R) 915GM
    (--) intel(0): Chipset: "915GM"
    (--) intel(0): Linear framebuffer at 0xD0000000
    (--) intel(0): IO registers at addr 0xF7F00000
    (II) intel(0): 2 display pipes available.
    (==) intel(0): Using EXA for acceleration
    (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) intel(0): Output VGA using monitor section Monitor0
    (II) intel(0): I2C bus "CRTDDC_A" initialized.
    (II) intel(0): Output LVDS has no monitor section
    (II) intel(0): I2C bus "LVDSDDC_C" initialized.
    (II) intel(0): Attempting to determine panel fixed mode.
    (II) intel(0): I2C device "LVDSDDC_C:E-EDID segment register" registered at address 0x60.
    (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Reloading /usr/lib/xorg/modules//libint10.so
    (II) intel(0): initializing int10
    (II) intel(0): Bad V_BIOS checksum
    (II) intel(0): Primary V_BIOS segment is: 0xc000
    (II) intel(0): VESA BIOS detected
    (II) intel(0): VESA VBE Version 3.0
    (II) intel(0): VESA VBE Total Mem: 7872 kB
    (II) intel(0): VESA VBE OEM: Intel(r)915GM/910ML/915MS Graphics Chip Accelerated VGA BIOS
    (II) intel(0): VESA VBE OEM Software Rev: 1.0
    (II) intel(0): VESA VBE OEM Vendor: Intel Corporation
    (II) intel(0): VESA VBE OEM Product: Intel(r)915GM/910ML/915MS Graphics Controller
    (II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0x70.
    (II) intel(0): No SDVO device found on SDVOB
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" removed.
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" removed.
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at address 0x72.
    (II) intel(0): No SDVO device found on SDVOC
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed.
    (II) intel(0): Output TV has no monitor section
    (II) intel(0): Output VGA disconnected
    (II) intel(0): Output LVDS connected
    (II) intel(0): Output TV disconnected
    (II) intel(0): Using exact sizes for initial modes
    (II) intel(0): Output LVDS using initial mode 1024x600
    (II) intel(0): Monitoring connected displays enabled
    (II) intel(0): detected 256 kB GTT.
    (II) intel(0): detected 7932 kB stolen memory.
    (==) intel(0): video overlay key set to 0x101fe
    (==) intel(0): Will not try to enable page flipping
    (==) intel(0): Triple buffering disabled
    (==) intel(0): Intel XvMC decoder disabled
    (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
    (==) intel(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.6.3, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "exa"
    (II) LoadModule: "exa"
    (II) Loading /usr/lib/xorg/modules//libexa.so
    (II) Module exa: vendor="X.Org Foundation"
    compiled for 1.6.3, module version = 2.4.0
    ABI class: X.Org Video Driver, version 5.0
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (II) intel(0): Comparing regs from server start up to After PreInit
    (WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to 0xd000000a
    (WW) intel(0): PP_STATUS before: on, ready, sequencing idle
    (WW) intel(0): PP_STATUS after: on, ready, sequencing on
    (WW) intel(0): Register 0x70024 (PIPEASTAT) changed from 0x00000000 to 0x00000203
    (WW) intel(0): PIPEASTAT before: status:
    (WW) intel(0): PIPEASTAT after: status: VSYNC_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS
    (==) 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](OprD)
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
    [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) intel(0): Kernel reported 238848 total, 1 used
    (II) intel(0): I830CheckAvailableMemory: 955388 kB available
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: drmOpenMinor returns 11
    drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    (II) [drm] DRM interface version 1.3
    (II) [drm] DRM open master succeeded.
    (II) intel(0): [drm] Using the DRM lock SAREA also for drawables.
    (II) intel(0): [drm] framebuffer mapped by ddx driver
    (II) intel(0): [drm] added 1 reserved context for kernel
    (II) intel(0): X context handle = 0x1
    (II) intel(0): [drm] installed DRM signal handler
    (**) intel(0): Framebuffer compression enabled
    (**) intel(0): Tiling enabled
    (==) intel(0): VideoRam: 262144 KB
    (II) intel(0): Attempting memory allocation with tiled buffers.
    (II) intel(0): Tiled allocation successful.
    (II) intel(0): [drm] Registers = 0xf7f00000
    (II) intel(0): [drm] ring buffer = 0xd0000000
    (II) intel(0): [drm] mapped front buffer at 0xd0800000, handle = 0xd0800000
    (II) intel(0): [drm] mapped back buffer at 0xd1800000, handle = 0xd1800000
    (II) intel(0): [drm] mapped depth buffer at 0xd1c00000, handle = 0xd1c00000
    (II) intel(0): [drm] mapped classic textures at 0xd2000000, handle = 0xd2000000
    (II) intel(0): [drm] Initialized kernel agp heap manager, 33554432
    (II) intel(0): [dri] visual configs initialized
    (II) intel(0): Page Flipping disabled
    (II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (II) EXA(0): Offscreen pixmap area of 12582912 bytes
    (II) EXA(0): Driver registered support for the following operations:
    (II) Solid
    (II) Copy
    (II) Composite (RENDER acceleration)
    (==) intel(0): Backing store disabled
    (==) intel(0): Silken mouse enabled
    (II) intel(0): Initializing HW Cursor
    (II) intel(0): [DRI] installation complete
    (II) intel(0): xf86BindGARTMemory: bind key 0 at 0x00800000 (pgoffset 2048)
    (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x00c00000 (pgoffset 3072)
    (II) intel(0): xf86BindGARTMemory: bind key 2 at 0x01800000 (pgoffset 6144)
    (II) intel(0): xf86BindGARTMemory: bind key 3 at 0x01c00000 (pgoffset 7168)
    (II) intel(0): xf86BindGARTMemory: bind key 4 at 0x02000000 (pgoffset 8192)
    (II) intel(0): Fixed memory allocation layout:
    (II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
    (II) intel(0): 0x00020000-0x0061ffff: compressed frame buffer (6144 kB, 0x000000003f820000 physical
    (II) intel(0): 0x00620000-0x00620fff: compressed ll buffer (4 kB, 0x000000003fe20000 physical
    (II) intel(0): 0x00621000-0x0062afff: HW cursors (40 kB, 0x000000003fe21000 physical
    (II) intel(0): 0x0062b000-0x00632fff: logical 3D context (32 kB)
    (II) intel(0): 0x00633000-0x00633fff: overlay registers (4 kB, 0x000000003fe33000 physical
    (II) intel(0): 0x007bf000: end of stolen memory
    (II) intel(0): 0x00800000-0x00bfffff: front buffer (4096 kB) X tiled
    (II) intel(0): 0x00c00000-0x017fffff: exa offscreen (12288 kB)
    (II) intel(0): 0x01800000-0x01bfffff: back buffer (4096 kB) X tiled
    (II) intel(0): 0x01c00000-0x01ffffff: depth buffer (4096 kB) X tiled
    (II) intel(0): 0x02000000-0x03ffffff: classic textures (32768 kB)
    (II) intel(0): 0x10000000: end of aperture
    (II) intel(0): Selecting standard 18 bit TMDS pixel format.
    (II) intel(0): Output configuration:
    (II) intel(0): Pipe A is off
    (II) intel(0): Display plane A is now disabled and connected to pipe A.
    (II) intel(0): Pipe B is on
    (II) intel(0): Display plane B is now enabled and connected to pipe B.
    (II) intel(0): Output VGA is connected to pipe none
    (II) intel(0): Output LVDS is connected to pipe B
    (II) intel(0): Output TV is connected to pipe none
    (II) intel(0): [drm] dma control initialized, using IRQ 16
    (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (II) intel(0): Selecting standard 18 bit TMDS pixel format.
    (II) intel(0): DPMS enabled
    (II) intel(0): Set up textured video
    (II) intel(0): Set up overlay video
    (II) intel(0): direct rendering: Enabled
    (--) RandR disabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (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) AIGLX: Screen 0 is not DRI2 capable
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 12, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 12, (OK)
    drmOpenByBusid: drmOpenMinor returns 12
    drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    (II) AIGLX: enabled GLX_SGI_make_current_read
    (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/i915_dri.so
    (II) GLX: Initialized DRI GL provider for screen 0
    (II) intel(0): Setting screen physical size to 270 x 158
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.6.3, module version = 2.2.5
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
    (**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
    (**) Macintosh mouse button emulation: (accel) set acceleration profile 0
    (II) Macintosh mouse button emulation: initialized for relative axes.
    (II) config/hal: Adding input device ETPS/2 Elantech Touchpad
    (II) LoadModule: "synaptics"
    (II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.1.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) Synaptics touchpad driver version 1.1.2
    (**) Option "Device" "/dev/input/event11"
    (II) ETPS/2 Elantech Touchpad: x-axis range 8 - 1144
    (II) ETPS/2 Elantech Touchpad: y-axis range 8 - 760
    (II) ETPS/2 Elantech Touchpad: device does not report pressure, will use touch data.
    (II) ETPS/2 Elantech Touchpad: finger width range 0 - 0
    (II) ETPS/2 Elantech Touchpad: buttons: left right middle double triple
    (**) Option "TapButton1" "1"
    (**) Option "TapButton2" "2"
    (**) Option "TapButton3" "3"
    (--) ETPS/2 Elantech Touchpad: touchpad found
    (**) ETPS/2 Elantech Touchpad: always reports core events
    (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD)
    (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
    (**) ETPS/2 Elantech Touchpad: (accel) filter chain progression: 2.00
    (**) ETPS/2 Elantech Touchpad: (accel) filter stage 0: 20.00 ms
    (**) ETPS/2 Elantech Touchpad: (accel) set acceleration profile 0
    (--) ETPS/2 Elantech Touchpad: touchpad found
    (II) config/hal: Adding input device Microsoft Basic Optical Mouse
    (**) Microsoft Basic Optical Mouse: always reports core events
    (**) Microsoft Basic Optical Mouse: Device: "/dev/input/event10"
    (II) Microsoft Basic Optical Mouse: Found 3 mouse buttons
    (II) Microsoft Basic Optical Mouse: Found x and y relative axes
    (II) Microsoft Basic Optical Mouse: Found scroll wheel(s)
    (II) Microsoft Basic Optical Mouse: Configuring as mouse
    (**) Microsoft Basic Optical Mouse: YAxisMapping: buttons 4 and 5
    (**) Microsoft Basic Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Microsoft Basic Optical Mouse" (type: MOUSE)
    (**) Microsoft Basic Optical Mouse: (accel) keeping acceleration scheme 1
    (**) Microsoft Basic Optical Mouse: (accel) filter chain progression: 2.00
    (**) Microsoft Basic Optical Mouse: (accel) filter stage 0: 20.00 ms
    (**) Microsoft Basic Optical Mouse: (accel) set acceleration profile 0
    (II) Microsoft Basic Optical Mouse: initialized for relative axes.
    (II) config/hal: Adding input device Asus EeePC extra buttons
    (**) Asus EeePC extra buttons: always reports core events
    (**) Asus EeePC extra buttons: Device: "/dev/input/event7"
    (II) Asus EeePC extra buttons: Found keys
    (II) Asus EeePC extra buttons: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Asus EeePC extra buttons" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "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" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Sleep Button
    (**) Sleep Button: always reports core events
    (**) Sleep Button: Device: "/dev/input/event4"
    (II) Sleep Button: Found keys
    (II) Sleep Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event5"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Video Bus
    (**) Video Bus: always reports core events
    (**) Video Bus: Device: "/dev/input/event8"
    (II) Video Bus: Found keys
    (II) Video Bus: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event2"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) Macintosh mouse button emulation: Close
    (II) UnloadModule: "evdev"
    (II) UnloadModule: "synaptics"
    (II) Microsoft Basic Optical Mouse: Close
    (II) UnloadModule: "evdev"
    (II) Asus EeePC extra buttons: Close
    (II) UnloadModule: "evdev"
    (II) AT Translated Set 2 keyboard: Close
    (II) UnloadModule: "evdev"
    (II) Sleep Button: Close
    (II) UnloadModule: "evdev"
    (II) Power Button: Close
    (II) UnloadModule: "evdev"
    (II) Video Bus: Close
    (II) UnloadModule: "evdev"
    (II) Power Button: Close
    (II) UnloadModule: "evdev"
    (II) intel(0): xf86UnbindGARTMemory: unbind key 0
    (II) intel(0): xf86UnbindGARTMemory: unbind key 1
    (II) intel(0): xf86UnbindGARTMemory: unbind key 2
    (II) intel(0): xf86UnbindGARTMemory: unbind key 3
    (II) intel(0): xf86UnbindGARTMemory: unbind key 4
    (II) intel(0): [drm] removed 1 reserved context for kernel
    (II) intel(0): [drm] unmapping 8192 bytes of SAREA 0xf8015000 at 0xb7fd5000
    (II) intel(0): [drm] Closed DRM master.
    syslog
    Sep 2 22:56:07 George_PC syslog-ng[1063]: syslog-ng starting up; version='3.0.4'
    Sep 2 23:25:53 George_PC syslog-ng[1063]: Termination requested via signal, terminating;
    Sep 2 23:25:53 George_PC syslog-ng[1063]: syslog-ng shutting down; version='3.0.4'
    Sep 3 05:17:21 George_PC syslog-ng[1062]: syslog-ng starting up; version='3.0.4'
    Sep 3 05:23:13 George_PC syslog-ng[1062]: Termination requested via signal, terminating;
    Sep 3 05:23:13 George_PC syslog-ng[1062]: syslog-ng shutting down; version='3.0.4'
    Sep 3 05:23:42 George_PC syslog-ng[1054]: syslog-ng starting up; version='3.0.4'
    Sep 3 05:24:53 George_PC syslog-ng[1054]: Termination requested via signal, terminating;
    Sep 3 05:24:53 George_PC syslog-ng[1054]: syslog-ng shutting down; version='3.0.4'
    Sep 3 05:25:22 George_PC syslog-ng[1056]: syslog-ng starting up; version='3.0.4'
    Sep 3 05:30:26 George_PC syslog-ng[1056]: Termination requested via signal, terminating;
    Sep 3 05:30:26 George_PC syslog-ng[1056]: syslog-ng shutting down; version='3.0.4'
    Sep 3 05:30:55 George_PC syslog-ng[1062]: syslog-ng starting up; version='3.0.4'
    Sep 3 05:53:17 George_PC syslog-ng[1062]: Termination requested via signal, terminating;
    Sep 3 05:53:17 George_PC syslog-ng[1062]: syslog-ng shutting down; version='3.0.4'
    Sep 3 05:56:39 George_PC syslog-ng[1074]: syslog-ng starting up; version='3.0.4'
    Sep 3 06:02:14 George_PC syslog-ng[1074]: Termination requested via signal, terminating;
    Sep 3 06:02:14 George_PC syslog-ng[1074]: syslog-ng shutting down; version='3.0.4'
    Sep 3 06:02:44 George_PC syslog-ng[1061]: syslog-ng starting up; version='3.0.4'
    Sep 3 06:15:34 George_PC syslog-ng[1061]: Termination requested via signal, terminating;
    Sep 3 06:15:34 George_PC syslog-ng[1061]: syslog-ng shutting down; version='3.0.4'
    Sep 3 06:16:03 George_PC syslog-ng[1059]: syslog-ng starting up; version='3.0.4'
    Sep 3 06:25:41 George_PC syslog-ng[1059]: Termination requested via signal, terminating;
    Sep 3 06:25:41 George_PC syslog-ng[1059]: syslog-ng shutting down; version='3.0.4'
    Sep 3 06:26:10 George_PC syslog-ng[1075]: syslog-ng starting up; version='3.0.4'
    Sep 3 06:55:17 George_PC syslog-ng[1075]: Termination requested via signal, terminating;
    Sep 3 06:55:17 George_PC syslog-ng[1075]: syslog-ng shutting down; version='3.0.4'
    Sep 3 06:55:46 George_PC syslog-ng[1083]: syslog-ng starting up; version='3.0.4'
    Sep 3 07:08:14 George_PC syslog-ng[1084]: syslog-ng starting up; version='3.0.4'
    Sep 3 07:16:58 George_PC syslog-ng[1084]: Termination requested via signal, terminating;
    Sep 3 07:16:58 George_PC syslog-ng[1084]: syslog-ng shutting down; version='3.0.4'
    Sep 3 07:17:06 George_PC syslog-ng[2146]: syslog-ng starting up; version='3.0.4'
    Sep 3 07:22:33 George_PC syslog-ng[2146]: Termination requested via signal, terminating;
    Sep 3 07:22:33 George_PC syslog-ng[2146]: syslog-ng shutting down; version='3.0.4'
    Sep 3 09:20:24 George_PC syslog-ng[1084]: syslog-ng starting up; version='3.0.4'
    Sep 3 14:35:50 George_PC syslog-ng[1096]: syslog-ng starting up; version='3.0.4'
    Sep 3 14:41:06 George_PC syslog-ng[1096]: Termination requested via signal, terminating;
    Sep 3 14:41:06 George_PC syslog-ng[1096]: syslog-ng shutting down; version='3.0.4'
    Sep 3 14:41:39 George_PC syslog-ng[1084]: syslog-ng starting up; version='3.0.4'
    Sep 3 15:52:03 George_PC syslog-ng[1084]: Termination requested via signal, terminating;
    Sep 3 15:52:03 George_PC syslog-ng[1084]: syslog-ng shutting down; version='3.0.4'
    Sep 3 15:52:35 George_PC syslog-ng[1078]: syslog-ng starting up; version='3.0.4'
    Sep 3 16:28:27 George_PC syslog-ng[1078]: Termination requested via signal, terminating;
    Sep 3 16:28:27 George_PC syslog-ng[1078]: syslog-ng shutting down; version='3.0.4'
    Sep 3 16:28:57 George_PC syslog-ng[1087]: syslog-ng starting up; version='3.0.4'
    Sep 3 16:30:23 George_PC syslog-ng[1087]: Termination requested via signal, terminating;
    Sep 3 16:30:23 George_PC syslog-ng[1087]: syslog-ng shutting down; version='3.0.4'
    Sep 3 16:30:59 George_PC syslog-ng[1081]: syslog-ng starting up; version='3.0.4'
    Sep 3 16:41:54 George_PC syslog-ng[1081]: Termination requested via signal, terminating;
    Sep 3 16:41:54 George_PC syslog-ng[1081]: syslog-ng shutting down; version='3.0.4'
    Sep 3 16:42:22 George_PC syslog-ng[1080]: syslog-ng starting up; version='3.0.4'
    Jan 1 00:01:04 George_PC syslog-ng[1074]: syslog-ng starting up; version='3.0.4'
    Jan 1 00:09:58 George_PC syslog-ng[1074]: Termination requested via signal, terminating;
    Jan 1 00:09:58 George_PC syslog-ng[1074]: syslog-ng shutting down; version='3.0.4'
    Jan 1 00:10:28 George_PC syslog-ng[1084]: syslog-ng starting up; version='3.0.4'
    Jan 1 00:40:40 George_PC syslog-ng[1084]: Termination requested via signal, terminating;
    Jan 1 00:40:40 George_PC syslog-ng[1084]: syslog-ng shutting down; version='3.0.4'
    Jan 1 00:41:12 George_PC syslog-ng[1065]: syslog-ng starting up; version='3.0.4'
    Jan 1 01:21:17 George_PC syslog-ng[1065]: Termination requested via signal, terminating;
    Jan 1 01:21:17 George_PC syslog-ng[1065]: syslog-ng shutting down; version='3.0.4'
    Jan 1 01:21:49 George_PC syslog-ng[1068]: syslog-ng starting up; version='3.0.4'
    Jan 1 01:35:02 George_PC syslog-ng[1088]: syslog-ng starting up; version='3.0.4'
    Jan 1 01:41:24 George_PC syslog-ng[1091]: syslog-ng starting up; version='3.0.4'
    Jan 1 05:55:28 George_PC syslog-ng[1082]: syslog-ng starting up; version='3.0.4'
    Jan 1 06:16:09 George_PC syslog-ng[1082]: Termination requested via signal, terminating;
    Jan 1 06:16:09 George_PC syslog-ng[1082]: syslog-ng shutting down; version='3.0.4'
    Jan 1 06:16:41 George_PC syslog-ng[1062]: syslog-ng starting up; version='3.0.4'
    Jan 1 06:29:11 George_PC syslog-ng[1062]: Termination requested via signal, terminating;
    Jan 1 06:29:11 George_PC syslog-ng[1062]: syslog-ng shutting down; version='3.0.4'
    Jan 1 06:29:43 George_PC syslog-ng[1068]: syslog-ng starting up; version='3.0.4'
    Jan 1 06:35:17 George_PC syslog-ng[1068]: Termination requested via signal, terminating;
    Jan 1 06:35:17 George_PC syslog-ng[1068]: syslog-ng shutting down; version='3.0.4'
    Jan 1 06:35:46 George_PC syslog-ng[1064]: syslog-ng starting up; version='3.0.4'
    Jan 1 06:46:19 George_PC syslog-ng[1064]: Termination requested via signal, terminating;
    Jan 1 06:46:19 George_PC syslog-ng[1064]: syslog-ng shutting down; version='3.0.4'
    Jan 1 06:46:50 George_PC syslog-ng[1067]: syslog-ng starting up; version='3.0.4'
    Jan 1 06:58:36 George_PC syslog-ng[1071]: syslog-ng starting up; version='3.0.4'
    Jan 1 07:00:43 George_PC syslog-ng[1071]: Termination requested via signal, terminating;
    Jan 1 07:00:43 George_PC syslog-ng[1071]: syslog-ng shutting down; version='3.0.4'
    Jan 1 07:01:14 George_PC syslog-ng[1068]: syslog-ng starting up; version='3.0.4'
    Jan 1 07:05:57 George_PC syslog-ng[1068]: Termination requested via signal, terminating;
    Jan 1 07:05:57 George_PC syslog-ng[1068]: syslog-ng shutting down; version='3.0.4'
    Jan 1 07:06:27 George_PC syslog-ng[1066]: syslog-ng starting up; version='3.0.4'
    Jan 1 07:09:00 George_PC syslog-ng[1066]: Termination requested via signal, terminating;
    Jan 1 07:09:00 George_PC syslog-ng[1066]: syslog-ng shutting down; version='3.0.4'
    Jan 1 07:09:33 George_PC syslog-ng[1063]: syslog-ng starting up; version='3.0.4'
    Jan 1 07:25:23 George_PC syslog-ng[1074]: syslog-ng starting up; version='3.0.4'
    Jan 1 07:35:16 George_PC syslog-ng[1074]: Termination requested via signal, terminating;
    Jan 1 07:35:16 George_PC syslog-ng[1074]: syslog-ng shutting down; version='3.0.4'
    Jan 1 07:35:46 George_PC syslog-ng[1075]: syslog-ng starting up; version='3.0.4'
    Jan 1 07:50:44 George_PC syslog-ng[1075]: Termination requested via signal, terminating;
    Jan 1 07:50:44 George_PC syslog-ng[1075]: syslog-ng shutting down; version='3.0.4'
    Jan 1 07:51:14 George_PC syslog-ng[1062]: syslog-ng starting up; version='3.0.4'
    Jan 1 08:03:39 George_PC syslog-ng[1074]: syslog-ng starting up; version='3.0.4'
    Jan 1 08:04:34 George_PC syslog-ng[1074]: Termination requested via signal, terminating;
    Jan 1 08:04:34 George_PC syslog-ng[1074]: syslog-ng shutting down; version='3.0.4'
    Jan 1 08:05:04 George_PC syslog-ng[1064]: syslog-ng starting up; version='3.0.4'
    Jan 1 08:14:35 George_PC syslog-ng[1064]: Termination requested via signal, terminating;
    Jan 1 08:14:35 George_PC syslog-ng[1064]: syslog-ng shutting down; version='3.0.4'
    Jan 1 08:15:06 George_PC syslog-ng[1064]: syslog-ng starting up; version='3.0.4'
    Jan 1 08:17:09 George_PC syslog-ng[1064]: Termination requested via signal, terminating;
    Jan 1 08:17:09 George_PC syslog-ng[1064]: syslog-ng shutting down; version='3.0.4'
    Jan 1 11:10:21 George_PC syslog-ng[1063]: syslog-ng starting up; version='3.0.4'
    Jan 1 11:12:14 George_PC syslog-ng[1063]: Termination requested via signal, terminating;
    Jan 1 11:12:14 George_PC syslog-ng[1063]: syslog-ng shutting down; version='3.0.4'
    Jan 1 11:28:46 George_PC syslog-ng[1074]: syslog-ng starting up; version='3.0.4'
    Jan 1 11:33:55 George_PC syslog-ng[1074]: Termination requested via signal, terminating;
    Jan 1 11:33:55 George_PC syslog-ng[1074]: syslog-ng shutting down; version='3.0.4'
    Jan 1 11:34:26 George_PC syslog-ng[1071]: syslog-ng starting up; version='3.0.4'
    Jan 1 11:55:01 George_PC syslog-ng[1071]: Termination requested via signal, terminating;
    Jan 1 11:55:01 George_PC syslog-ng[1071]: syslog-ng shutting down; version='3.0.4'
    Jan 1 11:55:31 George_PC syslog-ng[1065]: syslog-ng starting up; version='3.0.4'
    Jan 1 12:17:11 George_PC syslog-ng[1065]: Termination requested via signal, terminating;
    Jan 1 12:17:11 George_PC syslog-ng[1065]: syslog-ng shutting down; version='3.0.4'
    Jan 1 00:01:28 George_PC syslog-ng[1057]: syslog-ng starting up; version='3.0.4'
    Jan 1 00:10:11 George_PC syslog-ng[1057]: Termination requested via signal, terminating;
    Jan 1 00:10:11 George_PC syslog-ng[1057]: syslog-ng shutting down; version='3.0.4'
    Jan 1 00:16:27 George_PC syslog-ng[1056]: syslog-ng starting up; version='3.0.4'
    Jan 1 11:58:07 George_PC syslog-ng[1070]: syslog-ng starting up; version='3.0.4'
    Jan 1 12:05:14 George_PC syslog-ng[1070]: Termination requested via signal, terminating;
    Jan 1 12:05:14 George_PC syslog-ng[1070]: syslog-ng shutting down; version='3.0.4'
    Jan 1 12:05:52 George_PC syslog-ng[1076]: syslog-ng starting up; version='3.0.4'
    Jan 1 12:15:30 George_PC syslog-ng[1076]: Termination requested via signal, terminating;
    Jan 1 12:15:30 George_PC syslog-ng[1076]: syslog-ng shutting down; version='3.0.4'
    Jan 2 11:37:00 George_PC syslog-ng[1069]: syslog-ng starting up; version='3.0.4'
    Jan 2 11:50:32 George_PC syslog-ng[1069]: Termination requested via signal, terminating;
    Jan 2 11:50:32 George_PC syslog-ng[1069]: syslog-ng shutting down; version='3.0.4'
    Jan 2 11:51:05 George_PC syslog-ng[1065]: syslog-ng starting up; version='3.0.4'
    Jan 2 11:52:43 George_PC syslog-ng[1065]: Termination requested via signal, terminating;
    Jan 2 11:52:43 George_PC syslog-ng[1065]: syslog-ng shutting down; version='3.0.4'
    Jan 2 11:53:14 George_PC syslog-ng[1075]: syslog-ng starting up; version='3.0.4'
    Jan 2 12:02:34 George_PC syslog-ng[1075]: Termination requested via signal, terminating;
    Jan 2 12:02:34 George_PC syslog-ng[1075]: syslog-ng shutting down; version='3.0.4'
    Jan 2 12:03:06 George_PC syslog-ng[1063]: syslog-ng starting up; version='3.0.4'

  • [SOLVED]problem with Bumblebee and Kernel 3.11-1-2

    Hi!
    I'm having problems with Bumblebee from Kernel 3.10 but I read that Kernel 3.11 solved the problem, I searched and tried possible solutions to my problem unsuccessfully
    The message shows me when I run "optirun":
    [ 5454.262739] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) No devices detected.
    [ 5454.262776] [ERROR]Aborting because fallback start is disabled.
    I've tried with wiki's solutions, forums solutions...
    Configurations files:
    /etc/bumblebee/bumblebee.conf:
    # Configuration file for Bumblebee. Values should **not** be put between quotes
    ## Server options. Any change made in this section will need a server restart
    # to take effect.
    [bumblebeed]
    # The secondary Xorg server DISPLAY number
    VirtualDisplay=:8
    # Should the unused Xorg server be kept running? Set this to true if waiting
    # for X to be ready is too long and don't need power management at all.
    KeepUnusedXServer=false
    # The name of the Bumbleblee server group name (GID name)
    ServerGroup=bumblebee
    # Card power state at exit. Set to false if the card shoud be ON when Bumblebee
    # server exits.
    TurnCardOffAtExit=false
    # The default behavior of '-f' option on optirun. If set to "true", '-f' will
    # be ignored.
    NoEcoModeOverride=false
    # The Driver used by Bumblebee server. If this value is not set (or empty),
    # auto-detection is performed. The available drivers are nvidia and nouveau
    # (See also the driver-specific sections below)
    Driver=
    # Directory with a dummy config file to pass as a -configdir to secondary X
    XorgConfDir=/etc/bumblebee/xorg.conf.d
    ## Client options. Will take effect on the next optirun executed.
    [optirun]
    # Acceleration/ rendering bridge, possible values are auto, virtualgl and
    # primus.
    Bridge=virtualgl
    # The method used for VirtualGL to transport frames between X servers.
    # Possible values are proxy, jpeg, rgb, xv and yuv.
    VGLTransport=proxy
    # List of paths which are searched for the primus libGL.so.1 when using
    # the primus bridge
    PrimusLibraryPath=/usr/lib/primus:/usr/lib32/primus
    # Should the program run under optirun even if Bumblebee server or nvidia card
    # is not available?
    AllowFallbackToIGC=false
    # Driver-specific settings are grouped under [driver-NAME]. The sections are
    # parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
    # detection resolves to NAME).
    # PMMethod: method to use for saving power by disabling the nvidia card, valid
    # values are: auto - automatically detect which PM method to use
    # bbswitch - new in BB 3, recommended if available
    # switcheroo - vga_switcheroo method, use at your own risk
    # none - disable PM completely
    # https://github.com/Bumblebee-Project/Bumblebee/wiki/Comparison-of-PM-methods
    ## Section with nvidia driver specific options, only parsed if Driver=nvidia
    [driver-nvidia]
    # Module name to load, defaults to Driver if empty or unset
    KernelDriver=nvidia
    PMMethod=auto
    # colon-separated path to the nvidia libraries
    LibraryPath=/usr/lib/nvidia:/usr/lib32/nvidia
    # comma-separated path of the directory containing nvidia_drv.so and the
    # default Xorg modules path
    XorgModulePath=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules
    XorgConfFile=/etc/bumblebee/xorg.conf.nvidia
    ## Section with nouveau driver specific options, only parsed if Driver=nouveau
    [driver-nouveau]
    KernelDriver=nouveau
    PMMethod=auto
    XorgConfFile=/etc/bumblebee/xorg.conf.nouveau
    /etc/bumblebee/xorg.conf.nvidia
    Section "ServerLayout"
    Identifier "Layout0"
    Option "AutoAddDevices" "false"
    Option "AutoAddGPU" "false"
    EndSection
    Section "Device"
    Identifier "DiscreteNvidia"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    # If the X server does not automatically detect your VGA device,
    # you can manually set it here.
    # To get the BusID prop, run `lspci | egrep 'VGA|3D'` and input the data
    # as you see in the commented example.
    # This Setting may be needed in some platforms with more than one
    # nvidia card, which may confuse the proprietary driver (e.g.,
    # trying to take ownership of the wrong device). Also needed on Ubuntu 13.04.
    BusID "PCI:01:00.0"
    # Setting ProbeAllGpus to false prevents the new proprietary driver
    # instance spawned to try to control the integrated graphics card,
    # which is already being managed outside bumblebee.
    # This option doesn't hurt and it is required on platforms running
    # more than one nvidia graphics card with the proprietary driver.
    # (E.g. Macbook Pro pre-2010 with nVidia 9400M + 9600M GT).
    # If this option is not set, the new Xorg may blacken the screen and
    # render it unusable (unless you have some way to run killall Xorg).
    Option "ProbeAllGpus" "false"
    Option "NoLogo" "true"
    Option "UseEDID" "false"
    Option "UseDisplayDevice" "none"
    EndSection
    lspci |grep NVIDIA:
    01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 640M] (rev a1)
    I hope can help me
    Thanks!
    Last edited by surrealistic (2013-11-04 18:46:35)

    My /var/log/Xorg.8.log:
    [ 337.161]
    X.Org X Server 1.14.4
    Release Date: 2013-10-31
    [ 337.161] X Protocol Version 11, Revision 0
    [ 337.161] Build Operating System: Linux 3.11.6-1-ARCH x86_64
    [ 337.161] Current Operating System: Linux h131h-laptop 3.11.6-1-ARCH #1 SMP PREEMPT Fri Oct 18 23:22:36 CEST 2013 x86_64
    [ 337.161] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=4eb69984-2228-4aba-9863-28a7fa854e51 rw quiet
    [ 337.161] Build Date: 01 November 2013 05:10:48PM
    [ 337.161]
    [ 337.161] Current version of pixman: 0.30.2
    [ 337.161] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 337.161] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 337.161] (==) Log file: "/var/log/Xorg.8.log", Time: Mon Nov 4 14:20:04 2013
    [ 337.161] (++) Using config file: "/etc/bumblebee/xorg.conf.nvidia"
    [ 337.161] (++) Using config directory: "/etc/bumblebee/xorg.conf.d"
    [ 337.161] (==) ServerLayout "Layout0"
    [ 337.161] (==) No screen section available. Using defaults.
    [ 337.161] (**) |-->Screen "Default Screen Section" (0)
    [ 337.161] (**) | |-->Monitor "<default monitor>"
    [ 337.161] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 337.161] (**) | |-->Device "DiscreteNvidia"
    [ 337.161] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 337.161] (**) Option "AutoAddDevices" "false"
    [ 337.161] (**) Option "AutoAddGPU" "false"
    [ 337.161] (**) Not automatically adding devices
    [ 337.161] (==) Automatically enabling devices
    [ 337.161] (**) Not automatically adding GPU devices
    [ 337.161] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 337.162] Entry deleted from font path.
    [ 337.162] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 337.162] Entry deleted from font path.
    [ 337.162] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 337.162] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 337.162] Entry deleted from font path.
    [ 337.162] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 337.162] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 337.162] (++) ModulePath set to "/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules"
    [ 337.162] (==) |-->Input Device "<default pointer>"
    [ 337.162] (==) |-->Input Device "<default keyboard>"
    [ 337.162] (==) The core pointer device wasn't specified explicitly in the layout.
    Using the default mouse configuration.
    [ 337.162] (==) The core keyboard device wasn't specified explicitly in the layout.
    Using the default keyboard configuration.
    [ 337.162] (II) Loader magic: 0x7fdc20
    [ 337.162] (II) Module ABI versions:
    [ 337.162] X.Org ANSI C Emulation: 0.4
    [ 337.162] X.Org Video Driver: 14.1
    [ 337.162] X.Org XInput driver : 19.1
    [ 337.162] X.Org Server Extension : 7.0
    [ 337.162] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 337.162] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 337.162] setversion 1.4 failed
    [ 337.163] (--) PCI:*(0:1:0:0) 10de:0fd2:1025:0648 rev 161, Mem @ 0xb2000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00002000/128
    [ 337.163] Initializing built-in extension Generic Event Extension
    [ 337.163] Initializing built-in extension SHAPE
    [ 337.163] Initializing built-in extension MIT-SHM
    [ 337.163] Initializing built-in extension XInputExtension
    [ 337.163] Initializing built-in extension XTEST
    [ 337.163] Initializing built-in extension BIG-REQUESTS
    [ 337.163] Initializing built-in extension SYNC
    [ 337.163] Initializing built-in extension XKEYBOARD
    [ 337.163] Initializing built-in extension XC-MISC
    [ 337.163] Initializing built-in extension SECURITY
    [ 337.163] Initializing built-in extension XINERAMA
    [ 337.163] Initializing built-in extension XFIXES
    [ 337.163] Initializing built-in extension RENDER
    [ 337.163] Initializing built-in extension RANDR
    [ 337.164] Initializing built-in extension COMPOSITE
    [ 337.164] Initializing built-in extension DAMAGE
    [ 337.164] Initializing built-in extension MIT-SCREEN-SAVER
    [ 337.164] Initializing built-in extension DOUBLE-BUFFER
    [ 337.164] Initializing built-in extension RECORD
    [ 337.164] Initializing built-in extension DPMS
    [ 337.164] Initializing built-in extension X-Resource
    [ 337.164] Initializing built-in extension XVideo
    [ 337.164] Initializing built-in extension XVideo-MotionCompensation
    [ 337.164] Initializing built-in extension XFree86-VidModeExtension
    [ 337.164] Initializing built-in extension XFree86-DGA
    [ 337.164] Initializing built-in extension XFree86-DRI
    [ 337.164] Initializing built-in extension DRI2
    [ 337.164] (II) LoadModule: "glx"
    [ 337.164] (II) Loading /usr/lib/nvidia/xorg/modules/extensions/libglx.so
    [ 337.172] (II) Module glx: vendor="NVIDIA Corporation"
    [ 337.172] compiled for 4.0.2, module version = 1.0.0
    [ 337.172] Module class: X.Org Server Extension
    [ 337.172] (II) NVIDIA GLX Module 325.15 Wed Jul 31 18:12:00 PDT 2013
    [ 337.172] Loading extension GLX
    [ 337.172] (II) LoadModule: "nvidia"
    [ 337.172] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 337.172] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 337.172] compiled for 4.0.2, module version = 1.0.0
    [ 337.172] Module class: X.Org Video Driver
    [ 337.172] (II) LoadModule: "mouse"
    [ 337.172] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    [ 337.172] (II) Module mouse: vendor="X.Org Foundation"
    [ 337.172] compiled for 1.14.0, module version = 1.9.0
    [ 337.172] Module class: X.Org XInput Driver
    [ 337.172] ABI class: X.Org XInput driver, version 19.1
    [ 337.172] (II) LoadModule: "kbd"
    [ 337.173] (WW) Warning, couldn't open module kbd
    [ 337.173] (II) UnloadModule: "kbd"
    [ 337.173] (II) Unloading kbd
    [ 337.173] (EE) Failed to load module "kbd" (module does not exist, 0)
    [ 337.173] (II) NVIDIA dlloader X Driver 325.15 Wed Jul 31 17:50:57 PDT 2013
    [ 337.173] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 337.173] (--) using VT number 1
    [ 337.173] (II) Loading sub module "fb"
    [ 337.173] (II) LoadModule: "fb"
    [ 337.173] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 337.173] (II) Module fb: vendor="X.Org Foundation"
    [ 337.173] compiled for 1.14.4, module version = 1.0.0
    [ 337.173] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 337.173] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 337.173] (II) Loading sub module "wfb"
    [ 337.173] (II) LoadModule: "wfb"
    [ 337.173] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 337.173] (II) Module wfb: vendor="X.Org Foundation"
    [ 337.173] compiled for 1.14.4, module version = 1.0.0
    [ 337.173] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 337.173] (II) Loading sub module "shadow"
    [ 337.173] (II) LoadModule: "shadow"
    [ 337.173] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [ 337.173] (II) Module shadow: vendor="X.Org Foundation"
    [ 337.173] compiled for 1.14.4, module version = 1.1.0
    [ 337.173] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 337.173] (II) Loading sub module "ramdac"
    [ 337.173] (II) LoadModule: "ramdac"
    [ 337.173] (II) Module "ramdac" already built-in
    [ 337.174] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 337.174] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 337.174] (==) NVIDIA(0): RGB weight 888
    [ 337.174] (==) NVIDIA(0): Default visual is TrueColor
    [ 337.174] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 337.174] (**) NVIDIA(0): Option "NoLogo" "true"
    [ 337.174] (**) NVIDIA(0): Option "ProbeAllGpus" "false"
    [ 337.174] (**) NVIDIA(0): Option "UseEDID" "false"
    [ 337.174] (**) NVIDIA(0): Option "UseDisplayDevice" "none"
    [ 337.174] (**) NVIDIA(0): Enabling 2D acceleration
    [ 337.174] (**) NVIDIA(0): Ignoring EDIDs
    [ 337.174] (**) NVIDIA(0): Option "UseDisplayDevice" set to "none"; enabling NoScanout
    [ 337.174] (**) NVIDIA(0): mode
    [ 341.309] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    [ 341.309] (EE) NVIDIA(0): check your system's kernel log for additional error
    [ 341.309] (EE) NVIDIA(0): messages and refer to Chapter 8: Common Problems in the
    [ 341.309] (EE) NVIDIA(0): README for additional information.
    [ 341.309] (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
    [ 341.309] (EE) NVIDIA(0): Failing initialization of X screen 0
    [ 341.309] (II) UnloadModule: "nvidia"
    [ 341.309] (II) UnloadSubModule: "shadow"
    [ 341.309] (II) UnloadSubModule: "wfb"
    [ 341.309] (II) UnloadSubModule: "fb"
    [ 341.309] (EE) Screen(s) found, but none have a usable configuration.
    [ 341.309] (EE)
    Fatal server error:
    [ 341.309] (EE) no screens found(EE)
    [ 341.309] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 341.309] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
    [ 341.309] (EE)
    [ 341.309] (EE) Server terminated with error (1). Closing log file.
    dmesg |grep bbswitch:
    [ 13.570577] bbswitch: version 0.7
    [ 13.570585] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
    [ 13.570591] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.PEG0.PEGP
    [ 13.570687] bbswitch: detected an Optimus _DSM function
    [ 13.570741] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
    [ 13.572354] bbswitch: disabling discrete graphics
    [ 261.419114] bbswitch: enabling discrete graphics
    [ 278.445698] bbswitch: disabling discrete graphics
    [ 279.055257] bbswitch: enabling discrete graphics
    [ 286.292315] bbswitch: disabling discrete graphics
    [ 291.911052] bbswitch: enabling discrete graphics
    [ 310.011289] bbswitch: disabling discrete graphics
    [ 336.982794] bbswitch: enabling discrete graphics
    [ 349.526470] bbswitch: enabling discrete graphics
    I used "rcutree" option as shown in the post that you put, but I've deleted all changes made to use default configurations, because the solution of the post didn't work

  • Problem with installing nvidia drivers, like to keep existing kernel *

    Hi All
    I download and install the NVIDIA-Linux-x86-173.14.12-pkg1.run from the nvidia web site because when I try to download from pacman
    it said the following
    [rombel@marclinux ~]$ sudo pacman -S nvidia-173xx
    resolving dependencies...
    looking for inter-conflicts...
    :: nvidia-173xx-utils conflicts with libgl. Remove libgl? [Y/n] y
    Remove (1): libgl-7.2-1 
    Total Removed Size:   2.75 MB
    Targets (8): klibc-1.5.15-1  klibc-extras-2.5-2  klibc-udev-135-2  filesystem-2009.01-1  mkinitcpio-0.5.23-1  kernel26-2.6.28.5-1  nvidia-173xx-utils-173.14.12-1 
                 nvidia-173xx-173.14.12-3 
    Total Download Size:    27.97 MB
    Total Installed Size:   137.78 MB
    so you see it want to upgrade my kernel which I dont want. because my kile and k3b programs gives Segmentation fault when i try to start them.
    However after installing miro i start to get  Xlib: extension "GLX" missing on display ":0 error. See below a copy of my rc.conf, xorg, section of the /var/log/Xorg.0.log files  and error messages from running glxinfo and glxgears.
    Message from the /var/log/Xorg.0.log
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    dlopen: /usr/lib/xorg/modules/extensions//libglx.so: cannot open shared object file: No such file or directory
    (EE) Failed to load /usr/lib/xorg/modules/extensions//libglx.so
    (II) UnloadModule: "glx"
    (EE) Failed to load module "glx" (loader failed, 7)
    (II) LoadModule: "dbe"
    (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
    (EE) NVIDIA(0): log file that the GLX module has been loaded in your X
    (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If
    (EE) NVIDIA(0): you continue to encounter problems, Please try
    (EE) NVIDIA(0): reinstalling the NVIDIA driver.
    (II) NVIDIA(0): NVIDIA GPU GeForce FX Go5200 (NV34) at PCI:1:0:0 (GPU-0)
    (--) NVIDIA(0): Memory: 32768 kBytes
    (--) NVIDIA(0): VideoBIOS: 04.34.20.42.c1
    [u]My xorg file[/u]
    Section "Module"
    Load "extmod"
    Load "glx"
    Load "dbe"
    # Load "record"
    Load "xtrap"
    Load "freetype"
    Load "synaptics"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "SWcursor" # [<bool>]
    #Option "HWcursor" # [<bool>]
    #Option "NoAccel" # [<bool>]
    #Option "ShadowFB" # [<bool>]
    #Option "UseFBDev" # [<bool>]
    #Option "Rotate" # [<str>]
    #Option "VideoKey" # <i>
    #Option "FlatPanel" # [<bool>]
    #Option "FPDither" # [<bool>]
    #Option "CrtcNumber" # <i>
    #Option "FPScale" # [<bool>]
    #Option "FPTweak" # <i>
    #Option "DualHead" # [<bool>]
    Option "AllowGLXWithComposite" "True"
    #Driver "nv"
    Identifier "Card0"
    Driver "nvidia"
    VendorName "nVidia Corporation"
    BoardName "NV34M [GeForce FX Go5200 64M]"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "NoLogo" "True"
    Option "RenderAccel" "True"
    Option "AddARGBGVisuals" "True"
    Option "AddARGBGLXVisuals" "True"
    Option "NvAGP" "3"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1680x1050"
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    [rombel@marclinux ~]$ glxgears
    Xlib: extension "GLX" missing on display ":0.0".
    Error: couldn't get an RGB, Double-buffered visual
    [rombel@marclinux ~]$ glxinfo
    name of display: :0.0
    Xlib: extension "GLX" missing on display ":0.0".
    Xlib: extension "GLX" missing on display ":0.0".
    Xlib: extension "GLX" missing on display ":0.0".
    Xlib: extension "GLX" missing on display ":0.0".
    Xlib: extension "GLX" missing on display ":0.0".
    Error: couldn't find RGB GLX visual or fbconfig
    Xlib: extension "GLX" missing on display ":0.0".
    Xlib: extension "GLX" missing on display ":0.0".
    Xlib: extension "GLX" missing on display ":0.0".
    Xlib: extension "GLX" missing on display ":0.0".
    Xlib: extension "GLX" missing on display ":0.0".
    Xlib: extension "GLX" missing on display ":0.0".
    Xlib: extension "GLX" missing on display ":0.0".
    3 GLXFBConfigs:
    visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
    id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
    Segmentation fault
    My rc.conf file
    MOD_AUTOLOAD="yes"
    MOD_BLACKLIST=(intel_agp) #deprecated
    MODULES=(b44 mii ipw2100 ac97_bus snd-mixer-oss acpi-cpufreq snd-pcm-oss snd-page-alloc snd-pcm snd-timer snd autofs4 snd-ac97-codec snd-intel8x0 snd-intel8x0m soundcore nvidia )
    I have google and read some of the forums with machine of similar problems. ANY HELP PLEASE.
    Last edited by B (2009-02-16 20:53:47)

    Hi all
    I try to compile the package as you suggested but with no luck see the steps I did below:
    Note: in the PKBUILD file i change every instants of 2.6.28 to 2.6.25
    [rombel@marclinux ~]$ cd abs/
    [rombel@marclinux abs]$ ls
    nvidia-173xx
    [rombel@marclinux abs]$ cd nvidia-173xx/
    [rombel@marclinux nvidia-173xx]$ ls
    2.6.28.patch  NVIDIA_173.14.12_2.6.27.patch  PKGBUILD  nvidia.install
    [rombel@marclinux nvidia-173xx]$ nano PKGBUILD
    [rombel@marclinux nvidia-173xx]$ nano PKGBUILD
    This is the PKBUILD file
    # $Id: PKGBUILD 8436 2008-08-11 04:51:52Z tpowa $
    # Maintainer : Thomas Baechler <[email protected]>
    pkgname=nvidia-173xx
    pkgver=173.14.12
    _kernver='2.6.25-ARCH'
    pkgrel=3
    pkgdesc="NVIDIA legacy drivers for kernel26, 173xx branch"
    arch=('i686' 'x86_64')
    [ "$CARCH" = "i686"   ] && ARCH=x86
    [ "$CARCH" = "x86_64" ] && ARCH=x86_64
    url="http://www.nvidia.com/"
    depends=('kernel26>=2.6.25' 'kernel26<2.6.29' 'nvidia-173xx-utils')
    conflicts=('nvidia' 'nvidia-96xx' 'nvidia-71xx' 'nvidia-legacy')
    license=('custom')
    install=nvidia.install
    source=(http://us.download.nvidia.com/XFree86/Linux-$ARCH/${pkgver}/NVIDIA-Linux-$ARCH-${pkgver}-pkg0.run
            NVIDIA_173.14.12_2.6.25.patch
        2.6.25.patch)
    md5sums=('76b8eba1b14fc273a1a4044705b0aa56'
             'cd4a68b5a88be6976b90cd0df6bfe89e'
             '460d52dc0a27d64f881cbacd1e7220b5')
    [ "$CARCH" = "x86_64" ] && md5sums=('8675e4ca65033b343c8c77b2ce82e71d'
                                        'cd4a68b5a88be6976b90cd0df6bfe89e'
                                        '460d52dc0a27d64f881cbacd1e7220b5')
    build()
      # Extract
      cd $startdir/src/
      sh NVIDIA-Linux-$ARCH-${pkgver}-pkg0.run --extract-only
      cd NVIDIA-Linux-$ARCH-${pkgver}-pkg0
      # Any extra patches are applied in here...
      patch -Np1 -i ../NVIDIA_173.14.12_2.6.27.patch || return 1
      patch -Np0 -i ../2.6.25.patch || return 1
      cd usr/src/nv/
      ln -s Makefile.kbuild Makefile
      make SYSSRC=/lib/modules/${_kernver}/build module || return 1
      # install kernel module
      mkdir -p $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/video/
      install -m644 nvidia.ko $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/video/
      sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/" $startdir/*.install
    [rombel@marclinux nvidia-173xx]$ makepkg -s
    ==> Making package: nvidia-173xx 173.14.12-3 i686 (Sun Feb 15 15:14:35 EST 2009)
    ==> Checking Runtime Dependencies...
    ==> Installing missing dependencies...
    Password:
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): nvidia-173xx-utils-173.14.12-1 
    Total Download Size:    0.00 MB
    Total Installed Size:   23.70 MB
    Proceed with installation? [Y/n] y
    checking package integrity...
    (1/1) checking for file conflicts                   [###################################################] 100%
    error: could not prepare transaction
    error: failed to commit transaction (conflicting files)
    nvidia-173xx-utils: /usr/bin/nvidia-bug-report.sh exists in filesystem
    nvidia-173xx-utils: /usr/bin/nvidia-settings exists in filesystem
    nvidia-173xx-utils: /usr/bin/nvidia-xconfig exists in filesystem
    nvidia-173xx-utils: /usr/lib/libGL.so.1 exists in filesystem
    nvidia-173xx-utils: /usr/lib/libGL.so.173.14.12 exists in filesystem
    nvidia-173xx-utils: /usr/lib/libGLcore.so.1 exists in filesystem
    nvidia-173xx-utils: /usr/lib/libGLcore.so.173.14.12 exists in filesystem
    nvidia-173xx-utils: /usr/lib/libXvMCNVIDIA.a exists in filesystem
    nvidia-173xx-utils: /usr/lib/libXvMCNVIDIA.so.173.14.12 exists in filesystem
    nvidia-173xx-utils: /usr/lib/libXvMCNVIDIA_dynamic.so.1 exists in filesystem
    nvidia-173xx-utils: /usr/lib/libnvidia-cfg.so.1 exists in filesystem
    nvidia-173xx-utils: /usr/lib/libnvidia-cfg.so.173.14.12 exists in filesystem
    nvidia-173xx-utils: /usr/lib/libnvidia-tls.so.1 exists in filesystem
    nvidia-173xx-utils: /usr/lib/libnvidia-tls.so.173.14.12 exists in filesystem
    nvidia-173xx-utils: /usr/lib/xorg/modules/drivers/nvidia_drv.so exists in filesystem
    nvidia-173xx-utils: /usr/lib/xorg/modules/extensions/libglx.so.173.14.12 exists in filesystem
    nvidia-173xx-utils: /usr/share/applications/nvidia-settings.desktop exists in filesystem
    Errors occurred, no packages were upgraded.
    ==> ERROR: Pacman failed to install missing dependencies.

  • Problem with 3 monitors Intel HD Graphics and GeForce GTX 560

    I would like to attach 3 monitors to my box -- 1 to integrated Intel card and 2 to discreet Nvidia. I've tried different configs but I failed to make monitors connected to different cards to work at the same time. I have system with stock kernel, latest updates and the following configuration:
    $ lspci | egrep "VGA|Disp"
    00:02.0 Display controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
    01:00.0 VGA compatible controller: NVIDIA Corporation GF114 [GeForce GTX 560 Ti] (rev a1)
    $ pacman -Qi xorg-server xf86-video-intel nvidia awesome-git linux | egrep "Name|Version"
    Name : xorg-server
    Version : 1.17.1-3
    Name : xf86-video-intel
    Version : 2.99.917-3
    Name : nvidia
    Version : 346.47-3
    Name : awesome-git
    Version : 3.5.2.397.gdde5b1b-1
    Name : linux
    Version : 3.18.6-1
    $ lsmod | egrep 'i915|nvidia'
    nvidia 8335766 46
    i915 946695 2
    button 12953 1 i915
    i2c_algo_bit 12744 1 i915
    video 18043 2 i915,asus_wmi
    drm_kms_helper 80985 1 i915
    drm 263481 7 i915,drm_kms_helper,nvidia
    i2c_core 50152 6
    drm,i915,i2c_i801,drm_kms_helper,i2c_algo_bit,nvidia
    intel_gtt 17848 2 i915,intel_agp
    I've tried different xorg configs. Here is the best one. All 3 monitors are active with it (I could drag cursor over them) but only 2 (which connected to nvidia card) display DE.
    Section "DRI"
    Mode 0666
    EndSection
    Section "Monitor"
    Identifier "SAM"
    ModelName "Samsung SMS27A850"
    HorizSync 30.0 - 90.0
    VertRefresh 56.0 - 75.0
    Option "DPMS"
    DisplaySize 597 336 # In millimeters
    EndSection
    Section "Monitor"
    Identifier "VS"
    ModelName "ViewSonic VG1930wm"
    Option "DPMS"
    Option "RightOf" "SAM"
    Option "Rotate" "left"
    EndSection
    Section "Monitor"
    Identifier "BNQ"
    ModelName "BenQ FP737s"
    Option "DPMS"
    Option "LeftOf" "SAM"
    Option "Rotate" "left"
    EndSection
    Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce GTX 560 Ti"
    BusID "01:00:0"
    Option "Monitor-DVI-I-1" "SAM"
    Option "Monitor-DVI-I-2" "VS"
    EndSection
    Section "Device"
    Identifier "intel"
    Driver "intel"
    Option "AccelMethod" "none"
    VendorName "Intel"
    BoardName "Intel Integrated Graphic Controller"
    BusID "00:02:0"
    Option "Monitor-VGA-0" "BNQ"
    EndSection
    Section "Screen"
    Identifier "SAM-Screen"
    Device "nvidia"
    Monitor "SAM"
    EndSection
    Section "Screen"
    Identifier "VS-Screen"
    Device "nvidia"
    Monitor "VS"
    EndSection
    Section "Screen"
    Identifier "BNQ-Screen"
    Device "intel"
    Monitor "BNQ"
    EndSection
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "SAM-Screen"
    Screen 1 "VS-Screen" RightOf "SAM-Screen"
    Screen 2 "BNQ-Screen" LeftOf "SAM-Screen"
    Option "Xinerama" "0"
    EndSection
    Also, xrandr shows last monitor (VGA-0, it plugged into Intel card) as disconnected
    $ xrandr
    Screen 0: minimum 8 x 8, current 3460 x 1440, maximum 16384 x 16384
    DVI-I-0 disconnected primary (normal left inverted right x axis y axis)
    VGA-0 disconnected (normal left inverted right x axis y axis)
    DVI-I-1 connected 2560x1440+0+0 (normal left inverted right x axis y axis) 518mm x 324mm
    2560x1440 59.95*+
    1920x1200 59.88
    1920x1080 60.00 50.00
    1680x1050 59.95
    1600x1200 60.00
    1440x900 59.89
    1280x1024 75.02 60.02
    1280x960 60.00
    1280x800 59.81
    1280x720 60.00 50.00
    1152x864 75.00
    1024x768 75.03 70.07 60.00
    800x600 75.00 72.19 60.32 56.25
    720x576 50.00
    720x480 59.94
    640x480 75.00 72.81 59.94
    HDMI-0 disconnected (normal left inverted right x axis y axis)
    DVI-I-2 connected 900x1440+2560+0 left (normal left inverted right x axis y axis) 410mm x 256mm
    1440x900 59.89*+ 74.98
    1280x1024 75.02 60.02
    1280x960 60.00
    1152x864 75.00
    1024x768 75.03 70.07 60.00
    800x600 75.00 72.19 60.32 56.25
    640x480 75.00 72.81 59.94
    640x400 70.10
    But it's still posible to start application on last monitor with 'env DISPLAY:=0.1 urxvt'
    Here is full Xorg log file and highlights:
    [ 4789.920] (EE) intel(1): Cannot position output VGA1 relative to unknown output SAM
    [ 4792.053] (EE) intel(G0): [drm] failed to set drm interface version: Permission denied [13].
    [ 4792.053] (II) intel(G0): [drm] Contents of '/sys/kernel/debug/dri/0/clients':
    [ 4792.053] (II) intel(G0): [drm] command pid dev master a uid magic
    [ 4792.053] (II) intel(G0): [drm] Xorg 10086 0 y y 0 0
    [ 4792.053] (II) intel(G0): [drm] Xorg 10086 0 n y 0 0
    [ 4792.053] (EE) intel(G0): Failed to claim DRM device.
    [ 4792.053] (II) UnloadModule: "intel"
    [ 4789.342]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 4789.342] X Protocol Version 11, Revision 0
    [ 4789.342] Build Operating System: Linux 3.18.6-1-ARCH x86_64
    [ 4789.342] Current Operating System: Linux earth 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015 x86_64
    [ 4789.342] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=dc49b07c-e67c-4b6f-91f7-7c1adc050e21 rw quiet ipv6.disable=1 init=/usr/lib/systemd/systemd security=tomoyo TOMOYO_trigger=/usr/lib/systemd/systemd
    [ 4789.342] Build Date: 22 February 2015 12:50:32PM
    [ 4789.342]
    [ 4789.342] Current version of pixman: 0.32.6
    [ 4789.342] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 4789.342] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 4789.342] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Mar 1 14:43:55 2015
    [ 4789.342] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 4789.342] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 4789.342] (==) ServerLayout "Layout0"
    [ 4789.342] (**) |-->Screen "SAM-Screen" (0)
    [ 4789.342] (**) | |-->Monitor "SAM"
    [ 4789.343] (**) | |-->Device "nvidia"
    [ 4789.343] (**) |-->Screen "VS-Screen" (1)
    [ 4789.343] (**) | |-->Monitor "VS"
    [ 4789.343] (**) | |-->Device "nvidia"
    [ 4789.343] (**) |-->Screen "BNQ-Screen" (2)
    [ 4789.343] (**) | |-->Monitor "BNQ"
    [ 4789.343] (**) | |-->Device "intel"
    [ 4789.343] (**) Option "Xinerama" "0"
    [ 4789.343] (==) Automatically adding devices
    [ 4789.343] (==) Automatically enabling devices
    [ 4789.343] (==) Automatically adding GPU devices
    [ 4789.343] (==) 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/
    [ 4789.343] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 4789.343] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 4789.343] (II) Loader magic: 0x815d80
    [ 4789.343] (II) Module ABI versions:
    [ 4789.343] X.Org ANSI C Emulation: 0.4
    [ 4789.343] X.Org Video Driver: 19.0
    [ 4789.343] X.Org XInput driver : 21.0
    [ 4789.343] X.Org Server Extension : 9.0
    [ 4789.344] (EE) systemd-logind: failed to get session: PID 10086 does not belong to any known session
    [ 4789.345] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 4789.345] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 4789.347] (--) PCI: (0:0:2:0) 8086:0102:1043:84ca rev 9, Mem @ 0xf6400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
    [ 4789.347] (--) PCI:*(0:1:0:0) 10de:1200:10b0:0401 rev 161, Mem @ 0xf4000000/33554432, 0xe0000000/134217728, 0xe8000000/67108864, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 4789.347] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 4789.347] (II) LoadModule: "glx"
    [ 4789.347] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 4789.359] (II) Module glx: vendor="NVIDIA Corporation"
    [ 4789.359] compiled for 4.0.2, module version = 1.0.0
    [ 4789.359] Module class: X.Org Server Extension
    [ 4789.359] (II) NVIDIA GLX Module 346.47 Thu Feb 19 18:09:07 PST 2015
    [ 4789.359] (II) LoadModule: "nvidia"
    [ 4789.359] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 4789.360] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 4789.360] compiled for 4.0.2, module version = 1.0.0
    [ 4789.360] Module class: X.Org Video Driver
    [ 4789.360] (II) LoadModule: "intel"
    [ 4789.360] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 4789.360] (II) Module intel: vendor="X.Org Foundation"
    [ 4789.360] compiled for 1.17.1, module version = 2.99.917
    [ 4789.360] Module class: X.Org Video Driver
    [ 4789.360] ABI class: X.Org Video Driver, version 19.0
    [ 4789.360] (II) NVIDIA dlloader X Driver 346.47 Thu Feb 19 17:47:18 PST 2015
    [ 4789.360] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 4789.360] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
    i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
    915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
    Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
    [ 4789.360] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
    [ 4789.360] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
    [ 4789.360] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
    [ 4789.360] (++) using VT number 7
    [ 4789.471] (II) Loading sub module "fb"
    [ 4789.471] (II) LoadModule: "fb"
    [ 4789.471] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 4789.471] (II) Module fb: vendor="X.Org Foundation"
    [ 4789.471] compiled for 1.17.1, module version = 1.0.0
    [ 4789.471] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 4789.472] (II) Loading sub module "wfb"
    [ 4789.472] (II) LoadModule: "wfb"
    [ 4789.472] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 4789.472] (II) Module wfb: vendor="X.Org Foundation"
    [ 4789.472] compiled for 1.17.1, module version = 1.0.0
    [ 4789.472] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 4789.472] (II) Loading sub module "ramdac"
    [ 4789.472] (II) LoadModule: "ramdac"
    [ 4789.472] (II) Module "ramdac" already built-in
    [ 4789.473] (II) intel(1): Using Kernel Mode Setting driver: i915, version 1.6.0 20140905
    [ 4789.474] (II) intel(G0): Using Kernel Mode Setting driver: i915, version 1.6.0 20140905
    [ 4789.474] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "SAM-Screen" for depth/fbbpp 24/32
    [ 4789.474] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 4789.474] (==) NVIDIA(0): RGB weight 888
    [ 4789.474] (==) NVIDIA(0): Default visual is TrueColor
    [ 4789.474] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 4789.474] (**) NVIDIA(0): Enabling 2D acceleration
    [ 4789.841] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
    [ 4789.842] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 560 Ti (GF114) at PCI:1:0:0 (GPU-0)
    [ 4789.842] (--) NVIDIA(0): Memory: 1048576 kBytes
    [ 4789.842] (--) NVIDIA(0): VideoBIOS: 70.24.21.00.00
    [ 4789.842] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 4789.875] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 560 Ti at PCI:1:0:0
    [ 4789.875] (--) NVIDIA(0): CRT-0
    [ 4789.875] (--) NVIDIA(0): CRT-1
    [ 4789.875] (--) NVIDIA(0): Samsung SMS27A850 (DFP-0) (boot, connected)
    [ 4789.875] (--) NVIDIA(0): DFP-1
    [ 4789.875] (--) NVIDIA(0): ViewSonic VG1930wm (DFP-2) (connected)
    [ 4789.875] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 4789.875] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
    [ 4789.875] (--) NVIDIA(0): Samsung SMS27A850 (DFP-0): Internal TMDS
    [ 4789.875] (--) NVIDIA(GPU-0): Samsung SMS27A850 (DFP-0): 330.0 MHz maximum pixel clock
    [ 4789.875] (--) NVIDIA(0): DFP-1: Internal TMDS
    [ 4789.875] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
    [ 4789.875] (--) NVIDIA(0): ViewSonic VG1930wm (DFP-2): Internal TMDS
    [ 4789.875] (--) NVIDIA(GPU-0): ViewSonic VG1930wm (DFP-2): 330.0 MHz maximum pixel clock
    [ 4789.875] (**) NVIDIA(0): Option "Rotate" "left"
    [ 4789.875] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 4789.875] (**) NVIDIA(0): device Samsung SMS27A850 (DFP-0) (Using EDID frequencies
    [ 4789.875] (**) NVIDIA(0): has been enabled on all display devices.)
    [ 4789.875] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
    [ 4789.875] (WW) NVIDIA(GPU-0): mode "1920x1080" is specified in the EDID; however, the
    [ 4789.875] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 4789.875] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 4789.875] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1920x1080".
    [ 4789.876] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
    [ 4789.876] (WW) NVIDIA(GPU-0): mode "1280x720" is specified in the EDID; however, the
    [ 4789.876] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 4789.876] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 4789.876] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1280x720".
    [ 4789.876] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
    [ 4789.876] (WW) NVIDIA(GPU-0): mode "720x576" is specified in the EDID; however, the
    [ 4789.876] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 4789.876] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 4789.876] (WW) NVIDIA(GPU-0): VertRefresh check for mode "720x576".
    [ 4789.877] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 4789.877] (**) NVIDIA(0): device ViewSonic VG1930wm (DFP-2) (Using EDID frequencies
    [ 4789.877] (**) NVIDIA(0): has been enabled on all display devices.)
    [ 4789.878] (==) NVIDIA(0):
    [ 4789.878] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 4789.878] (==) NVIDIA(0): will be used as the requested mode.
    [ 4789.878] (==) NVIDIA(0):
    [ 4789.878] (II) NVIDIA(0): Validated MetaModes:
    [ 4789.878] (II) NVIDIA(0):
    [ 4789.878] (II) NVIDIA(0): "DFP-0:nvidia-auto-select,DFP-2:nvidia-auto-select{Rotation=90}"
    [ 4789.878] (II) NVIDIA(0): Virtual screen size determined to be 3460 x 1440
    [ 4789.905] (--) NVIDIA(0): DPI set to (125, 114); computed from "UseEdidDpi" X config
    [ 4789.905] (--) NVIDIA(0): option
    [ 4789.906] (--) intel(1): Integrated Graphics Chipset: Intel(R) HD Graphics 2000
    [ 4789.906] (--) intel(1): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx
    [ 4789.906] (II) intel(1): Creating default Display subsection in Screen section
    "BNQ-Screen" for depth/fbbpp 24/32
    [ 4789.906] (==) intel(1): Depth 24, (--) framebuffer bpp 32
    [ 4789.906] (==) intel(1): RGB weight 888
    [ 4789.906] (==) intel(1): Default visual is TrueColor
    [ 4789.906] (**) intel(1): Option "AccelMethod" "none"
    [ 4789.906] (II) intel(1): Output VGA1 using monitor section BNQ
    [ 4789.906] (**) intel(1): Option "LeftOf" "SAM"
    [ 4789.906] (**) intel(1): Option "Rotate" "left"
    [ 4789.906] (II) intel(1): Enabled output VGA1
    [ 4789.906] (II) intel(1): Output HDMI1 has no monitor section
    [ 4789.906] (II) intel(1): Enabled output HDMI1
    [ 4789.906] (II) intel(1): Output DP1 has no monitor section
    [ 4789.906] (II) intel(1): Enabled output DP1
    [ 4789.906] (II) intel(1): Output HDMI2 has no monitor section
    [ 4789.906] (II) intel(1): Enabled output HDMI2
    [ 4789.906] (II) intel(1): Output HDMI3 has no monitor section
    [ 4789.906] (II) intel(1): Enabled output HDMI3
    [ 4789.906] (II) intel(1): Output DP2 has no monitor section
    [ 4789.906] (II) intel(1): Enabled output DP2
    [ 4789.906] (II) intel(1): Output DP3 has no monitor section
    [ 4789.906] (II) intel(1): Enabled output DP3
    [ 4789.906] (--) intel(1): Using a maximum size of 256x256 for hardware cursors
    [ 4789.906] (II) intel(1): Output VIRTUAL1 has no monitor section
    [ 4789.906] (II) intel(1): Enabled output VIRTUAL1
    [ 4789.906] (II) intel(1): EDID for output DP1
    [ 4789.906] (II) intel(1): EDID for output DP2
    [ 4789.906] (II) intel(1): EDID for output DP3
    [ 4789.906] (II) intel(1): EDID for output HDMI1
    [ 4789.906] (II) intel(1): EDID for output HDMI2
    [ 4789.907] (II) intel(1): EDID for output HDMI3
    [ 4789.920] (II) intel(1): EDID for output VGA1
    [ 4789.920] (II) intel(1): Manufacturer: BNQ Model: 7659 Serial#: 28
    [ 4789.920] (II) intel(1): Year: 2003 Week: 39
    [ 4789.920] (II) intel(1): EDID Version: 1.3
    [ 4789.920] (II) intel(1): Analog Display Input, Input Voltage Level: 0.700/0.700 V
    [ 4789.920] (II) intel(1): Sync: Separate Composite
    [ 4789.920] (II) intel(1): Max Image Size [cm]: horiz.: 34 vert.: 27
    [ 4789.920] (II) intel(1): Gamma: 2.20
    [ 4789.920] (II) intel(1): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    [ 4789.920] (II) intel(1): First detailed timing is preferred mode
    [ 4789.920] (II) intel(1): redX: 0.640 redY: 0.340 greenX: 0.290 greenY: 0.611
    [ 4789.920] (II) intel(1): blueX: 0.140 blueY: 0.069 whiteX: 0.310 whiteY: 0.330
    [ 4789.920] (II) intel(1): Supported established timings:
    [ 4789.920] (II) intel(1): 720x400@70Hz
    [ 4789.920] (II) intel(1): 640x480@60Hz
    [ 4789.920] (II) intel(1): 640x480@67Hz
    [ 4789.920] (II) intel(1): 640x480@72Hz
    [ 4789.920] (II) intel(1): 640x480@75Hz
    [ 4789.920] (II) intel(1): 800x600@56Hz
    [ 4789.920] (II) intel(1): 800x600@60Hz
    [ 4789.920] (II) intel(1): 800x600@72Hz
    [ 4789.920] (II) intel(1): 800x600@75Hz
    [ 4789.920] (II) intel(1): 832x624@75Hz
    [ 4789.920] (II) intel(1): 1024x768@60Hz
    [ 4789.920] (II) intel(1): 1024x768@70Hz
    [ 4789.920] (II) intel(1): 1024x768@75Hz
    [ 4789.920] (II) intel(1): 1280x1024@75Hz
    [ 4789.920] (II) intel(1): 1152x864@75Hz
    [ 4789.920] (II) intel(1): Manufacturer's mask: 0
    [ 4789.920] (II) intel(1): Supported standard timings:
    [ 4789.920] (II) intel(1): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 4789.920] (II) intel(1): #1: hsize: 1280 vsize 1024 refresh: 76 vid: 36993
    [ 4789.920] (II) intel(1): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 4789.920] (II) intel(1): #3: hsize: 1280 vsize 1024 refresh: 72 vid: 35969
    [ 4789.920] (II) intel(1): Supported detailed timing:
    [ 4789.920] (II) intel(1): clock: 108.0 MHz Image Size: 338 x 270 mm
    [ 4789.920] (II) intel(1): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    [ 4789.920] (II) intel(1): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
    [ 4789.920] (II) intel(1): Supported detailed timing:
    [ 4789.920] (II) intel(1): clock: 25.2 MHz Image Size: 304 x 228 mm
    [ 4789.920] (II) intel(1): h_active: 640 h_sync: 656 h_sync_end 752 h_blank_end 800 h_border: 0
    [ 4789.920] (II) intel(1): v_active: 350 v_sync: 387 v_sync_end 389 v_blanking: 449 v_border: 0
    [ 4789.920] (II) intel(1): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 81 kHz, PixClock max 145 MHz
    [ 4789.920] (II) intel(1): Monitor name: BenQ FP737s
    [ 4789.920] (II) intel(1): EDID (in hex):
    [ 4789.920] (II) intel(1): 00ffffffffffff0009d159761c000000
    [ 4789.920] (II) intel(1): 270d01036c221b78eac6f6a3574a9c23
    [ 4789.920] (II) intel(1): 114f54bfef80714f81908180818c0101
    [ 4789.920] (II) intel(1): 010101010101302a009851002a403070
    [ 4789.920] (II) intel(1): 1300520e1100001ed50980a0205e6310
    [ 4789.920] (II) intel(1): 1060520830e41000001a000000fd0038
    [ 4789.920] (II) intel(1): 4b1f510e000a202020202020000000fc
    [ 4789.920] (II) intel(1): 0042656e51204650373337730a200072
    [ 4789.920] (II) intel(1): Printing probed modes for output VGA1
    [ 4789.920] (II) intel(1): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
    [ 4789.920] (II) intel(1): Modeline "1280x1024"x76.0 141.81 1280 1376 1512 1744 1024 1025 1028 1070 -hsync +vsync (81.3 kHz)
    [ 4789.920] (II) intel(1): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 4789.920] (II) intel(1): Modeline "1280x1024"x72.0 132.84 1280 1368 1504 1728 1024 1025 1028 1067 -hsync +vsync (76.9 kHz)
    [ 4789.920] (II) intel(1): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 4789.920] (II) intel(1): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 4789.920] (II) intel(1): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 4789.920] (II) intel(1): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 4789.920] (II) intel(1): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 4789.920] (II) intel(1): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 4789.920] (II) intel(1): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 4789.920] (II) intel(1): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 4789.920] (II) intel(1): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 4789.920] (II) intel(1): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 4789.920] (II) intel(1): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    [ 4789.920] (II) intel(1): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 4789.920] (II) intel(1): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 4789.920] (II) intel(1): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 4789.920] (II) intel(1): Modeline "640x350"x70.1 25.17 640 656 752 800 350 387 389 449 +hsync -vsync (31.5 kHz e)
    [ 4789.920] (II) intel(1): EDID for output VIRTUAL1
    [ 4789.920] (II) intel(1): Output DP1 disconnected
    [ 4789.920] (II) intel(1): Output DP2 disconnected
    [ 4789.920] (II) intel(1): Output DP3 disconnected
    [ 4789.920] (II) intel(1): Output HDMI1 disconnected
    [ 4789.920] (II) intel(1): Output HDMI2 disconnected
    [ 4789.920] (II) intel(1): Output HDMI3 disconnected
    [ 4789.920] (II) intel(1): Output VGA1 connected
    [ 4789.920] (II) intel(1): Output VIRTUAL1 disconnected
    [ 4789.920] (II) intel(1): Using user preference for initial modes
    [ 4789.920] (II) intel(1): Output VGA1 using initial mode 1280x1024
    [ 4789.920] (EE) intel(1): Cannot position output VGA1 relative to unknown output SAM
    [ 4789.920] (II) intel(1): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 4789.920] (==) intel(1): TearFree disabled
    [ 4789.920] (==) intel(1): DPI set to (96, 96)
    [ 4789.920] (II) Loading sub module "dri2"
    [ 4789.920] (II) LoadModule: "dri2"
    [ 4789.920] (II) Module "dri2" already built-in
    [ 4789.920] (II) Loading sub module "present"
    [ 4789.920] (II) LoadModule: "present"
    [ 4789.920] (II) Module "present" already built-in
    [ 4792.053] (EE) intel(G0): [drm] failed to set drm interface version: Permission denied [13].
    [ 4792.053] (II) intel(G0): [drm] Contents of '/sys/kernel/debug/dri/0/clients':
    [ 4792.053] (II) intel(G0): [drm] command pid dev master a uid magic
    [ 4792.053] (II) intel(G0): [drm] Xorg 10086 0 y y 0 0
    [ 4792.053] (II) intel(G0): [drm] Xorg 10086 0 n y 0 0
    [ 4792.053] (EE) intel(G0): Failed to claim DRM device.
    [ 4792.053] (II) UnloadModule: "intel"
    [ 4792.053] (--) Depth 24 pixmap format is 32 bpp
    [ 4792.053] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
    [ 4792.053] (II) NVIDIA: access.
    [ 4792.057] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 4792.057] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 4792.057] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 4792.057] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 4792.057] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 4792.057] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 4792.057] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 4792.057] (II) NVIDIA(0): Config Options in the README.
    [ 4792.091] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select,DFP-2:nvidia-auto-select{Rotation=90}"
    [ 4792.264] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 4792.264] (==) NVIDIA(0): Backing store enabled
    [ 4792.264] (==) NVIDIA(0): Silken mouse enabled
    [ 4792.264] (**) NVIDIA(0): DPMS enabled
    [ 4792.264] (II) Loading sub module "dri2"
    [ 4792.264] (II) LoadModule: "dri2"
    [ 4792.264] (II) Module "dri2" already built-in
    [ 4792.264] (II) NVIDIA(0): [DRI2] Setup complete
    [ 4792.264] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 4792.264] (--) RandR disabled
    [ 4792.264] (II) intel(1): SNA initialized with disabled backend
    [ 4792.264] (==) intel(1): Backing store enabled
    [ 4792.264] (==) intel(1): Silken mouse enabled
    [ 4792.264] (II) intel(1): HW Cursor enabled
    [ 4792.264] (II) intel(1): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 4792.264] (**) intel(1): DPMS enabled
    [ 4792.264] (==) intel(1): display hotplug detection enabled
    [ 4792.264] (II) intel(1): Textured video not supported on this hardware
    [ 4792.264] (WW) intel(1): loading DRI2 whilst the GPU is wedged.
    [ 4792.264] (II) intel(1): [DRI2] Setup complete
    [ 4792.264] (II) intel(1): [DRI2] DRI driver: i965
    [ 4792.264] (II) intel(1): [DRI2] VDPAU driver: i965
    [ 4792.264] (II) intel(1): direct rendering: DRI2 enabled
    [ 4792.265] (II) intel(1): hardware support for Present enabled
    [ 4792.265] (WW) intel(1): Option "Monitor-VGA-0" is not used
    [ 4792.265] (WW) intel(1): Option "LeftOf" is not used
    [ 4792.265] (WW) intel(1): Option "Rotate" is not used
    [ 4792.265] (--) RandR disabled
    [ 4792.268] (II) Initializing extension GLX
    [ 4792.268] (II) Indirect GLX disabled.(II) intel(1): switch to mode [email protected] on VGA1 using pipe 0, position (0, 0), rotation left, reflection none
    [ 4792.332] (II) intel(1): Setting screen physical size to 270 x 338
    [ 4792.386] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 4792.386] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 4792.386] (**) Power Button: Applying InputClass "libinput keyboard catchall"
    [ 4792.386] (**) Power Button: Applying InputClass "system-keyboard"
    [ 4792.386] (II) LoadModule: "libinput"
    [ 4792.386] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
    [ 4792.387] (II) Module libinput: vendor="X.Org Foundation"
    [ 4792.387] compiled for 1.17.1, module version = 0.7.0
    [ 4792.387] Module class: X.Org XInput Driver
    [ 4792.387] ABI class: X.Org XInput driver, version 21.0
    [ 4792.387] (II) Using input driver 'libinput' for 'Power Button'
    [ 4792.387] (**) Power Button: always reports core events
    [ 4792.387] (**) Option "Device" "/dev/input/event2"
    [ 4792.387] (II) input device 'Power Button', /dev/input/event2 is tagged by udev as: Keyboard
    [ 4792.387] (II) input device 'Power Button', /dev/input/event2 is a keyboard
    [ 4792.399] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
    [ 4792.399] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 4792.399] (**) Option "xkb_model" "pc104"
    [ 4792.399] (**) Option "xkb_layout" "us,ru"
    [ 4792.399] (**) Option "xkb_options" "caps:swapescape,grp:toggle"
    [ 4792.432] (II) input device 'Power Button', /dev/input/event2 is tagged by udev as: Keyboard
    [ 4792.432] (II) input device 'Power Button', /dev/input/event2 is a keyboard
    [ 4792.432] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 4792.432] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 4792.432] (**) Power Button: Applying InputClass "libinput keyboard catchall"
    [ 4792.432] (**) Power Button: Applying InputClass "system-keyboard"
    [ 4792.432] (II) Using input driver 'libinput' for 'Power Button'
    [ 4792.432] (**) Power Button: always reports core events
    [ 4792.432] (**) Option "Device" "/dev/input/event1"
    [ 4792.433] (II) input device 'Power Button', /dev/input/event1 is tagged by udev as: Keyboard
    [ 4792.433] (II) input device 'Power Button', /dev/input/event1 is a keyboard
    [ 4792.489] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
    [ 4792.489] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 4792.489] (**) Option "xkb_model" "pc104"
    [ 4792.489] (**) Option "xkb_layout" "us,ru"
    [ 4792.489] (**) Option "xkb_options" "caps:swapescape,grp:toggle"
    [ 4792.490] (II) input device 'Power Button', /dev/input/event1 is tagged by udev as: Keyboard
    [ 4792.490] (II) input device 'Power Button', /dev/input/event1 is a keyboard
    [ 4792.490] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event0)
    [ 4792.490] (II) No input driver specified, ignoring this device.
    [ 4792.490] (II) This device may have been added with another device file.
    [ 4792.490] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event17)
    [ 4792.490] (II) No input driver specified, ignoring this device.
    [ 4792.490] (II) This device may have been added with another device file.
    [ 4792.490] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event18)
    [ 4792.490] (II) No input driver specified, ignoring this device.
    [ 4792.490] (II) This device may have been added with another device file.
    [ 4792.491] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event19)
    [ 4792.491] (II) No input driver specified, ignoring this device.
    [ 4792.491] (II) This device may have been added with another device file.
    [ 4792.491] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v8.0 (/dev/input/event3)
    [ 4792.491] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: Applying InputClass "evdev keyboard catchall"
    [ 4792.491] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: Applying InputClass "libinput keyboard catchall"
    [ 4792.491] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: Applying InputClass "system-keyboard"
    [ 4792.491] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver v8.0'
    [ 4792.491] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: always reports core events
    [ 4792.491] (**) Option "Device" "/dev/input/event3"
    [ 4792.491] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v8.0', /dev/input/event3 is tagged by udev as: Keyboard
    [ 4792.491] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v8.0', /dev/input/event3 is a keyboard
    [ 4792.554] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:045E:07B2.0004/input/input24/event3"
    [ 4792.554] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v8.0" (type: KEYBOARD, id 8)
    [ 4792.554] (**) Option "xkb_model" "pc104"
    [ 4792.554] (**) Option "xkb_layout" "us,ru"
    [ 4792.554] (**) Option "xkb_options" "caps:swapescape,grp:toggle"
    [ 4792.554] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v8.0', /dev/input/event3 is tagged by udev as: Keyboard
    [ 4792.554] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v8.0', /dev/input/event3 is a keyboard
    [ 4792.555] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v8.0 (/dev/input/event4)
    [ 4792.555] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: Applying InputClass "evdev pointer catchall"
    [ 4792.555] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: Applying InputClass "libinput pointer catchall"
    [ 4792.555] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver v8.0'
    [ 4792.555] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: always reports core events
    [ 4792.555] (**) Option "Device" "/dev/input/event4"
    [ 4792.555] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v8.0', /dev/input/event4 is tagged by udev as: Mouse
    [ 4792.555] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v8.0', /dev/input/event4 is a pointer caps
    [ 4792.609] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:045E:07B2.0005/input/input25/event4"
    [ 4792.610] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v8.0" (type: MOUSE, id 9)
    [ 4792.610] (**) Option "AccelerationScheme" "none"
    [ 4792.610] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: (accel) selected scheme none/0
    [ 4792.610] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: (accel) acceleration factor: 2.000
    [ 4792.610] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: (accel) acceleration threshold: 4
    [ 4792.610] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v8.0', /dev/input/event4 is tagged by udev as: Mouse
    [ 4792.610] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v8.0', /dev/input/event4 is a pointer caps
    [ 4792.610] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v8.0 (/dev/input/mouse0)
    [ 4792.610] (II) No input driver specified, ignoring this device.
    [ 4792.610] (II) This device may have been added with another device file.
    [ 4792.611] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v8.0 (/dev/input/event5)
    [ 4792.611] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: Applying InputClass "evdev keyboard catchall"
    [ 4792.611] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: Applying InputClass "joystick catchall"
    [ 4792.611] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: Applying InputClass "libinput keyboard catchall"
    [ 4792.611] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: Applying InputClass "system-keyboard"
    [ 4792.611] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver v8.0'
    [ 4792.611] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: always reports core events
    [ 4792.611] (**) Option "Device" "/dev/input/event5"
    [ 4792.611] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v8.0', /dev/input/event5 is tagged by udev as: Keyboard Joystick
    [ 4792.611] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v8.0', /dev/input/event5 is a keyboard
    [ 4792.676] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.2/0003:045E:07B2.0006/input/input26/event5"
    [ 4792.676] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v8.0" (type: KEYBOARD, id 10)
    [ 4792.676] (**) Option "xkb_model" "pc104"
    [ 4792.676] (**) Option "xkb_layout" "us,ru"
    [ 4792.676] (**) Option "xkb_options" "caps:swapescape,grp:toggle"
    [ 4792.676] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v8.0', /dev/input/event5 is tagged by udev as: Keyboard Joystick
    [ 4792.676] (II) input device 'Microsoft Microsoft® 2.4GHz Transceiver v8.0', /dev/input/event5 is a keyboard
    [ 4792.677] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v8.0 (/dev/input/js0)
    [ 4792.677] (**) Microsoft Microsoft® 2.4GHz Transceiver v8.0: Applying InputClass "system-keyboard"
    [ 4792.677] (II) No input driver specified, ignoring this device.
    [ 4792.677] (II) This device may have been added with another device file.
    [ 4792.677] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event7)
    [ 4792.677] (II) No input driver specified, ignoring this device.
    [ 4792.677] (II) This device may have been added with another device file.
    [ 4792.677] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event8)
    [ 4792.677] (II) No input driver specified, ignoring this device.
    [ 4792.677] (II) This device may have been added with another device file.
    [ 4792.677] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event9)
    [ 4792.677] (II) No input driver specified, ignoring this device.
    [ 4792.677] (II) This device may have been added with another device file.
    [ 4792.678] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event10)
    [ 4792.678] (II) No input driver specified, ignoring this device.
    [ 4792.678] (II) This device may have been added with another device file.
    [ 4792.678] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event11)
    [ 4792.678] (II) No input driver specified, ignoring this device.
    [ 4792.678] (II) This device may have been added with another device file.
    [ 4792.678] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event12)
    [ 4792.678] (II) No input driver specified, ignoring this device.
    [ 4792.678] (II) This device may have been added with another device file.
    [ 4792.678] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event13)
    [ 4792.678] (II) No input driver specified, ignoring this device.
    [ 4792.678] (II) This device may have been added with another device file.
    [ 4792.678] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event14)
    [ 4792.678] (II) No input driver specified, ignoring this device.
    [ 4792.678] (II) This device may have been added with another device file.
    [ 4792.679] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event15)
    [ 4792.679] (II) No input driver specified, ignoring this device.
    [ 4792.679] (II) This device may have been added with another device file.
    [ 4792.679] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event6)
    [ 4792.679] (II) No input driver specified, ignoring this device.
    [ 4792.679] (II) This device may have been added with another device file.
    [ 4792.679] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event16)
    [ 4792.679] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 4792.679] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
    [ 4792.679] (**) Eee PC WMI hotkeys: Applying InputClass "system-keyboard"
    [ 4792.679] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
    [ 4792.679] (**) Eee PC WMI hotkeys: always reports core events
    [ 4792.679] (**) Option "Device" "/dev/input/event16"
    [ 4792.679] (II) input device 'Eee PC WMI hotkeys', /dev/input/event16 is tagged by udev as: Keyboard
    [ 4792.679] (II) input device 'Eee PC WMI hotkeys', /dev/input/event16 is a keyboard
    [ 4792.712] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input19/event16"
    [ 4792.712] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 11)
    [ 4792.712] (**) Option "xkb_model" "pc104"
    [ 4792.713] (**) Option "xkb_layout" "us,ru"
    [ 4792.713] (**) Option "xkb_options" "caps:swapescape,grp:toggle"
    [ 4792.713] (II) input device 'Eee PC WMI hotkeys', /dev/input/event16 is tagged by udev as: Keyboard
    [ 4792.713] (II) input device 'Eee PC WMI hotkeys', /dev/input/event16 is a keyboard
    [ 4793.050] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 4793.050] (**) NVIDIA(0): device ViewSonic VG1930wm (DFP-2) (Using EDID frequencies
    [ 4793.050] (**) NVIDIA(0): has been enabled on all display devices.)
    [ 4793.081] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 4793.081] (**) NVIDIA(0): device Samsung SMS27A850 (DFP-0) (Using EDID frequencies
    [ 4793.081] (**) NVIDIA(0): has been enabled on all display devices.)
    [ 4793.081] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
    [ 4793.081] (WW) NVIDIA(GPU-0): mode "1920x1080" is specified in the EDID; however, the
    [ 4793.081] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 4793.081] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 4793.081] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1920x1080".
    [ 4793.081] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
    [ 4793.081] (WW) NVIDIA(GPU-0): mode "1280x720" is specified in the EDID; however, the
    [ 4793.081] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 4793.081] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 4793.081] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1280x720".
    [ 4793.081] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
    [ 4793.081] (WW) NVIDIA(GPU-0): mode "720x576" is specified in the EDID; however, the
    [ 4793.081] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 4793.081] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 4793.081] (WW) NVIDIA(GPU-0): VertRefresh check for mode "720x576".
    [ 4793.129] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 4793.129] (**) NVIDIA(0): device ViewSonic VG1930wm (DFP-2) (Using EDID frequencies
    [ 4793.129] (**) NVIDIA(0): has been enabled on all display devices.)
    [ 4793.160] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 4793.160] (**) NVIDIA(0): device Samsung SMS27A850 (DFP-0) (Using EDID frequencies
    [ 4793.160] (**) NVIDIA(0): has been enabled on all display devices.)
    [ 4793.160] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
    [ 4793.160] (WW) NVIDIA(GPU-0): mode "1920x1080" is specified in the EDID; however, the
    [ 4793.160] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 4793.160] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 4793.160] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1920x1080".
    [ 4793.160] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
    [ 4793.160] (WW) NVIDIA(GPU-0): mode "1280x720" is specified in the EDID; however, the
    [ 4793.160] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 4793.160] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 4793.160] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1280x720".
    [ 4793.160] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
    [ 4793.160] (WW) NVIDIA(GPU-0): mode "720x576" is specified in the EDID; however, the
    [ 4793.160] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 4793.160] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 4793.160] (WW) NVIDIA(GPU-0): VertRefresh check for mode "720x576".
    [ 4793.229] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 4793.229] (**) NVIDIA(0): device ViewSonic VG1930wm (DFP-2) (Using EDID frequencies
    [ 4793.229] (**) NVIDIA(0): has been enabled on all display devices.)
    [ 4793.259] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 4793.259] (**) NVIDIA(0): device Samsung SMS27A850 (DFP-0) (Using EDID frequencies
    [ 4793.259] (**) NVIDIA(0): has been enabled on all display devices.)
    [ 4793.259] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
    [ 4793.259] (WW) NVIDIA(GPU-0): mode "1920x1080" is specified in the EDID; however, the
    [ 4793.259] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 4793.259] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 4793.259] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1920x1080".
    [ 4793.259] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
    [ 4793.259] (WW) NVIDIA(GPU-0): mode "1280x720" is specified in the EDID; however, the
    [ 4793.259] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 4793.259] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 4793.259] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1280x720".
    [ 4793.259] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
    [ 4793.259] (WW) NVIDIA(GPU-0): mode "720x576" is specified in the EDID; however, the
    [ 4793.259] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 4793.259] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 4793.259] (WW) NVIDIA(GPU-0): VertRefresh check for mode "720x576".
    [ 4849.763] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 4849.763] (**) NVIDIA(0): device ViewSonic VG1930wm (DFP-2) (Using EDID frequencies
    [ 4849.763] (**) NVIDIA(0): has been enabled on all display devices.)
    [ 4849.794] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 4849.794] (**) NVIDIA(0): device Samsung SMS27A850 (DFP-0) (Using EDID frequencies
    [ 4849.794] (**) NVIDIA(0): has been enabled on all display devices.)
    [ 4849.794] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
    [ 4849.794] (WW) NVIDIA(GPU-0): mode "1920x1080" is specified in the EDID; however, the
    [ 4849.794] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 4849.794] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 4849.794] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1920x1080".
    [ 4849.795] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
    [ 4849.795] (WW) NVIDIA(GPU-0): mode "1280x720" is specified in the EDID; however, the
    [ 4849.795] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 4849.795] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 4849.795] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1280x720".
    [ 4849.795] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
    [ 4849.795] (WW) NVIDIA(GPU-0): mode "720x576" is specified in the EDID; however, the
    [ 4849.795] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 4849.795] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 4849.795] (WW) NVIDIA(GPU-0): VertRefresh check for mode "720x576".
    I also tried other configs, but neither of them made me happy:
    Section "DRI"
    Mode 0666
    EndSection
    Section "Monitor"
    Identifier "SAM"
    ModelName "Samsung SMS27A850"
    HorizSync 30.0 - 90.0
    VertRefresh 56.0 - 75.0
    Option "DPMS"
    DisplaySize 597 336 # In millimeters
    EndSection
    Section "Monitor"
    Identifier "VS"
    ModelName "ViewSonic VG1930wm"
    Option "DPMS"
    Option "RightOf" "SAM"
    Option "Rotate" "left"
    EndSection
    Section "Monitor"
    Identifier "BNQ"
    ModelName "BenQ FP737s"
    Option "DPMS"
    Option "LeftOf" "SAM"
    Option "Rotate" "left"
    EndSection
    Section "Device"
    Identifier "nvidia-sam"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce GTX 560 Ti"
    BusID "01:00:0"
    Option "Monitor-DVI-I-1" "SAM"
    Screen 0
    EndSection
    Section "Device"
    Identifier "nvidia-vs"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce GTX 560 Ti"
    BusID "01:00:0"
    Option "Monitor-DVI-I-2" "VS"
    Screen 1
    EndSection
    Section "Device"
    Identifier "intel"
    Driver "modesetting"
    Option "AccelMethod" "none"
    VendorName "Intel"
    BoardName "Intel Integrated Graphic Controller"
    BusID "00:02:0"
    Option "Monitor-VGA-0" "BNQ"
    Screen 2
    EndSection
    Section "Screen"
    Identifier "SAM-Screen"
    Device "nvidia-sam"
    Monitor "SAM"
    #DefaultDepth 24
    # Option "Stereo" "0"
    # Option "SLI" "Off"
    # Option "MultiGPU" "Off"
    # Option "BaseMosaic" "off"
    #Option "AllowEmptyInitialConfiguration"
    # SubSection "Display"
    # Depth 24
    # EndSubSection
    EndSection
    Section "Screen"
    Identifier "VS-Screen"
    Device "nvidia-vs"
    Monitor "VS"
    #DefaultDepth 24
    # Option "Stereo" "0"
    # Option "SLI" "Off"
    # Option "MultiGPU" "Off"
    # Option "BaseMosaic" "off"
    #Option "AllowEmptyInitialConfiguration"
    # SubSection "Display"
    # Depth 24
    # EndSubSection
    EndSection
    Section "Screen"
    Identifier "BNQ-Screen"
    Device "intel"
    Monitor "BNQ"
    EndSection
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "SAM-Screen"
    Screen 1 "VS-Screen" RightOf "SAM-Screen"
    Screen 2 "BNQ-Screen" LeftOf "SAM-Screen"
    Option "Xinerama" "0"
    EndSection
    [ 4488.527]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 4488.527] X Protocol Version 11, Revision 0
    [ 4488.527] Build Operating System: Linux 3.18.6-1-ARCH x86_64
    [ 4488.527] Current Operating System: Linux earth 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015 x86_64
    [ 4488.527] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=dc49b07c-e67c-4b6f-91f7-7c1adc050e21 rw quiet ipv6.disable=1 init=/usr/lib/systemd/systemd security=tomoyo TOMOYO_trigger=/usr/lib/systemd/systemd
    [ 4488.527] Build Date: 22 February 2015 12:50:32PM
    [ 4488.527]
    [ 4488.527] Current version of pixman: 0.32.6
    [ 4488.527] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 4488.527] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 4488.527] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Mar 1 14:38:54 2015
    [ 4488.527] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 4488.527] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 4488.528] (==) ServerLayout "Layout0"
    [ 4488.528] (**) |-->Screen "SAM-Screen" (0)
    [ 4488.528] (**) | |-->Monitor "SAM"
    [ 4488.528] (**) | |-->Device "nvidia-sam"
    [ 4488.528] (**) |-->Screen "VS-Screen" (1)
    [ 4488.528] (**) | |-->Monitor "VS"
    [ 4488.528] (**) | |-->Device "nvidia-vs"
    [ 4488.528] (**) |-->Screen "BNQ-Screen" (2)
    [ 4488.528] (**) | |-->Monitor "BNQ"
    [ 4488.528] (**) | |-->Device "intel"
    [ 4488.528] (**) Option "Xinerama" "0"
    [ 4488.528] (==) Automatically adding devices
    [ 4488.528] (==) Automatically enabling devices
    [ 4488.528] (==) Automatically adding GPU devices
    [ 4488.528] (==) 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/
    [ 4488.528] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 4488.528] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 4488.528] (II) Loader magic: 0x815d80
    [ 4488.528] (II) Module ABI versions:
    [ 4488.528] X.Org ANSI C Emulation: 0.4
    [ 4488.528] X.Org Video Driver: 19.0
    [ 4488.528] X.Org XInput driver : 21.0
    [ 4488.528] X.Org Server Extension : 9.0
    [ 4488.529] (EE) systemd-logind: failed to get session: PID 32224 does not belong to any known session
    [ 4488.530] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 4488.530] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 4488.531] (--) PCI: (0:0:2:0) 8086:0102:1043:84ca rev 9, Mem @ 0xf6400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
    [ 4488.531] (--) PCI:*(0:1:0:0) 10de:1200:10b0:0401 rev 161, Mem @ 0xf4000000/33554432, 0xe0000000/134217728, 0xe8000000/67108864, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 4488.531] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 4488.531] (II) LoadModule: "glx"
    [ 4488.531] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 4488.542] (II) Module glx: vendor="NVIDIA Corporation"
    [ 4488.542] compiled for 4.0.2, module version = 1.0.0
    [ 4488.542] Module class: X.Org Server Extension
    [ 4488.542] (II) NVIDIA GLX Module 346.47 Thu Feb 19 18:09:07 PST 2015
    [ 4488.542] (II) LoadModule: "nvidia"
    [ 4488.542] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 4488.543] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 4488.543] compiled for 4.0.2, module version = 1.0.0
    [ 4488.543] Module class: X.Org Video Driver
    [ 4488.543] (II) LoadModule: "modesetting"
    [ 4488.543] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 4488.543] (II) Module modesetting: vendor="X.Org Foundation"
    [ 4488.543] compiled for 1.17.1, module version = 1.17.1
    [ 4488.543] Module class: X.Org Video Driver
    [ 4488.543] ABI class: X.Org Video Driver, version 19.0
    [ 4488.543] (II) NVIDIA dlloader X Driver 346.47 Thu Feb 19 17:47:18 PST 2015
    [ 4488.543] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 4488.543] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 4488.543] (++) using VT number 7
    [ 4488.645] (II) Loading sub module "fb"
    [ 4488.645] (II) LoadModule: "fb"
    [ 4488.645] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 4488.645] (II) Module fb: vendor="X.Org Foundation"
    [ 4488.646] compiled for 1.17.1, module version = 1.0.0
    [ 4488.646] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 4488.646] (II) Loading sub module "wfb"
    [ 4488.646] (II) LoadModule: "wfb"
    [ 4488.646] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 4488.646] (II) Module wfb: vendor="X.Org Foundation"
    [ 4488.646] compiled for 1.17.1, module version = 1.0.0
    [ 4488.646] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 4488.646] (II) Loading sub module "ramdac"
    [ 4488.646] (II) LoadModule: "ramdac"
    [ 4488.646] (II) Module "ramdac" already built-in
    [ 4488.647] (II) modeset(2): using drv /dev/dri/card0
    [ 4488.647] (II) modeset(G0): using drv /dev/dri/card0
    [ 4488.647] (EE) Screen 2 deleted because of no matching config section.
    [ 4488.647] (II) UnloadModule: "modesetting"
    [ 4488.647] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "SAM-Screen" for depth/fbbpp 24/32
    [ 4488.647] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 4488.647] (==) NVIDIA(0): RGB weight 888
    [ 4488.647] (==) NVIDIA(0): Default visual is TrueColor
    [ 4488.647] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 4488.648] (II) NVIDIA(1): Creating default Display subsection in Screen section
    "VS-Screen" for depth/fbbpp 24/32
    [ 4488.648] (**) NVIDIA(0): Enabling 2D acceleration
    [ 4489.049] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
    [ 4489.050] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 560 Ti (GF114) at PCI:1:0:0 (GPU-0)
    [ 4489.050] (--) NVIDIA(0): Memory: 1048576 kBytes
    [ 4489.050] (--) NVIDIA(0): VideoBIOS: 70.24.21.00.00
    [ 4489.050] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 4489.082] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 560 Ti at PCI:1:0:0
    [ 4489.082] (--) NVIDIA(0): CRT-0
    [ 4489.082] (--) NVIDIA(0): CRT-1
    [ 4489.082] (--) NVIDIA(0): Samsung SMS27A850 (DFP-0) (boot, connected)
    [ 4489.082] (--) NVIDIA(0): DFP-1
    [ 4489.082] (--) NVIDIA(0): ViewSonic VG1930wm (DFP-2) (connected)
    [ 4489.082] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 4489.082] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
    [ 4489.082] (--) NVIDIA(0): Samsung SMS27A850 (DFP-0): Internal TMDS
    [ 4489.082] (--) NVIDIA(GPU-0): Samsung SMS27A850 (DFP-0): 330.0 MHz maximum pixel clock
    [ 4489.082] (--) NVIDIA(0): DFP-1: Internal TMDS
    [ 4489.082] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
    [ 4489.082] (--) NVIDIA(0): ViewSonic VG1930wm (DFP-2): Internal TMDS
    [ 4489.082] (--) NVIDIA(GPU-0): ViewSonic VG1930wm (DFP-2): 330.0 MHz maximum pixel clock
    [ 4489.083] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 4489.083] (**) NVIDIA(0): device Samsung SMS27A850 (DFP-0) (Using EDID frequencies
    [ 4489.083] (**) NVIDIA(0): has been enabled on all display devices.)
    [ 4489.083] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
    [ 4489.083] (WW) NVIDIA(GPU-0): mode "1920x1080" is specified in the EDID; however, the
    [ 4489.083] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 4489.083] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 4489.083] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1920x1080".
    [ 4489.083] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
    [ 4489.083] (WW) NVIDIA(GPU-0): mode "1280x720" is specified in the EDID; however, the
    [ 4489.083] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 4489.083] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 4489.083] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1280x720".
    [ 4489.083] (WW) NVIDIA(GPU-0): The EDID for Samsung SMS27A850 (DFP-0) contradicts itself:
    [ 4489.083] (WW) NVIDIA(GPU-0): mode "720x576" is specified in the EDID; however, the
    [ 4489.083] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (56.000-75.000 Hz) would
    [ 4489.083] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
    [ 4489.083] (WW) NVIDIA(GPU-0): VertRefresh check for mode "720x576".
    [ 4489.084] (==) NVIDIA(0):
    [ 4489.084] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 4489.084] (==) NVIDIA(0): will be used as the requested mode.
    [ 4489.084] (==) NVIDIA(0):
    [ 4489.084] (II) NVIDIA(0): Validated MetaModes:
    [ 4489.084] (II) NVIDIA(0): "DFP-0:nvidia-auto-select"
    [ 4489.084] (II) NVIDIA(0): Virtual screen size determined to be 2560 x 1440
    [ 4489.113] (--) NVIDIA(0): DPI set to (125, 114); computed from "UseEdidDpi" X config
    [ 4489.113] (--) NVIDIA(0): option
    [ 4489.114] (==) NVIDIA(1): Depth 24, (==) framebuffer bpp 32
    [ 4489.114] (==) NVIDIA(1): RGB weight 888
    [ 4489.114] (==) NVIDIA(1): Default visual is TrueColor
    [ 4489.114] (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
    [ 4489.114] (II) NVIDIA(1): NVIDIA GPU GeForce GTX 560 Ti (GF114) at PCI:1:0:0 (GPU-0)
    [ 4489.114] (--) NVIDIA(1): Memory: 1048576 kBytes
    [ 4489.114] (--) NVIDIA(1): VideoBIOS: 70.24.21.00.00
    [ 4489.114] (II) NVIDIA(1): Detected PCI Express Link width: 16X
    [ 4489.146] (--) NVIDIA(1): Valid display device(s) on GeForce GTX 560 Ti at PCI:1:0:0
    [ 4489.146] (--) NVIDIA(1): CRT-0
    [ 4489.146] (--) NVIDIA(1): CRT-1
    [ 4489.146] (--) NVIDIA(1): Samsung SMS27A850 (DFP-0) (boot, connected)
    [ 4489.146] (--) NVIDIA(1): DFP-1
    [ 4489.146] (--) NVIDIA(1): ViewSonic VG1930wm (DFP-2) (connected)
    [ 4489.146] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 4489.146] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
    [ 4489.146] (--) NVIDIA(1): Samsung SMS27A850 (DFP-0): Internal TMDS
    [ 4489.146] (--) NVIDIA(GPU-0): Samsung SMS27A850 (DFP-0): 330.0 MHz maximum pixel clock
    [ 4489.146] (--) NVIDIA(1): DFP-1: Internal TMDS
    [ 4489.146] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
    [ 4489.146] (--) NVIDIA(1): ViewSonic VG1930wm (DFP-2): Internal TMDS
    [ 4489.146] (--) NVIDIA(GPU-0): ViewSonic VG1930wm (DFP-2): 330.0 MHz maximum pixel clock
    [ 4489.146] (**) NVIDIA(1): Option "Rotate" "left"
    [ 4489.146] (**) NVIDIA(1): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 4489.146] (**) NVIDIA(1): device ViewSonic VG1930wm (DFP-2) (Using EDID frequencies
    [ 4489.146] (**) NVIDIA(1): has been enabled on all display devices.)
    [ 4489.147] (==) NVIDIA(1):
    [ 4489.147] (==) NVIDIA(1): No modes were requested; the default mode "nvidia-auto-select"
    [ 4489.147] (==) NVIDIA(1): will be used as the requested mode.
    [ 4489.147] (==) NVIDIA(1):
    [ 4489.147] (II) NVIDIA(1): Validated MetaModes:
    [ 4489.147] (II) NVIDIA(1): "DFP-2:nvidia-auto-select{Rotation=90}"
    [ 4489.147] (II) NVIDIA(1): Virtual screen size determined to be 900 x 1440
    [ 4489.150] (--) NVIDIA(1): DPI set to (55, 140); computed from "UseEdidDpi" X config
    [ 4489.150] (--) NVIDIA(1): option
    [ 4489.150] (EE)
    [ 4489.150] (EE) Backtrace:
    [ 4489.151] (EE) 0: /usr/lib/xorg-server/Xorg (OsLookupColor+0x119) [0x5949c9]
    [ 4489.151] (EE) 1: /usr/lib/libc.so.6 (__restore_rt+0x0) [0x7f64dd88653f]
    [ 4489.151] (EE) 2: /usr/lib/xorg-server/Xorg (xf86nameCompare+0x19) [0x4a9159]
    [ 4489.151] (EE) 3: /usr/lib/xorg-server/Xorg (xf86findOption+0x2c) [0x4a2c6c]
    [ 4489.151] (EE) 4: /usr/lib/xorg-server/Xorg (xf86SetDepthBpp+0x430) [0x4828d0]
    [ 4489.151] (EE) 5: /usr/lib/xorg/modules/drivers/modesetting_drv.so (_init+0x25e1) [0x7f64d695aab1]
    [ 4489.151] (EE) 6: /usr/lib/xorg-server/Xorg (InitOutput+0xbcc) [0x47b63c]
    [ 4489.151] (EE) 7: /usr/lib/xorg-server/Xorg (remove_fs_handlers+0x22a) [0x43c9da]
    [ 4489.152] (EE) 8: /usr/lib/libc.so.6 (__libc_start_main+0xf0) [0x7f64dd873800]
    [ 4489.152] (EE) 9: /usr/lib/xorg-server/Xorg (_start+0x29) [0x427039]
    [ 4489.152] (EE) 10: ? (?+0x29) [0x29]
    [ 4489.152] (EE)
    [ 4489.152] (EE) Segmentation fault at address 0x231
    [ 4489.152] (EE)
    Fatal server error:
    [ 4489.152] (EE) Caught signal 11 (Segmentation fault). Server aborting
    [ 4489.152] (EE)
    [ 4489.152] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 4489.152] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 4489.152] (EE)
    [ 4489.295] (EE) Server terminated with error (1). Closing log file.
    Section "DRI"
    Mode 0666
    EndSection
    Section "Monitor"
    Identifier "SAM"
    ModelName "Samsung SMS27A850"
    HorizSync 30.0 - 90.0
    VertRefresh 56.0 - 75.0
    Option "DPMS"
    DisplaySize 597 336 # In millimeters
    EndSection
    Section "Monitor"
    Identifier "VS"
    ModelName "ViewSonic VG1930wm"
    Option "DPMS"
    Option "RightOf" "SAM"
    Option "Rotate" "left"
    EndSection
    Section "Monitor"
    Identifier "BNQ"
    ModelName "BenQ FP737s"
    Option "DPMS"
    Option "LeftOf" "SAM"
    Option "Rotate" "left"
    EndSection
    Section "Device"
    Identifier "nvidia-sam"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce GTX 560 Ti"
    BusID "01:00:0"
    Option "Monitor-DVI-I-1" "SAM"
    Screen 0
    EndSection
    Section "Device"
    Identifier "nvidia-vs"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce GTX 560 Ti"
    BusID "01:00:0"
    Option "Monitor-DVI-I-2" "VS"
    Screen 1
    EndSection
    Section "Device"
    Identifier "intel"
    Driver "intel"
    Option "AccelMethod" "none"
    VendorName "Intel"
    BoardName "Intel Integrated Graphic Controller"
    BusID "00:02:0"
    Option "Monitor-VGA-0" "BNQ"
    Screen 2
    EndSection
    Section "Screen"
    Identifier "SAM-Screen"
    Device "nvidia-sam"
    Monitor "SAM"
    #DefaultDepth 24
    # Option "Stereo" "0"
    # Option "SLI" "Off"
    # Option "MultiGPU" "Off"
    # Option "BaseMosaic" "off"
    #Option "AllowEmptyInitialConfiguration"
    # SubSection "Display"
    # Depth 24
    # EndSubSection
    EndSection
    Section "Screen"
    Identifier "VS-Screen"
    Device "nvidia-vs"
    Monitor "VS"
    #DefaultDepth 24
    # Option "Stereo" "0"
    # Option "SLI" "Off"
    # Option "MultiGPU" "Off"
    # Option "BaseMosaic" "off"
    #Option "AllowEmptyInitialConfiguration"
    # SubSection "Display"
    # Depth 24
    # EndSubSection
    EndSection
    Section "Screen"
    Identifier "BNQ-Screen"
    Device "intel"
    Monitor "BNQ"
    EndSection
    Section

    Hi:
    There is a specific order you need to install the graphics drivers for the notebooks with the nvidia/intel graphics.
    1. Install the Intel chipset installation utility and reboot.  If the one on your notebook's support page doesn't work, use this one.
    https://downloadcenter.intel.com/Detail_Desc.aspx?​DwnldID=20775&lang=eng&ProdId=816
    2. Install the Intel HD graphics driver and reboot.  If the one on your notebook's suport page doesn't work, try this one.
    https://downloadcenter.intel.com/Detail_Desc.aspx?​DwnldID=24348
    3. Install the nVidia HD graphics driver and reboot.  If the one on your notebook's support page doesn't work, try this one.
    http://www.nvidia.com/download/driverResults.aspx/​81879/en-us

  • [SOLVED?] Problem with nVidia card

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

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

Maybe you are looking for

  • What is the upper limit for a table to have records

    Hi all, I am having table like this..... CLIENTPCLOG (      LOG_ID                                   NUMBER(10)          NOT NULL,      CREATE_DATE                              DATE,      CREATE_USER_ID                         NUMBER(10)          NOT

  • Aspect Ratio Change in FCPX?

    Hi. I'd like to change the native aspect ratio in a 6sec clip from 16x9 to 2.35:1 in FCPX so the bars appear at the beginning of the clip and slowly close in, reaching 2.35:1 at the end of the clip. Anyone know how this is done? Thanks

  • Re:regarding date function:urgent

    Hi,         below is my code, i need to run monthly report, s_wadat is select-option variable, if i give 06/26/2003 i should get from month 05/01/2003 to 05/31/2003 data, my below code is working for current year only(2007 only), how to modify     da

  • Cannot open ebooks in Overdrive

    I recently downloaded an ebook into Overdrive.  I cannot open it, or any other title,  all titles have "invalid" under the title.  I have updated Overdrive, reset my Adobe password, de-authorized and re-authorized to no avail.  Any ideas?  I just wan

  • Photoshop Elements Editor 11 Mac doesn't remember open files

    I just installed PSE 11 on my Mac (OS X 10.8.2). My previous version (PSE 6) would re-open all files that had been open when I quit the app last time, but this version always opens with a blank screen. I can't find any preference in PSE to affect thi