Enabling compositing (in Enlightenment)

Hello forum!
When I try to enable compositing in enlightenment settings (e17) I get the message
"You have chosen to enable composite support, but your current screen does not support composite. Are you sure you wish to enable composite support?"
Compositing does not seem to work if I answer "Yes" (windows shadows are not shown over other windows for example), so I guess there is something wrong, although I tried to follow instructions from the wiki. It was admittedly a bit confusing, since most of the wiki articles were not updated to reflect the changes in Xorg 1.8
Anyway, I am using the latest proprietary nvidia drivers (on a GTX260 (Core216 version)). Single monitor, single GPU. These are my relevant xorg configuration files:
# /etc/X11/xorg.conf.d/10-monitor.conf
Section "Monitor"
Identifier "Monitor0"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1650x1080_60.00"
EndSubSection
EndSection
# /etc/X11/xorg.conf.d/20-nvidia.conf
Section "Device"
Identifier "Default nvidia Device"
Driver "nvidia"
Option "NoLogo" "True"
Option "RenderAccel" "True"
Option "EnablePageFlip" "True"
Option "ConnectedMonitor" "DFP"
Option "BackingStore" "True"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
(I also have "10-evdev.conf" and "10-quirks.conf" in that directory, but I can't see how these are relevant to any of this, so I didn't post them.)
Any help?

Thanks for your reply. I unfortunately cannot check that as I have uninstalled enlightenment (it was too unstable for me) and installed xfce instead. I can not remember enabling such a module, so unless it was enabled by default, that could be the problem.

Similar Messages

  • [SOLVED] Xfce composite settings are not respected

    I have come across a problem with the Xfce composite manager. I enable this primarily to have conky draw transparently on the desktop wallpaper, but then found shadows and transparency did not cause much more impact on performance after enabling composite effects in the first place.
    But now I'm experiencing that some settings in the Tweaks settings menu are not respected. For instance, I've enabled transparency both when moving and resizing windows, but they only turn transparent when moving them. Also, I've enabled transparency for notifications, which to my understanding includes the desktop right-click menu, but they are opaque. Anybody else experience this? I've tried turning composite effects off, logging out and back in and turning them on again. No luck there. Also, if you should know where these settings are stored (text file somewhere/Xconf...) I'd be happy to inspect them
    Thank you!
    Last edited by mariusmeyer (2011-08-02 14:12:37)

    stqn wrote:Uh? I really don't see why the desktop right-click menu would be using notifications' opacity setting... Anyway here it works as expected (notifications are transparent, not the menu.)
    Now it does for me as well. The reason I thought the menu was a part of it was because it became transparent when I enabled notification transparency the first time but this behaviour went away after a logoff-login I think.
    The big problem I'm struggeling with now is still the fact that xfwm does not respect the settings as found in Xfconf / Settings -> Tweaks. The shadows on the borders won't go away no matter what I do; however and I'm able to turn off the resize/move transparency in-session. When I log out and back in again, the behaviour reverts, although the settings as I set them remain unchanged =_=
    If anything, does anybody know how to return all of xfwm's settings to the default, so I can start over? All I really need compositing for is transparent conky anyways....
    EDIT: Okey, it seems this has something to do with the xfwm theme I use :s after switching to other themes in the list I am suddenly in control of the composite effects again... Does this mean that the theme I use stores info on what composite effects it should use??
    Last edited by mariusmeyer (2011-08-02 14:08:17)

  • [SOLVED] KDE 4.3 Composite with ATI Radeon X1600 Series

    I'm new to Archlinux (and don't have too much experience on Linux) and searched everywhere in this forum and on Google but couldn't find out how to solve my problem.
    I'm using Archlinux x86_64... my video card is an ATI Radeon X1650 Pro (pretty old) and I can't enable Composite on KDE 4.3 (not KDEMod) to enable transparency and some animation, using OpenGL (with XRender it works, but it also gets extremely slow...)
    Here is my xorg.conf: (on Device section, all Options where added following every website I found on Google... everything else was generated by "Xorg --config" command)
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    Option "AIGLX" "true"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "glx"
    Load "extmod"
    Load "dbe"
    Load "record"
    Load "dri"
    Load "dri2"
    Load "drm"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "abnt2"
    Option "XkbVariant" ",winkeys"
    Option "XkbLayout" "br"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "CorePointer"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    #DisplaySize 410 260 # mm
    Identifier "Monitor0"
    VendorName "HWP"
    ModelName "HP w1907"
    HorizSync 24.0 - 83.0
    VertRefresh 50.0 - 76.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "radeon"
    VendorName "ATI Technologies Inc"
    BoardName "RV530LE [Radeon X1600/X1650 PRO]"
    BusID "PCI:4:0:0"
    Option "DRI" "true"
    Option "XAANOOffscreenPixmaps" "true"
    Option "RenderAccel" "true"
    Option "AllowGLXWithComposite" "true"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultColorDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1440x900"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1440x900"
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "enable"
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Can anyone help me?
    If anyone needs more information, just tell me which information and how to retrieve it!
    Last edited by hhideki (2009-09-11 21:31:21)

    flamelab wrote:
    Remove everything from your xorg.conf, install xorg-input-drivers, install xf86-video-ati make sure HAL is running,  put these in your xorg.conf
    Section "ServerFlags"
    Option "DontZap" "False"
    EndSection
    Section "Device"
    Identifier "My Graphics Card"
    Driver "radeon"
    Option "DRI" "on"
    Option "ForceLowPowerMode" "on"
    # Option "DynamicPM" "on"
    # Option "ClockGating" "on"
    Option "AccelMethod" "EXA"
    Option "EXAVSync" "on"
    Option "DMAForXv" "on"
    Option "ScalerWidth" "2048"
    Option "EnablePageFlip" "on"
    Option "RenderAccel" "on"
    Option "AccelDFS" "on"
    BusID "PCI:1:0:0"
    EndSection
    Section "ServerFlags"
    Option "DontZap" "False"
    EndSection
    and then restart HAL and restart Xorg.
    Done.
    Didn't work
    After doing what flamelab posted, X didn't start...
    Here is the content of /var/log/Xorg.0.log:
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    X.Org X Server 1.6.3.901 (1.6.4 RC 1)
    Release Date: 2009-8-25
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.30-ARCH x86_64
    Current Operating System: Linux arch 2.6.30-ARCH #1 SMP PREEMPT Mon Aug 17 16:06:45 CEST 2009 x86_64
    Build Date: 04 September 2009 05:45:43PM
    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: Fri Sep 11 13:47:48 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) No Layout section. Using the first Screen section.
    (==) No screen section available. Using defaults.
    (**) |-->Screen "Default Screen Section" (0)
    (**) | |-->Monitor "<default monitor>"
    (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    (**) | |-->Device "My Graphics Card"
    (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    (**) Option "DontZap" "False"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    built-ins
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) Cannot locate a core pointer device.
    (II) Cannot locate a core keyboard device.
    (II) The server relies on HAL to provide the list of input devices.
    If no devices become available, reconfigure HAL or disable AllowEmptyInput.
    (II) Loader magic: 0x1d40
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (--) using VT number 7
    (--) PCI:*(0:4:0:0) 1002:71c6:18bc:2712 ATI Technologies Inc RV530LE [Radeon X1600/X1650 PRO] rev 0, Mem @ 0xc0000000/268435456, 0xdfff0000/65536, I/O @ 0x0000e800/256, BIOS @ 0x????????/131072
    (--) PCI: (0:4:0:1) 1002:71e6:18bc:2713 ATI Technologies Inc RV530LE [Radeon X1650 PRO] (Secondary) rev 0, Mem @ 0xdffe0000/65536
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [21] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [23] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "radeon"
    (II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
    (II) Module radeon: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 6.12.2
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
    (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP),
    ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
    ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
    ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
    ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
    ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI FirePro V8750 (FireGL),
    ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
    ATI Mobility RADEON HD 4850 X2, ATI Radeon 4800 Series,
    ATI FirePro RV770, AMD FireStream 9270, AMD FireStream 9250,
    ATI FirePro V8700 (FireGL), ATI Mobility RADEON HD 4870,
    ATI Mobility RADEON M98, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Radeon RV730 (AGP), ATI FirePro M5750, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI RV730 PRO [Radeon HD 4650], ATI FirePro V7750 (FireGL),
    ATI FirePro V5700 (FireGL), ATI FirePro V3750 (FireGL), ATI RV610,
    ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
    ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI RV610,
    ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon HD 4350,
    ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
    ATI Mobility Radeon 4500 Series, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon RV710,
    ATI Radeon HD 3470, ATI Mobility Radeon HD 3430,
    ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450,
    ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Radeon HD 3450,
    ATI FirePro V3700, ATI FireMV 2450, ATI FireMV 2260, ATI FireMV 2260,
    ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
    ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
    ATI Radeon HD 3600 PRO, ATI Mobility Radeon HD 3650,
    ATI Mobility Radeon HD 3670, ATI Mobility FireGL V5700,
    ATI Mobility FireGL V5725, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3000 Graphics,
    ATI Radeon HD Graphics, ATI Radeon Graphics,
    ATI Mobility Radeon HD Graphics, ATI Mobility Radeon Graphics,
    ATI Radeon Graphics
    (II) Primary Device is: PCI 04@00:00:0
    (EE) No devices detected.
    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.
    With the current xorg.conf (the one showed in the first post), /var/log/Xorg.0.log is like this:
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    X.Org X Server 1.6.3.901 (1.6.4 RC 1)
    Release Date: 2009-8-25
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.30-ARCH x86_64
    Current Operating System: Linux arch 2.6.30-ARCH #1 SMP PREEMPT Mon Aug 17 16:06:45 CEST 2009 x86_64
    Build Date: 04 September 2009  05:45:43PM
        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: Fri Sep 11 13:51:45 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) |   |-->Monitor "Monitor0"
    (**) |   |-->Device "Card0"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "Keyboard0"
    (**) Option "AIGLX" "true"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/Type1" does not exist.
        Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/Type1" does not exist.
        Entry deleted from font path.
    (**) FontPath set to:
        /usr/share/fonts/misc,
        /usr/share/fonts/100dpi:unscaled,
        /usr/share/fonts/75dpi:unscaled,
        /usr/share/fonts/TTF,
        /usr/share/fonts/misc,
        /usr/share/fonts/100dpi:unscaled,
        /usr/share/fonts/75dpi:unscaled,
        /usr/share/fonts/TTF,
        built-ins
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (**) Extension "Composite" is enabled
    (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    (WW) Disabling Mouse0
    (WW) Disabling Keyboard0
    (II) Loader magic: 0x1d40
    (II) Module ABI versions:
        X.Org ANSI C Emulation: 0.4
        X.Org Video Driver: 5.0
        X.Org XInput driver : 4.0
        X.Org Server Extension : 2.0
    (II) Loader running on linux
    (++) using VT number 7
    (--) PCI:*(0:4:0:0) 1002:71c6:18bc:2712 ATI Technologies Inc RV530LE [Radeon X1600/X1650 PRO] rev 0, Mem @ 0xc0000000/268435456, 0xdfff0000/65536, I/O @ 0x0000e800/256, BIOS @ 0x????????/131072
    (--) PCI: (0:4:0:1) 1002:71e6:18bc:2713 ATI Technologies Inc RV530LE [Radeon X1650 PRO] (Secondary) rev 0, Mem @ 0xdffe0000/65536
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) System resource ranges:
        [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [5] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [6] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [7] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [16] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [17] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [18] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [19] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [20] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [21] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [22] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [23] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
        compiled for 1.6.3.901, module version = 1.0.0
        ABI class: X.Org Server Extension, version 2.0
    (**) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.6.3.901, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.6.3.901, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
        compiled for 1.6.3.901, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
        compiled for 1.6.3.901, module version = 1.0.0
        ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
        compiled for 1.6.3.901, module version = 1.1.0
        ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "radeon"
    (II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
    (II) Module radeon: vendor="X.Org Foundation"
        compiled for 1.6.1, module version = 6.12.2
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 5.0
    (II) RADEON: Driver for ATI Radeon chipsets:
        ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
        ATI Radeon Mobility X300 (M24) 3152 (PCIE),
        ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X600 (RV380) 3E50 (PCIE),
        ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
        ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
        ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
        ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
        ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
        ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
        ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
        ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
        ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
        ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP),
        ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337,
        ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
        ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
        ATI Radeon X800PRO (R420) JI (AGP),
        ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
        ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
        ATI Radeon Mobility 9800 (M18) JN (AGP),
        ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
        ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
        ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
        ATI Radeon Mobility M7 LW (AGP),
        ATI Mobility FireGL 7800 M7 LX (AGP),
        ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
        ATI FireGL Mobility 9000 (M9) Ld (AGP),
        ATI Radeon Mobility 9000 (M9) Lf (AGP),
        ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
        ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
        ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
        ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
        ATI Radeon 9800XT NJ (AGP),
        ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
        ATI Radeon Mobility 9600 (M10) NQ (AGP),
        ATI Radeon Mobility 9600 (M11) NR (AGP),
        ATI Radeon Mobility 9600 (M10) NS (AGP),
        ATI FireGL Mobility T2 (M10) NT (AGP),
        ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
        ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
        ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
        ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
        ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
        ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
        ATI Radeon Mobility X300 (M22) 5460 (PCIE),
        ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
        ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
        ATI Radeon X800PRO (R423) UI (PCIE),
        ATI Radeon X800LE (R423) UJ (PCIE),
        ATI Radeon X800SE (R423) UK (PCIE),
        ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
        ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
        ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
        ATI FireGL unknown (R423) UR (PCIE),
        ATI FireGL unknown (R423) UT (PCIE),
        ATI Mobility FireGL V5000 (M26) (PCIE),
        ATI Mobility FireGL V5000 (M26) (PCIE),
        ATI Mobility Radeon X700 XL (M26) (PCIE),
        ATI Mobility Radeon X700 (M26) (PCIE),
        ATI Mobility Radeon X700 (M26) (PCIE),
        ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
        ATI Radeon Mobility 9100 IGP (U3) 5835,
        ATI Radeon XPRESS 200 5954 (PCIE),
        ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
        ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
        ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
        ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
        ATI Radeon XPRESS 200M 5975 (PCIE),
        ATI Radeon XPRESS 200 5A41 (PCIE),
        ATI Radeon XPRESS 200M 5A42 (PCIE),
        ATI Radeon XPRESS 200 5A61 (PCIE),
        ATI Radeon XPRESS 200M 5A62 (PCIE),
        ATI Radeon X300 (RV370) 5B60 (PCIE),
        ATI Radeon X600 (RV370) 5B62 (PCIE),
        ATI Radeon X550 (RV370) 5B63 (PCIE),
        ATI FireGL V3100 (RV370) 5B64 (PCIE),
        ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
        ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
        ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
        ATI Mobility Radeon X800 XT (M28) (PCIE),
        ATI Mobility FireGL V5100 (M28) (PCIE),
        ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
        ATI Radeon X850 XT PE (R480) (PCIE),
        ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
        ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
        ATI Radeon X850 XT (R480) (PCIE),
        ATI Radeon X800XT (R423) 5D57 (PCIE),
        ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
        ATI Radeon X700 PRO (RV410) (PCIE),
        ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
        ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
        ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
        ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
        ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
        ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
        ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
        ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
        ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
        ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
        ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
        ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
        ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
        ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
        ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
        ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
        ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
        ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
        ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
        ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
        ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
        ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
        ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
        ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
        ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
        ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
        ATI Mobility Radeon X1700, ATI Radeon X2300HD,
        ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
        ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
        ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
        ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
        ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
        ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
        ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
        ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
        ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
        ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
        ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
        ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
        ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
        ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
        ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
        ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
        ATI Radeon 4800 Series, ATI FirePro V8750 (FireGL),
        ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
        ATI Mobility RADEON HD 4850 X2, ATI Radeon 4800 Series,
        ATI FirePro RV770, AMD FireStream 9270, AMD FireStream 9250,
        ATI FirePro V8700 (FireGL), ATI Mobility RADEON HD 4870,
        ATI Mobility RADEON M98, ATI Radeon 4800 Series,
        ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
        ATI Radeon RV730 (AGP), ATI FirePro M5750, ATI Radeon RV730 (AGP),
        ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
        ATI RV730 PRO [Radeon HD 4650], ATI FirePro V7750 (FireGL),
        ATI FirePro V5700 (FireGL), ATI FirePro V3750 (FireGL), ATI RV610,
        ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
        ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI RV610,
        ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
        ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
        ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
        ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
        ATI Mobility Radeon HD 3850 X2, ATI RV670,
        ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
        ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
        ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
        ATI Radeon RV710, ATI Radeon RV710, ATI Radeon HD 4350,
        ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
        ATI Mobility Radeon 4500 Series, ATI RV630,
        ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
        ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
        ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
        ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
        ATI FireGL V3600, ATI Radeon HD 2600 LE,
        ATI Mobility FireGL Graphics Processor, ATI Radeon RV710,
        ATI Radeon HD 3470, ATI Mobility Radeon HD 3430,
        ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450,
        ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Radeon HD 3450,
        ATI FirePro V3700, ATI FireMV 2450, ATI FireMV 2260, ATI FireMV 2260,
        ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
        ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
        ATI Radeon HD 3600 PRO, ATI Mobility Radeon HD 3650,
        ATI Mobility Radeon HD 3670, ATI Mobility FireGL V5700,
        ATI Mobility FireGL V5725, ATI Radeon HD 3200 Graphics,
        ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics,
        ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics,
        ATI Radeon HD 3200 Graphics, ATI Radeon 3000 Graphics,
        ATI Radeon HD Graphics, ATI Radeon Graphics,
        ATI Mobility Radeon HD Graphics, ATI Mobility Radeon Graphics,
        ATI Radeon Graphics
    (II) Primary Device is: PCI 04@00:00:0
    (II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [5] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [6] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [7] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [16] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [17] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [18] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [19] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [20] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [21] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [22] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [23] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    (II) resource ranges after probing:
        [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [5] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [6] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [7] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [16] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b]
        [17] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b]
        [18] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b]
        [19] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [20] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [21] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [22] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [23] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [24] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [25] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [26] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [27] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b]
        [28] 0    0    0x000003c0 - 0x000003df (0x20) IS[b]
    (II) RADEON(0): TOTO SAYS 00000000dfff0000
    (II) RADEON(0): MMIO registers at 0x00000000dfff0000: size 64KB
    (II) RADEON(0): PCI bus 4 card 0 func 0
    (**) RADEON(0): Depth 24, (--) framebuffer bpp 32
    (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    (==) RADEON(0): Default visual is TrueColor
    (**) RADEON(0): Option "RenderAccel" "true"
    (**) RADEON(0): Option "DRI" "true"
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/lib/xorg/modules//libvgahw.so
    (II) Module vgahw: vendor="X.Org Foundation"
        compiled for 1.6.3.901, module version = 0.1.0
        ABI class: X.Org Video Driver, version 5.0
    (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (==) RADEON(0): RGB weight 888
    (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    (--) RADEON(0): Chipset: "ATI Radeon X1650" (ChipID = 0x71c6)
    (WW) RADEON(0): R500 support is under development. Please report any issues to [email protected]
    (--) RADEON(0): Linear framebuffer at 0x00000000c0000000
    (II) RADEON(0): PCIE card detected
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules//libint10.so
    (II) Module int10: vendor="X.Org Foundation"
        compiled for 1.6.3.901, module version = 1.0.0
        ABI class: X.Org Video Driver, version 5.0
    (II) RADEON(0): initializing int10
    (II) RADEON(0): Primary V_BIOS segment is: 0xc000
    (II) RADEON(0): ATOM BIOS detected
    (II) RADEON(0): ATOM BIOS Rom:
        SubsystemVendorID: 0x18bc SubsystemID: 0x2712
        IOBaseAddress: 0xe800
        Filename: K6QGA7D2.I1H
        BIOS Bootup Message:
    RX165PGE2-D3 I1H                                                           
    (II) RADEON(0): Framebuffer space used by Firmware (kb): 20
    (II) RADEON(0): Start of VRAM area used by Firmware: 0xfffb000
    (II) RADEON(0): AtomBIOS requests 20kB of VRAM scratch space
    (II) RADEON(0): AtomBIOS VRAM scratch base: 0xfffb000
    (II) RADEON(0): Cannot get VRAM scratch space. Allocating in main memory instead
    (II) RADEON(0): Default Engine Clock: 601000
    (II) RADEON(0): Default Memory Clock: 400000
    (II) RADEON(0): Maximum Pixel ClockPLL Frequency Output: 1100000
    (II) RADEON(0): Minimum Pixel ClockPLL Frequency Output: 0
    (II) RADEON(0): Maximum Pixel ClockPLL Frequency Input: 13500
    (II) RADEON(0): Minimum Pixel ClockPLL Frequency Input: 1000
    (II) RADEON(0): Maximum Pixel Clock: 400000
    (II) RADEON(0): Reference Clock: 27000
    drmOpenDevice: node name is /dev/dri/card0
    [drm] failed to load kernel module "radeon"
    (EE) RADEON(0): [dri] RADEONDRIGetVersion failed to open the DRM
    [dri] Disabling DRI.
    (II) RADEON(0): Generation 2 PCI interface, using max accessible memory
    (II) RADEON(0): Detected total video RAM=262144K, accessible=262144K (PCI BAR=262144K)
    (--) RADEON(0): Mapped VideoRAM: 262144 kByte (64 bit DDR SDRAM)
    (II) RADEON(0): Color tiling enabled by default
    (II) RADEON(0): Max desktop size set to 2560x1600
    (II) RADEON(0): For a larger or smaller max desktop size, add a Virtual line to your xorg.conf
    (II) RADEON(0): If you are having trouble with 3D, reduce the desktop size by adjusting the Virtual line to your xorg.conf
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"
    (II) Module "i2c" already built-in
    (II) RADEON(0): ref_freq: 2700, min_out_pll: 64800, max_out_pll: 110000, min_in_pll: 100, max_in_pll: 1350, xclk: 40000, sclk: 601.000000, mclk: 400.000000
    (II) RADEON(0): PLL parameters: rf=2700 rd=13 min=64800 max=110000; xclk=40000
    (II) RADEON(0): Skipping TV-Out
    (II) RADEON(0): Skipping Component Video
    encoder: 0x15
    encoder: 0x13
    encoder: 0x16
    encoder: 0xf
    (II) RADEON(0): Output DVI-1 using monitor section Monitor0
    (II) RADEON(0): I2C bus "DVI-1" initialized.
    (II) RADEON(0): Output DVI-0 has no monitor section
    (II) RADEON(0): I2C bus "DVI-0" initialized.
    (II) RADEON(0): Port0:
      XRANDR name: DVI-1
      Connector: DVI-I
      CRT2: INTERNAL_KLDSCP_DAC2
      DFP1: INTERNAL_KLDSCP_TMDS1
      DDC reg: 0x7e50
    (II) RADEON(0): Port1:
      XRANDR name: DVI-0
      Connector: DVI-I
      CRT1: INTERNAL_KLDSCP_DAC1
      DFP3: INTERNAL_LVTM1
      DDC reg: 0x7e40
    (II) RADEON(0): I2C device "DVI-1:E-EDID segment register" registered at address 0x60.
    (II) RADEON(0): I2C device "DVI-1:ddc2" registered at address 0xA0.
    (II) RADEON(0): Output: DVI-1, Detected Monitor Type: 0
    Dac detection success
    Unhandled monitor type 0
    finished output detect: 0
    (II) RADEON(0): I2C device "DVI-0:E-EDID segment register" registered at address 0x60.
    (II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
    (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 1
    (II) RADEON(0): EDID data from the display on output: DVI-0 ----------------------
    (II) RADEON(0): Manufacturer: HWP  Model: 26a2  Serial#: 2147483648
    (II) RADEON(0): Year: 2007  Week: 8
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
    (II) RADEON(0): Sync:  Separate
    (II) RADEON(0): Max Image Size [cm]: horiz.: 41  vert.: 26
    (II) RADEON(0): Gamma: 2.20
    (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
    (II) RADEON(0): Default color space is primary color space
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.650 redY: 0.340   greenX: 0.290 greenY: 0.610
    (II) RADEON(0): blueX: 0.150 blueY: 0.070   whiteX: 0.313 whiteY: 0.329
    (II) RADEON(0): Supported established timings:
    (II) RADEON(0): 720x400@70Hz
    (II) RADEON(0): 640x480@60Hz
    (II) RADEON(0): 640x480@75Hz
    (II) RADEON(0): 800x600@60Hz
    (II) RADEON(0): 800x600@75Hz
    (II) RADEON(0): 832x624@75Hz
    (II) RADEON(0): 1024x768@60Hz
    (II) RADEON(0): 1024x768@75Hz
    (II) RADEON(0): 1280x1024@75Hz
    (II) RADEON(0): 1152x870@75Hz
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported standard timings:
    (II) RADEON(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
    (II) RADEON(0): #1: hsize: 1152  vsize 720  refresh: 60  vid: 113
    (II) RADEON(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
    (II) RADEON(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
    (II) RADEON(0): Supported detailed timing:
    (II) RADEON(0): clock: 106.5 MHz   Image Size:  408 x 255 mm
    (II) RADEON(0): h_active: 1440  h_sync: 1520  h_sync_end 1672 h_blank_end 1904 h_border: 0
    (II) RADEON(0): v_active: 900  v_sync: 903  v_sync_end 909 v_blanking: 934 v_border: 0
    (II) RADEON(0): Ranges: V min: 50 V max: 76 Hz, H min: 24 H max: 83 kHz, PixClock max 140 MHz
    (II) RADEON(0): Monitor name: HP w1907
    (II) RADEON(0): Serial No: CNN70832Y0
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0):     00ffffffffffff0022f0a22600000080
    (II) RADEON(0):     0811010368291a782e8585a6574a9c26
    (II) RADEON(0):     125054a56b8081807100814095000101
    (II) RADEON(0):     0101010101019a29a0d0518422305098
    (II) RADEON(0):     360098ff1000001c000000fd00324c18
    (II) RADEON(0):     530e000a202020202020000000fc0048
    (II) RADEON(0):     502077313930370a20202020000000ff
    (II) RADEON(0):     00434e4e373038333259300a202000e1
    finished output detect: 1
    finished all detect
    before xf86InitialConfiguration
    (II) RADEON(0): Output: DVI-1, Detected Monitor Type: 0
    Dac detection success
    Unhandled monitor type 0
    (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 1
    (II) RADEON(0): EDID data from the display on output: DVI-0 ----------------------
    (II) RADEON(0): Manufacturer: HWP  Model: 26a2  Serial#: 2147483648
    (II) RADEON(0): Year: 2007  Week: 8
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
    (II) RADEON(0): Sync:  Separate
    (II) RADEON(0): Max Image Size [cm]: horiz.: 41  vert.: 26
    (II) RADEON(0): Gamma: 2.20
    (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
    (II) RADEON(0): Default color space is primary color space
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.650 redY: 0.340   greenX: 0.290 greenY: 0.610
    (II) RADEON(0): blueX: 0.150 blueY: 0.070   whiteX: 0.313 whiteY: 0.329
    (II) RADEON(0): Supported established timings:
    (II) RADEON(0): 720x400@70Hz
    (II) RADEON(0): 640x480@60Hz
    (II) RADEON(0): 640x480@75Hz
    (II) RADEON(0): 800x600@60Hz
    (II) RADEON(0): 800x600@75Hz
    (II) RADEON(0): 832x624@75Hz
    (II) RADEON(0): 1024x768@60Hz
    (II) RADEON(0): 1024x768@75Hz
    (II) RADEON(0): 1280x1024@75Hz
    (II) RADEON(0): 1152x870@75Hz
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported standard timings:
    (II) RADEON(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
    (II) RADEON(0): #1: hsize: 1152  vsize 720  refresh: 60  vid: 113
    (II) RADEON(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
    (II) RADEON(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
    (II) RADEON(0): Supported detailed timing:
    (II) RADEON(0): clock: 106.5 MHz   Image Size:  408 x 255 mm
    (II) RADEON(0): h_active: 1440  h_sync: 1520  h_sync_end 1672 h_blank_end 1904 h_border: 0
    (II) RADEON(0): v_active: 900  v_sync: 903  v_sync_end 909 v_blanking: 934 v_border: 0
    (II) RADEON(0): Ranges: V min: 50 V max: 76 Hz, H min: 24 H max: 83 kHz, PixClock max 140 MHz
    (II) RADEON(0): Monitor name: HP w1907
    (II) RADEON(0): Serial No: CNN70832Y0
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0):     00ffffffffffff0022f0a22600000080
    (II) RADEON(0):     0811010368291a782e8585a6574a9c26
    (II) RADEON(0):     125054a56b8081807100814095000101
    (II) RADEON(0):     0101010101019a29a0d0518422305098
    (II) RADEON(0):     360098ff1000001c000000fd00324c18
    (II) RADEON(0):     530e000a202020202020000000fc0048
    (II) RADEON(0):     502077313930370a20202020000000ff
    (II) RADEON(0):     00434e4e373038333259300a202000e1
    (II) RADEON(0): EDID vendor "HWP", prod id 9890
    (II) RADEON(0): Output DVI-1 disconnected
    (II) RADEON(0): Output DVI-0 connected
    (II) RADEON(0): Using user preference for initial modes
    (II) RADEON(0): Output DVI-0 using initial mode 1440x900
    after xf86InitialConfiguration
    (==) RADEON(0): DPI set to (96, 96)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
        compiled for 1.6.3.901, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.4
    (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (==) RADEON(0): Using XAA acceleration architecture
    (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.6.3.901, module version = 1.2.1
        ABI class: X.Org Video Driver, version 5.0
    (!!) RADEON(0): For information on using the multimedia capabilities
        of this adapter, please see http://gatos.sf.net.
    (!!) RADEON(0): MergedFB support has been removed and replaced with xrandr 1.2 support
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC?  No, I don't.
    (II) resource ranges after preInit:
        [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [5] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [6] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [7] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [16] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b](OprU)
        [17] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b](OprU)
        [18] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b](OprU)
        [19] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [20] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [21] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [22] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [23] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [24] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [25] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [26] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [27] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
        [28] 0    0    0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (II) RADEON(0): RADEONScreenInit c0000000 0 0
    Output CRT1 disable success
    Blank CRTC 0 success
    Disable CRTC 0 success
    Blank CRTC 1 success
    Disable CRTC 1 success
    (II) RADEON(0): RADEONInitMemoryMap() :
    (II) RADEON(0):   mem_size         : 0x10000000
    (II) RADEON(0):   MC_FB_LOCATION   : 0xcfffc000
    (II) RADEON(0):   MC_AGP_LOCATION  : 0x003f0000
    (II) RADEON(0): Depth moves disabled by default
    (II) RADEON(0): Memory manager initialized to (0,0) (1472,8191)
    (II) RADEON(0): Reserved area from (0,1440) to (1472,1442)
    (II) RADEON(0): Largest offscreen area available: 1472 x 6749
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0):   MC_FB_LOCATION   : 0xcfffc000 0xcfffc000
    (II) RADEON(0):   MC_AGP_LOCATION  : 0x003f0000
    (==) RADEON(0): Backing store disabled
    (WW) RADEON(0): Direct rendering disabled
    (II) RADEON(0): XAA Render acceleration unsupported on Radeon 9500/9700 and newer. Please use EXA instead.
    (II) RADEON(0): Render acceleration disabled
    (II) RADEON(0): num quad-pipes is 1
    (**) RADEON(0): Option "XaaNoOffscreenPixmaps" "true"
    (II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles
        8x8 mono pattern filled rectangles
        Indirect CPU to Screen color expansion
        Solid Lines
        Scanline Image Writes
        Setting up tile and stipple cache:
            32 128x128 slots
            32 256x256 slots
            16 512x512 slots
    (II) RADEON(0): Acceleration enabled
    (**) Option "dpms"
    (**) RADEON(0): DPMS enabled
    (==) RADEON(0): Silken mouse enabled
    (II) RADEON(0): Will use 32 kb for hardware cursor 0 at offset 0x00819000
    (II) RADEON(0): Will use 32 kb for hardware cursor 1 at offset 0x0081f000
    (II) RADEON(0): Largest offscreen area available: 1472 x 6741
    (II) RADEON(0): Textured video requires CP on R5xx/R6xx/R7xx/IGP
    Output CRT1 disable success
    Blank CRTC 0 success
    Disable CRTC 0 success
    Blank CRTC 1 success
    Disable CRTC 1 success
    Output CRT1 disable success
    Mode 1440x900 - 1904 934 6
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0):   MC_FB_LOCATION   : 0xcfffc000 0xcfffc000
    (II) RADEON(0):   MC_AGP_LOCATION  : 0x003f0000
    freq: 106500000
    best_freq: 106500000
    best_feedback_div: 71
    best_ref_div: 2
    best_post_div: 9
    (II) RADEON(0): crtc(0) Clock: mode 106500, PLL 106500
    (II) RADEON(0): crtc(0) PLL  : refdiv 2, fbdiv 0x47(71), pdiv 9
    Set CRTC 0 PLL success
    Set CRTC Timing success
    Set CRTC 0 Overscan success
    Not using RMX
    scaler 0 setup success
    Set CRTC 0 Source success
    crtc 0 YUV disable setup success
    Output DAC1 setup success
    Enable CRTC 0 success
    Unblank CRTC 0 success
    Output CRT1 enable success
    Blank CRTC 1 success
    Disable CRTC 1 success
    (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    Output CRT1 disable success
    Blank CRTC 0 success
    Disable CRTC 0 success
    Mode 1440x900 - 1904 934 6
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0):   MC_FB_LOCATION   : 0xcfffc000 0xcfffc000
    (II) RADEON(0):   MC_AGP_LOCATION  : 0x003f0000
    freq: 106500000
    best_freq: 106500000
    best_feedback_div: 71
    best_ref_div: 2
    best_post_div: 9
    (II) RADEON(0): crtc(0) Clock: mode 106500, PLL 106500
    (II) RADEON(0): crtc(0) PLL  : refdiv 2, fbdiv 0x47(71), pdiv 9
    Set CRTC 0 PLL success
    Set CRTC Timing success
    Set CRTC 0 Overscan success
    Not using RMX
    scaler 0 setup success
    Set CRTC 0 Source success
    crtc 0 YUV disable setup success
    Output DAC1 setup success
    Enable CRTC 0 success
    Unblank CRTC 0 success
    Output CRT1 enable success
    (WW) RADEON(0): Option "AllowGLXWithComposite" is not used
    (--) RandR disabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) AIGLX: Screen 0 is not DRI2 capable
    (II) AIGLX: Screen 0 is not DRI capable
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/swrast_dri.so
    (II) GLX: Initialized DRISWRAST GL provider for screen 0
    (II) RADEON(0): Setting screen physical size to 408 x 255
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
        compiled for 1.6.3, module version = 2.2.5
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 4.0
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
    (**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
    (**) Macintosh mouse button emulation: (accel) set acceleration profile 0
    (II) Macintosh mouse button emulation: initialized for relative axes.
    (II) config/hal: Adding input device HID 04f3:0087
    (**) HID 04f3:0087: always reports core events
    (**) HID 04f3:0087: Device: "/dev/input/event6"
    (II) HID 04f3:0087: Found 9 mouse buttons
    (II) HID 04f3:0087: Found x and y relative axes
    (II) HID 04f3:0087: Found scroll wheel(s)
    (II) HID 04f3:0087: Found keys
    (II) HID 04f3:0087: Configuring as mouse
    (II) HID 04f3:0087: Configuring as keyboard
    (**) HID 04f3:0087: YAxisMapping: buttons 4 and 5
    (**) HID 04f3:0087: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "HID 04f3:0087" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (**) HID 04f3:0087: (accel) keeping acceleration scheme 1
    (**) HID 04f3:0087: (accel) filter chain progression: 2.00
    (**) HID 04f3:0087: (accel) filter stage 0: 20.00 ms
    (**) HID 04f3:0087: (accel) set acceleration profile 0
    (II) HID 04f3:0087: initialized for relative axes.
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
    (II) AT Translated Set 2 keyboard: Found keys
    (II) AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event3"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event2"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) RADEON(0): Output: DVI-1, Detected Monitor Type: 0
    Dac detection success
    Unhandled monitor type 0
    (II) RADEON(0): EDID vendor "HWP", prod id 9890
    (II) RADEON(0): Using hsync ranges from config file
    (II) RADEON(0): Using vrefresh ranges from config file
    (II) RADEON(0): Printing DDC gathered Modelines:
    (II) RADEON(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
    (II) RADEON(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
    (II) RADEON(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) RADEON(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
    (II) RADEON(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
    (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    (II) RADEON(0): Modeline "1152x720"x60.0   67.32  1152 1208 1328 1504  720 721 724 746 -hsync +vsync (44.8 kHz)
    (II) RADEON(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
    (II) RADEON(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
    (II) RADEON(

  • Compositing in KDE with intel 2.6

    Ive just installed a fresh system with kdemod and latest xorg/intel. But I cant enable compoisiting in kde when using kwin, ive tried enable compositing via xorg.conf, having the only thing in there being load composite extenstion. Im using modesetting, any ideas how to get it working?

    Vamp898 wrote:
    Compiz works very fine for me. I dosnt get slow with the time, have a lot of plugins (more or less usable ) and it supports KDE very good (since the new Version).
    So Taskbar is transparent, the tray works good and so on
    is compiz 0.9 in some repository? cause main-plugins dont build for me...

  • [Solved]dual screen (radeon 9200) not working properly under composite

    I am running a radeon 9200 on my desktop with monitors plugged into both the DVI and VGA outputs. I'm using the xf86-radeon-ati driver with no Xorg.conf.
    I have been using openbox for a few years now, and for as long as I remember, all I needed was:
    xrandr --output DVI-0 --auto --left-of VGA-0
    and everything works fine. Seems like xcompmgr and cairo-compmgr also work properly.
    I was experimenting with XFCE4, which works fine until I try to also use compiz as the window manager. The right side on the left monitor become jibberish, and the second monitor also becomes just as messed up, and I cannot properly drag any windows.
    The same thing happened when I installed KDE4.
    I should note two things:
    1) If I clone the two monitors, everything works fine.
    2) If I change from OpenGL to XRender (under desktop effects in KDE settings), everything works fine, just quite slowly.
    Am I right in guessing that compiz works based off of OpenGL? Is there some way to get OpenGL working properly with my setup, or is this not an option?
    Last edited by twistedcubic (2012-06-01 15:27:06)

    Gusar wrote:Depends on the resolution. It's quite possible the card's limit when it comes to opengl is 2048x2048. If the combined resolution of your displays is larger than that, you simply can't use an opengl compositor.
    Does this have anything to do with texture size? If I try to enable composite from terminal, I see some error messages regarding texture size, and after some googling it appears as if it is possible that the max texture size is 2048.

  • Compositing suspended on boot

    When I start my computer compositing is not active.
    I have to enable it by going to System Settings, Desktop Effects and then i have to press the Enable Compositing button.
    Is there a way to enable this on boot?
    I use KDE4.3, and the Catalyst Driver 9.10, 64 bit for a ATI Radeon HD4890.

    grey wrote:That's weird - KDE should remember your settings. What happens when you start KDE via startx and then logout / login again? Are you settings also forgotten then, or only when you reboot?
    When I do this, the settings are forgotten.
    When I go to the desktop settings I get the following screen.
    When I click on resume compositing, I get a message saying that a program disabled compositing and I can resume it.

  • Terminal (xfce4): no composite shadow around it! :(

    hello!
    i have enabled composite shadows but there are not around my terminal.
    can it be, that i have to enable it manually for all xfce components?
    more information about my configs:
    http://bbs.archlinux.org/viewtopic.php?id=33848
    plz help, thx
    Last edited by iggy (2007-06-06 14:30:41)

    The setting for shadows is a global setting as far as various applications go, so you do not have to enable it per-application. Anyway, it is only Terminal that is not being shadowed, right? If that is the case, there might be something somewhere explicitly disabling it, which is the most likely cause. Perhaps you could try creating a new user account, or signing into xfce4 as root then seeing if it works there? If not, then it might be something a bit more confusing.

  • FGLRX + xcompmgr + composite issues

    Hello. Another problem here. And I'm using a radeon x1550 card and the proprietary drivers (fglrx) enabled through my xorg.conf.  As I understand it, i needed the composite plugin to have real transparency and all the fancy stuff with it, and that composite is already built into the latest fglrx drivers.  I also installed xcompmgr because I read that's also what I needed, but when I type 'xcompmgr -c' to turn it on,  I get a message saying No Composite Extension even though it should already be built into the drivers.  Here's what my xorg.conf looks like.
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "aticonfig-Screen[0]-0" 0 0
    Screen "aticonfig-Screen[0]-1" RightOf "aticonfig-Screen[0]-0"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    Option "Xinerama" "on"
    Option "AIGLX" "true"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/local"
    EndSection
    Section "Module"
    Load "glx"
    Load "extmod"
    Load "xtrap"
    Load "record"
    Load "GLcore"
    Load "dbe"
    Load "dri"
    Load "drm"
    Load "freetype"
    EndSection
    Section "ServerFlags"
    Option "BlankTime" "0"
    Option "StandbyTime" "0"
    Option "SuspendTime" "0"
    Option "OffTime" "0"
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    #DisplaySize 380 300 # mm
    ### Comment all HorizSync and VertRefresh values to use DDC:
    Identifier "Monitor0"
    VendorName "ACR"
    ModelName "AL1916"
    HorizSync 31.0 - 81.0
    VertRefresh 56.0 - 75.0
    Option "DPMS"
    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"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "Dac6Bit" # [<bool>]
    #Option "Dac8Bit" # [<bool>]
    #Option "BusType" # [<str>]
    #Option "CPPIOMode" # [<bool>]
    #Option "CPusecTimeout" # <i>
    #Option "AGPMode" # <i>
    #Option "AGPFastWrite" # [<bool>]
    #Option "AGPSize" # <i>
    #Option "GARTSize" # <i>
    #Option "RingSize" # <i>
    #Option "BufferSize" # <i>
    #Option "EnableDepthMoves" # [<bool>]
    #Option "EnablePageFlip" # [<bool>]
    #Option "NoBackBuffer" # [<bool>]
    #Option "DMAForXv" # [<bool>]
    #Option "FBTexPercent" # <i>
    #Option "DepthBits" # <i>
    #Option "PCIAPERSize" # <i>
    #Option "AccelDFS" # [<bool>]
    #Option "DDCMode" # [<bool>]
    #Option "IgnoreEDID" # [<bool>]
    #Option "DisplayPriority" # [<str>]
    #Option "PanelSize" # [<str>]
    #Option "ForceMinDotClock" # <freq>
    #Option "ColorTiling" # [<bool>]
    #Option "VideoKey" # <i>
    #Option "RageTheatreCrystal" # <i>
    #Option "RageTheatreTunerPort" # <i>
    #Option "RageTheatreCompositePort" # <i>
    #Option "RageTheatreSVideoPort" # <i>
    #Option "TunerType" # <i>
    #Option "RageTheatreMicrocPath" # <str>
    #Option "RageTheatreMicrocType" # <str>
    #Option "ScalerWidth" # <i>
    #Option "RenderAccel" # [<bool>]
    #Option "SubPixelOrder" # [<str>]
    #Option "ShowCache" # [<bool>]
    #Option "DynamicClocks" # [<bool>]
    #Option "VGAAccess" # [<bool>]
    #Option "ReverseDDC" # [<bool>]
    #Option "LVDSProbePLL" # [<bool>]
    #Option "AccelMethod" # <str>
    #Option "DRI" # [<bool>]
    #Option "ConnectorTable" # <str>
    #Option "DefaultConnectorTable" # [<bool>]
    #Option "DefaultTMDSPLL" # [<bool>]
    #Option "TVDACLoadDetect" # [<bool>]
    #Option "ForceTVOut" # [<bool>]
    #Option "TVStandard" # <str>
    #Option "IgnoreLidStatus" # [<bool>]
    Identifier "Card0"
    Driver "fglrx"
    VendorName "ATI Technologies Inc"
    BoardName "RV505 [Radeon X1550 Series]"
    Option "OpenGLOverlay" "on"
    Option "VideoOverlay" "on"
    Option "TexturedVideo" "on"
    # Option "Capabilities" "0x00000800"
    BusID "PCI:1:0:0"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    BusID "PCI:1:0:0"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-1"
    Driver "fglrx"
    BusID "PCI:1:0:0"
    Screen 1
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "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
    Modes "1280x1024"
    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
    Modes "1280x1024"
    EndSubSection
    EndSection
    I added an Extensions section to "enable" composite, even changing the word "enable" to "on" or "true" even messing with capitalization for kicks but nothing.

    You ever figure this out casue i am having the same problem with nvidia drivers
    Last edited by nmodlin (2009-07-03 11:18:03)

  • Xfce4 panel opacity, or transparency...

    Hello.
    I'm not sure if I'm missing something, but I thought at one point the option was there.
    Concerning the Xfce4 panel, I could swear there used to be a slider bar option to change the panel's opacity. Make it "see through" to the desktop's wallpaper. After thoroughly digging in the panel options, and doing an internet search, I don't seem to be able to find an option for this.
    Could anyone enlighten me as how to accomplish this, assuming of course it doesn't involve enabling/installing system wide compositing?

    The transparency options are only shown if you have some kind of compositing (like compiz or the built-in xfce one) enabled.
    [edit] AFAIK the panel doesn't support pseudo-transparency (anymore?).
    Quoting one of the xfce devs at http://forum.xfce.org/viewtopic.php?pid=20223#p20223 :
    I don't see the point of fake transpaceny, it involves quite a bit of code for IMHO "just not it". You want a transparent panel: enable compositing.
    Last edited by Danylo (2012-03-25 16:30:23)

  • Xorg 1.8.1.902 & Catalyst 10.6-5 & Mobility Radeon HD 2600

    Hello all,
    I'm reporting in with an error that I can't seem to shake since the Xorg 1.8 and Catalyst 10.6 release. I have been unable to get the two to place nice with the Mobility Radeon HD 2600 in my HP Compaq 8510p notebook. I've followed the instructions on the Arch ATI Catalyst wiki using the repository approach. Everything installs correctly and I've configured the xorg.conf as instructed in the wiki. I actually just delete the existing xorg.conf and run aticonfig --initial, but still no dice. I've made sure that I have the fglrx module loaded in my rc.conf.
    When GDM tries to start, it freaks out with the screen flashing a few times and then crashes saying too many attempts to start X. I login and try to start X manually and it produces the following log file:
    [ 24.874]
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    [ 24.874]
    X.Org X Server 1.8.1.902 (1.8.2 RC 2)
    Release Date: 2010-06-21
    [ 24.874] X Protocol Version 11, Revision 0
    [ 24.874] Build Operating System: Linux 2.6.34-ARCH x86_64
    [ 24.874] Current Operating System: Linux gizmo 2.6.34-ARCH #1 SMP PREEMPT Mon Jul 5 22:12:11 CEST 2010 x86_64
    [ 24.874] Kernel command line: root=/dev/disk/by-uuid/56888501-5e9b-4251-8d84-20eee8a125ce ro nomodeset
    [ 24.875] Build Date: 21 June 2010 12:01:49PM
    [ 24.875]
    [ 24.875] Current version of pixman: 0.18.2
    [ 24.875] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 24.875] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 24.875] (==) Log file: "/var/log/Xorg.1.log", Time: Fri Jul 23 19:47:16 2010
    [ 24.875] (==) Using config file: "/etc/X11/xorg.conf"
    [ 24.876] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 24.876] (==) ServerLayout "aticonfig Layout"
    [ 24.876] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
    [ 24.876] (**) | |-->Monitor "aticonfig-Monitor[0]-0"
    [ 24.876] (**) | |-->Device "aticonfig-Device[0]-0"
    [ 24.876] (==) Automatically adding devices
    [ 24.877] (==) Automatically enabling devices
    [ 24.877] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 24.877] Entry deleted from font path.
    [ 24.877] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 24.877] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 24.877] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 24.877] (II) Loader magic: 0x7ce880
    [ 24.877] (II) Module ABI versions:
    [ 24.877] X.Org ANSI C Emulation: 0.4
    [ 24.877] X.Org Video Driver: 7.0
    [ 24.877] X.Org XInput driver : 9.0
    [ 24.877] X.Org Server Extension : 3.0
    [ 24.888] (--) PCI:*(0:1:0:0) 1002:9581:103c:30c5 ATI Technologies Inc M76 [Radeon Mobility HD 2600 Series] rev 0, Mem @ 0xd0000000/268435456, 0xe4400000/65536, I/O @ 0x00004000/256, BIOS @ 0x????????/131072
    [ 24.888] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 24.888] (II) "extmod" will be loaded by default.
    [ 24.888] (II) "dbe" will be loaded by default.
    [ 24.888] (II) "glx" will be loaded by default.
    [ 24.888] (II) "record" will be loaded by default.
    [ 24.888] (II) "dri" will be loaded by default.
    [ 24.888] (II) "dri2" will be loaded by default.
    [ 24.888] (II) LoadModule: "extmod"
    [ 24.888] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 24.888] (II) Module extmod: vendor="X.Org Foundation"
    [ 24.888] compiled for 1.8.1.902, module version = 1.0.0
    [ 24.888] Module class: X.Org Server Extension
    [ 24.888] ABI class: X.Org Server Extension, version 3.0
    [ 24.888] (II) Loading extension MIT-SCREEN-SAVER
    [ 24.888] (II) Loading extension XFree86-VidModeExtension
    [ 24.888] (II) Loading extension XFree86-DGA
    [ 24.888] (II) Loading extension DPMS
    [ 24.888] (II) Loading extension XVideo
    [ 24.888] (II) Loading extension XVideo-MotionCompensation
    [ 24.888] (II) Loading extension X-Resource
    [ 24.888] (II) LoadModule: "dbe"
    [ 24.888] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 24.888] (II) Module dbe: vendor="X.Org Foundation"
    [ 24.888] compiled for 1.8.1.902, module version = 1.0.0
    [ 24.888] Module class: X.Org Server Extension
    [ 24.889] ABI class: X.Org Server Extension, version 3.0
    [ 24.889] (II) Loading extension DOUBLE-BUFFER
    [ 24.889] (II) LoadModule: "glx"
    [ 24.889] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 24.889] (II) Module glx: vendor="FireGL - ATI Technologies Inc."
    [ 24.889] compiled for 7.5.0, module version = 1.0.0
    [ 24.889] (II) Loading extension GLX
    [ 24.889] (II) LoadModule: "record"
    [ 24.889] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 24.889] (II) Module record: vendor="X.Org Foundation"
    [ 24.889] compiled for 1.8.1.902, module version = 1.13.0
    [ 24.889] Module class: X.Org Server Extension
    [ 24.889] ABI class: X.Org Server Extension, version 3.0
    [ 24.889] (II) Loading extension RECORD
    [ 24.889] (II) LoadModule: "dri"
    [ 24.889] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 24.889] (II) Module dri: vendor="X.Org Foundation"
    [ 24.889] compiled for 1.8.1.902, module version = 1.0.0
    [ 24.889] ABI class: X.Org Server Extension, version 3.0
    [ 24.889] (II) Loading extension XFree86-DRI
    [ 24.889] (II) LoadModule: "dri2"
    [ 24.889] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 24.889] (II) Module dri2: vendor="X.Org Foundation"
    [ 24.889] compiled for 1.8.1.902, module version = 1.2.0
    [ 24.889] ABI class: X.Org Server Extension, version 3.0
    [ 24.889] (II) Loading extension DRI2
    [ 24.890] (II) LoadModule: "fglrx"
    [ 24.890] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 24.898] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
    [ 24.898] compiled for 1.7.1, module version = 8.74.4
    [ 24.898] Module class: X.Org Video Driver
    [ 24.898] (II) Loading sub module "fglrxdrm"
    [ 24.899] (II) LoadModule: "fglrxdrm"
    [ 24.899] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 24.899] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
    [ 24.899] compiled for 1.7.1, module version = 8.74.4
    [ 24.899] (II) ATI Proprietary Linux Driver Version Identifier:8.74.4
    [ 24.899] (II) ATI Proprietary Linux Driver Release Identifier: 8.741
    [ 24.899] (II) ATI Proprietary Linux Driver Build Date: May 27 2010 12:52:57
    [ 24.899] (--) using VT number 7
    [ 24.900] (II) Primary Device is: PCI 01@00:00:0
    [ 24.900] (WW) Falling back to old probe method for fglrx
    [ 24.904] (II) Loading PCS database from /etc/ati/amdpcsdb
    [ 24.904] (--) Chipset Supported AMD Graphics Processor (0x9581) found
    [ 24.905] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
    [ 24.905] (II) AMD Video driver is running on a device belonging to a group targeted for this release
    [ 24.905] (II) AMD Video driver is signed
    [ 24.905] (II) fglrx(0): pEnt->device->identifier=0x1dcbc70
    [ 24.905] (II) fglrx(0): === [atiddxPreInit] === begin
    [ 24.905] (II) Loading sub module "vgahw"
    [ 24.905] (II) LoadModule: "vgahw"
    [ 24.905] (II) Loading /usr/lib/xorg/modules/libvgahw.so
    [ 24.905] (II) Module vgahw: vendor="X.Org Foundation"
    [ 24.905] compiled for 1.8.1.902, module version = 0.1.0
    [ 24.905] ABI class: X.Org Video Driver, version 7.0
    [ 24.905] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    [ 24.905] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 24.905] (==) fglrx(0): Default visual is TrueColor
    [ 24.905] (**) fglrx(0): Option "DPMS" "true"
    [ 24.905] (==) fglrx(0): RGB weight 888
    [ 24.905] (II) fglrx(0): Using 8 bits per RGB
    [ 24.905] (==) fglrx(0): Buffer Tiling is ON
    [ 24.905] (II) Loading sub module "fglrxdrm"
    [ 24.905] (II) LoadModule: "fglrxdrm"
    [ 24.906] (II) Reloading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 24.907] ukiDynamicMajor: found major device number 253
    [ 24.907] ukiDynamicMajor: found major device number 253
    [ 24.907] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 24.907] ukiOpenDevice: node name is /dev/ati/card0
    [ 24.907] ukiOpenDevice: open result is 10, (OK)
    [ 24.907] ukiOpenByBusid: ukiOpenMinor returns 10
    [ 24.907] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 24.907] (==) fglrx(0): NoAccel = NO
    [ 24.907] (==) fglrx(0): ATI 2D Acceleration Architecture enabled
    [ 24.907] (--) fglrx(0): Chipset: "ATI Mobility Radeon HD 2600" (Chipset = 0x9581)
    [ 24.907] (--) fglrx(0): (PciSubVendor = 0x103c, PciSubDevice = 0x30c5)
    [ 24.907] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
    [ 24.907] (--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
    [ 24.907] (--) fglrx(0): MMIO registers at 0xe4400000
    [ 24.907] (--) fglrx(0): I/O port at 0x00004000
    [ 24.907] (==) fglrx(0): ROM-BIOS at 0x000c0000
    [ 24.907] (II) fglrx(0): AC Adapter is used
    [ 24.909] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
    [ 25.033] (II) Loading sub module "vbe"
    [ 25.033] (II) LoadModule: "vbe"
    [ 25.033] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [ 25.033] (II) Module vbe: vendor="X.Org Foundation"
    [ 25.033] compiled for 1.8.1.902, module version = 1.1.0
    [ 25.033] ABI class: X.Org Video Driver, version 7.0
    [ 25.033] (II) fglrx(0): VESA BIOS detected
    [ 25.033] (II) fglrx(0): VESA VBE Version 3.0
    [ 25.033] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
    [ 25.033] (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
    [ 25.033] (II) fglrx(0): VESA VBE OEM Software Rev: 10.56
    [ 25.033] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
    [ 25.033] (II) fglrx(0): VESA VBE OEM Product: M76M
    [ 25.033] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
    [ 25.063] (II) fglrx(0): ATI Video BIOS revision 9 or later detected
    [ 25.063] (--) fglrx(0): Video RAM: 262144 kByte, Type: DDR3
    [ 25.063] (II) fglrx(0): PCIE card detected
    [ 25.063] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
    [ 25.063] (WW) fglrx(0): board is an unknown third party board, chipset is supported
    [ 25.065] (II) fglrx(0): Using adapter: 1:0.0.
    [ 25.097] (II) fglrx(0): [FB] MC range(MCFBBase = 0xc0000000, MCFBSize = 0x10000000)
    [ 25.129] (II) fglrx(0): Interrupt handler installed at IRQ 33.
    [ 25.129] (II) fglrx(0): RandR 1.2 support is enabled!
    [ 25.129] (II) fglrx(0): RandR 1.2 rotation support is enabled!
    [ 25.129] (==) fglrx(0): Center Mode is disabled
    [ 25.129] (II) Loading sub module "fb"
    [ 25.129] (II) LoadModule: "fb"
    [ 25.129] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 25.129] (II) Module fb: vendor="X.Org Foundation"
    [ 25.129] compiled for 1.8.1.902, module version = 1.0.0
    [ 25.129] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 25.129] (II) Loading sub module "ddc"
    [ 25.129] (II) LoadModule: "ddc"
    [ 25.129] (II) Module "ddc" already built-in
    [ 25.395] (II) fglrx(0): Finished Initialize PPLIB!
    [ 25.397] (II) Loading sub module "ddc"
    [ 25.397] (II) LoadModule: "ddc"
    [ 25.397] (II) Module "ddc" already built-in
    [ 25.397] (II) fglrx(0): Connected Display0: LCD on internal LVDS [lvds]
    [ 25.397] (II) fglrx(0): Display0 EDID data ---------------------------
    [ 25.397] (II) fglrx(0): Manufacturer: CMO Model: 1520 Serial#: 0
    [ 25.397] (II) fglrx(0): Year: 1990 Week: 0
    [ 25.397] (II) fglrx(0): EDID Version: 1.3
    [ 25.397] (II) fglrx(0): Digital Display Input
    [ 25.397] (II) fglrx(0): Max Image Size [cm]: horiz.: 33 vert.: 20
    [ 25.397] (II) fglrx(0): Gamma: 2.20
    [ 25.397] (II) fglrx(0): No DPMS capabilities specified
    [ 25.397] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 25.397] (II) fglrx(0): First detailed timing is preferred mode
    [ 25.397] (II) fglrx(0): redX: 0.626 redY: 0.354 greenX: 0.294 greenY: 0.589
    [ 25.397] (II) fglrx(0): blueX: 0.144 blueY: 0.097 whiteX: 0.309 whiteY: 0.329
    [ 25.397] (II) fglrx(0): Manufacturer's mask: 0
    [ 25.397] (II) fglrx(0): Supported detailed timing:
    [ 25.397] (II) fglrx(0): clock: 131.5 MHz Image Size: 331 x 207 mm
    [ 25.397] (II) fglrx(0): h_active: 1680 h_sync: 1771 h_sync_end 1831 h_blank_end 1978 h_border: 0
    [ 25.397] (II) fglrx(0): v_active: 1050 v_sync: 1056 v_sync_end 1068 v_blanking: 1108 v_border: 0
    [ 25.397] (II) fglrx(0): N154Z1-L01
    [ 25.397] (II) fglrx(0): CMO
    [ 25.397] (II) fglrx(0): N154Z1-L01
    [ 25.397] (II) fglrx(0): EDID (in hex):
    [ 25.397] (II) fglrx(0): 00ffffffffffff000daf201500000000
    [ 25.397] (II) fglrx(0): 00000103802114780a77f1a05a4b9624
    [ 25.397] (II) fglrx(0): 184f5400000001010101010101010101
    [ 25.397] (II) fglrx(0): 0101010101015e33902a611a3a405b3c
    [ 25.397] (II) fglrx(0): 6c004bcf10000018000000fe004e3135
    [ 25.397] (II) fglrx(0): 345a312d4c30310a2020000000fe0043
    [ 25.397] (II) fglrx(0): 4d4f0a202020202020202020000000fe
    [ 25.397] (II) fglrx(0): 004e3135345a312d4c30310a202000f2
    [ 25.397] (II) fglrx(0): End of Display0 EDID data --------------------
    [ 25.397] (II) fglrx(0): Output LVDS using monitor section aticonfig-Monitor[0]-0
    [ 25.397] (II) fglrx(0): Output DFP1 has no monitor section
    [ 25.397] (II) fglrx(0): Output DFP2 has no monitor section
    [ 25.397] (II) fglrx(0): Output CRT1 has no monitor section
    [ 25.397] (II) fglrx(0): Output TV has no monitor section
    [ 25.397] (II) fglrx(0): Output COMPONENT_VIDEO has no monitor section
    [ 25.552] (II) fglrx(0): EDID vendor "CMO", prod id 5408
    [ 25.552] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 25.553] (II) fglrx(0): Modeline "1680x1050"x0.0 131.50 1680 1771 1831 1978 1050 1056 1068 1108 -hsync -vsync (66.5 kHz)
    [ 25.553] (II) fglrx(0): Output LVDS connected
    [ 25.553] (II) fglrx(0): Output DFP1 disconnected
    [ 25.553] (II) fglrx(0): Output DFP2 disconnected
    [ 25.553] (II) fglrx(0): Output CRT1 disconnected
    [ 25.553] (II) fglrx(0): Output TV disconnected
    [ 25.553] (II) fglrx(0): Output COMPONENT_VIDEO disconnected
    [ 25.553] (II) fglrx(0): Using exact sizes for initial modes
    [ 25.553] (II) fglrx(0): Output LVDS using initial mode 1680x1050
    [ 25.553] (II) fglrx(0): Display dimensions: (330, 200) mm
    [ 25.553] (II) fglrx(0): DPI set to (129, 133)
    [ 25.553] (II) fglrx(0): Adapter ATI Mobility Radeon HD 2600 has 2 configurable heads and 1 displays connected.
    [ 25.553] (==) fglrx(0): QBS disabled
    [ 25.553] (==) fglrx(0): PseudoColor visuals disabled
    [ 25.553] (II) Loading sub module "ramdac"
    [ 25.553] (II) LoadModule: "ramdac"
    [ 25.553] (II) Module "ramdac" already built-in
    [ 25.553] (==) fglrx(0): NoDRI = NO
    [ 25.553] (==) fglrx(0): Capabilities: 0x00000000
    [ 25.553] (==) fglrx(0): CapabilitiesEx: 0x00000000
    [ 25.553] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
    [ 25.553] (==) fglrx(0): UseFastTLS=0
    [ 25.553] (==) fglrx(0): BlockSignalsOnLock=1
    [ 25.553] (--) Depth 24 pixmap format is 32 bpp
    [ 25.553] (II) Loading extension ATIFGLRXDRI
    [ 25.553] (II) fglrx(0): doing swlDriScreenInit
    [ 25.553] (II) fglrx(0): swlDriScreenInit for fglrx driver
    [ 25.553] ukiDynamicMajor: found major device number 253
    [ 25.553] ukiDynamicMajor: found major device number 253
    [ 25.553] ukiDynamicMajor: found major device number 253
    [ 25.553] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 25.553] ukiOpenDevice: node name is /dev/ati/card0
    [ 25.553] ukiOpenDevice: open result is 15, (OK)
    [ 25.553] ukiOpenByBusid: ukiOpenMinor returns 15
    [ 25.553] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 25.553] (II) fglrx(0): [uki] DRM interface version 1.0
    [ 25.553] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
    [ 25.553] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x10000
    [ 25.553] (II) fglrx(0): [uki] mapped SAREA 0x10000 to 0x7f2043e35000
    [ 25.553] (II) fglrx(0): [uki] framebuffer handle = 0x11000
    [ 25.554] (II) fglrx(0): [uki] added 1 reserved context for kernel
    [ 25.554] (II) fglrx(0): swlDriScreenInit done
    [ 25.554] (II) fglrx(0): Kernel Module Version Information:
    [ 25.554] (II) fglrx(0): Name: fglrx
    [ 25.554] (II) fglrx(0): Version: 8.74.4
    [ 25.554] (II) fglrx(0): Date: May 27 2010
    [ 25.554] (II) fglrx(0): Desc: ATI FireGL DRM kernel module
    [ 25.554] (II) fglrx(0): Kernel Module version matches driver.
    [ 25.554] (II) fglrx(0): Kernel Module Build Time Information:
    [ 25.554] (II) fglrx(0): Build-Kernel UTS_RELEASE: 2.6.34-ARCH
    [ 25.554] (II) fglrx(0): Build-Kernel MODVERSIONS: no
    [ 25.554] (II) fglrx(0): Build-Kernel __SMP__: no
    [ 25.554] (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
    [ 25.554] (II) fglrx(0): [uki] register handle = 0x00012000
    [ 25.571] (II) fglrx(0): Display width adjusted to to 1792 due to alignment constraints
    [ 25.571] (II) fglrx(0): DRI initialization successfull!
    [ 25.571] (II) fglrx(0): FBADPhys: 0xc0000000 FBMappedSize: 0x010a0000
    [ 25.571] (II) fglrx(0): FBMM initialized for area (0,0)-(1792,2432)
    [ 25.571] (II) fglrx(0): FBMM auto alloc for area (0,0)-(1792,1792) (front color buffer - assumption)
    [ 25.571] (II) fglrx(0): Largest offscreen area available: 1792 x 640
    [ 25.571] (==) fglrx(0): Backing store disabled
    [ 25.571] (II) Loading extension FGLRXEXTENSION
    [ 25.572] (**) fglrx(0): DPMS enabled
    [ 25.572] (II) fglrx(0): Initialized in-driver Xinerama extension
    [ 25.572] (**) fglrx(0): Textured Video is enabled.
    [ 25.572] (II) LoadModule: "glesx"
    [ 25.572] (II) Loading /usr/lib/xorg/modules/glesx.so
    [ 25.572] (II) Module glesx: vendor="X.Org Foundation"
    [ 25.572] compiled for 1.7.1, module version = 1.0.0
    [ 25.573] (II) Loading extension GLESX
    [ 25.573] (II) fglrx(0): GLESX enableFlags = 592
    [ 25.573] (II) fglrx(0): GLESX is enabled
    [ 25.573] (II) fglrx(0): Acceleration enabled
    [ 25.573] (II) LoadModule: "amdxmm"
    [ 25.573] (II) Loading /usr/lib/xorg/modules/amdxmm.so
    [ 25.573] (II) Module amdxmm: vendor="X.Org Foundation"
    [ 25.573] compiled for 1.7.1, module version = 1.0.0
    [ 25.573] (II) Loading extension AMDXVOPL
    [ 25.575] (II) fglrx(0): UVD2 feature is available
    [ 25.577] (II) fglrx(0): Enable composite support successfully
    [ 25.577] (WW) fglrx(0): Option "VendorName" is not used
    [ 25.577] (WW) fglrx(0): Option "ModelName" is not used
    [ 25.577] (II) fglrx(0): X context handle = 0x1
    [ 25.577] (II) fglrx(0): [DRI] installation complete
    [ 25.577] (==) fglrx(0): Silken mouse enabled
    [ 25.577] (==) fglrx(0): Using HW cursor of display infrastructure!
    [ 25.577] (II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2.
    [ 25.577] (II) fglrx(0): 'LVDS LCD' ConnectorType, abstracted as 'Panel'
    [ 25.577] (II) fglrx(0): 'eDP LCD' ConnectorType, abstracted as 'Panel'
    [ 25.579] (II) fglrx(0): Cannot get TV Format. Set all TV geometry value to zero!
    [ 25.579] (II) fglrx(0): Cannot set TV horizontal size.
    [ 25.579] (II) fglrx(0): Cannot get TV Format for trying to adjust horizontal position after horizontal size changed.
    [ 25.579] (II) fglrx(0): Cannot set TV horizontal position.
    [ 25.579] (II) fglrx(0): Cannot set TV vertical position.
    [ 25.614] (--) RandR disabled
    [ 25.614] (II) Initializing built-in extension Generic Event Extension
    [ 25.614] (II) Initializing built-in extension SHAPE
    [ 25.614] (II) Initializing built-in extension MIT-SHM
    [ 25.614] (II) Initializing built-in extension XInputExtension
    [ 25.614] (II) Initializing built-in extension XTEST
    [ 25.614] (II) Initializing built-in extension BIG-REQUESTS
    [ 25.614] (II) Initializing built-in extension SYNC
    [ 25.614] (II) Initializing built-in extension XKEYBOARD
    [ 25.614] (II) Initializing built-in extension XC-MISC
    [ 25.614] (II) Initializing built-in extension SECURITY
    [ 25.614] (II) Initializing built-in extension XINERAMA
    [ 25.614] (II) Initializing built-in extension XFIXES
    [ 25.614] (II) Initializing built-in extension RENDER
    [ 25.614] (II) Initializing built-in extension RANDR
    [ 25.614] (II) Initializing built-in extension COMPOSITE
    [ 25.614] (II) Initializing built-in extension DAMAGE
    [ 25.616] ukiDynamicMajor: found major device number 253
    [ 25.616] ukiDynamicMajor: found major device number 253
    [ 25.616] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 25.616] ukiOpenDevice: node name is /dev/ati/card0
    [ 25.616] ukiOpenDevice: open result is 16, (OK)
    [ 25.616] ukiOpenByBusid: ukiOpenMinor returns 16
    [ 25.616] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 25.661]
    Backtrace:
    [ 25.661] 0: /usr/bin/Xorg (xorg_backtrace+0x28) [0x498588]
    [ 25.661] 1: /usr/bin/Xorg (0x400000+0x672d9) [0x4672d9]
    [ 25.661] 2: /lib/libpthread.so.0 (0x7f2043180000+0xf1c0) [0x7f204318f1c0]
    [ 25.661] Segmentation fault at address (nil)
    [ 25.661]
    Fatal server error:
    [ 25.661] Caught signal 11 (Segmentation fault). Server aborting
    [ 25.661]
    [ 25.661]
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 25.661] Please also check the log file at "/var/log/Xorg.1.log" for additional information.
    [ 25.661]
    [ 25.661] (II) fglrx(0): Backup framebuffer data.
    [ 25.661] (EE) fglrx(0): total backup size zero
    [ 25.661] (II) fglrx(0): Backup complete.
    Any help would be greatly appreciated.

    skottish wrote:
    Welcome to the forums.
    Please don't post general issues in this sub-forum. Moving...
    Oops, my bad.
    As for my issue(s), I'm not going to bother with the proprietary driver until AMD gets their act together.

  • Cannot Get X11 Running

    So, I've spent the last few days setting up Arch on my iMac.  I've been using Linux for a few years, but this is the first time I've tried to setup a distro myself.  Anyway, I got things partitioned and dual booting okay, but I'm now stuck trying to get X to work.  I'm not sure if this is a problem with my graphics card, with the drivers, with X11, with my sound, or with my general configuration, but what I *do* know is that I'm a newbie.. so I hope this is the right place to be.
    I've been able to get unstuck thus far because I've had a concrete google-able error to look up... but none of these warnings are particularly illuminating.  I know I'm committing the cardinal sin of not including bunches of relevant files, but I guess that's a Catch-22, since I don't know how to copy-pasta things from that computer as I don't have a WM, so bear with me and I'll try to provide the information ya'll need.
    $ lspci | grep VGA
    01:00.0 VGA compatible controller: ATI Technologies Inc M98L [Mobility Radeon HD4850]
    I'm using Catalyst -- I tried the open source drivers but I seem to have more luck with Catalyst (I can switch back, not particularly set on either, and I was careful to reboot between uninstalling and installing and remove the old config files).  I'm using the 3.2.5-1 kernel and Catalyst 12. The xorg.conf file indicates to use "fglrx" for the graphics card on "PCI:1:0:0" (all the settings from an aticonfig --init).  I have fglrx in the the rc.conf modules as well, and I'm running the kernel with nomodeset (if I don't, it wont even boot.. not even a little bit). 
    So, the problem... I try starting X with startx, and it goes grey, then black, and the shuts down "successfully" without doing anything.  Just running X will hang on a grey screen and I'll have to reboot.  At least startx spits out stuff to the command line:
    $ startx
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
    [- XMM_GLX] [I ]glesxXvInit Configureable RGBOutputColorRange
    xinit: connection to X server lost
    waiting for X server to shut down Server terminated successfully (0). Closing log file.
    The device at that port is the HDMI Radeon sound -- so I don't know why that's relevant.  I've tried to add a Device section for it but the warning persists.  I haven't changed xinit, and I have installed twm, clock, xterm, etc.  There are no errors in the log file, only warnings, including the warning above:
    $ cat /var/log/Xorg.0.log | grep WW
    (WW) Falling back to old probe method for fglrx
    (WW) fglrx(0): board is an unknown third party board, chipset is supported
    Running just X, or various other similar commands lead to the same warnings and observationally equivalent behavior.  This might be needless to say, but the commands to "see if you set this up right" also fail, like
    $ glxinfo | grep direct
    Error: unable to open display
    So... yeah.
    EDIT: Figured out how to command line email myself the files..!
    The output of startx to the terminal:
    X.Org X Server 1.10.4
    Release Date: 2011-08-19
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.0-ARCH x86_64
    Current Operating System: Linux archsepia 3.2.5-1-ARCH #1 SMP PREEMPT Tue Feb 7 08:34:36 CET 2012 x86_64
    Kernel command line: root=/dev/sda6 ro nomodeset 5
    Build Date: 17 September 2011 07:42:58AM
    Current version of pixman: 0.24.4
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 15 18:05:38 2012
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
    [- XMM_GLX] [I ]glesxXvInit Configureable RGBOutputColorRange
    xinit: connection to X server lost
    waiting for X server to shut down .
    The contents of Xorg.0.log after that (or after something similar):
    [ 73.402]
    X.Org X Server 1.10.4
    Release Date: 2011-08-19
    [ 73.403] X Protocol Version 11, Revision 0
    [ 73.403] Build Operating System: Linux 3.0-ARCH x86_64
    [ 73.403] Current Operating System: Linux archsepia 3.2.5-1-ARCH #1 SMP PREEMPT Tue Feb 7 08:34:36 CET 2012 x86_64
    [ 73.403] Kernel command line: root=/dev/sda6 ro nomodeset 5
    [ 73.403] Build Date: 17 September 2011 07:42:58AM
    [ 73.403]
    [ 73.403] Current version of pixman: 0.24.4
    [ 73.403] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 73.403] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 73.403] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 15 18:05:38 2012
    [ 73.403] (==) Using config file: "/etc/X11/xorg.conf"
    [ 73.403] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 73.403] (==) ServerLayout "aticonfig Layout"
    [ 73.403] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
    [ 73.403] (**) | |-->Monitor "aticonfig-Monitor[0]-0"
    [ 73.403] (**) | |-->Device "aticonfig-Device[0]-0"
    [ 73.403] (==) Automatically adding devices
    [ 73.403] (==) Automatically enabling devices
    [ 73.403] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
    [ 73.403] Entry deleted from font path.
    [ 73.403] (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
    [ 73.403] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/Type1/".
    [ 73.403] Entry deleted from font path.
    [ 73.403] (Run 'mkfontdir' on "/usr/share/fonts/Type1/").
    [ 73.403] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 73.403] Entry deleted from font path.
    [ 73.403] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 73.403] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 73.403] Entry deleted from font path.
    [ 73.403] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 73.403] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 73.403] (**) ModulePath set to "/usr/lib/xorg/modules/extensions/fglrx,/usr/lib/xorg/modules"
    [ 73.403] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 73.403] (II) Loader magic: 0x7d6160
    [ 73.403] (II) Module ABI versions:
    [ 73.403] X.Org ANSI C Emulation: 0.4
    [ 73.403] X.Org Video Driver: 10.0
    [ 73.403] X.Org XInput driver : 12.2
    [ 73.403] X.Org Server Extension : 5.0
    [ 73.404] (--) PCI:*(0:1:0:0) 1002:944a:106b:00b5 rev 0, Mem @ 0xc0000000/268435456, 0xd0620000/65536, I/O @ 0x00002000/256, BIOS @ 0x????????/131072
    [ 73.404] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 73.404] (II) "extmod" will be loaded by default.
    [ 73.404] (II) "dbe" will be loaded by default.
    [ 73.404] (II) "glx" will be loaded by default.
    [ 73.404] (II) "record" will be loaded by default.
    [ 73.404] (II) "dri" will be loaded by default.
    [ 73.404] (II) "dri2" will be loaded by default.
    [ 73.404] (II) LoadModule: "extmod"
    [ 73.404] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 73.404] (II) Module extmod: vendor="X.Org Foundation"
    [ 73.404] compiled for 1.10.4, module version = 1.0.0
    [ 73.404] Module class: X.Org Server Extension
    [ 73.404] ABI class: X.Org Server Extension, version 5.0
    [ 73.404] (II) Loading extension MIT-SCREEN-SAVER
    [ 73.404] (II) Loading extension XFree86-VidModeExtension
    [ 73.404] (II) Loading extension XFree86-DGA
    [ 73.404] (II) Loading extension DPMS
    [ 73.404] (II) Loading extension XVideo
    [ 73.404] (II) Loading extension XVideo-MotionCompensation
    [ 73.404] (II) Loading extension X-Resource
    [ 73.404] (II) LoadModule: "dbe"
    [ 73.404] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 73.404] (II) Module dbe: vendor="X.Org Foundation"
    [ 73.404] compiled for 1.10.4, module version = 1.0.0
    [ 73.405] Module class: X.Org Server Extension
    [ 73.405] ABI class: X.Org Server Extension, version 5.0
    [ 73.405] (II) Loading extension DOUBLE-BUFFER
    [ 73.405] (II) LoadModule: "glx"
    [ 73.405] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 73.405] (II) Module glx: vendor="Advanced Micro Devices, Inc."
    [ 73.405] compiled for 6.9.0, module version = 1.0.0
    [ 73.405] (II) Loading extension GLX
    [ 73.405] (II) LoadModule: "record"
    [ 73.405] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 73.405] (II) Module record: vendor="X.Org Foundation"
    [ 73.405] compiled for 1.10.4, module version = 1.13.0
    [ 73.405] Module class: X.Org Server Extension
    [ 73.405] ABI class: X.Org Server Extension, version 5.0
    [ 73.405] (II) Loading extension RECORD
    [ 73.405] (II) LoadModule: "dri"
    [ 73.405] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 73.405] (II) Module dri: vendor="X.Org Foundation"
    [ 73.405] compiled for 1.10.4, module version = 1.0.0
    [ 73.405] ABI class: X.Org Server Extension, version 5.0
    [ 73.405] (II) Loading extension XFree86-DRI
    [ 73.405] (II) LoadModule: "dri2"
    [ 73.405] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 73.405] (II) Module dri2: vendor="X.Org Foundation"
    [ 73.405] compiled for 1.10.4, module version = 1.2.0
    [ 73.405] ABI class: X.Org Server Extension, version 5.0
    [ 73.405] (II) Loading extension DRI2
    [ 73.405] (II) LoadModule: "fglrx"
    [ 73.405] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 73.416] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
    [ 73.416] compiled for 1.4.99.906, module version = 8.93.4
    [ 73.417] Module class: X.Org Video Driver
    [ 73.417] (II) Loading sub module "fglrxdrm"
    [ 73.417] (II) LoadModule: "fglrxdrm"
    [ 73.417] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 73.417] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
    [ 73.417] compiled for 1.4.99.906, module version = 8.93.4
    [ 73.417] (II) ATI Proprietary Linux Driver Version Identifier:8.93.4
    [ 73.417] (II) ATI Proprietary Linux Driver Release Identifier: 8.93
    [ 73.417] (II) ATI Proprietary Linux Driver Build Date: Dec 5 2011 21:06:58
    [ 73.417] (--) using VT number 7
    [ 73.419] (WW) Falling back to old probe method for fglrx
    [ 73.434] (II) Loading PCS database from /etc/ati/amdpcsdb
    [ 73.435] (--) Chipset Supported AMD Graphics Processor (0x944A) found
    [ 73.436] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
    [ 73.436] (II) AMD Video driver is running on a device belonging to a group targeted for this release
    [ 73.436] (II) AMD Video driver is signed
    [ 73.436] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 73.436] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 73.436] (II) fglrx(0): pEnt->device->identifier=0x1d2d540
    [ 73.436] (II) fglrx(0): === [xdl_xs110_atiddxPreInit] === begin
    [ 73.436] (II) Loading sub module "vgahw"
    [ 73.436] (II) LoadModule: "vgahw"
    [ 73.437] (II) Loading /usr/lib/xorg/modules/libvgahw.so
    [ 73.437] (II) Module vgahw: vendor="X.Org Foundation"
    [ 73.437] compiled for 1.10.4, module version = 0.1.0
    [ 73.437] ABI class: X.Org Video Driver, version 10.0
    [ 73.437] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    [ 73.437] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 73.437] (==) fglrx(0): Default visual is TrueColor
    [ 73.437] (**) fglrx(0): Option "DPMS" "true"
    [ 73.437] (==) fglrx(0): RGB weight 888
    [ 73.437] (II) fglrx(0): Using 8 bits per RGB
    [ 73.437] (==) fglrx(0): Buffer Tiling is ON
    [ 73.437] (II) Loading sub module "fglrxdrm"
    [ 73.437] (II) LoadModule: "fglrxdrm"
    [ 73.437] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 73.437] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
    [ 73.437] compiled for 1.4.99.906, module version = 8.93.4
    [ 73.439] ukiDynamicMajor: found major device number 251
    [ 73.439] ukiDynamicMajor: found major device number 251
    [ 73.439] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 73.439] ukiOpenDevice: node name is /dev/ati/card0
    [ 73.439] ukiOpenDevice: open result is 9, (OK)
    [ 73.439] ukiOpenByBusid: ukiOpenMinor returns 9
    [ 73.439] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 73.439] (==) fglrx(0): NoAccel = NO
    [ 73.439] (==) fglrx(0): ATI 2D Acceleration Architecture enabled
    [ 73.439] (--) fglrx(0): Chipset: "ATI Mobility Radeon HD 4850" (Chipset = 0x944a)
    [ 73.439] (--) fglrx(0): (PciSubVendor = 0x106b, PciSubDevice = 0x00b5)
    [ 73.439] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
    [ 73.439] (--) fglrx(0): Linear framebuffer (phys) at 0xc0000000
    [ 73.439] (--) fglrx(0): MMIO registers at 0xd0620000
    [ 73.439] (--) fglrx(0): I/O port at 0x00002000
    [ 73.439] (==) fglrx(0): ROM-BIOS at 0x000c0000
    [ 73.440] (II) fglrx(0): AC Adapter is used
    [ 73.444] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
    [ 73.532] (II) Loading sub module "vbe"
    [ 73.532] (II) LoadModule: "vbe"
    [ 73.532] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [ 73.532] (II) Module vbe: vendor="X.Org Foundation"
    [ 73.532] compiled for 1.10.4, module version = 1.1.0
    [ 73.532] ABI class: X.Org Video Driver, version 10.0
    [ 73.533] (II) fglrx(0): VESA BIOS detected
    [ 73.533] (II) fglrx(0): VESA VBE Version 3.0
    [ 73.533] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
    [ 73.533] (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
    [ 73.533] (II) fglrx(0): VESA VBE OEM Software Rev: 11.22
    [ 73.533] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
    [ 73.533] (II) fglrx(0): VESA VBE OEM Product: M98
    [ 73.533] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
    [ 73.576] (II) fglrx(0): ATI Video BIOS revision 9 or later detected
    [ 73.576] (--) fglrx(0): Video RAM: 524288 kByte, Type: GDDR3
    [ 73.576] (II) fglrx(0): PCIE card detected
    [ 73.576] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
    [ 73.576] (WW) fglrx(0): board is an unknown third party board, chipset is supported
    [ 73.582] (II) fglrx(0): Using adapter: 1:0.0.
    [ 73.660] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x20000000)
    [ 73.740] (II) fglrx(0): Interrupt handler installed at IRQ 48.
    [ 73.740] (II) fglrx(0): RandR 1.2 support is enabled!
    [ 73.740] (II) fglrx(0): RandR 1.2 rotation support is enabled!
    [ 73.740] (==) fglrx(0): Center Mode is disabled
    [ 73.740] (II) Loading sub module "fb"
    [ 73.740] (II) LoadModule: "fb"
    [ 73.740] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 73.740] (II) Module fb: vendor="X.Org Foundation"
    [ 73.740] compiled for 1.10.4, module version = 1.0.0
    [ 73.740] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 73.740] (II) Loading sub module "ddc"
    [ 73.740] (II) LoadModule: "ddc"
    [ 73.740] (II) Module "ddc" already built-in
    [ 74.177] (II) fglrx(0): Finished Initialize PPLIB!
    [ 74.179] (II) fglrx(0): Output LVDS using monitor section aticonfig-Monitor[0]-0
    [ 74.179] (II) fglrx(0): Output DFP1 has no monitor section
    [ 74.179] (II) fglrx(0): Output CRT1 has no monitor section
    [ 74.179] (II) Loading sub module "ddc"
    [ 74.179] (II) LoadModule: "ddc"
    [ 74.179] (II) Module "ddc" already built-in
    [ 74.179] (II) fglrx(0): Connected Display0: LVDS
    [ 74.179] (II) fglrx(0): Display0 EDID data ---------------------------
    [ 74.179] (II) fglrx(0): Manufacturer: APP Model: 9cb5 Serial#: 0
    [ 74.179] (II) fglrx(0): Year: 2009 Week: 28
    [ 74.179] (II) fglrx(0): EDID Version: 1.4
    [ 74.179] (II) fglrx(0): Digital Display Input
    [ 74.179] (II) fglrx(0): 8 bits per channel
    [ 74.179] (II) fglrx(0): Digital interface is DisplayPort
    [ 74.179] (II) fglrx(0): Max Image Size [cm]: horiz.: 60 vert.: 34
    [ 74.179] (II) fglrx(0): Gamma: 2.20
    [ 74.179] (II) fglrx(0): DPMS capabilities: Off
    [ 74.179] (II) fglrx(0): Supported color encodings: RGB 4:4:4
    [ 74.179] (II) fglrx(0): First detailed timing is preferred mode
    [ 74.179] (II) fglrx(0): Preferred mode is native pixel format and refresh rate
    [ 74.179] (II) fglrx(0): redX: 0.653 redY: 0.334 greenX: 0.300 greenY: 0.620
    [ 74.179] (II) fglrx(0): blueX: 0.146 blueY: 0.050 whiteX: 0.312 whiteY: 0.329
    [ 74.179] (II) fglrx(0): Manufacturer's mask: 0
    [ 74.179] (II) fglrx(0): Supported detailed timing:
    [ 74.179] (II) fglrx(0): clock: 241.5 MHz Image Size: 597 x 336 mm
    [ 74.179] (II) fglrx(0): h_active: 2560 h_sync: 2608 h_sync_end 2640 h_blank_end 2720 h_border: 0
    [ 74.179] (II) fglrx(0): v_active: 1440 v_sync: 1443 v_sync_end 1448 v_blanking: 1481 v_border: 0
    [ 74.179] (II) fglrx(0): Supported detailed timing:
    [ 74.179] (II) fglrx(0): clock: 74.5 MHz Image Size: 597 x 336 mm
    [ 74.179] (II) fglrx(0): h_active: 1280 h_sync: 1344 h_sync_end 1472 h_blank_end 1664 h_border: 0
    [ 74.179] (II) fglrx(0): v_active: 720 v_sync: 723 v_sync_end 728 v_blanking: 748 v_border: 0
    [ 74.179] (II) fglrx(0): Unknown vendor-specific block 2
    [ 74.179] (II) fglrx(0): Monitor name: Color LCD
    [ 74.179] (II) fglrx(0): Supported detailed timing:
    [ 74.179] (II) fglrx(0): clock: 241.5 MHz Image Size: 597 x 336 mm
    [ 74.179] (II) fglrx(0): h_active: 2560 h_sync: 2608 h_sync_end 2640 h_blank_end 2720 h_border: 0
    [ 74.179] (II) fglrx(0): v_active: 1440 v_sync: 1443 v_sync_end 1448 v_blanking: 1481 v_border: 0
    [ 74.179] (II) fglrx(0): Supported detailed timing:
    [ 74.179] (II) fglrx(0): clock: 74.5 MHz Image Size: 597 x 336 mm
    [ 74.179] (II) fglrx(0): h_active: 1280 h_sync: 1344 h_sync_end 1472 h_blank_end 1664 h_border: 0
    [ 74.179] (II) fglrx(0): v_active: 720 v_sync: 723 v_sync_end 728 v_blanking: 748 v_border: 0
    [ 74.179] (II) fglrx(0): Number of EDID sections to follow: 1
    [ 74.179] (II) fglrx(0): EDID (in hex):
    [ 74.179] (II) fglrx(0): 00ffffffffffff000610b59c00000000
    [ 74.179] (II) fglrx(0): 1c130104a53c2278226fb1a7554c9e25
    [ 74.179] (II) fglrx(0): 0c505400000001010101010101010101
    [ 74.179] (II) fglrx(0): 010101010101565e00a0a0a029503020
    [ 74.179] (II) fglrx(0): 350055502100001a1a1d008051d01c20
    [ 74.179] (II) fglrx(0): 4080350055502100001c000000020106
    [ 74.179] (II) fglrx(0): 10010a010000000000000000000000fc
    [ 74.179] (II) fglrx(0): 00436f6c6f72204c43440a2020200108
    [ 74.179] (II) fglrx(0): End of Display0 EDID data --------------------
    [ 74.199] (II) fglrx(0): EDID for output LVDS
    [ 74.199] (II) fglrx(0): Manufacturer: APP Model: 9cb5 Serial#: 0
    [ 74.199] (II) fglrx(0): Year: 2009 Week: 28
    [ 74.199] (II) fglrx(0): EDID Version: 1.4
    [ 74.199] (II) fglrx(0): Digital Display Input
    [ 74.199] (II) fglrx(0): 8 bits per channel
    [ 74.199] (II) fglrx(0): Digital interface is DisplayPort
    [ 74.199] (II) fglrx(0): Max Image Size [cm]: horiz.: 60 vert.: 34
    [ 74.199] (II) fglrx(0): Gamma: 2.20
    [ 74.199] (II) fglrx(0): DPMS capabilities: Off
    [ 74.199] (II) fglrx(0): Supported color encodings: RGB 4:4:4
    [ 74.199] (II) fglrx(0): First detailed timing is preferred mode
    [ 74.199] (II) fglrx(0): Preferred mode is native pixel format and refresh rate
    [ 74.199] (II) fglrx(0): redX: 0.653 redY: 0.334 greenX: 0.300 greenY: 0.620
    [ 74.199] (II) fglrx(0): blueX: 0.146 blueY: 0.050 whiteX: 0.312 whiteY: 0.329
    [ 74.199] (II) fglrx(0): Manufacturer's mask: 0
    [ 74.199] (II) fglrx(0): Supported detailed timing:
    [ 74.199] (II) fglrx(0): clock: 241.5 MHz Image Size: 597 x 336 mm
    [ 74.199] (II) fglrx(0): h_active: 2560 h_sync: 2608 h_sync_end 2640 h_blank_end 2720 h_border: 0
    [ 74.199] (II) fglrx(0): v_active: 1440 v_sync: 1443 v_sync_end 1448 v_blanking: 1481 v_border: 0
    [ 74.199] (II) fglrx(0): Supported detailed timing:
    [ 74.199] (II) fglrx(0): clock: 74.5 MHz Image Size: 597 x 336 mm
    [ 74.199] (II) fglrx(0): h_active: 1280 h_sync: 1344 h_sync_end 1472 h_blank_end 1664 h_border: 0
    [ 74.199] (II) fglrx(0): v_active: 720 v_sync: 723 v_sync_end 728 v_blanking: 748 v_border: 0
    [ 74.199] (II) fglrx(0): Unknown vendor-specific block 2
    [ 74.199] (II) fglrx(0): Monitor name: Color LCD
    [ 74.199] (II) fglrx(0): Supported detailed timing:
    [ 74.199] (II) fglrx(0): clock: 241.5 MHz Image Size: 597 x 336 mm
    [ 74.199] (II) fglrx(0): h_active: 2560 h_sync: 2608 h_sync_end 2640 h_blank_end 2720 h_border: 0
    [ 74.199] (II) fglrx(0): v_active: 1440 v_sync: 1443 v_sync_end 1448 v_blanking: 1481 v_border: 0
    [ 74.199] (II) fglrx(0): Supported detailed timing:
    [ 74.199] (II) fglrx(0): clock: 74.5 MHz Image Size: 597 x 336 mm
    [ 74.199] (II) fglrx(0): h_active: 1280 h_sync: 1344 h_sync_end 1472 h_blank_end 1664 h_border: 0
    [ 74.199] (II) fglrx(0): v_active: 720 v_sync: 723 v_sync_end 728 v_blanking: 748 v_border: 0
    [ 74.199] (II) fglrx(0): Number of EDID sections to follow: 1
    [ 74.199] (II) fglrx(0): EDID (in hex):
    [ 74.199] (II) fglrx(0): 00ffffffffffff000610b59c00000000
    [ 74.199] (II) fglrx(0): 1c130104a53c2278226fb1a7554c9e25
    [ 74.199] (II) fglrx(0): 0c505400000001010101010101010101
    [ 74.199] (II) fglrx(0): 010101010101565e00a0a0a029503020
    [ 74.199] (II) fglrx(0): 350055502100001a1a1d008051d01c20
    [ 74.199] (II) fglrx(0): 4080350055502100001c000000020106
    [ 74.199] (II) fglrx(0): 10010a010000000000000000000000fc
    [ 74.199] (II) fglrx(0): 00436f6c6f72204c43440a2020200108
    [ 74.199] (II) fglrx(0): EDID vendor "APP", prod id 40117
    [ 74.199] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 74.199] (II) fglrx(0): Modeline "2560x1440"x0.0 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync (88.8 kHz)
    [ 74.199] (II) fglrx(0): Modeline "1280x720"x0.0 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz)
    [ 74.200] (II) fglrx(0): Printing probed modes for output LVDS
    [ 74.200] (II) fglrx(0): Modeline "2560x1440"x60.0 241.50 2560 2608 2640 2720 1440 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1920x1440"x60.0 241.50 1920 2608 2640 2720 1440 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1800x1440"x60.0 241.50 1800 2608 2640 2720 1440 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1856x1392"x60.0 241.50 1856 2608 2640 2720 1392 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1792x1344"x60.0 241.50 1792 2608 2640 2720 1344 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1920x1200"x60.0 241.50 1920 2608 2640 2720 1200 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1920x1080"x60.0 241.50 1920 2608 2640 2720 1080 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1600x1200"x60.0 241.50 1600 2608 2640 2720 1200 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1680x1050"x60.0 241.50 1680 2608 2640 2720 1050 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1400x1050"x60.0 241.50 1400 2608 2640 2720 1050 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1280x1024"x60.0 241.50 1280 2608 2640 2720 1024 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1440x900"x60.0 241.50 1440 2608 2640 2720 900 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1280x960"x60.0 241.50 1280 2608 2640 2720 960 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1280x800"x60.0 241.50 1280 2608 2640 2720 800 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1152x864"x60.0 241.50 1152 2608 2640 2720 864 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1280x768"x60.0 241.50 1280 2608 2640 2720 768 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1280x720"x60.0 241.50 1280 2608 2640 2720 720 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1024x768"x60.0 241.50 1024 2608 2640 2720 768 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1024x600"x60.0 241.50 1024 2608 2640 2720 600 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "800x600"x60.0 241.50 800 2608 2640 2720 600 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "800x480"x60.0 241.50 800 2608 2640 2720 480 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "720x480"x60.0 241.50 720 2608 2640 2720 480 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "640x480"x60.0 241.50 640 2608 2640 2720 480 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): EDID for output DFP1
    [ 74.200] (II) fglrx(0): EDID for output CRT1
    [ 74.200] (II) fglrx(0): Output LVDS connected
    [ 74.200] (II) fglrx(0): Output DFP1 disconnected
    [ 74.200] (II) fglrx(0): Output CRT1 disconnected
    [ 74.200] (II) fglrx(0): Using exact sizes for initial modes
    [ 74.200] (II) fglrx(0): Output LVDS using initial mode 2560x1440
    [ 74.200] (II) fglrx(0): Display dimensions: (600, 340) mm
    [ 74.200] (II) fglrx(0): DPI set to (108, 108)
    [ 74.200] (II) fglrx(0): Adapter ATI Mobility Radeon HD 4850 has 2 configurable heads and 1 displays connected.
    [ 74.200] (==) fglrx(0): PseudoColor visuals disabled
    [ 74.200] (II) Loading sub module "ramdac"
    [ 74.200] (II) LoadModule: "ramdac"
    [ 74.200] (II) Module "ramdac" already built-in
    [ 74.200] (==) fglrx(0): NoDRI = NO
    [ 74.200] (==) fglrx(0): Capabilities: 0x00000000
    [ 74.200] (==) fglrx(0): CapabilitiesEx: 0x00000000
    [ 74.200] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
    [ 74.200] (==) fglrx(0): UseFastTLS=0
    [ 74.200] (==) fglrx(0): BlockSignalsOnLock=1
    [ 74.200] (--) Depth 24 pixmap format is 32 bpp
    [ 74.200] (II) Loading extension ATIFGLRXDRI
    [ 74.200] (II) fglrx(0): doing swlDriScreenInit
    [ 74.200] (II) fglrx(0): swlDriScreenInit for fglrx driver
    [ 74.200] ukiDynamicMajor: found major device number 251
    [ 74.200] ukiDynamicMajor: found major device number 251
    [ 74.200] ukiDynamicMajor: found major device number 251
    [ 74.200] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 74.200] ukiOpenDevice: node name is /dev/ati/card0
    [ 74.200] ukiOpenDevice: open result is 12, (OK)
    [ 74.200] ukiOpenByBusid: ukiOpenMinor returns 12
    [ 74.200] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 74.200] (II) fglrx(0): [uki] DRM interface version 1.0
    [ 74.200] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
    [ 74.200] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x50000
    [ 74.200] (II) fglrx(0): [uki] mapped SAREA 0x50000 to 0x7f5494ee8000
    [ 74.200] (II) fglrx(0): [uki] framebuffer handle = 0x51000
    [ 74.200] (II) fglrx(0): [uki] added 1 reserved context for kernel
    [ 74.200] (II) fglrx(0): swlDriScreenInit done
    [ 74.200] (II) fglrx(0): Kernel Module Version Information:
    [ 74.200] (II) fglrx(0): Name: fglrx
    [ 74.200] (II) fglrx(0): Version: 8.93.4
    [ 74.200] (II) fglrx(0): Date: Dec 5 2011
    [ 74.200] (II) fglrx(0): Desc: ATI FireGL DRM kernel module
    [ 74.200] (II) fglrx(0): Kernel Module version matches driver.
    [ 74.200] (II) fglrx(0): Kernel Module Build Time Information:
    [ 74.200] (II) fglrx(0): Build-Kernel UTS_RELEASE: 3.2.5-1-ARCH
    [ 74.200] (II) fglrx(0): Build-Kernel MODVERSIONS: no
    [ 74.200] (II) fglrx(0): Build-Kernel __SMP__: no
    [ 74.200] (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
    [ 74.200] (II) fglrx(0): [uki] register handle = 0x00052000
    [ 74.214] (II) fglrx(0): DRI initialization successfull
    [ 74.214] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x01900000
    [ 74.214] (==) fglrx(0): Backing store disabled
    [ 74.214] (II) Loading extension FGLRXEXTENSION
    [ 74.214] (**) fglrx(0): DPMS enabled
    [ 74.215] (II) fglrx(0): Initialized in-driver Xinerama extension
    [ 74.215] (**) fglrx(0): Textured Video is enabled.
    [ 74.215] (II) LoadModule: "glesx"
    [ 74.215] (II) Loading /usr/lib/xorg/modules/glesx.so
    [ 74.215] (II) Module glesx: vendor="X.Org Foundation"
    [ 74.215] compiled for 1.4.99.906, module version = 1.0.0
    [ 74.215] (II) Loading extension GLESX
    [ 74.215] (II) fglrx(0): GLESX enableFlags = 528
    [ 74.215] (II) fglrx(0): GLESX is enabled
    [ 74.215] (II) LoadModule: "amdxmm"
    [ 74.215] (II) Loading /usr/lib/xorg/modules/amdxmm.so
    [ 74.215] (II) Module amdxmm: vendor="X.Org Foundation"
    [ 74.215] compiled for 1.4.99.906, module version = 2.0.0
    [ 74.216] (II) Loading extension AMDXVOPL
    [ 74.216] (II) Loading extension AMDXVBA
    [ 74.216] [- XMM_GLX] [I ]glesxXvInit Configureable RGBOutputColorRange
    [ 74.216] (II) fglrx(0): UVD feature is enabled(II) fglrx(0):
    [ 74.218] (II) fglrx(0): Enable composite support successfully
    [ 74.218] (WW) fglrx(0): Option "VendorName" is not used
    [ 74.218] (WW) fglrx(0): Option "ModelName" is not used
    [ 74.218] (II) fglrx(0): X context handle = 0x1
    [ 74.218] (II) fglrx(0): [DRI] installation complete
    [ 74.218] (==) fglrx(0): Silken mouse enabled
    [ 74.218] (==) fglrx(0): Using HW cursor of display infrastructure!
    [ 74.218] (II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2.
    [ 74.218] (II) fglrx(0): 'eDP LCD' ConnectorType, abstracted as 'Panel'
    [ 74.483] (--) RandR disabled
    [ 74.483] (II) Initializing built-in extension Generic Event Extension
    [ 74.483] (II) Initializing built-in extension SHAPE
    [ 74.483] (II) Initializing built-in extension MIT-SHM
    [ 74.483] (II) Initializing built-in extension XInputExtension
    [ 74.483] (II) Initializing built-in extension XTEST
    [ 74.483] (II) Initializing built-in extension BIG-REQUESTS
    [ 74.483] (II) Initializing built-in extension SYNC
    [ 74.483] (II) Initializing built-in extension XKEYBOARD
    [ 74.483] (II) Initializing built-in extension XC-MISC
    [ 74.483] (II) Initializing built-in extension SECURITY
    [ 74.483] (II) Initializing built-in extension XINERAMA
    [ 74.483] (II) Initializing built-in extension XFIXES
    [ 74.483] (II) Initializing built-in extension RENDER
    [ 74.483] (II) Initializing built-in extension RANDR
    [ 74.483] (II) Initializing built-in extension COMPOSITE
    [ 74.483] (II) Initializing built-in extension DAMAGE
    [ 74.485] ukiDynamicMajor: found major device number 251
    [ 74.485] ukiDynamicMajor: found major device number 251
    [ 74.485] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 74.485] ukiOpenDevice: node name is /dev/ati/card0
    [ 74.485] ukiOpenDevice: open result is 13, (OK)
    [ 74.485] ukiOpenByBusid: ukiOpenMinor returns 13
    [ 74.485] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 74.542] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
    [ 74.550] (II) fglrx(0): Enable the clock gating!
    [ 74.550] (II) fglrx(0): Setting screen physical size to 677 x 381
    [ 74.607] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 74.607] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 74.607] (II) LoadModule: "evdev"
    [ 74.607] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 74.607] (II) Module evdev: vendor="X.Org Foundation"
    [ 74.607] compiled for 1.10.0, module version = 2.6.0
    [ 74.607] Module class: X.Org XInput Driver
    [ 74.607] ABI class: X.Org XInput driver, version 12.2
    [ 74.607] (II) Using input driver 'evdev' for 'Power Button'
    [ 74.607] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 74.607] (**) Power Button: always reports core events
    [ 74.607] (**) Power Button: Device: "/dev/input/event4"
    [ 74.607] (--) Power Button: Found keys
    [ 74.607] (II) Power Button: Configuring as keyboard
    [ 74.607] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
    [ 74.607] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 74.607] (**) Option "xkb_rules" "evdev"
    [ 74.607] (**) Option "xkb_model" "evdev"
    [ 74.607] (**) Option "xkb_layout" "us"
    [ 74.656] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 74.656] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 74.656] (II) Using input driver 'evdev' for 'Power Button'
    [ 74.656] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 74.656] (**) Power Button: always reports core events
    [ 74.656] (**) Power Button: Device: "/dev/input/event2"
    [ 74.656] (--) Power Button: Found keys
    [ 74.656] (II) Power Button: Configuring as keyboard
    [ 74.656] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
    [ 74.656] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 74.656] (**) Option "xkb_rules" "evdev"
    [ 74.656] (**) Option "xkb_model" "evdev"
    [ 74.656] (**) Option "xkb_layout" "us"
    [ 74.656] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
    [ 74.656] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 74.656] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 74.656] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 74.656] (**) Sleep Button: always reports core events
    [ 74.656] (**) Sleep Button: Device: "/dev/input/event3"
    [ 74.656] (--) Sleep Button: Found keys
    [ 74.656] (II) Sleep Button: Configuring as keyboard
    [ 74.656] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event3"
    [ 74.656] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    [ 74.656] (**) Option "xkb_rules" "evdev"
    [ 74.656] (**) Option "xkb_model" "evdev"
    [ 74.656] (**) Option "xkb_layout" "us"
    [ 74.657] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event6)
    [ 74.657] (II) No input driver/identifier specified (ignoring)
    [ 74.658] (II) config/udev: Adding input device Microsft Microsoft Wireless Desktop Receiver 3.1 (/dev/input/event0)
    [ 74.658] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: Applying InputClass "evdev keyboard catchall"
    [ 74.658] (II) Using input driver 'evdev' for 'Microsft Microsoft Wireless Desktop Receiver 3.1'
    [ 74.658] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 74.658] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: always reports core events
    [ 74.658] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: Device: "/dev/input/event0"
    [ 74.658] (--) Microsft Microsoft Wireless Desktop Receiver 3.1: Found keys
    [ 74.658] (II) Microsft Microsoft Wireless Desktop Receiver 3.1: Configuring as keyboard
    [ 74.658] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.3/1-1.3:1.0/input/input0/event0"
    [ 74.658] (II) XINPUT: Adding extended input device "Microsft Microsoft Wireless Desktop Receiver 3.1" (type: KEYBOARD)
    [ 74.658] (**) Option "xkb_rules" "evdev"
    [ 74.658] (**) Option "xkb_model" "evdev"
    [ 74.658] (**) Option "xkb_layout" "us"
    [ 74.658] (II) config/udev: Adding input device Microsft Microsoft Wireless Desktop Receiver 3.1 (/dev/input/event1)
    [ 74.658] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: Applying InputClass "evdev pointer catchall"
    [ 74.658] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: Applying InputClass "evdev keyboard catchall"
    [ 74.658] (II) Using input driver 'evdev' for 'Microsft Microsoft Wireless Desktop Receiver 3.1'
    [ 74.659] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 74.659] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: always reports core events
    [ 74.659] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: Device: "/dev/input/event1"
    [ 74.659] (--) Microsft Microsoft Wireless Desktop Receiver 3.1: Found 9 mouse buttons
    [ 74.659] (--) Microsft Microsoft Wireless Desktop Receiver 3.1: Found scroll wheel(s)
    [ 74.659] (--) Microsft Microsoft Wireless Desktop Receiver 3.1: Found relative axes
    [ 74.659] (--) Microsft Microsoft Wireless Desktop Receiver 3.1: Found x and y relative axes
    [ 74.659] (--) Microsft Microsoft Wireless Desktop Receiver 3.1: Found absolute axes
    [ 74.659] (--) Microsft Microsoft Wireless Desktop Receiver 3.1: Found keys
    [ 74.659] (II) Microsft Microsoft Wireless Desktop Receiver 3.1: Configuring as mouse
    [ 74.659] (II) Microsft Microsoft Wireless Desktop Receiver 3.1: Configuring as keyboard
    [ 74.659] (II) Microsft Microsoft Wireless Desktop Receiver 3.1: Adding scrollwheel support
    [ 74.659] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: YAxisMapping: buttons 4 and 5
    [ 74.659] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 74.659] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.3/1-1.3:1.1/input/input1/event1"
    [ 74.659] (II) XINPUT: Adding extended input device "Microsft Microsoft Wireless Desktop Receiver 3.1" (type: KEYBOARD)
    [ 74.659] (**) Option "xkb_rules" "evdev"
    [ 74.659] (**) Option "xkb_model" "evdev"
    [ 74.659] (**) Option "xkb_layout" "us"
    [ 74.659] (II) Microsft Microsoft Wireless Desktop Receiver 3.1: initialized for relative axes.
    [ 74.659] (WW) Microsft Microsoft Wireless Desktop Receiver 3.1: ignoring absolute axes.
    [ 74.659] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: (accel) keeping acceleration scheme 1
    [ 74.659] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: (accel) acceleration profile 0
    [ 74.659] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: (accel) acceleration factor: 2.000
    [ 74.659] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: (accel) acceleration threshold: 4
    [ 74.659] (II) config/udev: Adding input device Microsft Microsoft Wireless Desktop Receiver 3.1 (/dev/input/mouse0)
    [ 74.659] (II) No input driver/identifier specified (ignoring)
    [ 74.660] (II) config/udev: Adding input device Built-in iSight (/dev/input/event7)
    [ 74.660] (**) Built-in iSight: Applying InputClass "evdev keyboard catchall"
    [ 74.660] (II) Using input driver 'evdev' for 'Built-in iSight'
    [ 74.660] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 74.660] (**) Built-in iSight: always reports core events
    [ 74.660] (**) Built-in iSight: Device: "/dev/input/event7"
    [ 74.660] (--) Built-in iSight: Found keys
    [ 74.660] (II) Built-in iSight: Configuring as keyboard
    [ 74.660] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.1/2-1.1:1.0/input/input7/event7"
    [ 74.660] (II) XINPUT: Adding extended input device "Built-in iSight" (type: KEYBOARD)
    [ 74.660] (**) Option "xkb_rules" "evdev"
    [ 74.660] (**) Option "xkb_model" "evdev"
    [ 74.660] (**) Option "xkb_layout" "us"
    [ 74.662] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
    [ 74.662] (II) No input driver/identifier specified (ignoring)
    [ 75.732] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
    [ 75.796] (II) Power Button: Close
    [ 75.796] (II) UnloadModule: "evdev"
    [ 75.796] (II) Unloading evdev
    [ 75.903] (II) Power Button: Close
    [ 75.903] (II) UnloadModule: "evdev"
    [ 75.903] (II) Unloading evdev
    [ 76.010] (II) Sleep Button: Close
    [ 76.010] (II) UnloadModule: "evdev"
    [ 76.010] (II) Unloading evdev
    [ 76.130] (II) Microsft Microsoft Wireless Desktop Receiver 3.1: Close
    [ 76.130] (II) UnloadModule: "evdev"
    [ 76.130] (II) Unloading evdev
    [ 76.236] (II) Microsft Microsoft Wireless Desktop Receiver 3.1: Close
    [ 76.236] (II) UnloadModule: "evdev"
    [ 76.236] (II) Unloading evdev
    [ 76.343] (II) Built-in iSight: Close
    [ 76.343] (II) UnloadModule: "evdev"
    [ 76.343] (II) Unloading evdev
    [ 76.346] (II) fglrx(0): Shutdown CMMQS
    [ 76.346] (II) fglrx(0): [uki] removed 1 reserved context for kernel
    [ 76.346] (II) fglrx(0): [uki] unmapping 8192 bytes of SAREA 0x50000 at 0x7f5494ee8000
    [ 76.349] (II) fglrx(0): Interrupt handler Shutdown.
    And finally, someone asked for my xorg.conf (this is mostly autogenerated by aticonfig):
    Section "ServerLayout"
    Identifier "aticonfig Layout"
    Screen 0 "aticonfig-Screen[0]-0" 0 0
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules/extensions/fglrx"
    ModulePath "/usr/lib/xorg/modules"
    EndSection
    Section "Module"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-0"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    BusID "PCI:1:0:0"
    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
    Last edited by chckadee (2012-02-15 23:58:52)

    moetunes wrote:Maybe start reading from here.
    Yeah thats... the guide I was reading.
    hadrons123 wrote:Another thread possibly due to not adding required dameons  in /etc/rc.conf.
    And those are?  I installed dbus as that's the only daemon the beginners guide mentions, and I added alsa and a few others to rc.conf for good measure but saw no change and removed them.  So right now I only have:
    $ grep DAEMONS /etc/rc.conf
    # DAEMONS
    DAEMONS=(syslog-ng network crond dbus)

  • MTRR allocation problem on Dell Vostro

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

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

  • Cinnamon 2.0.2-1 does not start. [SOLVED: See github for solution].

    Hi,
    So I've just upgraded the cinnamon package to 2.0.2-1 and it fails to load 3D mode, crashes, loads in Software Rendering mode and asks me if I want to restart Cinnamon. If I restart Cinnamon, the same happens. Does this happen to anyone else?
    Here are the journalctl logs (with C style comments):
    -- Reboot -- /*(User Note: Running package cinnamon 2.0.2-1)*/
    Oct 10 10:48:17 claire systemd[370]: Failed to open private bus connection: Failed to connect to socket /run/user/1000/dbus/user_bus_socket: No such file or directory
    Oct 10 10:48:17 claire systemd[370]: Mounted /sys/kernel/config.
    Oct 10 10:48:17 claire systemd[370]: Stopped target Sound Card.
    Oct 10 10:48:17 claire systemd[370]: Starting Default.
    Oct 10 10:48:17 claire systemd[370]: Reached target Default.
    Oct 10 10:48:17 claire systemd[370]: Startup finished in 186ms.
    Oct 10 10:48:20 claire pulseaudio[402]: [pulseaudio] bluetooth-util.c: org.bluez.Manager.GetProperties() failed: org.freedesktop.systemd1.LoadFailed: Unit dbus-org.bluez
    Oct 10 10:48:22 claire pulseaudio[444]: [pulseaudio] pid.c: Daemon already running.
    Oct 10 10:48:46 claire cinnamon-session[376]: WARNING: Application 'cinnamon.desktop' killed by signal 15
    Oct 10 10:48:49 claire cinnamon-session[376]: WARNING: App 'cinnamon.desktop' respawning too quickly /*Restarted Cinnamon after this*/
    Oct 10 10:48:49 claire cinnamon-session[376]: CRITICAL: We failed, but the fail whale is dead. Sorry....
    Oct 10 10:48:58 claire cinnamon-session[376]: WARNING: App 'cinnamon.desktop' respawning too quickly /*Restarted Cinnamon after this*/
    Oct 10 10:49:00 claire cinnamon-session[376]: WARNING: App 'cinnamon.desktop' respawning too quickly
    Oct 10 10:52:10 claire systemd[370]: Stopping Default.
    Oct 10 10:52:10 claire systemd[370]: Stopped target Default.
    Oct 10 10:52:10 claire systemd[370]: Starting Shutdown.
    Oct 10 10:52:10 claire systemd[370]: Reached target Shutdown.
    Oct 10 10:52:10 claire systemd[370]: Starting Exit the Session...
    -- Reboot -- /*(User Note: Running package cinnamon 1.9.2-2)*/
    Oct 10 10:53:03 claire systemd[370]: Failed to open private bus connection: Failed to connect to socket /run/user/1000/dbus/user_bus_socket: No such file or directory
    Oct 10 10:53:03 claire systemd[370]: Mounted /sys/kernel/config.
    Oct 10 10:53:03 claire systemd[370]: Stopped target Sound Card.
    Oct 10 10:53:03 claire systemd[370]: Starting Default.
    Oct 10 10:53:03 claire systemd[370]: Reached target Default.
    Oct 10 10:53:03 claire systemd[370]: Startup finished in 76ms.
    Oct 10 10:53:06 claire pulseaudio[402]: [pulseaudio] bluetooth-util.c: org.bluez.Manager.GetProperties() failed: org.freedesktop.systemd1.LoadFailed: Unit dbus-org.bluez
    Oct 10 10:53:08 claire pulseaudio[446]: [pulseaudio] pid.c: Daemon already running.
    Oct 10 10:55:32 claire sudo[644]: pam_unix(sudo:auth): authentication failure; logname= uid=1000 euid=0 tty=/dev/pts/1 ruser=andes rhost= user=andes
    Oct 10 10:58:50 claire cinnamon-session[376]: Gtk-WARNING: Theme directory preferences/48 of theme Numix has no size field
    Oct 10 10:58:53 claire systemd[370]: Stopping Default.
    Oct 10 10:58:53 claire systemd[370]: Stopped target Default.
    -- Reboot -- /*(User Note: Running package cinnamon 2.0.2-1 and X server 1.14.3-1)*/
    Oct 10 10:59:48 claire systemd[372]: Failed to open private bus connection: Failed to connect to socket /run/user/1000/dbus/user_bus_socket: No such file or directory
    Oct 10 10:59:48 claire systemd[372]: Mounted /sys/kernel/config.
    Oct 10 10:59:48 claire systemd[372]: Stopped target Sound Card.
    Oct 10 10:59:48 claire systemd[372]: Starting Default.
    Oct 10 10:59:48 claire systemd[372]: Reached target Default.
    Oct 10 10:59:48 claire systemd[372]: Startup finished in 98ms.
    Oct 10 10:59:51 claire pulseaudio[404]: [pulseaudio] bluetooth-util.c: org.bluez.Manager.GetProperties() failed: org.freedesktop.systemd1.LoadFailed: Unit dbus-org.bluez
    Oct 10 10:59:53 claire pulseaudio[449]: [pulseaudio] pid.c: Daemon already running.
    Oct 10 11:00:15 claire cinnamon-session[378]: WARNING: Application 'cinnamon.desktop' killed by signal 15
    Oct 10 11:00:17 claire cinnamon-session[378]: WARNING: App 'cinnamon.desktop' respawning too quickly
    Oct 10 11:00:17 claire cinnamon-session[378]: CRITICAL: We failed, but the fail whale is dead. Sorry....
    Oct 10 11:02:32 claire systemd[372]: Stopping Default.
    Oct 10 11:02:32 claire systemd[372]: Stopped target Default.
    Oct 10 11:02:32 claire systemd[372]: Starting Shutdown.
    -- Reboot -- /*(Using updated X server and cinnamon 1.9.2-2)*/
    Oct 10 11:03:40 claire systemd[371]: Failed to open private bus connection: Failed to connect to socket /run/user/1000/dbus/user_bus_socket: No such file or directory
    Oct 10 11:03:40 claire systemd[371]: Mounted /sys/kernel/config.
    Oct 10 11:03:40 claire systemd[371]: Stopped target Sound Card.
    Oct 10 11:03:40 claire systemd[371]: Starting Default.
    Oct 10 11:03:40 claire systemd[371]: Reached target Default.
    Oct 10 11:03:40 claire systemd[371]: Startup finished in 87ms.
    Oct 10 11:03:43 claire pulseaudio[403]: [pulseaudio] bluetooth-util.c: org.bluez.Manager.GetProperties() failed: org.freedesktop.systemd1.LoadFailed: Unit dbus-org.bluez
    Oct 10 11:03:45 claire pulseaudio[444]: [pulseaudio] pid.c: Daemon already running.
    And here is the x.Org log corresponding to the Oct 10 10:59:48 reboot (with Cinnamon 2.0.2-1), that is the second to last reboot:
    [ 17.977]
    X.Org X Server 1.14.3
    Release Date: 2013-09-12
    [ 17.977] X Protocol Version 11, Revision 0
    [ 17.977] Build Operating System: Linux 3.11.0-1-ARCH x86_64
    [ 17.977] Current Operating System: Linux claire 3.11.4-1-ck #1 SMP PREEMPT Sat Oct 5 12:41:35 EDT 2013 x86_64
    [ 17.977] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-ck root=UUID=39a70e8b-6be9-43f3-a70c-fdbf45c2cead rw quiet nomodeset elevator=bfq
    [ 17.977] Build Date: 13 September 2013 01:28:59PM
    [ 17.977]
    [ 17.977] Current version of pixman: 0.30.2
    [ 17.977] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 17.977] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 17.977] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Oct 10 10:59:27 2013
    [ 18.009] (==) Using config file: "/etc/X11/xorg.conf"
    [ 18.009] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 18.062] (==) ServerLayout "aticonfig Layout"
    [ 18.062] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
    [ 18.062] (**) | |-->Monitor "<default monitor>"
    [ 18.062] (**) | |-->Device "aticonfig-Device[0]-0"
    [ 18.062] (==) No monitor specified for screen "aticonfig-Screen[0]-0".
    Using a default monitor configuration.
    [ 18.062] (**) |-->Screen "amdcccle-Screen[0]-1" (1)
    [ 18.062] (**) | |-->Monitor "<default monitor>"
    [ 18.062] (**) | |-->Device "amdcccle-Device[0]-1"
    [ 18.062] (==) No monitor specified for screen "amdcccle-Screen[0]-1".
    Using a default monitor configuration.
    [ 18.062] (==) Automatically adding devices
    [ 18.062] (==) Automatically enabling devices
    [ 18.062] (==) Automatically adding GPU devices
    [ 18.149] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 18.149] Entry deleted from font path.
    [ 18.149] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 18.150] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 18.150] Entry deleted from font path.
    [ 18.150] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 18.150] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/
    [ 18.150] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 18.150] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 18.150] (II) Loader magic: 0x7fdc20
    [ 18.150] (II) Module ABI versions:
    [ 18.150] X.Org ANSI C Emulation: 0.4
    [ 18.150] X.Org Video Driver: 14.1
    [ 18.150] X.Org XInput driver : 19.1
    [ 18.150] X.Org Server Extension : 7.0
    [ 18.152] (--) PCI:*(0:0:1:0) 1002:9649:103c:3566 rev 0, Mem @ 0xe0000000/268435456, 0xf0300000/262144, I/O @ 0x00004000/256
    [ 18.160] Initializing built-in extension Generic Event Extension
    [ 18.160] Initializing built-in extension SHAPE
    [ 18.160] Initializing built-in extension MIT-SHM
    [ 18.160] Initializing built-in extension XInputExtension
    [ 18.160] Initializing built-in extension XTEST
    [ 18.160] Initializing built-in extension BIG-REQUESTS
    [ 18.160] Initializing built-in extension SYNC
    [ 18.160] Initializing built-in extension XKEYBOARD
    [ 18.160] Initializing built-in extension XC-MISC
    [ 18.160] Initializing built-in extension SECURITY
    [ 18.160] Initializing built-in extension XINERAMA
    [ 18.160] Initializing built-in extension XFIXES
    [ 18.160] Initializing built-in extension RENDER
    [ 18.160] Initializing built-in extension RANDR
    [ 18.160] Initializing built-in extension COMPOSITE
    [ 18.160] Initializing built-in extension DAMAGE
    [ 18.160] Initializing built-in extension MIT-SCREEN-SAVER
    [ 18.160] Initializing built-in extension DOUBLE-BUFFER
    [ 18.160] Initializing built-in extension RECORD
    [ 18.160] Initializing built-in extension DPMS
    [ 18.160] Initializing built-in extension X-Resource
    [ 18.160] Initializing built-in extension XVideo
    [ 18.160] Initializing built-in extension XVideo-MotionCompensation
    [ 18.160] Initializing built-in extension XFree86-VidModeExtension
    [ 18.160] Initializing built-in extension XFree86-DGA
    [ 18.160] Initializing built-in extension XFree86-DRI
    [ 18.160] Initializing built-in extension DRI2
    [ 18.160] (II) "glx" will be loaded by default.
    [ 18.160] (II) LoadModule: "glx"
    [ 18.237] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 18.258] (II) Module glx: vendor="Advanced Micro Devices, Inc."
    [ 18.258] compiled for 6.9.0, module version = 1.0.0
    [ 18.258] Loading extension GLX
    [ 18.258] (II) LoadModule: "fglrx"
    [ 18.259] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 18.485] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
    [ 18.485] compiled for 1.4.99.906, module version = 13.20.5
    [ 18.485] Module class: X.Org Video Driver
    [ 18.487] (II) Loading sub module "fglrxdrm"
    [ 18.487] (II) LoadModule: "fglrxdrm"
    [ 18.487] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 18.501] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [ 18.501] compiled for 1.4.99.906, module version = 13.20.5
    [ 18.501] (II) AMD Proprietary Linux Driver Version Identifier:13.20.5
    [ 18.501] (II) AMD Proprietary Linux Driver Release Identifier: UNSUPPORTED-13.20.11
    [ 18.501] (II) AMD Proprietary Linux Driver Build Date: Sep 21 2013 02:26:09
    [ 18.501] (++) using VT number 7
    [ 18.518] (WW) Falling back to old probe method for fglrx
    [ 18.582] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
    [ 18.594] ukiDynamicMajor: found major device number 250
    [ 18.594] ukiDynamicMajor: found major device number 250
    [ 18.594] ukiOpenByBusid: Searching for BusID PCI:0:1:0
    [ 18.594] ukiOpenDevice: node name is /dev/ati/card0
    [ 18.594] ukiOpenDevice: open result is 9, (OK)
    [ 19.069] ukiOpenByBusid: ukiOpenMinor returns 9
    [ 19.069] ukiOpenByBusid: ukiGetBusid reports PCI:0:1:0
    [ 19.084] ukiDynamicMajor: found major device number 250
    [ 19.084] ukiDynamicMajor: found major device number 250
    [ 19.084] ukiOpenByBusid: Searching for BusID PCI:0:1:0
    [ 19.084] ukiOpenDevice: node name is /dev/ati/card0
    [ 19.084] ukiOpenDevice: open result is 9, (OK)
    [ 19.084] ukiOpenByBusid: ukiOpenMinor returns 9
    [ 19.084] ukiOpenByBusid: ukiGetBusid reports PCI:0:1:0
    [ 19.103] (--) Chipset Supported AMD Graphics Processor (0x9649) found
    [ 19.103] (--) Chipset Supported AMD Graphics Processor (0x9649) found
    [ 19.111] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:1:1) found
    [ 19.113] (II) fglrx(0): pEnt->device->identifier=0x2351e30
    [ 19.113] (II) fglrx(1): pEnt->device->identifier=0x2351e30
    [ 19.113] (II) fglrx(0): === [xdl_xs114_atiddxPreInit] === begin
    [ 19.114] (II) Loading sub module "vgahw"
    [ 19.114] (II) LoadModule: "vgahw"
    [ 19.114] (II) Loading /usr/lib/xorg/modules/libvgahw.so
    [ 19.125] (II) Module vgahw: vendor="X.Org Foundation"
    [ 19.125] compiled for 1.14.3, module version = 0.1.0
    [ 19.125] ABI class: X.Org Video Driver, version 14.1
    [ 19.126] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    [ 19.126] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 19.126] (==) fglrx(0): Default visual is TrueColor
    [ 19.126] (==) fglrx(0): RGB weight 888
    [ 19.126] (II) fglrx(0): Using 8 bits per RGB
    [ 19.126] (==) fglrx(0): Buffer Tiling is ON
    [ 19.126] (II) Loading sub module "fglrxdrm"
    [ 19.126] (II) LoadModule: "fglrxdrm"
    [ 19.126] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 19.126] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [ 19.126] compiled for 1.4.99.906, module version = 13.20.5
    [ 19.129] ukiDynamicMajor: found major device number 250
    [ 19.130] ukiDynamicMajor: found major device number 250
    [ 19.130] ukiOpenByBusid: Searching for BusID PCI:0:1:0
    [ 19.130] ukiOpenDevice: node name is /dev/ati/card0
    [ 19.130] ukiOpenDevice: open result is 11, (OK)
    [ 19.130] ukiOpenByBusid: ukiOpenMinor returns 11
    [ 19.130] ukiOpenByBusid: ukiGetBusid reports PCI:0:1:0
    [ 19.130] (**) fglrx(0): NoAccel = NO
    [ 19.130] (**) fglrx(0): AMD 2D Acceleration Architecture enabled
    [ 19.130] (--) fglrx(0): Chipset: "AMD Radeon(TM) HD 6480G" (Chipset = 0x9649)
    [ 19.130] (--) fglrx(0): (PciSubVendor = 0x103c, PciSubDevice = 0x3566)
    [ 19.130] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original AMD
    [ 19.130] (--) fglrx(0): Linear framebuffer (phys) at 0xe0000000
    [ 19.130] (--) fglrx(0): MMIO registers at 0xf0300000
    [ 19.130] (--) fglrx(0): I/O port at 0x00004000
    [ 19.130] (==) fglrx(0): ROM-BIOS at 0x000c0000
    [ 19.192] (II) fglrx(0): AC Adapter is used
    [ 19.417] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
    [ 19.443] (II) Loading sub module "vbe"
    [ 19.443] (II) LoadModule: "vbe"
    [ 19.443] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [ 19.456] (II) Module vbe: vendor="X.Org Foundation"
    [ 19.456] compiled for 1.14.3, module version = 1.1.0
    [ 19.456] ABI class: X.Org Video Driver, version 14.1
    [ 19.456] (II) fglrx(0): VESA BIOS detected
    [ 19.456] (II) fglrx(0): VESA VBE Version 3.0
    [ 19.456] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
    [ 19.456] (II) fglrx(0): VESA VBE OEM: AMD ATOMBIOS
    [ 19.456] (II) fglrx(0): VESA VBE OEM Software Rev: 12.43
    [ 19.456] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2010, AMD Technologies Inc.
    [ 19.456] (II) fglrx(0): VESA VBE OEM Product: SUMO
    [ 19.456] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
    [ 19.456] (II) fglrx(0): AMD Video BIOS revision 9 or later detected
    [ 19.456] (--) fglrx(0): Video RAM: 524288 kByte, Type: DDR3
    [ 19.456] (II) fglrx(0): PCIE card detected
    [ 19.457] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
    [ 19.457] (WW) fglrx(0): board is an unknown third party board, chipset is supported
    [ 19.457] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x20000000)
    [ 19.457] (II) fglrx(0): RandR 1.2 support is enabled!
    [ 19.457] (II) fglrx(0): RandR 1.2 rotation support is enabled!
    [ 19.457] (==) fglrx(0): Center Mode is disabled
    [ 19.457] (II) Loading sub module "fb"
    [ 19.457] (II) LoadModule: "fb"
    [ 19.457] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 19.477] (II) Module fb: vendor="X.Org Foundation"
    [ 19.477] compiled for 1.14.3, module version = 1.0.0
    [ 19.477] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 19.477] (II) Loading sub module "ddc"
    [ 19.477] (II) LoadModule: "ddc"
    [ 19.477] (II) Module "ddc" already built-in
    [ 19.771] (II) fglrx(0): Output LVDS has no monitor section
    [ 19.771] (II) fglrx(0): Output DFP1 using monitor section 0-DFP1
    [ 19.771] (**) fglrx(0): Option "PreferredMode" "1280x768"
    [ 19.771] (**) fglrx(0): Option "Position" "0 0"
    [ 19.771] (**) fglrx(0): Option "Disable" "false"
    [ 19.771] (**) fglrx(0): Option "Rotate" "normal"
    [ 19.771] (**) fglrx(0): Option "TargetRefresh" "60"
    [ 19.771] (II) fglrx(0): Output CRT1 has no monitor section
    [ 19.771] (II) Loading sub module "ddc"
    [ 19.771] (II) LoadModule: "ddc"
    [ 19.771] (II) Module "ddc" already built-in
    [ 19.771] (II) fglrx(0): Connected Display0: LVDS
    [ 19.771] (II) fglrx(0): Display0 EDID data ---------------------------
    [ 19.771] (II) fglrx(0): Manufacturer: LGD Model: 2f2 Serial#: 0
    [ 19.771] (II) fglrx(0): Year: 2010 Week: 0
    [ 19.771] (II) fglrx(0): EDID Version: 1.3
    [ 19.771] (II) fglrx(0): Digital Display Input
    [ 19.771] (II) fglrx(0): Max Image Size [cm]: horiz.: 34 vert.: 19
    [ 19.771] (II) fglrx(0): Gamma: 2.20
    [ 19.771] (II) fglrx(0): No DPMS capabilities specified
    [ 19.771] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 19.771] (II) fglrx(0): First detailed timing is preferred mode
    [ 19.771] (II) fglrx(0): redX: 0.605 redY: 0.355 greenX: 0.329 greenY: 0.579
    [ 19.771] (II) fglrx(0): blueX: 0.150 blueY: 0.055 whiteX: 0.313 whiteY: 0.329
    [ 19.771] (II) fglrx(0): Manufacturer's mask: 0
    [ 19.771] (II) fglrx(0): Supported detailed timing:
    [ 19.771] (II) fglrx(0): clock: 69.3 MHz Image Size: 344 x 194 mm
    [ 19.771] (II) fglrx(0): h_active: 1366 h_sync: 1402 h_sync_end 1442 h_blank_end 1480 h_border: 0
    [ 19.771] (II) fglrx(0): v_active: 768 v_sync: 771 v_sync_end 776 v_blanking: 780 v_border: 0
    [ 19.772] (II) fglrx(0): LG Display
    [ 19.772] (II) fglrx(0): LP156WH4-TLC1
    [ 19.772] (II) fglrx(0): EDID (in hex):
    [ 19.772] (II) fglrx(0): 00ffffffffffff0030e4f20200000000
    [ 19.772] (II) fglrx(0): 00140103802213780a05859b5b549426
    [ 19.772] (II) fglrx(0): 0e505400000001010101010101010101
    [ 19.772] (II) fglrx(0): 010101010101121b567250000c302428
    [ 19.772] (II) fglrx(0): 350058c2100000190000000000000000
    [ 19.772] (II) fglrx(0): 00000000000000000000000000fe004c
    [ 19.772] (II) fglrx(0): 4720446973706c61790a2020000000fe
    [ 19.772] (II) fglrx(0): 004c503135365748342d544c433100ff
    [ 19.772] (II) fglrx(0): End of Display0 EDID data --------------------
    [ 19.772] (WW) fglrx(0): Dynamic Surface Resizing cannot be enabled
    [ 19.772] (II) fglrx(0): EDID for output LVDS
    [ 19.772] (II) fglrx(0): Manufacturer: LGD Model: 2f2 Serial#: 0
    [ 19.772] (II) fglrx(0): Year: 2010 Week: 0
    [ 19.772] (II) fglrx(0): EDID Version: 1.3
    [ 19.772] (II) fglrx(0): Digital Display Input
    [ 19.772] (II) fglrx(0): Max Image Size [cm]: horiz.: 34 vert.: 19
    [ 19.772] (II) fglrx(0): Gamma: 2.20
    [ 19.772] (II) fglrx(0): No DPMS capabilities specified
    [ 19.772] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 19.772] (II) fglrx(0): First detailed timing is preferred mode
    [ 19.772] (II) fglrx(0): redX: 0.605 redY: 0.355 greenX: 0.329 greenY: 0.579
    [ 19.772] (II) fglrx(0): blueX: 0.150 blueY: 0.055 whiteX: 0.313 whiteY: 0.329
    [ 19.772] (II) fglrx(0): Manufacturer's mask: 0
    [ 19.772] (II) fglrx(0): Supported detailed timing:
    [ 19.772] (II) fglrx(0): clock: 69.3 MHz Image Size: 344 x 194 mm
    [ 19.772] (II) fglrx(0): h_active: 1366 h_sync: 1402 h_sync_end 1442 h_blank_end 1480 h_border: 0
    [ 19.772] (II) fglrx(0): v_active: 768 v_sync: 771 v_sync_end 776 v_blanking: 780 v_border: 0
    [ 19.772] (II) fglrx(0): LG Display
    [ 19.772] (II) fglrx(0): LP156WH4-TLC1
    [ 19.772] (II) fglrx(0): EDID (in hex):
    [ 19.773] (II) fglrx(0): 00ffffffffffff0030e4f20200000000
    [ 19.773] (II) fglrx(0): 00140103802213780a05859b5b549426
    [ 19.773] (II) fglrx(0): 0e505400000001010101010101010101
    [ 19.773] (II) fglrx(0): 010101010101121b567250000c302428
    [ 19.773] (II) fglrx(0): 350058c2100000190000000000000000
    [ 19.773] (II) fglrx(0): 00000000000000000000000000fe004c
    [ 19.773] (II) fglrx(0): 4720446973706c61790a2020000000fe
    [ 19.773] (II) fglrx(0): 004c503135365748342d544c433100ff
    [ 19.773] (II) fglrx(0): EDID vendor "LGD", prod id 754
    [ 19.773] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 19.773] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1402 1442 1480 768 771 776 780 -hsync -vsync (46.8 kHz eP)
    [ 19.773] (II) fglrx(0): Printing probed modes for output LVDS
    [ 19.773] (II) fglrx(0): Modeline "1366x768"x60.0 69.30 1366 1402 1442 1480 768 771 776 780 -hsync -vsync (46.8 kHz eP)
    [ 19.773] (II) fglrx(0): Modeline "1360x768"x60.0 69.30 1360 1402 1442 1480 768 771 776 780 -hsync -vsync (46.8 kHz e)
    [ 19.773] (II) fglrx(0): Modeline "1280x768"x60.0 69.30 1280 1402 1442 1480 768 771 776 780 -hsync -vsync (46.8 kHz e)
    [ 19.773] (II) fglrx(0): Modeline "1280x720"x60.0 69.30 1280 1402 1442 1480 720 771 776 780 -hsync -vsync (46.8 kHz e)
    [ 19.773] (II) fglrx(0): Modeline "1024x768"x60.0 69.30 1024 1402 1442 1480 768 771 776 780 -hsync -vsync (46.8 kHz e)
    [ 19.773] (II) fglrx(0): Modeline "1024x600"x60.0 69.30 1024 1402 1442 1480 600 771 776 780 -hsync -vsync (46.8 kHz e)
    [ 19.773] (II) fglrx(0): Modeline "800x600"x60.0 69.30 800 1402 1442 1480 600 771 776 780 -hsync -vsync (46.8 kHz e)
    [ 19.773] (II) fglrx(0): Modeline "800x480"x60.0 69.30 800 1402 1442 1480 480 771 776 780 -hsync -vsync (46.8 kHz e)
    [ 19.773] (II) fglrx(0): Modeline "640x480"x60.0 69.30 640 1402 1442 1480 480 771 776 780 -hsync -vsync (46.8 kHz e)
    [ 19.773] (II) fglrx(0): EDID for output DFP1
    [ 19.773] (II) fglrx(0): EDID for output CRT1
    [ 19.773] (II) fglrx(0): Output LVDS connected
    [ 19.773] (II) fglrx(0): Output DFP1 disconnected
    [ 19.773] (II) fglrx(0): Output CRT1 disconnected
    [ 19.773] (II) fglrx(0): Using user preference for initial modes
    [ 19.773] (II) fglrx(0): Output LVDS using initial mode 1366x768
    [ 19.773] (II) fglrx(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 19.773] (II) fglrx(0): Display dimensions: (340, 190) mm
    [ 19.773] (II) fglrx(0): DPI set to (102, 102)
    [ 19.773] (II) fglrx(0): Adapter AMD Radeon(TM) HD 6480G has 2 configurable heads and 1 displays connected.
    [ 19.773] (==) fglrx(0): PseudoColor visuals disabled
    [ 19.773] (II) Loading sub module "ramdac"
    [ 19.773] (II) LoadModule: "ramdac"
    [ 19.773] (II) Module "ramdac" already built-in
    [ 19.773] (==) fglrx(0): NoDRI = NO
    [ 19.773] (==) fglrx(0): Capabilities: 0x00000000
    [ 19.773] (==) fglrx(0): CapabilitiesEx: 0x00000000
    [ 19.773] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
    [ 19.773] (==) fglrx(0): UseFastTLS=0
    [ 19.773] (II) fglrx(0): Shadow Primary option: ShadowPrimary is enabled
    [ 19.773] (II) fglrx(1): === [xdl_xs114_atiddxPreInit] === begin
    [ 19.773] (WW) fglrx(1): Quitting screen 1 -- no monitor specified.
    [ 19.773] (II) fglrx(1): === [xdl_xs114_atiddxPreInit] === end
    [ 19.773] (II) UnloadModule: "fglrx"
    [ 19.773] (II) UnloadSubModule: "fglrxdrm"
    [ 19.773] (--) Depth 24 pixmap format is 32 bpp
    [ 19.773] Loading extension ATIFGLRXDRI
    [ 19.773] (II) fglrx(0): doing swlDriScreenInit
    [ 19.773] (II) fglrx(0): swlDriScreenInit for fglrx driver
    [ 19.774] ukiDynamicMajor: found major device number 250
    [ 19.774] ukiDynamicMajor: found major device number 250
    [ 19.774] ukiDynamicMajor: found major device number 250
    [ 19.774] ukiOpenByBusid: Searching for BusID PCI:0:1:0
    [ 19.774] ukiOpenDevice: node name is /dev/ati/card0
    [ 19.774] ukiOpenDevice: open result is 12, (OK)
    [ 19.774] ukiOpenByBusid: ukiOpenMinor returns 12
    [ 19.774] ukiOpenByBusid: ukiGetBusid reports PCI:0:1:0
    [ 19.774] (II) fglrx(0): [uki] DRM interface version 1.0
    [ 19.774] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:0:1:0"
    [ 19.774] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000
    [ 19.774] (II) fglrx(0): [uki] mapped SAREA 0x2000 to 0x7f428f53d000
    [ 19.774] (II) fglrx(0): [uki] framebuffer handle = 0x3000
    [ 19.774] (II) fglrx(0): [uki] added 1 reserved context for kernel
    [ 19.774] (II) fglrx(0): swlDriScreenInit done
    [ 19.774] (II) fglrx(0): Kernel Module Version Information:
    [ 19.774] (II) fglrx(0): Name: fglrx
    [ 19.774] (II) fglrx(0): Version: 13.20.5
    [ 19.774] (II) fglrx(0): Date: Sep 21 2013
    [ 19.774] (II) fglrx(0): Desc: AMD FireGL DRM kernel module
    [ 19.774] (II) fglrx(0): Kernel Module version matches driver.
    [ 19.774] (II) fglrx(0): Kernel Module Build Time Information:
    [ 19.774] (II) fglrx(0): Build-Kernel UTS_RELEASE: 3.11.4-1-ck
    [ 19.774] (II) fglrx(0): Build-Kernel MODVERSIONS: yes
    [ 19.774] (II) fglrx(0): Build-Kernel __SMP__: yes
    [ 19.774] (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
    [ 19.774] (II) fglrx(0): [uki] register handle = 0x00004000
    [ 19.797] (II) fglrx(0): Display width adjusted to to 1664 due to alignment constraints
    [ 19.797] (II) fglrx(0): DRI initialization successfull
    [ 19.809] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x01110000
    [ 19.817] (==) fglrx(0): Backing store disabled
    [ 19.817] Loading extension FGLRXEXTENSION
    [ 19.817] (==) fglrx(0): DPMS enabled
    [ 19.817] (II) fglrx(0): Initialized in-driver Xinerama extension
    [ 19.818] (**) fglrx(0): Textured Video is enabled.
    [ 19.818] (II) LoadModule: "glesx"
    [ 19.818] (II) Loading /usr/lib/xorg/modules/glesx.so
    [ 19.950] (II) Module glesx: vendor="X.Org Foundation"
    [ 19.950] compiled for 1.4.99.906, module version = 1.0.0
    [ 19.950] Loading extension GLESX
    [ 19.950] (II) fglrx(0): GLESX enableFlags = 592
    [ 19.951] (II) fglrx(0): GLESX is enabled
    [ 19.951] (II) LoadModule: "amdxmm"
    [ 19.951] (II) Loading /usr/lib/xorg/modules/amdxmm.so
    [ 19.965] (II) Module amdxmm: vendor="X.Org Foundation"
    [ 19.965] compiled for 1.4.99.906, module version = 2.0.0
    [ 19.989] Loading extension AMDXVOPL
    [ 19.989] Loading extension AMDXVBA
    [ 20.001] (II) fglrx(0): UVD feature is enabled(II) fglrx(0):
    [ 20.006] (II) fglrx(0): Enable composite support successfully
    [ 20.006] (II) fglrx(0): X context handle = 0x1
    [ 20.006] (II) fglrx(0): [DRI] installation complete
    [ 20.006] (==) fglrx(0): Silken mouse enabled
    [ 20.006] (==) fglrx(0): Using HW cursor of display infrastructure!
    [ 20.007] (II) fglrx(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 20.016] (II) fglrx(0): 'LVDS LCD' ConnectorType, abstracted as 'Panel'
    [ 20.016] (II) fglrx(0): 'eDP LCD' ConnectorType, abstracted as 'Panel'
    [ 21.143] (--) RandR disabled
    [ 21.151] ukiDynamicMajor: found major device number 250
    [ 21.151] ukiDynamicMajor: found major device number 250
    [ 21.151] ukiOpenByBusid: Searching for BusID PCI:0:1:0
    [ 21.151] ukiOpenDevice: node name is /dev/ati/card0
    [ 21.151] ukiOpenDevice: open result is 13, (OK)
    [ 21.151] ukiOpenByBusid: ukiOpenMinor returns 13
    [ 21.151] ukiOpenByBusid: ukiGetBusid reports PCI:0:1:0
    [ 21.151] (EE) AIGLX error: failed to open /usr/X11R6/lib64/modules/dri/fglrx_dri.so, error[/usr/X11R6/lib64/modules/dri/fglrx_dri.so: cannot open shared object file: No such file or directory]
    [ 21.659] ukiDynamicMajor: found major device number 250
    [ 21.659] ukiDynamicMajor: found major device number 250
    [ 21.659] ukiDynamicMajor: found major device number 250
    [ 21.659] ukiOpenDevice: node name is /dev/ati/card0
    [ 21.659] ukiOpenDevice: open result is 14, (OK)
    [ 21.659] ukiGetBusid returned 'PCI:0:1:0'
    [ 21.659] ukiOpenDevice: node name is /dev/ati/card1
    [ 21.659] ukiOpenDevice: open result is -1, (No such device)
    [ 21.659] ukiOpenDevice: open result is -1, (No such device)
    [ 21.659] ukiOpenDevice: Open failed
    [ 21.659] ukiOpenDevice: node name is /dev/ati/card2
    [ 21.659] ukiOpenDevice: open result is -1, (No such device)
    [ 21.659] ukiOpenDevice: open result is -1, (No such device)
    [ 21.659] ukiOpenDevice: Open failed
    [ 21.659] ukiOpenDevice: node name is /dev/ati/card3
    [ 21.659] ukiOpenDevice: open result is -1, (No such device)
    [ 21.659] ukiOpenDevice: open result is -1, (No such device)
    [ 21.659] ukiOpenDevice: Open failed
    [ 21.659] ukiOpenDevice: node name is /dev/ati/card4
    [ 21.659] ukiOpenDevice: open result is -1, (No such device)
    [ 21.660] ukiOpenDevice: open result is -1, (No such device)
    [ 21.660] ukiOpenDevice: Open failed
    [ 21.660] ukiOpenDevice: node name is /dev/ati/card5
    [ 21.660] ukiOpenDevice: open result is -1, (No such device)
    [ 21.660] ukiOpenDevice: open result is -1, (No such device)
    [ 21.660] ukiOpenDevice: Open failed
    [ 21.660] ukiOpenDevice: node name is /dev/ati/card6
    [ 21.660] ukiOpenDevice: open result is -1, (No such device)
    [ 21.660] ukiOpenDevice: open result is -1, (No such device)
    [ 21.660] ukiOpenDevice: Open failed
    [ 21.660] ukiOpenDevice: node name is /dev/ati/card7
    [ 21.660] ukiOpenDevice: open result is -1, (No such device)
    [ 21.660] ukiOpenDevice: open result is -1, (No such device)
    [ 21.660] ukiOpenDevice: Open failed
    [ 21.660] ukiOpenDevice: node name is /dev/ati/card8
    [ 21.660] ukiOpenDevice: open result is -1, (No such device)
    [ 21.660] ukiOpenDevice: open result is -1, (No such device)
    [ 21.660] ukiOpenDevice: Open failed
    [ 21.660] ukiOpenDevice: node name is /dev/ati/card9
    [ 21.660] ukiOpenDevice: open result is -1, (No such device)
    [ 21.660] ukiOpenDevice: open result is -1, (No such device)
    [ 21.660] ukiOpenDevice: Open failed
    [ 21.660] ukiOpenDevice: node name is /dev/ati/card10
    [ 21.660] ukiOpenDevice: open result is -1, (No such device)
    [ 21.660] ukiOpenDevice: open result is -1, (No such device)
    [ 21.660] ukiOpenDevice: Open failed
    [ 21.660] ukiOpenDevice: node name is /dev/ati/card11
    [ 21.660] ukiOpenDevice: open result is -1, (No such device)
    [ 21.660] ukiOpenDevice: open result is -1, (No such device)
    [ 21.661] ukiOpenDevice: Open failed
    [ 21.661] ukiOpenDevice: node name is /dev/ati/card12
    [ 21.661] ukiOpenDevice: open result is -1, (No such device)
    [ 21.661] ukiOpenDevice: open result is -1, (No such device)
    [ 21.661] ukiOpenDevice: Open failed
    [ 21.661] ukiOpenDevice: node name is /dev/ati/card13
    [ 21.661] ukiOpenDevice: open result is -1, (No such device)
    [ 21.661] ukiOpenDevice: open result is -1, (No such device)
    [ 21.661] ukiOpenDevice: Open failed
    [ 21.661] ukiOpenDevice: node name is /dev/ati/card14
    [ 21.661] ukiOpenDevice: open result is -1, (No such device)
    [ 21.661] ukiOpenDevice: open result is -1, (No such device)
    [ 21.661] ukiOpenDevice: Open failed
    [ 21.661] ukiOpenDevice: node name is /dev/ati/card15
    [ 21.661] ukiOpenDevice: open result is -1, (No such device)
    [ 21.661] ukiOpenDevice: open result is -1, (No such device)
    [ 21.661] ukiOpenDevice: Open failed
    [ 21.661] ukiDynamicMajor: found major device number 250
    [ 21.661] ukiOpenByBusid: Searching for BusID PCI:0:1:0
    [ 21.661] ukiOpenDevice: node name is /dev/ati/card0
    [ 21.661] ukiOpenDevice: open result is 14, (OK)
    [ 21.661] ukiOpenByBusid: ukiOpenMinor returns 14
    [ 21.661] ukiOpenByBusid: ukiGetBusid reports PCI:0:1:0
    [ 22.504] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
    [ 22.504] ukiDynamicMajor: found major device number 250
    [ 22.505] ukiDynamicMajor: found major device number 250
    [ 22.505] ukiDynamicMajor: found major device number 250
    [ 22.505] ukiOpenDevice: node name is /dev/ati/card0
    [ 22.505] ukiOpenDevice: open result is 15, (OK)
    [ 22.505] ukiGetBusid returned 'PCI:0:1:0'
    [ 22.505] ukiOpenDevice: node name is /dev/ati/card1
    [ 22.505] ukiOpenDevice: open result is -1, (No such device)
    [ 22.505] ukiOpenDevice: open result is -1, (No such device)
    [ 22.505] ukiOpenDevice: Open failed
    [ 22.505] ukiOpenDevice: node name is /dev/ati/card2
    [ 22.505] ukiOpenDevice: open result is -1, (No such device)
    [ 22.505] ukiOpenDevice: open result is -1, (No such device)
    [ 22.505] ukiOpenDevice: Open failed
    [ 22.505] ukiOpenDevice: node name is /dev/ati/card3
    [ 22.505] ukiOpenDevice: open result is -1, (No such device)
    [ 22.505] ukiOpenDevice: open result is -1, (No such device)
    [ 22.505] ukiOpenDevice: Open failed
    [ 22.505] ukiOpenDevice: node name is /dev/ati/card4
    [ 22.505] ukiOpenDevice: open result is -1, (No such device)
    [ 22.505] ukiOpenDevice: open result is -1, (No such device)
    [ 22.505] ukiOpenDevice: Open failed
    [ 22.505] ukiOpenDevice: node name is /dev/ati/card5
    [ 22.505] ukiOpenDevice: open result is -1, (No such device)
    [ 22.505] ukiOpenDevice: open result is -1, (No such device)
    [ 22.505] ukiOpenDevice: Open failed
    [ 22.505] ukiOpenDevice: node name is /dev/ati/card6
    [ 22.505] ukiOpenDevice: open result is -1, (No such device)
    [ 22.505] ukiOpenDevice: open result is -1, (No such device)
    [ 22.505] ukiOpenDevice: Open failed
    [ 22.505] ukiOpenDevice: node name is /dev/ati/card7
    [ 22.505] ukiOpenDevice: open result is -1, (No such device)
    [ 22.505] ukiOpenDevice: open result is -1, (No such device)
    [ 22.505] ukiOpenDevice: Open failed
    [ 22.505] ukiOpenDevice: node name is /dev/ati/card8
    [ 22.505] ukiOpenDevice: open result is -1, (No such device)
    [ 22.505] ukiOpenDevice: open result is -1, (No such device)
    [ 22.505] ukiOpenDevice: Open failed
    [ 22.505] ukiOpenDevice: node name is /dev/ati/card9
    [ 22.505] ukiOpenDevice: open result is -1, (No such device)
    [ 22.505] ukiOpenDevice: open result is -1, (No such device)
    [ 22.505] ukiOpenDevice: Open failed
    [ 22.505] ukiOpenDevice: node name is /dev/ati/card10
    [ 22.505] ukiOpenDevice: open result is -1, (No such device)
    [ 22.505] ukiOpenDevice: open result is -1, (No such device)
    [ 22.505] ukiOpenDevice: Open failed
    [ 22.505] ukiOpenDevice: node name is /dev/ati/card11
    [ 22.505] ukiOpenDevice: open result is -1, (No such device)
    [ 22.505] ukiOpenDevice: open result is -1, (No such device)
    [ 22.505] ukiOpenDevice: Open failed
    [ 22.505] ukiOpenDevice: node name is /dev/ati/card12
    [ 22.505] ukiOpenDevice: open result is -1, (No such device)
    [ 22.505] ukiOpenDevice: open result is -1, (No such device)
    [ 22.505] ukiOpenDevice: Open failed
    [ 22.505] ukiOpenDevice: node name is /dev/ati/card13
    [ 22.505] ukiOpenDevice: open result is -1, (No such device)
    [ 22.505] ukiOpenDevice: open result is -1, (No such device)
    [ 22.505] ukiOpenDevice: Open failed
    [ 22.505] ukiOpenDevice: node name is /dev/ati/card14
    [ 22.505] ukiOpenDevice: open result is -1, (No such device)
    [ 22.505] ukiOpenDevice: open result is -1, (No such device)
    [ 22.505] ukiOpenDevice: Open failed
    [ 22.505] ukiOpenDevice: node name is /dev/ati/card15
    [ 22.505] ukiOpenDevice: open result is -1, (No such device)
    [ 22.505] ukiOpenDevice: open result is -1, (No such device)
    [ 22.505] ukiOpenDevice: Open failed
    [ 22.505] ukiDynamicMajor: found major device number 250
    [ 22.505] ukiOpenByBusid: Searching for BusID PCI:0:1:0
    [ 22.505] ukiOpenDevice: node name is /dev/ati/card0
    [ 22.505] ukiOpenDevice: open result is 15, (OK)
    [ 22.505] ukiOpenByBusid: ukiOpenMinor returns 15
    [ 22.505] ukiOpenByBusid: ukiGetBusid reports PCI:0:1:0
    [ 22.607] (II) fglrx(0): Setting screen physical size to 361 x 203
    [ 23.018] (II) config/udev: Adding input device Power Button (/dev/input/event5)
    [ 23.018] (**) Power Button: Applying InputClass "system-keyboard"
    [ 23.018] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 23.018] (II) LoadModule: "evdev"
    [ 23.018] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 23.049] (II) Module evdev: vendor="X.Org Foundation"
    [ 23.049] compiled for 1.14.3, module version = 2.8.2
    [ 23.049] Module class: X.Org XInput Driver
    [ 23.049] ABI class: X.Org XInput driver, version 19.1
    [ 23.049] (II) Using input driver 'evdev' for 'Power Button'
    [ 23.049] (**) Power Button: always reports core events
    [ 23.049] (**) evdev: Power Button: Device: "/dev/input/event5"
    [ 23.049] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 23.049] (--) evdev: Power Button: Found keys
    [ 23.049] (II) evdev: Power Button: Configuring as keyboard
    [ 23.049] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event5"
    [ 23.049] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 23.049] (**) Option "xkb_rules" "evdev"
    [ 23.049] (**) Option "xkb_model" "pc104"
    [ 23.049] (**) Option "xkb_layout" "uk(qwerty)"
    [ 23.077] (EE) Error loading keymap /var/lib/xkb/server-0.xkm
    [ 23.077] (EE) XKB: Failed to load keymap. Loading default keymap instead.
    [ 23.117] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
    [ 23.117] (**) Video Bus: Applying InputClass "system-keyboard"
    [ 23.117] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 23.117] (II) Using input driver 'evdev' for 'Video Bus'
    [ 23.117] (**) Video Bus: always reports core events
    [ 23.117] (**) evdev: Video Bus: Device: "/dev/input/event6"
    [ 23.117] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 23.117] (--) evdev: Video Bus: Found keys
    [ 23.117] (II) evdev: Video Bus: Configuring as keyboard
    [ 23.117] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input6/event6"
    [ 23.117] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 23.117] (**) Option "xkb_rules" "evdev"
    [ 23.117] (**) Option "xkb_model" "pc104"
    [ 23.118] (**) Option "xkb_layout" "uk(qwerty)"
    [ 23.118] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 23.118] (**) Power Button: Applying InputClass "system-keyboard"
    [ 23.118] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 23.118] (II) Using input driver 'evdev' for 'Power Button'
    [ 23.118] (**) Power Button: always reports core events
    [ 23.118] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 23.118] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 23.118] (--) evdev: Power Button: Found keys
    [ 23.118] (II) evdev: Power Button: Configuring as keyboard
    [ 23.118] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3"
    [ 23.118] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 23.118] (**) Option "xkb_rules" "evdev"
    [ 23.118] (**) Option "xkb_model" "pc104"
    [ 23.118] (**) Option "xkb_layout" "uk(qwerty)"
    [ 23.119] (II) config/udev: Adding input device Lid Switch (/dev/input/event4)
    [ 23.119] (II) No input driver specified, ignoring this device.
    [ 23.119] (II) This device may have been added with another device file.
    [ 23.119] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event7)
    [ 23.119] (II) No input driver specified, ignoring this device.
    [ 23.119] (II) This device may have been added with another device file.
    [ 23.119] (II) config/udev: Adding input device HID 04d9:2517 (/dev/input/event2)
    [ 23.119] (**) HID 04d9:2517: Applying InputClass "system-keyboard"
    [ 23.119] (**) HID 04d9:2517: Applying InputClass "evdev keyboard catchall"
    [ 23.119] (II) Using input driver 'evdev' for 'HID 04d9:2517'
    [ 23.119] (**) HID 04d9:2517: always reports core events
    [ 23.119] (**) evdev: HID 04d9:2517: Device: "/dev/input/event2"
    [ 23.119] (--) evdev: HID 04d9:2517: Vendor 0x4d9 Product 0x2517
    [ 23.119] (--) evdev: HID 04d9:2517: Found keys
    [ 23.119] (II) evdev: HID 04d9:2517: Configuring as keyboard
    [ 23.119] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb4/4-1/4-1:1.0/input/input2/event2"
    [ 23.119] (II) XINPUT: Adding extended input device "HID 04d9:2517" (type: KEYBOARD, id 9)
    [ 23.119] (**) Option "xkb_rules" "evdev"
    [ 23.119] (**) Option "xkb_model" "pc104"
    [ 23.119] (**) Option "xkb_layout" "uk(qwerty)"
    [ 23.120] (II) config/udev: Adding input device HID 04d9:2517 (/dev/input/event1)
    [ 23.120] (**) HID 04d9:2517: Applying InputClass "system-keyboard"
    [ 23.120] (**) HID 04d9:2517: Applying InputClass "evdev pointer catchall"
    [ 23.120] (**) HID 04d9:2517: Applying InputClass "evdev keyboard catchall"
    [ 23.120] (II) Using input driver 'evdev' for 'HID 04d9:2517'
    [ 23.120] (**) HID 04d9:2517: always reports core events
    [ 23.120] (**) evdev: HID 04d9:2517: Device: "/dev/input/event1"
    [ 23.120] (--) evdev: HID 04d9:2517: Vendor 0x4d9 Product 0x2517
    [ 23.120] (--) evdev: HID 04d9:2517: Found 9 mouse buttons
    [ 23.120] (--) evdev: HID 04d9:2517: Found scroll wheel(s)
    [ 23.120] (--) evdev: HID 04d9:2517: Found relative axes
    [ 23.120] (--) evdev: HID 04d9:2517: Found x and y relative axes
    [ 23.120] (--) evdev: HID 04d9:2517: Found absolute axes
    [ 23.120] (II) evdev: HID 04d9:2517: Forcing absolute x/y axes to exist.
    [ 23.120] (--) evdev: HID 04d9:2517: Found keys
    [ 23.120] (II) evdev: HID 04d9:2517: Configuring as mouse
    [ 23.120] (II) evdev: HID 04d9:2517: Configuring as keyboard
    [ 23.120] (II) evdev: HID 04d9:2517: Adding scrollwheel support
    [ 23.120] (**) evdev: HID 04d9:2517: YAxisMapping: buttons 4 and 5
    [ 23.120] (**) evdev: HID 04d9:2517: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 23.120] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb4/4-1/4-1:1.1/input/input1/event1"
    [ 23.120] (II) XINPUT: Adding extended input device "HID 04d9:2517" (type: KEYBOARD, id 10)
    [ 23.120] (**) Option "xkb_rules" "evdev"
    [ 23.120] (**) Option "xkb_model" "pc104"
    [ 23.120] (**) Option "xkb_layout" "uk(qwerty)"
    [ 23.120] (II) evdev: HID 04d9:2517: initialized for relative axes.
    [ 23.120] (WW) evdev: HID 04d9:2517: ignoring absolute axes.
    [ 23.120] (**) HID 04d9:2517: (accel) keeping acceleration scheme 1
    [ 23.120] (**) HID 04d9:2517: (accel) acceleration profile 0
    [ 23.121] (**) HID 04d9:2517: (accel) acceleration factor: 2.000
    [ 23.121] (**) HID 04d9:2517: (accel) acceleration threshold: 4
    [ 23.121] (II) config/udev: Adding input device HID 04d9:2517 (/dev/input/mouse0)
    [ 23.121] (**) HID 04d9:2517: Applying InputClass "system-keyboard"
    [ 23.121] (II) No input driver specified, ignoring this device.
    [ 23.121] (II) This device may have been added with another device file.
    [ 23.121] (II) config/udev: Adding input device HP Webcam-101 (/dev/input/event14)
    [ 23.121] (**) HP Webcam-101: Applying InputClass "system-keyboard"
    [ 23.121] (**) HP Webcam-101: Applying InputClass "evdev keyboard catchall"
    [ 23.121] (II) Using input driver 'evdev' for 'HP Webcam-101'
    [ 23.121] (**) HP Webcam-101: always reports core events
    [ 23.121] (**) evdev: HP Webcam-101: Device: "/dev/input/event14"
    [ 23.121] (--) evdev: HP Webcam-101: Vendor 0x5c8 Product 0x21e
    [ 23.121] (--) evdev: HP Webcam-101: Found keys
    [ 23.121] (II) evdev: HP Webcam-101: Configuring as keyboard
    [ 23.121] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.2/usb1/1-3/1-3:1.0/input/input14/event14"
    [ 23.121] (II) XINPUT: Adding extended input device "HP Webcam-101" (type: KEYBOARD, id 11)
    [ 23.121] (**) Option "xkb_rules" "evdev"
    [ 23.121] (**) Option "xkb_model" "pc104"
    [ 23.121] (**) Option "xkb_layout" "uk(qwerty)"
    [ 23.122] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
    [ 23.122] (II) No input driver specified, ignoring this device.
    [ 23.122] (II) This device may have been added with another device file.
    [ 23.122] (II) config/udev: Adding input device HD-Audio Generic Mic (/dev/input/event10)
    [ 23.122] (II) No input driver specified, ignoring this device.
    [ 23.122] (II) This device may have been added with another device file.
    [ 23.122] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event9)
    [ 23.122] (II) No input driver specified, ignoring this device.
    [ 23.122] (II) This device may have been added with another device file.
    [ 23.122] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 23.122] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
    [ 23.122] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 23.122] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 23.122] (**) AT Translated Set 2 keyboard: always reports core events
    [ 23.122] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 23.122] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 23.122] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 23.122] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 23.122] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 23.122] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
    [ 23.122] (**) Option "xkb_rules" "evdev"
    [ 23.122] (**) Option "xkb_model" "pc104"
    [ 23.122] (**) Option "xkb_layout" "uk(qwerty)"
    [ 23.123] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event12)
    [ 23.123] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 23.123] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 23.123] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 23.123] (II) LoadModule: "synaptics"
    [ 23.123] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 23.143] (II) Module synaptics: vendor="X.Org Foundation"
    [ 23.143] compiled for 1.14.1, module version = 1.7.1
    [ 23.143] Module class: X.Org XInput Driver
    [ 23.143] ABI class: X.Org XInput driver, version 19.1
    [ 23.143] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 23.143] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 23.143] (**) Option "Device" "/dev/input/event12"
    [ 23.178] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
    [ 23.178] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5634 (res 51)
    [ 23.178] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4598 (res 76)
    [ 23.178] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 23.178] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 23.178] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
    [ 23.178] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 23.178] (**) Option "TapButton1" "1"
    [ 23.178] (**) Option "TapButton2" "2"
    [ 23.178] (**) Option "TapButton3" "3"
    [ 23.178] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 23.178] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 23.194] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input12/event12"
    [ 23.194] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
    [ 23.194] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 23.194] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    [ 23.194] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.038
    [ 23.194] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 23.194] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 23.194] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 23.194] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 23.194] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 23.195] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
    [ 23.195] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 23.195] (II) config/udev: Adding input device PC Speaker (/dev/input/event11)
    [ 23.195] (II) No input driver specified, ignoring this device.
    [ 23.195] (II) This device may have been added with another device file.
    [ 23.196] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event13)
    [ 23.197] (**) HP WMI hotkeys: Applying InputClass "system-keyboard"
    [ 23.197] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 23.197] (II) Using input driver 'evdev' for 'HP WMI hotkeys'
    [ 23.197] (**) HP WMI hotkeys: always reports core events
    [ 23.197] (**) evdev: HP WMI hotkeys: Device: "/dev/input/event13"
    [ 23.197] (--) evdev: HP WMI hotkeys: Vendor 0 Product 0
    [ 23.197] (--) evdev: HP WMI hotkeys: Found keys
    [ 23.197] (II) evdev: HP WMI hotkeys: Configuring as keyboard
    [ 23.197] (**) Option "config_info" "udev:/sys/devices/virtual/input/input13/event13"
    [ 23.197] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 14)
    [ 23.197] (**) Option "xkb_rules" "evdev"
    [ 23.197] (**) Option "xkb_model" "pc104"
    [ 23.197] (**) Option "xkb_layout" "uk(qwerty)"
    [ 23.205] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
    [ 23.206] (II) fglrx(0): Framebuffer compression enabled from crtc[0]: mcAddr=0xf0f53c000 with=0x800 height=0x258
    [ 44.564] (II) fglrx(0): EDID vendor "LGD", prod id 754
    [ 44.564] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 44.564] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1402 1442 1480 768 771 776 780 -hsync -vsync (46.8 kHz eP)
    [ 52.467] (II) fglrx(0): EDID vendor "LGD", prod id 754
    [ 52.467] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 52.467] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1402 1442 1480 768 771 776 780 -hsync -vsync (46.8 kHz eP)
    [ 53.619] (II) fglrx(0): EDID vendor "LGD", prod id 754
    [ 53.619] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 53.619] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1402 1442 1480 768 771 776 780 -hsync -vsync (46.8 kHz eP)
    [ 66.105] (II) fglrx(0): EDID vendor "LGD", prod id 754
    [ 66.105] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 66.105] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1402 1442 1480 768 771 776 780 -hsync -vsync (46.8 kHz eP)
    [ 74.151] (II) fglrx(0): EDID vendor "LGD", prod id 754
    [ 74.151] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 74.151] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1402 1442 1480 768 771 776 780 -hsync -vsync (46.8 kHz eP)
    [ 76.470] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 76.471] (II) fglrx(0): Backup framebuffer data.
    [ 76.494] (II) fglrx(0): Backup complete.
    [ 76.494] (II) fglrx(0): Framebuffer compression disabled from crtc[0]
    [ 204.033] (II) evdev: HP WMI hotkeys: Close
    [ 204.033] (II) UnloadModule: "evdev"
    [ 204.033] (II) UnloadModule: "synaptics"
    [ 204.033] (II) evdev: AT Translated Set 2 keyboard: Close
    [ 204.033] (II) UnloadModule: "evdev"
    [ 204.033] (II) evdev: HP Webcam-101: Close
    [ 204.033] (II) UnloadModule: "evdev"
    [ 204.033] (II) evdev: HID 04d9:2517: Close
    [ 204.033] (II) UnloadModule: "evdev"
    [ 204.033] (II) evdev: HID 04d9:2517: Close
    [ 204.033] (II) UnloadModule: "evdev"
    [ 204.034] (II) evdev: Power Button: Close
    [ 204.034] (II) UnloadModule: "evdev"
    [ 204.034] (II) evdev: Video Bus: Close
    [ 204.034] (II) UnloadModule: "evdev"
    [ 204.034] (II) evdev: Power Button: Close
    [ 204.034] (II) UnloadModule: "evdev"
    [ 204.037] (II) fglrx(0): Shutdown CMMQS
    [ 204.040] (II) fglrx(0): [uki] removed 1 reserved context for kernel
    [ 204.040] (II) fglrx(0): [uki] unmapping 8192 bytes of SAREA 0x2000 at 0x7f428f53d000
    [ 204.040] (EE)
    [ 204.040] (EE) Backtrace:
    [ 204.943] (EE) 0: /usr/bin/Xorg (xorg_backtrace+0x3d) [0x57f67d]
    [ 204.943] (EE) 1: /usr/bin/Xorg (0x400000+0x1833e9) [0x5833e9]
    [ 204.943] (EE) 2: /usr/lib/libpthread.so.0 (0x7f428e886000+0xf870) [0x7f428e895870]
    [ 204.943] (EE) 3: /usr/lib/libpciaccess.so.0 (0x7f428eaa4000+0x504e) [0x7f428eaa904e]
    [ 204.943] (EE) 4: /usr/lib/xorg/modules/drivers/fglrx_drv.so (amd_xs113_int10_x_inb+0x46) [0x7f428c0ebda6]
    [ 204.943] (EE) 5: /usr/lib/xorg/modules/drivers/fglrx_drv.so (0x7f428b845000+0x89fa85) [0x7f428c0e4a85]
    [ 204.944] (EE) 6: /usr/lib/xorg/modules/drivers/fglrx_drv.so (X86EMU_exec+0xa5) [0x7f428c0d81d5]
    [ 204.945] (EE) 7: /usr/lib/xorg/modules/drivers/fglrx_drv.so (amd_xs113_int10_xf86ExecX86int10+0x46) [0x7f428c0ecf06]
    [ 204.945] (EE) 8: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xf86ExecX86int10+0xd) [0x7f428bbce5dd]
    [ 204.945] (EE) 9: /usr/lib/xorg/modules/libvbe.so (VBESetVBEMode+0x9d) [0x7f428b1eb65d]
    [ 204.946] (EE) 10: /usr/lib/xorg/modules/drivers/fglrx_drv.so (0x7f428b845000+0x3bcce3) [0x7f428bc01ce3]
    [ 204.946] (EE) 11: /usr/lib/xorg/modules/drivers/fglrx_drv.so (atiddxVBESetConsoleMode+0x44) [0x7f428bc01b34]
    [ 204.947] (EE) 12: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xdl_xs114_atiddxFreeScreen+0x730) [0x7f428bd60f00]
    [ 204.947] (EE) 13: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xdl_xs114_atiddxCloseScreen+0x321) [0x7f428bd60531]
    [ 204.948] (EE) 14: /usr/lib/xorg/modules/drivers/fglrx_drv.so (0x7f428b845000+0x9074c6) [0x7f428c14c4c6]
    [ 204.948] (EE) 15: /usr/bin/Xorg (0x400000+0xc4efe) [0x4c4efe]
    [ 204.948] (EE) 16: /usr/bin/Xorg (0x400000+0x107de6) [0x507de6]
    [ 204.948] (EE) 17: /usr/bin/Xorg (0x400000+0x26a47) [0x426a47]
    [ 204.948] (EE) 18: /usr/lib/libc.so.6 (__libc_start_main+0xf5) [0x7f428d909bc5]
    [ 204.948] (EE) 19: /usr/bin/Xorg (0x400000+0x26c81) [0x426c81]
    [ 204.948] (EE)
    [ 204.948] (EE) Segmentation fault at address 0x0
    [ 204.949] (EE)
    Fatal server error:
    [ 204.949] (EE) Caught signal 11 (Segmentation fault). Server aborting
    [ 204.949] (EE)
    [ 204.949] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 204.949] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 204.949] (EE)
    [ 204.950] (EE) Server terminated with error (1). Closing log file.
    In case you want this information, I am rocking an AMD Radeon 6480G with the catalyst-hook package at version 13.10 from Vi0L0's repository and the linux-ck-k10 package (not the core kernel) from graysky's repository.
    EDIT: I might create a bug about this on the ArchLinux Tracker.
    EDIT2: It seems I am not the only person having this issue. Please see https://github.com/linuxmint/Cinnamon/issues/2436
    Last edited by clfarron4 (2013-10-19 14:18:22)

    Wow, your logs are nealy identical to mine.  I am runnig catalyst-hook on a 6850.  This is with the default 3.11.1-1-ARCH kernel. 
    -- Reboot --
    Oct 12 13:48:34 WhosYourDaddy systemd[386]: Failed to open private bus connection: Failed to connect to socket /run/user/1000/dbus/user_bus_socket: No such file or directory
    Oct 12 13:48:34 WhosYourDaddy systemd[386]: Mounted /sys/kernel/config.
    Oct 12 13:48:34 WhosYourDaddy systemd[386]: Stopped target Sound Card.
    Oct 12 13:48:34 WhosYourDaddy systemd[386]: Starting Default.
    Oct 12 13:48:34 WhosYourDaddy systemd[386]: Reached target Default.
    Oct 12 13:48:34 WhosYourDaddy systemd[386]: Startup finished in 3ms.
    Oct 12 13:49:05 WhosYourDaddy pulseaudio[483]: [pulseaudio] source.c: Default and alternate sample rates are the same.
    Oct 12 13:49:05 WhosYourDaddy pulseaudio[483]: [pulseaudio] bluetooth-util.c: org.bluez.Manager.GetProperties() failed: org.freedesktop.systemd1.LoadFailed: Unit dbus-org.bluez.service failed to load: No such file or directory.
    Oct 12 13:49:26 WhosYourDaddy pulseaudio[594]: [pulseaudio] pid.c: Stale PID file, overwriting.
    Oct 12 13:49:26 WhosYourDaddy pulseaudio[594]: [pulseaudio] source.c: Default and alternate sample rates are the same.
    Oct 12 13:49:27 WhosYourDaddy pulseaudio[594]: [pulseaudio] bluetooth-util.c: org.bluez.Manager.GetProperties() failed: org.freedesktop.systemd1.LoadFailed: Unit dbus-org.bluez.service failed to load: No such file or directory.
    Oct 12 13:49:27 WhosYourDaddy pulseaudio[642]: [pulseaudio] pid.c: Daemon already running.
    Oct 12 13:49:28 WhosYourDaddy cinnamon-session[583]: WARNING: Application 'cinnamon.desktop' killed by signal 15
    Oct 12 13:49:29 WhosYourDaddy cinnamon-session[583]: WARNING: App 'cinnamon.desktop' respawning too quickly
    Oct 12 13:49:29 WhosYourDaddy cinnamon-session[583]: CRITICAL: We failed, but the fail whale is dead. Sorry....
    Oct 12 13:49:38 WhosYourDaddy cinnamon-session[583]: WARNING: App 'cinnamon.desktop' respawning too quickly
    Oct 12 13:51:46 WhosYourDaddy systemd[386]: Time has been changed
    Oct 12 13:53:16 WhosYourDaddy pulseaudio[995]: [pulseaudio] pid.c: Stale PID file, overwriting.
    Oct 12 13:53:16 WhosYourDaddy pulseaudio[995]: [pulseaudio] source.c: Default and alternate sample rates are the same.
    Oct 12 13:53:16 WhosYourDaddy pulseaudio[995]: [pulseaudio] bluetooth-util.c: org.bluez.Manager.GetProperties() failed: org.freedesktop.systemd1.LoadFailed: Unit dbus-org.bluez.service failed to load: No such file or directory.
    Oct 12 13:53:16 WhosYourDaddy pulseaudio[1037]: [pulseaudio] pid.c: Daemon already running.
    Oct 12 13:53:17 WhosYourDaddy cinnamon-session[984]: WARNING: Application 'cinnamon.desktop' killed by signal 15
    Oct 12 13:53:18 WhosYourDaddy cinnamon-session[984]: WARNING: App 'cinnamon.desktop' respawning too quickly
    Oct 12 13:53:18 WhosYourDaddy cinnamon-session[984]: CRITICAL: We failed, but the fail whale is dead. Sorry....
    Oct 12 13:55:30 WhosYourDaddy pulseaudio[1273]: [pulseaudio] pid.c: Stale PID file, overwriting.
    Oct 12 13:55:30 WhosYourDaddy pulseaudio[1273]: [pulseaudio] source.c: Default and alternate sample rates are the same.
    Oct 12 13:55:30 WhosYourDaddy pulseaudio[1273]: [pulseaudio] bluetooth-util.c: org.bluez.Manager.GetProperties() failed: org.freedesktop.systemd1.LoadFailed: Unit dbus-org.bluez.service failed to load: No such file or directory.
    Oct 12 13:55:31 WhosYourDaddy pulseaudio[1315]: [pulseaudio] pid.c: Daemon already running.
    Oct 12 13:55:31 WhosYourDaddy cinnamon-session[1262]: WARNING: Application 'cinnamon.desktop' killed by signal 15
    Oct 12 13:55:32 WhosYourDaddy cinnamon-session[1262]: WARNING: App 'cinnamon.desktop' respawning too quickly
    Oct 12 13:55:32 WhosYourDaddy cinnamon-session[1262]: CRITICAL: We failed, but the fail whale is dead. Sorry....
    Also here is Xorg
    [ 427.361]
    X.Org X Server 1.14.3
    Release Date: 2013-09-12
    [ 427.362] X Protocol Version 11, Revision 0
    [ 427.363] Build Operating System: Linux 3.11.1-1-ARCH x86_64
    [ 427.363] Current Operating System: Linux WhosYourDaddy 3.11.4-1-ARCH #1 SMP PREEMPT Sat Oct 5 21:22:51 CEST 2013 x86_64
    [ 427.363] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=82470171-e203-4aae-9554-cbb120ac852f rw quiet
    [ 427.364] Build Date: 08 October 2013 08:48:10PM
    [ 427.365]
    [ 427.365] Current version of pixman: 0.30.2
    [ 427.366] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 427.366] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 427.368] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Oct 12 13:55:30 2013
    [ 427.369] (==) Using config file: "/etc/X11/xorg.conf"
    [ 427.370] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 427.370] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 427.371] (==) ServerLayout "aticonfig Layout"
    [ 427.371] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
    [ 427.371] (**) | |-->Monitor "aticonfig-Monitor[0]-0"
    [ 427.371] (**) | |-->Device "aticonfig-Device[0]-0"
    [ 427.371] (==) Automatically adding devices
    [ 427.371] (==) Automatically enabling devices
    [ 427.371] (==) Automatically adding GPU devices
    [ 427.371] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 427.371] Entry deleted from font path.
    [ 427.371] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 427.371] Entry deleted from font path.
    [ 427.371] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 427.371] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 427.371] Entry deleted from font path.
    [ 427.371] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 427.371] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 427.371] (**) ModulePath set to "/usr/lib/xorg/modules/updates,/usr/lib/xorg/modules"
    [ 427.371] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 427.371] (II) Loader magic: 0x7fdc20
    [ 427.371] (II) Module ABI versions:
    [ 427.371] X.Org ANSI C Emulation: 0.4
    [ 427.371] X.Org Video Driver: 14.1
    [ 427.371] X.Org XInput driver : 19.1
    [ 427.371] X.Org Server Extension : 7.0
    [ 427.371] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 427.372] (--) PCI: (0:0:2:0) 8086:0412:1458:d000 rev 6, Mem @ 0xd0400000/4194304, 0xb0000000/268435456, I/O @ 0x0000f000/64
    [ 427.372] (--) PCI:*(0:1:0:0) 1002:6719:174b:186b rev 0, Mem @ 0xc0000000/268435456, 0xd0020000/131072, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
    [ 427.372] Initializing built-in extension Generic Event Extension
    [ 427.373] Initializing built-in extension SHAPE
    [ 427.373] Initializing built-in extension MIT-SHM
    [ 427.374] Initializing built-in extension XInputExtension
    [ 427.374] Initializing built-in extension XTEST
    [ 427.375] Initializing built-in extension BIG-REQUESTS
    [ 427.375] Initializing built-in extension SYNC
    [ 427.376] Initializing built-in extension XKEYBOARD
    [ 427.376] Initializing built-in extension XC-MISC
    [ 427.377] Initializing built-in extension SECURITY
    [ 427.377] Initializing built-in extension XINERAMA
    [ 427.378] Initializing built-in extension XFIXES
    [ 427.378] Initializing built-in extension RENDER
    [ 427.379] Initializing built-in extension RANDR
    [ 427.379] Initializing built-in extension COMPOSITE
    [ 427.380] Initializing built-in extension DAMAGE
    [ 427.380] Initializing built-in extension MIT-SCREEN-SAVER
    [ 427.381] Initializing built-in extension DOUBLE-BUFFER
    [ 427.381] Initializing built-in extension RECORD
    [ 427.381] Initializing built-in extension DPMS
    [ 427.382] Initializing built-in extension X-Resource
    [ 427.382] Initializing built-in extension XVideo
    [ 427.382] Initializing built-in extension XVideo-MotionCompensation
    [ 427.383] Initializing built-in extension XFree86-VidModeExtension
    [ 427.383] Initializing built-in extension XFree86-DGA
    [ 427.384] Initializing built-in extension XFree86-DRI
    [ 427.384] Initializing built-in extension DRI2
    [ 427.384] (II) "glx" will be loaded by default.
    [ 427.384] (II) LoadModule: "glx"
    [ 427.384] (II) Loading /usr/lib/xorg/modules/updates/extensions/libglx.so
    [ 427.384] (II) Module glx: vendor="Advanced Micro Devices, Inc."
    [ 427.384] compiled for 6.9.0, module version = 1.0.0
    [ 427.384] Loading extension GLX
    [ 427.384] (II) LoadModule: "fglrx"
    [ 427.384] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 427.392] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
    [ 427.392] compiled for 1.4.99.906, module version = 13.20.5
    [ 427.392] Module class: X.Org Video Driver
    [ 427.392] (II) Loading sub module "fglrxdrm"
    [ 427.392] (II) LoadModule: "fglrxdrm"
    [ 427.392] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 427.392] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [ 427.392] compiled for 1.4.99.906, module version = 13.20.5
    [ 427.392] (II) AMD Proprietary Linux Driver Version Identifier:13.20.5
    [ 427.392] (II) AMD Proprietary Linux Driver Release Identifier: UNSUPPORTED-13.20.11
    [ 427.392] (II) AMD Proprietary Linux Driver Build Date: Sep 21 2013 02:26:09
    [ 427.392] (++) using VT number 1
    [ 427.392] (WW) Falling back to old probe method for fglrx
    [ 427.396] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
    [ 427.396] ukiDynamicMajor: found major device number 251
    [ 427.396] ukiDynamicMajor: found major device number 251
    [ 427.396] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 427.396] ukiOpenDevice: node name is /dev/ati/card0
    [ 427.396] ukiOpenDevice: open result is 9, (OK)
    [ 427.396] ukiOpenByBusid: ukiOpenMinor returns 9
    [ 427.396] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 427.397] (--) Chipset Supported AMD Graphics Processor (0x6719) found
    [ 427.398] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
    [ 427.398] (II) fglrx(0): pEnt->device->identifier=0x1ad34e0
    [ 427.398] (II) fglrx(0): === [xdl_xs114_atiddxPreInit] === begin
    [ 427.398] (II) Loading sub module "vgahw"
    [ 427.398] (II) LoadModule: "vgahw"
    [ 427.398] (II) Loading /usr/lib/xorg/modules/libvgahw.so
    [ 427.398] (II) Module vgahw: vendor="X.Org Foundation"
    [ 427.398] compiled for 1.14.3, module version = 0.1.0
    [ 427.398] ABI class: X.Org Video Driver, version 14.1
    [ 427.398] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    [ 427.398] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 427.398] (==) fglrx(0): Default visual is TrueColor
    [ 427.398] (**) fglrx(0): Option "DPMS" "true"
    [ 427.398] (==) fglrx(0): RGB weight 888
    [ 427.398] (II) fglrx(0): Using 8 bits per RGB
    [ 427.398] (==) fglrx(0): Buffer Tiling is ON
    [ 427.398] (II) Loading sub module "fglrxdrm"
    [ 427.398] (II) LoadModule: "fglrxdrm"
    [ 427.399] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 427.399] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [ 427.399] compiled for 1.4.99.906, module version = 13.20.5
    [ 427.399] ukiDynamicMajor: found major device number 251
    [ 427.399] ukiDynamicMajor: found major device number 251
    [ 427.399] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 427.399] ukiOpenDevice: node name is /dev/ati/card0
    [ 427.399] ukiOpenDevice: open result is 11, (OK)
    [ 427.399] ukiOpenByBusid: ukiOpenMinor returns 11
    [ 427.399] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 427.399] (**) fglrx(0): NoAccel = NO
    [ 427.399] (**) fglrx(0): AMD 2D Acceleration Architecture enabled
    [ 427.399] (--) fglrx(0): Chipset: "AMD Radeon HD 6900 Series " (Chipset = 0x6719)
    [ 427.399] (--) fglrx(0): (PciSubVendor = 0x174b, PciSubDevice = 0x186b)
    [ 427.399] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original AMD
    [ 427.399] (--) fglrx(0): Linear framebuffer (phys) at 0xc0000000
    [ 427.399] (--) fglrx(0): MMIO registers at 0xd0020000
    [ 427.399] (--) fglrx(0): I/O port at 0x0000e000
    [ 427.399] (==) fglrx(0): ROM-BIOS at 0x000c0000
    [ 427.399] (II) fglrx(0): AC Adapter is used
    [ 427.399] (II) fglrx(0): AMD Video BIOS revision 9 or later detected
    [ 427.399] (--) fglrx(0): Video RAM: 2097152 kByte, Type: GDDR5
    [ 427.399] (II) fglrx(0): PCIE card detected
    [ 427.399] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
    [ 427.399] (WW) fglrx(0): board is an unknown third party board, chipset is supported
    [ 427.399] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf800000000, MCFBSize = 0x80000000)
    [ 427.399] (II) fglrx(0): RandR 1.2 support is enabled!
    [ 427.399] (II) fglrx(0): RandR 1.2 rotation support is enabled!
    [ 427.400] (==) fglrx(0): Center Mode is disabled
    [ 427.400] (II) Loading sub module "fb"
    [ 427.400] (II) LoadModule: "fb"
    [ 427.400] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 427.400] (II) Module fb: vendor="X.Org Foundation"
    [ 427.400] compiled for 1.14.3, module version = 1.0.0
    [ 427.400] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 427.400] (II) Loading sub module "ddc"
    [ 427.400] (II) LoadModule: "ddc"
    [ 427.400] (II) Module "ddc" already built-in
    [ 427.475] (II) fglrx(0): Output DFP1 using monitor section aticonfig-Monitor[0]-0
    [ 427.475] (II) fglrx(0): Output DFP2 has no monitor section
    [ 427.475] (II) fglrx(0): Output DFP3 has no monitor section
    [ 427.475] (II) fglrx(0): Output DFP4 has no monitor section
    [ 427.475] (II) fglrx(0): Output DFP5 has no monitor section
    [ 427.475] (II) fglrx(0): Output DFP6 has no monitor section
    [ 427.475] (II) fglrx(0): Output DFP7 has no monitor section
    [ 427.475] (II) fglrx(0): Output CRT1 has no monitor section
    [ 427.475] (II) Loading sub module "ddc"
    [ 427.475] (II) LoadModule: "ddc"
    [ 427.475] (II) Module "ddc" already built-in
    [ 427.475] (II) fglrx(0): Connected Display0: DFP5
    [ 427.475] (II) Quirked EDID physical size to 0x0 cm
    [ 427.475] (II) fglrx(0): Display0 EDID data ---------------------------
    [ 427.475] (II) fglrx(0): Manufacturer: SAM Model: 423 Serial#: 1415000628
    [ 427.475] (II) fglrx(0): Year: 2009 Week: 37
    [ 427.475] (II) fglrx(0): EDID Version: 1.3
    [ 427.475] (II) fglrx(0): Digital Display Input
    [ 427.475] (II) fglrx(0): Indeterminate output size
    [ 427.475] (II) fglrx(0): Gamma: 2.60
    [ 427.475] (II) fglrx(0): DPMS capabilities: Off
    [ 427.475] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 427.475] (II) fglrx(0): First detailed timing is preferred mode
    [ 427.475] (II) fglrx(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.608
    [ 427.475] (II) fglrx(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329
    [ 427.475] (II) fglrx(0): Supported established timings:
    [ 427.475] (II) fglrx(0): 640x480@60Hz
    [ 427.475] (II) fglrx(0): 800x600@56Hz
    [ 427.475] (II) fglrx(0): 800x600@60Hz
    [ 427.475] (II) fglrx(0): 1024x768@60Hz
    [ 427.475] (II) fglrx(0): Manufacturer's mask: 0
    [ 427.475] (II) fglrx(0): Supported standard timings:
    [ 427.475] (II) fglrx(0): #0: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
    [ 427.475] (II) fglrx(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 427.475] (II) fglrx(0): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 427.475] (II) fglrx(0): #3: hsize: 1280 vsize 800 refresh: 60 vid: 129
    [ 427.475] (II) fglrx(0): #4: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 427.475] (II) fglrx(0): #5: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 427.475] (II) fglrx(0): Supported detailed timing:
    [ 427.475] (II) fglrx(0): clock: 154.0 MHz Image Size: 160 x 90 mm
    [ 427.475] (II) fglrx(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
    [ 427.475] (II) fglrx(0): v_active: 1200 v_sync: 1203 v_sync_end 1209 v_blanking: 1235 v_border: 0
    [ 427.475] (II) fglrx(0): Supported detailed timing:
    [ 427.475] (II) fglrx(0): clock: 148.5 MHz Image Size: 160 x 90 mm
    [ 427.475] (II) fglrx(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 427.475] (II) fglrx(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 427.475] (II) fglrx(0): Ranges: V min: 50 V max: 60 Hz, H min: 27 H max: 81 kHz, PixClock max 175 MHz
    [ 427.475] (II) fglrx(0): Monitor name: SyncMaster
    [ 427.475] (II) fglrx(0): Supported detailed timing:
    [ 427.475] (II) fglrx(0): clock: 74.2 MHz Image Size: 160 x 90 mm
    [ 427.475] (II) fglrx(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
    [ 427.475] (II) fglrx(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 427.475] (II) fglrx(0): Supported detailed timing:
    [ 427.475] (II) fglrx(0): clock: 74.2 MHz Image Size: 160 x 90 mm
    [ 427.475] (II) fglrx(0): h_active: 1280 h_sync: 1720 h_sync_end 1760 h_blank_end 1980 h_border: 0
    [ 427.475] (II) fglrx(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 427.475] (II) fglrx(0): Supported detailed timing:
    [ 427.475] (II) fglrx(0): clock: 74.2 MHz Image Size: 160 x 90 mm
    [ 427.475] (II) fglrx(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 427.475] (II) fglrx(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
    [ 427.475] (II) fglrx(0): Supported detailed timing:
    [ 427.475] (II) fglrx(0): clock: 74.2 MHz Image Size: 160 x 90 mm
    [ 427.475] (II) fglrx(0): h_active: 1920 h_sync: 2448 h_sync_end 2492 h_blank_end 2640 h_border: 0
    [ 427.475] (II) fglrx(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
    [ 427.475] (II) fglrx(0): Supported detailed timing:
    [ 427.475] (II) fglrx(0): clock: 27.0 MHz Image Size: 160 x 90 mm
    [ 427.475] (II) fglrx(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
    [ 427.475] (II) fglrx(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
    [ 427.475] (II) fglrx(0): Number of EDID sections to follow: 1
    [ 427.475] (II) fglrx(0): EDID (in hex):
    [ 427.475] (II) fglrx(0): 00ffffffffffff004c2d230434325754
    [ 427.475] (II) fglrx(0): 25130103801009a02aef91a3544c9b26
    [ 427.475] (II) fglrx(0): 0f5054230800a9408180814081009500
    [ 427.475] (II) fglrx(0): b30001010101283c80a070b023403020
    [ 427.476] (II) fglrx(0): 3600a05a0000001a023a801871382d40
    [ 427.476] (II) fglrx(0): 582c4500a05a0000001e000000fd0032
    [ 427.476] (II) fglrx(0): 3c1b5111000a202020202020000000fc
    [ 427.476] (II) fglrx(0): 0053796e634d61737465720a2020016e
    [ 427.476] (II) fglrx(0): End of Display0 EDID data --------------------
    [ 427.476] (II) fglrx(0): Dynamic Surface Resizing Enabled
    [ 427.476] (II) fglrx(0): EDID for output DFP1
    [ 427.476] (II) fglrx(0): EDID for output DFP2
    [ 427.476] (II) fglrx(0): EDID for output DFP3
    [ 427.476] (II) fglrx(0): EDID for output DFP4
    [ 427.476] (II) Quirked EDID physical size to 0x0 cm
    [ 427.476] (II) fglrx(0): EDID for output DFP5
    [ 427.476] (II) fglrx(0): Manufacturer: SAM Model: 423 Serial#: 1415000628
    [ 427.476] (II) fglrx(0): Year: 2009 Week: 37
    [ 427.476] (II) fglrx(0): EDID Version: 1.3
    [ 427.476] (II) fglrx(0): Digital Display Input
    [ 427.476] (II) fglrx(0): Indeterminate output size
    [ 427.476] (II) fglrx(0): Gamma: 2.60
    [ 427.476] (II) fglrx(0): DPMS capabilities: Off
    [ 427.476] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 427.476] (II) fglrx(0): First detailed timing is preferred mode
    [ 427.476] (II) fglrx(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.608
    [ 427.476] (II) fglrx(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329
    [ 427.476] (II) fglrx(0): Supported established timings:
    [ 427.476] (II) fglrx(0): 640x480@60Hz
    [ 427.476] (II) fglrx(0): 800x600@56Hz
    [ 427.476] (II) fglrx(0): 800x600@60Hz
    [ 427.476] (II) fglrx(0): 1024x768@60Hz
    [ 427.476] (II) fglrx(0): Manufacturer's mask: 0
    [ 427.476] (II) fglrx(0): Supported standard timings:
    [ 427.476] (II) fglrx(0): #0: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
    [ 427.476] (II) fglrx(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 427.476] (II) fglrx(0): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 427.476] (II) fglrx(0): #3: hsize: 1280 vsize 800 refresh: 60 vid: 129
    [ 427.476] (II) fglrx(0): #4: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 427.476] (II) fglrx(0): #5: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 427.476] (II) fglrx(0): Supported detailed timing:
    [ 427.476] (II) fglrx(0): clock: 154.0 MHz Image Size: 160 x 90 mm
    [ 427.476] (II) fglrx(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
    [ 427.476] (II) fglrx(0): v_active: 1200 v_sync: 1203 v_sync_end 1209 v_blanking: 1235 v_border: 0
    [ 427.476] (II) fglrx(0): Supported detailed timing:
    [ 427.476] (II) fglrx(0): clock: 148.5 MHz Image Size: 160 x 90 mm
    [ 427.476] (II) fglrx(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 427.476] (II) fglrx(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 427.476] (II) fglrx(0): Ranges: V min: 50 V max: 60 Hz, H min: 27 H max: 81 kHz, PixClock max 175 MHz
    [ 427.476] (II) fglrx(0): Monitor name: SyncMaster
    [ 427.476] (II) fglrx(0): Supported detailed timing:
    [ 427.476] (II) fglrx(0): clock: 74.2 MHz Image Size: 160 x 90 mm
    [ 427.476] (II) fglrx(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
    [ 427.476] (II) fglrx(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 427.476] (II) fglrx(0): Supported detailed timing:
    [ 427.476] (II) fglrx(0): clock: 74.2 MHz Image Size: 160 x 90 mm
    [ 427.476] (II) fglrx(0): h_active: 1280 h_sync: 1720 h_sync_end 1760 h_blank_end 1980 h_border: 0
    [ 427.476] (II) fglrx(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 427.476] (II) fglrx(0): Supported detailed timing:
    [ 427.476] (II) fglrx(0): clock: 74.2 MHz Image Size: 160 x 90 mm
    [ 427.476] (II) fglrx(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 427.476] (II) fglrx(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
    [ 427.476] (II) fglrx(0): Supported detailed timing:
    [ 427.476] (II) fglrx(0): clock: 74.2 MHz Image Size: 160 x 90 mm
    [ 427.476] (II) fglrx(0): h_active: 1920 h_sync: 2448 h_sync_end 2492 h_blank_end 2640 h_border: 0
    [ 427.476] (II) fglrx(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
    [ 427.476] (II) fglrx(0): Supported detailed timing:
    [ 427.476] (II) fglrx(0): clock: 27.0 MHz Image Size: 160 x 90 mm
    [ 427.476] (II) fglrx(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
    [ 427.476] (II) fglrx(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
    [ 427.476] (II) fglrx(0): Number of EDID sections to follow: 1
    [ 427.476] (II) fglrx(0): EDID (in hex):
    [ 427.476] (II) fglrx(0): 00ffffffffffff004c2d230434325754
    [ 427.476] (II) fglrx(0): 25130103801009a02aef91a3544c9b26
    [ 427.476] (II) fglrx(0): 0f5054230800a9408180814081009500
    [ 427.476] (II) fglrx(0): b30001010101283c80a070b023403020
    [ 427.476] (II) fglrx(0): 3600a05a0000001a023a801871382d40
    [ 427.476] (II) fglrx(0): 582c4500a05a0000001e000000fd0032
    [ 427.476] (II) fglrx(0): 3c1b5111000a202020202020000000fc
    [ 427.476] (II) fglrx(0): 0053796e634d61737465720a2020016e
    [ 427.476] (II) fglrx(0): Printing probed modes for output DFP5
    [ 427.476] (II) fglrx(0): Modeline "1920x1200"x60.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
    [ 427.476] (II) fglrx(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
    [ 427.476] (II) fglrx(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [ 427.476] (II) fglrx(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
    [ 427.476] (II) fglrx(0): Modeline "1920x1080"x60.0 74.25 1920 2008 2052 2200 1080 1085 1095 1125 interlace +hsync +vsync (33.8 kHz e)
    [ 427.476] (II) fglrx(0): Modeline "1920x1080"x50.0 74.25 1920 2448 2492 2640 1080 1085 1095 1125 interlace +hsync +vsync (28.1 kHz e)
    [ 427.476] (II) fglrx(0): Modeline "1920x1080"x59.9 74.18 1920 2008 2052 2200 1080 1085 1095 1125 interlace +hsync +vsync (33.7 kHz e)
    [ 427.476] (II) fglrx(0): Modeline "1600x1200"x60.0 130.25 1600 1648 1680 1760 1200 1203 1207 1235 -hsync +vsync (74.0 kHz e)
    [ 427.476] (II) fglrx(0): Modeline "1776x1000"x50.0 148.50 1776 2304 2348 2640 1000 1004 1009 1125 +hsync +vsync (56.2 kHz ez)
    [ 427.476] (II) fglrx(0): Modeline "1776x1000"x59.9 148.35 1776 1864 1908 2200 1000 1004 1009 1125 +hsync +vsync (67.4 kHz ez)
    [ 427.476] (II) fglrx(0): Modeline "1776x1000"x50.0 74.25 1776 2304 2348 2640 1000 1005 1015 1125 interlace +hsync +vsync (28.1 kHz ez)
    [ 427.476] (II) fglrx(0): Modeline "1776x1000"x59.9 74.18 1776 1864 1908 2200 1000 1005 1015 1125 interlace +hsync +vsync (33.7 kHz ez)
    [ 427.476] (II) fglrx(0): Modeline "1680x1050"x60.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 427.476] (II) fglrx(0): Modeline "1400x1050"x60.0 130.25 1400 1648 1680 1760 1050 1203 1207 1235 -hsync +vsync (74.0 kHz e)
    [ 427.476] (II) fglrx(0): Modeline "1600x900"x60.0 130.25 1600 1648 1680 1760 900 1203 1207 1235 -hsync +vsync (74.0 kHz e)
    [ 427.476] (II) fglrx(0): Modeline "1360x1024"x60.0 130.25 1360 1648 1680 1760 1024 1203 1207 1235 -hsync +vsync (74.0 kHz e)
    [ 427.476] (II) fglrx(0): Modeline "1280x1024"x60.0 91.00 1280 1328 1360 1440 1024 1027 1034 1054 -hsync +vsync (63.2 kHz e)
    [ 427.476] (II) fglrx(0): Modeline "1440x900"x60.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 427.476] (II) fglrx(0): Modeline "1280x960"x60.0 85.25 1280 1328 1360 1440 960 963 967 988 -hsync +vsync (59.2 kHz e)
    [ 427.476] (II) fglrx(0): Modeline "1280x800"x60.0 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 427.476] (II) fglrx(0): Modeline "1280x768"x60.0 71.00 1280 1328 1360 1440 768 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 427.476] (II) fglrx(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 427.476] (II) fglrx(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
    [ 427.476] (II) fglrx(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 427.476] (II) fglrx(0): Modeline "1024x768"x60.0 56.00 1024 1072 1104 1184 768 771 775 790 -hsync +vsync (47.3 kHz e)
    [ 427.476] (II) fglrx(0): Modeline "1152x648"x50.0 74.25 1152 1592 1632 1980 648 653 658 750 +hsync +vsync (37.5 kHz ez)
    [ 427.476] (II) fglrx(0): Modeline "1152x648"x59.9 74.18 1152 1262 1302 1650 648 653 658 750 +hsync +vsync (45.0 kHz ez)
    [ 427.476] (II) fglrx(0): Modeline "800x600"x60.0 35.50 800 848 880 960 600 603 607 618 -hsync +vsync (37.0 kHz e)
    [ 427.476] (II) fglrx(0): Modeline "800x600"x56.0 33.00 800 848 880 960 600 603 607 616 -hsync +vsync (34.4 kHz e)
    [ 427.476] (II) fglrx(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 427.476] (II) fglrx(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 427.476] (II) fglrx(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 427.476] (II) fglrx(0): EDID for output DFP6
    [ 427.476] (II) fglrx(0): EDID for output DFP7
    [ 427.476] (II) fglrx(0): EDID for output CRT1
    [ 427.476] (II) fglrx(0): Output DFP1 disconnected
    [ 427.476] (II) fglrx(0): Output DFP2 disconnected
    [ 427.476] (II) fglrx(0): Output DFP3 disconnected
    [ 427.476] (II) fglrx(0): Output DFP4 disconnected
    [ 427.476] (II) fglrx(0): Output DFP5 connected
    [ 427.476] (II) fglrx(0): Output DFP6 disconnected
    [ 427.476] (II) fglrx(0): Output DFP7 disconnected
    [ 427.476] (II) fglrx(0): Output CRT1 disconnected
    [ 427.476] (II) fglrx(0): Using exact sizes for initial modes
    [ 427.476] (II) fglrx(0): Output DFP5 using initial mode 1920x1200
    [ 427.476] (II) fglrx(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 427.476] (II) fglrx(0): DPI set to (96, 96)
    [ 427.476] (II) fglrx(0): Eyefinity capable adapter detected.
    [ 427.476] (II) fglrx(0): Adapter AMD Radeon HD 6900 Series has 6 configurable heads and 1 displays connected.
    [ 427.476] (==) fglrx(0): PseudoColor visuals disabled
    [ 427.476] (II) Loading sub module "ramdac"
    [ 427.476] (II) LoadModule: "ramdac"
    [ 427.476] (II) Module "ramdac" already built-in
    [ 427.476] (==) fglrx(0): NoDRI = NO
    [ 427.476] (==) fglrx(0): Capabilities: 0x00000000
    [ 427.476] (==) fglrx(0): CapabilitiesEx: 0x00000000
    [ 427.476] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
    [ 427.476] (==) fglrx(0): UseFastTLS=0
    [ 427.477] (II) fglrx(0): Shadow Primary option: ShadowPrimary is enabled
    [ 427.477] (--) Depth 24 pixmap format is 32 bpp
    [ 427.477] Loading extension ATIFGLRXDRI
    [ 427.477] (II) fglrx(0): doing swlDriScreenInit
    [ 427.477] (II) fglrx(0): swlDriScreenInit for fglrx driver
    [ 427.477] ukiDynamicMajor: found major device number 251
    [ 427.477] ukiDynamicMajor: found major device number 251
    [ 427.477] ukiDynamicMajor: found major device number 251
    [ 427.477] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 427.477] ukiOpenDevice: node name is /dev/ati/card0
    [ 427.477] ukiOpenDevice: open result is 12, (OK)
    [ 427.477] ukiOpenByBusid: ukiOpenMinor returns 12
    [ 427.477] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 427.477] (II) fglrx(0): [uki] DRM interface version 1.0
    [ 427.477] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
    [ 427.477] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x335000
    [ 427.477] (II) fglrx(0): [uki] mapped SAREA 0x335000 to 0x7f0862c25000
    [ 427.477] (II) fglrx(0): [uki] framebuffer handle = 0x336000
    [ 427.477] (II) fglrx(0): [uki] added 1 reserved context for kernel
    [ 427.477] (II) fglrx(0): swlDriScreenInit done
    [ 427.477] (II) fglrx(0): Kernel Module Version Information:
    [ 427.477] (II) fglrx(0): Name: fglrx
    [ 427.477] (II) fglrx(0): Version: 13.20.5
    [ 427.477] (II) fglrx(0): Date: Sep 21 2013
    [ 427.477] (II) fglrx(0): Desc: AMD FireGL DRM kernel module
    [ 427.477] (II) fglrx(0): Kernel Module version matches driver.
    [ 427.477] (II) fglrx(0): Kernel Module Build Time Information:
    [ 427.477] (II) fglrx(0): Build-Kernel UTS_RELEASE: 3.11.4-1-ARCH
    [ 427.477] (II) fglrx(0): Build-Kernel MODVERSIONS: yes
    [ 427.477] (II) fglrx(0): Build-Kernel __SMP__: yes
    [ 427.477] (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
    [ 427.477] (II) fglrx(0): [uki] register handle = 0x00337000
    [ 427.477] (II) fglrx(0): DRI initialization successfull
    [ 427.477] (II) fglrx(0): FBADPhys: 0xf800000000 FBMappedSize: 0x010e0000
    [ 427.477] (==) fglrx(0): Backing store disabled
    [ 427.477] Loading extension FGLRXEXTENSION
    [ 427.477] (**) fglrx(0): DPMS enabled
    [ 427.477] (II) fglrx(0): Initialized in-driver Xinerama extension
    [ 427.477] (**) fglrx(0): Textured Video is enabled.
    [ 427.477] (II) LoadModule: "glesx"
    [ 427.478] (II) Loading /usr/lib/xorg/modules/glesx.so
    [ 427.478] (II) Module glesx: vendor="X.Org Foundation"
    [ 427.478] compiled for 1.4.99.906, module version = 1.0.0
    [ 427.478] Loading extension GLESX
    [ 427.478] (II) fglrx(0): GLESX enableFlags = 592
    [ 427.478] (II) fglrx(0): GLESX is enabled
    [ 427.478] (II) LoadModule: "amdxmm"
    [ 427.478] (II) Loading /usr/lib/xorg/modules/amdxmm.so
    [ 427.478] (II) Module amdxmm: vendor="X.Org Foundation"
    [ 427.478] compiled for 1.4.99.906, module version = 2.0.0
    [ 427.488] Loading extension AMDXVOPL
    [ 427.488] Loading extension AMDXVBA
    [ 427.489] (II) fglrx(0): UVD feature is enabled(II) fglrx(0):
    [ 427.490] (II) fglrx(0): Enable composite support successfully
    [ 427.490] (WW) fglrx(0): Option "VendorName" is not used
    [ 427.490] (WW) fglrx(0): Option "ModelName" is not used
    [ 427.490] (II) fglrx(0): X context handle = 0xa
    [ 427.490] (II) fglrx(0): [DRI] installation complete
    [ 427.490] (==) fglrx(0): Silken mouse enabled
    [ 427.490] (==) fglrx(0): Using HW cursor of display infrastructure!
    [ 427.490] (II) fglrx(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 427.525] (--) RandR disabled
    [ 427.528] ukiDynamicMajor: found major device number 251
    [ 427.528] ukiDynamicMajor: found major device number 251
    [ 427.528] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 427.528] ukiOpenDevice: node name is /dev/ati/card0
    [ 427.528] ukiOpenDevice: open result is 13, (OK)
    [ 427.528] ukiOpenByBusid: ukiOpenMinor returns 13
    [ 427.528] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 427.528] (EE) AIGLX error: failed to open /usr/X11R6/lib64/modules/dri/fglrx_dri.so, error[/usr/X11R6/lib64/modules/dri/fglrx_dri.so: cannot open shared object file: No such file or directory]
    [ 427.529] ukiDynamicMajor: found major device number 251
    [ 427.529] ukiDynamicMajor: found major device number 251
    [ 427.529] ukiDynamicMajor: found major device number 251
    [ 427.529] ukiOpenDevice: node name is /dev/ati/card0
    [ 427.529] ukiOpenDevice: open result is 14, (OK)
    [ 427.529] ukiGetBusid returned 'PCI:1:0:0'
    [ 427.529] ukiOpenDevice: node name is /dev/ati/card1
    [ 427.529] ukiOpenDevice: open result is -1, (No such device)
    [ 427.529] ukiOpenDevice: open result is -1, (No such device)
    [ 427.529] ukiOpenDevice: Open failed
    [ 427.529] ukiOpenDevice: node name is /dev/ati/card2
    [ 427.529] ukiOpenDevice: open result is -1, (No such device)
    [ 427.529] ukiOpenDevice: open result is -1, (No such device)
    [ 427.529] ukiOpenDevice: Open failed
    [ 427.529] ukiOpenDevice: node name is /dev/ati/card3
    [ 427.529] ukiOpenDevice: open result is -1, (No such device)
    [ 427.529] ukiOpenDevice: open result is -1, (No such device)
    [ 427.529] ukiOpenDevice: Open failed
    [ 427.529] ukiOpenDevice: node name is /dev/ati/card4
    [ 427.529] ukiOpenDevice: open result is -1, (No such device)
    [ 427.529] ukiOpenDevice: open result is -1, (No such device)
    [ 427.529] ukiOpenDevice: Open failed
    [ 427.529] ukiOpenDevice: node name is /dev/ati/card5
    [ 427.529] ukiOpenDevice: open result is -1, (No such device)
    [ 427.529] ukiOpenDevice: open result is -1, (No such device)
    [ 427.529] ukiOpenDevice: Open failed
    [ 427.529] ukiOpenDevice: node name is /dev/ati/card6
    [ 427.529] ukiOpenDevice: open result is -1, (No such device)
    [ 427.529] ukiOpenDevice: open result is -1, (No such device)
    [ 427.529] ukiOpenDevice: Open failed
    [ 427.529] ukiOpenDevice: node name is /dev/ati/card7
    [ 427.529] ukiOpenDevice: open result is -1, (No such device)
    [ 427.529] ukiOpenDevice: open result is -1, (No such device)
    [ 427.529] ukiOpenDevice: Open failed
    [ 427.529] ukiOpenDevice: node name is /dev/ati/card8
    [ 427.529] ukiOpenDevice: open result is -1, (No such device)
    [ 427.529] ukiOpenDevice: open result is -1, (No such device)
    [ 427.529] ukiOpenDevice: Open failed
    [ 427.529] ukiOpenDevice: node name is /dev/ati/card9
    [ 427.529] ukiOpenDevice: open result is -1, (No such device)
    [ 427.529] ukiOpenDevice: open result is -1, (No such device)
    [ 427.529] ukiOpenDevice: Open failed
    [ 427.529] ukiOpenDevice: node name is /dev/ati/card10
    [ 427.529] ukiOpenDevice: open result is -1, (No such device)
    [ 427.529] ukiOpenDevice: open result is -1, (No such device)
    [ 427.529] ukiOpenDevice: Open failed
    [ 427.529] ukiOpenDevice: node name is /dev/ati/card11
    [ 427.529] ukiOpenDevice: open result is -1, (No such device)
    [ 427.529] ukiOpenDevice: open result is -1, (No such device)
    [ 427.529] ukiOpenDevice: Open failed
    [ 427.529] ukiOpenDevice: node name is /dev/ati/card12
    [ 427.529] ukiOpenDevice: open result is -1, (No such device)
    [ 427.529] ukiOpenDevice: open result is -1, (No such device)
    [ 427.529] ukiOpenDevice: Open failed
    [ 427.529] ukiOpenDevice: node name is /dev/ati/card13
    [ 427.529] ukiOpenDevice: open result is -1, (No such device)
    [ 427.529] ukiOpenDevice: open result is -1, (No such device)
    [ 427.529] ukiOpenDevice: Open failed
    [ 427.529] ukiOpenDevice: node name is /dev/ati/card14
    [ 427.529] ukiOpenDevice: open result is -1, (No such device)
    [ 427.529] ukiOpenDevice: open result is -1, (No such device)
    [ 427.529] ukiOpenDevice: Open failed
    [ 427.529] ukiOpenDevice: node name is /dev/ati/card15
    [ 427.529] ukiOpenDevice: open result is -1, (No such device)
    [ 427.529] ukiOpenDevice: open result is -1, (No such device)
    [ 427.529] ukiOpenDevice: Open failed
    [ 427.529] ukiDynamicMajor: found major device number 251
    [ 427.529] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 427.529] ukiOpenDevice: node name is /dev/ati/card0
    [ 427.529] ukiOpenDevice: open result is 14, (OK)
    [ 427.529] ukiOpenByBusid: ukiOpenMinor returns 14
    [ 427.529] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 427.593] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
    [ 427.593] ukiDynamicMajor: found major device number 251
    [ 427.593] ukiDynamicMajor: found major device number 251
    [ 427.593] ukiDynamicMajor: found major device number 251
    [ 427.593] ukiOpenDevice: node name is /dev/ati/card0
    [ 427.593] ukiOpenDevice: open result is 15, (OK)
    [ 427.593] ukiGetBusid returned 'PCI:1:0:0'
    [ 427.593] ukiOpenDevice: node name is /dev/ati/card1
    [ 427.593] ukiOpenDevice: open result is -1, (No such device)
    [ 427.593] ukiOpenDevice: open result is -1, (No such device)
    [ 427.593] ukiOpenDevice: Open failed
    [ 427.593] ukiOpenDevice: node name is /dev/ati/card2
    [ 427.593] ukiOpenDevice: open result is -1, (No such device)
    [ 427.593] ukiOpenDevice: open result is -1, (No such device)
    [ 427.593] ukiOpenDevice: Open failed
    [ 427.593] ukiOpenDevice: node name is /dev/ati/card3
    [ 427.593] ukiOpenDevice: open result is -1, (No such device)
    [ 427.593] ukiOpenDevice: open result is -1, (No such device)
    [ 427.593] ukiOpenDevice: Open failed
    [ 427.593] ukiOpenDevice: node name is /dev/ati/card4
    [ 427.593] ukiOpenDevice: open result is -1, (No such device)
    [ 427.593] ukiOpenDevice: open result is -1, (No such device)
    [ 427.593] ukiOpenDevice: Open failed
    [ 427.593] ukiOpenDevice: node name is /dev/ati/card5
    [ 427.593] ukiOpenDevice: open result is -1, (No such device)
    [ 427.593] ukiOpenDevice: open result is -1, (No such device)
    [ 427.593] ukiOpenDevice: Open failed
    [ 427.593] ukiOpenDevice: node name is /dev/ati/card6
    [ 427.593] ukiOpenDevice: open result is -1, (No such device)
    [ 427.593] ukiOpenDevice: open result is -1, (No such device)
    [ 427.593] ukiOpenDevice: Open failed
    [ 427.593] ukiOpenDevice: node name is /dev/ati/card7
    [ 427.593] ukiOpenDevice: open result is -1, (No such device)
    [ 427.593] ukiOpenDevice: open result is -1, (No such device)
    [ 427.593] ukiOpenDevice: Open failed
    [ 427.593] ukiOpenDevice: node name is /dev/ati/card8
    [ 427.593] ukiOpenDevice: open result is -1, (No such device)
    [ 427.593] ukiOpenDevice: open result is -1, (No such device)
    [ 427.593] ukiOpenDevice: Open failed
    [ 427.593] ukiOpenDevice: node name is /dev/ati/card9
    [ 427.593] ukiOpenDevice: open result is -1, (No such device)
    [ 427.593] ukiOpenDevice: open result is -1, (No such device)
    [ 427.593] ukiOpenDevice: Open failed
    [ 427.593] ukiOpenDevice: node name is /dev/ati/card10
    [ 427.593] ukiOpenDevice: open result is -1, (No such device)
    [ 427.593] ukiOpenDevice: open result is -1, (No such device)
    [ 427.593] ukiOpenDevice: Open failed
    [ 427.594] ukiOpenDevice: node name is /dev/ati/card11
    [ 427.594] ukiOpenDevice: open result is -1, (No such device)
    [ 427.594] ukiOpenDevice: open result is -1, (No such device)
    [ 427.594] ukiOpenDevice: Open failed
    [ 427.594] ukiOpenDevice: node name is /dev/ati/card12
    [ 427.594] ukiOpenDevice: open result is -1, (No such device)
    [ 427.594] ukiOpenDevice: open result is -1, (No such device)
    [ 427.594] ukiOpenDevice: Open failed
    [ 427.594] ukiOpenDevice: node name is /dev/ati/card13
    [ 427.594] ukiOpenDevice: open result is -1, (No such device)
    [ 427.594] ukiOpenDevice: open result is -1, (No such device)
    [ 427.594] ukiOpenDevice: Open failed
    [ 427.594] ukiOpenDevice: node name is /dev/ati/card14
    [ 427.594] ukiOpenDevice: open result is -1, (No such device)
    [ 427.594] ukiOpenDevice: open result is -1, (No such device)
    [ 427.594] ukiOpenDevice: Open failed
    [ 427.594] ukiOpenDevice: node name is /dev/ati/card15
    [ 427.594] ukiOpenDevice: open result is -1, (No such device)
    [ 427.594] ukiOpenDevice: open result is -1, (No such device)
    [ 427.594] ukiOpenDevice: Open failed
    [ 427.594] ukiDynamicMajor: found major device number 251
    [ 427.594] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 427.594] ukiOpenDevice: node name is /dev/ati/card0
    [ 427.594] ukiOpenDevice: open result is 15, (OK)
    [ 427.594] ukiOpenByBusid: ukiOpenMinor returns 15
    [ 427.594] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 427.598] (II) fglrx(0): OverDrive5 Detected!
    [ 427.601] (II) fglrx(0): Setting screen physical size to 508 x 317
    [ 427.627] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 427.627] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 427.627] (II) LoadModule: "evdev"
    [ 427.627] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 427.627] (II) Module evdev: vendor="X.Org Foundation"
    [ 427.627] compiled for 1.14.3, module version = 2.8.2
    [ 427.627] Module class: X.Org XInput Driver
    [ 427.627] ABI class: X.Org XInput driver, version 19.1
    [ 427.627] (II) Using input driver 'evdev' for 'Power Button'
    [ 427.627] (**) Power Button: always reports core events
    [ 427.627] (**) evdev: Power Button: Device: "/dev/input/event1"
    [ 427.627] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 427.627] (--) evdev: Power Button: Found keys
    [ 427.627] (II) evdev: Power Button: Configuring as keyboard
    [ 427.627] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
    [ 427.627] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 427.627] (**) Option "xkb_rules" "evdev"
    [ 427.627] (**) Option "xkb_model" "pc104"
    [ 427.627] (**) Option "xkb_layout" "us"
    [ 427.637] (II) config/udev: Adding input device Video Bus (/dev/input/event18)
    [ 427.637] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 427.637] (II) Using input driver 'evdev' for 'Video Bus'
    [ 427.637] (**) Video Bus: always reports core events
    [ 427.637] (**) evdev: Video Bus: Device: "/dev/input/event18"
    [ 427.637] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 427.637] (--) evdev: Video Bus: Found keys
    [ 427.637] (II) evdev: Video Bus: Configuring as keyboard
    [ 427.637] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input18/event18"
    [ 427.637] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 427.637] (**) Option "xkb_rules" "evdev"
    [ 427.637] (**) Option "xkb_model" "pc104"
    [ 427.637] (**) Option "xkb_layout" "us"
    [ 427.637] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 427.637] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 427.637] (II) Using input driver 'evdev' for 'Power Button'
    [ 427.637] (**) Power Button: always reports core events
    [ 427.637] (**) evdev: Power Button: Device: "/dev/input/event0"
    [ 427.637] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 427.637] (--) evdev: Power Button: Found keys
    [ 427.637] (II) evdev: Power Button: Configuring as keyboard
    [ 427.637] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
    [ 427.637] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 427.637] (**) Option "xkb_rules" "evdev"
    [ 427.637] (**) Option "xkb_model" "pc104"
    [ 427.637] (**) Option "xkb_layout" "us"
    [ 427.638] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event12)
    [ 427.638] (II) No input driver specified, ignoring this device.
    [ 427.638] (II) This device may have been added with another device file.
    [ 427.638] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 427.638] (II) config/udev: Adding input device HDA Intel MID HDMI/DP,pcm=8 (/dev/input/event19)
    [ 427.638] (II) No input driver specified, ignoring this device.
    [ 427.638] (II) This device may have been added with another device file.
    [ 427.638] (II) config/udev: Adding input device HDA Intel MID HDMI/DP,pcm=7 (/dev/input/event20)
    [ 427.638] (II) No input driver specified, ignoring this device.
    [ 427.638] (II) This device may have been added with another device file.
    [ 427.638] (II) config/udev: Adding input device HDA Intel MID HDMI/DP,pcm=3 (/dev/input/event21)
    [ 427.638] (II) No input driver specified, ignoring this device.
    [ 427.638] (II) This device may have been added with another device file.
    [ 427.638] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event13)
    [ 427.638] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
    [ 427.638] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 427.638] (**) Logitech USB Receiver: always reports core events
    [ 427.638] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event13"
    [ 427.638] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc517
    [ 427.638] (--) evdev: Logitech USB Receiver: Found keys
    [ 427.638] (II) evdev: Logitech USB Receiver: Configuring as keyboard
    [ 427.638] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9.1/3-9.1:1.0/input/input13/event13"
    [ 427.638] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 9)
    [ 427.638] (**) Option "xkb_rules" "evdev"
    [ 427.638] (**) Option "xkb_model" "pc104"
    [ 427.638] (**) Option "xkb_layout" "us"
    [ 427.638] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event14)
    [ 427.638] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
    [ 427.638] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
    [ 427.638] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 427.638] (**) Logitech USB Receiver: always reports core events
    [ 427.638] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event14"
    [ 427.638] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc517
    [ 427.638] (--) evdev: Logitech USB Receiver: Found 12 mouse buttons
    [ 427.638] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
    [ 427.638] (--) evdev: Logitech USB Receiver: Found relative axes
    [ 427.638] (--) evdev: Logitech USB Receiver: Found x and y relative axes
    [ 427.638] (--) evdev: Logitech USB Receiver: Found absolute axes
    [ 427.638] (II) evdev: Logitech USB Receiver: Forcing absolute x/y axes to exist.
    [ 427.638] (--) evdev: Logitech USB Receiver: Found keys
    [ 427.638] (II) evdev: Logitech USB Receiver: Configuring as mouse
    [ 427.638] (II) evdev: Logitech USB Receiver: Configuring as keyboard
    [ 427.638] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
    [ 427.638] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    [ 427.638] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 427.638] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9.1/3-9.1:1.1/input/input14/event14"
    [ 427.638] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 10)
    [ 427.638] (**) Option "xkb_rules" "evdev"
    [ 427.638] (**) Option "xkb_model" "pc104"
    [ 427.638] (**) Option "xkb_layout" "us"
    [ 427.639] (II) evdev: Logitech USB Receiver: initialized for relative axes.
    [ 427.639] (WW) evdev: Logitech USB Receiver: ignoring absolute axes.
    [ 427.639] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    [ 427.639] (**) Logitech USB Receiver: (accel) acceleration profile 0
    [ 427.639] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
    [ 427.639] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
    [ 427.639] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
    [ 427.639] (II) No input driver specified, ignoring this device.
    [ 427.639] (II) This device may have been added with another device file.
    [ 427.639] (II) config/udev: Adding input device Razer Razer BlackWidow Ultimate (/dev/input/event15)
    [ 427.639] (**) Razer Razer BlackWidow Ultimate: Applying InputClass "evdev keyboard catchall"
    [ 427.639] (II) Using input driver 'evdev' for 'Razer Razer BlackWidow Ultimate'
    [ 427.639] (**) Razer Razer BlackWidow Ultimate: always reports core events
    [ 427.639] (**) evdev: Razer Razer BlackWidow Ultimate: Device: "/dev/input/event15"
    [ 427.639] (--) evdev: Razer Razer BlackWidow Ultimate: Vendor 0x1532 Product 0x10d
    [ 427.639] (--) evdev: Razer Razer BlackWidow Ultimate: Found keys
    [ 427.639] (II) evdev: Razer Razer BlackWidow Ultimate: Configuring as keyboard
    [ 427.639] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9.2/3-9.2:1.0/input/input15/event15"
    [ 427.639] (II) XINPUT: Adding extended input device "Razer Razer BlackWidow Ultimate" (type: KEYBOARD, id 11)
    [ 427.639] (**) Option "xkb_rules" "evdev"
    [ 427.639] (**) Option "xkb_model" "pc104"
    [ 427.639] (**) Option "xkb_layout" "us"
    [ 427.639] (II) config/udev: Adding input device Razer Razer BlackWidow Ultimate (/dev/input/event16)
    [ 427.639] (**) Razer Razer BlackWidow Ultimate: Applying InputClass "evdev keyboard catchall"
    [ 427.639] (II) Using input driver 'evdev' for 'Razer Razer BlackWidow Ultimate'
    [ 427.639] (**) Razer Razer BlackWidow Ultimate: always reports core events
    [ 427.639] (**) evdev: Razer Razer BlackWidow Ultimate: Device: "/dev/input/event16"
    [ 427.639] (II) evdev: Razer Razer BlackWidow Ultimate: Using mtdev for this device
    [ 427.639] (--) evdev: Razer Razer BlackWidow Ultimate: Vendor 0x1532 Product 0x10d
    [ 427.639] (--) evdev: Razer Razer BlackWidow Ultimate: Found 1 mouse buttons
    [ 427.639] (--) evdev: Razer Razer BlackWidow Ultimate: Found scroll wheel(s)
    [ 427.639] (--) evdev: Razer Razer BlackWidow Ultimate: Found relative axes
    [ 427.639] (II) evdev: Razer Razer BlackWidow Ultimate: Forcing relative x/y axes to exist.
    [ 427.639] (--) evdev: Razer Razer BlackWidow Ultimate: Found absolute axes
    [ 427.639] (--) evdev: Razer Razer BlackWidow Ultimate: Found absolute multitouch axes
    [ 427.639] (--) evdev: Razer Razer BlackWidow Ultimate: Found keys
    [ 427.639] (II) evdev: Razer Razer BlackWidow Ultimate: Configuring as mouse
    [ 427.639] (II) evdev: Razer Razer BlackWidow Ultimate: Configuring as keyboard
    [ 427.639] (II) evdev: Razer Razer BlackWidow Ultimate: Adding scrollwheel support
    [ 427.639] (**) evdev: Razer Razer BlackWidow Ultimate: YAxisMapping: buttons 4 and 5
    [ 427.639] (**) evdev: Razer Razer BlackWidow Ultimate: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 427.639] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9.2/3-9.2:1.1/input/input16/event16"
    [ 427.639] (II) XINPUT: Adding extended input device "Razer Razer BlackWidow Ultimate" (type: KEYBOARD, id 12)
    [ 427.639] (**) Option "xkb_rules" "evdev"
    [ 427.639] (**) Option "xkb_model" "pc104"
    [ 427.639] (**) Option "xkb_layout" "us"
    [ 427.639] (II) evdev: Razer Razer BlackWidow Ultimate: initialized for relative axes.
    [ 427.639] (WW) evdev: Razer Razer BlackWidow Ultimate: ignoring absolute axes.
    [ 427.639] (**) Razer Razer BlackWidow Ultimate: (accel) keeping acceleration scheme 1
    [ 427.639] (**) Razer Razer BlackWidow Ultimate: (accel) acceleration profile 0
    [ 427.639] (**) Razer Razer BlackWidow Ultimate: (accel) acceleration factor: 2.000
    [ 427.639] (**) Razer Razer BlackWidow Ultimate: (accel) acceleration threshold: 4
    [ 427.640] (II) config/udev: Adding input device Razer Razer BlackWidow Ultimate (/dev/input/event17)
    [ 427.640] (**) Razer Razer BlackWidow Ultimate: Applying InputClass "evdev pointer catchall"
    [ 427.640] (II) Using input driver 'evdev' for 'Razer Razer BlackWidow Ultimate'
    [ 427.640] (**) Razer Razer BlackWidow Ultimate: always reports core events
    [ 427.640] (**) evdev: Razer Razer BlackWidow Ultimate: Device: "/dev/input/event17"
    [ 427.640] (--) evdev: Razer Razer BlackWidow Ultimate: Vendor 0x1532 Product 0x10d
    [ 427.640] (--) evdev: Razer Razer BlackWidow Ultimate: Found 3 mouse buttons
    [ 427.640] (--) evdev: Razer Razer BlackWidow Ultimate: Found scroll wheel(s)
    [ 427.640] (--) evdev: Razer Razer BlackWidow Ultimate: Found relative axes
    [ 427.640] (--) evdev: Razer Razer BlackWidow Ultimate: Found x and y relative axes
    [ 427.640] (II) evdev: Razer Razer BlackWidow Ultimate: Configuring as mouse
    [ 427.640] (II) evdev: Razer Razer BlackWidow Ultimate: Adding scrollwheel support
    [ 427.640] (**) evdev: Razer Razer BlackWidow Ultimate: YAxisMapping: buttons 4 and 5
    [ 427.640] (**) evdev: Razer Razer BlackWidow Ultimate: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 427.640] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9.2/3-9.2:1.2/input/input17/event17"
    [ 427.640] (II) XINPUT: Adding extended input device "Razer Razer BlackWidow Ultimate" (type: MOUSE, id 13)
    [ 427.640] (II) evdev: Razer Razer BlackWidow Ultimate: initialized for relative axes.
    [ 427.640] (**) Razer Razer BlackWidow Ultimate: (accel) keeping acceleration scheme 1
    [ 427.640] (**) Razer Razer BlackWidow Ultimate: (accel) acceleration profile 0
    [ 427.640] (**) Razer Razer BlackWidow Ultimate: (accel) acceleration factor: 2.000
    [ 427.640] (**) Razer Razer BlackWidow Ultimate: (accel) acceleration threshold: 4
    [ 427.640] (II) config/udev: Adding input device Razer Razer BlackWidow Ultimate (/dev/input/mouse1)
    [ 427.640] (II) No input driver specified, ignoring this device.
    [ 427.640] (II) This device may have been added with another device file.
    [ 427.640] (II) config/udev: Adding input device UVC Camera (046d:081a) (/dev/input/event22)
    [ 427.640] (**) UVC Camera (046d:081a): Applying InputClass "evdev keyboard catchall"
    [ 427.640] (II) Using input driver 'evdev' for 'UVC Camera (046d:081a)'
    [ 427.640] (**) UVC Camera (046d:081a): always reports core events
    [ 427.640] (**) evdev: UVC Camera (046d:081a): Device: "/dev/input/event22"
    [ 427.640] (--) evdev: UVC Camera (046d:081a): Vendor 0x46d Product 0x81a
    [ 427.640] (--) evdev: UVC Camera (046d:081a): Found keys
    [ 427.640] (II) evdev: UVC Camera (046d:081a): Configuring as keyboard
    [ 427.640] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9.4/3-9.4:1.0/input/input22/event22"
    [ 427.640] (II) XINPUT: Adding extended input device "UVC Camera (046d:081a)" (type: KEYBOARD, id 14)
    [ 427.640] (**) Option "xkb_rules" "evdev"
    [ 427.640] (**) Option "xkb_model" "pc104"
    [ 427.640] (**) Option "xkb_layout" "us"
    [ 427.640] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event3)
    [ 427.640] (II) No input driver specified, ignoring this device.
    [ 427.640] (II) This device may have been added with another device file.
    [ 427.640] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event10)
    [ 427.640] (II) No input driver specified, ignoring this device.
    [ 427.640] (II) This device may have been added with another device file.
    [ 427.640] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event11)
    [ 427.640] (II) No input driver specified, ignoring this device.
    [ 427.640] (II) This device may have been added with another device file.
    [ 427.640] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event4)
    [ 427.640] (II) No input driver specified, ignoring this device.
    [ 427.640] (II) This device may have been added with another device file.
    [ 427.641] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event5)
    [ 427.641] (II) No input driver specified, ignoring this device.
    [ 427.641] (II) This device may have been added with another device file.
    [ 427.641] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event6)
    [ 427.641] (II) No input driver specified, ignoring this device.
    [ 427.641] (II) This device may have been added with another device file.
    [ 427.641] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event7)
    [ 427.641] (II) No input driver specified, ignoring this device.
    [ 427.641] (II) This device may have been added with another device file.
    [ 427.641] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event8)
    [ 427.641] (II) No input driver specified, ignoring this device.
    [ 427.641] (II) This device may have been added with another device file.
    [ 427.641] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event9)
    [ 427.641] (II) No input driver specified, ignoring this device.
    [ 427.641] (II) This device may have been added with another device file.
    [ 427.641] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
    [ 427.641] (II) No input driver specified, ignoring this device.
    [ 427.641] (II) This device may have been added with another device file.
    [ 427.643] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
    [ 428.146] (II) Quirked EDID physical size to 0x0 cm
    [ 428.146] (II) fglrx(0): EDID vendor "SAM", prod id 1059
    [ 428.146] (II) fglrx(0): Using EDID range info for horizontal sync
    [ 428.146] (II) fglrx(0): Using EDID range info for vertical refresh
    [ 428.146] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 428.146] (II) fglrx(0): Modeline "1920x1200"x0.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
    [ 428.146] (II) fglrx(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
    [ 428.146] (II) fglrx(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 428.146] (II) fglrx(0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
    [ 428.146] (II) fglrx(0): Modeline "1920x1080i"x0.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
    [ 428.146] (II) fglrx(0): Modeline "1920x1080i"x0.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
    [ 428.146] (II) fglrx(0): Modeline "720x480"x0.0 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 428.146] (II) fglrx(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 428.146] (II) fglrx(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 428.146] (II) fglrx(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 428.146] (II) fglrx(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 428.146] (II) fglrx(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 428.146] (II) fglrx(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 428.146] (II) fglrx(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 428.146] (II) fglrx(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 428.146] (II) fglrx(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 428.146] (II) fglrx(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 428.146] (II) fglrx(0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
    [ 428.146] (II) fglrx(0): Modeline "1920x1080"x0.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [ 428.146] (II) fglrx(0): Modeline "1440x480i"x0.0 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
    [ 428.146] (II) fglrx(0): Modeline "1440x576i"x0.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
    [ 428.206] (II) Quirked EDID physical size to 0x0 cm
    [ 428.206] (II) fglrx(0): EDID vendor "SAM", prod id 1059
    [ 428.206] (II) fglrx(0): Using hsync ranges from config file
    [ 428.206] (II) fglrx(0): Using vrefresh ranges from config file
    [ 428.206] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 428.206] (II) fglrx(0): Modeline "1920x1200"x0.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
    [ 428.206] (II) fglrx(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
    [ 428.206] (II) fglrx(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 428.206] (II) fglrx(0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
    [ 428.206] (II) fglrx(0): Modeline "1920x1080i"x0.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
    [ 428.206] (II) fglrx(0): Modeline "1920x1080i"x0.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
    [ 428.206] (II) fglrx(0): Modeline "720x480"x0.0 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 428.206] (II) fglrx(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 428.206] (II) fglrx(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 428.206] (II) fglrx(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 428.206] (II) fglrx(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 428.206] (II) fglrx(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 428.206] (II) fglrx(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 428.206] (II) fglrx(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 428.206] (II) fglrx(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 428.206] (II) fglrx(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 428.206] (II) fglrx(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 428.206] (II) fglrx(0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
    [ 428.206] (II) fglrx(0): Modeline "1920x1080"x0.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [ 428.206] (II) fglrx(0): Modeline "1440x480i"x0.0 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
    [ 428.206] (II) fglrx(0): Modeline "1440x576i"x0.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
    [ 428.334] (II) Quirked EDID physical size to 0x0 cm
    [ 428.334] (II) fglrx(0): EDID vendor "SAM", prod id 1059
    [ 428.334] (II) fglrx(0): Using hsync ranges from config file
    [ 428.334] (II) fglrx(0): Using vrefresh ranges from config file
    [ 428.334] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 428.334] (II) fglrx(0): Modeline "1920x1200"x0.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
    [ 428.334] (II) fglrx(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
    [ 428.334] (II) fglrx(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 428.334] (II)

  • GDM 3.6 wont start

    I installed a brand new system two days ago, from the latest Arch ISO. I'm using Xorg 1.11 and Catalyst 12.6 from the official xorg111/hd234k repos. My DE is Gnome Shell 3.6.1. Arch is dual booted alongside Windows 8 (sda1/2 for Win8, sda3/4 for Arch, no Swap). The hardware is a AMD Phenome II x4 920, ATi HD Radeon 4870 512mb, and 8Gb of ram.
    This is the first time I've tried to use both systemd and grub2. But so far all the help I've been able to get from the IRC has lead to dead-ends. As far as I know, I've read the docs very thoroughly and set everything up correctly, and everything does work perfectly except for GDM. Meaning if I put "exec gnome-session" in ~/.xinitrc and '$ startx' then Gnome Shell starts up and runs fine (though keyring doesn't remember my passwords).
    Yes, I have set "nomodeset" in /etc/default/grub and generated Grub2 correctly
    Yes, I have set up systemd correctly (hostname, locale, timezone, hwclock, kernel modules, etc). Like I said, everything works great in Gnome-Shell.
    Yes, I have run "systemd enable gdm", but gdm fails to load, and while no error message display at boot (it just sits there after the "systemd-fsdisk : clean ... " message), disabling GDM then running it manually ("# gdm") says that Xorg failed to load, and to check the Xorg logs.
    Well I've checked the Xorg logs, and the errors present don't return any useful results on Google... so I'm posting here in hope this isn't just some odd bug with my system specifically. The logs are as follows:
    Log: /var/log/Xorg.log.old (this is the one generated [i believe] from running '# gdm')
    [ 25.921]
    X.Org X Server 1.11.4
    Release Date: 2012-01-27
    [ 25.924] X Protocol Version 11, Revision 0
    [ 25.925] Build Operating System: Linux 3.3.7-1-ARCH x86_64
    [ 25.926] Current Operating System: Linux philip-linux 3.6.4-1-ARCH #1 SMP PREEMPT Mon Oct 29 09:49:00 CET 2012 x86_64
    [ 25.927] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=cc87c822-7ff7-43c0-9d61-4770c2e40d0c ro nomodeset quiet
    [ 25.928] Build Date: 01 June 2012 05:44:06PM
    [ 25.929]
    [ 25.930] Current version of pixman: 0.26.2
    [ 25.931] Before reporting problems, check [url]http://wiki.x.org[/url]
    to make sure that you have the latest version.
    [ 25.934] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 25.938] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Nov 1 21:11:33 2012
    [ 25.999] (==) Using config file: "/etc/X11/xorg.conf"
    [ 26.001] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 26.022] (==) ServerLayout "aticonfig Layout"
    [ 26.022] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
    [ 26.022] (**) | |-->Monitor "<default monitor>"
    [ 26.023] (**) | |-->Device "aticonfig-Device[0]-0"
    [ 26.023] (==) No monitor specified for screen "aticonfig-Screen[0]-0".
    Using a default monitor configuration.
    [ 26.023] (==) Automatically adding devices
    [ 26.023] (==) Automatically enabling devices
    [ 26.136] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 26.136] Entry deleted from font path.
    [ 26.138] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 26.138] Entry deleted from font path.
    [ 26.138] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 26.138] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 26.138] Entry deleted from font path.
    [ 26.138] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 26.138] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 26.138] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 26.138] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 26.138] (II) Loader magic: 0x7c7ae0
    [ 26.138] (II) Module ABI versions:
    [ 26.138] X.Org ANSI C Emulation: 0.4
    [ 26.138] X.Org Video Driver: 11.0
    [ 26.138] X.Org XInput driver : 13.0
    [ 26.138] X.Org Server Extension : 6.0
    [ 26.140] (--) PCI:*(0:1:0:0) 1002:9440:1043:01fc rev 0, Mem @ 0xd0000000/268435456, 0xfbef0000/65536, I/O @ 0x0000d000/256, BIOS @ 0x????????/131072
    [ 26.140] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 26.140] (II) "extmod" will be loaded by default.
    [ 26.140] (II) "dbe" will be loaded by default.
    [ 26.140] (II) "glx" will be loaded by default.
    [ 26.140] (II) "record" will be loaded by default.
    [ 26.140] (II) "dri" will be loaded by default.
    [ 26.140] (II) "dri2" will be loaded by default.
    [ 26.140] (II) LoadModule: "extmod"
    [ 26.156] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 26.168] (II) Module extmod: vendor="X.Org Foundation"
    [ 26.168] compiled for 1.11.4, module version = 1.0.0
    [ 26.168] Module class: X.Org Server Extension
    [ 26.168] ABI class: X.Org Server Extension, version 6.0
    [ 26.168] (II) Loading extension MIT-SCREEN-SAVER
    [ 26.168] (II) Loading extension XFree86-VidModeExtension
    [ 26.168] (II) Loading extension XFree86-DGA
    [ 26.168] (II) Loading extension DPMS
    [ 26.168] (II) Loading extension XVideo
    [ 26.168] (II) Loading extension XVideo-MotionCompensation
    [ 26.168] (II) Loading extension X-Resource
    [ 26.168] (II) LoadModule: "dbe"
    [ 26.169] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 26.175] (II) Module dbe: vendor="X.Org Foundation"
    [ 26.175] compiled for 1.11.4, module version = 1.0.0
    [ 26.175] Module class: X.Org Server Extension
    [ 26.175] ABI class: X.Org Server Extension, version 6.0
    [ 26.175] (II) Loading extension DOUBLE-BUFFER
    [ 26.175] (II) LoadModule: "glx"
    [ 26.176] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 26.190] (II) Module glx: vendor="Advanced Micro Devices, Inc."
    [ 26.191] compiled for 6.9.0, module version = 1.0.0
    [ 26.191] (II) Loading extension GLX
    [ 26.191] (II) LoadModule: "record"
    [ 26.191] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 26.198] (II) Module record: vendor="X.Org Foundation"
    [ 26.198] compiled for 1.11.4, module version = 1.13.0
    [ 26.198] Module class: X.Org Server Extension
    [ 26.198] ABI class: X.Org Server Extension, version 6.0
    [ 26.198] (II) Loading extension RECORD
    [ 26.198] (II) LoadModule: "dri"
    [ 26.198] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 26.201] (II) Module dri: vendor="X.Org Foundation"
    [ 26.201] compiled for 1.11.4, module version = 1.0.0
    [ 26.201] ABI class: X.Org Server Extension, version 6.0
    [ 26.201] (II) Loading extension XFree86-DRI
    [ 26.201] (II) LoadModule: "dri2"
    [ 26.201] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 26.202] (II) Module dri2: vendor="X.Org Foundation"
    [ 26.202] compiled for 1.11.4, module version = 1.2.0
    [ 26.202] ABI class: X.Org Server Extension, version 6.0
    [ 26.202] (II) Loading extension DRI2
    [ 26.202] (II) LoadModule: "fglrx"
    [ 26.210] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 26.441] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
    [ 26.455] compiled for 1.4.99.906, module version = 8.97.2
    [ 26.455] Module class: X.Org Video Driver
    [ 26.456] (II) Loading sub module "fglrxdrm"
    [ 26.456] (II) LoadModule: "fglrxdrm"
    [ 26.456] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 26.466] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
    [ 26.466] compiled for 1.4.99.906, module version = 8.97.2
    [ 26.466] (II) ATI Proprietary Linux Driver Version Identifier:8.97.2
    [ 26.466] (II) ATI Proprietary Linux Driver Release Identifier: UNSUPPORTED-8.97.100.3
    [ 26.466] (II) ATI Proprietary Linux Driver Build Date: Jul 3 2012 23:56:30
    [ 26.466] (++) using VT number 1
    [ 26.467] (WW) Falling back to old probe method for fglrx
    [ 26.506] (II) Loading PCS database from /etc/ati/amdpcsdb
    [ 26.520] (--) Chipset Supported AMD Graphics Processor (0x9440) found
    [ 26.527] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
    [ 26.527] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
    [ 26.527] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:1) found
    [ 26.527] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
    [ 26.527] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
    [ 26.527] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found
    [ 26.527] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
    [ 26.527] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
    [ 26.527] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found
    [ 26.527] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
    [ 26.527] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
    [ 26.527] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
    [ 26.528] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found
    [ 26.528] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
    [ 26.528] (II) AMD Video driver is running on a device belonging to a group targeted for this release
    [ 26.539] (II) AMD Video driver is signed
    [ 26.539] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 26.539] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 26.539] (II) fglrx(0): pEnt->device->identifier=0xaebed0
    [ 26.540] (II) fglrx(0): === [xdl_xs111_atiddxPreInit] === begin
    [ 26.540] (II) Loading sub module "vgahw"
    [ 26.540] (II) LoadModule: "vgahw"
    [ 26.540] (II) Loading /usr/lib/xorg/modules/libvgahw.so
    [ 26.541] (II) Module vgahw: vendor="X.Org Foundation"
    [ 26.541] compiled for 1.11.4, module version = 0.1.0
    [ 26.541] ABI class: X.Org Video Driver, version 11.0
    [ 26.541] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    [ 26.541] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 26.541] (==) fglrx(0): Default visual is TrueColor
    [ 26.541] (==) fglrx(0): RGB weight 888
    [ 26.541] (II) fglrx(0): Using 8 bits per RGB
    [ 26.541] (==) fglrx(0): Buffer Tiling is ON
    [ 26.542] (II) Loading sub module "fglrxdrm"
    [ 26.542] (II) LoadModule: "fglrxdrm"
    [ 26.543] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 26.543] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
    [ 26.543] compiled for 1.4.99.906, module version = 8.97.2
    [ 26.546] ukiDynamicMajor: found major device number 251
    [ 26.546] ukiDynamicMajor: found major device number 251
    [ 26.546] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 26.546] ukiOpenDevice: node name is /dev/ati/card0
    [ 26.546] ukiOpenDevice: open result is 11, (OK)
    [ 26.546] ukiOpenByBusid: ukiOpenMinor returns 11
    [ 26.546] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 26.546] (**) fglrx(0): NoAccel = NO
    [ 26.546] (**) fglrx(0): ATI 2D Acceleration Architecture enabled
    [ 26.546] (--) fglrx(0): Chipset: "ATI Radeon HD 4800 Series " (Chipset = 0x9440)
    [ 26.546] (--) fglrx(0): (PciSubVendor = 0x1043, PciSubDevice = 0x01fc)
    [ 26.546] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
    [ 26.546] (--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
    [ 26.546] (--) fglrx(0): MMIO registers at 0xfbef0000
    [ 26.546] (--) fglrx(0): I/O port at 0x0000d000
    [ 26.546] (==) fglrx(0): ROM-BIOS at 0x000c0000
    [ 26.564] (II) fglrx(0): AC Adapter is used
    [ 26.589] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
    [ 26.591] (II) Loading sub module "vbe"
    [ 26.591] (II) LoadModule: "vbe"
    [ 26.592] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [ 26.593] (II) Module vbe: vendor="X.Org Foundation"
    [ 26.593] compiled for 1.11.4, module version = 1.1.0
    [ 26.593] ABI class: X.Org Video Driver, version 11.0
    [ 26.593] (II) fglrx(0): VESA BIOS detected
    [ 26.593] (II) fglrx(0): VESA VBE Version 3.0
    [ 26.593] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
    [ 26.593] (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
    [ 26.593] (II) fglrx(0): VESA VBE OEM Software Rev: 11.7
    [ 26.593] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
    [ 26.593] (II) fglrx(0): VESA VBE OEM Product: RV770
    [ 26.593] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
    [ 26.631] (II) fglrx(0): ATI Video BIOS revision 9 or later detected
    [ 26.632] (--) fglrx(0): Video RAM: 524288 kByte, Type: GDDR5
    [ 26.632] (II) fglrx(0): PCIE card detected
    [ 26.632] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
    [ 26.632] (WW) fglrx(0): board is an unknown third party board, chipset is supported
    [ 26.633] (II) fglrx(0): Using adapter: 1:0.0.
    [ 26.665] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x20000000)
    [ 26.672] (II) fglrx(0): Interrupt handler installed at IRQ 44.
    [ 26.672] (II) fglrx(0): RandR 1.2 support is enabled!
    [ 26.672] (II) fglrx(0): RandR 1.2 rotation support is enabled!
    [ 26.672] (==) fglrx(0): Center Mode is disabled
    [ 26.672] (II) Loading sub module "fb"
    [ 26.672] (II) LoadModule: "fb"
    [ 26.672] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 26.685] (II) Module fb: vendor="X.Org Foundation"
    [ 26.685] compiled for 1.11.4, module version = 1.0.0
    [ 26.685] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 26.685] (II) Loading sub module "ddc"
    [ 26.685] (II) LoadModule: "ddc"
    [ 26.685] (II) Module "ddc" already built-in
    [ 27.457] (II) fglrx(0): Finished Initialize PPLIB!
    [ 27.479] (II) fglrx(0): Output DFP1 using monitor section 0-DFP1
    [ 27.479] (**) fglrx(0): Option "PreferredMode" "1920x1080"
    [ 27.479] (**) fglrx(0): Option "Position" "0 0"
    [ 27.479] (**) fglrx(0): Option "Disable" "false"
    [ 27.479] (**) fglrx(0): Option "Rotate" "normal"
    [ 27.479] (**) fglrx(0): Option "TargetRefresh" "60"
    [ 27.479] (II) fglrx(0): Output DFP2 using monitor section 0-DFP2
    [ 27.479] (**) fglrx(0): Option "Position" "331 1080"
    [ 27.479] (**) fglrx(0): Option "Disable" "true"
    [ 27.479] (**) fglrx(0): Option "Rotate" "normal"
    [ 27.479] (**) fglrx(0): Option "TargetRefresh" "60"
    [ 27.479] (II) fglrx(0): Output CRT1 has no monitor section
    [ 27.479] (II) fglrx(0): Output CRT2 has no monitor section
    [ 27.479] (II) fglrx(0): Output TV has no monitor section
    [ 27.479] (II) fglrx(0): Output CV has no monitor section
    [ 27.479] (II) Loading sub module "ddc"
    [ 27.479] (II) LoadModule: "ddc"
    [ 27.479] (II) Module "ddc" already built-in
    [ 27.479] (II) fglrx(0): Connected Display0: DFP1
    [ 27.479] (II) fglrx(0): Display0 EDID data ---------------------------
    [ 27.479] (II) fglrx(0): Manufacturer: ACR Model: 87 Serial#: 2435877271
    [ 27.479] (II) fglrx(0): Year: 2009 Week: 13
    [ 27.479] (II) fglrx(0): EDID Version: 1.3
    [ 27.479] (II) fglrx(0): Digital Display Input
    [ 27.479] (II) fglrx(0): Max Image Size [cm]: horiz.: 48 vert.: 27
    [ 27.479] (II) fglrx(0): Gamma: 2.20
    [ 27.479] (II) fglrx(0): DPMS capabilities: StandBy Suspend
    [ 27.479] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 27.479] (II) fglrx(0): First detailed timing is preferred mode
    [ 27.479] (II) fglrx(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
    [ 27.479] (II) fglrx(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
    [ 27.479] (II) fglrx(0): Supported established timings:
    [ 27.479] (II) fglrx(0): 720x400@70Hz
    [ 27.479] (II) fglrx(0): 640x480@60Hz
    [ 27.479] (II) fglrx(0): 640x480@67Hz
    [ 27.479] (II) fglrx(0): 640x480@72Hz
    [ 27.479] (II) fglrx(0): 640x480@75Hz
    [ 27.479] (II) fglrx(0): 800x600@56Hz
    [ 27.479] (II) fglrx(0): 800x600@60Hz
    [ 27.479] (II) fglrx(0): 800x600@72Hz
    [ 27.479] (II) fglrx(0): 800x600@75Hz
    [ 27.479] (II) fglrx(0): 832x624@75Hz
    [ 27.479] (II) fglrx(0): 1024x768@60Hz
    [ 27.479] (II) fglrx(0): 1024x768@70Hz
    [ 27.479] (II) fglrx(0): 1024x768@75Hz
    [ 27.479] (II) fglrx(0): 1280x1024@75Hz
    [ 27.479] (II) fglrx(0): 1152x864@75Hz
    [ 27.479] (II) fglrx(0): Manufacturer's mask: 0
    [ 27.479] (II) fglrx(0): Supported standard timings:
    [ 27.479] (II) fglrx(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 27.479] (II) fglrx(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 27.479] (II) fglrx(0): #2: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 27.479] (II) fglrx(0): #3: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
    [ 27.479] (II) fglrx(0): #4: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 27.479] (II) fglrx(0): #5: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
    [ 27.479] (II) fglrx(0): #6: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 27.479] (II) fglrx(0): #7: hsize: 1280 vsize 720 refresh: 60 vid: 49281
    [ 27.479] (II) fglrx(0): Supported detailed timing:
    [ 27.479] (II) fglrx(0): clock: 138.5 MHz Image Size: 531 x 299 mm
    [ 27.479] (II) fglrx(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
    [ 27.479] (II) fglrx(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1110 v_border: 0
    [ 27.479] (II) fglrx(0): Ranges: V min: 56 V max: 76 Hz, H min: 31 H max: 83 kHz, PixClock max 175 MHz
    [ 27.479] (II) fglrx(0): Monitor name: H213H
    [ 27.479] (II) fglrx(0): Serial No: LF80D0028500
    [ 27.479] (II) fglrx(0): EDID (in hex):
    [ 27.479] (II) fglrx(0): 00ffffffffffff000472870097893091
    [ 27.479] (II) fglrx(0): 0d13010380301b78caee95a3544c9926
    [ 27.479] (II) fglrx(0): 0f5054bfef80714f8180b300d1c09500
    [ 27.479] (II) fglrx(0): a940814081c01a3680a070381e403020
    [ 27.479] (II) fglrx(0): 3500132b21000018000000fd00384c1f
    [ 27.479] (II) fglrx(0): 5311000a202020202020000000fc0048
    [ 27.479] (II) fglrx(0): 323133480a20202020202020000000ff
    [ 27.479] (II) fglrx(0): 004c46383044303032383530300a001a
    [ 27.479] (II) fglrx(0): End of Display0 EDID data --------------------
    [ 27.479] (II) fglrx(0): Connected Display1: DFP2
    [ 27.479] (II) fglrx(0): Display1 EDID data ---------------------------
    [ 27.479] (II) fglrx(0): Manufacturer: WAC Model: 1019 Serial#: 5284
    [ 27.479] (II) fglrx(0): Year: 2008 Week: 5
    [ 27.479] (II) fglrx(0): EDID Version: 1.3
    [ 27.479] (II) fglrx(0): Digital Display Input
    [ 27.479] (II) fglrx(0): DFP 1.x compatible TMDS
    [ 27.479] (II) fglrx(0): Max Image Size [cm]: horiz.: 27 vert.: 17
    [ 27.479] (II) fglrx(0): Gamma: 2.20
    [ 27.479] (II) fglrx(0): DPMS capabilities: StandBy Off
    [ 27.479] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 27.479] (II) fglrx(0): First detailed timing is preferred mode
    [ 27.479] (II) fglrx(0): redX: 0.589 redY: 0.341 greenX: 0.321 greenY: 0.535
    [ 27.479] (II) fglrx(0): blueX: 0.157 blueY: 0.145 whiteX: 0.313 whiteY: 0.329
    [ 27.479] (II) fglrx(0): Supported established timings:
    [ 27.479] (II) fglrx(0): 720x400@70Hz
    [ 27.479] (II) fglrx(0): 640x480@60Hz
    [ 27.479] (II) fglrx(0): 640x480@75Hz
    [ 27.479] (II) fglrx(0): 800x600@60Hz
    [ 27.479] (II) fglrx(0): 800x600@72Hz
    [ 27.479] (II) fglrx(0): 800x600@75Hz
    [ 27.479] (II) fglrx(0): 832x624@75Hz
    [ 27.479] (II) fglrx(0): 1024x768@60Hz
    [ 27.479] (II) fglrx(0): 1024x768@70Hz
    [ 27.479] (II) fglrx(0): 1024x768@75Hz
    [ 27.479] (II) fglrx(0): Manufacturer's mask: 0
    [ 27.479] (II) fglrx(0): Supported standard timings:
    [ 27.479] (II) fglrx(0): #0: hsize: 1280 vsize 800 refresh: 60 vid: 129
    [ 27.479] (II) fglrx(0): Supported detailed timing:
    [ 27.479] (II) fglrx(0): clock: 83.4 MHz Image Size: 261 x 163 mm
    [ 27.479] (II) fglrx(0): h_active: 1280 h_sync: 1480 h_sync_end 1616 h_blank_end 1680 h_border: 0
    [ 27.479] (II) fglrx(0): v_active: 800 v_sync: 824 v_sync_end 827 v_blanking: 828 v_border: 0
    [ 27.479] (II) fglrx(0): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 82 kHz, PixClock max 145 MHz
    [ 27.479] (II) fglrx(0): Serial No: 8AC005284
    [ 27.479] (II) fglrx(0): Monitor name: Cintiq 12WX
    [ 27.479] (II) fglrx(0): EDID (in hex):
    [ 27.479] (II) fglrx(0): 00ffffffffffff005c231910a4140000
    [ 27.479] (II) fglrx(0): 05120103811b1178aad4459657528928
    [ 27.479] (II) fglrx(0): 255054a5ee0081000101010101010101
    [ 27.479] (II) fglrx(0): 0101010101019420009051201c30c888
    [ 27.479] (II) fglrx(0): 830405a31000001e000000fd00384b1f
    [ 27.479] (II) fglrx(0): 520e000a202020202020000000ff0038
    [ 27.479] (II) fglrx(0): 414330303532383420202020000000fc
    [ 27.479] (II) fglrx(0): 0043696e74697120313257580a200023
    [ 27.479] (II) fglrx(0): End of Display1 EDID data --------------------
    [ 27.767] (II) fglrx(0): EDID for output DFP1
    [ 27.767] (II) fglrx(0): Manufacturer: ACR Model: 87 Serial#: 2435877271
    [ 27.767] (II) fglrx(0): Year: 2009 Week: 13
    [ 27.767] (II) fglrx(0): EDID Version: 1.3
    [ 27.768] (II) fglrx(0): Digital Display Input
    [ 27.768] (II) fglrx(0): Max Image Size [cm]: horiz.: 48 vert.: 27
    [ 27.768] (II) fglrx(0): Gamma: 2.20
    [ 27.768] (II) fglrx(0): DPMS capabilities: StandBy Suspend
    [ 27.768] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 27.768] (II) fglrx(0): First detailed timing is preferred mode
    [ 27.768] (II) fglrx(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
    [ 27.768] (II) fglrx(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
    [ 27.768] (II) fglrx(0): Supported established timings:
    [ 27.768] (II) fglrx(0): 720x400@70Hz
    [ 27.768] (II) fglrx(0): 640x480@60Hz
    [ 27.768] (II) fglrx(0): 640x480@67Hz
    [ 27.768] (II) fglrx(0): 640x480@72Hz
    [ 27.768] (II) fglrx(0): 640x480@75Hz
    [ 27.768] (II) fglrx(0): 800x600@56Hz
    [ 27.768] (II) fglrx(0): 800x600@60Hz
    [ 27.768] (II) fglrx(0): 800x600@72Hz
    [ 27.768] (II) fglrx(0): 800x600@75Hz
    [ 27.768] (II) fglrx(0): 832x624@75Hz
    [ 27.768] (II) fglrx(0): 1024x768@60Hz
    [ 27.768] (II) fglrx(0): 1024x768@70Hz
    [ 27.768] (II) fglrx(0): 1024x768@75Hz
    [ 27.768] (II) fglrx(0): 1280x1024@75Hz
    [ 27.768] (II) fglrx(0): 1152x864@75Hz
    [ 27.768] (II) fglrx(0): Manufacturer's mask: 0
    [ 27.768] (II) fglrx(0): Supported standard timings:
    [ 27.768] (II) fglrx(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 27.768] (II) fglrx(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 27.768] (II) fglrx(0): #2: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 27.768] (II) fglrx(0): #3: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
    [ 27.768] (II) fglrx(0): #4: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 27.768] (II) fglrx(0): #5: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
    [ 27.768] (II) fglrx(0): #6: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 27.768] (II) fglrx(0): #7: hsize: 1280 vsize 720 refresh: 60 vid: 49281
    [ 27.768] (II) fglrx(0): Supported detailed timing:
    [ 27.768] (II) fglrx(0): clock: 138.5 MHz Image Size: 531 x 299 mm
    [ 27.768] (II) fglrx(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
    [ 27.768] (II) fglrx(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1110 v_border: 0
    [ 27.768] (II) fglrx(0): Ranges: V min: 56 V max: 76 Hz, H min: 31 H max: 83 kHz, PixClock max 175 MHz
    [ 27.768] (II) fglrx(0): Monitor name: H213H
    [ 27.768] (II) fglrx(0): Serial No: LF80D0028500
    [ 27.768] (II) fglrx(0): EDID (in hex):
    [ 27.768] (II) fglrx(0): 00ffffffffffff000472870097893091
    [ 27.768] (II) fglrx(0): 0d13010380301b78caee95a3544c9926
    [ 27.768] (II) fglrx(0): 0f5054bfef80714f8180b300d1c09500
    [ 27.768] (II) fglrx(0): a940814081c01a3680a070381e403020
    [ 27.768] (II) fglrx(0): 3500132b21000018000000fd00384c1f
    [ 27.768] (II) fglrx(0): 5311000a202020202020000000fc0048
    [ 27.768] (II) fglrx(0): 323133480a20202020202020000000ff
    [ 27.768] (II) fglrx(0): 004c46383044303032383530300a001a
    [ 27.768] (II) fglrx(0): EDID vendor "ACR", prod id 135
    [ 27.781] (II) fglrx(0): Using EDID range info for horizontal sync
    [ 27.781] (II) fglrx(0): Using EDID range info for vertical refresh
    [ 27.781] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 27.781] (II) fglrx(0): Modeline "1920x1080"x0.0 138.50 1920 1968 2000 2080 1080 1083 1088 1110 -hsync -vsync (66.6 kHz)
    [ 27.781] (II) fglrx(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 27.781] (II) fglrx(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 27.781] (II) fglrx(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 27.781] (II) fglrx(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
    [ 27.781] (II) fglrx(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    [ 27.781] (II) fglrx(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 27.781] (II) fglrx(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 27.781] (II) fglrx(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 27.781] (II) fglrx(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    [ 27.781] (II) fglrx(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    [ 27.781] (II) fglrx(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 27.781] (II) fglrx(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 27.781] (II) fglrx(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 27.781] (II) fglrx(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    [ 27.781] (II) fglrx(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 27.781] (II) fglrx(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 27.781] (II) fglrx(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
    [ 27.781] (II) fglrx(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
    [ 27.781] (II) fglrx(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz)
    [ 27.781] (II) fglrx(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
    [ 27.781] (II) fglrx(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 27.781] (II) fglrx(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz)
    [ 27.781] (II) fglrx(0): Printing probed modes for output DFP1
    [ 27.781] (II) fglrx(0): Modeline "1920x1080"x60.0 138.50 1920 1968 2000 2080 1080 1083 1088 1110 +hsync +vsync (66.6 kHz)
    [ 27.781] (II) fglrx(0): Modeline "1776x1000"x60.0 147.05 1776 1880 2072 2368 1000 1001 1004 1035 +hsync -vsync (62.1 kHz)
    [ 27.781] (II) fglrx(0): Modeline "1600x900"x60.0 108.00 1600 1624 1704 1800 900 901 904 1000 -hsync -vsync (60.0 kHz)
    [ 27.781] (II) fglrx(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 -hsync -vsync (75.0 kHz)
    [ 27.781] (II) fglrx(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 +hsync -vsync (65.3 kHz)
    [ 27.781] (II) fglrx(0): Modeline "1400x1050"x60.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 +hsync -vsync (65.3 kHz)
    [ 27.781] (II) fglrx(0): Modeline "1360x1024"x60.0 116.01 1360 1448 1592 1824 1024 1025 1028 1060 +hsync -vsync (63.6 kHz)
    [ 27.781] (II) fglrx(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 -hsync -vsync (80.0 kHz)
    [ 27.781] (II) fglrx(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 -hsync -vsync (64.0 kHz)
    [ 27.781] (II) fglrx(0): Modeline "1440x900"x60.0 106.50 1440 1520 1672 1904 900 903 909 934 +hsync -vsync (55.9 kHz)
    [ 27.781] (II) fglrx(0): Modeline "1280x960"x75.0 129.86 1280 1368 1504 1728 960 961 964 1002 +hsync -vsync (75.2 kHz)
    [ 27.781] (II) fglrx(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 -hsync -vsync (60.0 kHz)
    [ 27.781] (II) fglrx(0): Modeline "1280x800"x75.0 107.21 1280 1360 1496 1712 800 801 804 835 +hsync -vsync (62.6 kHz)
    [ 27.781] (II) fglrx(0): Modeline "1280x800"x60.0 83.46 1280 1344 1480 1680 800 801 804 828 +hsync -vsync (49.7 kHz)
    [ 27.781] (II) fglrx(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 -hsync -vsync (67.5 kHz)
    [ 27.781] (II) fglrx(0): Modeline "1152x864"x60.0 81.62 1152 1216 1336 1520 864 865 868 895 +hsync -vsync (53.7 kHz)
    [ 27.781] (II) fglrx(0): Modeline "1280x768"x75.0 102.25 1280 1360 1488 1696 768 771 778 805 +hsync -vsync (60.3 kHz)
    [ 27.781] (II) fglrx(0): Modeline "1280x768"x60.0 79.50 1280 1344 1472 1664 768 771 778 798 +hsync -vsync (47.8 kHz)
    [ 27.781] (II) fglrx(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 -hsync -vsync (45.0 kHz)
    [ 27.781] (II) fglrx(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 -hsync -vsync (60.0 kHz)
    [ 27.781] (II) fglrx(0): Modeline "1024x768"x70.0 75.00 1024 1048 1184 1328 768 771 777 806 +hsync +vsync (56.5 kHz)
    [ 27.781] (II) fglrx(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 +hsync +vsync (48.4 kHz)
    [ 27.781] (II) fglrx(0): Modeline "800x600"x72.0 50.00 800 856 976 1040 600 637 643 666 -hsync -vsync (48.1 kHz)
    [ 27.781] (II) fglrx(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 -hsync -vsync (46.9 kHz)
    [ 27.781] (II) fglrx(0): Modeline "800x600"x70.0 45.50 800 840 920 1040 600 601 604 625 +hsync -vsync (43.8 kHz)
    [ 27.781] (II) fglrx(0): Modeline "800x600"x60.0 40.00 800 840 968 1056 600 601 605 628 -hsync -vsync (37.9 kHz)
    [ 27.781] (II) fglrx(0): Modeline "800x600"x56.0 36.00 800 824 896 1024 600 601 603 625 -hsync -vsync (35.2 kHz)
    [ 27.781] (II) fglrx(0): Modeline "720x480"x60.0 26.71 720 736 808 896 480 481 484 497 +hsync -vsync (29.8 kHz)
    [ 27.781] (II) fglrx(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 +hsync +vsync (37.5 kHz)
    [ 27.781] (II) fglrx(0): Modeline "640x480"x72.0 31.50 640 656 696 832 480 481 484 520 +hsync +vsync (37.9 kHz)
    [ 27.781] (II) fglrx(0): Modeline "640x480"x60.0 25.18 640 648 744 800 480 482 484 525 +hsync +vsync (31.5 kHz)
    [ 27.781] (II) fglrx(0): EDID for output DFP2
    [ 27.781] (II) fglrx(0): Manufacturer: WAC Model: 1019 Serial#: 5284
    [ 27.781] (II) fglrx(0): Year: 2008 Week: 5
    [ 27.781] (II) fglrx(0): EDID Version: 1.3
    [ 27.781] (II) fglrx(0): Digital Display Input
    [ 27.781] (II) fglrx(0): DFP 1.x compatible TMDS
    [ 27.781] (II) fglrx(0): Max Image Size [cm]: horiz.: 27 vert.: 17
    [ 27.781] (II) fglrx(0): Gamma: 2.20
    [ 27.781] (II) fglrx(0): DPMS capabilities: StandBy Off
    [ 27.781] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 27.781] (II) fglrx(0): First detailed timing is preferred mode
    [ 27.781] (II) fglrx(0): redX: 0.589 redY: 0.341 greenX: 0.321 greenY: 0.535
    [ 27.781] (II) fglrx(0): blueX: 0.157 blueY: 0.145 whiteX: 0.313 whiteY: 0.329
    [ 27.781] (II) fglrx(0): Supported established timings:
    [ 27.781] (II) fglrx(0): 720x400@70Hz
    [ 27.781] (II) fglrx(0): 640x480@60Hz
    [ 27.781] (II) fglrx(0): 640x480@75Hz
    [ 27.781] (II) fglrx(0): 800x600@60Hz
    [ 27.781] (II) fglrx(0): 800x600@72Hz
    [ 27.781] (II) fglrx(0): 800x600@75Hz
    [ 27.781] (II) fglrx(0): 832x624@75Hz
    [ 27.781] (II) fglrx(0): 1024x768@60Hz
    [ 27.781] (II) fglrx(0): 1024x768@70Hz
    [ 27.781] (II) fglrx(0): 1024x768@75Hz
    [ 27.781] (II) fglrx(0): Manufacturer's mask: 0
    [ 27.781] (II) fglrx(0): Supported standard timings:
    [ 27.781] (II) fglrx(0): #0: hsize: 1280 vsize 800 refresh: 60 vid: 129
    [ 27.781] (II) fglrx(0): Supported detailed timing:
    [ 27.781] (II) fglrx(0): clock: 83.4 MHz Image Size: 261 x 163 mm
    [ 27.781] (II) fglrx(0): h_active: 1280 h_sync: 1480 h_sync_end 1616 h_blank_end 1680 h_border: 0
    [ 27.781] (II) fglrx(0): v_active: 800 v_sync: 824 v_sync_end 827 v_blanking: 828 v_border: 0
    [ 27.781] (II) fglrx(0): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 82 kHz, PixClock max 145 MHz
    [ 27.781] (II) fglrx(0): Serial No: 8AC005284
    [ 27.781] (II) fglrx(0): Monitor name: Cintiq 12WX
    [ 27.781] (II) fglrx(0): EDID (in hex):
    [ 27.781] (II) fglrx(0): 00ffffffffffff005c231910a4140000
    [ 27.781] (II) fglrx(0): 05120103811b1178aad4459657528928
    [ 27.781] (II) fglrx(0): 255054a5ee0081000101010101010101
    [ 27.781] (II) fglrx(0): 0101010101019420009051201c30c888
    [ 27.781] (II) fglrx(0): 830405a31000001e000000fd00384b1f
    [ 27.781] (II) fglrx(0): 520e000a202020202020000000ff0038
    [ 27.781] (II) fglrx(0): 414330303532383420202020000000fc
    [ 27.781] (II) fglrx(0): 0043696e74697120313257580a200023
    [ 27.781] (II) fglrx(0): Printing probed modes for output DFP2
    [ 27.781] (II) fglrx(0): Modeline "1280x800"x60.0 83.40 1280 1480 1616 1680 800 824 827 828 -hsync -vsync (49.6 kHz)
    [ 27.781] (II) fglrx(0): Modeline "1280x768"x60.0 79.50 1280 1344 1472 1664 768 771 778 798 +hsync -vsync (47.8 kHz)
    [ 27.781] (II) fglrx(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 -hsync -vsync (45.0 kHz)
    [ 27.781] (II) fglrx(0): Modeline "1152x648"x60.0 59.90 1152 1200 1320 1488 648 649 652 671 +hsync -vsync (40.3 kHz)
    [ 27.781] (II) fglrx(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 -hsync -vsync (60.0 kHz)
    [ 27.781] (II) fglrx(0): Modeline "1024x768"x70.0 75.00 1024 1048 1184 1328 768 771 777 806 +hsync +vsync (56.5 kHz)
    [ 27.781] (II) fglrx(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 +hsync +vsync (48.4 kHz)
    [ 27.781] (II) fglrx(0): Modeline "800x600"x72.0 50.00 800 856 976 1040 600 637 643 666 -hsync -vsync (48.1 kHz)
    [ 27.781] (II) fglrx(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 -hsync -vsync (46.9 kHz)
    [ 27.781] (II) fglrx(0): Modeline "800x600"x70.0 45.50 800 840 920 1040 600 601 604 625 +hsync -vsync (43.8 kHz)
    [ 27.781] (II) fglrx(0): Modeline "800x600"x60.0 40.00 800 840 968 1056 600 601 605 628 -hsync -vsync (37.9 kHz)
    [ 27.781] (II) fglrx(0): Modeline "720x480"x60.0 26.71 720 736 808 896 480 481 484 497 +hsync -vsync (29.8 kHz)
    [ 27.781] (II) fglrx(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 +hsync +vsync (37.5 kHz)
    [ 27.781] (II) fglrx(0): Modeline "640x480"x72.0 31.50 640 656 696 832 480 481 484 520 +hsync +vsync (37.9 kHz)
    [ 27.781] (II) fglrx(0): Modeline "640x480"x60.0 25.18 640 648 744 800 480 482 484 525 +hsync +vsync (31.5 kHz)
    [ 27.781] (II) fglrx(0): EDID for output CRT1
    [ 27.781] (II) fglrx(0): EDID for output CRT2
    [ 27.782] (II) fglrx(0): EDID for output TV
    [ 27.782] (II) fglrx(0): EDID for output CV
    [ 27.782] (II) fglrx(0): Output DFP1 connected
    [ 27.782] (II) fglrx(0): Output DFP2 disabled by config file
    [ 27.782] (II) fglrx(0): Output CRT1 disconnected
    [ 27.782] (II) fglrx(0): Output CRT2 disconnected
    [ 27.782] (II) fglrx(0): Output TV disconnected
    [ 27.782] (II) fglrx(0): Output CV disconnected
    [ 27.782] (II) fglrx(0): Using user preference for initial modes
    [ 27.782] (II) fglrx(0): Output DFP1 using initial mode 1920x1080
    [ 27.782] (II) fglrx(0): Display dimensions: (480, 270) mm
    [ 27.782] (II) fglrx(0): DPI set to (101, 101)
    [ 27.782] (II) fglrx(0): Adapter ATI Radeon HD 4800 Series has 2 configurable heads and 2 displays connected.
    [ 27.782] (==) fglrx(0): PseudoColor visuals disabled
    [ 27.782] (II) Loading sub module "ramdac"
    [ 27.782] (II) LoadModule: "ramdac"
    [ 27.782] (II) Module "ramdac" already built-in
    [ 27.782] (==) fglrx(0): NoDRI = NO
    [ 27.782] (==) fglrx(0): Capabilities: 0x00000000
    [ 27.782] (==) fglrx(0): CapabilitiesEx: 0x00000000
    [ 27.782] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
    [ 27.782] (==) fglrx(0): UseFastTLS=0
    [ 27.782] (==) fglrx(0): BlockSignalsOnLock=1
    [ 27.782] (II) fglrx(0): Desktop Vsync is enabled.
    [ 27.782] (--) Depth 24 pixmap format is 32 bpp
    [ 27.782] (II) Loading extension ATIFGLRXDRI
    [ 27.782] (II) fglrx(0): doing swlDriScreenInit
    [ 27.782] (II) fglrx(0): swlDriScreenInit for fglrx driver
    [ 27.782] ukiDynamicMajor: found major device number 251
    [ 27.782] ukiDynamicMajor: found major device number 251
    [ 27.782] ukiDynamicMajor: found major device number 251
    [ 27.782] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 27.782] ukiOpenDevice: node name is /dev/ati/card0
    [ 27.782] ukiOpenDevice: open result is 16, (OK)
    [ 27.782] ukiOpenByBusid: ukiOpenMinor returns 16
    [ 27.782] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 27.782] (II) fglrx(0): [uki] DRM interface version 1.0
    [ 27.782] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
    [ 27.782] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000
    [ 27.782] (II) fglrx(0): [uki] mapped SAREA 0x2000 to 0x7f541545b000
    [ 27.782] (II) fglrx(0): [uki] framebuffer handle = 0x3000
    [ 27.782] (II) fglrx(0): [uki] added 1 reserved context for kernel
    [ 27.782] (II) fglrx(0): swlDriScreenInit done
    [ 27.782] (II) fglrx(0): Kernel Module Version Information:
    [ 27.782] (II) fglrx(0): Name: fglrx
    [ 27.782] (II) fglrx(0): Version: 8.97.2
    [ 27.782] (II) fglrx(0): Date: Jul 4 2012
    [ 27.782] (II) fglrx(0): Desc: ATI FireGL DRM kernel module
    [ 27.782] (II) fglrx(0): Kernel Module version matches driver.
    [ 27.782] (II) fglrx(0): Kernel Module Build Time Information:
    [ 27.782] (II) fglrx(0): Build-Kernel UTS_RELEASE: 3.6.4-1-ARCH
    [ 27.782] (II) fglrx(0): Build-Kernel MODVERSIONS: no
    [ 27.782] (II) fglrx(0): Build-Kernel __SMP__: no
    [ 27.782] (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
    [ 27.782] (II) fglrx(0): [uki] register handle = 0x00004000
    [ 27.799] (II) fglrx(0): DRI initialization successfull
    [ 27.800] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x01068000
    [ 27.804] (==) fglrx(0): Backing store disabled
    [ 27.804] (II) Loading extension FGLRXEXTENSION
    [ 27.804] (==) fglrx(0): DPMS enabled
    [ 27.804] (II) fglrx(0): Initialized in-driver Xinerama extension
    [ 27.804] (**) fglrx(0): Textured Video is enabled.
    [ 27.804] (II) LoadModule: "glesx"
    [ 27.805] (II) Loading /usr/lib/xorg/modules/glesx.so
    [ 27.934] (II) Module glesx: vendor="X.Org Foundation"
    [ 27.934] compiled for 1.4.99.906, module version = 1.0.0
    [ 27.934] (II) Loading extension GLESX
    [ 27.934] (II) fglrx(0): GLESX enableFlags = 528
    [ 27.945] (II) fglrx(0): GLESX is enabled
    [ 27.945] (II) LoadModule: "amdxmm"
    [ 27.945] (II) Loading /usr/lib/xorg/modules/amdxmm.so
    [ 27.955] (II) Module amdxmm: vendor="X.Org Foundation"
    [ 27.955] compiled for 1.4.99.906, module version = 2.0.0
    [ 27.955] (II) Loading extension AMDXVOPL
    [ 27.955] (II) Loading extension AMDXVBA
    [ 27.958] (II) fglrx(0): UVD feature is enabled(II) fglrx(0):
    [ 27.961] (II) fglrx(0): Enable composite support successfully
    [ 27.961] (II) fglrx(0): X context handle = 0x1
    [ 27.961] (II) fglrx(0): [DRI] installation complete
    [ 27.961] (==) fglrx(0): Silken mouse enabled
    [ 27.962] (==) fglrx(0): Using HW cursor of display infrastructure!
    [ 27.962] (II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2.
    [ 27.962] (II) fglrx(0): Cannot get TV Format. Set all TV geometry value to zero!
    [ 27.962] (II) fglrx(0): Cannot set TV horizontal size.
    [ 27.962] (II) fglrx(0): Cannot get TV Format for trying to adjust horizontal position after horizontal size changed.
    [ 27.962] (II) fglrx(0): Cannot set TV horizontal position.
    [ 27.962] (II) fglrx(0): Cannot set TV vertical position.
    [ 27.984] (II) fglrx(0): User Preference Output DFP1 using refresh rate 60.0 Hz.
    [ 28.079] (--) RandR disabled
    [ 28.079] (II) Initializing built-in extension Generic Event Extension
    [ 28.079] (II) Initializing built-in extension SHAPE
    [ 28.079] (II) Initializing built-in extension MIT-SHM
    [ 28.079] (II) Initializing built-in extension XInputExtension
    [ 28.079] (II) Initializing built-in extension XTEST
    [ 28.079] (II) Initializing built-in extension BIG-REQUESTS
    [ 28.079] (II) Initializing built-in extension SYNC
    [ 28.079] (II) Initializing built-in extension XKEYBOARD
    [ 28.079] (II) Initializing built-in extension XC-MISC
    [ 28.079] (II) Initializing built-in extension SECURITY
    [ 28.079] (II) Initializing built-in extension XINERAMA
    [ 28.079] (II) Initializing built-in extension XFIXES
    [ 28.079] (II) Initializing built-in extension RENDER
    [ 28.079] (II) Initializing built-in extension RANDR
    [ 28.079] (II) Initializing built-in extension COMPOSITE
    [ 28.079] (II) Initializing built-in extension DAMAGE
    [ 28.081] ukiDynamicMajor: found major device number 251
    [ 28.081] ukiDynamicMajor: found major device number 251
    [ 28.081] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 28.081] ukiOpenDevice: node name is /dev/ati/card0
    [ 28.081] ukiOpenDevice: open result is 17, (OK)
    [ 28.081] ukiOpenByBusid: ukiOpenMinor returns 17
    [ 28.081] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 28.808] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
    [ 28.932] (II) fglrx(0): Enable the clock gating!
    [ 28.977] (II) fglrx(0): Desktop Vsync is enabled.
    [ 28.977] (II) fglrx(0): Setting screen physical size to 508 x 285
    [ 29.247] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 29.247] (**) Power Button: Applying InputClass "system-keyboard"
    [ 29.247] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 29.247] (II) LoadModule: "evdev"
    [ 29.247] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 29.261] (II) Module evdev: vendor="X.Org Foundation"
    [ 29.261] compiled for 1.10.99.902, module version = 2.6.0
    [ 29.261] Module class: X.Org XInput Driver
    [ 29.261] ABI class: X.Org XInput driver, version 13.0
    [ 29.261] (II) Using input driver 'evdev' for 'Power Button'
    [ 29.261] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 29.261] (**) Power Button: always reports core events
    [ 29.261] (**) Power Button: Device: "/dev/input/event1"
    [ 29.261] (--) Power Button: Found keys
    [ 29.261] (II) Power Button: Configuring as keyboard
    [ 29.261] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
    [ 29.261] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 29.261] (**) Option "xkb_rules" "evdev"
    [ 29.261] (**) Option "xkb_model" "pc105+inet"
    [ 29.261] (**) Option "xkb_layout" "us"
    [ 29.261] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 29.305] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 29.305] (**) Power Button: Applying InputClass "system-keyboard"
    [ 29.305] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 29.305] (II) Using input driver 'evdev' for 'Power Button'
    [ 29.305] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 29.306] (**) Power Button: always reports core events
    [ 29.306] (**) Power Button: Device: "/dev/input/event0"
    [ 29.306] (--) Power Button: Found keys
    [ 29.306] (II) Power Button: Configuring as keyboard
    [ 29.306] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
    [ 29.306] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 29.306] (**) Option "xkb_rules" "evdev"
    [ 29.306] (**) Option "xkb_model" "pc105+inet"
    [ 29.306] (**) Option "xkb_layout" "us"
    [ 29.306] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 29.307] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event15)
    [ 29.307] (II) No input driver specified, ignoring this device.
    [ 29.307] (II) This device may have been added with another device file.
    [ 29.308] (II) config/udev: Adding input device Wacom Cintiq 12WX (/dev/input/event3)
    [ 29.308] (**) Wacom Cintiq 12WX: Applying InputClass "evdev tablet catchall"
    [ 29.308] (**) Wacom Cintiq 12WX: Applying InputClass "Wacom class"
    [ 29.308] (II) LoadModule: "wacom"
    [ 29.308] (II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
    [ 29.313] (II) Module wacom: vendor="X.Org Foundation"
    [ 29.313] compiled for 1.11.3, module version = 0.13.0
    [ 29.313] Module class: X.Org XInput Driver
    [ 29.313] ABI class: X.Org XInput driver, version 13.0
    [ 29.313] (II) Using input driver 'wacom' for 'Wacom Cintiq 12WX'
    [ 29.313] (II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
    [ 29.313] (**) Wacom Cintiq 12WX: always reports core events
    [ 29.313] (**) Option "Device" "/dev/input/event3"
    [ 29.314] (II) Wacom Cintiq 12WX: type not specified, assuming 'stylus'.
    [ 29.314] (II) Wacom Cintiq 12WX: other types will be automatically added.
    [ 29.314] (--) Wacom Cintiq 12WX stylus: using pressure threshold of 27 for button 1
    [ 29.314] (--) Wacom Cintiq 12WX stylus: Wacom USB CintiqV5 tablet maxX=53020 maxY=33440 maxZ=1023 resX=200000 resY=200000 tilt=enabled
    [ 29.314] (II) Wacom Cintiq 12WX stylus: hotplugging dependent devices.
    [ 29.314] (EE) Wacom Cintiq 12WX stylus: Invalid type 'cursor' for this device.
    [ 29.314] (EE) Wacom Cintiq 12WX stylus: Invalid type 'touch' for this device.
    [ 29.314] (II) Wacom Cintiq 12WX stylus: hotplugging completed.
    [ 29.315] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb3/3-2/3-2:1.0/input/input3/event3"
    [ 29.315] (II) XINPUT: Adding extended input device "Wacom Cintiq 12WX stylus" (type: STYLUS, id 8)
    [ 29.316] (**) Wacom Cintiq 12WX stylus: (accel) keeping acceleration scheme 1
    [ 29.316] (**) Wacom Cintiq 12WX stylus: (accel) acceleration profile 0
    [ 29.316] (**) Wacom Cintiq 12WX stylus: (accel) acceleration factor: 2.000
    [ 29.316] (**) Wacom Cintiq 12WX stylus: (accel) acceleration threshold: 4
    [ 29.317] (II) config/udev: Adding input device Wacom Cintiq 12WX (/dev/input/mouse0)
    [ 29.317] (II) No input driver specified, ignoring this device.
    [ 29.317] (II) This device may have been added with another device file.
    [ 29.317] (II) config/udev: Adding input device Microsoft Microsoft® SideWinder™ X5 Mouse (/dev/input/event6)
    [ 29.317] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: Applying InputClass "system-keyboard"
    [ 29.317] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: Applying InputClass "evdev pointer catchall"
    [ 29.318] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: Applying InputClass "evdev keyboard catchall"
    [ 29.318] (II) Using input driver 'evdev' for 'Microsoft Microsoft® SideWinder™ X5 Mouse'
    [ 29.318] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 29.318] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: always reports core events
    [ 29.318] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: Device: "/dev/input/event6"
    [ 29.318] (--) Microsoft Microsoft® SideWinder™ X5 Mouse: Found 9 mouse buttons
    [ 29.318] (--) Microsoft Microsoft® SideWinder™ X5 Mouse: Found scroll wheel(s)
    [ 29.318] (--) Microsoft Microsoft® SideWinder™ X5 Mouse: Found relative axes
    [ 29.318] (--) Microsoft Microsoft® SideWinder™ X5 Mouse: Found x and y relative axes
    [ 29.318] (--) Microsoft Microsoft® SideWinder™ X5 Mouse: Found absolute axes
    [ 29.318] (--) Microsoft Microsoft® SideWinder™ X5 Mouse: Found x and y absolute axes
    [ 29.318] (--) Microsoft Microsoft® SideWinder™ X5 Mouse: Found keys
    [ 29.318] (II) Microsoft Microsoft® SideWinder™ X5 Mouse: Configuring as mouse
    [ 29.318] (II) Microsoft Microsoft® SideWinder™ X5 Mouse: Configuring as keyboard
    [ 29.318] (II) Microsoft Microsoft® SideWinder™ X5 Mouse: Adding scrollwheel support
    [ 29.318] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: YAxisMapping: buttons 4 and 5
    [ 29.318] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 29.318] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb3/3-3/3-3:1.0/input/input6/event6"
    [ 29.318] (II) XINPUT: Adding extended input device "Microsoft Microsoft® SideWinder™ X5 Mouse" (type: KEYBOARD, id 9)
    [ 29.318] (**) Option "xkb_rules" "evdev"
    [ 29.318] (**) Option "xkb_model" "pc105+inet"
    [ 29.318] (**) Option "xkb_layout" "us"
    [ 29.318] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 29.319] (II) Microsoft Microsoft® SideWinder™ X5 Mouse: initialized for relative axes.
    [ 29.319] (WW) Microsoft Microsoft® SideWinder™ X5 Mouse: ignoring absolute axes.
    [ 29.319] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: (accel) keeping acceleration scheme 1
    [ 29.319] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: (accel) acceleration profile 0
    [ 29.319] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: (accel) acceleration factor: 2.000
    [ 29.319] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: (accel) acceleration threshold: 4
    [ 29.320] (II) config/udev: Adding input device Microsoft Microsoft® SideWinder™ X5 Mouse (/dev/input/js0)
    [ 29.320] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: Applying InputClass "system-keyboard"
    [ 29.320] (II) No input driver specified, ignoring this device.
    [ 29.320] (II) This device may have been added with another device file.
    [ 29.321] (II) config/udev: Adding input device Microsoft Microsoft® SideWinder™ X5 Mouse (/dev/input/mouse1)
    [ 29.321] (**) Microsoft Microsoft® SideWinder™ X5 Mouse: Applying InputClass "system-keyboard"
    [ 29.321] (II) No input driver specified, ignoring this device.
    [ 29.321] (II) This device may have been added with another device file.
    [ 29.321] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event4)
    [ 29.321] (**) Logitech USB Keyboard: Applying InputClass "system-keyboard"
    [ 29.321] (**) Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 29.321] (II) Using input driver 'evdev' for 'Logitech USB Keyboard'
    [ 29.321] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 29.321] (**) Logitech USB Keyboard: always reports core events
    [ 29.321] (**) Logitech USB Keyboard: Device: "/dev/input/event4"
    [ 29.322] (--) Logitech USB Keyboard: Found keys
    [ 29.322] (II) Logitech USB Keyboard: Configuring as keyboard
    [ 29.322] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.1/usb4/4-1/4-1:1.0/input/input4/event4"
    [ 29.322] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 10)
    [ 29.322] (**) Option "xkb_rules" "evdev"
    [ 29.322] (**) Option "xkb_model" "pc105+inet"
    [ 29.322] (**) Option "xkb_layout" "us"
    [ 29.322] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 29.323] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event5)
    [ 29.323] (**) Logitech USB Keyboard: Applying InputClass "system-keyboard"
    [ 29.323] (**) Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 29.323] (II) Using input driver 'evdev' for 'Logitech USB Keyboard'
    [ 29.323] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 29.323] (**) Logitech USB Keyboard: always reports core events
    [ 29.323] (**) Logitech USB Keyboard: Device: "/dev/input/event5"
    [ 29.323] (--) Logitech USB Keyboard: Found absolute axes
    [ 29.323] (--) Logitech USB Keyboard: Found keys
    [ 29.323] (II) Logitech USB Keyboard: Configuring as mouse
    [ 29.323] (II) Logitech USB Keyboard: Configuring as keyboard
    [ 29.323] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.1/usb4/4-1/4-1:1.1/input/input5/event5"
    [ 29.323] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 11)
    [ 29.323] (**) Option "xkb_rules" "evdev"
    [ 29.323] (**) Option "xkb_model" "pc105+inet"
    [ 29.323] (**) Option "xkb_layout" "us"
    [ 29.323] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 29.324] (II) Logitech USB Keyboard: initialized for absolute axes.
    [ 29.324] (**) Logitech USB Keyboard: (accel) keeping acceleration scheme 1
    [ 29.324] (**) Logitech USB Keyboard: (accel) acceleration profile 0
    [ 29.324] (**) Logitech USB Keyboard: (accel) acceleration factor: 2.000
    [ 29.324] (**) Logitech USB Keyboard: (accel) acceleration threshold: 4
    [ 29.325] (II) config/udev: Adding input device USB 2.0 Camera (/dev/input/event16)
    [ 29.325] (**) USB 2.0 Camera: Applying InputClass "system-keyboard"
    [ 29.325] (**) USB 2.0 Camera: Applying InputClass "evdev keyboard catchall"
    [ 29.325] (II) Using input driver 'evdev' for 'USB 2.0 Camera'
    [ 29.325] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 29.325] (**) USB 2.0 Camera: always reports core events
    [ 29.325] (**) USB 2.0 Camera: Device: "/dev/input/event16"
    [ 29.325] (--) USB 2.0 Camera: Found keys
    [ 29.325] (II) USB 2.0 Camera: Configuring as keyboard
    [ 29.325] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.2/usb1/1-1/1-1:1.0/input/input16/event16"
    [ 29.325] (II) XINPUT: Adding extended input device "USB 2.0 Camera" (type: KEYBOARD, id 12)
    [ 29.325] (**) Option "xkb_rules" "evdev"
    [ 29.325] (**) Option "xkb_model" "pc105+inet"
    [ 29.325] (**) Option "xkb_layout" "us"
    [ 29.325] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 29.326] (II) config/udev: Adding input device HDA ATI SB Front Headphone (/dev/input/event10)
    [ 29.326] (II) No input driver specified, ignoring this device.
    [ 29.326] (II) This device may have been added with another device file.
    [ 29.326] (II) config/udev: Adding input device HDA ATI SB Line Out Side (/dev/input/event11)
    [ 29.326] (II) No input driver specified, ignoring this device.
    [ 29.326] (II) This device may have been added with another device file.
    [ 29.327] (II) config/udev: Adding input device HDA ATI SB Line Out CLFE (/dev/input/event12)
    [ 29.327] (II) No input driver specified, ignoring this device.
    [ 29.327] (II) This device may have been added with another device file.
    [ 29.327] (II) config/udev: Adding input device HDA ATI SB Line Out Surround (/dev/input/event13)
    [ 29.327] (II) No input driver specified, ignoring this device.
    [ 29.327] (II) This device may have been added with another device file.
    [ 29.327] (II) config/udev: Adding input device HDA ATI SB Line Out Front (/dev/input/event14)
    [ 29.327] (II) No input driver specified, ignoring this device.
    [ 29.327] (II) This device may have been added with another device file.
    [ 29.327] (II) config/udev: Adding input device HDA ATI SB Line (/dev/input/event7)
    [ 29.327] (II) No input driver specified, ignoring this device.
    [ 29.327] (II) This device may have been added with another device file.
    [ 29.327] (II) config/udev: Adding input device HDA ATI SB Front Mic (/dev/input/event8)
    [ 29.327] (II) No input driver specified, ignoring this device.
    [ 29.327] (II) This device may have been added with another device file.
    [ 29.327] (II) config/udev: Adding input device HDA ATI SB Rear Mic (/dev/input/event9)
    [ 29.327] (II) No input driver specified, ignoring this device.
    [ 29.327] (II) This device may have been added with another device file.
    [ 29.328] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
    [ 29.328] (II) No input driver specified, ignoring this device.
    [ 29.328] (II) This device may have been added with another device file.
    [ 29.343] (**) Wacom Cintiq 12WX eraser: Applying InputClass "evdev tablet catchall"
    [ 29.343] (**) Wacom Cintiq 12WX eraser: Applying InputClass "Wacom class"
    [ 29.343] (II) Using input driver 'wacom' for 'Wacom Cintiq 12WX eraser'
    [ 29.343] (II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
    [ 29.343] (**) Wacom Cintiq 12WX eraser: always reports core events
    [ 29.343] (**) Option "Device" "/dev/input/event3"
    [ 29.343] (**) Option "Type" "eraser"
    [ 29.343] (--) Wacom Cintiq 12WX eraser: Wacom USB CintiqV5 tablet maxX=53020 maxY=33440 maxZ=1023 resX=200000 resY=200000 tilt=enabled
    [ 29.360] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb3/3-2/3-2:1.0/input/input3/event3"
    [ 29.360] (II) XINPUT: Adding extended input device "Wacom Cintiq 12WX eraser" (type: ERASER, id 13)
    [ 29.360] (**) Wacom Cintiq 12WX eraser: (accel) keeping acceleration scheme 1
    [ 29.360] (**) Wacom Cintiq 12WX eraser: (accel) acceleration profile 0
    [ 29.360] (**) Wacom Cintiq 12WX eraser: (accel) acceleration factor: 2.000
    [ 29.360] (**) Wacom Cintiq 12WX eraser: (accel) acceleration threshold: 4
    [ 29.360] (**) Wacom Cintiq 12WX pad: Applying InputClass "evdev tablet catchall"
    [ 29.360] (**) Wacom Cintiq 12WX pad: Applying InputClass "Wacom class"
    [ 29.360] (II) Using input driver 'wacom' for 'Wacom Cintiq 12WX pad'
    [ 29.360] (II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
    [ 29.360] (**) Wacom Cintiq 12WX pad: always reports core events
    [ 29.360] (**) Option "Device" "/dev/input/event3"
    [ 29.360] (**) Option "Type" "pad"
    [ 29.360] (--) Wacom Cintiq 12WX pad: Wacom USB CintiqV5 tablet maxX=53020 maxY=33440 maxZ=1023 resX=200000 resY=200000 tilt=enabled
    [ 29.360] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb3/3-2/3-2:1.0/input/input3/event3"
    [ 29.360] (II) XINPUT: Adding extended input device "Wacom Cintiq 12WX pad" (type: PAD, id 14)
    [ 29.360] (**) Wacom Cintiq 12WX pad: (accel) keeping acceleration scheme 1
    [ 29.360] (**) Wacom Cintiq 12WX pad: (accel) acceleration profile 0
    [ 29.360] (**) Wacom Cintiq 12WX pad: (accel) acceleration factor: 2.000
    [ 29.360] (**) Wacom Cintiq 12WX pad: (accel) acceleration threshold: 4
    [ 29.361] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
    [ 33.296] (II) fglrx(0): EDID vendor "ACR", prod id 135
    [ 33.296] (II) fglrx(0): Using hsync ranges from config file
    [ 33.296] (II) fglrx(0): Using vrefresh ranges from config file
    [ 33.296] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 33.296] (II) fglrx(0): Modeline "1920x1080"x0.0 138.50 1920 1968 2000 2080 1080 1083 1088 1110 -hsync -vsync (66.6 kHz)
    [ 33.296] (II) fglrx(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 33.296] (II) fglrx(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 33.296] (II) fglrx(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 33.296] (II) fglrx(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
    [ 33.296] (II) fglrx(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    [ 33.296] (II) fglrx(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 33.296] (II) fglrx(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 33.296] (II) fglrx(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 33.296] (II) fglrx(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    [ 33.296] (II) fglrx(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    [ 33.296] (II) fglrx(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 33.296] (II) fglrx(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 33.296] (II) fglrx(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 33.296] (II) fglrx(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    [ 33.296] (II) fglrx(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 33.296] (II) fglrx(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 33.296] (II) fglrx(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
    [ 33.296] (II) fglrx(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
    [ 33.296] (II) fglrx(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz)
    [ 33.296] (II) fglrx(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
    [ 33.296] (II) fglrx(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 33.296] (II) fglrx(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz)
    [ 33.743] (WW) fglrx(0): Cannot get updated TV attributes.
    [ 37.495] (II) fglrx(0): EDID vendor "ACR", prod id 135
    [ 37.495] (II) fglrx(0): Using hsync ranges from config file
    [ 37.495] (II) fglrx(0): Using vrefresh ranges from config file
    [ 37.495] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 37.495] (II) fglrx(0): Modeline "1920x1080"x0.0 138.50 1920 1968 2000 2080 1080 1083 1088 1110 -hsync -vsync (66.6 kHz)
    [ 37.495] (II) fglrx(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 37.495] (II) fglrx(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 37.495] (II) fglrx(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 37.495] (II) fglrx(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
    [ 37.495] (II) fglrx(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    [ 37.495] (II) fglrx(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 37.495] (II) fglrx(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 37.495] (II) fglrx(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 37.495] (II) fglrx(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    [ 37.495] (II) fglrx(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    [ 37.495] (II) fglrx(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 37.495] (II) fglrx(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 37.495] (II) fglrx(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 37.495] (II) fglrx(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    [ 37.495] (II) fglrx(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 37.495] (II) fglrx(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 37.495] (II) fglrx(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
    [ 37.495] (II) fglrx(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
    [ 37.495] (II) fglrx(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz)
    [ 37.495] (II) fglrx(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
    [ 37.495] (II) fglrx(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +h

    The latest entry in the readout from "$ journalctl":
    Nov 02 10:39:12 philip-linux pulseaudio[500]: [pulseaudio] bluetooth-util.c: org.bluez.Manager.ListAdapters() failed: org.freedesktop.system
    Nov 02 10:39:15 philip-linux pulseaudio[544]: [pulseaudio] pid.c: Daemon already running.
    Nov 02 10:39:18 philip-linux goa[569]: goa-daemon version 3.6.0 starting [main.c:112, main()]
    Nov 02 10:39:20 philip-linux gnome-keyring-daemon[420]: keyring alias directory: /home/philip/.local/share/keyrings
    Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
    Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
    Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
    Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
    Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
    Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
    Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
    Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
    Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
    Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
    and from "$ sudo journalctl":
    ...skipping...
    Nov 02 10:39:20 philip-linux systemd[1]: Started Accounts Service.
    Nov 02 10:39:20 philip-linux gnome-keyring-daemon[420]: keyring alias directory: /home/philip/.local/share/keyrings
    Nov 02 10:39:20 philip-linux polkitd[268]: Registered Authentication Agent for unix-session:2 (system bus name :1.55 [/usr/bin/gnome-shell],
    Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
    Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
    Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
    Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
    Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
    Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
    Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
    Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
    Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
    Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
    Nov 02 10:41:27 philip-linux dbus-daemon[251]: dbus[251]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='db
    Nov 02 10:41:27 philip-linux dbus[251]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop
    Nov 02 10:41:27 philip-linux systemd[1]: Starting Hostname Service...
    Nov 02 10:41:27 philip-linux dbus-daemon[251]: dbus[251]: [system] Successfully activated service 'org.freedesktop.hostname1'
    Nov 02 10:41:27 philip-linux dbus[251]: [system] Successfully activated service 'org.freedesktop.hostname1'
    Nov 02 10:41:27 philip-linux systemd[1]: Started Hostname Service.
    Nov 02 10:42:30 philip-linux sudo[876]: philip : TTY=pts/0 ; PWD=/home/philip ; USER=root ; COMMAND=/usr/bin/journalctl
    Nov 02 10:42:30 philip-linux sudo[876]: pam_unix(sudo:session): session opened for user root by philip(uid=0)
    Nov 02 10:42:35 philip-linux sudo[876]: pam_unix(sudo:session): session closed for user root
    Nov 02 10:53:18 philip-linux systemd[1]: Starting Cleanup of Temporary Directories...
    Nov 02 10:53:18 philip-linux systemd-tmpfiles[958]: stat(/run/user/1000/gvfs) failed: Permission denied
    Nov 02 10:53:18 philip-linux systemd[1]: Started Cleanup of Temporary Directories.
    Nov 02 11:01:01 philip-linux /usr/sbin/crond[966]: pam_unix(crond:session): session opened for user root by (uid=0)
    Nov 02 11:01:01 philip-linux /USR/SBIN/CROND[967]: (root) CMD (run-parts /etc/cron.hourly)
    Nov 02 11:01:01 philip-linux /USR/SBIN/CROND[966]: pam_unix(crond:session): session closed for user root
    Nov 02 11:23:13 philip-linux dbus-daemon[251]: dbus[251]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='db
    Nov 02 11:23:13 philip-linux dbus[251]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop
    Nov 02 11:23:13 philip-linux systemd[1]: Starting Hostname Service...
    Nov 02 11:23:13 philip-linux dbus-daemon[251]: dbus[251]: [system] Successfully activated service 'org.freedesktop.hostname1'
    Nov 02 11:23:13 philip-linux dbus[251]: [system] Successfully activated service 'org.freedesktop.hostname1'
    Nov 02 11:23:13 philip-linux systemd[1]: Started Hostname Service.
    Nov 02 11:33:58 philip-linux sudo[1163]: philip : TTY=pts/0 ; PWD=/home/philip ; USER=root ; COMMAND=/usr/bin/systemctl status smbd
    Nov 02 11:33:58 philip-linux sudo[1163]: pam_unix(sudo:session): session opened for user root by philip(uid=0)
    Nov 02 11:33:59 philip-linux sudo[1163]: pam_unix(sudo:session): session closed for user root
    Nov 02 11:34:23 philip-linux sudo[1165]: philip : TTY=pts/0 ; PWD=/home/philip ; USER=root ; COMMAND=/usr/bin/systemctl status nmbd
    Nov 02 11:34:23 philip-linux sudo[1165]: pam_unix(sudo:session): session opened for user root by philip(uid=0)
    Nov 02 11:34:24 philip-linux sudo[1165]: pam_unix(sudo:session): session closed for user root
    Nov 02 11:45:38 philip-linux dbus-daemon[251]: dbus[251]: [system] Rejected send message, 2 matched rules; type="method_return", sender=":1.
    Nov 02 11:45:38 philip-linux dbus[251]: [system] Rejected send message, 2 matched rules; type="method_return", sender=":1.1" (uid=0 pid=249
    Nov 02 11:53:27 philip-linux dbus-daemon[251]: dbus[251]: [system] Rejected send message, 2 matched rules; type="method_return", sender=":1.
    Nov 02 11:53:27 philip-linux dbus[251]: [system] Rejected send message, 2 matched rules; type="method_return", sender=":1.1" (uid=0 pid=249
    Nov 02 12:01:01 philip-linux /usr/sbin/crond[1356]: pam_unix(crond:session): session opened for user root by (uid=0)
    Nov 02 12:01:01 philip-linux /USR/SBIN/CROND[1357]: (root) CMD (run-parts /etc/cron.hourly)
    Nov 02 12:01:01 philip-linux /USR/SBIN/CROND[1356]: pam_unix(crond:session): session closed for user root
    Nov 02 12:13:25 philip-linux sudo[1475]: philip : TTY=pts/0 ; PWD=/home/philip ; USER=root ; COMMAND=/usr/bin/journalctl
    Nov 02 12:13:25 philip-linux sudo[1475]: pam_unix(sudo:session): session opened for user root by philip(uid=0)
    ...skipping...
    Nov 02 10:39:18 philip-linux systemd[1]: Starting Disk Manager...
    Nov 02 10:39:18 philip-linux udisksd[577]: udisks daemon version 2.0.0 starting
    Nov 02 10:39:18 philip-linux dbus-daemon[251]: dbus[251]: [system] Successfully activated service 'org.freedesktop.UDisks2'
    Nov 02 10:39:18 philip-linux dbus[251]: [system] Successfully activated service 'org.freedesktop.UDisks2'
    Nov 02 10:39:18 philip-linux udisksd[577]: Acquired the name org.freedesktop.UDisks2 on the system message bus
    Nov 02 10:39:18 philip-linux systemd[1]: Started Disk Manager.
    Nov 02 10:39:20 philip-linux dbus-daemon[251]: dbus[251]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='acc
    Nov 02 10:39:20 philip-linux dbus[251]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.servi
    Nov 02 10:39:20 philip-linux systemd[1]: Starting Accounts Service...
    Nov 02 10:39:20 philip-linux accounts-daemon[598]: started daemon version 0.6.25
    Nov 02 10:39:20 philip-linux dbus[251]: [system] Successfully activated service 'org.freedesktop.Accounts'
    Nov 02 10:39:20 philip-linux dbus-daemon[251]: dbus[251]: [system] Successfully activated service 'org.freedesktop.Accounts'
    Nov 02 10:39:20 philip-linux systemd[1]: Started Accounts Service.
    Nov 02 10:39:20 philip-linux gnome-keyring-daemon[420]: keyring alias directory: /home/philip/.local/share/keyrings
    Nov 02 10:39:20 philip-linux polkitd[268]: Registered Authentication Agent for unix-session:2 (system bus name :1.55 [/usr/bin/gnome-shell],
    Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
    Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
    Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
    Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
    Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
    Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
    Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
    Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
    Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
    Nov 02 10:39:23 philip-linux gnome-keyring-daemon[420]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1
    Nov 02 10:41:27 philip-linux dbus-daemon[251]: dbus[251]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='db
    Nov 02 10:41:27 philip-linux dbus[251]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop
    Nov 02 10:41:27 philip-linux systemd[1]: Starting Hostname Service...
    Nov 02 10:41:27 philip-linux dbus-daemon[251]: dbus[251]: [system] Successfully activated service 'org.freedesktop.hostname1'
    Nov 02 10:41:27 philip-linux dbus[251]: [system] Successfully activated service 'org.freedesktop.hostname1'
    Nov 02 10:41:27 philip-linux systemd[1]: Started Hostname Service.
    Nov 02 10:42:30 philip-linux sudo[876]: philip : TTY=pts/0 ; PWD=/home/philip ; USER=root ; COMMAND=/usr/bin/journalctl
    Nov 02 10:42:30 philip-linux sudo[876]: pam_unix(sudo:session): session opened for user root by philip(uid=0)
    Nov 02 10:42:35 philip-linux sudo[876]: pam_unix(sudo:session): session closed for user root
    Nov 02 10:53:18 philip-linux systemd[1]: Starting Cleanup of Temporary Directories...
    Nov 02 10:53:18 philip-linux systemd-tmpfiles[958]: stat(/run/user/1000/gvfs) failed: Permission denied
    Nov 02 10:53:18 philip-linux systemd[1]: Started Cleanup of Temporary Directories.
    Nov 02 11:01:01 philip-linux /usr/sbin/crond[966]: pam_unix(crond:session): session opened for user root by (uid=0)
    Nov 02 11:01:01 philip-linux /USR/SBIN/CROND[967]: (root) CMD (run-parts /etc/cron.hourly)
    Nov 02 11:01:01 philip-linux /USR/SBIN/CROND[966]: pam_unix(crond:session): session closed for user root
    Nov 02 11:23:13 philip-linux dbus-daemon[251]: dbus[251]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='db
    Nov 02 11:23:13 philip-linux dbus[251]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop
    Nov 02 11:23:13 philip-linux systemd[1]: Starting Hostname Service...
    Nov 02 11:23:13 philip-linux dbus-daemon[251]: dbus[251]: [system] Successfully activated service 'org.freedesktop.hostname1'
    Nov 02 11:23:13 philip-linux dbus[251]: [system] Successfully activated service 'org.freedesktop.hostname1'
    Nov 02 11:23:13 philip-linux systemd[1]: Started Hostname Service.
    Nov 02 11:33:58 philip-linux sudo[1163]: philip : TTY=pts/0 ; PWD=/home/philip ; USER=root ; COMMAND=/usr/bin/systemctl status smbd
    Nov 02 11:33:58 philip-linux sudo[1163]: pam_unix(sudo:session): session opened for user root by philip(uid=0)
    Nov 02 11:33:59 philip-linux sudo[1163]: pam_unix(sudo:session): session closed for user root
    Nov 02 11:34:23 philip-linux sudo[1165]: philip : TTY=pts/0 ; PWD=/home/philip ; USER=root ; COMMAND=/usr/bin/systemctl status nmbd
    Nov 02 11:34:23 philip-linux sudo[1165]: pam_unix(sudo:session): session opened for user root by philip(uid=0)
    Nov 02 11:34:24 philip-linux sudo[1165]: pam_unix(sudo:session): session closed for user root
    Nov 02 11:45:38 philip-linux dbus-daemon[251]: dbus[251]: [system] Rejected send message, 2 matched rules; type="method_return", sender=":1.
    Nov 02 11:45:38 philip-linux dbus[251]: [system] Rejected send message, 2 matched rules; type="method_return", sender=":1.1" (uid=0 pid=249
    Nov 02 11:53:27 philip-linux dbus-daemon[251]: dbus[251]: [system] Rejected send message, 2 matched rules; type="method_return", sender=":1.
    Nov 02 11:53:27 philip-linux dbus[251]: [system] Rejected send message, 2 matched rules; type="method_return", sender=":1.1" (uid=0 pid=249
    Nov 02 12:01:01 philip-linux /usr/sbin/crond[1356]: pam_unix(crond:session): session opened for user root by (uid=0)
    Nov 02 12:01:01 philip-linux /USR/SBIN/CROND[1357]: (root) CMD (run-parts /etc/cron.hourly)
    Nov 02 12:01:01 philip-linux /USR/SBIN/CROND[1356]: pam_unix(crond:session): session closed for user root
    Nov 02 12:13:25 philip-linux sudo[1475]: philip : TTY=pts/0 ; PWD=/home/philip ; USER=root ; COMMAND=/usr/bin/journalctl
    Nov 02 12:13:25 philip-linux sudo[1475]: pam_unix(sudo:session): session opened for user root by philip(uid=0)

  • Still tries to send me imessage when my data is off

    Hey everyone
    I'm really new to the iphone and there's something that I'm trying to understand. I have imessage activated all the time, but I turn my wifi/cellular off and on all the time throughout the day. My girlfriend keeps her cellular on all the time but her phone keeps trying to send me iMessages when I've turned my network off. Isn't her phone supposed to recognize that I'm offline and send SMS instead? The way it is now she always sends me texts and thinks they've been sent only to discover later that they weren't sent because it tried to use imessage. And the option to send as SMS in the messages settings is enabled. Please enlighten me!
    Thanks

    Yes, as I understand it, the limit is technically 128 bytes, and Hillebrand determined that 160 7-bit characters just nicely fit, on average, into that signaling bandwidth (hard to have people track their message length in bytes, so someone had to make the call of a countable character limit).
    I just remember being so annoyed with it on my phones in the 1990's and stupid "predictive" text entry on a standard phone keyboard, as well as having to actually count your characters so you would not get an error on send
    P.S. back on one of these even (or one of those old Qualcomm phones, I can't remember the model numbers I had) - although sometimes, I miss those old simpler cell phones.

Maybe you are looking for

  • Difference between Free Memory ID and Free Memory ID:  in Performance ?

    HI I have to free say around 20 memory IDs. Is it wise use FREE MEMORY ID 1. FREE MEMORY ID 2. FREE MEMORY ID N. or FREE MEMORY ID: 1, 2, .... N. Please dont mention about readability. Please say about performance only. Will the later increase Perfor

  • How can I uninstall and reinstall Adobe AIR so that AIR apps will find it?

    I installed Master Collection CS5.5 Trial, and I can run Photoshop and other apps, but Help, Content Viewer and Widget Browser won't run, they give an error message "This application requires a version of Adobe AIR which cannot be found." Before I in

  • Scroll bar of Detail table disappears after clicking on other Detail table.

    I am using JDeveloper 11.1.1.0.2 and JHeadstart 11g TP1. I have 1 master table with 3 detail tables. Master table: Layout style = Table-form --> inline, Stack Groups on same page = Detail Groups Only (Tabbed) Detail tables: Layout style = Table-form

  • Accessing environment variables in PL/SQL??

    I have two oracle schemas; myenv1 and myenv2. They are both exact copies from each other except for the fact that one is my "developement" environment and the other my "production" environment. So in each of them I have some packages with PL/SQL code

  • Need help on RAALTD01and RAALTD11 programs

    Hi friends, My requirement after translating data coming from legacy system is : "After the translation, the asset master data and value must be posted to the sub-ledger using the SAP function “Legacy asset takeover, with the transaction code AS91. T