Specify alternate screen HR_INFOTYPE_OPERATION

Hello all,
I'm currently trying to update IT0002 using HR_INFOTYPE_OPERATION.  The problem I'm running into is that it is using the default screen for IT0002, not the alternate screen that we normally use.  Is there a way to use HR_INFOTYPE_OPERATION and choose the screen to use?  We have the screen maintained in SM30, I just can't seem to see how to specify variable key or alternate screen.  Thanks so much!
Lisa

Pradeep,
I don't believe we can use LSMW.  We have created an ESS system (in-house), and when the payroll dept processes the requests, we then need to update the infotypes.  We have been using the HR_INFOTYPE_OPERATION Bapi for a while - but for existing employees....so it populated IT0002 without issue.  Now, we're adding functionality for new employees, and it's giving us issues.
If you can think of another workaround that would be great.  My last option will be BDC.
Thanks,
Lisa

Similar Messages

  • How to specify alternate G/L account in PEXR2002 REMADV inbound IDoc

    Hi,
    I am trying to post a Remittance Advice REMADV PEXR2002 IDoc into SAP.  For a given item from the EDI 820, i need to create two line items in the payment advice.  E.g.  the invoice amount for an item is 1000.  The payment is 700.  And i need to post 300  to the rebate account.
    For the first line item, I need to pass in the payment from the customer.  This part works fine.
    However, for the second line, I also need to post a credit to a G/L account.  But I am not able find where to pass in the alternate account information and the account type in the IDoc.
    In FBE1, I can create the payment advice manually with the two line items.  For the second line item, i specify the Account type as S for G/L account and pass in the alternate account number. 
    I have already coded some of the user exit EXIT_SAPLIEDP_101 for IDOC_INPUT_REMADV processing for the IDoc where i am doing a lookup of the accounting document from the invoice number.  This part works fine.  But i can't find a way to pass in the G/L account information.
    Any help is appreciated.
    Jay

    I figured this out.  In the user exit EXIT_SAPLIEDP_101, fill in the AVIP_OUT structure.  This has the fields for the alternate account information and the account type - and all of the fields shown in FBE1.
    Jay

  • Specify alternate URL for SSL

    Hi,
    I need to be able to specify an alternate URL (eg https://secure.xxx.com/)
    for the SSL protected pages, instead of the default (eg
    https://www.xxx.com/ ). I'm using the WebFlowHelper class to build up the
    URL dynamically based on settings in web-inf/web.xml.
    If anyone has ideas how this maybe accomplished, I'd be grateful to hear.
    Regards,
    Rick Martin

    Hello,
    We currently have an IIS server hosting a web application for internal network. Let's say the server FQDN is abc.contoso.local and the application name is app01. I would normally access the site with this URL: http://abc:81/app01
    I would like to be able to access the website using this: http://app01.contoso.com
    We have a Windows Server 2008 R2 environment. Could someone please help me out over this; I initially thought this should be easy enough but I've been breaking my head on it ever since.
    Any help would be greatly appreciated!
    -MM
    This topic first appeared in the Spiceworks Community

  • Field symbols - specifying screen number for screen field.

    Hi Experts,
    I am working on a field exit for T-Code FBD1. I am using the following code
    field-symbols : <fs>.
    assign ('(SAPMF05A)BKPF-BUKRS') to <fs>.
    My field exit works on screen 300 where as company code is on screen 106. This works fine as there is only one occurance of company code in the program SAPMF05A. There is another data element RF05A-NEWKO which is on both the screens. I want the value in the field on screen 0106. How do I specify the screen number?
    Regards,
    Abdullah

    Hi!
    You cannot specify the screen number in this case. The field symbol will be assigned with the current value in the field (SAPMF05A)RF05A-NEWKO, i.e. the value at runtime when the exit is triggered. Make sure your exit is trigerred when you move from one screen to the next.
    Cheers!

  • Screen: Cannot find terminfo entry for 'rxvt-unicode', works in root

    I'm using screen (http://www.archlinux.org/packages/14519/) and it works fine under root, but it keeps saying it can't find the terminfo entry for anything when I'm under a different user ('linux', 'xterm', 'rxvt-unicode'). First I tried setting URxvt*termName: rxvt (xterm as well), then I tried copying screenrc from /etc/ and /etc/skel/ to my home directory as .screenrc, and finally I tried compiling from source as another user. Does anyone have any ideas how to fix this?

    phrakture wrote:Are you ssh'ing to another machine?
    Nope, I've installed arch on my laptop.
    This error typically happens when you ssh to a machine that does NOT have the terminfo installed.
    I don't know if terminfo is the correct name of the package, but pacman -Qs *term* or *info* or terminfo didn't show anything.
    Could you possibly post your screenrc, just so I can check?
    This is the config I've copied from /etc/skel/ to ~/, if I type nano .screenrc after logging in this is what I'll see.
    Edit: I forgot to say that screen produces the same results in xterm.
    # Example of a user's .screenrc file
    # This is how one can set a reattach password:
    # password ODSJQf.4IJN7E # "1234"
    # no annoying audible bell, please
    vbell on
    # detach on hangup
    autodetach on
    # don't display the copyright page
    startup_message off
    # emulate .logout message
    pow_detach_msg "Screen session of \$LOGNAME \$:cr:\$:nl:ended."
    # advertise hardstatus support to $TERMCAP
    # termcapinfo * '' 'hs:ts=\E_:fs=\E\\:ds=\E_\E\\'
    # make the shell in every window a login shell
    #shell -$SHELL
    # autoaka testing
    # shellaka '> |tcsh'
    # shellaka '$ |sh'
    # set every new windows hardstatus line to somenthing descriptive
    # defhstatus "screen: ^En (^Et)"
    defscrollback 1000
    # don't kill window after the process died
    # zombie "^["
    # enable support for the "alternate screen" capability in all windows
    # altscreen on
    # xterm tweaks
    #xterm understands both im/ic and doesn't have a status line.
    #Note: Do not specify im and ic in the real termcap/info file as
    #some programs (e.g. vi) will not work anymore.
    termcap xterm hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l
    terminfo xterm hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l
    #80/132 column switching must be enabled for ^AW to work
    #change init sequence to not switch width
    termcapinfo xterm Z0=\E[?3h:Z1=\E[?3l:is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l
    # Make the output buffer large for (fast) xterms.
    #termcapinfo xterm* OL=10000
    termcapinfo xterm* OL=100
    # tell screen that xterm can switch to dark background and has function
    # keys.
    termcapinfo xterm 'VR=\E[?5h:VN=\E[?5l'
    termcapinfo xterm 'k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~'
    termcapinfo xterm 'kh=\EOH:kI=\E[2~:kD=\E[3~:kH=\EOF:kP=\E[5~:kN=\E[6~'
    # special xterm hardstatus: use the window title.
    termcapinfo xterm 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007'
    #terminfo xterm 'vb=\E[?5h$<200/>\E[?5l'
    termcapinfo xterm 'vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l'
    # emulate part of the 'K' charset
    termcapinfo xterm 'XC=K%,%\E(B,[\304,\\\\\326,]\334,{\344,|\366,}\374,~\337'
    # xterm-52 tweaks:
    # - uses background color for delete operations
    termcapinfo xterm* be
    # wyse terminals
    #wyse-75-42 must have flow control (xo = "terminal uses xon/xoff")
    #essential to have it here, as this is a slow terminal.
    termcapinfo wy75-42 xo:hs@
    # New termcap sequences for cursor application mode.
    termcapinfo wy* CS=\E[?1h:CE=\E[?1l:vi=\E[?25l:ve=\E[?25h:VR=\E[?5h:VN=\E[?5l:cb=\E[1K:CD=\E[1J
    # other terminals
    # make hp700 termcap/info better
    termcapinfo hp700 'Z0=\E[?3h:Z1=\E[?3l:hs:ts=\E[62"p\E[0$~\E[2$~\E[1$}:fs=\E[0}\E[61"p:ds=\E[62"p\E[1$~\E[61"p:ic@'
    # Extend the vt100 desciption by some sequences.
    termcap vt100* ms:AL=\E[%dL:DL=\E[%dM:UP=\E[%dA:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC
    terminfo vt100* ms:AL=\E[%p1%dL:DL=\E[%p1%dM:UP=\E[%p1%dA:DO=\E[%p1%dB:LE=\E[%p1%dD:RI=\E[%p1%dC
    termcapinfo linux C8
    # old rxvt versions also need this
    # termcapinfo rxvt C8
    # keybindings
    #remove some stupid / dangerous key bindings
    bind k
    bind ^k
    bind .
    bind ^\
    bind \\
    bind ^h
    bind h
    #make them better
    bind 'K' kill
    bind 'I' login on
    bind 'O' login off
    bind '}' history
    # Yet another hack:
    # Prepend/append register [/] to the paste if ^a^] is pressed.
    # This lets me have autoindent mode in vi.
    register [ "\033:se noai\015a"
    register ] "\033:se ai\015a"
    bind ^] paste [.]
    # default windows
    # screen -t local 0
    # screen -t mail 1 mutt
    # screen -t 40 2 rlogin server
    # caption always "%3n %t%? @%u%?%? [%h]%?%=%c"
    # hardstatus alwaysignore
    # hardstatus alwayslastline "%Lw"
    # bind = resize =
    # bind + resize +1
    # bind - resize -1
    # bind _ resize max
    # defnonblock 1
    # blankerprg rain -d 100
    # idle 30 blanker
    Here's the other config file I've tried from /etc/
    # This is an example for the global screenrc file.
    # You may want to install this file as /usr/local/etc/screenrc.
    # Check config.h for the exact location.
    # Flaws of termcap and standard settings are done here.
    #startup_message off
    #defflow on # will force screen to process ^S/^Q
    deflogin on
    #autodetach off
    vbell on
    vbell_msg " Wuff ---- Wuff!! "
    # all termcap entries are now duplicated as terminfo entries.
    # only difference should be the slightly modified syntax, and check for
    # terminfo entries, that are already corected in the database.
    # G0 we have a SEMI-GRAPHICS-CHARACTER-MODE
    # WS this sequence resizes our window.
    # cs this sequence changes the scrollregion
    # hs@ we have no hardware statusline. screen will only believe that
    # there is a hardware status line if hs,ts,fs,ds are all set.
    # ts to statusline
    # fs from statusline
    # ds delete statusline
    # al add one line
    # AL add multiple lines
    # dl delete one line
    # DL delete multiple lines
    # ic insert one char (space)
    # IC insert multiple chars
    # nx terminal uses xon/xoff
    termcap facit|vt100|xterm LP:G0
    terminfo facit|vt100|xterm LP:G0
    #the vt100 description does not mention "dl". *sigh*
    termcap vt100 dl=5\E[M
    terminfo vt100 dl=5\E[M
    #facit's "al" / "dl" are buggy if the current / last line
    #contain attributes...
    termcap facit al=\E[L\E[K:AL@:dl@:DL@:cs=\E[%i%d;%dr:ic@
    terminfo facit al=\E[L\E[K:AL@:dl@:DL@:cs=\E[%i%p1%d;%p2%dr:ic@
    #make sun termcap/info better
    termcap sun 'up=^K:AL=\E[%dL:DL=\E[%dM:UP=\E[%dA:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:IC=\E[%d@:WS=1000\E[8;%d;%dt'
    terminfo sun 'up=^K:AL=\E[%p1%dL:DL=\E[%p1%dM:UP=\E[%p1%dA:DO=\E[%p1%dB:LE=\E[%p1%dD:RI=\E[%p1%dC:IC=\E[%p1%d@:WS=\E[8;%p1%d;%p2%dt$<1000>'
    #xterm understands both im/ic and doesn't have a status line.
    #Note: Do not specify im and ic in the real termcap/info file as
    #some programs (e.g. vi) will (no,no, may (jw)) not work anymore.
    termcap xterm|fptwist hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l
    terminfo xterm|fptwist hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l
    # Long time I had this in my private screenrc file. But many people
    # seem to want it (jw):
    # we do not want the width to change to 80 characters on startup:
    # on suns, /etc/termcap has :is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l:
    termcap xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l'
    terminfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l'
    # Do not use xterms alternate window buffer.
    # This one would not add lines to the scrollback buffer.
    #termcap xterm|xterms|xs ti=\E7\E[?47l
    #terminfo xterm|xterms|xs ti=\E7\E[?47l
    #make hp700 termcap/info better
    termcap hp700 'Z0=\E[?3h:Z1=\E[?3l:hs:ts=\E[62"p\E[0$~\E[2$~\E[1$}:fs=\E[0}\E[61"p:ds=\E[62"p\E[1$~\E[61"p:ic@'
    terminfo hp700 'Z0=\E[?3h:Z1=\E[?3l:hs:ts=\E[62"p\E[0$~\E[2$~\E[1$}:fs=\E[0}\E[61"p:ds=\E[62"p\E[1$~\E[61"p:ic@'
    #wyse-75-42 must have defflow control (xo = "terminal uses xon/xoff")
    #(nowadays: nx = padding doesn't work, have to use xon/off)
    #essential to have it here, as this is a slow terminal.
    termcap wy75-42 nx:xo:Z0=\E[?3h\E[31h:Z1=\E[?3l\E[31h
    terminfo wy75-42 nx:xo:Z0=\E[?3h\E[31h:Z1=\E[?3l\E[31h
    #remove some stupid / dangerous key bindings
    bind ^k
    #bind L
    bind ^\
    #make them better
    bind \\ quit
    bind K kill
    bind I login on
    bind O login off
    bind } history
    Last edited by siodine (2007-12-19 20:29:58)

  • Modification of PD infotype 1050 screen

    Hi All,
    I would like to know the process of hiding fields on a standard PD infotype like 1050.
    I know of the table T77CD and creating an alternate screen.
    How do you go about creating an alternate screen and where do you specify the Z-module pool for it?
    Please let me know.
    Thanks and Regards,
    Pankaj.

    Hi
    Couple things you need to check.
    First, make sure the ZP000100 program and the 0200 dynpro are still present with their custom fields, after that go to T582C table and check if the link between the standard program and the Z one is still in that table (There has to be an entry in that table with the standard program name and its dynpro and the Custom Program name and its one, usually MP000100 - Dynpro 2000 and ZP000100 - Dynpro 0200).
    Finally go to T588M table and check if the corresponding entry for the enhacement is still there (Usually ZP000100 Dynpro 200) If you double click on that entry you can check whether the fields are ready to be shown or not.
    Best Regards

  • Field not hiding upon changing screen no of infotype

    Hi SAP Gurus,
    I've an issue for which i need your expert opinion.
    I am working on international environment and my issue is that I have to change screen no in table V_T582A Infotype Attributes. Lets say i've changed the standard screen 2000 to 2006 because the screen was not bringing the exact entry date even after maintaining ENTRY feature. Therefore I had to go for Screen 2006. In table V_T588M I have chosen the module pool for IT0016 and in the alternate screen with variable key 12 I have selected certain fields to be hidden and also i had changed the feature P0016 even accordingly where i had mentioned the variable key 12 to be used for country grouping 99.
    After performing all the above configuration steps, i am still unable to hide any field.
    Kindly help me. Your help will be really appreciated.
    Thanks,
    Irfan Malik
    SAP HR Consultant
    SIEMENS Eng. Co. Ltd. Pakistan

    Hi Naim,
    Basically the data in Infotype in which you are changing the record doesn't exist.
    That is the reason you are receiving the message in RETURN " NO DATA STORED FOR 0003 FOR SELECTED PERIOD"
    If you want to see online where exactly the problem lies....Just put the Break point and also dialog_mode in FM as "<b>1"</b>
    CALL FUNCTION 'HR_INFOTYPE_OPERATION'
    EXPORTING
    INFTY = '0003'
    NUMBER = PERNR
    VALIDITYEND = i0001-BEGDA
    VALIDITYBEGIN = i0001-ENDDA
    RECORD = i0001
    OPERATION = 'MOD'
    TCLAS = 'A'
    DIALOG_MODE = '<b>1</b>'
    NOCOMMIT = 'X'
    IMPORTING
    RETURN = I_RETURN
    Reward Points for helpful answers.
    Thanks.
    hari krishna.

  • New Install - startx results in blank screen with mouse cursor

    I installed Arch on my desktop last week with no issues, so I wanted to install it on an old THinkpad R31. Everything with the installation went smooth, but when I try to 'startx' all I get is a blank screen with a mouse cursor that I can move around. I've installed xorg-xinit, xorg-twm, xorg-xclock, and xterm.
    I'm not getting any significant errors in the logs, or even the terminal I issue 'startx' in.
    I'm not sure what the problem could be...
    Here is my output from 'startx'
    X.Org X Server 1.13.0
    Release Date: 2012-09-05
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.6.0-1-ARCH i686
    Current Operating System: Linux x_00294-ibc 3.5.6-1-ARCH #1 SMP PREEMPT Sun Oct 7 19:33:50 CEST 2012 i686
    Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=ec6a9a60-8d8c-4de0-960b-9e2a044d0ca5 ro quiet
    Build Date: 05 October 2012 02:01:30PM
    Current version of pixman: 0.26.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sat Oct 13 09:26:12 2012
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    Initializing built-in extension Generic Event Extension
    Initializing built-in extension SHAPE
    Initializing built-in extension MIT-SHM
    Initializing built-in extension XInputExtension
    Initializing built-in extension XTEST
    Initializing built-in extension BIG-REQUESTS
    Initializing built-in extension SYNC
    Initializing built-in extension XKEYBOARD
    Initializing built-in extension XC-MISC
    Initializing built-in extension SECURITY
    Initializing built-in extension XINERAMA
    Initializing built-in extension XFIXES
    Initializing built-in extension RENDER
    Initializing built-in extension RANDR
    Initializing built-in extension COMPOSITE
    Initializing built-in extension DAMAGE
    Initializing built-in extension MIT-SCREEN-SAVER
    Initializing built-in extension DOUBLE-BUFFER
    Initializing built-in extension RECORD
    Initializing built-in extension DPMS
    Initializing built-in extension X-Resource
    Initializing built-in extension XVideo
    Initializing built-in extension XVideo-MotionCompensation
    Initializing built-in extension XFree86-VidModeExtension
    Initializing built-in extension XFree86-DGA
    Initializing built-in extension XFree86-DRI
    Initializing built-in extension DRI2
    Loading extension GLX
    xinit: connection to X server lost
    waiting for X server to shut down XIO: fatal IO error 0 (Success) on X server ":0"
    after 554 requests (554 known processed) with 0 events remaining.
    xterm: fatal IO error 11 (Resource temporarily unavailable) or KillClient on X server ":0"
    xterm: fatal IO error 11 (Resource temporarily unavailable) or KillClient on X server ":0"
    xterm: fatal IO error 11 (Resource temporarily unavailable) or KillClient on X server ":0"
    Server terminated successfully (0). Closing log file.
    xinit: unexpected signal 2
    And my Xorg.0.log
    [ 4955.478]
    X.Org X Server 1.13.0
    Release Date: 2012-09-05
    [ 4955.479] X Protocol Version 11, Revision 0
    [ 4955.479] Build Operating System: Linux 3.6.0-1-ARCH i686
    [ 4955.479] Current Operating System: Linux x_00294-ibc 3.5.6-1-ARCH #1 SMP PREEMPT Sun Oct 7 19:33:50 CEST 2012 i686
    [ 4955.479] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=ec6a9a60-8d8c-4de0-960b-9e2a044d0ca5 ro quiet
    [ 4955.479] Build Date: 05 October 2012 02:01:30PM
    [ 4955.479]
    [ 4955.479] Current version of pixman: 0.26.2
    [ 4955.479] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 4955.479] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 4955.480] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Oct 13 09:26:12 2012
    [ 4955.480] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 4955.480] (==) No Layout section. Using the first Screen section.
    [ 4955.480] (==) No screen section available. Using defaults.
    [ 4955.480] (**) |-->Screen "Default Screen Section" (0)
    [ 4955.480] (**) | |-->Monitor "<default monitor>"
    [ 4955.481] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 4955.481] (==) Automatically adding devices
    [ 4955.481] (==) Automatically enabling devices
    [ 4955.481] (==) Automatically adding GPU devices
    [ 4955.481] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
    [ 4955.481] Entry deleted from font path.
    [ 4955.481] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 4955.481] Entry deleted from font path.
    [ 4955.481] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 4955.481] Entry deleted from font path.
    [ 4955.481] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 4955.481] Entry deleted from font path.
    [ 4955.481] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 4955.481] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 4955.481] Entry deleted from font path.
    [ 4955.481] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 4955.481] (==) FontPath set to:
    /usr/share/fonts/misc/
    [ 4955.481] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 4955.481] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 4955.481] (II) Loader magic: 0x825a620
    [ 4955.482] (II) Module ABI versions:
    [ 4955.482] X.Org ANSI C Emulation: 0.4
    [ 4955.482] X.Org Video Driver: 13.0
    [ 4955.482] X.Org XInput driver : 18.0
    [ 4955.482] X.Org Server Extension : 7.0
    [ 4955.484] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 4955.486] (--) PCI:*(0:0:2:0) 8086:3577:1014:0505 rev 4, Mem @ 0x98000000/134217728, 0x90100000/524288
    [ 4955.486] (--) PCI: (0:0:2:1) 8086:3577:1014:0505 rev 0, Mem @ 0x88000000/134217728, 0x80200000/524288
    [ 4955.486] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 4955.486] Initializing built-in extension Generic Event Extension
    [ 4955.486] Initializing built-in extension SHAPE
    [ 4955.486] Initializing built-in extension MIT-SHM
    [ 4955.486] Initializing built-in extension XInputExtension
    [ 4955.486] Initializing built-in extension XTEST
    [ 4955.486] Initializing built-in extension BIG-REQUESTS
    [ 4955.486] Initializing built-in extension SYNC
    [ 4955.487] Initializing built-in extension XKEYBOARD
    [ 4955.487] Initializing built-in extension XC-MISC
    [ 4955.487] Initializing built-in extension SECURITY
    [ 4955.487] Initializing built-in extension XINERAMA
    [ 4955.487] Initializing built-in extension XFIXES
    [ 4955.487] Initializing built-in extension RENDER
    [ 4955.487] Initializing built-in extension RANDR
    [ 4955.487] Initializing built-in extension COMPOSITE
    [ 4955.487] Initializing built-in extension DAMAGE
    [ 4955.487] Initializing built-in extension MIT-SCREEN-SAVER
    [ 4955.487] Initializing built-in extension DOUBLE-BUFFER
    [ 4955.487] Initializing built-in extension RECORD
    [ 4955.487] Initializing built-in extension DPMS
    [ 4955.487] Initializing built-in extension X-Resource
    [ 4955.487] Initializing built-in extension XVideo
    [ 4955.487] Initializing built-in extension XVideo-MotionCompensation
    [ 4955.487] Initializing built-in extension XFree86-VidModeExtension
    [ 4955.487] Initializing built-in extension XFree86-DGA
    [ 4955.487] Initializing built-in extension XFree86-DRI
    [ 4955.487] Initializing built-in extension DRI2
    [ 4955.487] (II) LoadModule: "glx"
    [ 4955.488] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 4955.489] (II) Module glx: vendor="X.Org Foundation"
    [ 4955.489] compiled for 1.13.0, module version = 1.0.0
    [ 4955.489] ABI class: X.Org Server Extension, version 7.0
    [ 4955.489] (==) AIGLX enabled
    [ 4955.489] Loading extension GLX
    [ 4955.489] (==) Matched intel as autoconfigured driver 0
    [ 4955.489] (==) Matched intel as autoconfigured driver 1
    [ 4955.489] (==) Matched vesa as autoconfigured driver 2
    [ 4955.489] (==) Matched modesetting as autoconfigured driver 3
    [ 4955.489] (==) Matched fbdev as autoconfigured driver 4
    [ 4955.489] (==) Assigned the driver to the xf86ConfigLayout
    [ 4955.489] (II) LoadModule: "intel"
    [ 4955.490] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 4955.491] (II) Module intel: vendor="X.Org Foundation"
    [ 4955.491] compiled for 1.13.0, module version = 2.20.9
    [ 4955.491] Module class: X.Org Video Driver
    [ 4955.491] ABI class: X.Org Video Driver, version 13.0
    [ 4955.491] (II) LoadModule: "vesa"
    [ 4955.491] (WW) Warning, couldn't open module vesa
    [ 4955.491] (II) UnloadModule: "vesa"
    [ 4955.492] (II) Unloading vesa
    [ 4955.492] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 4955.492] (II) LoadModule: "modesetting"
    [ 4955.492] (WW) Warning, couldn't open module modesetting
    [ 4955.492] (II) UnloadModule: "modesetting"
    [ 4955.492] (II) Unloading modesetting
    [ 4955.492] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 4955.493] (II) LoadModule: "fbdev"
    [ 4955.493] (WW) Warning, couldn't open module fbdev
    [ 4955.493] (II) UnloadModule: "fbdev"
    [ 4955.493] (II) Unloading fbdev
    [ 4955.493] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 4955.493] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
    Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
    Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
    Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
    Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
    Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
    Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
    Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2),
    Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2),
    Haswell Server (GT2+), Haswell SDV Desktop (GT1),
    Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+),
    Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
    Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1),
    Haswell SDV Server (GT2), Haswell SDV Server (GT2+),
    Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
    Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1),
    Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+),
    Haswell ULT Server (GT1), Haswell ULT Server (GT2),
    Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1),
    Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+),
    Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2),
    Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1),
    Haswell CRW Server (GT2), Haswell CRW Server (GT2+),
    ValleyView PO board
    [ 4955.496] (--) using VT number 7
    [ 4955.508] (II) intel(0): using device path '/dev/dri/card0'
    [ 4955.509] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 4955.509] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 4955.509] (==) intel(0): RGB weight 888
    [ 4955.509] (==) intel(0): Default visual is TrueColor
    [ 4955.509] (--) intel(0): Integrated Graphics Chipset: Intel(R) i830M
    [ 4955.509] (**) intel(0): Relaxed fencing disabled
    [ 4955.509] (**) intel(0): Wait on SwapBuffers? enabled
    [ 4955.509] (**) intel(0): Triple buffering? enabled
    [ 4955.509] (**) intel(0): Framebuffer tiled
    [ 4955.510] (**) intel(0): Pixmaps tiled
    [ 4955.510] (**) intel(0): 3D buffers tiled
    [ 4955.510] (**) intel(0): SwapBuffers wait enabled
    [ 4955.510] (==) intel(0): video overlay key set to 0x101fe
    [ 4955.593] (II) intel(0): Output VGA1 has no monitor section
    [ 4955.593] (II) intel(0): Output LVDS1 has no monitor section
    [ 4955.594] (--) intel(0): found backlight control interface /sys/class/backlight/thinkpad_screen
    [ 4955.676] (II) intel(0): EDID for output VGA1
    [ 4955.677] (II) intel(0): Printing probed modes for output VGA1
    [ 4955.677] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 4955.677] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 4955.677] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 4955.677] (II) intel(0): Modeline "848x480"x60.0 33.75 848 864 976 1088 480 486 494 517 +hsync +vsync (31.0 kHz e)
    [ 4955.677] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 489 492 525 -hsync -vsync (31.5 kHz e)
    [ 4955.677] (II) intel(0): EDID for output LVDS1
    [ 4955.677] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 4955.677] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 4955.677] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 4955.677] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 4955.678] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 4955.678] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 4955.678] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 4955.678] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [ 4955.678] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [ 4955.678] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 4955.678] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 4955.678] (II) intel(0): Printing probed modes for output LVDS1
    [ 4955.678] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 +hsync +vsync (48.4 kHz P)
    [ 4955.678] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
    [ 4955.678] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
    [ 4955.678] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
    [ 4955.678] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
    [ 4955.678] (II) intel(0): Output VGA1 connected
    [ 4955.678] (II) intel(0): Output LVDS1 connected
    [ 4955.678] (II) intel(0): Using exact sizes for initial modes
    [ 4955.678] (II) intel(0): Output VGA1 using initial mode 1024x768
    [ 4955.678] (II) intel(0): Output LVDS1 using initial mode 1024x768
    [ 4955.678] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 4955.678] (II) intel(0): Kernel page flipping support detected, enabling
    [ 4955.678] (==) intel(0): DPI set to (96, 96)
    [ 4955.678] (II) Loading sub module "fb"
    [ 4955.678] (II) LoadModule: "fb"
    [ 4955.679] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 4955.679] (II) Module fb: vendor="X.Org Foundation"
    [ 4955.679] compiled for 1.13.0, module version = 1.0.0
    [ 4955.679] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 4955.679] (II) Loading sub module "dri2"
    [ 4955.679] (II) LoadModule: "dri2"
    [ 4955.680] (II) Module "dri2" already built-in
    [ 4955.680] (==) Depth 24 pixmap format is 32 bpp
    [ 4955.680] (II) intel(0): [DRI2] Setup complete
    [ 4955.680] (II) intel(0): [DRI2] DRI driver: i915
    [ 4955.680] (II) intel(0): Allocated new frame buffer 1024x768 stride 4096, tiled
    [ 4955.680] (II) UXA(0): Driver registered support for the following operations:
    [ 4955.680] (II) solid
    [ 4955.680] (II) copy
    [ 4955.680] (II) composite (RENDER acceleration)
    [ 4955.680] (II) put_image
    [ 4955.680] (II) get_image
    [ 4955.680] (==) intel(0): Backing store disabled
    [ 4955.680] (==) intel(0): Silken mouse enabled
    [ 4955.681] (II) intel(0): Initializing HW Cursor
    [ 4955.681] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 4955.684] (==) intel(0): DPMS enabled
    [ 4955.684] (==) intel(0): Intel XvMC decoder disabled
    [ 4955.684] (II) intel(0): Set up overlay video
    [ 4955.684] (II) intel(0): direct rendering: DRI2 Enabled
    [ 4955.684] (==) intel(0): hotplug detection: "enabled"
    [ 4955.983] (--) RandR disabled
    [ 4956.021] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 4956.021] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 4956.021] (II) AIGLX: enabled GLX_ARB_create_context
    [ 4956.021] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 4956.021] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 4956.021] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 4956.021] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 4956.021] (II) AIGLX: Loaded and initialized i915
    [ 4956.022] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 4956.023] (II) intel(0): Setting screen physical size to 270 x 203
    [ 4956.124] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 4956.124] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 4956.124] (II) LoadModule: "evdev"
    [ 4956.124] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 4956.125] (II) Module evdev: vendor="X.Org Foundation"
    [ 4956.125] compiled for 1.13.0, module version = 2.7.3
    [ 4956.125] Module class: X.Org XInput Driver
    [ 4956.125] ABI class: X.Org XInput driver, version 18.0
    [ 4956.125] (II) Using input driver 'evdev' for 'Power Button'
    [ 4956.125] (**) Power Button: always reports core events
    [ 4956.125] (**) evdev: Power Button: Device: "/dev/input/event4"
    [ 4956.126] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 4956.126] (--) evdev: Power Button: Found keys
    [ 4956.126] (II) evdev: Power Button: Configuring as keyboard
    [ 4956.126] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
    [ 4956.126] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 4956.126] (**) Option "xkb_rules" "evdev"
    [ 4956.126] (**) Option "xkb_model" "evdev"
    [ 4956.126] (**) Option "xkb_layout" "us"
    [ 4956.197] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
    [ 4956.198] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 4956.198] (II) Using input driver 'evdev' for 'Video Bus'
    [ 4956.198] (**) Video Bus: always reports core events
    [ 4956.198] (**) evdev: Video Bus: Device: "/dev/input/event2"
    [ 4956.198] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 4956.198] (--) evdev: Video Bus: Found keys
    [ 4956.198] (II) evdev: Video Bus: Configuring as keyboard
    [ 4956.198] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A03:00/LNXVIDEO:00/input/input2/event2"
    [ 4956.198] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 4956.198] (**) Option "xkb_rules" "evdev"
    [ 4956.198] (**) Option "xkb_model" "evdev"
    [ 4956.198] (**) Option "xkb_layout" "us"
    [ 4956.200] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
    [ 4956.200] (II) No input driver specified, ignoring this device.
    [ 4956.200] (II) This device may have been added with another device file.
    [ 4956.201] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
    [ 4956.201] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 4956.201] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 4956.202] (**) Sleep Button: always reports core events
    [ 4956.202] (**) evdev: Sleep Button: Device: "/dev/input/event1"
    [ 4956.202] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 4956.202] (--) evdev: Sleep Button: Found keys
    [ 4956.202] (II) evdev: Sleep Button: Configuring as keyboard
    [ 4956.202] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1/event1"
    [ 4956.202] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
    [ 4956.202] (**) Option "xkb_rules" "evdev"
    [ 4956.202] (**) Option "xkb_model" "evdev"
    [ 4956.202] (**) Option "xkb_layout" "us"
    [ 4956.204] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 4956.205] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 4956.205] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 4956.205] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 4956.205] (**) AT Translated Set 2 keyboard: always reports core events
    [ 4956.205] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 4956.205] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 4956.205] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 4956.205] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 4956.205] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 4956.205] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
    [ 4956.205] (**) Option "xkb_rules" "evdev"
    [ 4956.206] (**) Option "xkb_model" "evdev"
    [ 4956.206] (**) Option "xkb_layout" "us"
    [ 4956.208] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event6)
    [ 4956.208] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
    [ 4956.208] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
    [ 4956.208] (**) TPPS/2 IBM TrackPoint: always reports core events
    [ 4956.208] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event6"
    [ 4956.208] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
    [ 4956.208] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
    [ 4956.208] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
    [ 4956.208] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
    [ 4956.208] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
    [ 4956.208] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
    [ 4956.208] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 4956.208] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event6"
    [ 4956.208] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 10)
    [ 4956.209] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
    [ 4956.209] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
    [ 4956.209] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
    [ 4956.209] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
    [ 4956.209] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
    [ 4956.210] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse0)
    [ 4956.210] (II) No input driver specified, ignoring this device.
    [ 4956.210] (II) This device may have been added with another device file.
    [ 4956.211] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
    [ 4956.211] (II) No input driver specified, ignoring this device.
    [ 4956.211] (II) This device may have been added with another device file.
    [ 4956.213] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event7)
    [ 4956.213] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
    [ 4956.213] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
    [ 4956.213] (**) ThinkPad Extra Buttons: always reports core events
    [ 4956.213] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event7"
    [ 4956.214] (--) evdev: ThinkPad Extra Buttons: Vendor 0x1014 Product 0x5054
    [ 4956.214] (--) evdev: ThinkPad Extra Buttons: Found keys
    [ 4956.214] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
    [ 4956.214] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input7/event7"
    [ 4956.214] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 11)
    [ 4956.214] (**) Option "xkb_rules" "evdev"
    [ 4956.214] (**) Option "xkb_model" "evdev"
    [ 4956.214] (**) Option "xkb_layout" "us"
    [ 4960.630] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 4964.186] (II) evdev: ThinkPad Extra Buttons: Close
    [ 4964.189] (II) UnloadModule: "evdev"
    [ 4964.189] (II) evdev: TPPS/2 IBM TrackPoint: Close
    [ 4964.189] (II) UnloadModule: "evdev"
    [ 4964.189] (II) evdev: AT Translated Set 2 keyboard: Close
    [ 4964.189] (II) UnloadModule: "evdev"
    [ 4964.189] (II) evdev: Sleep Button: Close
    [ 4964.189] (II) UnloadModule: "evdev"
    [ 4964.189] (II) evdev: Video Bus: Close
    [ 4964.190] (II) UnloadModule: "evdev"
    [ 4964.190] (II) evdev: Power Button: Close
    [ 4964.190] (II) UnloadModule: "evdev"
    [ 4964.192] Server terminated successfully (0). Closing log file.

    karol wrote:
    Leonid.I wrote:@0x001A4:
    To run twm, you need to install xorg-twm from [extra] (I am not sure if it installs by default). Do you have xterm installed?
    According to his first post he has both xorg-twm and xterm installed.
    I do indeed.
    I went ahead and installed LXDE anyways, just to see what would happen. Exact same thing, it looks like everything is about to load but only the mouse cursor shows up. My Xorg.0.log is the same, so I won't post it again.
    I do get an error in the console about the openbox menu.xml file missing but I doubt that's related.
    X.Org X Server 1.13.0
    Release Date: 2012-09-05
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.6.0-1-ARCH i686
    Current Operating System: Linux x_00294-ibc 3.5.6-1-ARCH #1 SMP PREEMPT Sun Oct 7 19:33:50 CEST 2012 i686
    Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=ec6a9a60-8d8c-4de0-960b-9e2a044d0ca5 ro quiet
    Build Date: 05 October 2012 02:01:30PM
    Current version of pixman: 0.26.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Mon Oct 15 18:12:28 2012
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    Initializing built-in extension Generic Event Extension
    Initializing built-in extension SHAPE
    Initializing built-in extension MIT-SHM
    Initializing built-in extension XInputExtension
    Initializing built-in extension XTEST
    Initializing built-in extension BIG-REQUESTS
    Initializing built-in extension SYNC
    Initializing built-in extension XKEYBOARD
    Initializing built-in extension XC-MISC
    Initializing built-in extension SECURITY
    Initializing built-in extension XINERAMA
    Initializing built-in extension XFIXES
    Initializing built-in extension RENDER
    Initializing built-in extension RANDR
    Initializing built-in extension COMPOSITE
    Initializing built-in extension DAMAGE
    Initializing built-in extension MIT-SCREEN-SAVER
    Initializing built-in extension DOUBLE-BUFFER
    Initializing built-in extension RECORD
    Initializing built-in extension DPMS
    Initializing built-in extension X-Resource
    Initializing built-in extension XVideo
    Initializing built-in extension XVideo-MotionCompensation
    Initializing built-in extension XFree86-VidModeExtension
    Initializing built-in extension XFree86-DGA
    Initializing built-in extension XFree86-DRI
    Initializing built-in extension DRI2
    Loading extension GLX
    Openbox-Message: Unable to find a valid menu file "/usr/share/lxde/openbox/menu.xml"
    xinit: connection to X server lost
    waiting for X server to shut down pcmanfm: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
    XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
    after 2326 requests (2323 known processed) with 0 events remaining.
    Server terminated successfully (0). Closing log file.
    xinit: unexpected signal 2
    .xinitrc for my user
    exec ck-launch-session startlxde
    Very wierd.

  • Screen flickering when window is open on Cinnamon

    Hi,
    I have a fresh Arch install with Cinnamon DE(version 2.4.0).
    When I loggs in(always) or open some window(often) my screen flicker(what is shown in this video: http://www.dailymotion.com/video/x29jkt … 60313_tech ).
    I'm using open source xf86-video-ati.
    here is my xorg.0.log:
    [ 11.668]
    X.Org X Server 1.16.1
    Release Date: 2014-09-21
    [ 11.668] X Protocol Version 11, Revision 0
    [ 11.668] Build Operating System: Linux 3.16.1-1-ARCH x86_64
    [ 11.668] Current Operating System: Linux laptop 3.17.2-1-ARCH #1 SMP PREEMPT Thu Oct 30 20:49:39 CET 2014 x86_64
    [ 11.668] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=30917681-ef12-4d27-acd8-8c77e49c2b82 rw resume=UUID=10b6406e-4367-406a-8c95-073ad7689f5b verbose
    [ 11.668] Build Date: 21 September 2014 10:53:13AM
    [ 11.668]
    [ 11.668] Current version of pixman: 0.32.6
    [ 11.668] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 11.668] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 11.669] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Nov 7 16:03:17 2014
    [ 11.703] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 11.703] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 11.770] (==) No Layout section. Using the first Screen section.
    [ 11.770] (==) No screen section available. Using defaults.
    [ 11.770] (**) |-->Screen "Default Screen Section" (0)
    [ 11.770] (**) | |-->Monitor "<default monitor>"
    [ 11.771] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 11.771] (**) | |-->Device "Radeon"
    [ 11.771] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 11.771] (==) Automatically adding devices
    [ 11.771] (==) Automatically enabling devices
    [ 11.771] (==) Automatically adding GPU devices
    [ 11.839] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 11.839] Entry deleted from font path.
    [ 11.839] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 11.839] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 11.839] Entry deleted from font path.
    [ 11.839] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 11.839] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/
    [ 11.839] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 11.839] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 11.840] (II) Loader magic: 0x818d80
    [ 11.840] (II) Module ABI versions:
    [ 11.840] X.Org ANSI C Emulation: 0.4
    [ 11.840] X.Org Video Driver: 18.0
    [ 11.840] X.Org XInput driver : 21.0
    [ 11.840] X.Org Server Extension : 8.0
    [ 11.841] (EE) systemd-logind: failed to get session: PID 308 does not belong to any known session
    [ 11.842] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 11.846] (--) PCI:*(0:2:0:0) 1002:68e0:1028:0413 rev 0, Mem @ 0xd0000000/268435456, 0xcfee0000/131072, I/O @ 0x00002000/256, BIOS @ 0x????????/131072
    [ 11.846] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 11.846] (II) LoadModule: "glx"
    [ 11.872] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 11.935] (II) Module glx: vendor="X.Org Foundation"
    [ 11.935] compiled for 1.16.1, module version = 1.0.0
    [ 11.935] ABI class: X.Org Server Extension, version 8.0
    [ 11.935] (==) AIGLX enabled
    [ 11.935] (II) LoadModule: "radeon"
    [ 11.935] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 11.963] (II) Module radeon: vendor="X.Org Foundation"
    [ 11.963] compiled for 1.16.1, module version = 7.5.0
    [ 11.963] Module class: X.Org Video Driver
    [ 11.963] ABI class: X.Org Video Driver, version 18.0
    [ 11.963] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
    ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
    ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO2, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
    ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
    CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
    BARTS, BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
    OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
    HAINAN, HAINAN, HAINAN, HAINAN, HAINAN, HAINAN, BONAIRE, BONAIRE,
    BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE,
    BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
    KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
    KABINI, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
    MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
    MULLINS, MULLINS, MULLINS, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII,
    HAWAII, HAWAII, HAWAII, HAWAII, HAWAII
    [ 11.967] (++) using VT number 1
    [ 11.977] (II) [KMS] Kernel modesetting enabled.
    [ 11.977] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 11.977] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 11.977] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 11.977] (==) RADEON(0): Default visual is TrueColor
    [ 11.977] (**) RADEON(0): Option "SWcursor" "off"
    [ 11.977] (**) RADEON(0): Option "EnablePageFlip" "on"
    [ 11.977] (**) RADEON(0): Option "ColorTiling" "on"
    [ 11.977] (**) RADEON(0): Option "RenderAccel" "on"
    [ 11.977] (**) RADEON(0): Option "AccelMethod" "EXA"
    [ 11.977] (**) RADEON(0): Option "EXAVSync" "off"
    [ 11.977] (**) RADEON(0): Option "EXAPixmaps" "on"
    [ 11.977] (==) RADEON(0): RGB weight 888
    [ 11.977] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 11.977] (--) RADEON(0): Chipset: "ATI Mobility Radeon HD 5000 Series" (ChipID = 0x68e0)
    [ 11.977] (II) Loading sub module "dri2"
    [ 11.977] (II) LoadModule: "dri2"
    [ 11.977] (II) Module "dri2" already built-in
    [ 11.977] (II) Loading sub module "exa"
    [ 11.977] (II) LoadModule: "exa"
    [ 11.992] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 12.000] (II) Module exa: vendor="X.Org Foundation"
    [ 12.000] compiled for 1.16.1, module version = 2.6.0
    [ 12.000] ABI class: X.Org Video Driver, version 18.0
    [ 12.000] (II) RADEON(0): KMS Color Tiling: enabled
    [ 12.000] (II) RADEON(0): KMS Color Tiling 2D: enabled
    [ 12.000] (II) RADEON(0): KMS Pageflipping: enabled
    [ 12.000] (II) RADEON(0): SwapBuffers wait for vsync: enabled
    [ 12.000] (II) RADEON(0): Output LVDS has no monitor section
    [ 12.003] (II) RADEON(0): Output HDMI-0 has no monitor section
    [ 12.023] (II) RADEON(0): Output VGA-0 has no monitor section
    [ 12.024] (II) RADEON(0): EDID for output LVDS
    [ 12.024] (II) RADEON(0): Manufacturer: SEC Model: 5441 Serial#: 0
    [ 12.024] (II) RADEON(0): Year: 2009 Week: 0
    [ 12.024] (II) RADEON(0): EDID Version: 1.3
    [ 12.024] (II) RADEON(0): Digital Display Input
    [ 12.024] (II) RADEON(0): Max Image Size [cm]: horiz.: 34 vert.: 19
    [ 12.024] (II) RADEON(0): Gamma: 2.20
    [ 12.024] (II) RADEON(0): No DPMS capabilities specified
    [ 12.024] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 12.024] (II) RADEON(0): First detailed timing is preferred mode
    [ 12.024] (II) RADEON(0): redX: 0.620 redY: 0.340 greenX: 0.330 greenY: 0.570
    [ 12.024] (II) RADEON(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
    [ 12.024] (II) RADEON(0): Manufacturer's mask: 0
    [ 12.024] (II) RADEON(0): Supported detailed timing:
    [ 12.024] (II) RADEON(0): clock: 71.6 MHz Image Size: 344 x 194 mm
    [ 12.024] (II) RADEON(0): h_active: 1366 h_sync: 1414 h_sync_end 1446 h_blank_end 1510 h_border: 0
    [ 12.024] (II) RADEON(0): v_active: 768 v_sync: 770 v_sync_end 775 v_blanking: 789 v_border: 0
    [ 12.024] (II) RADEON(0): Supported detailed timing:
    [ 12.024] (II) RADEON(0): clock: 71.6 MHz Image Size: 344 x 194 mm
    [ 12.024] (II) RADEON(0): h_active: 1366 h_sync: 1414 h_sync_end 1446 h_blank_end 1510 h_border: 0
    [ 12.024] (II) RADEON(0): v_active: 768 v_sync: 770 v_sync_end 775 v_blanking: 789 v_border: 0
    [ 12.024] (II) RADEON(0): NPFT8\81156AT
    [ 12.024] (II) RADEON(0): Unknown vendor-specific block 0
    [ 12.024] (II) RADEON(0): EDID (in hex):
    [ 12.024] (II) RADEON(0): 00ffffffffffff004ca3415400000000
    [ 12.024] (II) RADEON(0): 00130103902213780ac8959e57549226
    [ 12.024] (II) RADEON(0): 0f505400000001010101010101010101
    [ 12.024] (II) RADEON(0): 010101010101f41b5690500015303020
    [ 12.024] (II) RADEON(0): 250058c21000001af41b569050001530
    [ 12.024] (II) RADEON(0): 3020250058c21000001a000000fe004e
    [ 12.024] (II) RADEON(0): 504654388131353641540a2000000000
    [ 12.024] (II) RADEON(0): 00000000000000000001010a202000e7
    [ 12.024] (II) RADEON(0): Printing probed modes for output LVDS
    [ 12.024] (II) RADEON(0): Modeline "1366x768"x60.1 71.56 1366 1414 1446 1510 768 770 775 789 +hsync -vsync (47.4 kHz eP)
    [ 12.024] (II) RADEON(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz)
    [ 12.024] (II) RADEON(0): Modeline "1152x768"x59.8 71.75 1152 1216 1328 1504 768 771 781 798 -hsync +vsync (47.7 kHz)
    [ 12.024] (II) RADEON(0): Modeline "1024x768"x59.9 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync (47.8 kHz)
    [ 12.024] (II) RADEON(0): Modeline "800x600"x59.9 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync (37.4 kHz)
    [ 12.024] (II) RADEON(0): Modeline "848x480"x59.7 31.50 848 872 952 1056 480 483 493 500 -hsync +vsync (29.8 kHz)
    [ 12.024] (II) RADEON(0): Modeline "720x480"x59.7 26.75 720 744 808 896 480 483 493 500 -hsync +vsync (29.9 kHz)
    [ 12.024] (II) RADEON(0): Modeline "640x480"x59.4 23.75 640 664 720 800 480 483 487 500 -hsync +vsync (29.7 kHz)
    [ 12.027] (II) RADEON(0): EDID for output HDMI-0
    [ 12.047] (II) RADEON(0): EDID for output VGA-0
    [ 12.047] (II) RADEON(0): Output LVDS connected
    [ 12.047] (II) RADEON(0): Output HDMI-0 disconnected
    [ 12.047] (II) RADEON(0): Output VGA-0 disconnected
    [ 12.047] (II) RADEON(0): Using exact sizes for initial modes
    [ 12.047] (II) RADEON(0): Output LVDS using initial mode 1366x768
    [ 12.047] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 12.047] (II) RADEON(0): mem size init: gart size :3fdde000 vram size: s:40000000 visible:3f782000
    [ 12.047] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
    [ 12.047] (==) RADEON(0): DPI set to (96, 96)
    [ 12.047] (II) Loading sub module "fb"
    [ 12.047] (II) LoadModule: "fb"
    [ 12.047] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 12.057] (II) Module fb: vendor="X.Org Foundation"
    [ 12.057] compiled for 1.16.1, module version = 1.0.0
    [ 12.057] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 12.057] (II) Loading sub module "ramdac"
    [ 12.057] (II) LoadModule: "ramdac"
    [ 12.057] (II) Module "ramdac" already built-in
    [ 12.057] (--) Depth 24 pixmap format is 32 bpp
    [ 12.057] (II) RADEON(0): [DRI2] Setup complete
    [ 12.057] (II) RADEON(0): [DRI2] DRI driver: r600
    [ 12.057] (II) RADEON(0): [DRI2] VDPAU driver: r600
    [ 12.058] (II) RADEON(0): Front buffer size: 4128K
    [ 12.058] (II) RADEON(0): VRAM usage limit set to 932119K
    [ 12.071] (==) RADEON(0): Backing store enabled
    [ 12.071] (II) RADEON(0): Direct rendering enabled
    [ 12.072] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 12.072] (II) EXA(0): Driver registered support for the following operations:
    [ 12.072] (II) Solid
    [ 12.072] (II) Copy
    [ 12.072] (II) Composite (RENDER acceleration)
    [ 12.072] (II) UploadToScreen
    [ 12.072] (II) DownloadFromScreen
    [ 12.072] (II) RADEON(0): Acceleration enabled
    [ 12.072] (==) RADEON(0): DPMS enabled
    [ 12.072] (==) RADEON(0): Silken mouse enabled
    [ 12.072] (II) RADEON(0): Set up textured video
    [ 12.072] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
    [ 12.072] (II) RADEON(0): [XvMC] Extension initialized.
    [ 12.072] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 12.073] (WW) RADEON(0): Option "AccelDFS" is not used
    [ 12.073] (--) RandR disabled
    [ 12.673] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 12.673] (II) AIGLX: enabled GLX_ARB_create_context
    [ 12.673] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 12.673] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 12.673] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 12.673] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 12.673] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
    [ 12.673] (II) AIGLX: enabled GLX_ARB_fbconfig_float
    [ 12.673] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 12.674] (II) AIGLX: Loaded and initialized r600
    [ 12.674] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 12.675] (II) RADEON(0): Setting screen physical size to 361 x 203
    [ 12.980] (II) config/udev: Adding input device Power Button (/dev/input/event8)
    [ 12.980] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 12.980] (**) Power Button: Applying InputClass "system-keyboard"
    [ 12.980] (II) LoadModule: "evdev"
    [ 12.981] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 13.002] (II) Module evdev: vendor="X.Org Foundation"
    [ 13.002] compiled for 1.16.0, module version = 2.9.0
    [ 13.002] Module class: X.Org XInput Driver
    [ 13.002] ABI class: X.Org XInput driver, version 21.0
    [ 13.002] (II) Using input driver 'evdev' for 'Power Button'
    [ 13.002] (**) Power Button: always reports core events
    [ 13.002] (**) evdev: Power Button: Device: "/dev/input/event8"
    [ 13.002] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 13.002] (--) evdev: Power Button: Found keys
    [ 13.002] (II) evdev: Power Button: Configuring as keyboard
    [ 13.002] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input9/event8"
    [ 13.002] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 13.002] (**) Option "xkb_rules" "evdev"
    [ 13.002] (**) Option "xkb_model" "pc104"
    [ 13.002] (**) Option "xkb_layout" "pl"
    [ 13.057] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
    [ 13.057] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 13.057] (**) Video Bus: Applying InputClass "system-keyboard"
    [ 13.057] (II) Using input driver 'evdev' for 'Video Bus'
    [ 13.057] (**) Video Bus: always reports core events
    [ 13.057] (**) evdev: Video Bus: Device: "/dev/input/event9"
    [ 13.057] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 13.057] (--) evdev: Video Bus: Found keys
    [ 13.057] (II) evdev: Video Bus: Configuring as keyboard
    [ 13.057] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input10/event9"
    [ 13.057] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 13.057] (**) Option "xkb_rules" "evdev"
    [ 13.057] (**) Option "xkb_model" "pc104"
    [ 13.057] (**) Option "xkb_layout" "pl"
    [ 13.058] (II) config/udev: Adding input device Power Button (/dev/input/event5)
    [ 13.058] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 13.058] (**) Power Button: Applying InputClass "system-keyboard"
    [ 13.058] (II) Using input driver 'evdev' for 'Power Button'
    [ 13.058] (**) Power Button: always reports core events
    [ 13.058] (**) evdev: Power Button: Device: "/dev/input/event5"
    [ 13.058] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 13.058] (--) evdev: Power Button: Found keys
    [ 13.058] (II) evdev: Power Button: Configuring as keyboard
    [ 13.058] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6/event5"
    [ 13.058] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 13.058] (**) Option "xkb_rules" "evdev"
    [ 13.058] (**) Option "xkb_model" "pc104"
    [ 13.058] (**) Option "xkb_layout" "pl"
    [ 13.059] (II) config/udev: Adding input device Lid Switch (/dev/input/event7)
    [ 13.059] (II) No input driver specified, ignoring this device.
    [ 13.059] (II) This device may have been added with another device file.
    [ 13.059] (II) config/udev: Adding input device Sleep Button (/dev/input/event6)
    [ 13.059] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 13.059] (**) Sleep Button: Applying InputClass "system-keyboard"
    [ 13.059] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 13.059] (**) Sleep Button: always reports core events
    [ 13.059] (**) evdev: Sleep Button: Device: "/dev/input/event6"
    [ 13.059] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 13.059] (--) evdev: Sleep Button: Found keys
    [ 13.059] (II) evdev: Sleep Button: Configuring as keyboard
    [ 13.059] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input7/event6"
    [ 13.059] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
    [ 13.059] (**) Option "xkb_rules" "evdev"
    [ 13.059] (**) Option "xkb_model" "pc104"
    [ 13.059] (**) Option "xkb_layout" "pl"
    [ 13.061] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event10)
    [ 13.061] (II) No input driver specified, ignoring this device.
    [ 13.061] (II) This device may have been added with another device file.
    [ 13.061] (II) config/udev: Adding input device HID 413c:8161 (/dev/input/event3)
    [ 13.061] (**) HID 413c:8161: Applying InputClass "evdev keyboard catchall"
    [ 13.061] (**) HID 413c:8161: Applying InputClass "system-keyboard"
    [ 13.061] (II) Using input driver 'evdev' for 'HID 413c:8161'
    [ 13.061] (**) HID 413c:8161: always reports core events
    [ 13.061] (**) evdev: HID 413c:8161: Device: "/dev/input/event3"
    [ 13.061] (--) evdev: HID 413c:8161: Vendor 0x413c Product 0x8161
    [ 13.061] (--) evdev: HID 413c:8161: Found keys
    [ 13.061] (II) evdev: HID 413c:8161: Configuring as keyboard
    [ 13.061] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.1/1-1.1.1:1.0/0003:413C:8161.0006/input/input4/event3"
    [ 13.061] (II) XINPUT: Adding extended input device "HID 413c:8161" (type: KEYBOARD, id 10)
    [ 13.061] (**) Option "xkb_rules" "evdev"
    [ 13.061] (**) Option "xkb_model" "pc104"
    [ 13.061] (**) Option "xkb_layout" "pl"
    [ 13.062] (II) config/udev: Adding input device HID 413c:8162 (/dev/input/event4)
    [ 13.062] (**) HID 413c:8162: Applying InputClass "evdev pointer catchall"
    [ 13.062] (II) Using input driver 'evdev' for 'HID 413c:8162'
    [ 13.062] (**) HID 413c:8162: always reports core events
    [ 13.062] (**) evdev: HID 413c:8162: Device: "/dev/input/event4"
    [ 13.062] (--) evdev: HID 413c:8162: Vendor 0x413c Product 0x8162
    [ 13.062] (--) evdev: HID 413c:8162: Found 3 mouse buttons
    [ 13.062] (--) evdev: HID 413c:8162: Found relative axes
    [ 13.062] (--) evdev: HID 413c:8162: Found x and y relative axes
    [ 13.062] (II) evdev: HID 413c:8162: Configuring as mouse
    [ 13.063] (**) evdev: HID 413c:8162: YAxisMapping: buttons 4 and 5
    [ 13.063] (**) evdev: HID 413c:8162: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 13.063] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.0/0003:413C:8162.0007/input/input5/event4"
    [ 13.063] (II) XINPUT: Adding extended input device "HID 413c:8162" (type: MOUSE, id 11)
    [ 13.063] (II) evdev: HID 413c:8162: initialized for relative axes.
    [ 13.063] (**) HID 413c:8162: (accel) keeping acceleration scheme 1
    [ 13.063] (**) HID 413c:8162: (accel) acceleration profile 0
    [ 13.063] (**) HID 413c:8162: (accel) acceleration factor: 2.000
    [ 13.063] (**) HID 413c:8162: (accel) acceleration threshold: 4
    [ 13.063] (II) config/udev: Adding input device HID 413c:8162 (/dev/input/mouse1)
    [ 13.063] (II) No input driver specified, ignoring this device.
    [ 13.063] (II) This device may have been added with another device file.
    [ 13.063] (II) config/udev: Adding input device Laptop_Integrated_Webcam_2M (/dev/input/event17)
    [ 13.063] (**) Laptop_Integrated_Webcam_2M: Applying InputClass "evdev keyboard catchall"
    [ 13.063] (**) Laptop_Integrated_Webcam_2M: Applying InputClass "system-keyboard"
    [ 13.063] (II) Using input driver 'evdev' for 'Laptop_Integrated_Webcam_2M'
    [ 13.064] (**) Laptop_Integrated_Webcam_2M: always reports core events
    [ 13.064] (**) evdev: Laptop_Integrated_Webcam_2M: Device: "/dev/input/event17"
    [ 13.064] (--) evdev: Laptop_Integrated_Webcam_2M: Vendor 0xc45 Product 0x6417
    [ 13.064] (--) evdev: Laptop_Integrated_Webcam_2M: Found keys
    [ 13.064] (II) evdev: Laptop_Integrated_Webcam_2M: Configuring as keyboard
    [ 13.064] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input19/event17"
    [ 13.064] (II) XINPUT: Adding extended input device "Laptop_Integrated_Webcam_2M" (type: KEYBOARD, id 12)
    [ 13.064] (**) Option "xkb_rules" "evdev"
    [ 13.064] (**) Option "xkb_model" "pc104"
    [ 13.064] (**) Option "xkb_layout" "pl"
    [ 13.064] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event11)
    [ 13.064] (II) No input driver specified, ignoring this device.
    [ 13.064] (II) This device may have been added with another device file.
    [ 13.064] (II) config/udev: Adding input device HDA Intel MID Mic (/dev/input/event12)
    [ 13.064] (II) No input driver specified, ignoring this device.
    [ 13.064] (II) This device may have been added with another device file.
    [ 13.064] (II) config/udev: Adding input device HDA Intel MID Headphone Front (/dev/input/event13)
    [ 13.064] (II) No input driver specified, ignoring this device.
    [ 13.064] (II) This device may have been added with another device file.
    [ 13.065] (II) config/udev: Adding input device HDA Intel MID Headphone Surround (/dev/input/event14)
    [ 13.065] (II) No input driver specified, ignoring this device.
    [ 13.065] (II) This device may have been added with another device file.
    [ 13.065] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:101b (/dev/input/event1)
    [ 13.065] (**) Logitech Unifying Device. Wireless PID:101b: Applying InputClass "evdev pointer catchall"
    [ 13.065] (II) Using input driver 'evdev' for 'Logitech Unifying Device. Wireless PID:101b'
    [ 13.065] (**) Logitech Unifying Device. Wireless PID:101b: always reports core events
    [ 13.065] (**) evdev: Logitech Unifying Device. Wireless PID:101b: Device: "/dev/input/event1"
    [ 13.065] (--) evdev: Logitech Unifying Device. Wireless PID:101b: Vendor 0x46d Product 0xc52b
    [ 13.065] (--) evdev: Logitech Unifying Device. Wireless PID:101b: Found 20 mouse buttons
    [ 13.065] (--) evdev: Logitech Unifying Device. Wireless PID:101b: Found scroll wheel(s)
    [ 13.065] (--) evdev: Logitech Unifying Device. Wireless PID:101b: Found relative axes
    [ 13.065] (--) evdev: Logitech Unifying Device. Wireless PID:101b: Found x and y relative axes
    [ 13.065] (II) evdev: Logitech Unifying Device. Wireless PID:101b: Configuring as mouse
    [ 13.065] (II) evdev: Logitech Unifying Device. Wireless PID:101b: Adding scrollwheel support
    [ 13.065] (**) evdev: Logitech Unifying Device. Wireless PID:101b: YAxisMapping: buttons 4 and 5
    [ 13.065] (**) evdev: Logitech Unifying Device. Wireless PID:101b: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 13.065] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.2/0003:046D:C52B.0003/0003:046D:C52B.0004/input/input2/event1"
    [ 13.065] (II) XINPUT: Adding extended input device "Logitech Unifying Device. Wireless PID:101b" (type: MOUSE, id 13)
    [ 13.065] (II) evdev: Logitech Unifying Device. Wireless PID:101b: initialized for relative axes.
    [ 13.065] (**) Logitech Unifying Device. Wireless PID:101b: (accel) keeping acceleration scheme 1
    [ 13.065] (**) Logitech Unifying Device. Wireless PID:101b: (accel) acceleration profile 0
    [ 13.065] (**) Logitech Unifying Device. Wireless PID:101b: (accel) acceleration factor: 2.000
    [ 13.065] (**) Logitech Unifying Device. Wireless PID:101b: (accel) acceleration threshold: 4
    [ 13.066] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:101b (/dev/input/mouse0)
    [ 13.066] (II) No input driver specified, ignoring this device.
    [ 13.066] (II) This device may have been added with another device file.
    [ 13.066] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:200a (/dev/input/event2)
    [ 13.066] (**) Logitech Unifying Device. Wireless PID:200a: Applying InputClass "evdev keyboard catchall"
    [ 13.066] (**) Logitech Unifying Device. Wireless PID:200a: Applying InputClass "system-keyboard"
    [ 13.066] (II) Using input driver 'evdev' for 'Logitech Unifying Device. Wireless PID:200a'
    [ 13.066] (**) Logitech Unifying Device. Wireless PID:200a: always reports core events
    [ 13.066] (**) evdev: Logitech Unifying Device. Wireless PID:200a: Device: "/dev/input/event2"
    [ 13.066] (--) evdev: Logitech Unifying Device. Wireless PID:200a: Vendor 0x46d Product 0xc52b
    [ 13.066] (--) evdev: Logitech Unifying Device. Wireless PID:200a: Found 1 mouse buttons
    [ 13.066] (--) evdev: Logitech Unifying Device. Wireless PID:200a: Found scroll wheel(s)
    [ 13.066] (--) evdev: Logitech Unifying Device. Wireless PID:200a: Found relative axes
    [ 13.066] (II) evdev: Logitech Unifying Device. Wireless PID:200a: Forcing relative x/y axes to exist.
    [ 13.066] (--) evdev: Logitech Unifying Device. Wireless PID:200a: Found absolute axes
    [ 13.066] (II) evdev: Logitech Unifying Device. Wireless PID:200a: Forcing absolute x/y axes to exist.
    [ 13.066] (--) evdev: Logitech Unifying Device. Wireless PID:200a: Found keys
    [ 13.066] (II) evdev: Logitech Unifying Device. Wireless PID:200a: Configuring as mouse
    [ 13.066] (II) evdev: Logitech Unifying Device. Wireless PID:200a: Configuring as keyboard
    [ 13.066] (II) evdev: Logitech Unifying Device. Wireless PID:200a: Adding scrollwheel support
    [ 13.066] (**) evdev: Logitech Unifying Device. Wireless PID:200a: YAxisMapping: buttons 4 and 5
    [ 13.066] (**) evdev: Logitech Unifying Device. Wireless PID:200a: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 13.066] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.2/0003:046D:C52B.0003/0003:046D:C52B.0005/input/input3/event2"
    [ 13.066] (II) XINPUT: Adding extended input device "Logitech Unifying Device. Wireless PID:200a" (type: KEYBOARD, id 14)
    [ 13.066] (**) Option "xkb_rules" "evdev"
    [ 13.066] (**) Option "xkb_model" "pc104"
    [ 13.066] (**) Option "xkb_layout" "pl"
    [ 13.066] (II) evdev: Logitech Unifying Device. Wireless PID:200a: initialized for relative axes.
    [ 13.066] (WW) evdev: Logitech Unifying Device. Wireless PID:200a: ignoring absolute axes.
    [ 13.066] (**) Logitech Unifying Device. Wireless PID:200a: (accel) keeping acceleration scheme 1
    [ 13.066] (**) Logitech Unifying Device. Wireless PID:200a: (accel) acceleration profile 0
    [ 13.066] (**) Logitech Unifying Device. Wireless PID:200a: (accel) acceleration factor: 2.000
    [ 13.066] (**) Logitech Unifying Device. Wireless PID:200a: (accel) acceleration threshold: 4
    [ 13.067] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 13.067] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 13.067] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
    [ 13.067] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 13.067] (**) AT Translated Set 2 keyboard: always reports core events
    [ 13.067] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 13.067] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 13.067] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 13.067] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 13.067] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 13.067] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 15)
    [ 13.067] (**) Option "xkb_rules" "evdev"
    [ 13.067] (**) Option "xkb_model" "pc104"
    [ 13.067] (**) Option "xkb_layout" "pl"
    [ 13.067] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event18)
    [ 13.067] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 13.067] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 13.067] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 13.067] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 13.067] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 13.067] (II) LoadModule: "synaptics"
    [ 13.067] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 13.079] (II) Module synaptics: vendor="X.Org Foundation"
    [ 13.079] compiled for 1.16.0, module version = 1.8.1
    [ 13.079] Module class: X.Org XInput Driver
    [ 13.079] ABI class: X.Org XInput driver, version 21.0
    [ 13.079] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 13.079] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 13.079] (**) Option "Device" "/dev/input/event18"
    [ 13.203] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
    [ 13.203] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5836 (res 60)
    [ 13.203] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4908 (res 104)
    [ 13.203] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 13.203] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 13.203] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
    [ 13.203] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 13.203] (**) Option "TapButton1" "1"
    [ 13.203] (**) Option "TapButton2" "2"
    [ 13.203] (**) Option "TapButton3" "3"
    [ 13.203] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 13.203] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 13.270] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input16/event18"
    [ 13.270] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 16)
    [ 13.270] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 13.270] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    [ 13.270] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.036
    [ 13.270] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 13.270] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 13.270] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 13.270] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 13.270] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 13.271] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse2)
    [ 13.271] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 13.271] (II) config/udev: Adding input device PC Speaker (/dev/input/event15)
    [ 13.271] (II) No input driver specified, ignoring this device.
    [ 13.271] (II) This device may have been added with another device file.
    [ 13.272] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event16)
    [ 13.272] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 13.272] (**) Dell WMI hotkeys: Applying InputClass "system-keyboard"
    [ 13.272] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
    [ 13.272] (**) Dell WMI hotkeys: always reports core events
    [ 13.272] (**) evdev: Dell WMI hotkeys: Device: "/dev/input/event16"
    [ 13.272] (--) evdev: Dell WMI hotkeys: Vendor 0 Product 0
    [ 13.272] (--) evdev: Dell WMI hotkeys: Found keys
    [ 13.272] (II) evdev: Dell WMI hotkeys: Configuring as keyboard
    [ 13.272] (**) Option "config_info" "udev:/sys/devices/virtual/input/input18/event16"
    [ 13.272] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 17)
    [ 13.272] (**) Option "xkb_rules" "evdev"
    [ 13.272] (**) Option "xkb_model" "pc104"
    [ 13.272] (**) Option "xkb_layout" "pl"
    [ 16.353] (II) RADEON(0): EDID vendor "SEC", prod id 21569
    [ 16.353] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 16.353] (II) RADEON(0): Modeline "1366x768"x0.0 71.56 1366 1414 1446 1510 768 770 775 789 +hsync -vsync (47.4 kHz eP)
    [ 19.996] (II) RADEON(0): EDID vendor "SEC", prod id 21569
    [ 19.996] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 19.997] (II) RADEON(0): Modeline "1366x768"x0.0 71.56 1366 1414 1446 1510 768 770 775 789 +hsync -vsync (47.4 kHz eP)
    [ 20.942] (II) RADEON(0): EDID vendor "SEC", prod id 21569
    [ 20.942] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 20.942] (II) RADEON(0): Modeline "1366x768"x0.0 71.56 1366 1414 1446 1510 768 770 775 789 +hsync -vsync (47.4 kHz eP)
    [ 41.779] (II) RADEON(0): EDID vendor "SEC", prod id 21569
    [ 41.779] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 41.779] (II) RADEON(0): Modeline "1366x768"x0.0 71.56 1366 1414 1446 1510 768 770 775 789 +hsync -vsync (47.4 kHz eP)
    [ 54.909] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.3/0003:0FCE:516D.0009/input/input21/event20"
    [ 54.912] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.2/0003:0FCE:516D.0008/input/input20/event19"
    [ 54.912] (II) XINPUT: Adding extended input device "Sony Ericsson WT19i" (type: KEYBOARD, id 19)
    [ 54.912] (**) Option "xkb_rules" "evdev"
    [ 54.912] (**) Option "xkb_model" "pc104"
    [ 54.912] (**) Option "xkb_layout" "pl"
    [ 54.979] (II) config/udev: Adding input device Sony Ericsson WT19i (/dev/input/mouse3)
    [ 54.979] (II) No input driver specified, ignoring this device.
    [ 54.979] (II) This device may have been added with another device file.
    [ 89.613] (II) RADEON(0): EDID vendor "SEC", prod id 21569
    [ 89.613] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 89.613] (II) RADEON(0): Modeline "1366x768"x0.0 71.56 1366 1414 1446 1510 768 770 775 789 +hsync -vsync (47.4 kHz eP)
    [ 92.318] (II) RADEON(0): EDID vendor "SEC", prod id 21569
    [ 92.318] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 92.318] (II) RADEON(0): Modeline "1366x768"x0.0 71.56 1366 1414 1446 1510 768 770 775 789 +hsync -vsync (47.4 kHz eP)
    [ 92.351] (II) RADEON(0): EDID vendor "SEC", prod id 21569
    [ 92.351] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 92.351] (II) RADEON(0): Modeline "1366x768"x0.0 71.56 1366 1414 1446 1510 768 770 775 789 +hsync -vsync (47.4 kHz eP)
    [ 178.889] (II) RADEON(0): EDID vendor "SEC", prod id 21569
    [ 178.889] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 178.889] (II) RADEON(0): Modeline "1366x768"x0.0 71.56 1366 1414 1446 1510 768 770 775 789 +hsync -vsync (47.4 kHz eP)
    [ 179.972] (II) RADEON(0): EDID vendor "SEC", prod id 21569
    [ 179.973] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 179.973] (II) RADEON(0): Modeline "1366x768"x0.0 71.56 1366 1414 1446 1510 768 770 775 789 +hsync -vsync (47.4 kHz eP)
    [ 179.995] (II) RADEON(0): EDID vendor "SEC", prod id 21569
    [ 179.995] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 179.995] (II) RADEON(0): Modeline "1366x768"x0.0 71.56 1366 1414 1446 1510 768 770 775 789 +hsync -vsync (47.4 kHz eP)
    [ 365.994] (II) RADEON(0): EDID vendor "SEC", prod id 21569
    [ 365.994] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 365.994] (II) RADEON(0): Modeline "1366x768"x0.0 71.56 1366 1414 1446 1510 768 770 775 789 +hsync -vsync (47.4 kHz eP)
    [ 402.487] (II) RADEON(0): EDID vendor "SEC", prod id 21569
    [ 402.487] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 402.487] (II) RADEON(0): Modeline "1366x768"x0.0 71.56 1366 1414 1446 1510 768 770 775 789 +hsync -vsync (47.4 kHz eP)
    [ 402.516] (II) RADEON(0): EDID vendor "SEC", prod id 21569
    [ 402.516] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 402.516] (II) RADEON(0): Modeline "1366x768"x0.0 71.56 1366 1414 1446 1510 768 770 775 789 +hsync -vsync (47.4 kHz eP)
    [ 441.745] (II) RADEON(0): EDID vendor "SEC", prod id 21569
    [ 441.745] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 441.745] (II) RADEON(0): Modeline "1366x768"x0.0 71.56 1366 1414 1446 1510 768 770 775 789 +hsync -vsync (47.4 kHz eP)
    [ 441.815] (II) RADEON(0): EDID vendor "SEC", prod id 21569
    [ 441.815] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 441.815] (II) RADEON(0): Modeline "1366x768"x0.0 71.56 1366 1414 1446 1510 768 770 775 789 +hsync -vsync (47.4 kHz eP)

    What is the interface to the LCD?  If it is a digital link such as DVI or HDMI, I have no suggestion.
    If you are using VGA, it turns out there is no clock signal to actually clock the pixels to the screen.  The LCD has a controller that measures the time between horizontal sync pulses and recreates a clock using a phase locked loop.  Sometimes, the phase of that signal is such that the reconstructed clock edges occur too close to where the pixel data are changing.
    Most LCDs with a VGA interface allow you to change the phase using an on-screen menu.  A really good test pattern for setting the phase is a full screen "checkerboard" of black and white pixels.

  • My screen become weird after upgrade to 3.14.1-1

    Today after running ' pacman -Syu'  & reboot , GNOME crashed , after that I try Xfce as my window manager, it can start but look like this:
    http://ww4.sinaimg.cn/mw690/6d70ef67jw1 … 0x8n83.jpg
    even in terminal mode, the same:
    http://ww4.sinaimg.cn/mw690/6d70ef67jw1 … 0x8neg.jpg
    here is my log file Xorg.0.log,
    my video card is [AMD/ATI] Caicos XT [Radeon HD 7470/8470]
    with open source driver xf86-video-ati
    any idea what's going wrong ?
    X.Org X Server 1.15.1
    Release Date: 2014-04-13
    [ 798.497] X Protocol Version 11, Revision 0
    [ 798.498] Build Operating System: Linux 3.14.0-4-ARCH x86_64
    [ 798.498] Current Operating System: Linux echoeye 3.14.1-1-ARCH #1 SMP PREEMPT Mon Apr 14 20:40:47 CEST 2014 x86_64
    [ 798.498] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/VG0-LV_root rw quiet
    [ 798.500] Build Date: 14 April 2014 08:39:09AM
    [ 798.501]
    [ 798.501] Current version of pixman: 0.32.4
    [ 798.503] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 798.503] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 798.506] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Apr 25 21:59:40 2014
    [ 798.564] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 798.565] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 798.573] (==) No Layout section. Using the first Screen section.
    [ 798.573] (==) No screen section available. Using defaults.
    [ 798.573] (**) |-->Screen "Default Screen Section" (0)
    [ 798.573] (**) | |-->Monitor "<default monitor>"
    [ 798.574] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 798.574] (==) Automatically adding devices
    [ 798.574] (==) Automatically enabling devices
    [ 798.574] (==) Automatically adding GPU devices
    [ 798.609] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 798.609] Entry deleted from font path.
    [ 798.613] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 798.613] Entry deleted from font path.
    [ 798.613] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 798.614] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 798.614] Entry deleted from font path.
    [ 798.614] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 798.614] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 798.614] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 798.614] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 798.614] (II) Loader magic: 0x804c80
    [ 798.614] (II) Module ABI versions:
    [ 798.614] X.Org ANSI C Emulation: 0.4
    [ 798.614] X.Org Video Driver: 15.0
    [ 798.614] X.Org XInput driver : 20.0
    [ 798.614] X.Org Server Extension : 8.0
    [ 798.614] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 798.615] (--) PCI:*(0:1:0:0) 1002:6778:1642:3c65 rev 0, Mem @ 0xe0000000/268435456, 0xf7e20000/131072, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
    [ 798.615] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 798.617] Initializing built-in extension Generic Event Extension
    [ 798.618] Initializing built-in extension SHAPE
    [ 798.619] Initializing built-in extension MIT-SHM
    [ 798.620] Initializing built-in extension XInputExtension
    [ 798.621] Initializing built-in extension XTEST
    [ 798.622] Initializing built-in extension BIG-REQUESTS
    [ 798.623] Initializing built-in extension SYNC
    [ 798.623] Initializing built-in extension XKEYBOARD
    [ 798.624] Initializing built-in extension XC-MISC
    [ 798.625] Initializing built-in extension SECURITY
    [ 798.626] Initializing built-in extension XINERAMA
    [ 798.627] Initializing built-in extension XFIXES
    [ 798.628] Initializing built-in extension RENDER
    [ 798.629] Initializing built-in extension RANDR
    [ 798.630] Initializing built-in extension COMPOSITE
    [ 798.631] Initializing built-in extension DAMAGE
    [ 798.632] Initializing built-in extension MIT-SCREEN-SAVER
    [ 798.632] Initializing built-in extension DOUBLE-BUFFER
    [ 798.633] Initializing built-in extension RECORD
    [ 798.634] Initializing built-in extension DPMS
    [ 798.635] Initializing built-in extension Present
    [ 798.636] Initializing built-in extension DRI3
    [ 798.637] Initializing built-in extension X-Resource
    [ 798.638] Initializing built-in extension XVideo
    [ 798.639] Initializing built-in extension XVideo-MotionCompensation
    [ 798.640] Initializing built-in extension XFree86-VidModeExtension
    [ 798.641] Initializing built-in extension XFree86-DGA
    [ 798.641] Initializing built-in extension XFree86-DRI
    [ 798.642] Initializing built-in extension DRI2
    [ 798.642] (II) "glx" will be loaded by default.
    [ 798.642] (II) LoadModule: "dri2"
    [ 798.642] (II) Module "dri2" already built-in
    [ 798.642] (II) LoadModule: "glamoregl"
    [ 798.677] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 798.810] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 798.811] compiled for 1.15.0, module version = 0.6.0
    [ 798.811] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 798.811] (II) LoadModule: "glx"
    [ 798.811] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 798.819] (II) Module glx: vendor="X.Org Foundation"
    [ 798.819] compiled for 1.15.1, module version = 1.0.0
    [ 798.819] ABI class: X.Org Server Extension, version 8.0
    [ 798.819] (==) AIGLX enabled
    [ 798.820] Loading extension GLX
    [ 798.820] (==) Matched ati as autoconfigured driver 0
    [ 798.820] (==) Matched ati as autoconfigured driver 1
    [ 798.820] (==) Matched modesetting as autoconfigured driver 2
    [ 798.820] (==) Matched fbdev as autoconfigured driver 3
    [ 798.820] (==) Matched vesa as autoconfigured driver 4
    [ 798.820] (==) Assigned the driver to the xf86ConfigLayout
    [ 798.820] (II) LoadModule: "ati"
    [ 798.820] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 798.823] (II) Module ati: vendor="X.Org Foundation"
    [ 798.823] compiled for 1.15.0, module version = 7.3.0
    [ 798.823] Module class: X.Org Video Driver
    [ 798.823] ABI class: X.Org Video Driver, version 15.0
    [ 798.823] (II) LoadModule: "radeon"
    [ 798.823] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 798.831] (II) Module radeon: vendor="X.Org Foundation"
    [ 798.831] compiled for 1.15.0, module version = 7.3.0
    [ 798.831] Module class: X.Org Video Driver
    [ 798.831] ABI class: X.Org Video Driver, version 15.0
    [ 798.831] (II) LoadModule: "modesetting"
    [ 798.844] (WW) Warning, couldn't open module modesetting
    [ 798.844] (II) UnloadModule: "modesetting"
    [ 798.844] (II) Unloading modesetting
    [ 798.845] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 798.845] (II) LoadModule: "fbdev"
    [ 798.845] (WW) Warning, couldn't open module fbdev
    [ 798.845] (II) UnloadModule: "fbdev"
    [ 798.845] (II) Unloading fbdev
    [ 798.845] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 798.845] (II) LoadModule: "vesa"
    [ 798.845] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 798.855] (II) Module vesa: vendor="X.Org Foundation"
    [ 798.855] compiled for 1.15.0, module version = 2.3.2
    [ 798.855] Module class: X.Org Video Driver
    [ 798.855] ABI class: X.Org Video Driver, version 15.0
    [ 798.855] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
    ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
    ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO2, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
    ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
    CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
    BARTS, BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
    OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, HAINAN, HAINAN, HAINAN,
    HAINAN, HAINAN, HAINAN, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE,
    BONAIRE, BONAIRE, BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI,
    KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
    KABINI, KABINI, KABINI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII,
    HAWAII, HAWAII, HAWAII, HAWAII
    [ 798.860] (II) VESA: driver for VESA chipsets: vesa
    [ 798.860] (++) using VT number 1
    [ 798.862] (II) [KMS] Kernel modesetting enabled.
    [ 798.862] (WW) Falling back to old probe method for vesa
    [ 798.862] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 798.862] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 798.862] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 798.862] (==) RADEON(0): Default visual is TrueColor
    [ 798.862] (==) RADEON(0): RGB weight 888
    [ 798.862] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 798.862] (--) RADEON(0): Chipset: "CAICOS" (ChipID = 0x6778)
    [ 798.862] (II) Loading sub module "dri2"
    [ 798.862] (II) LoadModule: "dri2"
    [ 798.862] (II) Module "dri2" already built-in
    [ 798.862] (II) Loading sub module "exa"
    [ 798.862] (II) LoadModule: "exa"
    [ 798.862] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 798.864] (II) Module exa: vendor="X.Org Foundation"
    [ 798.864] compiled for 1.15.1, module version = 2.6.0
    [ 798.864] ABI class: X.Org Video Driver, version 15.0
    [ 798.865] (II) RADEON(0): KMS Color Tiling: enabled
    [ 798.865] (II) RADEON(0): KMS Color Tiling 2D: enabled
    [ 798.865] (II) RADEON(0): KMS Pageflipping: enabled
    [ 798.865] (II) RADEON(0): SwapBuffers wait for vsync: enabled
    [ 798.867] (II) RADEON(0): Output HDMI-0 has no monitor section
    [ 798.896] (II) RADEON(0): Output VGA-0 has no monitor section
    [ 798.898] (II) RADEON(0): EDID for output HDMI-0
    [ 798.928] (II) RADEON(0): EDID for output VGA-0
    [ 798.928] (II) RADEON(0): Manufacturer: AOC Model: 2351 Serial#: 2267
    [ 798.928] (II) RADEON(0): Year: 2012 Week: 44
    [ 798.928] (II) RADEON(0): EDID Version: 1.3
    [ 798.928] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
    [ 798.928] (II) RADEON(0): Sync: Separate
    [ 798.928] (II) RADEON(0): Max Image Size [cm]: horiz.: 51 vert.: 29
    [ 798.928] (II) RADEON(0): Gamma: 2.20
    [ 798.928] (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
    [ 798.928] (II) RADEON(0): First detailed timing is preferred mode
    [ 798.928] (II) RADEON(0): redX: 0.642 redY: 0.331 greenX: 0.306 greenY: 0.625
    [ 798.928] (II) RADEON(0): blueX: 0.151 blueY: 0.073 whiteX: 0.313 whiteY: 0.329
    [ 798.928] (II) RADEON(0): Supported established timings:
    [ 798.928] (II) RADEON(0): 720x400@70Hz
    [ 798.928] (II) RADEON(0): 640x480@60Hz
    [ 798.928] (II) RADEON(0): 640x480@67Hz
    [ 798.928] (II) RADEON(0): 640x480@72Hz
    [ 798.928] (II) RADEON(0): 640x480@75Hz
    [ 798.928] (II) RADEON(0): 800x600@56Hz
    [ 798.928] (II) RADEON(0): 800x600@60Hz
    [ 798.928] (II) RADEON(0): 800x600@72Hz
    [ 798.928] (II) RADEON(0): 800x600@75Hz
    [ 798.928] (II) RADEON(0): 832x624@75Hz
    [ 798.928] (II) RADEON(0): 1024x768@60Hz
    [ 798.928] (II) RADEON(0): 1024x768@70Hz
    [ 798.928] (II) RADEON(0): 1024x768@75Hz
    [ 798.928] (II) RADEON(0): 1280x1024@75Hz
    [ 798.928] (II) RADEON(0): Manufacturer's mask: 0
    [ 798.928] (II) RADEON(0): Supported standard timings:
    [ 798.928] (II) RADEON(0): #0: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
    [ 798.928] (II) RADEON(0): #1: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 798.928] (II) RADEON(0): #2: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 798.928] (II) RADEON(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 798.928] (II) RADEON(0): #4: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 798.928] (II) RADEON(0): #5: hsize: 1280 vsize 720 refresh: 60 vid: 49281
    [ 798.928] (II) RADEON(0): Supported detailed timing:
    [ 798.928] (II) RADEON(0): clock: 148.5 MHz Image Size: 509 x 286 mm
    [ 798.928] (II) RADEON(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 798.928] (II) RADEON(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 798.928] (II) RADEON(0): Ranges: V min: 50 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
    [ 798.928] (II) RADEON(0): Monitor name: 2351
    [ 798.928] (II) RADEON(0): Serial No: AWHCA9A002267
    [ 798.928] (II) RADEON(0): EDID (in hex):
    [ 798.928] (II) RADEON(0): 00ffffffffffff0005e35123db080000
    [ 798.928] (II) RADEON(0): 2c16010368331d782a74f5a4544ea026
    [ 798.928] (II) RADEON(0): 125054bfef00d1c0b300950081808140
    [ 798.928] (II) RADEON(0): 81c001010101023a801871382d40582c
    [ 798.928] (II) RADEON(0): 4500fd1e1100001e000000fd00324c1e
    [ 798.928] (II) RADEON(0): 5311000a202020202020000000fc0032
    [ 798.928] (II) RADEON(0): 3335310a2020202020202020000000ff
    [ 798.928] (II) RADEON(0): 004157484341394130303232363700cb
    [ 798.928] (II) RADEON(0): Printing probed modes for output VGA-0
    [ 798.928] (II) RADEON(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 798.928] (II) RADEON(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    [ 798.928] (II) RADEON(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 798.928] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 798.928] (II) RADEON(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
    [ 798.928] (II) RADEON(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 798.928] (II) RADEON(0): Modeline "1280x720"x60.0 74.44 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.7 kHz)
    [ 798.928] (II) RADEON(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 798.928] (II) RADEON(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 798.928] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 798.928] (II) RADEON(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 798.928] (II) RADEON(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 798.928] (II) RADEON(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 798.928] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 798.928] (II) RADEON(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 798.928] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 798.928] (II) RADEON(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    [ 798.928] (II) RADEON(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 798.928] (II) RADEON(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 798.928] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 798.928] (II) RADEON(0): Output HDMI-0 disconnected
    [ 798.928] (II) RADEON(0): Output VGA-0 connected
    [ 798.928] (II) RADEON(0): Using exact sizes for initial modes
    [ 798.928] (II) RADEON(0): Output VGA-0 using initial mode 1920x1080
    [ 798.928] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 798.928] (II) RADEON(0): mem size init: gart size :3fdee000 vram size: s:40000000 visible:3f7d7000
    [ 798.928] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
    [ 798.928] (==) RADEON(0): DPI set to (96, 96)
    [ 798.928] (II) Loading sub module "fb"
    [ 798.928] (II) LoadModule: "fb"
    [ 798.928] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 798.937] (II) Module fb: vendor="X.Org Foundation"
    [ 798.937] compiled for 1.15.1, module version = 1.0.0
    [ 798.937] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 798.937] (II) Loading sub module "ramdac"
    [ 798.937] (II) LoadModule: "ramdac"
    [ 798.937] (II) Module "ramdac" already built-in
    [ 798.937] (II) UnloadModule: "vesa"
    [ 798.937] (II) Unloading vesa
    [ 798.937] (--) Depth 24 pixmap format is 32 bpp
    [ 798.941] (II) RADEON(0): [DRI2] Setup complete
    [ 798.941] (II) RADEON(0): [DRI2] DRI driver: r600
    [ 798.941] (II) RADEON(0): [DRI2] VDPAU driver: r600
    [ 798.941] (II) RADEON(0): Front buffer size: 8160K
    [ 798.941] (II) RADEON(0): VRAM usage limit set to 928796K
    [ 798.942] (==) RADEON(0): Backing store enabled
    [ 798.942] (II) RADEON(0): Direct rendering enabled
    [ 798.942] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 798.942] (II) EXA(0): Driver registered support for the following operations:
    [ 798.942] (II) Solid
    [ 798.942] (II) Copy
    [ 798.942] (II) Composite (RENDER acceleration)
    [ 798.942] (II) UploadToScreen
    [ 798.942] (II) DownloadFromScreen
    [ 798.942] (II) RADEON(0): Acceleration enabled
    [ 798.942] (==) RADEON(0): DPMS enabled
    [ 798.942] (==) RADEON(0): Silken mouse enabled
    [ 798.943] (II) RADEON(0): Set up textured video
    [ 798.943] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
    [ 798.943] (II) RADEON(0): [XvMC] Extension initialized.
    [ 798.943] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 798.944] (--) RandR disabled
    [ 799.382] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 799.382] (II) AIGLX: enabled GLX_ARB_create_context
    [ 799.382] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 799.382] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 799.382] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 799.382] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 799.382] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
    [ 799.382] (II) AIGLX: enabled GLX_ARB_fbconfig_float
    [ 799.382] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 799.383] (II) AIGLX: Loaded and initialized r600
    [ 799.383] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 799.383] (II) RADEON(0): Setting screen physical size to 508 x 285
    [ 799.592] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 799.592] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 799.592] (II) LoadModule: "evdev"
    [ 799.592] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 799.605] (II) Module evdev: vendor="X.Org Foundation"
    [ 799.605] compiled for 1.15.0, module version = 2.8.2
    [ 799.605] Module class: X.Org XInput Driver
    [ 799.605] ABI class: X.Org XInput driver, version 20.0
    [ 799.605] (II) Using input driver 'evdev' for 'Power Button'
    [ 799.605] (**) Power Button: always reports core events
    [ 799.605] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 799.605] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 799.605] (--) evdev: Power Button: Found keys
    [ 799.605] (II) evdev: Power Button: Configuring as keyboard
    [ 799.605] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event3"
    [ 799.605] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 799.605] (**) Option "xkb_rules" "evdev"
    [ 799.605] (**) Option "xkb_model" "pc104"
    [ 799.605] (**) Option "xkb_layout" "us"
    [ 799.634] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 799.634] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 799.634] (II) Using input driver 'evdev' for 'Power Button'
    [ 799.634] (**) Power Button: always reports core events
    [ 799.634] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 799.634] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 799.634] (--) evdev: Power Button: Found keys
    [ 799.634] (II) evdev: Power Button: Configuring as keyboard
    [ 799.634] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4/event2"
    [ 799.634] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 799.634] (**) Option "xkb_rules" "evdev"
    [ 799.634] (**) Option "xkb_model" "pc104"
    [ 799.634] (**) Option "xkb_layout" "us"
    [ 799.634] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 799.635] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event4)
    [ 799.635] (II) No input driver specified, ignoring this device.
    [ 799.635] (II) This device may have been added with another device file.
    [ 799.635] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event6)
    [ 799.635] (II) No input driver specified, ignoring this device.
    [ 799.635] (II) This device may have been added with another device file.
    [ 799.635] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event5)
    [ 799.635] (II) No input driver specified, ignoring this device.
    [ 799.635] (II) This device may have been added with another device file.
    [ 799.635] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event9)
    [ 799.635] (II) No input driver specified, ignoring this device.
    [ 799.635] (II) This device may have been added with another device file.
    [ 799.636] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event8)
    [ 799.636] (II) No input driver specified, ignoring this device.
    [ 799.636] (II) This device may have been added with another device file.
    [ 799.636] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event7)
    [ 799.636] (II) No input driver specified, ignoring this device.
    [ 799.636] (II) This device may have been added with another device file.
    [ 799.636] (II) config/udev: Adding input device Logitech Lenovo USB Optical Mouse (/dev/input/event0)
    [ 799.636] (**) Logitech Lenovo USB Optical Mouse: Applying InputClass "evdev pointer catchall"
    [ 799.636] (II) Using input driver 'evdev' for 'Logitech Lenovo USB Optical Mouse'
    [ 799.636] (**) Logitech Lenovo USB Optical Mouse: always reports core events
    [ 799.636] (**) evdev: Logitech Lenovo USB Optical Mouse: Device: "/dev/input/event0"
    [ 799.636] (--) evdev: Logitech Lenovo USB Optical Mouse: Vendor 0x17ef Product 0x6019
    [ 799.636] (--) evdev: Logitech Lenovo USB Optical Mouse: Found 3 mouse buttons
    [ 799.636] (--) evdev: Logitech Lenovo USB Optical Mouse: Found scroll wheel(s)
    [ 799.636] (--) evdev: Logitech Lenovo USB Optical Mouse: Found relative axes
    [ 799.636] (--) evdev: Logitech Lenovo USB Optical Mouse: Found x and y relative axes
    [ 799.636] (II) evdev: Logitech Lenovo USB Optical Mouse: Configuring as mouse
    [ 799.636] (II) evdev: Logitech Lenovo USB Optical Mouse: Adding scrollwheel support
    [ 799.636] (**) evdev: Logitech Lenovo USB Optical Mouse: YAxisMapping: buttons 4 and 5
    [ 799.636] (**) evdev: Logitech Lenovo USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 799.636] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/0003:17EF:6019.000E/input/input25/event0"
    [ 799.636] (II) XINPUT: Adding extended input device "Logitech Lenovo USB Optical Mouse" (type: MOUSE, id 8)
    [ 799.637] (II) evdev: Logitech Lenovo USB Optical Mouse: initialized for relative axes.
    [ 799.637] (**) Logitech Lenovo USB Optical Mouse: (accel) keeping acceleration scheme 1
    [ 799.637] (**) Logitech Lenovo USB Optical Mouse: (accel) acceleration profile 0
    [ 799.637] (**) Logitech Lenovo USB Optical Mouse: (accel) acceleration factor: 2.000
    [ 799.637] (**) Logitech Lenovo USB Optical Mouse: (accel) acceleration threshold: 4
    [ 799.637] (II) config/udev: Adding input device Logitech Lenovo USB Optical Mouse (/dev/input/mouse0)
    [ 799.637] (II) No input driver specified, ignoring this device.
    [ 799.637] (II) This device may have been added with another device file.
    [ 799.637] (II) config/udev: Adding input device Topre Corporation HHKB Professional (/dev/input/event1)
    [ 799.637] (**) Topre Corporation HHKB Professional: Applying InputClass "evdev keyboard catchall"
    [ 799.637] (II) Using input driver 'evdev' for 'Topre Corporation HHKB Professional'
    [ 799.638] (**) Topre Corporation HHKB Professional: always reports core events
    [ 799.638] (**) evdev: Topre Corporation HHKB Professional: Device: "/dev/input/event1"
    [ 799.638] (--) evdev: Topre Corporation HHKB Professional: Vendor 0x853 Product 0x100
    [ 799.638] (--) evdev: Topre Corporation HHKB Professional: Found keys
    [ 799.638] (II) evdev: Topre Corporation HHKB Professional: Configuring as keyboard
    [ 799.638] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4.1/2-1.4.1:1.0/0003:0853:0100.0002/input/input3/event1"
    [ 799.638] (II) XINPUT: Adding extended input device "Topre Corporation HHKB Professional" (type: KEYBOARD, id 9)
    [ 799.638] (**) Option "xkb_rules" "evdev"
    [ 799.638] (**) Option "xkb_model" "pc104"
    [ 799.638] (**) Option "xkb_layout" "us"
    [ 799.638] (II) config/udev: Adding input device PC Speaker (/dev/input/event10)
    [ 799.638] (II) No input driver specified, ignoring this device.
    [ 799.638] (II) This device may have been added with another device file.
    [ 802.246] (II) RADEON(0): EDID vendor "AOC", prod id 9041
    [ 802.246] (II) RADEON(0): Using EDID range info for horizontal sync
    [ 802.246] (II) RADEON(0): Using EDID range info for vertical refresh
    [ 802.246] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 802.246] (II) RADEON(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 802.246] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 802.246] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 802.246] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 802.246] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 802.246] (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 802.246] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 802.246] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 802.246] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 802.246] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 802.246] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 802.246] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 802.246] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 802.246] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 802.246] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 802.246] (II) RADEON(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
    [ 802.246] (II) RADEON(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    [ 802.246] (II) RADEON(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
    [ 802.246] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 802.246] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 802.246] (II) RADEON(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz e)
    [ 2458.463] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 2518.464] (II) config/udev: removing device Logitech Lenovo USB Optical Mouse
    [ 2518.464] (II) evdev: Logitech Lenovo USB Optical Mouse: Close
    [ 2518.464] (II) UnloadModule: "evdev"
    [ 2520.044] (II) config/udev: Adding input device Logitech Lenovo USB Optical Mouse (/dev/input/event0)
    [ 2520.044] (**) Logitech Lenovo USB Optical Mouse: Applying InputClass "evdev pointer catchall"
    [ 2520.044] (II) Using input driver 'evdev' for 'Logitech Lenovo USB Optical Mouse'
    [ 2520.044] (**) Logitech Lenovo USB Optical Mouse: always reports core events
    [ 2520.044] (**) evdev: Logitech Lenovo USB Optical Mouse: Device: "/dev/input/event0"
    [ 2520.044] (--) evdev: Logitech Lenovo USB Optical Mouse: Vendor 0x17ef Product 0x6019
    [ 2520.044] (--) evdev: Logitech Lenovo USB Optical Mouse: Found 3 mouse buttons
    [ 2520.044] (--) evdev: Logitech Lenovo USB Optical Mouse: Found scroll wheel(s)
    [ 2520.044] (--) evdev: Logitech Lenovo USB Optical Mouse: Found relative axes
    [ 2520.044] (--) evdev: Logitech Lenovo USB Optical Mouse: Found x and y relative axes
    [ 2520.044] (II) evdev: Logitech Lenovo USB Optical Mouse: Configuring as mouse
    [ 2520.044] (II) evdev: Logitech Lenovo USB Optical Mouse: Adding scrollwheel support
    [ 2520.044] (**) evdev: Logitech Lenovo USB Optical Mouse: YAxisMapping: buttons 4 and 5
    [ 2520.044] (**) evdev: Logitech Lenovo USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 2520.044] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/0003:17EF:6019.000F/input/input26/event0"
    [ 2520.044] (II) XINPUT: Adding extended input device "Logitech Lenovo USB Optical Mouse" (type: MOUSE, id 8)
    [ 2520.044] (II) evdev: Logitech Lenovo USB Optical Mouse: initialized for relative axes.
    [ 2520.045] (**) Logitech Lenovo USB Optical Mouse: (accel) keeping acceleration scheme 1
    [ 2520.045] (**) Logitech Lenovo USB Optical Mouse: (accel) acceleration profile 0
    [ 2520.045] (**) Logitech Lenovo USB Optical Mouse: (accel) acceleration factor: 2.000
    [ 2520.045] (**) Logitech Lenovo USB Optical Mouse: (accel) acceleration threshold: 4
    [ 2520.045] (II) config/udev: Adding input device Logitech Lenovo USB Optical Mouse (/dev/input/mouse0)
    [ 2520.045] (II) No input driver specified, ignoring this device.
    [ 2520.045] (II) This device may have been added with another device file.
    PS : when I use win8 on this machine , everything goes right
    Moderator Edit [ewaller] Changed image tags for over sized pictures to url tags in accorance with https://wiki.archlinux.org/index.php/Fo … s_and_Code
    Last edited by ewaller (2014-04-25 15:27:40)

    Head_on_a_Stick wrote:
    You haven't used image tags in  your post...
    Also, what is the output of
    xrandr --query
    Sorry , I don't know how to control image size
    and the output of xrandr is
    Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
    HDMI-0 disconnected (normal left inverted right x axis y axis)
    VGA-0 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 509mm x 286mm
    1920x1080 60.00*+
    1680x1050 59.95
    1280x1024 75.02 60.02
    1440x900 59.89
    1280x960 60.00
    1280x720 59.97
    1024x768 75.08 70.07 60.00
    832x624 74.55
    800x600 72.19 75.00 60.32 56.25
    640x480 75.00 72.81 66.67 60.00
    720x400 70.08

  • Screen flickering and system freezes when using Nouveau driver.

    I'm testing the Nouveau driver on my computer, I really want to keep this driver installed because it makes XFCE to use less resources than the Nvidia proprietary driver. But when I start some apps like firefox or make changes to the desktop, the system stop responding and then the screen breaks.
    I can't use the computer in that state so I force a shutdown.
    I don't know how to see what is going wrong, because the proprietary driver don't give me these problems, I don't get any errors at dmesg log and Xorg log don't have any helpful information.
    dmesg output:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.8.3-2-ARCH (tobias@testing) (gcc version 4.7.2 (GCC) ) #1 SMP PREEMPT Sun Mar 17 13:38:16 CET 2013
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f3ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009f400-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000057feffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000057ff0000-0x0000000057ff2fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x0000000057ff3000-0x0000000057ffffff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x0000000058000000-0x000000005fffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000ffffffff] reserved
    [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    [ 0.000000] SMBIOS 2.3 present.
    [ 0.000000] DMI: Acer Aspire T180/EM61SM/EM61PM , BIOS R01-B4 06/15/2007
    [ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] e820: last_pfn = 0x57ff0 max_arch_pfn = 0x100000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-C7FFF write-protect
    [ 0.000000] C8000-FFFFF uncachable
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0000000000 mask FFC0000000 write-back
    [ 0.000000] 1 base 0040000000 mask FFE0000000 write-back
    [ 0.000000] 2 disabled
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [mem 0x000f3c90-0x000f3c9f] mapped at [c00f3c90]
    [ 0.000000] initial memory mapped: [mem 0x00000000-0x01bfffff]
    [ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x377fdfff]
    [ 0.000000] [mem 0x00000000-0x003fffff] page 4k
    [ 0.000000] [mem 0x00400000-0x373fffff] page 2M
    [ 0.000000] [mem 0x37400000-0x377fdfff] page 4k
    [ 0.000000] kernel direct mapping tables up to 0x377fdfff @ [mem 0x01bfa000-0x01bfffff]
    [ 0.000000] RAMDISK: [mem 0x37a46000-0x37d1afff]
    [ 0.000000] Allocated new RAMDISK: [mem 0x37529000-0x377fd69f]
    [ 0.000000] Move RAMDISK from [mem 0x37a46000-0x37d1a69f] to [mem 0x37529000-0x377fd69f]
    [ 0.000000] ACPI: RSDP 000f8370 00014 (v00 ACRSYS)
    [ 0.000000] ACPI: RSDT 57ff3040 0003C (v01 ACRSYS ACRPRDCT 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: FACP 57ff30c0 00074 (v01 ACRSYS ACRPRDCT 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: DSDT 57ff3180 0631A (v01 ACRSYS AWRDACPI 00001000 MSFT 0100000E)
    [ 0.000000] ACPI: FACS 57ff0000 00040
    [ 0.000000] ACPI: SSDT 57ff95c0 001C4 (v01 PTLTD POWERNOW 00000001 LTP 00000001)
    [ 0.000000] ACPI: HPET 57ff9800 00038 (v01 ACRSYS ACRPRDCT 42302E31 AWRD 00000098)
    [ 0.000000] ACPI: SLIC 57ff9880 00176 (v01 ACRSYS ACRPRDCT 42302E31 AWRD 00000001)
    [ 0.000000] ACPI: MCFG 57ff9a40 0003C (v01 ACRSYS ACRPRDCT 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: APIC 57ff9500 0007C (v01 ACRSYS ACRPRDCT 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 519MB HIGHMEM available.
    [ 0.000000] 887MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 377fe000
    [ 0.000000] low ram: 0 - 377fe000
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00010000-0x00ffffff]
    [ 0.000000] Normal [mem 0x01000000-0x377fdfff]
    [ 0.000000] HighMem [mem 0x377fe000-0x57feffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00010000-0x0009efff]
    [ 0.000000] node 0: [mem 0x00100000-0x57feffff]
    [ 0.000000] On node 0 totalpages: 360319
    [ 0.000000] free_area_init_node: node 0, pgdat c15ab3c0, node_mem_map f6a28200
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3951 pages, LIFO batch:0
    [ 0.000000] Normal zone: 1744 pages used for memmap
    [ 0.000000] Normal zone: 221486 pages, LIFO batch:31
    [ 0.000000] HighMem zone: 1040 pages used for memmap
    [ 0.000000] HighMem zone: 132066 pages, LIFO batch:31
    [ 0.000000] Using APIC driver default
    [ 0.000000] Detected use of extended apic ids on hypertransport bus
    [ 0.000000] ACPI: PM-Timer IO Port: 0x1008
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] ACPI: IRQ14 used by override.
    [ 0.000000] ACPI: IRQ15 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x10de8201 base: 0xfeff0000
    [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
    [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
    [ 0.000000] e820: [mem 0x60000000-0xefffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 13 pages/cpu @f6a05000 s32640 r0 d20608 u53248
    [ 0.000000] pcpu-alloc: s32640 r0 d20608 u53248 alloc=13*4096
    [ 0.000000] pcpu-alloc: [0] 0 [0] 1
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 357503
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=bb82c8c9-614f-4ce3-85f2-3597507c391d ro quiet
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] __ex_table already sorted, skipping sort
    [ 0.000000] Initializing CPU#0
    [ 0.000000] allocated 2883328 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Initializing HighMem for node 0 (000377fe:00057ff0)
    [ 0.000000] Memory: 1415956k/1441728k available (4184k kernel code, 25320k reserved, 1679k data, 560k init, 532424k highmem)
    [ 0.000000] virtual kernel memory layout:
    fixmap : 0xfff15000 - 0xfffff000 ( 936 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    .init : 0xc15ba000 - 0xc1646000 ( 560 kB)
    .data : 0xc141613e - 0xc15b9d80 (1679 kB)
    .text : 0xc1000000 - 0xc141613e (4184 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
    [ 0.000000] NR_IRQS:2304 nr_irqs:512 16
    [ 0.000000] CPU 0 irqstacks, hard=f6008000 soft=f600a000
    [ 0.000000] spurious 8259A interrupt: IRQ7.
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 1908.551 MHz processor
    [ 0.000000] tsc: Marking TSC unstable due to TSCs unsynchronized
    [ 0.003338] Calibrating delay loop (skipped), value calculated using timer frequency.. 3818.14 BogoMIPS (lpj=6361836)
    [ 0.003343] pid_max: default: 32768 minimum: 301
    [ 0.003404] Security Framework initialized
    [ 0.003415] AppArmor: AppArmor disabled by boot time parameter
    [ 0.003432] Mount-cache hash table entries: 512
    [ 0.006819] Initializing cgroup subsys cpuacct
    [ 0.006822] Initializing cgroup subsys memory
    [ 0.006834] Initializing cgroup subsys devices
    [ 0.006837] Initializing cgroup subsys freezer
    [ 0.006840] Initializing cgroup subsys net_cls
    [ 0.006842] Initializing cgroup subsys blkio
    [ 0.006879] CPU: Physical Processor ID: 0
    [ 0.006882] CPU: Processor Core ID: 0
    [ 0.006885] mce: CPU supports 5 MCE banks
    [ 0.006896] LVT offset 0 assigned for vector 0xf9
    [ 0.006902] process: using AMD E400 aware idle routine
    [ 0.006911] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4
    Last level dTLB entries: 4KB 512, 2MB 8, 4MB 4
    tlb_flushall_shift: 4
    [ 0.007021] Freeing SMP alternatives: 16k freed
    [ 0.007977] ACPI: Core revision 20121018
    [ 0.015366] ftrace: allocating 18273 entries in 36 pages
    [ 0.023490] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.024036] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.059250] smpboot: CPU0: AMD Athlon(tm) 64 X2 Dual Core Processor 3600+ (fam: 0f, model: 6b, stepping: 01)
    [ 0.059999] Performance Events: AMD PMU driver.
    [ 0.059999] ... version: 0
    [ 0.059999] ... bit width: 48
    [ 0.059999] ... generic registers: 4
    [ 0.059999] ... value mask: 0000ffffffffffff
    [ 0.059999] ... max period: 00007fffffffffff
    [ 0.059999] ... fixed-purpose events: 0
    [ 0.059999] ... event mask: 000000000000000f
    [ 0.078439] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.083409] CPU 1 irqstacks, hard=f60ba000 soft=f60bc000
    [ 0.083412] smpboot: Booting Node 0, Processors #1 OK
    [ 0.006666] Initializing CPU#1
    [ 0.176732] Brought up 2 CPUs
    [ 0.176736] smpboot: Total of 2 processors activated (7637.24 BogoMIPS)
    [ 0.177423] devtmpfs: initialized
    [ 0.177423] PM: Registering ACPI NVS region [mem 0x57ff0000-0x57ff2fff] (12288 bytes)
    [ 0.178162] RTC time: 21:06:38, date: 03/21/13
    [ 0.178225] NET: Registered protocol family 16
    [ 0.178397] node 0 link 0: io port [8000, ffff]
    [ 0.178401] TOM: 0000000060000000 aka 1536M
    [ 0.178404] node 0 link 0: mmio [a0000, bffff]
    [ 0.178408] node 0 link 0: mmio [60000000, efffffff]
    [ 0.178411] node 0 link 0: mmio [f4000000, fe02ffff]
    [ 0.178414] node 0 link 0: mmio [f0000000, f03fffff]
    [ 0.178418] bus: [bus 00-04] on node 0 link 0
    [ 0.178421] bus: 00 [io 0x0000-0xffff]
    [ 0.178423] bus: 00 [mem 0x000a0000-0x000bffff]
    [ 0.178425] bus: 00 [mem 0x60000000-0xf3ffffff]
    [ 0.178428] bus: 00 [mem 0xf4000000-0xffffffff]
    [ 0.178495] ACPI: bus type pci registered
    [ 0.178575] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
    [ 0.178579] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
    [ 0.178581] PCI: Using MMCONFIG for extended config space
    [ 0.178583] PCI: Using configuration type 1 for base access
    [ 0.178677] mtrr: your CPUs had inconsistent variable MTRR settings
    [ 0.178679] mtrr: probably your BIOS does not setup all CPUs.
    [ 0.178681] mtrr: corrected configuration.
    [ 0.180670] bio: create slab <bio-0> at 0
    [ 0.180670] ACPI: Added _OSI(Module Device)
    [ 0.180670] ACPI: Added _OSI(Processor Device)
    [ 0.180670] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.180670] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.181260] ACPI: EC: Look up EC in DSDT
    [ 0.186070] ACPI: Interpreter enabled
    [ 0.186077] ACPI: (supports S0 S3 S4 S5)
    [ 0.186098] ACPI: Using IOAPIC for interrupt routing
    [ 0.193127] ACPI: No dock devices found.
    [ 0.193134] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
    [ 0.193752] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-04])
    [ 0.193756] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.193890] pci_root PNP0A08:00: ACPI _OSC support notification failed, disabling PCIe ASPM
    [ 0.193894] pci_root PNP0A08:00: Unable to request _OSC control (_OSC support mask: 0x08)
    [ 0.195031] pci_root PNP0A08:00: host bridge window [io 0x0000-0x03af] (ignored)
    [ 0.195034] pci_root PNP0A08:00: host bridge window [io 0x03e0-0x0cf7] (ignored)
    [ 0.195037] pci_root PNP0A08:00: host bridge window [io 0x8000-0xffff] (ignored)
    [ 0.195040] pci_root PNP0A08:00: host bridge window [io 0x03b0-0x03df] (ignored)
    [ 0.195044] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
    [ 0.195047] pci_root PNP0A08:00: host bridge window [mem 0x60000000-0xefffffff] (ignored)
    [ 0.195050] pci_root PNP0A08:00: host bridge window [mem 0xf4000000-0xfe02ffff] (ignored)
    [ 0.195053] pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfed44fff] (ignored)
    [ 0.195057] pci_root PNP0A08:00: host bridge window [io 0x4700-0x470b] (ignored)
    [ 0.195060] pci_root PNP0A08:00: host bridge window [io 0x1c00-0x1c80] (ignored)
    [ 0.195063] pci_root PNP0A08:00: host bridge window [mem 0xfec80000-0xfecbffff] (ignored)
    [ 0.195066] PCI: root bus 00: hardware-probed resources
    [ 0.195117] PCI host bridge to bus 0000:00
    [ 0.195121] pci_bus 0000:00: root bus resource [bus 00-04]
    [ 0.195124] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
    [ 0.195127] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.195130] pci_bus 0000:00: root bus resource [mem 0x60000000-0xf3ffffff]
    [ 0.195134] pci_bus 0000:00: root bus resource [mem 0xf4000000-0xffffffff]
    [ 0.195161] pci 0000:00:00.0: [10de:03ea] type 00 class 0x050000
    [ 0.195341] pci 0000:00:01.0: [10de:03e0] type 00 class 0x060100
    [ 0.195384] pci 0000:00:01.1: [10de:03eb] type 00 class 0x0c0500
    [ 0.195397] pci 0000:00:01.1: reg 10: [io 0xfc00-0xfc3f]
    [ 0.195414] pci 0000:00:01.1: reg 20: [io 0x1c00-0x1c3f]
    [ 0.195421] pci 0000:00:01.1: reg 24: [io 0xf400-0xf43f]
    [ 0.195452] pci 0000:00:01.1: PME# supported from D3hot D3cold
    [ 0.195469] pci 0000:00:01.2: [10de:03f5] type 00 class 0x050000
    [ 0.195516] pci 0000:00:02.0: [10de:03f1] type 00 class 0x0c0310
    [ 0.195527] pci 0000:00:02.0: reg 10: [mem 0xfe02f000-0xfe02ffff]
    [ 0.195564] pci 0000:00:02.0: supports D1 D2
    [ 0.195567] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.195583] pci 0000:00:02.1: [10de:03f2] type 00 class 0x0c0320
    [ 0.195595] pci 0000:00:02.1: reg 10: [mem 0xfe02e000-0xfe02e0ff]
    [ 0.195639] pci 0000:00:02.1: supports D1 D2
    [ 0.195642] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.195665] pci 0000:00:04.0: [10de:03f3] type 01 class 0x060401
    [ 0.195711] pci 0000:00:05.0: [10de:03f0] type 00 class 0x040300
    [ 0.195723] pci 0000:00:05.0: reg 10: [mem 0xfe028000-0xfe02bfff]
    [ 0.195768] pci 0000:00:05.0: PME# supported from D3hot D3cold
    [ 0.195791] pci 0000:00:06.0: [10de:03ec] type 00 class 0x01018a
    [ 0.195814] pci 0000:00:06.0: reg 20: [io 0xf000-0xf00f]
    [ 0.195850] pci 0000:00:08.0: [10de:03f6] type 00 class 0x010185
    [ 0.195860] pci 0000:00:08.0: reg 10: [io 0x09f0-0x09f7]
    [ 0.195866] pci 0000:00:08.0: reg 14: [io 0x0bf0-0x0bf3]
    [ 0.195872] pci 0000:00:08.0: reg 18: [io 0x0970-0x0977]
    [ 0.195877] pci 0000:00:08.0: reg 1c: [io 0x0b70-0x0b73]
    [ 0.195883] pci 0000:00:08.0: reg 20: [io 0xdc00-0xdc0f]
    [ 0.195889] pci 0000:00:08.0: reg 24: [mem 0xfe02d000-0xfe02dfff]
    [ 0.195922] pci 0000:00:08.1: [10de:03f6] type 00 class 0x010185
    [ 0.195932] pci 0000:00:08.1: reg 10: [io 0x09e0-0x09e7]
    [ 0.195938] pci 0000:00:08.1: reg 14: [io 0x0be0-0x0be3]
    [ 0.195944] pci 0000:00:08.1: reg 18: [io 0x0960-0x0967]
    [ 0.195949] pci 0000:00:08.1: reg 1c: [io 0x0b60-0x0b63]
    [ 0.195955] pci 0000:00:08.1: reg 20: [io 0xc800-0xc80f]
    [ 0.195961] pci 0000:00:08.1: reg 24: [mem 0xfe02c000-0xfe02cfff]
    [ 0.196000] pci 0000:00:09.0: [10de:03e8] type 01 class 0x060400
    [ 0.196032] pci 0000:00:09.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.196051] pci 0000:00:0b.0: [10de:03e9] type 01 class 0x060400
    [ 0.196081] pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.196098] pci 0000:00:0c.0: [10de:03e9] type 01 class 0x060400
    [ 0.196128] pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.196146] pci 0000:00:0d.0: [10de:03d0] type 00 class 0x030000
    [ 0.196154] pci 0000:00:0d.0: reg 10: [mem 0xfb000000-0xfbffffff]
    [ 0.196162] pci 0000:00:0d.0: reg 14: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.196169] pci 0000:00:0d.0: reg 1c: [mem 0xfc000000-0xfcffffff 64bit]
    [ 0.196177] pci 0000:00:0d.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    [ 0.196209] pci 0000:00:18.0: [1022:1100] type 00 class 0x060000
    [ 0.196233] pci 0000:00:18.1: [1022:1101] type 00 class 0x060000
    [ 0.196253] pci 0000:00:18.2: [1022:1102] type 00 class 0x060000
    [ 0.196273] pci 0000:00:18.3: [1022:1103] type 00 class 0x060000
    [ 0.196335] pci 0000:01:09.0: [104c:8024] type 00 class 0x0c0010
    [ 0.196350] pci 0000:01:09.0: reg 10: [mem 0xfdfff000-0xfdfff7ff]
    [ 0.196359] pci 0000:01:09.0: reg 14: [mem 0xfdff8000-0xfdffbfff]
    [ 0.196412] pci 0000:01:09.0: supports D1 D2
    [ 0.196415] pci 0000:01:09.0: PME# supported from D0 D1 D2 D3hot
    [ 0.196444] pci 0000:00:04.0: PCI bridge to [bus 01] (subtractive decode)
    [ 0.196448] pci 0000:00:04.0: bridge window [io 0xb000-0xbfff]
    [ 0.196452] pci 0000:00:04.0: bridge window [mem 0xfdf00000-0xfdffffff]
    [ 0.196456] pci 0000:00:04.0: bridge window [mem 0xfd800000-0xfd8fffff pref]
    [ 0.196459] pci 0000:00:04.0: bridge window [io 0x0000-0xffff] (subtractive decode)
    [ 0.196462] pci 0000:00:04.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.196465] pci 0000:00:04.0: bridge window [mem 0x60000000-0xf3ffffff] (subtractive decode)
    [ 0.196469] pci 0000:00:04.0: bridge window [mem 0xf4000000-0xffffffff] (subtractive decode)
    [ 0.196493] pci 0000:00:09.0: PCI bridge to [bus 02]
    [ 0.196498] pci 0000:00:09.0: bridge window [io 0xa000-0xafff]
    [ 0.196501] pci 0000:00:09.0: bridge window [mem 0xfde00000-0xfdefffff]
    [ 0.196506] pci 0000:00:09.0: bridge window [mem 0xfdd00000-0xfddfffff 64bit pref]
    [ 0.196548] pci 0000:03:00.0: [11ab:4364] type 00 class 0x020000
    [ 0.196565] pci 0000:03:00.0: reg 10: [mem 0xfdcfc000-0xfdcfffff 64bit]
    [ 0.196575] pci 0000:03:00.0: reg 18: [io 0x9c00-0x9cff]
    [ 0.196604] pci 0000:03:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    [ 0.196648] pci 0000:03:00.0: supports D1 D2
    [ 0.196651] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.203353] pci 0000:00:0b.0: PCI bridge to [bus 03]
    [ 0.203357] pci 0000:00:0b.0: bridge window [io 0x9000-0x9fff]
    [ 0.203361] pci 0000:00:0b.0: bridge window [mem 0xfdc00000-0xfdcfffff]
    [ 0.203365] pci 0000:00:0b.0: bridge window [mem 0xfdb00000-0xfdbfffff 64bit pref]
    [ 0.203390] pci 0000:00:0c.0: PCI bridge to [bus 04]
    [ 0.203394] pci 0000:00:0c.0: bridge window [io 0x8000-0x8fff]
    [ 0.203398] pci 0000:00:0c.0: bridge window [mem 0xfda00000-0xfdafffff]
    [ 0.203402] pci 0000:00:0c.0: bridge window [mem 0xfd900000-0xfd9fffff 64bit pref]
    [ 0.203413] pci_bus 0000:00: on NUMA node 0
    [ 0.203424] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
    [ 0.203569] ACPI _OSC control for PCIe not granted, disabling ASPM
    [ 0.242482] ACPI: PCI Interrupt Link [LNK1] (IRQs 5 7 9 10 11 14 15) *0, disabled.
    [ 0.242536] ACPI: PCI Interrupt Link [LNK2] (IRQs 5 7 9 10 11 14 15) *0, disabled.
    [ 0.242587] ACPI: PCI Interrupt Link [LNK3] (IRQs 5 7 9 10 11 14 15) *0, disabled.
    [ 0.242639] ACPI: PCI Interrupt Link [LNK4] (IRQs *5 7 9 10 11 14 15)
    [ 0.242689] ACPI: PCI Interrupt Link [LNK5] (IRQs 5 7 9 10 11 14 15) *0, disabled.
    [ 0.242741] ACPI: PCI Interrupt Link [LNK6] (IRQs *5 7 9 10 11 14 15)
    [ 0.242791] ACPI: PCI Interrupt Link [LNK7] (IRQs 5 7 9 10 11 14 15) *0, disabled.
    [ 0.242842] ACPI: PCI Interrupt Link [LNK8] (IRQs 5 7 9 10 11 14 15) *0, disabled.
    [ 0.242894] ACPI: PCI Interrupt Link [LIGP] (IRQs 5 7 9 10 *11 14 15)
    [ 0.242944] ACPI: PCI Interrupt Link [LP2P] (IRQs 5 7 9 10 11 14 15) *0, disabled.
    [ 0.242996] ACPI: PCI Interrupt Link [LUBA] (IRQs 5 7 9 *10 11 14 15)
    [ 0.243045] ACPI: PCI Interrupt Link [LMAC] (IRQs 5 7 9 10 11 14 15) *0, disabled.
    [ 0.243098] ACPI: PCI Interrupt Link [LAZA] (IRQs 5 7 9 *10 11 14 15)
    [ 0.243148] ACPI: PCI Interrupt Link [LPMU] (IRQs 5 7 9 10 11 14 15) *0, disabled.
    [ 0.243204] ACPI: PCI Interrupt Link [LSMB] (IRQs *5 7 9 10 11 14 15)
    [ 0.243265] ACPI: PCI Interrupt Link [LUB2] (IRQs 5 7 9 10 *11 14 15)
    [ 0.243315] ACPI: PCI Interrupt Link [LIDE] (IRQs 5 7 9 10 11 14 15) *0, disabled.
    [ 0.243375] ACPI: PCI Interrupt Link [LSID] (IRQs 5 7 9 *10 11 14 15)
    [ 0.243432] ACPI: PCI Interrupt Link [LFID] (IRQs 5 7 9 10 *11 14 15)
    [ 0.243524] ACPI: PCI Interrupt Link [APC1] (IRQs 16) *0, disabled.
    [ 0.243606] ACPI: PCI Interrupt Link [APC2] (IRQs 17) *0, disabled.
    [ 0.243688] ACPI: PCI Interrupt Link [APC3] (IRQs 18) *0, disabled.
    [ 0.243770] ACPI: PCI Interrupt Link [APC4] (IRQs 19) *0
    [ 0.243851] ACPI: PCI Interrupt Link [APC5] (IRQs 16) *0, disabled.
    [ 0.243933] ACPI: PCI Interrupt Link [APC6] (IRQs 16) *0
    [ 0.244014] ACPI: PCI Interrupt Link [APC7] (IRQs 16) *0, disabled.
    [ 0.244095] ACPI: PCI Interrupt Link [APC8] (IRQs 16) *0, disabled.
    [ 0.244176] ACPI: PCI Interrupt Link [AIGP] (IRQs 20 21 22 23) *0
    [ 0.244258] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22 23) *0
    [ 0.244340] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22 23) *0, disabled.
    [ 0.244422] ACPI: PCI Interrupt Link [APMU] (IRQs 20 21 22 23) *0, disabled.
    [ 0.244504] ACPI: PCI Interrupt Link [AAZA] (IRQs 20 21 22 23) *0
    [ 0.244586] ACPI: PCI Interrupt Link [APCS] (IRQs 20 21 22 23) *0
    [ 0.244669] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22 23) *0
    [ 0.244751] ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22 23) *0, disabled.
    [ 0.244833] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22 23) *0, disabled.
    [ 0.244921] ACPI: PCI Interrupt Link [APSI] (IRQs 20 21 22 23) *0
    [ 0.245004] ACPI: PCI Interrupt Link [APSJ] (IRQs 20 21 22 23) *0
    [ 0.245086] vgaarb: device added: PCI:0000:00:0d.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.245086] vgaarb: loaded
    [ 0.245086] vgaarb: bridge control possible 0000:00:0d.0
    [ 0.245086] PCI: Using ACPI for IRQ routing
    [ 0.246696] PCI: pci_cache_line_size set to 64 bytes
    [ 0.246745] e820: reserve RAM buffer [mem 0x0009f400-0x0009ffff]
    [ 0.246748] e820: reserve RAM buffer [mem 0x57ff0000-0x57ffffff]
    [ 0.246902] NetLabel: Initializing
    [ 0.246904] NetLabel: domain hash size = 128
    [ 0.246906] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.246923] NetLabel: unlabeled traffic allowed by default
    [ 0.246950] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    [ 0.246956] hpet0: at MMIO 0xfeff0000, IRQs 2, 8, 31
    [ 0.246961] hpet0: 3 comparators, 32-bit 25.000000 MHz counter
    [ 0.256702] Switching to clocksource hpet
    [ 0.264319] pnp: PnP ACPI init
    [ 0.264346] ACPI: bus type pnp registered
    [ 0.264605] system 00:00: [io 0x1000-0x107f] has been reserved
    [ 0.264609] system 00:00: [io 0x1080-0x10ff] has been reserved
    [ 0.264613] system 00:00: [io 0x1400-0x147f] has been reserved
    [ 0.264616] system 00:00: [io 0x1480-0x14ff] has been reserved
    [ 0.264620] system 00:00: [io 0x1800-0x187f] has been reserved
    [ 0.264623] system 00:00: [io 0x1880-0x18ff] has been reserved
    [ 0.264628] system 00:00: [mem 0xfefe0000-0xfefe01ff] has been reserved
    [ 0.264631] system 00:00: [mem 0xfefe1000-0xfefe10ff] has been reserved
    [ 0.264635] system 00:00: [mem 0x58000000-0x5fffffff] has been reserved
    [ 0.264641] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.265431] system 00:01: [io 0x04d0-0x04d1] has been reserved
    [ 0.265434] system 00:01: [io 0x0800-0x087f] has been reserved
    [ 0.265438] system 00:01: [io 0x0290-0x0297] has been reserved
    [ 0.265442] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.265458] pnp 00:02: [dma 4]
    [ 0.265495] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.265606] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.265670] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.265714] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.265772] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.266190] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.266522] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.266948] pnp 00:09: Plug and Play ACPI device, IDs PNP0400 (active)
    [ 0.267129] pnp 00:0a: Plug and Play ACPI device, IDs PNP0f13 (active)
    [ 0.267201] pnp 00:0b: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
    [ 0.267285] system 00:0c: [mem 0xf0000000-0xf3ffffff] has been reserved
    [ 0.267290] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.267506] system 00:0d: [mem 0x000d0000-0x000d3fff] has been reserved
    [ 0.267510] system 00:0d: [mem 0x000f0000-0x000f7fff] could not be reserved
    [ 0.267514] system 00:0d: [mem 0x000f8000-0x000fbfff] could not be reserved
    [ 0.267517] system 00:0d: [mem 0x000fc000-0x000fffff] could not be reserved
    [ 0.267521] system 00:0d: [mem 0xfeff0000-0xfeff00ff] has been reserved
    [ 0.267525] system 00:0d: [mem 0x57ff0000-0x57ffffff] could not be reserved
    [ 0.267528] system 00:0d: [mem 0xffff0000-0xffffffff] has been reserved
    [ 0.267532] system 00:0d: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.267535] system 00:0d: [mem 0x00100000-0x57feffff] could not be reserved
    [ 0.267539] system 00:0d: [mem 0x58000000-0x5fffffff] has been reserved
    [ 0.267543] system 00:0d: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.267546] system 00:0d: [mem 0xfee00000-0xfeefffff] has been reserved
    [ 0.267550] system 00:0d: [mem 0xfefff000-0xfeffffff] has been reserved
    [ 0.267554] system 00:0d: [mem 0xfff80000-0xfff80fff] has been reserved
    [ 0.267557] system 00:0d: [mem 0xfff90000-0xfffbffff] has been reserved
    [ 0.267561] system 00:0d: [mem 0xfffed000-0xfffeffff] has been reserved
    [ 0.267565] system 00:0d: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.267589] pnp: PnP ACPI: found 14 devices
    [ 0.267590] ACPI: ACPI bus type pnp unregistered
    [ 0.305593] pci 0000:00:0d.0: BAR 6: assigned [mem 0x60000000-0x6001ffff pref]
    [ 0.305599] pci 0000:00:04.0: PCI bridge to [bus 01]
    [ 0.305603] pci 0000:00:04.0: bridge window [io 0xb000-0xbfff]
    [ 0.305608] pci 0000:00:04.0: bridge window [mem 0xfdf00000-0xfdffffff]
    [ 0.305612] pci 0000:00:04.0: bridge window [mem 0xfd800000-0xfd8fffff pref]
    [ 0.305617] pci 0000:00:09.0: PCI bridge to [bus 02]
    [ 0.305621] pci 0000:00:09.0: bridge window [io 0xa000-0xafff]
    [ 0.305625] pci 0000:00:09.0: bridge window [mem 0xfde00000-0xfdefffff]
    [ 0.305629] pci 0000:00:09.0: bridge window [mem 0xfdd00000-0xfddfffff 64bit pref]
    [ 0.305635] pci 0000:03:00.0: BAR 6: assigned [mem 0xfdb00000-0xfdb1ffff pref]
    [ 0.305638] pci 0000:00:0b.0: PCI bridge to [bus 03]
    [ 0.305641] pci 0000:00:0b.0: bridge window [io 0x9000-0x9fff]
    [ 0.305645] pci 0000:00:0b.0: bridge window [mem 0xfdc00000-0xfdcfffff]
    [ 0.305649] pci 0000:00:0b.0: bridge window [mem 0xfdb00000-0xfdbfffff 64bit pref]
    [ 0.305654] pci 0000:00:0c.0: PCI bridge to [bus 04]
    [ 0.305657] pci 0000:00:0c.0: bridge window [io 0x8000-0x8fff]
    [ 0.305661] pci 0000:00:0c.0: bridge window [mem 0xfda00000-0xfdafffff]
    [ 0.305665] pci 0000:00:0c.0: bridge window [mem 0xfd900000-0xfd9fffff 64bit pref]
    [ 0.305677] pci 0000:00:04.0: setting latency timer to 64
    [ 0.305686] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
    [ 0.305689] pci_bus 0000:00: resource 5 [mem 0x000a0000-0x000bffff]
    [ 0.305692] pci_bus 0000:00: resource 6 [mem 0x60000000-0xf3ffffff]
    [ 0.305696] pci_bus 0000:00: resource 7 [mem 0xf4000000-0xffffffff]
    [ 0.305699] pci_bus 0000:01: resource 0 [io 0xb000-0xbfff]
    [ 0.305702] pci_bus 0000:01: resource 1 [mem 0xfdf00000-0xfdffffff]
    [ 0.305706] pci_bus 0000:01: resource 2 [mem 0xfd800000-0xfd8fffff pref]
    [ 0.305709] pci_bus 0000:01: resource 4 [io 0x0000-0xffff]
    [ 0.305712] pci_bus 0000:01: resource 5 [mem 0x000a0000-0x000bffff]
    [ 0.305715] pci_bus 0000:01: resource 6 [mem 0x60000000-0xf3ffffff]
    [ 0.305718] pci_bus 0000:01: resource 7 [mem 0xf4000000-0xffffffff]
    [ 0.305722] pci_bus 0000:02: resource 0 [io 0xa000-0xafff]
    [ 0.305725] pci_bus 0000:02: resource 1 [mem 0xfde00000-0xfdefffff]
    [ 0.305729] pci_bus 0000:02: resource 2 [mem 0xfdd00000-0xfddfffff 64bit pref]
    [ 0.305732] pci_bus 0000:03: resource 0 [io 0x9000-0x9fff]
    [ 0.305735] pci_bus 0000:03: resource 1 [mem 0xfdc00000-0xfdcfffff]
    [ 0.305738] pci_bus 0000:03: resource 2 [mem 0xfdb00000-0xfdbfffff 64bit pref]
    [ 0.305742] pci_bus 0000:04: resource 0 [io 0x8000-0x8fff]
    [ 0.305745] pci_bus 0000:04: resource 1 [mem 0xfda00000-0xfdafffff]
    [ 0.305748] pci_bus 0000:04: resource 2 [mem 0xfd900000-0xfd9fffff 64bit pref]
    [ 0.305804] NET: Registered protocol family 2
    [ 0.305997] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.306061] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.306122] TCP: Hash tables configured (established 8192 bind 8192)
    [ 0.306184] TCP: reno registered
    [ 0.306188] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.306204] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.306279] NET: Registered protocol family 1
    [ 0.306537] ACPI: PCI Interrupt Link [APCF] enabled at IRQ 23
    [ 0.370181] ACPI: PCI Interrupt Link [APCL] enabled at IRQ 22
    [ 0.370249] pci 0000:00:00.0: Found enabled HT MSI Mapping
    [ 0.370299] pci 0000:00:00.0: Found enabled HT MSI Mapping
    [ 0.370357] pci 0000:00:00.0: Found enabled HT MSI Mapping
    [ 0.370411] pci 0000:00:00.0: Found enabled HT MSI Mapping
    [ 0.370469] pci 0000:00:00.0: Found enabled HT MSI Mapping
    [ 0.370531] pci 0000:00:00.0: Found enabled HT MSI Mapping
    [ 0.370598] pci 0000:00:00.0: Found enabled HT MSI Mapping
    [ 0.370606] pci 0000:00:0d.0: Boot video device
    [ 0.370621] PCI: CLS 64 bytes, default 64
    [ 0.370687] Unpacking initramfs...
    [ 0.455995] Freeing initrd memory: 2900k freed
    [ 0.459106] apm: BIOS not found.
    [ 0.459448] audit: initializing netlink socket (disabled)
    [ 0.459468] type=2000 audit(1363899998.456:1): initialized
    [ 0.474029] bounce pool size: 64 pages
    [ 0.474052] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 0.476263] VFS: Disk quotas dquot_6.5.2
    [ 0.476327] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.476593] msgmni has been set to 1731
    [ 0.476998] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.477042] io scheduler noop registered
    [ 0.477044] io scheduler deadline registered
    [ 0.477053] io scheduler cfq registered (default)
    [ 0.477195] pcieport 0000:00:09.0: irq 40 for MSI/MSI-X
    [ 0.477269] pcieport 0000:00:0b.0: irq 41 for MSI/MSI-X
    [ 0.477329] pcieport 0000:00:0c.0: irq 42 for MSI/MSI-X
    [ 0.477469] vesafb: mode is 640x480x32, linelength=2560, pages=0
    [ 0.477471] vesafb: scrolling: redraw
    [ 0.477474] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.477558] vesafb: framebuffer at 0xe0000000, mapped to 0xf8080000, using 1216k, total 1216k
    [ 0.484141] Console: switching to colour frame buffer device 80x30
    [ 0.490611] fb0: VESA VGA frame buffer device
    [ 0.490704] GHES: HEST is not enabled!
    [ 0.490719] isapnp: Scanning for PnP cards...
    [ 0.802592] isapnp: No Plug & Play device found
    [ 0.802671] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.823231] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.843779] 00:08: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
    [ 0.844469] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 0.844915] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.844951] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.845087] mousedev: PS/2 mouse device common for all mice
    [ 0.845182] rtc_cmos 00:04: RTC can wake from S4
    [ 0.845358] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
    [ 0.845400] rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
    [ 0.845435] cpuidle: using governor ladder
    [ 0.845437] cpuidle: using governor menu
    [ 0.845439] EFI Variables Facility v0.08 2004-May-17
    [ 0.845489] drop_monitor: Initializing network drop monitor service
    [ 0.845593] TCP: cubic registered
    [ 0.845736] NET: Registered protocol family 10
    [ 0.845940] NET: Registered protocol family 17
    [ 0.845958] Key type dns_resolver registered
    [ 0.846129] Using IPI No-Shortcut mode
    [ 0.846264] PM: Hibernation image not present or could not be loaded.
    [ 0.846279] registered taskstats version 1
    [ 0.846851] Magic number: 5:851:146
    [ 0.846912] acpi device:17: hash matches
    [ 0.846972] rtc_cmos 00:04: setting system clock to 2013-03-21 21:06:39 UTC (1363899999)
    [ 0.847246] Freeing unused kernel memory: 560k freed
    [ 0.847645] Write protecting the kernel text: 4188k
    [ 0.847679] Write protecting the kernel read-only data: 1284k
    [ 0.858078] systemd-udevd[45]: starting version 198
    [ 0.864682] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.904637] ACPI: bus type usb registered
    [ 0.904681] usbcore: registered new interface driver usbfs
    [ 0.904697] usbcore: registered new interface driver hub
    [ 0.904815] usbcore: registered new device driver usb
    [ 0.906826] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.908458] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [ 0.908536] ohci_hcd 0000:00:02.0: setting latency timer to 64
    [ 0.908541] ohci_hcd 0000:00:02.0: OHCI Host Controller
    [ 0.908550] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 1
    [ 0.908594] ohci_hcd 0000:00:02.0: irq 23, io mem 0xfe02f000
    [ 0.910252] ehci-pci: EHCI PCI platform driver
    [ 0.910290] ACPI: PCI Interrupt Link [APC4] enabled at IRQ 19
    [ 0.910329] firewire_ohci 0000:01:09.0: setting latency timer to 64
    [ 0.912040] SCSI subsystem initialized
    [ 0.915768] ACPI: bus type scsi registered
    [ 0.918637] libata version 3.00 loaded.
    [ 0.962268] hub 1-0:1.0: USB hub found
    [ 0.962279] hub 1-0:1.0: 10 ports detected
    [ 0.962535] ehci-pci 0000:00:02.1: setting latency timer to 64
    [ 0.962539] ehci-pci 0000:00:02.1: EHCI Host Controller
    [ 0.962547] ehci-pci 0000:00:02.1: new USB bus registered, assigned bus number 2
    [ 0.962559] ehci-pci 0000:00:02.1: debug port 1
    [ 0.962589] ehci-pci 0000:00:02.1: cache line size of 64 is not supported
    [ 0.962617] ehci-pci 0000:00:02.1: irq 22, io mem 0xfe02e000
    [ 0.970035] ehci-pci 0000:00:02.1: USB 2.0 started, EHCI 1.00
    [ 0.970261] hub 2-0:1.0: USB hub found
    [ 0.970268] hub 2-0:1.0: 10 ports detected
    [ 0.970681] pata_amd 0000:00:06.0: version 0.4.1
    [ 0.970736] pata_amd 0000:00:06.0: setting latency timer to 64
    [ 0.971618] scsi0 : pata_amd
    [ 0.972200] scsi1 : pata_amd
    [ 0.972449] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14
    [ 0.972452] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15
    [ 0.972517] sata_nv 0000:00:08.0: version 3.5
    [ 0.972721] ACPI: PCI Interrupt Link [APSI] enabled at IRQ 21
    [ 0.972802] sata_nv 0000:00:08.0: setting latency timer to 64
    [ 0.973161] scsi2 : sata_nv
    [ 0.973470] scsi3 : sata_nv
    [ 0.973598] ata3: SATA max UDMA/133 cmd 0x9f0 ctl 0xbf0 bmdma 0xdc00 irq 21
    [ 0.973602] ata4: SATA max UDMA/133 cmd 0x970 ctl 0xb70 bmdma 0xdc08 irq 21
    [ 0.973822] ACPI: PCI Interrupt Link [APSJ] enabled at IRQ 20
    [ 0.973886] sata_nv 0000:00:08.1: setting latency timer to 64
    [ 0.974209] scsi4 : sata_nv
    [ 0.974369] scsi5 : sata_nv
    [ 0.974488] ata5: SATA max UDMA/133 cmd 0x9e0 ctl 0xbe0 bmdma 0xc800 irq 20
    [ 0.974491] ata6: SATA max UDMA/133 cmd 0x960 ctl 0xb60 bmdma 0xc808 irq 20
    [ 1.130346] ata1.00: ATAPI: HL-DT-ST DVDRAM_GSA-H40N, RA00, max UDMA/66
    [ 1.130357] ata1: nv_mode_filter: 0x1f39f&0x1f39f->0x1f39f, BIOS=0x1f000 (0xc5000000) ACPI=0x1f01f (30:600:0x13)
    [ 1.143604] ata1.00: configured for UDMA/66
    [ 1.149515] scsi 0:0:0:0: CD-ROM HL-DT-ST DVDRAM_GSA-H40N RA00 PQ: 0 ANSI: 5
    [ 1.149876] ata2: port disabled--ignoring
    [ 1.297028] ata3: SATA link down (SStatus 0 SControl 300)
    [ 1.297032] ata5: SATA link down (SStatus 0 SControl 300)
    [ 1.633688] ata4: SATA link down (SStatus 0 SControl 300)
    [ 1.643352] firewire_ohci 0000:01:09.0: failed to read phy reg
    [ 1.643576] firewire_ohci: probe of 0000:01:09.0 failed with error -16
    [ 1.730033] usb 1-4: new low-speed USB device number 2 using ohci_hcd
    [ 1.936808] usbcore: registered new interface driver usbhid
    [ 1.936814] usbhid: USB HID core driver
    [ 2.100049] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 2.107021] ata6.00: ATA-7: Hitachi HDS721616PLA380, P22OAB3A, max UDMA/133
    [ 2.107025] ata6.00: 321672960 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 2.120325] ata6.00: configured for UDMA/133
    [ 2.120524] scsi 5:0:0:0: Direct-Access ATA Hitachi HDS72161 P22O PQ: 0 ANSI: 5
    [ 2.125055] sd 5:0:0:0: [sda] 321672960 512-byte logical blocks: (164 GB/153 GiB)
    [ 2.125119] sd 5:0:0:0: [sda] Write Protect is off
    [ 2.125123] sd 5:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 2.125149] sd 5:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.131113] sr0: scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 2.131120] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 2.131457] sr 0:0:0:0: Attached scsi CD-ROM sr0
    [ 2.146217] sda: sda1 sda2 sda3
    [ 2.146831] sd 5:0:0:0: [sda] Attached SCSI disk
    [ 2.206694] usb 1-8: new full-speed USB device number 3 using ohci_hcd
    [ 2.407819] Initializing USB Mass Storage driver...
    [ 2.408184] scsi6 : usb-storage 1-8:1.0
    [ 2.408335] usbcore: registered new interface driver usb-storage
    [ 2.408337] USB Mass Storage support registered.
    [ 2.542664] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
    [ 3.014632] systemd[1]: Smack is not enabled in the kernel, not loading access rules.
    [ 3.097131] systemd[1]: systemd 198 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 3.097800] systemd[1]: Set hostname to <acer-aspire>.
    [ 3.352860] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 3.352959] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 3.352983] systemd[1]: Expecting device sys-subsystem-net-devices-enp3s0.device...
    [ 3.353005] systemd[1]: Starting Remote File Systems.
    [ 3.353024] systemd[1]: Reached target Remote File Systems.
    [ 3.353041] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 3.353091] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 3.353108] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 3.353156] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 3.353173] systemd[1]: Starting Delayed Shutdown Socket.
    [ 3.353206] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 3.353222] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 3.353253] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 3.353274] systemd[1]: Starting Journal Socket.
    [ 3.353366] systemd[1]: Listening on Journal Socket.
    [ 3.354821] systemd[1]: Starting Apply Kernel Variables...
    [ 3.357143] systemd[1]: Mounting Huge Pages File System...
    [ 3.363518] systemd[1]: Mounting POSIX Message Queue File System...
    [ 3.370154] systemd[1]: Mounting Debug File System...
    [ 3.385832] systemd[1]: Starting Journal Service...
    [ 3.393610] systemd[1]: Started Journal Service.
    [ 3.393800] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 3.393975] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 3.407359] systemd[1]: Started Set Up Additional Binary Formats.
    [ 3.407389] systemd[1]: Starting Encrypted Volumes.
    [ 3.407409] systemd[1]: Reached target Encrypted Volumes.
    [ 3.407431] systemd[1]: Starting Setup Virtual Console...
    [ 3.410492] systemd[1]: Starting udev Kernel Socket.
    [ 3.410553] systemd[1]: Listening on udev Kernel Socket.
    [ 3.410641] systemd[1]: Starting udev Control Socket.
    [ 3.410689] systemd[1]: Listening on udev Control Socket.
    [ 3.410760] systemd[1]: Starting udev Coldplug all Devices...
    [ 3.417037] systemd[1]: Starting udev Kernel Device Manager...
    [ 3.418761] scsi 6:0:0:0: Direct-Access Generic USB SD Reader 1.00 PQ: 0 ANSI: 0
    [ 3.436758] scsi 6:0:0:1: Direct-Access Generic USB CF Reader 1.01 PQ: 0 ANSI: 0
    [ 3.441505] systemd[1]: Started Load Kernel Modules.
    [ 3.441546] systemd[1]: Mounted FUSE Control File System.
    [ 3.441570] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 3.441652] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 3.441693] systemd[1]: Mounting Configuration File System...
    [ 3.465751] scsi 6:0:0:2: Direct-Access Generic USB SM Reader 1.02 PQ: 0 ANSI: 0
    [ 3.476732] sd 6:0:0:0: [sdb] Attached SCSI removable disk
    [ 3.505747] scsi 6:0:0:3: Direct-Access Generic USB MS Reader 1.03 PQ: 0 ANSI: 0
    [ 3.516728] sd 6:0:0:1: [sdc] Attached SCSI removable disk
    [ 3.549724] sd 6:0:0:2: [sdd] Attached SCSI removable disk
    [ 3.553823] systemd[1]: Expecting device dev-disk-by\x2duuid-bb5a3cc3\x2d55fd\x2d4830\x2d8177\x2ddd32df9bd303.device...
    [ 3.553856] systemd[1]: Mounting Temporary Directory...
    [ 3.571730] sd 6:0:0:3: [sde] Attached SCSI removable disk
    [ 3.744908] systemd-udevd[126]: starting version 198
    [ 3.777101] systemd[1]: Started File System Check on Root Device.
    [ 3.777142] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 3.790819] systemd[1]: Started udev Kernel Device Manager.
    [ 3.800185] systemd[1]: Started Apply Kernel Variables.
    [ 4.118718] EXT4-fs (sda2): re-mounted. Opts: data=ordered
    [ 4.205364] systemd-journald[122]: Received SIGUSR1
    [ 5.423026] thermal LNXTHERM:00: registered as thermal_zone0
    [ 5.423033] ACPI: Thermal Zone [THRM] (40 C)
    [ 5.463049] input: PC Speaker as /devices/platform/pcspkr/input/input1
    [ 5.484558] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
    [ 5.484570] ACPI: Power Button [PWRB]
    [ 5.484693] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    [ 5.484697] ACPI: Power Button [PWRF]
    [ 5.491085] k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
    [ 5.542488] i2c i2c-0: nForce2 SMBus adapter at 0x1c00
    [ 5.542524] i2c i2c-1: nForce2 SMBus adapter at 0xf400
    [ 5.547898] Linux agpgart interface v0.103
    [ 5.558914] ACPI: Fan [FAN] (on)
    [ 5.559089] [drm] Initialized drm 1.1.0 20060810
    [ 5.565468] microcode: AMD CPU family 0xf not supported
    [ 5.567533] microcode: AMD CPU family 0xf not supported
    [ 5.642735] wmi: Mapper loaded
    [ 5.645076] kvm: Nested Virtualization enabled
    [ 5.649689] powernow-k8: fid 0xb (1900 MHz), vid 0xc
    [ 5.649696] powernow-k8: fid 0xa (1800 MHz), vid 0xd
    [ 5.649699] powernow-k8: fid 0x2 (1000 MHz), vid 0x12
    [ 5.649987] powernow-k8: Found 1 AMD Athlon(tm) 64 X2 Dual Core Processor 3600+ (2 cpu cores) (version 2.20.00)
    [ 5.685561] checking generic (e0000000 130000) vs hw (e0000000 10000000)
    [ 5.685568] fb: conflicting fb hw usage nouveaufb vs VESA VGA - removing generic driver
    [ 5.685594] Console: switching to colour dummy device 80x25
    [ 5.685773] nouveau 0000:00:0d.0: setting latency timer to 64
    [ 5.686326] ACPI: PCI Interrupt Link [AIGP] enabled at IRQ 23
    [ 5.686707] nouveau [ DEVICE][0000:00:0d.0] BOOT0 : 0x04c000a2
    [ 5.686715] nouveau [ DEVICE][0000:00:0d.0] Chipset: C61 (NV4C)
    [ 5.686722] nouveau [ DEVICE][0000:00:0d.0] Family : NV40
    [ 5.687642] nouveau [ VBIOS][0000:00:0d.0] checking PRAMIN for image...
    [ 5.733281] nouveau [ VBIOS][0000:00:0d.0] ... appears to be valid
    [ 5.733287] nouveau [ VBIOS][0000:00:0d.0] using image from PRAMIN
    [ 5.733560] nouveau [ VBIOS][0000:00:0d.0] BIT signature found
    [ 5.733565] nouveau [ VBIOS][0000:00:0d.0] version 05.61.32.25.04
    [ 5.733746] nouveau [ PFB][0000:00:0d.0] RAM type: unknown
    [ 5.733749] nouveau [ PFB][0000:00:0d.0] RAM size: 128 MiB
    [ 5.733752] nouveau [ PFB][0000:00:0d.0] ZCOMP: 0 tags
    [ 5.761373] [TTM] Zone kernel: Available graphics memory: 443504 kiB
    [ 5.761379] [TTM] Zone highmem: Available graphics memory: 709716 kiB
    [ 5.761381] [TTM] Initializing pool allocator
    [ 5.761831] nouveau [ DRM] VRAM: 125 MiB
    [ 5.761838] nouveau [ DRM] GART: 512 MiB
    [ 5.761844] nouveau [ DRM] BIT BIOS found
    [ 5.761848] nouveau [ DRM] Bios version 05.61.32.25
    [ 5.761852] nouveau [ DRM] TMDS table version 1.1
    [ 5.761855] nouveau [ DRM] DCB version 3.0
    [ 5.761859] nouveau [ DRM] DCB outp 00: 01000310 00000023
    [ 5.761863] nouveau [ DRM] DCB outp 01: 00110204 98830003
    [ 5.761865] nouveau [ DRM] DCB conn 00: 0000
    [ 5.761869] nouveau [ DRM] DCB conn 01: 1131
    [ 5.761872] nouveau [ DRM] DCB conn 02: 0110
    [ 5.761875] nouveau [ DRM] DCB conn 03: 0111
    [ 5.761877] nouveau [ DRM] DCB conn 04: 0113
    [ 5.762420] nouveau W[ DRM] DCB type 4 not known
    [ 5.762425] nouveau W[ DRM] Unknown-1 has no encoders, removing
    [ 5.763281] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 5.763283] [drm] No driver support for vblank timestamp query.
    [ 5.763931] nouveau [ DRM] 1 available performance level(s)
    [ 5.763937] nouveau [ DRM] 0: core 425MHz shader 425MHz fanspeed 100%
    [ 5.763939] nouveau [ DRM] c:
    [ 5.765435] nouveau [ DRM] MM: using M2MF for buffer copies
    [ 5.811870] sky2: driver version 1.30
    [ 5.812122] ACPI: PCI Interrupt Link [APC6] enabled at IRQ 16
    [ 5.812188] sky2 0000:03:00.0: Yukon-2 EC Ultra chip revision 2
    [ 5.812268] sky2 0000:03:00.0: irq 43 for MSI/MSI-X
    [ 5.812560] sky2 0000:03:00.0 eth0: addr 00:19:21:28:95:2d
    [ 5.814804] composite sync not supported
    [ 5.815267] nouveau [ DRM] allocated 1440x900 fb: 0x9000, bo f63fa000
    [ 5.815425] fbcon: nouveaufb (fb0) is primary device
    [ 5.829143] IT8726 SuperIO detected.
    [ 5.829405] parport_pc 00:09: reported by Plug and Play ACPI
    [ 5.829453] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
    [ 5.856121] ppdev: user-space parallel port driver
    [ 5.877128] Console: switching to colour frame buffer device 180x56
    [ 5.878923] nouveau 0000:00:0d.0: fb0: nouveaufb frame buffer device
    [ 5.878929] nouveau 0000:00:0d.0: registered panic notifier
    [ 5.878952] [drm] Initialized nouveau 1.1.0 20120801 for 0000:00:0d.0 on minor 0
    [ 5.879707] ACPI: PCI Interrupt Link [AAZA] enabled at IRQ 22
    [ 5.879730] hda_intel: Disabling MSI
    [ 5.879786] snd_hda_intel 0000:00:05.0: setting latency timer to 64
    [ 6.023710] systemd-udevd[151]: renamed network interface eth0 to enp3s0
    [ 6.497697] input: PIXART USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:02.0/usb1/1-4/1-4:1.0/input/input4
    [ 6.498447] hid-generic 0003:093A:2510.0001: input,hidraw0: USB HID v1.11 Mouse [PIXART USB OPTICAL MOUSE] on usb-0000:00:02.0-4/input0
    [ 6.533068] Adding 997756k swap on /dev/sda3. Priority:-1 extents:1 across:997756k
    [ 6.633135] sky2 0000:03:00.0 enp3s0: enabling interface
    [ 6.633209] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
    [ 6.846889] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:05.0/input/input5
    [ 7.603865] input: HDA NVidia Line as /devices/pci0000:00/0000:00:05.0/sound/card0/input6
    [ 7.604089] input: HDA NVidia Front Mic as /devices/pci0000:00/0000:00:05.0/sound/card0/input7
    [ 7.604265] input: HDA NVidia Rear Mic as /devices/pci0000:00/0000:00:05.0/sound/card0/input8
    [ 7.604442] input: HDA NVidia Front Headphone as /devices/pci0000:00/0000:00:05.0/sound/card0/input9
    [ 7.604616] input: HDA NVidia Line Out Side as /devices/pci0000:00/0000:00:05.0/sound/card0/input10
    [ 7.604791] input: HDA NVidia Line Out CLFE as /devices/pci0000:00/0000:00:05.0/sound/card0/input11
    [ 7.604969] input: HDA NVidia Line Out Surround as /devices/pci0000:00/0000:00:05.0/sound/card0/input12
    [ 7.605141] input: HDA NVidia Line Out Front as /devices/pci0000:00/0000:00:05.0/sound/card0/input13
    [ 8.208529] composite sync not supported
    [ 8.244451] composite sync not supported
    [ 8.450333] sky2 0000:03:00.0 enp3s0: Link is up at 100 Mbps, full duplex, flow control both
    [ 8.450367] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
    [ 20.811802] composite sync not supported
    [ 23.142014] EXT4-fs (sda2): re-mounted. Opts: data=ordered,commit=0
    [ 84.047784] usb 1-4: USB disconnect, device number 2
    [ 85.606696] usb 1-4: new low-speed USB device number 4 using ohci_hcd
    [ 85.814008] input: PIXART USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:02.0/usb1/1-4/1-4:1.0/input/input14
    [ 85.814445] hid-generic 0003:093A:2510.0002: input,hidraw0: USB HID v1.11 Mouse [PIXART USB OPTICAL MOUSE] on usb-0000:00:02.0-4/input0
    [ 389.250323] composite sync not supported
    Xorg log:
    [ 7.949]
    X.Org X Server 1.14.0
    Release Date: 2013-03-05
    [ 7.949] X Protocol Version 11, Revision 0
    [ 7.949] Build Operating System: Linux 3.8.2-1-ARCH i686
    [ 7.949] Current Operating System: Linux acer-aspire 3.8.3-2-ARCH #1 SMP PREEMPT Sun Mar 17 13:38:16 CET 2013 i686
    [ 7.949] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=bb82c8c9-614f-4ce3-85f2-3597507c391d ro quiet
    [ 7.949] Build Date: 09 March 2013 11:46:22AM
    [ 7.949]
    [ 7.949] Current version of pixman: 0.28.2
    [ 7.949] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 7.949] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 7.949] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Mar 21 15:06:46 2013
    [ 7.988] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 8.001] (==) No Layout section. Using the first Screen section.
    [ 8.001] (==) No screen section available. Using defaults.
    [ 8.001] (**) |-->Screen "Default Screen Section" (0)
    [ 8.001] (**) | |-->Monitor "<default monitor>"
    [ 8.011] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 8.011] (==) Automatically adding devices
    [ 8.011] (==) Automatically enabling devices
    [ 8.011] (==) Automatically adding GPU devices
    [ 8.060] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 8.060] Entry deleted from font path.
    [ 8.060] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 8.060] Entry deleted from font path.
    [ 8.060] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 8.060] Entry deleted from font path.
    [ 8.060] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 8.060] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 8.060] Entry deleted from font path.
    [ 8.060] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 8.060] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 8.060] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 8.060] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 8.069] (II) Loader magic: 0x825b620
    [ 8.069] (II) Module ABI versions:
    [ 8.069] X.Org ANSI C Emulation: 0.4
    [ 8.069] X.Org Video Driver: 14.1
    [ 8.069] X.Org XInput driver : 19.1
    [ 8.069] X.Org Server Extension : 7.0
    [ 8.069] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 8.072] (--) PCI:*(0:0:13:0) 10de:03d0:1019:2601 rev 162, Mem @ 0xfb000000/16777216, 0xe0000000/268435456, 0xfc000000/16777216, BIOS @ 0x????????/131072
    [ 8.073] Initializing built-in extension Generic Event Extension
    [ 8.073] Initializing built-in extension SHAPE
    [ 8.073] Initializing built-in extension MIT-SHM
    [ 8.073] Initializing built-in extension XInputExtension
    [ 8.073] Initializing built-in extension XTEST
    [ 8.073] Initializing built-in extension BIG-REQUESTS
    [ 8.073] Initializing built-in extension SYNC
    [ 8.073] Initializing built-in extension XKEYBOARD
    [ 8.073] Initializing built-in extension XC-MISC
    [ 8.073] Initializing built-in extension SECURITY
    [ 8.073] Initializing built-in extension XINERAMA
    [ 8.073] Initializing built-in extension XFIXES
    [ 8.073] Initializing built-in extension RENDER
    [ 8.073] Initializing built-in extension RANDR
    [ 8.073] Initializing built-in extension COMPOSITE
    [ 8.073] Initializing built-in extension DAMAGE
    [ 8.073] Initializing built-in extension MIT-SCREEN-SAVER
    [ 8.073] Initializing built-in extension DOUBLE-BUFFER
    [ 8.073] Initializing built-in extension RECORD
    [ 8.073] Initializing built-in extension DPMS
    [ 8.073] Initializing built-in extension X-Resource
    [ 8.073] Initializing built-in extension XVideo
    [ 8.073] Initializing built-in extension XVideo-MotionCompensation
    [ 8.073] Initializing built-in extension XFree86-VidModeExtension
    [ 8.073] Initializing built-in extension XFree86-DGA
    [ 8.073] Initializing built-in extension XFree86-DRI
    [ 8.073] Initializing built-in extension DRI2
    [ 8.073] (II) LoadModule: "glx"
    [ 8.099] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 8.133] (II) Module glx: vendor="X.Org Foundation"
    [ 8.133] compiled for 1.14.0, module version = 1.0.0
    [ 8.133] ABI class: X.Org Server Extension, version 7.0
    [ 8.133] (==) AIGLX enabled
    [ 8.134] Loading extension GLX
    [ 8.134] (==) Matched nouveau as autoconfigured driver 0
    [ 8.134] (==) Matched nvidia as autoconfigured driver 1
    [ 8.134] (==) Matched nv as autoconfigured driver 2
    [ 8.134] (==) Matched nouveau as autoconfigured driver 3
    [ 8.134] (==) Matched nvidia as autoconfigured driver 4
    [ 8.134] (==) Matched nv as autoconfigured driver 5
    [ 8.134] (==) Matched vesa as autoconfigured driver 6
    [ 8.134] (==) Matched modesetting as autoconfigured driver 7
    [ 8.134] (==) Matched fbdev as autoconfigured driver 8
    [ 8.134] (==) Assigned the driver to the xf86ConfigLayout
    [ 8.134] (II) LoadModule: "nouveau"
    [ 8.134] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 8.154] (II) Module nouveau: vendor="X.Org Foundation"
    [ 8.154] compiled for 1.14.0, module version = 1.0.6
    [ 8.154] Module class: X.Org Video Driver
    [ 8.154] ABI class: X.Org Video Driver, version 14.1
    [ 8.154] (II) LoadModule: "nvidia"
    [ 8.155] (WW) Warning, couldn't open module nvidia
    [ 8.155] (II) UnloadModule: "nvidia"
    [ 8.155] (II) Unloading nvidia
    [ 8.155] (EE) Failed to load module "nvidia" (module does not exist, 0)
    [ 8.155] (II) LoadModule: "nv"
    [ 8.155] (WW) Warning, couldn't open module nv
    [ 8.155] (II) UnloadModule: "nv"
    [ 8.155] (II) Unloading nv
    [ 8.155] (EE) Failed to load module "nv" (module does not exist, 0)
    [ 8.155] (II) LoadModule: "vesa"
    [ 8.156] (WW) Warning, couldn't open module vesa
    [ 8.156] (II) UnloadModule: "vesa"
    [ 8.156] (II) Unloading vesa
    [ 8.156] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 8.156] (II) LoadModule: "modesetting"
    [ 8.156] (WW) Warning, couldn't open module modesetting
    [ 8.156] (II) UnloadModule: "modesetting"
    [ 8.156] (II) Unloading modesetting
    [ 8.157] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 8.157] (II) LoadModule: "fbdev"
    [ 8.157] (WW) Warning, couldn't open module fbdev
    [ 8.157] (II) UnloadModule: "fbdev"
    [ 8.157] (II) Unloading fbdev
    [ 8.157] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 8.157] (II) NOUVEAU driver
    [ 8.157] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 8.157] RIVA TNT (NV04)
    [ 8.157] RIVA TNT2 (NV05)
    [ 8.157] GeForce 256 (NV10)
    [ 8.157] GeForce 2 (NV11, NV15)
    [ 8.157] GeForce 4MX (NV17, NV18)
    [ 8.157] GeForce 3 (NV20)
    [ 8.158] GeForce 4Ti (NV25, NV28)
    [ 8.158] GeForce FX (NV3x)
    [ 8.158] GeForce 6 (NV4x)
    [ 8.158] GeForce 7 (G7x)
    [ 8.158] GeForce 8 (G8x)
    [ 8.158] GeForce GTX 200 (NVA0)
    [ 8.158] GeForce GTX 400 (NVC0)
    [ 8.158] (++) using VT number 7
    [ 8.175] (II) [drm] nouveau interface version: 1.1.0
    [ 8.175] (II) Loading sub module "dri"
    [ 8.175] (II) LoadModule: "dri"
    [ 8.175] (II) Module "dri" already built-in
    [ 8.175] (II) NOUVEAU(0): Loaded DRI module
    [ 8.175] (--) NOUVEAU(0): Chipset: "NVIDIA NV4c"
    [ 8.175] (II) NOUVEAU(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 8.175] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
    [ 8.175] (==) NOUVEAU(0): RGB weight 888
    [ 8.175] (==) NOUVEAU(0): Default visual is TrueColor
    [ 8.175] (==) NOUVEAU(0): Using HW cursor
    [ 8.175] (==) NOUVEAU(0): GLX sync to VBlank disabled.
    [ 8.175] (==) NOUVEAU(0): Page flipping enabled
    [ 8.175] (==) NOUVEAU(0): Swap limit set to 2 [Max allowed 2]
    [ 8.208] (II) NOUVEAU(0): Output VGA-1 has no monitor section
    [ 8.244] (II) NOUVEAU(0): EDID for output VGA-1
    [ 8.244] (II) NOUVEAU(0): Manufacturer: ACR Model: ada8 Serial#: 1937803344
    [ 8.244] (II) NOUVEAU(0): Year: 2007 Week: 38
    [ 8.244] (II) NOUVEAU(0): EDID Version: 1.3
    [ 8.244] (II) NOUVEAU(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
    [ 8.244] (II) NOUVEAU(0): Sync: Separate Composite
    [ 8.244] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 37 vert.: 23
    [ 8.245] (II) NOUVEAU(0): Gamma: 2.20
    [ 8.245] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    [ 8.245] (II) NOUVEAU(0): Default color space is primary color space
    [ 8.245] (II) NOUVEAU(0): First detailed timing is preferred mode
    [ 8.245] (II) NOUVEAU(0): redX: 0.590 redY: 0.349 greenX: 0.328 greenY: 0.547
    [ 8.245] (II) NOUVEAU(0): blueX: 0.155 blueY: 0.138 whiteX: 0.313 whiteY: 0.329
    [ 8.245] (II) NOUVEAU(0): Supported established timings:
    [ 8.245] (II) NOUVEAU(0): 720x400@70Hz
    [ 8.245] (II) NOUVEAU(0): 640x480@60Hz
    [ 8.245] (II) NOUVEAU(0): 640x480@67Hz
    [ 8.245] (II) NOUVEAU(0): 640x480@72Hz
    [ 8.245] (II) NOUVEAU(0): 640x480@75Hz
    [ 8.245] (II) NOUVEAU(0): 800x600@56Hz
    [ 8.245] (II) NOUVEAU(0): 800x600@60Hz
    [ 8.245] (II) NOUVEAU(0): 800x600@72Hz
    [ 8.245] (II) NOUVEAU(0): 800x600@75Hz
    [ 8.245] (II) NOUVEAU(0): 832x624@75Hz
    [ 8.245] (II) NOUVEAU(0): 1024x768@60Hz
    [ 8.245] (II) NOUVEAU(0): 1024x768@70Hz
    [ 8.245] (II) NOUVEAU(0): 1024x768@75Hz
    [ 8.245] (II) NOUVEAU(0): 1152x864@75Hz
    [ 8.245] (II) NOUVEAU(0): Manufacturer's mask: 0
    [ 8.245] (II) NOUVEAU(0): Supported standard timings:
    [ 8.245] (II) NOUVEAU(0): #0: hsize: 1280 vsize 720 refresh: 60 vid: 49281
    [ 8.245] (II) NOUVEAU(0): #1: hsize: 1280 vsize 800 refresh: 75 vid: 3969
    [ 8.245] (II) NOUVEAU(0): #2: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 8.245] (II) NOUVEAU(0): #3: hsize: 1440 vsize 900 refresh: 75 vid: 3989
    [ 8.245] (II) NOUVEAU(0): Supported detailed timing:
    [ 8.245] (II) NOUVEAU(0): clock: 106.5 MHz Image Size: 367 x 229 mm
    [ 8.245] (II) NOUVEAU(0): h_active: 1440 h_sync: 1520 h_sync_end 1672 h_blank_end 1904 h_border: 0
    [ 8.245] (II) NOUVEAU(0): v_active: 900 v_sync: 903 v_sync_end 909 v_blanking: 934 v_border: 0
    [ 8.245] (II) NOUVEAU(0): Ranges: V min: 56 V max: 76 Hz, H min: 31 H max: 83 kHz, PixClock max 215 MHz
    [ 8.245] (II) NOUVEAU(0): Monitor name: Acer AL1716W
    [ 8.245] (II) NOUVEAU(0): Serial No: LA8040344303
    [ 8.245] (II) NOUVEAU(0): EDID (in hex):
    [ 8.245] (II) NOUVEAU(0): 00ffffffffffff000472a8ad50888073
    [ 8.245] (II) NOUVEAU(0): 261101036c251778ee10d59759548c27
    [ 8.246] (II) NOUVEAU(0): 235054bfee8081c0810f9500950f0101
    [ 8.246] (II) NOUVEAU(0): 0101010101019a29a0d0518422305098
    [ 8.246] (II) NOUVEAU(0): 36006fe510000006000000fd00384c1f
    [ 8.246] (II) NOUVEAU(0): 5315000a202020202020000000fc0041
    [ 8.246] (II) NOUVEAU(0): 63657220414c31373136570a000000ff
    [ 8.246] (II) NOUVEAU(0): 004c41383034303334343330330a00aa
    [ 8.246] (II) NOUVEAU(0): Printing probed modes for output VGA-1
    [ 8.246] (II) NOUVEAU(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 +hsync +vsync (55.9 kHz eP)
    [ 8.246] (II) NOUVEAU(0): Modeline "1440x900"x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "1280x800"x74.9 106.50 1280 1360 1488 1696 800 803 809 838 -hsync +vsync (62.8 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "1280x720"x60.0 74.44 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.7 kHz)
    [ 8.246] (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752

    I got again a total system freeze today when I wanted to launch firefox using only the openbox menu, without wbar running.
    So I decided to try now the 'nouveau.noaccel=1' kernel command line parameter, and to use again wbar for my frequently used applis.
    In the Xorg log, the differences are:
    without 'nouveau.noaccel=1'
    [ 30.761] (II) UnloadModule: "nv"
    [ 30.761] (II) Unloading nv
    [ 30.761] (--) Depth 24 pixmap format is 32 bpp
    [ 30.762] (II) NOUVEAU(0): Opened GPU channel 0
    [ 30.765] (II) NOUVEAU(0): [DRI2] Setup complete
    [ 30.765] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau
    [ 30.765] (II) NOUVEAU(0): [DRI2] VDPAU driver: nouveau
    [ 30.776] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 30.777] (II) EXA(0): Driver registered support for the following operations:
    [ 30.777] (II) Solid
    [ 30.777] (II) Copy
    [ 30.777] (II) Composite (RENDER acceleration)
    [ 30.777] (II) UploadToScreen
    [ 30.777] (II) DownloadFromScreen
    [ 30.777] (==) NOUVEAU(0): Backing store disabled
    [ 30.777] (==) NOUVEAU(0): Silken mouse enabled
    with 'nouveau.noaccel=1'
    [ 1191.621] (II) UnloadModule: "nv"
    [ 1191.621] (II) Unloading nv
    [ 1191.621] (--) Depth 24 pixmap format is 32 bpp
    [ 1191.621] (EE) NOUVEAU(0): Error creating GPU channel: -19
    [ 1191.621] (EE) NOUVEAU(0): Error initialising acceleration. Falling back to NoAccel
    [ 1191.621] (==) NOUVEAU(0): Backing store disabled
    [ 1191.621] (==) NOUVEAU(0): Silken mouse enabled
    [ 1191.621] (==) NOUVEAU(0): DPMS enabled
    So now 3D acceleration is disabled.
    I will see now if the system is stable enough for my daily usage and gives satisfactory performances.
    I am almost sure that the mesa nouveau dri driver is the cause of the freezes.
    Last edited by berbae (2013-03-27 10:07:42)

  • [solved] startx results in black screen -- no errors logged

    Hi there.
    I was setting my keyboard to be us_intl (as described here).
    I added the following to ~/.fluxbox/startup:
    setxkbmap us -variant intl &
    Worked fine... but what I was wanting a different mapping so I changed it back to just US. Now when I run startx, I just get a blank screen. I didn't change anything else in any config file between when now and when it was working and I have changed that line back to what it reads above. No dice.
    I turned on logging with fluxbox and the log is not being written to, so something pretty strange has gone wrong.
    I see no errors in /var/log/Xorg.0.log, but here it is:
    [ 1151.630]
    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.
    [ 1151.710]
    X.Org X Server 1.10.3.901 (1.10.4 RC 1)
    Release Date: 2011-07-29
    [ 1151.733] X Protocol Version 11, Revision 0
    [ 1151.751] Build Operating System: Linux 3.0.0-ARCH i686
    [ 1151.776] Current Operating System: Linux robot-mk-ix 3.0-ARCH #1 SMP PREEMPT Tue Aug 30 07:32:23 UTC 2011 i686
    [ 1151.778] Kernel command line: root=/dev/disk/by-uuid/b3d3f1ce-e707-444f-90d4-2e775bedd9df ro
    [ 1151.797] Build Date: 08 August 2011 08:28:07AM
    [ 1151.799]
    [ 1151.818] Current version of pixman: 0.22.2
    [ 1151.837] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 1151.858] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 1151.897] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Sep 9 10:11:55 2011
    [ 1151.899] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 1151.918] (==) No Layout section. Using the first Screen section.
    [ 1151.918] (==) No screen section available. Using defaults.
    [ 1151.918] (**) |-->Screen "Default Screen Section" (0)
    [ 1151.918] (**) | |-->Monitor "<default monitor>"
    [ 1151.918] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 1151.918] (==) Automatically adding devices
    [ 1151.918] (==) Automatically enabling devices
    [ 1151.918] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 1151.918] Entry deleted from font path.
    [ 1151.918] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 1151.918] Entry deleted from font path.
    [ 1151.918] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 1151.918] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 1151.918] Entry deleted from font path.
    [ 1151.918] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 1151.918] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 1151.918] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 1151.918] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 1151.918] (II) Loader magic: 0x822e4e0
    [ 1151.918] (II) Module ABI versions:
    [ 1151.918] X.Org ANSI C Emulation: 0.4
    [ 1151.918] X.Org Video Driver: 10.0
    [ 1151.918] X.Org XInput driver : 12.2
    [ 1151.918] X.Org Server Extension : 5.0
    [ 1151.936] (--) PCI:*(0:0:2:0) 8086:27a2:107b:0366 rev 3, Mem @ 0xd8100000/524288, 0xc0000000/268435456, 0xd8200000/262144, I/O @ 0x00001800/8
    [ 1151.936] (--) PCI: (0:0:2:1) 8086:27a6:107b:0366 rev 3, Mem @ 0xd8180000/524288
    [ 1151.939] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 1151.939] (II) LoadModule: "extmod"
    [ 1151.940] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 1151.940] (II) Module extmod: vendor="X.Org Foundation"
    [ 1151.940] compiled for 1.10.3.901, module version = 1.0.0
    [ 1151.940] Module class: X.Org Server Extension
    [ 1151.940] ABI class: X.Org Server Extension, version 5.0
    [ 1151.940] (II) Loading extension MIT-SCREEN-SAVER
    [ 1151.940] (II) Loading extension XFree86-VidModeExtension
    [ 1151.940] (II) Loading extension XFree86-DGA
    [ 1151.940] (II) Loading extension DPMS
    [ 1151.940] (II) Loading extension XVideo
    [ 1151.940] (II) Loading extension XVideo-MotionCompensation
    [ 1151.940] (II) Loading extension X-Resource
    [ 1151.940] (II) LoadModule: "dbe"
    [ 1151.940] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 1151.940] (II) Module dbe: vendor="X.Org Foundation"
    [ 1151.940] compiled for 1.10.3.901, module version = 1.0.0
    [ 1151.940] Module class: X.Org Server Extension
    [ 1151.940] ABI class: X.Org Server Extension, version 5.0
    [ 1151.940] (II) Loading extension DOUBLE-BUFFER
    [ 1151.940] (II) LoadModule: "glx"
    [ 1151.940] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 1151.940] (II) Module glx: vendor="X.Org Foundation"
    [ 1151.940] compiled for 1.10.3.901, module version = 1.0.0
    [ 1151.940] ABI class: X.Org Server Extension, version 5.0
    [ 1151.940] (==) AIGLX enabled
    [ 1151.940] (II) Loading extension GLX
    [ 1151.940] (II) LoadModule: "record"
    [ 1151.941] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 1151.941] (II) Module record: vendor="X.Org Foundation"
    [ 1151.941] compiled for 1.10.3.901, module version = 1.13.0
    [ 1151.941] Module class: X.Org Server Extension
    [ 1151.941] ABI class: X.Org Server Extension, version 5.0
    [ 1151.941] (II) Loading extension RECORD
    [ 1151.941] (II) LoadModule: "dri"
    [ 1151.941] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 1151.941] (II) Module dri: vendor="X.Org Foundation"
    [ 1151.941] compiled for 1.10.3.901, module version = 1.0.0
    [ 1151.941] ABI class: X.Org Server Extension, version 5.0
    [ 1151.941] (II) Loading extension XFree86-DRI
    [ 1151.941] (II) LoadModule: "dri2"
    [ 1151.941] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 1151.941] (II) Module dri2: vendor="X.Org Foundation"
    [ 1151.941] compiled for 1.10.3.901, module version = 1.2.0
    [ 1151.941] ABI class: X.Org Server Extension, version 5.0
    [ 1151.941] (II) Loading extension DRI2
    [ 1151.941] (==) Matched intel as autoconfigured driver 0
    [ 1151.941] (==) Matched vesa as autoconfigured driver 1
    [ 1151.941] (==) Matched fbdev as autoconfigured driver 2
    [ 1151.941] (==) Assigned the driver to the xf86ConfigLayout
    [ 1151.941] (II) LoadModule: "intel"
    [ 1151.942] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 1151.942] (II) Module intel: vendor="X.Org Foundation"
    [ 1151.942] compiled for 1.10.2, module version = 2.15.0
    [ 1151.942] Module class: X.Org Video Driver
    [ 1151.942] ABI class: X.Org Video Driver, version 10.0
    [ 1151.942] (II) LoadModule: "vesa"
    [ 1151.942] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 1151.942] (II) Module vesa: vendor="X.Org Foundation"
    [ 1151.942] compiled for 1.10.0, module version = 2.3.0
    [ 1151.942] Module class: X.Org Video Driver
    [ 1151.942] ABI class: X.Org Video Driver, version 10.0
    [ 1151.942] (II) LoadModule: "fbdev"
    [ 1151.959] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 1151.959] (II) Module fbdev: vendor="X.Org Foundation"
    [ 1151.959] compiled for 1.10.0, module version = 0.4.2
    [ 1151.960] ABI class: X.Org Video Driver, version 10.0
    [ 1151.960] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
    Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
    Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
    Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
    Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
    Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server
    [ 1151.960] (II) VESA: driver for VESA chipsets: vesa
    [ 1151.960] (II) FBDEV: driver for framebuffer: fbdev
    [ 1151.960] (--) using VT number 7
    [ 1151.973] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 1151.973] (WW) Falling back to old probe method for vesa
    [ 1151.973] (WW) Falling back to old probe method for fbdev
    [ 1151.973] (II) Loading sub module "fbdevhw"
    [ 1151.973] (II) LoadModule: "fbdevhw"
    [ 1151.973] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [ 1151.973] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 1151.973] compiled for 1.10.3.901, module version = 0.0.2
    [ 1151.973] ABI class: X.Org Video Driver, version 10.0
    [ 1151.973] drmOpenDevice: node name is /dev/dri/card0
    [ 1151.973] drmOpenDevice: open result is 11, (OK)
    [ 1151.973] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    [ 1151.973] drmOpenDevice: node name is /dev/dri/card0
    [ 1151.974] drmOpenDevice: open result is 11, (OK)
    [ 1151.974] drmOpenByBusid: drmOpenMinor returns 11
    [ 1151.974] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    [ 1151.974] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 1151.974] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 1151.974] (==) intel(0): RGB weight 888
    [ 1151.974] (==) intel(0): Default visual is TrueColor
    [ 1151.974] (II) intel(0): Integrated Graphics Chipset: Intel(R) 945GM
    [ 1151.974] (--) intel(0): Chipset: "945GM"
    [ 1151.974] (**) intel(0): Relaxed fencing disabled
    [ 1151.974] (**) intel(0): Framebuffer tiled
    [ 1151.974] (**) intel(0): Pixmaps tiled
    [ 1151.974] (**) intel(0): 3D buffers tiled
    [ 1151.974] (**) intel(0): SwapBuffers wait enabled
    [ 1151.974] (==) intel(0): video overlay key set to 0x101fe
    [ 1151.974] (II) intel(0): Output LVDS1 has no monitor section
    [ 1151.999] (II) intel(0): Output VGA1 has no monitor section
    [ 1152.384] (II) intel(0): Output TV1 has no monitor section
    [ 1152.384] (II) intel(0): EDID for output LVDS1
    [ 1152.384] (II) intel(0): Manufacturer: SEC Model: 3445 Serial#: 0
    [ 1152.384] (II) intel(0): Year: 2005 Week: 0
    [ 1152.384] (II) intel(0): EDID Version: 1.3
    [ 1152.384] (II) intel(0): Digital Display Input
    [ 1152.384] (II) intel(0): Max Image Size [cm]: horiz.: 33 vert.: 21
    [ 1152.384] (II) intel(0): Gamma: 2.20
    [ 1152.384] (II) intel(0): No DPMS capabilities specified
    [ 1152.384] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 1152.384] (II) intel(0): First detailed timing is preferred mode
    [ 1152.384] (II) intel(0): redX: 0.580 redY: 0.340 greenX: 0.310 greenY: 0.550
    [ 1152.384] (II) intel(0): blueX: 0.155 blueY: 0.155 whiteX: 0.313 whiteY: 0.329
    [ 1152.384] (II) intel(0): Manufacturer's mask: 0
    [ 1152.384] (II) intel(0): Supported detailed timing:
    [ 1152.384] (II) intel(0): clock: 68.9 MHz Image Size: 331 x 207 mm
    [ 1152.384] (II) intel(0): h_active: 1280 h_sync: 1296 h_sync_end 1344 h_blank_end 1408 h_border: 0
    [ 1152.384] (II) intel(0): v_active: 800 v_sync: 801 v_sync_end 804 v_blanking: 816 v_border: 0
    [ 1152.384] (II) intel(0): Unknown vendor-specific block f
    [ 1152.384] (II) intel(0): SAMSUNG
    [ 1152.384] (II) intel(0): LTN154X3-L03
    [ 1152.384] (II) intel(0): EDID (in hex):
    [ 1152.384] (II) intel(0): 00ffffffffffff004ca3453400000000
    [ 1152.384] (II) intel(0): 000f0103802115780a87f594574f8c27
    [ 1152.384] (II) intel(0): 27505400000001010101010101010101
    [ 1152.384] (II) intel(0): 010101010101ee1a0080502010301030
    [ 1152.384] (II) intel(0): 13004bcf100000190000000f00000000
    [ 1152.384] (II) intel(0): 00000000002387026400000000fe0053
    [ 1152.384] (II) intel(0): 414d53554e470a2020202020000000fe
    [ 1152.384] (II) intel(0): 004c544e31353458332d4c30330a0065
    [ 1152.384] (II) intel(0): EDID vendor "SEC", prod id 13381
    [ 1152.384] (II) intel(0): Printing DDC gathered Modelines:
    [ 1152.384] (II) intel(0): Modeline "1280x800"x0.0 68.94 1280 1296 1344 1408 800 801 804 816 -hsync -vsync (49.0 kHz)
    [ 1152.385] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 1152.385] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 1152.385] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 1152.385] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 1152.385] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 1152.385] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 1152.385] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 1152.385] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [ 1152.385] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [ 1152.385] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 1152.385] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 1152.385] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [ 1152.385] (II) intel(0): Printing probed modes for output LVDS1
    [ 1152.385] (II) intel(0): Modeline "1280x800"x60.0 68.94 1280 1296 1344 1408 800 801 804 816 -hsync -vsync (49.0 kHz)
    [ 1152.385] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 1152.385] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 1152.385] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 1152.385] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 1152.409] (II) intel(0): EDID for output VGA1
    [ 1152.804] (II) intel(0): EDID for output TV1
    [ 1152.804] (II) intel(0): Output LVDS1 connected
    [ 1152.804] (II) intel(0): Output VGA1 disconnected
    [ 1152.804] (II) intel(0): Output TV1 disconnected
    [ 1152.804] (II) intel(0): Using exact sizes for initial modes
    [ 1152.804] (II) intel(0): Output LVDS1 using initial mode 1280x800
    [ 1152.804] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 1152.804] (II) intel(0): Kernel page flipping support detected, enabling
    [ 1152.804] (**) intel(0): Display dimensions: (330, 210) mm
    [ 1152.804] (**) intel(0): DPI set to (98, 96)
    [ 1152.804] (II) Loading sub module "fb"
    [ 1152.804] (II) LoadModule: "fb"
    [ 1152.804] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 1152.804] (II) Module fb: vendor="X.Org Foundation"
    [ 1152.804] compiled for 1.10.3.901, module version = 1.0.0
    [ 1152.804] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 1152.804] (II) Loading sub module "dri2"
    [ 1152.804] (II) LoadModule: "dri2"
    [ 1152.805] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 1152.805] (II) Module dri2: vendor="X.Org Foundation"
    [ 1152.805] compiled for 1.10.3.901, module version = 1.2.0
    [ 1152.805] ABI class: X.Org Server Extension, version 5.0
    [ 1152.805] (II) UnloadModule: "vesa"
    [ 1152.805] (II) Unloading vesa
    [ 1152.805] (II) UnloadModule: "fbdev"
    [ 1152.805] (II) Unloading fbdev
    [ 1152.805] (II) UnloadModule: "fbdevhw"
    [ 1152.805] (II) Unloading fbdevhw
    [ 1152.805] (==) Depth 24 pixmap format is 32 bpp
    [ 1152.805] (II) intel(0): [DRI2] Setup complete
    [ 1152.805] (II) intel(0): [DRI2] DRI driver: i915
    [ 1152.805] (II) intel(0): Allocated new frame buffer 1280x800 stride 8192, tiled
    [ 1152.805] (II) UXA(0): Driver registered support for the following operations:
    [ 1152.805] (II) solid
    [ 1152.805] (II) copy
    [ 1152.805] (II) composite (RENDER acceleration)
    [ 1152.805] (II) put_image
    [ 1152.805] (II) get_image
    [ 1152.805] (==) intel(0): Backing store disabled
    [ 1152.805] (==) intel(0): Silken mouse enabled
    [ 1152.805] (II) intel(0): Initializing HW Cursor
    [ 1152.843] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 1152.843] (==) intel(0): DPMS enabled
    [ 1152.843] (==) intel(0): Intel XvMC decoder disabled
    [ 1152.843] (II) intel(0): Set up textured video
    [ 1152.843] (II) intel(0): Set up overlay video
    [ 1152.843] (II) intel(0): direct rendering: DRI2 Enabled
    [ 1152.843] (==) intel(0): hotplug detection: "enabled"
    [ 1152.843] (--) RandR disabled
    [ 1152.843] (II) Initializing built-in extension Generic Event Extension
    [ 1152.843] (II) Initializing built-in extension SHAPE
    [ 1152.843] (II) Initializing built-in extension MIT-SHM
    [ 1152.843] (II) Initializing built-in extension XInputExtension
    [ 1152.844] (II) Initializing built-in extension XTEST
    [ 1152.844] (II) Initializing built-in extension BIG-REQUESTS
    [ 1152.844] (II) Initializing built-in extension SYNC
    [ 1152.844] (II) Initializing built-in extension XKEYBOARD
    [ 1152.844] (II) Initializing built-in extension XC-MISC
    [ 1152.844] (II) Initializing built-in extension SECURITY
    [ 1152.844] (II) Initializing built-in extension XINERAMA
    [ 1152.844] (II) Initializing built-in extension XFIXES
    [ 1152.844] (II) Initializing built-in extension RENDER
    [ 1152.844] (II) Initializing built-in extension RANDR
    [ 1152.844] (II) Initializing built-in extension COMPOSITE
    [ 1152.844] (II) Initializing built-in extension DAMAGE
    [ 1152.873] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 1152.876] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 1152.876] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 1152.876] (II) AIGLX: enabled GLX_SGI_make_current_read
    [ 1152.876] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 1152.876] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i915_dri.so
    [ 1152.876] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 1152.877] (II) intel(0): Setting screen physical size to 338 x 211
    [ 1152.998] (II) config/udev: Adding input device Power Button (/dev/input/event5)
    [ 1152.998] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 1152.998] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 1152.998] (II) LoadModule: "evdev"
    [ 1152.998] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 1152.998] (II) Module evdev: vendor="X.Org Foundation"
    [ 1152.998] compiled for 1.10.0, module version = 2.6.0
    [ 1152.998] Module class: X.Org XInput Driver
    [ 1152.998] ABI class: X.Org XInput driver, version 12.2
    [ 1152.998] (II) Using input driver 'evdev' for 'Power Button'
    [ 1152.998] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 1152.998] (**) Power Button: always reports core events
    [ 1152.998] (**) Power Button: Device: "/dev/input/event5"
    [ 1152.998] (--) Power Button: Found keys
    [ 1152.998] (II) Power Button: Configuring as keyboard
    [ 1152.998] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event5"
    [ 1152.998] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 1152.998] (**) Option "xkb_rules" "evdev"
    [ 1152.998] (**) Option "xkb_model" "evdev"
    [ 1152.998] (**) Option "xkb_layout" "us"
    [ 1152.999] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 1153.066] (II) config/udev: Adding input device Video Bus (/dev/input/event1)
    [ 1153.066] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 1153.066] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 1153.066] (II) Using input driver 'evdev' for 'Video Bus'
    [ 1153.066] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 1153.066] (**) Video Bus: always reports core events
    [ 1153.066] (**) Video Bus: Device: "/dev/input/event1"
    [ 1153.066] (--) Video Bus: Found keys
    [ 1153.066] (II) Video Bus: Configuring as keyboard
    [ 1153.066] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input1/event1"
    [ 1153.066] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    [ 1153.066] (**) Option "xkb_rules" "evdev"
    [ 1153.066] (**) Option "xkb_model" "evdev"
    [ 1153.066] (**) Option "xkb_layout" "us"
    [ 1153.066] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 1153.078] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 1153.078] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 1153.078] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 1153.078] (II) Using input driver 'evdev' for 'Power Button'
    [ 1153.078] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 1153.078] (**) Power Button: always reports core events
    [ 1153.078] (**) Power Button: Device: "/dev/input/event2"
    [ 1153.078] (--) Power Button: Found keys
    [ 1153.078] (II) Power Button: Configuring as keyboard
    [ 1153.078] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
    [ 1153.078] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 1153.078] (**) Option "xkb_rules" "evdev"
    [ 1153.078] (**) Option "xkb_model" "evdev"
    [ 1153.078] (**) Option "xkb_layout" "us"
    [ 1153.078] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 1153.079] (II) config/udev: Adding input device Lid Switch (/dev/input/event4)
    [ 1153.079] (II) No input driver/identifier specified (ignoring)
    [ 1153.080] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
    [ 1153.080] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 1153.080] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 1153.080] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 1153.080] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 1153.080] (**) Sleep Button: always reports core events
    [ 1153.080] (**) Sleep Button: Device: "/dev/input/event3"
    [ 1153.080] (--) Sleep Button: Found keys
    [ 1153.080] (II) Sleep Button: Configuring as keyboard
    [ 1153.080] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event3"
    [ 1153.080] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    [ 1153.080] (**) Option "xkb_rules" "evdev"
    [ 1153.080] (**) Option "xkb_model" "evdev"
    [ 1153.080] (**) Option "xkb_layout" "us"
    [ 1153.080] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 1153.082] (II) config/udev: Adding input device HDA Intel Mic at Ext Front Jack (/dev/input/event7)
    [ 1153.082] (II) No input driver/identifier specified (ignoring)
    [ 1153.096] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 1153.099] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 1153.099] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 1153.099] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 1153.099] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 1153.100] (**) AT Translated Set 2 keyboard: always reports core events
    [ 1153.100] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 1153.100] (--) AT Translated Set 2 keyboard: Found keys
    [ 1153.100] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 1153.100] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 1153.100] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    [ 1153.100] (**) Option "xkb_rules" "evdev"
    [ 1153.100] (**) Option "xkb_model" "evdev"
    [ 1153.100] (**) Option "xkb_layout" "us"
    [ 1153.100] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 1153.100] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event8)
    [ 1153.100] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 1153.100] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 1153.100] (II) LoadModule: "synaptics"
    [ 1153.101] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 1153.101] (II) Module synaptics: vendor="X.Org Foundation"
    [ 1153.101] compiled for 1.10.2, module version = 1.4.1
    [ 1153.101] Module class: X.Org XInput Driver
    [ 1153.101] ABI class: X.Org XInput driver, version 12.2
    [ 1153.101] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 1153.101] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 1153.101] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 1153.101] (**) Option "Device" "/dev/input/event8"
    [ 1153.113] (--) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
    [ 1153.113] (--) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
    [ 1153.113] (--) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 1153.113] (--) SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 1153.113] (--) SynPS/2 Synaptics TouchPad: buttons: left right double triple
    [ 1153.113] (**) Option "VertEdgeScroll" "on"
    [ 1153.126] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [ 1153.126] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 1153.139] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event8"
    [ 1153.139] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
    [ 1153.139] (**) SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 1153.140] (**) SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
    [ 1153.140] (**) SynPS/2 Synaptics TouchPad: AccelFactor is now 0.040
    [ 1153.140] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 1153.140] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 1153.140] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 1153.140] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 1153.140] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [ 1153.140] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 1153.140] (II) No input driver/identifier specified (ignoring)
    [ 1153.141] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
    [ 1153.141] (II) No input driver/identifier specified (ignoring)
    [ 1157.866] (II) Power Button: Close
    [ 1157.866] (II) UnloadModule: "evdev"
    [ 1157.866] (II) Unloading evdev
    [ 1157.879] (II) Video Bus: Close
    [ 1157.879] (II) UnloadModule: "evdev"
    [ 1157.879] (II) Unloading evdev
    [ 1157.893] (II) Power Button: Close
    [ 1157.893] (II) UnloadModule: "evdev"
    [ 1157.893] (II) Unloading evdev
    [ 1157.906] (II) Sleep Button: Close
    [ 1157.906] (II) UnloadModule: "evdev"
    [ 1157.906] (II) Unloading evdev
    [ 1157.919] (II) AT Translated Set 2 keyboard: Close
    [ 1157.919] (II) UnloadModule: "evdev"
    [ 1157.919] (II) Unloading evdev
    [ 1157.946] (II) UnloadModule: "synaptics"
    [ 1157.946] (II) Unloading synaptics
    Any ideas?
    Last edited by robotmachine (2011-09-10 00:02:34)

    roygbiv wrote:
    robotmachine wrote:What would be a simpler way to start up X?
    A simpler way would be to start xterm for instance - in your ~/.xinitrc:
    exec xterm
    That way you can see if it's fluxbox that is causing the trouble. And by the way your ~/.fluxbox/startup should read this (assuming it's not a typo in the first line there):
    #!/bin/sh
    # Set background image.
    feh --bg-scale '/home/brian/.fluxbox/wall.jpg'
    # Start fluxbox
    exec fluxbox -log "/home/brian/.fluxbox/current.log"
    Also, once you know X works, you can then try just starting fluxbox "exec fluxbox", without the startfluxbox script.  Comment out the conditional statement also.  If that works, then it is either the startfluxbox or the conditional.
    Edit: Looks like you got it fixed.  congrats.
    Last edited by the sad clown (2011-09-10 00:18:07)

  • Gnome Black Screen with Mouse Cursor after Login

    I am using Archlinux 64bit with a Gnome Desktop Environment. Everything was running normally uptill today. When i ran "sudo fc-cache", my system froze. I couldnt open any other app but i was able to access terminal. I restarted using "reboot" command. After that I was unable to log in to my desktop.
    The Gnome login screen comes and after entering the correct username and password, all I can see is a black screen with mouse cursor. I then started gnome manually with "startx" and it worked. But still I am unable to use normally (that is the graphical login). I reinstalled gdm but it didnt work. Please help me out.

    there are a lot of processess running... dunno killing which process will not cause a problem
    here is the xorg log  ( sorry i dont have much knowlegde to analyse it )
    [ 2957.489]
    X.Org X Server 1.16.1
    Release Date: 2014-09-21
    [ 2957.493] X Protocol Version 11, Revision 0
    [ 2957.494] Build Operating System: Linux 3.16.1-1-ARCH x86_64
    [ 2957.495] Current Operating System: Linux defo-arch 3.17.1-1-ARCH #1 SMP PREEMPT Wed Oct 15 15:04:35 CEST 2014 x86_64
    [ 2957.495] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=3c376af4-e330-4277-8bfa-388dabfced9e rw quiet
    [ 2957.497] Build Date: 21 September 2014 10:53:13AM
    [ 2957.498]
    [ 2957.499] Current version of pixman: 0.32.6
    [ 2957.501] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 2957.501] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 2957.506] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 26 01:36:27 2014
    [ 2957.507] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 2957.507] (==) No Layout section. Using the first Screen section.
    [ 2957.507] (==) No screen section available. Using defaults.
    [ 2957.507] (**) |-->Screen "Default Screen Section" (0)
    [ 2957.507] (**) | |-->Monitor "<default monitor>"
    [ 2957.507] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 2957.507] (==) Automatically adding devices
    [ 2957.507] (==) Automatically enabling devices
    [ 2957.507] (==) Automatically adding GPU devices
    [ 2957.507] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
    [ 2957.507] Entry deleted from font path.
    [ 2957.507] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 2957.507] Entry deleted from font path.
    [ 2957.507] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 2957.507] Entry deleted from font path.
    [ 2957.507] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 2957.507] Entry deleted from font path.
    [ 2957.507] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 2957.507] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 2957.507] Entry deleted from font path.
    [ 2957.507] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 2957.507] (==) FontPath set to:
    /usr/share/fonts/misc/
    [ 2957.507] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 2957.507] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 2957.507] (II) Loader magic: 0x818d80
    [ 2957.507] (II) Module ABI versions:
    [ 2957.507] X.Org ANSI C Emulation: 0.4
    [ 2957.507] X.Org Video Driver: 18.0
    [ 2957.507] X.Org XInput driver : 21.0
    [ 2957.507] X.Org Server Extension : 8.0
    [ 2957.509] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
    [ 2957.509] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 2957.510] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
    [ 2957.512] (--) PCI:*(0:0:2:0) 8086:2a02:1028:022f rev 12, Mem @ 0xfea00000/1048576, 0xe0000000/268435456, I/O @ 0x0000eff8/8
    [ 2957.512] (--) PCI: (0:0:2:1) 8086:2a03:1028:022f rev 12, Mem @ 0xfeb00000/1048576
    [ 2957.512] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 2957.512] (II) LoadModule: "glx"
    [ 2957.512] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 2957.514] (II) Module glx: vendor="X.Org Foundation"
    [ 2957.514] compiled for 1.16.1, module version = 1.0.0
    [ 2957.514] ABI class: X.Org Server Extension, version 8.0
    [ 2957.514] (==) AIGLX enabled
    [ 2957.514] (==) Matched intel as autoconfigured driver 0
    [ 2957.514] (==) Matched intel as autoconfigured driver 1
    [ 2957.514] (==) Matched modesetting as autoconfigured driver 2
    [ 2957.514] (==) Matched fbdev as autoconfigured driver 3
    [ 2957.514] (==) Matched vesa as autoconfigured driver 4
    [ 2957.514] (==) Assigned the driver to the xf86ConfigLayout
    [ 2957.514] (II) LoadModule: "intel"
    [ 2957.514] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 2957.515] (II) Module intel: vendor="X.Org Foundation"
    [ 2957.515] compiled for 1.16.1, module version = 2.99.916
    [ 2957.515] Module class: X.Org Video Driver
    [ 2957.515] ABI class: X.Org Video Driver, version 18.0
    [ 2957.515] (II) LoadModule: "modesetting"
    [ 2957.515] (WW) Warning, couldn't open module modesetting
    [ 2957.515] (II) UnloadModule: "modesetting"
    [ 2957.515] (II) Unloading modesetting
    [ 2957.515] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 2957.515] (II) LoadModule: "fbdev"
    [ 2957.515] (WW) Warning, couldn't open module fbdev
    [ 2957.515] (II) UnloadModule: "fbdev"
    [ 2957.515] (II) Unloading fbdev
    [ 2957.515] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 2957.515] (II) LoadModule: "vesa"
    [ 2957.515] (WW) Warning, couldn't open module vesa
    [ 2957.515] (II) UnloadModule: "vesa"
    [ 2957.515] (II) Unloading vesa
    [ 2957.515] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 2957.515] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
    i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
    915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
    Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
    [ 2957.516] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
    [ 2957.516] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
    [ 2957.516] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
    [ 2957.516] (++) using VT number 1
    [ 2957.516] (--) controlling tty is VT number 1, auto-enabling KeepTty
    [ 2957.516] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20140725
    [ 2957.516] (--) intel(0): Integrated Graphics Chipset: Intel(R) 965GM
    [ 2957.517] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1
    [ 2957.517] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 2957.517] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 2957.517] (==) intel(0): RGB weight 888
    [ 2957.517] (==) intel(0): Default visual is TrueColor
    [ 2957.517] (II) intel(0): Output LVDS1 has no monitor section
    [ 2957.517] (--) intel(0): Found backlight control interface acpi_video0 (type 'firmware') for output LVDS1
    [ 2957.517] (II) intel(0): Enabled output LVDS1
    [ 2957.517] (II) intel(0): Output VGA1 has no monitor section
    [ 2957.517] (II) intel(0): Enabled output VGA1
    [ 2957.517] (II) intel(0): Output HDMI1 has no monitor section
    [ 2957.517] (II) intel(0): Enabled output HDMI1
    [ 2957.517] (II) intel(0): Output TV1 has no monitor section
    [ 2957.517] (II) intel(0): Enabled output TV1
    [ 2957.517] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
    [ 2957.517] (II) intel(0): Output VIRTUAL1 has no monitor section
    [ 2957.517] (II) intel(0): Enabled output VIRTUAL1
    [ 2957.517] (--) intel(0): Output LVDS1 using initial mode 1280x800 on pipe 1
    [ 2957.517] (==) intel(0): TearFree disabled
    [ 2957.517] (==) intel(0): DPI set to (96, 96)
    [ 2957.517] (II) Loading sub module "dri2"
    [ 2957.517] (II) LoadModule: "dri2"
    [ 2957.517] (II) Module "dri2" already built-in
    [ 2957.517] (II) Loading sub module "present"
    [ 2957.517] (II) LoadModule: "present"
    [ 2957.517] (II) Module "present" already built-in
    [ 2957.517] (==) Depth 24 pixmap format is 32 bpp
    [ 2957.518] (II) intel(0): SNA initialized with Broadwater (gen4) backend
    [ 2957.518] (==) intel(0): Backing store enabled
    [ 2957.518] (==) intel(0): Silken mouse enabled
    [ 2957.518] (II) intel(0): HW Cursor enabled
    [ 2957.518] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 2957.518] (==) intel(0): DPMS enabled
    [ 2957.518] (II) intel(0): [XvMC] i965_xvmc driver initialized.
    [ 2957.518] (II) intel(0): [DRI2] Setup complete
    [ 2957.518] (II) intel(0): [DRI2] DRI driver: i965
    [ 2957.518] (II) intel(0): [DRI2] VDPAU driver: i965
    [ 2957.518] (II) intel(0): direct rendering: DRI2 enabled
    [ 2957.518] (II) intel(0): hardware support for Present enabled
    [ 2957.518] (==) intel(0): display hotplug detection enabled
    [ 2957.518] (--) RandR disabled
    [ 2957.569] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 2957.569] (II) AIGLX: enabled GLX_ARB_create_context
    [ 2957.569] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 2957.569] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 2957.569] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 2957.569] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 2957.569] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
    [ 2957.569] (II) AIGLX: enabled GLX_ARB_fbconfig_float
    [ 2957.569] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 2957.569] (II) AIGLX: Loaded and initialized i965
    [ 2957.569] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 2957.576] (II) intel(0): switch to mode [email protected] on LVDS1 using pipe 1, position (0, 0), rotation normal, reflection none
    [ 2957.583] (II) intel(0): Setting screen physical size to 338 x 211
    [ 2957.636] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
    [ 2957.636] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 2957.636] (II) LoadModule: "evdev"
    [ 2957.636] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 2957.637] (II) Module evdev: vendor="X.Org Foundation"
    [ 2957.637] compiled for 1.16.0, module version = 2.9.0
    [ 2957.637] Module class: X.Org XInput Driver
    [ 2957.637] ABI class: X.Org XInput driver, version 21.0
    [ 2957.637] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 15 paused 0
    [ 2957.637] (II) Using input driver 'evdev' for 'Video Bus'
    [ 2957.638] (**) Video Bus: always reports core events
    [ 2957.638] (**) evdev: Video Bus: Device: "/dev/input/event12"
    [ 2957.638] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 2957.638] (--) evdev: Video Bus: Found keys
    [ 2957.638] (II) evdev: Video Bus: Configuring as keyboard
    [ 2957.638] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input19/event12"
    [ 2957.638] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
    [ 2957.638] (**) Option "xkb_rules" "evdev"
    [ 2957.638] (**) Option "xkb_model" "pc104"
    [ 2957.638] (**) Option "xkb_layout" "us"
    [ 2957.669] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 2957.670] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 2957.670] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 16 paused 0
    [ 2957.670] (II) Using input driver 'evdev' for 'Power Button'
    [ 2957.670] (**) Power Button: always reports core events
    [ 2957.670] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 2957.670] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 2957.670] (--) evdev: Power Button: Found keys
    [ 2957.670] (II) evdev: Power Button: Configuring as keyboard
    [ 2957.670] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6/event2"
    [ 2957.670] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 2957.670] (**) Option "xkb_rules" "evdev"
    [ 2957.670] (**) Option "xkb_model" "pc104"
    [ 2957.670] (**) Option "xkb_layout" "us"
    [ 2957.671] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 2957.671] (II) No input driver specified, ignoring this device.
    [ 2957.671] (II) This device may have been added with another device file.
    [ 2957.671] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
    [ 2957.671] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 2957.672] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 17 paused 0
    [ 2957.672] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 2957.672] (**) Sleep Button: always reports core events
    [ 2957.672] (**) evdev: Sleep Button: Device: "/dev/input/event3"
    [ 2957.672] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 2957.672] (--) evdev: Sleep Button: Found keys
    [ 2957.672] (II) evdev: Sleep Button: Configuring as keyboard
    [ 2957.672] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input7/event3"
    [ 2957.672] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
    [ 2957.672] (**) Option "xkb_rules" "evdev"
    [ 2957.672] (**) Option "xkb_model" "pc104"
    [ 2957.672] (**) Option "xkb_layout" "us"
    [ 2957.673] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
    [ 2957.673] (II) No input driver specified, ignoring this device.
    [ 2957.673] (II) This device may have been added with another device file.
    [ 2957.673] (II) config/udev: Adding input device HDA Intel HDMI/DP,pcm=3 (/dev/input/event7)
    [ 2957.673] (II) No input driver specified, ignoring this device.
    [ 2957.673] (II) This device may have been added with another device file.
    [ 2957.673] (II) config/udev: Adding input device HDA Intel Front Headphone Front (/dev/input/event8)
    [ 2957.673] (II) No input driver specified, ignoring this device.
    [ 2957.673] (II) This device may have been added with another device file.
    [ 2957.674] (II) config/udev: Adding input device HDA Intel Front Headphone Surround (/dev/input/event9)
    [ 2957.674] (II) No input driver specified, ignoring this device.
    [ 2957.674] (II) This device may have been added with another device file.
    [ 2957.674] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 2957.674] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 2957.675] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 18 paused 0
    [ 2957.675] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 2957.675] (**) AT Translated Set 2 keyboard: always reports core events
    [ 2957.675] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 2957.675] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 2957.675] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 2957.675] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 2957.675] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 2957.675] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
    [ 2957.675] (**) Option "xkb_rules" "evdev"
    [ 2957.675] (**) Option "xkb_model" "pc104"
    [ 2957.675] (**) Option "xkb_layout" "us"
    [ 2957.675] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/event11)
    [ 2957.675] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "evdev touchpad catchall"
    [ 2957.675] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall"
    [ 2957.675] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "Default clickpad buttons"
    [ 2957.675] (II) LoadModule: "synaptics"
    [ 2957.676] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 2957.676] (II) Module synaptics: vendor="X.Org Foundation"
    [ 2957.676] compiled for 1.16.0, module version = 1.8.1
    [ 2957.676] Module class: X.Org XInput Driver
    [ 2957.676] ABI class: X.Org XInput driver, version 21.0
    [ 2957.676] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 19 paused 0
    [ 2957.676] (II) Using input driver 'synaptics' for 'AlpsPS/2 ALPS GlidePoint'
    [ 2957.676] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
    [ 2957.676] (**) Option "Device" "/dev/input/event11"
    [ 2957.710] (--) synaptics: AlpsPS/2 ALPS GlidePoint: x-axis range 0 - 1023 (res 0)
    [ 2957.710] (--) synaptics: AlpsPS/2 ALPS GlidePoint: y-axis range 0 - 767 (res 0)
    [ 2957.710] (--) synaptics: AlpsPS/2 ALPS GlidePoint: pressure range 0 - 127
    [ 2957.710] (II) synaptics: AlpsPS/2 ALPS GlidePoint: device does not report finger width.
    [ 2957.710] (--) synaptics: AlpsPS/2 ALPS GlidePoint: buttons: left right middle
    [ 2957.710] (--) synaptics: AlpsPS/2 ALPS GlidePoint: Vendor 0x2 Product 0x8
    [ 2957.710] (--) synaptics: AlpsPS/2 ALPS GlidePoint: invalid finger width range. defaulting to 0 - 15
    [ 2957.710] (**) Option "TapButton1" "1"
    [ 2957.710] (**) Option "TapButton2" "2"
    [ 2957.710] (**) Option "TapButton3" "3"
    [ 2957.710] (--) synaptics: AlpsPS/2 ALPS GlidePoint: touchpad found
    [ 2957.710] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
    [ 2957.710] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input10/event11"
    [ 2957.710] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: TOUCHPAD, id 10)
    [ 2957.710] (**) synaptics: AlpsPS/2 ALPS GlidePoint: (accel) MinSpeed is now constant deceleration 2.5
    [ 2957.710] (**) synaptics: AlpsPS/2 ALPS GlidePoint: (accel) MaxSpeed is now 1.75
    [ 2957.710] (**) synaptics: AlpsPS/2 ALPS GlidePoint: (accel) AccelFactor is now 0.156
    [ 2957.710] (**) AlpsPS/2 ALPS GlidePoint: (accel) keeping acceleration scheme 1
    [ 2957.710] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration profile 1
    [ 2957.710] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration factor: 2.000
    [ 2957.710] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration threshold: 4
    [ 2957.710] (--) synaptics: AlpsPS/2 ALPS GlidePoint: touchpad found
    [ 2957.711] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse1)
    [ 2957.711] (**) AlpsPS/2 ALPS GlidePoint: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 2957.711] (II) config/udev: Adding input device ALPS PS/2 Device (/dev/input/event10)
    [ 2957.711] (**) ALPS PS/2 Device: Applying InputClass "evdev pointer catchall"
    [ 2957.712] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 20 paused 0
    [ 2957.712] (II) Using input driver 'evdev' for 'ALPS PS/2 Device'
    [ 2957.712] (**) ALPS PS/2 Device: always reports core events
    [ 2957.712] (**) evdev: ALPS PS/2 Device: Device: "/dev/input/event10"
    [ 2957.712] (--) evdev: ALPS PS/2 Device: Vendor 0x2 Product 0x8
    [ 2957.712] (--) evdev: ALPS PS/2 Device: Found 3 mouse buttons
    [ 2957.712] (--) evdev: ALPS PS/2 Device: Found relative axes
    [ 2957.712] (--) evdev: ALPS PS/2 Device: Found x and y relative axes
    [ 2957.712] (II) evdev: ALPS PS/2 Device: Configuring as mouse
    [ 2957.712] (**) evdev: ALPS PS/2 Device: YAxisMapping: buttons 4 and 5
    [ 2957.712] (**) evdev: ALPS PS/2 Device: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 2957.712] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input12/event10"
    [ 2957.712] (II) XINPUT: Adding extended input device "ALPS PS/2 Device" (type: MOUSE, id 11)
    [ 2957.712] (II) evdev: ALPS PS/2 Device: initialized for relative axes.
    [ 2957.712] (**) ALPS PS/2 Device: (accel) keeping acceleration scheme 1
    [ 2957.712] (**) ALPS PS/2 Device: (accel) acceleration profile 0
    [ 2957.712] (**) ALPS PS/2 Device: (accel) acceleration factor: 2.000
    [ 2957.712] (**) ALPS PS/2 Device: (accel) acceleration threshold: 4
    [ 2957.713] (II) config/udev: Adding input device ALPS PS/2 Device (/dev/input/mouse0)
    [ 2957.713] (II) No input driver specified, ignoring this device.
    [ 2957.713] (II) This device may have been added with another device file.
    [ 2957.713] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
    [ 2957.713] (II) No input driver specified, ignoring this device.
    [ 2957.713] (II) This device may have been added with another device file.
    [ 2957.714] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event5)
    [ 2957.714] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 2957.714] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 21 paused 0
    [ 2957.714] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
    [ 2957.714] (**) Dell WMI hotkeys: always reports core events
    [ 2957.714] (**) evdev: Dell WMI hotkeys: Device: "/dev/input/event5"
    [ 2957.714] (--) evdev: Dell WMI hotkeys: Vendor 0 Product 0
    [ 2957.714] (--) evdev: Dell WMI hotkeys: Found keys
    [ 2957.714] (II) evdev: Dell WMI hotkeys: Configuring as keyboard
    [ 2957.714] (**) Option "config_info" "udev:/sys/devices/virtual/input/input11/event5"
    [ 2957.714] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 12)
    [ 2957.714] (**) Option "xkb_rules" "evdev"
    [ 2957.714] (**) Option "xkb_model" "pc104"
    [ 2957.714] (**) Option "xkb_layout" "us"
    [ 2963.887] (II) evdev: Dell WMI hotkeys: Close
    [ 2963.887] (II) UnloadModule: "evdev"
    [ 2963.887] (II) systemd-logind: releasing fd for 13:69
    [ 2963.949] (II) evdev: ALPS PS/2 Device: Close
    [ 2963.950] (II) UnloadModule: "evdev"
    [ 2963.950] (II) systemd-logind: releasing fd for 13:74
    [ 2964.016] (II) UnloadModule: "synaptics"
    [ 2964.016] (II) systemd-logind: releasing fd for 13:75
    [ 2964.069] (II) evdev: AT Translated Set 2 keyboard: Close
    [ 2964.070] (II) UnloadModule: "evdev"
    [ 2964.070] (II) systemd-logind: releasing fd for 13:64
    [ 2964.123] (II) evdev: Sleep Button: Close
    [ 2964.123] (II) UnloadModule: "evdev"
    [ 2964.123] (II) systemd-logind: releasing fd for 13:67
    [ 2964.156] (II) evdev: Power Button: Close
    [ 2964.156] (II) UnloadModule: "evdev"
    [ 2964.156] (II) systemd-logind: releasing fd for 13:66
    [ 2964.183] (II) evdev: Video Bus: Close
    [ 2964.183] (II) UnloadModule: "evdev"
    [ 2964.183] (II) systemd-logind: releasing fd for 13:76
    [ 2964.271] (EE) Server terminated successfully (0). Closing log file.

  • 2 GPUs, 3 screens on, x86-video-ati

    I currently use a Radeon HD 4890 using the xf86-video-ati drivers, the device utilizes two screens. However, I introduced a Radeon 9200 (pci, rev 01) into the system for the sake of a third screen. The 9200 is definitely picked up on lspci, but I can't seem to figure out how to properly configure the device to work in conjunction with the 4890 in X. How do I get X to display on the third screen utilizing the Radeon 9200? Any help would be much appreciated.
    pacman -Q xorg-server xf86-video-ati
    xorg-server 1.12.4-1
    xf86-video-ati 1:6.14.6-1
    lspci | grep Radeon
    01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RV790 [Radeon HD 4890]
    01:00.1 Audio device: Advanced Micro Devices [AMD] nee ATI RV770 HDMI Audio [Radeon HD 4850/4870]
    04:02.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RV280 [Radeon 9200 PRO] (rev 01)
    04:02.1 Display controller: Advanced Micro Devices [AMD] nee ATI RV280 [Radeon 9200 PRO] (Secondary) (rev 01)
    xrandr
    Screen 0: minimum 320 x 200, current 3360 x 1050, maximum 8192 x 8192
    DVI-0 connected 1680x1050+0+0 (normal left inverted right x axis y axis) 473mm x 296mm
    1680x1050 60.0*+
    1600x1200 60.0
    1680x945 60.0
    1400x1050 74.9 59.9
    1600x900 60.0
    1280x1024 75.0 60.0
    1440x900 75.0 59.9
    1280x960 60.0
    1366x768 60.0
    1360x768 60.0
    1280x800 74.9 59.9
    1152x864 75.0
    1280x768 74.9 60.0
    1024x768 75.1 70.1 60.0
    832x624 74.6
    800x600 72.2 75.0 60.3 56.2
    640x480 72.8 75.0 66.7 60.0
    720x400 70.1
    DIN disconnected (normal left inverted right x axis y axis)
    DVI-1 connected 1680x1050+1680+0 (normal left inverted right x axis y axis) 474mm x 297mm
    1680x1050 60.0*+
    1680x945 60.0
    1400x1050 59.9
    1600x900 60.0
    1280x1024 75.0 60.0
    1440x900 75.0 59.9
    1280x960 60.0
    1366x768 60.0
    1360x768 60.0
    1280x800 74.9 59.9
    1152x864 75.0
    1280x768 74.9 60.0
    1024x768 75.1 70.1 60.0
    1024x576 60.0
    832x624 74.6
    800x600 72.2 75.0 60.3 56.2
    848x480 60.0
    640x480 72.8 75.0 66.7 60.0
    720x400 70.1
    20-radeon.conf
    Section "Device"
    Identifier "radeon"
    BusID "01:00:0"
    Option "ColorTiling" "on"
    Option "ZaphodHeads" "DVI-0"
    Option "ZaphodHeads" "DVI-1"
    Driver "radeon"
    EndSection
    Section "Device"
    Identifier "Radeon 9200"
    Driver "radeon"
    BusID "04:02:0"
    VendorName "Radeon 9200"
    BoardName "Radeon 9200"
    Option "ZaphoeHeads" "VGA-0"
    EndSection
    Xorg.0.log
    [ 19.769]
    X.Org X Server 1.12.4
    Release Date: 2012-08-27
    [ 19.769] X Protocol Version 11, Revision 0
    [ 19.769] Build Operating System: Linux 3.4.8-1-ARCH x86_64
    [ 19.769] Current Operating System: Linux nis 3.5.3-1-ARCH #1 SMP PREEMPT Sun Aug 26 09:14:51 CEST 2012 x86_64
    [ 19.769] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=18542a88-8bc2-47cb-91de-adc409a181ee ro quiet radeon.pcie_gen2=1 resume=/dev/sda5
    [ 19.769] Build Date: 27 August 2012 08:04:39AM
    [ 19.769]
    [ 19.769] Current version of pixman: 0.26.2
    [ 19.769] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 19.769] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 19.770] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Sep 7 14:21:54 2012
    [ 19.810] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 19.826] (==) No Layout section. Using the first Screen section.
    [ 19.826] (==) No screen section available. Using defaults.
    [ 19.826] (**) |-->Screen "Default Screen Section" (0)
    [ 19.826] (**) | |-->Monitor "<default monitor>"
    [ 19.827] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 19.827] (**) | |-->Device "radeon"
    [ 19.827] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 19.827] (==) Automatically adding devices
    [ 19.827] (==) Automatically enabling devices
    [ 19.852] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 19.852] Entry deleted from font path.
    [ 19.868] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 19.868] Entry deleted from font path.
    [ 19.868] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 19.869] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 19.869] Entry deleted from font path.
    [ 19.869] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 19.869] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 19.869] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 19.869] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 19.869] (II) Loader magic: 0x7c8b00
    [ 19.869] (II) Module ABI versions:
    [ 19.869] X.Org ANSI C Emulation: 0.4
    [ 19.869] X.Org Video Driver: 12.1
    [ 19.869] X.Org XInput driver : 16.0
    [ 19.869] X.Org Server Extension : 6.0
    [ 19.870] (--) PCI:*(0:1:0:0) 1002:9460:1002:0502 rev 0, Mem @ 0xb0000000/268435456, 0xfeaf0000/65536, I/O @ 0x0000c000/256, BIOS @ 0x????????/131072
    [ 19.870] (--) PCI: (0:4:2:0) 1002:5960:1545:7c27 rev 1, Mem @ 0xd8000000/134217728, 0xfebf0000/65536, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
    [ 19.870] (--) PCI: (0:4:2:1) 1002:5940:1545:7c26 rev 1, Mem @ 0xd0000000/134217728, 0xfebe0000/65536
    [ 19.870] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 19.870] (II) LoadModule: "extmod"
    [ 19.881] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 19.886] (II) Module extmod: vendor="X.Org Foundation"
    [ 19.886] compiled for 1.12.4, module version = 1.0.0
    [ 19.886] Module class: X.Org Server Extension
    [ 19.886] ABI class: X.Org Server Extension, version 6.0
    [ 19.886] (II) Loading extension MIT-SCREEN-SAVER
    [ 19.886] (II) Loading extension XFree86-VidModeExtension
    [ 19.886] (II) Loading extension XFree86-DGA
    [ 19.886] (II) Loading extension DPMS
    [ 19.886] (II) Loading extension XVideo
    [ 19.886] (II) Loading extension XVideo-MotionCompensation
    [ 19.886] (II) Loading extension X-Resource
    [ 19.886] (II) LoadModule: "dbe"
    [ 19.886] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 19.893] (II) Module dbe: vendor="X.Org Foundation"
    [ 19.893] compiled for 1.12.4, module version = 1.0.0
    [ 19.893] Module class: X.Org Server Extension
    [ 19.893] ABI class: X.Org Server Extension, version 6.0
    [ 19.893] (II) Loading extension DOUBLE-BUFFER
    [ 19.893] (II) LoadModule: "glx"
    [ 19.893] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 19.901] (II) Module glx: vendor="X.Org Foundation"
    [ 19.901] compiled for 1.12.4, module version = 1.0.0
    [ 19.901] ABI class: X.Org Server Extension, version 6.0
    [ 19.901] (==) AIGLX enabled
    [ 19.902] (II) Loading extension GLX
    [ 19.902] (II) LoadModule: "record"
    [ 19.902] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 19.904] (II) Module record: vendor="X.Org Foundation"
    [ 19.904] compiled for 1.12.4, module version = 1.13.0
    [ 19.904] Module class: X.Org Server Extension
    [ 19.904] ABI class: X.Org Server Extension, version 6.0
    [ 19.904] (II) Loading extension RECORD
    [ 19.904] (II) LoadModule: "dri"
    [ 19.904] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 19.924] (II) Module dri: vendor="X.Org Foundation"
    [ 19.924] compiled for 1.12.4, module version = 1.0.0
    [ 19.924] ABI class: X.Org Server Extension, version 6.0
    [ 19.924] (II) Loading extension XFree86-DRI
    [ 19.924] (II) LoadModule: "dri2"
    [ 19.924] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 19.925] (II) Module dri2: vendor="X.Org Foundation"
    [ 19.925] compiled for 1.12.4, module version = 1.2.0
    [ 19.925] ABI class: X.Org Server Extension, version 6.0
    [ 19.925] (II) Loading extension DRI2
    [ 19.925] (II) LoadModule: "radeon"
    [ 19.932] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 19.972] (II) Module radeon: vendor="X.Org Foundation"
    [ 19.972] compiled for 1.12.2, module version = 6.14.6
    [ 19.972] Module class: X.Org Video Driver
    [ 19.972] ABI class: X.Org Video Driver, version 12.0
    [ 19.973] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
    ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
    ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
    ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
    CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
    BARTS, BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA
    [ 19.981] (++) using VT number 7
    [ 19.987] (II) [KMS] Kernel modesetting enabled.
    [ 19.987] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 19.987] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 19.987] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 19.987] (==) RADEON(0): Default visual is TrueColor
    [ 19.987] (**) RADEON(0): Option "ColorTiling" "on"
    [ 19.987] (**) RADEON(0): Option "ZaphodHeads" "DVI-0"
    [ 19.987] (==) RADEON(0): RGB weight 888
    [ 19.987] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 19.987] (--) RADEON(0): Chipset: "ATI Radeon 4800 Series" (ChipID = 0x9460)
    [ 19.987] (II) RADEON(0): PCIE card detected
    [ 19.987] drmOpenDevice: node name is /dev/dri/card0
    [ 19.987] drmOpenDevice: open result is 8, (OK)
    [ 19.987] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    [ 19.987] drmOpenDevice: node name is /dev/dri/card0
    [ 19.987] drmOpenDevice: open result is 8, (OK)
    [ 19.987] drmOpenByBusid: drmOpenMinor returns 8
    [ 19.987] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    [ 19.987] (II) Loading sub module "exa"
    [ 19.987] (II) LoadModule: "exa"
    [ 19.987] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 19.998] (II) Module exa: vendor="X.Org Foundation"
    [ 19.998] compiled for 1.12.4, module version = 2.5.0
    [ 19.998] ABI class: X.Org Video Driver, version 12.1
    [ 19.998] (II) RADEON(0): KMS Color Tiling: enabled
    [ 19.998] (II) RADEON(0): KMS Pageflipping: enabled
    [ 19.998] (II) RADEON(0): SwapBuffers wait for vsync: enabled
    [ 20.028] (II) RADEON(0): Output DVI-0 has no monitor section
    [ 20.047] (II) RADEON(0): Output DIN has no monitor section
    [ 20.076] (II) RADEON(0): Output DVI-1 has no monitor section
    [ 20.107] (II) RADEON(0): EDID for output DVI-0
    [ 20.107] (II) RADEON(0): Manufacturer: ACR Model: ad92 Serial#: 2206247897
    [ 20.107] (II) RADEON(0): Year: 2008 Week: 38
    [ 20.107] (II) RADEON(0): EDID Version: 1.3
    [ 20.107] (II) RADEON(0): Digital Display Input
    [ 20.107] (II) RADEON(0): Max Image Size [cm]: horiz.: 47 vert.: 30
    [ 20.107] (II) RADEON(0): Gamma: 2.20
    [ 20.107] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off
    [ 20.107] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 20.107] (II) RADEON(0): Default color space is primary color space
    [ 20.107] (II) RADEON(0): First detailed timing is preferred mode
    [ 20.107] (II) RADEON(0): redX: 0.644 redY: 0.332 greenX: 0.286 greenY: 0.601
    [ 20.107] (II) RADEON(0): blueX: 0.152 blueY: 0.076 whiteX: 0.312 whiteY: 0.328
    [ 20.107] (II) RADEON(0): Supported established timings:
    [ 20.107] (II) RADEON(0): 720x400@70Hz
    [ 20.107] (II) RADEON(0): 640x480@60Hz
    [ 20.107] (II) RADEON(0): 640x480@67Hz
    [ 20.107] (II) RADEON(0): 640x480@72Hz
    [ 20.107] (II) RADEON(0): 640x480@75Hz
    [ 20.107] (II) RADEON(0): 800x600@56Hz
    [ 20.107] (II) RADEON(0): 800x600@60Hz
    [ 20.107] (II) RADEON(0): 800x600@72Hz
    [ 20.107] (II) RADEON(0): 800x600@75Hz
    [ 20.107] (II) RADEON(0): 832x624@75Hz
    [ 20.107] (II) RADEON(0): 1024x768@60Hz
    [ 20.107] (II) RADEON(0): 1024x768@70Hz
    [ 20.107] (II) RADEON(0): 1024x768@75Hz
    [ 20.107] (II) RADEON(0): 1280x1024@75Hz
    [ 20.107] (II) RADEON(0): 1152x864@75Hz
    [ 20.107] (II) RADEON(0): Manufacturer's mask: 0
    [ 20.107] (II) RADEON(0): Supported standard timings:
    [ 20.107] (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 20.107] (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 20.107] (II) RADEON(0): #2: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 20.107] (II) RADEON(0): #3: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
    [ 20.107] (II) RADEON(0): #4: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 20.107] (II) RADEON(0): #5: hsize: 1440 vsize 900 refresh: 75 vid: 3989
    [ 20.107] (II) RADEON(0): Supported detailed timing:
    [ 20.107] (II) RADEON(0): clock: 146.2 MHz Image Size: 473 x 296 mm
    [ 20.107] (II) RADEON(0): h_active: 1680 h_sync: 1960 h_sync_end 2136 h_blank_end 2240 h_border: 0
    [ 20.107] (II) RADEON(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1089 v_border: 0
    [ 20.107] (II) RADEON(0): Serial No: L92080554272
    [ 20.107] (II) RADEON(0): Ranges: V min: 56 V max: 76 Hz, H min: 47 H max: 84 kHz, PixClock max 175 MHz
    [ 20.107] (II) RADEON(0): Monitor name: Acer AL2216W
    [ 20.107] (II) RADEON(0): EDID (in hex):
    [ 20.107] (II) RADEON(0): 00ffffffffffff00047292add9ab8083
    [ 20.107] (II) RADEON(0): 26120103802f1e78eec720a455499927
    [ 20.107] (II) RADEON(0): 135054bfef80714f81809500a940b300
    [ 20.107] (II) RADEON(0): 950f0101010121399030621a274018b0
    [ 20.107] (II) RADEON(0): 3640d9281100001c000000ff004c3932
    [ 20.107] (II) RADEON(0): 3038303535343237320a000000fd0038
    [ 20.107] (II) RADEON(0): 4c2f5411000a202020202020000000fc
    [ 20.107] (II) RADEON(0): 004163657220414c32323136570a00ca
    [ 20.107] (II) RADEON(0): EDID vendor "ACR", prod id 44434
    [ 20.107] (II) RADEON(0): Using EDID range info for horizontal sync
    [ 20.107] (II) RADEON(0): Using EDID range info for vertical refresh
    [ 20.107] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 20.107] (II) RADEON(0): Modeline "1680x1050"x0.0 146.25 1680 1960 2136 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
    [ 20.107] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 20.107] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 20.107] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 20.107] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 20.107] (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 20.107] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 20.107] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 20.107] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 20.107] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 20.107] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 20.107] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 20.107] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 20.107] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 20.107] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 20.107] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 20.107] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 20.107] (II) RADEON(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 20.107] (II) RADEON(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 20.107] (II) RADEON(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 20.107] (II) RADEON(0): Modeline "1440x900"x0.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
    [ 20.107] (II) RADEON(0): Printing probed modes for output DVI-0
    [ 20.107] (II) RADEON(0): Modeline "1680x1050"x60.0 146.25 1680 1960 2136 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
    [ 20.107] (II) RADEON(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 20.107] (II) RADEON(0): Modeline "1680x945"x60.0 131.48 1680 1784 1960 2240 945 946 949 978 -hsync +vsync (58.7 kHz)
    [ 20.107] (II) RADEON(0): Modeline "1400x1050"x74.9 156.00 1400 1504 1648 1896 1050 1053 1057 1099 -hsync +vsync (82.3 kHz e)
    [ 20.107] (II) RADEON(0): Modeline "1400x1050"x59.9 101.00 1400 1448 1480 1560 1050 1053 1057 1080 +hsync -vsync (64.7 kHz e)
    [ 20.107] (II) RADEON(0): Modeline "1600x900"x60.0 118.96 1600 1696 1864 2128 900 901 904 932 -hsync +vsync (55.9 kHz)
    [ 20.107] (II) RADEON(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 20.107] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 20.107] (II) RADEON(0): Modeline "1440x900"x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
    [ 20.107] (II) RADEON(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 20.107] (II) RADEON(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 20.108] (II) RADEON(0): Modeline "1366x768"x60.0 85.89 1366 1439 1583 1800 768 769 772 795 -hsync +vsync (47.7 kHz)
    [ 20.108] (II) RADEON(0): Modeline "1360x768"x60.0 85.50 1360 1424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz e)
    [ 20.108] (II) RADEON(0): Modeline "1280x800"x74.9 106.50 1280 1360 1488 1696 800 803 809 838 -hsync +vsync (62.8 kHz e)
    [ 20.108] (II) RADEON(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 20.108] (II) RADEON(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 20.108] (II) RADEON(0): Modeline "1280x768"x74.9 102.25 1280 1360 1488 1696 768 771 778 805 +hsync -vsync (60.3 kHz e)
    [ 20.108] (II) RADEON(0): Modeline "1280x768"x60.0 68.25 1280 1328 1360 1440 768 771 778 790 +hsync -vsync (47.4 kHz e)
    [ 20.108] (II) RADEON(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 20.108] (II) RADEON(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 20.108] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 20.108] (II) RADEON(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 20.108] (II) RADEON(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 20.108] (II) RADEON(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 20.108] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 20.108] (II) RADEON(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 20.108] (II) RADEON(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    [ 20.108] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 20.108] (II) RADEON(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 20.108] (II) RADEON(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 20.108] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 20.126] (II) RADEON(0): EDID for output DIN
    [ 20.156] (II) RADEON(0): EDID for output DVI-1
    [ 20.156] (II) RADEON(0): Manufacturer: AOC Model: 2001 Serial#: 16843009
    [ 20.156] (II) RADEON(0): Year: 2008 Week: 36
    [ 20.156] (II) RADEON(0): EDID Version: 1.3
    [ 20.156] (II) RADEON(0): Digital Display Input
    [ 20.156] (II) RADEON(0): DFP 1.x compatible TMDS
    [ 20.156] (II) RADEON(0): Max Image Size [cm]: horiz.: 43 vert.: 27
    [ 20.156] (II) RADEON(0): Gamma: 2.20
    [ 20.156] (II) RADEON(0): DPMS capabilities: Off
    [ 20.157] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 20.157] (II) RADEON(0): First detailed timing is preferred mode
    [ 20.157] (II) RADEON(0): redX: 0.655 redY: 0.328 greenX: 0.277 greenY: 0.619
    [ 20.157] (II) RADEON(0): blueX: 0.145 blueY: 0.081 whiteX: 0.313 whiteY: 0.329
    [ 20.157] (II) RADEON(0): Supported established timings:
    [ 20.157] (II) RADEON(0): 720x400@70Hz
    [ 20.157] (II) RADEON(0): 640x480@60Hz
    [ 20.157] (II) RADEON(0): 640x480@67Hz
    [ 20.157] (II) RADEON(0): 640x480@72Hz
    [ 20.157] (II) RADEON(0): 640x480@75Hz
    [ 20.157] (II) RADEON(0): 800x600@56Hz
    [ 20.157] (II) RADEON(0): 800x600@60Hz
    [ 20.157] (II) RADEON(0): 800x600@72Hz
    [ 20.157] (II) RADEON(0): 800x600@75Hz
    [ 20.157] (II) RADEON(0): 832x624@75Hz
    [ 20.157] (II) RADEON(0): 1024x768@60Hz
    [ 20.157] (II) RADEON(0): 1024x768@70Hz
    [ 20.157] (II) RADEON(0): 1024x768@75Hz
    [ 20.157] (II) RADEON(0): 1280x1024@75Hz
    [ 20.157] (II) RADEON(0): 1152x864@75Hz
    [ 20.157] (II) RADEON(0): Manufacturer's mask: 0
    [ 20.157] (II) RADEON(0): Supported standard timings:
    [ 20.157] (II) RADEON(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 20.157] (II) RADEON(0): #1: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 20.157] (II) RADEON(0): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 20.157] (II) RADEON(0): #3: hsize: 1440 vsize 900 refresh: 75 vid: 3989
    [ 20.157] (II) RADEON(0): #4: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 20.157] (II) RADEON(0): #5: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 20.157] (II) RADEON(0): Supported detailed timing:
    [ 20.157] (II) RADEON(0): clock: 146.2 MHz Image Size: 474 x 297 mm
    [ 20.157] (II) RADEON(0): h_active: 1680 h_sync: 1784 h_sync_end 1960 h_blank_end 2240 h_border: 0
    [ 20.157] (II) RADEON(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1089 v_border: 0
    [ 20.157] (II) RADEON(0): Serial No: K7689CA004722
    [ 20.157] (II) RADEON(0): Ranges: V min: 50 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 155 MHz
    [ 20.157] (II) RADEON(0): Monitor name: 2019Vwal
    [ 20.157] (II) RADEON(0): EDID (in hex):
    [ 20.157] (II) RADEON(0): 00ffffffffffff0005e3012001010101
    [ 20.157] (II) RADEON(0): 24120103812b1b782ac235a754479e25
    [ 20.157] (II) RADEON(0): 145054bfef808180714f8140950f9500
    [ 20.157] (II) RADEON(0): b3000101010121399030621a274068b0
    [ 20.157] (II) RADEON(0): 3600da291100001c000000ff004b3736
    [ 20.157] (II) RADEON(0): 38394341303034373232000000fd0032
    [ 20.157] (II) RADEON(0): 4c1e530f000a202020202020000000fc
    [ 20.157] (II) RADEON(0): 00323031395677616c0a2020202000fb
    [ 20.157] (II) RADEON(0): Printing probed modes for output DVI-1
    [ 20.157] (II) RADEON(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
    [ 20.157] (II) RADEON(0): Modeline "1680x945"x60.0 131.48 1680 1784 1960 2240 945 946 949 978 -hsync +vsync (58.7 kHz)
    [ 20.157] (II) RADEON(0): Modeline "1400x1050"x59.9 101.00 1400 1448 1480 1560 1050 1053 1057 1080 +hsync -vsync (64.7 kHz e)
    [ 20.157] (II) RADEON(0): Modeline "1600x900"x60.0 118.96 1600 1696 1864 2128 900 901 904 932 -hsync +vsync (55.9 kHz)
    [ 20.157] (II) RADEON(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 20.157] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 20.157] (II) RADEON(0): Modeline "1440x900"x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
    [ 20.157] (II) RADEON(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 20.157] (II) RADEON(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 20.157] (II) RADEON(0): Modeline "1366x768"x60.0 85.89 1366 1439 1583 1800 768 769 772 795 -hsync +vsync (47.7 kHz)
    [ 20.157] (II) RADEON(0): Modeline "1360x768"x60.0 85.50 1360 1424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz e)
    [ 20.157] (II) RADEON(0): Modeline "1280x800"x74.9 106.50 1280 1360 1488 1696 800 803 809 838 -hsync +vsync (62.8 kHz e)
    [ 20.157] (II) RADEON(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 20.157] (II) RADEON(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 20.157] (II) RADEON(0): Modeline "1280x768"x74.9 102.25 1280 1360 1488 1696 768 771 778 805 +hsync -vsync (60.3 kHz e)
    [ 20.157] (II) RADEON(0): Modeline "1280x768"x60.0 68.25 1280 1328 1360 1440 768 771 778 790 +hsync -vsync (47.4 kHz e)
    [ 20.157] (II) RADEON(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 20.157] (II) RADEON(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 20.157] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 20.157] (II) RADEON(0): Modeline "1024x576"x60.0 46.97 1024 1064 1168 1312 576 577 580 597 -hsync +vsync (35.8 kHz)
    [ 20.157] (II) RADEON(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 20.157] (II) RADEON(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 20.157] (II) RADEON(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 20.157] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 20.157] (II) RADEON(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 20.157] (II) RADEON(0): Modeline "848x480"x60.0 33.75 848 864 976 1088 480 486 494 517 +hsync +vsync (31.0 kHz e)
    [ 20.157] (II) RADEON(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    [ 20.157] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 20.157] (II) RADEON(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 20.157] (II) RADEON(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 20.157] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 20.157] (II) RADEON(0): Output DVI-0 connected
    [ 20.157] (II) RADEON(0): Output DIN disconnected
    [ 20.157] (II) RADEON(0): Output DVI-1 connected
    [ 20.157] (II) RADEON(0): Using exact sizes for initial modes
    [ 20.157] (II) RADEON(0): Output DVI-0 using initial mode 1680x1050
    [ 20.157] (II) RADEON(0): Output DVI-1 using initial mode 1680x1050
    [ 20.157] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 20.157] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:40000000 visible:f8ca000
    [ 20.157] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
    [ 20.157] (**) RADEON(0): Display dimensions: (470, 300) mm
    [ 20.157] (**) RADEON(0): DPI set to (90, 88)
    [ 20.157] (II) Loading sub module "fb"
    [ 20.157] (II) LoadModule: "fb"
    [ 20.158] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 20.167] (II) Module fb: vendor="X.Org Foundation"
    [ 20.167] compiled for 1.12.4, module version = 1.0.0
    [ 20.167] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 20.167] (II) Loading sub module "ramdac"
    [ 20.167] (II) LoadModule: "ramdac"
    [ 20.167] (II) Module "ramdac" already built-in
    [ 20.167] (--) Depth 24 pixmap format is 32 bpp
    [ 20.168] (II) RADEON(0): [DRI2] Setup complete
    [ 20.168] (II) RADEON(0): [DRI2] DRI driver: r600
    [ 20.168] (II) RADEON(0): [DRI2] VDPAU driver: r600
    [ 20.168] (II) RADEON(0): Front buffer size: 6996K
    [ 20.168] (II) RADEON(0): VRAM usage limit set to 222987K
    [ 20.169] (==) RADEON(0): Backing store disabled
    [ 20.169] (II) RADEON(0): Direct rendering enabled
    [ 20.180] (II) RADEON(0): Setting EXA maxPitchBytes
    [ 20.180] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 20.180] (II) EXA(0): Driver registered support for the following operations:
    [ 20.180] (II) Solid
    [ 20.180] (II) Copy
    [ 20.180] (II) Composite (RENDER acceleration)
    [ 20.180] (II) UploadToScreen
    [ 20.180] (II) DownloadFromScreen
    [ 20.180] (II) RADEON(0): Acceleration enabled
    [ 20.180] (==) RADEON(0): DPMS enabled
    [ 20.180] (==) RADEON(0): Silken mouse enabled
    [ 20.181] (II) RADEON(0): Set up textured video
    [ 20.181] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
    [ 20.181] (II) RADEON(0): [XvMC] Extension initialized.
    [ 20.181] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 20.181] (WW) RADEON(0): Option "AccellMethod" is not used
    [ 20.181] (--) RandR disabled
    [ 20.181] (II) Initializing built-in extension Generic Event Extension
    [ 20.181] (II) Initializing built-in extension SHAPE
    [ 20.181] (II) Initializing built-in extension MIT-SHM
    [ 20.181] (II) Initializing built-in extension XInputExtension
    [ 20.181] (II) Initializing built-in extension XTEST
    [ 20.181] (II) Initializing built-in extension BIG-REQUESTS
    [ 20.181] (II) Initializing built-in extension SYNC
    [ 20.181] (II) Initializing built-in extension XKEYBOARD
    [ 20.181] (II) Initializing built-in extension XC-MISC
    [ 20.181] (II) Initializing built-in extension SECURITY
    [ 20.181] (II) Initializing built-in extension XINERAMA
    [ 20.181] (II) Initializing built-in extension XFIXES
    [ 20.181] (II) Initializing built-in extension RENDER
    [ 20.181] (II) Initializing built-in extension RANDR
    [ 20.181] (II) Initializing built-in extension COMPOSITE
    [ 20.181] (II) Initializing built-in extension DAMAGE
    [ 20.517] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 20.517] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 20.517] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 20.517] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 20.517] (II) AIGLX: Loaded and initialized r600
    [ 20.517] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 20.534] (II) RADEON(0): Setting screen physical size to 444 x 277
    [ 20.967] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 20.967] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 20.967] (II) LoadModule: "evdev"
    [ 20.967] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 20.977] (II) Module evdev: vendor="X.Org Foundation"
    [ 20.977] compiled for 1.12.3.901, module version = 2.7.3
    [ 20.977] Module class: X.Org XInput Driver
    [ 20.977] ABI class: X.Org XInput driver, version 16.0
    [ 20.977] (II) Using input driver 'evdev' for 'Power Button'
    [ 20.977] (**) Power Button: always reports core events
    [ 20.977] (**) evdev: Power Button: Device: "/dev/input/event4"
    [ 20.977] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 20.977] (--) evdev: Power Button: Found keys
    [ 20.977] (II) evdev: Power Button: Configuring as keyboard
    [ 20.977] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
    [ 20.978] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 20.978] (**) Option "xkb_rules" "evdev"
    [ 20.978] (**) Option "xkb_model" "evdev"
    [ 20.978] (**) Option "xkb_layout" "us"
    [ 20.998] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 20.998] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 20.998] (II) Using input driver 'evdev' for 'Power Button'
    [ 20.998] (**) Power Button: always reports core events
    [ 20.998] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 20.998] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 20.998] (--) evdev: Power Button: Found keys
    [ 20.998] (II) evdev: Power Button: Configuring as keyboard
    [ 20.998] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3"
    [ 20.998] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 20.998] (**) Option "xkb_rules" "evdev"
    [ 20.998] (**) Option "xkb_model" "evdev"
    [ 20.998] (**) Option "xkb_layout" "us"
    [ 20.999] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event11)
    [ 20.999] (II) No input driver specified, ignoring this device.
    [ 20.999] (II) This device may have been added with another device file.
    [ 20.999] (II) config/udev: Adding input device HDA Intel Line Out (/dev/input/event10)
    [ 20.999] (II) No input driver specified, ignoring this device.
    [ 20.999] (II) This device may have been added with another device file.
    [ 20.999] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event6)
    [ 20.999] (II) No input driver specified, ignoring this device.
    [ 20.999] (II) This device may have been added with another device file.
    [ 20.999] (II) config/udev: Adding input device HDA Intel Front Mic (/dev/input/event7)
    [ 20.999] (II) No input driver specified, ignoring this device.
    [ 20.999] (II) This device may have been added with another device file.
    [ 20.999] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event8)
    [ 20.999] (II) No input driver specified, ignoring this device.
    [ 20.999] (II) This device may have been added with another device file.
    [ 21.000] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event9)
    [ 21.000] (II) No input driver specified, ignoring this device.
    [ 21.000] (II) This device may have been added with another device file.
    [ 21.000] (II) config/udev: Adding input device Dell Dell USB Keyboard Hub (/dev/input/event1)
    [ 21.000] (**) Dell Dell USB Keyboard Hub: Applying InputClass "evdev keyboard catchall"
    [ 21.000] (II) Using input driver 'evdev' for 'Dell Dell USB Keyboard Hub'
    [ 21.000] (**) Dell Dell USB Keyboard Hub: always reports core events
    [ 21.000] (**) evdev: Dell Dell USB Keyboard Hub: Device: "/dev/input/event1"
    [ 21.000] (--) evdev: Dell Dell USB Keyboard Hub: Vendor 0x413c Product 0x2010
    [ 21.000] (--) evdev: Dell Dell USB Keyboard Hub: Found keys
    [ 21.000] (II) evdev: Dell Dell USB Keyboard Hub: Configuring as keyboard
    [ 21.000] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/input/input1/event1"
    [ 21.000] (II) XINPUT: Adding extended input device "Dell Dell USB Keyboard Hub" (type: KEYBOARD, id 8)
    [ 21.000] (**) Option "xkb_rules" "evdev"
    [ 21.000] (**) Option "xkb_model" "evdev"
    [ 21.000] (**) Option "xkb_layout" "us"
    [ 21.001] (II) config/udev: Adding input device Dell Dell USB Keyboard Hub (/dev/input/event2)
    [ 21.001] (**) Dell Dell USB Keyboard Hub: Applying InputClass "evdev keyboard catchall"
    [ 21.001] (II) Using input driver 'evdev' for 'Dell Dell USB Keyboard Hub'
    [ 21.001] (**) Dell Dell USB Keyboard Hub: always reports core events
    [ 21.001] (**) evdev: Dell Dell USB Keyboard Hub: Device: "/dev/input/event2"
    [ 21.001] (--) evdev: Dell Dell USB Keyboard Hub: Vendor 0x413c Product 0x2010
    [ 21.001] (--) evdev: Dell Dell USB Keyboard Hub: Found absolute axes
    [ 21.001] (II) evdev: Dell Dell USB Keyboard Hub: Forcing absolute x/y axes to exist.
    [ 21.001] (--) evdev: Dell Dell USB Keyboard Hub: Found keys
    [ 21.001] (II) evdev: Dell Dell USB Keyboard Hub: Forcing relative x/y axes to exist.
    [ 21.001] (II) evdev: Dell Dell USB Keyboard Hub: Configuring as mouse
    [ 21.001] (II) evdev: Dell Dell USB Keyboard Hub: Configuring as keyboard
    [ 21.001] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.1/input/input2/event2"
    [ 21.001] (II) XINPUT: Adding extended input device "Dell Dell USB Keyboard Hub" (type: KEYBOARD, id 9)
    [ 21.001] (**) Option "xkb_rules" "evdev"
    [ 21.001] (**) Option "xkb_model" "evdev"
    [ 21.001] (**) Option "xkb_layout" "us"
    [ 21.001] (II) evdev: Dell Dell USB Keyboard Hub: initialized for absolute axes.
    [ 21.001] (**) Dell Dell USB Keyboard Hub: (accel) keeping acceleration scheme 1
    [ 21.001] (**) Dell Dell USB Keyboard Hub: (accel) acceleration profile 0
    [ 21.001] (**) Dell Dell USB Keyboard Hub: (accel) acceleration factor: 2.000
    [ 21.001] (**) Dell Dell USB Keyboard Hub: (accel) acceleration threshold: 4
    [ 21.001] (II) config/udev: Adding input device Razer DeathAdder (/dev/input/event0)
    [ 21.001] (**) Razer DeathAdder: Applying InputClass "evdev pointer catchall"
    [ 21.001] (II) Using input driver 'evdev' for 'Razer DeathAdder'
    [ 21.001] (**) Razer DeathAdder: always reports core events
    [ 21.001] (**) evdev: Razer DeathAdder: Device: "/dev/input/event0"
    [ 21.001] (--) evdev: Razer DeathAdder: Vendor 0x1532 Product 0x7
    [ 21.001] (--) evdev: Razer DeathAdder: Found 12 mouse buttons
    [ 21.001] (--) evdev: Razer DeathAdder: Found scroll wheel(s)
    [ 21.001] (--) evdev: Razer DeathAdder: Found relative axes
    [ 21.001] (--) evdev: Razer DeathAdder: Found x and y relative axes
    [ 21.001] (II) evdev: Razer DeathAdder: Configuring as mouse
    [ 21.001] (II) evdev: Razer DeathAdder: Adding scrollwheel support
    [ 21.001] (**) evdev: Razer DeathAdder: YAxisMapping: buttons 4 and 5
    [ 21.001] (**) evdev: Razer DeathAdder: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 21.001] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/input/input0/event0"
    [ 21.001] (II) XINPUT: Adding extended input device "Razer DeathAdder" (type: MOUSE, id 10)
    [ 21.002] (II) evdev: Razer DeathAdder: initialized for relative axes.
    [ 21.002] (**) Razer DeathAdder: (accel) keeping acceleration scheme 1
    [ 21.002] (**) Razer DeathAdder: (accel) acceleration profile 0
    [ 21.002] (**) Razer DeathAdder: (accel) acceleration factor: 2.000
    [ 21.002] (**) Razer DeathAdder: (accel) acceleration threshold: 4
    [ 21.002] (II) config/udev: Adding input device Razer DeathAdder (/dev/input/mouse0)
    [ 21.002] (II) No input driver specified, ignoring this device.
    [ 21.002] (II) This device may have been added with another device file.
    [ 21.002] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
    [ 21.002] (II) No input driver specified, ignoring this device.
    [ 21.002] (II) This device may have been added with another device file.
    [ 21.090] (II) RADEON(0): EDID vendor "AOC", prod id 8193
    [ 21.090] (II) RADEON(0): Using hsync ranges from config file
    [ 21.090] (II) RADEON(0): Using vrefresh ranges from config file
    [ 21.090] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 21.090] (II) RADEON(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
    [ 21.090] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 21.090] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 21.090] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 21.090] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 21.090] (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 21.090] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 21.090] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 21.090] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 21.090] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 21.090] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 21.090] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 21.090] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 21.090] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 21.090] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 21.090] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 21.090] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 21.090] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 21.090] (II) RADEON(0): Modeline "1440x900"x0.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
    [ 21.090] (II) RADEON(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 21.090] (II) RADEON(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 26.186] (II) RADEON(0): EDID vendor "AOC", prod id 8193
    [ 26.186] (II) RADEON(0): Using hsync ranges from config file
    [ 26.186] (II) RADEON(0): Using vrefresh ranges from config file
    [ 26.186] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 26.187] (II) RADEON(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
    [ 26.187] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 26.187] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 26.187] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 26.187] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 26.187] (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 26.187] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 26.187] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 26.187] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 26.187] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 26.187] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 26.187] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 26.187] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 26.187] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 26.187] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 26.187] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 26.187] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 26.187] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 26.187] (II) RADEON(0): Modeline "1440x900"x0.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
    [ 26.187] (II) RADEON(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 26.187] (II) RADEON(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 35.593] (II) RADEON(0): EDID vendor "AOC", prod id 8193
    [ 35.593] (II) RADEON(0): Using hsync ranges from config file
    [ 35.593] (II) RADEON(0): Using vrefresh ranges from config file
    [ 35.593] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 35.593] (II) RADEON(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
    [ 35.593] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 35.593] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 35.593] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 35.593] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 35.593] (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 35.593] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 35.593] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 35.593] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 35.593] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 35.593] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 35.593] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 35.593] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 35.593] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 35.593] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 35.593] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 35.593] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 35.593] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 35.593] (II) RADEON(0): Modeline "1440x900"x0.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
    [ 35.593] (II) RADEON(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 35.593] (II) RADEON(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 35.673] (II) RADEON(0): EDID vendor "AOC", prod id 8193
    [ 35.673] (II) RADEON(0): Using hsync ranges from config file
    [ 35.673] (II) RADEON(0): Using vrefresh ranges from config file
    [ 35.673] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 35.673] (II) RADEON(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
    [ 35.673] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 35.673] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 35.673] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 35.673] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 35.673] (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 35.673] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 35.673] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 35.673] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 35.673] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 35.673] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 35.673] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 35.673] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 35.673] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 35.673] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 35.673] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 35.673] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 35.673] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 35.673] (II) RADEON(0): Modeline "1440x900"x0.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
    [ 35.673] (II) RADEON(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 35.673] (II) RADEON(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 36.536] (II) RADEON(0): EDID vendor "AOC", prod id 8193
    [ 36.536] (II) RADEON(0): Using hsync ranges from config file
    [ 36.536] (II) RADEON(0): Using vrefresh ranges from config file
    [ 36.536] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 36.536] (II) RADEON(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
    [ 36.537] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 36.537] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 36.537] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 36.537] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync

    One option is to use xinerama. The other is to create a screen configuration file with:
    Section "Screen"
    Identifier "Screen0"
    Device "radeon"
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Radeon 9200"
    EndSection
    A window will be confined to the screen where it was started, so this is not perfect. But we will have to wait until at least xorg-server-1.13 before this changes.

  • Open ATI Drivers - Unable to initialise screen in normal boot

    Hi,
    I've been having a bunch of trouble with my graphics card since installing a Radeon HD 6900 card. Neither the Catalyst driver or the Xorg Open ATI driver currently work. I've abbandoned the Catalyst drivers as just unwilling to work with Gnome 3 or any other compositing WM. So i've started up a fresh install of Arch using the Xorg Open ATI drivers.
    local/xf86-video-ati 1:6.14.6-1
    local/xorg-server 1.12.2-1
    What i'm finding is weird, the Open ATI drivers fail to load X as they have for quite some time (displaying a weird garbled screen that has elements of colour from the login screen but is mostly garbage, in the latest version I can actually see the tail of the mouse stuck at the top of the screen and moving it across to the far right gives me the bottom few pixels of the mouse repeated in vertical lines all over the rest of the screen). However if I boot into failsafe mode it appears to load X normally. From what I can tell of the Xorg.0.log for both sessions I think it's loading the Xorg drivers in both settings but I'm not sure.
    Xorg.0.log From Failed Screen Mode Setting
    [ 24.898]
    X.Org X Server 1.12.2
    Release Date: 2012-05-29
    [ 24.898] X Protocol Version 11, Revision 0
    [ 24.898] Build Operating System: Linux 3.0.32-1-lts x86_64
    [ 24.898] Current Operating System: Linux nixon 3.4.4-2-ARCH #1 SMP PREEMPT Sun Jun 24 18:59:47 CEST 2012 x86_64
    [ 24.898] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sda1 ro vga=794
    [ 24.898] Build Date: 30 May 2012 07:24:13PM
    [ 24.898]
    [ 24.898] Current version of pixman: 0.26.2
    [ 24.898] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 24.898] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 24.899] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jul 6 14:42:35 2012
    [ 24.927] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 24.966] (==) No Layout section. Using the first Screen section.
    [ 24.966] (==) No screen section available. Using defaults.
    [ 24.966] (**) |-->Screen "Default Screen Section" (0)
    [ 24.966] (**) | |-->Monitor "<default monitor>"
    [ 24.966] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 24.966] (==) Automatically adding devices
    [ 24.966] (==) Automatically enabling devices
    [ 25.031] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 25.031] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 25.031] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 25.032] (II) Loader magic: 0x7c58e0
    [ 25.032] (II) Module ABI versions:
    [ 25.032] X.Org ANSI C Emulation: 0.4
    [ 25.032] X.Org Video Driver: 12.0
    [ 25.032] X.Org XInput driver : 16.0
    [ 25.032] X.Org Server Extension : 6.0
    [ 25.033] (--) PCI:*(0:1:0:0) 1002:6719:174b:186b rev 0, Mem @ 0xd0000000/268435456, 0xfdfc0000/131072, I/O @ 0x0000ee00/256, BIOS @ 0x????????/131072
    [ 25.033] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 25.033] (II) LoadModule: "extmod"
    [ 25.035] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 25.045] (II) Module extmod: vendor="X.Org Foundation"
    [ 25.045] compiled for 1.12.2, module version = 1.0.0
    [ 25.045] Module class: X.Org Server Extension
    [ 25.045] ABI class: X.Org Server Extension, version 6.0
    [ 25.045] (II) Loading extension MIT-SCREEN-SAVER
    [ 25.045] (II) Loading extension XFree86-VidModeExtension
    [ 25.045] (II) Loading extension XFree86-DGA
    [ 25.045] (II) Loading extension DPMS
    [ 25.045] (II) Loading extension XVideo
    [ 25.045] (II) Loading extension XVideo-MotionCompensation
    [ 25.045] (II) Loading extension X-Resource
    [ 25.045] (II) LoadModule: "dbe"
    [ 25.046] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 25.056] (II) Module dbe: vendor="X.Org Foundation"
    [ 25.056] compiled for 1.12.2, module version = 1.0.0
    [ 25.056] Module class: X.Org Server Extension
    [ 25.056] ABI class: X.Org Server Extension, version 6.0
    [ 25.056] (II) Loading extension DOUBLE-BUFFER
    [ 25.056] (II) LoadModule: "glx"
    [ 25.056] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 25.070] (II) Module glx: vendor="X.Org Foundation"
    [ 25.070] compiled for 1.12.2, module version = 1.0.0
    [ 25.070] ABI class: X.Org Server Extension, version 6.0
    [ 25.070] (==) AIGLX enabled
    [ 25.071] (II) Loading extension GLX
    [ 25.071] (II) LoadModule: "record"
    [ 25.071] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 25.072] (II) Module record: vendor="X.Org Foundation"
    [ 25.072] compiled for 1.12.2, module version = 1.13.0
    [ 25.072] Module class: X.Org Server Extension
    [ 25.072] ABI class: X.Org Server Extension, version 6.0
    [ 25.072] (II) Loading extension RECORD
    [ 25.072] (II) LoadModule: "dri"
    [ 25.073] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 25.086] (II) Module dri: vendor="X.Org Foundation"
    [ 25.086] compiled for 1.12.2, module version = 1.0.0
    [ 25.086] ABI class: X.Org Server Extension, version 6.0
    [ 25.086] (II) Loading extension XFree86-DRI
    [ 25.086] (II) LoadModule: "dri2"
    [ 25.087] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 25.087] (II) Module dri2: vendor="X.Org Foundation"
    [ 25.087] compiled for 1.12.2, module version = 1.2.0
    [ 25.087] ABI class: X.Org Server Extension, version 6.0
    [ 25.087] (II) Loading extension DRI2
    [ 25.088] (==) Matched ati as autoconfigured driver 0
    [ 25.088] (==) Matched vesa as autoconfigured driver 1
    [ 25.088] (==) Matched fbdev as autoconfigured driver 2
    [ 25.088] (==) Assigned the driver to the xf86ConfigLayout
    [ 25.088] (II) LoadModule: "ati"
    [ 25.088] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 25.097] (II) Module ati: vendor="X.Org Foundation"
    [ 25.097] compiled for 1.12.2, module version = 6.14.6
    [ 25.097] Module class: X.Org Video Driver
    [ 25.097] ABI class: X.Org Video Driver, version 12.0
    [ 25.097] (II) LoadModule: "radeon"
    [ 25.098] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 25.119] (II) Module radeon: vendor="X.Org Foundation"
    [ 25.119] compiled for 1.12.2, module version = 6.14.6
    [ 25.119] Module class: X.Org Video Driver
    [ 25.119] ABI class: X.Org Video Driver, version 12.0
    [ 25.120] (II) LoadModule: "vesa"
    [ 25.120] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 25.131] (II) Module vesa: vendor="X.Org Foundation"
    [ 25.131] compiled for 1.12.0, module version = 2.3.1
    [ 25.131] Module class: X.Org Video Driver
    [ 25.131] ABI class: X.Org Video Driver, version 12.0
    [ 25.132] (II) LoadModule: "fbdev"
    [ 25.132] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 25.133] (II) Module fbdev: vendor="X.Org Foundation"
    [ 25.133] compiled for 1.12.2, module version = 0.4.3
    [ 25.133] Module class: X.Org Video Driver
    [ 25.133] ABI class: X.Org Video Driver, version 12.0
    [ 25.133] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
    ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
    ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
    ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
    CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
    BARTS, BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA
    [ 25.139] (II) VESA: driver for VESA chipsets: vesa
    [ 25.139] (II) FBDEV: driver for framebuffer: fbdev
    [ 25.139] (++) using VT number 7
    [ 25.143] (II) [KMS] Kernel modesetting enabled.
    [ 25.143] (WW) Falling back to old probe method for vesa
    [ 25.143] (WW) Falling back to old probe method for fbdev
    [ 25.143] (II) Loading sub module "fbdevhw"
    [ 25.143] (II) LoadModule: "fbdevhw"
    [ 25.143] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [ 25.148] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 25.148] compiled for 1.12.2, module version = 0.0.2
    [ 25.148] ABI class: X.Org Video Driver, version 12.0
    [ 25.148] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 25.148] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 25.148] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 25.148] (==) RADEON(0): Default visual is TrueColor
    [ 25.148] (==) RADEON(0): RGB weight 888
    [ 25.148] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 25.148] (--) RADEON(0): Chipset: "AMD Radeon HD 6900 Series" (ChipID = 0x6719)
    [ 25.148] (II) RADEON(0): PCIE card detected
    [ 25.148] drmOpenDevice: node name is /dev/dri/card0
    [ 25.148] drmOpenDevice: open result is 8, (OK)
    [ 25.148] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    [ 25.148] drmOpenDevice: node name is /dev/dri/card0
    [ 25.148] drmOpenDevice: open result is 8, (OK)
    [ 25.148] drmOpenByBusid: drmOpenMinor returns 8
    [ 25.148] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    [ 25.148] (II) Loading sub module "exa"
    [ 25.148] (II) LoadModule: "exa"
    [ 25.149] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 25.149] (II) Module exa: vendor="X.Org Foundation"
    [ 25.149] compiled for 1.12.2, module version = 2.5.0
    [ 25.149] ABI class: X.Org Video Driver, version 12.0
    [ 25.150] (II) RADEON(0): KMS Color Tiling: enabled
    [ 25.150] (II) RADEON(0): KMS Pageflipping: enabled
    [ 25.150] (II) RADEON(0): SwapBuffers wait for vsync: enabled
    [ 25.163] (II) RADEON(0): Output DisplayPort-0 has no monitor section
    [ 25.165] (II) RADEON(0): Output HDMI-0 has no monitor section
    [ 25.168] (II) RADEON(0): Output DVI-0 has no monitor section
    [ 25.199] (II) RADEON(0): Output DVI-1 has no monitor section
    [ 25.210] (II) RADEON(0): EDID for output DisplayPort-0
    [ 25.212] (II) RADEON(0): EDID for output HDMI-0
    [ 25.214] (II) RADEON(0): EDID for output DVI-0
    [ 25.246] (II) RADEON(0): EDID for output DVI-1
    [ 25.246] (II) RADEON(0): Manufacturer: NUL Model: 1 Serial#: 1
    [ 25.246] (II) RADEON(0): Year: 2002 Week: 32
    [ 25.246] (II) RADEON(0): EDID Version: 1.3
    [ 25.246] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    [ 25.246] (II) RADEON(0): Sync: Separate
    [ 25.246] (II) RADEON(0): Max Image Size [cm]: horiz.: 34 vert.: 27
    [ 25.246] (II) RADEON(0): Gamma: 1.00
    [ 25.246] (II) RADEON(0): DPMS capabilities: StandBy Suspend; RGB/Color Display
    [ 25.246] (II) RADEON(0): First detailed timing is preferred mode
    [ 25.246] (II) RADEON(0): redX: 0.609 redY: 0.352 greenX: 0.303 greenY: 0.550
    [ 25.246] (II) RADEON(0): blueX: 0.148 blueY: 0.128 whiteX: 0.305 whiteY: 0.342
    [ 25.246] (II) RADEON(0): Supported established timings:
    [ 25.246] (II) RADEON(0): 720x400@70Hz
    [ 25.246] (II) RADEON(0): 640x480@60Hz
    [ 25.246] (II) RADEON(0): 640x480@72Hz
    [ 25.246] (II) RADEON(0): 640x480@75Hz
    [ 25.246] (II) RADEON(0): 800x600@56Hz
    [ 25.246] (II) RADEON(0): 800x600@60Hz
    [ 25.246] (II) RADEON(0): 800x600@72Hz
    [ 25.246] (II) RADEON(0): 800x600@75Hz
    [ 25.246] (II) RADEON(0): 1024x768@60Hz
    [ 25.246] (II) RADEON(0): 1024x768@70Hz
    [ 25.246] (II) RADEON(0): 1024x768@75Hz
    [ 25.246] (II) RADEON(0): 1280x1024@75Hz
    [ 25.246] (II) RADEON(0): Manufacturer's mask: 0
    [ 25.246] (II) RADEON(0): Supported standard timings:
    [ 25.246] (II) RADEON(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 25.246] (II) RADEON(0): Supported detailed timing:
    [ 25.246] (II) RADEON(0): clock: 108.0 MHz Image Size: 338 x 270 mm
    [ 25.246] (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    [ 25.246] (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
    [ 25.246] (II) RADEON(0):
    [ 25.246] (II) RADEON(0):
    [ 25.246] (II) RADEON(0): Monitor name:
    [ 25.246] (II) RADEON(0): EDID (in hex):
    [ 25.246] (II) RADEON(0): 00ffffffffffff003aac010001000000
    [ 25.246] (II) RADEON(0): 200c010308221b00ca0b329c5a4d8c26
    [ 25.246] (II) RADEON(0): 204e57afcf0081800101010101010101
    [ 25.246] (II) RADEON(0): 010101010101302a009851002a403070
    [ 25.246] (II) RADEON(0): 1300520e1100001e000000fe000a2020
    [ 25.246] (II) RADEON(0): 20202020202020202020000000fe000a
    [ 25.246] (II) RADEON(0): 202020202020202020202020000000fc
    [ 25.246] (II) RADEON(0): 000a20202020202020202020202000d6
    [ 25.246] (II) RADEON(0): Printing probed modes for output DVI-1
    [ 25.246] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
    [ 25.246] (II) RADEON(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 25.246] (II) RADEON(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 25.246] (II) RADEON(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 25.246] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 25.246] (II) RADEON(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 25.246] (II) RADEON(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 25.246] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 25.246] (II) RADEON(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 25.246] (II) RADEON(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    [ 25.246] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 25.246] (II) RADEON(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 25.246] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 25.246] (II) RADEON(0): Output DisplayPort-0 disconnected
    [ 25.246] (II) RADEON(0): Output HDMI-0 disconnected
    [ 25.246] (II) RADEON(0): Output DVI-0 disconnected
    [ 25.246] (II) RADEON(0): Output DVI-1 connected
    [ 25.246] (II) RADEON(0): Using exact sizes for initial modes
    [ 25.246] (II) RADEON(0): Output DVI-1 using initial mode 1280x1024
    [ 25.246] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 25.246] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:80000000 visible:fac0000
    [ 25.246] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
    [ 25.246] (==) RADEON(0): DPI set to (96, 96)
    [ 25.246] (II) Loading sub module "fb"
    [ 25.246] (II) LoadModule: "fb"
    [ 25.246] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 25.257] (II) Module fb: vendor="X.Org Foundation"
    [ 25.258] compiled for 1.12.2, module version = 1.0.0
    [ 25.258] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 25.258] (II) Loading sub module "ramdac"
    [ 25.258] (II) LoadModule: "ramdac"
    [ 25.258] (II) Module "ramdac" already built-in
    [ 25.258] (II) UnloadModule: "vesa"
    [ 25.258] (II) Unloading vesa
    [ 25.258] (II) UnloadModule: "fbdev"
    [ 25.258] (II) Unloading fbdev
    [ 25.258] (II) UnloadSubModule: "fbdevhw"
    [ 25.258] (II) Unloading fbdevhw
    [ 25.258] (--) Depth 24 pixmap format is 32 bpp
    [ 25.265] (II) RADEON(0): [DRI2] Setup complete
    [ 25.265] (II) RADEON(0): [DRI2] DRI driver: r600
    [ 25.265] (II) RADEON(0): [DRI2] VDPAU driver: r600
    [ 25.265] (II) RADEON(0): Front buffer size: 5120K
    [ 25.265] (II) RADEON(0): VRAM usage limit set to 226483K
    [ 25.267] (==) RADEON(0): Backing store disabled
    [ 25.267] (II) RADEON(0): Direct rendering enabled
    [ 25.268] (II) RADEON(0): Setting EXA maxPitchBytes
    [ 25.268] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 25.268] (II) EXA(0): Driver registered support for the following operations:
    [ 25.268] (II) Solid
    [ 25.268] (II) Copy
    [ 25.268] (II) Composite (RENDER acceleration)
    [ 25.268] (II) UploadToScreen
    [ 25.268] (II) DownloadFromScreen
    [ 25.268] (II) RADEON(0): Acceleration enabled
    [ 25.268] (==) RADEON(0): DPMS enabled
    [ 25.268] (==) RADEON(0): Silken mouse enabled
    [ 25.279] (II) RADEON(0): Set up textured video
    [ 25.279] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
    [ 25.279] (II) RADEON(0): [XvMC] Extension initialized.
    [ 25.279] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 25.279] (--) RandR disabled
    [ 25.279] (II) Initializing built-in extension Generic Event Extension
    [ 25.279] (II) Initializing built-in extension SHAPE
    [ 25.279] (II) Initializing built-in extension MIT-SHM
    [ 25.279] (II) Initializing built-in extension XInputExtension
    [ 25.279] (II) Initializing built-in extension XTEST
    [ 25.279] (II) Initializing built-in extension BIG-REQUESTS
    [ 25.279] (II) Initializing built-in extension SYNC
    [ 25.279] (II) Initializing built-in extension XKEYBOARD
    [ 25.279] (II) Initializing built-in extension XC-MISC
    [ 25.279] (II) Initializing built-in extension SECURITY
    [ 25.279] (II) Initializing built-in extension XINERAMA
    [ 25.280] (II) Initializing built-in extension XFIXES
    [ 25.280] (II) Initializing built-in extension RENDER
    [ 25.280] (II) Initializing built-in extension RANDR
    [ 25.280] (II) Initializing built-in extension COMPOSITE
    [ 25.280] (II) Initializing built-in extension DAMAGE
    [ 25.716] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 25.716] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 25.716] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 25.716] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 25.718] (II) AIGLX: Loaded and initialized r600
    [ 25.718] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 25.764] (II) RADEON(0): Setting screen physical size to 338 x 270
    [ 26.178] (II) config/udev: Adding input device Power Button (/dev/input/event5)
    [ 26.178] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 26.178] (II) LoadModule: "evdev"
    [ 26.200] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 26.206] (II) Module evdev: vendor="X.Org Foundation"
    [ 26.206] compiled for 1.12.0, module version = 2.7.0
    [ 26.206] Module class: X.Org XInput Driver
    [ 26.206] ABI class: X.Org XInput driver, version 16.0
    [ 26.206] (II) Using input driver 'evdev' for 'Power Button'
    [ 26.206] (**) Power Button: always reports core events
    [ 26.206] (**) evdev: Power Button: Device: "/dev/input/event5"
    [ 26.206] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 26.206] (--) evdev: Power Button: Found keys
    [ 26.206] (II) evdev: Power Button: Configuring as keyboard
    [ 26.206] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event5"
    [ 26.206] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 26.206] (**) Option "xkb_rules" "evdev"
    [ 26.206] (**) Option "xkb_model" "evdev"
    [ 26.206] (**) Option "xkb_layout" "us"
    [ 26.239] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 26.239] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 26.239] (II) Using input driver 'evdev' for 'Power Button'
    [ 26.239] (**) Power Button: always reports core events
    [ 26.239] (**) evdev: Power Button: Device: "/dev/input/event4"
    [ 26.239] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 26.239] (--) evdev: Power Button: Found keys
    [ 26.239] (II) evdev: Power Button: Configuring as keyboard
    [ 26.239] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4/event4"
    [ 26.239] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 26.239] (**) Option "xkb_rules" "evdev"
    [ 26.239] (**) Option "xkb_model" "evdev"
    [ 26.239] (**) Option "xkb_layout" "us"
    [ 26.240] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event15)
    [ 26.240] (II) No input driver specified, ignoring this device.
    [ 26.241] (II) This device may have been added with another device file.
    [ 26.241] (II) config/udev: Adding input device B16_b_02 USB-PS/2 Optical Mouse (/dev/input/event0)
    [ 26.241] (**) B16_b_02 USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
    [ 26.241] (II) Using input driver 'evdev' for 'B16_b_02 USB-PS/2 Optical Mouse'
    [ 26.241] (**) B16_b_02 USB-PS/2 Optical Mouse: always reports core events
    [ 26.241] (**) evdev: B16_b_02 USB-PS/2 Optical Mouse: Device: "/dev/input/event0"
    [ 26.241] (--) evdev: B16_b_02 USB-PS/2 Optical Mouse: Vendor 0x46d Product 0xc025
    [ 26.241] (--) evdev: B16_b_02 USB-PS/2 Optical Mouse: Found 12 mouse buttons
    [ 26.241] (--) evdev: B16_b_02 USB-PS/2 Optical Mouse: Found scroll wheel(s)
    [ 26.241] (--) evdev: B16_b_02 USB-PS/2 Optical Mouse: Found relative axes
    [ 26.241] (--) evdev: B16_b_02 USB-PS/2 Optical Mouse: Found x and y relative axes
    [ 26.242] (II) evdev: B16_b_02 USB-PS/2 Optical Mouse: Configuring as mouse
    [ 26.242] (II) evdev: B16_b_02 USB-PS/2 Optical Mouse: Adding scrollwheel support
    [ 26.242] (**) evdev: B16_b_02 USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
    [ 26.242] (**) evdev: B16_b_02 USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 26.242] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:13.0/usb5/5-1/5-1:1.0/input/input0/event0"
    [ 26.242] (II) XINPUT: Adding extended input device "B16_b_02 USB-PS/2 Optical Mouse" (type: MOUSE, id 8)
    [ 26.242] (II) evdev: B16_b_02 USB-PS/2 Optical Mouse: initialized for relative axes.
    [ 26.242] (**) B16_b_02 USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
    [ 26.242] (**) B16_b_02 USB-PS/2 Optical Mouse: (accel) acceleration profile 0
    [ 26.243] (**) B16_b_02 USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
    [ 26.243] (**) B16_b_02 USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
    [ 26.243] (II) config/udev: Adding input device B16_b_02 USB-PS/2 Optical Mouse (/dev/input/mouse0)
    [ 26.243] (II) No input driver specified, ignoring this device.
    [ 26.243] (II) This device may have been added with another device file.
    [ 26.244] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event1)
    [ 26.244] (**) Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 26.244] (II) Using input driver 'evdev' for 'Logitech USB Keyboard'
    [ 26.244] (**) Logitech USB Keyboard: always reports core events
    [ 26.244] (**) evdev: Logitech USB Keyboard: Device: "/dev/input/event1"
    [ 26.244] (--) evdev: Logitech USB Keyboard: Vendor 0x46d Product 0xc31d
    [ 26.244] (--) evdev: Logitech USB Keyboard: Found keys
    [ 26.244] (II) evdev: Logitech USB Keyboard: Configuring as keyboard
    [ 26.244] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:13.0/usb5/5-2/5-2:1.0/input/input1/event1"
    [ 26.244] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 9)
    [ 26.244] (**) Option "xkb_rules" "evdev"
    [ 26.244] (**) Option "xkb_model" "evdev"
    [ 26.244] (**) Option "xkb_layout" "us"
    [ 26.245] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event2)
    [ 26.246] (**) Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 26.246] (II) Using input driver 'evdev' for 'Logitech USB Keyboard'
    [ 26.246] (**) Logitech USB Keyboard: always reports core events
    [ 26.246] (**) evdev: Logitech USB Keyboard: Device: "/dev/input/event2"
    [ 26.246] (--) evdev: Logitech USB Keyboard: Vendor 0x46d Product 0xc31d
    [ 26.246] (--) evdev: Logitech USB Keyboard: Found absolute axes
    [ 26.246] (II) evdev: Logitech USB Keyboard: Forcing absolute x/y axes to exist.
    [ 26.246] (--) evdev: Logitech USB Keyboard: Found keys
    [ 26.246] (II) evdev: Logitech USB Keyboard: Configuring as mouse
    [ 26.246] (II) evdev: Logitech USB Keyboard: Configuring as keyboard
    [ 26.246] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:13.0/usb5/5-2/5-2:1.1/input/input2/event2"
    [ 26.246] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 10)
    [ 26.246] (**) Option "xkb_rules" "evdev"
    [ 26.246] (**) Option "xkb_model" "evdev"
    [ 26.246] (**) Option "xkb_layout" "us"
    [ 26.246] (II) evdev: Logitech USB Keyboard: initialized for absolute axes.
    [ 26.246] (**) Logitech USB Keyboard: (accel) keeping acceleration scheme 1
    [ 26.246] (**) Logitech USB Keyboard: (accel) acceleration profile 0
    [ 26.246] (**) Logitech USB Keyboard: (accel) acceleration factor: 2.000
    [ 26.246] (**) Logitech USB Keyboard: (accel) acceleration threshold: 4
    [ 26.246] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
    [ 26.246] (II) No input driver specified, ignoring this device.
    [ 26.247] (II) This device may have been added with another device file.
    [ 26.247] (II) config/udev: Adding input device HDA ATI SB Front Headphone (/dev/input/event10)
    [ 26.247] (II) No input driver specified, ignoring this device.
    [ 26.247] (II) This device may have been added with another device file.
    [ 26.247] (II) config/udev: Adding input device HDA ATI SB Line Out Side (/dev/input/event11)
    [ 26.247] (II) No input driver specified, ignoring this device.
    [ 26.247] (II) This device may have been added with another device file.
    [ 26.247] (II) config/udev: Adding input device HDA ATI SB Line Out CLFE (/dev/input/event12)
    [ 26.247] (II) No input driver specified, ignoring this device.
    [ 26.247] (II) This device may have been added with another device file.
    [ 26.247] (II) config/udev: Adding input device HDA ATI SB Line Out Surround (/dev/input/event13)
    [ 26.247] (II) No input driver specified, ignoring this device.
    [ 26.247] (II) This device may have been added with another device file.
    [ 26.247] (II) config/udev: Adding input device HDA ATI SB Line Out Front (/dev/input/event14)
    [ 26.247] (II) No input driver specified, ignoring this device.
    [ 26.247] (II) This device may have been added with another device file.
    [ 26.247] (II) config/udev: Adding input device HDA ATI SB Line (/dev/input/event7)
    [ 26.247] (II) No input driver specified, ignoring this device.
    [ 26.247] (II) This device may have been added with another device file.
    [ 26.247] (II) config/udev: Adding input device HDA ATI SB Front Mic (/dev/input/event8)
    [ 26.247] (II) No input driver specified, ignoring this device.
    [ 26.247] (II) This device may have been added with another device file.
    [ 26.248] (II) config/udev: Adding input device HDA ATI SB Rear Mic (/dev/input/event9)
    [ 26.248] (II) No input driver specified, ignoring this device.
    [ 26.248] (II) This device may have been added with another device file.
    [ 26.248] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
    [ 26.248] (II) No input driver specified, ignoring this device.
    [ 26.248] (II) This device may have been added with another device file.
    [ 26.309] (II) RADEON(0): EDID vendor "NUL", prod id 1
    [ 26.309] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 26.309] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
    [ 26.309] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 26.309] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 26.309] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 26.309] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 26.309] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 26.309] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 26.309] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 26.309] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 26.309] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 26.309] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 26.309] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 26.309] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 31.686] (II) RADEON(0): EDID vendor "NUL", prod id 1
    [ 31.686] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 31.686] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
    [ 31.686] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 31.686] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 31.686] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 31.686] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 31.686] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 31.686] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 31.686] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 31.686] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 31.686] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 31.686] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 31.686] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 31.686] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 57.574] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 78.281] (II) evdev: Logitech USB Keyboard: Close
    [ 78.281] (II) UnloadModule: "evdev"
    [ 78.281] (II) evdev: Logitech USB Keyboard: Close
    [ 78.281] (II) UnloadModule: "evdev"
    [ 78.281] (II) evdev: B16_b_02 USB-PS/2 Optical Mouse: Close
    [ 78.281] (II) UnloadModule: "evdev"
    [ 78.281] (II) evdev: Power Button: Close
    [ 78.281] (II) UnloadModule: "evdev"
    [ 78.281] (II) evdev: Power Button: Close
    [ 78.281] (II) UnloadModule: "evdev"
    [ 78.284] Server terminated successfully (0). Closing log file.
    Xorg.0.log From Successful Screen Mode Setting
    [ 24.765]
    X.Org X Server 1.12.2
    Release Date: 2012-05-29
    [ 24.765] X Protocol Version 11, Revision 0
    [ 24.765] Build Operating System: Linux 3.0.32-1-lts x86_64
    [ 24.765] Current Operating System: Linux nixon 3.4.4-2-ARCH #1 SMP PREEMPT Sun Jun 24 18:59:47 CEST 2012 x86_64
    [ 24.765] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sda1 ro
    [ 24.765] Build Date: 30 May 2012 07:24:13PM
    [ 24.765]
    [ 24.765] Current version of pixman: 0.26.2
    [ 24.765] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 24.765] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 24.766] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jul 6 14:47:41 2012
    [ 24.794] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 24.833] (==) No Layout section. Using the first Screen section.
    [ 24.833] (==) No screen section available. Using defaults.
    [ 24.833] (**) |-->Screen "Default Screen Section" (0)
    [ 24.833] (**) | |-->Monitor "<default monitor>"
    [ 24.833] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 24.833] (==) Automatically adding devices
    [ 24.833] (==) Automatically enabling devices
    [ 24.899] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 24.899] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 24.899] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 24.899] (II) Loader magic: 0x7c58e0
    [ 24.899] (II) Module ABI versions:
    [ 24.899] X.Org ANSI C Emulation: 0.4
    [ 24.899] X.Org Video Driver: 12.0
    [ 24.899] X.Org XInput driver : 16.0
    [ 24.899] X.Org Server Extension : 6.0
    [ 24.900] (--) PCI:*(0:1:0:0) 1002:6719:174b:186b rev 0, Mem @ 0xd0000000/268435456, 0xfdfc0000/131072, I/O @ 0x0000ee00/256, BIOS @ 0x????????/131072
    [ 24.900] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 24.900] (II) LoadModule: "extmod"
    [ 24.902] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 24.912] (II) Module extmod: vendor="X.Org Foundation"
    [ 24.912] compiled for 1.12.2, module version = 1.0.0
    [ 24.912] Module class: X.Org Server Extension
    [ 24.912] ABI class: X.Org Server Extension, version 6.0
    [ 24.912] (II) Loading extension MIT-SCREEN-SAVER
    [ 24.912] (II) Loading extension XFree86-VidModeExtension
    [ 24.913] (II) Loading extension XFree86-DGA
    [ 24.913] (II) Loading extension DPMS
    [ 24.913] (II) Loading extension XVideo
    [ 24.913] (II) Loading extension XVideo-MotionCompensation
    [ 24.913] (II) Loading extension X-Resource
    [ 24.913] (II) LoadModule: "dbe"
    [ 24.913] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 24.923] (II) Module dbe: vendor="X.Org Foundation"
    [ 24.923] compiled for 1.12.2, module version = 1.0.0
    [ 24.923] Module class: X.Org Server Extension
    [ 24.923] ABI class: X.Org Server Extension, version 6.0
    [ 24.923] (II) Loading extension DOUBLE-BUFFER
    [ 24.923] (II) LoadModule: "glx"
    [ 24.923] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 24.937] (II) Module glx: vendor="X.Org Foundation"
    [ 24.937] compiled for 1.12.2, module version = 1.0.0
    [ 24.937] ABI class: X.Org Server Extension, version 6.0
    [ 24.937] (==) AIGLX enabled
    [ 24.938] (II) Loading extension GLX
    [ 24.938] (II) LoadModule: "record"
    [ 24.938] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 24.939] (II) Module record: vendor="X.Org Foundation"
    [ 24.939] compiled for 1.12.2, module version = 1.13.0
    [ 24.939] Module class: X.Org Server Extension
    [ 24.939] ABI class: X.Org Server Extension, version 6.0
    [ 24.939] (II) Loading extension RECORD
    [ 24.939] (II) LoadModule: "dri"
    [ 24.940] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 24.953] (II) Module dri: vendor="X.Org Foundation"
    [ 24.953] compiled for 1.12.2, module version = 1.0.0
    [ 24.953] ABI class: X.Org Server Extension, version 6.0
    [ 24.953] (II) Loading extension XFree86-DRI
    [ 24.953] (II) LoadModule: "dri2"
    [ 24.954] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 24.954] (II) Module dri2: vendor="X.Org Foundation"
    [ 24.954] compiled for 1.12.2, module version = 1.2.0
    [ 24.954] ABI class: X.Org Server Extension, version 6.0
    [ 24.954] (II) Loading extension DRI2
    [ 24.955] (==) Matched ati as autoconfigured driver 0
    [ 24.955] (==) Matched vesa as autoconfigured driver 1
    [ 24.955] (==) Matched fbdev as autoconfigured driver 2
    [ 24.955] (==) Assigned the driver to the xf86ConfigLayout
    [ 24.955] (II) LoadModule: "ati"
    [ 24.955] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 24.964] (II) Module ati: vendor="X.Org Foundation"
    [ 24.964] compiled for 1.12.2, module version = 6.14.6
    [ 24.964] Module class: X.Org Video Driver
    [ 24.964] ABI class: X.Org Video Driver, version 12.0
    [ 24.964] (II) LoadModule: "radeon"
    [ 24.965] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 24.986] (II) Module radeon: vendor="X.Org Foundation"
    [ 24.986] compiled for 1.12.2, module version = 6.14.6
    [ 24.986] Module class: X.Org Video Driver
    [ 24.986] ABI class: X.Org Video Driver, version 12.0
    [ 24.987] (II) LoadModule: "vesa"
    [ 24.987] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 24.999] (II) Module vesa: vendor="X.Org Foundation"
    [ 24.999] compiled for 1.12.0, module version = 2.3.1
    [ 24.999] Module class: X.Org Video Driver
    [ 24.999] ABI class: X.Org Video Driver, version 12.0
    [ 24.999] (II) LoadModule: "fbdev"
    [ 24.999] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 25.000] (II) Module fbdev: vendor="X.Org Foundation"
    [ 25.000] compiled for 1.12.2, module version = 0.4.3
    [ 25.000] Module class: X.Org Video Driver
    [ 25.000] ABI class: X.Org Video Driver, version 12.0
    [ 25.000] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
    ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
    ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
    ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
    CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
    BARTS, BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA
    [ 25.008] (II) VESA: driver for VESA chipsets: vesa
    [ 25.008] (II) FBDEV: driver for framebuffer: fbdev
    [ 25.008] (++) using VT number 7
    [ 25.012] (II) [KMS] Kernel modesetting enabled.
    [ 25.012] (WW) Falling back to old probe method for vesa
    [ 25.012] (WW) Falling back to old probe method for fbdev
    [ 25.012] (II) Loading sub module "fbdevhw"
    [ 25.012] (II) LoadModule: "fbdevhw"
    [ 25.013] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [ 25.015] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 25.015] compiled for 1.12.2, module version = 0.0.2
    [ 25.015] ABI class: X.Org Video Driver, version 12.0
    [ 25.015] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 25.015] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 25.015] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 25.015] (==) RADEON(0): Default visual is TrueColor
    [ 25.015] (==) RADEON(0): RGB weight 888
    [ 25.015] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 25.015] (--) RADEON(0): Chipset: "AMD Radeon HD 6900 Series" (ChipID = 0x6719)
    [ 25.015] (II) RADEON(0): PCIE card detected
    [ 25.015] drmOpenDevice: node name is /dev/dri/card0
    [ 25.015] drmOpenDevice: open result is 8, (OK)
    [ 25.015] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    [ 25.015] drmOpenDevice: node name is /dev/dri/card0
    [ 25.015] drmOpenDevice: open result is 8, (OK)
    [ 25.015] drmOpenByBusid: drmOpenMinor returns 8
    [ 25.015] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    [ 25.015] (II) Loading sub module "exa"
    [ 25.015] (II) LoadModule: "exa"
    [ 25.016] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 25.024] (II) Module exa: vendor="X.Org Foundation"
    [ 25.024] compiled for 1.12.2, module version = 2.5.0
    [ 25.024] ABI class: X.Org Video Driver, version 12.0
    [ 25.025] (II) RADEON(0): KMS Color Tiling: enabled
    [ 25.025] (II) RADEON(0): KMS Pageflipping: enabled
    [ 25.025] (II) RADEON(0): SwapBuffers wait for vsync: enabled
    [ 25.036] (II) RADEON(0): Output DisplayPort-0 has no monitor section
    [ 25.039] (II) RADEON(0): Output HDMI-0 has no monitor section
    [ 25.041] (II) RADEON(0): Output DVI

    As far as I understand, any VGA= option conflicts with kernel modesetting (KMS). Further information can be found here:
    https://wiki.archlinux.org/index.php/At … _.28KMS.29

Maybe you are looking for

  • How to delete files from application server posted in last 30 days

    I have some files in application server posted through ABAP program with the below format \.\.\.abcd_20110209_111209.csv   (with  date and time). I need to delete those files which was posted in last 30 days through another program. Could you plaese

  • MBP runs slow and shows garbled video with KCG errors, Why?

    My 10 month old MacBook Pro runs slow, shows garbled video and is flooded with KCG error messages. I had this problem so i got it fixed by apple. They replaced my Logic Board and it is still happening less than a week from the date that it was fixed.

  • Edit field in a Data Base Table

    Hi Everyone, I am trying to change field VERME(available stock) in LQUA table. The requirement is whenever the value is less than zero in VERME, we should change that to 0. I know its not good to update the DB table directly, but there is no other al

  • Dragging Files Copies Them

    Hello, Each time when I go to drag a group of files from one side of my desktop to another, instead of dragigng them (physically moving their location on their desktop), it makes a copy of each of them, and leaves the originals. Thus, I have two of t

  • PCI 6601 Counter stops when digital channel operated

    This is a problem being re-visted from last year after thinking I had found a solution. Basically I have set two while loops up. Each While loop has a counter channel running in it, Ctr0 and Ctr3 respectivly. When the program is run the two counter c