Xorg, xf86-video-ati - no OpenGL rendering [Mobility Radeon HD 5000]

Hello
I got a new laptop (Asus b53j, EU version with an i3 - should be same hardware otherwise) and of course it needs to run Arch, or it'll slowly rust.
It has an option to switch the graphics card in Windows (From Intel to ATI Mobility Radeon HD 5000 Series), which I guess might have something to do with this issue.
I'm unable to get any OpenGL rendering working, using the xf86-video-ati driver.
lspci
00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 18)
00:01.0 PCI bridge: Intel Corporation Core Processor PCI Express x16 Root Port (rev 18)
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
00:19.0 Ethernet controller: Intel Corporation 82577LM Gigabit Network Connection (rev 06)
00:1a.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 06)
00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 06)
00:1c.2 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 3 (rev 06)
00:1d.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a6)
00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 06)
00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 6 port SATA AHCI Controller (rev 06)
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 06)
01:00.0 VGA compatible controller: ATI Technologies Inc Manhattan [Mobility Radeon HD 5000 Series]
01:00.1 Audio device: ATI Technologies Inc Manhattan HDMI Audio [Mobility Radeon HD 5000 Series]
03:00.0 Network controller: Intel Corporation Centrino Advanced-N 6200 (rev 35)
3f:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 05)
3f:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 05)
3f:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 05)
3f:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 05)
3f:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 05)
3f:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 05)
xorg log (grep WW): Full log here http://codepad.org/FkQBzGoq
[ 3838.156] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 3838.156] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 3838.157] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 3838.425] (WW) RADEON(0): Direct rendering disabled
[ 3838.428] (WW) RADEON(0): Option "DynamicPM" is not used
[ 3838.428] (WW) RADEON(0): Option "ClockGating" is not used
[ 3838.428] (WW) RADEON(0): Option "DMAForXv" is not used
[ 3838.428] (WW) RADEON(0): Option "ScalerWidth" is not used
glxinfo | grep -i direct
direct rendering: Yes
glxinfo | grep -i opengl
OpenGL vendor string: Mesa Project
OpenGL renderer string: Software Rasterizer
OpenGL version string: 2.1 Mesa 7.10
OpenGL shading language version string: 1.20
OpenGL extensions:
20-radeon.conf
Section "Device"
Identifier "ATI Technologies Inc Manhattan [Mobility Radeon HD 5000 Series"
Driver "radeon"
Option "DRI" "on" # ?
Option "DynamicPM" "on" # Dynamic powersaving.
Option "ClockGating" "on" # Assisting option for powersaving.
Option "AccelMethod" "EXA" # EXA should fit most cases.
Option "EXAVSync" "on" # EXAVSync is explained above.
Option "DMAForXv" "on" # Forced option in order to enable Xv overlay.
Option "ScalerWidth" "2048" # That should fix some very rare bugs.
Option "EnablePageFlip" "on" # It will not be enabled on R5xx cards.
Option "RenderAccel" "on" # Optional. It should be enabled by default.
Option "AccelDFS" "on" # Optional. See the man page.
BusID "PCI:1:0:0"
EndSection
No custom xorg.conf file, only a 20-radeon.conf file in /etc/X11/xorg.conf.d/, but I tried removing this also.
dmesg log: http://codepad.org/WNELOXjo
Thanks for any help.
Last edited by valvet (2011-01-31 21:24:15)

