Openbox feh wallpaper overwritten

It's a very strange thing that's happening. feh loads the correct initial wallpaper, but this mild grey 'wallpaper' covers it. And after some programs load (like aMSN), I have to drag, for example, aMSN around the screen to 'clean' off the grey wallpaper to reveal the desired background. I've disabled xcompmgr, and moved around my .xinitrc startup procedures, but none have worked. I like a good clean desktop, but this is going too far!
Any suggestions?

I had the same problem before where both nitrogen and pcmanfm were trying to set the wallpaper, resulting in neither working right.
I guess you just have to find out what else is trying to controll the background.

Similar Messages

  • [SOLVED]Feh wallpaper problem

    This used to work and it isn't now. It's pissing me off. Here are my configuration files. The wallpaper gets displayed for like 1-2 seconds after I login with SLIM and then it autosets to the default openbox, semi-gray black.
    .xinitrc
    http://pastebin.com/LVfAzGtJ
    .fehbg
    http://pastebin.com/1VnGEygf
    The file wallpaper exists in the location in .fehbg. why doesn't work? I don't understand...as it displays 1-2 seconds on startup.
    Last edited by Supernova (2011-10-18 06:19:54)

    rozanbiology wrote:
    What worked for me was instead of editing .xinitrc
    put this in ~/.config/openbox/autostart
    eval $(cat ~/.fehbg)&
    Hope it works for you.
    It worked fine. thank you!

  • [Solved]Cron - feh wallpaper changer

    I tried the following script from the feh wiki page to change my wallpaper:
    #!/bin/sh
    WALLPAPERS="/mnt/path/to/wallpapers"
    ALIST=( `ls -w1 $WALLPAPERS` )
    RANGE=${#ALIST[*]}
    SHOW=$(( $RANDOM % $RANGE ))
    feh --bg-scale $WALLPAPERS/${ALIST[$SHOW]}
    Here's the cron job (trying to run it every two minutes)
    */2 * * * * /usr/local/bin/wallpaper.sh
    Why doesn't it work from cron? If I run the script from the command line, it works fine.
    Any ideas?
    Thanks, Scott
    Last edited by firecat53 (2008-09-04 00:10:44)

    Ok, I changed the script with su, but it's still not working. As an idiot check, I looked, and the cron deamon is indeed running
    If I try to run the script from the command line now, it asks me for my user password . . . and I'm already running as that user.
    I tried a test cron :
    */1 * * * * /bin/date >> /home/firecat53/date.txt
    And it worked fine. The permissions on date.txt were firecat53:users 644. So doesn't that mean that that cronjob is executed as me? If I edited crontab like
    sudo crontab -e
    then I think it would create a job as the root user.
    Could this have something to do with somehow needing to recognize a running X session, since feh is an X application?
    #!/bin/sh
    WALLPAPERS="/mnt/ubuntu-home/firecat53/docs/wallpapers"
    ALIST=( `ls -w1 $WALLPAPERS` )
    RANGE=${#ALIST[*]}
    SHOW=$(( $RANDOM % $RANGE ))
    su -c 'feh --bg-scale $WALLPAPERS/${ALIST[$SHOW]}' firecat53
    I'm afraid I'm still stumped!
    Thanks!
    Scott
    Last edited by firecat53 (2008-09-03 22:40:35)

  • [Solved by adding GQview]Is Feh not capable of opening svg files...?

    I have installed Feh from the community repos, along with imlib2. according to the official website, feh can open SVG files, but I get an error...
    feh WARNING: /home/jaydoc/archlinux-artwork-1.1/logos/archlinux-grad1-dark.svg - No Imlib2 loader for that file format.
    So is feh capable of doing this or not..? Am I missing any needed dependency..? I don't want to use inkscape etc, as they seem to have a lot of dependencies.
    Last edited by jaydoc (2009-04-07 19:45:18)

    jaydoc wrote:
    @skottish...
    I tried using gqview to set the wallpaper. trouble is, when I log out and back in, Openbox is unable to 'remember' the wallpaper used. When using feh, I used the eval cat command in autostart. Is there something similar for gqview too...?
    anyway, I am now using feh to set the wallpaper - because I need to use imlib2 anyway to use scrot., so feh adds just 0.25 MB more..!
    I browse images with gqview and can set the wallpaper with feh from it.
    In the gqview preferences go to editors and add feh wallpaper with feh --bg-scale %f as the command
    I put mine #2 under gimp so while browsing images in gqview i can hit control 2 and it sets it as wallpaper or right click and go to edit>feh wallpaper.

  • How to avoid wallpaper management by LXDE?

    Hi there,
    Is there any way to avoid lxde to manage wallpaper?
    I work with openbox+lxde, and I can't impose my wallpaper with feh for example.
    I would like to disable wallpaper capability to lxde .
    Thank you.
    Last edited by mulanee (2013-02-28 06:38:07)

    @pcmanfm --profile LXDE --desktop-off
    No effect.
    To summarize, I face to 3 differents situations:
    after boot, whatever I have inside my autostart>black wallpaper, no wallpaper picture, no desktop icon, it seems not to be pcmanfm desktop, but I dont have nitrogen (even feh) wallpaper active.
    after launching "nitrogen --restore", nitrogen remembers last selected  wallpaper
    after launching "pcmanfm --desktop", pcmanfm remembers last selected wallpaper from pcmanfm utility, it seems to be pcmanfm desktop.
    after launching again "pcmanfm --desktop-off", i find again my previous nitrogen wallpaper
    In conclusion
    I don't know why pcmanfm is off after launching lxde, and doesnt allow to use nitrogen
    I dont' know why nitrogen is not launched after lxde opening but it should be

  • [SOLVED] Question about Feh

    I installed feh to use as a file browser image launcher (https://wiki.archlinux.org/index.php/Fe … e_Launcher) and as a desktop wallpaper manager (https://wiki.archlinux.org/index.php/Fe … er_manager), but it seems that I each time must use "sudo" for this. Therefore I think the script from the wiki page will not launch in Thunar and that the wallpaper will not load on start up in i3. In order to do this, I think I must add my user to a group, but I'm not sure which one or if it is the right way to solve it. Would you please assist me with this and thank you in advance.
    Last edited by rayanamukami (2014-04-26 09:32:36)

    Thank you for your advice, I should not use sudo as often as I do.
    In Thunar opening an image with the feh_browser.sh script gives the following message.
    Failed to execute application "feh_browser.sh".
    Failed to execute child process "/home/kohaku/feh_browser" (Permission denied).
    For the wallpaper, I followed the wiki page about i3 (https://wiki.archlinux.org/index.php/I3 … _wallpaper). The following command gives the following message.
    $ feh --bg-scale /path/to/image.file
    feh WARNING: /home/kohaku/.feh/wallpaper/touhou.png - No read access
    feh ERROR: Unable to load image /home/kohaku/.feh/
    I have added
    exec --no-startup-id sh ~/.fehbg
    to
    ~/.i3/config

  • Openbox, yay or nay?

    Hi, all, when I get the Internet back and can install Arch again, I'm thinking of going for a less consuming Desktop than KDE or GNOME, although I am fond of GNOME, having Ubuntu and soon UberStudent for my university work, I'm thinking of my next Arch install as an opportunity to really throw myself into the spirit of Arch being lightweight, and to take advantage of using more power-user tools like mutt for an engaging install of Arch on a part of my hard-drive, to be a challenging learning experience, without the fear of screwing my university work up.
    So I was thinking of Openbox for my next install. I was wondering if any of you guys that use it have anything kind (or not) to say about it - any good extensions I should be aware of or any issues, for example some programs throwing a tantrum as GNOME or KDE is a dep. I've also heard of Gnome and KDE in conjunction with Openbox. Does this offer much in the way of graphical or performance? And finally I read a bit about it with KDM and GDM, but I'm assuming if I use Openbox on it's own then I HAVE to use startx?
    Cheers,
    Ben.

    openbox is just a window manager. You'll need a program for wallpaper, desktop icon, panels, sys tray, etc....
    On my netbook: openbox + nitrogen (wallpaper) + conky + trayer (systray) (no panel)
    On my desktop: openbox + nitrogen (wallpaper) + conky + tint2
    So as you can see, you can build a "DE" that fits your needs.
    I've been using my openbox for the last 3 years and love it. One of these days I'd like to try a tiling window manager, but I'm busy and don't want to learn a new wm, so for the time I'll stick with openbox.

  • [Solved] Removing files with space in name.

    Hello!
    I have files named Feh wallpaper (exactly with space in name) and I was trying to remove it but i don't have any file manager and I remove files by rm.
    I was try rm -r feh_wallpaper and rm feh wallpaper and rm can't remove it
    Last edited by SpeedVin (2009-06-30 04:23:29)

    sHyLoCk wrote:
    SpeedVin wrote:Hello again i have a question how to copy files with space in neme i was trying /file but no succes and i have () in the name of file that's are a problem
    I can't rename it i got the same error when i want copy this file
    Did you try with quotes? and it is \file "\" is an escape sequence.
    Ohh thanks option with quotes work
    Last edited by SpeedVin (2009-07-15 11:23:16)

  • Setting wallpaper/bmpanel in openbox? [SOLVED]

    I am on my first succesful HD install of Arch wirh Openbox right now and I have been documenting some of the things that are giving me issues. If you are curious about how I went about with my installation you can check this thread out:
    http://bbs.archlinux.org/viewtopic.php?id=76315
    One of the issues Im having is with themeing and autostart programs. I did a little research and found that in order to have, for instance, my bmpanel and desktop wallpaper start up with x I had to make an autostart.sh under my ~/.config/openbox/ and add this within:
    # Run the system-wide support stuff
    . $GLOBALAUTOSTART
    # Programs to launch at startup
    nitrogen /media/vault/Wallpapers/107320-Tranquility-1680.jpg &
    xcompmgr -c -t-5 -l-5 -r4.2 -o.55 &
    # SCIM support (for typing non-english characters)
    export LC_CTYPE=ja_JP.utf8
    export XMODIFIERS=@im=SCIM
    export GTK_IM_MODULE=scim
    export QT_IM_MODULE=scim
    scim -d &
    # Programs that will run after Openbox has started
    (sleep 2 && bmpanel arch) &
    So thats what I make it look like. I have nitrogen and bmpanel (with arch theme) installed and working correctly. The problem is that when i startx and the script runs, it just opens nitrogen with no images selectable. Also bmpanel does start with arch theme but it is not transparant like in the photo available where I downloaded it.
    I do have composting available as I have my nvidia drivers installed and i checked that it is working in the terminal, but I am at a loss as to why they arent working correctly. I have checked the documentation for this and found it a little lacking? Anyone know where to go from here?
    Last edited by beatepix (2009-07-21 00:38:53)

    Ghost1227 wrote:
    Don't know bmpanel (never liked it myself), but the
    problem with nitrogen is that in order to set wallpaper from the
    commandline you have to include a switch. Chose whichever of the
    following best suits the image in question.
    nitrogen --set-best
    /media/vault/Wallpapers/107320-Tranquility-1680.jpg &
    nitrogen --set-centered
    /media/vault/Wallpapers/107320-Tranquility-1680.jpg &
    nitrogen --set-scaled
    /media/vault/Wallpapers/107320-Tranquility-1680.jpg &
    nitrogen --set-tiled
    /media/vault/Wallpapers/107320-Tranquility-1680.jpg &
    Or, if you rely on nitrogen's GUI wallpaper interface, you can just
    use the following:
    nitrogen --restore &
    This will set the desktop to the last image you selected via the GUI
    interface.
    Then if you want to get fancy, you can add a menu item to your openbox
    menu to launch the nitrogen selector:
    <item label="Wallpaper">
    <action name="Execute">
    <execute>nitrogen ~/wallpaper</execute>
    </action>
    </item>
    Also never used bmpanel, so can't be of help there. Tint2 and pypanel
    both have nice transparency.

  • Wallpaper issues under openbox

    I know how to set the wallpaper (in a number of ways, even). That's not the issue.
    I'm running Arch under VirtualBox, with the guest additions installed. This allows magically setting the resolution when I change the size of the virtual screen. Unfortunately, this does not update my wallpaper's aspect ratio, so the wallpaper tiles rather than zooming to fit. How do I fix this?
    For reference, I'm setting my wallpaper with
    feh --bg-max ~/wallpaper-377161.jpg
    Sorry if this is the wrong place to ask, and thanks in advance.

    Hi guys, this is my first post here so be nice!
    I've been agonising over this small detail for a few days now, whilst trivial I NEED feh to reapply my wallpaper when I resize my VB window - as Deltadesu mentions above feh applies the wallpaper based on the 'current' screen size, so any resolution > than the current resolution, the wallpaper tiles.
    I have read about calling feh from VBoxRandR.sh - but as this doesnt exist any longer I'm stuck!
    Cheers in advance :]

  • GDM and OpenBox - Wallpaper and background problem [SOLVED]

    I have a strange problem.
    I am using GDM as login manager. And I am using OpenBox as a window manager.
    As soon as GDM appears on the screen, my wifi connection is connected... so its good.
    But, when I login Feh loads my background picture and it disappears after few seconds..... I solved this modifying the autostart script (adding the sleep).
    Now background stays, BUT not always. Sometimes it disappears.... sometimes not.
    It seams that this problem is appearing randomly.
    So my question is:
    Is there a way to disable Gnomes (GDMs) background color and picture after loading openbox through GDM?
    Last edited by webmasteryoda (2011-06-26 10:50:10)

    azleifel wrote:
    It will apply to gnome as well, so if gnome-settings-daemon is your problem then you either need to choose one environment or perhaps do some settings adjustment with gconftool-2 when you log into each environment.  I didn't try this but settings for openbox could be changed with a couple of gconftool-2 lines in autostart.sh, e.g.
    gconftool-2 --set --type bool /desktop/gnome/background/draw_background "false" &
    and settings for gnome could be changed from a DE-specific ("OnlyShowIn=GNOME") .desktop file or two in $HOME/.config/autostart.
    I tried this, but it didnt work. Its a Gnome 3.
    I dont understand second part of your post... ("OnlyShowIn=GNOME")

  • Feh restore wallpaper problem

    Hello.
    I use feh to set my wallpaper, but command eval `cat $HOME/.fehbg` & don't accept spaces in my wallpapers name.
    What to do if the wallpaper/image has spaces in its name?
    Feh doesn't save the filename bash compliant (Wallpaper/Sky - Blue.jpg instead of Wallpaper/Waves\ -\ Blue.jpg).
    How can i make to restore my wallpapers with spaces in its name?

    Ramses de Norre wrote:
    . $HOME/.fehbg
    works for me.
    The problem is that feh doesn't enclose the file name in quotes when it saves it in .fehbg
    So you come to have something like
    feh --bg-center file with spaces.jpg
    you can't even escape quotes because in that case you would find yourself with
    "feh --bg-center file with spaces.jpg"
    which is recognize as a single command (imagine you had a file called "feh --bg-center file with spaces.jpg" in /usr/bin )
    That's why you have to resort to sed/awk to make it work like I did: you need to put the quotes in the right place.

  • [SOLVED] xcompmgr, feh and openbox don't play nice

    Hey,
    I started using Openbox with xcompmgr a few days ago. I start xcompmgr in .xinitrc, then a few apps later Openbox (see .xinitrc file). Problem is, xcompmgr paints my background gray. Calling feh later doesn't paint a new background image. I read in the wiki that the problem is with xcompmgr and the solution is to use hsetroot (http://wiki.archlinux.org/index.php/Xco … Openbox.29).  This doesn't solve the problem for me. All it does is paint my background before xcompmgr repaints it gray. If it matters, my login manager's SLIM and this is my .xinitrc:
    #!/bin/sh
    # ~/.xinitrc
    # Executed by startx (run your window manager from here)
    hsetroot -solid "#000066"
    xcompmgr -cfF && feh --bg-scale /home/gal/Pictures/fiji.JPG &
    tint2 &
    tilda &
    gnome-power-manager &
    xscreensaver --no-splash &
    sleep 5
    feh --bg-scale /home/gal/Pictures/fiji.JPG &
    conky -b &
    exec ck-launch-session openbox-session
    # exec startkde
    # exec startxfce4
    # ...or the Window Manager of your choice
    Any comments about how to sole this problems are welcome.
    EDIT: The sleep 5 statement was to try to make feh work by giving it some brake. Sadly it did not help.
    Last edited by Greenstuff (2010-01-01 14:25:12)

    I use similar settings to yours, but:
    - they are in ~/.config/openbox/autostart.sh
    - no "hsetroot"
    - nitrogen, instead of feh
    Besides: why did you place xcompmgr and feh on the same line? Did you try with two different lines, one for each command?
    Last edited by daneel971 (2009-12-31 12:38:44)

  • [SOLVED] i3-wm strange behavior with feh

    greetings,
    I'm having problems with i3-wm, it seems to work pretty well but when I add a wallpaper through feh, it gives me this:
    [i3bar/src/xcb.c:903] ERROR: Cannot open display
    I tried all kind of setups, like, changing a jpg image to a new png image because I thought it was corrupted, removed some parameters from /etc/X11/xorg.conf and edited xinitrc several times but, unfortunately, not successful either.
    This is my ~/.xinitrc.
    exec /usr/bin/i3 -V >> ~/.i3/i3log 2>&1 &
    feh --bg-center /home/freesbies/Pictures/ctrl-esc.jpg
    This is my /etc/X11/xorg.conf (I need to work on "Files" section, since I need to add more fonts, but that's other issue that isn't a i3-wm relative problem for this topic ).
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc/"
    FontPath "/usr/share/fonts/TTF/"
    FontPath "/usr/share/fonts/OTF/"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    EndSection
    Section "Module"
    Load "extmod"
    Load "glx"
    Load "dbe"
    Load "dri"
    Load "dri2"
    Load "GLcore"
    Load "freetype"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    Option "DPMS"
    EndSection
    Section "Extensions"
    Option "composite" "Enable"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
    ### <percent>: "<f>%"
    ### [arg]: arg optional
    Option "DRI" "on"
    Option "AGPMode" "8"
    Option "AGPFastWrite" "yes"
    Option "ColorTiling" "on"
    Option "ColorTiling2D" "on"
    Option "RenderAccel" "on"
    Option "AccelMethod" "EXA"
    Option "EXAVSync" "on"
    Option "EXAPixmaps" "on"
    Option "EnablePageFlip" "on"
    Identifier "Card0"
    Driver "radeon"
    BusID "PCI:1:5:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    This is my unfinished ~/.i3/config file.
    # This file has been auto-generated by i3-config-wizard(1).
    # It will not be overwritten, so edit it as you like.
    # Should you change your keyboard layout somewhen, delete
    # this file and re-run i3-config-wizard(1).
    # i3 config file (v4)
    # Please see http://i3wm.org/docs/userguide.html for a complete reference!
    set $mod Mod4
    # Font for window titles. Will also be used by the bar unless a different font
    # is used in the bar {} block below. ISO 10646 = Unicode
    # font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
    # The font above is very space-efficient, that is, it looks good, sharp and
    # clear in small sizes. However, if you need a lot of unicode glyphs or
    # right-to-left text rendering, you should instead use pango for rendering and
    # chose a FreeType font, such as:
    font pango:DejaVu Sans Mono 10
    # Use Mouse+$mod to drag floating windows to their wanted position
    floating_modifier $mod
    # start a terminal
    bindsym $mod+Return exec i3-sensible-terminal
    # kill focused window
    bindsym $mod+Shift+q kill
    # start dmenu (a program launcher)
    bindsym $mod+d exec dmenu_run
    # There also is the (new) i3-dmenu-desktop which only displays applications
    # shipping a .desktop file. It is a wrapper around dmenu, so you need that
    # installed.
    # bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
    # change focus
    bindsym $mod+j focus left
    bindsym $mod+k focus down
    bindsym $mod+l focus up
    bindsym $mod+semicolon focus right
    # alternatively, you can use the cursor keys:
    bindsym $mod+Left focus left
    bindsym $mod+Down focus down
    bindsym $mod+Up focus up
    bindsym $mod+Right focus right
    # move focused window
    bindsym $mod+Shift+j move left
    bindsym $mod+Shift+k move down
    bindsym $mod+Shift+l move up
    bindsym $mod+Shift+semicolon move right
    # alternatively, you can use the cursor keys:
    bindsym $mod+Shift+Left move left
    bindsym $mod+Shift+Down move down
    bindsym $mod+Shift+Up move up
    bindsym $mod+Shift+Right move right
    # split in horizontal orientation
    bindsym $mod+h split h
    # split in vertical orientation
    bindsym $mod+v split v
    # enter fullscreen mode for the focused container
    bindsym $mod+f fullscreen
    # change container layout (stacked, tabbed, toggle split)
    bindsym $mod+s layout stacking
    bindsym $mod+w layout tabbed
    bindsym $mod+e layout toggle split
    # toggle tiling / floating
    bindsym $mod+Shift+space floating toggle
    # change focus between tiling / floating windows
    bindsym $mod+space focus mode_toggle
    # focus the parent container
    bindsym $mod+a focus parent
    # focus the child container
    #bindsym $mod+d focus child
    # switch to workspace
    bindsym $mod+1 workspace Terminal
    bindsym $mod+2 workspace File
    bindsym $mod+3 workspace Editor
    bindsym $mod+4 workspace IDE
    bindsym $mod+5 workspace Browser
    bindsym $mod+6 workspace Mail
    bindsym $mod+7 workspace 7
    bindsym $mod+8 workspace 8
    bindsym $mod+9 workspace 9
    bindsym $mod+0 workspace 10
    # reload the configuration file
    bindsym $mod+Shift+c reload
    # restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
    bindsym $mod+Shift+r restart
    # exit i3 (logs you out of your X session)
    bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
    # resize window (you can also use the mouse for that)
    mode "resize" {
    # These bindings trigger as soon as you enter the resize mode
    # Pressing left will shrink the window’s width.
    # Pressing right will grow the window’s width.
    # Pressing up will shrink the window’s height.
    # Pressing down will grow the window’s height.
    bindsym j resize shrink width 10 px or 10 ppt
    bindsym k resize grow height 10 px or 10 ppt
    bindsym l resize shrink height 10 px or 10 ppt
    bindsym semicolon resize grow width 10 px or 10 ppt
    # same bindings, but for the arrow keys
    bindsym Left resize shrink width 10 px or 10 ppt
    bindsym Down resize grow height 10 px or 10 ppt
    bindsym Up resize shrink height 10 px or 10 ppt
    bindsym Right resize grow width 10 px or 10 ppt
    # back to normal: Enter or Escape
    bindsym Return mode "default"
    bindsym Escape mode "default"
    bindsym $mod+r mode "resize"
    # Start i3bar to display a workspace bar (plus the system information i3status
    # finds out, if available)
    bar {
    colors {
    background #82826d
    statusline #ffffff
    separator #839091
    focused_workspace #000000 #826d78 #ffffff
    position top
    status_command i3status
    workspace_buttons yes
    tray_output primary
    This is ~/.i3/i3log file.
    21-10-2013 17:27:56 - i3 4.6 (2013-08-07, branch "tags/4.6") starting
    21-10-2013 17:27:56 - Parsing configfile /home/freesbies/.i3/config
    deciding for version 4 due to this line: # i3 config file (v4)
    21-10-2013 17:27:56 - [libi3] libi3/font.c Using Pango font DejaVu Sans Mono, size 10
    21-10-2013 17:27:56 - Used number -1 for workspace with name Terminal
    21-10-2013 17:27:56 - Starting bar process: i3bar --bar_id=bar-0 --socket="/run/user/1000/i3/ipc-socket.1033"
    21-10-2013 17:27:56 - executing: i3bar --bar_id=bar-0 --socket="/run/user/1000/i3/ipc-socket.1033"
    [i3bar/src/xcb.c:903] ERROR: Cannot open display
    This is what I get from xorg's prompt.
    X.Org X Server 1.14.3
    Release Date: 2013-09-12
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.11.1-1-ARCH i686
    Current Operating System: Linux bootnet 3.11.6-1-ARCH #1 SMP PREEMPT Sat Oct 19 00:29:46 CEST 2013 i686
    Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=538af765-2d19-4cf4-ba0f-7ae3f0428563 rw quiet
    Build Date: 08 October 2013 08:51:37PM
    Current version of pixman: 0.30.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Mon Oct 21 17:27:55 2013
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    Initializing built-in extension Generic Event Extension
    Initializing built-in extension SHAPE
    Initializing built-in extension MIT-SHM
    Initializing built-in extension XInputExtension
    Initializing built-in extension XTEST
    Initializing built-in extension BIG-REQUESTS
    Initializing built-in extension SYNC
    Initializing built-in extension XKEYBOARD
    Initializing built-in extension XC-MISC
    Initializing built-in extension SECURITY
    Initializing built-in extension XINERAMA
    Initializing built-in extension XFIXES
    Initializing built-in extension RENDER
    Initializing built-in extension RANDR
    Initializing built-in extension COMPOSITE
    Initializing built-in extension DAMAGE
    Initializing built-in extension MIT-SCREEN-SAVER
    Initializing built-in extension DOUBLE-BUFFER
    Initializing built-in extension RECORD
    Initializing built-in extension DPMS
    Initializing built-in extension X-Resource
    Initializing built-in extension XVideo
    Initializing built-in extension XVideo-MotionCompensation
    Initializing built-in extension XFree86-VidModeExtension
    Initializing built-in extension XFree86-DGA
    Initializing built-in extension XFree86-DRI
    Initializing built-in extension DRI2
    Loading extension GLX
    (II) [KMS] Kernel modesetting enabled.
    xinit: connection to X server lost
    waiting for X server to shut down (EE) Server terminated successfully (0). Closing log file.
    And finally, this is /var/log/Xorg.0.log.
    [ 3939.905]
    X.Org X Server 1.14.3
    Release Date: 2013-09-12
    [ 3939.917] X Protocol Version 11, Revision 0
    [ 3939.922] Build Operating System: Linux 3.11.1-1-ARCH i686
    [ 3939.926] Current Operating System: Linux bootnet 3.11.6-1-ARCH #1 SMP PREEMPT Sat Oct 19 00:29:46 CEST 2013 i686
    [ 3939.926] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=538af765-2d19-4cf4-ba0f-7ae3f0428563 rw quiet
    [ 3939.936] Build Date: 08 October 2013 08:51:37PM
    [ 3939.941]
    [ 3939.947] Current version of pixman: 0.30.2
    [ 3939.957] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 3939.958] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 3939.982] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Oct 21 17:55:35 2013
    [ 3939.988] (==) Using config file: "/etc/X11/xorg.conf"
    [ 3939.995] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 3940.001] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 3940.002] (==) ServerLayout "X.org Configured"
    [ 3940.002] (**) |-->Screen "Screen0" (0)
    [ 3940.002] (**) | |-->Monitor "Monitor0"
    [ 3940.002] (**) | |-->Device "Card0"
    [ 3940.002] (**) |-->Input Device "Mouse0"
    [ 3940.002] (**) |-->Input Device "Keyboard0"
    [ 3940.002] (==) Automatically adding devices
    [ 3940.002] (==) Automatically enabling devices
    [ 3940.002] (==) Automatically adding GPU devices
    [ 3940.003] (**) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/,
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 3940.003] (**) ModulePath set to "/usr/lib/xorg/modules"
    [ 3940.003] (WW) Ignoring unrecognized extension "composite"
    [ 3940.003] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 3940.003] (WW) Disabling Mouse0
    [ 3940.003] (WW) Disabling Keyboard0
    [ 3940.003] (II) Loader magic: 0x8259620
    [ 3940.003] (II) Module ABI versions:
    [ 3940.003] X.Org ANSI C Emulation: 0.4
    [ 3940.003] X.Org Video Driver: 14.1
    [ 3940.003] X.Org XInput driver : 19.1
    [ 3940.003] X.Org Server Extension : 7.0
    [ 3940.004] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 3940.007] (--) PCI:*(0:1:5:0) 1002:4337:103c:0850 rev 0, Mem @ 0xd8000000/134217728, 0xd0300000/65536, I/O @ 0x00009000/256, BIOS @ 0x????????/131072
    [ 3940.013] Initializing built-in extension Generic Event Extension
    [ 3940.020] Initializing built-in extension SHAPE
    [ 3940.028] Initializing built-in extension MIT-SHM
    [ 3940.034] Initializing built-in extension XInputExtension
    [ 3940.040] Initializing built-in extension XTEST
    [ 3940.047] Initializing built-in extension BIG-REQUESTS
    [ 3940.052] Initializing built-in extension SYNC
    [ 3940.058] Initializing built-in extension XKEYBOARD
    [ 3940.064] Initializing built-in extension XC-MISC
    [ 3940.070] Initializing built-in extension SECURITY
    [ 3940.075] Initializing built-in extension XINERAMA
    [ 3940.081] Initializing built-in extension XFIXES
    [ 3940.086] Initializing built-in extension RENDER
    [ 3940.091] Initializing built-in extension RANDR
    [ 3940.096] Initializing built-in extension COMPOSITE
    [ 3940.101] Initializing built-in extension DAMAGE
    [ 3940.106] Initializing built-in extension MIT-SCREEN-SAVER
    [ 3940.111] Initializing built-in extension DOUBLE-BUFFER
    [ 3940.116] Initializing built-in extension RECORD
    [ 3940.121] Initializing built-in extension DPMS
    [ 3940.125] Initializing built-in extension X-Resource
    [ 3940.130] Initializing built-in extension XVideo
    [ 3940.134] Initializing built-in extension XVideo-MotionCompensation
    [ 3940.139] Initializing built-in extension XFree86-VidModeExtension
    [ 3940.143] Initializing built-in extension XFree86-DGA
    [ 3940.147] Initializing built-in extension XFree86-DRI
    [ 3940.151] Initializing built-in extension DRI2
    [ 3940.151] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    [ 3940.151] (II) LoadModule: "extmod"
    [ 3940.152] (II) Module "extmod" already built-in
    [ 3940.152] (II) LoadModule: "glx"
    [ 3940.152] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 3940.152] (II) Module glx: vendor="X.Org Foundation"
    [ 3940.153] compiled for 1.14.3, module version = 1.0.0
    [ 3940.153] ABI class: X.Org Server Extension, version 7.0
    [ 3940.153] (==) AIGLX enabled
    [ 3940.157] Loading extension GLX
    [ 3940.157] (II) LoadModule: "dbe"
    [ 3940.157] (II) Module "dbe" already built-in
    [ 3940.157] (II) LoadModule: "dri"
    [ 3940.157] (II) Module "dri" already built-in
    [ 3940.157] (II) LoadModule: "dri2"
    [ 3940.157] (II) Module "dri2" already built-in
    [ 3940.157] (II) LoadModule: "radeon"
    [ 3940.157] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 3940.160] (II) Module radeon: vendor="X.Org Foundation"
    [ 3940.160] compiled for 1.14.2, module version = 7.2.0
    [ 3940.160] Module class: X.Org Video Driver
    [ 3940.160] ABI class: X.Org Video Driver, version 14.1
    [ 3940.160] (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, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
    OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, HAINAN, HAINAN, HAINAN,
    HAINAN, HAINAN, HAINAN, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE,
    BONAIRE, BONAIRE, BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI,
    KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
    KABINI, KABINI, KABINI
    [ 3940.169] (++) using VT number 1
    [ 3940.169] (II) [KMS] Kernel modesetting enabled.
    [ 3940.169] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 3940.169] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 3940.169] (==) RADEON(0): Default visual is TrueColor
    [ 3940.170] (**) RADEON(0): Option "EnablePageFlip" "on"
    [ 3940.170] (**) RADEON(0): Option "ColorTiling" "on"
    [ 3940.170] (**) RADEON(0): Option "ColorTiling2D" "on"
    [ 3940.170] (**) RADEON(0): Option "RenderAccel" "on"
    [ 3940.170] (**) RADEON(0): Option "AccelMethod" "EXA"
    [ 3940.170] (**) RADEON(0): Option "EXAVSync" "on"
    [ 3940.170] (**) RADEON(0): Option "EXAPixmaps" "on"
    [ 3940.170] (==) RADEON(0): RGB weight 888
    [ 3940.170] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 3940.170] (--) RADEON(0): Chipset: "ATI Radeon IGP330M/340M/350M (U2) 4337" (ChipID = 0x4337)
    [ 3940.170] (II) Loading sub module "dri2"
    [ 3940.170] (II) LoadModule: "dri2"
    [ 3940.170] (II) Module "dri2" already built-in
    [ 3940.170] (II) Loading sub module "exa"
    [ 3940.170] (II) LoadModule: "exa"
    [ 3940.170] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 3940.171] (II) Module exa: vendor="X.Org Foundation"
    [ 3940.171] compiled for 1.14.3, module version = 2.6.0
    [ 3940.171] ABI class: X.Org Video Driver, version 14.1
    [ 3940.171] (II) RADEON(0): KMS Color Tiling: enabled
    [ 3940.171] (II) RADEON(0): KMS Color Tiling 2D: disabled
    [ 3940.171] (II) RADEON(0): KMS Pageflipping: enabled
    [ 3940.171] (II) RADEON(0): SwapBuffers wait for vsync: enabled
    [ 3940.207] (II) RADEON(0): Output VGA-0 using monitor section Monitor0
    [ 3940.207] (II) RADEON(0): Output LVDS has no monitor section
    [ 3940.213] (II) RADEON(0): Output S-video has no monitor section
    [ 3940.250] (II) RADEON(0): EDID for output VGA-0
    [ 3940.250] (II) RADEON(0): EDID for output LVDS
    [ 3940.250] (II) RADEON(0): Manufacturer: LGP Model: 657 Serial#: 0
    [ 3940.250] (II) RADEON(0): Year: 1990 Week: 0
    [ 3940.250] (II) RADEON(0): EDID Version: 1.3
    [ 3940.250] (II) RADEON(0): Digital Display Input
    [ 3940.250] (II) RADEON(0): Max Image Size [cm]: horiz.: 30 vert.: 23
    [ 3940.250] (II) RADEON(0): Gamma: 2.20
    [ 3940.250] (II) RADEON(0): No DPMS capabilities specified
    [ 3940.250] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 3940.250] (II) RADEON(0): First detailed timing is preferred mode
    [ 3940.250] (II) RADEON(0): redX: 0.587 redY: 0.343 greenX: 0.320 greenY: 0.529
    [ 3940.250] (II) RADEON(0): blueX: 0.158 blueY: 0.140 whiteX: 0.312 whiteY: 0.328
    [ 3940.250] (II) RADEON(0): Manufacturer's mask: 0
    [ 3940.250] (II) RADEON(0): Supported detailed timing:
    [ 3940.250] (II) RADEON(0): clock: 65.0 MHz Image Size: 304 x 228 mm
    [ 3940.250] (II) RADEON(0): h_active: 1024 h_sync: 1048 h_sync_end 1184 h_blank_end 1344 h_border: 0
    [ 3940.250] (II) RADEON(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 806 v_border: 0
    [ 3940.250] (II) RADEON(0): Unknown vendor-specific block 0
    [ 3940.250] (II) RADEON(0): Unknown vendor-specific block 0
    [ 3940.250] (II) RADEON(0): EDID (in hex):
    [ 3940.250] (II) RADEON(0): 00ffffffffffff0030f0570600000000
    [ 3940.250] (II) RADEON(0): 00000103801e17780a72b09657528728
    [ 3940.250] (II) RADEON(0): 23505400000001010101010101010101
    [ 3940.250] (II) RADEON(0): 01010101010164190040410026301888
    [ 3940.250] (II) RADEON(0): 360030e4100000180000000000000000
    [ 3940.250] (II) RADEON(0): 0000000000000000000000000000004c
    [ 3940.250] (II) RADEON(0): 475068696c6970734c43440a00000000
    [ 3940.250] (II) RADEON(0): 004c503135305830382d413500000023
    [ 3940.250] (II) RADEON(0): Printing probed modes for output LVDS
    [ 3940.250] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz eP)
    [ 3940.250] (II) RADEON(0): Modeline "800x600"x59.9 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync (37.4 kHz)
    [ 3940.250] (II) RADEON(0): Modeline "848x480"x59.7 31.50 848 872 952 1056 480 483 493 500 -hsync +vsync (29.8 kHz)
    [ 3940.250] (II) RADEON(0): Modeline "720x480"x59.7 26.75 720 744 808 896 480 483 493 500 -hsync +vsync (29.9 kHz)
    [ 3940.250] (II) RADEON(0): Modeline "640x480"x59.4 23.75 640 664 720 800 480 483 487 500 -hsync +vsync (29.7 kHz)
    [ 3940.256] (II) RADEON(0): EDID for output S-video
    [ 3940.256] (II) RADEON(0): Output VGA-0 disconnected
    [ 3940.256] (II) RADEON(0): Output LVDS connected
    [ 3940.256] (II) RADEON(0): Output S-video disconnected
    [ 3940.257] (II) RADEON(0): Using exact sizes for initial modes
    [ 3940.257] (II) RADEON(0): Output LVDS using initial mode 1024x768
    [ 3940.257] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 3940.257] (II) RADEON(0): mem size init: gart size :3dff000 vram size: s:4000000 visible:3cc0000
    [ 3940.257] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
    [ 3940.257] (==) RADEON(0): DPI set to (96, 96)
    [ 3940.257] (II) Loading sub module "fb"
    [ 3940.257] (II) LoadModule: "fb"
    [ 3940.257] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 3940.257] (II) Module fb: vendor="X.Org Foundation"
    [ 3940.258] compiled for 1.14.3, module version = 1.0.0
    [ 3940.258] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 3940.258] (II) Loading sub module "ramdac"
    [ 3940.258] (II) LoadModule: "ramdac"
    [ 3940.258] (II) Module "ramdac" already built-in
    [ 3940.258] (--) Depth 24 pixmap format is 32 bpp
    [ 3940.258] (II) RADEON(0): [DRI2] Setup complete
    [ 3940.258] (II) RADEON(0): [DRI2] DRI driver: radeon
    [ 3940.258] (II) RADEON(0): [DRI2] VDPAU driver: radeon
    [ 3940.258] (II) RADEON(0): Front buffer size: 3072K
    [ 3940.258] (II) RADEON(0): VRAM usage limit set to 53193K
    [ 3940.258] (==) RADEON(0): Backing store disabled
    [ 3940.258] (II) RADEON(0): Direct rendering enabled
    [ 3940.259] (II) RADEON(0): Render acceleration enabled for R100 type cards.
    [ 3940.259] (II) RADEON(0): EXA VSync enabled
    [ 3940.259] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 3940.259] (II) EXA(0): Driver registered support for the following operations:
    [ 3940.259] (II) Solid
    [ 3940.259] (II) Copy
    [ 3940.259] (II) Composite (RENDER acceleration)
    [ 3940.259] (II) UploadToScreen
    [ 3940.259] (II) DownloadFromScreen
    [ 3940.259] (II) RADEON(0): Acceleration enabled
    [ 3940.259] (**) RADEON(0): DPMS enabled
    [ 3940.259] (==) RADEON(0): Silken mouse enabled
    [ 3940.259] (II) RADEON(0): Set up textured video
    [ 3940.259] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
    [ 3940.259] (II) RADEON(0): [XvMC] Extension initialized.
    [ 3940.259] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 3940.259] (WW) RADEON(0): Option "DRI" is not used
    [ 3940.260] (WW) RADEON(0): Option "AGPMode" is not used
    [ 3940.260] (WW) RADEON(0): Option "AGPFastWrite" is not used
    [ 3940.260] (--) RandR disabled
    [ 3940.287] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 3940.287] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 3940.287] (II) AIGLX: enabled GLX_ARB_create_context
    [ 3940.287] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 3940.287] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 3940.287] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 3940.287] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 3940.288] (II) AIGLX: Loaded and initialized radeon
    [ 3940.288] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 3940.289] (II) RADEON(0): Setting screen physical size to 270 x 203
    [ 3940.601] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 3940.601] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 3940.602] (II) LoadModule: "evdev"
    [ 3940.602] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 3940.602] (II) Module evdev: vendor="X.Org Foundation"
    [ 3940.602] compiled for 1.14.3, module version = 2.8.2
    [ 3940.602] Module class: X.Org XInput Driver
    [ 3940.602] ABI class: X.Org XInput driver, version 19.1
    [ 3940.602] (II) Using input driver 'evdev' for 'Power Button'
    [ 3940.602] (**) Power Button: always reports core events
    [ 3940.603] (**) evdev: Power Button: Device: "/dev/input/event4"
    [ 3940.603] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 3940.603] (--) evdev: Power Button: Found keys
    [ 3940.603] (II) evdev: Power Button: Configuring as keyboard
    [ 3940.603] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
    [ 3940.603] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 3940.603] (**) Option "xkb_rules" "evdev"
    [ 3940.603] (**) Option "xkb_model" "pc104"
    [ 3940.603] (**) Option "xkb_layout" "us"
    [ 3940.647] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
    [ 3940.647] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 3940.648] (II) Using input driver 'evdev' for 'Video Bus'
    [ 3940.648] (**) Video Bus: always reports core events
    [ 3940.648] (**) evdev: Video Bus: Device: "/dev/input/event3"
    [ 3940.648] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 3940.648] (--) evdev: Video Bus: Found keys
    [ 3940.648] (II) evdev: Video Bus: Configuring as keyboard
    [ 3940.648] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:01/LNXVIDEO:00/input/input3/event3"
    [ 3940.648] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 3940.648] (**) Option "xkb_rules" "evdev"
    [ 3940.648] (**) Option "xkb_model" "pc104"
    [ 3940.648] (**) Option "xkb_layout" "us"
    [ 3940.649] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 3940.649] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 3940.649] (II) Using input driver 'evdev' for 'Power Button'
    [ 3940.649] (**) Power Button: always reports core events
    [ 3940.649] (**) evdev: Power Button: Device: "/dev/input/event1"
    [ 3940.649] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 3940.649] (--) evdev: Power Button: Found keys
    [ 3940.649] (II) evdev: Power Button: Configuring as keyboard
    [ 3940.649] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1"
    [ 3940.649] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 3940.649] (**) Option "xkb_rules" "evdev"
    [ 3940.649] (**) Option "xkb_model" "pc104"
    [ 3940.649] (**) Option "xkb_layout" "us"
    [ 3940.650] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
    [ 3940.650] (II) No input driver specified, ignoring this device.
    [ 3940.650] (II) This device may have been added with another device file.
    [ 3940.651] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 3940.651] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 3940.651] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 3940.651] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 3940.651] (**) AT Translated Set 2 keyboard: always reports core events
    [ 3940.651] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 3940.651] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 3940.651] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 3940.651] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 3940.652] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 3940.652] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
    [ 3940.652] (**) Option "xkb_rules" "evdev"
    [ 3940.652] (**) Option "xkb_model" "pc104"
    [ 3940.652] (**) Option "xkb_layout" "us"
    [ 3940.653] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
    [ 3940.653] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 3940.653] (II) Using input driver 'evdev' for 'SynPS/2 Synaptics TouchPad'
    [ 3940.653] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 3940.653] (**) evdev: SynPS/2 Synaptics TouchPad: Device: "/dev/input/event6"
    [ 3940.653] (--) evdev: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 3940.653] (--) evdev: SynPS/2 Synaptics TouchPad: Found 3 mouse buttons
    [ 3940.653] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute axes
    [ 3940.653] (--) evdev: SynPS/2 Synaptics TouchPad: Found x and y absolute axes
    [ 3940.653] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute touchpad.
    [ 3940.653] (II) evdev: SynPS/2 Synaptics TouchPad: Configuring as touchpad
    [ 3940.653] (**) evdev: SynPS/2 Synaptics TouchPad: YAxisMapping: buttons 4 and 5
    [ 3940.653] (**) evdev: SynPS/2 Synaptics TouchPad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 3940.653] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event6"
    [ 3940.653] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 10)
    [ 3940.653] (II) evdev: SynPS/2 Synaptics TouchPad: initialized for absolute axes.
    [ 3940.654] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 3940.654] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
    [ 3940.654] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 3940.654] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 3940.654] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 3940.654] (II) No input driver specified, ignoring this device.
    [ 3940.654] (II) This device may have been added with another device file.
    [ 3940.655] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
    [ 3940.655] (II) No input driver specified, ignoring this device.
    [ 3940.655] (II) This device may have been added with another device file.
    [ 3941.474] (II) evdev: SynPS/2 Synaptics TouchPad: Close
    [ 3941.474] (II) UnloadModule: "evdev"
    [ 3941.474] (II) evdev: AT Translated Set 2 keyboard: Close
    [ 3941.474] (II) UnloadModule: "evdev"
    [ 3941.474] (II) evdev: Power Button: Close
    [ 3941.475] (II) UnloadModule: "evdev"
    [ 3941.475] (II) evdev: Video Bus: Close
    [ 3941.475] (II) UnloadModule: "evdev"
    [ 3941.475] (II) evdev: Power Button: Close
    [ 3941.475] (II) UnloadModule: "evdev"
    [ 3941.517] (EE) Server terminated successfully (0). Closing log file.
    The funny part of this story is what I mentioned earlier before, i3-wm runs fine but when feh is called, it seems to spoil i3-wm natural behavior.
    I hope these are the all the logs you want.
    Thanks in advance.
    Last edited by freesbies (2013-10-21 17:05:22)

    Read what "exec" does (it's in bash(1), section Shell Builtin Commands).
    Also look at other .xinitrc's on the web. You'll see that exec line is always the last one.

  • [SOLVED] Openbox autostart no longer working since upgrade

    After the upgrade on May 14 2013 my autostart file no longer works. I tried renaming my autostart.sh to just autostart no luck. There is nothing wrong with the autostart file as I can run it manually and it will load all my apps. Also, if I cd to  /usr/lib/openbox/ and run openbox-autostart directly it works. Here are the updated packages:
    [2013-05-14 21:34] [PACMAN] upgraded ethtool (1:3.8-1 -> 1:3.9-1)
    [2013-05-14 21:34] [PACMAN] upgraded firefox (20.0.1-5 -> 21.0-1)
    [2013-05-14 21:34] [PACMAN] upgraded gsettings-desktop-schemas (3.8.0-1 -> 3.8.2-1)
    [2013-05-14 21:34] [PACMAN] upgraded glib-networking (2.36.1-1 -> 2.36.2-1)
    [2013-05-14 21:34] [PACMAN] upgraded gnome-icon-theme-symbolic (3.8.0.1-2 -> 3.8.2.2-1)
    [2013-05-14 21:34] [PACMAN] upgraded gnome-icon-theme (3.8.0-1 -> 3.8.2-1)
    [2013-05-14 21:34] [PACMAN] upgraded gnupg (2.0.19-7 -> 2.0.20-1)
    [2013-05-14 21:34] [PACMAN] upgraded gtkmm (2.24.2-2 -> 2.24.3-1)
    [2013-05-14 21:34] [PACMAN] upgraded gvfs (1.16.1-2 -> 1.16.2-1)
    [2013-05-14 21:34] [PACMAN] upgraded libical (0.48-1 -> 1.0-2)
    [2013-05-14 21:34] [PACMAN] upgraded mplayer (35920-2 -> 35920-3)
    [2013-05-14 21:34] [PACMAN] upgraded orage (4.8.4-1 -> 4.8.4-2)
    [2013-05-14 21:34] [PACMAN] upgraded pango (1.34.0-1 -> 1.34.1-1)
    [2013-05-14 21:34] [PACMAN] upgraded pdnsd (1.2.9.a-1 -> 1.2.9.a-2)
    [2013-05-14 21:34] [PACMAN] upgraded python2-distribute (0.6.38-1 -> 0.6.39-1)
    [2013-05-14 21:34] [PACMAN] upgraded python2-zope-interface (4.0.3-1 -> 4.0.5-1)
    [2013-05-14 21:34] [PACMAN] upgraded sudo (1.8.6.p8-1 -> 1.8.6.p8-2)
    [2013-05-14 21:34] [PACMAN] upgraded thunderbird (17.0.5-2 -> 17.0.6-1)
    [2013-05-14 21:34] [PACMAN] upgraded virtualbox (4.2.12-2 -> 4.2.12-3)
    [2013-05-14 21:34] [PACMAN] upgraded vte-common (0.34.4-1 -> 0.34.5-1)
    [2013-05-14 21:35] [PACMAN] upgraded python3-threaded_servers (2013.5.12.3-1 -> 2013.5.14.1-1)
    Not sure what's going on or what could have caused it. My .xinitrc looks like this:
    #!/bin/sh
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    export BROWSER="chromium"
    # Start GNOME Keyring
    eval $(/usr/bin/gnome-keyring-daemon --start --components=gpg,pkcs11,secrets,ssh)
    # You probably need to do this too:
    export SSH_AUTH_SOCK
    export GPG_AGENT_INFO
    export GNOME_KEYRING_CONTROL
    export GNOME_KEYRING_PID
    exec openbox-session
    My .zprofile
    [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && startx &> ~/.xlog
    My systemd startup service:
    # This file is part of systemd.
    # systemd is free software; you can redistribute it and/or modify it
    # under the terms of the GNU Lesser General Public License as published by
    # the Free Software Foundation; either version 2.1 of the License, or
    # (at your option) any later version.
    [Unit]
    Description=Getty on %I
    Documentation=man:agetty(8) man:systemd-getty-generator(8)
    Documentation=http://0pointer.de/blog/projects/serial-console.html
    After=systemd-user-sessions.service plymouth-quit-wait.service
    After=rc-local.service
    # If additional gettys are spawned during boot then we should make
    # sure that this is synchronized before getty.target, even though
    # getty.target didn't actually pull it in.
    Before=getty.target
    IgnoreOnIsolate=yes
    # On systems without virtual consoles, don't start any getty. (Note
    # that serial gettys are covered by [email protected], not this
    # unit
    ConditionPathExists=/dev/tty0
    [Service]
    # the VT is cleared by TTYVTDisallocate
    ExecStart=-/sbin/agetty -a dodo3773 %I 38400
    Type=simple
    #Restart=always
    #RestartSec=0
    UtmpIdentifier=%I
    TTYPath=/dev/%I
    TTYReset=no
    TTYVHangup=no
    TTYVTDisallocate=no
    KillMode=process
    IgnoreSIGPIPE=no
    # Unset locale for the console getty since the console has problems
    # displaying some internationalized messages.
    Environment=LANG= LANGUAGE= LC_CTYPE= LC_NUMERIC= LC_TIME= LC_COLLATE= LC_MONETARY= LC_MESSAGES= LC_PAPER= LC_NAME= LC_ADDRESS= LC_TELEPHONE= LC_MEASUREMENT= LC_IDENTIFICATION=
    # Some login implementations ignore SIGTERM, so we send SIGHUP
    # instead, to ensure that login terminates cleanly.
    KillSignal=SIGHUP
    [Install]
    WantedBy=getty.target
    Edit: I tried switching to bash in a tty and then just startx but that doesn't help either.
    Edit2: To be clear openbox does load a desktop. The autostart scripts at ~/.config/openbox/ just don't run. Thanks.
    Edit3: I decided to run the command issued in openbox-session and added --debug to it. Here is the output of "xinit /usr/bin/openbox --debug --startup "/usr/lib/openbox/openbox-autostart OPENBOX" "$@" -- :1 -nolisten tcp" :
    X.Org X Server 1.14.1
    Release Date: 2013-04-17
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.8.7-1-ARCH x86_64
    Current Operating System: Linux dodo713 3.9.2-2-ck #1 SMP PREEMPT Sun May 12 18:19:49 EDT 2013 x86_64
    Kernel command line: BOOT_IMAGE=/vmlinuz-linux-ck root=UUID=06874255-7a5d-4968-8f09-1e53cb761f44 ro quiet init=/usr/lib/systemd/systemd
    Build Date: 17 April 2013 02:37:06PM
    Current version of pixman: 0.30.0
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.1.log", Time: Fri May 17 08:14:11 2013
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    setversion 1.4 failed
    Initializing built-in extension Generic Event Extension
    Initializing built-in extension SHAPE
    Initializing built-in extension MIT-SHM
    Initializing built-in extension XInputExtension
    Initializing built-in extension XTEST
    Initializing built-in extension BIG-REQUESTS
    Initializing built-in extension SYNC
    Initializing built-in extension XKEYBOARD
    Initializing built-in extension XC-MISC
    Initializing built-in extension SECURITY
    Initializing built-in extension XINERAMA
    Initializing built-in extension XFIXES
    Initializing built-in extension RENDER
    Initializing built-in extension RANDR
    Initializing built-in extension COMPOSITE
    Initializing built-in extension DAMAGE
    Initializing built-in extension MIT-SCREEN-SAVER
    Initializing built-in extension DOUBLE-BUFFER
    Initializing built-in extension RECORD
    Initializing built-in extension DPMS
    Initializing built-in extension X-Resource
    Initializing built-in extension XVideo
    Initializing built-in extension XVideo-MotionCompensation
    Initializing built-in extension XFree86-VidModeExtension
    Initializing built-in extension XFree86-DGA
    Initializing built-in extension XFree86-DRI
    Initializing built-in extension DRI2
    Loading extension GLX
    Loading extension NV-GLX
    Loading extension NV-CONTROL
    Loading extension XINERAMA
    setversion 1.4 failed
    Openbox-Debug: --startup /usr/lib/openbox/openbox-autostart OPENBOX
    Openbox-Debug: Moving to desktop 1
    Openbox-Debug: not managing override redirect window 0x4000bb
    which: no hsetroot in (/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/android-sdk/platform-tools:/usr/bin/core_perl:/home/dodo3773/Documents/Scripts:/home/dodo3773/Documents/Scripts)
    which: no esetroot in (/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/android-sdk/platform-tools:/usr/bin/core_perl:/home/dodo3773/Documents/Scripts:/home/dodo3773/Documents/Scripts)
    which: no xsetroot in (/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/android-sdk/platform-tools:/usr/bin/core_perl:/home/dodo3773/Documents/Scripts:/home/dodo3773/Documents/Scripts)
    kupfer: Reading from stdin
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Compat map for group 2 redefined
    > Using new definition
    > Warning: Compat map for group 3 redefined
    > Using new definition
    > Warning: Compat map for group 4 redefined
    > Using new definition
    Errors from xkbcomp are not fatal to the X server
    Openbox-Debug: Caught signal 22. Ignoring.
    Openbox-Debug: UPDATE DESKTOP NAMES
    Openbox-Debug: Keyboard map changed. Reloading keyboard bindings.
    Edit4: Removed everything from /etc/xdg/autostart and ~/.config/autostart/ directories. That didn't work.
    Edit5: Tried installing xorg-xsetroot to let openbox set the color of the wallpaper. That didn't work.
    Edit6: Checked the output of "loginctl show-session $XDG_SESSION_ID" to make sure that wasn't the issue. Looks okay to me:
    Id=1
    Timestamp=Fri 2013-05-17 10:25:53 PDT
    TimestampMonotonic=13650783
    DefaultControlGroup=systemd:/user/1000.user/1.session
    VTNr=1
    TTY=tty1
    Remote=no
    Service=login
    Leader=405
    Audit=1
    Type=tty
    Class=user
    Active=yes
    State=active
    KillProcesses=no
    IdleHint=no
    IdleSinceHint=1368811547544203
    IdleSinceHintMonotonic=7545641
    Name=dodo3773
    Edit7: Tried installing xorg-xrdb thinking maybe that would help and did todays updates. No luck yet.
    Edit8: Kupfer still loads even though nothing else does. So I uninstalled kupfer. Same thing though. No autostart.
    Edit9: Tried booting into repo kernel instead of ck kernel. Didn't work.
    Last edited by dodo3773 (2013-05-19 06:34:44)

    WonderWoofy wrote:Interestingly, of all those things you included in your post, you forgot to include the autostart script itself.  What does that look like?
    Well, since it worked fine even when called indirectly through openbox-autostart and since it's worked fine for months I figured it was fine. I am happy to post it though. Here you go:
    feh --bg-scale /home/dodo3773/Pictures/blacksolid.png &
    xfce4-panel &
    numlockx &
    keepassx -lock &
    kupfer --no-splash &
    ~/Documents/Scripts/startupopen.sh &
    sleep 30 && sudo /usr/bin/ntpd -qg &
    sudo /usr/sbin/ethtool -K eth0 rx off &
    ~/Documents/Scripts/conky.sh &
    sudo /home/dodo3773/Documents/Scripts/temp_throttlenew > /dev/null 2>&1 &
    Here are the external scripts that are called (startupopen.sh and temp_throttlenew):
    startupopen.sh
    #! /bin/bash
    sleep 13
    chromium &
    thunderbird &
    sleep 20
    devilspie -a &
    sleep 7
    pkill devilspie &
    exit
    temp_throttlenew
    #!/bin/bash
    # temp_throttle.sh max_temp
    # USE CELSIUS TEMPERATURES.
    if [[ $EUID -ne 0 ]]; then
    echo "This script must be run as root" 1>&2
    exit 1
    fi
    #if [ $# -ne 1 ]; then
    # If temperature wasn't given, then print a message and exit.
    # echo "Please supply a maximum desired temperature in Celsius." 1>&2
    # echo "For example: ${0} 60" 1>&2
    # exit 2
    #else
    #Set the first argument as the maximum desired temperature.
    MAX_TEMP=85
    #fi
    # The frequency will increase when low temperature is reached.
    let LOW_TEMP=$MAX_TEMP-5
    CORES=$(nproc) # Get number of CPU cores.
    echo -e "Number of CPU cores detected: $CORES\n"
    # Temperatures internally are calculated to the thousandth.
    MAX_TEMP=${MAX_TEMP}000
    LOW_TEMP=${LOW_TEMP}000
    # FREQ_LIST is a list (array) of all available cpu frequencies the system allows.
    declare -a FREQ_LIST=($(cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies))
    # CURRENT_FREQ relates to the FREQ_LIST by keeping record of the currently set frequency.
    let CURRENT_FREQ=1
    function set_freq {
    echo ${FREQ_LIST[$1]}
    cpupower frequency-set -g "ondemand" -d "800MHz" -u ${FREQ_LIST[$1]}
    function throttle {
    if [ $CURRENT_FREQ -ne $((${#FREQ_LIST[@]}-1)) ]; then
    let CURRENT_FREQ+=1
    echo -n "throttle "
    set_freq $CURRENT_FREQ
    fi
    function unthrottle {
    if [ $CURRENT_FREQ -ne 0 ]; then
    let CURRENT_FREQ-=1
    echo -n "unthrottle "
    set_freq $CURRENT_FREQ
    fi
    function get_temp {
    # Get the system temperature.
    # If one of these doesn't work, the try uncommenting another.
    TEMP=$(cat /sys/class/thermal/thermal_zone0/temp)
    #TEMP=$(cat /sys/class/hwmon/hwmon0/temp1_input)
    #TEMP=$(cat /sys/class/hwmon/hwmon1/device/temp1_input)
    while true; do
    get_temp
    if [ $TEMP -gt $MAX_TEMP ]; then # Throttle if too hot.
    throttle
    elif [ $TEMP -le $LOW_TEMP ]; then # Unthrottle if cool.
    unthrottle
    fi
    sleep 3
    done
    Stuff that needs sudo is in my sudoers as "username hostname NOPASSWD: item1,item2,etc,etc". Nothing too exciting. Seems like if there was suddenly something wrong with my autostart file at least some of the stuff would run either way though cause of "&". Pretty puzzling this issue is.

Maybe you are looking for

  • HT1420 Cant get itunes to open.Error message:"its on a locked Cant get itunes to

    Cant get itunes to open.Error message:"its on a locked disk." What does this mean??!!

  • Snow Leopard Strange behavior, best stategy for fixing?

    I have noticed recently a series of issues. It started when one of my computers starting getting Mobile Me sync errors. These seem to have gone away, but the computer that was having these errors now has several odd, but not, at this point critical p

  • Application lost the sound

    I don't hear the sound in final cut pro. I'ts a problem of application's settings (not rendering or clip properties or my machine since other application have sound). Im fairly new finalcut user. How can I change that?

  • ICA driver for Canon MX512 scanner?

    I've exhausted Canon Support, trying to get a Canon PIXMA MX512 multifunction printer/scanner/fax machine to work on my father-in-law's dual 2.0 GHz processorr PowerMac C5.  They do have a printer driver, downliaded from their website, that allows it

  • Can't rename can chassis in MAX (9188XT)

    Hi community, I am unable to rename my NI 9188XT chassis under MAX. I can change the hostname, but not the actual device alias. Its not a name conflict as I can not rename it to anything, whatever I type it changes back to cDAQ9188XT. I have restarte