Xserver hosed after 2.6.29 kernel upgrade

I upgraded from 2.6.27 to 2.6.29 today via pacman -Syu.  Since then, I have not been able to start X at all.  I was running the nvidia driver, but my attempt to run vesa drivers had the same result.
hostname: Host name lookup failure
xauth: creating new authority file /root/.serverauth.4913
X.Org X Server 1.6.1
Release Date: 2009-4-14
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.29-ARCH i686
Current Operating System: Linux hubble 2.6.29-ARCH #1 SMP PREEMPT Fri Apr 17 12:46:01 UTC 2009 i686
Build Date: 15 April 2009 11:09:10AM
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: Mon Apr 20 13:14:55 2009
(==) Using config file: "/etc/X11/xorg.conf"
Parse error on line 9 of section Files in file /etc/X11/xorg.conf
Ignoring obsolete keyword "RgbPath".
(EE) Failed to load module "xtrap" (module does not exist, 0)
(EE) Failed to load module "freetype" (module does not exist, 0)
(EE) module ABI major version (2) doesn't match the server's version (5)
(EE) Failed to load module "vesa" (module requirement mismatch, 0)
(EE) No drivers available
Fatal server error:
no screens found
Please consult the The X.Org Foundation support
at http://wiki.x.org for help
Please also check the log file at "/var/log/Xorg.0.log" for additional information
giving up.
xinit: No such file or directory (errno 2): unable to connect to X server
xinit: No such process (errno 3): Server error.
I've never encountered this before... it won't even load vesa drivers...

I was gonna post a thread like this, but I'm glad I've found this one . Seems like I have the same issue for about 5 days now and can't resolve it in a simple way (without changing the distro for egzample).
Here is my xorg.conf: http://pastebin.com/f34a761e
Here is my Xorg.0.log: http://pastebin.com/fc443b0f
The most important fragment of log (as of my point of view):
Backtrace:
0: /usr/bin/X(xorg_backtrace+0x3b) [0x813278b]
1: /usr/bin/X(xf86SigHandler+0x51) [0x80dda61]
2: [0xb7fb2400]
Fatal server error:
Caught signal 11. Server aborting
The problem doesn't exist when I use nv driver, so it may be nvidia drivers issue. My nvidia driver: nvidia-driver-96xx
PS. And please don't tell me about Type1 and Freetype modules - the crash like here takes place even when I comment loading those modules in xorg.conf.
Last edited by nemrood (2009-04-20 23:20:02)