Gusar wrote:
(II) RADEON(0): GPU accel disabled or not working, using shadowfb for KMS
^ There's your issue. Just a wild guess: are you in the video group? And another one: do you have the linux-firmware package installed?
Yes to both :-(.
disk wheel http hal video audio optical storage power users
Name : linux-firmware
Version : 20101108-1
URL : http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=summary
Licenses : GPL2 GPL3 custom
Groups : None
Provides : kernel26-firmware=2.6.34.99
Depends On : None
Optional Deps : None
Required By : kernel26
Conflicts With : linux-firmware-git kernel26-firmware ar9170-fw iwlwifi-1000-ucode iwlwifi-3945-ucode iwlwifi-4965-ucode iwlwifi-5000-ucode iwlwifi-5150-ucode iwlwifi-6000-ucode
rt2870usb-fw rt2x00-rt61-fw rt2x00-rt71w-fw
Replaces : kernel26-firmware ar9170-fw iwlwifi-1000-ucode iwlwifi-3945-ucode iwlwifi-4965-ucode iwlwifi-5000-ucode iwlwifi-5150-ucode iwlwifi-6000-ucode rt2870usb-fw
rt2x00-rt61-fw rt2x00-rt71w-fw
Installed Size : 21232,00 K
Packager : Thomas Bächler <[email protected]>
Architecture : any
Build Date : 2010-11-08T23:31:43 CET
Install Date : 2011-01-31T17:04:52 CET
Install Reason : Explicitly installed
Install Script : No
Description : Firmware files for Linux
I wonder why it's telling me it's disabled or not working.. hrm.

Similar Messages

  • [Solved] xf86-video-ati install problem

    I've just downgraded xorg because I was having problems with the recent upgrade, and its working fine now, but I can't install xf86-video-ati. I get the following error:
    error: failed to commit transaction (conflicting files)
    xf86-video-ati: /usr/lib/xorg/modules/drivers/ati_drv.so exists in filesystem
    xf86-video-ati: /usr/lib/xorg/modules/drivers/radeon_drv.so exists in filesystem
    xf86-video-ati: /usr/lib/xorg/modules/multimedia/theatre200_drv.so exists in filesystem
    xf86-video-ati: /usr/lib/xorg/modules/multimedia/theatre_detect_drv.so exists in filesystem
    xf86-video-ati: /usr/lib/xorg/modules/multimedia/theatre_drv.so exists in filesystem
    xf86-video-ati: /usr/share/licenses/xf86-video-ati/LICENSE exists in filesystem
    xf86-video-ati: /usr/share/man/man4/ati.4.gz exists in filesystem
    xf86-video-ati: /usr/share/man/man4/radeon.4.gz exists in filesystem
    Errors occurred, no packages were upgraded.
    I'm installing xf86-video-ati-6.12.4-1 from http://arm.kh.nu/old/extra/os/i686/.
    xorg-server version is 1.6.3.901-1.
    Last edited by ataylor (2009-11-05 18:29:32)

    From what I can see it looks like they are files from a previous xf86-video-ati installation, although I've no idea why they would be there since I removed it cleanly. I was thinking perhaps I should just force the install?

  • Mobility Radeon HD 5000 Series + open source driver = screen flickers

    Hello, this is my first post here. I just finished setting up my first arch installation on my laptop and I'm using Xorg + gnome 3 as user interface.
    My laptop has two VGA cards, an integrated intel VGA card and a Mobility Radeon HD 5000 Series, so I used vgaswitcheroo to switch to the Mobility Radeon and turned off the intel VGA card.
    Now, here's the problem: I want 3d acceleration to play games and such, but the opensource radeon driver is being weird.
    Basically, if I use my Mobility Radeon and the opensource driver the lower-center part of the screen flickers when i move windows vertically. It flickers to black in a polygon-like area and the window shadows get all messed up. If i try to start a game that uses 3d acceleration (such as nexuiz) it runs extremely slow (way too slow for this VGA card) and flickers like crazy in the same area and sometimes on the entire screen.
    I already tried using the proprietary driver (catalyst) but it doesn't seem to support switchable VGA cards, since it gives me memory segmentation error.
    However, if I switch back to the Intel VGA card and use the opensource intel driver, it runs just fine with no flickering and nexuiz runs better (but of course not fast enough since the intel VGA card is crappy)
    As you can see here, 3D acceleration seems to be enabled and Xorg doesn't seem to give any major error or warning:
    [francesco@mizu ~]$ glxinfo | grep direct
    direct rendering: Yes
    [francesco@mizu ~]$ lspci | grep VGA
    00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02)
    01:00.0 VGA compatible controller: ATI Technologies Inc Manhattan [Mobility Radeon HD 5000 Series]
    [francesco@mizu ~]$ cat /sys/kernel/debug/vgaswitcheroo/switch
    0:IGD: :Off:0000:00:02.0
    1:DIS:+:Pwr:0000:01:00.0
    [francesco@mizu ~]$ cat /var/log/Xorg.0.log | grep EE
    [ 31.675] Current Operating System: Linux mizu 2.6.38-ARCH #1 SMP PREEMPT Fri Apr 22 20:29:33 CEST 2011 x86_64
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 31.923] (II) Loading extension MIT-SCREEN-SAVER
    [francesco@mizu ~]$ cat /var/log/Xorg.0.log | grep WW
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 31.819] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 31.841] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 31.842] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 31.843] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 32.447] (WW) RADEON(0): Option "AGPMode" is not used
    [ 32.447] (WW) RADEON(0): Option "AGPFastWrite" is not used
    [ 32.447] (WW) RADEON(0): Option "DynamicPM" is not used
    [ 32.447] (WW) RADEON(0): Option "ClockGating" is not used
    [ 32.447] (WW) RADEON(0): Option "DMAForXv" is not used
    [ 32.447] (WW) RADEON(0): Option "ScalerWidth" is not used
    [ 33.067] (WW) USB Optical Mouse: ignoring absolute axes.
    Here's my /etc/X11/10-monitor.conf:
    [francesco@mizu ~]$ cat /etc/X11/xorg.conf.d/10-monitor.conf
    Section "Monitor"
    Identifier "Monitor0"
    DisplaySize 361 203
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "radeon"
    Option "AGPMode" "1"
    Option "AGPFastWrite" "yes"
    Option "DRI" "on"
    Option "DynamicPM" "on" # Dynamic powersaving.
    Option "ClockGating" "on" # Assisting option for powersaving.
    Option "AccelMethod" "EXA" # EXA should fit most cases.
    Option "EXAVSync" "on" # EXAVSync is explained above.
    Option "DMAForXv" "on" # Forced option in order to enable Xv overlay.
    Option "ScalerWidth" "2048" # That should fix some very rare bugs.
    Option "EnablePageFlip" "on" # It will not be enabled on R5xx cards.
    Option "RenderAccel" "on" # Optional. It should be enabled by default.
    Option "AccelDFS" "on" #Optional. See the man page.
    EndSection
    Section "Screen"
    Identifier "Screen0" #Collapse Monitor and Device section to Screen section
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24 #Choose the depth (16||24)
    SubSection "Display"
    Depth 24
    Modes "1366x768_75.00" #Choose the resolution
    EndSubSection
    EndSection
    And here's my custom rc.local to switch to my Mobility Radeon VGA card:
    [francesco@mizu ~]$ cat /etc/rc.local
    #!/bin/bash
    # /etc/rc.local: Local multi-user startup script.
    sleep 10
    # Disable Intel VGA
    mount -t debugfs none /sys/kernel/debug
    echo DDIS > /sys/kernel/debug/vgaswitcheroo/switch
    echo OFF > /sys/kernel/debug/vgaswitcheroo/switch
    # Init wi-fi
    echo 'notsharingmypassword' | sudo -S ifconfig wlan0 up
    sudo wpa_supplicant -B -Dwext -i wlan0 -c /etc/wpa_supplicant.conf
    dhcpcd wlan0
    Last edited by KoutaOyamada (2011-05-04 15:31:39)

    bump (I'm starting to think this VGA card just doesn't work with the driver )

  • Rendering bugs on xf86-video-ati on GNOME Shell

    Hi guys. I have a problem with graphics rendering on Arch i686 installed on a bootable USB stick. To handle multiple devices I did pacman -S xorg-drivers. Unfortunately when I log in to GDM/GNOME shell the screen is full of artifacts - several icons are just invisible and rectangular parts of page in Chromium are black, gnome-shell controls blink and so on.
    I did not test other display managers/desktop environments. xf86-video-ati works fine for me on 64bit Arch installed on the HDD.
    $ journalctl -xb --no-pager
    -- Logs begin at śro 2014-12-24 02:09:53 CET, end at sob 2014-12-27 14:20:29 CET. --
    gru 27 14:14:08 lapa systemd-journal[141]: Runtime journal is using 8.0M (max allowed 151.4M, trying to leave 227.1M free of 1.4G available → current limit 151.4M).
    gru 27 14:14:08 lapa systemd-journal[141]: Permanent journal is using 16.0M (max allowed 1.2G, trying to leave 1.8G free of 9.1G available → current limit 1.2G).
    gru 27 14:14:09 lapa systemd-journal[141]: Time spent on flushing to /var is 147.203ms for 2 entries.
    gru 27 14:14:09 lapa kernel: Initializing cgroup subsys cpuset
    gru 27 14:14:09 lapa kernel: Initializing cgroup subsys cpu
    gru 27 14:14:09 lapa kernel: Initializing cgroup subsys cpuacct
    gru 27 14:14:09 lapa kernel: Linux version 3.17.6-1-ARCH (builduser@foutrelis) (gcc version 4.9.2 (GCC) ) #1 SMP PREEMPT Sun Dec 7 23:58:19 UTC 2014
    gru 27 14:14:09 lapa kernel: e820: BIOS-provided physical RAM map:
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000bfb3efff] usable
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x00000000bfb3f000-0x00000000bfbbefff] reserved
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x00000000bfbbf000-0x00000000bfebefff] ACPI NVS
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x00000000bfebf000-0x00000000bfef5fff] ACPI data
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x00000000bfef6000-0x00000000bfefffff] usable
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x00000000bff00000-0x00000000dfffffff] reserved
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x0000000100000000-0x000000011effffff] usable
    gru 27 14:14:09 lapa kernel: Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    gru 27 14:14:09 lapa kernel: SMBIOS 2.7 present.
    gru 27 14:14:09 lapa kernel: DMI: Acer Aspire 7560/JE70-SB, BIOS V2.02 12/02/2011
    gru 27 14:14:09 lapa kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    gru 27 14:14:09 lapa kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    gru 27 14:14:09 lapa kernel: e820: last_pfn = 0xbff00 max_arch_pfn = 0x100000
    gru 27 14:14:09 lapa kernel: MTRR default type: uncachable
    gru 27 14:14:09 lapa kernel: MTRR fixed ranges enabled:
    gru 27 14:14:09 lapa kernel: 00000-9FFFF write-back
    gru 27 14:14:09 lapa kernel: A0000-BFFFF uncachable
    gru 27 14:14:09 lapa kernel: C0000-FFFFF write-through
    gru 27 14:14:09 lapa kernel: MTRR variable ranges enabled:
    gru 27 14:14:09 lapa kernel: 0 base 0000000000 mask FF80000000 write-back
    gru 27 14:14:09 lapa kernel: 1 base 0080000000 mask FFC0000000 write-back
    gru 27 14:14:09 lapa kernel: 2 base 00BFEBD000 mask FFFFFFF000 uncachable
    gru 27 14:14:09 lapa kernel: 3 base 00FFE00000 mask FFFFE00000 write-protect
    gru 27 14:14:09 lapa kernel: 4 disabled
    gru 27 14:14:09 lapa kernel: 5 disabled
    gru 27 14:14:09 lapa kernel: 6 disabled
    gru 27 14:14:09 lapa kernel: 7 disabled
    gru 27 14:14:09 lapa kernel: TOM2: 000000011f000000 aka 4592M
    gru 27 14:14:09 lapa kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    gru 27 14:14:09 lapa kernel: found SMP MP-table at [mem 0x000fe1b0-0x000fe1bf] mapped at [c00fe1b0]
    gru 27 14:14:09 lapa kernel: Scanning 1 areas for low memory corruption
    gru 27 14:14:09 lapa kernel: initial memory mapped: [mem 0x00000000-0x01bfffff]
    gru 27 14:14:09 lapa kernel: Base memory trampoline at [c009b000] 9b000 size 16384
    gru 27 14:14:09 lapa kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    gru 27 14:14:09 lapa kernel: [mem 0x00000000-0x000fffff] page 4k
    gru 27 14:14:09 lapa kernel: init_memory_mapping: [mem 0x37000000-0x373fffff]
    gru 27 14:14:09 lapa kernel: [mem 0x37000000-0x373fffff] page 2M
    gru 27 14:14:09 lapa kernel: init_memory_mapping: [mem 0x30000000-0x36ffffff]
    gru 27 14:14:09 lapa kernel: [mem 0x30000000-0x36ffffff] page 2M
    gru 27 14:14:09 lapa kernel: init_memory_mapping: [mem 0x00100000-0x2fffffff]
    gru 27 14:14:09 lapa kernel: [mem 0x00100000-0x003fffff] page 4k
    gru 27 14:14:09 lapa kernel: [mem 0x00400000-0x2fffffff] page 2M
    gru 27 14:14:09 lapa kernel: init_memory_mapping: [mem 0x37400000-0x377fdfff]
    gru 27 14:14:09 lapa kernel: [mem 0x37400000-0x377fdfff] page 4k
    gru 27 14:14:09 lapa kernel: BRK [0x017ae000, 0x017aefff] PGTABLE
    gru 27 14:14:09 lapa kernel: RAMDISK: [mem 0x37912000-0x37c80fff]
    gru 27 14:14:09 lapa kernel: Allocated new RAMDISK: [mem 0x3748f000-0x377fd8f7]
    gru 27 14:14:09 lapa kernel: Move RAMDISK from [mem 0x37912000-0x37c808f7] to [mem 0x3748f000-0x377fd8f7]
    gru 27 14:14:09 lapa kernel: ACPI: Early table checksum verification disabled
    gru 27 14:14:09 lapa kernel: ACPI: RSDP 0x000FE020 000024 (v02 ACRSYS)
    gru 27 14:14:09 lapa kernel: ACPI: XSDT 0xBFEF5120 00007C (v01 ACRSYS ACRPRDCT 00000001 01000013)
    gru 27 14:14:09 lapa kernel: ACPI: FACP 0xBFEF4000 0000F4 (v04 ACRSYS ACRPRDCT 00000001 1025 00040000)
    gru 27 14:14:09 lapa kernel: ACPI: DSDT 0xBFEE2000 00DADF (v01 ACRSYS ACRPRDCT F0000000 1025 00040000)
    gru 27 14:14:09 lapa kernel: ACPI: FACS 0xBFC96000 000040
    gru 27 14:14:09 lapa kernel: ACPI: HPET 0xBFEF3000 000038 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
    gru 27 14:14:09 lapa kernel: ACPI: APIC 0xBFEF2000 000084 (v02 ACRSYS ACRPRDCT 00000001 1025 00040000)
    gru 27 14:14:09 lapa kernel: ACPI: MCFG 0xBFEF1000 00003C (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
    gru 27 14:14:09 lapa kernel: ACPI: ASF! 0xBFEF0000 0000A5 (v32 ACRSYS ACRPRDCT 00000001 1025 00040000)
    gru 27 14:14:09 lapa kernel: ACPI: BOOT 0xBFEE1000 000028 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
    gru 27 14:14:09 lapa kernel: ACPI: SLIC 0xBFEE0000 000176 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
    gru 27 14:14:09 lapa kernel: ACPI: WDRT 0xBFEDF000 000047 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
    gru 27 14:14:09 lapa kernel: ACPI: MSDM 0xBFEDE000 000055 (v03 ACRSYS ACRPRDCT 00000001 1025 00040000)
    gru 27 14:14:09 lapa kernel: ACPI: SSDT 0xBFEDD000 000E28 (v01 AMD POWERNOW 00000001 AMD 00000001)
    gru 27 14:14:09 lapa kernel: ACPI: SSDT 0xBFEDB000 00193D (v02 AMD ALIB 00000001 MSFT 04000000)
    gru 27 14:14:09 lapa kernel: ACPI: Local APIC address 0xfee00000
    gru 27 14:14:09 lapa kernel: 2183MB HIGHMEM available.
    gru 27 14:14:09 lapa kernel: 887MB LOWMEM available.
    gru 27 14:14:09 lapa kernel: mapped low ram: 0 - 377fe000
    gru 27 14:14:09 lapa kernel: low ram: 0 - 377fe000
    gru 27 14:14:09 lapa kernel: BRK [0x017af000, 0x017affff] PGTABLE
    gru 27 14:14:09 lapa kernel: Zone ranges:
    gru 27 14:14:09 lapa kernel: DMA [mem 0x00001000-0x00ffffff]
    gru 27 14:14:09 lapa kernel: Normal [mem 0x01000000-0x377fdfff]
    gru 27 14:14:09 lapa kernel: HighMem [mem 0x377fe000-0xbfefffff]
    gru 27 14:14:09 lapa kernel: Movable zone start for each node
    gru 27 14:14:09 lapa kernel: Early memory node ranges
    gru 27 14:14:09 lapa kernel: node 0: [mem 0x00001000-0x0009efff]
    gru 27 14:14:09 lapa kernel: node 0: [mem 0x00100000-0xbfb3efff]
    gru 27 14:14:09 lapa kernel: node 0: [mem 0xbfef6000-0xbfefffff]
    gru 27 14:14:09 lapa kernel: On node 0 totalpages: 785127
    gru 27 14:14:09 lapa kernel: free_area_init_node: node 0, pgdat c162b480, node_mem_map f5c8f020
    gru 27 14:14:09 lapa kernel: DMA zone: 32 pages used for memmap
    gru 27 14:14:09 lapa kernel: DMA zone: 0 pages reserved
    gru 27 14:14:09 lapa kernel: DMA zone: 3998 pages, LIFO batch:0
    gru 27 14:14:09 lapa kernel: Normal zone: 1744 pages used for memmap
    gru 27 14:14:09 lapa kernel: Normal zone: 223230 pages, LIFO batch:31
    gru 27 14:14:09 lapa kernel: HighMem zone: 4367 pages used for memmap
    gru 27 14:14:09 lapa kernel: HighMem zone: 557899 pages, LIFO batch:31
    gru 27 14:14:09 lapa kernel: Using APIC driver default
    gru 27 14:14:09 lapa kernel: ACPI: PM-Timer IO Port: 0x408
    gru 27 14:14:09 lapa kernel: ACPI: Local APIC address 0xfee00000
    gru 27 14:14:09 lapa kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    gru 27 14:14:09 lapa kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    gru 27 14:14:09 lapa kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    gru 27 14:14:09 lapa kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] enabled)
    gru 27 14:14:09 lapa kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    gru 27 14:14:09 lapa kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    gru 27 14:14:09 lapa kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    gru 27 14:14:09 lapa kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
    gru 27 14:14:09 lapa kernel: ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    gru 27 14:14:09 lapa kernel: IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
    gru 27 14:14:09 lapa kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    gru 27 14:14:09 lapa kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    gru 27 14:14:09 lapa kernel: ACPI: IRQ0 used by override.
    gru 27 14:14:09 lapa kernel: ACPI: IRQ9 used by override.
    gru 27 14:14:09 lapa kernel: Using ACPI (MADT) for SMP configuration information
    gru 27 14:14:09 lapa kernel: ACPI: HPET id: 0x10228210 base: 0xfed00000
    gru 27 14:14:09 lapa kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
    gru 27 14:14:09 lapa kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    gru 27 14:14:09 lapa kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    gru 27 14:14:09 lapa kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    gru 27 14:14:09 lapa kernel: e820: [mem 0xe0000000-0xf7ffffff] available for PCI devices
    gru 27 14:14:09 lapa kernel: Booting paravirtualized kernel on bare hardware
    gru 27 14:14:09 lapa kernel: setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
    gru 27 14:14:09 lapa kernel: PERCPU: Embedded 14 pages/cpu @f5c45000 s33536 r0 d23808 u57344
    gru 27 14:14:09 lapa kernel: pcpu-alloc: s33536 r0 d23808 u57344 alloc=14*4096
    gru 27 14:14:09 lapa kernel: pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
    gru 27 14:14:09 lapa kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 783351
    gru 27 14:14:09 lapa kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=e298e7c2-a35d-4fd4-b1a9-41e2cd84ae0e rw quiet
    gru 27 14:14:09 lapa kernel: PID hash table entries: 4096 (order: 2, 16384 bytes)
    gru 27 14:14:09 lapa kernel: Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    gru 27 14:14:09 lapa kernel: Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    gru 27 14:14:09 lapa kernel: Initializing CPU#0
    gru 27 14:14:09 lapa kernel: allocated 6289400 bytes of page_cgroup
    gru 27 14:14:09 lapa kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    gru 27 14:14:09 lapa kernel: Initializing HighMem for node 0 (000377fe:000bff00)
    gru 27 14:14:09 lapa kernel: Initializing Movable for node 0 (00000000:00000000)
    gru 27 14:14:09 lapa kernel: Memory: 3097232K/3140508K available (4550K kernel code, 493K rwdata, 1344K rodata, 580K init, 832K bss, 43276K reserved, 2231596K highmem)
    gru 27 14:14:09 lapa kernel: virtual kernel memory layout:
    fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    .init : 0xc1640000 - 0xc16d1000 ( 580 kB)
    .data : 0xc1471da8 - 0xc163e480 (1841 kB)
    .text : 0xc1000000 - 0xc1471da8 (4551 kB)
    gru 27 14:14:09 lapa kernel: Checking if this processor honours the WP bit even in supervisor mode...Ok.
    gru 27 14:14:09 lapa kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    gru 27 14:14:09 lapa kernel: Preemptible hierarchical RCU implementation.
    gru 27 14:14:09 lapa kernel: RCU dyntick-idle grace-period acceleration is enabled.
    gru 27 14:14:09 lapa kernel: Dump stacks of tasks blocking RCU-preempt GP.
    gru 27 14:14:09 lapa kernel: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
    gru 27 14:14:09 lapa kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    gru 27 14:14:09 lapa kernel: NR_IRQS:2304 nr_irqs:456 0
    gru 27 14:14:09 lapa kernel: CPU 0 irqstacks, hard=f5008000 soft=f500a000
    gru 27 14:14:09 lapa kernel: spurious 8259A interrupt: IRQ7.
    gru 27 14:14:09 lapa kernel: Console: colour dummy device 80x25
    gru 27 14:14:09 lapa kernel: console [tty0] enabled
    gru 27 14:14:09 lapa kernel: hpet clockevent registered
    gru 27 14:14:09 lapa kernel: tsc: Fast TSC calibration using PIT
    gru 27 14:14:09 lapa kernel: tsc: Detected 1497.336 MHz processor
    gru 27 14:14:09 lapa kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 2995.45 BogoMIPS (lpj=4991120)
    gru 27 14:14:09 lapa kernel: pid_max: default: 32768 minimum: 301
    gru 27 14:14:09 lapa kernel: ACPI: Core revision 20140724
    gru 27 14:14:09 lapa kernel: ACPI: All ACPI Tables successfully acquired
    gru 27 14:14:09 lapa kernel: Security Framework initialized
    gru 27 14:14:09 lapa kernel: Yama: becoming mindful.
    gru 27 14:14:09 lapa kernel: Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    gru 27 14:14:09 lapa kernel: Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    gru 27 14:14:09 lapa kernel: Initializing cgroup subsys memory
    gru 27 14:14:09 lapa kernel: Initializing cgroup subsys devices
    gru 27 14:14:09 lapa kernel: Initializing cgroup subsys freezer
    gru 27 14:14:09 lapa kernel: Initializing cgroup subsys net_cls
    gru 27 14:14:09 lapa kernel: Initializing cgroup subsys blkio
    gru 27 14:14:09 lapa kernel: CPU: Physical Processor ID: 0
    gru 27 14:14:09 lapa kernel: CPU: Processor Core ID: 0
    gru 27 14:14:09 lapa kernel: mce: CPU supports 6 MCE banks
    gru 27 14:14:09 lapa kernel: Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
    Last level dTLB entries: 4KB 1024, 2MB 128, 4MB 64, 1GB 0
    gru 27 14:14:09 lapa kernel: Freeing SMP alternatives memory: 20K (c16d1000 - c16d6000)
    gru 27 14:14:09 lapa kernel: ftrace: allocating 19545 entries in 39 pages
    gru 27 14:14:09 lapa kernel: Enabling APIC mode: Flat. Using 1 I/O APICs
    gru 27 14:14:09 lapa kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    gru 27 14:14:09 lapa kernel: smpboot: CPU0: AMD A6-3420M APU with Radeon(tm) HD Graphics (fam: 12, model: 01, stepping: 00)
    gru 27 14:14:09 lapa kernel: Performance Events: AMD PMU driver.
    gru 27 14:14:09 lapa kernel: ... version: 0
    gru 27 14:14:09 lapa kernel: ... bit width: 48
    gru 27 14:14:09 lapa kernel: ... generic registers: 4
    gru 27 14:14:09 lapa kernel: ... value mask: 0000ffffffffffff
    gru 27 14:14:09 lapa kernel: ... max period: 00007fffffffffff
    gru 27 14:14:09 lapa kernel: ... fixed-purpose events: 0
    gru 27 14:14:09 lapa kernel: ... event mask: 000000000000000f
    gru 27 14:14:09 lapa kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    gru 27 14:14:09 lapa kernel: CPU 1 irqstacks, hard=f514a000 soft=f514c000
    gru 27 14:14:09 lapa kernel: x86: Booting SMP configuration:
    gru 27 14:14:09 lapa kernel: .... node #0, CPUs: #1
    gru 27 14:14:09 lapa kernel: Initializing CPU#1
    gru 27 14:14:09 lapa kernel: CPU 2 irqstacks, hard=f5170000 soft=f5172000
    gru 27 14:14:09 lapa kernel: #2
    gru 27 14:14:09 lapa kernel: Initializing CPU#2
    gru 27 14:14:09 lapa kernel: CPU 3 irqstacks, hard=f519a000 soft=f519c000
    gru 27 14:14:09 lapa kernel: #3
    gru 27 14:14:09 lapa kernel: Initializing CPU#3
    gru 27 14:14:09 lapa kernel: x86: Booted up 1 node, 4 CPUs
    gru 27 14:14:09 lapa kernel: smpboot: Total of 4 processors activated (11983.80 BogoMIPS)
    gru 27 14:14:09 lapa kernel: devtmpfs: initialized
    gru 27 14:14:09 lapa kernel: PM: Registering ACPI NVS region [mem 0xbfbbf000-0xbfebefff] (3145728 bytes)
    gru 27 14:14:09 lapa kernel: pinctrl core: initialized pinctrl subsystem
    gru 27 14:14:09 lapa kernel: RTC time: 13:14:02, date: 12/27/14
    gru 27 14:14:09 lapa kernel: NET: Registered protocol family 16
    gru 27 14:14:09 lapa kernel: cpuidle: using governor ladder
    gru 27 14:14:09 lapa kernel: cpuidle: using governor menu
    gru 27 14:14:09 lapa kernel: ACPI: bus type PCI registered
    gru 27 14:14:09 lapa kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    gru 27 14:14:09 lapa kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    gru 27 14:14:09 lapa kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    gru 27 14:14:09 lapa kernel: PCI: Using MMCONFIG for extended config space
    gru 27 14:14:09 lapa kernel: PCI: Using configuration type 1 for base access
    gru 27 14:14:09 lapa kernel: mtrr: your CPUs had inconsistent variable MTRR settings
    gru 27 14:14:09 lapa kernel: mtrr: probably your BIOS does not setup all CPUs.
    gru 27 14:14:09 lapa kernel: mtrr: corrected configuration.
    gru 27 14:14:09 lapa kernel: ACPI: Added _OSI(Module Device)
    gru 27 14:14:09 lapa kernel: ACPI: Added _OSI(Processor Device)
    gru 27 14:14:09 lapa kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    gru 27 14:14:09 lapa kernel: ACPI: Added _OSI(Processor Aggregator Device)
    gru 27 14:14:09 lapa kernel: ACPI: Executed 1 blocks of module-level executable AML code
    gru 27 14:14:09 lapa kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    gru 27 14:14:09 lapa kernel: ACPI: Interpreter enabled
    gru 27 14:14:09 lapa kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140724/hwxface-580)
    gru 27 14:14:09 lapa kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140724/hwxface-580)
    gru 27 14:14:09 lapa kernel: ACPI: (supports S0 S3 S4 S5)
    gru 27 14:14:09 lapa kernel: ACPI: Using IOAPIC for interrupt routing
    gru 27 14:14:09 lapa kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    gru 27 14:14:09 lapa kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    gru 27 14:14:09 lapa kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    gru 27 14:14:09 lapa kernel: acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
    gru 27 14:14:09 lapa kernel: acpi PNP0A08:00: ignoring host bridge window [mem 0x000cc000-0x000cffff] (conflicts with Video ROM [mem 0x000c0000-0x000cefff])
    gru 27 14:14:09 lapa kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
    gru 27 14:14:09 lapa kernel: PCI host bridge to bus 0000:00
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0xe0000000-0xf7ffffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfed3ffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0xfed45000-0xffffffff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:00.0: [1022:1705] type 00 class 0x060000
    gru 27 14:14:09 lapa kernel: pci 0000:00:01.0: [1002:9647] type 00 class 0x030000
    gru 27 14:14:09 lapa kernel: pci 0000:00:01.0: reg 0x10: [mem 0xe0000000-0xefffffff pref]
    gru 27 14:14:09 lapa kernel: pci 0000:00:01.0: reg 0x14: [io 0x3000-0x30ff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:01.0: reg 0x18: [mem 0xf0200000-0xf023ffff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:01.0: supports D1 D2
    gru 27 14:14:09 lapa kernel: pci 0000:00:01.1: [1002:1714] type 00 class 0x040300
    gru 27 14:14:09 lapa kernel: pci 0000:00:01.1: reg 0x10: [mem 0xf0244000-0xf0247fff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:01.1: supports D1 D2
    gru 27 14:14:09 lapa kernel: pci 0000:00:04.0: [1022:1709] type 01 class 0x060400
    gru 27 14:14:09 lapa kernel: pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
    gru 27 14:14:09 lapa kernel: pci 0000:00:04.0: System wakeup disabled by ACPI
    gru 27 14:14:09 lapa kernel: pci 0000:00:05.0: [1022:170a] type 01 class 0x060400
    gru 27 14:14:09 lapa kernel: pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
    gru 27 14:14:09 lapa kernel: pci 0000:00:05.0: System wakeup disabled by ACPI
    gru 27 14:14:09 lapa kernel: pci 0000:00:11.0: [1022:7801] type 00 class 0x010601
    gru 27 14:14:09 lapa kernel: pci 0000:00:11.0: reg 0x10: [io 0x3118-0x311f]
    gru 27 14:14:09 lapa kernel: pci 0000:00:11.0: reg 0x14: [io 0x3124-0x3127]
    gru 27 14:14:09 lapa kernel: pci 0000:00:11.0: reg 0x18: [io 0x3110-0x3117]
    gru 27 14:14:09 lapa kernel: pci 0000:00:11.0: reg 0x1c: [io 0x3120-0x3123]
    gru 27 14:14:09 lapa kernel: pci 0000:00:11.0: reg 0x20: [io 0x3100-0x310f]
    gru 27 14:14:09 lapa kernel: pci 0000:00:11.0: reg 0x24: [mem 0xf024d000-0xf024d7ff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:13.0: [1022:7807] type 00 class 0x0c0310
    gru 27 14:14:09 lapa kernel: pci 0000:00:13.0: reg 0x10: [mem 0xf024c000-0xf024cfff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:13.2: [1022:7808] type 00 class 0x0c0320
    gru 27 14:14:09 lapa kernel: pci 0000:00:13.2: reg 0x10: [mem 0xf024b000-0xf024b0ff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:13.2: supports D1 D2
    gru 27 14:14:09 lapa kernel: pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.0: [1022:780b] type 00 class 0x0c0500
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.2: [1022:780d] type 00 class 0x040300
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.2: reg 0x10: [mem 0xf0240000-0xf0243fff 64bit]
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.3: [1022:780e] type 00 class 0x060100
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: [1022:780f] type 01 class 0x060401
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: System wakeup disabled by ACPI
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.5: [1022:7809] type 00 class 0x0c0310
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.5: reg 0x10: [mem 0xf024a000-0xf024afff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:16.0: [1022:7807] type 00 class 0x0c0310
    gru 27 14:14:09 lapa kernel: pci 0000:00:16.0: reg 0x10: [mem 0xf0249000-0xf0249fff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:16.0: System wakeup disabled by ACPI
    gru 27 14:14:09 lapa kernel: pci 0000:00:16.2: [1022:7808] type 00 class 0x0c0320
    gru 27 14:14:09 lapa kernel: pci 0000:00:16.2: reg 0x10: [mem 0xf0248000-0xf02480ff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:16.2: supports D1 D2
    gru 27 14:14:09 lapa kernel: pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
    gru 27 14:14:09 lapa kernel: pci 0000:00:16.2: System wakeup disabled by ACPI
    gru 27 14:14:09 lapa kernel: pci 0000:00:18.0: [1022:1700] type 00 class 0x060000
    gru 27 14:14:09 lapa kernel: pci 0000:00:18.1: [1022:1701] type 00 class 0x060000
    gru 27 14:14:09 lapa kernel: pci 0000:00:18.2: [1022:1702] type 00 class 0x060000
    gru 27 14:14:09 lapa kernel: pci 0000:00:18.3: [1022:1703] type 00 class 0x060000
    gru 27 14:14:09 lapa kernel: pci 0000:00:18.4: [1022:1704] type 00 class 0x060000
    gru 27 14:14:09 lapa kernel: pci 0000:00:18.5: [1022:1718] type 00 class 0x060000
    gru 27 14:14:09 lapa kernel: pci 0000:00:18.6: [1022:1716] type 00 class 0x060000
    gru 27 14:14:09 lapa kernel: pci 0000:00:18.7: [1022:1719] type 00 class 0x060000
    gru 27 14:14:09 lapa kernel: pci 0000:01:00.0: [1969:1083] type 00 class 0x020000
    gru 27 14:14:09 lapa kernel: pci 0000:01:00.0: reg 0x10: [mem 0xf0100000-0xf013ffff 64bit]
    gru 27 14:14:09 lapa kernel: pci 0000:01:00.0: reg 0x18: [io 0x2000-0x207f]
    gru 27 14:14:09 lapa kernel: pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    gru 27 14:14:09 lapa kernel: pci 0000:00:04.0: PCI bridge to [bus 01]
    gru 27 14:14:09 lapa kernel: pci 0000:00:04.0: bridge window [io 0x2000-0x2fff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:04.0: bridge window [mem 0xf0100000-0xf01fffff]
    gru 27 14:14:09 lapa kernel: pci 0000:02:00.0: [14e4:4358] type 00 class 0x028000
    gru 27 14:14:09 lapa kernel: pci 0000:02:00.0: reg 0x10: [mem 0xf0000000-0xf0003fff 64bit]
    gru 27 14:14:09 lapa kernel: pci 0000:02:00.0: supports D1 D2
    gru 27 14:14:09 lapa kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
    gru 27 14:14:09 lapa kernel: pci 0000:00:05.0: PCI bridge to [bus 02]
    gru 27 14:14:09 lapa kernel: pci 0000:00:05.0: bridge window [mem 0xf0000000-0xf00fffff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: PCI bridge to [bus 03] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000c3fff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0x000c4000-0x000c7fff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0x000c8000-0x000cbfff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0x000e8000-0x000ebfff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0x000ec000-0x000effff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0xe0000000-0xf7ffffff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0xfc000000-0xfed3ffff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0xfed45000-0xffffffff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: on NUMA node 0
    gru 27 14:14:09 lapa kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0
    gru 27 14:14:09 lapa kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0
    gru 27 14:14:09 lapa kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0
    gru 27 14:14:09 lapa kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0
    gru 27 14:14:09 lapa kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0
    gru 27 14:14:09 lapa kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0
    gru 27 14:14:09 lapa kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0
    gru 27 14:14:09 lapa kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0
    gru 27 14:14:09 lapa kernel: ACPI: Enabled 2 GPEs in block 00 to 1F
    gru 27 14:14:09 lapa kernel: ACPI : EC: GPE = 0x3, I/O: command/status = 0x66, data = 0x62
    gru 27 14:14:09 lapa kernel: vgaarb: setting as boot device: PCI:0000:00:01.0
    gru 27 14:14:09 lapa kernel: vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none
    gru 27 14:14:09 lapa kernel: vgaarb: loaded
    gru 27 14:14:09 lapa kernel: vgaarb: bridge control possible 0000:00:01.0
    gru 27 14:14:09 lapa kernel: PCI: Using ACPI for IRQ routing
    gru 27 14:14:09 lapa kernel: PCI: pci_cache_line_size set to 64 bytes
    gru 27 14:14:09 lapa kernel: e820: reserve RAM buffer [mem 0x0009f800-0x0009ffff]
    gru 27 14:14:09 lapa kernel: e820: reserve RAM buffer [mem 0xbfb3f000-0xbfffffff]
    gru 27 14:14:09 lapa kernel: e820: reserve RAM buffer [mem 0xbff00000-0xbfffffff]
    gru 27 14:14:09 lapa kernel: NetLabel: Initializing
    gru 27 14:14:09 lapa kernel: NetLabel: domain hash size = 128
    gru 27 14:14:09 lapa kernel: NetLabel: protocols = UNLABELED CIPSOv4
    gru 27 14:14:09 lapa kernel: NetLabel: unlabeled traffic allowed by default
    gru 27 14:14:09 lapa kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    gru 27 14:14:09 lapa kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
    gru 27 14:14:09 lapa kernel: Switched to clocksource hpet
    gru 27 14:14:09 lapa kernel: pnp: PnP ACPI init
    gru 27 14:14:09 lapa kernel: system 00:00: [mem 0xfec00000-0xfec00fff] could not be reserved
    gru 27 14:14:09 lapa kernel: system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:00: [mem 0xfed80000-0xfed80fff] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    gru 27 14:14:09 lapa kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
    gru 27 14:14:09 lapa kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
    gru 27 14:14:09 lapa kernel: pnp 00:03: Plug and Play ACPI device, IDs ETD0500 PNP0f13 (active)
    gru 27 14:14:09 lapa kernel: system 00:04: [io 0x0400-0x04cf] could not be reserved
    gru 27 14:14:09 lapa kernel: system 00:04: [io 0x04d0-0x04d1] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:04: [io 0x04d6] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:04: [io 0x0680-0x06ff] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:04: [io 0x077a] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:04: [io 0x0c00-0x0c01] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:04: [io 0x0c14] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:04: [io 0x0c50-0x0c52] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:04: [io 0x0c6c] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:04: [io 0x0c6f] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:04: [io 0x0cd0-0x0cdb] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:04: [io 0x0840-0x0847] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    gru 27 14:14:09 lapa kernel: system 00:05: [mem 0x000e0000-0x000fffff] could not be reserved
    gru 27 14:14:09 lapa kernel: system 00:05: [mem 0xffe00000-0xffffffff] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c01 (active)
    gru 27 14:14:09 lapa kernel: pnp: PnP ACPI: found 6 devices
    gru 27 14:14:09 lapa kernel: pci 0000:00:04.0: PCI bridge to [bus 01]
    gru 27 14:14:09 lapa kernel: pci 0000:00:04.0: bridge window [io 0x2000-0x2fff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:04.0: bridge window [mem 0xf0100000-0xf01fffff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:05.0: PCI bridge to [bus 02]
    gru 27 14:14:09 lapa kernel: pci 0000:00:05.0: bridge window [mem 0xf0000000-0xf00fffff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: PCI bridge to [bus 03]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 10 [mem 0x000d0000-0x000d3fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 11 [mem 0x000d4000-0x000d7fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 12 [mem 0x000d8000-0x000dbfff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 13 [mem 0x000dc000-0x000dffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 14 [mem 0x000e0000-0x000e3fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 15 [mem 0x000e4000-0x000e7fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 16 [mem 0x000e8000-0x000ebfff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 17 [mem 0x000ec000-0x000effff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 18 [mem 0xe0000000-0xf7ffffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 19 [mem 0xfc000000-0xfed3ffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 20 [mem 0xfed45000-0xffffffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:01: resource 1 [mem 0xf0100000-0xf01fffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:02: resource 1 [mem 0xf0000000-0xf00fffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 4 [io 0x0000-0x0cf7]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 5 [io 0x0d00-0xffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 7 [mem 0x000c0000-0x000c3fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 8 [mem 0x000c4000-0x000c7fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 9 [mem 0x000c8000-0x000cbfff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 10 [mem 0x000d0000-0x000d3fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 11 [mem 0x000d4000-0x000d7fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 12 [mem 0x000d8000-0x000dbfff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 13 [mem 0x000dc000-0x000dffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 14 [mem 0x000e0000-0x000e3fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 15 [mem 0x000e4000-0x000e7fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 16 [mem 0x000e8000-0x000ebfff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 17 [mem 0x000ec000-0x000effff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 18 [mem 0xe0000000-0xf7ffffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 19 [mem 0xfc000000-0xfed3ffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 20 [mem 0xfed45000-0xffffffff]
    gru 27 14:14:09 lapa kernel: NET: Registered protocol family 2
    gru 27 14:14:09 lapa kernel: TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    gru 27 14:14:09 lapa kernel: TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    gru 27 14:14:09 lapa kernel: TCP: Hash tables configured (established 8192 bind 8192)
    gru 27 14:14:09 lapa kernel: TCP: reno registered
    gru 27 14:14:09 lapa kernel: UDP hash table entries: 512 (order: 2, 16384 bytes)
    gru 27 14:14:09 lapa kernel: UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    gru 27 14:14:09 lapa kernel: NET: Registered protocol family 1
    gru 27 14:14:09 lapa kernel: pci 0000:00:01.0: Video device with shadowed ROM
    gru 27 14:14:09 lapa kernel: PCI: CLS 64 bytes, default 64
    gru 27 14:14:09 lapa kernel: Unpacking initramfs...
    gru 27 14:14:09 lapa kernel: Freeing initrd memory: 3516K (f748f000 - f77fe000)
    gru 27 14:14:09 lapa kernel: Simple Boot Flag at 0x44 set to 0x1
    gru 27 14:14:09 lapa kernel: microcode: CPU0: patch_level=0x03000014
    gru 27 14:14:09 lapa kernel: microcode: CPU1: patch_level=0x03000014
    gru 27 14:14:09 lapa kernel: microcode: CPU2: patch_level=0x03000014
    gru 27 14:14:09 lapa kernel: microcode: CPU3: patch_level=0x03000014
    gru 27 14:14:09 lapa kernel: microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    gru 27 14:14:09 lapa kernel: LVT offset 0 assigned for vector 0x400
    gru 27 14:14:09 lapa kernel: perf: AMD IBS detected (0x000000ff)
    gru 27 14:14:09 lapa kernel: apm: BIOS not found.
    gru 27 14:14:09 lapa kernel: Scanning for low memory corruption every 60 seconds
    gru 27 14:14:09 lapa kernel: futex hash table entries: 1024 (order: 4, 65536 bytes)
    gru 27 14:14:09 lapa kernel: Initialise system trusted keyring
    gru 27 14:14:09 lapa kernel: HugeTLB registered 4 MB page size, pre-allocated 0 pages
    gru 27 14:14:09 lapa kernel: zpool: loaded
    gru 27 14:14:09 lapa kernel: zbud: loaded
    gru 27 14:14:09 lapa kernel: VFS: Disk quotas dquot_6.5.2
    gru 27 14:14:09 lapa kernel: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    gru 27 14:14:09 lapa kernel: msgmni has been set to 1697
    gru 27 14:14:09 lapa kernel: Key type big_key registered
    gru 27 14:14:09 lapa kernel: bounce: pool size: 64 pages
    gru 27 14:14:09 lapa kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    gru 27 14:14:09 lapa kernel: io scheduler noop registered
    gru 27 14:14:09 lapa kernel: io scheduler deadline registered
    gru 27 14:14:09 lapa kernel: io scheduler cfq registered (default)
    gru 27 14:14:09 lapa kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    gru 27 14:14:09 lapa kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    gru 27 14:14:09 lapa kernel: vesafb: mode is 1152x864x32, linelength=4608, pages=0
    gru 27 14:14:09 lapa kernel: vesafb: scrolling: redraw
    gru 27 14:14:09 lapa kernel: vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
    gru 27 14:14:09 lapa kernel: vesafb: framebuffer at 0xe0000000, mapped to 0xf8080000, using 3904k, total 3904k
    gru 27 14:14:09 lapa kernel: Console: switching to colour frame buffer device 144x54
    gru 27 14:14:09 lapa kernel: fb0: VESA VGA frame buffer device
    gru 27 14:14:09 lapa kernel: GHES: HEST is not enabled!
    gru 27 14:14:09 lapa kernel: isapnp: Scanning for PnP cards...
    gru 27 14:14:09 lapa kernel: isapnp: No Plug & Play device found
    gru 27 14:14:09 lapa kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    gru 27 14:14:09 lapa kernel: rtc_cmos 00:01: RTC can wake from S4
    gru 27 14:14:09 lapa kernel: rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
    gru 27 14:14:09 lapa kernel: rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
    gru 27 14:14:09 lapa kernel: ledtrig-cpu: registered to indicate activity on CPUs
    gru 27 14:14:09 lapa kernel: TCP: cubic registered
    gru 27 14:14:09 lapa kernel: NET: Registered protocol family 10
    gru 27 14:14:09 lapa kernel: NET: Registered protocol family 17
    gru 27 14:14:09 lapa kernel: Using IPI No-Shortcut mode
    gru 27 14:14:09 lapa kernel: Loading compiled-in X.509 certificates
    gru 27 14:14:09 lapa kernel: registered taskstats version 1
    gru 27 14:14:09 lapa kernel: Magic number: 10:612:231
    gru 27 14:14:09 lapa kernel: acpi device:4b: hash matches
    gru 27 14:14:09 lapa kernel: rtc_cmos 00:01: setting system clock to 2014-12-27 13:14:04 UTC (1419686044)
    gru 27 14:14:09 lapa kernel: PM: Hibernation image not present or could not be loaded.
    gru 27 14:14:09 lapa kernel: Freeing unused kernel memory: 580K (c1640000 - c16d1000)
    gru 27 14:14:09 lapa kernel: Write protecting the kernel text: 4552k
    gru 27 14:14:09 lapa kernel: Write protecting the kernel read-only data: 1348k
    gru 27 14:14:09 lapa kernel: random: systemd-tmpfile urandom read with 0 bits of entropy available
    gru 27 14:14:09 lapa kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
    gru 27 14:14:09 lapa kernel: SCSI subsystem initialized
    gru 27 14:14:09 lapa kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    gru 27 14:14:09 lapa kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
    gru 27 14:14:09 lapa kernel: libata version 3.00 loaded.
    gru 27 14:14:09 lapa kernel: ACPI: bus type USB registered
    gru 27 14:14:09 lapa kernel: usbcore: registered new interface driver usbfs
    gru 27 14:14:09 lapa kernel: usbcore: registered new interface driver hub
    gru 27 14:14:09 lapa kernel: usbcore: registered new device driver usb
    gru 27 14:14:09 lapa kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    gru 27 14:14:09 lapa kernel: ehci-pci: EHCI PCI platform driver
    gru 27 14:14:09 lapa kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    gru 27 14:14:09 lapa kernel: QUIRK: Enable AMD PLL fix
    gru 27 14:14:09 lapa kernel: ehci-pci 0000:00:13.2: EHCI Host Controller
    gru 27 14:14:09 lapa kernel: ohci-pci: OHCI PCI platform driver
    gru 27 14:14:09 lapa kernel: ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 1
    gru 27 14:14:09 lapa kernel: ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    gru 27 14:14:09 lapa kernel: ehci-pci 0000:00:13.2: debug port 1
    gru 27 14:14:09 lapa kernel: ehci-pci 0000:00:13.2: irq 17, io mem 0xf024b000
    gru 27 14:14:09 lapa kernel: ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
    gru 27 14:14:09 lapa kernel: hub 1-0:1.0: USB hub found
    gru 27 14:14:09 lapa kernel: hub 1-0:1.0: 5 ports detected
    gru 27 14:14:09 lapa kernel: ehci-pci 0000:00:16.2: EHCI Host Controller
    gru 27 14:14:09 lapa kernel: ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 2
    gru 27 14:14:09 lapa kernel: ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    gru 27 14:14:09 lapa kernel: ehci-pci 0000:00:16.2: debug port 1
    gru 27 14:14:09 lapa kernel: ehci-pci 0000:00:16.2: irq 17, io mem 0xf0248000
    gru 27 14:14:09 lapa kernel: ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
    gru 27 14:14:09 lapa kernel: hub 2-0:1.0: USB hub found
    gru 27 14:14:09 lapa kernel: hub 2-0:1.0: 4 ports detected
    gru 27 14:14:09 lapa kernel: ahci 0000:00:11.0: version 3.0
    gru 27 14:14:09 lapa kernel: ahci 0000:00:11.0: irq 24 for MSI/MSI-X
    gru 27 14:14:09 lapa kernel: ahci 0000:00:11.0: AHCI 0001.0300 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
    gru 27 14:14:09 lapa kernel: ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part sxs
    gru 27 14:14:09 lapa kernel: scsi host0: ahci
    gru 27 14:14:09 lapa kernel: scsi host1: ahci
    gru 27 14:14:09 lapa kernel: ata1: SATA max UDMA/133 abar m2048@0xf024d000 port 0xf024d100 irq 24
    gru 27 14:14:09 lapa kernel: ata2: SATA max UDMA/133 abar m2048@0xf024d000 port 0xf024d180 irq 24
    gru 27 14:14:09 lapa kernel: ohci-pci 0000:00:13.0: OHCI PCI host controller
    gru 27 14:14:09 lapa kernel: ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 3
    gru 27 14:14:09 lapa kernel: ohci-pci 0000:00:13.0: irq 18, io mem 0xf024c000
    gru 27 14:14:09 lapa kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    gru 27 14:14:09 lapa kernel: hub 3-0:1.0: USB hub found
    gru 27 14:14:09 lapa kernel: hub 3-0:1.0: 5 ports detected
    gru 27 14:14:09 lapa kernel: ohci-pci 0000:00:14.5: OHCI PCI host controller
    gru 27 14:14:09 lapa kernel: ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 4
    gru 27 14:14:09 lapa kernel: ohci-pci 0000:00:14.5: irq 18, io mem 0xf024a000
    gru 27 14:14:09 lapa kernel: hub 4-0:1.0: USB hub found
    gru 27 14:14:09 lapa kernel: hub 4-0:1.0: 2 ports detected
    gru 27 14:14:09 lapa kernel: ohci-pci 0000:00:16.0: OHCI PCI host controller
    gru 27 14:14:09 lapa kernel: ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 5
    gru 27 14:14:09 lapa kernel: ohci-pci 0000:00:16.0: irq 18, io mem 0xf0249000
    gru 27 14:14:09 lapa kernel: hub 5-0:1.0: USB hub found
    gru 27 14:14:09 lapa kernel: hub 5-0:1.0: 4 ports detected
    gru 27 14:14:09 lapa kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
    gru 27 14:14:09 lapa kernel: tsc: Refined TSC clocksource calibration: 1497.276 MHz
    gru 27 14:14:09 lapa kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    gru 27 14:14:09 lapa kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    gru 27 14:14:09 lapa kernel: ata1.00: ATA-8: Hitachi HTS547575A9E384, JE4OA60A, max UDMA/133
    gru 27 14:14:09 lapa kernel: ata1.00: 1465149168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    gru 27 14:14:09 lapa kernel: ata1.00: configured for UDMA/133
    gru 27 14:14:09 lapa kernel: scsi 0:0:0:0: Direct-Access ATA Hitachi HTS54757 A60A PQ: 0 ANSI: 5
    gru 27 14:14:09 lapa kernel: ata2.00: ATAPI: HL-DT-ST DVDRAM GT51N, 1.00, max UDMA/100
    gru 27 14:14:09 lapa kernel: ata2.00: configured for UDMA/100
    gru 27 14:14:09 lapa kernel: scsi 1:0:0:0: CD-ROM HL-DT-ST DVDRAM GT51N 1.00 PQ: 0 ANSI: 5
    gru 27 14:14:09 lapa kernel: sd 0:0:0:0: [sda] 1465149168 512-byte logical blocks: (750 GB/698 GiB)
    gru 27 14:14:09 lapa kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
    gru 27 14:14:09 lapa kernel: sd 0:0:0:0: [sda] Write Protect is off
    gru 27 14:14:09 lapa kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    gru 27 14:14:09 lapa kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    gru 27 14:14:09 lapa kernel: sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    gru 27 14:14:09 lapa kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
    gru 27 14:14:09 lapa kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
    gru 27 14:14:09 lapa kernel: sda: sda2 sda3 < sda5 > sda4
    gru 27 14:14:09 lapa kernel: sd 0:0:0:0: [sda] Attached SCSI disk
    gru 27 14:14:09 lapa kernel: usb 2-1: new high-speed USB device number 2 using ehci-pci
    gru 27 14:14:09 lapa kernel: usb-storage 2-1:1.0: USB Mass Storage device detected
    gru 27 14:14:09 lapa kernel: scsi host2: usb-storage 2-1:1.0
    gru 27 14:14:09 lapa kernel: usbcore: registered new interface driver usb-storage
    gru 27 14:14:09 lapa kernel: usbcore: registered new interface driver uas
    gru 27 14:14:09 lapa kernel: usb 5-2: new low-speed USB device number 2 using ohci-pci
    gru 27 14:14:09 lapa kernel: hidraw: raw HID events driver (C) Jiri Kosina
    gru 27 14:14:09 lapa kernel: Switched to clocksource tsc
    gru 27 14:14:09 lapa kernel: usbcore: registered new interface driver usbhid
    gru 27 14:14:09 lapa kernel: usbhid: USB HID core driver
    gru 27 14:14:09 lapa kernel: hid-generic 0003:0C45:7412.0001: hiddev0,hidraw0: USB HID v1.00 Device [Mouse Wireless-USB-Mouse] on usb-0000:00:16.0-2/input0
    gru 27 14:14:09 lapa kernel: input: Mouse Wireless-USB-Mouse as /devices/pci0000:00/0000:00:16.0/usb5/5-2/5-2:1.1/0003:0C45:7412.0002/input/input2
    gru 27 14:14:09 lapa kernel: hid-generic 0003:0C45:7412.0002: input,hidraw1: USB HID v1.00 Mouse [Mouse Wireless-USB-Mouse] on usb-0000:00:16.0-2/input1
    gru 27 14:14:09 lapa kernel: scsi 2:0:0:0: Direct-Access Multiple Card Reader 1.00 PQ: 0 ANSI: 0
    gru 27 14:14:09 lapa kernel: sd 2:0:0:0: [sdb] 30777344 512-byte logical blocks: (15.7 GB/14.6 GiB)
    gru 27 14:14:09 lapa kernel: sd 2:0:0:0: [sdb] Write Protect is off
    gru 27 14:14:09 lapa kernel: sd 2:0:0:0: [sdb] Mode Sense: 03 00 00 00
    gru 27 14:14:09 lapa kernel: sd 2:0:0:0: [sdb] No Caching mode page found
    gru 27 14:14:09 lapa kernel: sd 2:0:0:0: [sdb] Assuming drive cache: write through
    gru 27 14:14:09 lapa kernel: sdb: sdb1 sdb2
    gru 27 14:14:09 lapa kernel: sd 2:0:0:0: [sdb] Attached SCSI removable disk
    gru 27 14:14:09 lapa kernel: EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
    gru 27 14:14:09 lapa kernel: random: nonblocking pool is initialized
    gru 27 14:14:09 lapa kernel: EXT4-fs (sdb1): re-mounted. Opts: data=ordered
    gru 27 14:14:09 lapa systemd-journal[141]: Journal started
    -- Subject: Uruchomiono Journal
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Systemowy proces dziennika został uruchomiony, otworzył pliki dziennika do
    -- zapisu i jest gotowy do przetwarzania żądań.
    gru 27 14:14:09 lapa systemd-udevd[174]: starting version 218
    gru 27 14:14:09 lapa swapon[168]: swapon: stat nie powiodło się /tmp/root.x86_64/dev/sdb2: Nie ma takiego pliku ani katalogu
    gru 27 14:14:12 lapa kernel: ACPI: acpi_idle registered with cpuidle
    gru 27 14:14:12 lapa kernel: acpi-cpufreq: overriding BIOS provided _PSD data
    gru 27 14:14:12 lapa kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
    gru 27 14:14:12 lapa kernel: ACPI: Power Button [PWRB]
    gru 27 14:14:12 lapa kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4
    gru 27 14:14:12 lapa kernel: ACPI: Sleep Button [SLPB]
    gru 27 14:14:12 lapa kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input5
    gru 27 14:14:12 lapa kernel: ACPI: Lid Switch [LID]
    gru 27 14:14:12 lapa kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
    gru 27 14:14:12 lapa kernel: ACPI: Power Button [PWRF]
    gru 27 14:14:12 lapa kernel: ACPI: AC Adapter [ACAD] (on-line)
    gru 27 14:14:12 lapa kernel: ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
    gru 27 14:14:12 lapa kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    gru 27 14:14:12 lapa kernel: acpi device:01: registered as cooling_device4
    gru 27 14:14:12 lapa kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7
    gru 27 14:14:12 lapa kernel: wmi: Mapper loaded
    gru 27 14:14:12 lapa kernel: ACPI Warning: SystemIO range 0x00000b00-0x00000b07 conflicts with OpRegion 0x00000b00-0x00000b0f (\_SB_.PCI0.SMBS.SMB0) (20140724/utaddress-258)
    gru 27 14:14:12 lapa kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    gru 27 14:14:12 lapa kernel: snd_hda_intel 0000:00:01.1: irq 25 for MSI/MSI-X
    gru 27 14:14:12 lapa kernel: Linux agpgart interface v0.103
    gru 27 14:14:12 lapa kernel: input: PC Speaker as /devices/platform/pcspkr/input/input9
    gru 27 14:14:12 lapa kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input10
    gru 27 14:14:12 lapa kernel: sound hdaudioC1D0: autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
    gru 27 14:14:12 lapa kernel: sound hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
    gru 27 14:14:12 lapa kernel: sound hdaudioC1D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
    gru 27 14:14:12 lapa kernel: sound hdaudioC1D0: mono: mono_out=0x0
    gru 27 14:14:12 lapa kernel: sound hdaudioC1D0: inputs:
    gru 27 14:14:12 lapa kernel: sound hdaudioC1D0: Internal Mic=0x1b
    gru 27 14:14:12 lapa kernel: sound hdaudioC1D0: Mic=0x18
    gru 27 14:14:12 lapa kernel: [drm] Initialized drm 1.1.0 20060810
    gru 27 14:14:12 lapa kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:14.2/sound/card1/hdaudioC1D0/input11
    gru 27 14:14:12 lapa kernel: input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:14.2/sound/card1/input12
    gru 27 14:14:12 lapa kernel: input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:14.2/sound/card1/input13
    gru 27 14:14:12 lapa kernel: atl1c 0000:01:00.0: version 1.0.1.1-NAPI
    gru 27 14:14:12 lapa kernel: [drm] radeon kernel modesetting enabled.
    gru 27 14:14:12 lapa kernel: checking generic (e0000000 3d0000) vs hw (e0000000 10000000)
    gru 27 14:14:12 lapa kernel: fb: switching to radeondrmfb from VESA VGA
    gru 27 14:14:12 lapa kernel: Console: switching to colour dummy device 80x25
    gru 27 14:14:12 lapa kernel: [drm] initializing kernel modesetting (SUMO 0x1002:0x9647 0x1025:0x059D).
    gru 27 14:14:12 lapa kernel: [drm] register mmio base: 0xF0200000
    gru 27 14:14:12 lapa kernel: [drm] register mmio size: 262144
    gru 27 14:14:12 lapa kernel: ATOM BIOS: Acer
    gru 27 14:14:12 lapa kernel: radeon 0000:00:01.0: VRAM: 512M 0x0000000000000000 - 0x000000001FFFFFFF (512M used)
    gru 27 14:14:12 lapa kernel: radeon 0000:00:01.0: GTT: 1024M 0x0000000020000000 - 0x000000005FFFFFFF
    gru 27 14:14:12 lapa kernel: [drm] Detected VRAM RAM=512M, BAR=256M
    gru 27 14:14:12 lapa kernel: [drm] RAM width 32bits DDR
    gru 27 14:14:12 lapa kernel: [TTM] Zone kernel: Available graphics memory: 434876 kiB
    gru 27 14:14:12 lapa kernel: [TTM] Zone highmem: Available graphics memory: 1550674 kiB
    gru 27 14:14:12 lapa kernel: [TTM] Initializing pool allocator
    gru 27 14:14:12 lapa kernel: [TTM] Initializing DMA pool allocator
    gru 27 14:14:12 lapa kernel: [drm] radeon: 512M of VRAM memory ready
    gru 27 14:14:12 lapa kernel: [drm] radeon: 1024M of GTT memory ready.
    gru 27 14:14:12 lapa kernel: [drm] Loading SUMO Microcode
    gru 27 14:14:12 lapa kernel: media: Linux media interface: v0.10
    gru 27 14:14:12 lapa kernel: kvm: Nested Virtualization enabled
    gru 27 14:14:12 lapa kernel: atl1c 0000:01:00.0 enp1s0: renamed from eth0
    gru 27 14:14:12 lapa kernel: cfg80211: Calling CRDA to update world regulatory domain
    gru 27 14:14:12 lapa kernel: mousedev: PS/2 mouse device common for all mice
    gru 27 14:14:12 lapa kernel: acer_wmi: Acer Laptop ACPI-WMI Extras
    gru 27 14:14:12 lapa kernel: acer_wmi: Function bitmap for Communication Button: 0x1
    gru 27 14:14:12 lapa kernel: acer_wmi: Brightness must be controlled by acpi video driver
    gru 27 14:14:12 lapa kernel: input: Acer WMI hotkeys as /devices/virtual/input/input14
    gru 27 14:14:12 lapa kernel: input: Acer BMA150 accelerometer as /devices/virtual/input/input15
    gru 27 14:14:12 lapa kernel: Adding 1998844k swap on /dev/sda5. Priority:-1 extents:1 across:1998844k FS
    gru 27 14:14:12 lapa kernel: Linux video capture interface: v2.00
    gru 27 14:14:12 lapa kernel: psmouse serio1: hgpk: ID: 10 00 64
    gru 27 14:14:12 lapa kernel: ACPI: Battery Slot [BAT1] (battery present)
    gru 27 14:14:12 lapa kernel: [drm] Internal thermal controller without fan control
    gru 27 14:14:12 lapa kernel: [drm] Found smc ucode version: 0x00011200
    gru 27 14:14:12 lapa kernel: [drm] radeon: dpm initialized
    gru 27 14:14:12 lapa kernel: uvcvideo: Found UVC 1.00 device 1.3M HD WebCam (04fc:2801)
    gru 27 14:14:12 lapa kernel: [drm] GART: num cpu pages 262144, num gpu pages 262144
    gru 27 14:14:12 lapa kernel: input: 1.3M HD WebCam as /devices/pci0000:00/0000:00:13.2/usb1/1-1/1-1:1.0/input/input16
    gru 27 14:14:12 lapa kernel: usbcore: registered new interface driver uvcvideo
    gru 27 14:14:12 lapa kernel: USB Video Class driver (1.1.1)
    gru 27 14:14:12 lapa kernel: [drm] PCIE GART of 1024M enabled (table at 0x0000000000273000).
    gru 27 14:14:12 lapa kernel: radeon 0000:00:01.0: WB enabled
    gru 27 14:14:12 lapa kernel: radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000020000c00 and cpu addr 0xff899c00
    gru 27 14:14:12 lapa kernel: radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000020000c0c and cpu addr 0xff899c0c
    gru 27 14:14:12 lapa kernel: radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0xf9932118
    gru 27 14:14:12 lapa kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    gru 27 14:14:12 lapa kernel: [drm] Driver supports precise vblank timestamp query.
    gru 27 14:14:12 lapa kernel: radeon 0000:00:01.0: radeon: MSI limited to 32-bit
    gru 27 14:14:12 lapa kernel: radeon 0000:00:01.0: irq 26 for MSI/MSI-X
    gru 27 14:14:12 lapa kernel: radeon 0000:00:01.0: radeon: using MSI.
    gru 27 14:14:12 lapa kernel: [drm] radeon: irq initialized.
    gru 27 14:14:12 lapa kernel: [drm] ring test on 0 succeeded in 1 usecs
    gru 27 14:14:12 lapa kernel: [drm] ring test on 3 succeeded in 3 usecs
    gru 27 14:14:12 lapa kernel: wl: module license 'Mixed/Proprietary' taints kernel.
    gru 27 14:14:12 lapa kernel: Disabling lock debugging due to kernel taint
    gru 27 14:14:12 lapa kernel: [drm] ring test on 5 succeeded in 1 usecs
    gru 27 14:14:12 lapa kernel: [drm] UVD initialized successfully.
    gru 27 14:14:12 lapa kernel: [drm] ib test on ring 0 succeeded in 0 usecs
    gru 27 14:14:12 lapa kernel: [drm] ib test on ring 3 succeeded in 0 usecs
    gru 27 14:14:12 lapa kernel: [drm] ib test on ring 5 succeeded
    gru 27 14:14:12 lapa kernel: wlan0: Broadcom BCM4358 802.11 Hybrid Wireless Controller 6.30.223.248 (r487574)
    gru 27 14:14:12 lapa kernel: [drm] radeon atom DIG backlight initialized
    gru 27 14:14:12 lapa kernel: [drm] Radeon Display Connectors
    gru 27 14:14:12 lapa kernel: [drm] Connector 0:
    gru 27 14:14:12 lapa kernel: [drm] VGA-1
    gru 27 14:14:12 lapa kernel: [drm] HPD2
    gru 27 14:14:12 lapa kernel: [drm] DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
    gru 27 14:14:12 lapa kernel: [drm] Encoders:
    gru 27 14:14:12 lapa kernel: [drm] CRT1: INTERNAL_UNIPHY2
    gru 27 14:14:12 lapa kernel: [drm] CRT1: NUTMEG
    gru 27 14:14:12 lapa kernel: [drm] Connector 1:
    gru 27 14:14:12 lapa kernel: [drm] LVDS-1
    gru 27 14:14:12 lapa kernel: [drm] HPD1
    gru 27 14:14:12 lapa kernel: [drm] DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
    gru 27 14:14:12 lapa kernel: [drm] Encoders:
    gru 27 14:14:12 lapa kernel: [drm] LCD1: INTERNAL_UNIPHY2
    gru 27 14:14:12 lapa kernel: [drm] LCD1: TRAVIS
    gru 27 14:14:12 lapa kernel: [drm] Connector 2:
    gru 27 14:14:12 lapa kernel: [drm] HDMI-A-1
    gru 27 14:14:12 lapa kernel: [drm] HPD6
    gru 27 14:14:12 lapa kernel: [drm] DDC: 0x6480 0x6480 0x6484 0x6484 0x6488 0x6488 0x648c 0x648c
    gru 27 14:14:12 lapa kernel: [drm] Encoders:
    gru 27 14:14:12 lapa kernel: [drm] DFP1: INTERNAL_UNIPHY1
    gru 27 14:14:12 lapa kernel: [drm] fb mappable at 0xE0477000
    gru 27 14:14:12 lapa kernel: [drm] vram apper at 0xE0000000
    gru 27 14:14:12 lapa kernel: [drm] size 5787648
    gru 27 14:14:12 lapa kernel: [drm] fb depth is 24
    gru 27 14:14:12 lapa kernel: [drm] pitch is 6400
    gru 27 14:14:12 lapa kernel: fbcon: radeondrmfb (fb0) is primary device
    gru 27 14:14:12 lapa kernel: wl 0000:02:00.0 wlp2s0: renamed from wlan0
    gru 27 14:14:12 lapa kernel: Console: switching to colour frame buffer device 200x56
    gru 27 14:14:12 lapa kernel: radeon 0000:00:01.0: fb0: radeondrmfb frame buffer device
    gru 27 14:14:12 lapa kernel: radeon 0000:00:01.0: registered panic notifier
    gru 27 14:14:12 lapa kernel: [drm] Initialized radeon 2.40.0 20080528 for 0000:00:01.0 on minor 0
    gru 27 14:14:12 lapa kernel: psmouse serio1: elantech: assuming hardware version 3 (with firmware version 0x450f01)
    gru 27 14:14:12 lapa kernel: psmouse serio1: elantech: Synaptics capabilities query result 0x68, 0x15, 0x0a.
    gru 27 14:14:12 lapa kernel: microcode: CPU0: new patch_level=0x03000027
    gru 27 14:14:12 lapa kernel: microcode: CPU1: new patch_level=0x03000027
    gru 27 14:14:12 lapa kernel: microcode: CPU2: new patch_level=0x03000027
    gru 27 14:14:12 lapa kernel: microcode: CPU3: new patch_level=0x03000027
    gru 27 14:14:12 lapa kernel: input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input8
    gru 27 14:14:12 lapa systemd-logind[241]: New seat seat0.
    -- Subject: Dostępne jest nowe stanowisko seat0
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
    -- Nowe stanowisko seat0 zostało skonfigurowane i jest teraz dostępne.
    gru 27 14:14:12 lapa systemd-logind[241]: Watching system buttons on /dev/input/event5 (Power Button)
    gru 27 14:14:12 lapa systemd-logind[241]: Watching system buttons on /dev/input/event6 (Video Bus)
    gru 27 14:14:12 lapa systemd-logind[241]: Watching system buttons on /dev/input/event2 (Power Button)
    gru 27 14:14:12 lapa systemd-logind[241]: Watching system buttons on /dev/input/event4 (Lid Switch)
    gru 27 14:14:12 lapa systemd-logind[241]: Watching system buttons on /dev/input/event3 (Sleep Button)
    gru 27 14:14:13 lapa dbus[240]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service'
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: X.Org X Server 1.16.3
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: Release Date: 2014-12-20
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: X Protocol Version 11, Revision 0
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: Build Operating System: Linux 3.17.4-1-ARCH i686
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: Current Operating System: Linux lapa 3.17.6-1-ARCH #1 SMP PREEMPT Sun Dec 7 23:58:19 UTC 2014 i686
    gru 27 14:14:13 lapa dbus[240]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=e298e7c2-a35d-4fd4-b1a9-41e2cd84ae0e rw quiet
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: Build Date: 20 December 2014 01:37:30PM
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: Current version of pixman: 0.32.6
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: Before reporting problems, check http://wiki.x.org
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: to make sure that you have the latest version.
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: Markers: (--) probed, (**) from config file, (==) default setting,
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (++) from command line, (!!) notice, (II) informational,
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (++) Log file: "/dev/null", Time: Sat Dec 27 14:14:13 2014
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (==) No Layout section. Using the first Screen section.
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (==) No screen section available. Using defaults.
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (**) |-->Screen "Default Screen Section" (0)
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (**) | |-->Monitor "<default monitor>"
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (==) No monitor specified for screen "Default Screen Section".
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: Using a default monitor configuration.
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (==) Automatically adding devices
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (==) Automatically enabling devices
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (==) Automatically adding GPU devices
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: Entry deleted from font path.
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: Entry deleted from font path.
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: Entry deleted from font path.
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: Entry deleted from font path.
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (==) FontPath set to:
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: /usr/share/fonts/misc/,
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: /usr/share/fonts/TTF/
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (==) ModulePath set to "/usr/lib/xorg/modules"
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (II) The server relies on udev to provide the list of input devices.
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: If no devices become available, reconfigure udev or disable AutoAddDevices.
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (II) Loader magic: 0x82a16c0
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (II) Module ABI versions:
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: X.Org ANSI C Emulation: 0.4
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: X.Org Video Driver: 18.0
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: X.Org XInput driver : 21.0
    gru 27 14:14:13 lapa

    byte wrote:What's your card?
    You don't need "radeon" in MODULES, and neither the Module section in xorg.conf, nor the DRI one.
    yeap, removing 'radeon' from 'MODULES=' seems to of loaded the driver in the right order and made DRI work,
    thank you.

  • OpenGL is not working: KDE4.10.5 RadeonHD7870 xf86-video-ati

    Good evening sirs.
    I am using a fresh installation of KDE 4.10.5, a Radeon HD 7870 graphics card and the xf86-video-ati open source driver.
    Unfortunately I am not able to use the effects of Kwin which require OpenGL.
    When I try to set de compositing type from XRender to OpenGL there is no error but after I close and reopen the settings menu this is reset to XRender (without any warning!).
    The reason is:
    ~/.xsession-errors
    OpenGL vendor string: VMware, Inc.
    OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.2, 128 bits)
    OpenGL version string: 2.1 Mesa 9.1.4
    OpenGL shading language version string: 1.20
    Driver: LLVMpipe
    GPU class: Unknown
    OpenGL version: 2.1
    GLSL version: 1.20
    Mesa version: 9.1.4
    X server version: 1.14.2
    Linux kernel version: 3.9.9
    Direct rendering: yes
    Requires strict binding: yes
    GLSL shaders: yes
    Texture NPOT support: yes
    Virtual Machine: no
    NO VSYNC! glXGetVideoSync, haveSwapInterval, glXIsDirect false false 1
    kwin(3689): OpenGL driver recommends XRender based compositing. Falling back to XRender.
    kwin(3689): To overwrite the detection use the environment variable KWIN_COMPOSE
    kwin(3689): For more information see http://community.kde.org/KWin/Environment_Variables#KWIN_COMPOSE
    kwin(3689): Failed to initialize compositing, compositing disabled
    kwin(3689): Consult http://techbase.kde.org/Projects/KWin/4.0-release-notes#Setting_up
    kwin(3689) KWin::EffectsHandlerImpl::loadEffect: EffectsHandler::loadEffect : Effect "kwin4_effect_startupfeedback" is not supported
    kwin(3689) KWin::EffectsHandlerImpl::loadEffect: EffectsHandler::loadEffect : Effect "kwin4_effect_blur" is not supported
    kwin(3689) KWin::EffectsHandlerImpl::loadEffect: EffectsHandler::loadEffect : Effect "kwin4_effect_wobblywindows" is not supported
    X Error: BadPixmap (invalid Pixmap parameter) 4
    Major opcode: 54 (X_FreePixmap)
    Resource id: 0x1c001b6
    X Error: BadPixmap (invalid Pixmap parameter) 4
    Major opcode: 54 (X_FreePixmap)
    Resource id: 0x1c001ad
    X Error: BadPixmap (invalid Pixmap parameter) 4
    Major opcode: 54 (X_FreePixmap)
    Resource id: 0x1c001a4
    X Error: BadPixmap (invalid Pixmap parameter) 4
    Major opcode: 54 (X_FreePixmap)
    Resource id: 0x1c0019b
    X Error: BadPixmap (invalid Pixmap parameter) 4
    Major opcode: 54 (X_FreePixmap)
    Resource id: 0x1c00192
    X Error: BadPixmap (invalid Pixmap parameter) 4
    Major opcode: 54 (X_FreePixmap)
    Resource id: 0x1c00189
    X Error: BadPixmap (invalid Pixmap parameter) 4
    Major opcode: 54 (X_FreePixmap)
    Resource id: 0x1c00180
    X Error: BadPixmap (invalid Pixmap parameter) 4
    Major opcode: 54 (X_FreePixmap)
    Resource id: 0x1c00177
    Also the module seems to be loaded.
    lsmod | grep radeon
    radeon 754506 2
    i2c_algo_bit 5391 1 radeon
    drm_kms_helper 35086 1 radeon
    ttm 65164 1 radeon
    drm 230077 4 ttm,drm_kms_helper,radeon
    i2c_core 22479 5 drm,i2c_piix4,drm_kms_helper,i2c_algo_bit,radeon
    I would be really grateful if anybody could help me to get this stuff running.
    Kind regards,
    0d680e5e4832d76f6930b14a2098c6a2c31017ebb2dbaedcf07a3d43eaefaf9b663ad79083ee3436e5f3a8d60d046d5c7ee7d986d727e94bbedfd0d085507fed
    Last edited by whirlpool (2013-07-07 14:48:55)

    pacman -Qs xf86-video
    local/xf86-video-ati 1:7.1.0-3 (xorg-drivers xorg)
    X.org ati video driver
    I want to run
    Xorg :0 -configure
    to create all the necessary *.conf files by the X-Servers autodetection.
    The problem is that I get an error while running the command above.
    Is there any better way to create a "fresh" X installation?
    Error when trying to create the X servers configuration files:
    X.Org X Server 1.14.2
    Release Date: 2013-06-25
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.9.7-1-ARCH x86_64
    Current Operating System: Linux neptun 3.9.9-1-ARCH #1 SMP PREEMPT Wed Jul 3 22:45:16 CEST 2013 x86_64
    Kernel command line: cryptdevice=/dev/disk/by-uuid/7e5fe344-36ef-4ee6-95ed-5eece0eb20c1:cryptroot root=/dev/mapper/cryptroot ro initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
    Build Date: 01 July 2013 10:48:42AM
    Current version of pixman: 0.30.0
    Before reporting problems, check [url]http://wiki.x.org[/url]
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jul 8 00:01:51 2013
    List of video drivers:
    radeon
    ati
    (++) Using config file: "/root/xorg.conf.new"
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    (II) [KMS] Kernel modesetting enabled.
    (EE)
    (EE) Backtrace:
    (EE) 0: Xorg (xorg_backtrace+0x3d) [0x57f71d]
    (EE) 1: Xorg (0x400000+0x183489) [0x583489]
    (EE) 2: /usr/lib/libpthread.so.0 (0x7f7aefc20000+0xf0e0) [0x7f7aefc2f0e0]
    (EE) 3: /usr/lib/xorg/modules/drivers/radeon_drv.so (0x7f7aed8f8000+0x440b4) [0x7f7aed93c0b4]
    (EE) 4: Xorg (DoConfigure+0xd46) [0x469426]
    (EE) 5: Xorg (0x400000+0x7869a) [0x47869a]
    (EE) 6: Xorg (0x400000+0x266d0) [0x4266d0]
    (EE) 7: /usr/lib/libc.so.6 (__libc_start_main+0xf5) [0x7f7aeea81a15]
    (EE) 8: Xorg (0x400000+0x26bfd) [0x426bfd]
    (EE)
    (EE) Segmentation fault at address 0x18
    (EE)
    Fatal server error:
    (EE) Caught signal 11 (Segmentation fault). Server aborting
    (EE)
    (EE)
    Please consult the The X.Org Foundation support
    at [url]http://wiki.x.org[/url]
    for help.
    (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    (EE)
    (EE) Server terminated with error (1). Closing log file.
    which seems to be a known problem:
    https://bbs.archlinux.org/viewtopic.php?id=164147
    Last edited by whirlpool (2013-07-07 22:21:04)

  • World of Warcraft MOP wine OpenGL xf86-video-ati Radeon HD7870

    Good evening ladies and gentlement.
    I try to run World of Warcraft (currently 5.3) on my machine.
    My setup:
    linux 3.10.6-2-ARCH
    xorg-server 1.14.2-2
    xf86-video-ati 1:7.2.0-1
    mesa 9.1.6-1
    wine 1.7.0-1
    World of Warcraft 5.3
    Radeon HD7870 GHz Edition
    With D3D9 the game renders correctly but with a agonizing low framerate.
    So I searched the web and found out that one can change the rendering mode to OpenGL.
    This gave me very fast but also incomplete renders 1, 2.
    When I try to enter the world I get this error.
    This is what I get when I run the game:
    wine Wow-64.exe >& somelog.txt
    err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
    err:module:load_builtin_dll failed to load .so lib for builtin L"winemp3.acm": libmpg123.so.0: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden
    fixme:heap:HeapSetInformation 0x3d4000 0 0x23fce0 4
    fixme:win:EnumDisplayDevicesW ((null),0,0x23e8a0,0x00000000), stub!
    fixme:win:EnumDisplayDevicesW ((null),0,0x23e630,0x00000000), stub!
    fixme:win:EnumDisplayDevicesW ((null),0,0x23eb60,0x00000000), stub!
    fixme:win:EnumDisplayDevicesW ((null),0,0x23eb00,0x00000000), stub!
    fixme:win:EnumDisplayDevicesW ((null),0,0x23e890,0x00000000), stub!
    fixme:win:EnumDisplayDevicesW ((null),0,0x23eaa0,0x00000000), stub!
    fixme:win:EnumDisplayDevicesW ((null),0,0x23e830,0x00000000), stub!
    fixme:advapi:BuildSecurityDescriptorW ((nil),(nil),1,0x23f580,0,(nil),0x43420,0x23f574,0x23f558) stub!
    fixme:advapi:BuildSecurityDescriptorW ((nil),(nil),1,0x23f580,0,(nil),0x43420,0x23f574,0x23f558) stub!
    fixme:heap:HeapSetInformation 0xeb90000 0 0xea8dfd0 4
    fixme:imm:ImmReleaseContext (0x5002a, 0x41c30): stub
    Indirect addressing not fully handled yet
    EE si_state.c:1913 si_shader_select - Failed to build shader variant (type=0) -38
    Indirect addressing not fully handled yet
    EE si_state.c:1913 si_shader_select - Failed to build shader variant (type=0) -38
    Indirect addressing not fully handled yet
    EE si_state.c:1913 si_shader_select - Failed to build shader variant (type=0) -38
    Indirect addressing not fully handled yet
    EE si_state.c:1913 si_shader_select - Failed to build shader variant (type=0) -38
    Indirect addressing not fully handled yet
    EE si_state.c:1913 si_shader_select - Failed to build shader variant (type=0) -38
    fixme:ntdll:NtFlushInstructionCache 0xffffffffffffffff 0x4511000 9291
    fixme:seh:RtlAddFunctionTable 0x4516000 45 4510000: stub
    Indirect addressing not fully handled yet
    EE si_state.c:1913 si_shader_select - Failed to build shader variant (type=0) -38
    Indirect addressing not fully handled yet
    EE si_state.c:1913 si_shader_select - Failed to build shader variant (type=0) -38
    fixme:advapi:CreateRestrictedToken (0x254c, 0x0, 2, 0x59cf3b0, 19, 0xa6174, 5, 0x239ca0, 0x239b90): stub
    fixme:advapi:BuildSecurityDescriptorW ((nil),(nil),1,0x239ae8,0,(nil),0xa94e0,0x239ad0,0x239ab8) stub!
    fixme:heap:HeapSetInformation (nil) 1 (nil) 0
    fixme:winhttp:WinHttpDetectAutoProxyConfigUrl discovery via DHCP not supported
    I also run glxgears without any problems (60 fps).
    glxinfo
    name of display: :0
    display: :0 screen: 0
    direct rendering: Yes
    server glx vendor string: SGI
    server glx version string: 1.4
    server glx extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_profile,
    GLX_ARB_multisample, GLX_EXT_create_context_es2_profile,
    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info,
    GLX_EXT_visual_rating, GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer,
    GLX_OML_swap_method, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_SGI_swap_control
    client glx vendor string: Mesa Project and SGI
    client glx version string: 1.4
    client glx extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_profile,
    GLX_ARB_create_context_robustness, GLX_ARB_framebuffer_sRGB,
    GLX_ARB_get_proc_address, GLX_ARB_multisample,
    GLX_EXT_create_context_es2_profile, GLX_EXT_framebuffer_sRGB,
    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info,
    GLX_EXT_visual_rating, GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer,
    GLX_MESA_multithread_makecurrent, GLX_MESA_swap_control,
    GLX_OML_swap_method, GLX_OML_sync_control, GLX_SGIS_multisample,
    GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group,
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync
    GLX version: 1.4
    GLX extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_profile,
    GLX_ARB_get_proc_address, GLX_ARB_multisample,
    GLX_EXT_create_context_es2_profile, GLX_EXT_import_context,
    GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating,
    GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer,
    GLX_MESA_multithread_makecurrent, GLX_MESA_swap_control,
    GLX_OML_swap_method, GLX_OML_sync_control, GLX_SGIS_multisample,
    GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group,
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync
    OpenGL vendor string: X.Org
    OpenGL renderer string: Gallium 0.4 on AMD PITCAIRN
    OpenGL version string: 2.1 Mesa 9.1.6
    OpenGL shading language version string: 1.20
    OpenGL extensions:
    GL_AMD_draw_buffers_blend, GL_AMD_seamless_cubemap_per_texture,
    GL_AMD_shader_stencil_export, GL_APPLE_packed_pixels,
    GL_APPLE_vertex_array_object, GL_ARB_ES2_compatibility,
    GL_ARB_base_instance, GL_ARB_blend_func_extended,
    GL_ARB_color_buffer_float, GL_ARB_copy_buffer, GL_ARB_debug_output,
    GL_ARB_depth_buffer_float, GL_ARB_depth_clamp, GL_ARB_depth_texture,
    GL_ARB_draw_buffers, GL_ARB_draw_buffers_blend,
    GL_ARB_draw_elements_base_vertex, GL_ARB_explicit_attrib_location,
    GL_ARB_fragment_coord_conventions, GL_ARB_fragment_program,
    GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader,
    GL_ARB_framebuffer_object, GL_ARB_framebuffer_sRGB,
    GL_ARB_get_program_binary, GL_ARB_half_float_pixel,
    GL_ARB_half_float_vertex, GL_ARB_instanced_arrays,
    GL_ARB_internalformat_query, GL_ARB_invalidate_subdata,
    GL_ARB_map_buffer_alignment, GL_ARB_map_buffer_range, GL_ARB_multisample,
    GL_ARB_multitexture, GL_ARB_occlusion_query, GL_ARB_occlusion_query2,
    GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite,
    GL_ARB_provoking_vertex, GL_ARB_robustness, GL_ARB_sampler_objects,
    GL_ARB_seamless_cube_map, GL_ARB_shader_objects,
    GL_ARB_shader_stencil_export, GL_ARB_shader_texture_lod,
    GL_ARB_shading_language_100, 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_float,
    GL_ARB_texture_mirrored_repeat, GL_ARB_texture_non_power_of_two,
    GL_ARB_texture_rectangle, GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui,
    GL_ARB_texture_storage, GL_ARB_texture_swizzle, GL_ARB_transpose_matrix,
    GL_ARB_vertex_array_bgra, GL_ARB_vertex_array_object,
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader,
    GL_ARB_window_pos, GL_ATI_blend_equation_separate, GL_ATI_draw_buffers,
    GL_ATI_separate_stencil, GL_ATI_texture_env_combine3,
    GL_ATI_texture_float, GL_ATI_texture_mirror_once, GL_EXT_abgr,
    GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_equation_separate,
    GL_EXT_blend_func_separate, GL_EXT_blend_minmax, GL_EXT_blend_subtract,
    GL_EXT_compiled_vertex_array, GL_EXT_copy_texture, GL_EXT_draw_buffers2,
    GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_framebuffer_blit,
    GL_EXT_framebuffer_object, GL_EXT_framebuffer_sRGB,
    GL_EXT_gpu_program_parameters, GL_EXT_multi_draw_arrays,
    GL_EXT_packed_depth_stencil, GL_EXT_packed_float, 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_shader_objects,
    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_array,
    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_integer, GL_EXT_texture_lod_bias,
    GL_EXT_texture_mirror_clamp, GL_EXT_texture_object,
    GL_EXT_texture_rectangle, GL_EXT_texture_sRGB, GL_EXT_texture_sRGB_decode,
    GL_EXT_texture_shared_exponent, GL_EXT_texture_snorm,
    GL_EXT_texture_swizzle, GL_EXT_timer_query, GL_EXT_vertex_array,
    GL_EXT_vertex_array_bgra, 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_texture_array,
    GL_MESA_texture_signed_rgba, GL_MESA_window_pos, GL_NV_blend_square,
    GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_fog_distance,
    GL_NV_light_max_exponent, GL_NV_packed_depth_stencil,
    GL_NV_primitive_restart, GL_NV_texgen_reflection, GL_NV_texture_barrier,
    GL_NV_texture_env_combine4, GL_NV_texture_rectangle, GL_OES_EGL_image,
    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
    96 GLX Visuals
    visual x bf lv rg d st colorbuffer sr ax dp st accumbuffer ms cav
    id dep cl sp sz l ci b ro r g b a F gb bf th cl r g b a ns b eat
    0x021 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
    0x022 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
    0x0ee 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
    0x0ef 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow
    0x0f0 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
    0x0f1 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow
    0x0f2 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
    0x0f3 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow
    0x0f4 24 tc 0 32 0 r . . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None
    0x0f5 24 tc 0 32 0 r . . 8 8 8 8 . . 0 16 0 16 16 16 16 0 0 Slow
    0x0f6 24 tc 0 32 0 r y . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None
    0x0f7 24 tc 0 32 0 r y . 8 8 8 8 . . 0 16 0 16 16 16 16 0 0 Slow
    0x0f8 24 tc 0 32 0 r y . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None
    0x0f9 24 tc 0 32 0 r y . 8 8 8 8 . . 0 16 0 16 16 16 16 0 0 Slow
    0x0fa 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None
    0x0fb 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow
    0x0fc 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None
    0x0fd 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow
    0x0fe 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None
    0x0ff 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow
    0x100 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
    0x101 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
    0x102 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
    0x103 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
    0x104 24 tc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
    0x105 24 tc 0 24 0 r . . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x106 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
    0x107 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x108 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
    0x109 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x10a 24 tc 0 24 0 r . . 8 8 8 0 . . 0 16 0 0 0 0 0 0 0 None
    0x10b 24 tc 0 24 0 r . . 8 8 8 0 . . 0 16 0 16 16 16 0 0 0 Slow
    0x10c 24 tc 0 24 0 r y . 8 8 8 0 . . 0 16 0 0 0 0 0 0 0 None
    0x10d 24 tc 0 24 0 r y . 8 8 8 0 . . 0 16 0 16 16 16 0 0 0 Slow
    0x10e 24 tc 0 24 0 r y . 8 8 8 0 . . 0 16 0 0 0 0 0 0 0 None
    0x10f 24 tc 0 24 0 r y . 8 8 8 0 . . 0 16 0 16 16 16 0 0 0 Slow
    0x110 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None
    0x111 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x112 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None
    0x113 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x114 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None
    0x115 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x116 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
    0x117 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x118 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
    0x119 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x11a 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
    0x11b 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x11c 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
    0x11d 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow
    0x11e 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
    0x11f 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow
    0x120 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
    0x121 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow
    0x122 24 dc 0 32 0 r . . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None
    0x123 24 dc 0 32 0 r . . 8 8 8 8 . . 0 16 0 16 16 16 16 0 0 Slow
    0x124 24 dc 0 32 0 r y . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None
    0x125 24 dc 0 32 0 r y . 8 8 8 8 . . 0 16 0 16 16 16 16 0 0 Slow
    0x126 24 dc 0 32 0 r y . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None
    0x127 24 dc 0 32 0 r y . 8 8 8 8 . . 0 16 0 16 16 16 16 0 0 Slow
    0x128 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None
    0x129 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow
    0x12a 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None
    0x12b 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow
    0x12c 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None
    0x12d 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow
    0x12e 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
    0x12f 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
    0x130 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
    0x131 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
    0x132 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
    0x133 24 dc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
    0x134 24 dc 0 24 0 r . . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x135 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
    0x136 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x137 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
    0x138 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x139 24 dc 0 24 0 r . . 8 8 8 0 . . 0 16 0 0 0 0 0 0 0 None
    0x13a 24 dc 0 24 0 r . . 8 8 8 0 . . 0 16 0 16 16 16 0 0 0 Slow
    0x13b 24 dc 0 24 0 r y . 8 8 8 0 . . 0 16 0 0 0 0 0 0 0 None
    0x13c 24 dc 0 24 0 r y . 8 8 8 0 . . 0 16 0 16 16 16 0 0 0 Slow
    0x13d 24 dc 0 24 0 r y . 8 8 8 0 . . 0 16 0 0 0 0 0 0 0 None
    0x13e 24 dc 0 24 0 r y . 8 8 8 0 . . 0 16 0 16 16 16 0 0 0 Slow
    0x13f 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None
    0x140 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x141 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None
    0x142 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x143 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None
    0x144 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x145 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
    0x146 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x147 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
    0x148 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x149 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
    0x14a 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x05d 32 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
    144 GLXFBConfigs:
    visual x bf lv rg d st colorbuffer sr ax dp st accumbuffer ms cav
    id dep cl sp sz l ci b ro r g b a F gb bf th cl r g b a ns b eat
    0x05e 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
    0x05f 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow
    0x060 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
    0x061 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow
    0x062 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
    0x063 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow
    0x064 24 tc 0 32 0 r . . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None
    0x065 24 tc 0 32 0 r . . 8 8 8 8 . . 0 16 0 16 16 16 16 0 0 Slow
    0x066 24 tc 0 32 0 r y . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None
    0x067 24 tc 0 32 0 r y . 8 8 8 8 . . 0 16 0 16 16 16 16 0 0 Slow
    0x068 24 tc 0 32 0 r y . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None
    0x069 24 tc 0 32 0 r y . 8 8 8 8 . . 0 16 0 16 16 16 16 0 0 Slow
    0x06a 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None
    0x06b 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow
    0x06c 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None
    0x06d 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow
    0x06e 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None
    0x06f 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow
    0x070 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
    0x071 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
    0x072 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
    0x073 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
    0x074 32 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
    0x075 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
    0x076 24 tc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
    0x077 24 tc 0 24 0 r . . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x078 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
    0x079 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x07a 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
    0x07b 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x07c 24 tc 0 24 0 r . . 8 8 8 0 . . 0 16 0 0 0 0 0 0 0 None
    0x07d 24 tc 0 24 0 r . . 8 8 8 0 . . 0 16 0 16 16 16 0 0 0 Slow
    0x07e 24 tc 0 24 0 r y . 8 8 8 0 . . 0 16 0 0 0 0 0 0 0 None
    0x07f 24 tc 0 24 0 r y . 8 8 8 0 . . 0 16 0 16 16 16 0 0 0 Slow
    0x080 24 tc 0 24 0 r y . 8 8 8 0 . . 0 16 0 0 0 0 0 0 0 None
    0x081 24 tc 0 24 0 r y . 8 8 8 0 . . 0 16 0 16 16 16 0 0 0 Slow
    0x082 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None
    0x083 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x084 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None
    0x085 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x086 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None
    0x087 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x088 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
    0x089 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x08a 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
    0x08b 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x08c 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
    0x08d 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x08e 0 tc 0 16 0 r . . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None
    0x08f 0 tc 0 16 0 r . . 5 6 5 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x090 0 tc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None
    0x091 0 tc 0 16 0 r y . 5 6 5 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x092 0 tc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None
    0x093 0 tc 0 16 0 r y . 5 6 5 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x094 0 tc 0 16 0 r . . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
    0x095 0 tc 0 16 0 r . . 5 6 5 0 . . 0 16 0 16 16 16 0 0 0 Slow
    0x096 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
    0x097 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 16 16 16 0 0 0 Slow
    0x098 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
    0x099 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 16 16 16 0 0 0 Slow
    0x09a 0 tc 0 16 0 r . . 5 6 5 0 . . 0 24 0 0 0 0 0 0 0 None
    0x09b 0 tc 0 16 0 r . . 5 6 5 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x09c 0 tc 0 16 0 r y . 5 6 5 0 . . 0 24 0 0 0 0 0 0 0 None
    0x09d 0 tc 0 16 0 r y . 5 6 5 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x09e 0 tc 0 16 0 r y . 5 6 5 0 . . 0 24 0 0 0 0 0 0 0 None
    0x09f 0 tc 0 16 0 r y . 5 6 5 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x0a0 0 tc 0 16 0 r . . 5 6 5 0 . . 0 24 8 0 0 0 0 0 0 None
    0x0a1 0 tc 0 16 0 r . . 5 6 5 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x0a2 0 tc 0 16 0 r y . 5 6 5 0 . . 0 24 8 0 0 0 0 0 0 None
    0x0a3 0 tc 0 16 0 r y . 5 6 5 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x0a4 0 tc 0 16 0 r y . 5 6 5 0 . . 0 24 8 0 0 0 0 0 0 None
    0x0a5 0 tc 0 16 0 r y . 5 6 5 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x0a6 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
    0x0a7 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow
    0x0a8 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
    0x0a9 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow
    0x0aa 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
    0x0ab 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow
    0x0ac 24 dc 0 32 0 r . . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None
    0x0ad 24 dc 0 32 0 r . . 8 8 8 8 . . 0 16 0 16 16 16 16 0 0 Slow
    0x0ae 24 dc 0 32 0 r y . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None
    0x0af 24 dc 0 32 0 r y . 8 8 8 8 . . 0 16 0 16 16 16 16 0 0 Slow
    0x0b0 24 dc 0 32 0 r y . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None
    0x0b1 24 dc 0 32 0 r y . 8 8 8 8 . . 0 16 0 16 16 16 16 0 0 Slow
    0x0b2 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None
    0x0b3 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow
    0x0b4 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None
    0x0b5 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow
    0x0b6 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None
    0x0b7 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow
    0x0b8 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
    0x0b9 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
    0x0ba 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
    0x0bb 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
    0x0bc 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
    0x0bd 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
    0x0be 24 dc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
    0x0bf 24 dc 0 24 0 r . . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x0c0 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
    0x0c1 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x0c2 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
    0x0c3 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x0c4 24 dc 0 24 0 r . . 8 8 8 0 . . 0 16 0 0 0 0 0 0 0 None
    0x0c5 24 dc 0 24 0 r . . 8 8 8 0 . . 0 16 0 16 16 16 0 0 0 Slow
    0x0c6 24 dc 0 24 0 r y . 8 8 8 0 . . 0 16 0 0 0 0 0 0 0 None
    0x0c7 24 dc 0 24 0 r y . 8 8 8 0 . . 0 16 0 16 16 16 0 0 0 Slow
    0x0c8 24 dc 0 24 0 r y . 8 8 8 0 . . 0 16 0 0 0 0 0 0 0 None
    0x0c9 24 dc 0 24 0 r y . 8 8 8 0 . . 0 16 0 16 16 16 0 0 0 Slow
    0x0ca 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None
    0x0cb 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x0cc 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None
    0x0cd 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x0ce 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None
    0x0cf 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x0d0 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
    0x0d1 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x0d2 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
    0x0d3 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x0d4 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
    0x0d5 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x0d6 0 dc 0 16 0 r . . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None
    0x0d7 0 dc 0 16 0 r . . 5 6 5 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x0d8 0 dc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None
    0x0d9 0 dc 0 16 0 r y . 5 6 5 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x0da 0 dc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None
    0x0db 0 dc 0 16 0 r y . 5 6 5 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x0dc 0 dc 0 16 0 r . . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
    0x0dd 0 dc 0 16 0 r . . 5 6 5 0 . . 0 16 0 16 16 16 0 0 0 Slow
    0x0de 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
    0x0df 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 16 16 16 0 0 0 Slow
    0x0e0 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
    0x0e1 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 16 16 16 0 0 0 Slow
    0x0e2 0 dc 0 16 0 r . . 5 6 5 0 . . 0 24 0 0 0 0 0 0 0 None
    0x0e3 0 dc 0 16 0 r . . 5 6 5 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x0e4 0 dc 0 16 0 r y . 5 6 5 0 . . 0 24 0 0 0 0 0 0 0 None
    0x0e5 0 dc 0 16 0 r y . 5 6 5 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x0e6 0 dc 0 16 0 r y . 5 6 5 0 . . 0 24 0 0 0 0 0 0 0 None
    0x0e7 0 dc 0 16 0 r y . 5 6 5 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x0e8 0 dc 0 16 0 r . . 5 6 5 0 . . 0 24 8 0 0 0 0 0 0 None
    0x0e9 0 dc 0 16 0 r . . 5 6 5 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x0ea 0 dc 0 16 0 r y . 5 6 5 0 . . 0 24 8 0 0 0 0 0 0 None
    0x0eb 0 dc 0 16 0 r y . 5 6 5 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x0ec 0 dc 0 16 0 r y . 5 6 5 0 . . 0 24 8 0 0 0 0 0 0 None
    0x0ed 0 dc 0 16 0 r y . 5 6 5 0 . . 0 24 8 16 16 16 0 0 0 Slow
    The 20-radeon.conf for my xorg-server setting:
    ection "Module"
    Load "dri2"
    Load "glamoregl"
    EndSection
    Section "Device"
    Identifier "Radeon"
    Driver "radeon"
    # Option "RenderAccel" "on"
    # Option "AccelMethod" "glamor"
    # Option "EnablePageFlip" "on"
    # Option "ColorTiling" "off"
    # Option "ColorTiling2D" "on"
    # Option "SWcursor" "off"
    # Option "SwapbuffersWait" "on"
    EndSection
    It seems my graphics card can not handle ColorTiling (i get a very pixelated image).
    KMS is enabled.
    At the official feature matrix of the open source driver you might see something which is causing my problems which I am not able to notice because my lack of understanding it (HD7870 is S(outhern).Islands).
    Also I tried to install the proprietary driver of amd from the aur.
    The problem is that this package has this dependency
    xorg-server<1.14.0
    which makes it unuseable for me.
    So i edited the PKGBUILD to accept my xorg-server 1.14.2 (do not judge me ).
    I run
    aticonfig --initial=dual-head
    and rebooted.
    Hardly anything worked (most programs would not start).
    So I reinstalled the open source driver.
    Hopefully someone can help me with this problem... I do not mind installing the proprietary driver if it works.
    Kind regards,
    0d680e5e4832d76f6930b14a2098c6a2c31017ebb2dbaedcf07a3d43eaefaf9b663ad79083ee3436e5f3a8d60d046d5c7ee7d986d727e94bbedfd0d085507fed
    For the horde!
    Last edited by whirlpool (2013-08-17 20:49:12)

    whirlpool wrote:
    Thank you for your help Thaodan.
    Sometimes I miss the utterly easiness of installing something on my windows machine :'( .
    As far as I have read one has to wait for a new release of the proprietary driver, which supports xorg-server 1.14.XY, or to downgrade the xorg-server to the last supported version, which is xorg-server 1.13.XY (and sounds rather painfull).
    xorg-server 1.14.0 was released  on 2013-05-05... three and a half months and no new driver to support it... I am really dissapointed (seems like nvidia does not depend on xorg-server versions... why?).
    Concerning your advice about the patch for wine:
    I have downloaded this patch and cloned the source files from the git repository.
    Do I have to apply the patch manually?
    What has to be done next?
    The instructions of the readme would not work because of the missing 32 bit development libraries:
    ./tools/wineinstall
    Wine Installer v1.0
    Warning !! wine binary (still) found, which may indicate
    a (conflicting) previous installation.
    You might want to abort and uninstall Wine first.
    (If you previously tried to install from source manually,
    run 'make uninstall' from the wine root directory)
    We need to install Wine as the root user. Do you want us to build Wine,
    'su root' and install Wine? Enter 'no' to build Wine without installing:
    (yes/no) no
    Running configure...
    checking build system type... x86_64-unknown-linux-gnu
    checking host system type... x86_64-unknown-linux-gnu
    checking whether make sets $(MAKE)... yes
    checking for gcc... gcc
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking for g++... g++
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking for cpp... cpp
    checking whether gcc -m32 works... no
    configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.
    Configure failed, aborting install.
    How do I get those libraries (nothing found :-( )?
    Your PKGBUILD requests a wine.install file... where do I find it?
    You have to install gcc-multilib and such.
    the wine.install is inclued in the same dir of my repo. I made a src package so you don't have to pull my whole git repo: https://dl.dropboxusercontent.com/u/172 … src.tar.gz

  • [SOLVED] Mobility Radeon HD 5400 Series with xf86-video-ati

    I have an hp laptop with the following VGA Devices:
    00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02)
    01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Manhattan [Mobility Radeon HD 5400 Series]
    I installed:
    xf86-video-ati 1:7.0.0-1
    When I run:
    Xorg -configure
    I get:
    [ 8983.828] (EE)
    [ 8983.829] (EE) Backtrace:
    [ 8983.830] (EE) 0: Xorg (xorg_backtrace+0x36) [0x58a426]
    [ 8983.832] (EE) 1: Xorg (0x400000+0x18e279) [0x58e279]
    [ 8983.833] (EE) 2: /usr/lib/libpthread.so.0 (0x7f5ea78c8000+0xf1e0) [0x7f5ea78d71e0]
    [ 8983.834] (EE) 3: /usr/lib/xorg/modules/drivers/radeon_drv.so (0x7f5ea53e2000+0x41bd4) [0x7f5ea5423bd4]
    [ 8983.836] (EE) 4: Xorg (DoConfigure+0xdec) [0x46b15c]
    [ 8983.837] (EE) 5: Xorg (0x400000+0x7a728) [0x47a728]
    [ 8983.838] (EE) 6: Xorg (0x400000+0x26786) [0x426786]
    [ 8983.839] (EE) 7: /usr/lib/libc.so.6 (__libc_start_main+0xf5) [0x7f5ea654ca15]
    [ 8983.841] (EE) 8: Xorg (0x400000+0x26cad) [0x426cad]
    [ 8983.842] (EE)
    [ 8983.843] (EE) Segmentation fault at address 0x18
    [ 8983.847]
    Fatal server error:
    [ 8983.848] Caught signal 11 (Segmentation fault). Server aborting
    What did I tried:
    Using vesa instead --> gives me a flickering screen
    Using intel instead --> gives me a black screen
    Somebody an idea, what I can do?
    Last edited by haschibaschi (2013-01-23 21:25:23)

    Ok, I removed the packages
    xf86-video-intel xf86-video-vesa xf86-video-fbdev
    So its the xf86-video-ati, which is used.
    Here is my Xorg.0.log
    [ 9.006]
    X.Org X Server 1.13.2
    Release Date: 2013-01-24
    [ 9.006] X Protocol Version 11, Revision 0
    [ 9.006] Build Operating System: Linux 3.7.4-1-ARCH x86_64
    [ 9.006] Current Operating System: Linux flaptop 3.7.4-1-ARCH #1 SMP PREEMPT Mon Jan 21 23:05:29 CET 2013 x86_64
    [ 9.006] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=c40fce05-33ae-4a4d-aa51-21295185a22f ro quiet
    [ 9.006] Build Date: 25 January 2013 09:33:50AM
    [ 9.006]
    [ 9.006] Current version of pixman: 0.28.2
    [ 9.006] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 9.006] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 9.006] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan 26 00:26:38 2013
    [ 9.109] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 9.220] (==) No Layout section. Using the first Screen section.
    [ 9.220] (==) No screen section available. Using defaults.
    [ 9.220] (**) |-->Screen "Default Screen Section" (0)
    [ 9.220] (**) | |-->Monitor "<default monitor>"
    [ 9.221] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 9.221] (==) Automatically adding devices
    [ 9.221] (==) Automatically enabling devices
    [ 9.221] (==) Automatically adding GPU devices
    [ 9.326] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 9.326] Entry deleted from font path.
    [ 9.368] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 9.368] Entry deleted from font path.
    [ 9.368] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 9.368] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 9.368] Entry deleted from font path.
    [ 9.368] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 9.368] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 9.368] (**) ModulePath set to "/usr/lib/xorg/modules/updates,/usr/lib/xorg/modules"
    [ 9.368] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 9.368] (II) Loader magic: 0x7fcc40
    [ 9.368] (II) Module ABI versions:
    [ 9.368] X.Org ANSI C Emulation: 0.4
    [ 9.368] X.Org Video Driver: 13.1
    [ 9.368] X.Org XInput driver : 18.0
    [ 9.368] X.Org Server Extension : 7.0
    [ 9.368] (II) config/udev: Adding drm device (/dev/dri/card1)
    [ 9.369] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 9.371] (--) PCI:*(0:0:2:0) 8086:0046:103c:144a rev 2, Mem @ 0xc0000000/4194304, 0xb0000000/268435456, I/O @ 0x00005050/8
    [ 9.371] (--) PCI: (0:1:0:0) 1002:68e0:103c:144a rev 0, Mem @ 0xa0000000/268435456, 0xc4400000/131072, I/O @ 0x00004000/256, BIOS @ 0x????????/131072
    [ 9.371] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 9.384] Initializing built-in extension Generic Event Extension
    [ 9.384] Initializing built-in extension SHAPE
    [ 9.384] Initializing built-in extension MIT-SHM
    [ 9.384] Initializing built-in extension XInputExtension
    [ 9.384] Initializing built-in extension XTEST
    [ 9.384] Initializing built-in extension BIG-REQUESTS
    [ 9.384] Initializing built-in extension SYNC
    [ 9.384] Initializing built-in extension XKEYBOARD
    [ 9.384] Initializing built-in extension XC-MISC
    [ 9.385] Initializing built-in extension SECURITY
    [ 9.385] Initializing built-in extension XINERAMA
    [ 9.385] Initializing built-in extension XFIXES
    [ 9.385] Initializing built-in extension RENDER
    [ 9.385] Initializing built-in extension RANDR
    [ 9.385] Initializing built-in extension COMPOSITE
    [ 9.385] Initializing built-in extension DAMAGE
    [ 9.385] Initializing built-in extension MIT-SCREEN-SAVER
    [ 9.385] Initializing built-in extension DOUBLE-BUFFER
    [ 9.385] Initializing built-in extension RECORD
    [ 9.385] Initializing built-in extension DPMS
    [ 9.385] Initializing built-in extension X-Resource
    [ 9.385] Initializing built-in extension XVideo
    [ 9.385] Initializing built-in extension XVideo-MotionCompensation
    [ 9.385] Initializing built-in extension XFree86-VidModeExtension
    [ 9.385] Initializing built-in extension XFree86-DGA
    [ 9.385] Initializing built-in extension XFree86-DRI
    [ 9.385] Initializing built-in extension DRI2
    [ 9.385] (II) LoadModule: "glx"
    [ 9.439] (II) Loading /usr/lib/xorg/modules/updates/extensions/libglx.so
    [ 9.497] (II) Module glx: vendor="Advanced Micro Devices, Inc."
    [ 9.497] compiled for 6.9.0, module version = 1.0.0
    [ 9.498] Loading extension GLX
    [ 9.498] (==) Matched intel as autoconfigured driver 0
    [ 9.498] (==) Matched ati as autoconfigured driver 1
    [ 9.498] (==) Matched intel as autoconfigured driver 2
    [ 9.498] (==) Matched vesa as autoconfigured driver 3
    [ 9.498] (==) Matched modesetting as autoconfigured driver 4
    [ 9.498] (==) Matched fbdev as autoconfigured driver 5
    [ 9.498] (==) Assigned the driver to the xf86ConfigLayout
    [ 9.498] (II) LoadModule: "intel"
    [ 9.544] (WW) Warning, couldn't open module intel
    [ 9.544] (II) UnloadModule: "intel"
    [ 9.544] (II) Unloading intel
    [ 9.544] (EE) Failed to load module "intel" (module does not exist, 0)
    [ 9.544] (II) LoadModule: "ati"
    [ 9.545] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 9.558] (II) Module ati: vendor="X.Org Foundation"
    [ 9.558] compiled for 1.13.0, module version = 7.0.0
    [ 9.558] Module class: X.Org Video Driver
    [ 9.558] ABI class: X.Org Video Driver, version 13.0
    [ 9.558] (II) LoadModule: "radeon"
    [ 9.559] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 9.640] (II) Module radeon: vendor="X.Org Foundation"
    [ 9.641] compiled for 1.13.0, module version = 7.0.0
    [ 9.641] Module class: X.Org Video Driver
    [ 9.641] ABI class: X.Org Video Driver, version 13.0
    [ 9.641] (II) LoadModule: "vesa"
    [ 9.641] (WW) Warning, couldn't open module vesa
    [ 9.641] (II) UnloadModule: "vesa"
    [ 9.641] (II) Unloading vesa
    [ 9.641] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 9.641] (II) LoadModule: "modesetting"
    [ 9.641] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 9.650] (II) Module modesetting: vendor="X.Org Foundation"
    [ 9.650] compiled for 1.13.1, module version = 0.6.0
    [ 9.650] Module class: X.Org Video Driver
    [ 9.650] ABI class: X.Org Video Driver, version 13.1
    [ 9.650] (II) LoadModule: "fbdev"
    [ 9.651] (WW) Warning, couldn't open module fbdev
    [ 9.651] (II) UnloadModule: "fbdev"
    [ 9.651] (II) Unloading fbdev
    [ 9.651] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 9.651] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
    ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
    ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
    ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
    CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
    BARTS, BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, PITCAIRN, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE
    [ 9.655] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 9.655] (++) using VT number 7
    [ 9.670] (II) [KMS] Kernel modesetting enabled.
    [ 9.670] (II) modesetting(0): using drv /dev/dri/card0
    [ 9.670] (II) modesetting(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 9.670] (==) modesetting(0): Depth 24, (==) framebuffer bpp 32
    [ 9.670] (==) modesetting(0): RGB weight 888
    [ 9.670] (==) modesetting(0): Default visual is TrueColor
    [ 9.670] (II) modesetting(0): ShadowFB: preferred YES, enabled YES
    [ 9.670] (II) modesetting(0): Output LVDS-0 has no monitor section
    [ 9.683] (II) modesetting(0): Output VGA-0 has no monitor section
    [ 9.683] (II) modesetting(0): EDID for output LVDS-0
    [ 9.683] (II) modesetting(0): Manufacturer: AUO Model: 22ec Serial#: 0
    [ 9.683] (II) modesetting(0): Year: 2009 Week: 1
    [ 9.683] (II) modesetting(0): EDID Version: 1.3
    [ 9.683] (II) modesetting(0): Digital Display Input
    [ 9.683] (II) modesetting(0): Max Image Size [cm]: horiz.: 34 vert.: 19
    [ 9.683] (II) modesetting(0): Gamma: 2.20
    [ 9.683] (II) modesetting(0): No DPMS capabilities specified
    [ 9.683] (II) modesetting(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 9.683] (II) modesetting(0): First detailed timing is preferred mode
    [ 9.683] (II) modesetting(0): redX: 0.620 redY: 0.340 greenX: 0.330 greenY: 0.570
    [ 9.683] (II) modesetting(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
    [ 9.683] (II) modesetting(0): Manufacturer's mask: 0
    [ 9.683] (II) modesetting(0): Supported detailed timing:
    [ 9.683] (II) modesetting(0): clock: 69.3 MHz Image Size: 344 x 193 mm
    [ 9.683] (II) modesetting(0): h_active: 1366 h_sync: 1398 h_sync_end 1422 h_blank_end 1432 h_border: 0
    [ 9.683] (II) modesetting(0): v_active: 768 v_sync: 771 v_sync_end 775 v_blanking: 806 v_border: 0
    [ 9.684] (II) modesetting(0): Unknown vendor-specific block f
    [ 9.684] (II) modesetting(0): AUO
    [ 9.684] (II) modesetting(0): B156XW02 V2
    [ 9.684] (II) modesetting(0): EDID (in hex):
    [ 9.684] (II) modesetting(0): 00ffffffffffff0006afec2200000000
    [ 9.684] (II) modesetting(0): 01130103802213780ac8959e57549226
    [ 9.684] (II) modesetting(0): 0f505400000001010101010101010101
    [ 9.684] (II) modesetting(0): 010101010101121b5642500026302018
    [ 9.684] (II) modesetting(0): 340058c1100000180000000f00000000
    [ 9.684] (II) modesetting(0): 00000000000000000020000000fe0041
    [ 9.684] (II) modesetting(0): 554f0a202020202020202020000000fe
    [ 9.684] (II) modesetting(0): 004231353658573032205632200a00c0
    [ 9.684] (II) modesetting(0): Printing probed modes for output LVDS-0
    [ 9.684] (II) modesetting(0): Modeline "1366x768"x60.0 69.30 1366 1398 1422 1432 768 771 775 806 -hsync -vsync (48.4 kHz eP)
    [ 9.697] (II) modesetting(0): EDID for output VGA-0
    [ 9.697] (II) modesetting(0): Output LVDS-0 connected
    [ 9.697] (II) modesetting(0): Output VGA-0 disconnected
    [ 9.697] (II) modesetting(0): Using exact sizes for initial modes
    [ 9.697] (II) modesetting(0): Output LVDS-0 using initial mode 1366x768
    [ 9.697] (II) modesetting(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 9.697] (==) modesetting(0): DPI set to (96, 96)
    [ 9.697] (II) Loading sub module "fb"
    [ 9.697] (II) LoadModule: "fb"
    [ 9.697] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 9.730] (II) Module fb: vendor="X.Org Foundation"
    [ 9.730] compiled for 1.13.2, module version = 1.0.0
    [ 9.730] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 9.730] (II) Loading sub module "shadow"
    [ 9.730] (II) LoadModule: "shadow"
    [ 9.730] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [ 9.744] (II) Module shadow: vendor="X.Org Foundation"
    [ 9.744] compiled for 1.13.2, module version = 1.1.0
    [ 9.744] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 9.744] (==) RADEON(G0): Depth 24, (--) framebuffer bpp 32
    [ 9.744] (II) RADEON(G0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 9.744] (==) RADEON(G0): Default visual is TrueColor
    [ 9.744] (==) RADEON(G0): RGB weight 888
    [ 9.744] (II) RADEON(G0): Using 8 bits per RGB (8 bit DAC)
    [ 9.744] (--) RADEON(G0): Chipset: "ATI Mobility Radeon HD 5000 Series" (ChipID = 0x68e0)
    [ 9.745] (II) Loading sub module "dri2"
    [ 9.745] (II) LoadModule: "dri2"
    [ 9.745] (II) Module "dri2" already built-in
    [ 9.745] (II) Loading sub module "exa"
    [ 9.745] (II) LoadModule: "exa"
    [ 9.745] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 9.762] (II) Module exa: vendor="X.Org Foundation"
    [ 9.762] compiled for 1.13.2, module version = 2.6.0
    [ 9.762] ABI class: X.Org Video Driver, version 13.1
    [ 9.762] (II) RADEON(G0): KMS Color Tiling: enabled
    [ 9.762] (II) RADEON(G0): KMS Color Tiling 2D: enabled
    [ 9.762] (II) RADEON(G0): KMS Pageflipping: enabled
    [ 9.762] (II) RADEON(G0): SwapBuffers wait for vsync: enabled
    [ 9.765] (II) RADEON(G0): Output LVDS-1 has no monitor section
    [ 9.767] (II) RADEON(G0): Output HDMI-0 has no monitor section
    [ 9.893] (II) RADEON(G0): Output VGA-1 has no monitor section
    [ 9.896] (II) RADEON(G0): EDID for output LVDS-1
    [ 9.896] (II) RADEON(G0): Printing probed modes for output LVDS-1
    [ 9.896] (II) RADEON(G0): Modeline "1366x768"x60.0 69.30 1366 1398 1422 1432 768 771 775 806 -hsync -vsync (48.4 kHz eP)
    [ 9.896] (II) RADEON(G0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz)
    [ 9.896] (II) RADEON(G0): Modeline "1152x768"x59.8 71.75 1152 1216 1328 1504 768 771 781 798 -hsync +vsync (47.7 kHz)
    [ 9.896] (II) RADEON(G0): Modeline "1024x768"x59.9 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync (47.8 kHz)
    [ 9.896] (II) RADEON(G0): Modeline "800x600"x59.9 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync (37.4 kHz)
    [ 9.896] (II) RADEON(G0): Modeline "848x480"x59.7 31.50 848 872 952 1056 480 483 493 500 -hsync +vsync (29.8 kHz)
    [ 9.896] (II) RADEON(G0): Modeline "720x480"x59.7 26.75 720 744 808 896 480 483 493 500 -hsync +vsync (29.9 kHz)
    [ 9.896] (II) RADEON(G0): Modeline "640x480"x59.4 23.75 640 664 720 800 480 483 487 500 -hsync +vsync (29.7 kHz)
    [ 9.899] (II) RADEON(G0): EDID for output HDMI-0
    [ 10.023] (II) RADEON(G0): EDID for output VGA-1
    [ 10.023] (II) RADEON(G0): Output LVDS-1 connected
    [ 10.023] (II) RADEON(G0): Output HDMI-0 disconnected
    [ 10.023] (II) RADEON(G0): Output VGA-1 disconnected
    [ 10.023] (II) RADEON(G0): Using exact sizes for initial modes
    [ 10.023] (II) RADEON(G0): Output LVDS-1 using initial mode 1366x768
    [ 10.023] (II) RADEON(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 10.023] (II) RADEON(G0): mem size init: gart size :1fdff000 vram size: s:20000000 visible:fba0000
    [ 10.023] (II) RADEON(G0): EXA: Driver will allow EXA pixmaps in VRAM
    [ 10.024] (==) RADEON(G0): DPI set to (96, 96)
    [ 10.024] (II) Loading sub module "fb"
    [ 10.024] (II) LoadModule: "fb"
    [ 10.024] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 10.024] (II) Module fb: vendor="X.Org Foundation"
    [ 10.024] compiled for 1.13.2, module version = 1.0.0
    [ 10.024] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 10.024] (II) Loading sub module "ramdac"
    [ 10.024] (II) LoadModule: "ramdac"
    [ 10.024] (II) Module "ramdac" already built-in
    [ 10.024] (==) Depth 24 pixmap format is 32 bpp
    [ 10.037] (II) RADEON(G0): [DRI2] Setup complete
    [ 10.037] (II) RADEON(G0): [DRI2] DRI driver: r600
    [ 10.037] (II) RADEON(G0): [DRI2] VDPAU driver: r600
    [ 10.037] (II) RADEON(G0): Front buffer size: 4128K
    [ 10.037] (II) RADEON(G0): VRAM usage limit set to 228182K
    [ 10.048] (==) RADEON(G0): Backing store disabled
    [ 10.048] (II) RADEON(G0): Direct rendering enabled
    [ 10.048] (II) RADEON(G0): Setting EXA maxPitchBytes
    [ 10.048] (II) EXA(256): Driver allocated offscreen pixmaps
    [ 10.048] (II) EXA(256): Driver registered support for the following operations:
    [ 10.048] (II) Solid
    [ 10.048] (II) Copy
    [ 10.048] (II) Composite (RENDER acceleration)
    [ 10.048] (II) UploadToScreen
    [ 10.048] (II) DownloadFromScreen
    [ 10.048] (II) RADEON(G0): Acceleration enabled
    [ 10.048] (==) RADEON(G0): DPMS enabled
    [ 10.048] (==) RADEON(G0): Silken mouse enabled
    [ 10.049] (II) RADEON(G0): Set up textured video
    [ 10.049] (II) RADEON(G0): [XvMC] Associated with Radeon Textured Video.
    [ 10.049] (II) RADEON(G0): [XvMC] Extension initialized.
    [ 10.049] (II) RADEON(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 10.056] (==) modesetting(0): Backing store disabled
    [ 10.056] (==) modesetting(0): Silken mouse enabled
    [ 10.056] (II) modesetting(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 10.056] (==) modesetting(0): DPMS enabled
    [ 10.080] (--) RandR disabled
    [ 10.100] (EE) GLX error: Can not get required symbols.
    [ 10.100] (II) modesetting(0): Damage tracking initialized
    [ 10.100] (II) modesetting(0): Setting screen physical size to 361 x 203
    [ 10.428] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 10.428] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 10.428] (II) LoadModule: "evdev"
    [ 10.429] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 10.498] (II) Module evdev: vendor="X.Org Foundation"
    [ 10.498] compiled for 1.13.0, module version = 2.7.3
    [ 10.498] Module class: X.Org XInput Driver
    [ 10.498] ABI class: X.Org XInput driver, version 18.0
    [ 10.498] (II) Using input driver 'evdev' for 'Power Button'
    [ 10.498] (**) Power Button: always reports core events
    [ 10.498] (**) evdev: Power Button: Device: "/dev/input/event4"
    [ 10.498] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 10.498] (--) evdev: Power Button: Found keys
    [ 10.498] (II) evdev: Power Button: Configuring as keyboard
    [ 10.498] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
    [ 10.498] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 10.498] (**) Option "xkb_rules" "evdev"
    [ 10.498] (**) Option "xkb_model" "evdev"
    [ 10.498] (**) Option "xkb_layout" "ch"
    [ 10.498] (**) Option "xkb_variant" "de"
    [ 10.547] (II) config/udev: Adding input device Video Bus (/dev/input/event14)
    [ 10.547] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 10.547] (II) Using input driver 'evdev' for 'Video Bus'
    [ 10.548] (**) Video Bus: always reports core events
    [ 10.548] (**) evdev: Video Bus: Device: "/dev/input/event14"
    [ 10.548] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 10.548] (--) evdev: Video Bus: Found keys
    [ 10.548] (II) evdev: Video Bus: Configuring as keyboard
    [ 10.548] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input14/event14"
    [ 10.548] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 10.548] (**) Option "xkb_rules" "evdev"
    [ 10.548] (**) Option "xkb_model" "evdev"
    [ 10.548] (**) Option "xkb_layout" "ch"
    [ 10.548] (**) Option "xkb_variant" "de"
    [ 10.548] (II) config/udev: Adding input device Video Bus (/dev/input/event15)
    [ 10.548] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 10.548] (II) Using input driver 'evdev' for 'Video Bus'
    [ 10.548] (**) Video Bus: always reports core events
    [ 10.548] (**) evdev: Video Bus: Device: "/dev/input/event15"
    [ 10.548] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 10.548] (--) evdev: Video Bus: Found keys
    [ 10.548] (II) evdev: Video Bus: Configuring as keyboard
    [ 10.548] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:10/LNXVIDEO:02/input/input15/event15"
    [ 10.548] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
    [ 10.548] (**) Option "xkb_rules" "evdev"
    [ 10.548] (**) Option "xkb_model" "evdev"
    [ 10.548] (**) Option "xkb_layout" "ch"
    [ 10.548] (**) Option "xkb_variant" "de"
    [ 10.549] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 10.549] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 10.549] (II) Using input driver 'evdev' for 'Power Button'
    [ 10.549] (**) Power Button: always reports core events
    [ 10.549] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 10.549] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 10.549] (--) evdev: Power Button: Found keys
    [ 10.549] (II) evdev: Power Button: Configuring as keyboard
    [ 10.549] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
    [ 10.549] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
    [ 10.549] (**) Option "xkb_rules" "evdev"
    [ 10.549] (**) Option "xkb_model" "evdev"
    [ 10.549] (**) Option "xkb_layout" "ch"
    [ 10.549] (**) Option "xkb_variant" "de"
    [ 10.549] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
    [ 10.549] (II) No input driver specified, ignoring this device.
    [ 10.549] (II) This device may have been added with another device file.
    [ 10.549] (II) config/udev: Adding drm device (/dev/dri/card1)
    [ 10.550] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event13)
    [ 10.550] (II) No input driver specified, ignoring this device.
    [ 10.550] (II) This device may have been added with another device file.
    [ 10.550] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 10.550] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event10)
    [ 10.550] (II) No input driver specified, ignoring this device.
    [ 10.550] (II) This device may have been added with another device file.
    [ 10.551] (II) config/udev: Adding input device HDA Intel MID Mic (/dev/input/event11)
    [ 10.551] (II) No input driver specified, ignoring this device.
    [ 10.551] (II) This device may have been added with another device file.
    [ 10.551] (II) config/udev: Adding input device HDA Intel MID Front Headphone (/dev/input/event12)
    [ 10.551] (II) No input driver specified, ignoring this device.
    [ 10.551] (II) This device may have been added with another device file.
    [ 10.552] (II) config/udev: Adding input device Acrox USB & PS/2 Mouse (/dev/input/event9)
    [ 10.552] (**) Acrox USB & PS/2 Mouse: Applying InputClass "evdev pointer catchall"
    [ 10.552] (II) Using input driver 'evdev' for 'Acrox USB & PS/2 Mouse'
    [ 10.552] (**) Acrox USB & PS/2 Mouse: always reports core events
    [ 10.552] (**) evdev: Acrox USB & PS/2 Mouse: Device: "/dev/input/event9"
    [ 10.552] (--) evdev: Acrox USB & PS/2 Mouse: Vendor 0xf62 Product 0x1001
    [ 10.552] (--) evdev: Acrox USB & PS/2 Mouse: Found 9 mouse buttons
    [ 10.552] (--) evdev: Acrox USB & PS/2 Mouse: Found scroll wheel(s)
    [ 10.552] (--) evdev: Acrox USB & PS/2 Mouse: Found relative axes
    [ 10.552] (--) evdev: Acrox USB & PS/2 Mouse: Found x and y relative axes
    [ 10.552] (II) evdev: Acrox USB & PS/2 Mouse: Configuring as mouse
    [ 10.552] (II) evdev: Acrox USB & PS/2 Mouse: Adding scrollwheel support
    [ 10.552] (**) evdev: Acrox USB & PS/2 Mouse: YAxisMapping: buttons 4 and 5
    [ 10.552] (**) evdev: Acrox USB & PS/2 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 10.552] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/input/input9/event9"
    [ 10.553] (II) XINPUT: Adding extended input device "Acrox USB & PS/2 Mouse" (type: MOUSE, id 10)
    [ 10.553] (II) evdev: Acrox USB & PS/2 Mouse: initialized for relative axes.
    [ 10.553] (**) Acrox USB & PS/2 Mouse: (accel) keeping acceleration scheme 1
    [ 10.553] (**) Acrox USB & PS/2 Mouse: (accel) acceleration profile 0
    [ 10.553] (**) Acrox USB & PS/2 Mouse: (accel) acceleration factor: 2.000
    [ 10.553] (**) Acrox USB & PS/2 Mouse: (accel) acceleration threshold: 4
    [ 10.554] (II) config/udev: Adding input device Acrox USB & PS/2 Mouse (/dev/input/mouse1)
    [ 10.554] (II) No input driver specified, ignoring this device.
    [ 10.554] (II) This device may have been added with another device file.
    [ 10.554] (II) config/udev: Adding input device 2SF022 (/dev/input/event8)
    [ 10.554] (**) 2SF022: Applying InputClass "evdev keyboard catchall"
    [ 10.554] (II) Using input driver 'evdev' for '2SF022'
    [ 10.554] (**) 2SF022: always reports core events
    [ 10.554] (**) evdev: 2SF022: Device: "/dev/input/event8"
    [ 10.554] (--) evdev: 2SF022: Vendor 0xbda Product 0x5801
    [ 10.554] (--) evdev: 2SF022: Found keys
    [ 10.555] (II) evdev: 2SF022: Configuring as keyboard
    [ 10.555] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/input/input8/event8"
    [ 10.555] (II) XINPUT: Adding extended input device "2SF022" (type: KEYBOARD, id 11)
    [ 10.555] (**) Option "xkb_rules" "evdev"
    [ 10.555] (**) Option "xkb_model" "evdev"
    [ 10.555] (**) Option "xkb_layout" "ch"
    [ 10.555] (**) Option "xkb_variant" "de"
    [ 10.556] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 10.556] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 10.556] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 10.556] (**) AT Translated Set 2 keyboard: always reports core events
    [ 10.556] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 10.556] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 10.556] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 10.556] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 10.556] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 10.556] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
    [ 10.556] (**) Option "xkb_rules" "evdev"
    [ 10.556] (**) Option "xkb_model" "evdev"
    [ 10.556] (**) Option "xkb_layout" "ch"
    [ 10.556] (**) Option "xkb_variant" "de"
    [ 10.557] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event7)
    [ 10.557] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 10.557] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 10.557] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 10.557] (II) LoadModule: "synaptics"
    [ 10.557] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 10.705] (II) Module synaptics: vendor="X.Org Foundation"
    [ 10.705] compiled for 1.13.1, module version = 1.6.2
    [ 10.705] Module class: X.Org XInput Driver
    [ 10.705] ABI class: X.Org XInput driver, version 18.0
    [ 10.705] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 10.705] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 10.705] (**) Option "Device" "/dev/input/event7"
    [ 10.720] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
    [ 10.720] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
    [ 10.720] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5672
    [ 10.720] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4550
    [ 10.720] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 10.720] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 10.720] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
    [ 10.720] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 10.720] (**) Option "TapButton1" "1"
    [ 10.720] (**) Option "TapButton2" "2"
    [ 10.720] (**) Option "TapButton3" "3"
    [ 10.720] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
    [ 10.720] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 10.720] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 10.726] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event7"
    [ 10.727] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
    [ 10.727] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 10.727] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
    [ 10.727] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.038
    [ 10.727] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 10.727] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 10.727] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 10.727] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 10.727] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 10.728] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 10.728] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 10.728] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event6)
    [ 10.728] (II) No input driver specified, ignoring this device.
    [ 10.728] (II) This device may have been added with another device file.
    [ 10.729] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/js0)
    [ 10.729] (II) No input driver specified, ignoring this device.
    [ 10.729] (II) This device may have been added with another device file.
    [ 10.729] (II) config/udev: Adding input device PC Speaker (/dev/input/event1)
    [ 10.729] (II) No input driver specified, ignoring this device.
    [ 10.729] (II) This device may have been added with another device file.
    [ 10.730] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event5)
    [ 10.730] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 10.731] (II) Using input driver 'evdev' for 'HP WMI hotkeys'
    [ 10.731] (**) HP WMI hotkeys: always reports core events
    [ 10.731] (**) evdev: HP WMI hotkeys: Device: "/dev/input/event5"
    [ 10.731] (--) evdev: HP WMI hotkeys: Vendor 0 Product 0
    [ 10.731] (--) evdev: HP WMI hotkeys: Found keys
    [ 10.731] (II) evdev: HP WMI hotkeys: Configuring as keyboard
    [ 10.731] (**) Option "config_info" "udev:/sys/devices/virtual/input/input5/event5"
    [ 10.731] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 14)
    [ 10.731] (**) Option "xkb_rules" "evdev"
    [ 10.731] (**) Option "xkb_model" "evdev"
    [ 10.731] (**) Option "xkb_layout" "ch"
    [ 10.731] (**) Option "xkb_variant" "de"
    Between why I installed the mentioned packages was, cause I'v seen these log entries in the Xorg.0.log:
    (EE) Failed to load module "xxxx" (module does not exist, 0)
    Can somebody explain what happens here.

  • Xf86-video-ati (6.13.2-2 - 6.14.0-1) makes xorg unusable *workaround*

    Yesterday, I have upgraded the system by running pacman -Suy.
    The following packages were updated:
    [2011-02-07 13:20] Running 'pacman -Suy'
    [2011-02-07 13:20] synchronizing package lists
    [2011-02-07 13:20] starting full system upgrade
    [2011-02-07 13:25] upgraded babl (0.1.2-1 -> 0.1.4-1)
    [2011-02-07 13:26] upgraded xf86-video-ati (6.13.2-2 -> 6.14.0-1)
    [2011-02-07 13:26] upgraded xorg-font-utils (7.5-2 -> 7.6-1)
    [2011-02-07 13:26] upgraded xorg-server-common (1.9.3.901-1 -> 1.9.4-1)
    [2011-02-07 13:26] upgraded xorg-server (1.9.3.901-1 -> 1.9.4-1)
    [2011-02-07 13:26] upgraded xorg-twm (1.0.4-3 -> 1.0.6-1)
    [2011-02-07 13:26] upgraded xorg-x11perf (1.5.2-1 -> 1.5.3-1)
    [2011-02-07 13:26] upgraded xorg-xrdb (1.0.7-1 -> 1.0.8-1)
    [2011-02-07 13:26] upgraded xz (5.0.0-1 -> 5.0.1-1)
    Steps to repeat the problem:
    startx
    opening xterm, aterm or eterm
    output: http://i.imgur.com/midmJ.jpg
    xorg cannot be used after and must be killed
    However, after downgrading to xf86-video-ati-6.13.2-2 the problem goes away.
    [2011-02-08 12:02] Running 'pacman -U xf86-video-ati-6.13.2-2-i686.pkg.tar.xz'
    [2011-02-08 12:02] upgraded xf86-video-ati (6.14.0-1 -> 6.13.2-2)
    uname -a
    Linux p4p 2.6.37-ARCH #1 SMP PREEMPT Sat Jan 29 19:40:04 UTC 2011 i686 Intel(R) Pentium(R) 4 CPU 2.66GHz GenuineIntel GNU/Linux
    My WM:
    openbox
    My video card:
    01:00.0 VGA compatible controller: ATI Technologies Inc RV350 AS [Radeon 9550]
    My /var/log/Xorg.0.log
    [ 1302.095]
    X.Org X Server 1.9.4
    Release Date: 2011-02-04
    [ 1302.129] X Protocol Version 11, Revision 0
    [ 1302.140] Build Operating System: Linux 2.6.37-ARCH i686
    [ 1302.151] Current Operating System: Linux p4p 2.6.37-ARCH #1 SMP PREEMPT Sat Jan 29 19:40:04 UTC 2011 i686
    [ 1302.162] Kernel command line: root=/dev/disk/by-uuid/dea62964-2117-4cf5-9a9e-478131fe3cd8 ro
    [ 1302.173] Build Date: 04 February 2011 09:39:45PM
    [ 1302.184]
    [ 1302.194] Current version of pixman: 0.20.2
    [ 1302.205] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 1302.224] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 1302.254] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Feb 8 12:02:52 2011
    [ 1302.264] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 1302.273] (==) No Layout section. Using the first Screen section.
    [ 1302.273] (==) No screen section available. Using defaults.
    [ 1302.273] (**) |-->Screen "Default Screen Section" (0)
    [ 1302.273] (**) | |-->Monitor "<default monitor>"
    [ 1302.274] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 1302.274] (==) Automatically adding devices
    [ 1302.274] (==) Automatically enabling devices
    [ 1302.274] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 1302.274] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 1302.274] (**) Extension "Composite" is disabled
    [ 1302.274] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 1302.274] (II) Loader magic: 0x81f3040
    [ 1302.274] (II) Module ABI versions:
    [ 1302.274] X.Org ANSI C Emulation: 0.4
    [ 1302.274] X.Org Video Driver: 8.0
    [ 1302.274] X.Org XInput driver : 11.0
    [ 1302.274] X.Org Server Extension : 4.0
    [ 1302.275] (--) PCI:*(0:1:0:0) 1002:4153:1002:0402 rev 0, Mem @ 0xe0000000/268435456, 0xb7800000/65536, I/O @ 0x0000d800/256, BIOS @ 0x????????/131072
    [ 1302.275] (--) PCI: (0:1:0:1) 1002:4173:1002:0403 rev 0, Mem @ 0xc0000000/268435456, 0xb7000000/65536
    [ 1302.275] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 1302.275] (II) LoadModule: "extmod"
    [ 1302.276] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 1302.276] (II) Module extmod: vendor="X.Org Foundation"
    [ 1302.276] compiled for 1.9.4, module version = 1.0.0
    [ 1302.276] Module class: X.Org Server Extension
    [ 1302.276] ABI class: X.Org Server Extension, version 4.0
    [ 1302.276] (II) Loading extension MIT-SCREEN-SAVER
    [ 1302.276] (II) Loading extension XFree86-VidModeExtension
    [ 1302.276] (II) Loading extension XFree86-DGA
    [ 1302.276] (II) Loading extension DPMS
    [ 1302.276] (II) Loading extension XVideo
    [ 1302.276] (II) Loading extension XVideo-MotionCompensation
    [ 1302.276] (II) Loading extension X-Resource
    [ 1302.276] (II) LoadModule: "dbe"
    [ 1302.276] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 1302.276] (II) Module dbe: vendor="X.Org Foundation"
    [ 1302.276] compiled for 1.9.4, module version = 1.0.0
    [ 1302.276] Module class: X.Org Server Extension
    [ 1302.276] ABI class: X.Org Server Extension, version 4.0
    [ 1302.276] (II) Loading extension DOUBLE-BUFFER
    [ 1302.276] (II) LoadModule: "glx"
    [ 1302.276] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 1302.277] (II) Module glx: vendor="X.Org Foundation"
    [ 1302.277] compiled for 1.9.4, module version = 1.0.0
    [ 1302.277] ABI class: X.Org Server Extension, version 4.0
    [ 1302.277] (==) AIGLX enabled
    [ 1302.277] (II) Loading extension GLX
    [ 1302.277] (II) LoadModule: "record"
    [ 1302.277] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 1302.277] (II) Module record: vendor="X.Org Foundation"
    [ 1302.277] compiled for 1.9.4, module version = 1.13.0
    [ 1302.277] Module class: X.Org Server Extension
    [ 1302.277] ABI class: X.Org Server Extension, version 4.0
    [ 1302.277] (II) Loading extension RECORD
    [ 1302.277] (II) LoadModule: "dri"
    [ 1302.277] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 1302.277] (II) Module dri: vendor="X.Org Foundation"
    [ 1302.277] compiled for 1.9.4, module version = 1.0.0
    [ 1302.277] ABI class: X.Org Server Extension, version 4.0
    [ 1302.277] (II) Loading extension XFree86-DRI
    [ 1302.277] (II) LoadModule: "dri2"
    [ 1302.278] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 1302.278] (II) Module dri2: vendor="X.Org Foundation"
    [ 1302.278] compiled for 1.9.4, module version = 1.2.0
    [ 1302.278] ABI class: X.Org Server Extension, version 4.0
    [ 1302.278] (II) Loading extension DRI2
    [ 1302.278] (==) Matched ati as autoconfigured driver 0
    [ 1302.278] (==) Matched vesa as autoconfigured driver 1
    [ 1302.278] (==) Matched fbdev as autoconfigured driver 2
    [ 1302.278] (==) Assigned the driver to the xf86ConfigLayout
    [ 1302.278] (II) LoadModule: "ati"
    [ 1302.278] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 1302.278] (II) Module ati: vendor="X.Org Foundation"
    [ 1302.278] compiled for 1.9.0, module version = 6.13.2
    [ 1302.278] Module class: X.Org Video Driver
    [ 1302.278] ABI class: X.Org Video Driver, version 8.0
    [ 1302.278] (II) LoadModule: "radeon"
    [ 1302.279] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 1302.279] (II) Module radeon: vendor="X.Org Foundation"
    [ 1302.279] compiled for 1.9.0, module version = 6.13.2
    [ 1302.279] Module class: X.Org Video Driver
    [ 1302.279] ABI class: X.Org Video Driver, version 8.0
    [ 1302.279] (II) LoadModule: "vesa"
    [ 1302.279] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 1302.279] (II) Module vesa: vendor="X.Org Foundation"
    [ 1302.279] compiled for 1.9.0, module version = 2.3.0
    [ 1302.280] Module class: X.Org Video Driver
    [ 1302.280] ABI class: X.Org Video Driver, version 8.0
    [ 1302.280] (II) LoadModule: "fbdev"
    [ 1302.280] (WW) Warning, couldn't open module fbdev
    [ 1302.280] (II) UnloadModule: "fbdev"
    [ 1302.280] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 1302.290] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP),
    ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
    ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
    ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
    ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
    ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, ATI Radeon HD 4200, ATI Radeon 4100,
    ATI Mobility Radeon HD 4200, ATI Mobility Radeon 4100,
    ATI Radeon HD 4290, ATI Radeon HD 4290, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5900 Series, ATI Radeon HD 5900 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 5700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR
    [ 1302.294] (II) VESA: driver for VESA chipsets: vesa
    [ 1302.294] (--) using VT number 7
    [ 1302.328] (II) [KMS] Kernel modesetting enabled.
    [ 1302.328] (WW) Falling back to old probe method for vesa
    [ 1302.328] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 1302.328] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 1302.328] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 1302.328] (==) RADEON(0): Default visual is TrueColor
    [ 1302.328] (==) RADEON(0): RGB weight 888
    [ 1302.328] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 1302.328] (--) RADEON(0): Chipset: "ATI Radeon 9600 AS (AGP)" (ChipID = 0x4153)
    [ 1302.328] (II) RADEON(0): AGP card detected
    [ 1302.328] drmOpenDevice: node name is /dev/dri/card0
    [ 1302.328] drmOpenDevice: open result is 8, (OK)
    [ 1302.329] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    [ 1302.329] drmOpenDevice: node name is /dev/dri/card0
    [ 1302.329] drmOpenDevice: open result is 8, (OK)
    [ 1302.329] drmOpenByBusid: drmOpenMinor returns 8
    [ 1302.329] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    [ 1302.329] (II) RADEON(0): KMS Color Tiling: enabled
    [ 1302.343] (II) RADEON(0): Output VGA-0 has no monitor section
    [ 1302.401] (II) RADEON(0): Output DVI-0 has no monitor section
    [ 1302.421] (II) RADEON(0): Output S-video has no monitor section
    [ 1302.429] (II) RADEON(0): EDID for output VGA-0
    [ 1302.485] (II) RADEON(0): EDID for output DVI-0
    [ 1302.485] (II) RADEON(0): Manufacturer: SAM Model: 27f Serial#: 1296380466
    [ 1302.485] (II) RADEON(0): Year: 2007 Week: 13
    [ 1302.485] (II) RADEON(0): EDID Version: 1.3
    [ 1302.485] (II) RADEON(0): Digital Display Input
    [ 1302.485] (II) RADEON(0): Max Image Size [cm]: horiz.: 47 vert.: 30
    [ 1302.485] (II) RADEON(0): Gamma: 2.20
    [ 1302.485] (II) RADEON(0): DPMS capabilities: Off
    [ 1302.485] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 1302.485] (II) RADEON(0): First detailed timing is preferred mode
    [ 1302.485] (II) RADEON(0): redX: 0.644 redY: 0.333 greenX: 0.286 greenY: 0.603
    [ 1302.485] (II) RADEON(0): blueX: 0.152 blueY: 0.079 whiteX: 0.313 whiteY: 0.329
    [ 1302.485] (II) RADEON(0): Supported established timings:
    [ 1302.485] (II) RADEON(0): 720x400@70Hz
    [ 1302.485] (II) RADEON(0): 640x480@60Hz
    [ 1302.485] (II) RADEON(0): 640x480@67Hz
    [ 1302.485] (II) RADEON(0): 640x480@72Hz
    [ 1302.485] (II) RADEON(0): 640x480@75Hz
    [ 1302.485] (II) RADEON(0): 800x600@56Hz
    [ 1302.485] (II) RADEON(0): 800x600@60Hz
    [ 1302.485] (II) RADEON(0): 800x600@72Hz
    [ 1302.485] (II) RADEON(0): 800x600@75Hz
    [ 1302.485] (II) RADEON(0): 832x624@75Hz
    [ 1302.485] (II) RADEON(0): 1024x768@60Hz
    [ 1302.485] (II) RADEON(0): 1024x768@70Hz
    [ 1302.485] (II) RADEON(0): 1024x768@75Hz
    [ 1302.485] (II) RADEON(0): 1280x1024@75Hz
    [ 1302.485] (II) RADEON(0): 1152x864@75Hz
    [ 1302.485] (II) RADEON(0): Manufacturer's mask: 0
    [ 1302.485] (II) RADEON(0): Supported standard timings:
    [ 1302.485] (II) RADEON(0): #0: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 1302.485] (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 1302.485] (II) RADEON(0): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 1302.485] (II) RADEON(0): #3: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 1302.485] (II) RADEON(0): Supported detailed timing:
    [ 1302.485] (II) RADEON(0): clock: 119.0 MHz Image Size: 474 x 296 mm
    [ 1302.485] (II) RADEON(0): h_active: 1680 h_sync: 1728 h_sync_end 1760 h_blank_end 1840 h_border: 0
    [ 1302.485] (II) RADEON(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1080 v_border: 0
    [ 1302.485] (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 145 MHz
    [ 1302.485] (II) RADEON(0): Monitor name: SyncMaster
    [ 1302.485] (II) RADEON(0): Serial No: H9NP314509
    [ 1302.485] (II) RADEON(0): EDID (in hex):
    [ 1302.485] (II) RADEON(0): 00ffffffffffff004c2d7f023232454d
    [ 1302.485] (II) RADEON(0): 0d110103802f1e782ad515a455499a27
    [ 1302.485] (II) RADEON(0): 145054bfef80b30081808140714f0101
    [ 1302.485] (II) RADEON(0): 0101010101017c2e90a0601a1e403020
    [ 1302.485] (II) RADEON(0): 3600da281100001a000000fd00384b1e
    [ 1302.485] (II) RADEON(0): 510e000a202020202020000000fc0053
    [ 1302.485] (II) RADEON(0): 796e634d61737465720a2020000000ff
    [ 1302.485] (II) RADEON(0): 0048394e503331343530390a2020005c
    [ 1302.485] (II) RADEON(0): Printing probed modes for output DVI-0
    [ 1302.485] (II) RADEON(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
    [ 1302.486] (II) RADEON(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 1302.486] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 1302.486] (II) RADEON(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 1302.486] (II) RADEON(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 1302.486] (II) RADEON(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
    [ 1302.486] (II) RADEON(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    [ 1302.486] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 1302.486] (II) RADEON(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 1302.486] (II) RADEON(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    [ 1302.486] (II) RADEON(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 1302.486] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 1302.486] (II) RADEON(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 1302.486] (II) RADEON(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
    [ 1302.486] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 1302.486] (II) RADEON(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    [ 1302.486] (II) RADEON(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 1302.486] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 1302.506] (II) RADEON(0): EDID for output S-video
    [ 1302.506] (II) RADEON(0): Output VGA-0 disconnected
    [ 1302.506] (II) RADEON(0): Output DVI-0 connected
    [ 1302.506] (II) RADEON(0): Output S-video disconnected
    [ 1302.506] (II) RADEON(0): Using exact sizes for initial modes
    [ 1302.506] (II) RADEON(0): Output DVI-0 using initial mode 1680x1050
    [ 1302.506] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 1302.506] (II) RADEON(0): mem size init: gart size :3dff000 vram size: s:10000000 visible:f905000
    [ 1302.506] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
    [ 1302.506] (==) RADEON(0): DPI set to (96, 96)
    [ 1302.506] (II) Loading sub module "fb"
    [ 1302.506] (II) LoadModule: "fb"
    [ 1302.506] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 1302.507] (II) Module fb: vendor="X.Org Foundation"
    [ 1302.507] compiled for 1.9.4, module version = 1.0.0
    [ 1302.507] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 1302.507] (II) Loading sub module "ramdac"
    [ 1302.507] (II) LoadModule: "ramdac"
    [ 1302.507] (II) Module "ramdac" already built-in
    [ 1302.507] (II) Loading sub module "exa"
    [ 1302.507] (II) LoadModule: "exa"
    [ 1302.507] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 1302.507] (II) Module exa: vendor="X.Org Foundation"
    [ 1302.507] compiled for 1.9.4, module version = 2.5.0
    [ 1302.507] ABI class: X.Org Video Driver, version 8.0
    [ 1302.507] (II) UnloadModule: "vesa"
    [ 1302.507] (II) Unloading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 1302.507] (--) Depth 24 pixmap format is 32 bpp
    [ 1302.508] (II) RADEON(0): [DRI2] Setup complete
    [ 1302.508] (II) RADEON(0): [DRI2] DRI driver: r300
    [ 1302.508] (II) RADEON(0): Front buffer size: 7128K
    [ 1302.508] (II) RADEON(0): VRAM usage limit set to 223081K
    [ 1302.508] (==) RADEON(0): Backing store disabled
    [ 1302.508] (II) RADEON(0): Direct rendering enabled
    [ 1302.508] (II) RADEON(0): Render acceleration enabled for R300/R400/R500 type cards.
    [ 1302.508] (II) RADEON(0): Setting EXA maxPitchBytes
    [ 1302.508] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 1302.508] (II) EXA(0): Driver registered support for the following operations:
    [ 1302.508] (II) Solid
    [ 1302.508] (II) Copy
    [ 1302.508] (II) Composite (RENDER acceleration)
    [ 1302.508] (II) UploadToScreen
    [ 1302.508] (II) DownloadFromScreen
    [ 1302.508] (II) RADEON(0): Acceleration enabled
    [ 1302.508] (==) RADEON(0): DPMS enabled
    [ 1302.508] (==) RADEON(0): Silken mouse enabled
    [ 1302.508] (II) RADEON(0): Set up textured video
    [ 1302.509] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 1302.509] (--) RandR disabled
    [ 1302.509] (II) Initializing built-in extension Generic Event Extension
    [ 1302.509] (II) Initializing built-in extension SHAPE
    [ 1302.509] (II) Initializing built-in extension MIT-SHM
    [ 1302.509] (II) Initializing built-in extension XInputExtension
    [ 1302.509] (II) Initializing built-in extension XTEST
    [ 1302.509] (II) Initializing built-in extension BIG-REQUESTS
    [ 1302.509] (II) Initializing built-in extension SYNC
    [ 1302.509] (II) Initializing built-in extension XKEYBOARD
    [ 1302.509] (II) Initializing built-in extension XC-MISC
    [ 1302.509] (II) Initializing built-in extension SECURITY
    [ 1302.509] (II) Initializing built-in extension XINERAMA
    [ 1302.509] (II) Initializing built-in extension XFIXES
    [ 1302.509] (II) Initializing built-in extension RENDER
    [ 1302.509] (II) Initializing built-in extension RANDR
    [ 1302.509] (II) Initializing built-in extension COMPOSITE
    [ 1302.509] (II) Initializing built-in extension DAMAGE
    [ 1302.527] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 1302.527] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 1302.527] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 1302.527] (II) AIGLX: enabled GLX_SGI_make_current_read
    [ 1302.527] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 1302.528] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/r300_dri.so
    [ 1302.528] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 1302.529] (II) RADEON(0): Setting screen physical size to 444 x 277
    [ 1302.698] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 1302.698] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 1302.698] (II) LoadModule: "evdev"
    [ 1302.698] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 1302.698] (II) Module evdev: vendor="X.Org Foundation"
    [ 1302.698] compiled for 1.9.0, module version = 2.5.0
    [ 1302.698] Module class: X.Org XInput Driver
    [ 1302.698] ABI class: X.Org XInput driver, version 11.0
    [ 1302.698] (**) Power Button: always reports core events
    [ 1302.699] (**) Power Button: Device: "/dev/input/event1"
    [ 1302.703] (--) Power Button: Found keys
    [ 1302.703] (II) Power Button: Configuring as keyboard
    [ 1302.703] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 1302.703] (**) Option "xkb_rules" "evdev"
    [ 1302.703] (**) Option "xkb_model" "evdev"
    [ 1302.703] (**) Option "xkb_layout" "us"
    [ 1302.749] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 1302.749] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 1302.749] (**) Power Button: always reports core events
    [ 1302.749] (**) Power Button: Device: "/dev/input/event0"
    [ 1302.753] (--) Power Button: Found keys
    [ 1302.753] (II) Power Button: Configuring as keyboard
    [ 1302.753] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 1302.753] (**) Option "xkb_rules" "evdev"
    [ 1302.753] (**) Option "xkb_model" "evdev"
    [ 1302.753] (**) Option "xkb_layout" "us"
    [ 1302.761] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event2)
    [ 1302.761] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
    [ 1302.761] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
    [ 1302.761] (**) Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event2"
    [ 1302.766] (--) Logitech USB-PS/2 Optical Mouse: Found 12 mouse buttons
    [ 1302.766] (--) Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
    [ 1302.766] (--) Logitech USB-PS/2 Optical Mouse: Found relative axes
    [ 1302.766] (--) Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
    [ 1302.766] (II) Logitech USB-PS/2 Optical Mouse: Configuring as mouse
    [ 1302.766] (**) Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
    [ 1302.766] (**) Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 1302.766] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE)
    [ 1302.766] (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
    [ 1302.766] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0
    [ 1302.766] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
    [ 1302.766] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
    [ 1302.766] (II) Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
    [ 1302.767] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
    [ 1302.767] (II) No input driver/identifier specified (ignoring)
    [ 1302.768] (II) config/udev: Adding input device LITEON Technology USB Multimedia Keyboard (/dev/input/event3)
    [ 1302.768] (**) LITEON Technology USB Multimedia Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 1302.768] (**) LITEON Technology USB Multimedia Keyboard: always reports core events
    [ 1302.768] (**) LITEON Technology USB Multimedia Keyboard: Device: "/dev/input/event3"
    [ 1302.773] (--) LITEON Technology USB Multimedia Keyboard: Found keys
    [ 1302.773] (II) LITEON Technology USB Multimedia Keyboard: Configuring as keyboard
    [ 1302.773] (II) XINPUT: Adding extended input device "LITEON Technology USB Multimedia Keyboard" (type: KEYBOARD)
    [ 1302.773] (**) Option "xkb_rules" "evdev"
    [ 1302.773] (**) Option "xkb_model" "evdev"
    [ 1302.773] (**) Option "xkb_layout" "us"
    [ 1302.774] (II) config/udev: Adding input device LITEON Technology USB Multimedia Keyboard (/dev/input/event4)
    [ 1302.774] (**) LITEON Technology USB Multimedia Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 1302.774] (**) LITEON Technology USB Multimedia Keyboard: always reports core events
    [ 1302.774] (**) LITEON Technology USB Multimedia Keyboard: Device: "/dev/input/event4"
    [ 1302.779] (--) LITEON Technology USB Multimedia Keyboard: Found keys
    [ 1302.779] (II) LITEON Technology USB Multimedia Keyboard: Configuring as keyboard
    [ 1302.779] (II) XINPUT: Adding extended input device "LITEON Technology USB Multimedia Keyboard" (type: KEYBOARD)
    [ 1302.779] (**) Option "xkb_rules" "evdev"
    [ 1302.780] (**) Option "xkb_model" "evdev"
    [ 1302.780] (**) Option "xkb_layout" "us"
    *edit:
    spelling
    **edit:
    Seems to be related to https://bugs.freedesktop.org/show_bug.cgi?id=33943
    ***edit:
    creating a conf file with the following and put it in  /etc/X11/xorg.conf.d seems to fix the issue:
    Section "Device"
    Identifier "meow"
    Driver "radeon"
    Option "ColorTiling" "False"
    EndSection
    ****edit: added *workaround* in the post title
    Last edited by b0b0tiken (2011-02-09 15:31:50)

    Does it also for me, thanx a lot.
    My behaviour was:
    fluxbox started correct, but when I started xterm then the screen fucked up:
    MOD EDIT : Please see forum rules for image posting guidelines

  • [SOLVED] kms, xf86-video-ati: direct rendering issues

    Hi,
    Quite possible I'm doing something completely wrong, but how to enable direct rendering on an r500 chip (x1400 mobility radeon) with kms enabled?
    I let the module be loaded early (-> mkinitcpio) and have radeon.modeset=1 in my grub-menu.lst. kernel mode setting works, the x-server starts (in contrast to when having modeset=0, then Xorg segfaults due to libglx) and in the Xorg.0.log when looking for DRI, it tells me that the modules dri, dri2 and glx are all properly loaded. Nevertheless, glxgears is damn slow as well as glxinfo telling me that direct rendering is not enabled.
    Using the git versions of xf86-video-ati and libdrm didn't change the bahaviour.
    package versions:
    kernel 2.6.36.2-1
    mesa 7.9-1
    libdrm-git (from a few minutes ago)
    xf86-video-ati-git (from a few minutes ago)
    xorg.conf: there's no difference in having LoadModule "dri", "dri2" in the Module-Section or having Option "DRI" "on" in the Device section or not having any xorg.conf at all.
    Any ideas? or is dri up and running and glxgears just sucks and glxinfo doesn't show the correct information?
    Last edited by rochus (2010-12-17 18:27:56)

    you have to install ati-dri
    and BTW, you should not use libdrm-git if you don't planning compile mesa yourself. libdrm in arch repo is new enough.

  • [Solved] xf86-video-ati driver and [Radeon Mobility 7500] help

    I have an thinkpad T42 laptop (video card is ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]) with openbox and slim and I instaled xf86-video-ati. My problem is that minimizing and maximizing are very slow, lxterminal decoration bar disapear..... I also tried to install xf86-video-ati-git without any improuvements.
    this is my xorg.conf:
    Section "ServerLayout"
    Identifier "Default Layout"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "SynapticsTouchpad" "SendCoreEvents"
    InputDevice "Keyboard0" "CoreKeyboard"
    Option "AIGLX" "true
    EndSection
    Section "ServerFlags"
    Option "AutoAddDevices" "False"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc:unscaled"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/100dpi"
    # FontPath "/usr/share/fonts/PEX"
    # Additional fonts: Locale, Gimp, TTF...
    # FontPath "/usr/share/fonts/cyrillic"
    # FontPath "/usr/share/lib/X11/fonts/latin2/75dpi"
    # FontPath "/usr/share/lib/X11/fonts/latin2/100dpi"
    # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    FontPath "/usr/share/fonts/Type1"
    # FontPath "/usr/share/fonts/ttf/western"
    # FontPath "/usr/share/fonts/ttf/decoratives"
    # FontPath "/usr/share/fonts/truetype"
    # FontPath "/usr/share/fonts/truetype/openoffice"
    # FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
    # FontPath "/usr/share/fonts/latex-ttf-fonts"
    # FontPath "/usr/share/fonts/defoma/CID"
    # FontPath "/usr/share/fonts/defoma/TrueType"
    EndSection
    Section "Module"
    Load "ddc" # ddc probing of monitor
    Load "bitmap" # bitmap-fonts
    Load "type1"
    Load "freetype"
    Load "record"
    Load "dbe"
    Load "glx"
    Load "dri2"
    Load "dri"
    Load "synaptics"
    Load "extmod"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "CorePointer"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/input/mice"
    Option "Emulate3Buttons" "on"
    Option "YAxisMapping" "4 5"
    Option "XAxisMapping" "6 7"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    Identifier "SynapticsTouchpad"
    Driver "synaptics"
    Option "AlwaysCore" "true" # send events to CorePointer
    Option "VertEdgeScroll" "true" # enable vertical scroll zone
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    Option "DPMS" "true"
    # HorizSync 28.0 - 78.0 # Warning: This may fry very old Monitors
    HorizSync 28.0 - 96.0 # Warning: This may fry old Monitors
    VertRefresh 50.0 - 75.0 # Very conservative. May flicker.
    # VertRefresh 50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
    # Default modes distilled from
    # "VESA and Industry Standards and Guide for Computer Display Monitor
    # Timing", version 1.0, revision 0.8, adopted September 17, 1998.
    # $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $
    # 640x350 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "640x350" 31.5 640 672 736 832 350 382 385 445 +hsync -vsync
    # 640x400 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "640x400" 31.5 640 672 736 832 400 401 404 445 -hsync +vsync
    # 720x400 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "720x400" 35.5 720 756 828 936 400 401 404 446 -hsync +vsync
    # 640x480 @ 60Hz (Industry standard) hsync: 31.5kHz
    ModeLine "640x480" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
    # 640x480 @ 72Hz (VESA) hsync: 37.9kHz
    ModeLine "640x480" 31.5 640 664 704 832 480 489 491 520 -hsync -vsync
    # 640x480 @ 75Hz (VESA) hsync: 37.5kHz
    ModeLine "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
    # 640x480 @ 85Hz (VESA) hsync: 43.3kHz
    ModeLine "640x480" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync
    # 800x600 @ 56Hz (VESA) hsync: 35.2kHz
    ModeLine "800x600" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
    # 800x600 @ 60Hz (VESA) hsync: 37.9kHz
    ModeLine "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    # 800x600 @ 72Hz (VESA) hsync: 48.1kHz
    ModeLine "800x600" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
    # 800x600 @ 75Hz (VESA) hsync: 46.9kHz
    ModeLine "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
    # 800x600 @ 85Hz (VESA) hsync: 53.7kHz
    ModeLine "800x600" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
    # 1024x768i @ 43Hz (industry standard) hsync: 35.5kHz
    ModeLine "1024x768" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync Interlace
    # 1024x768 @ 60Hz (VESA) hsync: 48.4kHz
    ModeLine "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
    # 1024x768 @ 70Hz (VESA) hsync: 56.5kHz
    ModeLine "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
    # 1024x768 @ 75Hz (VESA) hsync: 60.0kHz
    ModeLine "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
    # 1024x768 @ 85Hz (VESA) hsync: 68.7kHz
    ModeLine "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
    # Extended modelines with GTF timings
    # 640x480 @ 100.00 Hz (GTF) hsync: 50.90 kHz; pclk: 43.16 MHz
    ModeLine "640x480" 43.16 640 680 744 848 480 481 484 509 -HSync +Vsync
    # 768x576 @ 60.00 Hz (GTF) hsync: 35.82 kHz; pclk: 34.96 MHz
    ModeLine "768x576" 34.96 768 792 872 976 576 577 580 597 -HSync +Vsync
    # 768x576 @ 72.00 Hz (GTF) hsync: 43.27 kHz; pclk: 42.93 MHz
    ModeLine "768x576" 42.93 768 800 880 992 576 577 580 601 -HSync +Vsync
    # 768x576 @ 75.00 Hz (GTF) hsync: 45.15 kHz; pclk: 45.51 MHz
    ModeLine "768x576" 45.51 768 808 888 1008 576 577 580 602 -HSync +Vsync
    # 768x576 @ 85.00 Hz (GTF) hsync: 51.42 kHz; pclk: 51.84 MHz
    ModeLine "768x576" 51.84 768 808 888 1008 576 577 580 605 -HSync +Vsync
    # 768x576 @ 100.00 Hz (GTF) hsync: 61.10 kHz; pclk: 62.57 MHz
    ModeLine "768x576" 62.57 768 816 896 1024 576 577 580 611 -HSync +Vsync
    # 800x600 @ 100.00 Hz (GTF) hsync: 63.60 kHz; pclk: 68.18 MHz
    ModeLine "800x600" 68.18 800 848 936 1072 600 601 604 636 -HSync +Vsync
    # 1024x768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz
    ModeLine "1024x768" 113.31 1024 1096 1208 1392 768 769 772 814 -HSync +Vsync
    EndSection
    Section "Device"
    Identifier "Card0"
    Boardname "ATI Radeon"
    Busid "PCI:1:0:0"
    Driver "radeon"
    Screen 0
    Vendorname "ATI"
    Option "MergedFB" "off"
    Option "AccelMethod" "EXA"
    Option "EXANoComposite" "false"
    Option "FBTexPercent" "50"
    Option "MigrationHeuristic" "greedy"
    Option "DRI" "true"
    Option "GARTSize" "1536"
    Option "AGPMode" "4"
    Option "Colortiling" "On"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultColorDepth 24
    SubSection "Display"
    Depth 1
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 32
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    Last edited by botzoboy (2010-05-29 07:39:30)

    theapodan
    this is my Xorg.0.log:
    X.Org X Server 1.7.6
    Release Date: 2010-03-17
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.33-ARCH i686
    Current Operating System: Linux arch 2.6.33-ARCH #1 SMP PREEMPT Thu May 13 12:06:25 CEST 2010 i686
    Kernel command line: root=/dev/disk/by-uuid/7e750225-da5a-470f-a024-af37495f11d5 ro
    Build Date: 01 April 2010 05:35:33PM
    Current version of pixman: 0.18.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sat May 29 09:20:42 2010
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Default Layout"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "SynapticsTouchpad"
    (**) |-->Input Device "Keyboard0"
    (**) Option "AIGLX" "true"
    (**) Option "AutoAddDevices" "False"
    (**) Not automatically adding devices
    (==) Automatically enabling devices
    (**) 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
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (**) Extension "Composite" is enabled
    (II) Loader magic: 0x81e4c60
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 6.0
    X.Org XInput driver : 7.0
    X.Org Server Extension : 2.0
    (++) using VT number 7
    (--) PCI:*(0:1:0:0) 1002:4c57:1014:0530 ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500] rev 0, Mem @ 0xe0000000/134217728, 0xc0100000/65536, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (**) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "synaptics"
    (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
    compiled for 1.7.3, module version = 1.2.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "radeon"
    (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    (II) Module radeon: vendor="X.Org Foundation"
    compiled for 1.7.5.902, module version = 6.12.192
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 6.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.7.0.901, module version = 1.5.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
    (II) LoadModule: "synaptics"
    (II) Reloading /usr/lib/xorg/modules/input/synaptics_drv.so
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.7.0.901, module version = 1.4.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
    (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP),
    ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
    ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
    ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
    ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
    ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Radeon 4800 Series, ATI Radeon 4800 Series, ATI FirePro M7750,
    ATI M98, ATI M98, ATI M98, ATI Mobility Radeon HD 4650,
    ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,
    ATI FirePro M5750, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon HD 4350,
    ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
    ATI Mobility Radeon 4500 Series, ATI FirePro RG220, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon RV710,
    ATI Radeon HD 3470, ATI Mobility Radeon HD 3430,
    ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450,
    ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Radeon HD 3450,
    ATI FirePro V3700, ATI FireMV 2450, ATI FireMV 2260, ATI FireMV 2260,
    ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
    ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
    ATI Radeon HD 3600 PRO, ATI Mobility Radeon HD 3650,
    ATI Mobility Radeon HD 3670, ATI Mobility FireGL V5700,
    ATI Mobility FireGL V5725, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3000 Graphics,
    ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4290,
    CYPRESS, ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5900 Series, ATI Radeon HD 5900 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 5700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, CEDAR, CEDAR, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, CEDAR, ATI Radeon HD 5450,
    CEDAR
    (II) Primary Device is: PCI 01@00:00:0
    (II) [KMS] Kernel modesetting enabled.
    (**) RADEON(0): Depth 24, (--) framebuffer bpp 32
    (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    (==) RADEON(0): Default visual is TrueColor
    (**) RADEON(0): Option "ColorTiling" "On"
    (**) RADEON(0): Option "AccelMethod" "EXA"
    (**) RADEON(0): Option "DRI" "true"
    (==) RADEON(0): RGB weight 888
    (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    (--) RADEON(0): Chipset: "ATI Radeon Mobility M7 LW (AGP)" (ChipID = 0x4c57)
    (II) RADEON(0): AGP card detected
    (II) RADEON(0): KMS Color Tiling: enabled
    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:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenByBusid: drmOpenMinor returns 9
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (II) [drm] DRM interface version 1.3
    (II) [drm] DRM open master succeeded.
    (II) RADEON(0): Output VGA-0 using monitor section Monitor0
    (II) RADEON(0): Output DVI-0 has no monitor section
    (II) RADEON(0): Output LVDS has no monitor section
    (II) RADEON(0): Output S-video has no monitor section
    (II) RADEON(0): Output VGA-0 disconnected
    (II) RADEON(0): Output DVI-0 disconnected
    (II) RADEON(0): Output LVDS connected
    (II) RADEON(0): Output S-video disconnected
    (II) RADEON(0): Using user preference for initial modes
    (II) RADEON(0): Output LVDS using initial mode 1024x768
    (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    (II) RADEON(0): mem size init: gart size :fdff000 vram size: s:2000000 visible:1f00000
    (II) RADEON(0): EXA: Driver will not allow EXA pixmaps in VRAM
    (==) RADEON(0): DPI set to (96, 96)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules/libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (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.7.6, module version = 2.5.0
    ABI class: X.Org Video Driver, version 6.0
    (--) Depth 24 pixmap format is 32 bpp
    (II) RADEON(0): [DRI2] Setup complete
    (II) RADEON(0): Front buffer size: 3072K
    (II) RADEON(0): VRAM usage limit set to 25804K
    (==) RADEON(0): Backing store disabled
    (II) RADEON(0): Direct rendering enabled
    (II) RADEON(0): Render acceleration enabled for R100 type cards.
    (II) RADEON(0): Setting EXA maxPitchBytes
    (**) RADEON(0): Option "MigrationHeuristic" "greedy"
    (**) RADEON(0): Option "EXANoComposite" "false"
    (II) EXA(0): Driver allocated offscreen pixmaps
    (II) EXA(0): Driver registered support for the following operations:
    (II) Solid
    (II) Copy
    (II) Composite (RENDER acceleration)
    (II) UploadToScreen
    (II) DownloadFromScreen
    (II) RADEON(0): Acceleration enabled
    (**) RADEON(0): DPMS enabled
    (==) RADEON(0): Silken mouse enabled
    (II) RADEON(0): Set up textured video
    (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (WW) RADEON(0): Option "MergedFB" is not used
    (WW) RADEON(0): Option "FBTexPercent" is not used
    (WW) RADEON(0): Option "GARTSize" is not used
    (WW) RADEON(0): Option "AGPMode" is not used
    (--) RandR disabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    (II) AIGLX: enabled GLX_SGI_make_current_read
    (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/radeon_dri.so
    (II) GLX: Initialized DRI2 GL provider for screen 0
    (II) RADEON(0): Setting screen physical size to 270 x 203
    (**) Option "Protocol" "ExplorerPS/2"
    (**) Mouse0: Device: "/dev/input/mice"
    (**) Mouse0: Protocol: "ExplorerPS/2"
    (**) Option "CorePointer"
    (**) Mouse0: always reports core events
    (**) Option "Device" "/dev/input/mice"
    (**) Option "Emulate3Buttons" "on"
    (**) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
    (**) Option "ZAxisMapping" "4 5"
    (**) Mouse0: ZAxisMapping: buttons 4 and 5
    (**) Mouse0: Buttons: 9
    (**) Mouse0: Sensitivity: 1
    (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
    (**) Mouse0: (accel) keeping acceleration scheme 1
    (**) Mouse0: (accel) acceleration profile 0
    (II) Mouse0: ps2EnableDataReporting: succeeded
    (II) Synaptics touchpad driver version 1.2.1
    (--) SynapticsTouchpad auto-dev sets device to /dev/input/event7
    (**) Option "Device" "/dev/input/event7"
    (II) SynapticsTouchpad: x-axis range 1472 - 5472
    (II) SynapticsTouchpad: y-axis range 1408 - 4448
    (II) SynapticsTouchpad: pressure range 0 - 255
    (II) SynapticsTouchpad: finger width range 0 - 0
    (II) SynapticsTouchpad: buttons: left right double triple
    (**) Option "VertEdgeScroll" "true"
    (--) SynapticsTouchpad: touchpad found
    (**) Option "AlwaysCore" "true"
    (**) Option "SendCoreEvents"
    (**) SynapticsTouchpad: always reports core events
    (II) XINPUT: Adding extended input device "SynapticsTouchpad" (type: TOUCHPAD)
    (**) SynapticsTouchpad: (accel) keeping acceleration scheme 1
    (**) SynapticsTouchpad: (accel) acceleration profile 0
    (--) SynapticsTouchpad: touchpad found
    (**) Option "CoreKeyboard"
    (**) Keyboard0: always reports core events
    (**) Option "Protocol" "standard"
    (**) Keyboard0: Protocol: standard
    (**) Option "XkbRules" "base"
    (**) Keyboard0: XkbRules: "base"
    (**) Option "XkbModel" "pc105"
    (**) Keyboard0: XkbModel: "pc105"
    (**) Option "XkbLayout" "us"
    (**) Keyboard0: XkbLayout: "us"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard0: CustomKeycodes disabled
    (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
    (II) config/hal: Adding input device TPPS/2 IBM TrackPoint
    (II) AutoAddDevices is off - not adding device.
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) config/hal: Adding input device ThinkPad Extra Buttons
    (II) AutoAddDevices is off - not adding device.
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (II) AutoAddDevices is off - not adding device.
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
    (II) AutoAddDevices is off - not adding device.
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (II) AutoAddDevices is off - not adding device.
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) config/hal: Adding input device Sleep Button
    (II) AutoAddDevices is off - not adding device.
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) config/hal: Adding input device Video Bus
    (II) AutoAddDevices is off - not adding device.
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) config/hal: Adding input device Power Button
    (II) AutoAddDevices is off - not adding device.
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) AIGLX: Suspending AIGLX clients for VT switch
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) AIGLX: Resuming AIGLX clients after VT switch
    (II) Mouse0: ps2EnableDataReporting: succeeded
    (--) SynapticsTouchpad: touchpad found

  • Xorg 1.6 + xf86-video-ati 6.12.0 + kernel26 2.6.29 : no dri !

    Hello,
    Because I wanted to have Xv with an opensource driver, I upgraded my system (freshly installed) to testing (I own an ati radeon hd 3650).
    Since this upgrade, I get these errors in my xorg logs :
    X.Org X Server 1.6.0
    Release Date: 2009-2-25
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.28-ARCH x86_64
    Current Operating System: Linux goldmund 2.6.29-ARCH #1 SMP PREEMPT Thu Mar 26 16:06:57 CET 2009 x86_64
    Build Date: 01 March 2009 10:39:25PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sat Mar 28 00:54:50 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Xorg Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    built-ins
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) Cannot locate a core pointer device.
    (II) Cannot locate a core keyboard device.
    (II) The server relies on HAL to provide the list of input devices.
    If no devices become available, reconfigure HAL or disable AllowEmptyInput.
    (II) Loader magic: 0xf40
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (--) using VT number 7
    (--) PCI:*(0@4:0:0) ATI Technologies Inc Mobility Radeon HD 3600 Series rev 0, Mem @ 0xd0000000/268435456, 0xfbee0000/65536, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "radeon"
    (II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
    (II) Module radeon: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 6.12.0
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
    (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP),
    ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
    ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
    ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
    ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
    ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI FirePro V8750 (FireGL),
    ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
    ATI Mobility RADEON HD 4850 X2, ATI Radeon 4800 Series,
    ATI FirePro RV770, AMD FireStream 9270, AMD FireStream 9250,
    ATI FirePro V8700 (FireGL), ATI Mobility RADEON HD 4870,
    ATI Mobility RADEON M98, ATI FirePro M7750, ATI M98, ATI M98,
    ATI M98, ATI Radeon RV730 (AGP), ATI FirePro M5750,
    ATI Radeon RV730 (AGP), ATI RV730XT [Radeon HD 4670],
    ATI RADEON E4600, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon HD 4350,
    ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
    ATI Mobility Radeon 4500 Series, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon RV710,
    ATI Radeon HD 3470, ATI Mobility Radeon HD 3430,
    ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450,
    ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Radeon HD 3450,
    ATI FirePro V3700, ATI FireMV 2450, ATI FireMV 2260, ATI FireMV 2260,
    ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
    ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
    ATI Radeon HD 3600 PRO, ATI Mobility Radeon HD 3650,
    ATI Mobility Radeon HD 3670, ATI Mobility FireGL V5700,
    ATI Mobility FireGL V5725, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics
    (II) Primary Device is: PCI 04@00:00:0
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) resource ranges after probing:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (II) RADEON(0): TOTO SAYS 00000000fbee0000
    (II) RADEON(0): MMIO registers at 0x00000000fbee0000: size 64KB
    (II) RADEON(0): PCI bus 4 card 0 func 0
    (**) RADEON(0): Depth 24, (--) framebuffer bpp 32
    (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    (==) RADEON(0): Default visual is TrueColor
    (**) RADEON(0): Option "DRI" "true"
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/lib/xorg/modules//libvgahw.so
    (II) Module vgahw: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 0.1.0
    ABI class: X.Org Video Driver, version 5.0
    (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (==) RADEON(0): RGB weight 888
    (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    (--) RADEON(0): Chipset: "ATI Radeon HD 3600 XT" (ChipID = 0x9598)
    (WW) RADEON(0): R600 support is mostly incomplete and very experimental
    (--) RADEON(0): Linear framebuffer at 0x00000000d0000000
    (II) RADEON(0): PCIE card detected
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules//libint10.so
    (II) Module int10: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 5.0
    (II) RADEON(0): initializing int10
    (II) RADEON(0): Primary V_BIOS segment is: 0xc000
    (II) RADEON(0): ATOM BIOS detected
    (II) RADEON(0): ATOM BIOS Rom:
    SubsystemVendorID: 0x1028 SubsystemID: 0x2242
    IOBaseAddress: 0xe000
    Filename: S3B38201.104
    BIOS Bootup Message:
    113-B38201-104 RV635 GDDR2_16Mx16 128bit 256MB 725e/500m
    (II) RADEON(0): Framebuffer space used by Firmware (kb): 20
    (II) RADEON(0): Start of VRAM area used by Firmware: 0xfffb000
    (II) RADEON(0): AtomBIOS requests 20kB of VRAM scratch space
    (II) RADEON(0): AtomBIOS VRAM scratch base: 0xfffb000
    (II) RADEON(0): Cannot get VRAM scratch space. Allocating in main memory instead
    (II) RADEON(0): Default Engine Clock: 725000
    (II) RADEON(0): Default Memory Clock: 500000
    (II) RADEON(0): Maximum Pixel ClockPLL Frequency Output: 1200000
    (II) RADEON(0): Minimum Pixel ClockPLL Frequency Output: 0
    (II) RADEON(0): Maximum Pixel ClockPLL Frequency Input: 13500
    (II) RADEON(0): Minimum Pixel ClockPLL Frequency Input: 1000
    (II) RADEON(0): Maximum Pixel Clock: 400000
    (II) RADEON(0): Reference Clock: 27000
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: Searching for BusID pci:0000:04:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card1
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card2
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card3
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card4
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card5
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card6
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card7
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card8
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card9
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card10
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card11
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card12
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card13
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card14
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card1
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card2
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card3
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card4
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card5
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card6
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card7
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card8
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card9
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card10
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card11
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card12
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card13
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card14
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    (EE) RADEON(0): [dri] RADEONDRIGetVersion failed to open the DRM
    [dri] Disabling DRI.
    (II) RADEON(0): using shadow framebuffer
    (II) Loading sub module "shadow"
    (II) LoadModule: "shadow"
    (II) Loading /usr/lib/xorg/modules//libshadow.so
    (II) Module shadow: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.1.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) RADEON(0): Detected total video RAM=262144K, accessible=262144K (PCI BAR=262144K)
    (--) RADEON(0): Mapped VideoRAM: 262144 kByte (128 bit DDR SDRAM)
    (II) RADEON(0): Color tiling disabled
    (II) RADEON(0): Max desktop size set to 2560x1600
    (II) RADEON(0): For a larger or smaller max desktop size, add a Virtual line to your xorg.conf
    (II) RADEON(0): If you are having trouble with 3D, reduce the desktop size by adjusting the Virtual line to your xorg.conf
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"
    (II) Module "i2c" already built-in
    (II) RADEON(0): ref_freq: 2700, min_out_pll: 64800, max_out_pll: 120000, min_in_pll: 100, max_in_pll: 1350, xclk: 40000, sclk: 725.000000, mclk: 500.000000
    (II) RADEON(0): PLL parameters: rf=2700 rd=12 min=64800 max=120000; xclk=40000
    (II) RADEON(0): Output HDMI-0 using monitor section Monitor0
    (II) RADEON(0): I2C bus "HDMI-0" initialized.
    (II) RADEON(0): Output DisplayPort-0 has no monitor section
    (II) RADEON(0): I2C bus "DisplayPort-0" initialized.
    (II) RADEON(0): Output DVI-0 has no monitor section
    (II) RADEON(0): I2C bus "DVI-0" initialized.
    (II) RADEON(0): Port0:
    XRANDR name: HDMI-0
    Connector: HDMI-B
    DFP1: INTERNAL_UNIPHY
    DDC reg: 0x7e60
    (II) RADEON(0): Port1:
    XRANDR name: DisplayPort-0
    Connector: DisplayPort
    DFP2: INTERNAL_UNIPHY
    DDC reg: 0x7e20
    (II) RADEON(0): Port2:
    XRANDR name: DVI-0
    Connector: DVI-I
    CRT1: INTERNAL_KLDSCP_DAC1
    DFP3: INTERNAL_KLDSCP_LVTMA
    DDC reg: 0x7e40
    (II) RADEON(0): I2C device "HDMI-0:E-EDID segment register" registered at address 0x60.
    (II) RADEON(0): I2C device "HDMI-0:ddc2" registered at address 0xA0.
    (II) RADEON(0): Output: HDMI-0, Detected Monitor Type: 0
    invalid output device for dac detection
    finished output detect: 0
    (II) RADEON(0): I2C device "DisplayPort-0:E-EDID segment register" registered at address 0x60.
    (II) RADEON(0): I2C device "DisplayPort-0:ddc2" registered at address 0xA0.
    (II) RADEON(0): Output: DisplayPort-0, Detected Monitor Type: 0
    invalid output device for dac detection
    finished output detect: 1
    (II) RADEON(0): I2C device "DVI-0:E-EDID segment register" registered at address 0x60.
    (II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
    (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 3
    (II) RADEON(0): EDID data from the display on output: DVI-0 ----------------------
    (II) RADEON(0): Manufacturer: DEL Model: a019 Serial#: 809055308
    (II) RADEON(0): Year: 2007 Week: 6
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Digital Display Input
    (II) RADEON(0): Max Image Size [cm]: horiz.: 43 vert.: 27
    (II) RADEON(0): Gamma: 2.20
    (II) RADEON(0): DPMS capabilities: StandBy Suspend Off
    (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    (II) RADEON(0): Default color space is primary color space
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
    (II) RADEON(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329
    (II) RADEON(0): Supported VESA Video Modes:
    (II) RADEON(0): 720x400@70Hz
    (II) RADEON(0): 640x480@60Hz
    (II) RADEON(0): 640x480@75Hz
    (II) RADEON(0): 800x600@60Hz
    (II) RADEON(0): 800x600@75Hz
    (II) RADEON(0): 1024x768@60Hz
    (II) RADEON(0): 1024x768@75Hz
    (II) RADEON(0): 1280x1024@75Hz
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported Future Video Modes:
    (II) RADEON(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    (II) RADEON(0): #1: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    (II) RADEON(0): Supported additional Video Mode:
    (II) RADEON(0): clock: 119.0 MHz Image Size: 434 x 270 mm
    (II) RADEON(0): h_active: 1680 h_sync: 1728 h_sync_end 1760 h_blank_end 1840 h_border: 0
    (II) RADEON(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1080 v_border: 0
    (II) RADEON(0): Serial No: HM064729094L
    (II) RADEON(0): Monitor name: DELL 2007WFP
    (II) RADEON(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 140 MHz
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0): 00ffffffffffff0010ac19a04c343930
    (II) RADEON(0): 06110103802b1b78eeee91a3544c9926
    (II) RADEON(0): 0f5054a54b008180714f010101010101
    (II) RADEON(0): 0101010101017c2e90a0601a1e403020
    (II) RADEON(0): 3600b20e1100001a000000ff00484d30
    (II) RADEON(0): 36343732393039344c0a000000fc0044
    (II) RADEON(0): 454c4c20323030375746500a000000fd
    (II) RADEON(0): 00384c1e530e000a20202020202000c3
    finished output detect: 2
    finished all detect
    before xf86InitialConfiguration
    (II) RADEON(0): Output: HDMI-0, Detected Monitor Type: 0
    invalid output device for dac detection
    (II) RADEON(0): Output: DisplayPort-0, Detected Monitor Type: 0
    invalid output device for dac detection
    (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 3
    (II) RADEON(0): EDID data from the display on output: DVI-0 ----------------------
    (II) RADEON(0): Manufacturer: DEL Model: a019 Serial#: 809055308
    (II) RADEON(0): Year: 2007 Week: 6
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Digital Display Input
    (II) RADEON(0): Max Image Size [cm]: horiz.: 43 vert.: 27
    (II) RADEON(0): Gamma: 2.20
    (II) RADEON(0): DPMS capabilities: StandBy Suspend Off
    (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    (II) RADEON(0): Default color space is primary color space
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
    (II) RADEON(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329
    (II) RADEON(0): Supported VESA Video Modes:
    (II) RADEON(0): 720x400@70Hz
    (II) RADEON(0): 640x480@60Hz
    (II) RADEON(0): 640x480@75Hz
    (II) RADEON(0): 800x600@60Hz
    (II) RADEON(0): 800x600@75Hz
    (II) RADEON(0): 1024x768@60Hz
    (II) RADEON(0): 1024x768@75Hz
    (II) RADEON(0): 1280x1024@75Hz
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported Future Video Modes:
    (II) RADEON(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    (II) RADEON(0): #1: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    (II) RADEON(0): Supported additional Video Mode:
    (II) RADEON(0): clock: 119.0 MHz Image Size: 434 x 270 mm
    (II) RADEON(0): h_active: 1680 h_sync: 1728 h_sync_end 1760 h_blank_end 1840 h_border: 0
    (II) RADEON(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1080 v_border: 0
    (II) RADEON(0): Serial No: HM064729094L
    (II) RADEON(0): Monitor name: DELL 2007WFP
    (II) RADEON(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 140 MHz
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0): 00ffffffffffff0010ac19a04c343930
    (II) RADEON(0): 06110103802b1b78eeee91a3544c9926
    (II) RADEON(0): 0f5054a54b008180714f010101010101
    (II) RADEON(0): 0101010101017c2e90a0601a1e403020
    (II) RADEON(0): 3600b20e1100001a000000ff00484d30
    (II) RADEON(0): 36343732393039344c0a000000fc0044
    (II) RADEON(0): 454c4c20323030375746500a000000fd
    (II) RADEON(0): 00384c1e530e000a20202020202000c3
    (II) RADEON(0): Panel infos found from DDC detailed: 1680x1050
    (II) RADEON(0): EDID vendor "DEL", prod id 40985
    (II) RADEON(0): Output HDMI-0 disconnected
    (II) RADEON(0): Output DisplayPort-0 disconnected
    (II) RADEON(0): Output DVI-0 connected
    (II) RADEON(0): Using user preference for initial modes
    (II) RADEON(0): Output DVI-0 using initial mode 1680x1050
    after xf86InitialConfiguration
    (==) RADEON(0): DPI set to (96, 96)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (==) RADEON(0): Will attempt to use R6xx/R7xx EXA support if DRI is enabled.
    (II) Loading sub module "exa"
    (II) LoadModule: "exa"
    (II) Loading /usr/lib/xorg/modules//libexa.so
    (II) Module exa: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 2.4.0
    ABI class: X.Org Video Driver, version 5.0
    (!!) RADEON(0): For information on using the multimedia capabilities
    of this adapter, please see http://gatos.sf.net.
    (!!) RADEON(0): MergedFB support has been removed and replaced with xrandr 1.2 support
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprU)
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprU)
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprU)
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (II) RADEON(0): RADEONScreenInit d0000000 0 0
    Output DIG dpms success
    Blank CRTC 0 success
    Disable CRTC 0 success
    Disable CRTC memreq 0 success
    Blank CRTC 1 success
    Disable CRTC 1 success
    Disable CRTC memreq 1 success
    mc fb loc is 00df00d0
    (II) RADEON(0): RADEONInitMemoryMap() :
    (II) RADEON(0): mem_size : 0x10000000
    (II) RADEON(0): MC_FB_LOCATION : 0x00df00d0
    (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000
    (II) RADEON(0): Depth moves disabled by default
    (II) RADEON(0): Allocating from a screen of 262144 kb
    (II) RADEON(0): Will use 32 kb for hardware cursor 0 at offset 0x00af0000
    (II) RADEON(0): Will use 32 kb for hardware cursor 1 at offset 0x00af4000
    (II) RADEON(0): Will use 11200 kb for front buffer at offset 0x00000000
    (II) RADEON(0): Will use 250912 kb for X Server offscreen at offset 0x00af8000
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0x00df00d0 0x00df00d0
    (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000
    (==) RADEON(0): Backing store disabled
    (WW) RADEON(0): Direct rendering disabled
    (EE) RADEON(0): Acceleration initialization failed
    (II) RADEON(0): Acceleration disabled
    (**) Option "dpms" "true"
    (**) RADEON(0): DPMS enabled
    (==) RADEON(0): Silken mouse enabled
    (II) RADEON(0): Textured video requires CP on R5xx/R6xx/R7xx/IGP
    Output DIG dpms success
    Output DIG dpms success
    Output DIG dpms success
    Blank CRTC 0 success
    Disable CRTC 0 success
    Disable CRTC memreq 0 success
    Blank CRTC 1 success
    Disable CRTC 1 success
    Disable CRTC memreq 1 success
    Output DIG dpms success
    Blank CRTC 0 success
    Disable CRTC 0 success
    Disable CRTC memreq 0 success
    Mode 1680x1050 - 1840 1080 9
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0x00df00d0 0x00df00d0
    (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000
    freq: 119000000
    best_freq: 119000000
    best_feedback_div: 119
    best_ref_div: 3
    best_post_div: 9
    (II) RADEON(0): crtc(0) Clock: mode 119000, PLL 119000
    (II) RADEON(0): crtc(0) PLL : refdiv 3, fbdiv 0x77(119), pdiv 9
    Set CRTC 0 PLL success
    Set CRTC Timing success
    Set CRTC 0 Overscan success
    Not using RMX
    scaler 0 setup success
    Set CRTC 0 Source success
    crtc 0 YUV disable setup success
    Output DIG2 encoder setup success
    (II) RADEON(0): DIG0 transmitter: Coherent Mode enabled
    Output DIG0 transmitter setup success
    Output DIG dpms success
    Enable CRTC memreq 0 success
    Enable CRTC 0 success
    Unblank CRTC 0 success
    Output DIG dpms success
    Output DIG dpms success
    Blank CRTC 1 success
    Disable CRTC 1 success
    Disable CRTC memreq 1 success
    (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    Lock CRTC 0 success
    Unlock CRTC 0 success
    (--) RandR disabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) AIGLX: Screen 0 is not DRI2 capable
    (II) AIGLX: Screen 0 is not DRI capable
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/swrast_dri.so
    (II) GLX: Initialized DRISWRAST GL provider for screen 0
    (II) RADEON(0): Setting screen physical size to 434 x 270
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 2.2.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
    (**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
    (**) Macintosh mouse button emulation: (accel) set acceleration profile 0
    (II) config/hal: Adding input device Microsoft Microsoft USB Wireless Mouse
    (**) Microsoft Microsoft USB Wireless Mouse: always reports core events
    (**) Microsoft Microsoft USB Wireless Mouse: Device: "/dev/input/event6"
    (II) Microsoft Microsoft USB Wireless Mouse: Found 5 mouse buttons
    (II) Microsoft Microsoft USB Wireless Mouse: Found x and y relative axes
    (II) Microsoft Microsoft USB Wireless Mouse: Found scroll wheel(s)
    (II) Microsoft Microsoft USB Wireless Mouse: Configuring as mouse
    (**) Microsoft Microsoft USB Wireless Mouse: YAxisMapping: buttons 4 and 5
    (**) Microsoft Microsoft USB Wireless Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Microsoft Microsoft USB Wireless Mouse" (type: MOUSE)
    (**) Microsoft Microsoft USB Wireless Mouse: (accel) keeping acceleration scheme 1
    (**) Microsoft Microsoft USB Wireless Mouse: (accel) filter chain progression: 2.00
    (**) Microsoft Microsoft USB Wireless Mouse: (accel) filter stage 0: 20.00 ms
    (**) Microsoft Microsoft USB Wireless Mouse: (accel) set acceleration profile 0
    (II) config/hal: Adding input device USB Multimedia Keyboard
    (**) USB Multimedia Keyboard: always reports core events
    (**) USB Multimedia Keyboard: Device: "/dev/input/event5"
    (II) USB Multimedia Keyboard: Found keys
    (II) USB Multimedia Keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "USB Multimedia Keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "fr"
    (**) Option "xkb_variant" "oss"
    (II) config/hal: Adding input device USB Multimedia Keyboard
    (**) USB Multimedia Keyboard: always reports core events
    (**) USB Multimedia Keyboard: Device: "/dev/input/event4"
    (II) USB Multimedia Keyboard: Found keys
    (II) USB Multimedia Keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "USB Multimedia Keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "fr"
    (**) Option "xkb_variant" "oss"
    Notice the drmOpenDevice errors.
    My xorg configuration is :
    Section "ServerLayout"
    Identifier "Xorg Configured"
    Screen 0 "Screen0" 0 0
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "radeon"
    Option "DRI" "true"
    # Option "ColorTiling" "on"
    # Option "AccelMethod" "EXA"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultColorDepth 24
    SubSection "Display"
    Depth 24
    Modes "1680x1050"
    EndSubSection
    EndSection
    (I also tried to add the DRI section with mode 0666)
    There is nothing in the /dev/dri/ directory and there is this error in dmesg :
    [drm] Initialized drm 1.1.0 20060810
    mtrr: no MTRR for d0000000,10000000 found
    I tried to come back to the kernel 2.6.28, I also tried tricks I saw on this forum : adding nopat to the kernel commandline, adding acpi=off...  but it didn't change anything.
    Also note that before going to testing, I did not had these errors in the xorg log file.
    I don't really know what to do next, so I am looking for help on this
    Thanks you.

    Hmmmm interesting, here's my xorg.conf (generated with X -configure with xserver 1.6 and then adapted for xserver 1.5 as I have downgraded because having [testing] disabled would prevent me from updating my system so I have downgraded to xserver 1.5):
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "ddc"
    #Load "drm"
    Load "dbe"
    #Load "dri2"
    Load "extmod"
    Load "dri"
    #Load "record"
    Load "glx"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    Option "AccelMethod" "exa" # default shadowfb
    Option "DRI" "On"
    Identifier "Card0"
    Driver "radeonhd"
    VendorName "ATI Technologies Inc"
    BoardName "Mobility Radeon HD 2400"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    One problem I and others have found is that in Arch32 the appropriate modules need to be loaded manually because X will load the ones shipped with the kernel, on Arch64 it works fine, I didn't ask too much about it because I didn't have time yet to search for similar problems and try to reach a conclusion about the problem. To solve that I have added to /etc/rc.local this
    insmod /lib/modules/`uname -r`/kernel/drivers/char/drm/drm.ko
    insmod /lib/modules/`uname -r`/kernel/drivers/char/drm/radeon.ko
    This is for the driver I'm using which needs a recompiled drm module http://aur.archlinux.org/packages.php?ID=24236 and http://aur.archlinux.org/packages.php?ID=24236
    If this doesn't work then I don't know what else can be going wrong. Mind you that there is no 3D acceleration right now for r600 and r700 cards with the open source drivers.

  • Ati-driver config wth Rage mobile [SOLVED: xf86-video-ati]

    [sorry, double-posted in contributions board]
    I take the opportunity to thank cerebral & iphitus for all the hard work they've done in providing nice & workin with Xorg7 ati-drivers to a lot of guys
    Even so, I can't get them to load on my small Dell Latitude L400 laptop.
    - I installed Xorg7 strictly following the (brand) new wiki, then configured xorg.conf (adding synaptics & giving Xorg -configure a try).
    - Installed ati-drivers & ~-arch (8.22.5-3 & ~-2), but when I wanna load fglrx, here's what I get :
    # modprobe fglrx
    FATAL: Error inserting fglrx (/lib/modules/2.6.15-ARCH/video/fglrx.ko): No such device
    Adding fglrx to rc.conf (also tried to add to mkinitrd.conf "ADD_MODULE=") didn't help, showing the very same message @ boot time.
    Also launched aticonfig --initial --input=/etc/X11/xorg.conf but X still did not start.
    Any help would be very welcome.
    hwd -s
    Video      : ATI|Rage Mobility P/M AGP 2x server: XFree86 (vesa)
    Actual Device section (Vesa's workin, very slowly, but not fglrx) :
    Section "Device"
            Driver      "vesa"
            Identifier  "Card0"
            VendorName  "ATI Technologies Inc"
            BoardName   "Rage Mobility P/M AGP 2x"
            BusID       "PCI:1:0:0"
    EndSection
    #Section "Device"
    #       Identifier  "ATI Graphics Adapter 0"
    #       Driver      "fglrx"
    #       BusID       "PCI:1:0:0"
    #EndSection
    Former (workin great)  Xorg-6.8 xorg.conf showed
    Section "Device"
            Identifier  "Card0"
            Driver      "ati"
            VendorName  "All"
            BoardName   "All"
    EndSection

    got it bpisciot
    (actually Saturday i'm going to the mountains for a few days with my beloved & was thinking that running ati video proprietary drivers might help the
    small P3 to play videos nicely in the evening )
    EDIT :
    Cerebral wrote:kozaki: the ati-drivers packages in [extra] only support radeon cards, not rage.
    You'll have to stick with xf86-video-ati and your old xorg.conf device section.

  • Radeon Mobility HD 4650 / xf86-video-ati driver problem

    Hi everyone,
    I am under Archlinux with my laptop (Asus N81vp)  since a year, and i've got this problem since the begining. With the radeon driver installed, my X work well but the fan of my card is screaming and my laptop anormaly hot. I do not have this problem under Windows or with the catalyst driver (witch is working). I really want to use the radeon, more maintained (and free ^^).
    I cannot have the temperature and the state of the fan, my ic2 chips aren't recognized by lm-sensors...
    I really don't know where the problem is : if anyone have a Radeon mobility HD 4650, i would like to know if they have the same problem or a solution. Maybe it's a bug of the driver, or a configuration problem...
    Anyway, if anyone have a solution, i googlize it for hours, and this problem outclass my knowledge...
    Here's a bit of my hardware and configs files. I you want more, tell me
    Thanx in advance (and i'm sorry if my english sucks, i'm from France ...)
    uname -r
    2.6.39-ARCH
    Version de xf86-video-ati : 6.14.2-1 (Testing)
    I do not have a xorg.conf
    [arsenik@Spartakus ~]$ lspci
    00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
    00:01.0 PCI bridge: Intel Corporation Mobile 4 Series Chipset PCI Express Graphics Port (rev 07)
    00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
    00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)
    00:1a.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03)
    00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
    00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
    00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
    00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03)
    00:1c.2 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 3 (rev 03)
    00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 03)
    00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
    00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
    00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
    00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
    00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03)
    00:1f.2 SATA controller: Intel Corporation ICH9M/M-E SATA AHCI Controller (rev 03)
    01:00.0 VGA compatible controller: ATI Technologies Inc M96 [Mobility Radeon HD 4650]
    01:00.1 Audio device: ATI Technologies Inc RV710/730
    03:00.0 Network controller: Intel Corporation WiFi Link 5100
    06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
    07:03.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05)
    07:03.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22)
    07:03.2 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 12)
    07:03.3 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 12)
    dmesg
    http://pastebin.com/nmZYeTKf
    /etc/rc.conf
    http://pastebin.com/v6q4LQD4
    Last edited by Spartakus (2011-07-19 18:30:40)

    As far as I know, the open source driver simply churns through quite a bit more power than catalyst when idling. The higher core temperature is the unfortunate direct result of this.
    I'm using xf86-video-ati 6.14.2-1 too, but with a Radeon Mobility HD4570 (which is detected by lm-sensors, by the way). With the default driver settings (highest power state), I see core temperatures as high as 88 degrees C when doing nothing. I've added
    echo mid > /sys/class/drm/card0/device/power_profile
    to /etc/rc.local as a workaround for the issue. This basically forces a lower power mode than default at boot. Currently, my GPU idles at 64 degrees C, which is sort of acceptable in my opinion. The obvious side effect of this workaround is that your graphics performance goes down, which I'd even notice in Gnome 3's transitions (not being as smooth as before).
    This page may be relevant to your interests:  https://wiki.archlinux.org/index.php/ATI#Powersaving

  • Upgrading xorg and xf86-video{ati,vesa} causes Xfce to be green

    warning: xf86-input-evdev: ignoring package upgrade (2.2.5-1 => 2.3.2-1)
    warning: xf86-input-keyboard: ignoring package upgrade (1.3.2-2 => 1.4.0-1)
    warning: xf86-input-mouse: ignoring package upgrade (1.4.0-2 => 1.5.0-1)
    warning: xf86-video-ati: ignoring package upgrade (6.12.4-1 => 6.12.4-3)
    warning: xf86-video-vesa: ignoring package upgrade (2.2.0-1 => 2.2.1-1)
    warning: xorg-server: ignoring package upgrade (1.6.3.901-1 => 1.7.5-1)
    If i go through with these updates and restart X, Xfce has a greenish tinge (its also darker) to it that i have no idea what to do about. Its running on my Dell Inspiron 5100, and here is my xorg.conf: http://dpaste.com/163032/.

    warning: xf86-input-evdev: ignoring package upgrade (2.2.5-1 => 2.3.2-1)
    warning: xf86-input-keyboard: ignoring package upgrade (1.3.2-2 => 1.4.0-1)
    warning: xf86-input-mouse: ignoring package upgrade (1.4.0-2 => 1.5.0-1)
    warning: xf86-video-ati: ignoring package upgrade (6.12.4-1 => 6.12.4-3)
    warning: xf86-video-vesa: ignoring package upgrade (2.2.0-1 => 2.2.1-1)
    warning: xorg-server: ignoring package upgrade (1.6.3.901-1 => 1.7.5-1)
    If i go through with these updates and restart X, Xfce has a greenish tinge (its also darker) to it that i have no idea what to do about. Its running on my Dell Inspiron 5100, and here is my xorg.conf: http://dpaste.com/163032/.

  • Mobility U2 + xf86-video-ati-6.7.195-3 issues

    Hi,
    I've read a load of topics about problems with the new Xorg, and I've tried all solutions proposed. Alas, nothing worked for me.
    I have disabled AIGLX, I'm not using a composite window manager. Running `startx` yields an image distorted in the same way. I am certain this is caused by the "radeon" driver, "vesa" works fine, but slows down the computer tremendously. The laptop is a Compaq Presario 2190US, the videocard: ATI Radeon IGP330M/340M/350M (U2). I am not sure how to fetch the specs of the display.
    This is how my screen looks:
    picture of display
    Files:
    xorg.conf
    Xorg.0.log
    Edit: adding output from lspci -vv:
    lspci -vv
    I am using the latest versions of the packages:
    xorg-server 1.4-5
    xorg-utils 1.0.2-4
    xf86-video-ati 6.7.195-3
    I'd really appreciate any suggestions/solutions/advice. Really. I know I am not the only one with this problem, but everybody else seems to have solved theirs. Nothing worked for me.
    Thanks.
    Last edited by lz3060 (2007-11-23 19:58:11)

    Please edit your picture (Screenshot)

Maybe you are looking for