Configure composite in xorg

Trying to configure gnome-do to look like a docklet I have a message saying me that xorg must be configured to use compositing.
this is my xorg.conf:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder58)  Wed Dec  9 16:34:26 PST 2009
Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
    Load           "dri"
EndSection
Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection
Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection
Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection
Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "renderAccel" "True"
    Option         "AddARGBGLXVisuals" "True"
    SubSection     "Display"
        Depth       24
#        Modes      "1440x900"
    EndSubSection
EndSection
Section "Extensions"
    Option         "Composite" "Enable"
EndSection
How to change it to activate composite? I tried various solution suggested in the wiki, but nothing.
PS: I don't know if it's important but also fusion icon doesn't work. When I launch it the windows loose the highest part, the one with the buttons.

Most of the necessary options are enabled by default now. In fact, a good chunk of your config file is obsolete, you should no longer need sections for your input devices either (they're handled by HAL and fdi files).
Just for the sake of clarity, here's my xorg conf
Section "Device"
Identifier "Device0"
Driver "nvidia"
Option "NoLogo" "true"
Option "RenderAccel" "true"
Option "TripleBuffer" "true"
Option "RandRRotation" "true"
Option "TwinView" "true"
EndSection
That's it. That's my entire xorg.conf file now. This supports my dual DVI screens too.
I've just had a thought - I haven't used compiz in years, but I remember way back when I did, it would sometimes crash the window manager (this would cause you to lose your window decorations, as you describe). I think there's a window manager with compiz, though I forget its name. You could probably run the command manually in a console to launch it after you enable fusion. Hopefully someone here will chip in with the answer.
Last edited by steven (2010-03-11 00:51:11)

Similar Messages

  • Configuring a working xorg.conf

    As it stands, the only way I can successfully boot into a GUI is if I don't have a xorg.conf (which I suppose uses the vesa driver).  I'm trying to configure a working xorg.conf file, but I can't get it to work.  I have a Radeon 9500 Pro, I have the catalyst package installed, and I have the fglrx module being loaded in my rc.conf file.  Here is what I did to try to get a working xorg.conf
    aticonfig --initial told me that I had to have a xorg.conf file already there or something like that.  I don't have the exact error message because I was doing this in a terminal.  Anyway, I then used sudo Xorg -configure to write a new xorg.conf file.  I then tried to test it with sudo X -config /path/to/xorg.conf.new but I got an error message that I don't understand (this is in the log file I'll post in a second).  I thought maybe I should run aticonfig --initial again since now I have a "skeleton" xorg for it to work with, but it gave me a message similar to "fglrx detected, nothing to do...terminating."  Once again, I don't know the verbatim message because I was in terminal.  Anywhere, here is the xorg.conf that Xorg -configure created, as well as the /var/log/xorg.0.log file that was generated when I tried to boot into GUI with it.  Anyone care to help?  Also, please do not suggest the open-source drivers; those have never, ever worked for me (hard freeze during boot up every single time.)  Thanks.
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    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 "dri"
    Load "record"
    Load "glx"
    Load "extmod"
    Load "GLcore"
    Load "xtrap"
    Load "dbe"
    Load "freetype"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "fglrx"
    VendorName "ATI Technologies Inc"
    BoardName "Radeon R300 NE [Radeon 9500 Pro]"
    BusID "PCI:1:0: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

    Here is the log file.
    [code]X.Org X Server 1.4.0.90
    Release Date: 5 September 2007
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.24-ARCH i686
    Current Operating System: Linux alpha-pc 2.6.24-ARCH #1 SMP PREEMPT Sun Mar 30 11:40:06 CEST 2008 i686
    Build Date: 23 March 2008  11:53:09AM
        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: Sun Apr  6 23:47:54 2008
    (EE) Unable to locate/open config file
    (II) Loader magic: 0x81d77c0
    (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.0.90, module version = 1.0.0
        ABI class: X.Org Video Driver, version 2.0
    (++) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 10de,01e0 card 0000,0000 rev c1 class 06,00,00 hdr 80
    (II) PCI: 00:00:1: chip 10de,01eb card 1462,5700 rev c1 class 05,00,00 hdr 80
    (II) PCI: 00:00:2: chip 10de,01ee card 1462,5700 rev c1 class 05,00,00 hdr 80
    (II) PCI: 00:00:3: chip 10de,01ed card 1462,5700 rev c1 class 05,00,00 hdr 80
    (II) PCI: 00:00:4: chip 10de,01ec card 1462,5700 rev c1 class 05,00,00 hdr 80
    (II) PCI: 00:00:5: chip 10de,01ef card 1462,5700 rev c1 class 05,00,00 hdr 80
    (II) PCI: 00:01:0: chip 10de,0080 card 1462,5700 rev a3 class 06,01,00 hdr 80
    (II) PCI: 00:01:1: chip 10de,0084 card 1462,5700 rev a1 class 0c,05,00 hdr 80
    (II) PCI: 00:02:0: chip 10de,0087 card 1462,5700 rev a1 class 0c,03,10 hdr 80
    (II) PCI: 00:02:1: chip 10de,0087 card 1462,5700 rev a1 class 0c,03,10 hdr 80
    (II) PCI: 00:02:2: chip 10de,0088 card 1462,5700 rev a2 class 0c,03,20 hdr 80
    (II) PCI: 00:04:0: chip 10de,008c card 1462,570c rev a3 class 06,80,00 hdr 00
    (II) PCI: 00:06:0: chip 10de,008a card 1462,0080 rev a1 class 04,01,00 hdr 00
    (II) PCI: 00:08:0: chip 10de,008b card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 00:09:0: chip 10de,0085 card f462,5700 rev a3 class 01,01,8a hdr 00
    (II) PCI: 00:0b:0: chip 10de,008e card 1462,5700 rev a3 class 01,01,85 hdr 00
    (II) PCI: 00:1e:0: chip 10de,01e8 card 0000,0000 rev c1 class 06,04,00 hdr 01
    (II) PCI: 01:00:0: chip 1002,4e45 card 1002,0002 rev 00 class 03,00,00 hdr 80
    (II) PCI: 01:00:1: chip 1002,4e65 card 1002,0003 rev 00 class 03,80,00 hdr 00
    (II) PCI: End of PCI scan
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
        [0] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) Bus 0 non-prefetchable memory range:
        [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
    (II) Bus 0 prefetchable memory range:
        [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:8:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:30:0), (0,1,1), BCTRL: 0x000a (VGA_EN is set)
    (II) Bus 1 I/O range:
        [0] -1    0    0x00009000 - 0x00009fff (0x1000) IX[b]
    (II) Bus 1 non-prefetchable memory range:
        [0] -1    0    0xe4000000 - 0xe5ffffff (0x2000000) MX[b]
    (II) Bus 1 prefetchable memory range:
        [0] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[b]
    (--) PCI:*(1:0:0) ATI Technologies Inc Radeon R300 NE [Radeon 9500 Pro] rev 0, Mem @ 0xd0000000/27, 0xe5000000/16, I/O @ 0x9000/8
    (--) PCI: (1:0:1) ATI Technologies Inc Radeon R300 [Radeon 9500 Pro] (Secondary) rev 0, Mem @ 0xd8000000/27, 0xe5010000/16
    New driver is "ati"
    (==) Using default built-in configuration (54 lines)
    (==) --- Start of built-in configuration ---
        Section "Module"
            Load    "extmod"
            Load    "dbe"
            Load    "glx"
            Load    "freetype"
            Load    "record"
            Load    "dri"
        EndSection
        Section "Monitor"
            Identifier    "Builtin Default Monitor"
        EndSection
        Section "Device"
            Identifier    "Builtin Default ati Device 0"
            Driver    "ati"
        EndSection
        Section "Screen"
            Identifier    "Builtin Default ati Screen 0"
            Device    "Builtin Default ati Device 0"
            Monitor    "Builtin Default Monitor"
        EndSection
        Section "Device"
            Identifier    "Builtin Default fbdev Device 0"
            Driver    "fbdev"
        EndSection
        Section "Screen"
            Identifier    "Builtin Default fbdev Screen 0"
            Device    "Builtin Default fbdev Device 0"
            Monitor    "Builtin Default Monitor"
        EndSection
        Section "Device"
            Identifier    "Builtin Default vesa Device 0"
            Driver    "vesa"
        EndSection
        Section "Screen"
            Identifier    "Builtin Default vesa Screen 0"
            Device    "Builtin Default vesa Device 0"
            Monitor    "Builtin Default Monitor"
        EndSection
        Section "Device"
            Identifier    "Builtin Default vga Device 0"
            Driver    "vga"
        EndSection
        Section "Screen"
            Identifier    "Builtin Default vga Screen 0"
            Device    "Builtin Default vga Device 0"
            Monitor    "Builtin Default Monitor"
        EndSection
        Section "ServerLayout"
            Identifier    "Builtin Default Layout"
            Screen    "Builtin Default ati Screen 0"
            Screen    "Builtin Default fbdev Screen 0"
            Screen    "Builtin Default vesa Screen 0"
            Screen    "Builtin Default vga Screen 0"
        EndSection
    (==) --- End of built-in configuration ---
    (==) ServerLayout "Builtin Default Layout"
    (**) |-->Screen "Builtin Default ati Screen 0" (0)
    (**) |   |-->Monitor "Builtin Default Monitor"
    (**) |   |-->Device "Builtin Default ati Device 0"
    (**) |-->Screen "Builtin Default fbdev Screen 0" (1)
    (**) |   |-->Monitor "Builtin Default Monitor"
    (**) |   |-->Device "Builtin Default fbdev Device 0"
    (**) |-->Screen "Builtin Default vesa Screen 0" (2)
    (**) |   |-->Monitor "Builtin Default Monitor"
    (**) |   |-->Device "Builtin Default vesa Device 0"
    (**) |-->Screen "Builtin Default vga Screen 0" (3)
    (**) |   |-->Monitor "Builtin Default Monitor"
    (**) |   |-->Device "Builtin Default vga Device 0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (==) No FontPath specified.  Using compiled-in default.
    (==) FontPath set to:
        /usr/share/fonts/misc,
        /usr/share/fonts/100dpi:unscaled,
        /usr/share/fonts/75dpi:unscaled,
        /usr/share/fonts/TTF,
        /usr/share/fonts/Type1
    (==) RgbPath set to "/usr/share/X11/rgb"
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (==) |-->Input Device "<default pointer>"
    (==) |-->Input Device "<default keyboard>"
    (==) The core pointer device wasn't specified explicitly in the layout.
        Using the default mouse configuration.
    (==) The core keyboard device wasn't specified explicitly in the layout.
        Using the default keyboard configuration.
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Addressable bus resource ranges are
        [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
        [1] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) OS-reported resource ranges:
        [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [5] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    (II) PCI Memory resource overlap reduced 0xe0000000 from 0xe3ffffff to 0xdfffffff
    (II) Active PCI resource ranges:
        [0] -1    0    0xe6004000 - 0xe6004fff (0x1000) MX[b]
        [1] -1    0    0xe6000000 - 0xe6000fff (0x1000) MX[b]
        [2] -1    0    0xe6003000 - 0xe60030ff (0x100) MX[b]
        [3] -1    0    0xe6002000 - 0xe6002fff (0x1000) MX[b]
        [4] -1    0    0xe6001000 - 0xe6001fff (0x1000) MX[b]
        [5] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[b]O
        [6] -1    0    0xe5000000 - 0xe500ffff (0x10000) MX[b](B)
        [7] -1    0    0xd0000000 - 0xd7ffffff (0x8000000) MX[b](B)
        [8] -1    0    0x0000b400 - 0x0000b47f (0x80) IX[b]
        [9] -1    0    0x0000b000 - 0x0000b00f (0x10) IX[b]
        [10] -1    0    0x00000b70 - 0x00000b73 (0x4) IX[b]
        [11] -1    0    0x00000970 - 0x00000977 (0x8) IX[b]
        [12] -1    0    0x00000bf0 - 0x00000bf3 (0x4) IX[b]
        [13] -1    0    0x000009f0 - 0x000009f7 (0x8) IX[b]
        [14] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[b]
        [15] -1    0    0x0000bc00 - 0x0000bc7f (0x80) IX[b]
        [16] -1    0    0x0000b800 - 0x0000b8ff (0x100) IX[b]
        [17] -1    0    0x0000c000 - 0x0000c007 (0x8) IX[b]
        [18] -1    0    0x0000c400 - 0x0000c41f (0x20) IX[b]
        [19] -1    0    0x00009000 - 0x000090ff (0x100) IX[b](B)
    (II) Inactive PCI resource ranges:
        [0] -1    0    0xe5010000 - 0xe501ffff (0x10000) MX[b](B)
        [1] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    (II) Active PCI resource ranges after removing overlaps:
        [0] -1    0    0xe6004000 - 0xe6004fff (0x1000) MX[b]
        [1] -1    0    0xe6000000 - 0xe6000fff (0x1000) MX[b]
        [2] -1    0    0xe6003000 - 0xe60030ff (0x100) MX[b]
        [3] -1    0    0xe6002000 - 0xe6002fff (0x1000) MX[b]
        [4] -1    0    0xe6001000 - 0xe6001fff (0x1000) MX[b]
        [5] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[b]O
        [6] -1    0    0xe5000000 - 0xe500ffff (0x10000) MX[b](B)
        [7] -1    0    0xd0000000 - 0xd7ffffff (0x8000000) MX[b](B)
        [8] -1    0    0x0000b400 - 0x0000b47f (0x80) IX[b]
        [9] -1    0    0x0000b000 - 0x0000b00f (0x10) IX[b]
        [10] -1    0    0x00000b70 - 0x00000b73 (0x4) IX[b]
        [11] -1    0    0x00000970 - 0x00000977 (0x8) IX[b]
        [12] -1    0    0x00000bf0 - 0x00000bf3 (0x4) IX[b]
        [13] -1    0    0x000009f0 - 0x000009f7 (0x8) IX[b]
        [14] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[b]
        [15] -1    0    0x0000bc00 - 0x0000bc7f (0x80) IX[b]
        [16] -1    0    0x0000b800 - 0x0000b8ff (0x100) IX[b]
        [17] -1    0    0x0000c000 - 0x0000c007 (0x8) IX[b]
        [18] -1    0    0x0000c400 - 0x0000c41f (0x20) IX[b]
        [19] -1    0    0x00009000 - 0x000090ff (0x100) IX[b](B)
    (II) Inactive PCI resource ranges after removing overlaps:
        [0] -1    0    0xe5010000 - 0xe501ffff (0x10000) MX[b](B)
        [1] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[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    0xe6004000 - 0xe6004fff (0x1000) MX[b]
        [5] -1    0    0xe6000000 - 0xe6000fff (0x1000) MX[b]
        [6] -1    0    0xe6003000 - 0xe60030ff (0x100) MX[b]
        [7] -1    0    0xe6002000 - 0xe6002fff (0x1000) MX[b]
        [8] -1    0    0xe6001000 - 0xe6001fff (0x1000) MX[b]
        [9] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[b]O
        [10] -1    0    0xe5000000 - 0xe500ffff (0x10000) MX[b](B)
        [11] -1    0    0xd0000000 - 0xd7ffffff (0x8000000) MX[b](B)
        [12] -1    0    0xe5010000 - 0xe501ffff (0x10000) MX[b](B)
        [13] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
        [14] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [15] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
        [16] -1    0    0x0000b400 - 0x0000b47f (0x80) IX[b]
        [17] -1    0    0x0000b000 - 0x0000b00f (0x10) IX[b]
        [18] -1    0    0x00000b70 - 0x00000b73 (0x4) IX[b]
        [19] -1    0    0x00000970 - 0x00000977 (0x8) IX[b]
        [20] -1    0    0x00000bf0 - 0x00000bf3 (0x4) IX[b]
        [21] -1    0    0x000009f0 - 0x000009f7 (0x8) IX[b]
        [22] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[b]
        [23] -1    0    0x0000bc00 - 0x0000bc7f (0x80) IX[b]
        [24] -1    0    0x0000b800 - 0x0000b8ff (0x100) IX[b]
        [25] -1    0    0x0000c000 - 0x0000c007 (0x8) IX[b]
        [26] -1    0    0x0000c400 - 0x0000c41f (0x20) IX[b]
        [27] -1    0    0x00009000 - 0x000090ff (0x100) 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: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.4.0.90, 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: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.4.0.90, 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: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
        compiled for 1.4.0.90, 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.0.90, 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.0.90, 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: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
        compiled for 1.4.0.90, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "ati"
    (WW) Warning, couldn't open module ati
    (II) UnloadModule: "ati"
    (EE) Failed to load module "ati" (module does not exist, 0)
    (II) LoadModule: "fbdev"
    (WW) Warning, couldn't open module fbdev
    (II) UnloadModule: "fbdev"
    (EE) Failed to load module "fbdev" (module does not exist, 0)
    (II) LoadModule: "vesa"
    (II) Loading /usr/lib/xorg/modules/drivers//vesa_drv.so
    (II) Module vesa: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 1.3.0
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 2.0
    (II) LoadModule: "vga"
    (WW) Warning, couldn't open module vga
    (II) UnloadModule: "vga"
    (EE) Failed to load module "vga" (module does not exist, 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.0, module version = 1.2.3
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput 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.0, module version = 1.2.2
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 2.0
    (II) VESA: driver for VESA chipsets: vesa
    (II) Primary Device is: PCI 01:00:0
    (--) Assigning device section with no busID to primary device
    (--) Chipset vesa 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    0xe6004000 - 0xe6004fff (0x1000) MX[b]
        [5] -1    0    0xe6000000 - 0xe6000fff (0x1000) MX[b]
        [6] -1    0    0xe6003000 - 0xe60030ff (0x100) MX[b]
        [7] -1    0    0xe6002000 - 0xe6002fff (0x1000) MX[b]
        [8] -1    0    0xe6001000 - 0xe6001fff (0x1000) MX[b]
        [9] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[b]O
        [10] -1    0    0xe5000000 - 0xe500ffff (0x10000) MX[b](B)
        [11] -1    0    0xd0000000 - 0xd7ffffff (0x8000000) MX[b](B)
        [12] -1    0    0xe5010000 - 0xe501ffff (0x10000) MX[b](B)
        [13] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
        [14] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [15] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
        [16] -1    0    0x0000b400 - 0x0000b47f (0x80) IX[b]
        [17] -1    0    0x0000b000 - 0x0000b00f (0x10) IX[b]
        [18] -1    0    0x00000b70 - 0x00000b73 (0x4) IX[b]
        [19] -1    0    0x00000970 - 0x00000977 (0x8) IX[b]
        [20] -1    0    0x00000bf0 - 0x00000bf3 (0x4) IX[b]
        [21] -1    0    0x000009f0 - 0x000009f7 (0x8) IX[b]
        [22] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[b]
        [23] -1    0    0x0000bc00 - 0x0000bc7f (0x80) IX[b]
        [24] -1    0    0x0000b800 - 0x0000b8ff (0x100) IX[b]
        [25] -1    0    0x0000c000 - 0x0000c007 (0x8) IX[b]
        [26] -1    0    0x0000c400 - 0x0000c41f (0x20) IX[b]
        [27] -1    0    0x00009000 - 0x000090ff (0x100) 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    0xe6004000 - 0xe6004fff (0x1000) MX[b]
        [5] -1    0    0xe6000000 - 0xe6000fff (0x1000) MX[b]
        [6] -1    0    0xe6003000 - 0xe60030ff (0x100) MX[b]
        [7] -1    0    0xe6002000 - 0xe6002fff (0x1000) MX[b]
        [8] -1    0    0xe6001000 - 0xe6001fff (0x1000) MX[b]
        [9] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[b]O
        [10] -1    0    0xe5000000 - 0xe500ffff (0x10000) MX[b](B)
        [11] -1    0    0xd0000000 - 0xd7ffffff (0x8000000) MX[b](B)
        [12] -1    0    0xe5010000 - 0xe501ffff (0x10000) MX[b](B)
        [13] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
        [14] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b]
        [15] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b]
        [16] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b]
        [17] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [18] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
        [19] -1    0    0x0000b400 - 0x0000b47f (0x80) IX[b]
        [20] -1    0    0x0000b000 - 0x0000b00f (0x10) IX[b]
        [21] -1    0    0x00000b70 - 0x00000b73 (0x4) IX[b]
        [22] -1    0    0x00000970 - 0x00000977 (0x8) IX[b]
        [23] -1    0    0x00000bf0 - 0x00000bf3 (0x4) IX[b]
        [24] -1    0    0x000009f0 - 0x000009f7 (0x8) IX[b]
        [25] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[b]
        [26] -1    0    0x0000bc00 - 0x0000bc7f (0x80) IX[b]
        [27] -1    0    0x0000b800 - 0x0000b8ff (0x100) IX[b]
        [28] -1    0    0x0000c000 - 0x0000c007 (0x8) IX[b]
        [29] -1    0    0x0000c400 - 0x0000c41f (0x20) IX[b]
        [30] -1    0    0x00009000 - 0x000090ff (0x100) IX[b](B)
        [31] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b]
        [32] 0    0    0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 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.0.90, module version = 1.1.0
        ABI class: X.Org Video Driver, version 2.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.0.90, module version = 1.0.0
        ABI class: X.Org Video Driver, version 2.0
    (II) VESA(0): initializing int10
    (II) VESA(0): Primary V_BIOS segment is: 0xc000
    (II) VESA(0): VESA BIOS detected
    (II) VESA(0): VESA VBE Version 2.0
    (II) VESA(0): VESA VBE Total Mem: 131072 kB
    (II) VESA(0): VESA VBE OEM: ATI R300
    (II) VESA(0): VESA VBE OEM Software Rev: 1.0
    (II) VESA(0): VESA VBE OEM Vendor: ATI Technologies Inc.
    (II) VESA(0): VESA VBE OEM Product: R300
    (II) VESA(0): VESA VBE OEM Product Rev: 01.00
    (II) VESA(0): Creating default Display subsection in Screen section
        "Builtin Default vesa Screen 0" for depth/fbbpp 16/16
    (==) VESA(0): Depth 16, (--) framebuffer bpp 16
    (==) VESA(0): RGB weight 565
    (==) VESA(0): Default visual is TrueColor
    (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"(II) Module "ddc" already built-in
    (II) VESA(0): VESA VBE DDC supported
    (II) VESA(0): VESA VBE DDC Level 2
    (II) VESA(0): VESA VBE DDC transfer in appr. 2 sec.
    (II) VESA(0): VESA VBE DDC read successfully
    (II) VESA(0): Manufacturer: SAM  Model: 194  Serial#: 1112092985
    (II) VESA(0): Year: 2005  Week: 46
    (II) VESA(0): EDID Version: 1.3
    (II) VESA(0): Digital Display Input
    (II) VESA(0): Max H-Image Size [cm]: horiz.: 38  vert.: 30
    (II) VESA(0): Gamma: 2.20
    (II) VESA(0): DPMS capabilities: Off; RGB/Color Display
    (II) VESA(0): First detailed timing is preferred mode
    (II) VESA(0): redX: 0.640 redY: 0.329   greenX: 0.300 greenY: 0.600
    (II) VESA(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
    (II) VESA(0): Supported VESA Video Modes:
    (II) VESA(0): 720x400@70Hz
    (II) VESA(0): 640x480@60Hz
    (II) VESA(0): 640x480@67Hz
    (II) VESA(0): 640x480@72Hz
    (II) VESA(0): 640x480@75Hz
    (II) VESA(0): 800x600@56Hz
    (II) VESA(0): 800x600@60Hz
    (II) VESA(0): 800x600@72Hz
    (II) VESA(0): 800x600@75Hz
    (II) VESA(0): 832x624@75Hz
    (II) VESA(0): 1024x768@60Hz
    (II) VESA(0): 1024x768@70Hz
    (II) VESA(0): 1024x768@75Hz
    (II) VESA(0): 1280x1024@75Hz
    (II) VESA(0): 1152x870@75Hz
    (II) VESA(0): Manufacturer's mask: 0
    (II) VESA(0): Supported Future Video Modes:
    (II) VESA(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
    (II) VESA(0): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
    (II) VESA(0): #2: hsize: 1152  vsize 864  refresh: 75  vid: 20337
    (II) VESA(0): Supported additional Video Mode:
    (II) VESA(0): clock: 108.0 MHz   Image Size:  376 x 301 mm
    (II) VESA(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0
    (II) VESA(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
    (II) VESA(0): Ranges: V min: 56  V max: 75 Hz, H min: 30  H max: 81 kHz, PixClock max 140 MHz
    (II) VESA(0): Monitor name: SyncMaster
    (II) VESA(0): Serial No: HCHYB04755
    (II) VESA(0): EDID (in hex):
    (II) VESA(0):     00ffffffffffff004c2d940139314942
    (II) VESA(0):     2e0f010380261e782ade95a3544c9926
    (II) VESA(0):     0f5054bfef8081808140714f01010101
    (II) VESA(0):     010101010101302a009851002a403070
    (II) VESA(0):     1300782d1100001e000000fd00384b1e
    (II) VESA(0):     510e000a202020202020000000fc0053
    (II) VESA(0):     796e634d61737465720a2020000000ff
    (II) VESA(0):     00484348594230343735350a20200074
    (II) VESA(0): EDID vendor "SAM", prod id 404
    (II) VESA(0): Using EDID range info for horizontal sync
    (II) VESA(0): Using EDID range info for vertical refresh
    (II) VESA(0): Printing DDC gathered Modelines:
    (II) VESA(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    (II) VESA(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) VESA(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
    (II) VESA(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
    (II) VESA(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 491 520 -hsync -vsync (37.9 kHz)
    (II) VESA(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
    (II) VESA(0): Modeline "640x480"x0.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
    (II) VESA(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
    (II) VESA(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    (II) VESA(0): Modeline "1024x768"x0.0   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz)
    (II) VESA(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
    (II) VESA(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) VESA(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
    (II) VESA(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
    (II) VESA(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
    (II) VESA(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
    (II) VESA(0): Modeline "1280x1024"x59.9  109.00  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync (63.7 kHz)
    (II) VESA(0): Modeline "1280x960"x59.9  101.25  1280 1360 1488 1696  960 963 967 996 -hsync +vsync (59.7 kHz)
    (II) VESA(0): Modeline "1152x864"x74.8  104.00  1152 1224 1344 1536  864 867 871 905 -hsync +vsync (67.7 kHz)
    (II) VESA(0): Searching for matching VESA mode(s):
    Mode: 6a (800x600)
        ModeAttributes: 0x1b
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 100
        XResolution: 800
        YResolution: 600
        XCharSize: 8
        YCharSize: 14
        NumberOfPlanes: 4
        BitsPerPixel: 4
        NumberOfBanks: 1
        MemoryModel: 3
        BankSize: 0
        NumberOfImages: 3
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0x0
    Mode: 102 (800x600)
        ModeAttributes: 0x1b
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 100
        XResolution: 800
        YResolution: 600
        XCharSize: 8
        YCharSize: 14
        NumberOfPlanes: 4
        BitsPerPixel: 4
        NumberOfBanks: 1
        MemoryModel: 3
        BankSize: 0
        NumberOfImages: 3
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0x0
    Mode: 104 (1024x768)
        ModeAttributes: 0x1b
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 128
        XResolution: 1024
        YResolution: 768
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 4
        BitsPerPixel: 4
        NumberOfBanks: 1
        MemoryModel: 3
        BankSize: 0
        NumberOfImages: 1
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0x0
    Mode: 182 (320x200)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 320
        XResolution: 320
        YResolution: 200
        XCharSize: 8
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
    Mode: 10d (320x200)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 640
        XResolution: 320
        YResolution: 200
        XCharSize: 8
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 15
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 5
        RedFieldPosition: 10
        GreenMaskSize: 5
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
    *Mode: 10e (320x200)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 640
        XResolution: 320
        YResolution: 200
        XCharSize: 8
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
    Mode: 10f (320x200)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 960
        XResolution: 320
        YResolution: 200
        XCharSize: 8
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 24
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
    Mode: 120 (320x200)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 1280
        XResolution: 320
        YResolution: 200
        XCharSize: 8
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
    Mode: 192 (320x240)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 320
        XResolution: 320
        YResolution: 240
        XCharSize: 8
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
    Mode: 193 (320x240)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 640
        XResolution: 320
        YResolution: 240
        XCharSize: 8
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 15
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 5
        RedFieldPosition: 10
        GreenMaskSize: 5
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
    *Mode: 194 (320x240)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 640
        XResolution: 320
        YResolution: 240
        XCharSize: 8
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
    Mode: 195 (320x240)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 960
        XResolution: 320
        YResolution: 240
        XCharSize: 8
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 24
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
    Mode: 196 (320x240)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 1280
        XResolution: 320
        YResolution: 240
        XCharSize: 8
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
    Mode: 1a2 (400x300)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 400
        XResolution: 400
        YResolution: 300
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
    Mode: 1a3 (400x300)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 800
        XResolution: 400
        YResolution: 300
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 15
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 5
        RedFieldPosition: 10
        GreenMaskSize: 5
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
    *Mode: 1a4 (400x300)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 800
        XResolution: 400
        YResolution: 300
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
    Mode: 1a5 (400x300)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 1200
        XResolution: 400
        YResolution: 300
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 24
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
    Mode: 1a6 (400x300)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 1600
        XResolution: 400
        YResolution: 300
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
    Mode: 1b2 (512x384)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 512
        XResolution: 512
        YResolution: 384
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
    Mode: 1b3 (512x384)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 1024
        XResolution: 512
        YResolution: 384
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 15
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 5
        RedFieldPosition: 10
        GreenMaskSize: 5
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
    *Mode: 1b4 (512x384)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 1024
        XResolution: 512
        YResolution: 384
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
    Mode: 1b5 (512x384)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 1536
        XResolution: 512
        YResolution: 384
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 24
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 226
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
    Mode: 1b6 (512x384)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 2048
        XResolution: 512
        YResolution: 384
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 169
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
    Mode: 1c2 (640x350)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 640
        XResolution: 640
        YResolution: 350
        XCharSize: 8
        YCharSize: 14
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
    Mode: 1c3 (640x350)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 1280
        XResolution: 640
        YResolution: 350
        XCharSize: 8
        YCharSize: 14
        NumberOfPlanes: 1
        BitsPerPixel: 15
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 5
        RedFieldPosition: 10
        GreenMaskSize: 5
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
    *Mode: 1c4 (640x350)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 1280
        XResolution: 640
        YResolution: 350
        XCharSize: 8
        YCharSize: 14
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
    Mode: 1c5 (640x350)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 1920
        XResolution: 640
        YResolution: 350
        XCharSize: 8
        YCharSize: 14
        NumberOfPlanes: 1
        BitsPerPixel: 24
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 185
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
    Mode: 1c6 (640x350)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 2560
        XResolution: 640
        YResolution: 350
        XCharSize: 8
        YCharSize: 14
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 145
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
    Mode: 100 (640x400)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 640
        XResolution: 640
        YResolution: 400
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
    Mode: 183 (640x400)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 1280
        XResolution: 640
        YResolution: 400
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 15
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 5
        RedFieldPosition: 10
        GreenMaskSize: 5
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
    *Mode: 184 (640x400)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 1280
        XResolution: 640
        YResolution: 400
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
    Mode: 185 (640x400)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 1920
        XResolution: 640
        YResolution: 400
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 24
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 169
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
    Mode: 186 (640x400)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 2560
        XResolution: 640
        YResolution: 400
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 127
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
    Mode: 101 (640x480)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 640
        XResolution: 640
        YResolution: 480
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
    Mode: 110 (640x480)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 1280
        XResolution: 640
        YResolution: 480
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 15
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 203
        RedMaskSize: 5
        RedFieldPosition: 10
        GreenMaskSize: 5
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
    *Mode: 111 (640x480)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 1280
        XResolution: 640
        YResolution: 480
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 203
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
    Mode: 112 (640x480)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 1920
        XResolution: 640
        YResolution: 480
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 24
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 135
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
    Mode: 121 (640x480)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 2560
        XResolution: 640
        YResolution: 480
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 106
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
    Mode: 103 (800x600)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 800
        XResolution: 800
        YResolution: 600
        XCharSize: 8
        YCharSize: 14
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
    Mode: 113 (800x600)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 1600
        XResolution: 800
        YResolution: 600
        XCharSize: 8
        YCharSize: 14
        NumberOfPlanes: 1
        BitsPerPixel: 15
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 135
        RedMaskSize: 5
        RedFieldPosition: 10
        GreenMaskSize: 5
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
    *Mode: 114 (800x600)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 1600
        XResolution: 800
        YResolution: 600
        XCharSize: 8
        YCharSize: 14
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 135
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
    Mode: 115 (800x600)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 2400
        XResolution: 800
        YResolution: 600
        XCharSize: 8
        YCharSize: 14
        NumberOfPlanes: 1
        BitsPerPixel: 24
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 92
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
    Mode: 122 (800x600)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 3200
        XResolution: 800
        YResolution: 600
        XCharSize: 8
        YCharSize: 14
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 67
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd0000000
    Mode: 105 (1024x768)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0005443
        BytesPerScanline: 1024
        XResolution: 1024
        YResolution: 768
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 169
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0

  • How to configure evtouch without xorg.conf

    So Im using evtouch for my egalax touchsreen, almost working Axes are screwed up. I cant figure out what file and how Im supposed to edit to get axes right.
    Heres my 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 arch901 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 Sep 2 20:23:16 2009
    (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:27ae:1043:830f Intel Corporation Mobile 945GME Express Integrated Graphics Controller rev 3, Mem @ 0xf7f00000/524288, 0xd0000000/268435456, 0xf7ec0000/262144, I/O @ 0x0000dc80/8
    (--) PCI: (0:0:2:1) 8086:27a6:1043:830f Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xf7f80000/524288
    (==) Using default built-in configuration (39 lines)
    (==) --- Start of built-in configuration ---
    Section "Device"
    Identifier "Builtin Default intel Device 0"
    Driver "intel"
    EndSection
    Section "Screen"
    Identifier "Builtin Default intel Screen 0"
    Device "Builtin Default intel Device 0"
    EndSection
    Section "Device"
    Identifier "Builtin Default i810 Device 0"
    Driver "i810"
    EndSection
    Section "Screen"
    Identifier "Builtin Default i810 Screen 0"
    Device "Builtin Default i810 Device 0"
    EndSection
    Section "Device"
    Identifier "Builtin Default vesa Device 0"
    Driver "vesa"
    EndSection
    Section "Screen"
    Identifier "Builtin Default vesa Screen 0"
    Device "Builtin Default vesa Device 0"
    EndSection
    Section "Device"
    Identifier "Builtin Default fbdev Device 0"
    Driver "fbdev"
    EndSection
    Section "Screen"
    Identifier "Builtin Default fbdev Screen 0"
    Device "Builtin Default fbdev Device 0"
    EndSection
    Section "ServerLayout"
    Identifier "Builtin Default Layout"
    Screen "Builtin Default intel Screen 0"
    Screen "Builtin Default i810 Screen 0"
    Screen "Builtin Default vesa Screen 0"
    Screen "Builtin Default fbdev Screen 0"
    EndSection
    (==) --- End of built-in configuration ---
    (==) ServerLayout "Builtin Default Layout"
    (**) |-->Screen "Builtin Default intel Screen 0" (0)
    (**) | |-->Monitor "<default monitor>"
    (**) | |-->Device "Builtin Default intel Device 0"
    (==) No monitor specified for screen "Builtin Default intel Screen 0".
    Using a default monitor configuration.
    (**) |-->Screen "Builtin Default i810 Screen 0" (1)
    (**) | |-->Monitor "<default monitor>"
    (**) | |-->Device "Builtin Default i810 Device 0"
    (==) No monitor specified for screen "Builtin Default i810 Screen 0".
    Using a default monitor configuration.
    (**) |-->Screen "Builtin Default vesa Screen 0" (2)
    (**) | |-->Monitor "<default monitor>"
    (**) | |-->Device "Builtin Default vesa Device 0"
    (==) No monitor specified for screen "Builtin Default vesa Screen 0".
    Using a default monitor configuration.
    (**) |-->Screen "Builtin Default fbdev Screen 0" (3)
    (**) | |-->Monitor "<default monitor>"
    (**) | |-->Device "Builtin Default fbdev Device 0"
    (==) No monitor specified for screen "Builtin Default fbdev Screen 0".
    Using a default monitor configuration.
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    built-ins
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) Cannot locate a core pointer device.
    (II) Cannot locate a core keyboard device.
    (II) The server relies on HAL to provide the list of input devices.
    If no devices become available, reconfigure HAL or disable AllowEmptyInput.
    (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) 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: "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: "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: "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: "intel"
    (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
    (II) Module intel: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 2.7.99
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
    (II) LoadModule: "i810"
    (WW) Warning, couldn't open module i810
    (II) UnloadModule: "i810"
    (EE) Failed to load module "i810" (module does not exist, 0)
    (II) LoadModule: "vesa"
    (II) Loading /usr/lib/xorg/modules/drivers//vesa_drv.so
    (II) Module vesa: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 2.2.0
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
    (II) LoadModule: "fbdev"
    (WW) Warning, couldn't open module fbdev
    (II) UnloadModule: "fbdev"
    (EE) Failed to load module "fbdev" (module does not exist, 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, IGD_GM, IGD_G, 965G, G35,
    965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    Mobile Intel® GM45 Express Chipset,
    Intel Integrated Graphics Device, G45/G43, Q45/Q43, G41, IGDNG_D,
    IGDNG_M
    (II) VESA: driver for VESA chipsets: vesa
    (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]
    (WW) Falling back to old probe method for vesa
    (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]
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 8, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 8, (OK)
    drmOpenByBusid: drmOpenMinor returns 8
    drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    (II) intel(0): Creating default Display subsection in Screen section
    "Builtin Default intel Screen 0" for depth/fbbpp 24/32
    (==) 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) 945GME
    (--) intel(0): Chipset: "945GME"
    (II) intel(0): Output VGA1 has no monitor section
    (II) intel(0): Output LVDS1 has no monitor section
    (II) intel(0): Output VGA1 disconnected
    (II) intel(0): Output LVDS1 connected
    (II) intel(0): Using exact sizes for initial modes
    (II) intel(0): Output LVDS1 using initial mode 1024x600
    (==) intel(0): video overlay key set to 0x101fe
    (==) 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) UnloadModule: "vesa"
    (II) Unloading /usr/lib/xorg/modules/drivers//vesa_drv.so
    (==) 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]
    [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) intel(0): [DRI2] Setup complete
    (**) intel(0): Kernel mode setting active, disabling FBC.
    (**) intel(0): Framebuffer compression disabled
    (**) intel(0): Tiling enabled
    (**) intel(0): SwapBuffers wait enabled
    (==) intel(0): VideoRam: 262144 KB
    (II) intel(0): Attempting memory allocation with tiled buffers.
    (II) intel(0): Tiled allocation successful.
    (II) UXA(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): No memory allocations
    (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (II) intel(0): DPMS enabled
    (==) intel(0): Intel XvMC decoder disabled
    (II) intel(0): Set up textured video
    (II) intel(0): direct rendering: DRI2 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: enabled GLX_MESA_copy_sub_buffer
    (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i915_dri.so
    (II) GLX: Initialized DRI2 GL provider for screen 0
    (II) intel(0): Setting screen physical size to 195 x 113
    (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
    (--) ETPS/2 Elantech Touchpad auto-dev sets device to /dev/input/event8
    (**) Option "Device" "/dev/input/event8"
    (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 "SHMConfig" "True"
    (**) Option "LeftEdge" "60"
    (**) Option "RightEdge" "1070"
    (**) Option "TopEdge" "90"
    (**) Option "BottomEdge" "680"
    (**) Option "VertTwoFingerScroll" "1"
    (**) Option "HorizTwoFingerScroll" "1"
    (**) Option "LockedDrags" "0"
    (**) Option "LBCornerButton" "2"
    (**) Option "TapButton1" "1"
    (**) Option "TapButton2" "2"
    (**) Option "TapButton3" "3"
    (**) Option "CircularScrolling" "1"
    (**) Option "CircScrollTrigger" "8"
    (**) Option "MinSpeed" "0.6"
    (**) Option "MaxSpeed" "0.72"
    (**) Option "AccelFactor" "0.032"
    (**) Option "CoastingSpeed" "0.13"
    (--) 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 Asus EeePC extra buttons
    (**) Asus EeePC extra buttons: always reports core events
    (**) Asus EeePC extra buttons: Device: "/dev/input/event14"
    (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" "fi"
    (**) Option "xkb_options" "ctrl:nocaps"
    (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" "fi"
    (**) Option "xkb_options" "ctrl:nocaps"
    (II) config/hal: Adding input device CNF7129
    (**) CNF7129: always reports core events
    (**) CNF7129: Device: "/dev/input/event13"
    (II) CNF7129: Found keys
    (II) CNF7129: Configuring as keyboard
    (II) XINPUT: Adding extended input device "CNF7129" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "fi"
    (**) Option "xkb_options" "ctrl:nocaps"
    (II) config/hal: Adding input device eGalax Inc. USB TouchController
    (II) LoadModule: "evtouch"
    (II) Loading /usr/lib/xorg/modules/input//evtouch_drv.so
    (II) Module evtouch: vendor="Kenan Esau"
    compiled for 1.6.1.901, module version = 0.8.8
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (**) Option "longtouched_button" "3"
    (**) Option "maybetapped_button" "1"
    State: S_UNTOUCHED Action: No Action Button: 0
    State: S_TOUCHED Action: No Action Button: 0
    State: S_LONGTOUCHED Action: click Button: 3
    State: S_MOVING Action: No Action Button: 0
    State: S_MAYBETAPPED Action: click Button: 1
    State: S_ONEANDAHALFTAP Action: down Button: 3
    (**) Option "MinX" "130"
    (**) Option "MaxX" "3945"
    (**) Option "MinY" "197"
    (**) Option "MaxY" "3894"
    (**) Option "TapTimer" "30"
    (**) Option "LongtouchTimer" "750"
    (**) Option "MoveLimit" "10"
    (**) Option "SwapY" "1"
    (**) Option "SwapX" "0"
    (**) Option "x0" "2"
    (**) Option "y0" "-471"
    (**) Option "x1" "3"
    (**) Option "y1" "-475"
    (**) Option "x2" "-3"
    (**) Option "y2" "-475"
    (**) Option "x3" "1"
    (**) Option "y3" "203"
    (**) Option "x4" "6"
    (**) Option "y4" "178"
    (**) Option "x5" "-2"
    (**) Option "y5" "137"
    (**) Option "x6" "1"
    (**) Option "y6" "475"
    (**) Option "x7" "7"
    (**) Option "y7" "467"
    (**) Option "x8" "-1"
    (**) Option "y8" "460"
    (**) EVTouch TouchScreen: always reports core events
    (II) XINPUT: Adding extended input device "EVTouch TouchScreen" (type: TOUCHSCREEN)
    (**) EVTouch TouchScreen: (accel) keeping acceleration scheme 1
    (**) EVTouch TouchScreen: (accel) filter chain progression: 2.00
    (**) EVTouch TouchScreen: (accel) filter stage 0: 20.00 ms
    (**) EVTouch TouchScreen: (accel) set acceleration profile 0
    (**) Option "Device" "/dev/input/event11"
    (II) config/hal: Adding input device CHESEN USB Keyboard
    (**) CHESEN USB Keyboard: always reports core events
    (**) CHESEN USB Keyboard: Device: "/dev/input/event10"
    (II) CHESEN USB Keyboard: Found keys
    (II) CHESEN USB Keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "CHESEN USB Keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "fi"
    (**) Option "xkb_options" "ctrl:nocaps"
    (II) config/hal: Adding input device CHESEN USB Keyboard
    (**) CHESEN USB Keyboard: always reports core events
    (**) CHESEN USB Keyboard: Device: "/dev/input/event9"
    (II) CHESEN USB Keyboard: Found keys
    (II) CHESEN USB Keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "CHESEN USB Keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "fi"
    (**) Option "xkb_options" "ctrl:nocaps"
    (II) config/hal: Adding input device Sleep Button
    (**) Sleep Button: always reports core events
    (**) Sleep Button: Device: "/dev/input/event6"
    (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" "fi"
    (**) Option "xkb_options" "ctrl:nocaps"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event7"
    (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" "fi"
    (**) Option "xkb_options" "ctrl:nocaps"
    (II) config/hal: Adding input device Video Bus
    (**) Video Bus: always reports core events
    (**) Video Bus: Device: "/dev/input/event2"
    (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" "fi"
    (**) Option "xkb_options" "ctrl:nocaps"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event4"
    (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" "fi"
    (**) Option "xkb_options" "ctrl:nocaps"
    Thanks in advance.

    All that is needed is the following:
    xinit -- -xf86config /path/to/file vt1
    # or
    xinit -- -xf86config /path/to/file vt$XDG_VTNR
    The first is specifically for starting from tty 1, the second is the general form.  Startx includes the XDG_VTNR, which is why you see the difference.  I think you could also use `startx -- -xf86config /path/to/file` but I never use starts, so I'm not sure if it passes parameters to X in the same way.
    EDIT: startx does take arguments for X in the same way.  So the following would also work:
    startx -- -xf86config /path/to/file
    This would be the same as startx, just with the new config file.
    (edit: added vt prefix as noted below)
    Last edited by Trilby (2014-03-20 11:14:56)

  • I can't configure and create xorg.conf [ATI drivers]

    Anybody have an idea HELP!!. I cannot create xorg.conf.
    Follow this steps, but i can't configure this drivers.  :x
    My VGA is ATI 9550.
    [root@nube jack]# pacman -Q ati-fglrx ati-fglrx-utils
    ati-fglrx 8.25.18-1
    ati-fglrx-utils 8.25.18-1
    # dmesg
    Linux agpgart interface v0.101 (c) Dave Jones
    fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
    [fglrx] Maximum main memory to use for locked dma buffers: 929 MBytes.
    [fglrx] module loaded - fglrx 8.25.18 [May 18 2006] on minor 0
    [jack@nube ~]$ lsmod | grep fglrx
    fglrx 382828 0
    agpgart 27108 2 via_agp,fglrx
    [jack@nube ~]$ fglrxinfo
    Xlib: extension "XFree86-DRI" missing on display ":0.0".
    display: :0.0 screen: 0
    OpenGL vendor string: Mesa project: www.mesa3d.org
    OpenGL renderer string: Mesa GLX Indirect
    OpenGL version string: 1.2 (1.5 Mesa 6.4.2)
    [root@nube jack]# glxinfo
    glxinfo: error while loading shared libraries: libGLU.so.1: cannot open shared object file: No such file or directory
    [root@nube jack]# locate libGL.so
    /usr/lib/libGL.so.1.2
    /usr/lib/libGL.so
    /usr/lib/libGL.so.1
    [root@nube X11]# aticonfig --initial --input=/etc/X11/xorg.conf
    Warning: Could not find configuration file
    Please copy configuration file template to /etc/X11
    [root@nube X11]# Xorg -configure
    X Window System Version 7.0.0
    Release Date: 21 December 2005
    X Protocol Version 11, Revision 0, Release 7.0
    Build Operating System:Linux 2.6.16-ARCH i686
    Current Operating System: Linux nube 2.6.16-ARCH #1 SMP PREEMPT Tue Jun 6 08:33:18 UTC 2006 i686
    Build Date: 04 May 2006
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jun 11 10:39:07 2006
    List of video drivers:
    voodoo
    apm
    ark
    radeon
    r128
    ati
    atimisc
    chips
    cirrus
    dummy
    vmware
    glint
    i128
    i740
    i810
    imstt
    mga
    neomagic
    newport
    nv
    rendition
    s3
    s3virge
    savage
    siliconmotion
    sis
    sisusb
    tdfx
    trident
    tseng
    via
    v4l
    fglrx
    fbdev
    vesa
    vga
    *** If unresolved symbols were reported above, they might not
    *** be the reason for the server aborting.
    Backtrace:
    0: Xorg(xf86SigHandler+0x88) [0x80ba6a8]
    1: [0xffffe420]
    2: /usr/lib/xorg/modules/drivers/fglrx_drv.so(R200Probe+0x124) [0xb72fdbd4]
    3: Xorg(DoConfigure+0x140) [0x80ace60]
    4: Xorg(InitOutput+0x615) [0x80a2b45]
    5: Xorg(main+0x293) [0x806fbf3]
    6: /lib/tls/libc.so.6(__libc_start_main+0xd0) [0xb7d9ae00]
    7: Xorg(FontFileCompleteXLFD+0x91) [0x806f341]
    HELP please!!.
    Regards.

    Ok, i installed hwd and create in /etc/X11 the file xorg.conf.hwd
    Now....
    [jack@nube ~]$ sudo X -configure
    X Window System Version 7.0.0
    Release Date: 21 December 2005
    X Protocol Version 11, Revision 0, Release 7.0
    Build Operating System:Linux 2.6.16-ARCH i686
    Current Operating System: Linux nube 2.6.16-ARCH #1 SMP PREEMPT Tue Jun 6 08:33:18 UTC 2006 i686
    Build Date: 04 May 2006
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jun 11 21:21:45 2006
    List of video drivers:
    voodoo
    apm
    ark
    radeon
    r128
    ati
    atimisc
    chips
    cirrus
    dummy
    vmware
    glint
    i128
    i740
    i810
    imstt
    mga
    neomagic
    newport
    nv
    rendition
    s3
    s3virge
    savage
    siliconmotion
    sis
    sisusb
    tdfx
    trident
    tseng
    via
    v4l
    fglrx
    fbdev
    vesa
    vga
    *** If unresolved symbols were reported above, they might not
    *** be the reason for the server aborting.
    Backtrace:
    0: X(xf86SigHandler+0x88) [0x80ba6a8]
    1: [0xffffe420]
    2: /usr/lib/xorg/modules/drivers/fglrx_drv.so(R200Probe+0x124) [0xb7304bd4]
    3: X(DoConfigure+0x140) [0x80ace60]
    4: X(InitOutput+0x615) [0x80a2b45]
    5: X(main+0x293) [0x806fbf3]
    6: /lib/tls/libc.so.6(__libc_start_main+0xd0) [0xb7da1e00]
    7: X(FontFileCompleteXLFD+0x91) [0x806f341]
    Fatal server error:
    Caught signal 11. Server aborting
    [jack@nube ~]$ aticonfig --initial --input=/etc/X11/xorg.conf
    Warning: Could not find configuration file
    Please copy configuration file template to /etc/X11
    What's happening.... :?:  :?:  :?:

  • Xorg 1.8 : Does it work with Xorg -configure?

    Hey everyone
    Does Xorg 1.8 work with Xorg --configure  or would one have to manually set the configuration files in /etc/X11/xorg.conf.d/?  Also another question, if I am using xorg 1.8. do I still have to add HAL to the list of DAEMONS  in /etc/rc.conf or would listeing DBUS only be sufficient to get a working X configuration?

    Yes, `Xorg -configure` still works, and no, Xorg does not need HAL anymore.
    D-Bus is only needed if you have applications that use it (e.g., desktop environment programs).
    Last edited by Wintervenom (2010-08-03 02:46:04)

  • Installation - Xorg Configuration Showstopper (resolved)

    This morning, I had attempted to reinstall Arch Linux, after having tried Ubuntu for about a week or so.  Install went well (once I had an up-to-date disc), but then I ran into a serious problem.  The auto-generate xorg.conf files were not working.  As soon as I tested X, I would be greeted by a black screen and then had to reboot manually.  A few more attempts, and I discovered the problem: the contents of the xorg.conf file was getting erased whenever X read it!  What the hell is going on!?
    Last edited by Falcata (2009-06-10 20:58:07)

    My new Arch install was behaving the exact same way last night. Btw, rather than rebooting, you might try CTRL+ALT+Fx and then back, where you might then be able to CTRL+C out of the test. That worked for me, though not every time.
    Anyway, after struggling with X -configure /path/to/xorg.conf for an hour or so, I finally just tried startx, and it worked fine.
    EDIT: I should add that when I finally got around to trying startx, I had already installed Fluxbox, hoping some part of that process might dislodge whatever was gumming up the works. I don't know if X would have worked without it or not.
    Last edited by Quasimojo (2009-06-09 19:34:27)

  • Xorg slowdown after last update?

    Somewhere after the last X update, Xorg/OpenGL performance took a dive with Composite enabled, almost halving FPS with 3D applications. The only solution is to turn off Composite in xorg.conf (which isn't nice)
    I'm using the Ati OSS driver w/ an old Radeon 9200 PRO on a barebones Fluxbox setup, normally glxgears gives me > 2000 FPS, but with Composite on, that number drops down to < 600 FPS. And I'm sure I didn't mess up my configuration - I just enabled Page Flips & HyperZ in driconf.
    Does anyone else experience the same problem? Or did I just b0rked Xorg on this machine?

    I had the exact same problem here. Apparently, it's caused by package xorg-xkb-utils. After downgrading it, everything went back to normal.
    No space or rights problem on my system so far… Has someone an idea of the problem or should I just report a bug ?

  • Xorg issues with eeePC 1000HE

    Hello,
    I'm trying to install Arch Linux and everything is going well until the part where I have to test Xorg. The first test (X -config <path>) always results in the same thing, black screen, nothing else. But the note in the beginner's guide says that it might be normal, so I proceed to the seconds test.
    When logged in as root, startx works (a few term windows and a small analog clock), yet xinit just displays a small white term in the corner of the screen but keyboard and mouse don't work. When logged in as a non-root user (like it says I should be), both startx and xinit result in the same thing as xinit on root.
    I've tried about 5 different xorg.conf configurations, and reinstalled Xorg twice.
    System:
    EeePC 1000HE with latest Arch Netinstall i686
    Requested files:
    ~/.xinitrc > http://dpaste.com/85721
    /etc/X11/xorg.conf > http://dpaste.com/85722
    /var/log/Xorg.0.log.old > http://dpaste.com/85723
    If you need any more information please do ask me, I'm not very experienced with UNIX but I'm not an absolute newbie either.
    Thanks very much for helping

    timttmy wrote:
    Salamantis wrote:#!/bin/sh
    # ~/.xinitrc
    # Executed by startx (run your window manager from here)
    # exec gnome-session
    # exec startkde
    # exec startxfce4
    # ...or the Window Manager of your choice
    exec xterm
    Do you mean exec twm instead of exec xterm?
    The description of the window manager you started as root resembled twm.
    http://wiki.archlinux.org/index.php/Beg … 2F.xinitrc
    That's what I'm trying to do now...
    ...but wait, is it supposed to be like this and I'm only thinking something is wrong?
    run on root = multiple term windows and analog clock
    run on user = very, VERY simple white box in the corner of the screen and black surrounding everything else?
    loafer wrote:Your user shouldn't be in the hal group, but it should be in the storage and optical groups.
    Okay I removed the user from hal, but it was already in optical and storage.
    Last edited by Salamantis (2009-08-26 19:43:54)

  • [solved] xorg proglem - won't start, but no error

    Hi folks!
    I'm new to Arch, my first installation, but I used to use Gentoo in the past. Got a problem with making X to run. I followed the guide from the wiki, but I didn't manage it to work.
    I'm using nVidia drivers from 173xx branch (GF 5900XT). Hal is working properly, I hope - /etc/rc.d/restart successes w\o errors.
    At first, I tried to run X without xorg.conf and it complained about missing 'nv' and 'vesa' (i hope) modules. Then, after running nvidia-configure (/etc/X11/xorg.conf was successfully created) and startx - screen blanks (no nVidia logo shown) and after ~3 seconds it comes back with massage "waiting for X server to shut down". In /var/log/Xorg.0.log there were no lines starting with (EE).
    Then I tried to configure X with "X -configure". After making new config and replacing the older one at /etc/X11/xorg.conf and running X with command startx (as user), it complained about missing type1 and truetype modules ((EE) lines as far as I remember). After installing missing packages/modules:
    http://dpaste.com/60888/
    it still won't start. Screen blanks, no nVidia logo shown, and later comes back with well known screen ( usual text... look over /var/log/Xorg.0.log for more details...). Only message after default text id "waiting for X server to shut down", with no (WW) nor (EE) lines above.
    More useful data comes:
    Xorg.0.log
    http://dpaste.com/60883/
    xorg.conf
    http://dpaste.com/60885/
    tail of dmesg
    http://dpaste.com/60887/
    If you need anything else to see, request!
    Any idea? To me, it looks like nvidia driver bug or some xorg bug (or maybe just a misconfiguration)
    In ~/.xinitrc stays only "exec startfluxbox", but even with empty file, situation is the same.
    Thank you in advance,
    Daniel
    Last edited by daniel1988 (2009-07-14 03:50:06)

    Hello, welcome to Arch!
    You should read about the new feature of Xorg, input hotplugging: http://wiki.archlinux.org/index.php/Beg … otplugging
    A more detailed explanation can be found here: http://wiki.archlinux.org/index.php/Xor … otplugging
    Be sure to copy the fdi file in the correct directory.
    Since I am using also the 173xx branch, here is my xorg.conf, hope it will be useful for you:
    http://dpaste.com/60927/
    EDIT: Not 100% sure but I seem to recall that the nvidia driver has some problems when you don't set the default depth. Add that line
    Last edited by arkham (2009-06-28 20:55:27)

  • Xorg flashing at start on Lenovo Yoga 2 Pro

    Dear All,
       I am writing to describe a strange behaviour of X on my Lenovo Yoga 2 Pro, which I would like preferably to remove, but at the very least to understand.
    I installed plymouth. However, I witness a strange behaviour when plymouth closes and gdm (X) starts. The screen flashes black three times. On the third gdm starts. It looks either like Xorg is crashing and restarting or it is switching vt or something like that, but I don't understand why
    I have a configuration file for Xorg that forces the resolution to be 1920x1080 instead of the full resolution of the Yoga 2 Pro (3200x1800). Strangely, Plymoth seems not to use this resolution, but the full one. When gdm starts, however, it has the correct 1920x1080 resolution. I would really like to understand what is happening to Xorg.
    I paste the output of journalctl -b here, but I don't see any trace of the three flashes in the file. Can someone please help me understand?
    Thank you!
    Valerio
    -- Logs begin at Tue 2014-11-04 22:44:59 CET, end at Sat 2014-11-08 02:02:17 CET. --
    Nov 08 01:27:29 LenovoYoga2Pro systemd-journal[163]: Runtime journal is using 8.0M (max allowed 395.0M, trying to leave 592.6M free of 3.8G available → current limit 395.0M).
    Nov 08 01:27:29 LenovoYoga2Pro systemd-journal[163]: Runtime journal is using 8.0M (max allowed 395.0M, trying to leave 592.6M free of 3.8G available → current limit 395.0M).
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Initializing cgroup subsys cpuset
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Initializing cgroup subsys cpu
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Initializing cgroup subsys cpuacct
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Linux version 3.17.2-1-ARCH (builduser@thomas) (gcc version 4.9.1 20140903 (prerelease) (GCC) ) #1 SMP PREEMPT Thu Oct 30 20:49:39 CET 2014
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=120a604d-e34d-4a44-baf7-fae2f7aa9382 rw resume=UUID=830177f1-5a6f-461f-b2f6-7e9ebad1d3ae quiet splash
    Nov 08 01:27:29 LenovoYoga2Pro kernel: e820: BIOS-provided physical RAM map:
    Nov 08 01:27:29 LenovoYoga2Pro kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000006efff] usable
    Nov 08 01:27:29 LenovoYoga2Pro kernel: BIOS-e820: [mem 0x000000000006f000-0x000000000006ffff] reserved
    Nov 08 01:27:29 LenovoYoga2Pro kernel: BIOS-e820: [mem 0x0000000000070000-0x0000000000087fff] usable
    Nov 08 01:27:29 LenovoYoga2Pro kernel: BIOS-e820: [mem 0x0000000000088000-0x00000000000bffff] reserved
    Nov 08 01:27:29 LenovoYoga2Pro kernel: BIOS-e820: [mem 0x0000000000100000-0x000000009292ffff] usable
    Nov 08 01:27:29 LenovoYoga2Pro kernel: BIOS-e820: [mem 0x0000000092930000-0x0000000093d2ffff] reserved
    Nov 08 01:27:29 LenovoYoga2Pro kernel: BIOS-e820: [mem 0x0000000093d30000-0x000000009c6befff] usable
    Nov 08 01:27:29 LenovoYoga2Pro kernel: BIOS-e820: [mem 0x000000009c6bf000-0x000000009c8befff] type 20
    Nov 08 01:27:29 LenovoYoga2Pro kernel: BIOS-e820: [mem 0x000000009c8bf000-0x000000009cebefff] reserved
    Nov 08 01:27:29 LenovoYoga2Pro kernel: BIOS-e820: [mem 0x000000009cebf000-0x000000009cfbefff] ACPI NVS
    Nov 08 01:27:29 LenovoYoga2Pro kernel: BIOS-e820: [mem 0x000000009cfbf000-0x000000009cffefff] ACPI data
    Nov 08 01:27:29 LenovoYoga2Pro kernel: BIOS-e820: [mem 0x000000009cfff000-0x000000009cffffff] usable
    Nov 08 01:27:29 LenovoYoga2Pro kernel: BIOS-e820: [mem 0x000000009d000000-0x000000009f9fffff] reserved
    Nov 08 01:27:29 LenovoYoga2Pro kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    Nov 08 01:27:29 LenovoYoga2Pro kernel: BIOS-e820: [mem 0x00000000fe101000-0x00000000fe112fff] reserved
    Nov 08 01:27:29 LenovoYoga2Pro kernel: BIOS-e820: [mem 0x00000000feb00000-0x00000000feb0ffff] reserved
    Nov 08 01:27:29 LenovoYoga2Pro kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    Nov 08 01:27:29 LenovoYoga2Pro kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fee00fff] reserved
    Nov 08 01:27:29 LenovoYoga2Pro kernel: BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
    Nov 08 01:27:29 LenovoYoga2Pro kernel: BIOS-e820: [mem 0x0000000100000000-0x000000025f5fffff] usable
    Nov 08 01:27:29 LenovoYoga2Pro kernel: NX (Execute Disable) protection: active
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: EFI v2.31 by INSYDE Corp.
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: ACPI=0x9cffe000 ACPI 2.0=0x9cffe014 SMBIOS=0x9cebef98
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem00: type=3, attr=0xf, range=[0x0000000000000000-0x0000000000001000) (0MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem01: type=7, attr=0xf, range=[0x0000000000001000-0x000000000006f000) (0MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem02: type=0, attr=0xf, range=[0x000000000006f000-0x0000000000070000) (0MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem03: type=7, attr=0xf, range=[0x0000000000070000-0x0000000000088000) (0MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem04: type=6, attr=0x800000000000000f, range=[0x0000000000088000-0x000000000009f000) (0MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem05: type=0, attr=0xf, range=[0x000000000009f000-0x00000000000a0000) (0MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem06: type=2, attr=0xf, range=[0x0000000000100000-0x0000000001053000) (15MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem07: type=7, attr=0xf, range=[0x0000000001053000-0x0000000002000000) (15MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem08: type=2, attr=0xf, range=[0x0000000002000000-0x0000000002f53000) (15MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem09: type=7, attr=0xf, range=[0x0000000002f53000-0x0000000037732000) (839MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem10: type=2, attr=0xf, range=[0x0000000037732000-0x0000000037b91000) (4MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem11: type=7, attr=0xf, range=[0x0000000037b91000-0x000000006b785000) (827MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem12: type=2, attr=0xf, range=[0x000000006b785000-0x0000000090d40000) (597MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem13: type=4, attr=0xf, range=[0x0000000090d40000-0x0000000090d60000) (0MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem14: type=7, attr=0xf, range=[0x0000000090d60000-0x0000000091aa8000) (13MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem15: type=4, attr=0xf, range=[0x0000000091aa8000-0x0000000092930000) (14MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem16: type=0, attr=0xf, range=[0x0000000092930000-0x0000000093d30000) (20MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem17: type=7, attr=0xf, range=[0x0000000093d30000-0x0000000093f22000) (1MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem18: type=1, attr=0xf, range=[0x0000000093f22000-0x0000000093f3f000) (0MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem19: type=7, attr=0xf, range=[0x0000000093f3f000-0x000000009787f000) (57MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem20: type=4, attr=0xf, range=[0x000000009787f000-0x000000009788b000) (0MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem21: type=7, attr=0xf, range=[0x000000009788b000-0x00000000978c7000) (0MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem22: type=4, attr=0xf, range=[0x00000000978c7000-0x0000000097916000) (0MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem23: type=7, attr=0xf, range=[0x0000000097916000-0x0000000097917000) (0MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem24: type=4, attr=0xf, range=[0x0000000097917000-0x000000009a013000) (38MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem25: type=7, attr=0xf, range=[0x000000009a013000-0x000000009a015000) (0MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem26: type=4, attr=0xf, range=[0x000000009a015000-0x000000009a03e000) (0MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem27: type=7, attr=0xf, range=[0x000000009a03e000-0x000000009a03f000) (0MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem28: type=4, attr=0xf, range=[0x000000009a03f000-0x000000009a18f000) (1MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem29: type=7, attr=0xf, range=[0x000000009a18f000-0x000000009a195000) (0MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem30: type=4, attr=0xf, range=[0x000000009a195000-0x000000009a198000) (0MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem31: type=7, attr=0xf, range=[0x000000009a198000-0x000000009a19a000) (0MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem32: type=4, attr=0xf, range=[0x000000009a19a000-0x000000009a200000) (0MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem33: type=7, attr=0xf, range=[0x000000009a200000-0x000000009a201000) (0MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem34: type=4, attr=0xf, range=[0x000000009a201000-0x000000009a215000) (0MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem35: type=7, attr=0xf, range=[0x000000009a215000-0x000000009a218000) (0MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem36: type=4, attr=0xf, range=[0x000000009a218000-0x000000009a38f000) (1MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem37: type=7, attr=0xf, range=[0x000000009a38f000-0x000000009a392000) (0MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem38: type=4, attr=0xf, range=[0x000000009a392000-0x000000009c0bf000) (29MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem39: type=7, attr=0xf, range=[0x000000009c0bf000-0x000000009c29e000) (1MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem40: type=2, attr=0xf, range=[0x000000009c29e000-0x000000009c2a8000) (0MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem41: type=3, attr=0xf, range=[0x000000009c2a8000-0x000000009c6bf000) (4MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem42: type=5, attr=0x800000000000000f, range=[0x000000009c6bf000-0x000000009c8bf000) (2MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem43: type=6, attr=0x800000000000000f, range=[0x000000009c8bf000-0x000000009cabf000) (2MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem44: type=0, attr=0xf, range=[0x000000009cabf000-0x000000009cebf000) (4MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem45: type=10, attr=0xf, range=[0x000000009cebf000-0x000000009cfbf000) (1MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem46: type=9, attr=0xf, range=[0x000000009cfbf000-0x000000009cfff000) (0MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem47: type=4, attr=0xf, range=[0x000000009cfff000-0x000000009d000000) (0MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem48: type=7, attr=0xf, range=[0x0000000100000000-0x000000025f600000) (5622MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem49: type=0, attr=0x0, range=[0x00000000000a0000-0x00000000000c0000) (0MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem50: type=0, attr=0x0, range=[0x000000009d000000-0x000000009fa00000) (42MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem51: type=11, attr=0x8000000000000001, range=[0x00000000e0000000-0x00000000f0000000) (256MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem52: type=0, attr=0x0, range=[0x00000000fe101000-0x00000000fe113000) (0MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem53: type=11, attr=0x8000000000000001, range=[0x00000000feb00000-0x00000000feb10000) (0MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem54: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem55: type=11, attr=0x8000000000000001, range=[0x00000000fed00000-0x00000000fed1c000) (0MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem56: type=11, attr=0x8000000000000000, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem57: type=11, attr=0x8000000000000001, range=[0x00000000fed20000-0x00000000fee01000) (0MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efi: mem58: type=11, attr=0x8000000000000000, range=[0x00000000ffc00000-0x0000000100000000) (4MB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: SMBIOS 2.7 present.
    Nov 08 01:27:29 LenovoYoga2Pro kernel: DMI: LENOVO 20266/Yoga2, BIOS 76CN31WW 10/31/2013
    Nov 08 01:27:29 LenovoYoga2Pro kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    Nov 08 01:27:29 LenovoYoga2Pro kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    Nov 08 01:27:29 LenovoYoga2Pro kernel: AGP: No AGP bridge found
    Nov 08 01:27:29 LenovoYoga2Pro kernel: e820: last_pfn = 0x25f600 max_arch_pfn = 0x400000000
    Nov 08 01:27:29 LenovoYoga2Pro kernel: MTRR default type: uncachable
    Nov 08 01:27:29 LenovoYoga2Pro kernel: MTRR fixed ranges enabled:
    Nov 08 01:27:29 LenovoYoga2Pro kernel: 00000-9FFFF write-back
    Nov 08 01:27:29 LenovoYoga2Pro kernel: A0000-BFFFF uncachable
    Nov 08 01:27:29 LenovoYoga2Pro kernel: C0000-E7FFF write-protect
    Nov 08 01:27:29 LenovoYoga2Pro kernel: E8000-EFFFF write-combining
    Nov 08 01:27:29 LenovoYoga2Pro kernel: F0000-FFFFF write-protect
    Nov 08 01:27:29 LenovoYoga2Pro kernel: MTRR variable ranges enabled:
    Nov 08 01:27:29 LenovoYoga2Pro kernel: 0 base 0000000000 mask 7F80000000 write-back
    Nov 08 01:27:29 LenovoYoga2Pro kernel: 1 base 0080000000 mask 7FE0000000 write-back
    Nov 08 01:27:29 LenovoYoga2Pro kernel: 2 base 009D000000 mask 7FFF000000 uncachable
    Nov 08 01:27:29 LenovoYoga2Pro kernel: 3 base 009E000000 mask 7FFE000000 uncachable
    Nov 08 01:27:29 LenovoYoga2Pro kernel: 4 base 00FFC00000 mask 7FFFC00000 write-protect
    Nov 08 01:27:29 LenovoYoga2Pro kernel: 5 base 0100000000 mask 7F00000000 write-back
    Nov 08 01:27:29 LenovoYoga2Pro kernel: 6 base 0200000000 mask 7F80000000 write-back
    Nov 08 01:27:29 LenovoYoga2Pro kernel: 7 base 025F600000 mask 7FFFE00000 uncachable
    Nov 08 01:27:29 LenovoYoga2Pro kernel: 8 base 025F800000 mask 7FFF800000 uncachable
    Nov 08 01:27:29 LenovoYoga2Pro kernel: 9 base 0260000000 mask 7FE0000000 uncachable
    Nov 08 01:27:29 LenovoYoga2Pro kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Nov 08 01:27:29 LenovoYoga2Pro kernel: e820: last_pfn = 0x9d000 max_arch_pfn = 0x400000000
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Scanning 1 areas for low memory corruption
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Base memory trampoline at [ffff88000007e000] 7e000 size 24576
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Using GB pages for direct mapping
    Nov 08 01:27:29 LenovoYoga2Pro kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: [mem 0x00000000-0x000fffff] page 4k
    Nov 08 01:27:29 LenovoYoga2Pro kernel: BRK [0x02b2f000, 0x02b2ffff] PGTABLE
    Nov 08 01:27:29 LenovoYoga2Pro kernel: BRK [0x02b30000, 0x02b30fff] PGTABLE
    Nov 08 01:27:29 LenovoYoga2Pro kernel: BRK [0x02b31000, 0x02b31fff] PGTABLE
    Nov 08 01:27:29 LenovoYoga2Pro kernel: init_memory_mapping: [mem 0x25f400000-0x25f5fffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: [mem 0x25f400000-0x25f5fffff] page 2M
    Nov 08 01:27:29 LenovoYoga2Pro kernel: BRK [0x02b32000, 0x02b32fff] PGTABLE
    Nov 08 01:27:29 LenovoYoga2Pro kernel: init_memory_mapping: [mem 0x25c000000-0x25f3fffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: [mem 0x25c000000-0x25f3fffff] page 2M
    Nov 08 01:27:29 LenovoYoga2Pro kernel: init_memory_mapping: [mem 0x200000000-0x25bffffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: [mem 0x200000000-0x23fffffff] page 1G
    Nov 08 01:27:29 LenovoYoga2Pro kernel: [mem 0x240000000-0x25bffffff] page 2M
    Nov 08 01:27:29 LenovoYoga2Pro kernel: init_memory_mapping: [mem 0x00100000-0x9292ffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: [mem 0x00100000-0x001fffff] page 4k
    Nov 08 01:27:29 LenovoYoga2Pro kernel: [mem 0x00200000-0x3fffffff] page 2M
    Nov 08 01:27:29 LenovoYoga2Pro kernel: [mem 0x40000000-0x7fffffff] page 1G
    Nov 08 01:27:29 LenovoYoga2Pro kernel: [mem 0x80000000-0x927fffff] page 2M
    Nov 08 01:27:29 LenovoYoga2Pro kernel: [mem 0x92800000-0x9292ffff] page 4k
    Nov 08 01:27:29 LenovoYoga2Pro kernel: init_memory_mapping: [mem 0x93d30000-0x9c6befff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: [mem 0x93d30000-0x93dfffff] page 4k
    Nov 08 01:27:29 LenovoYoga2Pro kernel: [mem 0x93e00000-0x9c5fffff] page 2M
    Nov 08 01:27:29 LenovoYoga2Pro kernel: [mem 0x9c600000-0x9c6befff] page 4k
    Nov 08 01:27:29 LenovoYoga2Pro kernel: BRK [0x02b33000, 0x02b33fff] PGTABLE
    Nov 08 01:27:29 LenovoYoga2Pro kernel: BRK [0x02b34000, 0x02b34fff] PGTABLE
    Nov 08 01:27:29 LenovoYoga2Pro kernel: init_memory_mapping: [mem 0x9cfff000-0x9cffffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: [mem 0x9cfff000-0x9cffffff] page 4k
    Nov 08 01:27:29 LenovoYoga2Pro kernel: init_memory_mapping: [mem 0x100000000-0x1ffffffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: [mem 0x100000000-0x1ffffffff] page 1G
    Nov 08 01:27:29 LenovoYoga2Pro kernel: RAMDISK: [mem 0x37732000-0x37b90fff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: Early table checksum verification disabled
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: RSDP 0x000000009CFFE014 000024 (v02 LENOVO)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: XSDT 0x000000009CFFE210 0000C4 (v01 LENOVO CB-01 00000001 01000013)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: FACP 0x000000009CFEB000 00010C (v05 LENOVO CB-01 00000001 ACPI 00040000)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: DSDT 0x000000009CFDA000 00D0CA (v01 LENOVO CB-01 00000001 ACPI 00040000)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: FACS 0x000000009CFBA000 000040
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: SLIC 0x000000009CFFD000 000176 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: UEFI 0x000000009CFFC000 000236 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: SSDT 0x000000009CFF0000 00B0FA (v01 LENOVO CB-01 00000001 ACPI 00040000)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: FPDT 0x000000009CFEE000 000044 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: MSDM 0x000000009CFED000 000055 (v03 LENOVO CB-01 00000001 ACPI 00040000)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: ASF! 0x000000009CFEC000 0000A5 (v32 LENOVO CB-01 00000001 ACPI 00040000)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: HPET 0x000000009CFEA000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: APIC 0x000000009CFE9000 00008C (v03 LENOVO CB-01 00000001 ACPI 00040000)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: MCFG 0x000000009CFE8000 00003C (v01 LENOVO CB-01 00000001 ACPI 00040000)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: SSDT 0x000000009CFD7000 002028 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: BOOT 0x000000009CFD5000 000028 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: LPIT 0x000000009CFD4000 000094 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: ASPT 0x000000009CFD2000 000034 (v07 LENOVO CB-01 00000001 ACPI 00040000)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: DBGP 0x000000009CFD1000 000034 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: SSDT 0x000000009CFCE000 000539 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: SSDT 0x000000009CFCD000 000AD8 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: SSDT 0x000000009CFC9000 003496 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: SSDT 0x000000009CFC8000 0007C7 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: BGRT 0x000000009CFC7000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: Local APIC address 0xfee00000
    Nov 08 01:27:29 LenovoYoga2Pro kernel: No NUMA configuration found
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Faking a node at [mem 0x0000000000000000-0x000000025f5fffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Initmem setup node 0 [mem 0x00000000-0x25f5fffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: NODE_DATA [mem 0x25f5f9000-0x25f5fcfff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: [ffffea0000000000-ffffea00097fffff] PMD -> [ffff880256c00000-ffff88025ebfffff] on node 0
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Zone ranges:
    Nov 08 01:27:29 LenovoYoga2Pro kernel: DMA [mem 0x00001000-0x00ffffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: DMA32 [mem 0x01000000-0xffffffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Normal [mem 0x100000000-0x25f5fffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Movable zone start for each node
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Early memory node ranges
    Nov 08 01:27:29 LenovoYoga2Pro kernel: node 0: [mem 0x00001000-0x0006efff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: node 0: [mem 0x00070000-0x00087fff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: node 0: [mem 0x00100000-0x9292ffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: node 0: [mem 0x93d30000-0x9c6befff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: node 0: [mem 0x9cfff000-0x9cffffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: node 0: [mem 0x100000000-0x25f5fffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: On node 0 totalpages: 2074694
    Nov 08 01:27:29 LenovoYoga2Pro kernel: DMA zone: 64 pages used for memmap
    Nov 08 01:27:29 LenovoYoga2Pro kernel: DMA zone: 22 pages reserved
    Nov 08 01:27:29 LenovoYoga2Pro kernel: DMA zone: 3974 pages, LIFO batch:0
    Nov 08 01:27:29 LenovoYoga2Pro kernel: DMA32 zone: 9867 pages used for memmap
    Nov 08 01:27:29 LenovoYoga2Pro kernel: DMA32 zone: 631488 pages, LIFO batch:31
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Normal zone: 22488 pages used for memmap
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Normal zone: 1439232 pages, LIFO batch:31
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Reserving Intel graphics stolen memory at 0x9da00000-0x9f9fffff
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: PM-Timer IO Port: 0x1808
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: Local APIC address 0xfee00000
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    Nov 08 01:27:29 LenovoYoga2Pro kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-39
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: IRQ0 used by override.
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: IRQ9 used by override.
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Using ACPI (MADT) for SMP configuration information
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
    Nov 08 01:27:29 LenovoYoga2Pro kernel: smpboot: Allowing 8 CPUs, 4 hotplug CPUs
    Nov 08 01:27:29 LenovoYoga2Pro kernel: PM: Registered nosave memory: [mem 0x0006f000-0x0006ffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: PM: Registered nosave memory: [mem 0x00088000-0x000bffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: PM: Registered nosave memory: [mem 0x000c0000-0x000fffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: PM: Registered nosave memory: [mem 0x92930000-0x93d2ffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: PM: Registered nosave memory: [mem 0x9c6bf000-0x9c8befff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: PM: Registered nosave memory: [mem 0x9c8bf000-0x9cebefff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: PM: Registered nosave memory: [mem 0x9cebf000-0x9cfbefff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: PM: Registered nosave memory: [mem 0x9cfbf000-0x9cffefff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: PM: Registered nosave memory: [mem 0x9d000000-0x9f9fffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: PM: Registered nosave memory: [mem 0x9fa00000-0xdfffffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: PM: Registered nosave memory: [mem 0xf0000000-0xfe100fff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: PM: Registered nosave memory: [mem 0xfe101000-0xfe112fff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: PM: Registered nosave memory: [mem 0xfe113000-0xfeafffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: PM: Registered nosave memory: [mem 0xfeb00000-0xfeb0ffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: PM: Registered nosave memory: [mem 0xfeb10000-0xfebfffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: PM: Registered nosave memory: [mem 0xfed00000-0xfee00fff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: PM: Registered nosave memory: [mem 0xfee01000-0xffbfffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: PM: Registered nosave memory: [mem 0xffc00000-0xffffffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: e820: [mem 0x9fa00000-0xdfffffff] available for PCI devices
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Booting paravirtualized kernel on bare hardware
    Nov 08 01:27:29 LenovoYoga2Pro kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
    Nov 08 01:27:29 LenovoYoga2Pro kernel: PERCPU: Embedded 29 pages/cpu @ffff88025f200000 s86848 r8192 d23744 u262144
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pcpu-alloc: s86848 r8192 d23744 u262144 alloc=1*2097152
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2042253
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Policy zone: Normal
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=120a604d-e34d-4a44-baf7-fae2f7aa9382 rw resume=UUID=830177f1-5a6f-461f-b2f6-7e9ebad1d3ae quiet splash
    Nov 08 01:27:29 LenovoYoga2Pro kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form
    Nov 08 01:27:29 LenovoYoga2Pro kernel: AGP: Checking aperture...
    Nov 08 01:27:29 LenovoYoga2Pro kernel: AGP: No AGP bridge found
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Calgary: detecting Calgary via BIOS EBDA area
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Memory: 7991536K/8298776K available (5381K kernel code, 909K rwdata, 1712K rodata, 1140K init, 1176K bss, 307240K reserved)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Preemptible hierarchical RCU implementation.
    Nov 08 01:27:29 LenovoYoga2Pro kernel: RCU dyntick-idle grace-period acceleration is enabled.
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Dump stacks of tasks blocking RCU-preempt GP.
    Nov 08 01:27:29 LenovoYoga2Pro kernel: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
    Nov 08 01:27:29 LenovoYoga2Pro kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
    Nov 08 01:27:29 LenovoYoga2Pro kernel: NR_IRQS:8448 nr_irqs:760 0
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Console: colour dummy device 80x25
    Nov 08 01:27:29 LenovoYoga2Pro kernel: console [tty0] enabled
    Nov 08 01:27:29 LenovoYoga2Pro kernel: allocated 33554432 bytes of page_cgroup
    Nov 08 01:27:29 LenovoYoga2Pro kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Nov 08 01:27:29 LenovoYoga2Pro kernel: hpet clockevent registered
    Nov 08 01:27:29 LenovoYoga2Pro kernel: tsc: Fast TSC calibration failed
    Nov 08 01:27:29 LenovoYoga2Pro kernel: tsc: PIT calibration matches HPET. 1 loops
    Nov 08 01:27:29 LenovoYoga2Pro kernel: tsc: Detected 2394.463 MHz processor
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4790.46 BogoMIPS (lpj=7981543)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pid_max: default: 32768 minimum: 301
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: Core revision 20140724
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: All ACPI Tables successfully acquired
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Security Framework initialized
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Yama: becoming mindful.
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Initializing cgroup subsys memory
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Initializing cgroup subsys devices
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Initializing cgroup subsys freezer
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Initializing cgroup subsys net_cls
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Initializing cgroup subsys blkio
    Nov 08 01:27:29 LenovoYoga2Pro kernel: CPU: Physical Processor ID: 0
    Nov 08 01:27:29 LenovoYoga2Pro kernel: CPU: Processor Core ID: 0
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: mce: CPU supports 7 MCE banks
    Nov 08 01:27:29 LenovoYoga2Pro kernel: CPU0: Thermal monitoring enabled (TM1)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
    Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Freeing SMP alternatives memory: 20K (ffffffff81a02000 - ffffffff81a07000)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ftrace: allocating 20675 entries in 81 pages
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Nov 08 01:27:29 LenovoYoga2Pro kernel: smpboot: CPU0: Intel(R) Core(TM) i7-4500U CPU @ 1.80GHz (fam: 06, model: 45, stepping: 01)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: TSC deadline timer enabled
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ... version: 3
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ... bit width: 48
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ... generic registers: 4
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ... value mask: 0000ffffffffffff
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ... max period: 0000ffffffffffff
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ... fixed-purpose events: 3
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ... event mask: 000000070000000f
    Nov 08 01:27:29 LenovoYoga2Pro kernel: x86: Booting SMP configuration:
    Nov 08 01:27:29 LenovoYoga2Pro kernel: .... node #0, CPUs: #1
    Nov 08 01:27:29 LenovoYoga2Pro kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    Nov 08 01:27:29 LenovoYoga2Pro kernel: #2 #3
    Nov 08 01:27:29 LenovoYoga2Pro kernel: x86: Booted up 1 node, 4 CPUs
    Nov 08 01:27:29 LenovoYoga2Pro kernel: smpboot: Total of 4 processors activated (19163.85 BogoMIPS)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: devtmpfs: initialized
    Nov 08 01:27:29 LenovoYoga2Pro kernel: PM: Registering ACPI NVS region [mem 0x9cebf000-0x9cfbefff] (1048576 bytes)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pinctrl core: initialized pinctrl subsystem
    Nov 08 01:27:29 LenovoYoga2Pro kernel: RTC time: 0:27:28, date: 11/08/14
    Nov 08 01:27:29 LenovoYoga2Pro kernel: NET: Registered protocol family 16
    Nov 08 01:27:29 LenovoYoga2Pro kernel: cpuidle: using governor ladder
    Nov 08 01:27:29 LenovoYoga2Pro kernel: cpuidle: using governor menu
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: bus type PCI registered
    Nov 08 01:27:29 LenovoYoga2Pro kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    Nov 08 01:27:29 LenovoYoga2Pro kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    Nov 08 01:27:29 LenovoYoga2Pro kernel: PCI: Using configuration type 1 for base access
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: Added _OSI(Module Device)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: Added _OSI(Processor Device)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: Added _OSI(Processor Aggregator Device)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: Executed 1 blocks of module-level executable AML code
    Nov 08 01:27:29 LenovoYoga2Pro kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: Dynamic OEM Table Load:
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: SSDT 0xFFFF880253590800 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20121220)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: Dynamic OEM Table Load:
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: SSDT 0xFFFF880253589000 0005AA (v01 PmRef ApIst 00003000 INTL 20121220)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: Dynamic OEM Table Load:
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: SSDT 0xFFFF88025355EA00 000119 (v01 PmRef ApCst 00003000 INTL 20121220)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: Interpreter enabled
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140724/hwxface-580)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140724/hwxface-580)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: (supports S0 S3 S4 S5)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: Using IOAPIC for interrupt routing
    Nov 08 01:27:29 LenovoYoga2Pro kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
    Nov 08 01:27:29 LenovoYoga2Pro kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: PCI host bridge to bus 0000:00
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci_bus 0000:00: root bus resource [mem 0x9fa00000-0xfeafffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:00.0: [8086:0a04] type 00 class 0x060000
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:02.0: [8086:0a16] type 00 class 0x030000
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:02.0: reg 0x10: [mem 0xb0000000-0xb03fffff 64bit]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xafffffff 64bit pref]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:02.0: reg 0x20: [io 0x3000-0x303f]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:03.0: [8086:0a0c] type 00 class 0x040300
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:03.0: reg 0x10: [mem 0xb0518000-0xb051bfff 64bit]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:04.0: [8086:0a03] type 00 class 0x118000
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:04.0: reg 0x10: [mem 0xb0510000-0xb0517fff 64bit]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:14.0: [8086:9c31] type 00 class 0x0c0330
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:14.0: reg 0x10: [mem 0xb0500000-0xb050ffff 64bit]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:14.0: System wakeup disabled by ACPI
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:16.0: [8086:9c3a] type 00 class 0x078000
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:16.0: reg 0x10: [mem 0xb0520000-0xb052001f 64bit]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:1b.0: [8086:9c20] type 00 class 0x040300
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xb051c000-0xb051ffff 64bit]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:1b.0: System wakeup disabled by ACPI
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:1c.0: [8086:9c10] type 01 class 0x060400
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:1d.0: [8086:9c26] type 00 class 0x0c0320
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xb0524000-0xb05243ff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:1f.0: [8086:9c43] type 00 class 0x060100
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:1f.2: [8086:9c03] type 00 class 0x010601
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:1f.2: reg 0x10: [io 0x3088-0x308f]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:1f.2: reg 0x14: [io 0x3094-0x3097]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:1f.2: reg 0x18: [io 0x3080-0x3087]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:1f.2: reg 0x1c: [io 0x3090-0x3093]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:1f.2: reg 0x20: [io 0x3060-0x307f]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xb0523000-0xb05237ff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:1f.2: PME# supported from D3hot
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:1f.3: [8086:9c22] type 00 class 0x0c0500
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xb0521000-0xb05210ff 64bit]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:1f.3: reg 0x20: [io 0x3040-0x305f]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:1f.6: [8086:9c24] type 00 class 0x118000
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:1f.6: reg 0x10: [mem 0xb0522000-0xb0522fff 64bit]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:01:00.0: [8086:08b2] type 00 class 0x028000
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:01:00.0: reg 0x10: [mem 0xb0400000-0xb0401fff 64bit]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:01:00.0: System wakeup disabled by ACPI
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:1c.0: bridge window [mem 0xb0400000-0xb04fffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: Enabled 5 GPEs in block 00 to 7F
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI : EC: GPE = 0xa, I/O: command/status = 0x66, data = 0x62
    Nov 08 01:27:29 LenovoYoga2Pro kernel: vgaarb: setting as boot device: PCI:0000:00:02.0
    Nov 08 01:27:29 LenovoYoga2Pro kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    Nov 08 01:27:29 LenovoYoga2Pro kernel: vgaarb: loaded
    Nov 08 01:27:29 LenovoYoga2Pro kernel: vgaarb: bridge control possible 0000:00:02.0
    Nov 08 01:27:29 LenovoYoga2Pro kernel: PCI: Using ACPI for IRQ routing
    Nov 08 01:27:29 LenovoYoga2Pro kernel: PCI: pci_cache_line_size set to 64 bytes
    Nov 08 01:27:29 LenovoYoga2Pro kernel: e820: reserve RAM buffer [mem 0x0006f000-0x0006ffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: e820: reserve RAM buffer [mem 0x00088000-0x0008ffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: e820: reserve RAM buffer [mem 0x92930000-0x93ffffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: e820: reserve RAM buffer [mem 0x9c6bf000-0x9fffffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: e820: reserve RAM buffer [mem 0x9d000000-0x9fffffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: e820: reserve RAM buffer [mem 0x25f600000-0x25fffffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: NetLabel: Initializing
    Nov 08 01:27:29 LenovoYoga2Pro kernel: NetLabel: domain hash size = 128
    Nov 08 01:27:29 LenovoYoga2Pro kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Nov 08 01:27:29 LenovoYoga2Pro kernel: NetLabel: unlabeled traffic allowed by default
    Nov 08 01:27:29 LenovoYoga2Pro kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    Nov 08 01:27:29 LenovoYoga2Pro kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Switched to clocksource hpet
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pnp: PnP ACPI init
    Nov 08 01:27:29 LenovoYoga2Pro kernel: system 00:00: [io 0x0680-0x069f] has been reserved
    Nov 08 01:27:29 LenovoYoga2Pro kernel: system 00:00: [io 0xffff] has been reserved
    Nov 08 01:27:29 LenovoYoga2Pro kernel: system 00:00: [io 0xffff] has been reserved
    Nov 08 01:27:29 LenovoYoga2Pro kernel: system 00:00: [io 0xffff] has been reserved
    Nov 08 01:27:29 LenovoYoga2Pro kernel: system 00:00: [io 0x1800-0x18fe] could not be reserved
    Nov 08 01:27:29 LenovoYoga2Pro kernel: system 00:00: [io 0x164e-0x164f] has been reserved
    Nov 08 01:27:29 LenovoYoga2Pro kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: system 00:02: [io 0x1854-0x1857] has been reserved
    Nov 08 01:27:29 LenovoYoga2Pro kernel: system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pnp 00:04: Plug and Play ACPI device, IDs SYN2b2c SYN2b00 SYN0002 PNP0f13 (active)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
    Nov 08 01:27:29 LenovoYoga2Pro kernel: system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
    Nov 08 01:27:29 LenovoYoga2Pro kernel: system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
    Nov 08 01:27:29 LenovoYoga2Pro kernel: system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
    Nov 08 01:27:29 LenovoYoga2Pro kernel: system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
    Nov 08 01:27:29 LenovoYoga2Pro kernel: system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
    Nov 08 01:27:29 LenovoYoga2Pro kernel: system 00:05: [mem 0xfed90000-0xfed93fff] has been reserved
    Nov 08 01:27:29 LenovoYoga2Pro kernel: system 00:05: [mem 0xff000000-0xffffffff] could not be reserved
    Nov 08 01:27:29 LenovoYoga2Pro kernel: system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
    Nov 08 01:27:29 LenovoYoga2Pro kernel: system 00:05: [mem 0x9fa20000-0x9fa20fff] has been reserved
    Nov 08 01:27:29 LenovoYoga2Pro kernel: system 00:05: [mem 0x9fa10000-0x9fa1ffff] has been reserved
    Nov 08 01:27:29 LenovoYoga2Pro kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pnp: PnP ACPI: found 7 devices
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:1c.0: bridge window [mem 0xb0400000-0xb04fffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci_bus 0000:00: resource 19 [mem 0x9fa00000-0xfeafffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci_bus 0000:01: resource 1 [mem 0xb0400000-0xb04fffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: NET: Registered protocol family 2
    Nov 08 01:27:29 LenovoYoga2Pro kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: TCP: Hash tables configured (established 65536 bind 65536)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: TCP: reno registered
    Nov 08 01:27:29 LenovoYoga2Pro kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: NET: Registered protocol family 1
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:00:02.0: Video device with shadowed ROM
    Nov 08 01:27:29 LenovoYoga2Pro kernel: PCI: CLS 64 bytes, default 64
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Unpacking initramfs...
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Freeing initrd memory: 4476K (ffff880037732000 - ffff880037b91000)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: software IO TLB [mem 0x8cd40000-0x90d40000] (64MB) mapped at [ffff88008cd40000-ffff880090d3ffff]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Simple Boot Flag at 0x44 set to 0x1
    Nov 08 01:27:29 LenovoYoga2Pro kernel: RAPL PMU detected, hw unit 2^-14 Joules, API unit is 2^-32 Joules, 4 fixed counters 655360 ms ovfl timer
    Nov 08 01:27:29 LenovoYoga2Pro kernel: microcode: CPU0 sig=0x40651, pf=0x40, revision=0x16
    Nov 08 01:27:29 LenovoYoga2Pro kernel: microcode: CPU1 sig=0x40651, pf=0x40, revision=0x16
    Nov 08 01:27:29 LenovoYoga2Pro kernel: microcode: CPU2 sig=0x40651, pf=0x40, revision=0x16
    Nov 08 01:27:29 LenovoYoga2Pro kernel: microcode: CPU3 sig=0x40651, pf=0x40, revision=0x16
    Nov 08 01:27:29 LenovoYoga2Pro kernel: microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Scanning for low memory corruption every 60 seconds
    Nov 08 01:27:29 LenovoYoga2Pro kernel: futex hash table entries: 2048 (order: 5, 131072 bytes)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Initialise system trusted keyring
    Nov 08 01:27:29 LenovoYoga2Pro kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
    Nov 08 01:27:29 LenovoYoga2Pro kernel: zpool: loaded
    Nov 08 01:27:29 LenovoYoga2Pro kernel: zbud: loaded
    Nov 08 01:27:29 LenovoYoga2Pro kernel: VFS: Disk quotas dquot_6.5.2
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: msgmni has been set to 15798
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Key type big_key registered
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: io scheduler noop registered
    Nov 08 01:27:29 LenovoYoga2Pro kernel: io scheduler deadline registered
    Nov 08 01:27:29 LenovoYoga2Pro kernel: io scheduler cfq registered (default)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    Nov 08 01:27:29 LenovoYoga2Pro kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efifb: probing for efifb
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efifb: framebuffer at 0xa0000000, mapped to 0xffffc90010f00000, using 22528k, total 22528k
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efifb: mode is 3200x1800x32, linelength=12800, pages=1
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efifb: scrolling: redraw
    Nov 08 01:27:29 LenovoYoga2Pro kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Console: switching to colour frame buffer device 400x112
    Nov 08 01:27:29 LenovoYoga2Pro kernel: fb0: EFI VGA frame buffer device
    Nov 08 01:27:29 LenovoYoga2Pro kernel: intel_idle: MWAIT substates: 0x11142120
    Nov 08 01:27:29 LenovoYoga2Pro kernel: intel_idle: v0.4 model 0x45
    Nov 08 01:27:29 LenovoYoga2Pro kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
    Nov 08 01:27:29 LenovoYoga2Pro kernel: GHES: HEST is not enabled!
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Linux agpgart interface v0.103
    Nov 08 01:27:29 LenovoYoga2Pro kernel: rtc_cmos 00:01: RTC can wake from S4
    Nov 08 01:27:29 LenovoYoga2Pro kernel: rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
    Nov 08 01:27:29 LenovoYoga2Pro kernel: rtc_cmos 00:01: alarms up to one month, 242 bytes nvram, hpet irqs
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Intel P-state driver initializing.
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ledtrig-cpu: registered to indicate activity on CPUs
    Nov 08 01:27:29 LenovoYoga2Pro kernel: TCP: cubic registered
    Nov 08 01:27:29 LenovoYoga2Pro kernel: NET: Registered protocol family 10
    Nov 08 01:27:29 LenovoYoga2Pro kernel: NET: Registered protocol family 17
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Loading compiled-in X.509 certificates
    Nov 08 01:27:29 LenovoYoga2Pro kernel: registered taskstats version 1
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Magic number: 6:553:455
    Nov 08 01:27:29 LenovoYoga2Pro kernel: rtc_cmos 00:01: setting system clock to 2014-11-08 00:27:28 UTC (1415406448)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: PM: Checking hibernation image partition UUID=830177f1-5a6f-461f-b2f6-7e9ebad1d3ae
    Nov 08 01:27:29 LenovoYoga2Pro kernel: PM: Hibernation image not present or could not be loaded.
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Freeing unused kernel memory: 1140K (ffffffff818e5000 - ffffffff81a02000)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Write protecting the kernel read-only data: 8192k
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Freeing unused kernel memory: 752K (ffff880002544000 - ffff880002600000)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Freeing unused kernel memory: 336K (ffff8800027ac000 - ffff880002800000)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: random: systemd-tmpfile urandom read with 4 bits of entropy available
    Nov 08 01:27:29 LenovoYoga2Pro systemd-udevd[57]: starting version 216
    Nov 08 01:27:29 LenovoYoga2Pro kernel: sdhci: Secure Digital Host Controller Interface driver
    Nov 08 01:27:29 LenovoYoga2Pro kernel: sdhci: Copyright(c) Pierre Ossman
    Nov 08 01:27:29 LenovoYoga2Pro kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: bus type USB registered
    Nov 08 01:27:29 LenovoYoga2Pro kernel: usbcore: registered new interface driver usbfs
    Nov 08 01:27:29 LenovoYoga2Pro kernel: usbcore: registered new interface driver hub
    Nov 08 01:27:29 LenovoYoga2Pro kernel: usbcore: registered new device driver usb
    Nov 08 01:27:29 LenovoYoga2Pro kernel: SCSI subsystem initialized
    Nov 08 01:27:29 LenovoYoga2Pro kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Nov 08 01:27:29 LenovoYoga2Pro kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ehci-pci: EHCI PCI platform driver
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 1
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ehci-pci 0000:00:1d.0: debug port 2
    Nov 08 01:27:29 LenovoYoga2Pro kernel: libata version 3.00 loaded.
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ehci-pci 0000:00:1d.0: irq 23, io mem 0xb0524000
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    Nov 08 01:27:29 LenovoYoga2Pro kernel: hub 1-0:1.0: USB hub found
    Nov 08 01:27:29 LenovoYoga2Pro kernel: hub 1-0:1.0: 2 ports detected
    Nov 08 01:27:29 LenovoYoga2Pro kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
    Nov 08 01:27:29 LenovoYoga2Pro kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
    Nov 08 01:27:29 LenovoYoga2Pro kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    Nov 08 01:27:29 LenovoYoga2Pro kernel: xhci_hcd 0000:00:14.0: irq 41 for MSI/MSI-X
    Nov 08 01:27:29 LenovoYoga2Pro kernel: hub 2-0:1.0: USB hub found
    Nov 08 01:27:29 LenovoYoga2Pro kernel: hub 2-0:1.0: 9 ports detected
    Nov 08 01:27:29 LenovoYoga2Pro kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
    Nov 08 01:27:29 LenovoYoga2Pro kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
    Nov 08 01:27:29 LenovoYoga2Pro kernel: hub 3-0:1.0: USB hub found
    Nov 08 01:27:29 LenovoYoga2Pro kernel: hub 3-0:1.0: 4 ports detected
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ahci 0000:00:1f.2: version 3.0
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ahci 0000:00:1f.2: irq 42 for MSI/MSI-X
    Nov 08 01:27:29 LenovoYoga2Pro kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x2 impl SATA mode
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ahci 0000:00:1f.2: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst
    Nov 08 01:27:29 LenovoYoga2Pro kernel: scsi host0: ahci
    Nov 08 01:27:29 LenovoYoga2Pro kernel: scsi host1: ahci
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ata1: DUMMY
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ata2: SATA max UDMA/133 abar m2048@0xb0523000 port 0xb0523180 irq 42
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ata2.00: ACPI cmd ef/10:09:00:00:00:b0 (SET FEATURES) succeeded
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ata2.00: ATA-9: TOSHIBA THNSNH256GMCT, HTLAN103, max UDMA/100
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ata2.00: 500118192 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ata2.00: ACPI cmd ef/10:09:00:00:00:b0 (SET FEATURES) succeeded
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ata2.00: configured for UDMA/100
    Nov 08 01:27:29 LenovoYoga2Pro kernel: scsi 1:0:0:0: Direct-Access ATA TOSHIBA THNSNH25 N103 PQ: 0 ANSI: 5
    Nov 08 01:27:29 LenovoYoga2Pro kernel: sd 1:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: sd 1:0:0:0: [sda] Write Protect is off
    Nov 08 01:27:29 LenovoYoga2Pro kernel: sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
    Nov 08 01:27:29 LenovoYoga2Pro kernel: sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Nov 08 01:27:29 LenovoYoga2Pro kernel: sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sda9 sda10
    Nov 08 01:27:29 LenovoYoga2Pro kernel: sd 1:0:0:0: [sda] Attached SCSI disk
    Nov 08 01:27:29 LenovoYoga2Pro kernel: usb 2-4: new full-speed USB device number 2 using xhci_hcd
    Nov 08 01:27:29 LenovoYoga2Pro kernel: raid6: sse2x1 9140 MB/s
    Nov 08 01:27:29 LenovoYoga2Pro kernel: raid6: sse2x2 12103 MB/s
    Nov 08 01:27:29 LenovoYoga2Pro kernel: raid6: sse2x4 13774 MB/s
    Nov 08 01:27:29 LenovoYoga2Pro kernel: raid6: avx2x1 18513 MB/s
    Nov 08 01:27:29 LenovoYoga2Pro kernel: raid6: avx2x2 21592 MB/s
    Nov 08 01:27:29 LenovoYoga2Pro kernel: usb 2-6: new full-speed USB device number 3 using xhci_hcd
    Nov 08 01:27:29 LenovoYoga2Pro kernel: raid6: avx2x4 24854 MB/s
    Nov 08 01:27:29 LenovoYoga2Pro kernel: raid6: using algorithm avx2x4 (24854 MB/s)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: raid6: using avx2x2 recovery algorithm
    Nov 08 01:27:29 LenovoYoga2Pro kernel: xor: automatically using best checksumming function:
    Nov 08 01:27:29 LenovoYoga2Pro kernel: avx : 26578.800 MB/sec
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Btrfs loaded
    Nov 08 01:27:29 LenovoYoga2Pro kernel: BTRFS: device fsid 7ef65df5-009b-40ee-b0b9-12029f91399e devid 1 transid 509 /dev/sda10
    Nov 08 01:27:29 LenovoYoga2Pro kernel: BTRFS: device fsid 120a604d-e34d-4a44-baf7-fae2f7aa9382 devid 1 transid 439 /dev/sda8
    Nov 08 01:27:29 LenovoYoga2Pro kernel: PM: Starting manual resume from disk
    Nov 08 01:27:29 LenovoYoga2Pro kernel: PM: Hibernation image partition 8:9 present
    Nov 08 01:27:29 LenovoYoga2Pro kernel: PM: Looking for hibernation image.
    Nov 08 01:27:29 LenovoYoga2Pro kernel: PM: Image not found (code -22)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: PM: Hibernation image not present or could not be loaded.
    Nov 08 01:27:29 LenovoYoga2Pro kernel: BTRFS info (device sda8): disk space caching is enabled
    Nov 08 01:27:29 LenovoYoga2Pro kernel: BTRFS: detected SSD devices, enabling SSD mode
    Nov 08 01:27:29 LenovoYoga2Pro kernel: usb 2-6: ep 0x81 - rounding interval to 128 microframes, ep desc says 160 microframes
    Nov 08 01:27:29 LenovoYoga2Pro kernel: usb 2-6: ep 0x1 - rounding interval to 128 microframes, ep desc says 160 microframes
    Nov 08 01:27:29 LenovoYoga2Pro kernel: tsc: Refined TSC clocksource calibration: 2394.458 MHz
    Nov 08 01:27:29 LenovoYoga2Pro kernel: usb 2-7: new full-speed USB device number 4 using xhci_hcd
    Nov 08 01:27:29 LenovoYoga2Pro kernel: BTRFS info (device sda8): turning on discard
    Nov 08 01:27:29 LenovoYoga2Pro kernel: BTRFS info (device sda8): enabling auto defrag
    Nov 08 01:27:29 LenovoYoga2Pro kernel: BTRFS info (device sda8): enabling inode map caching
    Nov 08 01:27:29 LenovoYoga2Pro kernel: BTRFS info (device sda8): disk space caching is enabled
    Nov 08 01:27:29 LenovoYoga2Pro systemd-udevd[183]: starting version 216
    Nov 08 01:27:29 LenovoYoga2Pro systemd-journal[163]: Journal started
    Nov 08 01:27:29 LenovoYoga2Pro systemd-vconsole-setup[156]: /usr/bin/loadkeys failed with error code 1.
    Nov 08 01:27:29 LenovoYoga2Pro systemd-vconsole-setup[156]: cannot open file gb
    Nov 08 01:27:29 LenovoYoga2Pro ufw-init[170]: Skip starting firewall: ufw (not enabled)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: Lid Switch [LID0]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: Power Button [PWRB]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: Power Button [PWRF]
    Nov 08 01:27:29 LenovoYoga2Pro kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    Nov 08 01:27:29 LenovoYoga2Pro kernel: mei_me 0000:00:16.0: irq 43 for MSI/MSI-X
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: AC Adapter [ADP1] (off-line)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: [drm] Initialized drm 1.1.0 20060810
    Nov 08 01:27:29 LenovoYoga2Pro kernel: hidraw: raw HID events driver (C) Jiri Kosina
    Nov 08 01:27:29 LenovoYoga2Pro kernel: snd_hda_intel 0000:00:1b.0: irq 44 for MSI/MSI-X
    Nov 08 01:27:29 LenovoYoga2Pro kernel: input: Ideapad extra buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input5
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: Battery Slot [BAT1] (battery present)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: cfg80211: Calling CRDA to update world regulatory domain
    Nov 08 01:27:29 LenovoYoga2Pro kernel: thermal LNXTHERM:00: registered as thermal_zone0
    Nov 08 01:27:29 LenovoYoga2Pro kernel: ACPI: Thermal Zone [TZ01] (53 C)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: [drm] Memory usable by graphics device = 2048M
    Nov 08 01:27:29 LenovoYoga2Pro kernel: [drm] Replacing VGA console driver
    Nov 08 01:27:29 LenovoYoga2Pro kernel: checking generic (a0000000 1600000) vs hw (a0000000 10000000)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: fb: switching to inteldrmfb from EFI VGA
    Nov 08 01:27:29 LenovoYoga2Pro kernel: Console: switching to colour dummy device 80x25
    Nov 08 01:27:29 LenovoYoga2Pro kernel: sound hdaudioC1D0: autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
    Nov 08 01:27:29 LenovoYoga2Pro kernel: sound hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: sound hdaudioC1D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
    Nov 08 01:27:29 LenovoYoga2Pro kernel: sound hdaudioC1D0: mono: mono_out=0x0
    Nov 08 01:27:29 LenovoYoga2Pro kernel: sound hdaudioC1D0: inputs:
    Nov 08 01:27:29 LenovoYoga2Pro kernel: sound hdaudioC1D0: Mic=0x19
    Nov 08 01:27:29 LenovoYoga2Pro kernel: sound hdaudioC1D0: Internal Mic=0x12
    Nov 08 01:27:29 LenovoYoga2Pro kernel: input: PC Speaker as /devices/platform/pcspkr/input/input9
    Nov 08 01:27:29 LenovoYoga2Pro kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card1/hdaudioC1D0/input6
    Nov 08 01:27:29 LenovoYoga2Pro kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input7
    Nov 08 01:27:29 LenovoYoga2Pro kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input8
    Nov 08 01:27:29 LenovoYoga2Pro kernel: rtc-efi rtc-efi: rtc core: registered rtc-efi as rtc1
    Nov 08 01:27:29 LenovoYoga2Pro ker

    Dear All, in my quest to reduce the flashes (flickering), I decided to remove plymoth and start gdm (and hence X) at the native 3200x1800 resolution. However, I still have one flash. I looked at the result of this command:
    journalctl -b -u gdm
    and I noticed something interesting:
    -- Logs begin at Tue 2014-11-11 01:07:29 CET, end at Thu 2014-11-13 11:05:40 CET. --
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: X.Org X Server 1.16.2
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: Release Date: 2014-11-10
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: X Protocol Version 11, Revision 0
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: Build Operating System: Linux 3.17.2-1-ARCH x86_64
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: Current Operating System: Linux LenovoYoga2Pro 3.17.2-1-ARCH #1 SMP PREEMPT Thu Oct 30 20:49:39 CET 2014 x86_64
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=2643e403-5541-4076-bd68-92a57c41cef5 rw resume=UUID=36a7cf05-b27c-4a42-90f4-c47aeea3fdd5 quiet
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: Build Date: 10 November 2014 07:52:13PM
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: Current version of pixman: 0.32.6
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: Before reporting problems, check http://wiki.x.org
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: to make sure that you have the latest version.
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: Markers: (--) probed, (**) from config file, (==) default setting,
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (++) from command line, (!!) notice, (II) informational,
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (++) Log file: "/dev/null", Time: Thu Nov 13 11:04:59 2014
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (==) Using config directory: "/etc/X11/xorg.conf.d"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (==) No Layout section. Using the first Screen section.
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (==) No screen section available. Using defaults.
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) |-->Screen "Default Screen Section" (0)
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) | |-->Monitor "<default monitor>"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (==) No monitor specified for screen "Default Screen Section".
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: Using a default monitor configuration.
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (==) Automatically adding devices
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (==) Automatically enabling devices
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (==) Automatically adding GPU devices
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: Entry deleted from font path.
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: Entry deleted from font path.
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (==) FontPath set to:
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: /usr/share/fonts/misc/,
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: /usr/share/fonts/TTF/,
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: /usr/share/fonts/OTF/,
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: /usr/share/fonts/Type1/
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (==) ModulePath set to "/usr/lib/xorg/modules"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) The server relies on udev to provide the list of input devices.
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: If no devices become available, reconfigure udev or disable AutoAddDevices.
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) Loader magic: 0x818d80
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) Module ABI versions:
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: X.Org ANSI C Emulation: 0.4
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: X.Org Video Driver: 18.0
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: X.Org XInput driver : 21.0
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: X.Org Server Extension : 8.0
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (EE) systemd-logind: failed to get session: PID 318 does not belong to any known session
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) xfree86: Adding drm device (/dev/dri/card0)
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (--) PCI:*(0:0:2:0) 8086:0a16:17aa:3978 rev 9, Mem @ 0xb0000000/4194304, 0xa0000000/268435456, I/O @ 0x00003000/64
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) LoadModule: "glx"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) Module glx: vendor="X.Org Foundation"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: compiled for 1.16.2, module version = 1.0.0
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: ABI class: X.Org Server Extension, version 8.0
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (==) AIGLX enabled
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (==) Matched intel as autoconfigured driver 0
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (==) Matched intel as autoconfigured driver 1
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (==) Matched modesetting as autoconfigured driver 2
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (==) Matched fbdev as autoconfigured driver 3
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (==) Matched vesa as autoconfigured driver 4
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (==) Assigned the driver to the xf86ConfigLayout
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) LoadModule: "intel"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) Module intel: vendor="X.Org Foundation"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: compiled for 1.16.1, module version = 2.99.916
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: Module class: X.Org Video Driver
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: ABI class: X.Org Video Driver, version 18.0
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) LoadModule: "modesetting"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (WW) Warning, couldn't open module modesetting
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) UnloadModule: "modesetting"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) Unloading modesetting
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (EE) Failed to load module "modesetting" (module does not exist, 0)
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) LoadModule: "fbdev"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) Module fbdev: vendor="X.Org Foundation"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: compiled for 1.16.0, module version = 0.4.4
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: Module class: X.Org Video Driver
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: ABI class: X.Org Video Driver, version 18.0
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) LoadModule: "vesa"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) Module vesa: vendor="X.Org Foundation"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: compiled for 1.16.0, module version = 2.3.2
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: Module class: X.Org Video Driver
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: ABI class: X.Org Video Driver, version 18.0
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) FBDEV: driver for framebuffer: fbdev
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) VESA: driver for VESA chipsets: vesa
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (++) using VT number 1
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20140725
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (WW) Falling back to old probe method for fbdev
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) Loading sub module "fbdevhw"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) LoadModule: "fbdevhw"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) Module fbdevhw: vendor="X.Org Foundation"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: compiled for 1.16.2, module version = 0.0.2
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: ABI class: X.Org Video Driver, version 18.0
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (WW) Falling back to old probe method for vesa
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4400
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) intel(0): Creating default Display subsection in Screen section
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: "Default Screen Section" for depth/fbbpp 24/32
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (==) intel(0): Depth 24, (--) framebuffer bpp 32
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (==) intel(0): RGB weight 888
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (==) intel(0): Default visual is TrueColor
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) intel(0): Output eDP1 using monitor section eDP1
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (--) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) intel(0): Enabled output eDP1
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) intel(0): Output HDMI1 has no monitor section
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) intel(0): Enabled output HDMI1
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (--) intel(0): Using a maximum size of 256x256 for hardware cursors
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) intel(0): Output VIRTUAL1 has no monitor section
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) intel(0): Enabled output VIRTUAL1
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (--) intel(0): Output eDP1 using initial mode 3200x1800 on pipe 0
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (==) intel(0): TearFree disabled
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (==) intel(0): DPI set to (96, 96)
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) Loading sub module "dri2"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) LoadModule: "dri2"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) Module "dri2" already built-in
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) Loading sub module "present"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) LoadModule: "present"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) Module "present" already built-in
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) UnloadModule: "fbdev"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) Unloading fbdev
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) UnloadSubModule: "fbdevhw"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) Unloading fbdevhw
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) UnloadModule: "vesa"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) Unloading vesa
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (==) Depth 24 pixmap format is 32 bpp
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) intel(0): SNA initialized with Haswell (gen7.5, gt2) backend
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (==) intel(0): Backing store enabled
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (==) intel(0): Silken mouse enabled
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) intel(0): HW Cursor enabled
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (==) intel(0): DPMS enabled
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) intel(0): [DRI2] Setup complete
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) intel(0): [DRI2] DRI driver: i965
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) intel(0): [DRI2] VDPAU driver: i965
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) intel(0): direct rendering: DRI2 enabled
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) intel(0): hardware support for Present enabled
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (==) intel(0): display hotplug detection enabled
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (--) RandR disabled
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) AIGLX: enabled GLX_ARB_create_context
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) AIGLX: enabled GLX_ARB_create_context_profile
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) AIGLX: enabled GLX_INTEL_swap_event
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) AIGLX: enabled GLX_ARB_fbconfig_float
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) AIGLX: enabled GLX_ARB_create_context_robustness
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) AIGLX: Loaded and initialized i965
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) GLX: Initialized DRI2 GL provider for screen 0
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) intel(0): switch to mode [email protected] on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) intel(0): Setting screen physical size to 846 x 476
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) config/udev: Adding input device Power Button (/dev/input/event2)
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Power Button: Applying InputClass "evdev keyboard catchall"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Power Button: Applying InputClass "system-keyboard"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) LoadModule: "evdev"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) Module evdev: vendor="X.Org Foundation"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: compiled for 1.16.0, module version = 2.9.0
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: Module class: X.Org XInput Driver
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: ABI class: X.Org XInput driver, version 21.0
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) Using input driver 'evdev' for 'Power Button'
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Power Button: always reports core events
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) evdev: Power Button: Device: "/dev/input/event2"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (--) evdev: Power Button: Vendor 0 Product 0x1
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (--) evdev: Power Button: Found keys
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) evdev: Power Button: Configuring as keyboard
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Option "xkb_rules" "evdev"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Option "xkb_model" "pc104"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Option "xkb_layout" "gb"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) config/udev: Adding input device Video Bus (/dev/input/event3)
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Video Bus: Applying InputClass "system-keyboard"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) Using input driver 'evdev' for 'Video Bus'
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Video Bus: always reports core events
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) evdev: Video Bus: Device: "/dev/input/event3"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (--) evdev: Video Bus: Vendor 0 Product 0x6
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (--) evdev: Video Bus: Found keys
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) evdev: Video Bus: Configuring as keyboard
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Option "xkb_rules" "evdev"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Option "xkb_model" "pc104"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Option "xkb_layout" "gb"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) config/udev: Adding input device Power Button (/dev/input/event1)
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Power Button: Applying InputClass "evdev keyboard catchall"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Power Button: Applying InputClass "system-keyboard"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) Using input driver 'evdev' for 'Power Button'
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Power Button: always reports core events
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) evdev: Power Button: Device: "/dev/input/event1"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (--) evdev: Power Button: Vendor 0 Product 0x1
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (--) evdev: Power Button: Found keys
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) evdev: Power Button: Configuring as keyboard
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Option "xkb_rules" "evdev"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Option "xkb_model" "pc104"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Option "xkb_layout" "gb"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) No input driver specified, ignoring this device.
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) This device may have been added with another device file.
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event10)
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) No input driver specified, ignoring this device.
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) This device may have been added with another device file.
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event11)
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) No input driver specified, ignoring this device.
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) This device may have been added with another device file.
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event12)
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) No input driver specified, ignoring this device.
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) This device may have been added with another device file.
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) No input driver specified, ignoring this device.
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) This device may have been added with another device file.
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event8)
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) No input driver specified, ignoring this device.
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) This device may have been added with another device file.
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event9)
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) No input driver specified, ignoring this device.
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) This device may have been added with another device file.
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event6)
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Ideapad extra buttons: Applying InputClass "evdev keyboard catchall"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Ideapad extra buttons: Applying InputClass "system-keyboard"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) Using input driver 'evdev' for 'Ideapad extra buttons'
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Ideapad extra buttons: always reports core events
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) evdev: Ideapad extra buttons: Device: "/dev/input/event6"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (--) evdev: Ideapad extra buttons: Vendor 0 Product 0
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (--) evdev: Ideapad extra buttons: Found keys
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) evdev: Ideapad extra buttons: Configuring as keyboard
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input9/event6"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 9)
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Option "xkb_rules" "evdev"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Option "xkb_model" "pc104"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Option "xkb_layout" "gb"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) AT Translated Set 2 keyboard: always reports core events
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event4"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (--) evdev: AT Translated Set 2 keyboard: Found keys
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Option "xkb_rules" "evdev"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Option "xkb_model" "pc104"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Option "xkb_layout" "gb"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) No input driver specified, ignoring this device.
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) This device may have been added with another device file.
    Nov 13 11:04:59 LenovoYoga2Pro gdm[310]: Failed to give slave programs access to the display. Trying to proceed.
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event13)
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) LoadModule: "synaptics"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) Module synaptics: vendor="X.Org Foundation"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: compiled for 1.16.0, module version = 1.8.1
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: Module class: X.Org XInput Driver
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: ABI class: X.Org XInput driver, version 21.0
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) SynPS/2 Synaptics TouchPad: always reports core events
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Option "Device" "/dev/input/event13"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5702 (res 51)
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4730 (res 62)
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Option "TapButton1" "1"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Option "TapButton2" "2"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Option "TapButton3" "3"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) SynPS/2 Synaptics TouchPad: always reports core events
    Nov 13 11:05:00 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event13"
    Nov 13 11:05:00 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
    Nov 13 11:05:00 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    Nov 13 11:05:00 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    Nov 13 11:05:00 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.037
    Nov 13 11:05:00 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    Nov 13 11:05:00 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    Nov 13 11:05:00 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    Nov 13 11:05:00 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    Nov 13 11:05:00 LenovoYoga2Pro gdm-Xorg-:0[318]: (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    Nov 13 11:05:00 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    Nov 13 11:05:00 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) config/udev: Adding input device Lenovo EasyCamera (/dev/input/event14)
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Lenovo EasyCamera: Applying InputClass "evdev keyboard catchall"
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Lenovo EasyCamera: Applying InputClass "system-keyboard"
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) Using input driver 'evdev' for 'Lenovo EasyCamera'
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Lenovo EasyCamera: always reports core events
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) evdev: Lenovo EasyCamera: Device: "/dev/input/event14"
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (--) evdev: Lenovo EasyCamera: Vendor 0x5986 Product 0x535
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (--) evdev: Lenovo EasyCamera: Found keys
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) evdev: Lenovo EasyCamera: Configuring as keyboard
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input15/event14"
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) XINPUT: Adding extended input device "Lenovo EasyCamera" (type: KEYBOARD, id 12)
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Option "xkb_rules" "evdev"
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Option "xkb_model" "pc104"
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Option "xkb_layout" "gb"
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) config/udev: Adding input device ELAN Touchscreen (/dev/input/mouse1)
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) No input driver specified, ignoring this device.
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) This device may have been added with another device file.
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) config/udev: Adding input device ELAN Touchscreen (/dev/input/event15)
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) ELAN Touchscreen: Applying InputClass "evdev touchscreen catchall"
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) Using input driver 'evdev' for 'ELAN Touchscreen'
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) ELAN Touchscreen: always reports core events
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) evdev: ELAN Touchscreen: Device: "/dev/input/event15"
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (--) evdev: ELAN Touchscreen: Vendor 0x4f3 Product 0x16f
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (--) evdev: ELAN Touchscreen: Found absolute axes
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (--) evdev: ELAN Touchscreen: Found absolute multitouch axes
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) evdev: ELAN Touchscreen: No buttons found, faking one.
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (--) evdev: ELAN Touchscreen: Found x and y absolute axes
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (--) evdev: ELAN Touchscreen: Found absolute touchscreen
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) evdev: ELAN Touchscreen: Configuring as touchscreen
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) evdev: ELAN Touchscreen: YAxisMapping: buttons 4 and 5
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) evdev: ELAN Touchscreen: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/0003:04F3:016F.0002/input/input16/event15"
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) XINPUT: Adding extended input device "ELAN Touchscreen" (type: TOUCHSCREEN, id 13)
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) evdev: ELAN Touchscreen: initialized for absolute axes.
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) ELAN Touchscreen: (accel) keeping acceleration scheme 1
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) ELAN Touchscreen: (accel) acceleration profile 0
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) ELAN Touchscreen: (accel) acceleration factor: 2.000
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (**) ELAN Touchscreen: (accel) acceleration threshold: 4
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) intel(0): EDID vendor "SDC", prod id 16970
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) intel(0): Printing DDC gathered Modelines:
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) intel(0): Modeline "3200x1800"x0.0 361.31 3200 3248 3280 3316 1800 1802 1807 1816 -hsync -vsync (109.0 kHz eP)
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) intel(0): Modeline "3200x1800"x0.0 361.31 3200 3248 3280 3680 1800 1802 1807 2045 -hsync -vsync (98.2 kHz e)
    ...(Login info removed)
    Please see:
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (--) intel(0): Output eDP1 using initial mode 3200x1800 on pipe 0
    And then:
    Nov 13 11:04:59 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) intel(0): switch to mode [email protected] on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
    So, why is this switch happening at all? 3200x1800 (with 60Hz) is native resolution. So essentially this is switching from native resolution to a native resolution itself, causing the flash! But why? I want to keep the native resolution, why is  X generating a Modeline with the same  characteristics but a different name, and switching to it?
    Is this a hint, towards the end?
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) intel(0): Printing DDC gathered Modelines:
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) intel(0): Modeline "3200x1800"x0.0 361.31 3200 3248 3280 3316 1800 1802 1807 1816 -hsync -vsync (109.0 kHz eP)
    Nov 13 11:05:02 LenovoYoga2Pro gdm-Xorg-:0[318]: (II) intel(0): Modeline "3200x1800"x0.0 361.31 3200 3248 3280 3680 1800 1802 1807 2045 -hsync -vsync (98.2 kHz e)
    Thank you for any help you can provide...
      Valerio

  • Xorg-server-1.2.0-2 high load, slows down everything

    I've just updated xorg-server.
    After xorg started, the system is very slow... as if everything works in slowmotion. The load of X (as seen in top) is very high and slows down everything.
    I've had this problem with all the beta and RC versions of xorg-server-1.2.0 that I've compiled myself. The version I'm using now from the repositories (1.2.0-2) has the same problem.
    This problem happens with kernel 2.6.19-ck and 2.6.20-ck, I haven't tried other kernel versions.
    Turning off EXA (that means using XAA) and/or turning off composite in xorg.conf makes X quicker (the load is also lower), but still slower than normal (with EXA, composite and xorg-server-1.1.1).
    My problem is probably the same as described in http://bbs.archlinux.org/viewtopic.php?id=29661
    My system:
    AMD Sempron;
    Ati Radeon 9500 using the open-source driver;
    glibc-2.5 compiled myself;
    kernel-2.6.20-ck1 compiled myself;
    kde*-3.5.6 compiled myself;
    xorg-server-1.2.0-2 and all the libx*, xf86*, libdrm, libgl-dri and mesa are the newest versions from the repositories.
    Last edited by eric (2007-02-27 15:42:55)

    Alright, downgrading wasn't the solution I was looking for, so I took the path to darkness and installed the most recent proprietary ATI drivers (8.34.8). Because the laptop has some ACPI issues I have to apply two patches which in turn require a custom kernel. Needless to say the Arch fglrx driver packages don't work with this kernel. So, here's what i did:
    1) fetched the proprietary drivers from ati.com
    2) run them, looked in awe at the error message
    3) went here: http://cvs.archlinux.org/cgi-bin/viewcv … root=Extra and fetched the fglrx-kernel-2.6.20 patch.
    4)
    cd /lib/modules/fglrx/build_mod/2.6.x
    make clean
    rm -r .tmp_versions
    cd ..
    patch < /path/to/fglrx-kernel-2.6.20
    ./make.sh
    cd ..
    ./make_install.sh
    modinfo fglrx
    modprobe fglrx
    lsmod | grep fglrx
    5) Use aticonfig --initial to adapt /etc/X11/xorg.conf
    6) Restart X
    I hope suspend is still working...

  • Xorg.conf (help)

    Got 2 screens on my computer, a 22" Samsung on DVI and a 40" Sony on HDMI.
    1. My 40" TV automatically becomes the primary screen. I want my 22" as primary.
    2. I want extended desktop configured in the xorg.conf since i need to use the xorg.conf anyway (better to have all settings in one place) 40" to the right of 22"
    3. Resolution as follows. 22": 1680x1050 40": 1920x1080
    4. I want both screens in same xorg.conf (merge the two i have)
    Did a "X -configure" with both screens connected, and one with just 22" connected. Seems it didn't detect 2 screens with both connected. Hope someone can help me with the setup Don't want more changes to these files than necessary, so i can easily remember what to to next time i do a "X -configure"
    Only 22" connected during "X -configure"
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc/"
    FontPath "/usr/share/fonts/TTF/"
    FontPath "/usr/share/fonts/OTF/"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    EndSection
    Section "Module"
    Load "dbe"
    Load "dri2"
    Load "record"
    Load "dri"
    Load "extmod"
    Load "glx"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    #DisplaySize 1680 1050 # mm
    Identifier "Monitor0"
    VendorName "SAM"
    ModelName "SyncMaster"
    HorizSync 30.0 - 81.0
    VertRefresh 56.0 - 75.0
    Option "DPMS"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
    ### <percent>: "<f>%"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "Dac6Bit" # [<bool>]
    #Option "Dac8Bit" # [<bool>]
    #Option "BusType" # [<str>]
    #Option "CPPIOMode" # [<bool>]
    #Option "CPusecTimeout" # <i>
    #Option "AGPMode" # <i>
    #Option "AGPFastWrite" # [<bool>]
    #Option "AGPSize" # <i>
    #Option "GARTSize" # <i>
    #Option "RingSize" # <i>
    #Option "BufferSize" # <i>
    #Option "EnableDepthMoves" # [<bool>]
    #Option "EnablePageFlip" # [<bool>]
    #Option "NoBackBuffer" # [<bool>]
    #Option "DMAForXv" # [<bool>]
    #Option "FBTexPercent" # <i>
    #Option "DepthBits" # <i>
    #Option "PCIAPERSize" # <i>
    #Option "AccelDFS" # [<bool>]
    #Option "IgnoreEDID" # [<bool>]
    #Option "CustomEDID" # [<str>]
    #Option "DisplayPriority" # [<str>]
    #Option "PanelSize" # [<str>]
    #Option "ForceMinDotClock" # <freq>
    #Option "ColorTiling" # [<bool>]
    #Option "VideoKey" # <i>
    #Option "RageTheatreCrystal" # <i>
    #Option "RageTheatreTunerPort" # <i>
    #Option "RageTheatreCompositePort" # <i>
    #Option "RageTheatreSVideoPort" # <i>
    #Option "TunerType" # <i>
    #Option "RageTheatreMicrocPath" # <str>
    #Option "RageTheatreMicrocType" # <str>
    #Option "ScalerWidth" # <i>
    #Option "RenderAccel" # [<bool>]
    #Option "SubPixelOrder" # [<str>]
    #Option "ClockGating" # [<bool>]
    #Option "VGAAccess" # [<bool>]
    #Option "ReverseDDC" # [<bool>]
    #Option "LVDSProbePLL" # [<bool>]
    #Option "AccelMethod" # <str>
    #Option "DRI" # [<bool>]
    #Option "ConnectorTable" # <str>
    #Option "DefaultConnectorTable" # [<bool>]
    #Option "DefaultTMDSPLL" # [<bool>]
    #Option "TVDACLoadDetect" # [<bool>]
    #Option "ForceTVOut" # [<bool>]
    #Option "TVStandard" # <str>
    #Option "IgnoreLidStatus" # [<bool>]
    #Option "DefaultTVDACAdj" # [<bool>]
    #Option "Int10" # [<bool>]
    #Option "EXAVSync" # [<bool>]
    #Option "ATOMTVOut" # [<bool>]
    #Option "R4xxATOM" # [<bool>]
    #Option "ForceLowPowerMode" # [<bool>]
    #Option "DynamicPM" # [<bool>]
    #Option "NewPLL" # [<bool>]
    #Option "ZaphodHeads" # <str>
    Identifier "Card0"
    Driver "radeon"
    BusID "PCI:1:0: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
    Both screens connected during "X -configure"
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc/"
    FontPath "/usr/share/fonts/TTF/"
    FontPath "/usr/share/fonts/OTF/"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    EndSection
    Section "Module"
    Load "dbe"
    Load "dri2"
    Load "record"
    Load "dri"
    Load "extmod"
    Load "glx"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    #DisplaySize 1920 1080 # mm
    Identifier "Monitor0"
    VendorName "SNY"
    ModelName "SONY TV XV"
    HorizSync 14.0 - 70.0
    VertRefresh 48.0 - 62.0
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
    ### <percent>: "<f>%"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "Dac6Bit" # [<bool>]
    #Option "Dac8Bit" # [<bool>]
    #Option "BusType" # [<str>]
    #Option "CPPIOMode" # [<bool>]
    #Option "CPusecTimeout" # <i>
    #Option "AGPMode" # <i>
    #Option "AGPFastWrite" # [<bool>]
    #Option "AGPSize" # <i>
    #Option "GARTSize" # <i>
    #Option "RingSize" # <i>
    #Option "BufferSize" # <i>
    #Option "EnableDepthMoves" # [<bool>]
    #Option "EnablePageFlip" # [<bool>]
    #Option "NoBackBuffer" # [<bool>]
    #Option "DMAForXv" # [<bool>]
    #Option "FBTexPercent" # <i>
    #Option "DepthBits" # <i>
    #Option "PCIAPERSize" # <i>
    #Option "AccelDFS" # [<bool>]
    #Option "IgnoreEDID" # [<bool>]
    #Option "CustomEDID" # [<str>]
    #Option "DisplayPriority" # [<str>]
    #Option "PanelSize" # [<str>]
    #Option "ForceMinDotClock" # <freq>
    #Option "ColorTiling" # [<bool>]
    #Option "VideoKey" # <i>
    #Option "RageTheatreCrystal" # <i>
    #Option "RageTheatreTunerPort" # <i>
    #Option "RageTheatreCompositePort" # <i>
    #Option "RageTheatreSVideoPort" # <i>
    #Option "TunerType" # <i>
    #Option "RageTheatreMicrocPath" # <str>
    #Option "RageTheatreMicrocType" # <str>
    #Option "ScalerWidth" # <i>
    #Option "RenderAccel" # [<bool>]
    #Option "SubPixelOrder" # [<str>]
    #Option "ClockGating" # [<bool>]
    #Option "VGAAccess" # [<bool>]
    #Option "ReverseDDC" # [<bool>]
    #Option "LVDSProbePLL" # [<bool>]
    #Option "AccelMethod" # <str>
    #Option "DRI" # [<bool>]
    #Option "ConnectorTable" # <str>
    #Option "DefaultConnectorTable" # [<bool>]
    #Option "DefaultTMDSPLL" # [<bool>]
    #Option "TVDACLoadDetect" # [<bool>]
    #Option "ForceTVOut" # [<bool>]
    #Option "TVStandard" # <str>
    #Option "IgnoreLidStatus" # [<bool>]
    #Option "DefaultTVDACAdj" # [<bool>]
    #Option "Int10" # [<bool>]
    #Option "EXAVSync" # [<bool>]
    #Option "ATOMTVOut" # [<bool>]
    #Option "R4xxATOM" # [<bool>]
    #Option "ForceLowPowerMode" # [<bool>]
    #Option "DynamicPM" # [<bool>]
    #Option "NewPLL" # [<bool>]
    #Option "ZaphodHeads" # <str>
    Identifier "Card0"
    Driver "radeon"
    BusID "PCI:1:0: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
    Last edited by Shamanix (2011-08-08 13:17:18)

    Gonna try this in xorg.conf and xinitrc.
    xinitrc (to get 40" to the right of 22")
    xrandr --output DVI-1 --auto --right-of DVI-0
    xorg.conf (to set primary screen and get the right resolution at login screen also, not only the desktop after login)
    Section "Device"
    Identifier "ATI Radeon HD 6850"
    Driver "radeon"
    EndSection
    Section "Monitor"
    Identifier "DVI-0"
    EndSection
    Section "Monitor"
    Identifier "DVI-1"
    EndSection
    Section "Screen"
    Identifier "Default Screen"
    Device "ATI Radeon HD 6850"
    Monitor "DVI-0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1680x1050"
    Virtual 1980 1080
    EndSubSection
    EndSection
    Hope this will work. Maybe someone has a better/easier suggestion?
    Last edited by Shamanix (2011-08-09 09:54:57)

  • Xorg.conf - hal

    Hi, I have been using arch for quite a long time. Some time ago, when I was installing gnome and x11 I had to generate the xorg.conf using hwd. Hwd is now only in AUR and it is completely useless. I am using HAL configuration now and I want to make some improvements to the graphics configuration like enabling UXA rendering and so on. This forbids me from doing so. I was wondering whether there's a way to write HAL's detected config into xorg.conf for me to edit or some other way. The way of trying every config is a bit uncomfortable for me, because almost every time there's anything wrong, all input devices are not being listened to so I need to perform a hard reset and it hurts my heart. needless to say the filesystem check I had to turn off because of this.
    Thank you
    EDIT: It is probably good idea to mention my hardware
    Lenovo R400
    C2D T6670 2,2GHz
    intel integrated graphics 4500MHD
    1280x800 display
    2GB RAM
    [sdoky@sdoky-r400 ~]$ lspci | grep VGA
    00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
    Last edited by sDoky (2010-01-20 15:03:11)

    Did you try generating a xorg.conf like:
    Xorg -configure
    cp /root/xorg.conf.new /etc/X11/xorg.conf
    Then make your changes to the file.
    Also see this:
    http://wiki.archlinux.org/index.php/Intel

  • Xorg.conf

    Hi,
    I configure a default xorg.conf and put it in /etc/X11/xorg.conf. I generated it with Xorg -configure. No when i start the server i get the error: Failed to initialize GEM. Falling back to classic.
    suggestions ?
    Last edited by p33w5t3r (2009-04-24 22:40:56)

    Just removed /etc/X11/xorg.conf, logged off and then logged in again, tried to start the xserver but still nothing. When is start Xorg nothing happens, only a blank screen so i have to turn off my laptop with the power button. When i startx witch "startx" i get 2 xterm windows and that's, so i must restart my laptop again with the power button.
    Last edited by p33w5t3r (2009-04-26 08:02:25)

  • Composite Salary Survey/Survey Results

    I'm looking for details information on how to configure Composite Salary Survey and Survey Results infotypes in HR ECM. 
    Please let me know where can I find detail information.
    Thank you in advance.
    H

    Hi Hetal,
    In ECM, you need only the Composite Survey Results (1271) infotype.  The Survey Results (1051) infotype is for CM.
    Coming to IT1271, this infotype will be automatically maintained for jobs if you are using the Job Pricing BSP. It is too elaborate to write everything down here. Please go through this link:
    http://help.sap.com/erp2005_ehp_04/helpdata/en/01/6e083f56e4d861e10000000a114084/frameset.htm
    Look under the Job Pricing section for the detailed process.
    Cheers,
    Donnie

Maybe you are looking for