[SOLVED] Removing gnome

Hey guys and girls,
I have finally become comfortable enough in openbox that i am ridding my laptop of gnome for good!
I have run these commands so far
pacman -Rns gnome gnome-extra
pacman -Runs gnome
this has done a pretty good job of removing the stuff i dont need.
however, when i sudo pacman -Syu
i get 129 targets and 1039.67 MB  to install because it wants to reinstall/update everything I've just removed...
how can I run pacman -Syu without reinstalling all that gnome junk?
I assume I need to edit my repo, but Im not sure how, and Im also not sure what to remove and what to leave..
any help at all is much appreciated
Last edited by CoolWhip (2011-05-06 08:52:50)

CoolWhip wrote:
yeh, I thought that, but it seems that everything still works fine.. and if I come across any thing that needs reinstalling ill reinstall it. And if thats true, apparently wicd was dependent on gnome packages.. but im still online, so go figure.
Anyway, peace love and chicken gravy
ah probably is wicd-gtk (just a front end for wicd), you can run wicd-curses from a terminal

Similar Messages

  • [SOLVED]Removing gnome 3.x now that cinnamon 2.x no longer requires it

    I've had gnome and cinnamon on my system for a while but am no longer really using gnome.
    From cinnamon 2.0, there are various reports that cinnamon is independent of gnome (although I think it still depends on some other gnome-* packages).
    I'm trying to remove gnome as a DE, while retaining whatever packages are required by cinnamon.
    I tried running the following command:
    # pacman -Rns gnome gnome-extra
    ...I get the following output:
    checking dependencies...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: anjuta: requires gnome-icon-theme
    :: cinnamon: requires gnome-icon-theme
    :: cinnamon: requires gnome-themes-standard
    :: evolution: requires gnome-desktop
    :: gnome-clocks: requires gnome-desktop
    :: gnome-clocks: requires gnome-themes-standard
    :: gnome-devel-docs: requires yelp
    :: gnome-documents: requires evince
    :: gnome-documents: requires gnome-desktop
    :: gnome-documents: requires tracker
    :: gnome-getting-started-docs: requires yelp
    :: gnome-online-miners: requires tracker
    :: gnome-panel: requires gnome-desktop
    :: gnome-photos: requires gnome-desktop
    :: gnome-photos: requires tracker
    :: gnome-screensaver: requires gnome-desktop
    :: gnome-settings-daemon-compat: requires gnome-settings-daemon
    :: gnome-tweak-tool: requires gnome-settings-daemon
    :: gtkhtml4: requires gnome-icon-theme
    :: libgweather: requires gnome-icon-theme
    :: nemo: requires gnome-icon-theme
    :: network-manager-applet: requires gnome-icon-theme
    :: rhythmbox: requires gnome-icon-theme
    :: system-config-printer: requires gnome-icon-theme
    :: vinagre: requires gnome-icon-theme
    :: virt-manager: requires gnome-icon-theme
    Is there an easy way to remove gnome that ensures cinnamon isn't broken in the process?
    Last edited by multipitch (2013-10-30 22:34:59)

    Thanks karol,
    Running 'pacman -Sqg gnome gnome-extra' produced a fairly long list, I removed the above 'requires <package>' packages from the list and ran pacman -Rns <long list!>
    This threw up a few more errors, which were resolved by removing one or two more packages from the list until pacman would run
    The following ran fine:
    pacman -Rns baobab empathy eog epiphany evince gnome-backgrounds gnome-calculator gnome-contacts gnome-control-center gnome-dictionary gnome-disk-utility gnome-font-viewer gnome-icon-theme-extras gnome-keyring gnome-screenshot gnome-session gnome-shell gnome-system-log gnome-system-monitor gnome-terminal gnome-user-docs gnome-user-share mousetweaks mutter nautilus sushi totem tracker vino xdg-user-dirs-gtk yelp accerciser aisleriot anjuta brasero cheese devhelp evolution file-roller five-or-more four-in-a-row gnome-chess gnome-clocks gnome-color-manager gnome-devel-docs gnome-documents gnome-getting-started-docs gnome-klotski gnome-mahjongg gnome-mines gnome-nettool gnome-nibbles gnome-photos gnome-robots gnome-sudoku gnome-tetravex gnome-weather iagno lightsoff nautilus-sendto orca quadrapassel rygel swell-foop tali vinagre
    pacman -Rns gnome-tweak-tool
    As a result, I've removed about 950 MB of unwanted packages.
    Thanks for the help.

  • (solved) removing gnome-mime-data and chemical-mime-data

    Hi. I  would like to remove gnome-mime-data. I executed the command #pacman -Rs gnome-mime-data. The result warned that chemical-mime-data depends on gnome-mime-data. So I have to execute the command #pacman -Rsc gnome-mime-data to get rid of gnome-mime-data but also of chemical-mime-data. If I remove both do I run the risk of making the entire system crash?
    I have kde installed. I forget to edit /etc/pacman.conf to IgnoreGroup = gnome before running #pacman -Syu. so now I would like to get rid some gnome stuff I found on the system. I have absolutely nothing against gnome. I just want to run only kde.
    Thanks for your attention.
    Last edited by cezarrangel (2014-06-21 13:18:32)

    You don't have to have chemical-mime-data.  You must've install some chemistry related software. 
    Read up mime types so that you're more familiar with them.  Basically, chemistry-mime-data would allow you to double-click a protein databank (pdb) file in a file manager and launch pymol automatically, for example.
    https://wiki.archlinux.org/index.php/De … op_entries

  • [SOLVED] Removing all uneeded packages, GNOME Issues

    Just setup arch in VirtaulBox, and I got everything working! Hooray, only took 4 tries, but thats what I call the learning process and I love it!
    My issue was this:
    Gnome wouldn't save my theme settings! Each time I ran it with startx my theme settings were reset to default! I'd change the theme to DarkRoom and change my icon set to Tango, and then after logging out, and running startx again, poof, back to default. My background, however, DID save.
    So after that experiment, I've decided to use KDE, just cause I wanna do it, no real reason, besides learning as much as I can
    I've gone and removed gnome:
    pacman -Rc gnome
    Now I'm trying to clear out all the excess packages, so I ran:
    pacman -Qdt
    It shows a whole bunch of stuff, so what I'm asking is this: How can I clear out all unneeded packages, orphaned packages, etc
    Coming from the Debian based world, I know I could use apt-get autoremove to get rid of unneeded packages, and I would like to know if there is a way to do this using pacman
    If not, is it possible to run pacman -Qdt and export the output to a file, then run pacman -R  and have it access that file and remove all those packages?
    Thank you for the assistance!
    Last edited by novafluxx (2009-10-24 21:20:44)

    Pierre wrote:1) You should have use pacman -Rcsn gnome
    2) You can removed unneeded packages by pacman -Rcsn `pacman -Qqdt`
    Thank you for the fast reply, I will try to remember that!
    I've tried running what you suggested, but it doesn't seem to be working...
    pacman -Rcsn 'pacman -Qqdt"
    says its not found in the local db
    Mefju wrote:Just use pacman -Rs $(pacman -Qqdt) as root
    This will do it! I get it, make it use the string output of pacman -Qqdt as the input for pacman -Rcsn ?
    Last edited by novafluxx (2009-10-24 21:10:42)

  • File associations trouble in XFCE after removing Gnome

    Hi all,
    I recently decided to switch to XFCE, totally replacing my previous Gnome DE, I removed gnome and all associated dependencies using "sudo pacman -Rscn gnome" then configured my new XFCE desktop to my liking, problem is that now some file associations are messed up, for example, If im on chromium and download a file, clicking "show in folder" opens up firefox instead of thunar, there were other problems, but I got them fixed by removing the contents on the folder ~/.local/share/applications/ that was filled with a lot of wine apps and some weird stuff.
    Now the only thing missing is this firefox thing, no idea how to fix it, please help, also I tried removing firefox but "show in folder" doesnt do anything.
    regards and thanks in advance for the help

    I did read it but that didnt help, in the end what worked was regenerating the database and restarting comp. Also Xfce is a DE as the article states. Sí this behaviour wasn't normal.
    Thanks a lot for the help provided

  • Removing gnome

    Hi,
    so I've been using Fluxbox so frequently that I've decided to remove gnome from my computer and then pick and choose the few gnome apps I still use.  the problem is that pacman -R gnome gnome-extras won't let me remove the programs due to various dependency issues,  it seems half of everything has gnome dependencies, I wan't to remove gnome but still keep around Totem-xine (or an equivalent) and nautilus (or replace it with an equivalent) how can I get around the dependency issues?

    pacman -Rcs gnome gnome-extras
    Removes Gnome, anything that depends on it, and anything it depends on that won't break something else. Reinstall what you want later, this would be the easiest way, since you already have the packages, assuming you haven't done 'pacman -Scc' recently, you won't have to download them again.
    Last edited by elliott (2007-12-27 20:13:22)

  • Removing gnome or KDE

    Hi,
    I've been working on a laptop the last week or so.  Arch works really well on this one.  It's about 5 years old (no USB ports if that give you an idea :-) )  I'm able load only what I need.
    At any rate, while experimenting, I loaded KDE, and gnome.  I've found that the lighter windows managers work better.
    I'm considering removing gnome at least.  I don't think I'll be using it, so why take up the disk space and worry about upgrades?
    Is this like open heart surgery, or will pacman -R gnome-extra gnome manage things without to much damage?
    How 'bout KDE?
    These things seem to have their fingers into all parts of the system.
    Thx in advance.

    To remove a group (which kde and gnome are) do the following:
    pacman -Rg gnome
    pacman -Rg kde
    And answer Y when it asks to remove whole content.  If there are conflicts (ie. some app you use depends on one of the KDE or gnome packages) then pacman should tell you and refuse to remove the group.  Then you can selectively remove packages from the group that you don't want to keep.
    For example, on my system, if I try to remove KDE:
    $ sudo pacman -Rg kde
    :: group kde:
    arts gwenview kde-common kdebase kdelibs
    Remove whole content? [Y/n]
    error: this will break the following dependencies:
    kdelibs: is required by k3b
    $
    So, then, I'd say "well geez, I wanna keep k3b" and issue
    pacman -R arts gwenview kde-common kdebase
    Of course, this is a bad example, because eventually k3b requires kdelibs, and kdelibs requires arts, and arts requires kde-common... lol
    Long post short, yes, pacman is really good about taking care of dependancies, and won't let you proceed if you try to break dependancies, unless you specify the -f flag (force.)
    Additionally, if you use -Rs, it'll remove the package and all packages that it depends on but nothing else depends on.  If you use -Rc, it'll remove that package and all packages depending on it.  They're powerful, but be careful with 'em, 'cause they can remove tons of apps when using them on a group like KDE or Gnome.
    Eg:
    $ sudo pacman -Rgsc kde
    Password:
    :: group kde:
    arts gwenview kde-common kdebase kdelibs
    Remove whole content? [Y/n]
    Targets: k3b libmpcdec taglib ffmpeg libdts faac a52dec sox cdrtools cdrdao
    kdebase libxdamage damageproto libxcomposite compositeproto
    libraw1394 mtools gwenview kdelibs acl attr libidn fam portmap jasper
    openexr arts kde-common archlinux-menus
    Do you want to remove these packages? [Y/n]

  • How to remove gnome without dependency errors?

    I'm a little frustrated with pacman right now.
    I downloaded gnome, thinking I wanted it. I don't. So I went to remove the two things I installed with pacman: gnome and gnome-extra. But I can't, because the other packages that came with them depend on others within gnome. I don't care, though - I want ALL of gnome removed. Short of manually removing each dependency tree, which takes FOREVER, how can I easily get rid of this plague on my system? pacman -Rs gnome doesn't work, and I don't know what else to do.

    sl wrote:
    to remove a pkg and its deps use pacman -Rs
    (other combinations include. pacman -R[c,cc,n]s)
    i don't remember if it acts on groups (i think taht's what teh `n' option does, i'm not sure), as for the `c' that removes the downloaded pkgs as well ...
    other tahn taht, only tip i got is try tro remove gnome (p -R gnome gnome-extra, etc) ..
    and each time if it complaisn about deps. just add those pkgs to it as well#
    so you'd have ..
    pacman -Rns gnome gnome-extra gnome-terminal****
    Eeeek! I suggest you read the pacman manpage again.
    REMOVE OPTIONS
           -c, --cascade
                  Remove  all target packages, as well as all packages that depend
                  on one or more target packages. This operation is recursive.
           -k, --keep
                  Removes the database entry only. Leaves all files in place.
           -n, --nosave
                  Instructs pacman to ignore file backup designations.   Normally,
                  when  a  file is removed from the system the database is checked
                  to see if the file should be renamed with a .pacsave  extension.
           -s, --recursive
                  Remove  each  target  specified including all dependencies, pro-
                  vided that (A) they are not required by other packages; and  (B)
                  they  were not explicitly installed by the user.  This option is
                  analogous to a backwards --sync operation.

  • How to remove gnome

    helo!:)i want install xfce4 but how i can remove gnome?thanks:)

    Kasumi_Ninja wrote:
    I found that
    pacman -Runs gnome
    works best and is preferable to "pacman -Rcns gnome":
    -u, --unneeded
    Removes the targets that are not required by any other packages.
    This is mostly useful when removing a group without using the -c
    option, to avoid breaking any dependencies.
    -c, --cascade
    Remove all target packages, as well as all packages that depend on
    one or more target packages. This operation is recursive, and must
    be used with care since it can remove many potentially needed
    packages.
    Nice, that one worked perfectly for me. Thanks

  • Removed GNOME / X Server now fails

    I completely removed GNOME using "pacman -Runs gnome gnome-extra" which fixed the problem of actually having GNOME installed on my system. It created a new problem, however, with Xorg. I use SLiM and upon trying to login, I receive a "Login_command failed" notice. I have tried uninstalling and reinstalling both X and SLiM, but the command "startx" tries to connect to the X server where it fails, turning up with the message "Waiting for the X server to shut down."
    Now I have no idea what to do about the problem. I use i3 as a window manager, and I can't connect to the X server. Any ideas friends?

    Yep, I'm almost positive you don't have an ~/.xinitrc set up

  • [SOLVED] Remove completely Gnome and GDM (without messing MATE)

    Hi everybody,
    I wanted to try the new Gnome on my laptop and I installed it following the wiki with the command:
    sudo pacman -S gnome gnome-shell gnome-extra gdm
    I really like it (both the "standard" and the classic interfaces), but unfortunately it makes my laptop quite slow,
    therefore I would like to remove it leaving only MATE on my desktop.
    I noticed that Gnome partially conflicts with my MATE desktop (for example in a Gnome Classic session I would expect Nautilus
    to be the default file browser, instead caja is opened), therefore I would like to know if there is some safe way to remove
    all the installed packages without messing out with MATE.
    Thanks in advance!
    Solution here: https://bbs.archlinux.org/viewtopic.php?id=117144
    Last edited by lucacerone (2014-04-02 00:16:29)

    Ok I think I found out on my own (searching on google send me to an Arch forum thread https://bbs.archlinux.org/viewtopic.php?id=117144, but I was looking for it in the wrong section).
    Sorry for the pointless post.

  • [SOLVED]Removing enlightenment and gnome...

    Apologies if this has been posted already, I did a little search but couldn't find anything.
    I installed arch a couple of weeks ago with enlightenment, to me it looked by far the most advanced environment to use. However there's hardly any support! They have a mailing list instead of a forum, is this 1994?
    So I went and installed gnome, but it's not starting.
    I just want to get rid of all of it now, gnome, enlightenment, all the rubbish along with it and install openbox then go from there.
    I don't want my comp filled with random rubbish and I worry that it may be at the point where it's more beneficial to reinstall arch and start again but I know you good folks on the forum can help me avoid that monumental nooby stress that comes packaged with arch.
    Cheers!
    Last edited by jpjenkins (2014-04-03 18:58:31)

    Thanks, I was concerned about the dependencies not removing, it makes sense to just -R the original installation!
    I didn't make any effort at all henk, it's not the reason why I want to uninstall though. When gnome 3.12 is packaged up I'll give it a shot. For now, a simple window manager will suffice while I fine tune the engine.
    Thanks guys.

  • [SOLVED]ABS gnome-shell ------all is Ok

    I tried it again and now it is OK.
    I think there are something wrong with my gdk , glib and  gtk.
    So I installed the gdk,glib and gtk again,then all is OK.
    Thx~
    ps:I found the original post contents from the Google cache pages.
    make[3]: cd “/home/thx/abs/extra/gnome-shell/src/gnome-shell-3.2.2.1/src”
    CC libst_1_0_la-st-adjustment.lo
    CC libst_1_0_la-st-border-image.lo
    CC libst_1_0_la-st-bin.lo
    CC libst_1_0_la-st-box-layout.lo
    CC libst_1_0_la-st-box-layout-child.lo
    CC libst_1_0_la-st-button.lo
    CC libst_1_0_la-st-clipboard.lo
    CC libst_1_0_la-st-container.lo
    st/st-bin.c:35:29: fatal error: clutter/clutter.h: No such file or directoryIn file included from st/st-box-layout-child.c:28:0:
    st/st-box-layout-child.h:23:29: fatal error: clutter/clutter.h: No such file or directory
    compilation terminated.
    compilation terminated.
    st/st-adjustment.c:33:25: fatal error: glib-object.h: No such file or directory
    compilation terminated.
    make[3]: *** [libst_1_0_la-st-bin.lo] error 1
    make[3]: *** Waiting for the unfinished task....
    make[3]: *** [libst_1_0_la-st-adjustment.lo] error 1
    make[3]: *** [libst_1_0_la-st-box-layout-child.lo] error 1
    In file included from st/st-clipboard.c:30:0:
    st/st-clipboard.h:27:25: fatal error: glib-object.h: No such file or directory
    compilation terminated.
    make[3]: *** [libst_1_0_la-st-clipboard.lo] error 1
    st/st-button.c:37:18: fatal error: glib.h: No such file or directory
    compilation terminated.
    In file included from st/st-border-image.c:25:0:
    st/st-border-image.h:24:25: fatal error: glib-object.h: No such file or directory
    compilation terminated.
    make[3]: *** [libst_1_0_la-st-button.lo] error 1
    make[3]: *** [libst_1_0_la-st-border-image.lo] error 1
    In file included from ./st/st-container.h:28:0,
    from st/st-box-layout.h:28,
    from st/st-box-layout.c:52:
    ./st/st-widget.h:31:29: fatal error: clutter/clutter.h: No such file or directory
    compilation terminated.
    In file included from st/st-container.h:28:0,
    from st/st-container.c:29:
    ./st/st-widget.h:31:29: fatal error: clutter/clutter.h: No such file or directory
    compilation terminated.
    make[3]: *** [libst_1_0_la-st-box-layout.lo] error 1
    make[3]: *** [libst_1_0_la-st-container.lo] error 1
    make[3]: Leaving directory “/home/thx/abs/extra/gnome-shell/src/gnome-shell-3.2.2.1/src”
    make[2]: *** [all] error 2
    make[2]: Leaving directory “/home/thx/abs/extra/gnome-shell/src/gnome-shell-3.2.2.1/src”
    make[1]: *** [all-recursive] error 1
    make[1]: Leaving directory “/home/thx/abs/extra/gnome-shell/src/gnome-shell-3.2.2.1”
    make: *** [all] error 2
    ==> ERROR: A failure occurred in build().
    Aborting...
    Last edited by myarch (2012-03-10 05:22:56)

    bernarcher wrote:
    myarch, please never remove your original post contents when you had a problem solved. This whole thread became unusable by others looking for similar problems. If ever possible, please restate your problem.
    Also note this: Life is a Two-way Street in our Forum Etiquette.
    Thanks for the remind,I edited my post again.

  • White Macbook 2006 random shutdown solved removed cpu heatsink and more

    I picked up a cheap macbook from a secondhand retailer for $300 and it regularly shutdown, froze, restarted as well as the grey kernel panic screen completely random no real pattern. I set about trying to solve the problem swapping ram and hard drive with my identical 2006 macbook (which I had similar problems with last year, fixed that one with a new battery connector cable). The ram and hard drive made no difference so I downloaded istat menus to see if any combination of cpu voltage, current and temperature were causing the random shutdowns. It seemed when the temperature reached certain values the computer would shutdown or freeze(around 30 to 50 degrees). I'd read on other forums about faulty cpu temperature diodes so I reapplied heatsink compound to the cpu heatsink and checked all the wiring for shorts but nothing seemed to solve the problem. I was ready to retire the computer and use it for spares for my other macbook when needed but I pulled the keyboard off one more time and tried something completely radical. This fix requires some forward planning and software installation but it has completely solved my Random shutdowns completely.
    for instructions see my next post *Fix for random shutdowns white macbook*

    Ok this is not for the non technical person but it is quite a simple process with the right instructions.
    This first step is very important install the software coolbook($10) and fan control (Free)( not smc fan control). Set up coolbook to operate the cpu at the lowest speed and voltage for both power adapter and battery(1002MHz and .95Volts). Remove the keyboard to access the computer logic board (instructions can be found at iFixit). Remove the four screws and two connectors holding the heatsink to the logicboard and gently lift the heatsink out (very important that you leave the fan screwed in and connected). Close the computer back up if you wish to test just gently connect the keyboard and loosly sit the keyboard back in. Restart and reset the pram immediately. Let the computer boot up and then open system preferences and configure Fan Control to your liking. So far no random shutdowns for over a week (was getting many a day previously.

  • [SOLVED] broken gnome after lib update

    Hi all
    After the update, startx fails w/ gnome but not w/ kde. I know that my xf86-video-intel was changed to xf86-video-intel-uxa. next I tried xf86-video-intel-sna (because it is listed on arch's xps15z page) and still no success.
    I would really love some help. The actual fail goes something like: wallpaper, mouse, top bar (w/ clock etc) and then the bottom bar, and right when it looks like it will hand over control, I get dropped into gnome error screen letting me know that something went wrong.
    Thank you
    Some logs:
    [root@clc ~]# grep EE /var/log/Xorg.0.log
    [ 189.827] Current Operating System: Linux clc 3.4.5-1-ARCH #1 SMP PREEMPT Mon Jul 16 21:35:54 CEST 2012 x86_64
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 189.832] (II) Loading extension MIT-SCREEN-SAVER
    [ 189.833] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 189.833] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [root@clc ~]# grep WW /var/log/Xorg.0.log
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 189.831] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 189.831] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 189.831] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 189.832] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 189.833] (WW) Warning, couldn't open module vesa
    [ 189.833] (WW) Warning, couldn't open module fbdev
    xorg
    [ 142.495]
    X.Org X Server 1.12.3
    Release Date: 2012-07-09
    [ 142.495] X Protocol Version 11, Revision 0
    [ 142.495] Build Operating System: Linux 3.4.4-3-ARCH x86_64
    [ 142.495] Current Operating System: Linux clc 3.4.5-1-ARCH #1 SMP PREEMPT Mon Jul 16 21:35:54 CEST 2012 x86_64
    [ 142.495] Kernel command line: root=/dev/sda5 ro acpi=noirq i915.i915_enable_rc6=1 i915.semaphores=1
    [ 142.495] Build Date: 09 July 2012 03:59:39PM
    [ 142.495]
    [ 142.495] Current version of pixman: 0.26.2
    [ 142.495] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 142.495] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 142.495] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jul 18 08:07:11 2012
    [ 142.496] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 142.496] (==) No Layout section. Using the first Screen section.
    [ 142.496] (==) No screen section available. Using defaults.
    [ 142.496] (**) |-->Screen "Default Screen Section" (0)
    [ 142.496] (**) | |-->Monitor "<default monitor>"
    [ 142.496] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 142.496] (==) Automatically adding devices
    [ 142.496] (==) Automatically enabling devices
    [ 142.496] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 142.496] Entry deleted from font path.
    [ 142.497] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 142.497] Entry deleted from font path.
    [ 142.497] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 142.497] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 142.497] Entry deleted from font path.
    [ 142.497] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 142.497] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 142.497] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 142.497] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 142.497] (II) Loader magic: 0x7c8b00
    [ 142.497] (II) Module ABI versions:
    [ 142.497] X.Org ANSI C Emulation: 0.4
    [ 142.497] X.Org Video Driver: 12.0
    [ 142.497] X.Org XInput driver : 16.0
    [ 142.497] X.Org Server Extension : 6.0
    [ 142.498] (--) PCI:*(0:0:2:0) 8086:0126:1028:0446 rev 9, Mem @ 0xf1400000/4194304, 0xe0000000/268435456, I/O @ 0x00004000/64
    [ 142.498] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 142.499] (II) LoadModule: "extmod"
    [ 142.499] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 142.499] (II) Module extmod: vendor="X.Org Foundation"
    [ 142.499] compiled for 1.12.3, module version = 1.0.0
    [ 142.499] Module class: X.Org Server Extension
    [ 142.499] ABI class: X.Org Server Extension, version 6.0
    [ 142.499] (II) Loading extension MIT-SCREEN-SAVER
    [ 142.499] (II) Loading extension XFree86-VidModeExtension
    [ 142.499] (II) Loading extension XFree86-DGA
    [ 142.499] (II) Loading extension DPMS
    [ 142.499] (II) Loading extension XVideo
    [ 142.499] (II) Loading extension XVideo-MotionCompensation
    [ 142.499] (II) Loading extension X-Resource
    [ 142.499] (II) LoadModule: "dbe"
    [ 142.500] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 142.500] (II) Module dbe: vendor="X.Org Foundation"
    [ 142.500] compiled for 1.12.3, module version = 1.0.0
    [ 142.500] Module class: X.Org Server Extension
    [ 142.500] ABI class: X.Org Server Extension, version 6.0
    [ 142.500] (II) Loading extension DOUBLE-BUFFER
    [ 142.500] (II) LoadModule: "glx"
    [ 142.500] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 142.500] (II) Module glx: vendor="X.Org Foundation"
    [ 142.500] compiled for 1.12.3, module version = 1.0.0
    [ 142.500] ABI class: X.Org Server Extension, version 6.0
    [ 142.501] (==) AIGLX enabled
    [ 142.501] (II) Loading extension GLX
    [ 142.501] (II) LoadModule: "record"
    [ 142.501] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 142.501] (II) Module record: vendor="X.Org Foundation"
    [ 142.501] compiled for 1.12.3, module version = 1.13.0
    [ 142.501] Module class: X.Org Server Extension
    [ 142.501] ABI class: X.Org Server Extension, version 6.0
    [ 142.501] (II) Loading extension RECORD
    [ 142.501] (II) LoadModule: "dri"
    [ 142.501] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 142.502] (II) Module dri: vendor="X.Org Foundation"
    [ 142.502] compiled for 1.12.3, module version = 1.0.0
    [ 142.502] ABI class: X.Org Server Extension, version 6.0
    [ 142.502] (II) Loading extension XFree86-DRI
    [ 142.502] (II) LoadModule: "dri2"
    [ 142.502] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 142.502] (II) Module dri2: vendor="X.Org Foundation"
    [ 142.502] compiled for 1.12.3, module version = 1.2.0
    [ 142.502] ABI class: X.Org Server Extension, version 6.0
    [ 142.502] (II) Loading extension DRI2
    [ 142.502] (==) Matched intel as autoconfigured driver 0
    [ 142.502] (==) Matched vesa as autoconfigured driver 1
    [ 142.502] (==) Matched fbdev as autoconfigured driver 2
    [ 142.502] (==) Assigned the driver to the xf86ConfigLayout
    [ 142.502] (II) LoadModule: "intel"
    [ 142.502] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 142.503] (II) Module intel: vendor="X.Org Foundation"
    [ 142.503] compiled for 1.12.2, module version = 2.19.0
    [ 142.503] Module class: X.Org Video Driver
    [ 142.503] ABI class: X.Org Video Driver, version 12.0
    [ 142.503] (II) LoadModule: "vesa"
    [ 142.503] (WW) Warning, couldn't open module vesa
    [ 142.503] (II) UnloadModule: "vesa"
    [ 142.503] (II) Unloading vesa
    [ 142.503] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 142.503] (II) LoadModule: "fbdev"
    [ 142.504] (WW) Warning, couldn't open module fbdev
    [ 142.504] (II) UnloadModule: "fbdev"
    [ 142.504] (II) Unloading fbdev
    [ 142.504] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 142.504] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
    Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
    Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
    Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
    Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
    Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
    Ivybridge Server (GT2)
    [ 142.505] (--) using VT number 7
    [ 142.521] drmOpenDevice: node name is /dev/dri/card0
    [ 142.521] drmOpenDevice: open result is 8, (OK)
    [ 142.521] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    [ 142.522] drmOpenDevice: node name is /dev/dri/card0
    [ 142.522] drmOpenDevice: open result is 8, (OK)
    [ 142.522] drmOpenByBusid: drmOpenMinor returns 8
    [ 142.522] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    [ 142.522] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 142.522] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 142.522] (==) intel(0): RGB weight 888
    [ 142.522] (==) intel(0): Default visual is TrueColor
    [ 142.522] (II) intel(0): Integrated Graphics Chipset: Intel(R) Sandybridge Mobile (GT2+)
    [ 142.522] (--) intel(0): Chipset: "Sandybridge Mobile (GT2+)"
    [ 142.522] (--) intel(0): Disabling use of vmap
    [ 142.522] (**) intel(0): Framebuffer tiled
    [ 142.522] (**) intel(0): Pixmaps tiled
    [ 142.522] (**) intel(0): 3D buffers tiled
    [ 142.522] (**) intel(0): Throttling enabled
    [ 142.522] (**) intel(0): Delayed flush enabled
    [ 142.522] (II) intel(0): Output LVDS1 has no monitor section
    [ 142.523] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video1
    [ 142.523] (II) intel(0): Output VGA1 has no monitor section
    [ 142.524] (II) intel(0): Output HDMI1 has no monitor section
    [ 142.563] (II) intel(0): Output DP1 has no monitor section
    [ 142.563] (II) intel(0): EDID for output LVDS1
    [ 142.563] (II) intel(0): Manufacturer: AUO Model: 30ed Serial#: 0
    [ 142.563] (II) intel(0): Year: 2010 Week: 0
    [ 142.563] (II) intel(0): EDID Version: 1.4
    [ 142.563] (II) intel(0): Digital Display Input
    [ 142.563] (II) intel(0): 6 bits per channel
    [ 142.563] (II) intel(0): Digital interface is undefined
    [ 142.563] (II) intel(0): Max Image Size [cm]: horiz.: 34 vert.: 19
    [ 142.563] (II) intel(0): Gamma: 2.20
    [ 142.563] (II) intel(0): No DPMS capabilities specified
    [ 142.563] (II) intel(0): Supported color encodings: RGB 4:4:4
    [ 142.563] (II) intel(0): First detailed timing is preferred mode
    [ 142.563] (II) intel(0): Preferred mode is native pixel format and refresh rate
    [ 142.564] (II) intel(0): redX: 0.620 redY: 0.349 greenX: 0.324 greenY: 0.606
    [ 142.564] (II) intel(0): blueX: 0.152 blueY: 0.118 whiteX: 0.313 whiteY: 0.329
    [ 142.564] (II) intel(0): Manufacturer's mask: 0
    [ 142.564] (II) intel(0): Supported detailed timing:
    [ 142.564] (II) intel(0): clock: 140.0 MHz Image Size: 344 x 193 mm
    [ 142.564] (II) intel(0): h_active: 1920 h_sync: 1968 h_sync_end 2068 h_blank_end 2144 h_border: 0
    [ 142.564] (II) intel(0): v_active: 1080 v_sync: 1083 v_sync_end 1084 v_blanking: 1088 v_border: 0
    [ 142.564] (II) intel(0): Supported detailed timing:
    [ 142.564] (II) intel(0): clock: 93.3 MHz Image Size: 344 x 193 mm
    [ 142.564] (II) intel(0): h_active: 1920 h_sync: 1968 h_sync_end 2068 h_blank_end 2144 h_border: 0
    [ 142.564] (II) intel(0): v_active: 1080 v_sync: 1083 v_sync_end 1084 v_blanking: 1088 v_border: 0
    [ 142.564] (II) intel(0): 00R4M\80B156HW3
    [ 142.564] (II) intel(0): Unknown vendor-specific block 0
    [ 142.564] (II) intel(0): EDID (in hex):
    [ 142.564] (II) intel(0): 00ffffffffffff0006afed3000000000
    [ 142.564] (II) intel(0): 001401049022137802d1159e59539b27
    [ 142.564] (II) intel(0): 1e505400000001010101010101010101
    [ 142.564] (II) intel(0): 010101010101b03680e0703808403064
    [ 142.564] (II) intel(0): 310058c11000001a752480e070380840
    [ 142.564] (II) intel(0): 3064310058c11000001a000000fe0030
    [ 142.564] (II) intel(0): 3052344d804231353648573300000000
    [ 142.564] (II) intel(0): 00004122960111000002010a20200030
    [ 142.564] (II) intel(0): EDID vendor "AUO", prod id 12525
    [ 142.564] (II) intel(0): Printing DDC gathered Modelines:
    [ 142.564] (II) intel(0): Modeline "1920x1080"x0.0 140.00 1920 1968 2068 2144 1080 1083 1084 1088 +hsync -vsync (65.3 kHz eP)
    [ 142.564] (II) intel(0): Modeline "1920x1080"x0.0 93.33 1920 1968 2068 2144 1080 1083 1084 1088 +hsync -vsync (43.5 kHz e)
    [ 142.564] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 142.564] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 142.564] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 142.564] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 142.564] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 142.564] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 142.564] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 142.564] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [ 142.564] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [ 142.564] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 142.564] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 142.564] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [ 142.565] (II) intel(0): Printing probed modes for output LVDS1
    [ 142.565] (II) intel(0): Modeline "1920x1080"x60.0 140.00 1920 1968 2068 2144 1080 1083 1084 1088 +hsync -vsync (65.3 kHz eP)
    [ 142.565] (II) intel(0): Modeline "1920x1080"x40.0 93.33 1920 1968 2068 2144 1080 1083 1084 1088 +hsync -vsync (43.5 kHz e)
    [ 142.565] (II) intel(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
    [ 142.565] (II) intel(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
    [ 142.565] (II) intel(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
    [ 142.565] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
    [ 142.565] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
    [ 142.565] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
    [ 142.565] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
    [ 142.565] (II) intel(0): EDID for output VGA1
    [ 142.566] (II) intel(0): EDID for output HDMI1
    [ 142.606] (II) intel(0): EDID for output DP1
    [ 142.606] (II) intel(0): Output LVDS1 connected
    [ 142.606] (II) intel(0): Output VGA1 disconnected
    [ 142.606] (II) intel(0): Output HDMI1 disconnected
    [ 142.606] (II) intel(0): Output DP1 disconnected
    [ 142.607] (II) intel(0): Using exact sizes for initial modes
    [ 142.607] (II) intel(0): Output LVDS1 using initial mode 1920x1080
    [ 142.607] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 142.607] (**) intel(0): Display dimensions: (340, 190) mm
    [ 142.607] (**) intel(0): DPI set to (143, 144)
    [ 142.607] (II) Loading sub module "fb"
    [ 142.607] (II) LoadModule: "fb"
    [ 142.607] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 142.607] (II) Module fb: vendor="X.Org Foundation"
    [ 142.607] compiled for 1.12.3, module version = 1.0.0
    [ 142.607] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 142.607] (II) Loading sub module "dri2"
    [ 142.607] (II) LoadModule: "dri2"
    [ 142.608] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 142.608] (II) Module dri2: vendor="X.Org Foundation"
    [ 142.608] compiled for 1.12.3, module version = 1.2.0
    [ 142.608] ABI class: X.Org Server Extension, version 6.0
    [ 142.608] (==) Depth 24 pixmap format is 32 bpp
    [ 142.608] (II) intel(0): SNA initialized with SandyBridge backend
    [ 142.608] (==) intel(0): Backing store disabled
    [ 142.608] (==) intel(0): Silken mouse enabled
    [ 142.608] (II) intel(0): Initializing HW Cursor
    [ 142.608] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 142.609] (==) intel(0): DPMS enabled
    [ 142.609] (II) intel(0): [DRI2] Setup complete
    [ 142.610] (II) intel(0): [DRI2] DRI driver: i965
    [ 142.610] (II) intel(0): direct rendering: DRI2 Enabled
    [ 142.610] (==) intel(0): hotplug detection: "enabled"
    [ 142.610] (--) RandR disabled
    [ 142.610] (II) Initializing built-in extension Generic Event Extension
    [ 142.610] (II) Initializing built-in extension SHAPE
    [ 142.610] (II) Initializing built-in extension MIT-SHM
    [ 142.610] (II) Initializing built-in extension XInputExtension
    [ 142.610] (II) Initializing built-in extension XTEST
    [ 142.610] (II) Initializing built-in extension BIG-REQUESTS
    [ 142.610] (II) Initializing built-in extension SYNC
    [ 142.610] (II) Initializing built-in extension XKEYBOARD
    [ 142.610] (II) Initializing built-in extension XC-MISC
    [ 142.610] (II) Initializing built-in extension SECURITY
    [ 142.610] (II) Initializing built-in extension XINERAMA
    [ 142.610] (II) Initializing built-in extension XFIXES
    [ 142.610] (II) Initializing built-in extension RENDER
    [ 142.610] (II) Initializing built-in extension RANDR
    [ 142.610] (II) Initializing built-in extension COMPOSITE
    [ 142.610] (II) Initializing built-in extension DAMAGE
    [ 142.620] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 142.620] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 142.620] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 142.620] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 142.620] (II) AIGLX: Loaded and initialized i965
    [ 142.620] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 142.686] (II) intel(0): Setting screen physical size to 508 x 285
    [ 142.729] (II) config/udev: Adding input device Power Button (/dev/input/event7)
    [ 142.729] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 142.729] (II) LoadModule: "evdev"
    [ 142.729] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 142.729] (II) Module evdev: vendor="X.Org Foundation"
    [ 142.729] compiled for 1.12.0, module version = 2.7.0
    [ 142.729] Module class: X.Org XInput Driver
    [ 142.729] ABI class: X.Org XInput driver, version 16.0
    [ 142.729] (II) Using input driver 'evdev' for 'Power Button'
    [ 142.729] (**) Power Button: always reports core events
    [ 142.729] (**) evdev: Power Button: Device: "/dev/input/event7"
    [ 142.729] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 142.729] (--) evdev: Power Button: Found keys
    [ 142.729] (II) evdev: Power Button: Configuring as keyboard
    [ 142.730] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event7"
    [ 142.730] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 142.730] (**) Option "xkb_rules" "evdev"
    [ 142.730] (**) Option "xkb_model" "evdev"
    [ 142.730] (**) Option "xkb_layout" "us"
    [ 142.755] (II) config/udev: Adding input device Video Bus (/dev/input/event15)
    [ 142.755] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 142.755] (II) Using input driver 'evdev' for 'Video Bus'
    [ 142.755] (**) Video Bus: always reports core events
    [ 142.755] (**) evdev: Video Bus: Device: "/dev/input/event15"
    [ 142.755] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 142.755] (--) evdev: Video Bus: Found keys
    [ 142.755] (II) evdev: Video Bus: Configuring as keyboard
    [ 142.755] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input15/event15"
    [ 142.755] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 142.755] (**) Option "xkb_rules" "evdev"
    [ 142.755] (**) Option "xkb_model" "evdev"
    [ 142.755] (**) Option "xkb_layout" "us"
    [ 142.756] (II) config/udev: Adding input device Video Bus (/dev/input/event14)
    [ 142.756] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 142.756] (II) Using input driver 'evdev' for 'Video Bus'
    [ 142.756] (**) Video Bus: always reports core events
    [ 142.756] (**) evdev: Video Bus: Device: "/dev/input/event14"
    [ 142.756] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 142.757] (--) evdev: Video Bus: Found keys
    [ 142.757] (II) evdev: Video Bus: Configuring as keyboard
    [ 142.757] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input14/event14"
    [ 142.757] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
    [ 142.757] (**) Option "xkb_rules" "evdev"
    [ 142.757] (**) Option "xkb_model" "evdev"
    [ 142.757] (**) Option "xkb_layout" "us"
    [ 142.758] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 142.758] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 142.758] (II) Using input driver 'evdev' for 'Power Button'
    [ 142.758] (**) Power Button: always reports core events
    [ 142.758] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 142.758] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 142.758] (--) evdev: Power Button: Found keys
    [ 142.758] (II) evdev: Power Button: Configuring as keyboard
    [ 142.758] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3"
    [ 142.758] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
    [ 142.758] (**) Option "xkb_rules" "evdev"
    [ 142.758] (**) Option "xkb_model" "evdev"
    [ 142.758] (**) Option "xkb_layout" "us"
    [ 142.759] (II) config/udev: Adding input device Lid Switch (/dev/input/event5)
    [ 142.759] (II) No input driver specified, ignoring this device.
    [ 142.759] (II) This device may have been added with another device file.
    [ 142.760] (II) config/udev: Adding input device Sleep Button (/dev/input/event4)
    [ 142.760] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 142.760] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 142.760] (**) Sleep Button: always reports core events
    [ 142.760] (**) evdev: Sleep Button: Device: "/dev/input/event4"
    [ 142.760] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 142.760] (--) evdev: Sleep Button: Found keys
    [ 142.760] (II) evdev: Sleep Button: Configuring as keyboard
    [ 142.760] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input4/event4"
    [ 142.760] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
    [ 142.760] (**) Option "xkb_rules" "evdev"
    [ 142.760] (**) Option "xkb_model" "evdev"
    [ 142.760] (**) Option "xkb_layout" "us"
    [ 142.761] (II) config/udev: Adding input device Laptop_Integrated_Webcam_2HDM (/dev/input/event12)
    [ 142.761] (**) Laptop_Integrated_Webcam_2HDM: Applying InputClass "evdev keyboard catchall"
    [ 142.761] (II) Using input driver 'evdev' for 'Laptop_Integrated_Webcam_2HDM'
    [ 142.761] (**) Laptop_Integrated_Webcam_2HDM: always reports core events
    [ 142.761] (**) evdev: Laptop_Integrated_Webcam_2HDM: Device: "/dev/input/event12"
    [ 142.761] (--) evdev: Laptop_Integrated_Webcam_2HDM: Vendor 0x5986 Product 0x2af
    [ 142.761] (--) evdev: Laptop_Integrated_Webcam_2HDM: Found keys
    [ 142.761] (II) evdev: Laptop_Integrated_Webcam_2HDM: Configuring as keyboard
    [ 142.761] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input12/event12"
    [ 142.761] (II) XINPUT: Adding extended input device "Laptop_Integrated_Webcam_2HDM" (type: KEYBOARD, id 11)
    [ 142.761] (**) Option "xkb_rules" "evdev"
    [ 142.761] (**) Option "xkb_model" "evdev"
    [ 142.761] (**) Option "xkb_layout" "us"
    [ 142.762] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
    [ 142.762] (II) No input driver specified, ignoring this device.
    [ 142.762] (II) This device may have been added with another device file.
    [ 142.763] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10)
    [ 142.763] (II) No input driver specified, ignoring this device.
    [ 142.763] (II) This device may have been added with another device file.
    [ 142.763] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
    [ 142.763] (II) No input driver specified, ignoring this device.
    [ 142.763] (II) This device may have been added with another device file.
    [ 142.764] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event9)
    [ 142.764] (II) No input driver specified, ignoring this device.
    [ 142.764] (II) This device may have been added with another device file.
    [ 142.765] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event1)
    [ 142.765] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
    [ 142.765] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 142.765] (**) Logitech USB Receiver: always reports core events
    [ 142.765] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event1"
    [ 142.765] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc51b
    [ 142.765] (--) evdev: Logitech USB Receiver: Found 12 mouse buttons
    [ 142.765] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
    [ 142.765] (--) evdev: Logitech USB Receiver: Found relative axes
    [ 142.765] (--) evdev: Logitech USB Receiver: Found x and y relative axes
    [ 142.765] (II) evdev: Logitech USB Receiver: Configuring as mouse
    [ 142.765] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
    [ 142.765] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    [ 142.765] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 142.765] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.3/0000:04:00.0/usb2/2-2/2-2:1.0/input/input1/event1"
    [ 142.765] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 12)
    [ 142.765] (II) evdev: Logitech USB Receiver: initialized for relative axes.
    [ 142.766] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    [ 142.766] (**) Logitech USB Receiver: (accel) acceleration profile 0
    [ 142.766] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
    [ 142.766] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
    [ 142.766] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
    [ 142.766] (II) No input driver specified, ignoring this device.
    [ 142.766] (II) This device may have been added with another device file.
    [ 142.766] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 142.766] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 142.766] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 142.766] (**) AT Translated Set 2 keyboard: always reports core events
    [ 142.766] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 142.766] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 142.767] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 142.767] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 142.767] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 142.767] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
    [ 142.767] (**) Option "xkb_rules" "evdev"
    [ 142.767] (**) Option "xkb_model" "evdev"
    [ 142.767] (**) Option "xkb_layout" "us"
    [ 142.767] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/event13)
    [ 142.767] (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "evdev pointer catchall"
    [ 142.767] (II) Using input driver 'evdev' for 'ImPS/2 Generic Wheel Mouse'
    [ 142.767] (**) ImPS/2 Generic Wheel Mouse: always reports core events
    [ 142.767] (**) evdev: ImPS/2 Generic Wheel Mouse: Device: "/dev/input/event13"
    [ 142.767] (--) evdev: ImPS/2 Generic Wheel Mouse: Vendor 0x2 Product 0x5
    [ 142.767] (--) evdev: ImPS/2 Generic Wheel Mouse: Found 3 mouse buttons
    [ 142.767] (--) evdev: ImPS/2 Generic Wheel Mouse: Found scroll wheel(s)
    [ 142.767] (--) evdev: ImPS/2 Generic Wheel Mouse: Found relative axes
    [ 142.767] (--) evdev: ImPS/2 Generic Wheel Mouse: Found x and y relative axes
    [ 142.767] (II) evdev: ImPS/2 Generic Wheel Mouse: Configuring as mouse
    [ 142.767] (II) evdev: ImPS/2 Generic Wheel Mouse: Adding scrollwheel support
    [ 142.767] (**) evdev: ImPS/2 Generic Wheel Mouse: YAxisMapping: buttons 4 and 5
    [ 142.767] (**) evdev: ImPS/2 Generic Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 142.767] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input13/event13"
    [ 142.767] (II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE, id 14)
    [ 142.767] (II) evdev: ImPS/2 Generic Wheel Mouse: initialized for relative axes.
    [ 142.767] (**) ImPS/2 Generic Wheel Mouse: (accel) keeping acceleration scheme 1
    [ 142.767] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration profile 0
    [ 142.767] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration factor: 2.000
    [ 142.767] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration threshold: 4
    [ 142.767] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/mouse1)
    [ 142.767] (II) No input driver specified, ignoring this device.
    [ 142.767] (II) This device may have been added with another device file.
    [ 142.767] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
    [ 142.767] (II) No input driver specified, ignoring this device.
    [ 142.767] (II) This device may have been added with another device file.
    [ 142.767] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event6)
    [ 142.767] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 142.767] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
    [ 142.767] (**) Dell WMI hotkeys: always reports core events
    [ 142.767] (**) evdev: Dell WMI hotkeys: Device: "/dev/input/event6"
    [ 142.767] (--) evdev: Dell WMI hotkeys: Vendor 0 Product 0
    [ 142.767] (--) evdev: Dell WMI hotkeys: Found keys
    [ 142.768] (II) evdev: Dell WMI hotkeys: Configuring as keyboard
    [ 142.768] (**) Option "config_info" "udev:/sys/devices/virtual/input/input6/event6"
    [ 142.768] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 15)
    [ 142.768] (**) Option "xkb_rules" "evdev"
    [ 142.768] (**) Option "xkb_model" "evdev"
    [ 142.768] (**) Option "xkb_layout" "us"
    [ 142.930] (II) intel(0): EDID vendor "AUO", prod id 12525
    [ 142.931] (II) intel(0): Printing DDC gathered Modelines:
    [ 142.931] (II) intel(0): Modeline "1920x1080"x0.0 140.00 1920 1968 2068 2144 1080 1083 1084 1088 +hsync -vsync (65.3 kHz eP)
    [ 142.931] (II) intel(0): Modeline "1920x1080"x0.0 93.33 1920 1968 2068 2144 1080 1083 1084 1088 +hsync -vsync (43.5 kHz e)
    [ 143.236] (II) intel(0): EDID vendor "AUO", prod id 12525
    [ 143.236] (II) intel(0): Printing DDC gathered Modelines:
    [ 143.236] (II) intel(0): Modeline "1920x1080"x0.0 140.00 1920 1968 2068 2144 1080 1083 1084 1088 +hsync -vsync (65.3 kHz eP)
    [ 143.236] (II) intel(0): Modeline "1920x1080"x0.0 93.33 1920 1968 2068 2144 1080 1083 1084 1088 +hsync -vsync (43.5 kHz e)
    [ 148.677] (II) evdev: Power Button: Close
    [ 148.677] (II) UnloadModule: "evdev"
    [ 148.680] (II) evdev: Video Bus: Close
    [ 148.680] (II) UnloadModule: "evdev"
    [ 148.687] (II) evdev: Video Bus: Close
    [ 148.687] (II) UnloadModule: "evdev"
    [ 148.700] (II) evdev: Power Button: Close
    [ 148.700] (II) UnloadModule: "evdev"
    [ 148.703] (II) evdev: Sleep Button: Close
    [ 148.703] (II) UnloadModule: "evdev"
    [ 148.703] (II) evdev: Laptop_Integrated_Webcam_2HDM: Close
    [ 148.703] (II) UnloadModule: "evdev"
    [ 148.704] (II) evdev: Logitech USB Receiver: Close
    [ 148.704] (II) UnloadModule: "evdev"
    [ 148.705] (II) evdev: AT Translated Set 2 keyboard: Close
    [ 148.705] (II) UnloadModule: "evdev"
    [ 148.705] (II) evdev: ImPS/2 Generic Wheel Mouse: Close
    [ 148.705] (II) UnloadModule: "evdev"
    [ 148.705] (II) evdev: Dell WMI hotkeys: Close
    [ 148.705] (II) UnloadModule: "evdev"
    [ 148.809] Server terminated successfully (0). Closing log file.
    startx
    X.Org X Server 1.12.3
    Release Date: 2012-07-09
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.4.4-3-ARCH x86_64
    Current Operating System: Linux clc 3.4.5-1-ARCH #1 SMP PREEMPT Mon Jul 16 21:35:54 CEST 2012 x86_64
    Kernel command line: root=/dev/sda5 ro acpi=noirq i915.i915_enable_rc6=1 i915.semaphores=1
    Build Date: 09 July 2012 03:59:39PM
    Current version of pixman: 0.26.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jul 18 08:07:11 2012
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    gnome-session[757]: WARNING: Could not connect to ConsoleKit: Could not get owner of name 'org.freedesktop.ConsoleKit': no such name
    gnome-session[757]: WARNING: Could not connect to ConsoleKit: Could not get owner of name 'org.freedesktop.ConsoleKit': no such name
    GNOME_KEYRING_CONTROL=/root/.cache/keyring-Gapdvn
    SSH_AUTH_SOCK=/root/.cache/keyring-Gapdvn/ssh
    GNOME_KEYRING_PID=776
    GNOME_KEYRING_CONTROL=/root/.cache/keyring-Gapdvn
    SSH_AUTH_SOCK=/root/.cache/keyring-Gapdvn/ssh
    GPG_AGENT_INFO=/root/.cache/keyring-Gapdvn/gpg:0:1
    GNOME_KEYRING_CONTROL=/root/.cache/keyring-Gapdvn
    SSH_AUTH_SOCK=/root/.cache/keyring-Gapdvn/ssh
    GPG_AGENT_INFO=/root/.cache/keyring-Gapdvn/gpg:0:1
    GNOME_KEYRING_CONTROL=/root/.cache/keyring-Gapdvn
    SSH_AUTH_SOCK=/root/.cache/keyring-Gapdvn/ssh
    GPG_AGENT_INFO=/root/.cache/keyring-Gapdvn/gpg:0:1
    (gnome-settings-daemon:773): libupower-glib-WARNING **: Couldn't enumerate devices: Failed to execute program /usr/lib/dbus-1.0/dbus-daemon-launch-helper: Success
    (gnome-settings-daemon:773): power-plugin-WARNING **: failed to get device list: Failed to execute program /usr/lib/dbus-1.0/dbus-daemon-launch-helper: Success
    ** (gnome-settings-daemon:773): WARNING **: Failed to connect context: OK
    ** (gnome-settings-daemon:773): WARNING **: cannot connect to ConsoleKit: Error calling StartServiceByName for org.freedesktop.ConsoleKit: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ExecFailed: Failed to execute program /usr/lib/dbus-1.0/dbus-daemon-launch-helper: Permission denied
    (gnome-settings-daemon:773): color-plugin-WARNING **: failed to connect to colord: Error calling StartServiceByName for org.freedesktop.ColorManager: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ExecFailed: Failed to execute program /usr/lib/dbus-1.0/dbus-daemon-launch-helper: Success
    ** (gnome-settings-daemon:773): WARNING **: cannot connect to ConsoleKit: Error calling StartServiceByName for org.freedesktop.ConsoleKit: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ExecFailed: Failed to execute program /usr/lib/dbus-1.0/dbus-daemon-launch-helper: Permission denied
    (gnome-settings-daemon:773): power-plugin-WARNING **: Could not connect to UPower: Error calling StartServiceByName for org.freedesktop.UPower: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ExecFailed: Failed to execute program /usr/lib/dbus-1.0/dbus-daemon-launch-helper: Success
    (gnome-settings-daemon:773): power-plugin-WARNING **: Could not connect to UPower: Error calling StartServiceByName for org.freedesktop.UPower: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ExecFailed: Failed to execute program /usr/lib/dbus-1.0/dbus-daemon-launch-helper: Success
    (gnome-settings-daemon:773): media-keys-plugin-WARNING **: Failed to get proxy for upower: Error calling StartServiceByName for org.freedesktop.UPower: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ExecFailed: Failed to execute program /usr/lib/dbus-1.0/dbus-daemon-launch-helper: Success
    Initializing tracker-store...
    Initializing tracker-miner-fs...
    Tracker-Message: Setting up monitor for changes to config file:'/root/.config/tracker/tracker-miner-fs.cfg'
    Tracker-Message: Setting up monitor for changes to config file:'/root/.config/tracker/tracker-store.cfg'
    Tracker-Message: Setting up monitor for changes to config file:'/root/.config/tracker/tracker-store.cfg'
    Starting log:
    File:'/root/.local/share/tracker/tracker-miner-fs.log'
    Starting log:
    File:'/root/.local/share/tracker/tracker-store.log'
    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
    W: [pulseaudio] main.c: This program is not intended to be run as root (unless --system is specified).
    Failed to play sound: Not available
    ** (nm-applet:823): WARNING **: Could not initialize NMClient /org/freedesktop/NetworkManager: Failed to execute program /usr/lib/dbus-1.0/dbus-daemon-launch-helper: Success
    ** Message: applet now removed from the notification area
    ** (nm-applet:823): WARNING **: fetch_connections_done: error fetching connections: (23) Failed to execute program /usr/lib/dbus-1.0/dbus-daemon-launch-helper: Success.
    ** (nm-applet:823): WARNING **: Failed to register as an agent: (23) Failed to execute program /usr/lib/dbus-1.0/dbus-daemon-launch-helper: Success
    (tracker-miner-fs:822): GVFS-RemoteVolumeMonitor-WARNING **: remote volume monitor with dbus name org.gtk.Private.UDisks2VolumeMonitor is not supported
    (gnome-shell:814): GVFS-RemoteVolumeMonitor-WARNING **: remote volume monitor with dbus name org.gtk.Private.UDisks2VolumeMonitor is not supported
    Window manager warning: Log level 16: Could not initialize NMClient /org/freedesktop/NetworkManager: Failed to execute program /usr/lib/dbus-1.0/dbus-daemon-launch-helper: Success
    (gnome-shell:814): AccountsService-WARNING **: Failed to create accounts proxy: Error calling StartServiceByName for org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ExecFailed: Failed to execute program /usr/lib/dbus-1.0/dbus-daemon-launch-helper: Success
    Window manager warning: Log level 16: Error getting session for the process we are in: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ExecFailed: Failed to execute program /usr/lib/dbus-1.0/dbus-daemon-launch-helper: Success (g-dbus-error-quark 23)
    ** Message: applet now embedded in the notification area
    Window manager warning: CurrentTime used to choose focus window; focus window may not be correct.
    Window manager warning: Got a request to focus the no_focus_window with a timestamp of 0. This shouldn't happen!
    (gnome-shell:814): GLib-GIO-CRITICAL **: g_dbus_proxy_call_internal: assertion `G_IS_DBUS_PROXY (proxy)' failed
    AccountsService:ERROR:act-user-manager.c:2156:load_users: assertion failed: (manager->priv->accounts_proxy != NULL)
    ** Message: applet now removed from the notification area
    gnome-session[757]: WARNING: Application 'gnome-shell.desktop' killed by signal 6
    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
    (gnome-shell:939): GVFS-RemoteVolumeMonitor-WARNING **: remote volume monitor with dbus name org.gtk.Private.UDisks2VolumeMonitor is not supported
    Window manager warning: Log level 16: Could not initialize NMClient /org/freedesktop/NetworkManager: Failed to execute program /usr/lib/dbus-1.0/dbus-daemon-launch-helper: Success
    (gnome-shell:939): AccountsService-WARNING **: Failed to create accounts proxy: Error calling StartServiceByName for org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ExecFailed: Failed to execute program /usr/lib/dbus-1.0/dbus-daemon-launch-helper: Success
    Window manager warning: Log level 16: Error getting session for the process we are in: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ExecFailed: Failed to execute program /usr/lib/dbus-1.0/dbus-daemon-launch-helper: Success (g-dbus-error-quark 23)
    ** Message: applet now embedded in the notification area
    Window manager warning: CurrentTime used to choose focus window; focus window may not be correct.
    Window manager warning: Got a request to focus the no_focus_window with a timestamp of 0. This shouldn't happen!
    (gnome-shell:939): GLib-GIO-CRITICAL **: g_dbus_proxy_call_internal: assertion `G_IS_DBUS_PROXY (proxy)' failed
    AccountsService:ERROR:act-user-manager.c:2156:load_users: assertion failed: (manager->priv->accounts_proxy != NULL)
    ** Message: applet now removed from the notification area
    gnome-session[757]: WARNING: Application 'gnome-shell.desktop' killed by signal 6
    gnome-session[757]: WARNING: App 'gnome-shell.desktop' respawning too quickly
    gnome-session[757]: WARNING: Could not connect to ConsoleKit: Could not get owner of name 'org.freedesktop.ConsoleKit': no such name
    gnome-session[757]: WARNING: Could not connect to ConsoleKit: Could not get owner of name 'org.freedesktop.ConsoleKit': no such name
    (gnome-settings-daemon:773): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    (gnome-settings-daemon:773): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    [1342613232,000,xklavier.c:xkl_engine_start_listen/] The backend does not require manual layout management - but it is provided by the application
    xinit: connection to X server lost
    waiting for X server to shut down
    Received signal:1->'Hangup'
    Received signal:1->'Hangup'
    g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Received signal:15->'Terminated'
    (tracker-miner-fs:822): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: The connection is closed
    (tracker-miner-fs:822): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: The connection is closed
    (tracker-miner-fs:822): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: The connection is closed
    OK
    g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Received signal:15->'Terminated'
    OK
    Server terminated successfully (0). Closing log file.
    Last edited by killnine (2012-07-19 15:42:27)

    Trilby wrote:Are you trying to start X as root?  Why is Xorg looking in /root/.config/ ?
    I am. I prefer to run as root.
    I have tried running as non root and the result is the same.
    Do you think it has to do with /lib changes?

Maybe you are looking for

  • Can an applescript be made to stop when in a repeat?

    Hi all, Im very new to applescript but have made what seems to be a functioning applescript to save attachments from emails based on some examples I found through internet searches.  My current problem is that, once I have set it to run I cant quit i

  • Lost mail inbox after sync - help!

    After a recent new version of iTunes was downloaded onto the iMac, the my iPhone (version 4.2.10) mail inbox was empty after the first sync.  The only way I can find to retrieve the emails is to resend them to myself.  This is at least the 3rd time t

  • Photoshop vs Aperture (need opinions)

    I would really appreciate the opinion from users of Both. While I have become more proficient with Aperture than I ever thought possible, I find myself struggling in trying to achieve certain results in my photo post processing. Things like desaturat

  • Keyword question, added to meta data?

    I saw a thread about keywords not showing up in converted files meta data. I believe the solution was to make sure that auto-update xmp was set. So does this mean that to have keywords associated with my files outside of LR that I will need to use an

  • Sometimes a tab for a previous website is lost, when i try to go "back" to it.

    i am accessing web sites and each site is creating a new tab. When i use the "back" function, a previously accessed web site is "lost". i have to use a bookmark to get access, and login again to get to that web site. There have always been problems w