Xterm gap in openbox tiling

I'm setting up the manual tiling for openbox + arch setup. Below is key-bindings in my rc.xml:
<keybind key="W-a">
<!-- Begin the keychains to manage windows -->
<!-- aeiah's semi-tiling mode -->
<!-- changes by brontosaurusrex, inspired by
http://urukrama.wordpress.com/2011/10/30/manual-tiling-in-openbox/ -->
<!-- super + a & normal numerals -->
<!-- small top left -->
<keybind key="1">
<action name="UnmaximizeFull"/>
<action name="MoveResizeTo">
<x>0</x>
<y>0</y>
<width>50%</width>
<height>50%</height>
</action>
</keybind>
<!-- small top right -->
<keybind key="2">
<action name="UnmaximizeFull"/>
<action name="MoveResizeTo">
<x>50%</x>
<y>0</y>
<width>50%</width>
<height>50%</height>
</action>
</keybind>
<!-- small bottom left -->
<keybind key="3">
<action name="UnmaximizeFull"/>
<action name="MoveResizeTo">
<x>0</x>
<y>50%</y>
<width>50%</width>
<height>50%</height>
</action>
</keybind>
It worked fine with chromium, skype, sublime-text, lxterminal and other windows as well but I see gaps when I try to resize xterm. I've read online and people says xterm resize depends on symbols, not sure what does this mean but is there any workaround for this problem? Main reason I like to use xterm is because in other terminal emulator my color theme for EMACS get messed up.
Last edited by shivamkalra (2013-10-07 17:50:56)

Xterm size is determined by rows and columns of text.  It won't let you have a partial column or a partial row.  The number of pixels used for a row or column will depend on the particular font itself and the size you select for the font in your X resources configuration.
You are able to nudge the effective row height with xterm's 'scaleHeight' resource.  It adjusts the space between lines.  I use scaleHeight to avoid bumping DejaVu Sans Mono's low-hanging underscore from the line below.