Similar Messages

  • Wpa_supplicant: scan_ssid=1 needed only after 2.6.29 kernel upgrade?

    Like many others, I ran into wireless networking issues after the upgrade to kernel 2.6.29. Specifically, I use iwl3945 and experienced errors when attempting to connect to WPA-encrypted networks with hidden SSIDs via my usual netcfg profiles.
    As described here, I finally found a solution to my problem. Like SubGothius in this thread, I found that that "magic" fix was to ensure that the network parameter scan_ssid=1 was used when attempting to connect to my network. Because the temporary wpa_supplicant config created by netcfg does not include this parameter, I created a small patch (see first thread referenced above) to use that parameter whenever the SCAN option is not enabled for a network profile.
    As I said, I have fixed the error; however, now I am (extremely) curious. Here is a rundown of what I have witnessed:
    - Before the kernel upgrade (2.6.29), I was able to connect to WPA-encrypted networks with hidden SSIDs successfully. (I use two different such networks.)
    - After the kernel upgrade, I was unable to connect to these networks. netcfg returned "Network unavailable" errors (for at least one of the two networks I tried).
    - I was able to connect manually (i.e., with ifconfig, iwlconfig, and wpa_supplicant); however, doing so required that I add the scan_ssid=1 parameter to my configuration for the network.
    - I looked into the issue, and installed crda (as many users recommend). (I can't recall for sure, but I think that this led to netcfg changing to an "Unable to connect"-type error.)
    - Following the advice in this thread, I created a "wpa-config" netcfg profile that did work; however, I wanted to use my normal profiles.
    - After connecting with my wpa-config profile and then disconnecting, I could connect with my normal profile once (i.e., after disconnecting, I could no longer reconnect with my normal profile unless I again connected with the wpa-config profile and disconnected).
    - I looked through the netcfg scripts and found that it generates a temporary config file for wpa_supplicant (for me, /tmp/wpa.wlan0) using wpa_passphrase, thus not including any value at all for scan_ssid.
    - I made some modifications to the netcfg scripts, with the result being a netcfg that will include scan_ssid=1 in certain situations (see above). Using this modified netcfg, I can connect to the network.
    Does anyone know why I was able to use netcfg successfully before the upgrade (i.e., without it needing scan_ssid=1 set)? I've seen (here) that others using iwl3945 have resolved the issue simply by installing and configuring crda, and it appears that (in that one example, at least), the solution worked for a network profile using SECURITY="wpa" (rather than "wpa-config").
    If there's a more proper solution to my problem, please post it; otherwise, I'd just like to know why this need for scan_ssid=1 arose only after the kernel upgrade (and does not seem to affect all iwl3945 users).
    Thanks!
    Last edited by ssjlegendx (2009-04-20 23:26:36)

    Like many others, I ran into wireless networking issues after the upgrade to kernel 2.6.29. Specifically, I use iwl3945 and experienced errors when attempting to connect to WPA-encrypted networks with hidden SSIDs via my usual netcfg profiles.
    As described here, I finally found a solution to my problem. Like SubGothius in this thread, I found that that "magic" fix was to ensure that the network parameter scan_ssid=1 was used when attempting to connect to my network. Because the temporary wpa_supplicant config created by netcfg does not include this parameter, I created a small patch (see first thread referenced above) to use that parameter whenever the SCAN option is not enabled for a network profile.
    As I said, I have fixed the error; however, now I am (extremely) curious. Here is a rundown of what I have witnessed:
    - Before the kernel upgrade (2.6.29), I was able to connect to WPA-encrypted networks with hidden SSIDs successfully. (I use two different such networks.)
    - After the kernel upgrade, I was unable to connect to these networks. netcfg returned "Network unavailable" errors (for at least one of the two networks I tried).
    - I was able to connect manually (i.e., with ifconfig, iwlconfig, and wpa_supplicant); however, doing so required that I add the scan_ssid=1 parameter to my configuration for the network.
    - I looked into the issue, and installed crda (as many users recommend). (I can't recall for sure, but I think that this led to netcfg changing to an "Unable to connect"-type error.)
    - Following the advice in this thread, I created a "wpa-config" netcfg profile that did work; however, I wanted to use my normal profiles.
    - After connecting with my wpa-config profile and then disconnecting, I could connect with my normal profile once (i.e., after disconnecting, I could no longer reconnect with my normal profile unless I again connected with the wpa-config profile and disconnected).
    - I looked through the netcfg scripts and found that it generates a temporary config file for wpa_supplicant (for me, /tmp/wpa.wlan0) using wpa_passphrase, thus not including any value at all for scan_ssid.
    - I made some modifications to the netcfg scripts, with the result being a netcfg that will include scan_ssid=1 in certain situations (see above). Using this modified netcfg, I can connect to the network.
    Does anyone know why I was able to use netcfg successfully before the upgrade (i.e., without it needing scan_ssid=1 set)? I've seen (here) that others using iwl3945 have resolved the issue simply by installing and configuring crda, and it appears that (in that one example, at least), the solution worked for a network profile using SECURITY="wpa" (rather than "wpa-config").
    If there's a more proper solution to my problem, please post it; otherwise, I'd just like to know why this need for scan_ssid=1 arose only after the kernel upgrade (and does not seem to affect all iwl3945 users).
    Thanks!
    Last edited by ssjlegendx (2009-04-20 23:26:36)

  • Usb devices not working after 2.6.38 kernel upgrade

    Hello everyone,
    today I've upgraded my aur system to the latest packages version , kernel 2.6.38-2  .
    After the reboot the usb keyboard doesn't work at all , as the usb mouse, leaving me struck at the login screen .
    If I try to modify kernel boot parameters in grub or in a live distro  (sysrescd) the keyboard works flawlessy .
    Any clue ?
    thanks in advance

    I just updated to 2.6.38.7-1. The USB devices that I have plugged in before booting work (e.g USB headset). If I try to insert a new USB device, it isn't recognized. Flash-disks and USB mice that worked under the last kernel aren't working at all.
    Is there a command that lets you "turn on" a USB device, or force the kernel to recognize it? I tried messing around in /sys/bus, but even in the root shell, I got "invalid write" errors.
    Interesting snippet from dmesg;
    [   19.399041] uhci_hcd 0000:00:1a.0: PCI INT A disabled
    [   19.399447] uhci_hcd 0000:00:1a.1: PCI INT B disabled
    [   19.412940] uhci_hcd 0000:00:1d.1: PCI INT B disabled
    [   19.413381] uhci_hcd 0000:00:1d.2: PCI INT C disabled
    [  151.340126] uhci_hcd 0000:00:1d.0: PCI INT A disabled
    Here's where it finds my webcam;
    [    9.626704] usb 2-5: new high speed USB device using ehci_hcd and address 3
    [   10.381678] input: HP Webcam as /devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/input/input15
    [   10.381759] usbcore: registered new interface driver uvcvideo
    .. and where it finds the mouse I had plugged in (you can see me disconnect it at entry 148);
    [   10.490045] usb 5-1: new low speed USB device using uhci_hcd and address 2
    [   11.201856] input: Dell Dell USB Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb5/5-1/5-1:1.0/input/input16
    [   11.202001] generic-usb 0003:413C:3012.0001: input,hidraw0: USB HID v1.11 Mouse [Dell Dell USB Optical Mouse] on usb-0000:00:1d.0-1/input0
    [   11.202017] usbcore: registered new interface driver usbhid
    [   11.202019] usbhid: USB HID core driver
    [  148.846756] usb 5-1: USB disconnect, address 2
    When I try to reconnect the mouse, nothing happens. You can see that the kernel has this error repeatedly;
    ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
    Edit: Found a temporary fix*.
    # cd /sys/bus/usb/devices/
    # for device in usb*; do echo "on" > $device/power/control; done
    * I'm not responsible for what happens to your devices when you run this, but it worked for me. Check out: http://www.mjmwired.net/kernel/Document … gement.txt
    Last edited by vkumar (2011-05-28 04:28:05)

  • Issue with fglrx after kernel upgrade

    Hello, I lost my 2D acceleration on both my monitors after the most recent kernel upgrade(2.6.26.2). I'm using the fglrx driver.
    [roberth@Magda ~]$ cat /var/log/Xorg.0.log | grep EE
    Current Operating System: Linux Magda 2.6.26-ARCH #1 SMP PREEMPT Sun Aug 10 12:29:20 UTC 2008 i686
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (II) Loading extension MIT-SCREEN-SAVER
    (EE) Failed to load module "type1" (module does not exist, 0)
    (EE) fglrx(0): Failed to allocate primary surface (frame buffer)!
    (EE) fglrx(0): XMM failed to open CMMQS connection.
    (EE) fglrx(1): DRI initialization for 2nd screen failed - aborting!
    (EE) fglrx(1): XMM failed to open CMMQS connection.
    Section "ServerLayout"
    Identifier "Xorg Configured"
    Screen 0 "aticonfig-Screen[0]-0" 0 0
    Screen "aticonfig-Screen[0]-1" LeftOf "aticonfig-Screen[0]-0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "USB Mouse" "CorePointer"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    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"
    FontPath "/usr/share/fonts/cyrillic"
    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 "dbe"
    Load "dri"
    Load "extmod"
    Load "glx"
    Load "type1"
    Load "freetype"
    Load "record"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "no"
    EndSection
    Section "InputDevice"
    Identifier "USB Mouse"
    Driver "mouse"
    Option "Device" "/dev/input/mice"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-0"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-1"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    Option "Capabilities" "0x00000800"
    BusID "PCI:5:0:0"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-1"
    Driver "fglrx"
    BusID "PCI:5:0:0"
    Screen 1
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device "aticonfig-Device[0]-0"
    Monitor "aticonfig-Monitor[0]-0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-1"
    Device "aticonfig-Device[0]-1"
    Monitor "aticonfig-Monitor[0]-1"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection

    X.Org X Server 1.4.2
    Release Date: 11 June 2008
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.25-ARCH i686
    Current Operating System: Linux lappy486 2.6.26-ARCH #1 SMP PREEMPT Sun Aug 10 12:29:20 UTC 2008 i686
    Build Date: 21 June 2008 05:47:59PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sun Aug 10 21:14:43 2008
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Xorg Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "Synaptics Touchpad"
    (**) |-->Input Device "USB Mouse"
    (**) Option "AllowMouseOpenFail" "true"
    (**) Option "AIGLX" "on"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/PEX" does not exist.
    Entry deleted from font path.
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/cyrillic".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/cyrillic").
    (WW) The directory "/usr/share/fonts/ttf/western" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/ttf/decoratives" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype/openoffice" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype/ttf-bitstream-vera" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/latex-ttf-fonts" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/defoma/CID" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/defoma/TrueType" does not exist.
    Entry deleted from font path.
    (==) Including the default font path /usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1.
    (**) FontPath set to:
    /usr/share/fonts/misc:unscaled,
    /usr/share/fonts/misc,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/75dpi,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/100dpi,
    /usr/share/fonts/Type1,
    /usr/share/fonts/artwiz-fonts/,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (**) RgbPath set to "/usr/share/X11/rgb"
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (**) Extension "XVideo" is enabled
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) Loader magic: 0x81e0a60
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 2.0
    X.Org XInput driver : 2.0
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules//libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
    (--) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 1002,5a31 card 1179,ff10 rev 01 class 06,00,00 hdr 00
    (II) PCI: 00:01:0: chip 1002,5a3f card 0000,0000 rev 00 class 06,04,00 hdr 01
    (II) PCI: 00:04:0: chip 1002,5a36 card 0000,0000 rev 00 class 06,04,00 hdr 01
    (II) PCI: 00:12:0: chip 1002,4379 card 1179,ff10 rev 80 class 01,01,8f hdr 00
    (II) PCI: 00:13:0: chip 1002,4374 card 1179,ff10 rev 80 class 0c,03,10 hdr 80
    (II) PCI: 00:13:1: chip 1002,4375 card 1179,ff10 rev 80 class 0c,03,10 hdr 00
    (II) PCI: 00:13:2: chip 1002,4373 card 1179,ff10 rev 80 class 0c,03,20 hdr 00
    (II) PCI: 00:14:0: chip 1002,4372 card 1179,ff10 rev 82 class 0c,05,00 hdr 80
    (II) PCI: 00:14:1: chip 1002,4376 card 1179,ff10 rev 80 class 01,01,8a hdr 00
    (II) PCI: 00:14:2: chip 1002,437b card 1179,ff10 rev 01 class 04,03,00 hdr 00
    (II) PCI: 00:14:3: chip 1002,4377 card 1002,4377 rev 80 class 06,01,00 hdr 80
    (II) PCI: 00:14:4: chip 1002,4371 card 0000,0000 rev 80 class 06,04,01 hdr 81
    (II) PCI: 01:05:0: chip 1002,5a62 card 1179,ff10 rev 00 class 03,00,00 hdr 00
    (II) PCI: 02:00:0: chip 168c,001c card 144f,7106 rev 01 class 02,00,00 hdr 00
    (II) PCI: 05:06:0: chip 1524,1410 card a800,0000 rev 01 class 06,07,00 hdr 02
    (II) PCI: 05:07:0: chip 10ec,8139 card 1179,ff10 rev 10 class 02,00,00 hdr 00
    (II) PCI: 05:0a:0: chip 1106,3044 card 1179,ff10 rev c0 class 0c,00,10 hdr 00
    (II) PCI: End of PCI scan
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,6), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) Bus 0 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) Bus 0 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
    (II) Bus 1 I/O range:
    [0] -1 0 0x00009000 - 0x000090ff (0x100) IX[b]
    [1] -1 0 0x00009400 - 0x000094ff (0x100) IX[b]
    [2] -1 0 0x00009800 - 0x000098ff (0x100) IX[b]
    [3] -1 0 0x00009c00 - 0x00009cff (0x100) IX[b]
    (II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xc0000000 - 0xc00fffff (0x100000) MX[b]
    (II) Bus 1 prefetchable memory range:
    [0] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:4:0), (0,2,4), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) Bus 2 non-prefetchable memory range:
    [0] -1 0 0xc0100000 - 0xc01fffff (0x100000) MX[b]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:20:3), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) Subtractive PCI-to-PCI bridge:
    (II) Bus 5: bridge is at (0:20:4), (0,5,7), BCTRL: 0x0002 (VGA_EN is cleared)
    (II) Bus 5 I/O range:
    [0] -1 0 0x0000a000 - 0x0000afff (0x1000) IX[b]
    (II) Bus 5 non-prefetchable memory range:
    [0] -1 0 0xc0200000 - 0xc02fffff (0x100000) MX[b]
    (II) PCI-to-CardBus bridge:
    (II) Bus 6: bridge is at (5:6:0), (5,6,6), BCTRL: 0x05c0 (VGA_EN is cleared)
    (II) Bus 6 I/O range:
    [0] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b]
    [1] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[b]
    (--) PCI:*(1:5:0) ATI Technologies Inc RC410 [Radeon Xpress 200M] rev 0, Mem @ 0xd0000000/28, 0xc0000000/16, I/O @ 0x9000/8
    (II) Addressable bus resource ranges are
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) OS-reported resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) Active PCI resource ranges:
    [0] -1 0 0xc0200000 - 0xc02007ff (0x800) MX[b]
    [1] -1 0 0xc0200800 - 0xc02008ff (0x100) MX[b]
    [2] -1 0 0xc0100000 - 0xc010ffff (0x10000) MX[b]
    [3] -1 0 0xc0500000 - 0xc0503fff (0x4000) MX[b]
    [4] -1 0 0xc0507400 - 0xc05077ff (0x400) MX[b]
    [5] -1 0 0xc0506000 - 0xc0506fff (0x1000) MX[b]
    [6] -1 0 0xc0505000 - 0xc0505fff (0x1000) MX[b]
    [7] -1 0 0xc0504000 - 0xc0504fff (0x1000) MX[b]
    [8] -1 0 0xc0507000 - 0xc05071ff (0x200) MX[b]
    [9] -1 0 0xc0000000 - 0xc000ffff (0x10000) MX[b](B)
    [10] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [11] -1 0 0x0000a400 - 0x0000a47f (0x80) IX[b]
    [12] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[b]
    [13] -1 0 0x00008460 - 0x0000846f (0x10) IX[b]
    [14] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [15] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [16] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [17] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [18] -1 0 0x00008450 - 0x0000845f (0x10) IX[b]
    [19] -1 0 0x00008400 - 0x0000840f (0x10) IX[b]
    [20] -1 0 0x00008410 - 0x00008413 (0x4) IX[b]
    [21] -1 0 0x00008420 - 0x00008427 (0x8) IX[b]
    [22] -1 0 0x00008430 - 0x00008433 (0x4) IX[b]
    [23] -1 0 0x00008440 - 0x00008447 (0x8) IX[b]
    [24] -1 0 0x00009000 - 0x000090ff (0x100) IX[b](B)
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xc0200000 - 0xc02007ff (0x800) MX[b]
    [1] -1 0 0xc0200800 - 0xc02008ff (0x100) MX[b]
    [2] -1 0 0xc0100000 - 0xc010ffff (0x10000) MX[b]
    [3] -1 0 0xc0500000 - 0xc0503fff (0x4000) MX[b]
    [4] -1 0 0xc0507400 - 0xc05077ff (0x400) MX[b]
    [5] -1 0 0xc0506000 - 0xc0506fff (0x1000) MX[b]
    [6] -1 0 0xc0505000 - 0xc0505fff (0x1000) MX[b]
    [7] -1 0 0xc0504000 - 0xc0504fff (0x1000) MX[b]
    [8] -1 0 0xc0507000 - 0xc05071ff (0x200) MX[b]
    [9] -1 0 0xc0000000 - 0xc000ffff (0x10000) MX[b](B)
    [10] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [11] -1 0 0x0000a400 - 0x0000a47f (0x80) IX[b]
    [12] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[b]
    [13] -1 0 0x00008460 - 0x0000846f (0x10) IX[b]
    [14] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [15] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [16] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [17] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [18] -1 0 0x00008450 - 0x0000845f (0x10) IX[b]
    [19] -1 0 0x00008400 - 0x0000840f (0x10) IX[b]
    [20] -1 0 0x00008410 - 0x00008413 (0x4) IX[b]
    [21] -1 0 0x00008420 - 0x00008427 (0x8) IX[b]
    [22] -1 0 0x00008430 - 0x00008433 (0x4) IX[b]
    [23] -1 0 0x00008440 - 0x00008447 (0x8) IX[b]
    [24] -1 0 0x00009000 - 0x000090ff (0x100) IX[b](B)
    (II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) All system resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xc0200000 - 0xc02007ff (0x800) MX[b]
    [5] -1 0 0xc0200800 - 0xc02008ff (0x100) MX[b]
    [6] -1 0 0xc0100000 - 0xc010ffff (0x10000) MX[b]
    [7] -1 0 0xc0500000 - 0xc0503fff (0x4000) MX[b]
    [8] -1 0 0xc0507400 - 0xc05077ff (0x400) MX[b]
    [9] -1 0 0xc0506000 - 0xc0506fff (0x1000) MX[b]
    [10] -1 0 0xc0505000 - 0xc0505fff (0x1000) MX[b]
    [11] -1 0 0xc0504000 - 0xc0504fff (0x1000) MX[b]
    [12] -1 0 0xc0507000 - 0xc05071ff (0x200) MX[b]
    [13] -1 0 0xc0000000 - 0xc000ffff (0x10000) MX[b](B)
    [14] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [17] -1 0 0x0000a400 - 0x0000a47f (0x80) IX[b]
    [18] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[b]
    [19] -1 0 0x00008460 - 0x0000846f (0x10) IX[b]
    [20] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [21] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [22] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [23] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [24] -1 0 0x00008450 - 0x0000845f (0x10) IX[b]
    [25] -1 0 0x00008400 - 0x0000840f (0x10) IX[b]
    [26] -1 0 0x00008410 - 0x00008413 (0x4) IX[b]
    [27] -1 0 0x00008420 - 0x00008427 (0x8) IX[b]
    [28] -1 0 0x00008430 - 0x00008433 (0x4) IX[b]
    [29] -1 0 0x00008440 - 0x00008447 (0x8) IX[b]
    [30] -1 0 0x00009000 - 0x000090ff (0x100) IX[b](B)
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (**) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 1.4.2, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font FreeType
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension RECORD
    (II) LoadModule: "synaptics"
    (II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
    compiled for 4.3.99.902, module version = 1.0.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
    (II) LoadModule: "fglrx"
    (II) Loading /usr/lib/xorg/modules/drivers//fglrx_drv.so
    (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
    compiled for 7.1.0, module version = 8.51.3
    Module class: X.Org Video Driver
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.3.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
    (II) LoadModule: "synaptics"
    (II) Reloading /usr/lib/xorg/modules/input//synaptics_drv.so
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.3.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
    (II) Primary Device is: PCI 01:05:0
    (II) ATI Proprietary Linux Driver Version Identifier:8.51.3
    (II) ATI Proprietary Linux Driver Release Identifier: UNSUPPORTED-8.512
    (II) ATI Proprietary Linux Driver Build Date: Jul 3 2008 22:50:40
    (--) Chipset Supported AMD Graphics Processor (0x5A62) found
    (II) AMD Video driver is running on a device belonging to a group targeted for this release
    (II) AMD Video driver is signed
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xc0200000 - 0xc02007ff (0x800) MX[b]
    [5] -1 0 0xc0200800 - 0xc02008ff (0x100) MX[b]
    [6] -1 0 0xc0100000 - 0xc010ffff (0x10000) MX[b]
    [7] -1 0 0xc0500000 - 0xc0503fff (0x4000) MX[b]
    [8] -1 0 0xc0507400 - 0xc05077ff (0x400) MX[b]
    [9] -1 0 0xc0506000 - 0xc0506fff (0x1000) MX[b]
    [10] -1 0 0xc0505000 - 0xc0505fff (0x1000) MX[b]
    [11] -1 0 0xc0504000 - 0xc0504fff (0x1000) MX[b]
    [12] -1 0 0xc0507000 - 0xc05071ff (0x200) MX[b]
    [13] -1 0 0xc0000000 - 0xc000ffff (0x10000) MX[b](B)
    [14] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [17] -1 0 0x0000a400 - 0x0000a47f (0x80) IX[b]
    [18] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[b]
    [19] -1 0 0x00008460 - 0x0000846f (0x10) IX[b]
    [20] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [21] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [22] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [23] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [24] -1 0 0x00008450 - 0x0000845f (0x10) IX[b]
    [25] -1 0 0x00008400 - 0x0000840f (0x10) IX[b]
    [26] -1 0 0x00008410 - 0x00008413 (0x4) IX[b]
    [27] -1 0 0x00008420 - 0x00008427 (0x8) IX[b]
    [28] -1 0 0x00008430 - 0x00008433 (0x4) IX[b]
    [29] -1 0 0x00008440 - 0x00008447 (0x8) IX[b]
    [30] -1 0 0x00009000 - 0x000090ff (0x100) IX[b](B)
    (II) fglrx(0): pEnt->device->identifier=0x831d708
    (II) resource ranges after probing:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xc0200000 - 0xc02007ff (0x800) MX[b]
    [5] -1 0 0xc0200800 - 0xc02008ff (0x100) MX[b]
    [6] -1 0 0xc0100000 - 0xc010ffff (0x10000) MX[b]
    [7] -1 0 0xc0500000 - 0xc0503fff (0x4000) MX[b]
    [8] -1 0 0xc0507400 - 0xc05077ff (0x400) MX[b]
    [9] -1 0 0xc0506000 - 0xc0506fff (0x1000) MX[b]
    [10] -1 0 0xc0505000 - 0xc0505fff (0x1000) MX[b]
    [11] -1 0 0xc0504000 - 0xc0504fff (0x1000) MX[b]
    [12] -1 0 0xc0507000 - 0xc05071ff (0x200) MX[b]
    [13] -1 0 0xc0000000 - 0xc000ffff (0x10000) MX[b](B)
    [14] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [20] -1 0 0x0000a400 - 0x0000a47f (0x80) IX[b]
    [21] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[b]
    [22] -1 0 0x00008460 - 0x0000846f (0x10) IX[b]
    [23] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [24] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [25] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [26] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [27] -1 0 0x00008450 - 0x0000845f (0x10) IX[b]
    [28] -1 0 0x00008400 - 0x0000840f (0x10) IX[b]
    [29] -1 0 0x00008410 - 0x00008413 (0x4) IX[b]
    [30] -1 0 0x00008420 - 0x00008427 (0x8) IX[b]
    [31] -1 0 0x00008430 - 0x00008433 (0x4) IX[b]
    [32] -1 0 0x00008440 - 0x00008447 (0x8) IX[b]
    [33] -1 0 0x00009000 - 0x000090ff (0x100) IX[b](B)
    [34] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [35] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (II) fglrx(0): === [atiddxPreInit] === begin
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/lib/xorg/modules//libvgahw.so
    (II) Module vgahw: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 0.1.0
    ABI class: X.Org Video Driver, version 2.0
    (II) fglrx(0): PCI bus 1 card 5 func 0
    (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    (==) fglrx(0): Default visual is TrueColor
    (**) fglrx(0): Option "OpenGLOverlay" "off"
    (**) fglrx(0): Option "VideoOverlay" "on"
    (**) fglrx(0): Option "UseFastTLS" "2"
    (**) fglrx(0): Option "DPMS" "true"
    (II) fglrx(0): Loading PCS database from /etc/ati/amdpcsdb
    (==) fglrx(0): RGB weight 888
    (II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
    (==) fglrx(0): Gamma Correction for I is 0x06419064
    (==) fglrx(0): Gamma Correction for II is 0x06419064
    (==) fglrx(0): Buffer Tiling is ON
    (--) fglrx(0): Chipset: "ATI Radeon Xpress Series" (Chipset = 0x5a62)
    (--) fglrx(0): (PciSubVendor = 0x1179, PciSubDevice = 0xff10)
    (--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
    (--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
    (--) fglrx(0): MMIO registers at 0xc0000000
    (--) fglrx(0): I/O port at 0x00009000
    (==) fglrx(0): ROM-BIOS at 0x000c0000
    (II) fglrx(0): Primary V_BIOS segment is: 0xc000
    (II) Loading sub module "vbe"
    (II) LoadModule: "vbe"
    (II) Loading /usr/lib/xorg/modules//libvbe.so
    (II) Module vbe: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.1.0
    ABI class: X.Org Video Driver, version 2.0
    (II) fglrx(0): VESA BIOS detected
    (II) fglrx(0): VESA VBE Version 2.0
    (II) fglrx(0): VESA VBE Total Mem: 131072 kB
    (II) fglrx(0): VESA VBE OEM: ATI RADEON XPRESS 200M Series
    (II) fglrx(0): VESA VBE OEM Software Rev: 1.0
    (II) fglrx(0): VESA VBE OEM Vendor: ATI Technologies Inc.
    (II) fglrx(0): VESA VBE OEM Product: MS4
    (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 8, (OK)
    drmOpenByBusid: Searching for BusID PCI:1:5:0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 8, (OK)
    drmOpenByBusid: drmOpenMinor returns 8
    drmOpenByBusid: drmGetBusid reports PCI:1:5:0
    (II) Loading sub module "fglrxdrm"
    (II) LoadModule: "fglrxdrm"
    (II) Loading /usr/lib/xorg/modules/linux//libfglrxdrm.so
    (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
    compiled for 7.1.0, module version = 8.51.3
    ABI class: X.Org Server Extension, version 0.3
    (II) fglrx(0): Using adapter: 1:5.0.
    (II) fglrx(0): [FB] Find the MC FB aperturs range(MCFBBase = 0x38000000, MCFBSize = 0x8000000)
    (--) fglrx(0): VideoRAM: 131072 kByte, Type: DDR SGRAM / SDRAM
    (II) fglrx(0): PCIE card detected
    (WW) fglrx(0): board is an unknown third party board, chipset is supported
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"(II) Module "ddc" already built-in
    (II) fglrx(0): Connected Display1: LCD on internal LVDS [lvds]
    (II) fglrx(0): Display1 EDID data ---------------------------
    (II) fglrx(0): Manufacturer: LPL Model: c800 Serial#: 0
    (II) fglrx(0): Year: 2006 Week: 0
    (II) fglrx(0): EDID Version: 1.3
    (II) fglrx(0): Digital Display Input
    (II) fglrx(0): Max H-Image Size [cm]: horiz.: 33 vert.: 21
    (II) fglrx(0): Gamma: 2.20
    (II) fglrx(0): No DPMS capabilities specified; RGB/Color Display
    (II) fglrx(0): First detailed timing is preferred mode
    (II) fglrx(0): redX: 0.600 redY: 0.351 greenX: 0.324 greenY: 0.554
    (II) fglrx(0): blueX: 0.153 blueY: 0.140 whiteX: 0.312 whiteY: 0.328
    (II) fglrx(0): Manufacturer's mask: 0
    (II) fglrx(0): Supported additional Video Mode:
    (II) fglrx(0): clock: 73.5 MHz Image Size: 331 x 207 mm
    (II) fglrx(0): h_active: 1280 h_sync: 1312 h_sync_end 1352 h_blank_end 1464 h_border: 0
    (II) fglrx(0): v_active: 800 v_sync: 804 v_sync_end 808 v_blanking: 837 v_border: 0
    (II) fglrx(0): LGPhilipsLCD
    (II) fglrx(0): LP154W01-TLE4
    (II) fglrx(0): EDID (in hex):
    (II) fglrx(0): 00ffffffffffff00320c00c800000000
    (II) fglrx(0): 00100103802115780ab3709959538d27
    (II) fglrx(0): 23505400000001010101010101010101
    (II) fglrx(0): 010101010101b61c00b8502025302028
    (II) fglrx(0): 44004bcf100000190000000000000000
    (II) fglrx(0): 00000000000000000000000000fe004c
    (II) fglrx(0): 475068696c6970734c43440a000000fe
    (II) fglrx(0): 004c503135345730312d544c4534002a
    (II) fglrx(0): End of Display1 EDID data --------------------
    (II) fglrx(0): Primary Controller - LCD on internal LVDS
    (II) fglrx(0): Internal Desktop Setting: 0x00000004
    (II) fglrx(0): POWERplay version 3. 1 power state available:
    (II) fglrx(0): 1. 301/266MHz @ 60Hz [enable load balancing]
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2
    (==) fglrx(0): Qbs is not supported in this release. Disabled.
    (==) fglrx(0): FAST_SWAP disabled
    (==) fglrx(0): PseudoColor visuals disabled
    (==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
    (==) fglrx(0): Center Mode is disabled
    (==) fglrx(0): TMDS coherent mode is enabled
    (II) fglrx(0): Total of 13 modes found for primary display.
    (--) fglrx(0): Virtual size is 1280x800 (pitch 0)
    (**) fglrx(0): *Mode "1280x800": 73.5 MHz (scaled from 0.0 MHz), 50.2 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1280x800"x60.0 73.50 1280 1312 1352 1464 800 804 808 837 (50.2 kHz)
    (**) fglrx(0): *Mode "1024x768": 73.5 MHz (scaled from 0.0 MHz), 50.2 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1024x768"x60.0 73.50 1024 1184 1224 1464 768 788 792 837 (50.2 kHz)
    (**) fglrx(0): *Mode "800x600": 73.5 MHz (scaled from 0.0 MHz), 50.2 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "800x600"x60.0 73.50 800 1072 1112 1464 600 704 708 837 (50.2 kHz)
    (**) fglrx(0): *Mode "640x480": 73.5 MHz (scaled from 0.0 MHz), 50.2 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "640x480"x60.0 73.50 640 992 1032 1464 480 644 648 837 (50.2 kHz)
    (**) fglrx(0): Default mode "848x480": 73.5 MHz (scaled from 0.0 MHz), 50.2 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "848x480"x60.0 73.50 848 1096 1136 1464 480 644 648 837 (50.2 kHz)
    (**) fglrx(0): Default mode "720x576": 73.5 MHz (scaled from 0.0 MHz), 50.2 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "720x576"x60.0 73.50 720 1032 1072 1464 576 692 696 837 (50.2 kHz)
    (**) fglrx(0): Default mode "720x480": 73.5 MHz (scaled from 0.0 MHz), 50.2 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "720x480"x60.0 73.50 720 1032 1072 1464 480 644 648 837 (50.2 kHz)
    (**) fglrx(0): Default mode "640x400": 73.5 MHz (scaled from 0.0 MHz), 50.2 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "640x400"x60.0 73.50 640 992 1032 1464 400 604 608 837 (50.2 kHz)
    (**) fglrx(0): Default mode "640x350": 73.5 MHz (scaled from 0.0 MHz), 50.2 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "640x350"x60.0 73.50 640 992 1032 1464 350 579 583 837 (50.2 kHz)
    (**) fglrx(0): Default mode "512x384": 73.5 MHz (scaled from 0.0 MHz), 50.2 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "512x384"x60.0 73.50 512 928 968 1464 384 596 600 837 (50.2 kHz)
    (**) fglrx(0): Default mode "400x300": 73.5 MHz (scaled from 0.0 MHz), 50.2 kHz, 60.0 Hz (D)
    (II) fglrx(0): Modeline "400x300"x60.0 73.50 400 872 912 1464 300 704 708 837 doublescan (50.2 kHz)
    (**) fglrx(0): Default mode "320x240": 73.5 MHz (scaled from 0.0 MHz), 50.2 kHz, 60.0 Hz (D)
    (II) fglrx(0): Modeline "320x240"x60.0 73.50 320 832 872 1464 240 644 648 837 doublescan (50.2 kHz)
    (**) fglrx(0): Default mode "320x200": 73.5 MHz (scaled from 0.0 MHz), 50.2 kHz, 60.0 Hz (D)
    (II) fglrx(0): Modeline "320x200"x60.0 73.50 320 832 872 1464 200 604 608 837 doublescan (50.2 kHz)
    (--) fglrx(0): Display dimensions: (330, 210) mm
    (--) fglrx(0): DPI set to (98, 96)
    (--) fglrx(0): Virtual size is 1280x800 (pitch 1280)
    (**) fglrx(0): *Mode "1280x800": 73.5 MHz (scaled from 0.0 MHz), 50.2 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1280x800"x60.0 73.50 1280 1312 1352 1464 800 804 808 837 (50.2 kHz)
    (**) fglrx(0): *Mode "1024x768": 73.5 MHz (scaled from 0.0 MHz), 50.2 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1024x768"x60.0 73.50 1024 1184 1224 1464 768 788 792 837 (50.2 kHz)
    (**) fglrx(0): *Mode "800x600": 73.5 MHz (scaled from 0.0 MHz), 50.2 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "800x600"x60.0 73.50 800 1072 1112 1464 600 704 708 837 (50.2 kHz)
    (**) fglrx(0): *Mode "640x480": 73.5 MHz (scaled from 0.0 MHz), 50.2 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "640x480"x60.0 73.50 640 992 1032 1464 480 644 648 837 (50.2 kHz)
    (**) fglrx(0): Default mode "848x480": 73.5 MHz (scaled from 0.0 MHz), 50.2 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "848x480"x60.0 73.50 848 1096 1136 1464 480 644 648 837 (50.2 kHz)
    (**) fglrx(0): Default mode "720x576": 73.5 MHz (scaled from 0.0 MHz), 50.2 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "720x576"x60.0 73.50 720 1032 1072 1464 576 692 696 837 (50.2 kHz)
    (**) fglrx(0): Default mode "720x480": 73.5 MHz (scaled from 0.0 MHz), 50.2 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "720x480"x60.0 73.50 720 1032 1072 1464 480 644 648 837 (50.2 kHz)
    (**) fglrx(0): Default mode "640x400": 73.5 MHz (scaled from 0.0 MHz), 50.2 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "640x400"x60.0 73.50 640 992 1032 1464 400 604 608 837 (50.2 kHz)
    (**) fglrx(0): Default mode "640x350": 73.5 MHz (scaled from 0.0 MHz), 50.2 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "640x350"x60.0 73.50 640 992 1032 1464 350 579 583 837 (50.2 kHz)
    (**) fglrx(0): Default mode "512x384": 73.5 MHz (scaled from 0.0 MHz), 50.2 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "512x384"x60.0 73.50 512 928 968 1464 384 596 600 837 (50.2 kHz)
    (**) fglrx(0): Default mode "400x300": 73.5 MHz (scaled from 0.0 MHz), 50.2 kHz, 60.0 Hz (D)
    (II) fglrx(0): Modeline "400x300"x60.0 73.50 400 872 912 1464 300 704 708 837 doublescan (50.2 kHz)
    (**) fglrx(0): Default mode "320x240": 73.5 MHz (scaled from 0.0 MHz), 50.2 kHz, 60.0 Hz (D)
    (II) fglrx(0): Modeline "320x240"x60.0 73.50 320 832 872 1464 240 644 648 837 doublescan (50.2 kHz)
    (**) fglrx(0): Default mode "320x200": 73.5 MHz (scaled from 0.0 MHz), 50.2 kHz, 60.0 Hz (D)
    (II) fglrx(0): Modeline "320x200"x60.0 73.50 320 832 872 1464 200 604 608 837 doublescan (50.2 kHz)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
    (==) fglrx(0): NoAccel = NO
    (II) Loading sub module "xaa"
    (II) LoadModule: "xaa"
    (II) Loading /usr/lib/xorg/modules//libxaa.so
    (II) Module xaa: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.2.0
    ABI class: X.Org Video Driver, version 2.0
    (==) fglrx(0): NoDRI = NO
    (II) Loading sub module "fglrxdrm"
    (II) LoadModule: "fglrxdrm"
    (II) Reloading /usr/lib/xorg/modules/linux//libfglrxdrm.so
    (==) fglrx(0): Capabilities: 0x00000000
    (==) fglrx(0): CapabilitiesEx: 0x00000000
    (==) fglrx(0): cpuFlags: 0x8000001d
    (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
    (**) fglrx(0): ATI GART size: 255 MB
    (II) fglrx(0): [pcie] 261120 kB allocated
    (II) fglrx(0): [drm] DRM buffer queue setup: nbufs = 100 bufsize = 65536
    (**) fglrx(0): UseFastTLS=2
    (==) fglrx(0): BlockSignalsOnLock=1
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] 0 0 0xc0000000 - 0xc000ffff (0x10000) MX[b]
    [1] 0 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b]
    [2] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [6] -1 0 0xc0200000 - 0xc02007ff (0x800) MX[b]
    [7] -1 0 0xc0200800 - 0xc02008ff (0x100) MX[b]
    [8] -1 0 0xc0100000 - 0xc010ffff (0x10000) MX[b]
    [9] -1 0 0xc0500000 - 0xc0503fff (0x4000) MX[b]
    [10] -1 0 0xc0507400 - 0xc05077ff (0x400) MX[b]
    [11] -1 0 0xc0506000 - 0xc0506fff (0x1000) MX[b]
    [12] -1 0 0xc0505000 - 0xc0505fff (0x1000) MX[b]
    [13] -1 0 0xc0504000 - 0xc0504fff (0x1000) MX[b]
    [14] -1 0 0xc0507000 - 0xc05071ff (0x200) MX[b]
    [15] -1 0 0xc0000000 - 0xc000ffff (0x10000) MX[b](B)
    [16] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [17] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprU)
    [18] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprU)
    [19] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprU)
    [20] 0 0 0x00009000 - 0x000090ff (0x100) IX[b]
    [21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [22] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [23] -1 0 0x0000a400 - 0x0000a47f (0x80) IX[b]
    [24] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[b]
    [25] -1 0 0x00008460 - 0x0000846f (0x10) IX[b]
    [26] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [27] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [28] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [29] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [30] -1 0 0x00008450 - 0x0000845f (0x10) IX[b]
    [31] -1 0 0x00008400 - 0x0000840f (0x10) IX[b]
    [32] -1 0 0x00008410 - 0x00008413 (0x4) IX[b]
    [33] -1 0 0x00008420 - 0x00008427 (0x8) IX[b]
    [34] -1 0 0x00008430 - 0x00008433 (0x4) IX[b]
    [35] -1 0 0x00008440 - 0x00008447 (0x8) IX[b]
    [36] -1 0 0x00009000 - 0x000090ff (0x100) IX[b](B)
    [37] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [38] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (II) fglrx(0): driver needs X.org 7.1.x.y with x.y >= 0.0
    (II) fglrx(0): detected X.org 7.1.2.0
    (II) Loading extension ATIFGLRXDRI
    (II) fglrx(0): doing DRIScreenInit
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 8, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 8, (OK)
    drmOpenByBusid: Searching for BusID PCI:1:5:0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 8, (OK)
    drmOpenByBusid: drmOpenMinor returns 8
    drmOpenByBusid: drmGetBusid reports PCI:1:5:0
    (II) [drm] DRM interface version 1.0
    (II) [drm] DRM open master succeeded.
    (II) fglrx(0): [drm] Using the DRM lock SAREA also for drawables.
    (II) fglrx(0): [drm] framebuffer handle = 0x7000
    (II) fglrx(0): [drm] added 1 reserved context for kernel
    (II) fglrx(0): X context handle = 0x1
    (II) fglrx(0): DRIScreenInit done
    (II) fglrx(0): Kernel Module Version Information:
    (II) fglrx(0): Name: fglrx
    (II) fglrx(0): Version: 8.51.3
    (II) fglrx(0): Date: Jul 3 2008
    (II) fglrx(0): Desc: ATI FireGL DRM kernel module
    (II) fglrx(0): Kernel Module version matches driver.
    (II) fglrx(0): Kernel Module Build Time Information:
    (II) fglrx(0): Build-Kernel UTS_RELEASE: 2.6.26-ARCH
    (II) fglrx(0): Build-Kernel MODVERSIONS: no
    (II) fglrx(0): Build-Kernel __SMP__: no
    (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
    (II) fglrx(0): [drm] register handle = 0x00009000
    (II) fglrx(0): Interrupt handler installed at IRQ 17.
    (II) fglrx(0): Exposed events to the /proc interface
    (EE) fglrx(0): Failed to allocate primary surface (frame buffer)!
    (II) fglrx(0): Shutdown CMMQS
    (II) fglrx(0): [drm] removed 1 reserved context for kernel
    (II) fglrx(0): [drm] unmapping 8192 bytes of SAREA 0x6000 at 0xb8027000
    (II) fglrx(0): [drm] Closed DRM master.
    (WW) fglrx(0): ***********************************************
    (WW) fglrx(0): * DRI initialization failed! *
    (WW) fglrx(0): * (maybe driver kernel module missing or bad) *
    (WW) fglrx(0): * 2D acceleraton available (MMIO) *
    (WW) fglrx(0): * no 3D acceleration available *
    (WW) fglrx(0): ********************************************* *
    (II) fglrx(0): FBADPhys: 0x38000000 FBMappedSize: 0x08000000
    (==) fglrx(0): Write-combining range (0xd0000000,0x8000000)
    (II) fglrx(0): FBMM initialized for area (0,0)-(1280,8191)
    (II) fglrx(0): FBMM auto alloc for area (0,0)-(1280,800) (front color buffer - assumption)
    (II) fglrx(0): Largest offscreen area available: 1280 x 7391
    (==) fglrx(0): Backing store disabled
    (II) Loading extension FGLRXEXTENSION
    (II) Loading extension ATITVOUT
    (**) fglrx(0): DPMS enabled
    (**) fglrx(0): Option "XaaNoOffscreenPixmaps" "true"
    (II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
    Screen to screen bit blits
    Solid filled rectangles
    Solid Horizontal and Vertical Lines
    Setting up tile and stipple cache:
    32 128x128 slots
    32 256x256 slots
    16 512x512 slots
    (II) fglrx(0): Acceleration enabled
    (II) LoadModule: "amdxmm"
    (II) Loading /usr/lib/xorg/modules//amdxmm.so
    (II) Module amdxmm: vendor="X.Org Foundation"
    compiled for 7.1.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (EE) fglrx(0): XMM failed to open CMMQS connection.
    (II) fglrx(0): XMM failed to initialize!
    (II) fglrx(0): Direct rendering disabled
    (==) fglrx(0): Silken mouse enabled
    (==) fglrx(0): Using hardware cursor
    (==) RandR enabled
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-APPGROUP
    (II) Initializing built-in extension XAccessControlExtension
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension XFree86-Bigfont
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing built-in extension XEVIE
    (II) AIGLX: Screen 0 is not DRI capable
    (II) Loading sub module "GLcore"
    (II) LoadModule: "GLcore"
    (II) Loading /usr/lib/xorg/modules/extensions//libGLcore.so
    (II) Module GLcore: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (II) GLX: Initialized MESA-PROXY GL provider for screen 0
    (**) Option "CoreKeyboard"
    (**) Keyboard0: always reports core events
    (**) Option "Protocol" "standard"
    (**) Keyboard0: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) Keyboard0: XkbRules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) Keyboard0: XkbModel: "pc105"
    (**) Option "XkbLayout" "us"
    (**) Keyboard0: XkbLayout: "us"
    (WW) Option "XkbVariant" requires an string value
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard0: CustomKeycodes disabled
    (II) Synaptics touchpad driver version 0.14.6 (1406)
    (--) Synaptics Touchpad auto-dev sets device to /dev/input/event7
    (**) Option "Device" "/dev/input/event7"
    (**) Option "SHMConfig" "on"
    (**) Option "MaxTapTime" "0"
    (--) Synaptics Touchpad touchpad found
    (**) Option "CorePointer"
    (**) Synaptics Touchpad: always reports core events
    (**) Option "Protocol" "IMPS/2"
    (**) USB Mouse: Device: "/dev/input/mice"
    (**) USB Mouse: Protocol: "IMPS/2"
    (**) Option "SendCoreEvents"
    (**) USB Mouse: always reports core events
    (**) Option "Device" "/dev/input/mice"
    (**) Option "Buttons" "5"
    (==) USB Mouse: Emulate3Buttons, Emulate3Timeout: 50
    (**) Option "ZAxisMapping" "4 5"
    (**) USB Mouse: ZAxisMapping: buttons 4 and 5
    (**) USB Mouse: Buttons: 9
    (**) USB Mouse: Sensitivity: 1
    (II) evaluating device (USB Mouse)
    (II) XINPUT: Adding extended input device "USB Mouse" (type: MOUSE)
    (II) evaluating device (Synaptics Touchpad)
    (II) XINPUT: Adding extended input device "Synaptics Touchpad" (type: MOUSE)
    (II) evaluating device (Keyboard0)
    (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
    (II) USB Mouse: ps2EnableDataReporting: succeeded
    (--) Synaptics Touchpad auto-dev sets device to /dev/input/event7
    (**) Option "Device" "/dev/input/event7"
    (--) Synaptics Touchpad touchpad found
    (II) 3rd Button detected: disabling emulate3Button
    Section "ServerLayout"
    Identifier "Xorg Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Synaptics Touchpad" "CorePointer"
    InputDevice "USB Mouse" "SendCoreEvents"
    Option "AIGLX" "on"
    EndSection
    Section "Files"
    # Additional fonts: Locale, Gimp, TTF...
    # 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!
    RgbPath "/usr/share/X11/rgb"
    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"
    FontPath "/usr/share/fonts/cyrillic"
    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"
    FontPath "/usr/share/fonts/artwiz-fonts/"
    EndSection
    Section "Module"
    Load "dbe"
    Load "dri"
    Load "extmod"
    Load "glx"
    Load "bitmap" # bitmap-fonts
    Load "freetype"
    Load "record"
    Load "synaptics"
    EndSection
    Section "ServerFlags"
    Option "AllowMouseOpenFail" "true"
    EndSection
    Section "InputDevice"
    Identifier "Synaptics Touchpad"
    Driver "synaptics"
    Option "CorePointer"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "SHMConfig" "on"
    Option "MaxTapTime" "0"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    Option "XkbVariant" ""
    EndSection
    Section "InputDevice"
    Identifier "USB Mouse"
    Driver "mouse"
    Option "Device" "/dev/input/mice"
    Option "SendCoreEvents" "true"
    Option "Protocol" "IMPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Buttons" "5"
    EndSection
    Section "Monitor"
    # Warning: This may fry old Monitors
    # 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
    Identifier "Monitor0"
    HorizSync 28.0 - 96.0
    VertRefresh 50.0 - 75.0
    ModeLine "640x350" 31.5 640 672 736 832 350 382 385 445 +hsync -vsync
    ModeLine "640x400" 31.5 640 672 736 832 400 401 404 445 -hsync +vsync
    ModeLine "720x400" 35.5 720 756 828 936 400 401 404 446 -hsync +vsync
    ModeLine "640x480" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
    ModeLine "640x480" 31.5 640 664 704 832 480 489 491 520 -hsync -vsync
    ModeLine "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
    ModeLine "640x480" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync
    ModeLine "800x600" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
    ModeLine "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    ModeLine "800x600" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
    ModeLine "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
    ModeLine "800x600" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
    ModeLine "1024x768" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync interlace
    ModeLine "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
    ModeLine "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
    ModeLine "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
    ModeLine "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
    ModeLine "1152x864" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
    ModeLine "1280x960" 108.0 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync
    ModeLine "1280x960" 148.5 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync
    ModeLine "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    ModeLine "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
    ModeLine "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
    ModeLine "1600x1200" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine "1600x1200" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine "1600x1200" 189.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine "1600x1200" 202.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine "1600x1200" 229.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine "1792x1344" 204.8 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync
    ModeLine "1792x1344" 261.0 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync
    ModeLine "1856x1392" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync
    ModeLine "1856x1392" 288.0 1856 1984 2208 2560 1392 1393 1396 1500 -hsync +vsync
    ModeLine "1920x1440" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
    ModeLine "1920x1440" 297.0 1920 2064 2288 2640 1440 1441 1444 1500 -hsync +vsync
    ModeLine "1800x1440" 230.0 1800 1896 2088 2392 1440 1441 1444 1490 +hsync +vsync
    ModeLine "1800x1440" 250.0 1800 1896 2088 2392 1440 1441 1444 1490 +hsync +vsync
    ModeLine "640x480" 43.2 640 680 744 848 480 481 484 509 -hsync +vsync
    ModeLine "768x576" 35.0 768 792 872 976 576 577 580 597 -hsync +vsync
    ModeLine "768x576" 42.9 768 800 880 992 576 577 580 601 -hsync +vsync
    ModeLine "768x576" 45.5 768 808 888 1008 576 577 580 602 -hsync +vsync
    ModeLine "768x576" 51.8 768 808 888 1008 576 577 580 605 -hsync +vsync
    ModeLine "768x576" 62.6 768 816 896 1024 576 577 580 611 -hsync +vsync
    ModeLine "800x600" 68.2 800 848 936 1072 600 601 604 636 -hsync +vsync
    ModeLine "1024x768" 113.3 1024 1096 1208 1392 768 769 772 814 -hsync +vsync
    ModeLine "1152x864" 81.6 1152 1216 1336 1520 864 865 868 895 -hsync +vsync
    ModeLine "1152x864" 119.7 1152 1224 1352 1552 864 865 868 907 -hsync +vsync
    ModeLine "1152x864" 143.5 1152 1232 1360 1568 864 865 868 915 -hsync +vsync
    ModeLine "1280x960" 124.5 1280 1368 1504 1728 960 961 964 1001 -hsync +vsync
    ModeLine "1280x960" 129.9 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync
    ModeLine "1280x960" 179.0 1280 1376 1520 1760 960 961 964 1017 -hsync +vsync
    ModeLine "1280x1024" 191.0 1280 1376 1520 1760 1024 1025 1028 1085 -hsync +vsync
    ModeLine "1400x1050" 122.6 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
    ModeLine "1400x1050" 149.3 1400 1496 1648 1896 1050 1051 1054 1094 -hsync +vsync
    ModeLine "1400x1050" 155.8 1400 1496 1648 1896 1050 1051 1054 1096 -hsync +vsync
    ModeLine "1400x1050" 179.3 1400 1504 1656 1912 1050 1051 1054 1103 -hsync +vsync
    ModeLine "1400x1050" 214.4 1400 1512 1664 1928 1050 1051 1054 1112 -hsync +vsync
    ModeLine "1600x1200" 280.6 1600 1728 1904 2208 1200 1201 1204 1271 -hsync +vsync
    Option "DPMS" "true"
    # HorizSync 28.0 - 78.0 # Warning: This may fry very old Monitors
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "fglrx"
    Option "XAANoOffscreenPixmaps" "true"
    # Option "TexturedVideo" "on"
    # Option "Textured2D" "on"
    # Option "TexturedXRender" "on"
    Option "UseFastTLS" "2"
    # Option "BackingStore" "on"
    Option "VideoOverlay" "on"
    Option "OpenGLOverlay" "off"
    BusID "PCI:1:5:0"
    EndSection
    Section "Extensions"
    Option "XVideo" "Enable"
    # Option "RENDER" "Enable"
    # Option "DAMAGE" "Enable"
    # Option "Composite" "Enable"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 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 "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 32
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection

  • [partially solved] Kernel upgrade and longer udev events

    Hi guys,
    Well this isn't actually a problem, but nevertheless I'm curious about why the time to finish the 'udev events' during boot seems to be increasing after the two previous kernel upgrades.
    kernel26-2.6.25.11-1 : around 3.5 seconds
    kernel26-2.6.26.2-1 : around 5.7 seconds
    kernel26-2.6.26.3-1 : around 9.5 seconds
    Any idea?
    Last edited by new2arch (2008-08-29 12:11:26)

    zyghom wrote:on mine with 26.3 is 3.5 sec
    Back to ~5.5 seconds again by applying this 'how to':
    http://wiki.archlinux.org/index.php/Speedup_udev
    I opted for option 1.

  • Server not starting after kernel upgrade

    Hi,
    I did a SAP Kernel upgrade of Patch 146 in NW2004s Unicode system
    After the kernel upgrade, the SAP is not starting
    Pls let me know of what can be teh reason
    The following is dev_disp file
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      01
    sid        BWS
    systemid   562 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    146
    intno      20050900
    make:      multithreaded, Unicode, 64 bit, optimized
    pid        2204
    Mon Jun 16 13:02:04 2008
    kernel runs with dp version 232000(ext=109000) (@(#) DPLIB-INT-VERSION-232000-UC)
    length of sys_adm_ext is 576 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (01 2204) [dpxxdisp.c   1243]
         shared lib "dw_xml.dll" version 146 successfully loaded
         shared lib "dw_xtc.dll" version 146 successfully loaded
         shared lib "dw_stl.dll" version 146 successfully loaded
         shared lib "dw_gui.dll" version 146 successfully loaded
         shared lib "dw_mdm.dll" version 146 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3901
    Mon Jun 16 13:02:09 2008
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 5 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5371]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >WDBSSAPBWS01_BWS_01                     <
    DpShMCreate: sizeof(wp_adm)          23680     (1480)
    DpShMCreate: sizeof(tm_adm)          5652128     (28120)
    DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/16/552064/552080
    DpShMCreate: sizeof(comm_adm)          552080     (1088)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)          0     (104)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1864)
    DpShMCreate: sizeof(wall_adm)          (41664/36752/64/192)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 000000000EE80050, size: 6347104)
    DpShMCreate: allocated sys_adm at 000000000EE80050
    DpShMCreate: allocated wp_adm at 000000000EE82150
    DpShMCreate: allocated tm_adm_list at 000000000EE87DD0
    DpShMCreate: allocated tm_adm at 000000000EE87E30
    DpShMCreate: allocated wp_ca_adm at 000000000F3EBCD0
    DpShMCreate: allocated appc_ca_adm at 000000000F3F1A90
    DpShMCreate: allocated comm_adm at 000000000F3F39D0
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 000000000F47A660
    DpShMCreate: allocated gw_adm at 000000000F47A6E0
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 000000000F47A710
    DpShMCreate: allocated wall_adm at 000000000F47A720
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    ThTaskStatus: rdisp/reset_online_during_debug 0
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 4096 kByte.
    Using implementation view
    <EsNT> Using memory model view.
    <EsNT> Memory Reset disabled as NT default
    <ES> 127 blocks reserved for free list.
    ES initialized.
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 3496
      argv[0] = D:\usr\sap\BWS\DVEBMGS01\exe\jcontrol.EXE
      argv[1] = D:\usr\sap\BWS\DVEBMGS01\exe\jcontrol.EXE
      argv[2] = pf=D:\usr\sap\BWS\SYS\profile\BWS_DVEBMGS01_WDBSSAPBWS01
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=65000
      argv[5] = -DSAPSYSTEM=01
      argv[6] = -DSAPSYSTEMNAME=BWS
      argv[7] = -DSAPMYNAME=WDBSSAPBWS01_BWS_01
      argv[8] = -DSAPPROFILE=D:\usr\sap\BWS\SYS\profile\BWS_DVEBMGS01_WDBSSAPBWS01
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG CPS=> DpLoopInit, ICU ( 3.0 3.0 4.0.1) [dpxxdisp.c   1633]
    ***LOG Q0K=> DpMsAttach, mscon ( WDBSSAPBWS01) [dpxxdisp.c   11822]
    DpStartStopMsg: send start message (myname is >WDBSSAPBWS01_BWS_01                     <)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpJ2eeLogin: j2ee state = CONNECTED
    DpMsgAdmin: Set release to 7000, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1050]
    DpMsgAdmin: Set patchno for this platform to 146
    Release check o.K.
    Mon Jun 16 13:02:11 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4424]
    ERROR => NiIRead: SiRecv failed for hdl 4 / sock 340
        (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:2447) [nixxi.cpp    4424]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=3496)
    ERROR => DpProcKill: kill failed [dpntdisp.c   371]
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Mon Jun 16 13:02:49 2008
    ERROR => DpHdlDeadWp: W0 (pid 3504) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W1 (pid 3380) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W2 (pid 4348) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W3 (pid 3528) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W4 (pid 4528) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W5 (pid 4360) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W6 (pid 788) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W7 (pid 4432) died [dpxxdisp.c   14532]
    my types changed after wp death/restart 0xbf --> 0xbe
    ERROR => DpHdlDeadWp: W8 (pid 3376) died [dpxxdisp.c   14532]
    my types changed after wp death/restart 0xbe --> 0xbc
    ERROR => DpHdlDeadWp: W9 (pid 3632) died [dpxxdisp.c   14532]
    my types changed after wp death/restart 0xbc --> 0xb8
    ERROR => DpHdlDeadWp: W10 (pid 3928) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W11 (pid 3304) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W12 (pid 3316) died [dpxxdisp.c   14532]
    ERROR => DpHdlDeadWp: W13 (pid 4956) died [dpxxdisp.c   14532]
    my types changed after wp death/restart 0xb8 --> 0xb0
    ERROR => DpHdlDeadWp: W14 (pid 1136) died [dpxxdisp.c   14532]
    my types changed after wp death/restart 0xb0 --> 0xa0
    ERROR => DpHdlDeadWp: W15 (pid 4968) died [dpxxdisp.c   14532]
    my types changed after wp death/restart 0xa0 --> 0x80
    DP_FATAL_ERROR => DpWPCheck: no more work processes
    DISPATCHER EMERGENCY SHUTDOWN ***
    increase tracelevel of WPs
    NiWait: sleep (10000ms) ...
    NiISelect: timeout 10000ms
    NiISelect: maximum fd=481
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jun 16 13:02:59 2008
    NiISelect: TIMEOUT occured (10000ms)
    dump system status
    Workprocess Table (long)               Mon Jun 16 17:02:59 2008
    ========================
    No Ty. Pid      Status  Cause Start Err Sem CPU    Time  Program          Cl  User         Action                    Table
    0 DIA     3504 Ended         no      1   0        0                                                                         
    1 DIA     3380 Ended         no      1   0        0                                                                         
    2 DIA     4348 Ended         no      1   0        0                                                                         
    3 DIA     3528 Ended         no      1   0        0                                                                         
    4 DIA     4528 Ended         no      1   0        0                                                                         
    5 DIA     4360 Ended         no      1   0        0                                                                         
    6 DIA      788 Ended         no      1   0        0                                                                         
    7 DIA     4432 Ended         no      1   0        0                                                                         
    8 UPD     3376 Ended         no      1   0        0                                                                         
    9 ENQ     3632 Ended         no      1   0        0                                                                         
    10 BTC     3928 Ended         no      1   0        0                                                                         
    11 BTC     3304 Ended         no      1   0        0                                                                         
    12 BTC     3316 Ended         no      1   0        0                                                                         
    13 BTC     4956 Ended         no      1   0        0                                                                         
    14 SPO     1136 Ended         no      1   0        0                                                                         
    15 UP2     4968 Ended         no      1   0        0                                                                         
    Dispatcher Queue Statistics               Mon Jun 16 17:02:59 2008
    ===========================
    --------++++--
    +
    Typ
    now
    high
    max
    writes
    reads
    --------++++--
    +
    NOWP
    0
    2
    2000
    5
    5
    --------++++--
    +
    DIA
    5
    5
    2000
    5
    0
    --------++++--
    +
    UPD
    0
    0
    2000
    0
    0
    --------++++--
    +
    ENQ
    0
    0
    2000
    0
    0
    --------++++--
    +
    BTC
    0
    0
    2000
    0
    0
    --------++++--
    +
    SPO
    0
    0
    2000
    0
    0
    --------++++--
    +
    UP2
    0
    0
    2000
    0
    0
    --------++++--
    +
    max_rq_id          12
    wake_evt_udp_now     0
    wake events           total     8,  udp     6 ( 75%),  shm     2 ( 25%)
    since last update     total     8,  udp     6 ( 75%),  shm     2 ( 25%)
    Dump of tm_adm structure:               Mon Jun 16 17:02:59 2008
    =========================
    Term    uid  man user    term   lastop  mod wp  ta   a/i (modes)
    Workprocess Comm. Area Blocks               Mon Jun 16 17:02:59 2008
    =============================
    Slots: 300, Used: 1, Max: 0
    --------++--
    +
    id
    owner
    pid
    eyecatcher
    --------++--
    +
    0
    DISPATCHER
    -1
    WPCAAD000
    NiWait: sleep (5000ms) ...
    NiISelect: timeout 5000ms
    NiISelect: maximum fd=481
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jun 16 13:03:04 2008
    NiISelect: TIMEOUT occured (5000ms)
    DpHalt: shutdown server >WDBSSAPBWS01_BWS_01                     < (normal)
    DpJ2eeDisableRestart
    DpModState: buffer in state MBUF_PREPARED
    NiBufSend starting
    NiIWrite: hdl 3 sent data (wrt=110,pac=1,MESG_IO)
    MsINiWrite: sent 110 bytes
    MsIModState: change state to SHUTDOWN
    DpModState: change server state from STARTING to SHUTDOWN
    Switch off Shared memory profiling
    ShmProtect( 57, 3 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RW
    ShmProtect( 57, 1 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RD
    DpWakeUpWps: wake up all wp's
    Stop work processes
    Stop gateway
    killing process (1724) (SOFT_KILL)
    Stop icman
    killing process (2860) (SOFT_KILL)
    Terminate gui connections
    wait for end of work processes
    wait for end of gateway
    [DpProcDied] Process lives  (PID:1724  HANDLE:448)
    waiting for termination of gateway ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=481
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jun 16 13:03:05 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process died  (PID:1724  HANDLE:448)
    wait for end of icman
    [DpProcDied] Process lives  (PID:2860  HANDLE:456)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=481
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jun 16 13:03:06 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2860  HANDLE:456)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=481
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jun 16 13:03:07 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2860  HANDLE:456)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=481
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jun 16 13:03:08 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2860  HANDLE:456)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=481
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jun 16 13:03:09 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2860  HANDLE:456)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=481
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jun 16 13:03:10 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2860  HANDLE:456)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=481
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jun 16 13:03:11 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2860  HANDLE:456)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=481
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jun 16 13:03:12 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2860  HANDLE:456)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=481
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jun 16 13:03:13 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2860  HANDLE:456)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=481
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jun 16 13:03:14 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2860  HANDLE:456)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=481
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jun 16 13:03:15 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2860  HANDLE:456)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=481
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Jun 16 13:03:16 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process died  (PID:2860  HANDLE:456)
    [DpProcDied] Process died  (PID:3496  HANDLE:432)
    DpStartStopMsg: send stop message (myname is >WDBSSAPBWS01_BWS_01                     <)
    NiIMyHostName: hostname = 'WDBSSAPBWS01'
    AdGetSelfIdentRecord: >                                                                           <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 4 (AD_STARTSTOP), ser 0, ex 0, errno 0
    DpConvertRequest: net size = 189 bytes
    NiBufSend starting
    NiIWrite: hdl 3 sent data (wrt=562,pac=1,MESG_IO)
    MsINiWrite: sent 562 bytes
    send msg (len 110+452) to name                    -, type 4, key -
    DpStartStopMsg: stop msg sent
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 recv would block (errno=EAGAIN)
    NiIRead: read for hdl 3 timed out (0ms)
    DpHalt: no more messages from the message server
    DpHalt: send keepalive to synchronize with the message server
    NiBufSend starting
    NiIWrite: hdl 3 sent data (wrt=114,pac=1,MESG_IO)
    MsINiWrite: sent 114 bytes
    send msg (len 110+4) to name           MSG_SERVER, type 0, key -
    MsSndName: MS_NOOP ok
    Send 4 bytes to MSG_SERVER
    NiIRead: hdl 3 recv would block (errno=EAGAIN)
    NiIPeek: peek successful for hdl 3 (r)
    NiIRead: hdl 3 received data (rcd=114,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=114
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 114 bytes
    MSG received, len 110+4, flag 3, from MSG_SERVER          , typ 0, key -
    Received 4 bytes from MSG_SERVER                             
    Received opcode MS_NOOP from msg_server, reply MSOP_OK
    MsOpReceive: ok
    MsSendKeepalive : keepalive sent to message server
    NiIRead: hdl 3 recv would block (errno=EAGAIN)
    Mon Jun 16 13:03:17 2008
    NiIPeek: peek for hdl 3 timed out (r; 1000ms)
    NiIRead: read for hdl 3 timed out (1000ms)
    DpHalt: no more messages from the message server
    DpHalt: sync with message server o.k.
    detach from message server
    ***LOG Q0M=> DpMsDetach, ms_detach () [dpxxdisp.c   12168]
    NiBufSend starting
    NiIWrite: hdl 3 sent data (wrt=110,pac=1,MESG_IO)
    MsINiWrite: sent 110 bytes
    MsIDetach: send logout to msg_server
    MsIDetach: call exit function
    DpMsShutdownHook called
    NiBufISelUpdate: new MODE -- (r-) for hdl 3 in set0
    SiSelNSet: set events of sock 364 to: ---
    NiBufISelRemove: remove hdl 3 from set0
    SiSelNRemove: removed sock 364 (pos=3)
    SiSelNRemove: removed sock 364
    NiSelIRemove: removed hdl 3
    MBUF state OFF
    AdGetSelfIdentRecord: >                                                                           <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    blks_in_queue/wp_ca_blk_no/wp_max_no = 1/300/16
    LOCK WP ca_blk 1
    make DISP owner of wp_ca_blk 1
    DpRqPutIntoQueue: put request into queue (reqtype 1, prio LOW, rq_id 15)
    MBUF component DOWN
    NiICloseHandle: shutdown and close hdl 3 / sock 364
    NiBufIClose: clear extension for hdl 3
    MsIDetach: detach MS-system
    cleanup EM
    EsCleanup ....
    EmCleanup() -> 0
    Es2Cleanup: Cleanup ES2
    ***LOG Q05=> DpHalt, DPStop ( 2204) [dpxxdisp.c   10421]
    Good Bye .....

    Are you sure the Database and the listeners are up and running?

  • [Solved]Dell XPS13 ultrabook Xorg and Wifi issues after Kernel upgrade

    I installed Arch on a Dell XPS 13 Ultrabook today, and most everything ran fine after I ran the initial upgrade -- but I held back on the kernel update from 3.1.3 to 3.3.7.
    I just now updated the kernel, and now I can't start X, nor can I access the wireless card. For X, I get a "Fatal server error: no screens found" error, and I can no longer find wlan0 with iwconfig, although I can still see it with lspci.
    I even tried downgrading the kernel to 3.1.9, but I'm still having identical issues.
    What can I do to fix this, short of starting again from scratch?
    Last edited by hksmoothie (2012-05-30 17:57:56)

    Edit: Solved by copying all the files in the boot folder on my root partition (sda3) to my real boot partition (sda1).

  • [solved] after kernel upgrade screen flickering in gdm

    Hi,
    after the recent kernel-upgrade to 4.0.1-1-ARCH i have an ugly behavior. The bottom half of my screen flickers while on gdm. After login to gnome everything is normal and I have no problems. But in gdm the screen is flickering which is really annoying. I never had this behavior before. My laptop has such an hybrid graphics stack with intel and ati. Here are some logfiles but I cant find anything suspicious. Has anyone any idea what could be the cause of this behavior or which logfile to log into?
    greetings
    % lspci |grep -i vga
    00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
    01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Seymour [Radeon HD 6400M/7400M Series] (rev ff)
    Xorg.log:
    -- Logs begin at Mo 2014-04-21 18:45:38 CEST, end at Mo 2015-05-04 20:01:25 CEST. --
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (==) RADEON(G0): Default visual is TrueColor
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (==) RADEON(G0): RGB weight 888
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): Using 8 bits per RGB (8 bit DAC)
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (--) RADEON(G0): Chipset: "CAICOS" (ChipID = 0x6760)
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) Loading sub module "dri2"
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) LoadModule: "dri2"
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) Module "dri2" already built-in
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) Loading sub module "exa"
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) LoadModule: "exa"
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) Loading /usr/lib/xorg/modules/libexa.so
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) Module exa: vendor="X.Org Foundation"
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: compiled for 1.17.1, module version = 2.6.0
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: ABI class: X.Org Video Driver, version 19.0
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): KMS Color Tiling: enabled
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): KMS Color Tiling 2D: enabled
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): KMS Pageflipping: enabled
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): SwapBuffers wait for vsync: enabled
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): Output VGA-1-1 has no monitor section
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): EDID for output VGA-1-1
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): mem size init: gart size :3fdde000 vram size: s:40000000 visible:3f88b000
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): EXA: Driver will allow EXA pixmaps in VRAM
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (==) RADEON(G0): DPI set to (96, 96)
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) Loading sub module "fb"
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) LoadModule: "fb"
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) Loading /usr/lib/xorg/modules/libfb.so
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) Module fb: vendor="X.Org Foundation"
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: compiled for 1.17.1, module version = 1.0.0
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: ABI class: X.Org ANSI C Emulation, version 0.4
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) Loading sub module "ramdac"
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) LoadModule: "ramdac"
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) Module "ramdac" already built-in
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) UnloadModule: "modesetting"
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) Unloading modesetting
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) UnloadModule: "fbdev"
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) Unloading fbdev
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) UnloadSubModule: "fbdevhw"
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) Unloading fbdevhw
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) UnloadModule: "vesa"
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) Unloading vesa
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (==) Depth 24 pixmap format is 32 bpp
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): [DRI2] Setup complete
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): [DRI2] DRI driver: r600
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): [DRI2] VDPAU driver: r600
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): Front buffer size: 3072K
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): VRAM usage limit set to 934023K
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (==) RADEON(G0): Backing store enabled
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): Direct rendering enabled
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) EXA(256): Driver allocated offscreen pixmaps
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) EXA(256): Driver registered support for the following operations:
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) Solid
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) Copy
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) Composite (RENDER acceleration)
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) UploadToScreen
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) DownloadFromScreen
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): Acceleration enabled
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (==) RADEON(G0): DPMS enabled
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (==) RADEON(G0): Silken mouse enabled
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): Set up textured video
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): [XvMC] Associated with Radeon Textured Video.
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): [XvMC] Extension initialized.
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) intel(0): SNA initialized with Sandybridge (gen6, gt2) backend
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (==) intel(0): Backing store enabled
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (==) intel(0): Silken mouse enabled
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) intel(0): HW Cursor enabled
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (==) intel(0): DPMS enabled
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (==) intel(0): display hotplug detection enabled
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) intel(0): [DRI2] Setup complete
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) intel(0): [DRI2] DRI driver: i965
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) intel(0): [DRI2] VDPAU driver: i965
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) intel(0): direct rendering: DRI2 enabled
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) intel(0): hardware support for Present enabled
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (--) RandR disabled
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) AIGLX: enabled GLX_ARB_create_context
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) AIGLX: enabled GLX_ARB_create_context_profile
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) AIGLX: enabled GLX_INTEL_swap_event
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) AIGLX: enabled GLX_ARB_fbconfig_float
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) AIGLX: enabled GLX_ARB_create_context_robustness
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) AIGLX: Loaded and initialized i965
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) GLX: Initialized DRI2 GL provider for screen 0
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) intel(0): switch to mode [email protected] on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) intel(0): Setting screen physical size to 423 x 238
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) config/udev: Adding input device Power Button (/dev/input/event4)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Power Button: Applying InputClass "evdev keyboard catchall"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Power Button: Applying InputClass "system-keyboard"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) LoadModule: "evdev"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) Module evdev: vendor="X.Org Foundation"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: compiled for 1.17.1, module version = 2.9.2
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: Module class: X.Org XInput Driver
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: ABI class: X.Org XInput driver, version 21.0
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) Using input driver 'evdev' for 'Power Button'
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Power Button: always reports core events
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) evdev: Power Button: Device: "/dev/input/event4"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: Power Button: Vendor 0 Product 0x1
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: Power Button: Found keys
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) evdev: Power Button: Configuring as keyboard
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event4"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_rules" "evdev"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_model" "pc104"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_layout" "de"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: The XKEYBOARD keymap compiler (xkbcomp) reports:
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: > Ignoring extra symbols
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: Errors from xkbcomp are not fatal to the X server
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) config/udev: Adding input device Video Bus (/dev/input/event9)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Video Bus: Applying InputClass "system-keyboard"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) Using input driver 'evdev' for 'Video Bus'
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Video Bus: always reports core events
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) evdev: Video Bus: Device: "/dev/input/event9"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: Video Bus: Vendor 0 Product 0x6
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: Video Bus: Found keys
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) evdev: Video Bus: Configuring as keyboard
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input10/event9"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_rules" "evdev"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_model" "pc104"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_layout" "de"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) config/udev: Adding input device Video Bus (/dev/input/event8)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Video Bus: Applying InputClass "system-keyboard"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) Using input driver 'evdev' for 'Video Bus'
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Video Bus: always reports core events
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) evdev: Video Bus: Device: "/dev/input/event8"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: Video Bus: Vendor 0 Product 0x6
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: Video Bus: Found keys
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) evdev: Video Bus: Configuring as keyboard
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:16/LNXVIDEO:00/input/input9/event8"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_rules" "evdev"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_model" "pc104"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_layout" "de"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) config/udev: Adding input device Power Button (/dev/input/event3)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Power Button: Applying InputClass "evdev keyboard catchall"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Power Button: Applying InputClass "system-keyboard"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) Using input driver 'evdev' for 'Power Button'
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Power Button: always reports core events
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) evdev: Power Button: Device: "/dev/input/event3"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: Power Button: Vendor 0 Product 0x1
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: Power Button: Found keys
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) evdev: Power Button: Configuring as keyboard
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4/event3"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_rules" "evdev"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_model" "pc104"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_layout" "de"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) No input driver specified, ignoring this device.
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) This device may have been added with another device file.
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event14)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) Using input driver 'evdev' for 'Logitech USB-PS/2 Optical Mouse'
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Logitech USB-PS/2 Optical Mouse: always reports core events
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) evdev: Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event14"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: Logitech USB-PS/2 Optical Mouse: Vendor 0x46d Product 0xc050
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: Logitech USB-PS/2 Optical Mouse: Found 12 mouse buttons
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: Logitech USB-PS/2 Optical Mouse: Found relative axes
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) evdev: Logitech USB-PS/2 Optical Mouse: Configuring as mouse
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) evdev: Logitech USB-PS/2 Optical Mouse: Adding scrollwheel support
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) evdev: Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) evdev: Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:046D:C050.0001/input/input15/event14"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 10)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) evdev: Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse1)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) No input driver specified, ignoring this device.
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) This device may have been added with another device file.
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event10)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) No input driver specified, ignoring this device.
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) This device may have been added with another device file.
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event11)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) No input driver specified, ignoring this device.
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) This device may have been added with another device file.
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event12)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) No input driver specified, ignoring this device.
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) This device may have been added with another device file.
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event13)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) No input driver specified, ignoring this device.
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) This device may have been added with another device file.
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) config/udev: Adding input device HP Webcam-101 (/dev/input/event15)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) HP Webcam-101: Applying InputClass "evdev keyboard catchall"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) HP Webcam-101: Applying InputClass "system-keyboard"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) Using input driver 'evdev' for 'HP Webcam-101'
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) HP Webcam-101: always reports core events
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) evdev: HP Webcam-101: Device: "/dev/input/event15"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: HP Webcam-101: Vendor 0x4f2 Product 0xb249
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: HP Webcam-101: Found keys
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) evdev: HP Webcam-101: Configuring as keyboard
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/input/input16/event15"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) XINPUT: Adding extended input device "HP Webcam-101" (type: KEYBOARD, id 11)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_rules" "evdev"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_model" "pc104"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_layout" "de"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) AT Translated Set 2 keyboard: always reports core events
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: AT Translated Set 2 keyboard: Found keys
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_rules" "evdev"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_model" "pc104"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_layout" "de"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event7)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) LoadModule: "synaptics"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) Module synaptics: vendor="X.Org Foundation"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: compiled for 1.17.1, module version = 1.8.2
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: Module class: X.Org XInput Driver
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: ABI class: X.Org XInput driver, version 21.0
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) SynPS/2 Synaptics TouchPad: always reports core events
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "Device" "/dev/input/event7"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5728 (res 46)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4828 (res 70)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "TapButton1" "1"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "TapButton2" "2"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "TapButton3" "3"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) SynPS/2 Synaptics TouchPad: always reports core events
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event7"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.037
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) No input driver specified, ignoring this device.
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) This device may have been added with another device file.
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) config/udev: Adding input device HP Wireless hotkeys (/dev/input/event1)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) HP Wireless hotkeys: Applying InputClass "evdev keyboard catchall"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) HP Wireless hotkeys: Applying InputClass "system-keyboard"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) Using input driver 'evdev' for 'HP Wireless hotkeys'
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) HP Wireless hotkeys: always reports core events
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) evdev: HP Wireless hotkeys: Device: "/dev/input/event1"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: HP Wireless hotkeys: Vendor 0 Product 0
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: HP Wireless hotkeys: Found keys
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) evdev: HP Wireless hotkeys: Configuring as keyboard
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "config_info" "udev:/sys/devices/virtual/input/input2/event1"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) XINPUT: Adding extended input device "HP Wireless hotkeys" (type: KEYBOARD, id 14)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_rules" "evdev"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_model" "pc104"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_layout" "de"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event6)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) HP WMI hotkeys: Applying InputClass "system-keyboard"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) Using input driver 'evdev' for 'HP WMI hotkeys'
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) HP WMI hotkeys: always reports core events
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) evdev: HP WMI hotkeys: Device: "/dev/input/event6"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: HP WMI hotkeys: Vendor 0 Product 0
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: HP WMI hotkeys: Found keys
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) evdev: HP WMI hotkeys: Configuring as keyboard
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "config_info" "udev:/sys/devices/virtual/input/input8/event6"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 15)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_rules" "evdev"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_model" "pc104"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_layout" "de"
    Apr 08 22:20:07 cyph gdm-Xorg-:0[358]: (II) intel(0): EDID vendor "AUO", prod id 5022
    Apr 08 22:20:07 cyph gdm-Xorg-:0[358]: (II) intel(0): Printing DDC gathered Modelines:
    Apr 08 22:20:07 cyph gdm-Xorg-:0[358]: (II) intel(0): Modeline "1600x900"x0.0 107.80 1600 1648 1680 1966 900 903 909 912 -hsync -vsync (54.8 kHz eP)
    Apr 08 22:20:15 cyph gdm-Xorg-:0[358]: The XKEYBOARD keymap compiler (xkbcomp) reports:
    Apr 08 22:20:15 cyph gdm-Xorg-:0[358]: > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    Apr 08 22:20:15 cyph gdm-Xorg-:0[358]: > Ignoring extra symbols
    Apr 08 22:20:15 cyph gdm-Xorg-:0[358]: > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    Apr 08 22:20:15 cyph gdm-Xorg-:0[358]: > Ignoring extra symbols
    Apr 08 22:20:15 cyph gdm-Xorg-:0[358]: Errors from xkbcomp are not fatal to the X server
    Apr 08 22:29:04 cyph gdm-Xorg-:0[358]: (II) config/udev: removing device Logitech USB-PS/2 Optical Mouse
    Apr 08 22:29:04 cyph gdm-Xorg-:0[358]: (II) evdev: Logitech USB-PS/2 Optical Mouse: Close
    Apr 08 22:29:04 cyph gdm-Xorg-:0[358]: (II) UnloadModule: "evdev"
    Apr 08 22:29:06 cyph gdm-Xorg-:0[358]: The XKEYBOARD keymap compiler (xkbcomp) reports:
    Apr 08 22:29:06 cyph gdm-Xorg-:0[358]: > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    Apr 08 22:29:06 cyph gdm-Xorg-:0[358]: > Ignoring extra symbols
    Apr 08 22:29:06 cyph gdm-Xorg-:0[358]: Errors from xkbcomp are not fatal to the X server
    Apr 08 23:39:04 cyph gdm-Xorg-:0[358]: (II) evdev: HP WMI hotkeys: Close
    Apr 08 23:39:04 cyph gdm-Xorg-:0[358]: (II) UnloadModule: "evdev"
    Apr 08 23:39:04 cyph gdm-Xorg-:0[358]: (II) evdev: HP Wireless hotkeys: Close
    Apr 08 23:39:04 cyph gdm-Xorg-:0[358]: (II) UnloadModule: "evdev"
    Apr 08 23:39:04 cyph gdm-Xorg-:0[358]: (II) UnloadModule: "synaptics"
    Apr 08 23:39:04 cyph gdm-Xorg-:0[358]: (II) evdev: AT Translated Set 2 keyboard: Close
    Apr 08 23:39:04 cyph gdm-Xorg-:0[358]: (II) UnloadModule: "evdev"
    Apr 08 23:39:04 cyph gdm-Xorg-:0[358]: (II) evdev: HP Webcam-101: Close
    Apr 08 23:39:04 cyph gdm-Xorg-:0[358]: (II) UnloadModule: "evdev"
    Apr 08 23:39:04 cyph gdm-Xorg-:0[358]: (II) evdev: Power Button: Close
    Apr 08 23:39:04 cyph gdm-Xorg-:0[358]: (II) UnloadModule: "evdev"
    Apr 08 23:39:04 cyph gdm-Xorg-:0[358]: (II) evdev: Video Bus: Close
    Apr 08 23:39:04 cyph gdm-Xorg-:0[358]: (II) UnloadModule: "evdev"
    Apr 08 23:39:04 cyph gdm-Xorg-:0[358]: (II) evdev: Video Bus: Close
    Apr 08 23:39:04 cyph gdm-Xorg-:0[358]: (II) UnloadModule: "evdev"
    Apr 08 23:39:04 cyph gdm-Xorg-:0[358]: (II) evdev: Power Button: Close
    Apr 08 23:39:04 cyph gdm-Xorg-:0[358]: (II) UnloadModule: "evdev"
    Apr 08 23:39:05 cyph gdm-Xorg-:0[358]: (II) Server terminated successfully (0). Closing log file.
    -- Reboot --
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: X.Org X Server 1.17.1
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: Release Date: 2015-02-10
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: X Protocol Version 11, Revision 0
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: Build Operating System: Linux 3.18.6-1-ARCH x86_64
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: Current Operating System: Linux cyph 3.19.3-3-ARCH #1 SMP PREEMPT Wed Apr 8 14:10:00 CEST 2015 x86_64
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/root rw cryptdevice=/dev/sda6:root
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: Build Date: 14 March 2015 06:45:50PM
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: Current version of pixman: 0.32.6
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: Before reporting problems, check http://wiki.x.org
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: to make sure that you have the latest version.
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: Markers: (--) probed, (**) from config file, (==) default setting,
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (++) from command line, (!!) notice, (II) informational,
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (++) Log file: "/dev/null", Time: Thu Apr 9 22:30:42 2015
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (==) Using config directory: "/etc/X11/xorg.conf.d"
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (==) No Layout section. Using the first Screen section.
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (==) No screen section available. Using defaults.
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (**) |-->Screen "Default Screen Section" (0)
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (**) | |-->Monitor "<default monitor>"
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (==) No monitor specified for screen "Default Screen Section".
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: Using a default monitor configuration.
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (==) Automatically adding devices
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (==) Automatically enabling devices
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (==) Automatically adding GPU devices
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (==) FontPath set to:
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: /usr/share/fonts/misc/,
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: /usr/share/fonts/TTF/,
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: /usr/share/fonts/OTF/,
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: /usr/share/fonts/Type1/,
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: /usr/share/fonts/100dpi/,
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: /usr/share/fonts/75dpi/
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (==) ModulePath set to "/usr/lib/xorg/modules"
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (II) The server relies on udev to provide the list of input devices.
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: If no devices become available, reconfigure udev or disable AutoAddDevices.
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (II) Loader magic: 0x815d80
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (II) Module ABI versions:
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: X.Org ANSI C Emulation: 0.4
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: X.Org Video Driver: 19.0
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: X.Org XInput driver : 21.0
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: X.Org Server Extension : 9.0
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (EE) systemd-logind: failed to get session: PID 363 does not belong to any known session
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (II) xfree86: Adding drm device (/dev/dri/card1)
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (II) xfree86: Adding drm device (/dev/dri/card0)
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (--) PCI:*(0:0:2:0) 8086:0116:103c:1672 rev 9, Mem @ 0xc0000000/4194304, 0xb0000000/268435456, I/O @ 0x00005000/64
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (--) PCI: (0:1:0:0) 1002:6760:103c:1672 rev 0, Mem @ 0xa0000000/268435456, 0xc2600000/131072, I/O @ 0x00004000/256, BIOS @ 0x????????/131072
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (II) LoadModule: "glx"
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (II) Module glx: vendor="X.Org Foundation"
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: compiled for 1.17.1, module version = 1.0.0
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ABI class: X.Org Server Extension, version 9.0
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (==) AIGLX enabled
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (==) Matched intel as autoconfigured driver 0
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (==) Matched ati as autoconfigured driver 1
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (==) Matched intel as autoconfigured driver 2
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (==) Matched modesetting as autoconfigured driver 3
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (==) Matched fbdev as autoconfigured driver 4
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (==) Matched vesa as autoconfigured driver 5
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (==) Assigned the driver to the xf86ConfigLayout
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) LoadModule: "intel"
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) Module intel: vendor="X.Org Foundation"
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: compiled for 1.17.1, module version = 2.99.917
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: Module class: X.Org Video Driver
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ABI class: X.Org Video Driver, version 19.0
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) LoadModule: "ati"
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) Module ati: vendor="X.Org Foundation"
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: compiled for 1.17.0, module version = 7.5.0
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: Module class: X.Org Video Driver
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ABI class: X.Org Video Driver, version 19.0
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) LoadModule: "radeon"
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) Module radeon: vendor="X.Org Foundation"
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: compiled for 1.17.0, module version = 7.5.0
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: Module class: X.Org Video Driver
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ABI class: X.Org Video Driver, version 19.0
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) LoadModule: "modesetting"
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) Module modesetting: vendor="X.Org Foundation"
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: compiled for 1.17.1, module version = 1.17.1
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: Module class: X.Org Video Driver
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ABI class: X.Org Video Driver, version 19.0
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) LoadModule: "fbdev"
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) Module fbdev: vendor="X.Org Foundation"
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: compiled for 1.17.0, module version = 0.4.4
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: Module class: X.Org Video Driver
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ABI class: X.Org Video Driver, version 19.0
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) LoadModule: "vesa"
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) Module vesa: vendor="X.Org Foundation"
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: compiled for 1.17.0, module version = 2.3.2
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: Module class: X.Org Video Driver
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ABI class: X.Org Video Driver, version 19.0
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) RADEON: Driver for ATI Radeon chipsets:
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X600 (RV380) 3E50 (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon IGP330M/340M/350M (U2) 4337,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X800PRO (R420) JI (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon Mobility 9800 (M18) JN (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon Mobility M7 LW (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility FireGL 7800 M7 LX (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireGL Mobility 9000 (M9) Ld (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon Mobility 9000 (M9) Lf (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon Mobility 9600 (M10) NQ (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon Mobility 9600 (M11) NR (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon Mobility 9600 (M10) NS (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireGL Mobility T2 (M10) NT (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X800PRO (R423) UI (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X800LE (R423) UJ (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X800SE (R423) UK (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireGL unknown (R423) UR (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireGL unknown (R423) UT (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility FireGL V5000 (M26) (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility FireGL V5000 (M26) (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon X700 XL (M26) (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon X700 (M26) (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon X700 (M26) (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon Mobility 9100 IGP (U3) 5835,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon XPRESS 200 5954 (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon XPRESS 200M 5975 (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon XPRESS 200 5A41 (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon XPRESS 200M 5A42 (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon XPRESS 200 5A61 (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon XPRESS 200M 5A62 (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X300 (RV370) 5B60 (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X600 (RV370) 5B62 (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X550 (RV370) 5B63 (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireGL V3100 (RV370) 5B64 (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon X800 XT (M28) (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility FireGL V5100 (M28) (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X850 XT PE (R480) (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X850 XT (R480) (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X800XT (R423) 5D57 (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X700 PRO (RV410) (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon HD 3850 X2, ATI RV670,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireGL V3600, ATI Radeon HD 2600 LE,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: SUMO, SUMO, SUMO2, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: AMD Radeon HD 6300 Series Graphics,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FirePro (FireGL) Graphics Adapter,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FirePro (FireGL) Graphics Adapter,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: AMD Firestream 9350, ATI Radeon HD 5800 Series,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon HD 5800 Series,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FirePro (FireGL) Graphics Adapter,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FirePro (FireGL) Graphics Adapter,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon HD 5000 Series,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FirePro (FireGL) Graphics Adapter,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon HD 5000 Series,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon Graphics, CEDAR,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FirePro (FireGL) Graphics Adapter,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: BARTS, BARTS, Mobility Radeon HD 6000 Series,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: VERDE, VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: HAINAN, HAINAN, HAINAN, HAINAN, HAINAN, HAINAN, BONAIRE, BONAIRE,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: KABINI, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: MULLINS, MULLINS, MULLINS, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: KAVERI, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: HAWAII, HAWAII, HAWAII, HAWAII, HAWAII
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) FBDEV: driver for framebuffer: fbdev
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) VESA: driver for VESA chipsets: vesa
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (++) using VT number 1
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20141121
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) [KMS] Kernel modesetting enabled.
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (WW) Falling back to old probe method for modesetting
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (WW) Falling back to old probe method for fbdev
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) Loading sub module "fbdevhw"
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) LoadModule: "fbdevhw"
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) Module fbdevhw: vendor="X.Org Foundation"
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: compiled for 1.17.1, module version = 0.0.2
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ABI class: X.Org Video Driver, version 19.0
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (WW) Falling back to old probe method for vesa
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 3000
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) intel(0): Creating default Display subsection in Screen section
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: "Default Screen Section" for depth/fbbpp 24/32
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (==) intel(0): Depth 24, (--) framebuffer bpp 32
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (==) intel(0): RGB weight 888
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (==) intel(0): Default visual is TrueColor
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) intel(0): Output LVDS1 has no monitor section
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (--) intel(0): Found backlight control interface intel_backlight (type 'raw') for output LVDS1
    Apr 09 22:30:43 cyph gdm-Xor

    It happens to me as well but in xfce4 or openbox rather than on a display manager because I start X from `~/.bash_profile` upon login on tty1. If I logout and login again the problem goes away until I restart the system again.
    EDIT: Upgrading to linux 4.0.5-1 did not solve the issue.
    Last edited by FernandoBasso (2015-06-07 11:13:04)

  • "disp+work" process in not getting started after kernel upgradation

    Hello Experts,
    Good day…..,
    I am new to SAP. I installed SAP ECC6 EHP4 with default kernel version 701 and it was working fine.
    I have upgraded kernel version from 701 to 741, but the “disp+work” process is not getting started after kernel upgrade.
    I have posted “dev_W0” log &
    “disp+work” command result obtained in CMD prompt of respective server.
    Please help me out in this. Thanks all in advance.
    “dev_w0” Log”
    trc file: "dev_w0", trc level: 1, release: "741"
    *  ACTIVE TRACE LEVEL           1
    *  ACTIVE TRACE COMPONENTS      all, MJ
    M sysno      55
    M sid        TNG
    M systemid   562 (PC with Windows NT)
    M relno      7410
    M patchlevel 0
    M patchno    42
    M intno      20020600
    M make multithreaded, Unicode, 64 bit, optimized
    M profile D:\usr\sap\TNG\SYS\profile\TNG_DVEBMGS55_ABTHMSSB01
    M pid        2392
    M

    M Wed Jul 23 02:04:35 2014
    M  kernel runs with dp version 208000(ext=117000) (@(#) DPLIB-INT-VERSION-208000-UC)
    M  length of sys_adm_ext is 500 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workp. 0 2392) [dpInit.c 731]
    M  DpCommonParamInit: rdisp/core_file_size = default --> no change
    I  MtxInit: 30000 0 0

    M Wed Jul 23 02:04:36 2014
    M  DpIPCInit2: read dp-profile-values from sys_adm_ext
    M  DpShMCreate: alloate/attach shared memory (mode=ATTACH)
    M  DpShMCreate: sizeof(wp_adm)                         24288    (1104)
    M  DpShMCreate: sizeof(tm_adm)                          51472080             (256080)
    M  DpShMCreate: sizeof(ca_adm)                           432000  (72)
    M  DpCommTableSize: max/headSize/ftSize/tableSize=500/16/7464064/7583152
    M  DpShMCreate: sizeof(comm_adm)                   7583152                (14904)
    M  DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    M  DpShMCreate: sizeof(slock_adm)                      0              (296)
    M  DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    M  DpShMCreate: sizeof(file_adm)                         0              (80)
    M  DpSockTableSize: max/headSize/ftSize/tableSize=500/16/520064/520080
    M  DpShMCreate: sizeof(sock_adm)                       520080  (1016)
    M  DpShMCreate: sizeof(vmc_adm)                       0              (3208)
    M  DpShMCreate: sizeof(wall_adm)                        (ft=41664/fi=67472/hd=64/rec=192)
    M  DpShMCreate: sizeof(amc_rec_adm)                              (ft=86464/fi=67472/hd=64/rec=416)
    M  DpShMCreate: sizeof(websocket_adm)                         (ft=28864/hd=64/rec=272)
    M  DpShMCreate: sizeof(gw_adm)          64
    M  DpShMCreate: sizeof(j2ee_adm)       3936
    M  DpShMCreate: SHM_DP_ADM_KEY                  (addr: 00000000103D0050, size: 60433936
    M  DpShMCreate: allocated sys_adm at 00000000103D0250
    M  DpShMCreate: allocated wp_adm_list at 00000000103E20F0
    M  DpShMCreate: allocated wp_adm at 00000000103E2410
    M  DpShMCreate: allocated tm_adm_list at 00000000103E84F0
    M  DpShMCreate: allocated tm_adm at 00000000103E8730
    M  DpShMCreate: allocated ca_adm at 00000000134FF000
    M  DpShMCreate: allocated comm_adm at 0000000013568980
    M  DpShMCreate: system runs without slock table
    M  DpShMCreate: allocated sock_adm at  0000000013CA4130
    M  DpShMCreate: allocated vmc_adm_list at 0000000013D232C0
    M  DpShMCreate: system runs without VMC
    M  DpShMCreate: allocated gw_adm at 0000000013D23560
    M  DpShMCreate: allocated j2ee_adm at 0000000013D237A0
    M  DpShMCreate: allocated ca_info at 0000000013D24900
    M  DpShMCreate: allocated wall_adm (ft) at 0000000013D24B40
    M  DpShMCreate: allocated wall_adm (fi) at 0000000013D2F000
    M  DpShMCreate: allocated wall_adm (head) at 0000000013D3F990
    M  DpShMCreate: allocated amc_rec_adm (ft) at 0000000013D3FBD0
    M  DpShMCreate: allocated amc_rec_adm (fi) at 0000000013D54F90
    M  DpShMCreate: allocated amc_rec_adm (head) at 0000000013D65920
    M  DpShMCreate: allocated websocket_adm (ft) at 0000000013D65B60
    M  DpShMCreate: allocated websocket_adm (head) at 0000000013D6CE20
    M  DpShMCreate: initialized 21 eyes
    M  DpCommAttachTable: attached comm table (header=0000000013568980/ft=0000000013568990/fi=0000000013C86E10)
    M  DpSockAttachTable: attached sock table (header=0000000013CA4130/ft=0000000013CA4140)
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  <ES> EsILock: use Semphore 33 for locking
    X  Using implementation view
    X  <EsNT> Using memory model view.
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.

    X Wed Jul 23 02:04:37 2014
    X  mm.dump: set maximum dump mem to 96 MB
    M  ThStart: taskhandler started
    M  ThInit: initializing DIA work process W0

    M Wed Jul 23 02:04:44 2014
    M  ThInit: running on host ABTHMSSB01
    I  MtxInit: 0 0 0

    M Wed Jul 23 02:04:45 2014
    M  calling db_connect ...
    B  Loading DB library 'D:\usr\sap\TNG\DVEBMGS55\exe\dboraslib.dll' ...
    B  Library 'D:\usr\sap\TNG\DVEBMGS55\exe\dboraslib.dll' loaded
    B  Version of 'D:\usr\sap\TNG\DVEBMGS55\exe\dboraslib.dll' is "741.10", patchlevel (0.42)
    C  Prepending D:\usr\sap\TNG\DVEBMGS55\exe to Path.
    C  Register application info.

    C Wed Jul 23 02:04:47 2014
    C  Oracle client version: 10.2.0.4.0, (dbsl 741 040714, UNICODE[2])
    C  Detailed Oracle client (patch) info not available.
    C  *** ERROR => Connect via SAPUSER not supported for kernel >= 740.
    [dbsloci.c    2406]
    C     Only Secure Connect method possible.
    M  ***LOG R19=> ThDbConnect, db_connect ( DB-Connect 000256) [thDatabase.c 76]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThInit: db_connect (step TH_INIT, thRc ERROR-DB-CONNECT_ERROR, action STOP_WP, level 1) [thxxhead.c   2281]
    M Wed Jul 23 02:04:48 2014

    M  Info for wp 0

    M    pid = 2392
    M    severity = 0
    M    status = 0
    M    stat = WP_NEW
    M    waiting_for = NO_WAITING
    M    workerType = DP_WORKER_DIAWP
    M    act_cs_count = 0
    M    csTrack = 0
    M    csTrackRwExcl = 0
    M    csTrackRwShrd = 0
    M mode_cleaned_counter = 0
    M    control_flag = 0
    M    report = > <
    M    action = 0
    M    tab_name = >                              <

    M  ThIErrHandle: no current incoming request


    M *****************************************************************************
    M  *
    M  *  LOCATION SAP-Server ABTHMSSB01_TNG_55 on host ABTHMSSB01 (wp 0)
    M  *  ERROR ThInit: db_connect
    M  *
    M  *  TIME Wed Jul 23 02:04:48 2014
    M  *  RELEASE 741
    M  *  COMPONENT Taskhandler
    M  *  VERSION 1
    M  *  RC 16797709
    M  *  MODULE D:/depot/bas/741_REL/src/krn/si/th/thxxhead.c
    M  *  LINE 2470
    M  *  COUNTER 1
    M  *
    M  *****************************************************************************

    M  PfRejectStatistic: clear statistic record
    M  PfClearAllRec: clear statistic area
    M  PfClearAllRec: statRecordAction = STAT_RECORD_ACTION_REJECT
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hooks for event BEFORE_DUMP
    M  ThIErrHandle: entering ThSetStatError
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workp. 0 2392) [dpnttool.c 335]
    “Desp+Work” Command result:
    C:\Users\tngadm>disp+work
    disp+work information
    kernel release 741
    kernel make variant 741_REL
    compiled on NT 6.0 6002 x86 MS VC++ 16.00 for NTAMD64
    compiled for                  64 BIT
    compilation mode UNICODE
    compile time Jul  9 2014 16:39:46
    update level 0
    patch number 42
    source id 0.042
    RKS compatibility level 0
    supported environment
    database (SAP, table SVERS) 700
    710
    701
    702
    703
                                  711
    720
    730
    731
    732
    738
    740
    operating system
    Windows NT 5.1
    Windows NT 5.2
    Windows NT 6.0
    Windows NT 6.1
    Windows NT 6.2
    Windows NT 6.3
    C:\Users\tng

    C  *** ERROR => Connect via SAPUSER not supported for kernel >= 740.
    [dbsloci.c    2406]
    C     Only Secure Connect method possible.
    For this issue you need to set up SSFS.
    1639578 - SSFS as password storage for primary database connect
    I am new to SAP. I installed SAP ECC6 EHP4 with default kernel version 701 and it was working fine.
    I have upgraded kernel version from 701 to 741
    Are you sure kernel 741 is compatible with an EHP 4 system ?
    Read this SAP note
    1969546 - Release Roadmap Kernel 740
    Regards
    RB

  • Internet does not work after kernel upgrade...

    I have been reading all of the other threads and have tried everything possible to downgrade my kernel to 2.6.26 rather then 2.6.27.  I have found a package for kernel 2.6.26.2-1 and nvidia 173.14.12-2 but they do not mix and wont let me start x when i downgrade both of them.  Is there some way i can get past this as not having internet is frustrating
    Edit:
    I have tried using this
    echo 0 >/proc/sys/net/ipv4/tcp_sack
    echo 0 >/proc/sys/net/ipv4/tcp_dsack
    and it did not work, i have also tried downgrading dhcpcd and that didn't work so i'm assumin git is infact the kernel.
    Edit again:
    When downgrading both the kernel and nvidia with those two packages i found, my computer boots up fine up untill i get to the command line to type "startx".  The i get this error message after typing "startx" :
    Error: API mismatch: the nvidia kernel module has version 173.14.12, but thus nvidia driver component has version 177.80. Please make sure that the kernel module and all NVIDIA driver components have the same version.
    After i got this i went and reinstall kernel 2.6.27 and the latest nvidia to look at the nvidia package i had installed.  I extracted it and all the was in it was a hierarchy of folders "/lib/modules/2.6.26-ARCH/kernel/drivers/video/nvidia.ko"  and that nvidia.ko file.  Is it possible that i'm not installing the driver jsut a kernel module?
    Once again... Edit lol:
    Also i found a package for nvidia-utils and installed it with nvidia and the kernel and i can "startx", but it freezes everytime and i have to manually restart the computer with the reset button
    Last edited by opeth115 (2008-10-19 22:03:56)

    I use nvidia96xx legacy drivers with no trouble, so I'm not sure I'll be of much help. I did read the announcment that nvidia no longer supports a certain card/cards, and there is a new legacy driver in the repo. Maybe you need to be using that one?
    Also, I wasn't effected with any issues with the new kernel, but I did have a small issue with dhcpcd shortly after the kernel upgrade. It kept failing when trying to connect to the Internet. It was a simple fix though. I compared my  /etc/conf.d/dhcpcd with /etc/conf.d/dhcpcd.pacnew and there was a significant difference.
    I was using the string....
    DHCPCD_ARGS="-N -t 30 -h $HOSTNAME"
    I just needed to change it to the string in dhcpcd.pacnew....
    DHCPCD_ARGS="-q -L -t 30 -h $HOSTNAME"
    Anyway, sorry if this doesn't help.

  • SAP does not start after Kernel Upgrade

    Hi
    We were carrying out the Kernel upgrade on our HPUX 11.23 and Oracle, R3 Quality System. From Kernel 196 to Kernel 221
    After carrying taking a backup of the current exe folder we have copied the new exe ( after Uncar )
    We restarted the system
    We then started the Lsnrctl and it started successfully.
    After login in as SIDadm and issuing the startsap command it gives the following error message in the startup log
    Execute Pre-Startup Commands
    (2987) Local: rm -f ms.sapEEQ_SCS01
    (2990) Local: ln -s -f /usr/sap/EEQ/SYS/exe/runU/msg_server ms.sapEEQ_SCS01
    (2993) Local: rm -f en.sapEEQ_SCS01
    (2996) Local: ln -s -f /usr/sap/EEQ/SYS/exe/runU/enserver en.sapEEQ_SCS01
    Starting Programs
    sh: /usr/sap/EEQ/SYS/exe/runU/sapcontrol:  not found.
    (3002) Starting: local ms.sapEEQ_SCS01 pf=/usr/sap/EEQ/SYS/profile/EEQ_SCS01_eqc
    r3
    (3003) Starting: local en.sapEEQ_SCS01 pf=/usr/sap/EEQ/SYS/profile/EEQ_SCS01_eqc
    r3
    (2976) Waiting for Child Processes to terminate.
    (2976) **** 2008/04/17 22:18:28 Child 3002 terminated with Status 150 . ****
    (2976) **** 2008/04/17 22:18:28 Child 3003 terminated with Status 150 . ****
    (2976) **** No more Child Processes to wait for.
    (2976) Parent Shutdown at 2008/04/17 22:18:28
    Execute Post-Shutdown Commands
    sh: /usr/sap/EEQ/SYS/exe/runU/sapcontrol:  not found.
    (2976) Exiting with Return-Code 3.
    Startup of Instance failed (No more child processes)
    After this we have restored the backup....after restart etc...it still gives the same error
    Can anyone exeperienced such a problem. Would appricate if you could share on how you resolved the same.
    Regards,
    Milind Karoor

    Hi Milind!
    Just make sure that you have uncarred both OS dependent and independent files
    And also make sure that you copy to the existing folder of RUN (make sure your folder name is RUN)after taking a backup.
    As You copy it asks to overwrite, then you overwrite the existing ones.
    By doing this some of the files which will not be present in the new Kernel will be present., sometimes this may be also one of the reason
    As i have faced the same problem
    Thanks,
    KIRAN
    Edited by: kiran d on Apr 18, 2008 12:54 PM

  • [SOLVED] Laptop freezes at startup after kernel upgrade to 3.13.6

    Some days ago I got a new Dell Sputnik 3 Laptop and installed Arch Linux with UEFI Boot and gummiboot as bootloader. The installation was successful.
    However two days ago there was an upgrade for the Linux Kernel from 3.13.5 to 3.13.6. When I restarted the Laptop after the upgrade of the kernel the Laptop freezed directly after pushing the power button (never got ahead of the initial DELL logo).
    I ran the DELL hardware diagnostics to identify a possible damage of the SSD but everything was ok. Than I booted into a live system ad mounted the root partition and there was no problem work on it. Additionally I change the value of timeout in gummiboots loader.conf (it was commented out before). Since than I got the gummiboot boot menu at least. So narrowing down, I think something happened during the kernel upgrade. Unfortunately I have no clue what could it be since I am convinced that at the installation process some days before I did everything like it was described at the beginners guide so automatic gummiboot update had to be possible.
    The drive is partitioned in the live system looks like this (look at sda):
    ├─sda1 8:1 0 512M 0 part /boot
    └─sda2 8:2 0 235G 0 part /
    fstab like this:
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    # /dev/sda2
    UUID=3f216fdb-f4c6-459a-856f-6f246d7a5bff / ext4 rw,relatime,data=ordered 0 1
    # /dev/sda1
    UUID=0F8F-2A3B /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 2
    # swap
    /swapfile none swap defaults 0 0
    I have and arch.conf in gummiboot looking like this:
    title Arch Linux
    linux /vmlinuz-linux
    initrd /initramfs-linux.img
    options root=/dev/sda2 rw
    and the loader.conf of gumiboot looking like this:
    timeout 5
    default 56cccedc29f1418ab2d8f1762ea09471-*
    Now, I don't know anymore how to proceed to identify the problem and hopefully solve it
    Last edited by cutuchiqueno (2014-03-11 21:47:32)

    looks like this issue might be the same:
    https://bbs.archlinux.org/viewtopic.php?id=172961&p=1
    If I find time I might try using an alternative to gummiboot to see if this works.
    Update: There also seems to be a reopened bug report on this https://bugs.archlinux.org/task/33745
    Last edited by Strawpants (2014-03-10 21:26:26)

  • Is a reboot necessary after a kernel upgrade? [SOLVED/Answered =)]

    Hey folks, longtime arch user (since ~2006), first time registration/post.
    Just a dead-simple question: is it necessary for me to reboot my Arch systems after 'pacman -Syu' kernel upgrades? I've always done it out of sheer habit coming from a WIndows Sysadmin world where every darn update needs a reboot.
    Thanks in advance.
    Last edited by train_wreck (2011-10-22 20:55:46)

    Wow, thanks y'all for the fast replies. Sounds like my instincts were right .
    I have to say I'm blown away by the reliability of this Linux distro. Like I implied, my day job has for years required me to interact with Windows client & server OSes on a daily basis, and the level of random issues/headaches that crop up in that ecosystem is rather astounding. In contrast, I've had as of yet zero problems with my 2 Arch servers. I've had the same essential configs since the first installations of them years ago, and barring a couple reinstalls due to hard drive failures they've been smooth as silk the whole time. Kudos to that.

  • [SOLVED] nfsroot install broken after kernel upgrade 3.5.6 to 3.6.2

    It seems my nfsroot installations have broken after the kernel upgrade to 3.6.2.
    This is as far as the boot process gets now (hand copied from the screen):
    IP-Config: eth0 complete (from 10.48.50.20):
    address: 10.48.50.240 broadcast: 10.48.50.255 netmask: 255.255.255.0
    gateway: 0.0.0.0 dns0 : 0.0.0.0 dns1: 0.0.0.0
    domain : local
    rootserver: 10.48.50.20 rootpath:
    filename : /var/tftpboot/pxelinux.0
    NFS-Mount: 10.48.50.20:/srv/nfs4/kvmhost0-rootfs
    Waiting 10 seconds for device /dev/nfs ...
    mount: Protocol not supported
    :: running cleanup hook [udev]
    ERROR: Failed to mount the real root device.
    Bailing out, you are on your own. Good luck.
    sh: can't access tty; job control turned off
    [rootfs /]#
    On the server this is what is logged:
    Oct 16 21:10:04 tuon dhcpd: DHCPDISCOVER from 00:21:70:eb:02:25 via san
    Oct 16 21:10:04 tuon dhcpd: DHCPOFFER on 10.48.50.240 to 00:21:70:eb:02:25 via san
    Oct 16 21:10:04 tuon dhcpd: DHCPREQUEST for 10.48.50.240 (10.48.50.20) from 00:21:70:eb:02:25 via san
    Oct 16 21:10:04 tuon dhcpd: DHCPACK on 10.48.50.240 to 00:21:70:eb:02:25 via san
    Oct 16 21:10:14 tuon rpc.mountd[1323]: authenticated mount request from 10.48.50.240:684 for /srv/nfs4/kvmhost0-rootfs (/srv/nfs4/kvmhost0-rootfs)
    Oct 16 21:10:14 tuon rpc.mountd[1323]: refused unmount request from 10.48.50.240 for /new_root (/): not exported
    It looks to me like the client is sending the mount request, the server accepts and then for some reason the client thinks it has failed. I can't even see anything strange in the wireshark traces comparing the working client (3.5.6) to the broken one (3.6.2).
    Anyone else using nfsroot successfully with the latest kernel?
    Any other ideas?
    (by the way - despite my directory names, this is using nfs v3 for the rootfs)
    Last edited by kmshanah (2012-10-18 03:18:07)

    mikep wrote:
    Just to confirm that I also have this problem with nfsroot (nfs4 this time) with 3.6.2. Downgrading the kernel does make it go away.
    When it is working normally I do seem to get refused unmount messages at shutdown for some reason
    refused unmount request from 192.168.1.86 for / (/): not exported
    , but the /new_root bit is new and I have no idea where it comes from.
    refused unmount request from 192.168.1.86 for /new_root (/): not exported
    So I wonder if it asking for the wrong path.
    That unmount issue will be solved by FS#32021.
    Unfortunately, that doesn't help with mounting in the first place with 3.6.2

  • Brtool getting failed after kernel upgrade

    Dear Guru's
    After doing kernel upgrade i tried to schedule check database from db13 and am getting this error
    Please can any one guide me in resolving this issue
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000079, user ID BASIS)
    Execute logical command BRCONNECT On host ECCQA
    Parameters: -u / -jid CHECK20101014143155 -c -f check
    BR0801I BRCONNECT 7.00 (49)
    BR0477I Oracle pfile /oracle/ZEQ/102_64/dbs/initZEQ.ora created from spfile /oracle/ZEQ/102_64/dbs/spfileZEQ.ora
    BR0805I Start of BRCONNECT processing: ceeilnol.chk 2010-10-14 14.31.55
    BR0252E Function fopen() failed for '/oracle/ZEQ/sapcheck/ceeilnol.chk' at location main-11
    BR0253E errno 13: Permission denied
    BR0121E Processing of log file /oracle/ZEQ/sapcheck/ceeilnol.chk failed
    BR0806I End of BRCONNECT processing: ceeilnol.chk2010-10-14 14.31.56
    BR0280I BRCONNECT time stamp: 2010-10-14 14.31.56
    BR0804I BRCONNECT terminated with errors
    External program terminated with exit code 3
    BRCONNECT returned error status E
    Job finished
    Regards
    Mohammed

    Hi
    Log in as root and run the saproot.sh script available in the kernel directory as follows:
    ./saproot.sh <SID>
    Hope this will help you.

Maybe you are looking for