Framebuffer problem

Hi
I try to render some part of my opengl es scene to texture using framebuffer.
my code is
/// Init framebuffer
     glGenFramebuffersOES(NUM_FRAMEBUFFERS, g_frameBuffers);
     glGenTextures(NUM_FRAMEBUFFERS, g_frameTextures);
     for (int i=0;i<NUM_FRAMEBUFFERS;i++)
          glBindFramebufferOES(GL_FRAMEBUFFER_OES, g_frameBuffers[i]);          
          glBindTexture(GL_TEXTURE_2D, g_frameTextures[i]);
          glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 512, 512, 0, GL_RGB, GL_UNSIGNED_BYTE, NULL);
          glTexParameteri(GL_TEXTURE_2D,GL_TEXTURE_MAG_FILTER,GL_LINEAR);
          glTexParameteri(GL_TEXTURE_2D,GL_TEXTURE_MIN_FILTER,GL_LINEAR);
          glBindTexture(GL_TEXTURE_2D, g_frameTextures[i]);
          glFramebufferTexture2DOES(GL_FRAMEBUFFER_OES, GL_COLOR_ATTACHMENT0_OES, GL_TEXTURE_2D, g_frameTextures[i],0);
          GLuint errCode = glCheckFramebufferStatusOES(GL_FRAMEBUFFER_OES);
          assert(glGetError()==0);
          assert(errCode==GL_FRAMEBUFFER_COMPLETE_OES);
Here is all fine, no any errors from glGetError and glCheckFramebufferStatus return GLFRAMEBUFFER_COMPLETEOES
And My drawing code:
GLint oldViewBuffer;
     glGetIntegerv(GL_FRAMEBUFFER_BINDING_OES, &oldViewBuffer);
     for (int fb=0;fb<NUM_FRAMEBUFFERS;fb++)
          glBindFramebufferOES(GL_FRAMEBUFFER_OES, g_frameBuffers[fb]);
          glViewport(0, 0, 512, 512);
          glClearColor(0.8,0.8,0.8,1);
          glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
          glDisable(GL_DEPTH_TEST);
          iDeSprite spr(g_gameTextures[INGAME],0,0,320,480);
          spr.Render(0,0);
          g_Render.FlushBuffer();  // here is drawed queue of sprites
     glBindFramebufferOES(GL_FRAMEBUFFER_OES, oldViewBuffer);
     glViewport(0, 0, 320, 480);
     for (int t=0;t<1;t++)
          iDeTexture myTex;
          myTex.setTextureId(g_frameTextures[t]);
          iDeSprite spr(myTex,0,0,512,512); // size correspond to texture size and size of viewport of framebuffer during rendering
          spr.Render(0,0);
        g_Render.FlushBuffers();
but result texture from framebuffer contain 5 pixels in row stretched from top to bottom of result texture.
What's wrong ?

Yep, you should listen to S3ktor first but if u still have problems u must check is the correct module even loading?
"lsmod|grep fb"
"lsmod|grep vesa"
But as I can see fbcon is not to be found in 2.6.30-ARCH so u might have a look at this wiki pages:
http://wiki.archlinux.org/index.php/Uvesafb
http://wiki.archlinux.org/index.php/GRU … Resolution
I think that they slowly replacing this framebuffer drivers in favour of KMS being under development for ATI/nVIDIA and Intel already have it, even now I saw some reports that framebuffer modules could be messing up with the 3d driver...

