[Solved] Fresh install, KDE input responses studdering

Hi,
I've been searching the Wiki and forums here for about 30 minutes and cant find anything that covers what's going on. I'm not sure whether to look at my VM that I'm running Arch through, or at my config of Arch itself.
I installed Arch with a KDE desktop and everything installed and booted fine. I have my VM open and I can see the desktop just fine. Mouse performance (of which I pacman'd xf86-input-mouse) since it's just a Dell touchpad on my Vostro. When I try to type in the Konsole, I will randomly get multiple key presses (again, just installed basic keyboard input) as if its all of the sudden getting multiple inputs from that keystroke. The mouse, also is very studdery and will halt every 1/4 of a second or so.... not nearly gliding across the screen as it should.
My laptop has one of those Intel GMA 4500 HD mobile video cards in it. I pacman'd the xf86-intel-video package and then installed KMS (I think it was)... either way, followed the wiki on that and still have no change in performance. I'd like to find out where to start looking.
My laptop is pretty beefy. Its a Core Duo 2 running at 2.2Ghz on 3Gb of RAM. I allocated 100Gb of disk space in a VM and 1Gb of memory to Arch. Suggestions?
Last edited by Davedough (2010-05-27 15:30:51)

Wow... thanks for the overwhelming response. All of these suggestions really helped me figure it out on my own.

Similar Messages

  • [SOLVED] Cannot install KDE with python-numpy pre-installed?

    Hi, all
    I am with xfce currently and though of tring KDE. However when I  tried to install KDE it turns that there are confilicts between 'kde' and 'python-numpy':
    :: Proceed with installation? [Y/n]
    (318/318) checking keys in keyring [####################################] 100%
    (318/318) checking package integrity [####################################] 100%
    (318/318) loading package files [####################################] 100%
    (318/318) checking for file conflicts [####################################] 100%
    error: failed to commit transaction (conflicting files)
    python2-numpy: /usr/bin/f2py2 exists in filesystem
    python2-numpy: /usr/lib/python2.7/site-packages/numpy-1.8.0-py2.7.egg-info exists in filesystem
    python2-numpy: /usr/lib/python2.7/site-packages/numpy/__config__.py exists in filesystem
    python2-numpy: /usr/lib/python2.7/site-packages/numpy/__config__.pyc exists in filesystem
    python2-numpy: /usr/lib/python2.7/site-packages/numpy/__init__.py exists in filesystem
    python2-numpy: /usr/lib/python2.7/site-packages/numpy/__init__.pyc exists in filesystem
    python2-numpy: /usr/lib/python2.7/site-packages/numpy/_import_tools.py exists in filesystem
    python2-numpy: /usr/lib/python2.7/site-packages/numpy/_import_tools.pyc exists in filesystem
    Can anyone help please?
    thanks,
    ps:
    python-numpy was installed via "pip install numpy" instead of "pacman -S python-numpy". Could this cause any problem?
    Last edited by hellolj (2014-03-02 06:15:30)

    circleface wrote:
    hellolj wrote:By that, does it mean I should always stick to using "pacman" instead of "pip install"?
    Generally it is less pain to stick to pacman only.  Using anything else would mean pacman cannot know what packages certain files belong to, similar to what you ran into here.
    Got it. Seems I have to reinstall my python packages from scratches again.
    Thanks to all the help.
    SOLVED.

  • [SOLVED] Fresh Install - LXDE - Missing Window Decorations

    Hi folks,
    I just did a fresh install on my netbook (Asus 1000h) which went flawless as allways. I did install Xorg, the relevant intel drivers, some small stuff like screen and the like and then went on to install LXDE as the desktop environment + the murrine gtk engine and some murrine themes. Everything is working, the murrine theme etc, except one thing: The window decorations are missing completely.
    This is the first time sth. like that happened to me after a fresh install and I'm not really sure what could be missing and 3 hours after trying to delete my ~/.config ~./local folders (I'm using a backup of my ~ - I've checked permissions etc.) I'm ranning out of ideas. I'd be glad for any pointers as to how to debug this or what could possibly cause this.
    Thanks in advance.
    Last edited by chimeric (2009-05-07 11:50:41)

    LXDE does not provide a window manager (and window decorator). They just strongly advise to use OpenBox. On ArchLinux, the group of packages "lxde" doesn't install OpenBox, so you have to install it by yourself, or install another WM. Then, you will need to configure the way you launch X so OpenBox is used.
    You may refer to http://lxde.org/lxde .
    Last edited by Cilyan (2009-05-07 11:08:04)

  • [SOLVED] Fresh install read only file system

    I just did a fresh install of Arch this morning, and I have been trying to fix it most of the day. I was following the Beginner's Guide in the wiki as close as I could. (There were a couple items that didn't quite match up.) I only edited the files that it told me to, and then just minor edits. I checked out /etc/fstab during the process and noticed that none of my hard drives were present. I didn't think this was normal, so I opened another terminal and grabbed the UUIDs with ls -l /dev/disk/by-uuid/. I have two hard drives, but only sda1 (/) and sda2 (swap) showed up. (sdb1 is the entire second hard drive as /home.) Here is the default fstab:
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    none /dev/pts devpts defaults 0 0
    none /dev/shm tmpfs defaults 0 0
    /dev/cdrom /media/cd auto ro,user,noauto,unhide 0 0
    /dev/dvd /media/dvd auto ro,user,noauto,unhide 0 0
    /dev/fd0 /media/fl auto user,noauto 0 0
    The example documentation indicated that the file should have lines similair to...
    /dev/disk/by-uuid/6334340b-87f1-406e-a777-13210ba85887 / ext3 defaults,noatime,nodirtime 0 1
    /dev/disk/by-uuid/5ffd6a40-6d72-4710-82af-ae894e557f89 swap swap defaults 0 0
    /dev/disk/by-uuid/32935c6c-6b75-4039-6b69-21f8b805e8f8 /home ext3 defaults,noatime,nodirtime 0 2
    ...but then I found an example while searching around that showed the lines like this:
    UUID=6334340b-87f1-406e-a777-13210ba85887 / ext3 defaults,noatime,nodirtime 0 1
    UUID=5ffd6a40-6d72-4710-82af-ae894e557f89 swap swap defaults 0 0
    UUID=32935c6c-6b75-4039-6b69-21f8b805e8f8 /home ext3 defaults,noatime,nodirtime 0 2
    In the first scenario, everything boots like normal, but when I tried to do anything that required writing to disk, the operation failed with a message about the file system being read-only. (I was trying to edit some config files because I couldn't get online.) Mind you, I was working as root the whole time, because I hadn't even gotten to adding a user yet. The only way I could make changes was to boot a live cd, mount, edit, reboot. remember to remove the live cd, reboot again, repeat.
    In the second version of fstab, the bootup process kept trying to check the disk for errors. When it was done it wanted to reboot. Then it tried to check again (presumably because it couldn't save the fact that it had already checked).
    I am at a loss. I really wish to use Arch Linux. I've been baby-fed for quite a while on Ubuntu, but it always ran slow. Please somebody help me! I am happy to provide more information; just let me know what you need.
    Last edited by ravinggenius (2008-07-05 18:33:22)

    Thank you so much for pointing out that typo! Turns out that is what was wrong. Well plus two of uuids had one typo each....
    Also from what I can tell it doesn't matter which format I use for the uuids in fstab. I will use the UUID=xxxxx... version unless somebody can tell me why I shouldn't.

  • [SOLVED] Fresh Install, won't boot past grub

    I did a fresh install of Arch (GPT partitioning table) with a 8 GB root directory, 138 GB home directory, 4 GB swap, and a 1007 KB bios boot partition. Everything went well, I got through the installation with no problems, but when I rebooted the computer. It showed this after the grub menu: https://lh6.googleusercontent.com/-UM-3 … 2014-06-22
    So now my question is, was I supposed to do anything extra during the installation process? Or is this a hardware problem? Linux Mint, Ubuntu, Lubuntu, and Zorin OS works fine so I'm assuming I need to do something extra during installation...
    Last edited by ryukiri (2014-07-03 21:44:44)

    Trilby wrote:
    ryukiri wrote:That only tells me how to make it a boot option...I assume I need to be chrooted from the install CD to do this.
    You can do it one of two ways: boot the install cd/usb, mount all the partitions as in the original installation process, then chroot.  From there you can just use pacman to install packages as it it were a normal system: `pacman -S linux-lts`.
    There is, however, no need for the chroot.  The alternative, and somewhat simpler, approach would be to boot the install media and mount the partitions as above, then use the pacstrap tool just like you did when installing the 'base' group: `pacstrap -i /mnt linux-lts`.
    I think it is safer to arch-chroot because you still need to be chrooted to generate your grub.cfg "grub-mkconfig -o /boot/grub/grub.cfg"
    Last edited by ugjka (2014-07-03 08:24:30)

  • Thumbnail view is not availabe on fresh install -- kde 4.5 [SOLVED]

    Hello,
    I've just reinstalled kde4.5 as minimal desktop. Everthing works great except in desktop folder the image preview mode is not working. Only icon view is available.
    Could anyone help me figuring out what could be wrong? Perhaps, I forgot to install something needed for this feature. Before I deleted my full blown kde install, this feature was available.
    The interesting thing is that when I open the desktop folder in dolphin the thumbnail view works fine. Only the desktop folder displayed on the desktop that doesn't show thumbnails.
    I've already searched the net but found no answer to the problem.
    Thanks,
    jmak
    Last edited by jmak (2010-09-14 20:32:06)

    Ok, the problem is solved. I created a second folder view in "Home mode" rather than "Destop mode" and the thumbnails showed up.

  • [Solved]Fresh installed Steam can not start with Segmentation fault

    $ steam
    Setting up Steam content in /home/jackson/.local/share/Steam
    Running Steam on arch 64-bit
    STEAM_RUNTIME is enabled automatically
    Installing breakpad exception handler for appid(steam)/version(0_client)
    *** Error in `/home/jackson/.local/share/Steam/ubuntu12_32/steam': free(): invalid pointer: 0xf7551f94 ***
    ======= Backtrace: =========
    /usr/lib32/libc.so.6(+0x6b5f9)[0xf71485f9]
    /usr/lib32/libc.so.6(+0x71247)[0xf714e247]
    /usr/lib32/libc.so.6(+0x71a1d)[0xf714ea1d]
    /home/jackson/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libX11.so.6(XFree+0x1b)[0xf7431efb]
    /home/jackson/.local/share/Steam/ubuntu12_32/steam(+0x43c69)[0xf7596c69]
    /home/jackson/.local/share/Steam/ubuntu12_32/steam(+0x44444)[0xf7597444]
    /home/jackson/.local/share/Steam/ubuntu12_32/steam(+0x14d56)[0xf7567d56]
    /usr/lib32/libc.so.6(__libc_start_main+0xde)[0xf70f4e5e]
    /home/jackson/.local/share/Steam/ubuntu12_32/steam(+0x18395)[0xf756b395]
    ======= Memory map: ========
    f614e000-f614f000 rw-p 00000000 00:00 0
    f614f000-f6158000 r-xp 00000000 08:12 420594 /usr/lib32/libpciaccess.so.0.11.1
    f6158000-f6159000 r--p 00008000 08:12 420594 /usr/lib32/libpciaccess.so.0.11.1
    f6159000-f615a000 rw-p 00009000 08:12 420594 /usr/lib32/libpciaccess.so.0.11.1
    f615a000-f6167000 r-xp 00000000 08:12 420633 /usr/lib32/libdrm_radeon.so.1.0.1
    f6167000-f6168000 r--p 0000c000 08:12 420633 /usr/lib32/libdrm_radeon.so.1.0.1
    f6168000-f6169000 rw-p 0000d000 08:12 420633 /usr/lib32/libdrm_radeon.so.1.0.1
    f6169000-f616f000 r-xp 00000000 08:12 420632 /usr/lib32/libdrm_nouveau.so.2.0.0
    f616f000-f6170000 r--p 00005000 08:12 420632 /usr/lib32/libdrm_nouveau.so.2.0.0
    f6170000-f6171000 rw-p 00006000 08:12 420632 /usr/lib32/libdrm_nouveau.so.2.0.0
    f6171000-f6194000 r-xp 00000000 08:12 420631 /usr/lib32/libdrm_intel.so.1.0.0
    f6194000-f6195000 r--p 00022000 08:12 420631 /usr/lib32/libdrm_intel.so.1.0.0
    f6195000-f6196000 rw-p 00023000 08:12 420631 /usr/lib32/libdrm_intel.so.1.0.0
    f6196000-f676d000 r-xp 00000000 08:12 430062 /usr/lib32/xorg/modules/dri/i965_dri.so
    f676d000-f677f000 r--p 005d6000 08:12 430062 /usr/lib32/xorg/modules/dri/i965_dri.so
    f677f000-f6783000 rw-p 005e8000 08:12 430062 /usr/lib32/xorg/modules/dri/i965_dri.so
    f6783000-f678a000 rw-p 00000000 00:00 0
    f678a000-f678e000 r-xp 00000000 08:12 420598 /usr/lib32/libattr.so.1.1.0
    f678e000-f678f000 r--p 00003000 08:12 420598 /usr/lib32/libattr.so.1.1.0
    f678f000-f6790000 rw-p 00004000 08:12 420598 /usr/lib32/libattr.so.1.1.0
    f6790000-f6794000 r-xp 00000000 08:12 429451 /usr/lib32/libcap.so.2.24
    f6794000-f6795000 rw-p 00003000 08:12 429451 /usr/lib32/libcap.so.2.24
    f6795000-f67ab000 r-xp 00000000 08:12 416876 /usr/lib32/libudev.so.1.6.2
    f67ab000-f67ac000 r--p 00015000 08:12 416876 /usr/lib32/libudev.so.1.6.2
    f67ac000-f67ad000 rw-p 00016000 08:12 416876 /usr/lib32/libudev.so.1.6.2
    f67ad000-f67ba000 r-xp 00000000 08:12 420629 /usr/lib32/libdrm.so.2.4.0
    f67ba000-f67bb000 r--p 0000c000 08:12 420629 /usr/lib32/libdrm.so.2.4.0
    f67bb000-f67bc000 rw-p 0000d000 08:12 420629 /usr/lib32/libdrm.so.2.4.0
    f67bc000-f67c0000 r-xp 00000000 08:12 420641 /usr/lib32/libXxf86vm.so.1.0.0
    f67c0000-f67c1000 r--p 00004000 08:12 420641 /usr/lib32/libXxf86vm.so.1.0.0
    f67c1000-f67c2000 rw-p 00005000 08:12 420641 /usr/lib32/libXxf86vm.so.1.0.0
    f67c2000-f67c3000 r-xp 00000000 08:12 420645 /usr/lib32/libxshmfence.so.1.0.0
    f67c3000-f67c4000 r--p 00000000 08:12 420645 /usr/lib32/libxshmfence.so.1.0.0
    f67c4000-f67c5000 rw-p 00001000 08:12 420645 /usr/lib32/libxshmfence.so.1.0.0
    f67c5000-f67cb000 r-xp 00000000 08:12 417564 /usr/lib32/libxcb-sync.so.1.0.0
    f67cb000-f67cc000 r--p 00005000 08:12 417564 /usr/lib32/libxcb-sync.so.1.0.0
    f67cc000-f67cd000 rw-p 00006000 08:12 417564 /usr/lib32/libxcb-sync.so.1.0.0
    f67cd000-f67d0000 r-xp 00000000 08:12 417562 /usr/lib32/libxcb-shape.so.0.0.0
    f67d0000-f67d1000 r--p 00002000 08:12 417562 /usr/lib32/libxcb-shape.so.0.0.0
    f67d1000-f67d2000 rw-p 00003000 08:12 417562 /usr/lib32/libxcb-shape.so.0.0.0
    f67d2000-f67db000 r-xp 00000000 08:12 417559 /usr/lib32/libxcb-render.so.0.0.0
    f67db000-f67dc000 r--p 00008000 08:12 417559 /usr/lib32/libxcb-render.so.0.0.0
    f67dc000-f67dd000 rw-p 00009000 08:12 417559 /usr/lib32/libxcb-render.so.0.0.0
    f67dd000-f67e4000 r-xp 00000000 08:12 417567 /usr/lib32/libxcb-xfixes.so.0.0.0
    f67e4000-f67e5000 r--p 00006000 08:12 417567 /usr/lib32/libxcb-xfixes.so.0.0.0
    f67e5000-f67e6000 rw-p 00007000 08:12 417567 /usr/lib32/libxcb-xfixes.so.0.0.0
    f67e6000-f67f4000 r-xp 00000000 08:12 417557 /usr/lib32/libxcb-randr.so.0.1.0
    f67f4000-f67f5000 r--p 0000d000 08:12 417557 /usr/lib32/libxcb-randr.so.0.1.0
    f67f5000-f67f6000 rw-p 0000e000 08:12 417557 /usr/lib32/libxcb-randr.so.0.1.0
    f67f6000-f67f8000 r-xp 00000000 08:12 417555 /usr/lib32/libxcb-present.so.0.0.0
    f67f8000-f67f9000 r--p 00001000 08:12 417555 /usr/lib32/libxcb-present.so.0.0.0
    f67f9000-f67fa000 rw-p 00002000 08:12 417555 /usr/lib32/libxcb-present.so.0.0.0
    f67fa000-f67fc000 r-xp 00000000 08:12 417554 /usr/lib32/libxcb-dri3.so.0.0.0
    f67fc000-f67fd000 r--p 00001000 08:12 417554 /usr/lib32/libxcb-dri3.so.0.0.0
    f67fd000-f67fe000 rw-p 00002000 08:12 417554 /usr/lib32/libxcb-dri3.so.0.0.0
    f67fe000-f6802000 r-xp 00000000 08:12 417553 /usr/lib32/libxcb-dri2.so.0.0.0
    f6802000-f6803000 r--p 00003000 08:12 417553 /usr/lib32/libxcb-dri2.so.0.0.0
    f6803000-f6804000 rw-p 00004000 08:12 417553 /usr/lib32/libxcb-dri2.so.0.0.0
    f6804000-f681d000 r-xp 00000000 08:12 417556 /usr/lib32/libxcb-glx.so.0.0.0
    f681d000-f681e000 r--p 00018000 08:12 417556 /usr/lib32/libxcb-glx.so.0.0.0
    f681e000-f681f000 rw-p 00019000 08:12 417556 /usr/lib32/libxcb-glx.so.0.0.0
    f681f000-f6820000 r-xp 00000000 08:12 420564 /usr/lib32/libX11-xcb.so.1.0.0
    f6820000-f6821000 r--p 00000000 08:12 420564 /usr/lib32/libX11-xcb.so.1.0.0
    f6821000-f6822000 rw-p 00001000 08:12 420564 /usr/lib32/libX11-xcb.so.1.0.0
    f6822000-f6826000 r-xp 00000000 08:12 420569 /usr/lib32/libXfixes.so.3.1.0
    f6826000-f6827000 r--p 00003000 08:12 420569 /usr/lib32/libXfixes.so.3.1.0
    f6827000-f6828000 rw-p 00004000 08:12 420569 /usr/lib32/libXfixes.so.3.1.0
    f6828000-f682a000 r-xp 00000000 08:12 420589 /usr/lib32/libXdamage.so.1.1.0
    f682a000-f682b000 r--p 00001000 08:12 420589 /usr/lib32/libXdamage.so.1.1.0
    f682b000-f682c000 rw-p 00002000 08:12 420589 /usr/lib32/libXdamage.so.1.1.0
    f682c000-f683f000 r-xp 00000000 08:12 420581 /usr/lib32/libXext.so.6.4.0
    f683f000-f6840000 r--p 00012000 08:12 420581 /usr/lib32/libXext.so.6.4.0
    f6840000-f6841000 rw-p 00013000 08:12 420581 /usr/lib32/libXext.so.6.4.0
    f6841000-f6852000 r-xp 00000000 08:12 429761 /usr/lib32/libglapi.so.0.0.0
    f6852000-f6854000 r--p 00011000 08:12 429761 /usr/lib32/libglapi.so.0.0.0
    f6854000-f6859000 rwxp 00013000 08:12 429761 /usr/lib32/libglapi.so.0.0.0
    f6859000-f685a000 rwxp 00000000 00:00 0
    f685a000-f6880000 r-xp 00000000 08:12 419481 /usr/lib32/libexpat.so.1.6.0
    f6880000-f6882000 r--p 00026000 08:12 419481 /usr/lib32/libexpat.so.1.6.0
    f6882000-f6883000 rw-p 00028000 08:12 419481 /usr/lib32/libexpat.so.1.6.0
    f6883000-f6926000 r-xp 00000000 08:12 430044 /usr/lib32/mesa/libGL.so.1.2.0
    f6926000-f6928000 r--p 000a2000 08:12 430044 /usr/lib32/mesa/libGL.so.1.2.0
    f6928000-f692d000 rwxp 000a4000 08:12 430044 /usr/lib32/mesa/libGL.so.1.2.0
    f692d000-f694e000 rw-p 00000000 00:00 0
    f694e000-f6985000 r-xp 00000000 08:05 8259511 /home/jackson/.local/share/Steam/ubuntu12_32/crashhandler.so
    f6985000-f6986000 r--p 00037000 08:05 8259511 /home/jackson/.local/share/Steam/ubuntu12_32/crashhandler.so
    f6986000-f6987000 rw-p 00038000 08:05 8259511 /home/jackson/.local/share/Steam/ubuntu12_32/crashhandler.so
    f6987000-f6d60000 rw-p 00000000 00:00 0
    f6d60000-f6e91000 r--p 00200000 08:12 567993 /usr/lib/locale/locale-archive
    f6e91000-f7091000 r--p 00000000 08:12 567993 /usr/lib/locale/locale-archive
    f7091000-f7094000 rw-p 00000000 00:00 0
    f7094000-f7099000 r-xp 00000000 08:05 8259539 /home/jackson/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXdmcp.so.6.0.0
    f7099000-f709a000 r--p 00004000 08:05 8259539 /home/jackson/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXdmcp.so.6.0.0
    f709a000-f709b000 rw-p 00005000 08:05 8259539 /home/jackson/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXdmcp.so.6.0.0
    f709b000-f709c000 rw-p 00000000 00:00 0
    f709c000-f709e000 r-xp 00000000 08:05 8259545 /home/jackson/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXau.so.6.0.0
    f709e000-f709f000 r--p 00001000 08:05 8259545 /home/jackson/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXau.so.6.0.0
    f709f000-f70a0000 rw-p 00002000 08:05 8259545 /home/jackson/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXau.so.6.0.0
    f70a0000-f70b9000 r-xp 00000000 08:05 8783177 /home/jackson/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libgcc_s.so.1
    f70b9000-f70ba000 r--p 00018000 08:05 8783177 /home/jackson/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libgcc_s.so.1
    f70ba000-f70bb000 rw-p 00019000 08:05 8783177 /home/jackson/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libgcc_s.so.1
    f70bb000-f70db000 r-xp 00000000 08:05 8259547 /home/jackson/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libxcb.so.1.1.0
    f70db000-f70dc000 r--p 0001f000 08:05 8259547 /home/jackson/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libxcb.so.1.1.0
    f70dc000-f70dd000 rw-p 00020000 08:05 8259547 /home/jackson/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libxcb.so.1.1.0
    f70dd000-f728e000 r-xp 00000000 08:12 418082 /usr/lib32/libc-2.20.so
    f728e000-f7291000 r--p 001b0000 08:12 418082 /usr/lib32/libc-2.20.so
    f7291000-f7293000 rw-p 001b3000 08:12 418082 /usr/lib32/libc-2.20.so
    f7293000-f7296000 rw-p 00000000 00:00 0
    f7296000-f72ae000 r-xp 00000000 08:12 418060 /usr/lib32/libpthread-2.20.so
    f72ae000-f72b0000 r--p 00017000 08:12 418060 /usr/lib32/libpthread-2.20.so
    f72b0000-f72b1000 rw-p 00019000 08:12 418060 /usr/lib32/libpthread-2.20.so
    f72b1000-f72b3000 rw-p 00000000 00:00 0
    f72b3000-f7390000 r-xp 00000000 08:05 8259542 /home/jackson/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6.0.18
    f7390000-f7394000 r--p 000dc000 08:05 8259542 /home/jackson/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6.0.18
    f7394000-f7395000 rw-p 000e0000 08:05 8259542 /home/jackson/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6.0.18
    f7395000-f739c000 rw-p 00000000 00:00 0
    f739c000-f739f000 r-xp 00000000 08:12 418412 /usr/lib32/libdl-2.20.so
    f739f000-f73a0000 r--p 00002000 08:12 418412 /usr/lib32/libdl-2.20.so
    f73a0000-f73a1000 rw-p 00003000 08:12 418412 /usr/lib32/libdl-2.20.so
    f73a1000-f73ec000 r-xp 00000000 08:12 418413 /usr/lib32/libm-2.20.so
    f73ec000-f73ed000 r--p 0004a000 08:12 418413 /usr/lib32/libm-2.20.so
    f73ed000-f73ee000 rw-p 0004b000 08:12 418413 /usr/lib32/libm-2.20.so
    f73ee000-f73f5000 r-xp 00000000 08:12 418416 /usr/lib32/librt-2.20.so
    f73f5000-f73f6000 r--p 00007000 08:12 418416 /usr/lib32/librt-2.20.so
    f73f6000-f73f7000 rw-p 00008000 08:12 418416 /usr/lib32/librt-2.20.so
    f73f7000-f73f8000 rw-p 00000000 00:00 0
    f73f8000-f7528000 r-xp 00000000 08:05 8259540 /home/jackson/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libX11.so.6.3.0
    f7528000-f7529000 r--p 00130000 08:05 8259540 /home/jackson/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libX11.so.6.3.0
    f7529000-f752b000 rw-p 00131000 08:05 8259540 /home/jackson/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libX11.so.6.3.0
    f752b000-f752d000 rw-p 00000000 00:00 0
    f752d000-f752f000 r--p 00000000 00:00 0 [vvar]
    f752f000-f7530000 r-xp 00000000 00:00 0 [vdso]
    f7530000-f7551000 r-xp 00000000 08:12 418081 /usr/lib32/ld-2.20.so
    f7551000-f7552000 r--p 00021000 08:12 418081 /usr/lib32/ld-2.20.so
    f7552000-f7553000 rw-p 00022000 08:12 418081 /usr/lib32/ld-2.20.so
    f7553000-f77ae000 r-xp 00000000 08:05 8259563 /home/jackson/.local/share/Steam/ubuntu12_32/steam
    f77ae000-f77b6000 r--p 0025b000 08:05 8259563 /home/jackson/.local/share/Steam/ubuntu12_32/steam
    f77b6000-f77bc000 rw-p 00263000 08:05 8259563 /home/jackson/.local/share/Steam/ubuntu12_32/steam
    f77bc000-f77de000 rw-p 00000000 00:00 0
    f8067000-f878d000 rw-p 00000000 00:00 0 [heap]
    ff8d9000-ff8fa000 rw-p 00000000 00:00 0 [stack]
    ILocalize::AddFile() failed to load file "public/steambootstrapper_english.txt".
    [2015-01-14 19:47:14] Startup - updater built Aug 26 2014 15:35:42
    Uploading dump (out-of-process) [proxy '']
    /tmp/dumps/crash_20150114194714_1.dmp
    /home/jackson/.local/share/Steam/steam.sh: line 730: 2926 Segmentation fault (core dumped) $STEAM_DEBUGGER "$STEAMROOT/$STEAMEXEPATH" "$@"
    mv: cannot stat '/home/jackson/.steam/registry.vdf': No such file or directory"
    Installing bootstrap /home/jackson/.local/share/Steam/bootstrap.tar.xz
    Reset complete!
    Restarting Steam by request...
    Running Steam on arch 64-bit
    STEAM_RUNTIME has been set by the user to: /home/jackson/.local/share/Steam/ubuntu12_32/steam-runtime
    Installing breakpad exception handler for appid(steam)/version(0_client)
    *** Error in `/home/jackson/.local/share/Steam/ubuntu12_32/steam': free(): invalid pointer: 0xf753af94 ***
    ======= Backtrace: =========
    /usr/lib32/libc.so.6(+0x6b5f9)[0xf71315f9]
    /usr/lib32/libc.so.6(+0x71247)[0xf7137247]
    /usr/lib32/libc.so.6(+0x71a1d)[0xf7137a1d]
    /home/jackson/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libX11.so.6(XFree+0x1b)[0xf741aefb]
    /home/jackson/.local/share/Steam/ubuntu12_32/steam(+0x43c69)[0xf757fc69]
    /home/jackson/.local/share/Steam/ubuntu12_32/steam(+0x44444)[0xf7580444]
    /home/jackson/.local/share/Steam/ubuntu12_32/steam(+0x14d56)[0xf7550d56]
    /usr/lib32/libc.so.6(__libc_start_main+0xde)[0xf70dde5e]
    /home/jackson/.local/share/Steam/ubuntu12_32/steam(+0x18395)[0xf7554395]
    ======= Memory map: ========
    f6137000-f6138000 rw-p 00000000 00:00 0
    f6138000-f6141000 r-xp 00000000 08:12 420594 /usr/lib32/libpciaccess.so.0.11.1
    f6141000-f6142000 r--p 00008000 08:12 420594 /usr/lib32/libpciaccess.so.0.11.1
    f6142000-f6143000 rw-p 00009000 08:12 420594 /usr/lib32/libpciaccess.so.0.11.1
    f6143000-f6150000 r-xp 00000000 08:12 420633 /usr/lib32/libdrm_radeon.so.1.0.1
    f6150000-f6151000 r--p 0000c000 08:12 420633 /usr/lib32/libdrm_radeon.so.1.0.1
    f6151000-f6152000 rw-p 0000d000 08:12 420633 /usr/lib32/libdrm_radeon.so.1.0.1
    f6152000-f6158000 r-xp 00000000 08:12 420632 /usr/lib32/libdrm_nouveau.so.2.0.0
    f6158000-f6159000 r--p 00005000 08:12 420632 /usr/lib32/libdrm_nouveau.so.2.0.0
    f6159000-f615a000 rw-p 00006000 08:12 420632 /usr/lib32/libdrm_nouveau.so.2.0.0
    f615a000-f617d000 r-xp 00000000 08:12 420631 /usr/lib32/libdrm_intel.so.1.0.0
    f617d000-f617e000 r--p 00022000 08:12 420631 /usr/lib32/libdrm_intel.so.1.0.0
    f617e000-f617f000 rw-p 00023000 08:12 420631 /usr/lib32/libdrm_intel.so.1.0.0
    f617f000-f6756000 r-xp 00000000 08:12 430062 /usr/lib32/xorg/modules/dri/i965_dri.so
    f6756000-f6768000 r--p 005d6000 08:12 430062 /usr/lib32/xorg/modules/dri/i965_dri.so
    f6768000-f676c000 rw-p 005e8000 08:12 430062 /usr/lib32/xorg/modules/dri/i965_dri.so
    f676c000-f6773000 rw-p 00000000 00:00 0
    f6773000-f6777000 r-xp 00000000 08:12 420598 /usr/lib32/libattr.so.1.1.0
    f6777000-f6778000 r--p 00003000 08:12 420598 /usr/lib32/libattr.so.1.1.0
    f6778000-f6779000 rw-p 00004000 08:12 420598 /usr/lib32/libattr.so.1.1.0
    f6779000-f677d000 r-xp 00000000 08:12 429451 /usr/lib32/libcap.so.2.24
    f677d000-f677e000 rw-p 00003000 08:12 429451 /usr/lib32/libcap.so.2.24
    f677e000-f6794000 r-xp 00000000 08:12 416876 /usr/lib32/libudev.so.1.6.2
    f6794000-f6795000 r--p 00015000 08:12 416876 /usr/lib32/libudev.so.1.6.2
    f6795000-f6796000 rw-p 00016000 08:12 416876 /usr/lib32/libudev.so.1.6.2
    f6796000-f67a3000 r-xp 00000000 08:12 420629 /usr/lib32/libdrm.so.2.4.0
    f67a3000-f67a4000 r--p 0000c000 08:12 420629 /usr/lib32/libdrm.so.2.4.0
    f67a4000-f67a5000 rw-p 0000d000 08:12 420629 /usr/lib32/libdrm.so.2.4.0
    f67a5000-f67a9000 r-xp 00000000 08:12 420641 /usr/lib32/libXxf86vm.so.1.0.0
    f67a9000-f67aa000 r--p 00004000 08:12 420641 /usr/lib32/libXxf86vm.so.1.0.0
    f67aa000-f67ab000 rw-p 00005000 08:12 420641 /usr/lib32/libXxf86vm.so.1.0.0
    f67ab000-f67ac000 r-xp 00000000 08:12 420645 /usr/lib32/libxshmfence.so.1.0.0
    f67ac000-f67ad000 r--p 00000000 08:12 420645 /usr/lib32/libxshmfence.so.1.0.0
    f67ad000-f67ae000 rw-p 00001000 08:12 420645 /usr/lib32/libxshmfence.so.1.0.0
    f67ae000-f67b4000 r-xp 00000000 08:12 417564 /usr/lib32/libxcb-sync.so.1.0.0
    f67b4000-f67b5000 r--p 00005000 08:12 417564 /usr/lib32/libxcb-sync.so.1.0.0
    f67b5000-f67b6000 rw-p 00006000 08:12 417564 /usr/lib32/libxcb-sync.so.1.0.0
    f67b6000-f67b9000 r-xp 00000000 08:12 417562 /usr/lib32/libxcb-shape.so.0.0.0
    f67b9000-f67ba000 r--p 00002000 08:12 417562 /usr/lib32/libxcb-shape.so.0.0.0
    f67ba000-f67bb000 rw-p 00003000 08:12 417562 /usr/lib32/libxcb-shape.so.0.0.0
    f67bb000-f67c4000 r-xp 00000000 08:12 417559 /usr/lib32/libxcb-render.so.0.0.0
    f67c4000-f67c5000 r--p 00008000 08:12 417559 /usr/lib32/libxcb-render.so.0.0.0
    f67c5000-f67c6000 rw-p 00009000 08:12 417559 /usr/lib32/libxcb-render.so.0.0.0
    f67c6000-f67cd000 r-xp 00000000 08:12 417567 /usr/lib32/libxcb-xfixes.so.0.0.0
    f67cd000-f67ce000 r--p 00006000 08:12 417567 /usr/lib32/libxcb-xfixes.so.0.0.0
    f67ce000-f67cf000 rw-p 00007000 08:12 417567 /usr/lib32/libxcb-xfixes.so.0.0.0
    f67cf000-f67dd000 r-xp 00000000 08:12 417557 /usr/lib32/libxcb-randr.so.0.1.0
    f67dd000-f67de000 r--p 0000d000 08:12 417557 /usr/lib32/libxcb-randr.so.0.1.0
    f67de000-f67df000 rw-p 0000e000 08:12 417557 /usr/lib32/libxcb-randr.so.0.1.0
    f67df000-f67e1000 r-xp 00000000 08:12 417555 /usr/lib32/libxcb-present.so.0.0.0
    f67e1000-f67e2000 r--p 00001000 08:12 417555 /usr/lib32/libxcb-present.so.0.0.0
    f67e2000-f67e3000 rw-p 00002000 08:12 417555 /usr/lib32/libxcb-present.so.0.0.0
    f67e3000-f67e5000 r-xp 00000000 08:12 417554 /usr/lib32/libxcb-dri3.so.0.0.0
    f67e5000-f67e6000 r--p 00001000 08:12 417554 /usr/lib32/libxcb-dri3.so.0.0.0
    f67e6000-f67e7000 rw-p 00002000 08:12 417554 /usr/lib32/libxcb-dri3.so.0.0.0
    f67e7000-f67eb000 r-xp 00000000 08:12 417553 /usr/lib32/libxcb-dri2.so.0.0.0
    f67eb000-f67ec000 r--p 00003000 08:12 417553 /usr/lib32/libxcb-dri2.so.0.0.0
    f67ec000-f67ed000 rw-p 00004000 08:12 417553 /usr/lib32/libxcb-dri2.so.0.0.0
    f67ed000-f6806000 r-xp 00000000 08:12 417556 /usr/lib32/libxcb-glx.so.0.0.0
    f6806000-f6807000 r--p 00018000 08:12 417556 /usr/lib32/libxcb-glx.so.0.0.0
    f6807000-f6808000 rw-p 00019000 08:12 417556 /usr/lib32/libxcb-glx.so.0.0.0
    f6808000-f6809000 r-xp 00000000 08:12 420564 /usr/lib32/libX11-xcb.so.1.0.0
    f6809000-f680a000 r--p 00000000 08:12 420564 /usr/lib32/libX11-xcb.so.1.0.0
    f680a000-f680b000 rw-p 00001000 08:12 420564 /usr/lib32/libX11-xcb.so.1.0.0
    f680b000-f680f000 r-xp 00000000 08:12 420569 /usr/lib32/libXfixes.so.3.1.0
    f680f000-f6810000 r--p 00003000 08:12 420569 /usr/lib32/libXfixes.so.3.1.0
    f6810000-f6811000 rw-p 00004000 08:12 420569 /usr/lib32/libXfixes.so.3.1.0
    f6811000-f6813000 r-xp 00000000 08:12 420589 /usr/lib32/libXdamage.so.1.1.0
    f6813000-f6814000 r--p 00001000 08:12 420589 /usr/lib32/libXdamage.so.1.1.0
    f6814000-f6815000 rw-p 00002000 08:12 420589 /usr/lib32/libXdamage.so.1.1.0
    f6815000-f6828000 r-xp 00000000 08:12 420581 /usr/lib32/libXext.so.6.4.0
    f6828000-f6829000 r--p 00012000 08:12 420581 /usr/lib32/libXext.so.6.4.0
    f6829000-f682a000 rw-p 00013000 08:12 420581 /usr/lib32/libXext.so.6.4.0
    f682a000-f683b000 r-xp 00000000 08:12 429761 /usr/lib32/libglapi.so.0.0.0
    f683b000-f683d000 r--p 00011000 08:12 429761 /usr/lib32/libglapi.so.0.0.0
    f683d000-f6842000 rwxp 00013000 08:12 429761 /usr/lib32/libglapi.so.0.0.0
    f6842000-f6843000 rwxp 00000000 00:00 0
    f6843000-f6869000 r-xp 00000000 08:12 419481 /usr/lib32/libexpat.so.1.6.0
    f6869000-f686b000 r--p 00026000 08:12 419481 /usr/lib32/libexpat.so.1.6.0
    f686b000-f686c000 rw-p 00028000 08:12 419481 /usr/lib32/libexpat.so.1.6.0
    f686c000-f690f000 r-xp 00000000 08:12 430044 /usr/lib32/mesa/libGL.so.1.2.0
    f690f000-f6911000 r--p 000a2000 08:12 430044 /usr/lib32/mesa/libGL.so.1.2.0
    f6911000-f6916000 rwxp 000a4000 08:12 430044 /usr/lib32/mesa/libGL.so.1.2.0
    f6916000-f6937000 rw-p 00000000 00:00 0
    f6937000-f696e000 r-xp 00000000 08:05 8259514 /home/jackson/.local/share/Steam/ubuntu12_32/crashhandler.so
    f696e000-f696f000 r--p 00037000 08:05 8259514 /home/jackson/.local/share/Steam/ubuntu12_32/crashhandler.so
    f696f000-f6970000 rw-p 00038000 08:05 8259514 /home/jackson/.local/share/Steam/ubuntu12_32/crashhandler.so
    f6970000-f6d49000 rw-p 00000000 00:00 0
    f6d49000-f6e7a000 r--p 00200000 08:12 567993 /usr/lib/locale/locale-archive
    f6e7a000-f707a000 r--p 00000000 08:12 567993 /usr/lib/locale/locale-archive
    f707a000-f707d000 rw-p 00000000 00:00 0
    f707d000-f7082000 r-xp 00000000 08:05 8259547 /home/jackson/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXdmcp.so.6.0.0
    f7082000-f7083000 r--p 00004000 08:05 8259547 /home/jackson/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXdmcp.so.6.0.0
    f7083000-f7084000 rw-p 00005000 08:05 8259547 /home/jackson/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXdmcp.so.6.0.0
    f7084000-f7085000 rw-p 00000000 00:00 0
    f7085000-f7087000 r-xp 00000000 08:05 8259553 /home/jackson/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXau.so.6.0.0
    f7087000-f7088000 r--p 00001000 08:05 8259553 /home/jackson/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXau.so.6.0.0
    f7088000-f7089000 rw-p 00002000 08:05 8259553 /home/jackson/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libXau.so.6.0.0
    f7089000-f70a2000 r-xp 00000000 08:05 8783196 /home/jackson/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libgcc_s.so.1
    f70a2000-f70a3000 r--p 00018000 08:05 8783196 /home/jackson/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libgcc_s.so.1
    f70a3000-f70a4000 rw-p 00019000 08:05 8783196 /home/jackson/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libgcc_s.so.1
    f70a4000-f70c4000 r-xp 00000000 08:05 8259555 /home/jackson/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libxcb.so.1.1.0
    f70c4000-f70c5000 r--p 0001f000 08:05 8259555 /home/jackson/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libxcb.so.1.1.0
    f70c5000-f70c6000 rw-p 00020000 08:05 8259555 /home/jackson/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libxcb.so.1.1.0
    f70c6000-f7277000 r-xp 00000000 08:12 418082 /usr/lib32/libc-2.20.so
    f7277000-f727a000 r--p 001b0000 08:12 418082 /usr/lib32/libc-2.20.so
    f727a000-f727c000 rw-p 001b3000 08:12 418082 /usr/lib32/libc-2.20.so
    f727c000-f727f000 rw-p 00000000 00:00 0
    f727f000-f7297000 r-xp 00000000 08:12 418060 /usr/lib32/libpthread-2.20.so
    f7297000-f7299000 r--p 00017000 08:12 418060 /usr/lib32/libpthread-2.20.so
    f7299000-f729a000 rw-p 00019000 08:12 418060 /usr/lib32/libpthread-2.20.so
    f729a000-f729c000 rw-p 00000000 00:00 0
    f729c000-f7379000 r-xp 00000000 08:05 8259550 /home/jackson/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6.0.18
    f7379000-f737d000 r--p 000dc000 08:05 8259550 /home/jackson/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6.0.18
    f737d000-f737e000 rw-p 000e0000 08:05 8259550 /home/jackson/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6.0.18
    f737e000-f7385000 rw-p 00000000 00:00 0
    f7385000-f7388000 r-xp 00000000 08:12 418412 /usr/lib32/libdl-2.20.so
    f7388000-f7389000 r--p 00002000 08:12 418412 /usr/lib32/libdl-2.20.so
    f7389000-f738a000 rw-p 00003000 08:12 418412 /usr/lib32/libdl-2.20.so
    f738a000-f73d5000 r-xp 00000000 08:12 418413 /usr/lib32/libm-2.20.so
    f73d5000-f73d6000 r--p 0004a000 08:12 418413 /usr/lib32/libm-2.20.so
    f73d6000-f73d7000 rw-p 0004b000 08:12 418413 /usr/lib32/libm-2.20.so
    f73d7000-f73de000 r-xp 00000000 08:12 418416 /usr/lib32/librt-2.20.so
    f73de000-f73df000 r--p 00007000 08:12 418416 /usr/lib32/librt-2.20.so
    f73df000-f73e0000 rw-p 00008000 08:12 418416 /usr/lib32/librt-2.20.so
    f73e0000-f73e1000 rw-p 00000000 00:00 0
    f73e1000-f7511000 r-xp 00000000 08:05 8259548 /home/jackson/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libX11.so.6.3.0
    f7511000-f7512000 r--p 00130000 08:05 8259548 /home/jackson/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libX11.so.6.3.0
    f7512000-f7514000 rw-p 00131000 08:05 8259548 /home/jackson/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libX11.so.6.3.0
    f7514000-f7516000 rw-p 00000000 00:00 0
    f7516000-f7518000 r--p 00000000 00:00 0 [vvar]
    f7518000-f7519000 r-xp 00000000 00:00 0 [vdso]
    f7519000-f753a000 r-xp 00000000 08:12 418081 /usr/lib32/ld-2.20.so
    f753a000-f753b000 r--p 00021000 08:12 418081 /usr/lib32/ld-2.20.so
    f753b000-f753c000 rw-p 00022000 08:12 418081 /usr/lib32/ld-2.20.so
    f753c000-f7797000 r-xp 00000000 08:05 8259559 /home/jackson/.local/share/Steam/ubuntu12_32/steam
    f7797000-f779f000 r--p 0025b000 08:05 8259559 /home/jackson/.local/share/Steam/ubuntu12_32/steam
    f779f000-f77a5000 rw-p 00263000 08:05 8259559 /home/jackson/.local/share/Steam/ubuntu12_32/steam
    f77a5000-f77c7000 rw-p 00000000 00:00 0
    f8a64000-f9189000 rw-p 00000000 00:00 0 [heap]
    ffa16000-ffa37000 rw-p 00000000 00:00 0 [stack]
    ILocalize::AddFile() failed to load file "public/steambootstrapper_english.txt".
    [2015-01-14 19:47:14] Startup - updater built Aug 26 2014 15:35:42
    No minidump written, nothing to upload.
    /home/jackson/.local/share/Steam/steam.sh: line 730: 3020 Segmentation fault (core dumped) $STEAM_DEBUGGER "$STEAMROOT/$STEAMEXEPATH" "$@"
    Finished uploading minidump (out-of-process): success = yes
    response: CrashID=bp-fff3c159-b736-4dbc-8dba-697e52150114
    What is wrong?
    Last edited by artem.jackson (2015-01-20 09:22:32)

    I am having the same issue. I noticed it about a week ago. I hadn't updated in a bit, so I did. Same problem. When I reboot, it works the first time, but it won't work again after that.
    ● archbook ~ >> steam
    Running Steam on arch 64-bit
    STEAM_RUNTIME is enabled automatically
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Installing breakpad exception handler for appid(steamwebhelper)/version(20141121162341)
    Installing breakpad exception handler for appid(steamwebhelper)/version(1416587021)
    Installing breakpad exception handler for appid(steamwebhelper)/version(1416587021)
    Installing breakpad exception handler for appid(steamwebhelper)/version(20141121162341)
    Installing breakpad exception handler for appid(steamwebhelper)/version(1416587021)
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    FillInMachineIDInfo took a total of 2 milliseconds
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    [0116/192453:ERROR:renderer_main.cc(227)] Running without renderer sandbox
    [0116/192453:ERROR:renderer_main.cc(227)] Running without renderer sandbox
    intel_do_flush_locked failed: Input/output error
    Assert( Assertion Failed: Bad thread local ):/home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/tier0/threadtools.cpp:2678
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Uploading dump (out-of-process) [proxy '']
    /tmp/dumps/assert_20150116192453_13.dmp
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/clientdll/../common/steamservice.cpp (56) : Assertion Failed: m_hServiceLib == NULL
    Assert( Assertion Failed: m_hServiceLib == NULL ):/home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/clientdll/../common/steamservice.cpp:56
    Installing breakpad exception handler for appid(steam)/version(1416617579)
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number
    Uploading dump (out-of-process) [proxy '']
    /tmp/dumps/crash_20150116192454_15.dmp
    Uploading dump (out-of-process) [proxy '']
    /tmp/dumps/assert_20150116192450_1.dmp
    /home/nathan/.local/share/Steam/steam.sh: line 729: 7761 Segmentation fault (core dumped) $STEAM_DEBUGGER "$STEAMROOT/$STEAMEXEPATH" "$@"
    Finished uploading minidump (out-of-process): success = yes
    response: CrashID=bp-357b79c2-3a7c-49bd-9457-35c1b2150116
    Finished uploading minidump (out-of-process): success = yes
    response: CrashID=bp-71fed77c-a074-4bb8-bd0e-b9dff2150116
    Finished uploading minidump (out-of-process): success = no
    error: Failure when receiving data from the peer

  • [Solved] Fresh install; HAL won't start?

    So I just finished a fresh installation and now I can't start X because HAL won't start up at all.
    I haven't messed around with anything except for installing everything and fixing up my config files.
    Seems like HAL is crashing because of permissions but I even checked the paths and they seem to be fine:
    hald --daemon=no --verbose=yes
    01:08:41.090 [i] hald.c:673: hal 0.5.14
    01:08:41.090 [i] hald.c:674: using child timeout 250s
    01:08:41.090 [i] hald.c:739: Will not daemonize
    01:08:41.090 [i] hald_dbus.c:5444: local server is listening at unix:abstract=/var/run/hald/dbus-uBDySnOMjt,guid=33e68e9ab5cc00ac1ce4ba92000008c1
    01:08:41.091 [i] hald_runner.c:304: Runner has pid 1695
    Runner started - allowed paths are '/usr/lib/hal:/usr/lib/hal/scripts:/usr/bin'
    01:08:41.093 [i] hald_runner.c:184: runner connection is 0x17da830
    01:08:41.097 [W] osspec.c:393: Unable to open /proc/mdstat: No such file or directory
    ** (process:1694): WARNING **: Failed to add monitor on '/usr/share/hal/fdi/preprobe': Permission denied
    ** (process:1694): WARNING **: Failed to add monitor on '/etc/hal/fdi/preprobe': Permission denied
    ** (process:1694): WARNING **: Failed to add monitor on '/usr/share/hal/fdi/information': Permission denied
    ** (process:1694): WARNING **: Failed to add monitor on '/etc/hal/fdi/information': Permission denied
    ** (process:1694): WARNING **: Failed to add monitor on '/usr/share/hal/fdi/policy': Permission denied
    ** (process:1694): WARNING **: Failed to add monitor on '/etc/hal/fdi/policy': Permission denied
    22:08:41.098 [i] mmap_cache.c:126: Regenerating fdi cache..
    Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
    Could not get password database information for UID of current process: User "???" unknown or no memory to allocate password entry
    22:08:41.099 [E] hald_runner.c:888: Error running 'hald-generate-fdi-cache': org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
    22:08:41.099 [i] mmap_cache.c:104: In regen_cache_cb exit_type=2, return_code=0
    22:08:41.099 [E] mmap_cache.c:153: fdi cache regeneration failed!
    22:08:41.099 [i] mmap_cache.c:156: fdi cache generation done
    22:08:41.099 [i] mmap_cache.c:278: cache mtime is 0
    *** [DIE] osspec.c:osspec_init():449 : Unable to read /proc/mounts
    Can't find anything worthwhile in logs etc., and I can't think of anything that could be causing this?
    I checked that the HAL user exists and has been added to the default groups, but that "???"-part is alarming.
    DBus starts up normally.
    Networking and "lo" seem to be working fine as well, and I don't have iptables up.
    Last edited by initbox (2011-07-05 16:59:36)

    tomk wrote:Update your system - xorg does not depend on hal anymore. hal is obsolete.
    Ah, haven't been up to date on all the changes, it seems...
    In the past I've had problems with the nvidia driver + Xorg without HAL, I think?
    Anyhow, contrary to the Xorg page, I had no 20-nvidia.conf. I created that and now I'm able to startx without HAL but KDM doesn't work, the screen flickers when it attempts to start Xorg but then it crashes. Strange. Nothing in the Xorg logs either.
    I'll have to see about that next, but it's nice to be able to get rid of HAL at least.

  • [SOLVED] Fresh install unable to login via KDM

    Hi,
    This is my first time installing Archlinux but I'm having problems getting past kdm.
    Initially, while doing some testing before initializing kdm to startup on boot, I was able to go into KDE via startx, I added kdm and now it doesn't work.
    KDM does start, and when it goes in, when I enter my login info and login, it pops me back at the login screen.
    Things I've done:
    1) Cleared my home directory
    2) Checked /var/log/kdm.log
    It seems that on every successful login, it appends this chunk into log:
    record: RECORD extension enabled at configure time.
    record: This extension is known to be broken, disabling extension now..
    record: http://bugs.freedesktop.org/showbug.cgi?id=20500
    I don't know how I can proceed now.
    Any help?
    Edit: However, if I kill kdm, and run startx, I get right into KDE.
    Edit: So HAL wasn't added to rc.conf. My bad.
    Last edited by nubity (2009-11-29 09:32:15)

    Okay, some progress: reinstalled dbus and now I'm able to login using kdm and a new user account.
    I'm now trying to figure out what makes the new user different. Assuming it is some config file, I already renamed some directories to exclude them, but no success yet.
    Any ideas what could cause the problrm? Here's a list of my current dot-folders:
    .bash_history
    .bash_profile
    .bashrc
    .bzr.log
    .cache
    .ccache
    .cddb
    .config
    .conkyrc
    .cups
    .dbus
    .directory
    .dmrc
    .eclipse
    .fontconfig
    .fonts.conf
    .fprint
    .gconf
    .gconfd
    .gimp-2.6
    .gitconfig
    .gnome2
    .gnupg
    .googleearth
    .gstreamer-0.10
    .gtk-bookmarks
    .gtk-custom-papers
    .gtkrc-2.0
    .htoprc
    .icedteaplugin
    .icons
    .java
    .jd
    .lesshst
    .local
    .macromedia
    .mednafen
    .mkvtoolnix
    .mozilla
    .mplayer
    .netx
    .nv
    .Osmos
    .pki
    .pulse-cookie
    .purple
    .ramdisks
    .recently-used
    .recently-used.xbel
    .sane
    .shoijfg.swp
    .sqlite_history
    .ssh
    .subversion
    .thumbnails
    .thunderbird
    .TrueCrypt
    .unison
    .vim
    .viminfo
    .vimrc
    .VirtualBox
    .wallpaper
    .WorldOfGoo
    .Xauthority
    .xine
    .xinitrc
    .xsession-errors

  • [SOLVED] fresh install, xorg produces segmentation fault, latitude xt

    Hi All,
    I just installed arch for the first time on my latitude xt. I followed exactly the beginner guide and everything works fine. But I cant get xorg running.
    My graphic-card is: ATI Radeon Xpress 1250 (Graphics Core RV410)
    I installed the open-source driver
    pacman -S xf86-video-ati
    ~/.xinitrc http://paste.pocoo.org/show/307856/
    /etc/X11/xorg.conf http://paste.pocoo.org/show/307857/
    /var/log/Xorg.0.log http://paste.pocoo.org/show/307862/
    /var/log/Xorg.0.log.old http://paste.pocoo.org/show/307863/
    lspci http://paste.pocoo.org/show/307867/
    startx http://paste.pocoo.org/show/307873/
    Please help me. I am stuck on this for several days now.
    Last edited by lxs (2010-12-21 15:53:51)

    I added this line after my screen always went black during installation. Somebody mentioned that, and i added it without really knowing what this does. I forgot comletely about this.
    Thank you so much, everything is working now!

  • [SOLVED] Fresh Install Error - Issue with PGP Key 4096R/753E0F1F

    Hello Guys,
    This is my first topic. I have done all the research in this forum and in Google for the issue, with no luck in finding a solution. I have done several Arch linux installs before on Virtual Machines and PC's all of them working properly, except for this one that I can not get to pass the install phase.
    Description of Hardware:
    HP Laptop Pavilion Entertainment PC dv2-1030us
    Athlon AMD Processor
    4 GB RAM
    300GB HD
    ATI Video Card
    Broadcom wireless Card (Default drivers Not Working)
    Wired Network Card (Working)
    I'm trying to install Arch from USB drive created from another arch machine via:
    sudo dd if=/name_of_file.iso of=/dev/sdX
    Using Arch Version:
    Current Release: 2014.08.01
    Included Kernel: 3.15.7
    ISO Size: 559.0 MB
    The above bootleable USB drive have been used to install Arch in another machine currently running it.
    After creating the partitions on the drive, namely:
    BOOT
    SWAP
    ROOT
    HOME
    And formatting them accordingly to the install guide, and having the system ready to download all the base and base-devel packages via:
    pacstrap -i /mnt base base-devel
    Right after it finishes downloading I get the following error:
    downloading required keys in keyring...
    :: Import PGP key 4096R/753E0F1F, "Anatol Pomozov <[email protected]>", created: 2014-02-04? [Y/n] y
    error: key "Anatol Pomozov <[email protected]>" could not be imported
    error: required key missing from keyring
    error: failed to commit transaction (unexpected error)
    Errors occurred, no packages were installed.
    ==> ERROR: Failed to install packages to new root
    I first ignored the error and then tried to proceed with the installation process and executed the following sequences of commands:
    genfstab -U -p /mnt >> /mnt/etc/fstab
    and then tried to chroot with:
    arch-chroot /mnt
    Then i got the following error:
    mount: mount point /mnt/etc/resolv.conf does not exist
    chroot: failed to run command "/bin/sh": No such file or directory
    Here is list of the Topics i Found in this forum that throw some light into the issue, some of the solutions I have tried with no luck at all:
    https://bbs.archlinux.org/viewtopic.php?id=185089
    https://bbs.archlinux.org/viewtopic.php?id=181057
    https://bbs.archlinux.org/viewtopic.php?id=178185
    I hope you can help find a direction where to start fixing this issue, since i feel pretty lost right now. By the way I'm a Newbie in the Arch Linux world, so there are a lot of thing that are not that obvious to me...
    Thank you in advance.
    Last edited by alejandroccs (2014-08-20 21:12:13)

    I've had the same issue with an (outdated) Arch Linux iso. As far as I am aware, it is caused by pacman's keys becoming out of date.
    I've managed to get around this before, but the exact method eludes me.
    You could try just updating the archlinux-keyring package, by refreshing pacman (pacman -Sy), then reinstalling only that package (try pacman -S archlinux-keyring).
    Then you should be able to continue as normal.
    Note that this only affects the CD filesystem in RAM - it will not persists across reboots using the CD.
    The reason why this might work is that the package archlinux-keyring might not be signed by the key you were having issues with. If it still fails, you could temporarily set the SigLevel for the core repo to 'Never', however this does disable package signing, at least until you reset the SigLevel.
    Unfortunately, I could not replicate the problem in a Qemu VM, so I'm not sure how good my method is. Hopefully, it fixes the problem.
    Here are some links that might help shed some light:
    http://calvinx.com/category/unix-linux/archlinux/
    https://wiki.archlinux.org/index.php/Pacman-key
    Hopefully this is helpful!
    pypi

  • [SOLVED] Fresh install, Two failures and hang

    Solution: Needed to mount my boot partition (EF filesystem) to /boot/efi instead of /boot. Using rEFInd
    Hi, so I've read the beginners guide inside and out and I'm having the most difficult time installing arch.
    I've probably wiped it at least a dozen times and everything seems like it is going to start up and I get a few failures on startup which results in a hang afterwards
    1)
    [FAILED] Failed to start Create Volatile Files and Directories.
    see 'systemctl status systemd-tmpfiles-setup.service' for details.
    2) (this one cycles 6 times before hang)
    [FAILED] Failed to start login service.
    See 'systemctl statuse systemd-logind.service' for details.
    x6
    Then I get
    [OK] Reached Target Multi-User System.
    [OK] Reached target graphical interface.
    then the hang where I can't do anything but hold down my power button.
    I tried restarting the system with my liveCD (usb) and mounting up my directories and looking into the systemd files but they just say they load ok and there aren't any issues.
    I've scoured google and really can't find anything to fix this issue. Any advice would be welcome for sure!
    I know I can install Arch on this laptop because I was successful once. But then I wiped it to try out OpenSUSE, and since then I can't get passed these errors.
    Thanks in advance!
    Last edited by 15goudreau (2014-06-28 16:45:53)

    15goudreau wrote:
    efibootmgr displays
    BootCurrent: 0004
    timeout: 2 seconds
    bootorder: 0001,0000,0002,0003,0004
    boot0000* linux boot manager
    boot0001* linux boot manager
    boot0002* CD/DVD Drive
    boot0003* Hard drive
    boot0004* UEFI:Sandisk U3 Titanium 3.27
    Edit: Because there are two linux boot managers that prompted me to explore them in my options. The first one 0000 returns an error saying a bootable device needs to be inserted. The second one 0001 loads the boot screen but displays the error. My harddrive just displays a blinking cursor that doesn't do anything. Almost as though after the errors I get through the linux boot manager, it passes on to my hard drive and it can't do anything....
    ran the create microsoft directory code and such. Rebooted. No change. I'm going to run the other debug things you mentioned.
    Tried booting from UEFI shell. When I ran cd \EFI\arch I get "target directory not found" and \EFI\archlinux also gets target directory not found
    OK it is not entirely clear what the boot process is doing here and it looks like the most likely problem is a gummiboot config error.  Your boot order in the efibootmgr command shows that entry 0001 is the first one that it will try which you have as "linux boot manager" - which presumably will find the gummiboot entry but perhaps it is not configured correctly.  Certainly you don't have any \EFI\arch or \EFI\archlinux directories since you previously quoted the contents of the /boot/EFI/ directory using the ls -l command. in \EFI\ there are only a Boot and a Gummiboot directory.
    I am not clear why you had to run the command that created the boot entries twice but presumably the entry at boot0000 is likely invalid from the first attempt. You can use the efibootmgr command to delete nvram entries as well as recreate them.  I expect it might be a good idea to delete entry 0000, and maybe also 0001 and then create a new entry yourself using the efibootmgr command.
    When you say that entry 0001 "loads the boot screen" - do you mean that it does successfully start the gummiboot bootloader but that gummiboot then fails to load the kernel? If so then that would suggest that the problem lies with the gummiboot configuration files, but that the uefi boot process does start correctly and loads gummiboot.  If that is the case then I would probably delete the nvram entry 0000 and then make sure that the default order was showing that the first entry that will be tried will be gummiboot (which seems to have its entry as "linux boot manager".  I don't use gummiboot myself so I don't have knowledge of what its boot screen looks like. 
    You can use the efibootmgr command to write a new entry similar to :
    efibootmgr -c -d /dev/sdX -p Y -l /EFI/Gummiboot/gummiboot.efi -L "Gummiboot"
    where sdX is the drive you have for ESP, and Y is the partition number. So in your case sdX is sda and Y is 3 if your partitions are as you reported previously. Using this command will then give an entry in the nvram called Gummiboot rather than "linux boot manager".  For the meaning of the parameters see the output of the command "man efibootmgr".
    Check the man command for efibootmgr to see how to remove and reorder the boot entries in nvram. Make sure that the entries and boot order are sane before trying to reboot. Also make sure you only delete the entries that you created and not the ones that will boot to the usbkey or the CD.
    If this does start Gummiboot correctly then you need to diagnose why gummiboot is not loading the arch kernel correctly. You can follow the wiki page at https://wiki.archlinux.org/index.php/Gummiboot and set up a manual entry to load the arch kernel as the file /boot/loader/entries/arch.conf containing:
    title Arch Linux
    linux /vmlinuz-linux
    initrd /initramfs-linux.img
    options root=PARTUUID=14420948-2cea-4de7-b042-40f67c618660 rw
    Here the PARTUUID value to the right of the = sign is the value relating to your root partition which is in your case the output of
    blkid -s PARTUUID -o value /dev/sda1
    Perhaps this will help pinpoint where the problem lies.  Certainly it is looking increasingly like your gummiboot config files are where the boot fails.
    If you did want to try to launch your arch kernel from the uefi shell then boot to uefi shell v2 as you seem to have tried before. In your case you will need to tell the uefi shell where the kernel and initrd files are so presuming that your files system is defined as fs0 then from the shell in your case it would then be:
    > fs0:
    > cd \EFI\
    > vmlinuz-linux root=PARTUUID=14420948-2cea-4de7-b042-40f67c618660 rootfstype=ext4 add_efi_memmap initrd=EFI/initramfs-linux-img
    Since the kernel and initrd files in your case are named  vmlinuz-linux and initramfs-linux-img respectively.  Again the numerical value of the PARTUUID is as before the output of the blkid I quoted before.
    You only need to change directory to \EFI\ since your kernel and initrd are in /boot in your case.  All of these commands have to be carefully adapted to your specific case and can't just be cut and pasted from the wiki entry which only has sample commands in many cases.
    I hope this helps.
    Last edited by mcloaked (2014-06-23 16:53:35)

  • [SOLVED] Just installed KDE 4.6, desktop effects don't work.

    When I try to enable KDE's desktop effects the screen goes haywire and everything is black with nasty distorted lines. Then everything returns after a little while and KDE shows a popup notification saying that "desktop effects were too slow and have been suspended...".
    I'm pretty sure my xorg.conf is configured perfectly, I've read everything there is to know about that. I was previously on Gnome with Compiz working flawlessly, so I have a feeling its not a video problem. There's always a small chance I could be wrong though.
    Could it be a video driver problem? If so, what should I do about that?
    Any idea what might be wrong?
    Last edited by amadar (2011-04-24 23:25:03)

    I'm using xf86-video-ati with my ATI card.
    I initially tried Gnome, but for some reason, gnome-shell just wouldn't start, so that why I ended up trying KDE. Once in KDE, i had this described problem.I couldn't fix it, and it was crashing (100% CPU usage sometimes), so I switched back to Gnome 3 to attempt to get the shell running. Finally, I figured out that you must not add "nomodeset" to the kernel boot line in order for gnome-shell to work, so I removed that from the end of my line and gnome-shell worked!
    It might be possible that this is the solution for the KDE graphic problem as well... I'm testing it right now, i'll be back to post it after the restart...
    Last edited by amadar (2011-04-24 23:03:03)

  • [SOLVED]fresh install of arch 2009.2, but can't install xfce4

    Hello all,
    I'm not new to Linux or any of the *BSD's, been at it for quite a few years. I am new to Arch, though.
    I really like what I've learned about it so far, and really want to embrace it as a main system, but I'm having a hard time getting off the ground. I want to install xfce4, but I keep getting this error:
    xfce4-settings: conflicts with xfce-mcs-manager
    It errors-out immediately. I read about a similar error in this forum, but never really discovered a fix.
    Please help, and much appreciated in advance.
    Last edited by neodaemon (2009-03-07 21:02:05)

    Wintervenom wrote:Make sure you're using a recently-synced mirror, then say "no" to installing the whole group, and to the mcs packages, notification-daemon-xfce, (new xfce4-notifyd conflicts with this) and xfce4-screenshooter-plugin (new xfce4-screenshooter conflicts with this).
    You could be a little more specific.
    Conflicting packages are:
    libxfce4mcs
    xfce-mcs-manager
    xfce-mcs-plugins
    And some more conflicts in the optional xfce4-goodies group:
    notification-daemon-xfce
    xfce4-screenshooter-plugin
    xfce4-xmms-plugin
    Those packages should be ignored for a successful XFCE 4.6 installation.

  • Can't login after fresh installing gnome using gdm 3.2 [SOLVED]

    I don't know if this topic was already solved, I hope someone can help me about this. I have a fresh install of arch linux (just yesterday) and installed gnome and gnome-extra packages. As usual, I go with the procedure of editing my .xinitrc (exec ck-launch-session dbus-launch gnome-session), rc.conf (...dbus networkmanager...), inittab (runlvl 5, x:5......gdm). After a reboot, gdm screen appeared, I can't find my account, then there were two choices, "Sign in" and "Not listed..."). I clicked Not listed, then entered my user and password, after that, it responded: Authentication failure/failed... or something like that. I tried it again and it's the same. Temporarily, I'm using startx or slim (depends on my mood). Can anyone help me?
    here's my gdm's 0.log and 0-greeter.log respectively:
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at [url]http://bugs.freedesktop.org[/url]/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See [url]http://wiki.x.org/wiki/GitPage[/url] for git access instructions.
    X.Org X Server 1.11.1.901 (1.11.2 RC 1)
    Release Date: 2011-10-14
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.0-ARCH i686
    Current Operating System: Linux espionage 3.0-ARCH #1 SMP PREEMPT Wed Oct 19 12:14:48 UTC 2011 i686
    Kernel command line: root=/dev/disk/by-uuid/9645b27b-41ee-461a-b4f0-f5ba1794542c ro initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
    Build Date: 24 October 2011 12:26:09PM
    Current version of pixman: 0.22.2
    Before reporting problems, check [url]http://wiki.x.org[/url]
    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: Thu Oct 27 19:43:23 2011
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    (==) No Layout section. Using the first Screen section.
    (==) No screen section available. Using defaults.
    (**) |-->Screen "Default Screen Section" (0)
    (**) | |-->Monitor "<default monitor>"
    (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    Entry deleted from font path.
    (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    (--) PCI:*(0:0:2:0) 8086:27a2:1025:012f rev 3, Mem @ 0xdc100000/524288, 0xc0000000/268435456, 0xdc200000/262144, I/O @ 0x00001800/8
    (--) PCI: (0:0:2:1) 8086:27a6:1025:012f rev 3, Mem @ 0xdc180000/524288
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.11.1.901, module version = 1.0.0
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.11.1.901, module version = 1.0.0
    (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.11.1.901, module version = 1.0.0
    (==) AIGLX enabled
    (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.11.1.901, module version = 1.13.0
    (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.11.1.901, module version = 1.0.0
    (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.11.1.901, module version = 1.2.0
    (==) Matched intel as autoconfigured driver 0
    (==) Matched vesa as autoconfigured driver 1
    (==) Matched fbdev as autoconfigured driver 2
    (==) Assigned the driver to the xf86ConfigLayout
    (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    (II) Module intel: vendor="X.Org Foundation"
    compiled for 1.10.99.902, module version = 2.16.0
    (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    (II) Module vesa: vendor="X.Org Foundation"
    compiled for 1.11.1, module version = 2.3.0
    (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    (II) Module fbdev: vendor="X.Org Foundation"
    compiled for 1.10.99.902, module version = 0.4.2
    (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
    (II) VESA: driver for VESA chipsets: vesa
    (II) FBDEV: driver for framebuffer: fbdev
    (++) using VT number 7
    (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    (WW) Falling back to old probe method for vesa
    (WW) Falling back to old probe method for fbdev
    (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    (II) Module fbdevhw: vendor="X.Org Foundation"
    compiled for 1.11.1.901, module version = 0.0.2
    (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    (==) intel(0): Depth 24, (--) framebuffer bpp 32
    (==) intel(0): RGB weight 888
    (==) intel(0): Default visual is TrueColor
    (II) intel(0): Integrated Graphics Chipset: Intel(R) 945GM
    (--) intel(0): Chipset: "945GM"
    (**) intel(0): Relaxed fencing disabled
    (**) intel(0): Wait on SwapBuffers? enabled
    (**) intel(0): Triple buffering? enabled
    (**) intel(0): Framebuffer tiled
    (**) intel(0): Pixmaps tiled
    (**) intel(0): 3D buffers tiled
    (**) intel(0): SwapBuffers wait enabled
    (==) intel(0): video overlay key set to 0x101fe
    (II) intel(0): Output LVDS1 has no monitor section
    (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
    (II) intel(0): Output VGA1 has no monitor section
    (II) intel(0): Output TV1 has no monitor section
    (II) intel(0): EDID for output LVDS1
    (II) intel(0): Manufacturer: SEC Model: 4442 Serial#: 0
    (II) intel(0): Year: 2006 Week: 0
    (II) intel(0): EDID Version: 1.3
    (II) intel(0): Digital Display Input
    (II) intel(0): Max Image Size [cm]: horiz.: 30 vert.: 19
    (II) intel(0): Gamma: 2.20
    (II) intel(0): No DPMS capabilities specified
    (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    (II) intel(0): First detailed timing is preferred mode
    (II) intel(0): redX: 0.580 redY: 0.340 greenX: 0.310 greenY: 0.550
    (II) intel(0): blueX: 0.155 blueY: 0.155 whiteX: 0.313 whiteY: 0.329
    (II) intel(0): Manufacturer's mask: 0
    (II) intel(0): Supported detailed timing:
    (II) intel(0): clock: 68.9 MHz Image Size: 303 x 190 mm
    (II) intel(0): h_active: 1280 h_sync: 1292 h_sync_end 1356 h_blank_end 1408 h_border: 0
    (II) intel(0): v_active: 800 v_sync: 803 v_sync_end 806 v_blanking: 816 v_border: 0
    (II) intel(0): Unknown vendor-specific block f
    (II) intel(0): SAMSUNG
    (II) intel(0): LTN141W3-L01
    (II) intel(0): EDID (in hex):
    (II) intel(0): 00ffffffffffff004ca3424400000000
    (II) intel(0): 00100103801e13780a87f594574f8c27
    (II) intel(0): 27505400000001010101010101010101
    (II) intel(0): 010101010101ee1a0080502010300c40
    (II) intel(0): 33002fbe100000190000000f00000000
    (II) intel(0): 00000000002387026400000000fe0053
    (II) intel(0): 414d53554e470a2020202020000000fe
    (II) intel(0): 004c544e31343157332d4c30310a0064
    (II) intel(0): EDID vendor "SEC", prod id 17474
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1280x800"x0.0 68.94 1280 1292 1356 1408 800 803 806 816 -hsync -vsync (49.0 kHz)
    (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    (II) intel(0): Printing probed modes for output LVDS1
    (II) intel(0): Modeline "1280x800"x60.0 68.94 1280 1292 1356 1408 800 803 806 816 -hsync -vsync (49.0 kHz)
    (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    (II) intel(0): EDID for output VGA1
    (II) intel(0): EDID for output TV1
    (II) intel(0): Output LVDS1 connected
    (II) intel(0): Output VGA1 disconnected
    (II) intel(0): Output TV1 disconnected
    (II) intel(0): Using exact sizes for initial modes
    (II) intel(0): Output LVDS1 using initial mode 1280x800
    (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    (II) intel(0): Kernel page flipping support detected, enabling
    (**) intel(0): Display dimensions: (300, 190) mm
    (**) intel(0): DPI set to (108, 106)
    (II) Loading /usr/lib/xorg/modules/libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.11.1.901, module version = 1.0.0
    (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.11.1.901, module version = 1.2.0
    (II) Unloading vesa
    (II) Unloading fbdev
    (II) Unloading fbdevhw
    (==) Depth 24 pixmap format is 32 bpp
    (II) intel(0): [DRI2] Setup complete
    (II) intel(0): [DRI2] DRI driver: i915
    (II) intel(0): Allocated new frame buffer 1280x800 stride 8192, tiled
    (II) UXA(0): Driver registered support for the following operations:
    (II) solid
    (II) copy
    (II) composite (RENDER acceleration)
    (II) put_image
    (II) get_image
    (==) intel(0): Backing store disabled
    (==) intel(0): Silken mouse enabled
    (II) intel(0): Initializing HW Cursor
    (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (==) intel(0): DPMS enabled
    (==) intel(0): Intel XvMC decoder disabled
    (II) intel(0): Set up textured video
    (II) intel(0): Set up overlay video
    (II) intel(0): direct rendering: DRI2 Enabled
    (==) intel(0): hotplug detection: "enabled"
    (--) RandR disabled
    (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    (II) AIGLX: enabled GLX_INTEL_swap_event
    (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    (II) AIGLX: enabled GLX_SGI_make_current_read
    (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    (II) AIGLX: Loaded and initialized i915
    (II) GLX: Initialized DRI2 GL provider for screen 0
    (II) intel(0): Setting screen physical size to 338 x 211
    (II) config/udev: Adding input device Power Button (/dev/input/event3)
    (**) Power Button: Applying InputClass "evdev keyboard catchall"
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.10.99.902, module version = 2.6.0
    (II) Using input driver 'evdev' for 'Power Button'
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event3"
    (--) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    (II) config/udev: Adding input device Video Bus (/dev/input/event5)
    (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    (II) Using input driver 'evdev' for 'Video Bus'
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (**) Video Bus: always reports core events
    (**) Video Bus: Device: "/dev/input/event5"
    (--) Video Bus: Found keys
    (II) Video Bus: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    (II) No input driver/identifier specified (ignoring)
    (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
    (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    (II) Using input driver 'evdev' for 'Sleep Button'
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (**) Sleep Button: always reports core events
    (**) Sleep Button: Device: "/dev/input/event2"
    (--) Sleep Button: Found keys
    (II) Sleep Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
    (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
    (II) No input driver/identifier specified (ignoring)
    (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event7)
    (II) No input driver/identifier specified (ignoring)
    (II) config/udev: Adding input device A4TECH USB Device (/dev/input/event9)
    (**) A4TECH USB Device: Applying InputClass "evdev keyboard catchall"
    (II) Using input driver 'evdev' for 'A4TECH USB Device'
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (**) A4TECH USB Device: always reports core events
    (**) A4TECH USB Device: Device: "/dev/input/event9"
    (--) A4TECH USB Device: Found 1 mouse buttons
    (--) A4TECH USB Device: Found scroll wheel(s)
    (--) A4TECH USB Device: Found relative axes
    (--) A4TECH USB Device: Found absolute axes
    (--) A4TECH USB Device: Found x and y absolute axes
    (--) A4TECH USB Device: Found keys
    (II) A4TECH USB Device: Configuring as mouse
    (II) A4TECH USB Device: Configuring as keyboard
    (II) A4TECH USB Device: Adding scrollwheel support
    (**) A4TECH USB Device: YAxisMapping: buttons 4 and 5
    (**) A4TECH USB Device: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "A4TECH USB Device" (type: KEYBOARD, id 9)
    (EE) A4TECH USB Device: failed to initialize for relative axes.
    (WW) A4TECH USB Device: found 37 axes, limiting to 36.
    (II) A4TECH USB Device: initialized for absolute axes.
    (**) A4TECH USB Device: (accel) keeping acceleration scheme 1
    (**) A4TECH USB Device: (accel) acceleration profile 0
    (**) A4TECH USB Device: (accel) acceleration factor: 2.000
    (**) A4TECH USB Device: (accel) acceleration threshold: 4
    (II) config/udev: Adding input device A4TECH USB Device (/dev/input/js0)
    (II) No input driver/identifier specified (ignoring)
    (II) config/udev: Adding input device A4TECH USB Device (/dev/input/event10)
    (**) A4TECH USB Device: Applying InputClass "evdev pointer catchall"
    (II) Using input driver 'evdev' for 'A4TECH USB Device'
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (**) A4TECH USB Device: always reports core events
    (**) A4TECH USB Device: Device: "/dev/input/event10"
    (--) A4TECH USB Device: Found 20 mouse buttons
    (--) A4TECH USB Device: Found scroll wheel(s)
    (--) A4TECH USB Device: Found relative axes
    (--) A4TECH USB Device: Found x and y relative axes
    (II) A4TECH USB Device: Configuring as mouse
    (II) A4TECH USB Device: Adding scrollwheel support
    (**) A4TECH USB Device: YAxisMapping: buttons 4 and 5
    (**) A4TECH USB Device: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "A4TECH USB Device" (type: MOUSE, id 10)
    (II) A4TECH USB Device: initialized for relative axes.
    (**) A4TECH USB Device: (accel) keeping acceleration scheme 1
    (**) A4TECH USB Device: (accel) acceleration profile 0
    (**) A4TECH USB Device: (accel) acceleration factor: 2.000
    (**) A4TECH USB Device: (accel) acceleration threshold: 4
    (II) config/udev: Adding input device A4TECH USB Device (/dev/input/mouse1)
    (II) No input driver/identifier specified (ignoring)
    (II) config/udev: Adding input device Acer CrystalEye webcam (/dev/input/event11)
    (**) Acer CrystalEye webcam: Applying InputClass "evdev keyboard catchall"
    (II) Using input driver 'evdev' for 'Acer CrystalEye webcam'
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (**) Acer CrystalEye webcam: always reports core events
    (**) Acer CrystalEye webcam: Device: "/dev/input/event11"
    (--) Acer CrystalEye webcam: Found keys
    (II) Acer CrystalEye webcam: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Acer CrystalEye webcam" (type: KEYBOARD, id 11)
    (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    (--) AT Translated Set 2 keyboard: Found keys
    (II) AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
    (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event8)
    (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
    compiled for 1.11.0, module version = 1.5.0
    (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    (**) SynPS/2 Synaptics TouchPad: always reports core events
    (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
    (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
    (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 0
    (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right scroll-buttons
    (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    (**) SynPS/2 Synaptics TouchPad: always reports core events
    (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
    (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
    (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.040
    (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    (II) No input driver/identifier specified (ignoring)
    (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
    (II) No input driver/identifier specified (ignoring)
    (II) intel(0): EDID vendor "SEC", prod id 17474
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1280x800"x0.0 68.94 1280 1292 1356 1408 800 803 806 816 -hsync -vsync (49.0 kHz)
    (II) intel(0): EDID vendor "SEC", prod id 17474
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1280x800"x0.0 68.94 1280 1292 1356 1408 800 803 806 816 -hsync -vsync (49.0 kHz)
    (II) intel(0): EDID vendor "SEC", prod id 17474
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1280x800"x0.0 68.94 1280 1292 1356 1408 800 803 806 816 -hsync -vsync (49.0 kHz)
    (II) intel(0): EDID vendor "SEC", prod id 17474
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1280x800"x0.0 68.94 1280 1292 1356 1408 800 803 806 816 -hsync -vsync (49.0 kHz)
    (II) intel(0): EDID vendor "SEC", prod id 17474
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1280x800"x0.0 68.94 1280 1292 1356 1408 800 803 806 816 -hsync -vsync (49.0 kHz)
    (II) intel(0): EDID vendor "SEC", prod id 17474
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1280x800"x0.0 68.94 1280 1292 1356 1408 800 803 806 816 -hsync -vsync (49.0 kHz)
    (II) AIGLX: Suspending AIGLX clients for VT switch
    (II) Unloading synaptics
    (II) AT Translated Set 2 keyboard: Close
    (II) Unloading evdev
    (II) Acer CrystalEye webcam: Close
    (II) Unloading evdev
    (II) A4TECH USB Device: Close
    (II) Unloading evdev
    (II) A4TECH USB Device: Close
    (II) Unloading evdev
    (II) Sleep Button: Close
    (II) Unloading evdev
    (II) Video Bus: Close
    (II) Unloading evdev
    (II) Power Button: Close
    (II) Unloading evdev
    Server terminated successfully (0). Closing log file.
    gnome-session[1036]: DEBUG(+): Enabling debugging
    gnome-session[1036]: DEBUG(+): GsmXsmpServer: SESSION_MANAGER=local/espionage:@/tmp/.ICE-unix/1036,unix/espionage:/tmp/.ICE-unix/1036
    gnome-session[1036]: DEBUG(+): GsmShell: Not connected to the shell
    gnome-session[1036]: DEBUG(+): GsmManager: setting client store 0x9fe2638
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Adding handler 1: signum=4 (nil)
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Registering for 4 signals
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Adding handler 2: signum=7 (nil)
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Registering for 7 signals
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Adding handler 3: signum=11 (nil)
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Registering for 11 signals
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Adding handler 4: signum=6 (nil)
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Registering for 6 signals
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Adding handler 5: signum=5 (nil)
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Registering for 5 signals
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Adding handler 6: signum=8 0x8062560
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Registering for 8 signals
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Adding handler 7: signum=1 0x8062560
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Registering for 1 signals
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Adding handler 8: signum=10 0x8062560
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Registering for 10 signals
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Adding handler 9: signum=15 0x8062560
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Registering for 15 signals
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Adding handler 10: signum=2 0x8062560
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Registering for 2 signals
    gnome-session[1036]: DEBUG(+): fill: *** Getting session 'gdm-shell'
    gnome-session[1036]: DEBUG(+): fill: *** Looking if /var/lib/gdm/.config/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[1036]: DEBUG(+): Cannot use session '/var/lib/gdm/.config/gnome-session/sessions/gdm-shell.session': non-existing or invalid file.
    gnome-session[1036]: DEBUG(+): fill: *** Looking if /etc/xdg/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[1036]: DEBUG(+): Cannot use session '/etc/xdg/gnome-session/sessions/gdm-shell.session': non-existing or invalid file.
    gnome-session[1036]: DEBUG(+): fill: *** Looking if /usr/share/gdm/greeter/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[1036]: DEBUG(+): Cannot use session '/usr/share/gdm/greeter/gnome-session/sessions/gdm-shell.session': non-existing or invalid file.
    gnome-session[1036]: DEBUG(+): fill: *** Looking if /usr/share/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[1036]: DEBUG(+): fill: *** Launching helper 'bash -c 'gnome-shell --help | grep -q gdm-mode && /usr/lib/gnome-session/gnome-session-check-accelerated'' to know if session is runnable
    gnome-session[1036]: DEBUG(+): fill: *** Checking required components and providers
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking for file 'gnome-shell.desktop'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[1036]: DEBUG(+): GsmUtil: found in XDG dirs: '/usr/share/gdm/greeter/applications/gnome-shell.desktop'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking for file 'gnome-settings-daemon.desktop'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[1036]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/gnome-settings-daemon.desktop'
    gnome-session[1036]: DEBUG(+): fill: *** Done checking required components and providers
    gnome-session[1036]: DEBUG(+): fill: *** Adding required components
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking for file 'gnome-shell.desktop'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[1036]: DEBUG(+): GsmUtil: found in XDG dirs: '/usr/share/gdm/greeter/applications/gnome-shell.desktop'
    gnome-session[1036]: DEBUG(+): GsmManager: read /usr/share/gdm/greeter/applications/gnome-shell.desktop
    gnome-session[1036]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App1 to store
    gnome-session[1036]: DEBUG(+): GsmManager: adding required app gnome-shell.desktop
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking for file 'gnome-settings-daemon.desktop'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[1036]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/gnome-settings-daemon.desktop'
    gnome-session[1036]: DEBUG(+): GsmManager: read /etc/xdg/autostart/gnome-settings-daemon.desktop
    gnome-session[1036]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App2 to store
    gnome-session[1036]: DEBUG(+): GsmManager: adding required app gnome-settings-daemon.desktop
    gnome-session[1036]: DEBUG(+): fill: *** Done adding required components
    gnome-session[1036]: DEBUG(+): fill: *** Adding default providers
    gnome-session[1036]: DEBUG(+): fill: *** Done adding default providers
    gnome-session[1036]: DEBUG(+): GsmManager: GSM starting to manage
    gnome-session[1036]: DEBUG(+): GsmManager: App startup summary
    gnome-session[1036]: DEBUG(+): GsmManager: Phase INITIALIZATION
    gnome-session[1036]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App2 app-id:gnome-settings-daemon.desktop is-disabled:0 is-conditionally-disabled:0
    gnome-session[1036]: DEBUG(+): GsmManager: Phase WINDOW_MANAGER
    gnome-session[1036]: DEBUG(+): GsmManager: Phase PANEL
    gnome-session[1036]: DEBUG(+): GsmManager: Phase DESKTOP
    gnome-session[1036]: DEBUG(+): GsmManager: Phase APPLICATION
    gnome-session[1036]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App1 app-id:gnome-shell.desktop is-disabled:0 is-conditionally-disabled:0
    gnome-session[1036]: DEBUG(+): GsmManager: starting phase INITIALIZATION
    gnome-session[1036]: DEBUG(+): GsmManager: starting app '/org/gnome/SessionManager/App2'
    gnome-session[1036]: DEBUG(+): Starting app: /org/gnome/SessionManager/App2
    gnome-session[1036]: DEBUG(+): GsmAutostartApp: starting gnome-settings-daemon.desktop: command=/usr/lib/gnome-settings-daemon/gnome-settings-daemon startup-id=10acccb988624d95d5131971581226648300000010360001
    gnome-session[1036]: DEBUG(+): GsmAutostartApp: started pid:1046
    gnome-session[1036]: DEBUG(+): GsmManager: RegisterClient
    gnome-session[1036]: DEBUG(+): GsmManager: Adding new client 10acccb988624d95d5131971581614780600000010360002 to session
    gnome-session[1036]: DEBUG(+): uid = 120
    gnome-session[1036]: DEBUG(+): pid = 1118
    gnome-session[1036]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/Client1 to store
    gnome-session[1036]: DEBUG(+): GsmManager: Client added: /org/gnome/SessionManager/Client1
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client1 interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=RegisterClient
    gnome-session[1036]: DEBUG(+): GsmManager: RegisterClient 10acccb988624d95d5131971581226648300000010360001
    gnome-session[1036]: DEBUG(+): GsmManager: Adding new client 10acccb988624d95d5131971581226648300000010360001 to session
    gnome-session[1036]: DEBUG(+): uid = 120
    gnome-session[1036]: DEBUG(+): pid = 1046
    gnome-session[1036]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/Client2 to store
    gnome-session[1036]: DEBUG(+): GsmManager: Client added: /org/gnome/SessionManager/Client2
    gnome-session[1036]: DEBUG(+): App gnome-settings-daemon.desktop registered
    gnome-session[1036]: DEBUG(+): GsmManager: ending phase INITIALIZATION
    gnome-session[1036]: DEBUG(+): GsmManager: starting phase WINDOW_MANAGER
    gnome-session[1036]: DEBUG(+): GsmManager: ending phase WINDOW_MANAGER
    gnome-session[1036]: DEBUG(+): GsmManager: starting phase PANEL
    gnome-session[1036]: DEBUG(+): GsmManager: ending phase PANEL
    gnome-session[1036]: DEBUG(+): GsmManager: starting phase DESKTOP
    gnome-session[1036]: DEBUG(+): GsmManager: ending phase DESKTOP
    gnome-session[1036]: DEBUG(+): GsmManager: starting phase APPLICATION
    gnome-session[1036]: DEBUG(+): GsmManager: starting app '/org/gnome/SessionManager/App1'
    gnome-session[1036]: DEBUG(+): Starting app: /org/gnome/SessionManager/App1
    gnome-session[1036]: DEBUG(+): GsmAutostartApp: starting gnome-shell.desktop: command=gnome-shell --gdm-mode startup-id=10acccb988624d95d5131971581226572800000010360000
    gnome-session[1036]: DEBUG(+): GsmAutostartApp: started pid:1133
    gnome-session[1036]: DEBUG(+): GsmManager: ending phase APPLICATION
    gnome-session[1036]: DEBUG(+): GsmManager: starting phase RUNNING
    gnome-session[1036]: DEBUG(+): GsmPresence: adding idle watch
    gnome-session[1036]: DEBUG(+): GSIdleMonitor: creating new alarm for positive transition wait=600000
    gnome-session[1036]: DEBUG(+): GSIdleMonitor: creating new alarm for negative transition wait=599999
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmShell: Connected to the shell
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmXsmpServer: accept_ice_connection()
    gnome-session[1036]: DEBUG(+): GsmXsmpServer: auth_ice_connection()
    gnome-session[1036]: DEBUG(+): GsmXSMPClient: Setting up new connection
    gnome-session[1036]: DEBUG(+): GsmXSMPClient: New client '0xa00d0c0 []'
    gnome-session[1036]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/Client3 to store
    gnome-session[1036]: DEBUG(+): GsmManager: Client added: /org/gnome/SessionManager/Client3
    gnome-session[1036]: DEBUG(+): GsmXSMPClient: Initializing client 0xa00d0c0 []
    gnome-session[1036]: DEBUG(+): GsmXSMPClient: Client '0xa00d0c0 []' received RegisterClient(10acccb988624d95d5131971581226572800000010360000)
    gnome-session[1036]: DEBUG(+): GsmManager: Adding new client 10acccb988624d95d5131971581226572800000010360000 to session
    gnome-session[1036]: DEBUG(+): GsmXSMPClient: Sending RegisterClientReply to '0xa00d0c0 [10acccb988624d95d5131971581226572800000010360000]'
    gnome-session[1036]: DEBUG(+): GsmXSMPClient: Set properties from client '0xa00d0c0 [10acccb988624d95d5131971581226572800000010360000]'
    gnome-session[1036]: DEBUG(+): GsmXSMPClient: Program = 'gnome-shell'
    gnome-session[1036]: DEBUG(+): GsmXSMPClient: UserID = 'gdm'
    gnome-session[1036]: DEBUG(+): GsmXSMPClient: RestartStyleHint = 0
    gnome-session[1036]: DEBUG(+): GsmXSMPClient: ProcessID = '1133'
    gnome-session[1036]: DEBUG(+): GsmXSMPClient: CurrentDirectory = '/var/lib/gdm'
    gnome-session[1036]: DEBUG(+): GsmXSMPClient: _GSM_Priority = 20
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=Get
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=Get
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: connecting to address: unix:abstract=/tmp/gdm-greeter-bvcleLaw,guid=ee40278e3f4d9eb0fe19bee0000000f2
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: Calling GetDisplayId
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: Creating proxy for /org/gnome/DisplayManager/Display1
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: Calling StartConversation
    JS LOG: GNOME Shell started at Thu Oct 27 2011 19:43:43 GMT+0800 (PHT)
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=Ready
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: Received Ready (gdm-password)
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: Calling BeginVerification
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=DefaultLanguageNameChanged
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=DefaultSessionNameChanged
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: Received DefaultSessionNameChanged (gnome)
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=InfoQuery
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: Received InfoQuery (gdm-password, Username:)
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: Calling AnswerQuery
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=SelectedUserChanged
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: Received SelectedUserChanged (vic)
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=DefaultLanguageNameChanged
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=DefaultSessionNameChanged
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: Received DefaultSessionNameChanged (gnome)
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=SecretInfoQuery
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: Received SecretInfoQuery (gdm-password, Password: )
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: Calling AnswerQuery
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=Problem
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: Received Problem (gdm-password, Authentication failure)
    JS LOG: error: Authentication failure
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=ConversationStopped
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: Received ConversationStopped (gdm-password)
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: Calling Cancel
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=Reset
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: Reset
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: Calling StartConversation
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=Ready
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: Received Ready (gdm-password)
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: handling signal 15
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Found 1 callbacks
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: running 15 handler: 0x8062560
    gnome-session[1036]: DEBUG(+): Got callback for signal 15
    gnome-session[1036]: DEBUG(+): GsmManager: Logout called
    gnome-session[1036]: DEBUG(+): GsmShell: Connected to the shell
    gnome-session[1036]: DEBUG(+): GsmManager: requesting logout
    gnome-session[1036]: DEBUG(+): GsmManager: ending phase RUNNING
    gnome-session[1036]: DEBUG(+): GsmManager: starting phase QUERY_END_SESSION
    gnome-session[1036]: DEBUG(+): GsmManager: Client /org/gnome/SessionManager/Client1
    gnome-session[1036]: DEBUG(+): GsmManager: Client /org/gnome/SessionManager/Client2
    gnome-session[1036]: DEBUG(+): GsmManager: Client /org/gnome/SessionManager/Client3
    gnome-session[1036]: DEBUG(+): GsmManager: sending query-end-session to clients (logout mode: forceful)
    gnome-session[1036]: DEBUG(+): GsmDBusClient: sending QueryEndSession signal to :1.7
    gnome-session[1036]: DEBUG(+): GsmManager: adding client to query clients: /org/gnome/SessionManager/Client1
    gnome-session[1036]: DEBUG(+): GsmDBusClient: sending QueryEndSession signal to :1.2
    gnome-session[1036]: DEBUG(+): GsmManager: adding client to query clients: /org/gnome/SessionManager/Client2
    gnome-session[1036]: DEBUG(+): GsmManager: adding client to query clients: /org/gnome/SessionManager/Client3
    gnome-session[1036]: DEBUG(+): Caught signal 15, shutting down normally.
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Done handling signals
    gnome-session[1036]: DEBUG(+): GsmXSMPClient: Client '0xa00d0c0 [gnome-shell 10acccb988624d95d5131971581226572800000010360000]' received SaveYourselfDone(success = True)
    gnome-session[1036]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[1036]: DEBUG(+): GsmXsmpServer: sms_error_handler (0xb5c11fc8, FALSE, 3, 9, 32771, 0)
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client1 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[1036]: DEBUG(+): GsmDBusClient: got EndSessionResponse is-ok:1 reason=
    gnome-session[1036]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[1036]: DEBUG(+): GsmDBusClient: got EndSessionResponse is-ok:1 reason=
    gnome-session[1036]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[1036]: DEBUG(+): GsmManager: query end session complete
    gnome-session[1036]: DEBUG(+): GsmShell: Connected to the shell
    gnome-session[1036]: DEBUG(+): GsmManager: ending phase QUERY_END_SESSION
    gnome-session[1036]: DEBUG(+): GsmManager: starting phase END_SESSION
    gnome-session[1036]: DEBUG(+): GsmManager: adding client to end-session clients: /org/gnome/SessionManager/Client1
    gnome-session[1036]: DEBUG(+): GsmManager: adding client to end-session clients: /org/gnome/SessionManager/Client2
    gnome-session[1036]: DEBUG(+): GsmManager: adding client to end-session clients: /org/gnome/SessionManager/Client3
    gnome-session[1036]: DEBUG(+): GsmXSMPClient: Client '0xa00d0c0 [gnome-shell 10acccb988624d95d5131971581226572800000010360000]' received SaveYourselfDone(success = True)
    gnome-session[1036]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[1036]: DEBUG(+): GsmXsmpServer: sms_error_handler (0xb5c11fc8, FALSE, 3, c, 32771, 0)
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client1 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[1036]: DEBUG(+): GsmDBusClient: got EndSessionResponse is-ok:1 reason=
    gnome-session[1036]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[1036]: DEBUG(+): GsmDBusClient: got EndSessionResponse is-ok:1 reason=
    gnome-session[1036]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[1036]: DEBUG(+): GsmManager: ending phase END_SESSION
    gnome-session[1036]: DEBUG(+): GsmManager: starting phase EXIT
    gnome-session[1036]: DEBUG(+): GsmManager: stopped client: /org/gnome/SessionManager/Client1
    gnome-session[1036]: DEBUG(+): GsmManager: stopped client: /org/gnome/SessionManager/Client2
    gnome-session[1036]: DEBUG(+): GsmXSMPClient: xsmp_stop ('0xa00d0c0 [gnome-shell 10acccb988624d95d5131971581226572800000010360000]')
    gnome-session[1036]: DEBUG(+): GsmManager: stopped client: /org/gnome/SessionManager/Client3
    gnome-session[1036]: DEBUG(+): GsmManager: disconnect client: /org/gnome/SessionManager/Client1
    gnome-session[1036]: DEBUG(+): GsmManager: disconnect for app 'at-spi-registryd.desktop'
    gnome-session[1036]: DEBUG(+): GsmManager: unable to find application for client - not restarting
    gnome-session[1036]: DEBUG(+): GsmStore: Unreffing object: 0xa011e48
    gnome-session[1036]: DEBUG(+): GsmClient: disposing /org/gnome/SessionManager/Client1
    gnome-session[1036]: DEBUG(+): GsmStore: emitting removed for /org/gnome/SessionManager/Client1
    gnome-session[1036]: DEBUG(+): GsmManager: Client removed: /org/gnome/SessionManager/Client1
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=(null) interface=(null) method=(null)
    gnome-session[1036]: DEBUG(+): GsmXSMPClient: Client '0xa00d0c0 [gnome-shell 10acccb988624d95d5131971581226572800000010360000]' received CloseConnection
    gnome-session[1036]: DEBUG(+): GsmManager: disconnect client
    gnome-session[1036]: DEBUG(+): GsmManager: disconnect client: /org/gnome/SessionManager/Client3
    gnome-session[1036]: DEBUG(+): GsmManager: in shutdown, not restarting application
    gnome-session[1036]: DEBUG(+): GsmStore: Unreffing object: 0xa00d0c0
    gnome-session[1036]: DEBUG(+): GsmManager: Client removed: /org/gnome/SessionManager/Client3
    gnome-session[1036]: DEBUG(+): GsmClient: disposing /org/gnome/SessionManager/Client3
    gnome-session[1036]: DEBUG(+): GsmXSMPClient: xsmp_finalize (0xa00d0c0 [gnome-shell 10acccb988624d95d5131971581226572800000010360000])
    gnome-session[1036]: DEBUG(+): GsmManager: disconnect client: /org/gnome/SessionManager/Client2
    gnome-session[1036]: DEBUG(+): GsmManager: in shutdown, not restarting application
    gnome-session[1036]: DEBUG(+): GsmStore: Unreffing object: 0xa011cc8
    gnome-session[1036]: DEBUG(+): GsmClient: disposing /org/gnome/SessionManager/Client2
    gnome-session[1036]: DEBUG(+): GsmStore: emitting removed for /org/gnome/SessionManager/Client2
    gnome-session[1036]: DEBUG(+): GsmManager: Client removed: /org/gnome/SessionManager/Client2
    gnome-session[1036]: DEBUG(+): GsmManager: last client disconnected - exiting
    gnome-session[1036]: DEBUG(+): GsmManager: ending phase EXIT
    gnome-session[1036]: DEBUG(+): Unreffing manager
    gnome-session[1036]: DEBUG(+): GsmManager: disposing manager
    gnome-session[1036]: DEBUG(+): GsmStore: Clearing object store
    gnome-session[1036]: DEBUG(+): GsmStore: Unreffing object: 0xa045408
    gnome-session[1036]: DEBUG(+): GsmStore: Unreffing object: 0xa045480
    gnome-session[1036]: DEBUG(+): GsmStore: emitting removed for /org/gnome/SessionManager/App2
    gnome-session[1036]: DEBUG(+): GsmStore: emitting removed for /org/gnome/SessionManager/App1
    gnome-session[1036]: DEBUG(+): GsmStore: Clearing object store
    gnome-session[1036]: DEBUG(+): GsmStore: Clearing object store
    (gnome-settings-daemon:1046): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    Window manager warning: Log level 16: gnome-shell: Fatal IO error 104 (Connection reset by peer) on X server :0.
    Last edited by vic (2011-10-27 13:51:21)

    wonder wrote:
    vic wrote:
    wonder wrote:what's your user id?
    when asked for uuid/uid?... I put 100. I thought any random number would do...
    look in /etc/pam.d/gdm-password
    in arch and in general >= 1000 are  normal users, < 1000 system users
    is that how it works? can i change it from 100 to 1000 or just make a new one?
    anyways i'll look to it.

Maybe you are looking for

  • Problems since 1.4 Worsen (including display not going to sleep)

    I've had my Pre device (under Sprint's service) since it launched and have had intermintent problems that have all seemed to fix themselves throughout the software updates. However, things seem to be getting worse and increasingly frustrating since t

  • Servlet as Portlet

    Hi, I have a servlet called Fileupdown.class that I have placed in the Apache/Jserv/servlets directory. When I call it from outside of Portals it works fine. I have made it into a Portlet by: 1) adding to the zone.properties file the following: servl

  • Share buttons on Blogspot are not showing up.

    This is my blog address: http://realityhideseek.blogspot.com/ I have www.addtoany.com share buttons under each post that show up in Chrome, but not in Firefox. I've read several help articles, but none seem to do any good. This is only since the upgr

  • Help, I can't delete photos from "from my Mac" event

    Recently, I updated to iOS 8. There is Event "From My Mac" in my Albums. How to delete it?

  • How to unblur image in photoshop cs4

    please help me!!!!!!!!!!!!!!!!!!!!!!!!!!!!! help i don't know how to unblur it