Similar Messages

  • Xterm/urxvt gaps in Openbox

    Hi,
    When using xterm/urxvt in Openbox (and maybe other WMs) they leave gaps in and outside of the window.
    For example:
    1, If I have a keybind to move the window to the right-edge of the screen, there is a gap between the xterm window and the edge of my screen. Other applications are fine.
    2, When running tmux and I maximise the window, there's a gap between the tmux bar and the bottom of the terminal.
    I've read in tiling windows there are layout hints that can be ignored which will then fill the space, but I cannot find any information about this for Openbox, if that's even what I need.
    Thanks

    The basic point is that terminal windows sizes usually do not measure in pixels but in multiples of character sizes. If the width/height do not fit there will be gaps.
    On the other hand I can easily move an xterm/urxvt window flush to the right border in my Openbox with this key binding:
    <keybind key="W-Right">
    <action name="MoveToEdgeEast"/>
    </keybind>

  • Set xterm icon in openbox?

    I'm used to looking in /usr/share/applications for .desktop files in order to change their desktop features eg. icon, but I can't see one for xterm.
    How do I set the icon for xterm?

    I am trying to handle it too...
    Anybody any ideas?
    Thank's.

  • Openbox randomly closes xterm windows

    I just installed arch on my desktop computer after using it on my laptop for a few months and decided to install openbox as my wm.  Unfortunately, I'm running into an extremely strange bug.
    When I open xterm from the openbox right-click menu, the window often disappears completely randomly, usually within the first few seconds after being opened.  There doesn't seem to be any logic behind when it disappears: it can be after one second like it can be after 15 seconds.  It will do it regardless of wether I'm typing and clicking.  If I leave it alone it sometimes just pops out of existence on its own.  If a window manages to last more than 30 seconds or so, then it "sticks" and won't go away.
    I have no clue what could cause such strange (and infuriating...) behaviour.  Any ideas?
    EDIT: Well, it will also close terminals randomly if I start them using xterm &.  Lovely.
    By the way, no other program seems to be affected in this way.  Firefox runs just fine and doesn't randomly close on me.  It's only xterm.
    Last edited by Skarjak (2012-08-05 02:41:02)

    Actually, I once had the exact same problem. My solution was to just install urxvt, which is an awesome terminal. Personally, I consider xterm as part of my basic "does my X work?" package. After that I don't use. Hence my suggestion is to just replace and ignore - like I do since at least a year now
    I know, this isn't a real solution, but I never noticed again until you reminded me I just had this problem as well.
    Regards,
    javex

  • [SOLVED]Cannot right click in openbox

    Quite simple actually, I cannot right click anywhere. Most everything else seems to work though.
    (P.S.: Arch newbie here)
    Some info: 64-bit Gateway M6720
    I just used xev and found out that the key isn't even being picked up. I tried the same thing on an Ubuntu live CD. Looks like I've got a broken right-clicker...
    Last edited by Toadsworth (2010-03-01 01:11:49)

    I guess you are running openbox-standalone and your X closes when you do
    $ killall openbox
    or some loginmanager. My mistake for not notifying earlier.
    but there is the way around.
    The trick is not letting exec to land on openbox-session.
    for that you can for the moment move your .xinitrc
    $ mv .xinitrc .xinitrc.bak
    then you can fireup you xinit which leaves you with xterm.
    then run openbox-session or openbox, blender or alternative windows manager like fluxbox or something to just get work started.
    My method are not really applicable you can see..

  • [solved]xterm doesn't utilize all screen space in tiling wm's

    As can be seen in the screenshot, xterm leaves a bunch of pixels unused at the side and bottom. No other program does this. Do I have to use another *term that uses all the space, or can xterm/ratpoison be fixed in some way?
    This is with ratpoison, but if I recall correct it was the same in Musca.
    Last edited by hatten (2010-02-17 14:16:30)

    hatten wrote:As can be seen in the screenshot, xterm leaves a bunch of pixels unused at the side and bottom. No other program does this. Do I have to use another *term that uses all the space, or can xterm/ratpoison be fixed in some way?
    I used to think this way however now I much prefer to set xmonad to honour size hints.
    In a dynamic tiling wm, ignoring size hints causes issues when the terms are shuffled around and resized on the display as you open and close windows. You often end up with a partial line of text at the bottom of the terminal that is visible but not cleared with Ctr-L or clear. It looks ugly. I much prefer my terminals to have a gap around the edges rather than seeing this partial text on the bottom edge.

  • Script for Window tiling in openbox

    I wanted to use a tiling window manager but didn't want to leave openbox. So I started using PyTyle and PyTyle2 but they both took up more RAM than I could afford to let them use in my lowly desktop. So I wrote a script to do my tiling for me using wmctrl and xwininfo. And here are the results:
    GRID mode:
    BOTTOM MASTER mode:
    TOP MASTER mode:
    LEFT MASTER mode (also the default) :
    RIGHT MASTER mode:
    MAX mode:
    HORIZONTAL SPLIT mode:
    VERTICAL SPLIT  mode :
    The entire thing is just one bash script that I named wmtiler.sh
    The script itself is rather poorly written as I don't have much experience in bash.
    #!/bin/bash
    # use wmctrl and xwininfo to tile windows
    #currently supports the "LEFT_MASTER" mode (default),
    # "RIGHT_MASTER" mode (-r) ,
    # "TOP_MASTER" mode (-t),
    #"BOTTOM_MASTER" mode (-b) ,
    #"GRID" mode (-g),
    #"MAX" mode (-m) ,
    # "VERTICAL_SPLIT" mode (-v) and
    #"HORIZONTAL_SPLIT" mode (-h)
    #NOTE: wmctrl sets the properties of the window itself i.e. the window manager's borders
    #and title bars are not taken into account while setting the coordinates. So for best results
    #set the window manager to display all windows undecorated
    #or manually set the title bar height here
    #List of things to do:
    # 1. Get the values of the TOP_MARGIN, BOTTOM_MARGIN, LEFT_MARGIN and RIGHT_MARGIN from the window manager
    # 2. Get the MASTER_WIDTH for the default LEFT_MASTER, RIGHT_MASTER layouts as a parameter , set a default if not provided
    # 3. Get the MASTER_HEIGHT for the default TOP_MASTER, BOTTOM_MASTER layouts as a parameter , set a default if not provided
    # 4. Get the NUMBER_OF_ROWS for the grid mode as a parameter, set a default if not provided
    # 5. Get the TITLE_BAR_HEIGHT from the window manager
    # 6. Restructure the code to use functions
    # 7. Provide mechanisms to increase/decrease the MASTER area
    # 8. Provide mechanisms to increase/decrease the number of windows in the MASTER area
    #List of bugs
    # 1. If called from a key combination, there may not be a :ACTIVE: window and in which case the results are not as desired.
    # 2. The title bar plays havoc with the height of windows
    #need to find a way to get these from the window manager
    TOP_MARGIN=18
    BOTTOM_MARGIN=18
    LEFT_MARGIN=0
    RIGHT_MARGIN=0
    TITLE_BAR_HEIGHT=17 #works best if all the windows are border less and this is set to zero
    #we are now using xwininfo to get these
    #HEIGHT=1080
    #WIDTH=1920
    #either set these in a file or calculate them from the screen properties
    MASTER_WIDTH=1344
    MASTER_HEIGHT=600
    #set the number of rows we want for the grid mode
    NUMBER_OF_ROWS=2
    #looks nice :)
    USELESS_GAPS=1
    #see what the user wants to do
    case $1 in
    "-g")
    MODE="GRID"
    "-m")
    MODE="MAX"
    "-v")
    MODE="VERTICAL_SPLIT"
    "-h")
    MODE="HORIZONTAL_SPLIT"
    "-t")
    MODE="TOP_MASTER"
    "-b")
    MODE="BOTTOM_MASTER"
    "-r")
    MODE="RIGHT_MASTER"
    MODE="LEFT_MASTER"
    esac
    #get the desktop parameters
    HEIGHT=`xwininfo -root | grep 'Height:' | awk '{print $2}'`
    WIDTH=`xwininfo -root | grep 'Width:' | awk '{print $2}'`
    #get the window parameters
    #get the current desktop
    CURR_DESK=` wmctrl -d | grep '* DG:'| awk '{print $1}'`
    #get the total number of windows.
    #NOTE: we are not directly using grep to get the windows from the current desktop as it may serve up some false positives
    TOTAL_WINDOWS=`wmctrl -lx | wc -l`
    #counter
    i=1
    #Assume that there are no windows in the current desktop
    WINDOWS_IN_DESK=0
    while [ $i -le $TOTAL_WINDOWS ] ; do
    CURR_LINE=`wmctrl -lx | head -n $i | tail -n 1`
    WIN_DESK=`echo $CURR_LINE | awk '{print $2}'`
    if [ $WIN_DESK -eq $CURR_DESK ] ; then
    #save the various window properties as supplied by wmctrl . Un comment rest if necessary. Include more if necessary
    WIN_XID[$WINDOWS_IN_DESK]=`echo $CURR_LINE | awk '{print $1}'`
    # WIN_XOFF[$WINDOWS_IN_DESK]=`echo $CURR_LINE | awk '{print $2}'`
    # WIN_YOFF[$WINDOWS_IN_DESK]=`echo $CURR_LINE | awk '{print $3}'`
    # WIN_WIDTH[$WINDOWS_IN_DESK]=`echo $CURR_LINE | awk '{print $4}'`
    # WIN_HEIGHT[$WINDOWS_IN_DESK]=`echo $CURR_LINE | awk '{print $5}'`
    #see if the window is "IsViewable" or "IsUnMapped" i.e minimized
    MAP_STATE=`xwininfo -id ${WIN_XID[$WINDOWS_IN_DESK]} | grep "Map State:" | awk '{print $3}'`
    #we don't want the minimized windows to be considered while allocating the space
    if [ "$MAP_STATE" == "IsViewable" ]; then
    WINDOWS_IN_DESK=$((WINDOWS_IN_DESK+1))
    fi
    fi
    i=$((i+1))
    done
    #get the xid of the active window.
    ACTIVE_WIN=`xprop -root | awk '/_NET_ACTIVE_WINDOW\(WINDOW\)/{print $NF}'`
    #set the selected layout
    #NOTE: these would look better if they were individual functions :)
    case $MODE in
    "LEFT_MASTER")
    #define the properties of the master area
    X=$LEFT_MARGIN
    Y=$TOP_MARGIN
    #set the width to the default MASTER_WIDTH
    W=$MASTER_WIDTH
    H=$(( HEIGHT -TOP_MARGIN - BOTTOM_MARGIN -TITLE_BAR_HEIGHT -USELESS_GAPS))
    #set the active window to the "master "area
    wmctrl -r :ACTIVE: -e "0,$X,$Y,$W,$H"
    #now that the master window has been set all further windows would have to start from here
    X=$((MASTER_WIDTH+USELESS_GAPS))
    #get whatever width is left
    W=$((WIDTH - MASTER_WIDTH -USELESS_GAPS))
    #the height would be equally shared by the rest of the windows
    H=$((H/(WINDOWS_IN_DESK - 1) - TITLE_BAR_HEIGHT -USELESS_GAPS ))
    i=0
    while [ "$i" -le "$WINDOWS_IN_DESK" ] ; do
    #avoid setting the attributes of the active window again
    if [[ "${WIN_XID[$i]}" -ne "$ACTIVE_WIN" ]] ; then
    #set the attributes
    wmctrl -i -r ${WIN_XID[$i]} -e "0,$X,$Y,$W,$H"
    #set the Y co-ordinate for the next window.
    Y=$((Y+H+TITLE_BAR_HEIGHT+USELESS_GAPS))
    fi
    #preselect the next window
    i=$((i+1))
    done
    "RIGHT_MASTER")
    #define the properties of the master area
    X=$LEFT_MARGIN
    Y=$TOP_MARGIN
    #get whatever width is left
    W=$((WIDTH - MASTER_WIDTH -USELESS_GAPS))
    #the height would be equally shared by the non master windows
    H=$(((HEIGHT -TOP_MARGIN -BOTTOM_MARGIN )/(WINDOWS_IN_DESK-1) -TITLE_BAR_HEIGHT -USELESS_GAPS))
    i=0
    while [ "$i" -le "$WINDOWS_IN_DESK" ] ; do
    #avoid setting the attributes of the active window
    if [[ "${WIN_XID[$i]}" -ne "$ACTIVE_WIN" ]] ; then
    #set the attributes
    wmctrl -i -r ${WIN_XID[$i]} -e "0,$X,$Y,$W,$H"
    #set the Y co-ordinate for the next window.
    Y=$((Y+H+TITLE_BAR_HEIGHT+USELESS_GAPS))
    fi
    #preselect the next window
    i=$((i+1))
    done
    #set the co-ordinates for the MASTER_WINDOW
    X=$((W+USELESS_GAPS))
    Y=$TOP_MARGIN
    W=$MASTER_WIDTH
    H=$(( HEIGHT -TOP_MARGIN - BOTTOM_MARGIN -TITLE_BAR_HEIGHT -USELESS_GAPS))
    #set the active window to the "master "area
    wmctrl -r :ACTIVE: -e "0,$X,$Y,$W,$H"
    "TOP_MASTER")
    #define the properties of the master area
    X=$LEFT_MARGIN
    Y=$TOP_MARGIN
    #set the width taking into acount the margins
    W=$((WIDTH-LEFT_MARGIN-RIGHT_MARGIN))
    H=$MASTER_HEIGHT
    #set the active window to the "master "area
    wmctrl -r :ACTIVE: -e "0,$X,$Y,$W,$H"
    #set the y co-ordinate
    Y=$((Y+H+USELESS_GAPS+TITLE_BAR_HEIGHT))
    #Distribute the width amon the remaining windows
    W=$((W/(WINDOWS_IN_DESK-1)))
    #set the new height
    H=$((HEIGHT-MASTER_HEIGHT-TOP_MARGIN-BOTTOM_MARGIN-TITLE_BAR_HEIGHT-USELESS_GAPS))
    i=0
    while [ "$i" -le "$WINDOWS_IN_DESK" ] ; do
    #avoid setting the attributes of the active window again
    if [[ "${WIN_XID[$i]}" -ne "$ACTIVE_WIN" ]] ; then
    #set the attributes
    wmctrl -i -r ${WIN_XID[$i]} -e "0,$X,$Y,$W,$H"
    #set the X co-ordinate for the next window.
    X=$((X+W+USELESS_GAPS))
    fi
    #preselect the next window
    i=$((i+1))
    done
    "BOTTOM_MASTER")
    #define the properties of the master area
    X=$LEFT_MARGIN
    Y=$TOP_MARGIN
    #Distribute the width among the non master windows
    W=$(((WIDTH-LEFT_MARGIN-RIGHT_MARGIN)/(WINDOWS_IN_DESK-1)))
    #set the new height
    H=$((HEIGHT-MASTER_HEIGHT-TOP_MARGIN-BOTTOM_MARGIN-TITLE_BAR_HEIGHT-USELESS_GAPS))
    i=0
    while [ "$i" -le "$WINDOWS_IN_DESK" ] ; do
    #avoid setting the attributes of the active window again
    if [[ "${WIN_XID[$i]}" -ne "$ACTIVE_WIN" ]] ; then
    #set the attributes
    wmctrl -i -r ${WIN_XID[$i]} -e "0,$X,$Y,$W,$H"
    #set the X co-ordinate for the next window.
    X=$((X+W+USELESS_GAPS))
    fi
    #preselect the next window
    i=$((i+1))
    done
    #set the co-ordinates
    X=$LEFT_MARGIN
    Y=$((Y+H+USELESS_GAPS+TITLE_BAR_HEIGHT))
    W=$((WIDTH-LEFT_MARGIN-RIGHT_MARGIN))
    H=$MASTER_HEIGHT
    #set the active window to the "master "area
    wmctrl -r :ACTIVE: -e "0,$X,$Y,$W,$H"
    "GRID")
    #find the number of windows in the top row and in each subsequent row except for the bottom row.
    NORMAL_ROW_WINDOWS=$((WINDOWS_IN_DESK/NUMBER_OF_ROWS))
    #the bottom row ould have as many windows as the top row and any left over
    BOTTOM_ROW_WINDOWS=$((NORMAL_ROW_WINDOWS + WINDOWS_IN_DESK%NUMBER_OF_ROWS))
    WINDOWS_NOT_IN_BOTTOM_ROW=$((WINDOWS_IN_DESK-BOTTOM_ROW_WINDOWS))
    #set the co-ordinates for the top row
    X=$LEFT_MARGIN
    Y=$TOP_MARGIN
    #the height of each window would remain the same regardless of which row it is in
    H=$(((HEIGHT-TOP_MARGIN-BOTTOM_MARGIN)/NUMBER_OF_ROWS - TITLE_BAR_HEIGHT))
    #Find the width of each window in the top row, this would be the same for each row except for the bottom row which may contain more windows
    NORMAL_ROW_WIDTH=$((((WIDTH-LEFT_MARGIN-RIGHT_MARGIN)/NORMAL_ROW_WINDOWS)-USELESS_GAPS*NORMAL_ROW_WINDOWS))
    BOTTOM_ROW_WIDTH=$((((WIDTH-LEFT_MARGIN-RIGHT_MARGIN)/BOTTOM_ROW_WINDOWS)-USELESS_GAPS*NORMAL_ROW_WINDOWS))
    #start counting from zero
    i=0
    #we havent processed any windows yet
    CURRENT_ROW_WINDOWS=0
    #we will be processing the 1st row
    CURRENT_ROW=1
    while [ "$i" -le "$WINDOWS_IN_DESK" ] ; do
    if [[ "$CURRENT_ROW" -lt "$NUMBER_OF_ROWS" ]]; then
    if [[ "$CURRENT_ROW_WINDOWS" -eq "NORMAL_ROW_WINDOWS " ]]; then
    CURRENT_ROW=$((CURRENT_ROW+1))
    if [[ "$CURRENT_ROW" -eq "$NUMBER_OF_ROWS" ]] ; then
    X=$LEFT_MARGIN
    Y=$((Y+H+TITLE_BAR_HEIGHT+USELESS_GAPS))
    W=$BOTTOM_ROW_WIDTH
    else
    CURRENT_ROW_WINDOWS=0
    fi
    fi
    if [[ "$CURRENT_ROW_WINDOWS" -eq "0" ]] ; then
    X=$LEFT_MARGIN
    W=$NORMAL_ROW_WIDTH
    if [[ "$CURRENT_ROW" -ne "1" ]]; then
    Y=$((Y+H+TITLE_BAR_HEIGHT+USELESS_GAPS))
    fi
    fi
    fi
    wmctrl -i -r ${WIN_XID[$i]} -e "0,$X,$Y,$W,$H"
    X=$((X+W+USELESS_GAPS))
    CURRENT_ROW_WINDOWS=$((CURRENT_ROW_WINDOWS+1))
    i=$((i+1))
    done
    "MAX")
    X=$LEFT_MARGIN
    Y=$TOP_MARGIN
    H=$((HEIGHT-TOP_MARGIN-BOTTOM_MARGIN))
    W=$((WIDTH-LEFT_MARGIN-RIGHT_MARGIN))
    i=0
    while [ "$i" -le "$WINDOWS_IN_DESK" ] ; do
    #avoid setting the attributes of the active window
    if [[ "${WIN_XID[$i]}" -ne "$ACTIVE_WIN" ]] ; then
    #set the attributes
    wmctrl -i -r ${WIN_XID[$i]} -e "0,$X,$Y,$W,$H"
    fi
    #preselect the next window
    i=$((i+1))
    done
    #now that all the windows have been set set the master on top
    wmctrl -r :ACTIVE: -e "0,$X,$Y,$W,$H"
    "VERTICAL_SPLIT")
    X=$LEFT_MARGIN
    Y=$TOP_MARGIN
    H=$((HEIGHT-TOP_MARGIN-BOTTOM_MARGIN))
    W=$(((WIDTH-LEFT_MARGIN-RIGHT_MARGIN)/WINDOWS_IN_DESK - USELESS_GAPS))
    i=0
    while [ "$i" -le "$WINDOWS_IN_DESK" ] ; do
    wmctrl -i -r ${WIN_XID[$i]} -e "0,$X,$Y,$W,$H"
    #preselect the next window
    X=$((X+W+USELESS_GAPS))
    i=$((i+1))
    done
    "HORIZONTAL_SPLIT")
    X=$LEFT_MARGIN
    Y=$TOP_MARGIN
    H=$(((HEIGHT-TOP_MARGIN-BOTTOM_MARGIN)/WINDOWS_IN_DESK -TITLE_BAR_HEIGHT -USELESS_GAPS))
    W=$((WIDTH-LEFT_MARGIN-RIGHT_MARGIN))
    i=0
    while [ "$i" -le "$WINDOWS_IN_DESK" ] ; do
    wmctrl -i -r ${WIN_XID[$i]} -e "0,$X,$Y,$W,$H"
    #preselect the next window
    Y=$((Y+H+TITLE_BAR_HEIGHT+USELESS_GAPS))
    i=$((i+1))
    done
    esac
    #say bye
    exit 0
    I call the script using the openbox key bindings for example:
    <keybind key="W-g">
    <action name="Execute">
    <command>/home/default/bin/wmtiler.sh -g</command>
    </action>
    </keybind>
    The advantage this holds, in my case, is that it provides me with on demand automatic tiling with a momentary spike in CPU usage but no sustained RAM usage.
    This should work on all window managers in which wmctrl works.
    Of course  there are plenty of things still to do and many bugs to fix, some of which are documented in the script itself
    Nothing would make me happier if somebody else found this useful.

    Hmmm.... iconified windows should be totally ignored. Could you post the output of xwininfo for the iconified window? for example;
    Get tet a list of windows open by issuing the wmctrl -lxG command
    [default@arch_desktop ~]$ wmctrl -lxG
    0x01400001 -1 4 0 1911 26 Conky.Conky arch_desktop conky
    0x01a00024 0 1346 52 576 254 surf.surf arch_desktop 24Online Client
    0x0200066a 1 1345 54 569 483 terminal.Terminal arch_desktop Terminal - default@arch_desktop:~
    0x02001231 1 1345 538 569 483 terminal.Terminal arch_desktop Terminal - default@arch_desktop:~
    0x02200004 -1 0 971 1920 109 avant-window-navigator.Avant-window-navigator arch_desktop avant-window-navigator
    0x01200039 1 0 18 1344 1026 chromium.Chromium arch_desktop Post a reply / Arch Linux Forums - Chromium
    0x0200279f 0 2 52 933 431 terminal.Terminal arch_desktop Terminal - default@arch_desktop:~
    and taking the window x id of the minimized surf window and issuing the xwininfo command:
    [default@arch_desktop ~]$ xwininfo -id 0x01a00024
    xwininfo: Window id: 0x1a00024 "24Online Client"
    Absolute upper-left X: 1345
    Absolute upper-left Y: 34
    Relative upper-left X: 1
    Relative upper-left Y: 18
    Width: 576
    Height: 254
    Depth: 24
    Visual: 0x21
    Visual Class: TrueColor
    Border width: 0
    Class: InputOutput
    Colormap: 0x20 (installed)
    Bit Gravity State: NorthWestGravity
    Window Gravity State: NorthWestGravity
    Backing Store State: NotUseful
    Save Under State: no
    Map State: IsUnMapped
    Override Redirect State: no
    Corners: +1345+34 --1+34 --1-792 +1345-792
    -geometry 576x254--2+16
    As you can see, for me , the "Map State:" is  "IsUnMapped" for the iconified windows and this set of commands is exactly what I am doing to ignore iconified windows. What I need to know is that is there some other type of map state that I need to ignore.
    As for the feature requests I already had it in my mind to do the first three points that you mentioned. Since the script is intentionally designed not to run as a background process, there has to be some sort of a backing store like maybe a simple text file in which to save the state and read it from there on the next command invocation. The advantage would be it would take a momentary spike in CPU utilization and no sustained RAM utilization like I mentioned before. Disadvantage being the user would have to issue a command to actually get the tiling done.
    Regarding your fourth point, did you mean setting the window to 50% width automatically on moving it to the screen edge like it is done in KWIn and Win7? If you want it to be done automatically then that would involve tracking the movement of the mouse and windows on the screen continuously. This is something I'd rather do in some other, tinier faster, script and call this script from that on specific events.
    However, if you are willing to press a key while focused on a window and have it resized to max height and 50% of screen width either on the right side or on the left side, depending on the key combination, while leaving the other windows unaffected, then that can be arranged very simply. 

  • [SOLVED] Big Memory Leak with Pacman - Xterm - Openbox

    Hi Everyone,
    I Don't know if this is the place to post this, and if not please correct me.
    I've installed Arch Linux in a virtual machine HDD using VirtualBox on Linux Mint. Then I made a simple install with openbox and slim just to make some testes before putting the all thing in my laptop.
    So after installing slim and openbox, i've checked free -m and he noticed me that the system was using 80mb of ram (really cool ^^). Then I start installing some apps just for test.
    I start installing libreoffice like this "sudo pacman -S libreoffice", in a xterm terminal and on another xterm terminal I had the fallowing command running "watch free -m" just to see the ram usage evolution...
    And then, during downloading/instalations, things became wierd... during download the ram usage start to grow up to 120mb and during instalation the ram usage start's growing more and more, to finish at 770mb !
    I doesn't make any sense ! But I don't really know if this is a pacman, openbox or xterm problem :S...
    Can someone give me any information about that ?
    Thanks in advance !
    PS : after a "sudo pacman -Scc" the ram drop at 633mb...
    Luis Da Costa
    Last edited by aliasbody (2011-07-07 18:33:56)

    Leonid.I wrote:
    aliasbody wrote:
    I'm sorry, I'm not making myself clear - my problem isn't the usage of Swap itself. I know that when RAM reaches its maximum, it uses Swap. I know that. And that's not what I'm "complaining" about.
    Problem is - why does updating via pacman uses so much allocated RAM? I think there's a memory leak in here somewhere and that's what I was aiming at - I'm basically asking if it's just me or if this has happened to someone else and if it's really a problem or it has a simple explanation....
    Well, pacman's memory usage depends on a particular package in question. Installing TexLive, for instance, takes a tremendous amount of RAM/swap compared to netcfg. Pacman does not simply copy files, but also executes scripts.
    It is not true that swap is used when the RAM is full. The kernel decides which data in RAM is relevant and the irrelevant data goes to swap, even if you have 300mb of RAM still available. /proc/sys/vm/swappiness controls this logic.
    In your atom netbook you have only 3mb in swap... this can not be the cause of a slowdown.
    Thank you for your answer this make me understand more about the all thing ^^
    I was just scared about a possibile memory leak, I didn't know that pacman.
    Thanks in advance for all, I will marked it as Solved then !

  • Openbox alternative with tiling builtin?

    Hello, I am using LXDE right now until I can switch over to a qt-desktop (once it's stable), and I'd like to find another floating window manager that can do tiling. Particularly, I want to be able to set a keybinding to have windows move to take up the left/right half of the screen and possibly quarters of the screen. I'm aware that there are many tiling wms out there, but I was hoping for a floating wm that works like openbox, but has that tiling ability built into it. My first attempt was pekwm, but unless I missed something, it couldn't do tiling like I wanted. I do like the look of it much more than openbox though. I've also heard that openbox has a plugin thing to get tiling, but I'd rather experiment with an alternative wm.

    If you don't need continuous tiling, I heartily recommend FVWM because it gives you a lot of freedom in your configuration. I have this functionality bound to drag gestures initiated by the right mouse button on the titlebar.
    Drag left to fill the left half of the screen.
    Drag up and left to fill the top left quarter of the screen.
    Drag left, then up to fill the first 1/8 of the screen (1/4 width, 1/2 height)
    Drag up, then left to fill the second 1/8 of the screen.
    Drag left, then right, to fill the left 3/4 of the screen
    and so on.
    You can bind whatever to whatever, including keychains and buttons that do dozens of different things depending on mouse button and modifiers keys used; you can also put buttons wherever you want and aren't restricted to traditional panels or window borders. FVWM is a lot more powerful than Openbox, can mimic it so well you won't notice the difference if that's all you want, and still plays in the same weight class.
    The configuration syntax isn't quite as straightforward though, and outside tool to add functionality to window managers didn't always behave as nicely for me.

  • [Solved] Openbox Ignoring Titlebars, Odd Resizing Problems

    Alright, so I'm trying to set up my Openbox to have some manual window tiling support similar to Subtle's implementation.
    My screen is 1600x900.  I have 1 pixel margins all around except for a 41 pixel margin on the East side of the screen.
    Here are some of the appropriate parts to my rc.xml:
    <keybind key="W-KP_3">
    <action name="MoveResizeTo">
    <x>-0</x>
    <y>-0</y>
    <width>458</width>
    <height>449</height>
    </action>
    </keybind>
    <keybind key="W-KP_9">
    <action name="MoveResizeTo">
    <x>-0</x>
    <y>+0</y>
    <width>458</width>
    <height>449</height>
    </action>
    </keybind>
    So, if my screen is 900 pixels tall, with 1 pixel margins on top and bottom, that should mean that I have 898 pixels to work with vertically.  898/2=449, so by setting the window the be resized to a height of 449 pixels should mean that the window will take up exactly half of my screen vertically.  Unfortunately, it seems that Openbox does not include the titlebar in all of this so when I have two terminal windows.  This means that when I have a window set to W-KP_3 and another at W-KP_9 (bottom right and top right), the windows will overlap. 
    Is there any way to fix this without undecorating my windows?
    EDIT: Here's a screenshot of it so you can see the problem.  http://i.imgur.com/NYhyj.jpg
    Last edited by iimblack (2011-04-10 20:56:56)

    It's just a wee bit of math and a couple of test runs to correct this.  Your title bars plus windows borders appear to be 14 to 20 pixels in height.  So change your desired height from 449 to 433 (16 pixels difference), test it, and adjust the value up or down from there.
    If you are using xterm, the window will not necessarily be the full height you specify.  On my display, where I normally don't use window decorations, xterm won't allow a window to include a fraction of a line height.  You might want to run your height tests with a different app.
    Here's an old shot of my tiling.  I deliberately leave a gap between tiles.
    Last edited by thisoldman (2011-04-10 19:53:42)

  • How to use Tiling Wm's

    After using Kde, Gnome, Xfce, Openbox and IceWm I want to try tiling Wm, but I just instaled Awesome and don't know what to do with it, right click for xterm I figured that. What I want to know is there any tutorials for complete tiling wm beginers?
    Joxy

    creslin wrote:
    SomeGuyDude wrote:I just spent half of today screwing around with Awesome only to discover that all of the example config files made my desktop look wonky and I had no idea what was going wrong.
    In all fairness, awesomeWM is just especially bad when it comes to learning its config syntax because of how often it gets changed.  Its configs generally aren't even compatible between minor version bumps.
    That's why there are stable releases. I personally don't mind a part of the config syntax changing every 1 or 2 months. Ofcourse when you're using development version, there will be surprises around the corner (like a few days ago ).
    Having tried most of the tiling WM's myself (apart from stumpWM), I stick to Awesome mostly because it's still the easiest to configure (for me), and because the developper is great (very close to the users).

  • Running gvim in awesome/openbox kills my WM:(

    Hello everyone here,
    I meet a strange problem when using openbox and awesome. Every time I run gvim, seems that it kills my WM and put me on the slim login screen. After I login again, everything on the previous WM lost:(
    At the beginning I use openbox, it happens sometimes either running gvim from xterm or ob keybinding. currently i move to awesome, it happens every time when i run gvim, either from xterm or dmenu.
    Does anyone met the same problem? I googled a lot but found no useful information about this issue. Could you please kindly give me some hints?

    Trilby wrote:I'm not really sure, I'm kinda guessing to be honest.  But a complete log - or at least a full `tail` of the logs would be better than just grepping for EE errors.  If I were in your spot I'd look at what the last output from X was.  It should have at least some indication of why it quit - and this may or may not have an "EE" code in it.
    but...could you please help find out the reason of another question: why this cause my awesome be killed and put me back to the slim login page?
    I commented the 'set term=$TERM' in .vimrc for reproducing this problem and got three error logs:
    slim.log:empty
    errors.log:
    Feb 23 23:13:18 zhenzhong slim: PAM unable to dlopen(/lib/security/pam_ck_connector.so): /lib/security/pam_ck_connector.so: cannot open shared object file: No such file or directory
    Feb 23 23:13:18 zhenzhong slim: PAM adding faulty module: /lib/security/pam_ck_connector.so
    Xorg.0.log:
    [ 9902.645]
    X.Org X Server 1.11.4
    Release Date: 2012-01-27
    [ 9902.645] X Protocol Version 11, Revision 0
    [ 9902.645] Build Operating System: Linux 3.2.2-1-ARCH i686
    [ 9902.645] Current Operating System: Linux zhenzhong.Shi 3.2.6-2-ARCH #1 SMP PREEMPT Thu Feb 16 10:23:00 UTC 2012 i686
    [ 9902.645] Kernel command line: root=/dev/sda6 ro vga=773
    [ 9902.645] Build Date: 29 January 2012 03:41:53PM
    [ 9902.645]
    [ 9902.645] Current version of pixman: 0.24.4
    [ 9902.645] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 9902.645] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 9902.645] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Feb 23 23:13:18 2012
    [ 9902.646] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 9902.646] (==) No Layout section. Using the first Screen section.
    [ 9902.646] (==) No screen section available. Using defaults.
    [ 9902.646] (**) |-->Screen "Default Screen Section" (0)
    [ 9902.646] (**) | |-->Monitor "<default monitor>"
    [ 9902.646] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 9902.646] (==) Automatically adding devices
    [ 9902.646] (==) Automatically enabling devices
    [ 9902.646] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 9902.646] Entry deleted from font path.
    [ 9902.646] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 9902.646] Entry deleted from font path.
    [ 9902.646] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 9902.646] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 9902.646] Entry deleted from font path.
    [ 9902.646] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 9902.646] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 9902.646] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 9902.646] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 9902.646] (II) Loader magic: 0x8228580
    [ 9902.646] (II) Module ABI versions:
    [ 9902.646] X.Org ANSI C Emulation: 0.4
    [ 9902.646] X.Org Video Driver: 11.0
    [ 9902.646] X.Org XInput driver : 13.0
    [ 9902.646] X.Org Server Extension : 6.0
    [ 9902.647] (--) PCI:*(0:1:5:0) 1002:5a62:1043:1392 rev 0, Mem @ 0xc0000000/268435456, 0xfe1f0000/65536, I/O @ 0x00009800/256, BIOS @ 0x????????/131072
    [ 9902.647] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 9902.647] (II) LoadModule: "extmod"
    [ 9902.648] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 9902.648] (II) Module extmod: vendor="X.Org Foundation"
    [ 9902.648] compiled for 1.11.4, module version = 1.0.0
    [ 9902.648] Module class: X.Org Server Extension
    [ 9902.648] ABI class: X.Org Server Extension, version 6.0
    [ 9902.648] (II) Loading extension MIT-SCREEN-SAVER
    [ 9902.648] (II) Loading extension XFree86-VidModeExtension
    [ 9902.648] (II) Loading extension XFree86-DGA
    [ 9902.648] (II) Loading extension DPMS
    [ 9902.648] (II) Loading extension XVideo
    [ 9902.648] (II) Loading extension XVideo-MotionCompensation
    [ 9902.648] (II) Loading extension X-Resource
    [ 9902.648] (II) LoadModule: "dbe"
    [ 9902.648] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 9902.648] (II) Module dbe: vendor="X.Org Foundation"
    [ 9902.648] compiled for 1.11.4, module version = 1.0.0
    [ 9902.648] Module class: X.Org Server Extension
    [ 9902.648] ABI class: X.Org Server Extension, version 6.0
    [ 9902.648] (II) Loading extension DOUBLE-BUFFER
    [ 9902.648] (II) LoadModule: "glx"
    [ 9902.648] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 9902.649] (II) Module glx: vendor="X.Org Foundation"
    [ 9902.649] compiled for 1.11.4, module version = 1.0.0
    [ 9902.649] ABI class: X.Org Server Extension, version 6.0
    [ 9902.649] (==) AIGLX enabled
    [ 9902.649] (II) Loading extension GLX
    [ 9902.649] (II) LoadModule: "record"
    [ 9902.649] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 9902.649] (II) Module record: vendor="X.Org Foundation"
    [ 9902.649] compiled for 1.11.4, module version = 1.13.0
    [ 9902.649] Module class: X.Org Server Extension
    [ 9902.649] ABI class: X.Org Server Extension, version 6.0
    [ 9902.649] (II) Loading extension RECORD
    [ 9902.649] (II) LoadModule: "dri"
    [ 9902.649] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 9902.649] (II) Module dri: vendor="X.Org Foundation"
    [ 9902.649] compiled for 1.11.4, module version = 1.0.0
    [ 9902.649] ABI class: X.Org Server Extension, version 6.0
    [ 9902.649] (II) Loading extension XFree86-DRI
    [ 9902.649] (II) LoadModule: "dri2"
    [ 9902.650] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 9902.650] (II) Module dri2: vendor="X.Org Foundation"
    [ 9902.650] compiled for 1.11.4, module version = 1.2.0
    [ 9902.650] ABI class: X.Org Server Extension, version 6.0
    [ 9902.650] (II) Loading extension DRI2
    [ 9902.650] (==) Matched ati as autoconfigured driver 0
    [ 9902.650] (==) Matched vesa as autoconfigured driver 1
    [ 9902.650] (==) Matched fbdev as autoconfigured driver 2
    [ 9902.650] (==) Assigned the driver to the xf86ConfigLayout
    [ 9902.650] (II) LoadModule: "ati"
    [ 9902.650] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 9902.650] (II) Module ati: vendor="X.Org Foundation"
    [ 9902.650] compiled for 1.11.1.902, module version = 6.14.3
    [ 9902.650] Module class: X.Org Video Driver
    [ 9902.650] ABI class: X.Org Video Driver, version 11.0
    [ 9902.650] (II) LoadModule: "radeon"
    [ 9902.650] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 9902.650] (II) Module radeon: vendor="X.Org Foundation"
    [ 9902.650] compiled for 1.11.1.902, module version = 6.14.3
    [ 9902.651] Module class: X.Org Video Driver
    [ 9902.651] ABI class: X.Org Video Driver, version 11.0
    [ 9902.651] (II) LoadModule: "vesa"
    [ 9902.651] (WW) Warning, couldn't open module vesa
    [ 9902.651] (II) UnloadModule: "vesa"
    [ 9902.651] (II) Unloading vesa
    [ 9902.651] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 9902.651] (II) LoadModule: "fbdev"
    [ 9902.651] (WW) Warning, couldn't open module fbdev
    [ 9902.651] (II) UnloadModule: "fbdev"
    [ 9902.651] (II) Unloading fbdev
    [ 9902.651] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 9902.651] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI 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, 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, 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, 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, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS
    [ 9902.655] (++) using VT number 7
    [ 9902.659] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 9902.659] (II) [KMS] Kernel modesetting enabled.
    [ 9902.659] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 9902.659] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 9902.659] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 9902.659] (==) RADEON(0): Default visual is TrueColor
    [ 9902.660] (==) RADEON(0): RGB weight 888
    [ 9902.660] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 9902.660] (--) RADEON(0): Chipset: "ATI Radeon XPRESS 200M 5A62 (PCIE)" (ChipID = 0x5a62)
    [ 9902.660] (II) RADEON(0): PCI card detected
    [ 9902.660] drmOpenDevice: node name is /dev/dri/card0
    [ 9902.660] drmOpenDevice: open result is 10, (OK)
    [ 9902.660] drmOpenByBusid: Searching for BusID pci:0000:01:05.0
    [ 9902.660] drmOpenDevice: node name is /dev/dri/card0
    [ 9902.660] drmOpenDevice: open result is 10, (OK)
    [ 9902.660] drmOpenByBusid: drmOpenMinor returns 10
    [ 9902.660] drmOpenByBusid: drmGetBusid reports pci:0000:01:05.0
    [ 9902.660] (II) Loading sub module "exa"
    [ 9902.660] (II) LoadModule: "exa"
    [ 9902.660] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 9902.660] (II) Module exa: vendor="X.Org Foundation"
    [ 9902.660] compiled for 1.11.4, module version = 2.5.0
    [ 9902.660] ABI class: X.Org Video Driver, version 11.0
    [ 9902.660] (II) RADEON(0): KMS Color Tiling: enabled
    [ 9902.660] (II) RADEON(0): KMS Pageflipping: enabled
    [ 9902.660] (II) RADEON(0): SwapBuffers wait for vsync: enabled
    [ 9902.684] (II) RADEON(0): Output VGA-0 has no monitor section
    [ 9902.684] (II) RADEON(0): Output LVDS has no monitor section
    [ 9902.708] (II) RADEON(0): EDID for output VGA-0
    [ 9902.708] (II) RADEON(0): EDID for output LVDS
    [ 9902.708] (II) RADEON(0): Manufacturer: CMO Model: 1511 Serial#: 0
    [ 9902.708] (II) RADEON(0): Year: 1990 Week: 0
    [ 9902.708] (II) RADEON(0): EDID Version: 1.3
    [ 9902.709] (II) RADEON(0): Digital Display Input
    [ 9902.709] (II) RADEON(0): Max Image Size [cm]: horiz.: 30 vert.: 23
    [ 9902.709] (II) RADEON(0): Gamma: 2.20
    [ 9902.709] (II) RADEON(0): No DPMS capabilities specified
    [ 9902.709] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 9902.709] (II) RADEON(0): First detailed timing is preferred mode
    [ 9902.709] (II) RADEON(0): redX: 0.626 redY: 0.354 greenX: 0.294 greenY: 0.589
    [ 9902.709] (II) RADEON(0): blueX: 0.144 blueY: 0.097 whiteX: 0.309 whiteY: 0.329
    [ 9902.709] (II) RADEON(0): Supported established timings:
    [ 9902.709] (II) RADEON(0): 1024x768@60Hz
    [ 9902.709] (II) RADEON(0): Manufacturer's mask: 0
    [ 9902.709] (II) RADEON(0): Supported detailed timing:
    [ 9902.709] (II) RADEON(0): clock: 65.0 MHz Image Size: 304 x 228 mm
    [ 9902.709] (II) RADEON(0): h_active: 1024 h_sync: 1048 h_sync_end 1184 h_blank_end 1344 h_border: 0
    [ 9902.709] (II) RADEON(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 806 v_border: 0
    [ 9902.709] (II) RADEON(0): N150X3
    [ 9902.709] (II) RADEON(0): CMO
    [ 9902.709] (II) RADEON(0): Monitor name: N150X3-L08
    [ 9902.709] (II) RADEON(0): EDID (in hex):
    [ 9902.709] (II) RADEON(0): 00ffffffffffff000daf111500000000
    [ 9902.709] (II) RADEON(0): 00000103801e17780a77f1a05a4b9624
    [ 9902.709] (II) RADEON(0): 184f5400080001010101010101010101
    [ 9902.709] (II) RADEON(0): 01010101010164190040410026301888
    [ 9902.709] (II) RADEON(0): 360030e410000018000000fe004e3135
    [ 9902.709] (II) RADEON(0): 3058330a202020202020000000fe0043
    [ 9902.709] (II) RADEON(0): 4d4f0a202020202020202020000000fc
    [ 9902.709] (II) RADEON(0): 004e31353058332d4c30380a20200075
    [ 9902.709] (II) RADEON(0): Printing probed modes for output LVDS
    [ 9902.709] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 9902.709] (II) RADEON(0): Modeline "800x600"x59.9 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync (37.4 kHz)
    [ 9902.709] (II) RADEON(0): Modeline "848x480"x59.7 31.50 848 872 952 1056 480 483 493 500 -hsync +vsync (29.8 kHz)
    [ 9902.709] (II) RADEON(0): Modeline "720x480"x59.7 26.75 720 744 808 896 480 483 493 500 -hsync +vsync (29.9 kHz)
    [ 9902.709] (II) RADEON(0): Modeline "640x480"x59.4 23.75 640 664 720 800 480 483 487 500 -hsync +vsync (29.7 kHz)
    [ 9902.709] (II) RADEON(0): Output VGA-0 disconnected
    [ 9902.709] (II) RADEON(0): Output LVDS connected
    [ 9902.709] (II) RADEON(0): Using exact sizes for initial modes
    [ 9902.709] (II) RADEON(0): Output LVDS using initial mode 1024x768
    [ 9902.709] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 9902.709] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:8000000 visible:7cc0000
    [ 9902.709] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
    [ 9902.709] (==) RADEON(0): DPI set to (96, 96)
    [ 9902.709] (II) Loading sub module "fb"
    [ 9902.709] (II) LoadModule: "fb"
    [ 9902.709] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 9902.710] (II) Module fb: vendor="X.Org Foundation"
    [ 9902.710] compiled for 1.11.4, module version = 1.0.0
    [ 9902.710] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 9902.710] (II) Loading sub module "ramdac"
    [ 9902.710] (II) LoadModule: "ramdac"
    [ 9902.710] (II) Module "ramdac" already built-in
    [ 9902.710] (--) Depth 24 pixmap format is 32 bpp
    [ 9902.710] (II) RADEON(0): [DRI2] Setup complete
    [ 9902.710] (II) RADEON(0): [DRI2] DRI driver: r300
    [ 9902.710] (II) RADEON(0): [DRI2] VDPAU driver: r300
    [ 9902.710] (II) RADEON(0): Front buffer size: 3072K
    [ 9902.710] (II) RADEON(0): VRAM usage limit set to 112204K
    [ 9902.710] (==) RADEON(0): Backing store disabled
    [ 9902.710] (II) RADEON(0): Direct rendering enabled
    [ 9902.710] (II) RADEON(0): Render acceleration enabled for R300/R400/R500 type cards.
    [ 9902.710] (II) RADEON(0): Setting EXA maxPitchBytes
    [ 9902.710] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 9902.710] (II) EXA(0): Driver registered support for the following operations:
    [ 9902.710] (II) Solid
    [ 9902.710] (II) Copy
    [ 9902.710] (II) Composite (RENDER acceleration)
    [ 9902.710] (II) UploadToScreen
    [ 9902.710] (II) DownloadFromScreen
    [ 9902.710] (II) RADEON(0): Acceleration enabled
    [ 9902.710] (==) RADEON(0): DPMS enabled
    [ 9902.710] (==) RADEON(0): Silken mouse enabled
    [ 9902.710] (II) RADEON(0): Set up textured video
    [ 9902.710] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
    [ 9902.710] (II) RADEON(0): [XvMC] Extension initialized.
    [ 9902.710] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 9902.711] (--) RandR disabled
    [ 9902.711] (II) Initializing built-in extension Generic Event Extension
    [ 9902.711] (II) Initializing built-in extension SHAPE
    [ 9902.711] (II) Initializing built-in extension MIT-SHM
    [ 9902.711] (II) Initializing built-in extension XInputExtension
    [ 9902.711] (II) Initializing built-in extension XTEST
    [ 9902.711] (II) Initializing built-in extension BIG-REQUESTS
    [ 9902.711] (II) Initializing built-in extension SYNC
    [ 9902.711] (II) Initializing built-in extension XKEYBOARD
    [ 9902.711] (II) Initializing built-in extension XC-MISC
    [ 9902.711] (II) Initializing built-in extension SECURITY
    [ 9902.711] (II) Initializing built-in extension XINERAMA
    [ 9902.711] (II) Initializing built-in extension XFIXES
    [ 9902.711] (II) Initializing built-in extension RENDER
    [ 9902.711] (II) Initializing built-in extension RANDR
    [ 9902.711] (II) Initializing built-in extension COMPOSITE
    [ 9902.711] (II) Initializing built-in extension DAMAGE
    [ 9902.727] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 9902.728] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 9902.728] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 9902.728] (II) AIGLX: enabled GLX_SGI_make_current_read
    [ 9902.728] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 9902.728] (II) AIGLX: Loaded and initialized r300
    [ 9902.728] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 9902.729] (II) RADEON(0): Setting screen physical size to 270 x 203
    [ 9902.778] (II) config/udev: Adding input device Power Button (/dev/input/event7)
    [ 9902.779] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 9902.779] (II) LoadModule: "evdev"
    [ 9902.779] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 9902.779] (II) Module evdev: vendor="X.Org Foundation"
    [ 9902.779] compiled for 1.10.99.902, module version = 2.6.0
    [ 9902.779] Module class: X.Org XInput Driver
    [ 9902.779] ABI class: X.Org XInput driver, version 13.0
    [ 9902.779] (II) Using input driver 'evdev' for 'Power Button'
    [ 9902.779] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 9902.779] (**) Power Button: always reports core events
    [ 9902.779] (**) Power Button: Device: "/dev/input/event7"
    [ 9902.779] (--) Power Button: Found keys
    [ 9902.779] (II) Power Button: Configuring as keyboard
    [ 9902.779] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event7"
    [ 9902.779] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 9902.779] (**) Option "xkb_rules" "evdev"
    [ 9902.779] (**) Option "xkb_model" "evdev"
    [ 9902.779] (**) Option "xkb_layout" "us"
    [ 9902.810] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
    [ 9902.810] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 9902.810] (II) Using input driver 'evdev' for 'Video Bus'
    [ 9902.810] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 9902.810] (**) Video Bus: always reports core events
    [ 9902.810] (**) Video Bus: Device: "/dev/input/event8"
    [ 9902.810] (--) Video Bus: Found keys
    [ 9902.810] (II) Video Bus: Configuring as keyboard
    [ 9902.810] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:01/LNXVIDEO:00/input/input8/event8"
    [ 9902.810] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 9902.810] (**) Option "xkb_rules" "evdev"
    [ 9902.810] (**) Option "xkb_model" "evdev"
    [ 9902.810] (**) Option "xkb_layout" "us"
    [ 9902.811] (II) config/udev: Adding input device Lid Switch (/dev/input/event4)
    [ 9902.811] (II) No input driver specified, ignoring this device.
    [ 9902.811] (II) This device may have been added with another device file.
    [ 9902.811] (II) config/udev: Adding input device Power Button (/dev/input/event5)
    [ 9902.811] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 9902.811] (II) Using input driver 'evdev' for 'Power Button'
    [ 9902.811] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 9902.811] (**) Power Button: always reports core events
    [ 9902.811] (**) Power Button: Device: "/dev/input/event5"
    [ 9902.811] (--) Power Button: Found keys
    [ 9902.811] (II) Power Button: Configuring as keyboard
    [ 9902.811] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input5/event5"
    [ 9902.811] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 9902.811] (**) Option "xkb_rules" "evdev"
    [ 9902.811] (**) Option "xkb_model" "evdev"
    [ 9902.811] (**) Option "xkb_layout" "us"
    [ 9902.812] (II) config/udev: Adding input device Sleep Button (/dev/input/event6)
    [ 9902.812] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 9902.812] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 9902.812] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 9902.812] (**) Sleep Button: always reports core events
    [ 9902.812] (**) Sleep Button: Device: "/dev/input/event6"
    [ 9902.812] (--) Sleep Button: Found keys
    [ 9902.812] (II) Sleep Button: Configuring as keyboard
    [ 9902.812] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input6/event6"
    [ 9902.812] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
    [ 9902.812] (**) Option "xkb_rules" "evdev"
    [ 9902.812] (**) Option "xkb_model" "evdev"
    [ 9902.812] (**) Option "xkb_layout" "us"
    [ 9902.813] (II) config/udev: Adding input device USB USB Keykoard (/dev/input/event1)
    [ 9902.813] (**) USB USB Keykoard: Applying InputClass "evdev keyboard catchall"
    [ 9902.813] (II) Using input driver 'evdev' for 'USB USB Keykoard'
    [ 9902.813] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 9902.813] (**) USB USB Keykoard: always reports core events
    [ 9902.813] (**) USB USB Keykoard: Device: "/dev/input/event1"
    [ 9902.813] (--) USB USB Keykoard: Found keys
    [ 9902.813] (II) USB USB Keykoard: Configuring as keyboard
    [ 9902.813] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:13.1/usb3/3-2/3-2:1.0/input/input1/event1"
    [ 9902.813] (II) XINPUT: Adding extended input device "USB USB Keykoard" (type: KEYBOARD, id 10)
    [ 9902.813] (**) Option "xkb_rules" "evdev"
    [ 9902.813] (**) Option "xkb_model" "evdev"
    [ 9902.813] (**) Option "xkb_layout" "us"
    [ 9902.814] (II) config/udev: Adding input device USB USB Keykoard (/dev/input/event2)
    [ 9902.814] (**) USB USB Keykoard: Applying InputClass "evdev keyboard catchall"
    [ 9902.814] (II) Using input driver 'evdev' for 'USB USB Keykoard'
    [ 9902.814] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 9902.814] (**) USB USB Keykoard: always reports core events
    [ 9902.814] (**) USB USB Keykoard: Device: "/dev/input/event2"
    [ 9902.814] (--) USB USB Keykoard: Found 1 mouse buttons
    [ 9902.814] (--) USB USB Keykoard: Found scroll wheel(s)
    [ 9902.814] (--) USB USB Keykoard: Found relative axes
    [ 9902.814] (--) USB USB Keykoard: Found absolute axes
    [ 9902.814] (--) USB USB Keykoard: Found keys
    [ 9902.814] (II) USB USB Keykoard: Configuring as mouse
    [ 9902.814] (II) USB USB Keykoard: Configuring as keyboard
    [ 9902.814] (II) USB USB Keykoard: Adding scrollwheel support
    [ 9902.814] (**) USB USB Keykoard: YAxisMapping: buttons 4 and 5
    [ 9902.814] (**) USB USB Keykoard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 9902.814] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:13.1/usb3/3-2/3-2:1.1/input/input2/event2"
    [ 9902.814] (II) XINPUT: Adding extended input device "USB USB Keykoard" (type: KEYBOARD, id 11)
    [ 9902.814] (**) Option "xkb_rules" "evdev"
    [ 9902.814] (**) Option "xkb_model" "evdev"
    [ 9902.814] (**) Option "xkb_layout" "us"
    [ 9902.815] (EE) USB USB Keykoard: failed to initialize for relative axes.
    [ 9902.815] (II) USB USB Keykoard: initialized for absolute axes.
    [ 9902.815] (**) USB USB Keykoard: (accel) keeping acceleration scheme 1
    [ 9902.815] (**) USB USB Keykoard: (accel) acceleration profile 0
    [ 9902.815] (**) USB USB Keykoard: (accel) acceleration factor: 2.000
    [ 9902.815] (**) USB USB Keykoard: (accel) acceleration threshold: 4
    [ 9902.815] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event11)
    [ 9902.815] (II) No input driver specified, ignoring this device.
    [ 9902.815] (II) This device may have been added with another device file.
    [ 9902.816] (II) config/udev: Adding input device Asus Laptop extra buttons (/dev/input/event9)
    [ 9902.816] (**) Asus Laptop extra buttons: Applying InputClass "evdev keyboard catchall"
    [ 9902.816] (II) Using input driver 'evdev' for 'Asus Laptop extra buttons'
    [ 9902.816] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 9902.816] (**) Asus Laptop extra buttons: always reports core events
    [ 9902.816] (**) Asus Laptop extra buttons: Device: "/dev/input/event9"
    [ 9902.816] (--) Asus Laptop extra buttons: Found keys
    [ 9902.816] (II) Asus Laptop extra buttons: Configuring as keyboard
    [ 9902.816] (**) Option "config_info" "udev:/sys/devices/platform/asus_laptop/input/input9/event9"
    [ 9902.816] (II) XINPUT: Adding extended input device "Asus Laptop extra buttons" (type: KEYBOARD, id 12)
    [ 9902.816] (**) Option "xkb_rules" "evdev"
    [ 9902.816] (**) Option "xkb_model" "evdev"
    [ 9902.816] (**) Option "xkb_layout" "us"
    [ 9902.817] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 9902.817] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 9902.817] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 9902.817] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 9902.817] (**) AT Translated Set 2 keyboard: always reports core events
    [ 9902.817] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 9902.817] (--) AT Translated Set 2 keyboard: Found keys
    [ 9902.817] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 9902.817] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 9902.817] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
    [ 9902.817] (**) Option "xkb_rules" "evdev"
    [ 9902.817] (**) Option "xkb_model" "evdev"
    [ 9902.817] (**) Option "xkb_layout" "us"
    [ 9902.818] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event10)
    [ 9902.818] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 9902.818] (II) Using input driver 'evdev' for 'SynPS/2 Synaptics TouchPad'
    [ 9902.818] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 9902.818] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 9902.818] (**) SynPS/2 Synaptics TouchPad: Device: "/dev/input/event10"
    [ 9902.818] (--) SynPS/2 Synaptics TouchPad: Found 11 mouse buttons
    [ 9902.818] (--) SynPS/2 Synaptics TouchPad: Found absolute axes
    [ 9902.818] (--) SynPS/2 Synaptics TouchPad: Found x and y absolute axes
    [ 9902.818] (--) SynPS/2 Synaptics TouchPad: Found absolute touchpad.
    [ 9902.818] (II) SynPS/2 Synaptics TouchPad: Configuring as touchpad
    [ 9902.818] (**) SynPS/2 Synaptics TouchPad: YAxisMapping: buttons 4 and 5
    [ 9902.818] (**) SynPS/2 Synaptics TouchPad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 9902.818] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input10/event10"
    [ 9902.818] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 14)
    [ 9902.818] (II) SynPS/2 Synaptics TouchPad: initialized for absolute axes.
    [ 9902.818] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 9902.818] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
    [ 9902.818] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 9902.818] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 9902.818] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 9902.818] (II) No input driver specified, ignoring this device.
    [ 9902.818] (II) This device may have been added with another device file.
    [ 9902.819] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
    [ 9902.819] (II) No input driver specified, ignoring this device.
    [ 9902.819] (II) This device may have been added with another device file.
    Thank you very much:)

  • Tiling WM Recomendations

    After working with openbox or awhile, I decided I wanted to try a tiling WM. This morning I downloaded and installed awesome.  I haven't hand much time to test it yet, but on first appearance I miss the notification icon for network-manager-applet.  This may be something with configuration, I'm not sure.
    I enjoy working in a CLI environment and boot to a shell using startx to start my GUI.  I'm not a programmer, but I want to begin learning some scripting languages. This will be on a netbook and my use is pretty basic; email (web-based), web surfing, learning scripting languages and just "playing" with the system. I don't game and I currently keep my music on my windows laptop.
    Programs I'd like to keep that I currently have with my openbox setup are:
    Firefox, Thunar, KeePass (password manager), conkey.
    I would also like to make use of transparency for conkey and at least one terminal. I am currently using URxvt, GNOME terminal and xterm.
    I'm looking for recommendations of TWMs so I don't have to spend a lot of time trying something that won't fit my wants.
    Thanks

    There is a good comparison page on the wiki: http://wiki.archlinux.org/index.php/Com … w_Managers
    The only advice that we can give you is to read the wiki and install and try some of the WM's - switching between them is a relatively trivial exercize.
    Also, please search the forums and use google before posting - there are quite a few threads like this already.
    Closing.

  • DWM + Terminal = Gaps

    No matter what terminal I use (tested with xterm, urxvt, sakura, and roxterm), I still get extra padding around my terminal windows on the screen edges. This happens in both monocle and tiling mode.
    Any help would be greatly appreciated, thanks.

    ArchGh0ul wrote:
    moljac024 wrote:
    ArchGh0ul wrote:I use Ratpoison but the idea is the same...
    Gaps appear because the terminal size is set according to the font height..not in pixels
    You can just adjust the fontFace size OR do what I did and set the background color of the terminal to the same color as the desktop background ( I assume you don't have an image as a background since you're using a tiling window manager)
    I'm using a tiling window manager with a wallpaper. Ooops, am I doing it wrong? I even have transparent terminals!
    Well of course it's not wrong you can set whatever you want on your root window. but I find them useless in tiling window managers.
    Sarcasm tags were needed in the previous post, it was a rhetorical question. Anyway, yes, the wallpaper is useless in a tiling window manager....unless you have transparent terminals!!

  • Flickering - radeon, awesome, xterm

    Hi!
    I'm setting up Arch on my notebook and I have problems with flickering.
    The config is very basic - just Xorg, open source Radeon driver and awesome wm. When rearranging xterm windows using awesome they flicker and they are redrawn slowly. It takes few seconds for xterm running top to settle down and not flicker. It looks like video driver is not working properly or Xorg setup is wrong. I've checked similar config under VirtualBox on my PC and there were no similar issues.
    Looking into dmesg and Xorg logs I could not find anything obvious for me. I tried adding Xorg config files with more specific settings of Monitor, Display etc, including DPI, display size, etc but with no luck. I'm not sure what should I check next and what could be the problem.
    I'm posting both dmesg and Xorg logs below.
    dmesg
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.6.11-1-ARCH (tobias@testing) (gcc version 4.7.2 (GCC) ) #1 SMP PREEMPT Tue Dec 18 12:58:46 CET 2012
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000d0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001beeffff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000001bef0000-0x000000001befefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x000000001beff000-0x000000001befffff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x000000001bf00000-0x000000001bffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
    [ 0.000000] Notice: NX (Execute Disable) protection missing in CPU!
    [ 0.000000] DMI 2.3 present.
    [ 0.000000] DMI: Hewlett-Packard Presario 2100 (PF180UA) /0024 , BIOS KAM1.59 04/19/2004
    [ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] e820: last_pfn = 0x1bef0 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-CFFFF write-protect
    [ 0.000000] D0000-DAFFF uncachable
    [ 0.000000] DB000-DBFFF write-protect
    [ 0.000000] DC000-DFFFF write-back
    [ 0.000000] E0000-E3FFF uncachable
    [ 0.000000] E4000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask FF0000000 write-back
    [ 0.000000] 1 base 010000000 mask FF8000000 write-back
    [ 0.000000] 2 base 018000000 mask FFC000000 write-back
    [ 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] initial memory mapped: [mem 0x00000000-0x00bfffff]
    [ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x1beeffff]
    [ 0.000000] [mem 0x00000000-0x003fffff] page 4k
    [ 0.000000] [mem 0x00400000-0x1bbfffff] page 2M
    [ 0.000000] [mem 0x1bc00000-0x1beeffff] page 4k
    [ 0.000000] kernel direct mapping tables up to 0x1beeffff @ [mem 0x00bfa000-0x00bfffff]
    [ 0.000000] RAMDISK: [mem 0x1bc37000-0x1beeefff]
    [ 0.000000] ACPI: RSDP 000f7290 00014 (v00 PTLTD )
    [ 0.000000] ACPI: RSDT 1bef8b67 00030 (v01 PTLTD RSDT 06040000 LTP 00000000)
    [ 0.000000] ACPI: FACP 1befee2b 00074 (v01 ATI Raptor 06040000 ATI 000F4240)
    [ 0.000000] ACPI: DSDT 1bef8b97 06294 (v01 ATI U1_M1535 06040000 MSFT 0100000D)
    [ 0.000000] ACPI: FACS 1befffc0 00040
    [ 0.000000] ACPI: BOOT 1befee9f 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
    [ 0.000000] ACPI: SSDT 1befeec7 00139 (v01 PTLTD POWERNOW 06040000 LTP 00000001)
    [ 0.000000] 0MB HIGHMEM available.
    [ 0.000000] 446MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 1bef0000
    [ 0.000000] low ram: 0 - 1bef0000
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00010000-0x00ffffff]
    [ 0.000000] Normal [mem 0x01000000-0x1beeffff]
    [ 0.000000] HighMem empty
    [ 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-0x1beeffff]
    [ 0.000000] On node 0 totalpages: 114303
    [ 0.000000] free_area_init_node: node 0, pgdat c065acc0, node_mem_map db8b7200
    [ 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: 862 pages used for memmap
    [ 0.000000] Normal zone: 109458 pages, LIFO batch:31
    [ 0.000000] Using APIC driver default
    [ 0.000000] ACPI: PM-Timer IO Port: 0x8008
    [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
    [ 0.000000] Local APIC disabled by BIOS -- you can enable it with "lapic"
    [ 0.000000] APIC: disable apic facility
    [ 0.000000] APIC: switched to apic NOOP
    [ 0.000000] nr_irqs_gsi: 16
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000d0000
    [ 0.000000] PM: Registered nosave memory: 00000000000d0000 - 0000000000100000
    [ 0.000000] e820: [mem 0x1c000000-0xfffbffff] 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:1 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 13 pages/cpu @db8a6000 s32384 r0 d20864 u53248
    [ 0.000000] pcpu-alloc: s32384 r0 d20864 u53248 alloc=13*4096
    [ 0.000000] pcpu-alloc: [0] 0
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 113409
    [ 0.000000] Kernel command line: root=/dev/sda1 ro initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
    [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
    [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.000000] __ex_table already sorted, skipping sort
    [ 0.000000] Initializing CPU#0
    [ 0.000000] allocated 915200 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 (00000000:00000000)
    [ 0.000000] Memory: 442468k/457664k available (3974k kernel code, 14744k reserved, 1545k data, 536k init, 0k highmem)
    [ 0.000000] virtual kernel memory layout:
    fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xdc6f0000 - 0xff7fe000 ( 561 MB)
    lowmem : 0xc0000000 - 0xdbef0000 ( 446 MB)
    .init : 0xc0664000 - 0xc06ea000 ( 536 kB)
    .data : 0xc04e18b2 - 0xc0663fc0 (1545 kB)
    .text : 0xc0100000 - 0xc04e18b2 (3974 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: Genslabs=15, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, 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=1.
    [ 0.000000] NR_IRQS:2304 nr_irqs:256 16
    [ 0.000000] CPU 0 irqstacks, hard=db008000 soft=db00a000
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 2120.375 MHz processor
    [ 0.006670] Calibrating delay loop (skipped), value calculated using timer frequency.. 4242.44 BogoMIPS (lpj=7067916)
    [ 0.006676] pid_max: default: 32768 minimum: 301
    [ 0.006732] Security Framework initialized
    [ 0.006745] AppArmor: AppArmor disabled by boot time parameter
    [ 0.006781] Mount-cache hash table entries: 512
    [ 0.007214] Initializing cgroup subsys cpuacct
    [ 0.007219] Initializing cgroup subsys memory
    [ 0.007239] Initializing cgroup subsys devices
    [ 0.007243] Initializing cgroup subsys freezer
    [ 0.007246] Initializing cgroup subsys net_cls
    [ 0.007248] Initializing cgroup subsys blkio
    [ 0.007307] mce: CPU supports 4 MCE banks
    [ 0.007377] SMP alternatives: switching to UP code
    [ 0.014617] Freeing SMP alternatives: 16k freed
    [ 0.014639] ACPI: Core revision 20120711
    [ 0.018909] ACPI: setting ELCR to 0200 (from 0e28)
    [ 0.020105] ftrace: allocating 17427 entries in 35 pages
    [ 0.026857] smpboot: weird, boot CPU (#0) not listed by the BIOS
    [ 0.026864] smpboot: SMP motherboard not detected
    [ 0.026868] smpboot: Local APIC not detected. Using dummy APIC emulation.
    [ 0.026870] smpboot: SMP disabled
    [ 0.026875] Performance Events:
    [ 0.026882] no APIC, boot with the "lapic" boot parameter to force-enable it.
    [ 0.026884] no hardware sampling interrupt available.
    [ 0.026888] AMD PMU driver.
    [ 0.026892] ... version: 0
    [ 0.026894] ... bit width: 48
    [ 0.026895] ... generic registers: 4
    [ 0.026897] ... value mask: 0000ffffffffffff
    [ 0.026899] ... max period: 00007fffffffffff
    [ 0.026900] ... fixed-purpose events: 0
    [ 0.026901] ... event mask: 000000000000000f
    [ 0.053684] NMI watchdog: disabled (cpu0): not supported (no LAPIC?)
    [ 0.053741] Brought up 1 CPUs
    [ 0.053745] smpboot: Total of 1 processors activated (4242.44 BogoMIPS)
    [ 0.054101] devtmpfs: initialized
    [ 0.054434] PM: Registering ACPI NVS region [mem 0x1beff000-0x1befffff] (4096 bytes)
    [ 0.055886] NET: Registered protocol family 16
    [ 0.056191] ACPI: bus type pci registered
    [ 0.068640] PCI: PCI BIOS revision 2.10 entry at 0xfd87b, last bus=2
    [ 0.068643] PCI: Using configuration type 1 for base access
    [ 0.069449] bio: create slab <bio-0> at 0
    [ 0.069568] ACPI: Added _OSI(Module Device)
    [ 0.069572] ACPI: Added _OSI(Processor Device)
    [ 0.069574] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.069576] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.070519] ACPI: EC: Look up EC in DSDT
    [ 0.077150] ACPI: Interpreter enabled
    [ 0.077166] ACPI: (supports S0 S3 S4 S5)
    [ 0.077190] ACPI: Using PIC for interrupt routing
    [ 0.083736] ACPI: EC: GPE = 0x18, I/O: command/status = 0x66, data = 0x62
    [ 0.086778] ACPI: No dock devices found.
    [ 0.086788] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
    [ 0.086934] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.087145] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
    [ 0.087149] pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000c3fff] (ignored)
    [ 0.087152] pci_root PNP0A03:00: host bridge window [mem 0x000c4000-0x000c7fff] (ignored)
    [ 0.087156] pci_root PNP0A03:00: host bridge window [mem 0x000c8000-0x000cbfff] (ignored)
    [ 0.087159] pci_root PNP0A03:00: host bridge window [mem 0x000cc000-0x000cffff] (ignored)
    [ 0.087162] pci_root PNP0A03:00: host bridge window [mem 0x000d0000-0x000d7fff] (ignored)
    [ 0.087165] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000cefff] (ignored)
    [ 0.087168] pci_root PNP0A03:00: host bridge window [mem 0x1c000000-0xfff7ffff] (ignored)
    [ 0.087171] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored)
    [ 0.087174] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored)
    [ 0.087178] PCI: root bus 00: using default resources
    [ 0.087185] pci_root PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
    [ 0.087244] PCI host bridge to bus 0000:00
    [ 0.087252] pci_bus 0000:00: busn_res: [bus 00-ff] is inserted under domain [bus 00-ff]
    [ 0.087256] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.087259] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
    [ 0.087263] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
    [ 0.087287] pci 0000:00:00.0: [1002:cab0] type 00 class 0x060000
    [ 0.087302] pci 0000:00:00.0: reg 10: [mem 0xd4000000-0xd7ffffff pref]
    [ 0.087308] pci 0000:00:00.0: reg 14: [mem 0xd0400000-0xd0400fff pref]
    [ 0.087313] pci 0000:00:00.0: reg 18: [io 0x8090-0x8093]
    [ 0.087367] pci 0000:00:01.0: [1002:700f] type 01 class 0x060400
    [ 0.087404] pci 0000:00:02.0: [10b9:5237] type 00 class 0x0c0310
    [ 0.087416] pci 0000:00:02.0: reg 10: [mem 0xd0002000-0xd0002fff]
    [ 0.087467] pci 0000:00:02.0: PME# supported from D3cold
    [ 0.087490] pci 0000:00:06.0: [10b9:5451] type 00 class 0x040100
    [ 0.087503] pci 0000:00:06.0: reg 10: [io 0x8400-0x84ff]
    [ 0.087512] pci 0000:00:06.0: reg 14: [mem 0xd0003000-0xd0003fff]
    [ 0.087557] pci 0000:00:06.0: supports D1 D2
    [ 0.087559] pci 0000:00:06.0: PME# supported from D2 D3hot D3cold
    [ 0.087582] pci 0000:00:07.0: [10b9:1533] type 00 class 0x060100
    [ 0.087664] pci 0000:00:08.0: [10b9:5457] type 00 class 0x070300
    [ 0.087677] pci 0000:00:08.0: reg 10: [mem 0xd0004000-0xd0004fff]
    [ 0.087685] pci 0000:00:08.0: reg 14: [io 0x8800-0x88ff]
    [ 0.087728] pci 0000:00:08.0: PME# supported from D3hot D3cold
    [ 0.087747] pci 0000:00:09.0: [14e4:4320] type 00 class 0x028000
    [ 0.087760] pci 0000:00:09.0: reg 10: [mem 0xd0000000-0xd0001fff]
    [ 0.087807] pci 0000:00:09.0: supports D1 D2
    [ 0.087810] pci 0000:00:09.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.087830] pci 0000:00:0a.0: [104c:ac50] type 02 class 0x060700
    [ 0.087844] pci 0000:00:0a.0: reg 10: [mem 0x00000000-0x00000fff]
    [ 0.087866] pci 0000:00:0a.0: supports D1 D2
    [ 0.087869] pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.087892] pci 0000:00:10.0: [10b9:5229] type 00 class 0x0101b0
    [ 0.087924] pci 0000:00:10.0: reg 20: [io 0x8080-0x808f]
    [ 0.087967] pci 0000:00:11.0: [10b9:7101] type 00 class 0x068000
    [ 0.088020] pci 0000:00:11.0: quirk: [io 0x8000-0x803f] claimed by ali7101 ACPI
    [ 0.088025] pci 0000:00:11.0: quirk: [io 0x8040-0x805f] claimed by ali7101 SMB
    [ 0.088046] pci 0000:00:12.0: [100b:0020] type 00 class 0x020000
    [ 0.088059] pci 0000:00:12.0: reg 10: [io 0x8c00-0x8cff]
    [ 0.088067] pci 0000:00:12.0: reg 14: [mem 0xd0005000-0xd0005fff]
    [ 0.088097] pci 0000:00:12.0: reg 30: [mem 0x00000000-0x0000ffff pref]
    [ 0.088117] pci 0000:00:12.0: supports D1 D2
    [ 0.088120] pci 0000:00:12.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.088150] pci_bus 0000:01: busn_res: [bus 01] is inserted under [bus 00-ff]
    [ 0.088169] pci 0000:01:05.0: [1002:4336] type 00 class 0x030000
    [ 0.088183] pci 0000:01:05.0: reg 10: [mem 0xe0000000-0xefffffff pref]
    [ 0.088190] pci 0000:01:05.0: reg 14: [io 0x9000-0x90ff]
    [ 0.088198] pci 0000:01:05.0: reg 18: [mem 0xd0100000-0xd010ffff]
    [ 0.088220] pci 0000:01:05.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    [ 0.088245] pci 0000:01:05.0: supports D1 D2
    [ 0.088271] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.088278] pci 0000:00:01.0: bridge window [io 0x9000-0x9fff]
    [ 0.088282] pci 0000:00:01.0: bridge window [mem 0xd0100000-0xd01fffff]
    [ 0.088287] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff pref]
    [ 0.088318] pci_bus 0000:02: busn_res: [bus 02-ff] is inserted under [bus 00-ff]
    [ 0.088325] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 05
    [ 0.088330] pci_bus 0000:00: on NUMA node 0
    [ 0.088334] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.088406] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGPB._PRT]
    [ 0.088461] pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM
    [ 0.088465] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08)
    [ 0.090540] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 *10)
    [ 0.090629] ACPI: PCI Interrupt Link [LNKB] (IRQs 7 *11)
    [ 0.090715] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 10) *0, disabled.
    [ 0.090802] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 10) *9
    [ 0.090887] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 10) *0, disabled.
    [ 0.090973] ACPI: PCI Interrupt Link [LNKF] (IRQs 7 11) *0, disabled.
    [ 0.091057] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 6 10)
    [ 0.091142] ACPI: PCI Interrupt Link [LNKH] (IRQs *5 7)
    [ 0.091226] ACPI: PCI Interrupt Link [LNKU] (IRQs 3 4 6 10) *9
    [ 0.091380] vgaarb: device added: PCI:0000:01:05.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.091382] vgaarb: loaded
    [ 0.091384] vgaarb: bridge control possible 0000:01:05.0
    [ 0.091473] PCI: Using ACPI for IRQ routing
    [ 0.091478] PCI: pci_cache_line_size set to 32 bytes
    [ 0.091517] e820: reserve RAM buffer [mem 0x0009f800-0x0009ffff]
    [ 0.091521] e820: reserve RAM buffer [mem 0x1bef0000-0x1bffffff]
    [ 0.091751] NetLabel: Initializing
    [ 0.091754] NetLabel: domain hash size = 128
    [ 0.091755] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.091784] NetLabel: unlabeled traffic allowed by default
    [ 0.091827] Switching to clocksource pit
    [ 0.102224] pnp: PnP ACPI init
    [ 0.102270] ACPI: bus type pnp registered
    [ 0.102562] pnp 00:00: [bus 00-ff]
    [ 0.102569] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.102572] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
    [ 0.102575] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
    [ 0.102578] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
    [ 0.102581] pnp 00:00: [mem 0x000cc000-0x000cffff window]
    [ 0.102584] pnp 00:00: [mem 0x000d0000-0x000d7fff window]
    [ 0.102587] pnp 00:00: [mem 0x000a0000-0x000cefff window]
    [ 0.102590] pnp 00:00: [mem 0x1c000000-0xfff7ffff window]
    [ 0.102594] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.102597] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.102600] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.102705] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
    [ 0.102916] pnp 00:01: [io 0x0000-0x000f]
    [ 0.102920] pnp 00:01: [io 0x0081-0x008f]
    [ 0.102922] pnp 00:01: [io 0x00c0-0x00df]
    [ 0.102927] pnp 00:01: [dma 4]
    [ 0.102975] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.102992] pnp 00:02: [io 0x0070-0x0073]
    [ 0.103001] pnp 00:02: [irq 8]
    [ 0.103037] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.103053] pnp 00:03: [io 0x00f0-0x00fe]
    [ 0.103057] pnp 00:03: [irq 13]
    [ 0.103092] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.103106] pnp 00:04: [io 0x0061]
    [ 0.103167] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.103182] pnp 00:05: [io 0x0060]
    [ 0.103185] pnp 00:05: [io 0x0064]
    [ 0.103188] pnp 00:05: [irq 1]
    [ 0.103224] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.103239] pnp 00:06: [irq 12]
    [ 0.103276] pnp 00:06: Plug and Play ACPI device, IDs SYN0104 SYN0100 SYN0002 PNP0f13 (active)
    [ 0.103295] pnp 00:07: [io 0x0080]
    [ 0.103298] pnp 00:07: [io 0x00b0-0x00b3]
    [ 0.103301] pnp 00:07: [io 0x0092]
    [ 0.103303] pnp 00:07: [io 0x040b]
    [ 0.103306] pnp 00:07: [io 0x0480-0x048f]
    [ 0.103308] pnp 00:07: [io 0x04d0-0x04d1]
    [ 0.103311] pnp 00:07: [io 0x04d6]
    [ 0.103313] pnp 00:07: [io 0x8000-0x807f]
    [ 0.103316] pnp 00:07: [io 0xff00-0xff01]
    [ 0.103319] pnp 00:07: [io 0x8004-0x8005]
    [ 0.103321] pnp 00:07: [io 0xfe00-0xfefe]
    [ 0.103324] pnp 00:07: [mem 0xd0400000-0xd0400fff]
    [ 0.103363] pnp 00:07: disabling [io 0x8004-0x8005] because it overlaps 0000:00:11.0 BAR 13 [io 0x8000-0x803f]
    [ 0.103427] system 00:07: [io 0x040b] has been reserved
    [ 0.103431] system 00:07: [io 0x0480-0x048f] has been reserved
    [ 0.103435] system 00:07: [io 0x04d0-0x04d1] has been reserved
    [ 0.103439] system 00:07: [io 0x04d6] has been reserved
    [ 0.103443] system 00:07: [io 0x8000-0x807f] could not be reserved
    [ 0.103446] system 00:07: [io 0xff00-0xff01] has been reserved
    [ 0.103450] system 00:07: [io 0xfe00-0xfefe] has been reserved
    [ 0.103456] system 00:07: [mem 0xd0400000-0xd0400fff] has been reserved
    [ 0.103462] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.103805] pnp 00:08: [io 0x03f0-0x03f5]
    [ 0.103808] pnp 00:08: [io 0x03f7]
    [ 0.103812] pnp 00:08: [irq 6]
    [ 0.103814] pnp 00:08: [dma 2]
    [ 0.103871] pnp 00:08: Plug and Play ACPI device, IDs PNP0700 (active)
    [ 0.104241] pnp 00:09: [io 0x0378-0x037f]
    [ 0.104244] pnp 00:09: [io 0x0778-0x077f]
    [ 0.104247] pnp 00:09: [irq 7]
    [ 0.104250] pnp 00:09: [dma 0]
    [ 0.104537] pnp 00:09: Plug and Play ACPI device, IDs PNP0401 (active)
    [ 0.104776] pnp 00:0a: [io 0x03f8-0x03ff]
    [ 0.104780] pnp 00:0a: [irq 4]
    [ 0.104909] pnp 00:0a: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.105223] pnp: PnP ACPI: found 11 devices
    [ 0.105226] ACPI: ACPI bus type pnp unregistered
    [ 0.142421] Switching to clocksource acpi_pm
    [ 0.142493] pci 0000:00:0a.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
    [ 0.142498] pci 0000:00:0a.0: res[16]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000
    [ 0.142501] pci 0000:00:0a.0: res[13]=[io 0x0100-0x00ff] get_res_add_size add_size 100
    [ 0.142505] pci 0000:00:0a.0: res[14]=[io 0x0100-0x00ff] get_res_add_size add_size 100
    [ 0.142516] pci 0000:00:0a.0: BAR 0: assigned [mem 0x1c000000-0x1c000fff]
    [ 0.142525] pci 0000:00:0a.0: BAR 15: assigned [mem 0x20000000-0x23ffffff pref]
    [ 0.142529] pci 0000:00:0a.0: BAR 16: assigned [mem 0x24000000-0x27ffffff]
    [ 0.142533] pci 0000:00:12.0: BAR 6: assigned [mem 0x1c010000-0x1c01ffff pref]
    [ 0.142537] pci 0000:00:0a.0: BAR 13: assigned [io 0x1000-0x10ff]
    [ 0.142541] pci 0000:00:0a.0: BAR 14: assigned [io 0x1400-0x14ff]
    [ 0.142547] pci 0000:01:05.0: BAR 6: assigned [mem 0xd0120000-0xd013ffff pref]
    [ 0.142552] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.142556] pci 0000:00:01.0: bridge window [io 0x9000-0x9fff]
    [ 0.142562] pci 0000:00:01.0: bridge window [mem 0xd0100000-0xd01fffff]
    [ 0.142566] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff pref]
    [ 0.142572] pci 0000:00:0a.0: CardBus bridge to [bus 02-05]
    [ 0.142575] pci 0000:00:0a.0: bridge window [io 0x1000-0x10ff]
    [ 0.142580] pci 0000:00:0a.0: bridge window [io 0x1400-0x14ff]
    [ 0.142584] pci 0000:00:0a.0: bridge window [mem 0x20000000-0x23ffffff pref]
    [ 0.142589] pci 0000:00:0a.0: bridge window [mem 0x24000000-0x27ffffff]
    [ 0.142608] pci 0000:00:0a.0: enabling device (0000 -> 0003)
    [ 0.142761] ACPI: PCI Interrupt Link [LNKF] enabled at IRQ 11
    [ 0.142765] PCI: setting IRQ 11 as level-triggered
    [ 0.142773] pci 0000:00:0a.0: setting latency timer to 64
    [ 0.142779] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
    [ 0.142782] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
    [ 0.142786] pci_bus 0000:01: resource 0 [io 0x9000-0x9fff]
    [ 0.142789] pci_bus 0000:01: resource 1 [mem 0xd0100000-0xd01fffff]
    [ 0.142792] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff pref]
    [ 0.142796] pci_bus 0000:02: resource 0 [io 0x1000-0x10ff]
    [ 0.142799] pci_bus 0000:02: resource 1 [io 0x1400-0x14ff]
    [ 0.142802] pci_bus 0000:02: resource 2 [mem 0x20000000-0x23ffffff pref]
    [ 0.142805] pci_bus 0000:02: resource 3 [mem 0x24000000-0x27ffffff]
    [ 0.142897] NET: Registered protocol family 2
    [ 0.143174] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.143535] TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.143889] TCP: Hash tables configured (established 16384 bind 16384)
    [ 0.143955] TCP: reno registered
    [ 0.143959] UDP hash table entries: 256 (order: 1, 8192 bytes)
    [ 0.143977] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
    [ 0.144077] NET: Registered protocol family 1
    [ 0.144100] pci 0000:00:00.0: ATI Northbridge, reserving I/O ports 0x3b0 to 0x3bb
    [ 0.144282] ACPI: PCI Interrupt Link [LNKU] enabled at IRQ 10
    [ 0.144286] PCI: setting IRQ 10 as level-triggered
    [ 0.413415] pci 0000:00:07.0: Activating ISA DMA hang workarounds
    [ 0.413447] pci 0000:01:05.0: Boot video device
    [ 0.413452] PCI: CLS 64 bytes, default 32
    [ 0.413587] Unpacking initramfs...
    [ 0.503602] Freeing initrd memory: 2784k freed
    [ 0.509892] Simple Boot Flag at 0x36 set to 0x1
    [ 0.510126] apm: BIOS not found.
    [ 0.510607] audit: initializing netlink socket (disabled)
    [ 0.510646] type=2000 audit(1358706958.509:1): initialized
    [ 0.523457] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 0.525587] VFS: Disk quotas dquot_6.5.2
    [ 0.525655] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.525920] msgmni has been set to 869
    [ 0.526240] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.526285] io scheduler noop registered
    [ 0.526288] io scheduler deadline registered
    [ 0.526298] io scheduler cfq registered (default)
    [ 0.526746] GHES: HEST is not enabled!
    [ 0.526764] isapnp: Scanning for PnP cards...
    [ 0.795785] isapnp: No Plug & Play device found
    [ 0.795846] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.816549] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.837660] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.838042] ACPI: PCI Interrupt Link [LNKG] enabled at IRQ 3
    [ 0.838047] PCI: setting IRQ 3 as level-triggered
    [ 0.838329] i8042: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
    [ 0.840414] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.840478] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.840617] mousedev: PS/2 mouse device common for all mice
    [ 0.840940] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    [ 0.840970] rtc0: alarms up to one month, y3k, 242 bytes nvram
    [ 0.841007] cpuidle: using governor ladder
    [ 0.841010] cpuidle: using governor menu
    [ 0.841217] drop_monitor: Initializing network drop monitor service
    [ 0.841372] TCP: cubic registered
    [ 0.841559] NET: Registered protocol family 10
    [ 0.841863] NET: Registered protocol family 17
    [ 0.841889] Key type dns_resolver registered
    [ 0.842040] Using IPI No-Shortcut mode
    [ 0.842175] PM: Hibernation image not present or could not be loaded.
    [ 0.842199] registered taskstats version 1
    [ 0.842593] rtc_cmos 00:02: setting system clock to 2013-01-20 18:36:01 UTC (1358706961)
    [ 0.842770] Freeing unused kernel memory: 536k freed
    [ 0.843965] Write protecting the kernel text: 3976k
    [ 0.843994] Write protecting the kernel read-only data: 1180k
    [ 0.867357] systemd-udevd[35]: starting version 197
    [ 0.873812] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.936921] FDC 0 is a post-1991 82077
    [ 0.940986] SCSI subsystem initialized
    [ 0.956309] ACPI: bus type usb registered
    [ 0.956378] usbcore: registered new interface driver usbfs
    [ 0.956398] usbcore: registered new interface driver hub
    [ 0.958032] ACPI: bus type scsi registered
    [ 0.959860] usbcore: registered new device driver usb
    [ 0.960661] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [ 0.960747] ohci_hcd 0000:00:02.0: OHCI Host Controller
    [ 0.960761] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 1
    [ 0.960803] ohci_hcd 0000:00:02.0: irq 10, io mem 0xd0002000
    [ 0.963589] libata version 3.00 loaded.
    [ 1.015711] hub 1-0:1.0: USB hub found
    [ 1.015730] hub 1-0:1.0: 4 ports detected
    [ 1.015891] pata_ali 0000:00:10.0: can't derive routing for PCI INT A
    [ 1.018256] scsi0 : pata_ali
    [ 1.018697] scsi1 : pata_ali
    [ 1.018845] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x8080 irq 14
    [ 1.018849] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x8088 irq 15
    [ 1.177191] ata1.00: ATA-6: IC25N040ATMR04-0, MO2OAD0A, max UDMA/100
    [ 1.177196] ata1.00: 78140160 sectors, multi 16: LBA48
    [ 1.190389] ata1.00: configured for UDMA/100
    [ 1.190649] scsi 0:0:0:0: Direct-Access ATA IC25N040ATMR04-0 MO2O PQ: 0 ANSI: 5
    [ 1.373392] usb 1-2: new full-speed USB device number 2 using ohci_hcd
    [ 1.373667] ata2.00: ATAPI: TSSTcorpCD/DVDW SN-S082D, SS03, max UDMA/33
    [ 1.373671] ata2.00: WARNING: ATAPI DMA disabled for reliability issues. It can be enabled
    [ 1.373673] ata2.00: WARNING: via pata_ali.atapi_dma modparam or corresponding sysfs node.
    [ 1.403539] ata2.00: configured for UDMA/33
    [ 1.411293] scsi 1:0:0:0: CD-ROM TSSTcorp CD/DVDW SN-S082D SS03 PQ: 0 ANSI: 5
    [ 1.191105] ACPI: Invalid Power Resource to register!
    [ 1.411676] ACPI: Invalid Power Resource to register!
    [ 1.417997] sd 0:0:0:0: [sda] 78140160 512-byte logical blocks: (40.0 GB/37.2 GiB)
    [ 1.418088] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.418092] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.418129] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.462655] sda: sda1 sda2
    [ 1.463374] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.491992] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 1.492006] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.492908] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 1.510060] tsc: Refined TSC clocksource calibration: 2120.213 MHz
    [ 1.510076] Switching to clocksource tsc
    [ 1.622794] usbcore: registered new interface driver usbhid
    [ 1.622804] usbhid: USB HID core driver
    [ 1.626374] input: USB Multi-Smart Mouse as /devices/pci0000:00/0000:00:02.0/usb1/1-2/1-2:1.0/input/input1
    [ 1.627212] hid-generic 0003:04FC:0801.0001: input,hidraw0: USB HID v1.11 Mouse [USB Multi-Smart Mouse] on usb-0000:00:02.0-2/input0
    [ 2.175751] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    [ 2.652368] ACPI: EC: GPE storm detected, transactions will use polling mode
    [ 3.263466] systemd[1]: systemd 197 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 3.288044] systemd[1]: Set hostname to <skynet>.
    [ 3.689776] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
    [ 3.690297] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 3.690438] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 3.690464] systemd[1]: Starting Remote File Systems.
    [ 3.690862] systemd[1]: Reached target Remote File Systems.
    [ 3.690883] systemd[1]: Starting Delayed Shutdown Socket.
    [ 3.691216] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 3.691235] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 3.691536] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 3.691669] systemd[1]: Starting udev Kernel Socket.
    [ 3.691971] systemd[1]: Listening on udev Kernel Socket.
    [ 3.692050] systemd[1]: Starting udev Control Socket.
    [ 3.692347] systemd[1]: Listening on udev Control Socket.
    [ 3.692427] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 3.692914] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 3.692936] systemd[1]: Starting Encrypted Volumes.
    [ 3.693202] systemd[1]: Reached target Encrypted Volumes.
    [ 3.693234] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 3.693298] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 3.693320] systemd[1]: Expecting device dev-disk-by\x2duuid-3f31fd6e\x2d72f2\x2d4883\x2da8e8\x2dee56ba2b6e96.device...
    [ 3.693610] systemd[1]: Starting Journal Socket.
    [ 3.693947] systemd[1]: Listening on Journal Socket.
    [ 3.693983] systemd[1]: Started File System Check on Root Device.
    [ 3.694000] systemd[1]: Mounting Temporary Directory...
    [ 3.759629] systemd[1]: Mounting POSIX Message Queue File System...
    [ 3.762532] systemd[1]: Mounting Huge Pages File System...
    [ 3.803773] systemd[1]: Starting Apply Kernel Variables...
    [ 4.017890] systemd[1]: Started Set Up Additional Binary Formats.
    [ 4.031494] systemd[1]: Started Load Kernel Modules.
    [ 4.031542] systemd[1]: Mounted Configuration File System.
    [ 4.031570] systemd[1]: Starting Setup Virtual Console...
    [ 4.033865] systemd[1]: Mounting Debug File System...
    [ 4.037320] systemd[1]: Mounted FUSE Control File System.
    [ 4.037526] systemd[1]: Starting udev Kernel Device Manager...
    [ 4.043990] systemd[1]: Starting udev Coldplug all Devices...
    [ 4.047235] systemd[1]: Starting Journal Service...
    [ 4.051745] systemd[1]: Started Journal Service.
    [ 4.051905] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 4.056292] systemd[1]: Mounted Temporary Directory.
    [ 4.056902] systemd[1]: Mounted POSIX Message Queue File System.
    [ 4.057326] systemd[1]: Mounted Huge Pages File System.
    [ 4.057741] systemd[1]: Mounted Debug File System.
    [ 4.353535] EXT4-fs (sda1): re-mounted. Opts: data=ordered
    [ 4.598642] systemd-udevd[83]: starting version 197
    [ 5.123685] systemd[1]: Unit systemd-journald.service entered failed state
    [ 5.123947] systemd[1]: systemd-journald.service holdoff time over, scheduling restart.
    [ 5.124058] systemd[1]: Stopping Journal Service...
    [ 5.124670] systemd[1]: Starting Journal Service...
    [ 5.130250] systemd[1]: Started Journal Service.
    [ 6.060202] yenta_cardbus 0000:00:0a.0: CardBus bridge found [103c:0024]
    [ 6.060231] yenta_cardbus 0000:00:0a.0: Using CSCINT to route CSC interrupts to PCI
    [ 6.060234] yenta_cardbus 0000:00:0a.0: Routing CardBus interrupts to PCI
    [ 6.060239] yenta_cardbus 0000:00:0a.0: TI: mfunc 0x01111112, devctl 0x64
    [ 6.066899] pci 0000:00:11.0: enabling device (0000 -> 0001)
    [ 6.067944] alim1535_wdt: initialized. timeout=60 sec (nowayout=0)
    [ 6.069773] alim7101_wdt: Steve Hill <[email protected]>
    [ 6.069798] alim7101_wdt: Detected old alim7101 revision 'a1d'. If this is a cobalt board, set the 'use_gpio' module parameter.
    [ 6.141120] microcode: AMD CPU family 0x6 not supported
    [ 6.290481] yenta_cardbus 0000:00:0a.0: ISA IRQ mask 0x00b8, PCI irq 11
    [ 6.290490] yenta_cardbus 0000:00:0a.0: Socket status: 30000006
    [ 6.499629] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
    [ 6.499945] ACPI: Battery Slot [BAT1] (battery absent)
    [ 6.501330] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:01/LNXVIDEO:00/input/input2
    [ 6.639604] input: PC Speaker as /devices/platform/pcspkr/input/input3
    [ 6.893520] alim7101_wdt: Steve Hill <[email protected]>
    [ 6.893544] alim7101_wdt: Detected old alim7101 revision 'a1d'. If this is a cobalt board, set the 'use_gpio' module parameter.
    [ 6.983648] tsc: Marking TSC unstable due to TSC halts in idle
    [ 6.983763] ACPI: acpi_idle registered with cpuidle
    [ 6.987013] Switching to clocksource acpi_pm
    [ 7.038815] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 7.057667] ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 5
    [ 7.057680] PCI: setting IRQ 5 as level-triggered
    [ 7.084849] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4
    [ 7.087965] ACPI: Power Button [PWRB]
    [ 7.088591] ACPI: AC Adapter [ACAD] (on-line)
    [ 7.089419] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input5
    [ 7.095566] Linux agpgart interface v0.103
    [ 7.106746] natsemi dp8381x driver, version 2.1, Sept 11, 2006
    originally by Donald Becker <[email protected]>
    2.4.x kernel port by Jeff Garzik, Tjeerd Mulder
    [ 7.130175] ACPI: Lid Switch [LID]
    [ 7.130900] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
    [ 7.131019] ACPI: Power Button [PWRF]
    [ 7.220285] thermal LNXTHERM:00: registered as thermal_zone0
    [ 7.220298] ACPI: Thermal Zone [THRM] (60 C)
    [ 7.286538] parport_pc 00:09: reported by Plug and Play ACPI
    [ 7.286616] parport0: PC-style at 0x378 (0x778), irq 7, dma 0 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
    [ 7.299576] ppdev: user-space parallel port driver
    [ 7.424064] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af:
    [ 7.425327] excluding 0x170-0x177 0x1f0-0x1f7 0x200-0x207 0x220-0x22f 0x330-0x337 0x370-0x37f 0x388-0x38f
    [ 7.426221] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff:
    [ 7.426660] excluding 0x3f0-0x3ff 0x408-0x40f 0x480-0x48f 0x4d0-0x4d7
    [ 7.427726] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff:
    [ 7.428490] clean.
    [ 7.428514] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7:
    [ 7.429357] clean.
    [ 7.429387] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
    [ 7.429399] excluding 0xc0000-0xfffff
    [ 7.429423] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
    [ 7.429438] clean.
    [ 7.429461] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
    [ 7.429473] clean.
    [ 7.429496] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff:
    [ 7.431559] clean.
    [ 7.550228] powernow: PowerNOW! Technology present. Can scale: frequency and voltage.
    [ 7.557694] powernow: No PST tables match this cpuid (0x7a0)
    [ 7.557703] powernow: This is indicative of a broken BIOS.
    [ 7.557704] powernow: Trying ACPI perflib
    [ 7.557803] powernow: Minimum speed 530 MHz. Maximum speed 2120 MHz.
    [ 7.799621] Adding 1004056k swap on /dev/sda2. Priority:-1 extents:1 across:1004056k
    [ 7.817944] psmouse serio1: synaptics: Touchpad model: 1, fw: 5.9, id: 0x236eb3, caps: 0x904713/0x10008/0x0, board id: 3655, fw id: 753378
    [ 7.852688] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7
    [ 9.586736] AC'97 1 does not respond - RESET
    [ 9.600071] AC'97 1 access is not valid [0xffffffff], removing mixer.
    [ 9.600153] ali mixer 1 creating error.
    [ 9.605763] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11
    [ 9.608749] natsemi eth0: NatSemi DP8381[56] at 0xd0005000 (0000:00:12.0), 00:0f:20:c7:01:24, IRQ 11, port TP.
    [ 9.610009] agpgart-ati 0000:00:00.0: Ati IGP320/M chipset
    [ 9.612037] reserve_ram_pages_type failed [mem 0x1a87d000-0x1a87dfff], track 0x10, req 0x10
    [ 9.612797] reserve_ram_pages_type failed [mem 0x1a87e000-0x1a87efff], track 0x10, req 0x10
    [ 9.614329] reserve_ram_pages_type failed [mem 0x1a87f000-0x1a87ffff], track 0x10, req 0x10
    [ 9.615179] reserve_ram_pages_type failed [mem 0x1a400000-0x1a400fff], track 0x10, req 0x10
    [ 9.615941] reserve_ram_pages_type failed [mem 0x1a402000-0x1a402fff], track 0x10, req 0x10
    [ 9.632019] reserve_ram_pages_type failed [mem 0x1a403000-0x1a403fff], track 0x10, req 0x10
    [ 9.632963] reserve_ram_pages_type failed [mem 0x1b238000-0x1b238fff], track 0x10, req 0x10
    [ 9.639528] reserve_ram_pages_type failed [mem 0x1aac8000-0x1aac8fff], track 0x10, req 0x10
    [ 9.641076] reserve_ram_pages_type failed [mem 0x1aaf4000-0x1aaf4fff], track 0x10, req 0x10
    [ 9.641840] reserve_ram_pages_type failed [mem 0x1a85e000-0x1a85efff], track 0x10, req 0x10
    [ 9.642604] reserve_ram_pages_type failed [mem 0x1a85f000-0x1a85ffff], track 0x10, req 0x10
    [ 9.650764] reserve_ram_pages_type failed [mem 0x1a864000-0x1a864fff], track 0x10, req 0x10
    [ 9.651546] reserve_ram_pages_type failed [mem 0x1a865000-0x1a865fff], track 0x10, req 0x10
    [ 9.652323] reserve_ram_pages_type failed [mem 0x1a404000-0x1a404fff], track 0x10, req 0x10
    [ 9.653103] reserve_ram_pages_type failed [mem 0x1a405000-0x1a405fff], track 0x10, req 0x10
    [ 9.655343] reserve_ram_pages_type failed [mem 0x1a406000-0x1a406fff], track 0x10, req 0x10
    [ 9.656123] reserve_ram_pages_type failed [mem 0x1a407000-0x1a407fff], track 0x10, req 0x10
    [ 9.660343] agpgart-ati 0000:00:00.0: AGP aperture is 64M @ 0xd4000000
    [ 9.661066] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 10
    [ 9.661147] ssb: Found chip with id 0x4306, rev 0x02 and package 0x00
    [ 9.661162] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x02, vendor 0x4243)
    [ 9.661177] ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x04, vendor 0x4243)
    [ 9.661191] ssb: Core 2 found: PCMCIA (cc 0x80D, rev 0x01, vendor 0x4243)
    [ 9.661203] ssb: Core 3 found: V90 (cc 0x807, rev 0x01, vendor 0x4243)
    [ 9.661214] ssb: Core 4 found: PCI (cc 0x804, rev 0x07, vendor 0x4243)
    [ 9.661225] ssb: Core 5 found: IEEE 802.11 (cc 0x812, rev 0x04, vendor 0x4243)
    [ 9.670177] ssb: Sonics Silicon Backplane found on PCI device 0000:00:09.0
    [ 9.670382] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 9.777337] systemd-udevd[112]: renamed network interface eth0 to enp0s18
    [ 9.873499] [drm] Initialized drm 1.1.0 20060810
    [ 9.956840] cfg80211: Calling CRDA to update world regulatory domain
    [ 10.157218] b43legacy-phy0: Broadcom 4306 WLAN found (core revision 4)
    [ 10.190344] enp0s18: DSPCFG accepted after 0 usec.
    [ 10.190366] enp0s18: link up.
    [ 10.190398] enp0s18: Setting full-duplex based on negotiated link capability.
    [ 10.198924] [drm] radeon defaulting to kernel modesetting.
    [ 10.198939] [drm] radeon kernel modesetting enabled.
    [ 10.199866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10
    [ 10.203846] Broadcom 43xx-legacy driver loaded [ Features: PLID ]
    [ 10.206509] [drm] initializing kernel modesetting (RS100 0x1002:0x4336 0x103C:0x0024).
    [ 10.206583] [drm] register mmio base: 0xD0100000
    [ 10.206589] [drm] register mmio size: 65536
    [ 10.208257] agpgart-ati 0000:00:00.0: AGP 2.0 bridge
    [ 10.208304] agpgart-ati 0000:00:00.0: putting AGP V2 device into 4x mode
    [ 10.208382] radeon 0000:01:05.0: putting AGP V2 device into 4x mode
    [ 10.208400] radeon 0000:01:05.0: GTT: 64M 0xD4000000 - 0xD7FFFFFF
    [ 10.208422] radeon 0000:01:05.0: VRAM: 64M 0x000000001C000000 - 0x000000001FFFFFFF (64M used)
    [ 10.208461] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 10.208467] [drm] Driver supports precise vblank timestamp query.
    [ 10.208505] [drm] radeon: irq initialized.
    [ 10.209113] [drm] Detected VRAM RAM=64M, BAR=256M
    [ 10.209134] [drm] RAM width 64bits DDR
    [ 10.209414] [TTM] Zone kernel: Available graphics memory: 222902 kiB
    [ 10.209422] [TTM] Initializing pool allocator
    [ 10.209596] [drm] radeon: 64M of VRAM memory ready
    [ 10.209607] [drm] radeon: 64M of GTT memory ready.
    [ 10.233730] radeon 0000:01:05.0: WB disabled
    [ 10.233767] radeon 0000:01:05.0: fence driver on ring 0 use gpu addr 0x00000000d4000000 and cpu addr 0xdc702000
    [ 10.235923] [drm] Loading R100 Microcode
    [ 10.243857] b43legacy-phy0 ERROR: Firmware file "b43legacy/ucode4.fw" not found or load failed.
    [ 10.243943] b43legacy-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware (version 3).
    [ 10.272796] [drm] radeon: ring at 0x00000000D4001000
    [ 10.272843] [drm] ring test succeeded in 0 usecs
    [ 10.274061] [drm] ib test succeeded in 0 usecs
    [ 10.275769] [drm] Panel ID String: QDS
    [ 10.275780] [drm] Panel Size 1024x768
    [ 10.288375] [drm] radeon legacy LVDS backlight initialized
    [ 10.288880] [drm] Radeon Display Connectors
    [ 10.288889] [drm] Connector 0:
    [ 10.288897] [drm] VGA-1
    [ 10.288908] [drm] DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
    [ 10.288913] [drm] Encoders:
    [ 10.288918] [drm] CRT1: INTERNAL_DAC1
    [ 10.288924] [drm] Connector 1:
    [ 10.288930] [drm] LVDS-1
    [ 10.288940] [drm] DDC: 0x198 0x198 0x19c 0x19c 0x1a0 0x1a0 0x1a4 0x1a4
    [ 10.288945] [drm] Encoders:
    [ 10.288950] [drm] LCD1: INTERNAL_LVDS
    [ 10.288955] [drm] Connector 2:
    [ 10.288961] [drm] SVIDEO-1
    [ 10.288965] [drm] Encoders:
    [ 10.288970] [drm] TV1: INTERNAL_DAC2
    [ 10.393102] [drm] fb mappable at 0xE0040000
    [ 10.393114] [drm] vram apper at 0xE0000000
    [ 10.393119] [drm] size 3145728
    [ 10.393125] [drm] fb depth is 24
    [ 10.393131] [drm] pitch is 4096
    [ 10.394511] fbcon: radeondrmfb (fb0) is primary device
    [ 10.472464] Console: switching to colour frame buffer device 128x48
    [ 10.485936] fb0: radeondrmfb frame buffer device
    [ 10.485939] drm: registered panic notifier
    [ 10.485953] [drm] Initialized radeon 2.24.0 20080528 for 0000:01:05.0 on minor 0
    Xorg.0.log
    [ 699.289]
    X.Org X Server 1.13.1
    Release Date: 2012-12-13
    [ 699.290] X Protocol Version 11, Revision 0
    [ 699.290] Build Operating System: Linux 3.7.0-1-ARCH i686
    [ 699.290] Current Operating System: Linux skynet 3.6.11-1-ARCH #1 SMP PREEMPT Tue Dec 18 12:58:46 CET 2012 i686
    [ 699.291] Kernel command line: root=/dev/sda1 ro initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
    [ 699.291] Build Date: 16 December 2012 04:52:09PM
    [ 699.291]
    [ 699.292] Current version of pixman: 0.28.2
    [ 699.292] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 699.292] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 699.294] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jan 20 19:47:39 2013
    [ 699.360] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 699.384] (==) No Layout section. Using the first Screen section.
    [ 699.384] (==) No screen section available. Using defaults.
    [ 699.384] (**) |-->Screen "Default Screen Section" (0)
    [ 699.384] (**) | |-->Monitor "<default monitor>"
    [ 699.404] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 699.404] (**) | |-->Device "Radeon"
    [ 699.404] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 699.404] (==) Automatically adding devices
    [ 699.404] (==) Automatically enabling devices
    [ 699.404] (==) Automatically adding GPU devices
    [ 699.464] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
    [ 699.464] Entry deleted from font path.
    [ 699.464] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 699.464] Entry deleted from font path.
    [ 699.464] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 699.464] Entry deleted from font path.
    [ 699.480] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 699.480] Entry deleted from font path.
    [ 699.480] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 699.480] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 699.480] Entry deleted from font path.
    [ 699.480] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 699.480] (==) FontPath set to:
    /usr/share/fonts/misc/
    [ 699.480] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 699.480] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 699.500] (II) Loader magic: 0x825a640
    [ 699.500] (II) Module ABI versions:
    [ 699.500] X.Org ANSI C Emulation: 0.4
    [ 699.500] X.Org Video Driver: 13.1
    [ 699.500] X.Org XInput driver : 18.0
    [ 699.500] X.Org Server Extension : 7.0
    [ 699.502] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 699.506] (--) PCI:*(0:1:5:0) 1002:4336:103c:0024 rev 0, Mem @ 0xe0000000/268435456, 0xd0100000/65536, I/O @ 0x00009000/256, BIOS @ 0x????????/131072
    [ 699.506] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 699.507] Initializing built-in extension Generic Event Extension
    [ 699.508] Initializing built-in extension SHAPE
    [ 699.508] Initializing built-in extension MIT-SHM
    [ 699.508] Initializing built-in extension XInputExtension
    [ 699.508] Initializing built-in extension XTEST
    [ 699.515] Initializing built-in extension BIG-REQUESTS
    [ 699.521] Initializing built-in extension SYNC
    [ 699.527] Initializing built-in extension XKEYBOARD
    [ 699.533] Initializing built-in extension XC-MISC
    [ 699.539] Initializing built-in extension SECURITY
    [ 699.544] Initializing built-in extension XINERAMA
    [ 699.550] Initializing built-in extension XFIXES
    [ 699.555] Initializing built-in extension RENDER
    [ 699.560] Initializing built-in extension RANDR
    [ 699.565] Initializing built-in extension COMPOSITE
    [ 699.570] Initializing built-in extension DAMAGE
    [ 699.575] Initializing built-in extension MIT-SCREEN-SAVER
    [ 699.580] Initializing built-in extension DOUBLE-BUFFER
    [ 699.585] Initializing built-in extension RECORD
    [ 699.589] Initializing built-in extension DPMS
    [ 699.594] Initializing built-in extension X-Resource
    [ 699.599] Initializing built-in extension XVideo
    [ 699.603] Initializing built-in extension XVideo-MotionCompensation
    [ 699.608] Initializing built-in extension XFree86-VidModeExtension
    [ 699.613] Initializing built-in extension XFree86-DGA
    [ 699.617] Initializing built-in extension XFree86-DRI
    [ 699.622] Initializing built-in extension DRI2
    [ 699.622] (II) LoadModule: "glx"
    [ 699.643] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 699.710] (II) Module glx: vendor="X.Org Foundation"
    [ 699.710] compiled for 1.13.1, module version = 1.0.0
    [ 699.711] ABI class: X.Org Server Extension, version 7.0
    [ 699.711] (==) AIGLX enabled
    [ 699.716] Loading extension GLX
    [ 699.716] (II) LoadModule: "radeon"
    [ 699.739] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 699.805] (II) Module radeon: vendor="X.Org Foundation"
    [ 699.805] compiled for 1.13.0, module version = 7.0.0
    [ 699.806] Module class: X.Org Video Driver
    [ 699.806] ABI class: X.Org Video Driver, version 13.0
    [ 699.806] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
    ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
    ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
    ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
    CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
    BARTS, BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, PITCAIRN, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE
    [ 699.829] (++) using VT number 1
    [ 699.843] (II) [KMS] Kernel modesetting enabled.
    [ 699.844] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 699.844] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 699.844] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 699.844] (==) RADEON(0): Default visual is TrueColor
    [ 699.844] (==) RADEON(0): RGB weight 888
    [ 699.844] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 699.844] (--) RADEON(0): Chipset: "ATI Radeon IGP320M (U1) 4336" (ChipID = 0x4336)
    [ 699.844] (II) Loading sub module "dri2"
    [ 699.844] (II) LoadModule: "dri2"
    [ 699.845] (II) Module "dri2" already built-in
    [ 699.845] (II) Loading sub module "exa"
    [ 699.845] (II) LoadModule: "exa"
    [ 699.845] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 699.866] (II) Module exa: vendor="X.Org Foundation"
    [ 699.866] compiled for 1.13.1, module version = 2.6.0
    [ 699.866] ABI class: X.Org Video Driver, version 13.1
    [ 699.866] (II) RADEON(0): KMS Color Tiling: disabled
    [ 699.866] (II) RADEON(0): KMS Color Tiling 2D: disabled
    [ 699.866] (II) RADEON(0): KMS Pageflipping: enabled
    [ 699.866] (II) RADEON(0): SwapBuffers wait for vsync: enabled
    [ 699.903] (II) RADEON(0): Output VGA-0 has no monitor section
    [ 699.903] (II) RADEON(0): Output LVDS has no monitor section
    [ 699.909] (II) RADEON(0): Output S-video has no monitor section
    [ 699.946] (II) RADEON(0): EDID for output VGA-0
    [ 699.946] (II) RADEON(0): EDID for output LVDS
    [ 699.946] (II) RADEON(0): Manufacturer: QDS Model: 11 Serial#: 0
    [ 699.946] (II) RADEON(0): Year: 2094 Week: 28
    [ 699.946] (II) RADEON(0): EDID Version: 1.2
    [ 699.946] (II) RADEON(0): Digital Display Input
    [ 699.946] (II) RADEON(0): Max Image Size [cm]: horiz.: 30 vert.: 23
    [ 699.946] (II) RADEON(0): Gamma: 2.20
    [ 699.946] (II) RADEON(0): No DPMS capabilities specified
    [ 699.946] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 699.946] (II) RADEON(0): First detailed timing is preferred mode
    [ 699.946] (II) RADEON(0): redX: 0.591 redY: 0.325 greenX: 0.314 greenY: 0.562
    [ 699.94

    The flickering issue is included in awesome-FS#1084
    satori wrote:Do you have any suggestions?
    For future reference, you should look for and report about awesome issues on the awesome bugtracker. The dev doesn't use arch and won't be looking through these forums.
    Last edited by tdy (2013-01-23 03:54:45)

Maybe you are looking for

  • I bought music on my ipod touch. Why is it that I cannot put that music on my other ipod(s)?

    Hello, I bought music on my iPod touch. Why is it that I cannot put that music on my other Ipod(s)? I downloaded my IPodTouch to my computer with no problems. I tried to drag the music I bought on my IpodTouch to other playlists on my computer and it

  • How to update multiple records in Oracle ?

    Hi Guys, <b>I have to update multiple records from a file into Oracle Table...</b> I can successfully insert the multiple records into the table but can't update the multiple records into the table. when i am using UPDATE_INSERT only my first record

  • "Login Failed for user" in Standard Report Creation Wizard

    I am trying to create a report using the report wizard in CR 08. When I choose new connection ==> OLE DB(ADO)==>Microsoft OLE DB Provider for SQL Server and enter the Server and user ID (no password), I get the error "Login failed for users". SQL Sta

  • WiFi is an OS 3.2 problem?

    I have done various WiFi connectivity tests with my iPad on no less tan twenty differen WiFi hot spots around the Orlando area. At fourteen of those spots my Ipad preformed flawlessly. When tested the signal strength was constant and extremely strong

  • How make a slideshow that mimics a photo album (book)

    For the past year I've been using FCE to make simple slideshows and I want to attempt something a bit more difficult now (but not too hard <grin>). I want to create a slideshow that mimics looking through a photo album. On each page of the "book" you