Similar Messages

  • Framebuffer problem on 8800GTX

    Hello everybody,
    I have a problem with framebuffer on my Arch64. I've installed v86d and I can't choice more than 800x600
    I've also tried with an Ubuntu live CD and the frambuffer is working better, I can choice the max resolution (1920x1200)
    Is anybody can help me ?
    Thanks a lot in advance.
    David.

    Hello,
    Thanks for your message, of course I put the V86d in the hooks and regenerated the initramfs.
    But before when I used vesafb I had exactly the same problem. It never worked with Arch.
    Regards,
    David.

  • Xorg doesn't start some "FRAMEBUFFER" problem

    I would like to ask you to help me. After two days I'm down. I've read some topics and hints but somehow maybe because I'm so nervous now I cannot concentrate. ( like try setting vesafb - video=vesafb but where?:oops: Every time I try to start X I get this message:
    "Cannot run in framebuffer mode. Please specify bus IDs for all framebuffer devices."
    and then some
    "fatal IO error 104(connection reset by peer)on X server "0.0" "
    I'm using Xorg 6.8.2.0., Nvidia driver{pacman -sy nvidia},
    kernel26 2.6.12.2-1. :oops:
    Please help.
      :cry:

    As has been requested before here are the files - first Xorg.0.log
    X Window System Version 6.8.2
    Release Date: 9 February 2005
    X Protocol Version 11, Revision 0, Release 6.8.2
    Build Operating System: Linux 2.6.10-ARCH i686 [ELF]
    Current Operating System: Linux myhost 2.6.12-ARCH #1 SMP Fri Jul 1 11:55:48 PDT 2005 i686
    Build Date: 16 February 2005
        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: Fri Sep 16 08:32:49 2005
    (EE) Unable to locate/open config file
    (II) Module ABI versions:
        X.Org ANSI C Emulation: 0.2
        X.Org Video Driver: 0.7
        X.Org XInput driver : 0.4
        X.Org Server Extension : 0.2
        X.Org Font Renderer : 0.4
    (II) Loader running on linux
    (II) LoadModule: "bitmap"
    (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
    (II) Module bitmap: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
    (II) Loading font Bitmap
    (II) LoadModule: "pcidata"
    (II) Loading /usr/X11R6/lib/modules/libpcidata.a
    (II) Module pcidata: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
    (++) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 1106,3189 card 1458,5000 rev 00 class 06,00,00 hdr 00
    (II) PCI: 00:01:0: chip 1106,b168 card 0000,0000 rev 00 class 06,04,00 hdr 01
    (II) PCI: 00:0a:0: chip 1033,00e7 card 1033,00ce rev 01 class 0c,00,10 hdr 00
    (II) PCI: 00:0b:0: chip 3388,0021 card 0000,0000 rev 13 class 06,04,00 hdr 01
    (II) PCI: 00:0f:0: chip 105a,5275 card 1458,b001 rev 01 class 01,04,85 hdr 00
    (II) PCI: 00:10:0: chip 1106,3038 card 1458,5004 rev 80 class 0c,03,00 hdr 80
    (II) PCI: 00:10:1: chip 1106,3038 card 1458,5004 rev 80 class 0c,03,00 hdr 80
    (II) PCI: 00:10:2: chip 1106,3038 card 1458,5004 rev 80 class 0c,03,00 hdr 80
    (II) PCI: 00:10:3: chip 1106,3104 card 1458,5004 rev 82 class 0c,03,20 hdr 00
    (II) PCI: 00:11:0: chip 1106,3177 card 1458,5001 rev 00 class 06,01,00 hdr 80
    (II) PCI: 00:11:1: chip 1106,0571 card 1458,5002 rev 06 class 01,01,8a hdr 00
    (II) PCI: 00:13:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
    (II) PCI: 01:00:0: chip 10de,00f3 card 1462,9883 rev a2 class 03,00,00 hdr 00
    (II) PCI: 02:08:0: chip 1013,6003 card 1681,a012 rev 01 class 04,01,00 hdr 00
    (II) PCI: 02:09:0: chip 11c1,5811 card 1681,a012 rev 04 class 0c,00,10 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
    (II) Bus 0 non-prefetchable memory range:
        [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[B]
    (II) Bus 0 prefetchable memory range:
        [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[B]
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
    (II) Bus 1 non-prefetchable memory range:
        [0] -1    0    0xe8000000 - 0xeaffffff (0x3000000) MX[B]
    (II) Bus 1 prefetchable memory range:
        [0] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[B]
    (II) PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:11:0), (0,2,2), BCTRL: 0x0006 (VGA_EN is cleared)
    (II) Bus 2 non-prefetchable memory range:
        [0] -1    0    0xeb000000 - 0xeb1fffff (0x200000) MX[B]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (--) PCI:*(1:0:0) nVidia Corporation unknown chipset (0x00f3) rev 162, Mem @ 0xe8000000/24, 0xd0000000/28, 0xe9000000/24
    xf86AutoConfig: Primary PCI is 1:0:0
    Running "/usr/X11R6/bin/getconfig -X 60802000 -I /etc/X11,/usr/X11R6/etc/X11,/usr/X11R6/lib/modules,/usr/X11R6/lib/X11/getconfig -v 0x10de -d 0x00f3 -r 0xa2 -s 0x1462 -b 0x9883 -c 0x0300"
    New driver is "nv"
    (==) Using default built-in configuration (53 lines)
    (==) --- Start of built-in configuration ---
        Section "Module"
            Load    "extmod"
            Load    "dbe"
            Load    "glx"
            Load    "freetype"
        EndSection
        Section "Monitor"
            Identifier    "Builtin Default Monitor"
            Option    "TargetRefresh"    "75.0"
        EndSection
        Section "Device"
            Identifier    "Builtin Default nv Device 0"
            Driver    "nv"
        EndSection
        Section "Screen"
            Identifier    "Builtin Default nv Screen 0"
            Device    "Builtin Default nv 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 nv 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 nv Screen 0" (0)
    (**) |   |-->Monitor "Builtin Default Monitor"
    (**) |   |-->Device "Builtin Default nv 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"
    (==) |-->Input Device "<default pointer>"
    (==) |-->Input Device "<default keyboard>"
    (==) Keyboard: CustomKeycode disabled
    (WW) The core pointer device wasn't specified explicitly in the layout.
        Using the default mouse configuration.
    (WW) The core keyboard device wasn't specified explicitly in the layout.
        Using the default keyboard configuration.
    (WW) No FontPath specified.  Using compiled-in default.
    (==) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
    (==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
    (==) ModulePath set to "/usr/X11R6/lib/modules"
    (WW) Open APM failed (/dev/apm_bios) (No such file or directory)
    (II) Addressable bus resource ranges are
        [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[B]
    (II) OS-reported resource ranges:
        [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    (II) PCI Memory resource overlap reduced 0xe0000000 from 0xe7ffffff to 0xdfffffff
    (II) Active PCI resource ranges:
        [0] -1    0    0xeb101000 - 0xeb101fff (0x1000) MX[B]
        [1] -1    0    0xeb000000 - 0xeb0fffff (0x100000) MX[B]
        [2] -1    0    0xeb100000 - 0xeb100fff (0x1000) MX[B]
        [3] -1    0    0xeb206000 - 0xeb2060ff (0x100) MX[B]
        [4] -1    0    0xeb205000 - 0xeb2050ff (0x100) MX[B]
        [5] -1    0    0xeb200000 - 0xeb203fff (0x4000) MX[B]
        [6] -1    0    0xeb204000 - 0xeb204fff (0x1000) MX[B]
        [7] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [8] -1    0    0xe9000000 - 0xe9ffffff (0x1000000) MX[B](B)
        [9] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [10] -1    0    0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
        [11] -1    0    0x0000e400 - 0x0000e4ff (0x100) IX[B]
        [12] -1    0    0x0000e000 - 0x0000e00f (0x10) IX[B]
        [13] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[B]
        [14] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
        [15] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
        [16] -1    0    0x0000d000 - 0x0000d00f (0x10) IX[B]
        [17] -1    0    0x0000cc00 - 0x0000cc03 (0x4) IX[B]
        [18] -1    0    0x0000c800 - 0x0000c807 (0x8) IX[B]
        [19] -1    0    0x0000c400 - 0x0000c403 (0x4) IX[B]
        [20] -1    0    0x0000c000 - 0x0000c007 (0x8) IX[B]
    (II) Active PCI resource ranges after removing overlaps:
        [0] -1    0    0xeb101000 - 0xeb101fff (0x1000) MX[B]
        [1] -1    0    0xeb000000 - 0xeb0fffff (0x100000) MX[B]
        [2] -1    0    0xeb100000 - 0xeb100fff (0x1000) MX[B]
        [3] -1    0    0xeb206000 - 0xeb2060ff (0x100) MX[B]
        [4] -1    0    0xeb205000 - 0xeb2050ff (0x100) MX[B]
        [5] -1    0    0xeb200000 - 0xeb203fff (0x4000) MX[B]
        [6] -1    0    0xeb204000 - 0xeb204fff (0x1000) MX[B]
        [7] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [8] -1    0    0xe9000000 - 0xe9ffffff (0x1000000) MX[B](B)
        [9] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [10] -1    0    0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
        [11] -1    0    0x0000e400 - 0x0000e4ff (0x100) IX[B]
        [12] -1    0    0x0000e000 - 0x0000e00f (0x10) IX[B]
        [13] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[B]
        [14] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
        [15] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
        [16] -1    0    0x0000d000 - 0x0000d00f (0x10) IX[B]
        [17] -1    0    0x0000cc00 - 0x0000cc03 (0x4) IX[B]
        [18] -1    0    0x0000c800 - 0x0000c807 (0x8) IX[B]
        [19] -1    0    0x0000c400 - 0x0000c403 (0x4) IX[B]
        [20] -1    0    0x0000c000 - 0x0000c007 (0x8) IX[B]
    (II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    (II) All system resource ranges:
        [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1    0    0xeb101000 - 0xeb101fff (0x1000) MX[B]
        [6] -1    0    0xeb000000 - 0xeb0fffff (0x100000) MX[B]
        [7] -1    0    0xeb100000 - 0xeb100fff (0x1000) MX[B]
        [8] -1    0    0xeb206000 - 0xeb2060ff (0x100) MX[B]
        [9] -1    0    0xeb205000 - 0xeb2050ff (0x100) MX[B]
        [10] -1    0    0xeb200000 - 0xeb203fff (0x4000) MX[B]
        [11] -1    0    0xeb204000 - 0xeb204fff (0x1000) MX[B]
        [12] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [13] -1    0    0xe9000000 - 0xe9ffffff (0x1000000) MX[B](B)
        [14] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [15] -1    0    0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
        [16] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [17] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
        [18] -1    0    0x0000e400 - 0x0000e4ff (0x100) IX[B]
        [19] -1    0    0x0000e000 - 0x0000e00f (0x10) IX[B]
        [20] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[B]
        [21] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
        [22] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
        [23] -1    0    0x0000d000 - 0x0000d00f (0x10) IX[B]
        [24] -1    0    0x0000cc00 - 0x0000cc03 (0x4) IX[B]
        [25] -1    0    0x0000c800 - 0x0000c807 (0x8) IX[B]
        [26] -1    0    0x0000c400 - 0x0000c403 (0x4) IX[B]
        [27] -1    0    0x0000c000 - 0x0000c007 (0x8) IX[B]
    (II) LoadModule: "extmod"
    (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
    (II) Module extmod: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dbe"
    (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
    (II) Module dbe: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "glx"
    (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.7676
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
    (II) Loading extension GLX
    (II) LoadModule: "freetype"
    (II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 6.8.2, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
    (II) Loading font FreeType
    (II) LoadModule: "nv"
    (II) Loading /usr/X11R6/lib/modules/drivers/nv_drv.o
    (II) Module nv: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.1
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 0.7
    (II) LoadModule: "fbdev"
    (II) Loading /usr/X11R6/lib/modules/drivers/fbdev_drv.o
    (II) Module fbdev: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 0.1.0
        ABI class: X.Org Video Driver, version 0.7
    (II) LoadModule: "vesa"
    (II) Loading /usr/X11R6/lib/modules/drivers/vesa_drv.o
    (II) Module vesa: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 0.7
    (II) LoadModule: "vga"
    (II) Loading /usr/X11R6/lib/modules/drivers/vga_drv.o
    (II) Module vga: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 4.0.0
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 0.7
    (II) LoadModule: "mouse"
    (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
    (II) Module mouse: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.4
    (II) LoadModule: "keyboard"
    (II) Loading /usr/X11R6/lib/modules/input/keyboard_drv.o
    (II) Module keyboard: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.4
    (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2,
        Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64,
        Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400,
        GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go,
        GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra,
        Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420,
        GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go,
        GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL,
        GeForce4 440 Go 64M, Quadro4 NVS, Quadro4 500 GoGL,
        GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X,
        GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X,
        GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL,
        Quadro4 280 NVS, Quadro4 380 XGL, Quadro NVS 50 PCI, GeForce4 448 Go,
        GeForce4 MX Integrated GPU, GeForce3, GeForce3 Ti 200,
        GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, GeForce4 Ti 4400,
        0x0252, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL,
        Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X,
        GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL,
        Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra,
        GeForce FX 5800, Quadro FX 2000, Quadro FX 1000,
        GeForce FX 5600 Ultra, GeForce FX 5600, 0x0313, GeForce FX 5600SE,
        0x0316, 0x0317, GeForce FX Go5600, GeForce FX Go5650,
        Quadro FX Go700, 0x031D, 0x031E, 0x031F, GeForce FX 5200,
        GeForce FX 5200 Ultra, GeForce FX 5200, GeForce FX 5200SE,
        GeForce FX Go5200, GeForce FX Go5250, GeForce FX 5500,
        GeForce FX 5100, GeForce FX Go5200 32M/64M, 0x0329,
        Quadro NVS 280 PCI, Quadro FX 500/600 PCI, GeForce FX Go53xx Series,
        GeForce FX Go5100, 0x032F, GeForce FX 5900 Ultra, GeForce FX 5900,
        GeForce FX 5900XT, GeForce FX 5950 Ultra, Quadro FX 700,
        GeForce FX 5900ZT, Quadro FX 3000, GeForce FX 5700 Ultra,
        GeForce FX 5700, GeForce FX 5700LE, GeForce FX 5700VE, 0x0345,
        GeForce FX Go5700, GeForce FX Go5700, 0x0349, 0x034B,
        Quadro FX Go1000, Quadro FX 1100, 0x034F, GeForce 6800 Ultra,
        GeForce 6800, GeForce 6800 LE, 0x0043, GeForce 6800 GT, 0x0049,
        Quadro FX 4000, Quadro FX 4400, 0x00C0, 0x00C1, GeForce 6800 LE,
        0x00C8, 0x00C9, 0x00CC, 0x00CE, GeForce 6600 GT, GeForce 6600,
        0x0142, 0x0143, GeForce Go 6600, GeForce 6610 XL,
        GeForce Go 6600 TE/6200 TE, 0x0147, GeForce Go 6600, 0x0149, 0x014B,
        0x014C, 0x014D, Quadro FX 540, GeForce 6200, 0x0160, 0x0166, 0x0210,
        0x0211, 0x021D, 0x021E
    (II) FBDEV: driver for framebuffer: fbdev, afb
    (II) VESA: driver for VESA chipsets: vesa
    (II) VGA: Generic VGA driver (version 4.0) for chipsets: generic
    (II) Primary Device is: PCI 01:00:0
    (--) Assigning device section with no busID to primary device
    (--) Chipset GeForce 6200 found
    (II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1    0    0xeb101000 - 0xeb101fff (0x1000) MX[B]
        [6] -1    0    0xeb000000 - 0xeb0fffff (0x100000) MX[B]
        [7] -1    0    0xeb100000 - 0xeb100fff (0x1000) MX[B]
        [8] -1    0    0xeb206000 - 0xeb2060ff (0x100) MX[B]
        [9] -1    0    0xeb205000 - 0xeb2050ff (0x100) MX[B]
        [10] -1    0    0xeb200000 - 0xeb203fff (0x4000) MX[B]
        [11] -1    0    0xeb204000 - 0xeb204fff (0x1000) MX[B]
        [12] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [13] -1    0    0xe9000000 - 0xe9ffffff (0x1000000) MX[B](B)
        [14] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [15] -1    0    0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
        [16] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
        [17] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
        [18] -1    0    0x0000e400 - 0x0000e4ff (0x100) IX[B]
        [19] -1    0    0x0000e000 - 0x0000e00f (0x10) IX[B]
        [20] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[B]
        [21] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
        [22] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
        [23] -1    0    0x0000d000 - 0x0000d00f (0x10) IX[B]
        [24] -1    0    0x0000cc00 - 0x0000cc03 (0x4) IX[B]
        [25] -1    0    0x0000c800 - 0x0000c807 (0x8) IX[B]
        [26] -1    0    0x0000c400 - 0x0000c403 (0x4) IX[B]
        [27] -1    0    0x0000c000 - 0x0000c007 (0x8) IX[B]
    (II) Loading sub module "fbdevhw"
    (II) LoadModule: "fbdevhw"
    (II) Loading /usr/X11R6/lib/modules/linux/libfbdevhw.a
    (II) Module fbdevhw: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 0.0.2
        ABI class: X.Org Video Driver, version 0.7
    (II) FBDEV(1): using default device
    (--) Assigning device section with no busID to primary device
    (--) Chipset vesa found
    (--) Assigning device section with no busID to primary device
    (--) Chipset generic found
    Fatal server error:
    Cannot run in framebuffer mode. Please specify busIDs        for all framebuffer devices
    Please consult the The X.Org Foundation support
         at http://wiki.X.Org
    for help.
    Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    and as second [b]xorg.conf from my home folder:
    # File generated by xorgconfig.
    # Copyright 2004 The X.Org Foundation
    # Permission is hereby granted, free of charge, to any person obtaining a
    # copy of this software and associated documentation files (the "Software"),
    # to deal in the Software without restriction, including without limitation
    # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    # and/or sell copies of the Software, and to permit persons to whom the
    # Software is furnished to do so, subject to the following conditions:
    # The above copyright notice and this permission notice shall be included in
    # all copies or substantial portions of the Software.
    # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
    # The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
    # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
    # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    # SOFTWARE.
    # Except as contained in this notice, the name of The X.Org Foundation shall
    # not be used in advertising or otherwise to promote the sale, use or other
    # dealings in this Software without prior written authorization from
    # The X.Org Foundation.
    # Refer to the xorg.conf(5x) man page for details about the format of
    # this file.
    # Module section -- this  section  is used to specify
    # which dynamically loadable modules to load.
    Section "Module"
    # This loads the DBE extension module.
        Load        "dbe"      # Double buffer extension
    # This loads the miscellaneous extensions module, and disables
    # initialisation of the XFree86-DGA extension within that module.
        SubSection  "extmod"
          Option    "omit xfree86-dga"   # don't initialise the DGA extension
        EndSubSection
    # This loads the font modules
        Load        "type1"
    #    Load        "speedo"
        Load        "freetype"
    #    Load        "xtt"
    # This loads the GLX module
        Load       "glx"
    # This loads the DRI module
    #    Load       "dri"
    EndSection
    # Files section.  This allows default font and rgb paths to be set
    Section "Files"
    # The location of the RGB database.  Note, this is the name of the
    # file minus the extension (like ".txt" or ".db").  There is normally
    # no need to change the default.
        RgbPath    "/usr/X11R6/lib/X11/rgb"
    # Multiple FontPath entries are allowed (which are concatenated together),
    # as well as specifying multiple comma-separated entries in one FontPath
    # command (or a combination of both methods)
        FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath   "/usr/X11R6/lib/X11/fonts/TTF/"
        FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath   "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
        FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    #    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    #    FontPath   "/usr/X11R6/lib/X11/fonts/TrueType/"
    #    FontPath   "/usr/X11R6/lib/X11/fonts/freefont/"
    # The module search path.  The default path is shown here.
    #    ModulePath "/usr/X11R6/lib/modules"
    EndSection
    # Server flags section.
    Section "ServerFlags"
    # Uncomment this to cause a core dump at the spot where a signal is
    # received.  This may leave the console in an unusable state, but may
    # provide a better stack trace in the core dump to aid in debugging
    #    Option "NoTrapSignals"
    # Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
    # (where n is 1 through 12).  This allows clients to receive these key
    # events.
    #    Option "DontVTSwitch"
    # Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
    # This allows clients to receive this key event.
    #    Option "DontZap"
    # Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
    # sequences.  This allows clients to receive these key events.
    #    Option "Dont Zoom"
    # Uncomment this to disable tuning with the xvidtune client. With
    # it the client can still run and fetch card and monitor attributes,
    # but it will not be allowed to change them. If it tries it will
    # receive a protocol error.
    #    Option "DisableVidModeExtension"
    # Uncomment this to enable the use of a non-local xvidtune client.
    #    Option "AllowNonLocalXvidtune"
    # Uncomment this to disable dynamically modifying the input device
    # (mouse and keyboard) settings.
    #    Option "DisableModInDev"
    # Uncomment this to enable the use of a non-local client to
    # change the keyboard or mouse settings (currently only xset).
    #    Option "AllowNonLocalModInDev"
    EndSection
    # Input devices
    # Core keyboard's InputDevice section
    Section "InputDevice"
        Identifier    "Keyboard1"
        Driver    "kbd"
    # For most OSs the protocol can be omitted (it defaults to "Standard").
    # When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
    # uncomment the following line.
    #    Option     "Protocol"      "Xqueue"
        Option "AutoRepeat" "500 30"
    # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
    #    Option    "Xleds"      "1 2 3"
    #    Option "LeftAlt"     "Meta"
    #    Option "RightAlt"    "ModeShift"
    # To customise the XKB settings to suit your keyboard, modify the
    # lines below (which are the defaults).  For example, for a non-U.S.
    # keyboard, you will probably want to use:
    #    Option "XkbModel"    "pc105"
    # If you have a US Microsoft Natural keyboard, you can use:
    #    Option "XkbModel"    "microsoft"
    # Then to change the language, change the Layout setting.
    # For example, a german layout can be obtained with:
    #    Option "XkbLayout"   "de"
    # or:
    #    Option "XkbLayout"   "de"
    #    Option "XkbVariant"  "nodeadkeys"
    # If you'd like to switch the positions of your capslock and
    # control keys, use:
    #    Option "XkbOptions"  "ctrl:swapcaps"
    # These are the default XKB settings for Xorg
    #    Option "XkbRules"    "xorg"
    #    Option "XkbModel"    "pc105"
    #    Option "XkbLayout"   "us"
    #    Option "XkbVariant"  ""
    #    Option "XkbOptions"  ""
    #    Option "XkbDisable"
        Option "XkbRules"    "xorg"
        Option "XkbModel"    "pc104"
        Option "XkbLayout"    "us"
    EndSection
    # Core Pointer's InputDevice section
    Section "InputDevice"
    # Identifier and driver
        Identifier    "Mouse1"
        Driver    "mouse"
        Option "Protocol"    "ExplorerPS/2"
        Option "Device"      "/dev/psaux"
        Option "ZAxisMapping" "4 5"
        Option "Buttons"       "5"
    # Mouse-speed setting for PS/2 mouse.
    #    Option "Resolution"    "256"
    # When using XQUEUE, comment out the above two lines, and uncomment
    # the following line.
    #    Option "Protocol"    "Xqueue"
    # Baudrate and SampleRate are only for some Logitech mice. In
    # almost every case these lines should be omitted.
    #    Option "BaudRate"    "9600"
    #    Option "SampleRate"    "150"
    # Emulate3Buttons is an option for 2-button Microsoft mice
    # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
    #    Option "Emulate3Buttons"
    #    Option "Emulate3Timeout"    "50"
    # ChordMiddle is an option for some 3-button Logitech mice
    #    Option "ChordMiddle"
    EndSection
    # Other input device sections
    # this is optional and is required only if you
    # are using extended input devices.  This is for example only.  Refer
    # to the xorg.conf man page for a description of the options.
    # Section "InputDevice"
    #    Identifier  "Mouse2"
    #    Driver      "mouse"
    #    Option      "Protocol"      "MouseMan"
    #    Option      "Device"        "/dev/mouse2"
    # EndSection
    # Section "InputDevice"
    #    Identifier "spaceball"
    #    Driver     "magellan"
    #    Option     "Device"        "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    #    Identifier "spaceball2"
    #    Driver     "spaceorb"
    #    Option     "Device"        "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    #    Identifier "touchscreen0"
    #    Driver     "microtouch"
    #    Option     "Device"        "/dev/ttyS0"
    #    Option     "MinX"          "1412"
    #    Option     "MaxX"          "15184"
    #    Option     "MinY"          "15372"
    #    Option     "MaxY"          "1230"
    #    Option     "ScreenNumber"  "0"
    #    Option     "ReportingMode" "Scaled"
    #    Option     "ButtonNumber"  "1"
    #    Option     "SendCoreEvents"
    # EndSection
    # Section "InputDevice"
    #    Identifier "touchscreen1"
    #    Driver     "elo2300"
    #    Option     "Device"        "/dev/ttyS0"
    #    Option     "MinX"          "231"
    #    Option     "MaxX"          "3868"
    #    Option     "MinY"          "3858"
    #    Option     "MaxY"          "272"
    #    Option     "ScreenNumber"  "0"
    #    Option     "ReportingMode" "Scaled"
    #    Option     "ButtonThreshold"       "17"
    #    Option     "ButtonNumber"  "1"
    #    Option     "SendCoreEvents"
    # EndSection
    # Monitor section
    # Any number of monitor sections may be present
    Section "Monitor"
        Identifier  "ViewSonic 21PS"
    # HorizSync is in kHz unless units are specified.
    # HorizSync may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
        HorizSync   30-82
    #    HorizSync    30-64         # multisync
    #    HorizSync    31.5, 35.2    # multiple fixed sync frequencies
    #    HorizSync    15-25, 30-50  # multiple ranges of sync frequencies
    # VertRefresh is in Hz unless units are specified.
    # VertRefresh may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
        VertRefresh 50-160
    EndSection
    # Graphics device section
    # Any number of graphics device sections may be present
    # Standard VGA Device:
    Section "Device"
        Identifier    "Standard VGA"
        VendorName    "Unknown"
        BoardName    "Unknown"
    # The chipset line is optional in most cases.  It can be used to override
    # the driver's chipset detection, and should not normally be specified.
    #    Chipset    "generic"
    # The Driver line must be present.  When using run-time loadable driver
    # modules, this line instructs the server to load the specified driver
    # module.  Even when not using loadable driver modules, this line
    # indicates which driver should interpret the information in this section.
        Driver     "vga"
    # The BusID line is used to specify which of possibly multiple devices
    # this section is intended for.  When this line isn't present, a device
    # section can only match up with the primary video device.  For PCI
    # devices a line like the following could be used.  This line should not
    # normally be included unless there is more than one video device
    # intalled.
    #    BusID      "PCI:0:10:0"
    #    VideoRam    256
    #    Clocks    25.2 28.3
    EndSection
    # Device configured by xorgconfig:
    Section "Device"
        Identifier  "** NVIDIA (generic)                   [nv]"
        Driver      "nvidia"
        #VideoRam    131072
        # Insert Clocks lines here if appropriate
    EndSection
    # Screen sections
    # Any number of screen sections may be present.  Each describes
    # the configuration of a single screen.  A single specific screen section
    # may be specified from the X server command line with the "-screen"
    # option.
    Section "Screen"
        Identifier  "Screen 1"
        Device      "** NVIDIA (generic)                   [nv]"
        Monitor     "ViewSonic 21PS"
        DefaultDepth 24
        Subsection "Display"
            Depth       8
            Modes       "1024x768" "800x600" "640x480" "640x400"
            ViewPort    0 0
        EndSubsection
        Subsection "Display"
            Depth       16
            Modes       "1024x768" "800x600" "640x480" "640x400"
            ViewPort    0 0
        EndSubsection
        Subsection "Display"
            Depth       24
            Modes       "1024x768" "800x600" "640x480"
            ViewPort    0 0
        EndSubsection
    EndSection
    # ServerLayout sections.
    # Any number of ServerLayout sections may be present.  Each describes
    # the way multiple screens are organised.  A specific ServerLayout
    # section may be specified from the X server command line with the
    # "-layout" option.  In the absence of this, the first section is used.
    # When now ServerLayout section is present, the first Screen section
    # is used alone.
    Section "ServerLayout"
    # The Identifier line must be present
        Identifier  "Simple Layout"
    # Each Screen line specifies a Screen section name, and optionally
    # the relative position of other screens.  The four names after
    # primary screen name are the screens to the top, bottom, left and right
    # of the primary screen.  In this example, screen 2 is located to the
    # right of screen 1.
        Screen "Screen 1"
    # Each InputDevice line specifies an InputDevice section name and
    # optionally some options to specify the way the device is to be
    # used.  Those options include "CorePointer", "CoreKeyboard" and
    # "SendCoreEvents".
        InputDevice "Mouse1" "CorePointer"
        InputDevice "Keyboard1" "CoreKeyboard"
    EndSection
    # Section "DRI"
    #    Mode 0666
    # EndSection
    I mentioned that I've changed from 4xAGP to 8xAGP nvidia card, bios is set correctly and updated. Yesterday evening I tried some different resolution setups in gruub's menu.lst but without any succes for vga=791;792 etc. only video=vesafb works. Another thing that seems to be strange my mouse wheel doesn't function as well and the setup is the same since the day a installed Arch the first time what remains me of my Arch's  one year aniversary - strange   
    :cry:
    Thanks for any help in advance.
    tony[/u]

  • FrameBuffer problems

    Hi,
    I am experimenting with installing Suse 7.1 Linux on my Ultra 5 box. Installation went extremely well
    with no problems. I recently got a Raptor gfx card that I then installed into the Ultra 5, created
    A devalias for it and did setenv to the new framebuffer alias. After I reset I have video piping to the Raptopr card but when it gets to the log in screen the video reverts back to the onboard ATI card.
    I did not try the Raptor with Solaris 8 (yet). I tried re-installing with the Raptor card in the box but same results. any ideas how to keep the video going to the Raptor card?
    Thanks

    unlimit wrote:
    jasonwryan wrote:Was your conf overwritten when you updated?
    https://wiki.archlinux.org/index.php/Uv … re_uvesafb
    I thought that at first, so I went and checked, but everything was perfectly fine.  I'm going to go with what x33a pointed out:
    x33a wrote:
    Maybe due to this problem:
    https://mailman.archlinux.org/pipermail … 27243.html
    It seems more logical that this is the problem.  I'm guessing that there is no work around?
    Yes, if it is due to the reason i mentioned, then there is no workaround for that unfortunately.

  • [Solved] Uvesafb & Nvidia framebuffer problems after June 2012 update.

    The subject pretty much says it all, I'm really not sure what in the world happened.  It worked GREAT since I installed it, but after I updated the system a few days ago, my monitor shows it being out of an acceptable resolution range.
    It's strange, because before I was able to see my native resolution (which is 1680x1050) when using:
    $ cat /sys/bus/platform/drivers/uvesafb/uvesafb.0/vbe_modes
    but now it's at 1600x1200, which obviously doesn't work.  I tried looking up any problems that people may or may not have had in the past two months with uvesafb on google, but I couldn't find a thing.
    Any potential input, suggestions, or thoughts would be incredibly helpful.  Thanks!
    Last edited by unlimit (2012-07-18 04:54:20)

    unlimit wrote:
    jasonwryan wrote:Was your conf overwritten when you updated?
    https://wiki.archlinux.org/index.php/Uv … re_uvesafb
    I thought that at first, so I went and checked, but everything was perfectly fine.  I'm going to go with what x33a pointed out:
    x33a wrote:
    Maybe due to this problem:
    https://mailman.archlinux.org/pipermail … 27243.html
    It seems more logical that this is the problem.  I'm guessing that there is no work around?
    Yes, if it is due to the reason i mentioned, then there is no workaround for that unfortunately.

  • Problems getting a higher framebuffer refresh rate

    Hello everyone just changed from Gentoo to Arch   
    Anyway here is my problem, I usually use a framebuffer resolution of 1280x1024-32@75. I used to use a Nvidia BFG Geforce Ti4200SE 128MB and it had no problem of booting into the above resolution. I recently upgraded to a Nvidia Chaintech Geforce 6600 GT 128MB AGP and since then the refresh rate stays at 60 regardless of the resolution (tried 1024x768). In Xorg the refresh rate does change to 75.
    Solutions I have tried are:
    Patching my kernel with the vesafb-tng patch and setting my resolution and refresh rate in the kernel, but that didn't work.
    Using fbset, found this on gentoo forums.:
    xvidtune -show | ./modeline2fb.pl >> /etc/fb.modes
    modeline2fb.pl
    #!/usr/bin/perl
    # Written by Michal Januszewski <[email protected]>
    # Based on octave script from http://www.linuxdocs.org/HOWTOs/Framebuffer-HOWTO-14.html.
    # Usage:
    # xvidtune -show | ./modeline2fb.pl >> /etc/fb.modes
    $modeline = <STDIN>;
    $modeline =~ /".*"s+([d.]+)s+(d+)s+(d+)s+(d+)s+(d+)s+(d+)s+(d+)s+(d+)s+(d+)/;
    $dcf = $1;
    $hr = $2;
    $sh1 = $3;
    $sh2 = $4;
    $hfl = $5;
    $vr = $6;
    $sv1 = $7;
    $sv2 = $8;
    $vfl = $9;
    $pixclock = 1000000 / $dcf;
    $left_margin = $hfl - $sh2;
    $right_margin = $sh1 - $hr;
    $hsync_len = $sh2 - $sh1;
    # 3) vertical timings:
    $upper_margin = $vfl - $sv2;
    $lower_margin = $sv1 - $vr;
    $vsync_len = $sv2 - $sv1;
    $rr = $dcf / ($hfl * $vfl) *1e6;
    $hsf = $dcf / $hfl * 1e3;
    printf("mode "%dx%d"n",$hr,$vr);
    printf(" # D: %3.2f MHz, H: %3.2f kHz, V: %2.2f Hzn", $dcf, $hsf, $rr);
    printf(" geometry %d %d %d %d %dn", $hr, $vr, $hr, $vr, 32);
    printf(" timings %d %d %d %d %d %d %dn",
    $pixclock, $left_margin, $right_margin,
    $upper_margin, $lower_margin,
    $hsync_len, $vsync_len);
    printf("endmoden");
    fb.modes
    mode "1280x1024"
    # D: 135.00 MHz, H: 79.98 kHz, V: 75.02 Hz
    geometry 1280 1024 1280 1024 32
    timings 7407 248 16 38 1 144 3
    endmode
    However fbset 1280x1024 keeps the framebuffer refresh rate at 60.
    Is there anything else I can try?
    Kernel= 2.6.12 patched with vesafb-tng, inotify, fbsplash
    System=
    Athlon-xp 2600
    768MB pc3200
    Chaintech 6600 GT AGP
    450W Rosewill PSU
    Boot=
    root (hd0,1)
    kernel (hd0,1)/kernel-2.6.12-arch-r3 quiet devfs=nomount root=/dev/hda4 video=vesafb:ywrap,mtrr,1280x1024-32@75 splash=silent,fadein,kdgraphics,theme:darch CONSOLE=/dev/tty1

    Some thoughts...
    how much is calibration?  how much is that TV?
    some say TV's should be calibrated again after 6 months of usage where the TV has had some break-in.  How much is that second calibration???
    some say they just run on theatre or cinema mode to save costs
    some say they don't like the calibration and flip back to the normal, bright or vivid mode.  Personally I hate to see the highlights punched out and looseing detail for the brightness
    some purchase Spyder or XRite calibration tools
    some will use Apps to do their own calibration (note you need a cable or a wireless box), however you don't want someone who is colorblind making those calibration decisions (like me)
    https://itunes.apple.com/ca/app/thx-tune-up/id5926​24594?mt=8
    http://www.pcmag.com/article2/0,2817,2414804,00.as​p
    http://www.youtube.com/watch?v=rOoizmYBHlo&hd=1
    When shopping for a TV I visited several retailers.  For the stores who calibrated their displays.... I had a tough time deciding which one to get because they were ALL good.  I could not tell which one was LCD, LED, or Plasma.  Yes calibration is worth it, but how much do you want to spend?

  • Problems with mplayer and the framebuffer

    I am having trouble running mplayer in the framebuffer using
    mplayer -vo fbdev
    or
    mplayer -vo fbdev2
    fbdev plays sound but says that I was unable to open the requisite video device (I am in the video group).  fbdev2 spits error messages to the screen, and plays no sound.  Currently, I do not have access to the computer with this problem, and cannot post the error messages.
    I did, however get mplayer in the framebuffer to work by installing directfb and recompiling mplayer.  This time, even though I am in the video group, I am still not allowed to access directfb unless I run as root (it runs perfectly as root).
    I'm sure I've missed something simple, but I cant see it.  I've read through what I believe is all of the requisite documentation.
    Thanks!
    edit: More descriptive title.
    Last edited by dmillard (2012-01-03 02:17:31)

    There's also the "sdl" video output to try. And mplayer and mplayer2 seem to have slightly different behaviour for me. Out of curiosity, what framebuffer driver are you using?

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

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

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

  • Long boot due to ata recognition problems [SOLVED]

    As the message says my boot is taking about 10 minutes, of which 95% of the time is spent trying to recognize ata4 device.
    I'm using the x86_64 version of arch, which works just fine on my laptop, and on my desktop - when it boots that is.
    Another thing that puzzles me is how am I getting those errors, considering I don't really have 4 ata drives, yet only two - hard disk and dvd rom.
    Anyway, this is my dmesg output :
    Linux version 2.6.24-ARCH (root@artin) (gcc version 4.3.0 (GCC) ) #1 SMP PREEMPT Sun Mar 30 10:50:22 CEST 2008
    Command line: root=/dev/sda1 ro vga=791
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
    BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 000000007fee0000 (usable)
    BIOS-e820: 000000007fee0000 - 000000007fee3000 (ACPI NVS)
    BIOS-e820: 000000007fee3000 - 000000007fef0000 (ACPI data)
    BIOS-e820: 000000007fef0000 - 000000007ff00000 (reserved)
    BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
    BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
    Entering add_active_range(0, 0, 159) 0 entries of 256 used
    Entering add_active_range(0, 256, 524000) 1 entries of 256 used
    end_pfn_map = 1048576
    DMI 2.4 present.
    ACPI: RSDP 000F9210, 0014 (r0 IntelR)
    ACPI: RSDT 7FEE3040, 003C (r1 IntelR AWRDACPI 42302E31 AWRD 0)
    ACPI: FACP 7FEE30C0, 0074 (r1 IntelR AWRDACPI 42302E31 AWRD 0)
    ACPI: DSDT 7FEE3180, 4BB6 (r1 INTELR AWRDACPI 1000 MSFT 100000E)
    ACPI: FACS 7FEE0000, 0040
    ACPI: HPET 7FEE7E80, 0038 (r1 IntelR AWRDACPI 42302E31 AWRD 98)
    ACPI: MCFG 7FEE7F00, 003C (r1 IntelR AWRDACPI 42302E31 AWRD 0)
    ACPI: APIC 7FEE7D80, 0084 (r1 IntelR AWRDACPI 42302E31 AWRD 0)
    ACPI: SSDT 7FEE7F80, 015C (r1 PmRef Cpu0Ist 3000 INTL 20060912)
    ACPI: SSDT 7FEE8410, 02F1 (r1 PmRef CpuPm 3000 INTL 20040311)
    Entering add_active_range(0, 0, 159) 0 entries of 256 used
    Entering add_active_range(0, 256, 524000) 1 entries of 256 used
    Zone PFN ranges:
    DMA 0 -> 4096
    DMA32 4096 -> 1048576
    Normal 1048576 -> 1048576
    Movable zone start PFN for each node
    early_node_map[2] active PFN ranges
    0: 0 -> 159
    0: 256 -> 524000
    On node 0 totalpages: 523903
    DMA zone: 56 pages used for memmap
    DMA zone: 1354 pages reserved
    DMA zone: 2589 pages, LIFO batch:0
    DMA32 zone: 7108 pages used for memmap
    DMA32 zone: 512796 pages, LIFO batch:31
    Normal zone: 0 pages used for memmap
    Movable zone: 0 pages used for memmap
    ACPI: PM-Timer IO Port: 0x408
    ACPI: Local APIC address 0xfee00000
    ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    Processor #0 (Bootup-CPU)
    ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    Processor #1
    ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
    ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
    ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
    ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    IOAPIC[0]: apic_id 4, address 0xfec00000, GSI 0-23
    ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    ACPI: IRQ0 used by override.
    ACPI: IRQ2 used by override.
    ACPI: IRQ9 used by override.
    Setting APIC routing to flat
    ACPI: HPET id: 0x10b9a201 base: 0xfed00000
    Using ACPI (MADT) for SMP configuration information
    swsusp: Registered nosave memory region: 000000000009f000 - 00000000000a0000
    swsusp: Registered nosave memory region: 00000000000a0000 - 00000000000f0000
    swsusp: Registered nosave memory region: 00000000000f0000 - 0000000000100000
    Allocating PCI resources starting at 80000000 (gap: 7ff00000:60100000)
    SMP: Allowing 4 CPUs, 2 hotplug CPUs
    PERCPU: Allocating 33200 bytes of per cpu data
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 515385
    Kernel command line: root=/dev/sda1 ro vga=791
    Initializing CPU#0
    PID hash table entries: 4096 (order: 12, 32768 bytes)
    hpet clockevent registered
    TSC calibrated against HPET
    time.c: Detected 2395.908 MHz processor.
    Console: colour dummy device 80x25
    console [tty0] enabled
    Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
    Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
    Checking aperture...
    Calgary: detecting Calgary via BIOS EBDA area
    Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    Memory: 2057296k/2096000k available (2958k kernel code, 38092k reserved, 1092k data, 248k init)
    SLUB: Genslabs=11, HWalign=64, Order=0-1, MinObjects=4, CPUs=4, Nodes=1
    Calibrating delay using timer specific routine.. 4796.31 BogoMIPS (lpj=7990897)
    Security Framework initialized
    Capability LSM initialized
    Mount-cache hash table entries: 256
    CPU: L1 I cache: 32K, L1 D cache: 32K
    CPU: L2 cache: 4096K
    using mwait in idle threads.
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 0
    CPU0: Thermal monitoring enabled (TM1)
    SMP alternatives: switching to UP code
    Early unpacking initramfs... done
    ACPI: Core revision 20070126
    ACPI: Looking for DSDT in initramfs... error, file /DSDT.aml not found.
    Using local APIC timer interrupts.
    APIC timer calibration result 16638250
    Detected 16.638 MHz APIC timer.
    SMP alternatives: switching to SMP code
    Booting processor 1/2 APIC 0x1
    Initializing CPU#1
    Calibrating delay using timer specific routine.. 4793.45 BogoMIPS (lpj=7986329)
    CPU: L1 I cache: 32K, L1 D cache: 32K
    CPU: L2 cache: 4096K
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 1
    CPU1: Thermal monitoring enabled (TM2)
    Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz stepping 06
    checking TSC synchronization [CPU#0 -> CPU#1]: passed.
    Brought up 2 CPUs
    net_namespace: 120 bytes
    NET: Registered protocol family 16
    ACPI: bus type pci registered
    PCI: Using MMCONFIG at e0000000 - efffffff
    ACPI: EC: Look up EC in DSDT
    ACPI: Interpreter enabled
    ACPI: (supports S0 S1 S4 S5)
    ACPI: Using IOAPIC for interrupt routing
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    PCI quirk: region 0400-047f claimed by ICH6 ACPI/GPIO/TCO
    PCI quirk: region 0480-04bf claimed by ICH6 GPIO
    PCI: Transparent bridge - 0000:00:1e.0
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
    ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 *10 11 14 15)
    ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 *10 11 14 15)
    ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 *11 14 15)
    ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11 14 15)
    ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 11 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 *5 7 9 10 11 14 15)
    ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 7 *9 10 11 14 15)
    ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 7 9 10 11 14 15) *0, disabled.
    Linux Plug and Play Support v0.97 (c) Adam Belay
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp: PnP ACPI: found 16 devices
    ACPI: ACPI bus type pnp unregistered
    SCSI subsystem initialized
    PCI: Using ACPI for IRQ routing
    PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
    NetLabel: Initializing
    NetLabel: domain hash size = 128
    NetLabel: protocols = UNLABELED CIPSOv4
    NetLabel: unlabeled traffic allowed by default
    PCI-GART: No AMD northbridge found.
    ACPI: RTC can wake from S4
    Time: tsc clocksource has been installed.
    system 00:01: ioport range 0x4d0-0x4d1 has been reserved
    system 00:01: ioport range 0xa00-0xa7f has been reserved
    system 00:01: ioport range 0x880-0x88f has been reserved
    system 00:0c: ioport range 0x400-0x4bf could not be reserved
    system 00:0e: iomem range 0xe0000000-0xefffffff could not be reserved
    system 00:0f: iomem range 0xf0000-0xfffff could not be reserved
    system 00:0f: iomem range 0xfed00000-0xfed000ff has been reserved
    system 00:0f: iomem range 0x7fee0000-0x7fefffff could not be reserved
    system 00:0f: iomem range 0x0-0x9ffff could not be reserved
    system 00:0f: iomem range 0x100000-0x7fedffff could not be reserved
    system 00:0f: iomem range 0xfec00000-0xfec00fff has been reserved
    system 00:0f: iomem range 0xfed14000-0xfed1dfff has been reserved
    system 00:0f: iomem range 0xfed20000-0xfed9ffff has been reserved
    system 00:0f: iomem range 0xfee00000-0xfee00fff could not be reserved
    system 00:0f: iomem range 0xffb00000-0xffb7ffff has been reserved
    system 00:0f: iomem range 0xfff00000-0xffffffff has been reserved
    system 00:0f: iomem range 0xe0000-0xeffff has been reserved
    PCI: Bridge: 0000:00:01.0
    IO window: d000-dfff
    MEM window: fa000000-fcffffff
    PREFETCH window: d0000000-dfffffff
    PCI: Bridge: 0000:00:1c.0
    IO window: b000-bfff
    MEM window: fdb00000-fdbfffff
    PREFETCH window: fdc00000-fdcfffff
    PCI: Bridge: 0000:00:1e.0
    IO window: c000-cfff
    MEM window: fde00000-fdefffff
    PREFETCH window: fdd00000-fddfffff
    ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 16
    PCI: Setting latency timer of device 0000:00:01.0 to 64
    ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 16 (level, low) -> IRQ 16
    PCI: Setting latency timer of device 0000:00:1c.0 to 64
    PCI: Setting latency timer of device 0000:00:1e.0 to 64
    NET: Registered protocol family 2
    IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
    TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
    TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    TCP: Hash tables configured (established 262144 bind 65536)
    TCP reno registered
    checking if image is initramfs... it is
    Freeing initrd memory: 690k freed
    VFS: Disk quotas dquot_6.5.1
    Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    Installing knfsd (copyright (C) 1996 [email protected]).
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    io scheduler noop registered
    io scheduler anticipatory registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    Boot video device is 0000:01:00.0
    PCI: Setting latency timer of device 0000:00:01.0 to 64
    assign_interrupt_mode Found MSI capability
    Allocate Port Service[0000:00:01.0:pcie00]
    Allocate Port Service[0000:00:01.0:pcie03]
    PCI: Setting latency timer of device 0000:00:1c.0 to 64
    assign_interrupt_mode Found MSI capability
    Allocate Port Service[0000:00:1c.0:pcie00]
    Allocate Port Service[0000:00:1c.0:pcie02]
    Allocate Port Service[0000:00:1c.0:pcie03]
    vesafb: framebuffer at 0xd0000000, mapped to 0xffffc20010100000, using 3072k, total 262144k
    vesafb: mode is 1024x768x16, linelength=2048, pages=1
    vesafb: scrolling: redraw
    vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
    Console: switching to colour frame buffer device 128x48
    fb0: VESA VGA frame buffer device
    Linux agpgart interface v0.102
    Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
    serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
    00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    00:09: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
    RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize
    loop: module loaded
    input: Macintosh mouse button emulation as /devices/virtual/input/input0
    PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
    PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
    serio: i8042 KBD port at 0x60,0x64 irq 1
    mice: PS/2 mouse device common for all mice
    input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
    cpuidle: using governor ladder
    cpuidle: using governor menu
    TCP cubic registered
    NET: Registered protocol family 1
    NET: Registered protocol family 17
    RPC: Registered udp transport module.
    RPC: Registered tcp transport module.
    Freeing unused kernel memory: 248k freed
    libata version 3.00 loaded.
    PCI: Enabling device 0000:02:00.1 (0000 -> 0001)
    ACPI: PCI Interrupt 0000:02:00.1[b] -> GSI 17 (level, low) -> IRQ 17
    Switched to high resolution mode on CPU 1
    PCI: Setting latency timer of device 0000:02:00.1 to 64
    scsi0 : pata_jmicron
    Switched to high resolution mode on CPU 0
    scsi1 : pata_jmicron
    ata1: PATA max UDMA/100 cmd 0xbf00 ctl 0xbe00 bmdma 0xbb00 irq 17
    ata2: PATA max UDMA/100 cmd 0xbd00 ctl 0xbc00 bmdma 0xbb08 irq 17
    ata1.00: ATA-7: ST3200826A, 3.06, max UDMA/100
    ata1.00: 390721968 sectors, multi 0: LBA48
    ata1.01: ATAPI: HL-DT-ST DVDRAM GSA-4120B, A101, max UDMA/33
    ata1.00: configured for UDMA/100
    ata1.01: configured for UDMA/33
    scsi 0:0:0:0: Direct-Access ATA ST3200826A 3.06 PQ: 0 ANSI: 5
    scsi 0:0:1:0: CD-ROM HL-DT-ST DVDRAM GSA-4120B A101 PQ: 0 ANSI: 5
    ahci 0000:02:00.0: version 3.0
    ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 16 (level, low) -> IRQ 16
    ahci 0000:02:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
    ahci 0000:02:00.0: flags: 64bit ncq pm led clo pmp pio slum part
    PCI: Setting latency timer of device 0000:02:00.0 to 64
    scsi2 : ahci
    scsi3 : ahci
    ata3: SATA max UDMA/133 abar m8192@0xfdbfe000 port 0xfdbfe100 irq 16
    ata4: SATA max UDMA/133 abar m8192@0xfdbfe000 port 0xfdbfe180 irq 16
    ata3: SATA link down (SStatus 0 SControl 300)
    ata4: classification failed
    ata4: reset failed (errno=-22), retrying in 8 secs
    ata4: classification failed
    ata4: reset failed (errno=-22), retrying in 10 secs
    ata4: classification failed
    ata4: reset failed (errno=-22), retrying in 35 secs
    ata4: limiting SATA link speed to 1.5 Gbps
    ata4: classfication failed, assuming ATA
    ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 310)
    ata4.00: qc timeout (cmd 0xec)
    ata4.00: failed to IDENTIFY (I/O error, err_mask=0x4)
    ata4: failed to recover some devices, retrying in 5 secs
    ata4: classification failed
    ata4: reset failed (errno=-22), retrying in 10 secs
    ata4: classification failed
    ata4: reset failed (errno=-22), retrying in 10 secs
    ata4: classification failed
    ata4: reset failed (errno=-22), retrying in 35 secs
    ata4: classfication failed, assuming ATA
    ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 310)
    ata4.00: qc timeout (cmd 0xec)
    ata4.00: failed to IDENTIFY (I/O error, err_mask=0x4)
    ata4: failed to recover some devices, retrying in 5 secs
    ata4: classification failed
    ata4: reset failed (errno=-22), retrying in 10 secs
    ata4: classification failed
    ata4: reset failed (errno=-22), retrying in 10 secs
    ata4: classification failed
    ata4: reset failed (errno=-22), retrying in 35 secs
    ata4: classfication failed, assuming ATA
    ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 310)
    ata4.00: qc timeout (cmd 0xec)
    ata4.00: failed to IDENTIFY (I/O error, err_mask=0x4)
    ata4: failed to recover some devices, retrying in 5 secs
    ata4: classification failed
    ata4: reset failed (errno=-22), retrying in 10 secs
    ata4: classification failed
    ata4: reset failed (errno=-22), retrying in 10 secs
    ata4: classification failed
    ata4: reset failed (errno=-22), retrying in 35 secs
    ata4: classfication failed, assuming ATA
    ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 310)
    ata_piix 0000:00:1f.2: version 2.12
    ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
    ACPI: PCI Interrupt 0000:00:1f.2[b] -> GSI 19 (level, low) -> IRQ 19
    PCI: Setting latency timer of device 0000:00:1f.2 to 64
    scsi4 : ata_piix
    scsi5 : ata_piix
    ata5: SATA max UDMA/133 cmd 0xfa00 ctl 0xf900 bmdma 0xf600 irq 19
    ata6: SATA max UDMA/133 cmd 0xf800 ctl 0xf700 bmdma 0xf608 irq 19
    ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
    ACPI: PCI Interrupt 0000:00:1f.5[b] -> GSI 19 (level, low) -> IRQ 19
    PCI: Setting latency timer of device 0000:00:1f.5 to 64
    scsi6 : ata_piix
    scsi7 : ata_piix
    ata7: SATA max UDMA/133 cmd 0xf300 ctl 0xf200 bmdma 0xef00 irq 19
    ata8: SATA max UDMA/133 cmd 0xf100 ctl 0xf000 bmdma 0xef08 irq 19
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    USB Universal Host Controller Interface driver v3.0
    ACPI: PCI Interrupt 0000:00:1a.0[A] -> GSI 16 (level, low) -> IRQ 16
    PCI: Setting latency timer of device 0000:00:1a.0 to 64
    uhci_hcd 0000:00:1a.0: UHCI Host Controller
    uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
    uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000ff00
    usb usb1: configuration #1 chosen from 1 choice
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 2 ports detected
    ACPI: PCI Interrupt 0000:00:1a.1[b] -> GSI 21 (level, low) -> IRQ 21
    PCI: Setting latency timer of device 0000:00:1a.1 to 64
    uhci_hcd 0000:00:1a.1: UHCI Host Controller
    uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
    uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000fe00
    usb usb2: configuration #1 chosen from 1 choice
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 2 ports detected
    ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 23
    PCI: Setting latency timer of device 0000:00:1d.0 to 64
    uhci_hcd 0000:00:1d.0: UHCI Host Controller
    uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 3
    uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000fd00
    usb usb3: configuration #1 chosen from 1 choice
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 2 ports detected
    ACPI: PCI Interrupt 0000:00:1d.1[b] -> GSI 19 (level, low) -> IRQ 19
    PCI: Setting latency timer of device 0000:00:1d.1 to 64
    uhci_hcd 0000:00:1d.1: UHCI Host Controller
    uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 4
    uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000fc00
    usb usb4: configuration #1 chosen from 1 choice
    hub 4-0:1.0: USB hub found
    hub 4-0:1.0: 2 ports detected
    ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 18
    PCI: Setting latency timer of device 0000:00:1d.2 to 64
    uhci_hcd 0000:00:1d.2: UHCI Host Controller
    uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 5
    uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000fb00
    usb usb5: configuration #1 chosen from 1 choice
    hub 5-0:1.0: USB hub found
    hub 5-0:1.0: 2 ports detected
    ACPI: PCI Interrupt 0000:00:1a.7[C] -> GSI 18 (level, low) -> IRQ 18
    PCI: Setting latency timer of device 0000:00:1a.7 to 64
    ehci_hcd 0000:00:1a.7: EHCI Host Controller
    ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 6
    PCI: cache line size of 32 is not supported by device 0000:00:1a.7
    ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfdfff000
    usb 4-1: new low speed USB device using uhci_hcd and address 2
    ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
    usb usb6: configuration #1 chosen from 1 choice
    hub 6-0:1.0: USB hub found
    hub 6-0:1.0: 4 ports detected
    ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 23
    PCI: Setting latency timer of device 0000:00:1d.7 to 64
    ehci_hcd 0000:00:1d.7: EHCI Host Controller
    ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 7
    PCI: cache line size of 32 is not supported by device 0000:00:1d.7
    ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfdffe000
    usb 4-1: string descriptor 0 read error: -71
    ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
    usb usb7: configuration #1 chosen from 1 choice
    hub 7-0:1.0: USB hub found
    hub 7-0:1.0: 6 ports detected
    usb 4-1: string descriptor 0 read error: -71
    usb 4-1: configuration #1 chosen from 1 choice
    usb 4-1: can't set config #1, error -71
    usb 4-1: USB disconnect, address 2
    Driver 'sd' needs updating - please use bus_type methods
    sd 0:0:0:0: [sda] 390721968 512-byte hardware sectors (200050 MB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Driver 'sr' needs updating - please use bus_type methods
    sd 0:0:0:0: [sda] 390721968 512-byte hardware sectors (200050 MB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sda: sda1 sda2 sda3
    sd 0:0:0:0: [sda] Attached SCSI disk
    sr0: scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw xa/form2 cdda tray
    Uniform CD-ROM driver Revision: 3.20
    sr 0:0:1:0: Attached scsi CD-ROM sr0
    kjournald starting. Commit interval 5 seconds
    EXT3-fs: mounted filesystem with ordered data mode.
    usb 4-1: new low speed USB device using uhci_hcd and address 3
    usb 4-1: configuration #1 chosen from 1 choice
    rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one month
    r8169 Gigabit Ethernet driver 2.2LK loaded
    ACPI: PCI Interrupt 0000:03:06.0[A] -> GSI 21 (level, low) -> IRQ 21
    eth0: RTL8169sc/8110sc at 0xffffc20000024000, 00:16:17:b2:2b:11, XID 18000000 IRQ 21
    ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22 (level, low) -> IRQ 22
    PCI: Setting latency timer of device 0000:00:1b.0 to 64
    hda_codec: Unknown model for ALC883, trying auto-probe from BIOS...
    input: Power Button (FF) as /devices/virtual/input/input2
    ACPI: Power Button (FF) [PWRF]
    input: Power Button (CM) as /devices/virtual/input/input3
    ACPI: Power Button (CM) [PWRB]
    ACPI: Fan [FAN] (on)
    ACPI: SSDT 7FEE8380, 0087 (r1 PmRef Cpu1Ist 3000 INTL 20060912)
    ACPI Exception (processor_core-0816): AE_NOT_FOUND, Processor Device is not present [20070126]
    ACPI Exception (processor_core-0816): AE_NOT_FOUND, Processor Device is not present [20070126]
    ACPI: Thermal Zone [THRM] (43 C)
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    sr 0:0:1:0: Attached scsi generic sg1 type 5
    ACPI: PCI Interrupt 0000:00:1f.3[b] -> GSI 19 (level, low) -> IRQ 19
    nvidia: module license 'NVIDIA' taints kernel.
    PPP generic driver version 2.4.2
    usbcore: registered new interface driver hiddev
    input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1d.1/usb4/4-1/4-1:1.0/input/input4
    lp: driver loaded but no devices found
    input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1d.1-1
    usbcore: registered new interface driver usbhid
    drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
    ppdev: user-space parallel port driver
    ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 16
    PCI: Setting latency timer of device 0000:01:00.0 to 64
    NVRM: loading NVIDIA UNIX x86_64 Kernel Module 169.12 Thu Feb 14 17:51:09 PST 2008
    parport_pc 00:0a: reported by Plug and Play ACPI
    parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
    lp0: using parport0 (interrupt-driven).
    EXT3 FS on sda1, internal journal
    kjournald starting. Commit interval 5 seconds
    EXT3 FS on sda2, internal journal
    EXT3-fs: mounted filesystem with ordered data mode.
    Adding 29294516k swap on /dev/sda3. Priority:-1 extents:1 across:29294516k
    r8169: eth0: link up
    NET: Registered protocol family 10
    lo: Disabled Privacy Extensions
    eth0: no IPv6 routers present
    That's the entire code, the part on which it holds on is :
    ata4: classification failed
    ata4: reset failed (errno=-22), retrying in 8 secs
    ata4: classification failed
    ata4: reset failed (errno=-22), retrying in 10 secs
    ata4: classification failed
    ata4: reset failed (errno=-22), retrying in 35 secs
    ata4: limiting SATA link speed to 1.5 Gbps
    ata4: classfication failed, assuming ATA
    ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 310)
    ata4.00: qc timeout (cmd 0xec)
    ata4.00: failed to IDENTIFY (I/O error, err_mask=0x4)
    ata4: failed to recover some devices, retrying in 5 secs
    ata4: classification failed
    ata4: reset failed (errno=-22), retrying in 10 secs
    ata4: classification failed
    ata4: reset failed (errno=-22), retrying in 10 secs
    ata4: classification failed
    ata4: reset failed (errno=-22), retrying in 35 secs
    ata4: classfication failed, assuming ATA
    ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 310)
    ata4.00: qc timeout (cmd 0xec)
    ata4.00: failed to IDENTIFY (I/O error, err_mask=0x4)
    ata4: failed to recover some devices, retrying in 5 secs
    ata4: classification failed
    ata4: reset failed (errno=-22), retrying in 10 secs
    ata4: classification failed
    ata4: reset failed (errno=-22), retrying in 10 secs
    ata4: classification failed
    ata4: reset failed (errno=-22), retrying in 35 secs
    ata4: classfication failed, assuming ATA
    ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 310)
    ata4.00: qc timeout (cmd 0xec)
    ata4.00: failed to IDENTIFY (I/O error, err_mask=0x4)
    ata4: failed to recover some devices, retrying in 5 secs
    ata4: classification failed
    ata4: reset failed (errno=-22), retrying in 10 secs
    ata4: classification failed
    ata4: reset failed (errno=-22), retrying in 10 secs
    ata4: classification failed
    ata4: reset failed (errno=-22), retrying in 35 secs
    ata4: classfication failed, assuming ATA
    ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 310)
    ata_piix 0000:00:1f.2: version 2.12
    ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
    Also I might add that on my first boot it didn't go this slow - I can't remember if I got the error or not though since I didn't pay attention.
    I don't think it's necessarily a hardware issue, even though this PC had it's issues with linux - had to flash my bios just so grub would detect hard drives, this doesn't seem like one of those.
    At least, I think it isn't since Mandriva booted just fine, and I don't think it's using a different kernel or some such, is it? Altough it was 32bit, but still, I find this quite odd.
    Now if this really is an error, not just buggy software, is there a way to ignore the error - I mean it boots up eventually anyway, just takes a hell of a lot of time.
    Last edited by gajo (2008-06-20 10:12:52)

    I'm going to bring up this issue again, still haven't fixed it and it remains unsolved with the newest kernel.
    The following links seem to have the same issue:
    http://www.ubuntu-forum.net/showthread.php?t=765486
    http://www.slackwarehelp.org/post-6750. … 194ecb9f80
    http://www.archlinux.it/forum/viewtopic.php?pid=11632
    http://www.linuxquestions.org/questions … 26-644368/
    Some of those threads link to this one as well, pretty much all seem to be unresolved or lack any given solution.
    One thing I noticed though, it seems that in nearly all cases the users report to have an MSI motherboard, coincidence? Hope so.
    Any clues on how one might fix this? Facts are, the kernel boots eventually, always, and it works like there is no problem; the issue is that it takes it's time, about 5-10 times the amount it would be normally (or before 2.6.x). Note that in the old kernel the delay was only about 5 seconds or less, with just one error message.
    Also, it seems to boot just fine in Windows, bit sad that Windows seems more stable/reliable eh?
    So where to next? I really want to fix this. It seems Google can't spit out the solution, should I report a bug to the kernel devs and pray that they look it up? Or perhaps it might be feasible to just change the source code of the kernel so it doesn't try 4 times for 10, 10, 30 seconds yet only once for 1 second? Surely it would be a matter of a simple for loop, just a matter of finding it!
    Please, even if you ain't got a solution to the particular issue, at least give me(and the people who google for the problem since this thread seems to be topping the results) an advice on what approach to take next, I'm fairly sure that everything can be fixed with common sense and a bit of C knowledge, only thing that's needed is a bit of experience.

  • [SOLVED]After yesterday's upgrade screen problem

    So, yesterday i have upgraded to the newest kernel and udev. Now, the problem is that (i have XFCE) when laptop goes into "switch off screen" mode (in xfce4-power-manager) i cannot recall the screen back to normal (it remains black). I have to suspend it and wake it up in order the screen is visible/normal again (haven't tried to just kill X).
    /var/log/messages:
    Nov 10 14:42:27 localhost -- MARK --
    Nov 10 15:21:01 localhost -- MARK --
    Nov 10 15:41:01 localhost -- MARK --
    Nov 10 16:12:08 localhost saso: ACPI group/action undefined: hotkey / ATK0100:00
    Nov 10 16:12:08 localhost saso: ACPI group/action undefined: video/switchmode / VMOD
    Nov 10 16:12:10 localhost saso: ACPI group/action undefined: hotkey / ATK0100:00
    Nov 10 16:12:10 localhost saso: ACPI group/action undefined: video/switchmode / VMOD
    Nov 10 16:12:16 localhost acpid: client 1616[0:100] has disconnected
    Nov 10 16:12:23 localhost acpid: client connected from 1616[0:100]
    Nov 10 16:12:23 localhost acpid: 1 client rule loaded
    Nov 10 16:12:27 localhost kernel: [44163.481659] EXT4-fs (sda1): re-mounted. Opts: commit=0
    Nov 10 16:12:27 localhost kernel: [44163.489933] EXT4-fs (sda2): re-mounted. Opts: commit=0
    Nov 10 16:12:27 localhost kernel: [44163.499653] EXT4-fs (sda3): re-mounted. Opts: commit=0
    Nov 10 16:12:28 localhost dhcpcd[5940]: sending signal 1 to pid 5326
    Nov 10 16:12:28 localhost dhcpcd[5940]: waiting for pid 5326 to exit
    Nov 10 16:12:28 localhost dhcpcd[5326]: received SIGHUP, releasing
    Nov 10 16:12:28 localhost dhcpcd[5326]: wlan0: releasing lease of 192.168.1.3
    Nov 10 16:12:28 localhost dhcpcd[5326]: wlan0: removing interface
    Nov 10 16:12:28 localhost kernel: [44164.828910] cfg80211: Calling CRDA to update world regulatory domain
    Nov 10 16:12:28 localhost kernel: [44164.913810] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    Nov 10 16:12:28 localhost kernel: [44164.994702] ADDRCONF(NETDEV_UP): eth0: link is not ready
    Nov 10 16:12:28 localhost kernel: [44165.101603] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    Nov 10 16:12:28 localhost kernel: [44165.162838] ADDRCONF(NETDEV_UP): eth0: link is not ready
    Nov 10 16:12:41 localhost kernel: [44165.504492] PM: Syncing filesystems ... done.
    Nov 10 16:12:41 localhost kernel: [44165.510675] Freezing user space processes ... (elapsed 0.01 seconds) done.
    Nov 10 16:12:41 localhost kernel: [44165.522325] Freezing remaining freezable tasks ... (elapsed 1.09 seconds) done.
    Nov 10 16:12:41 localhost kernel: [44166.615763] Suspending console(s) (use no_console_suspend to debug)
    Nov 10 16:12:41 localhost kernel: [44166.616477] sd 0:0:0:0: [sda] Synchronizing SCSI cache
    Nov 10 16:12:41 localhost kernel: [44166.629860] sd 0:0:0:0: [sda] Stopping disk
    Nov 10 16:12:41 localhost kernel: [44166.642540] ATL1E 0000:03:00.0: PCI INT A disabled
    Nov 10 16:12:41 localhost kernel: [44166.732640] snd_hda_intel 0000:00:1b.0: PCI INT A disabled
    Nov 10 16:12:41 localhost kernel: [44167.018971] PM: suspend of devices complete after 402.827 msecs
    Nov 10 16:12:41 localhost kernel: [44167.059129] PM: late suspend of devices complete after 40.150 msecs
    Nov 10 16:12:41 localhost kernel: [44167.059309] ACPI: Preparing to enter system sleep state S3
    Nov 10 16:12:41 localhost kernel: [44167.257307] PM: Saving platform NVS memory
    Nov 10 16:12:41 localhost kernel: [44167.257797] Disabling non-boot CPUs ...
    Nov 10 16:12:41 localhost kernel: [44167.259218] CPU 1 is now offline
    Nov 10 16:12:41 localhost kernel: [44167.259707] Extended CMOS year: 2000
    Nov 10 16:12:41 localhost kernel: [44167.259707] ACPI: Low-level resume complete
    Nov 10 16:12:41 localhost kernel: [44167.259707] PM: Restoring platform NVS memory
    Nov 10 16:12:41 localhost kernel: [44167.259707] Extended CMOS year: 2000
    Nov 10 16:12:41 localhost kernel: [44167.259707] Enabling non-boot CPUs ...
    Nov 10 16:12:41 localhost kernel: [44167.266546] Booting Node 0 Processor 1 APIC 0x1
    Nov 10 16:12:41 localhost kernel: [44167.259183] Initializing CPU#1
    Nov 10 16:12:41 localhost kernel: [44167.259183] Calibrating delay loop (skipped) already calibrated this CPU
    Nov 10 16:12:41 localhost kernel: [44167.277996] NMI watchdog enabled, takes one hw-pmu counter.
    Nov 10 16:12:41 localhost kernel: [44167.278933] Switched to NOHz mode on CPU #1
    Nov 10 16:12:41 localhost kernel: [44167.282318] CPU1 is up
    Nov 10 16:12:42 localhost kernel: [44167.283293] ACPI: Waking up from system sleep state S3
    Nov 10 16:12:42 localhost kernel: [44168.297514] PM: early resume of devices complete after 1.403 msecs
    Nov 10 16:12:42 localhost kernel: [44168.297649] usb usb3: root hub lost power or was reset
    Nov 10 16:12:42 localhost kernel: [44168.297719] usb usb4: root hub lost power or was reset
    Nov 10 16:12:42 localhost kernel: [44168.297793] usb usb5: root hub lost power or was reset
    Nov 10 16:12:42 localhost kernel: [44168.299179] snd_hda_intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    Nov 10 16:12:42 localhost kernel: [44168.299334] usb usb6: root hub lost power or was reset
    Nov 10 16:12:42 localhost kernel: [44168.299374] usb usb7: root hub lost power or was reset
    Nov 10 16:12:42 localhost kernel: [44168.299413] usb usb8: root hub lost power or was reset
    Nov 10 16:12:42 localhost kernel: [44168.305605] ATL1E 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    Nov 10 16:12:42 localhost kernel: [44168.355074] Extended CMOS year: 2000
    Nov 10 16:12:42 localhost kernel: [44168.362432] sd 0:0:0:0: [sda] Starting disk
    Nov 10 16:12:42 localhost kernel: [44168.632301] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    Nov 10 16:12:42 localhost kernel: [44168.655037] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    Nov 10 16:12:42 localhost kernel: [44168.685480] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    Nov 10 16:12:42 localhost kernel: [44168.698272] ata2.00: configured for UDMA/100
    Nov 10 16:12:42 localhost kernel: [44168.815660] usb 6-2: reset low speed USB device number 3 using uhci_hcd
    Nov 10 16:12:42 localhost kernel: [44170.172346] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Nov 10 16:12:42 localhost kernel: [44170.174103] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    Nov 10 16:12:42 localhost kernel: [44170.174434] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    Nov 10 16:12:42 localhost kernel: [44170.178450] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    Nov 10 16:12:42 localhost kernel: [44170.178782] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    Nov 10 16:12:42 localhost kernel: [44170.180642] ata1.00: configured for UDMA/133
    Nov 10 16:12:42 localhost kernel: [44170.224518] PM: resume of devices complete after 1926.927 msecs
    Nov 10 16:12:42 localhost kernel: [44170.224850] Restarting tasks ... done.
    Nov 10 16:12:42 localhost kernel: [44170.238561] video LNXVIDEO:00: Restoring backlight state
    Nov 10 16:12:45 localhost kernel: [44173.423488] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    Nov 10 16:12:45 localhost laptop-mode: Laptop mode
    Nov 10 16:12:45 localhost laptop-mode: enabled, not active
    Nov 10 16:12:46 localhost kernel: [44174.630668] CE: hpet increased min_delta_ns to 30169 nsec
    Nov 10 16:12:46 localhost kernel: [44174.885331] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    Nov 10 16:12:46 localhost kernel: [44174.928328] ADDRCONF(NETDEV_UP): eth0: link is not ready
    Nov 10 16:12:46 localhost kernel: [44175.030767] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    Nov 10 16:12:47 localhost kernel: [44175.496506] EXT4-fs (sda1): re-mounted. Opts: commit=0
    Nov 10 16:12:47 localhost kernel: [44175.704900] EXT4-fs (sda2): re-mounted. Opts: commit=0
    Nov 10 16:12:47 localhost kernel: [44175.708047] EXT4-fs (sda3): re-mounted. Opts: commit=0
    Nov 10 16:12:47 localhost acpid: client 1616[0:100] has disconnected
    Nov 10 16:12:47 localhost saso: ACPI group/action undefined: processor / LNXCPU:00
    Nov 10 16:12:47 localhost acpid: client connected from 1616[0:100]
    Nov 10 16:12:47 localhost acpid: 1 client rule loaded
    Nov 10 16:12:47 localhost saso: ACPI group/action undefined: processor / LNXCPU:01
    Nov 10 16:12:47 localhost laptop-mode: Laptop mode
    Nov 10 16:12:47 localhost laptop-mode: enabled,
    Nov 10 16:12:47 localhost laptop-mode: not active [unchanged]
    Nov 10 16:12:47 localhost saso: ACPI action undefined: PNP0C0A:00
    Nov 10 16:12:47 localhost laptop-mode: Laptop mode
    Nov 10 16:12:47 localhost laptop-mode: enabled,
    Nov 10 16:12:47 localhost laptop-mode: not active [unchanged]
    Nov 10 16:12:49 localhost kernel: [44177.453758] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    Nov 10 16:12:49 localhost dhcpcd[6755]: version 5.2.12 starting
    Nov 10 16:12:50 localhost dhcpcd[6755]: wlan0: broadcasting for a lease
    Nov 10 16:12:50 localhost dhcpcd[6755]: wlan0: offered 192.168.1.3 from 192.168.1.1
    Nov 10 16:12:50 localhost dhcpcd[6755]: wlan0: acknowledged 192.168.1.3 from 192.168.1.1
    Nov 10 16:12:50 localhost dhcpcd[6755]: wlan0: checking for 192.168.1.3
    Nov 10 16:12:55 localhost dhcpcd[6755]: wlan0: leased 192.168.1.3 for 86400 seconds
    Nov 10 16:12:55 localhost dhcpcd[6755]: forked to background, child pid 6778
    /var/log/kernel.log:
    Nov 10 13:29:37 localhost kernel: [34393.536524] oosplash.bin[28937]: segfault at 4d0 ip b779fa1b sp bf9ffbe0 error 4 in libX11.so.6.3.0[b776c000+132000]
    Nov 10 16:12:27 localhost kernel: [44163.481659] EXT4-fs (sda1): re-mounted. Opts: commit=0
    Nov 10 16:12:27 localhost kernel: [44163.489933] EXT4-fs (sda2): re-mounted. Opts: commit=0
    Nov 10 16:12:27 localhost kernel: [44163.499653] EXT4-fs (sda3): re-mounted. Opts: commit=0
    Nov 10 16:12:28 localhost kernel: [44164.769066] wlan0: deauthenticating from 00:1d:60:19:9c:51 by local choice (reason=3)
    Nov 10 16:12:28 localhost kernel: [44164.828910] cfg80211: Calling CRDA to update world regulatory domain
    Nov 10 16:12:28 localhost kernel: [44164.913810] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    Nov 10 16:12:28 localhost kernel: [44164.994333] ATL1E 0000:03:00.0: irq 46 for MSI/MSI-X
    Nov 10 16:12:28 localhost kernel: [44164.994702] ADDRCONF(NETDEV_UP): eth0: link is not ready
    Nov 10 16:12:28 localhost kernel: [44165.101603] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    Nov 10 16:12:28 localhost kernel: [44165.162190] ATL1E 0000:03:00.0: irq 46 for MSI/MSI-X
    Nov 10 16:12:28 localhost kernel: [44165.162838] ADDRCONF(NETDEV_UP): eth0: link is not ready
    Nov 10 16:12:41 localhost kernel: [44165.504492] PM: Syncing filesystems ... done.
    Nov 10 16:12:41 localhost kernel: [44165.510538] PM: Preparing system for mem sleep
    Nov 10 16:12:41 localhost kernel: [44165.510675] Freezing user space processes ... (elapsed 0.01 seconds) done.
    Nov 10 16:12:41 localhost kernel: [44165.522325] Freezing remaining freezable tasks ... (elapsed 1.09 seconds) done.
    Nov 10 16:12:41 localhost kernel: [44166.615714] PM: Entering mem sleep
    Nov 10 16:12:41 localhost kernel: [44166.615763] Suspending console(s) (use no_console_suspend to debug)
    Nov 10 16:12:41 localhost kernel: [44166.616477] sd 0:0:0:0: [sda] Synchronizing SCSI cache
    Nov 10 16:12:41 localhost kernel: [44166.629860] sd 0:0:0:0: [sda] Stopping disk
    Nov 10 16:12:41 localhost kernel: [44166.642540] ATL1E 0000:03:00.0: PCI INT A disabled
    Nov 10 16:12:41 localhost kernel: [44166.732640] snd_hda_intel 0000:00:1b.0: PCI INT A disabled
    Nov 10 16:12:41 localhost kernel: [44167.018971] PM: suspend of devices complete after 402.827 msecs
    Nov 10 16:12:41 localhost kernel: [44167.059129] PM: late suspend of devices complete after 40.150 msecs
    Nov 10 16:12:41 localhost kernel: [44167.059309] ACPI: Preparing to enter system sleep state S3
    Nov 10 16:12:41 localhost kernel: [44167.257307] PM: Saving platform NVS memory
    Nov 10 16:12:41 localhost kernel: [44167.257797] Disabling non-boot CPUs ...
    Nov 10 16:12:41 localhost kernel: [44167.259218] CPU 1 is now offline
    Nov 10 16:12:41 localhost kernel: [44167.259707] Extended CMOS year: 2000
    Nov 10 16:12:41 localhost kernel: [44167.259707] ACPI: Low-level resume complete
    Nov 10 16:12:41 localhost kernel: [44167.259707] PM: Restoring platform NVS memory
    Nov 10 16:12:41 localhost kernel: [44167.259707] CPU0: Thermal monitoring handled by SMI
    Nov 10 16:12:41 localhost kernel: [44167.259707] Extended CMOS year: 2000
    Nov 10 16:12:41 localhost kernel: [44167.259707] Enabling non-boot CPUs ...
    Nov 10 16:12:41 localhost kernel: [44167.266546] Booting Node 0 Processor 1 APIC 0x1
    Nov 10 16:12:41 localhost kernel: [44167.266548] smpboot cpu 1: start_ip = 93000
    Nov 10 16:12:41 localhost kernel: [44167.259183] Initializing CPU#1
    Nov 10 16:12:41 localhost kernel: [44167.259183] Calibrating delay loop (skipped) already calibrated this CPU
    Nov 10 16:12:41 localhost kernel: [44167.259183] CPU1: Thermal monitoring handled by SMI
    Nov 10 16:12:41 localhost kernel: [44167.277996] NMI watchdog enabled, takes one hw-pmu counter.
    Nov 10 16:12:41 localhost kernel: [44167.278933] Switched to NOHz mode on CPU #1
    Nov 10 16:12:41 localhost kernel: [44167.282318] CPU1 is up
    Nov 10 16:12:42 localhost kernel: [44167.283293] ACPI: Waking up from system sleep state S3
    Nov 10 16:12:42 localhost kernel: [44168.296199] i915 0000:00:02.0: restoring config space at offset 0x8 (was 0x1, writing 0xdc01)
    Nov 10 16:12:42 localhost kernel: [44168.296208] i915 0000:00:02.0: restoring config space at offset 0x1 (was 0x900007, writing 0x900407)
    Nov 10 16:12:42 localhost kernel: [44168.296456] snd_hda_intel 0000:00:1b.0: restoring config space at offset 0x3 (was 0x0, writing 0x8)
    Nov 10 16:12:42 localhost kernel: [44168.296464] snd_hda_intel 0000:00:1b.0: restoring config space at offset 0x1 (was 0x100006, writing 0x100002)
    Nov 10 16:12:42 localhost kernel: [44168.296500] pcieport 0000:00:1c.0: restoring config space at offset 0xf (was 0x20100, writing 0x2010a)
    Nov 10 16:12:42 localhost kernel: [44168.296517] pcieport 0000:00:1c.0: restoring config space at offset 0x7 (was 0xf0, writing 0x200000f0)
    Nov 10 16:12:42 localhost kernel: [44168.296528] pcieport 0000:00:1c.0: restoring config space at offset 0x3 (was 0x810000, writing 0x810008)
    Nov 10 16:12:42 localhost kernel: [44168.296536] pcieport 0000:00:1c.0: restoring config space at offset 0x1 (was 0x100104, writing 0x100504)
    Nov 10 16:12:42 localhost kernel: [44168.296592] pcieport 0000:00:1c.1: restoring config space at offset 0xf (was 0x20200, writing 0x20205)
    Nov 10 16:12:42 localhost kernel: [44168.296609] pcieport 0000:00:1c.1: restoring config space at offset 0x7 (was 0xf0, writing 0x200000f0)
    Nov 10 16:12:42 localhost kernel: [44168.296620] pcieport 0000:00:1c.1: restoring config space at offset 0x3 (was 0x810000, writing 0x810008)
    Nov 10 16:12:42 localhost kernel: [44168.296628] pcieport 0000:00:1c.1: restoring config space at offset 0x1 (was 0x100106, writing 0x100506)
    Nov 10 16:12:42 localhost kernel: [44168.296684] pcieport 0000:00:1c.5: restoring config space at offset 0xf (was 0x20200, writing 0x20205)
    Nov 10 16:12:42 localhost kernel: [44168.296698] pcieport 0000:00:1c.5: restoring config space at offset 0x9 (was 0x1fff1, writing 0x7df17de1)
    Nov 10 16:12:42 localhost kernel: [44168.296712] pcieport 0000:00:1c.5: restoring config space at offset 0x3 (was 0x810000, writing 0x810008)
    Nov 10 16:12:42 localhost kernel: [44168.296720] pcieport 0000:00:1c.5: restoring config space at offset 0x1 (was 0x100107, writing 0x100507)
    Nov 10 16:12:42 localhost kernel: [44168.297063] ahci 0000:00:1f.2: restoring config space at offset 0x1 (was 0x2b00007, writing 0x2b00407)
    Nov 10 16:12:42 localhost kernel: [44168.297137] ath9k 0000:02:00.0: restoring config space at offset 0xf (was 0x1ff, writing 0x105)
    Nov 10 16:12:42 localhost kernel: [44168.297165] ath9k 0000:02:00.0: restoring config space at offset 0x4 (was 0x4, writing 0xfeaf0004)
    Nov 10 16:12:42 localhost kernel: [44168.297172] ath9k 0000:02:00.0: restoring config space at offset 0x3 (was 0x0, writing 0x8)
    Nov 10 16:12:42 localhost kernel: [44168.297182] ath9k 0000:02:00.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100007)
    Nov 10 16:12:42 localhost kernel: [44168.297234] ATL1E 0000:03:00.0: restoring config space at offset 0xf (was 0x100, writing 0x105)
    Nov 10 16:12:42 localhost kernel: [44168.297265] ATL1E 0000:03:00.0: restoring config space at offset 0x3 (was 0x0, writing 0x8)
    Nov 10 16:12:42 localhost kernel: [44168.297274] ATL1E 0000:03:00.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100407)
    Nov 10 16:12:42 localhost kernel: [44168.297514] PM: early resume of devices complete after 1.403 msecs
    Nov 10 16:12:42 localhost kernel: [44168.297614] i915 0000:00:02.0: setting latency timer to 64
    Nov 10 16:12:42 localhost kernel: [44168.297619] uhci_hcd 0000:00:1a.0: setting latency timer to 64
    Nov 10 16:12:42 localhost kernel: [44168.297649] usb usb3: root hub lost power or was reset
    Nov 10 16:12:42 localhost kernel: [44168.297692] uhci_hcd 0000:00:1a.1: setting latency timer to 64
    Nov 10 16:12:42 localhost kernel: [44168.297719] usb usb4: root hub lost power or was reset
    Nov 10 16:12:42 localhost kernel: [44168.297766] uhci_hcd 0000:00:1a.2: setting latency timer to 64
    Nov 10 16:12:42 localhost kernel: [44168.297793] usb usb5: root hub lost power or was reset
    Nov 10 16:12:42 localhost kernel: [44168.297807] ehci_hcd 0000:00:1a.7: setting latency timer to 64
    Nov 10 16:12:42 localhost kernel: [44168.299179] snd_hda_intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    Nov 10 16:12:42 localhost kernel: [44168.299187] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
    Nov 10 16:12:42 localhost kernel: [44168.299238] snd_hda_intel 0000:00:1b.0: irq 44 for MSI/MSI-X
    Nov 10 16:12:42 localhost kernel: [44168.299307] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    Nov 10 16:12:42 localhost kernel: [44168.299334] usb usb6: root hub lost power or was reset
    Nov 10 16:12:42 localhost kernel: [44168.299347] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    Nov 10 16:12:42 localhost kernel: [44168.299374] usb usb7: root hub lost power or was reset
    Nov 10 16:12:42 localhost kernel: [44168.299387] uhci_hcd 0000:00:1d.2: setting latency timer to 64
    Nov 10 16:12:42 localhost kernel: [44168.299413] usb usb8: root hub lost power or was reset
    Nov 10 16:12:42 localhost kernel: [44168.299428] ehci_hcd 0000:00:1d.7: setting latency timer to 64
    Nov 10 16:12:42 localhost kernel: [44168.299473] pci 0000:00:1e.0: setting latency timer to 64
    Nov 10 16:12:42 localhost kernel: [44168.299489] ahci 0000:00:1f.2: setting latency timer to 64
    Nov 10 16:12:42 localhost kernel: [44168.305605] ATL1E 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    Nov 10 16:12:42 localhost kernel: [44168.305613] ATL1E 0000:03:00.0: setting latency timer to 64
    Nov 10 16:12:42 localhost kernel: [44168.305680] ATL1E 0000:03:00.0: irq 46 for MSI/MSI-X
    Nov 10 16:12:42 localhost kernel: [44168.355074] Extended CMOS year: 2000
    Nov 10 16:12:42 localhost kernel: [44168.362432] sd 0:0:0:0: [sda] Starting disk
    Nov 10 16:12:42 localhost kernel: [44168.632301] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    Nov 10 16:12:42 localhost kernel: [44168.655032] ata2.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
    Nov 10 16:12:42 localhost kernel: [44168.655037] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    Nov 10 16:12:42 localhost kernel: [44168.685475] ata2.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
    Nov 10 16:12:42 localhost kernel: [44168.685480] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    Nov 10 16:12:42 localhost kernel: [44168.698272] ata2.00: configured for UDMA/100
    Nov 10 16:12:42 localhost kernel: [44168.815660] usb 6-2: reset low speed USB device number 3 using uhci_hcd
    Nov 10 16:12:42 localhost kernel: [44170.172346] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Nov 10 16:12:42 localhost kernel: [44170.174103] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    Nov 10 16:12:42 localhost kernel: [44170.174430] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
    Nov 10 16:12:42 localhost kernel: [44170.174434] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    Nov 10 16:12:42 localhost kernel: [44170.178450] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    Nov 10 16:12:42 localhost kernel: [44170.178777] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
    Nov 10 16:12:42 localhost kernel: [44170.178782] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    Nov 10 16:12:42 localhost kernel: [44170.180642] ata1.00: configured for UDMA/133
    Nov 10 16:12:42 localhost kernel: [44170.224518] PM: resume of devices complete after 1926.927 msecs
    Nov 10 16:12:42 localhost kernel: [44170.224848] PM: Finishing wakeup.
    Nov 10 16:12:42 localhost kernel: [44170.224850] Restarting tasks ... done.
    Nov 10 16:12:42 localhost kernel: [44170.238561] video LNXVIDEO:00: Restoring backlight state
    Nov 10 16:12:45 localhost kernel: [44173.423488] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    Nov 10 16:12:46 localhost kernel: [44174.630668] CE: hpet increased min_delta_ns to 30169 nsec
    Nov 10 16:12:46 localhost kernel: [44174.885331] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    Nov 10 16:12:46 localhost kernel: [44174.927923] ATL1E 0000:03:00.0: irq 46 for MSI/MSI-X
    Nov 10 16:12:46 localhost kernel: [44174.928328] ADDRCONF(NETDEV_UP): eth0: link is not ready
    Nov 10 16:12:46 localhost kernel: [44175.030767] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    Nov 10 16:12:47 localhost kernel: [44175.496506] EXT4-fs (sda1): re-mounted. Opts: commit=0
    Nov 10 16:12:47 localhost kernel: [44175.704900] EXT4-fs (sda2): re-mounted. Opts: commit=0
    Nov 10 16:12:47 localhost kernel: [44175.708047] EXT4-fs (sda3): re-mounted. Opts: commit=0
    Nov 10 16:12:49 localhost kernel: [44177.448823] wlan0: authenticate with 00:1d:60:19:9c:51 (try 1)
    Nov 10 16:12:49 localhost kernel: [44177.450829] wlan0: authenticated
    Nov 10 16:12:49 localhost kernel: [44177.450861] wlan0: associate with 00:1d:60:19:9c:51 (try 1)
    Nov 10 16:12:49 localhost kernel: [44177.453381] wlan0: RX AssocResp from 00:1d:60:19:9c:51 (capab=0x411 status=0 aid=2)
    Nov 10 16:12:49 localhost kernel: [44177.453385] wlan0: associated
    Nov 10 16:12:49 localhost kernel: [44177.453758] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    Nov 10 16:12:59 localhost kernel: [44188.252291] wlan0: no IPv6 routers present
    Upgraded packages:
    [2011-11-09 12:04] upgraded linux (3.0.7-1 -> 3.1-4)
    [2011-11-09 12:04] upgraded linux-headers (3.0.7-1 -> 3.1-4)
    [2011-11-09 12:04] upgraded lirc-utils (1:0.9.0-6 -> 1:0.9.0-8)
    [2011-11-09 12:04] upgraded mpfr (3.1.0.p1-1 -> 3.1.0.p3-1)
    [2011-11-09 12:04] upgraded net-tools (1.60.20110819cvs-1 -> 1.60.20110819cvs-3)
    [2011-11-09 12:04] upgraded pixman (0.22.2-1 -> 0.24.0-1)
    [2011-11-09 12:04] upgraded udev (174-1 -> 175-1)
    [2011-11-09 12:04] upgraded wine (1.3.32-1 -> 1.3.32-2)
    /var/log/Xorg.0.log:
    http://dl.dropbox.com/u/38176672/Xorg.0.log
    /var/log/dmesg.log:
    http://dl.dropbox.com/u/38176672/dmesg.log
    Last edited by Shark (2011-12-01 12:49:45)

    hi,
    I have the same problem(intel Corporation Mobile 915GM). And I found the following can solve the half of the problem
    Section "Device"
        Identifier    "Device0"
        Driver        "vesa" # <---replacing intel by vesa
    EndSection
    But after "kill X", the screen of the framebuffer becomes quite horrible as showed in the pic.

  • Problems with upgrade to kde4 - SOLVED

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

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

  • Problems with Steam - Dota2 and ETS2

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

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

  • Problem with Displayport and M11x

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

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

  • MTRR allocation problem on Dell Vostro

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

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

  • Optical drive, camera and bluetooth problems with Acer Aspire 7520

    Hello everyone
    First, my DVD drive just stopped working, it's not being recognized by Arch it seems. This has happened before a few times, but it suddenly started to work. I can open the tray manually, and when I insert a DVD, you can see the led blinking and drive does start to spin, but thats all. I've tried removing and reloading cdrom module with no success. Also, there was a /dev/sr0 before, now it's gone.
    Here is the output from dmesg:
    Initializing cgroup subsys cpuset
    Initializing cgroup subsys cpu
    Linux version 2.6.34-ARCH (tobias@T-POWA-LX) (gcc version 4.5.0 20100610 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Jul 5 22:12:11 CEST 2010
    Command line: root=/dev/disk/by-uuid/bc6d313b-0d53-423c-a845-a35031b4ffdb ro vga=773
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009e000 (usable)
    BIOS-e820: 000000000009e000 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000d2000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 0000000077f50000 (usable)
    BIOS-e820: 0000000077f50000 - 0000000077f65000 (ACPI data)
    BIOS-e820: 0000000077f65000 - 0000000077f66000 (ACPI NVS)
    BIOS-e820: 0000000077f66000 - 0000000080000000 (reserved)
    BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
    BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
    BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
    NX (Execute Disable) protection: active
    DMI present.
    e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
    e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    No AGP bridge found
    last_pfn = 0x77f50 max_arch_pfn = 0x400000000
    MTRR default type: uncachable
    MTRR fixed ranges enabled:
    00000-9FFFF write-back
    A0000-BFFFF uncachable
    C0000-D3FFF write-protect
    D4000-E3FFF uncachable
    E4000-FFFFF write-protect
    MTRR variable ranges enabled:
    0 base 0000000000 mask FF80000000 write-back
    1 disabled
    2 disabled
    3 disabled
    4 disabled
    5 disabled
    6 disabled
    7 disabled
    x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    e820 update range: 0000000000001000 - 0000000000010000 (usable) ==> (reserved)
    Scanning 1 areas for low memory corruption
    modified physical RAM map:
    modified: 0000000000000000 - 0000000000010000 (reserved)
    modified: 0000000000010000 - 000000000009e000 (usable)
    modified: 000000000009e000 - 00000000000a0000 (reserved)
    modified: 00000000000d2000 - 0000000000100000 (reserved)
    modified: 0000000000100000 - 0000000077f50000 (usable)
    modified: 0000000077f50000 - 0000000077f65000 (ACPI data)
    modified: 0000000077f65000 - 0000000077f66000 (ACPI NVS)
    modified: 0000000077f66000 - 0000000080000000 (reserved)
    modified: 00000000e0000000 - 00000000f0000000 (reserved)
    modified: 00000000fec00000 - 00000000fec10000 (reserved)
    modified: 00000000fee00000 - 00000000fee01000 (reserved)
    modified: 00000000fff80000 - 0000000100000000 (reserved)
    initial memory mapped : 0 - 20000000
    found SMP MP-table at [ffff8800000f7c90] f7c90
    init_memory_mapping: 0000000000000000-0000000077f50000
    0000000000 - 0077e00000 page 2M
    0077e00000 - 0077f50000 page 4k
    kernel direct mapping tables up to 77f50000 @ 16000-1a000
    RAMDISK: 37e5f000 - 37ff0000
    ACPI: RSDP 00000000000f7ca0 00024 (v02 ACRSYS)
    ACPI: XSDT 0000000077f5e339 0005C (v01 ACRSYS ACRPRDCT 06040000 LTP 00000000)
    ACPI: SLIC 0000000077f64ace 00176 (v01 ACRSYS ACRPRDCT 06040000 LOHR 00000000)
    ACPI: FACP 0000000077f64c44 000F4 (v03 NVIDIA MCP67-M 06040000 PTL_ 000F4240)
    ACPI: DSDT 0000000077f5e395 066C5 (v01 NVIDIA MCP67 06040000 MSFT 03000000)
    ACPI: FACS 0000000077f65fc0 00040
    ACPI: SSDT 0000000077f64d38 001C4 (v01 PTLTD POWERNOW 06040000 LTP 00000001)
    ACPI: MCFG 0000000077f64efc 0003C (v01 Nvidia NVDAACPI 06040000 NVDA 00000000)
    ACPI: HPET 0000000077f64f38 00038 (v01 PTLTD HPETTBL 06040000 LTP 00000001)
    ACPI: APIC 0000000077f64f70 00068 (v01 PTLTD ? APIC 06040000 LTP 00000000)
    ACPI: BOOT 0000000077f64fd8 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
    ACPI: Local APIC address 0xfee00000
    [ffffea0000000000-ffffea0001bfffff] PMD -> [ffff880002000000-ffff880003bfffff] on node 0
    Zone PFN ranges:
    DMA 0x00000010 -> 0x00001000
    DMA32 0x00001000 -> 0x00100000
    Normal empty
    Movable zone start PFN for each node
    early_node_map[2] active PFN ranges
    0: 0x00000010 -> 0x0000009e
    0: 0x00000100 -> 0x00077f50
    On node 0 totalpages: 491230
    DMA zone: 56 pages used for memmap
    DMA zone: 0 pages reserved
    DMA zone: 3926 pages, LIFO batch:0
    DMA32 zone: 6662 pages used for memmap
    DMA32 zone: 480586 pages, LIFO batch:31
    Detected use of extended apic ids on hypertransport bus
    ACPI: PM-Timer IO Port: 0x1008
    ACPI: Local APIC address 0xfee00000
    ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
    ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    ACPI: IRQ0 used by override.
    ACPI: IRQ2 used by override.
    ACPI: IRQ9 used by override.
    Using ACPI (MADT) for SMP configuration information
    ACPI: HPET id: 0x10de8201 base: 0xfed00000
    SMP: Allowing 2 CPUs, 0 hotplug CPUs
    nr_irqs_gsi: 24
    early_res array is doubled to 64 at [18100 - 188ff]
    PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000d2000
    PM: Registered nosave memory: 00000000000d2000 - 0000000000100000
    Allocating PCI resources starting at 80000000 (gap: 80000000:60000000)
    Booting paravirtualized kernel on bare hardware
    setup_percpu: NR_CPUS:16 nr_cpumask_bits:16 nr_cpu_ids:2 nr_node_ids:1
    PERCPU: Embedded 29 pages/cpu @ffff880001800000 s88232 r8192 d22360 u1048576
    pcpu-alloc: s88232 r8192 d22360 u1048576 alloc=1*2097152
    pcpu-alloc: [0] 0 1
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 484512
    Kernel command line: root=/dev/disk/by-uuid/bc6d313b-0d53-423c-a845-a35031b4ffdb ro vga=773
    PID hash table entries: 4096 (order: 3, 32768 bytes)
    Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
    Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
    Checking aperture...
    No AGP bridge found
    Node 0: aperture @ 9960000000 size 32 MB
    Aperture beyond 4GB. Ignoring.
    Subtract (49 early reservations)
    #1 [0001000000 - 00016e1178] TEXT DATA BSS
    #2 [0037e5f000 - 0037ff0000] RAMDISK
    #3 [00016e2000 - 00016e20ed] BRK
    #4 [00000f7ca0 - 0000100000] BIOS reserved
    #5 [00000f7c90 - 00000f7ca0] MP-table mpf
    #6 [000009e000 - 000009e471] BIOS reserved
    #7 [000009e5c5 - 00000f7c90] BIOS reserved
    #8 [000009e471 - 000009e5c5] MP-table mpc
    #9 [0000010000 - 0000012000] TRAMPOLINE
    #10 [0000012000 - 0000016000] ACPI WAKEUP
    #11 [0000016000 - 0000018000] PGTABLE
    #12 [00016e2100 - 00016e3100] BOOTMEM
    #13 [0000018000 - 00000180f0] BOOTMEM
    #14 [0001ee4000 - 0001ee5000] BOOTMEM
    #15 [0001ee5000 - 0001ee6000] BOOTMEM
    #16 [0002000000 - 0003c00000] MEMMAP 0
    #17 [00016e3100 - 00016fb100] BOOTMEM
    #18 [00016fb100 - 0001713100] BOOTMEM
    #19 [0001714000 - 0001715000] BOOTMEM
    #20 [00016e1180 - 00016e11c1] BOOTMEM
    #21 [00016e1200 - 00016e1243] BOOTMEM
    #22 [00016e1280 - 00016e1520] BOOTMEM
    #23 [00016e1540 - 00016e15a8] BOOTMEM
    #24 [00016e15c0 - 00016e1628] BOOTMEM
    #25 [00016e1640 - 00016e16a8] BOOTMEM
    #26 [00016e16c0 - 00016e1728] BOOTMEM
    #27 [00016e1740 - 00016e17a8] BOOTMEM
    #28 [00016e17c0 - 00016e1828] BOOTMEM
    #29 [00016e1840 - 00016e18a8] BOOTMEM
    #30 [00016e18c0 - 00016e1928] BOOTMEM
    #31 [00016e1940 - 00016e19a8] BOOTMEM
    #32 [00016e19c0 - 00016e1a28] BOOTMEM
    #33 [00016e1a40 - 00016e1aa8] BOOTMEM
    #34 [00016e1ac0 - 00016e1ae0] BOOTMEM
    #35 [00016e1b00 - 00016e1b47] BOOTMEM
    #36 [00016e1b80 - 00016e1bc7] BOOTMEM
    #37 [0001800000 - 000181d000] BOOTMEM
    #38 [0001900000 - 000191d000] BOOTMEM
    #39 [00016e1c00 - 00016e1c08] BOOTMEM
    #40 [00016e1c40 - 00016e1c48] BOOTMEM
    #41 [00016e1c80 - 00016e1c88] BOOTMEM
    #42 [00016e1cc0 - 00016e1cd0] BOOTMEM
    #43 [00016e1d00 - 00016e1e40] BOOTMEM
    #44 [00016e1e40 - 00016e1ea0] BOOTMEM
    #45 [00016e1ec0 - 00016e1f20] BOOTMEM
    #46 [0001715000 - 000171d000] BOOTMEM
    #47 [000191d000 - 0001b1d000] BOOTMEM
    #48 [0001b1d000 - 0001c1d000] BOOTMEM
    Memory: 1924012k/1965376k available (3484k kernel code, 456k absent, 40908k reserved, 1796k data, 480k init)
    SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    Hierarchical RCU implementation.
    NR_IRQS:768
    Extended CMOS year: 2000
    spurious 8259A interrupt: IRQ7.
    Console: colour dummy device 80x25
    console [tty0] enabled
    allocated 19660800 bytes of page_cgroup
    please try 'cgroup_disable=memory' option if you don't want memory cgroups
    hpet clockevent registered
    Fast TSC calibration using PIT
    Detected 1800.462 MHz processor.
    Calibrating delay loop (skipped), value calculated using timer frequency.. 3602.96 BogoMIPS (lpj=6001540)
    Security Framework initialized
    Mount-cache hash table entries: 256
    Initializing cgroup subsys ns
    Initializing cgroup subsys cpuacct
    Initializing cgroup subsys memory
    Initializing cgroup subsys devices
    Initializing cgroup subsys freezer
    Initializing cgroup subsys net_cls
    tseg: 0077f80000
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 0
    mce: CPU supports 5 MCE banks
    using C1E aware idle routine
    Performance Events: AMD PMU driver.
    ... version: 0
    ... bit width: 48
    ... generic registers: 4
    ... value mask: 0000ffffffffffff
    ... max period: 00007fffffffffff
    ... fixed-purpose events: 0
    ... event mask: 000000000000000f
    ACPI: Core revision 20100121
    Setting APIC routing to flat
    ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    CPU0: AMD Athlon(tm) 64 X2 Dual-Core Processor TK-55 stepping 01
    System has AMD C1E enabled
    Switch to broadcast mode on CPU0
    Booting Node 0, Processors #1 Ok.
    Switch to broadcast mode on CPU1
    Brought up 2 CPUs
    Total of 2 processors activated (7204.45 BogoMIPS).
    devtmpfs: initialized
    NET: Registered protocol family 16
    node 0 link 0: io port [1000, fffff]
    TOM: 0000000080000000 aka 2048M
    node 0 link 0: mmio [a0000, bffff]
    node 0 link 0: mmio [80000000, dfffffff]
    node 0 link 0: mmio [e0000000, efffffff]
    node 0 link 0: mmio [f0000000, fe0bffff]
    bus: [00, ff] on node 0 link 0
    bus: 00 index 0 [io 0x0000-0xffff]
    bus: 00 index 1 [mem 0x000a0000-0x000bffff]
    bus: 00 index 2 [mem 0x80000000-0xfcffffffff]
    ACPI: bus type pci registered
    PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    PCI: Using configuration type 1 for base access
    bio: create slab <bio-0> at 0
    ACPI: EC: Look up EC in DSDT
    ACPI: Interpreter enabled
    ACPI: (supports S0 S3 S4 S5)
    ACPI: Using IOAPIC for interrupt routing
    ACPI: EC: GPE = 0x10, I/O: command/status = 0x66, data = 0x62
    ACPI: No dock devices found.
    PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7] (ignored)
    pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000c0000-0x000c3fff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000c4000-0x000c7fff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000c8000-0x000cbfff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000cc000-0x000cffff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000e4000-0x000e7fff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000e8000-0x000ebfff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000ec000-0x000effff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000f0000-0x000fffff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfed44fff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x80000000-0xfebfffff] (ignored)
    pci 0000:00:01.0: reg 10: [io 0x1d00-0x1dff]
    pci 0000:00:01.1: reg 10: [io 0x3080-0x30bf]
    pci 0000:00:01.1: reg 20: [io 0x3040-0x307f]
    pci 0000:00:01.1: reg 24: [io 0x3000-0x303f]
    pci 0000:00:01.1: PME# supported from D3hot D3cold
    pci 0000:00:01.1: PME# disabled
    pci 0000:00:01.3: reg 10: [mem 0xf2400000-0xf247ffff]
    pci 0000:00:02.0: reg 10: [mem 0xf2686000-0xf2686fff]
    pci 0000:00:02.0: supports D1 D2
    pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:02.0: PME# disabled
    pci 0000:00:02.1: reg 10: [mem 0xf2689000-0xf26890ff]
    pci 0000:00:02.1: supports D1 D2
    pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:02.1: PME# disabled
    pci 0000:00:04.0: reg 10: [mem 0xf2687000-0xf2687fff]
    pci 0000:00:04.0: supports D1 D2
    pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:04.0: PME# disabled
    pci 0000:00:04.1: reg 10: [mem 0xf2689400-0xf26894ff]
    pci 0000:00:04.1: supports D1 D2
    pci 0000:00:04.1: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:04.1: PME# disabled
    pci 0000:00:07.0: reg 10: [mem 0xf2680000-0xf2683fff]
    pci 0000:00:07.0: PME# supported from D3hot D3cold
    pci 0000:00:07.0: PME# disabled
    pci 0000:00:09.0: reg 10: [io 0x30f0-0x30f7]
    pci 0000:00:09.0: reg 14: [io 0x30e4-0x30e7]
    pci 0000:00:09.0: reg 18: [io 0x30e8-0x30ef]
    pci 0000:00:09.0: reg 1c: [io 0x30e0-0x30e3]
    pci 0000:00:09.0: reg 20: [io 0x30d0-0x30df]
    pci 0000:00:09.0: reg 24: [mem 0xf2684000-0xf2685fff]
    pci 0000:00:0a.0: reg 10: [mem 0xf2688000-0xf2688fff]
    pci 0000:00:0a.0: reg 14: [io 0x30f8-0x30ff]
    pci 0000:00:0a.0: reg 18: [mem 0xf2689c00-0xf2689cff]
    pci 0000:00:0a.0: reg 1c: [mem 0xf2689800-0xf268980f]
    pci 0000:00:0a.0: supports D1 D2
    pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:0a.0: PME# disabled
    pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:0c.0: PME# disabled
    pci 0000:00:0d.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:0d.0: PME# disabled
    pci 0000:00:12.0: reg 10: [mem 0xf1000000-0xf1ffffff]
    pci 0000:00:12.0: reg 14: [mem 0xd0000000-0xdfffffff 64bit pref]
    pci 0000:00:12.0: reg 1c: [mem 0xf0000000-0xf0ffffff 64bit]
    pci 0000:00:12.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    PCI: peer root bus 00 res updated from pci conf
    pci 0000:01:04.0: proprietary Ricoh MMC controller disabled (via firewire function)
    pci 0000:01:04.0: MMC cards are now supported by standard SDHCI controller
    pci 0000:01:04.0: reg 10: [mem 0xf2300000-0xf23007ff]
    pci 0000:01:04.0: PME# supported from D0 D3hot D3cold
    pci 0000:01:04.0: PME# disabled
    pci 0000:01:04.1: reg 10: [mem 0xf2300800-0xf23008ff]
    pci 0000:01:04.1: supports D1 D2
    pci 0000:01:04.1: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:01:04.1: PME# disabled
    pci 0000:01:04.2: reg 10: [mem 0xf2301000-0xf23010ff]
    pci 0000:01:04.2: supports D1 D2
    pci 0000:01:04.2: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:01:04.2: PME# disabled
    pci 0000:01:04.3: reg 10: [mem 0xf2301400-0xf23014ff]
    pci 0000:01:04.3: supports D1 D2
    pci 0000:01:04.3: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:01:04.3: PME# disabled
    pci 0000:00:08.0: PCI bridge to [bus 01-01] (subtractive decode)
    pci 0000:00:08.0: bridge window [io 0xf000-0x0000] (disabled)
    pci 0000:00:08.0: bridge window [mem 0xf2300000-0xf23fffff]
    pci 0000:00:08.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci 0000:00:08.0: bridge window [io 0x0000-0xffff] (subtractive decode)
    pci 0000:00:08.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    pci 0000:00:08.0: bridge window [mem 0x80000000-0xfcffffffff] (subtractive decode)
    pci 0000:00:0c.0: PCI bridge to [bus 03-04]
    pci 0000:00:0c.0: bridge window [io 0x4000-0x4fff]
    pci 0000:00:0c.0: bridge window [mem 0xf2000000-0xf21fffff]
    pci 0000:00:0c.0: bridge window [mem 0xf2800000-0xf29fffff 64bit pref]
    pci 0000:05:00.0: reg 10: [mem 0xf2200000-0xf220ffff 64bit]
    pci 0000:00:0d.0: PCI bridge to [bus 05-05]
    pci 0000:00:0d.0: bridge window [io 0xf000-0x0000] (disabled)
    pci 0000:00:0d.0: bridge window [mem 0xf2200000-0xf22fffff]
    pci 0000:00:0d.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci_bus 0000:00: on NUMA node 0
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.XVR1._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.XVR2._PRT]
    ACPI: PCI Interrupt Link [LNK1] (IRQs 5 7 11) *10
    ACPI: PCI Interrupt Link [LNK2] (IRQs 5 7 *11)
    ACPI: PCI Interrupt Link [LNK3] (IRQs 5 7 11) *0, disabled.
    ACPI: PCI Interrupt Link [LNK4] (IRQs 5 7 11) *0, disabled.
    ACPI: PCI Interrupt Link [LK1E] (IRQs 16) *0, disabled.
    ACPI: PCI Interrupt Link [LK2E] (IRQs 17) *0, disabled.
    ACPI: PCI Interrupt Link [LK3E] (IRQs 18) *0, disabled.
    ACPI: PCI Interrupt Link [LK4E] (IRQs 19) *10
    ACPI: PCI Interrupt Link [LSMB] (IRQs 20 21 22 23) *10
    ACPI: PCI Interrupt Link [LUS0] (IRQs 20 21 22 23) *11
    ACPI: PCI Interrupt Link [LUS2] (IRQs 20 21 22 23) *7
    ACPI: PCI Interrupt Link [LMAC] (IRQs 20 21 22 23) *11
    ACPI: PCI Interrupt Link [LAZA] (IRQs 20 21 22 23) *10
    ACPI: PCI Interrupt Link [LGPU] (IRQs 17) *10
    ACPI: PCI Interrupt Link [LPID] (IRQs 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [LSI0] (IRQs 20 21 22 23) *5
    ACPI: PCI Interrupt Link [Z00N] (IRQs 20 21 22 23) *10
    ACPI: PCI Interrupt Link [Z00O] (IRQs 20 21 22 23) *11
    ACPI: PCI Interrupt Link [LPMU] (IRQs 18) *11
    vgaarb: device added: PCI:0000:00:12.0,decodes=io+mem,owns=io+mem,locks=none
    vgaarb: loaded
    PCI: Using ACPI for IRQ routing
    PCI: pci_cache_line_size set to 64 bytes
    reserve RAM buffer: 000000000009e000 - 000000000009ffff
    reserve RAM buffer: 0000000077f50000 - 0000000077ffffff
    NetLabel: Initializing
    NetLabel: domain hash size = 128
    NetLabel: protocols = UNLABELED CIPSOv4
    NetLabel: unlabeled traffic allowed by default
    HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    hpet0: at MMIO 0xfed00000, IRQs 2, 8, 31
    hpet0: 3 comparators, 32-bit 25.000000 MHz counter
    Switching to clocksource hpet
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp: PnP ACPI: found 13 devices
    ACPI: ACPI bus type pnp unregistered
    system 00:01: [io 0x0360-0x0361] has been reserved
    system 00:01: [io 0x04d0-0x04d1] has been reserved
    system 00:07: [mem 0xe0000000-0xefffffff] has been reserved
    system 00:0a: [io 0x1000-0x107f] has been reserved
    system 00:0a: [io 0x1080-0x10ff] has been reserved
    system 00:0a: [io 0x1400-0x147f] has been reserved
    system 00:0a: [io 0x1480-0x14ff] has been reserved
    system 00:0a: [io 0x1800-0x187f] has been reserved
    system 00:0a: [io 0x1880-0x18ff] has been reserved
    system 00:0c: [mem 0xffc00000-0xffffffff] could not be reserved
    system 00:0c: [mem 0xfec00000-0xfec00fff] could not be reserved
    system 00:0c: [mem 0xfee00000-0xfeefffff] could not be reserved
    system 00:0c: [mem 0xfed00000-0xfed00fff] has been reserved
    system 00:0c: [mem 0xfef00000-0xfef00fff] has been reserved
    pci 0000:00:12.0: BAR 6: assigned [mem 0x80000000-0x8001ffff pref]
    pci 0000:00:08.0: PCI bridge to [bus 01-01]
    pci 0000:00:08.0: bridge window [io disabled]
    pci 0000:00:08.0: bridge window [mem 0xf2300000-0xf23fffff]
    pci 0000:00:08.0: bridge window [mem pref disabled]
    pci 0000:00:0c.0: PCI bridge to [bus 03-04]
    pci 0000:00:0c.0: bridge window [io 0x4000-0x4fff]
    pci 0000:00:0c.0: bridge window [mem 0xf2000000-0xf21fffff]
    pci 0000:00:0c.0: bridge window [mem 0xf2800000-0xf29fffff 64bit pref]
    pci 0000:00:0d.0: PCI bridge to [bus 05-05]
    pci 0000:00:0d.0: bridge window [io disabled]
    pci 0000:00:0d.0: bridge window [mem 0xf2200000-0xf22fffff]
    pci 0000:00:0d.0: bridge window [mem pref disabled]
    pci 0000:00:08.0: setting latency timer to 64
    pci 0000:00:0c.0: setting latency timer to 64
    pci 0000:00:0d.0: setting latency timer to 64
    pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
    pci_bus 0000:00: resource 5 [mem 0x000a0000-0x000bffff]
    pci_bus 0000:00: resource 6 [mem 0x80000000-0xfcffffffff]
    pci_bus 0000:01: resource 1 [mem 0xf2300000-0xf23fffff]
    pci_bus 0000:01: resource 4 [io 0x0000-0xffff]
    pci_bus 0000:01: resource 5 [mem 0x000a0000-0x000bffff]
    pci_bus 0000:01: resource 6 [mem 0x80000000-0xfcffffffff]
    pci_bus 0000:03: resource 0 [io 0x4000-0x4fff]
    pci_bus 0000:03: resource 1 [mem 0xf2000000-0xf21fffff]
    pci_bus 0000:03: resource 2 [mem 0xf2800000-0xf29fffff 64bit pref]
    pci_bus 0000:05: resource 1 [mem 0xf2200000-0xf22fffff]
    NET: Registered protocol family 2
    IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
    TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
    TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    TCP: Hash tables configured (established 262144 bind 65536)
    TCP reno registered
    UDP hash table entries: 1024 (order: 3, 32768 bytes)
    UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
    NET: Registered protocol family 1
    pci 0000:00:00.0: Found enabled HT MSI Mapping
    pci 0000:00:00.0: Found enabled HT MSI Mapping
    pci 0000:00:00.0: Found enabled HT MSI Mapping
    pci 0000:00:00.0: Found enabled HT MSI Mapping
    pci 0000:00:00.0: Found enabled HT MSI Mapping
    pci 0000:00:00.0: Found enabled HT MSI Mapping
    pci 0000:00:12.0: Boot video device
    PCI: CLS 64 bytes, default 64
    Unpacking initramfs...
    Freeing initrd memory: 1604k freed
    Simple Boot Flag at 0x36 set to 0x1
    Scanning for low memory corruption every 60 seconds
    audit: initializing netlink socket (disabled)
    type=2000 audit(1280047128.390:1): initialized
    VFS: Disk quotas dquot_6.5.2
    Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    msgmni has been set to 3760
    alg: No test for stdrng (krng)
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    io scheduler noop registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    pcieport 0000:00:0c.0: setting latency timer to 64
    pcieport 0000:00:0c.0: irq 24 for MSI/MSI-X
    pcieport 0000:00:0d.0: setting latency timer to 64
    pcieport 0000:00:0d.0: irq 25 for MSI/MSI-X
    pcieport 0000:00:0c.0: Requesting control of PCIe PME from ACPI BIOS
    Firmware did not grant requested _OSC control
    pcieport 0000:00:0c.0: Failed to receive control of PCIe PME service: no _OSC support
    pcie_pme: probe of 0000:00:0c.0:pcie01 failed with error -13
    pcieport 0000:00:0d.0: Requesting control of PCIe PME from ACPI BIOS
    Firmware did not grant requested _OSC control
    pcieport 0000:00:0d.0: Failed to receive control of PCIe PME service: no _OSC support
    pcie_pme: probe of 0000:00:0d.0:pcie01 failed with error -13
    vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90010100000, using 1536k, total 131072k
    vesafb: mode is 1024x768x8, linelength=1024, pages=3
    vesafb: scrolling: redraw
    vesafb: Pseudocolor: size=8:8:8:8, shift=0:0:0:0
    Console: switching to colour frame buffer device 128x48
    fb0: VESA VGA frame buffer device
    Linux agpgart interface v0.103
    Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
    serio: i8042 KBD port at 0x60,0x64 irq 1
    serio: i8042 AUX port at 0x60,0x64 irq 12
    mice: PS/2 mouse device common for all mice
    cpuidle: using governor ladder
    cpuidle: using governor menu
    TCP cubic registered
    NET: Registered protocol family 17
    PM: Resume from disk failed.
    registered taskstats version 1
    Initalizing network drop monitor service
    Freeing unused kernel memory: 480k freed
    udev: starting version 158
    input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    SCSI subsystem initialized
    libata version 3.00 loaded.
    ahci 0000:00:09.0: version 3.0
    ACPI: PCI Interrupt Link [LSI0] enabled at IRQ 23
    ahci 0000:00:09.0: PCI INT A -> Link[LSI0] -> GSI 23 (level, low) -> IRQ 23
    ahci 0000:00:09.0: irq 26 for MSI/MSI-X
    ahci 0000:00:09.0: controller can do NCQ, turning on CAP_NCQ
    ahci 0000:00:09.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl IDE mode
    ahci 0000:00:09.0: flags: 64bit ncq sntf led clo pmp pio slum part
    ahci 0000:00:09.0: setting latency timer to 64
    scsi0 : ahci
    scsi1 : ahci
    scsi2 : ahci
    scsi3 : ahci
    ata1: SATA max UDMA/133 abar m8192@0xf2684000 port 0xf2684100 irq 26
    ata2: SATA max UDMA/133 abar m8192@0xf2684000 port 0xf2684180 irq 26
    ata3: SATA max UDMA/133 abar m8192@0xf2684000 port 0xf2684200 irq 26
    ata4: SATA max UDMA/133 abar m8192@0xf2684000 port 0xf2684280 irq 26
    ata2: SATA link down (SStatus 0 SControl 300)
    ata4: SATA link down (SStatus 0 SControl 300)
    ata3: SATA link down (SStatus 0 SControl 300)
    ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    ata1.00: ATA-7: WDC WD1600BEVS-22RST0, 04.01G04, max UDMA/133
    ata1.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 31/32)
    ata1.00: configured for UDMA/133
    scsi 0:0:0:0: Direct-Access ATA WDC WD1600BEVS-2 04.0 PQ: 0 ANSI: 5
    sd 0:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sda: sda1 sda2 sda3
    sd 0:0:0:0: [sda] Attached SCSI disk
    EXT4-fs (sda1): mounted filesystem with ordered data mode
    rtc_cmos 00:04: RTC can wake from S4
    rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one year, y3k, 114 bytes nvram, hpet irqs
    udev: starting version 159
    fuse init (API version 7.13)
    forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
    ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 22
    forcedeth 0000:00:0a.0: PCI INT A -> Link[LMAC] -> GSI 22 (level, low) -> IRQ 22
    forcedeth 0000:00:0a.0: setting latency timer to 64
    ACPI: Invalid active0 threshold
    thermal LNXTHERM:01: registered as thermal_zone0
    ACPI: Thermal Zone [THRM] (34 C)
    ACPI: WMI: Skipping duplicate GUID 05901221-D566-11D1-B2F0-00A0C9062910
    [Firmware Bug]: ACPI(IGPU) defines _DOD but not _DOS
    input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input1
    ACPI: Video Device [IGPU] (multi-head: yes rom: no post: no)
    ACPI: WMI: Mapper loaded
    input: PC Speaker as /devices/platform/pcspkr/input/input2
    forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x732 @ 1, addr 00:1b:38:4e:9e:40
    forcedeth 0000:00:0a.0: highdma pwrctl mgmt gbit lnktim msi desc-v3
    k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
    vboxdrv: Trying to deactivate the NMI watchdog permanently...
    vboxdrv: Successfully done.
    vboxdrv: Found 2 processor cores.
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    VBoxDrv: dbg - g_abExecMemory=ffffffffa01f2560
    vboxdrv: fAsync=1 offMin=0x4e21e offMax=0x4e21e
    vboxdrv: TSC mode is 'asynchronous', kernel timer mode is 'normal'.
    vboxdrv: Successfully loaded version 3.2.0 (interface 0x00140001).
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    lirc_dev: IR Remote Control driver registered, major 61
    i2c i2c-0: nForce2 SMBus adapter at 0x3040
    i2c i2c-1: nForce2 SMBus adapter at 0x3000
    input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input3
    ACPI: EC: GPE storm detected, transactions will use polling mode
    EDAC MC: Ver: 2.1.0 Jul 5 2010
    ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    ACPI: PCI Interrupt Link [LUS2] enabled at IRQ 21
    ehci_hcd 0000:00:02.1: PCI INT B -> Link[LUS2] -> GSI 21 (level, low) -> IRQ 21
    ehci_hcd 0000:00:02.1: setting latency timer to 64
    ehci_hcd 0000:00:02.1: EHCI Host Controller
    ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 1
    ehci_hcd 0000:00:02.1: debug port 1
    ehci_hcd 0000:00:02.1: cache line size of 64 is not supported
    ehci_hcd 0000:00:02.1: irq 21, io mem 0xf2689000
    ehci_hcd 0000:00:02.1: USB 2.0 started, EHCI 1.00
    ACPI: Lid Switch [LID]
    input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4
    ACPI: Sleep Button [SLPB]
    input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5
    ACPI: Power Button [PWRB]
    input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
    ACPI: Power Button [PWRF]
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 5 ports detected
    ACPI: PCI Interrupt Link [Z00O] enabled at IRQ 20
    ehci_hcd 0000:00:04.1: PCI INT B -> Link[Z00O] -> GSI 20 (level, low) -> IRQ 20
    ehci_hcd 0000:00:04.1: setting latency timer to 64
    ehci_hcd 0000:00:04.1: EHCI Host Controller
    ehci_hcd 0000:00:04.1: new USB bus registered, assigned bus number 2
    ehci_hcd 0000:00:04.1: debug port 1
    ehci_hcd 0000:00:04.1: cache line size of 64 is not supported
    ehci_hcd 0000:00:04.1: irq 20, io mem 0xf2689400
    lirc_dev: lirc_register_driver: sample_rate: 0
    enecir: KB3926B detected
    enecir: chip is 0x3909 - 0x24, 0xc0
    enecir: driver has been succesfully loaded
    ehci_hcd 0000:00:04.1: USB 2.0 started, EHCI 1.00
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 5 ports detected
    ACPI: AC Adapter [ACAD] (off-line)
    ACPI: PCI Interrupt Link [LNK1] enabled at IRQ 11
    firewire_ohci 0000:01:04.0: PCI INT A -> Link[LNK1] -> GSI 11 (level, low) -> IRQ 11
    firewire_ohci: Added fw-ohci device 0000:01:04.0, OHCI v1.0, 4 IR + 4 IT contexts, quirks 0x0
    usb 1-3: new high speed USB device using ehci_hcd and address 2
    hub 1-0:1.0: unable to enumerate USB device on port 3
    ACPI: Battery Slot [BAT1] (battery present)
    nvidia: module license 'NVIDIA' taints kernel.
    Disabling lock debugging due to kernel taint
    firewire_core: created device fw0: GUID 00023f78c5006d9b, S400
    ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    ACPI: PCI Interrupt Link [LUS0] enabled at IRQ 23
    ohci_hcd 0000:00:02.0: PCI INT A -> Link[LUS0] -> GSI 23 (level, low) -> IRQ 23
    ohci_hcd 0000:00:02.0: setting latency timer to 64
    ohci_hcd 0000:00:02.0: OHCI Host Controller
    ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 3
    ohci_hcd 0000:00:02.0: irq 23, io mem 0xf2686000
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 5 ports detected
    ACPI: PCI Interrupt Link [Z00N] enabled at IRQ 22
    ohci_hcd 0000:00:04.0: PCI INT A -> Link[Z00N] -> GSI 22 (level, low) -> IRQ 22
    ohci_hcd 0000:00:04.0: setting latency timer to 64
    ohci_hcd 0000:00:04.0: OHCI Host Controller
    ohci_hcd 0000:00:04.0: new USB bus registered, assigned bus number 4
    ohci_hcd 0000:00:04.0: irq 22, io mem 0xf2687000
    hub 4-0:1.0: USB hub found
    hub 4-0:1.0: 5 ports detected
    EDAC amd64_edac: Ver: 3.3.0 Jul 5 2010
    EDAC amd64: This node reports that Memory ECC is currently disabled, set F3x44[22] (0000:00:18.3).
    EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
    Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
    (Note that use of the override may cause unknown side effects.)
    amd64_edac: probe of 0000:00:18.2 failed with error -22
    cfg80211: Calling CRDA to update world regulatory domain
    ACPI: PCI Interrupt Link [LGPU] enabled at IRQ 17
    nvidia 0000:00:12.0: PCI INT A -> Link[LGPU] -> GSI 17 (level, low) -> IRQ 17
    nvidia 0000:00:12.0: setting latency timer to 64
    vgaarb: device changed decodes: PCI:0000:00:12.0,olddecodes=io+mem,decodes=none:owns=io+mem
    NVRM: loading NVIDIA UNIX x86_64 Kernel Module 256.35 Wed Jun 16 18:42:44 PDT 2010
    sdhci: Secure Digital Host Controller Interface driver
    sdhci: Copyright(c) Pierre Ossman
    sdhci-pci 0000:01:04.1: SDHCI controller found [1180:0822] (rev 22)
    ACPI: PCI Interrupt Link [LNK2] enabled at IRQ 11
    sdhci-pci 0000:01:04.1: PCI INT B -> Link[LNK2] -> GSI 11 (level, low) -> IRQ 11
    sdhci-pci 0000:01:04.1: Will use DMA mode even though HW doesn't fully claim to support it.
    Registered led device: mmc0::
    mmc0: SDHCI controller on PCI [0000:01:04.1] using DMA
    usb 3-3: new full speed USB device using ohci_hcd and address 2
    ACPI: PCI Interrupt Link [LK4E] enabled at IRQ 19
    ath5k 0000:05:00.0: PCI INT A -> Link[LK4E] -> GSI 19 (level, low) -> IRQ 19
    ath5k 0000:05:00.0: setting latency timer to 64
    ath5k 0000:05:00.0: registered as 'phy0'
    usb 3-3: not running at top speed; connect to a high speed hub
    ACPI: PCI Interrupt Link [LAZA] enabled at IRQ 21
    HDA Intel 0000:00:07.0: PCI INT A -> Link[LAZA] -> GSI 21 (level, low) -> IRQ 21
    hda_intel: Disable MSI for Nvidia chipset
    HDA Intel 0000:00:07.0: setting latency timer to 64
    Linux video capture interface: v2.00
    input: PS/2 Mouse as /devices/platform/i8042/serio1/input/input7
    uvcvideo: Found UVC 1.00 device Acer CrystalEye webcam (064e:a101)
    input: Acer CrystalEye webcam as /devices/pci0000:00/0000:00:02.0/usb3/3-3/3-3:1.0/input/input8
    usbcore: registered new interface driver uvcvideo
    USB Video Class driver (v0.1.0)
    input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio1/input/input9
    ath: EEPROM regdomain: 0x65
    ath: EEPROM indicates we should expect a direct regpair map
    ath: Country alpha2 being used: 00
    ath: Regpair used: 0x65
    phy0: Selected rate control algorithm 'minstrel'
    Registered led device: ath5k-phy0::rx
    Registered led device: ath5k-phy0::tx
    ath5k phy0: Atheros AR2425 chip found (MAC: 0xe2, PHY: 0x70)
    input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:07.0/input/input10
    ACPI Exception: AE_TIME, Returned by Handler for [EmbeddedControl] (20100121/evregion-474)
    ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.LPC0.ECOK] (Node ffff88007781ffc0), AE_TIME
    ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.LPC0.ACAD._PSR] (Node ffff8800778259e0), AE_TIME
    ACPI Exception: AE_TIME, Error reading AC Adapter state (20100121/ac-141)
    EXT4-fs (sda2): mounted filesystem with ordered data mode
    Adding 2152704k swap on /dev/sda3. Priority:-1 extents:1 across:2152704k
    forcedeth 0000:00:0a.0: irq 27 for MSI/MSI-X
    eth0: no link during initialization.
    Clocksource tsc unstable (delta = 4398046404009 ns)
    ata1.00: configured for UDMA/133
    ata1: EH complete
    sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
    nvclock:2261 freeing invalid memtype f1000000-f1010000
    nvclock:2261 freeing invalid memtype f1010000-f1030000
    wlan0: Trigger new scan to find an IBSS to join
    wlan0: Trigger new scan to find an IBSS to join
    wlan0: Trigger new scan to find an IBSS to join
    wlan0: Creating new IBSS network, BSSID b2:0a:28:21:7c:ac
    ip_tables: (C) 2000-2006 Netfilter Core Team
    nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
    CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
    nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
    sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
    wlan0: deauthenticating from 00:1e:e5:45:bf:58 by local choice (reason=3)
    wlan0: authenticate with 00:1e:e5:45:bf:58 (try 1)
    wlan0: authenticated
    wlan0: associate with 00:1e:e5:45:bf:58 (try 1)
    wlan0: RX AssocResp from 00:1e:e5:45:bf:58 (capab=0x411 status=0 aid=1)
    wlan0: associated
    Intel AES-NI instructions are not detected.
    padlock: VIA PadLock not detected.
    NET: Registered protocol family 10
    lo: Disabled Privacy Extensions
    ADDRCONF(NETDEV_UP): eth0: link is not ready
    wlan0: no IPv6 routers present
    CE: hpet increased min_delta_ns to 7500 nsec
    ata1.00: configured for UDMA/133
    ata1: EH complete
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Now, the camera issue is a bit different. It worked before with no problems. But now, when I start guvcview, it opens it's main window, and a second window that usually show picture from camera, just appears for a moment and disappears. The led next to my camera turns on, and stays that way. Also, yesterday when I was trying to test the camera, guvcview stuck in a uninteruptible state, so I couldn't kill him in any way. Even after I close guvcview, the camera led is still on, but he is not among active processes. Although in the guvcview output below it says that the device is in use, I don't know how, because I rebooted my laptop and then I tried to run it.
    This is what guvcview outputs in console after I start and then close it:
    guvcview 1.3.0
    video device: /dev/video0
    /dev/video0 - device 1
    Init. Acer CrystalEye webcam (location: usb-0000:00:02.0-3)
    { pixelformat = 'MJPG', description = 'MJPEG' }
    { discrete: width = 640, height = 480 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { discrete: width = 352, height = 288 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { discrete: width = 320, height = 240 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { discrete: width = 176, height = 144 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { discrete: width = 160, height = 120 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { pixelformat = 'RGB3', description = 'RGB3' }
    { discrete: width = 640, height = 480 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { discrete: width = 352, height = 288 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { discrete: width = 320, height = 240 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { discrete: width = 176, height = 144 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { discrete: width = 160, height = 120 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { pixelformat = 'BGR3', description = 'BGR3' }
    { discrete: width = 640, height = 480 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { discrete: width = 352, height = 288 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { discrete: width = 320, height = 240 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { discrete: width = 176, height = 144 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { discrete: width = 160, height = 120 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { pixelformat = 'YU12', description = 'YU12' }
    { discrete: width = 640, height = 480 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { discrete: width = 352, height = 288 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { discrete: width = 320, height = 240 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { discrete: width = 176, height = 144 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { discrete: width = 160, height = 120 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { pixelformat = 'YV12', description = 'YV12' }
    { discrete: width = 640, height = 480 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { discrete: width = 352, height = 288 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { discrete: width = 320, height = 240 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { discrete: width = 176, height = 144 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    { discrete: width = 160, height = 120 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 1/1,
    vid:064e
    pid:a101
    driver:uvcvideo
    checking format: 1196444237
    VIDIOC_G_COMP:: Invalid argument
    compression control not supported
    fps is set to 1/30
    V4L2_CTRL_FLAG_NEXT_CTRL supported
    libv4l2: error turning on stream: Timer expired
    VIDIOC_STREAMON - Unable to start capture: Timer expired
    fps is set to 1/30
    libv4l2: error turning on stream: Device or resource busy
    VIDIOC_STREAMON - Unable to start capture: Device or resource busy
    libv4l2: error turning on stream: Device or resource busy
    VIDIOC_STREAMON - Unable to start capture: Device or resource busy
    write /home/amar/.guvcviewrc OK
    free controls
    cleaned allocations - 100%
    Closing portaudio ...OK
    Closing GTK... OK
    For the bluetooth, I really never managed to get it working. The bluetooth daemons starts with no problems, but hcitool dev shows no devices. I read the wiki, and the only thing I didn't try is the hid2hci tool, I couldn't figure out what to use for devpath argument.
    Thanks.

    for DVD:
    which DE you use ?
    post your
    /etc/fstab

Maybe you are looking for

  • SAP failed to start after database restored to a new machine

    Hi, We have a SAp BW 3.5 running on a SQL 2000, recently our server is degraded and become unstable to host our BW server. So we build another box with the same OS and DB version and patches, ran sapinst from the SAP DVD, upgraded the kernel to the s

  • IPad 2 wi-fi with iOS maps turn by turn?

    I have iPad 2 wi-fi. If I buy a gps receiver such as the Dual XGPS150a, will I be able to use turn by turn navigation with Apple iOS 6 maps, or will i need to buy an app such as Navigon with preloaded maps? I guess my 2 questions are: 1) Do I need da

  • Unmount SD Card Part 2

    FCP X 10.2 I have an 8 gig SD card I have mounted that has audio files on it. I imported the audio in FCP X with no problem. Now I want to unmount it so I can mount the SD card with the VIDEO files. I select Import to get the import dialog, I click o

  • Transmit BPSK from a text file in LabView; enable 8-bit IQ mode

    Hello, I have a BPSK sequence I'd like to transmit, and it is stored as a spreadsheet of -1's and 1's. Adapting one of the niUSRP example VI's, I made this folllowing code.  Currently it does not work, because the while loop doesn't transmit the arra

  • Strange things, disappearing data....

    Okay, people, i have a somewhat strange problem... I've got a new 80 GB vid-iPod, and yesterday, i put something over 45 GB of music and video's on it. It worked superb, but, when i later on synchronised again, a lot of numbers (which are still displ