Pacman on Windows

I was a bit inspired by this thread, so I wanted to see if it was possible to compile pacman on a windows system. I did use cygwin so I guess I was cheating a bit...
Anyway, it was possible with the exception for libdownload, I haven't looked into how to make that compile or libfetch for that matter.
The real reason why I am even considering to create a working pacman on windows is because I need windows at my current work and the update functionality for cygwin just sucks.
I am a bit tired now, otherwise I would have tried to describe all the steps I did, will do that later (tomorrow or during the weekend).

This is my first attempt to compile pacman with mingw. Seems like there is something that doesn't compile on windows when I am using mingw. So if I am going to use mingw then I need to look into how to make pacman work under mingw. If I do that, I have to either find the missing dependency or change part of the source code and to me this looks like I have to change the source code. Anyway, I haven't looked into it to much and I really don't have time for it right now since I am going to work now.
These are the commands that I used for trying to compile it and I used libarchive for windows.
./configure --disable-doc --disable-internal-download --prefix=/c/mingw
make
The output with the error:
make all-recursive
make[1]: Entering directory `/c/mingw/pkg/pacman-3.2.2'
Making all in lib/libalpm
make[2]: Entering directory `/c/mingw/pkg/pacman-3.2.2/lib/libalpm'
Making all in po
make[3]: Entering directory `/c/mingw/pkg/pacman-3.2.2/lib/libalpm/po'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/c/mingw/pkg/pacman-3.2.2/lib/libalpm/po'
make[3]: Entering directory `/c/mingw/pkg/pacman-3.2.2/lib/libalpm'
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT add.lo -MD -MP -MF .deps/add.Tpo -c -o add.lo add.c
mkdir .libs
gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT add.lo -MD -MP -MF .deps/add.Tpo -c add.c -DDLL_EXPORT -DPIC -o .libs/add.o
add.c: In function `commit_single_pkg':
add.c:762: warning: ISO C does not support the `I64' printf length modifier
gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT add.lo -MD -MP -MF .deps/add.Tpo -c add.c -o add.o >/dev/null 2>&1
mv -f .deps/add.Tpo .deps/add.Plo
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT alpm.lo -MD -MP -MF .deps/alpm.Tpo -c -o alpm.lo alpm.c
gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT alpm.lo -MD -MP -MF .deps/alpm.Tpo -c alpm.c -DDLL_EXPORT -DPIC -o .libs/alpm.o
gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT alpm.lo -MD -MP -MF .deps/alpm.Tpo -c alpm.c -o alpm.o >/dev/null 2>&1
mv -f .deps/alpm.Tpo .deps/alpm.Plo
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT alpm_list.lo -MD -MP -MF .deps/alpm_list.Tpo -c -o alpm_list.lo alpm_list.c
gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT alpm_list.lo -MD -MP -MF .deps/alpm_list.Tpo -c alpm_list.c -DDLL_EXPORT -DPIC -o .libs/alpm_list.o
gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT alpm_list.lo -MD -MP -MF .deps/alpm_list.Tpo -c alpm_list.c -o alpm_list.o >/dev/null 2>&1
mv -f .deps/alpm_list.Tpo .deps/alpm_list.Plo
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT backup.lo -MD -MP -MF .deps/backup.Tpo -c -o backup.lo backup.c
gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT backup.lo -MD -MP -MF .deps/backup.Tpo -c backup.c -DDLL_EXPORT -DPIC -o .libs/backup.o
gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT backup.lo -MD -MP -MF .deps/backup.Tpo -c backup.c -o backup.o >/dev/null 2>&1
mv -f .deps/backup.Tpo .deps/backup.Plo
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT be_files.lo -MD -MP -MF .deps/be_files.Tpo -c -o be_files.lo be_files.c
gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT be_files.lo -MD -MP -MF .deps/be_files.Tpo -c be_files.c -DDLL_EXPORT -DPIC -o .libs/be_files.o
be_files.c: In function `_alpm_db_read':
be_files.c:472: warning: implicit declaration of function `strptime'
gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT be_files.lo -MD -MP -MF .deps/be_files.Tpo -c be_files.c -o be_files.o >/dev/null 2>&1
mv -f .deps/be_files.Tpo .deps/be_files.Plo
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT be_package.lo -MD -MP -MF .deps/be_package.Tpo -c -o be_package.lo be_package.c
gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT be_package.lo -MD -MP -MF .deps/be_package.Tpo -c be_package.c -DDLL_EXPORT -DPIC -o .libs/be_package.o
be_package.c: In function `parse_descfile':
be_package.c:88: warning: implicit declaration of function `strptime'
gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT be_package.lo -MD -MP -MF .deps/be_package.Tpo -c be_package.c -o be_package.o >/dev/null 2>&1
mv -f .deps/be_package.Tpo .deps/be_package.Plo
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c -o cache.lo cache.c
gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c cache.c -DDLL_EXPORT -DPIC -o .libs/cache.o
gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c cache.c -o cache.o >/dev/null 2>&1
mv -f .deps/cache.Tpo .deps/cache.Plo
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT conflict.lo -MD -MP -MF .deps/conflict.Tpo -c -o conflict.lo conflict.c
gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT conflict.lo -MD -MP -MF .deps/conflict.Tpo -c conflict.c -DDLL_EXPORT -DPIC -o .libs/conflict.o
gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT conflict.lo -MD -MP -MF .deps/conflict.Tpo -c conflict.c -o conflict.o >/dev/null 2>&1
mv -f .deps/conflict.Tpo .deps/conflict.Plo
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT db.lo -MD -MP -MF .deps/db.Tpo -c -o db.lo db.c
gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT db.lo -MD -MP -MF .deps/db.Tpo -c db.c -DDLL_EXPORT -DPIC -o .libs/db.o
gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT db.lo -MD -MP -MF .deps/db.Tpo -c db.c -o db.o >/dev/null 2>&1
mv -f .deps/db.Tpo .deps/db.Plo
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT delta.lo -MD -MP -MF .deps/delta.Tpo -c -o delta.lo delta.c
gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT delta.lo -MD -MP -MF .deps/delta.Tpo -c delta.c -DDLL_EXPORT -DPIC -o .libs/delta.o
gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT delta.lo -MD -MP -MF .deps/delta.Tpo -c delta.c -o delta.o >/dev/null 2>&1
mv -f .deps/delta.Tpo .deps/delta.Plo
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT deps.lo -MD -MP -MF .deps/deps.Tpo -c -o deps.lo deps.c
gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT deps.lo -MD -MP -MF .deps/deps.Tpo -c deps.c -DDLL_EXPORT -DPIC -o .libs/deps.o
gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT deps.lo -MD -MP -MF .deps/deps.Tpo -c deps.c -o deps.o >/dev/null 2>&1
mv -f .deps/deps.Tpo .deps/deps.Plo
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT dload.lo -MD -MP -MF .deps/dload.Tpo -c -o dload.lo dload.c
gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT dload.lo -MD -MP -MF .deps/dload.Tpo -c dload.c -DDLL_EXPORT -DPIC -o .libs/dload.o
gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT dload.lo -MD -MP -MF .deps/dload.Tpo -c dload.c -o dload.o >/dev/null 2>&1
mv -f .deps/dload.Tpo .deps/dload.Plo
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT error.lo -MD -MP -MF .deps/error.Tpo -c -o error.lo error.c
gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c -DDLL_EXPORT -DPIC -o .libs/error.o
gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c -o error.o >/dev/null 2>&1
mv -f .deps/error.Tpo .deps/error.Plo
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT group.lo -MD -MP -MF .deps/group.Tpo -c -o group.lo group.c
gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT group.lo -MD -MP -MF .deps/group.Tpo -c group.c -DDLL_EXPORT -DPIC -o .libs/group.o
gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT group.lo -MD -MP -MF .deps/group.Tpo -c group.c -o group.o >/dev/null 2>&1
mv -f .deps/group.Tpo .deps/group.Plo
/bin/sh ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT handle.lo -MD -MP -MF .deps/handle.Tpo -c -o handle.lo handle.c
gcc -std=gnu99 -DLOCALEDIR=\"/c/mingw/share/locale\" -DHAVE_CONFIG_H -I. -I../.. -pedantic -D_GNU_SOURCE -g -O2 -Wall -MT handle.lo -MD -MP -MF .deps/handle.Tpo -c handle.c -DDLL_EXPORT -DPIC -o .libs/handle.o
handle.c:28:20: syslog.h: No such file or directory
handle.c: In function `_alpm_handle_free':
handle.c:80: warning: implicit declaration of function `closelog'
handle.c: In function `alpm_option_set_root':
handle.c:307: warning: implicit declaration of function `realpath'
make[3]: *** [handle.lo] Error 1
make[3]: Leaving directory `/c/mingw/pkg/pacman-3.2.2/lib/libalpm'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/c/mingw/pkg/pacman-3.2.2/lib/libalpm'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/c/mingw/pkg/pacman-3.2.2'
make: *** [all] Error 2
Last edited by PJ (2009-03-17 08:07:35)

Similar Messages

  • No Window Manager After Last pacman Update

    Today, my xfwm suddenly stop to work after a system wide pacman update yesterday.
    There seems no error in dmesg and Xorg.o.log. How can I debug now?

    [2010-04-25 14:38] synchronizing package lists
    [2010-04-25 14:39] starting full system upgrade
    [2010-04-25 14:41] upgraded linux-api-headers (2.6.33.1-1 -> 2.6.33.2-1)
    [2010-04-25 14:41] Generating locales...
    [2010-04-25 14:41] en_US.UTF-8... done
    [2010-04-25 14:41] en_US.ISO-8859-1... done
    [2010-04-25 14:41] zh_TW.UTF-8... done
    [2010-04-25 14:41] zh_TW.BIG5... done
    [2010-04-25 14:41] Generation complete.
    [2010-04-25 14:41] upgraded glibc (2.11.1-2 -> 2.11.1-3)
    [2010-04-25 14:41] upgraded binutils (2.20.1-1 -> 2.20.1-2)
    [2010-04-25 14:41] upgraded cloog-ppl (0.15.8-1 -> 0.15.9-1)
    [2010-04-25 14:41] upgraded coreutils (8.4-2 -> 8.4-3)
    [2010-04-25 14:41] installed libmpc (0.8.1-2)
    [2010-04-25 14:41] upgraded gcc (4.4.3-2 -> 4.5.0-1)
    [2010-04-25 14:41] upgraded gcc-libs (4.4.3-2 -> 4.5.0-1)
    [2010-04-25 14:41] upgraded git (1.7.0.5-1 -> 1.7.1-1)
    [2010-04-25 14:41] upgraded libassuan (1.0.5-2 -> 2.0.0-1)
    [2010-04-25 14:41] upgraded gnupg2 (2.0.14-1 -> 2.0.15-1)
    [2010-04-25 14:41] upgraded gpgme (1.2.0-1 -> 1.3.0-1)
    [2010-04-25 14:41] upgraded grub (0.97-16 -> 0.97-17)
    [2010-04-25 14:41] upgraded libgnomekbd (2.30.0-1 -> 2.30.1-1)
    [2010-04-25 14:41] upgraded libmysqlclient (5.1.46-1 -> 5.1.46-2)
    [2010-04-25 14:41] upgraded libnl (1.1-1 -> 1.1-2)
    [2010-04-25 14:41] upgraded libsasl (2.1.23-2 -> 2.1.23-4)
    [2010-04-25 14:41] upgraded qt (4.6.2-3 -> 4.6.2-4)
    [2010-04-25 14:41] upgraded sdparm (1.04-1 -> 1.05-1)
    [2010-04-25 14:41] upgraded unixodbc (2.2.14-2 -> 2.3.0-1)
    [2010-04-25 14:41] upgraded util-linux-ng (2.17.2-1 -> 2.17.2-2)
    [2010-04-25 14:43] upgraded ibus-qt (1.2.0.20091217-2 -> 1.3.0-1)
    There are lots of update yesterday. Maybe cause by GCC?
    How can I revert the change by pacman?

  • Pacman error... why and how do i fix it?

    [root@myhost ~]# pacman -Syu
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    :: Starting full system upgrade...
    resolving dependencies...
    looking for inter-conflicts...
    Targets (6): gnupg2-2.0.10-2 grub-gfx-0.97-10 hdparm-9.6-1
    qt-4.4.3-4 tdb-3.2.7-1 smbclient-3.2.7-1
    Total Download Size: 0.00 MB
    Total Installed Size: 105.66 MB
    Proceed with installation? [Y/n] y
    checking package integrity...
    (6/6) checking for file conflicts [###########] 100%
    error: could not prepare transaction
    error: failed to commit transaction (conflicting files)
    grub-gfx: /usr/share/info/dir exists in filesystem
    Errors occurred, no packages were upgraded.
    [root@myhost ~]#
    i have also tried pacman -Syy followed by another pacman -Syu but still nothing
    i have even rebooted and tried again but still the same error
    here is /usr/share/info/dir
    This is the file .../info/dir, which contains the
    topmost node of the Info hierarchy, called (dir)Top.
    The first time you invoke Info you start off looking at this node.
    File: dir, Node: Top This is the top of the INFO tree
    This (the Directory node) gives a menu of major topics.
    Typing "q" exits, "?" lists all Info commands, "d" returns here,
    "h" gives a primer for first-timers,
    "mEmacs<Return>" visits the Emacs manual, etc.
    In Emacs, you can click mouse button 2 on a menu item or cross reference
    to select it.
    * Menu:
    Archiving
    * Tar: (tar). Making tape (or disk) archives.
    Basics
    * Ed: (ed). The GNU line editor.
    Editors
    * nano: (nano). Small and friendly text editor.
    Emacs
    * Autotype: (autotype). Convenient features for text that you enter
    frequently in Emacs.
    * CC Mode: (ccmode). Emacs mode for editing C, C++, Objective-C,
    Java, Pike, AWK, and CORBA IDL code.
    * CL: (cl). Partial Common Lisp support for Emacs Lisp.
    * Calc: (calc). Advanced desk calculator and mathematical tool.
    * Dired-X: (dired-x). Dired Extra Features.
    * ERC: (erc). Powerful, modular, and extensible IRC client
    for Emacs.
    * EUDC: (eudc). An Emacs client for directory servers (LDAP,
    PH).
    * Ebrowse: (ebrowse). A C++ class browser for Emacs.
    * Ediff: (ediff). A visual interface for comparing and merging
    programs.
    * Elisp: (elisp). The Emacs Lisp Reference Manual.
    * Emacs: (emacs). The extensible self-documenting text editor.
    * Emacs FAQ: (efaq). Frequently Asked Questions about Emacs.
    * Emacs Lisp Intro: (eintr). A simple introduction to Emacs Lisp
    programming.
    * Emacs MIME: (emacs-mime). Emacs MIME de/composition library.
    * Eshell: (eshell). A command shell implemented in Emacs Lisp.
    * Flymake: (flymake). A universal on-the-fly syntax checker.
    * Forms: (forms). Emacs package for editing data bases by
    filling in forms.
    * Gnus: (gnus). The newsreader Gnus.
    * IDLWAVE: (idlwave). Major mode and shell for IDL files.
    * IDN Library: (libidn)Emacs API.
    Emacs API for IDN functions.
    * MH-E: (mh-e). Emacs interface to the MH mail system.
    * Message: (message). Mail and news composition mode that goes with
    Gnus.
    * Newsticker: (newsticker). A Newsticker for Emacs.
    * Org Mode: (org). Outline-based notes management and organizer
    * PCL-CVS: (pcl-cvs). Emacs front-end to CVS.
    * PGG: (pgg). Emacs interface to various PGP implementations.
    * Rcirc: (rcirc). Internet Relay Chat (IRC) client.
    * RefTeX: (reftex). Emacs support for LaTeX cross-references and
    citations.
    * SC: (sc). Supercite lets you cite parts of messages
    you're replying to, in flexible ways.
    * SES: (ses). Simple Emacs Spreadsheet
    * SMTP: (smtpmail). Emacs library for sending mail via SMTP.
    * Sieve: (sieve). Managing Sieve scripts in Emacs.
    * Speedbar: (speedbar). File/Tag summarizing utility.
    * VIP: (vip). An older VI-emulation for Emacs.
    * VIPER: (viper). The newest Emacs VI-emulation mode. (also, A
    VI Plan for Emacs Rescue or the VI PERil.)
    * Widget: (widget). The "widget" package used by the Emacs
    Customization facility.
    * WoMan: (woman). Browse UN*X Manual Pages "W.O. (without) Man".
    GNU admin
    * configure: (configure). The GNU configure and build system
    GNU Emacs
    * TRAMP: (tramp). Transparent Remote Access, Multiple Protocol
    GNU Emacs remote file access via rsh and rcp.
    GNU Libraries
    * GPGME: (gpgme). Adding support for cryptography to your
    program.
    * libgnutls: (gnutls). A Transport Layer Security Library.
    * libidn: (libidn). Internationalized string processing library.
    * libtasn1: (libtasn1). Library for Abstract Syntax Notation One
    (ASN.1).
    GNU organization
    * Standards: (standards). GNU coding standards.
    GNU Packages
    * Aspell: (aspell). GNU Aspell spelling checker
    * Aspell-dev: (aspell-dev). For Aspell developers
    GNU packages
    * Diff: (diff). Comparing and merging files.
    GNU programming tools
    * Libtool: (libtool). Generic shared library support script.
    GNU utilities
    * idn: (libidn)Invoking idn. Command line interface to GNU Libidn.
    Libraries
    * libIDL2: (libIDL2). Interface Definition Language parsing library.
    Libraries:
    * LibGTop2: (libgtop2). Library to get system specific data such as
    cpu and memory usage, active processes
    Network Applications
    * GnuTLS: (gnutls). Package for Transport Layer Security.
    * certtool: (gnutls)Invoking certtool.
    Manipulate certificates and keys.
    * gnutls-cli: (gnutls)Invoking gnutls-cli.
    GNU TLS test client.
    * gnutls-cli-debug: (gnutls)Invoking gnutls-cli-debug.
    GNU TLS debug client.
    * gnutls-serv: (gnutls)Invoking gnutls-serv.
    GNU TLS test server.
    * psktool: (gnutls)Invoking psktool.
    Simple TLS-Pre-Shared-Keys manager.
    * srptool: (gnutls)Invoking srptool.
    Simple SRP password tool.
    Security
    * Heimdal: (heimdal). The Kerberos 5 distribution from KTH
    * hx509: (hx509). The X.509 distribution from KTH
    System administration
    * Which: (which). Show full path of commands.
    Texinfo documentation system
    * Info: (info). How to use the documentation browsing system.
    The Algorithmic Language Scheme
    * GOOPS: (goops). The GOOPS reference manual.
    * Guile Reference: (guile). The Guile reference manual.
    * Guile Tutorial: (guile-tut). The Guile tutorial.
    * R5RS: (r5rs). The Revised(5) Report on Scheme.
    This is libtool.info, produced by makeinfo version 4.11 from /Users/gary/Devo/libtool/doc/libtool.texi.
    This is libtool.info, produced by makeinfo version 4.11 from /Users/gary/Devo/libtool/doc/libtool.texi.
    This is libtool.info, produced by makeinfo version 4.11 from /Users/gary/Devo/libtool/doc/libtool.texi.
    Individual utilities
    * aclocal: (automake)Invoking aclocal. Generating aclocal.m4.
    * addr2line: (binutils)addr2line. Convert addresses to file and
    line.
    * ar: (binutils)ar. Create, modify, and extract
    from archives.
    * autoconf-invocation: (autoconf)autoconf Invocation.
    How to create configuration
    scripts
    * autoheader: (autoconf)autoheader Invocation. How to create configuration
    templates
    * autom4te: (autoconf)autom4te Invocation. The Autoconf executables
    backbone
    * automake: (automake)Invoking Automake. Generating Makefile.in.
    * autoreconf: (autoconf)autoreconf Invocation. Remaking multiple `configure'
    scripts
    * autoscan: (autoconf)autoscan Invocation. Semi-automatic `configure.ac'
    writing
    * autoupdate: (autoconf)autoupdate Invocation. Automatic update of
    `configure.ac'
    * c++filt: (binutils)c++filt. Filter to demangle encoded C++
    symbols.
    * cmp: (diff)Invoking cmp. Compare 2 files byte by byte.
    * config.status: (autoconf)config.status Invocation.
    Recreating configurations.
    * configure: (autoconf)configure Invocation. Configuring a package.
    * cxxfilt: (binutils)c++filt. MS-DOS name for c++filt.
    * diff: (diff)Invoking diff. Compare 2 files line by line.
    * diff3: (diff)Invoking diff3. Compare 3 files line by line.
    * dlltool: (binutils)dlltool. Create files needed to build
    and use DLLs.
    * ifnames: (autoconf)ifnames Invocation. Listing conditionals in source.
    * libtoolize: (libtool)Invoking libtoolize. Adding libtool support.
    * nlmconv: (binutils)nlmconv. Converts object code into an
    NLM.
    * nm: (binutils)nm. List symbols from object files.
    * objcopy: (binutils)objcopy. Copy and translate object
    files.
    * objdump: (binutils)objdump. Display information from
    object files.
    * patch: (diff)Invoking patch. Apply a patch to a file.
    * ranlib: (binutils)ranlib. Generate index to archive
    contents.
    * readelf: (binutils)readelf. Display the contents of ELF
    format files.
    * sdiff: (diff)Invoking sdiff. Merge 2 files side-by-side.
    * size: (binutils)size. List section sizes and total
    size.
    * strings: (binutils)strings. List printable strings from
    files.
    * strip: (binutils)strip. Discard symbols.
    * tar: (tar)tar invocation. Invoking GNU `tar'.
    * testsuite: (autoconf)testsuite Invocation. Running an Autotest test suite.
    * windmc: (binutils)windmc. Generator for Windows message
    resources.
    * windres: (binutils)windres. Manipulate Windows resources.
    Miscellaneous
    * As: (as). The GNU assembler.
    * Bfd: (bfd). The Binary File Descriptor library.
    * Gas: (as). The GNU assembler.
    * Ld: (ld). The GNU linker.
    * gprof: (gprof). Profiling your program's execution
    Software development
    * Autoconf: (autoconf). Create source code configuration scripts.
    * Automake: (automake). Making GNU standards-compliant Makefiles.
    * Binutils: (binutils). The GNU binary utilities.
    * Cpp: (cpp). The GNU C preprocessor.
    * Cpplib: (cppinternals). Cpplib internals.
    * bison: (bison). GNU parser generator (Yacc replacement).
    * g++: (gcc). The GNU C++ compiler.
    * gcc: (gcc). The GNU Compiler Collection.
    * gccinstall: (gccinstall). Installing the GNU Compiler Collection.
    * gccint: (gccint). Internals of the GNU Compiler Collection.
    * gfortran: (gfortran). The GNU Fortran Compiler.
    * treelang: (treelang). The GNU Treelang compiler.
    Text creation and manipulation
    * M4: (m4). A powerful macro processor.
    World Wide WebINFO-DIR-SECTION GNU Emacs Lisp
    * URL: (url). URL loading package.
    Last edited by tjwoosta (2009-01-14 15:35:51)

    http://bbs.archlinux.org/viewtopic.php?id=56373
    http://wiki.archlinux.org/index.php/Pac … ement_FAQs

  • [Solved] LXDE missing window borders (or decoratioins, widget?)

    Hello,
    The LXDE runs fine on my newly built arch for a couple of days, and then I must have done something (e.g. upgraded or uninstalled some packages) and now I can still log into LXDE by using slim login manager or startx command, but none of the applications will have the window borders and I am not able to move the application window around or minimize/resize the window.
    Here is my .xinitrc file
    [sgeuser@sge00 ~]$ cat .xinitrc
    #!/bin/sh
    # ~/.xinitrc
    # Executed by startx (run your window manager from here)
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    # exec gnome-session
    # exec startkde
    # exec startxfce4
    # ...or the Window Manager of your choice
    FontPath /usr/share/fonts/100dpi
    xset -dpms
    xset s off
    exec /usr/bin/startlxde
    Here is my systemd journal since reboot:
    [1;39m-- Reboot --[0m
    Sep 02 13:13:37 sge00 systemd-journal[98]: Allowing runtime journal files to grow to 100.3M.
    Sep 02 13:13:37 sge00 kernel: Initializing cgroup subsys cpuset
    Sep 02 13:13:37 sge00 kernel: Initializing cgroup subsys cpu
    Sep 02 13:13:37 sge00 kernel: Initializing cgroup subsys cpuacct
    Sep 02 13:13:37 sge00 kernel: Linux version 3.10.10-1-ARCH (tobias@T-POWA-LX) (gcc version 4.8.1 20130725 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Aug 30 11:30:06 CEST 2013
    Sep 02 13:13:37 sge00 kernel: Command line: root=/dev/sda1 rw initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
    Sep 02 13:13:37 sge00 kernel: e820: BIOS-provided physical RAM map:
    Sep 02 13:13:37 sge00 kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
    Sep 02 13:13:37 sge00 kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
    Sep 02 13:13:37 sge00 kernel: BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
    Sep 02 13:13:37 sge00 kernel: BIOS-e820: [mem 0x0000000000100000-0x000000007ffeffff] usable
    Sep 02 13:13:37 sge00 kernel: BIOS-e820: [mem 0x000000007fff0000-0x000000007fffffff] ACPI data
    Sep 02 13:13:37 sge00 kernel: BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
    Sep 02 13:13:37 sge00 kernel: NX (Execute Disable) protection: active
    Sep 02 13:13:37 sge00 kernel: SMBIOS 2.5 present.
    Sep 02 13:13:37 sge00 kernel: DMI: innotek GmbH VirtualBox/VirtualBox, BIOS VirtualBox 12/01/2006
    Sep 02 13:13:37 sge00 kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    Sep 02 13:13:37 sge00 kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    Sep 02 13:13:37 sge00 kernel: No AGP bridge found
    Sep 02 13:13:37 sge00 kernel: e820: last_pfn = 0x7fff0 max_arch_pfn = 0x400000000
    Sep 02 13:13:37 sge00 kernel: MTRR default type: uncachable
    Sep 02 13:13:37 sge00 kernel: MTRR variable ranges disabled:
    Sep 02 13:13:37 sge00 kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Sep 02 13:13:37 sge00 kernel: CPU MTRRs all blank - virtualized system.
    Sep 02 13:13:37 sge00 kernel: found SMP MP-table at [mem 0x0009fff0-0x0009ffff] mapped at [ffff88000009fff0]
    Sep 02 13:13:37 sge00 kernel: Scanning 1 areas for low memory corruption
    Sep 02 13:13:37 sge00 kernel: Base memory trampoline at [ffff880000099000] 99000 size 24576
    Sep 02 13:13:37 sge00 kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    Sep 02 13:13:37 sge00 kernel: [mem 0x00000000-0x000fffff] page 4k
    Sep 02 13:13:37 sge00 kernel: BRK [0x01b23000, 0x01b23fff] PGTABLE
    Sep 02 13:13:37 sge00 kernel: BRK [0x01b24000, 0x01b24fff] PGTABLE
    Sep 02 13:13:37 sge00 kernel: BRK [0x01b25000, 0x01b25fff] PGTABLE
    Sep 02 13:13:37 sge00 kernel: init_memory_mapping: [mem 0x7fa00000-0x7fbfffff]
    Sep 02 13:13:37 sge00 kernel: [mem 0x7fa00000-0x7fbfffff] page 2M
    Sep 02 13:13:37 sge00 kernel: BRK [0x01b26000, 0x01b26fff] PGTABLE
    Sep 02 13:13:37 sge00 kernel: init_memory_mapping: [mem 0x7c000000-0x7f9fffff]
    Sep 02 13:13:37 sge00 kernel: [mem 0x7c000000-0x7f9fffff] page 2M
    Sep 02 13:13:37 sge00 kernel: init_memory_mapping: [mem 0x00100000-0x7bffffff]
    Sep 02 13:13:37 sge00 kernel: [mem 0x00100000-0x001fffff] page 4k
    Sep 02 13:13:37 sge00 kernel: [mem 0x00200000-0x7bffffff] page 2M
    Sep 02 13:13:37 sge00 kernel: init_memory_mapping: [mem 0x7fc00000-0x7ffeffff]
    Sep 02 13:13:37 sge00 kernel: [mem 0x7fc00000-0x7fdfffff] page 2M
    Sep 02 13:13:37 sge00 kernel: [mem 0x7fe00000-0x7ffeffff] page 4k
    Sep 02 13:13:37 sge00 kernel: BRK [0x01b27000, 0x01b27fff] PGTABLE
    Sep 02 13:13:37 sge00 kernel: RAMDISK: [mem 0x7fd22000-0x7ffeefff]
    Sep 02 13:13:37 sge00 kernel: ACPI: RSDP 00000000000e0000 00024 (v02 VBOX )
    Sep 02 13:13:37 sge00 kernel: ACPI: XSDT 000000007fff0030 0003C (v01 VBOX VBOXXSDT 00000001 ASL 00000061)
    Sep 02 13:13:37 sge00 kernel: ACPI: FACP 000000007fff00f0 000F4 (v04 VBOX VBOXFACP 00000001 ASL 00000061)
    Sep 02 13:13:37 sge00 kernel: ACPI: DSDT 000000007fff0470 01B96 (v01 VBOX VBOXBIOS 00000002 INTL 20100528)
    Sep 02 13:13:37 sge00 kernel: ACPI: FACS 000000007fff0200 00040
    Sep 02 13:13:37 sge00 kernel: ACPI: APIC 000000007fff0240 0005C (v02 VBOX VBOXAPIC 00000001 ASL 00000061)
    Sep 02 13:13:37 sge00 kernel: ACPI: SSDT 000000007fff02a0 001CC (v01 VBOX VBOXCPUT 00000002 INTL 20100528)
    Sep 02 13:13:37 sge00 kernel: ACPI: Local APIC address 0xfee00000
    Sep 02 13:13:37 sge00 kernel: No NUMA configuration found
    Sep 02 13:13:37 sge00 kernel: Faking a node at [mem 0x0000000000000000-0x000000007ffeffff]
    Sep 02 13:13:37 sge00 kernel: Initmem setup node 0 [mem 0x00000000-0x7ffeffff]
    Sep 02 13:13:37 sge00 kernel: NODE_DATA [mem 0x7fd1d000-0x7fd21fff]
    Sep 02 13:13:37 sge00 kernel: [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff88007d400000-ffff88007f3fffff] on node 0
    Sep 02 13:13:37 sge00 kernel: Zone ranges:
    Sep 02 13:13:37 sge00 kernel: DMA [mem 0x00001000-0x00ffffff]
    Sep 02 13:13:37 sge00 kernel: DMA32 [mem 0x01000000-0xffffffff]
    Sep 02 13:13:37 sge00 kernel: Normal empty
    Sep 02 13:13:37 sge00 kernel: Movable zone start for each node
    Sep 02 13:13:37 sge00 kernel: Early memory node ranges
    Sep 02 13:13:37 sge00 kernel: node 0: [mem 0x00001000-0x0009efff]
    Sep 02 13:13:37 sge00 kernel: node 0: [mem 0x00100000-0x7ffeffff]
    Sep 02 13:13:37 sge00 kernel: On node 0 totalpages: 524174
    Sep 02 13:13:37 sge00 kernel: DMA zone: 64 pages used for memmap
    Sep 02 13:13:37 sge00 kernel: DMA zone: 21 pages reserved
    Sep 02 13:13:37 sge00 kernel: DMA zone: 3998 pages, LIFO batch:0
    Sep 02 13:13:37 sge00 kernel: DMA32 zone: 8128 pages used for memmap
    Sep 02 13:13:37 sge00 kernel: DMA32 zone: 520176 pages, LIFO batch:31
    Sep 02 13:13:37 sge00 kernel: ACPI: PM-Timer IO Port: 0x4008
    Sep 02 13:13:37 sge00 kernel: ACPI: Local APIC address 0xfee00000
    Sep 02 13:13:37 sge00 kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    Sep 02 13:13:37 sge00 kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    Sep 02 13:13:37 sge00 kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    Sep 02 13:13:37 sge00 kernel: IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
    Sep 02 13:13:37 sge00 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Sep 02 13:13:37 sge00 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    Sep 02 13:13:37 sge00 kernel: ACPI: IRQ0 used by override.
    Sep 02 13:13:37 sge00 kernel: ACPI: IRQ2 used by override.
    Sep 02 13:13:37 sge00 kernel: ACPI: IRQ9 used by override.
    Sep 02 13:13:37 sge00 kernel: Using ACPI (MADT) for SMP configuration information
    Sep 02 13:13:37 sge00 kernel: smpboot: Allowing 2 CPUs, 0 hotplug CPUs
    Sep 02 13:13:37 sge00 kernel: nr_irqs_gsi: 40
    Sep 02 13:13:37 sge00 kernel: PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    Sep 02 13:13:37 sge00 kernel: PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
    Sep 02 13:13:37 sge00 kernel: PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
    Sep 02 13:13:37 sge00 kernel: e820: [mem 0x80000000-0xfffbffff] available for PCI devices
    Sep 02 13:13:37 sge00 kernel: Booting paravirtualized kernel on bare hardware
    Sep 02 13:13:37 sge00 kernel: setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
    Sep 02 13:13:37 sge00 kernel: PERCPU: Embedded 28 pages/cpu @ffff88007fa00000 s86016 r8192 d20480 u1048576
    Sep 02 13:13:37 sge00 kernel: pcpu-alloc: s86016 r8192 d20480 u1048576 alloc=1*2097152
    Sep 02 13:13:37 sge00 kernel: pcpu-alloc: [0] 0 1
    Sep 02 13:13:37 sge00 kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 515961
    Sep 02 13:13:37 sge00 kernel: Policy zone: DMA32
    Sep 02 13:13:37 sge00 kernel: Kernel command line: root=/dev/sda1 rw initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
    Sep 02 13:13:37 sge00 kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    Sep 02 13:13:37 sge00 kernel: Checking aperture...
    Sep 02 13:13:37 sge00 kernel: No AGP bridge found
    Sep 02 13:13:37 sge00 kernel: Calgary: detecting Calgary via BIOS EBDA area
    Sep 02 13:13:37 sge00 kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    Sep 02 13:13:37 sge00 kernel: Memory: 2049056k/2097088k available (4943k kernel code, 392k absent, 47640k reserved, 4024k data, 1124k init)
    Sep 02 13:13:37 sge00 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    Sep 02 13:13:37 sge00 kernel: Preemptible hierarchical RCU implementation.
    Sep 02 13:13:37 sge00 kernel: RCU dyntick-idle grace-period acceleration is enabled.
    Sep 02 13:13:37 sge00 kernel: Dump stacks of tasks blocking RCU-preempt GP.
    Sep 02 13:13:37 sge00 kernel: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=2.
    Sep 02 13:13:37 sge00 kernel: NR_IRQS:4352 nr_irqs:512 16
    Sep 02 13:13:37 sge00 kernel: Console: colour VGA+ 80x25
    Sep 02 13:13:37 sge00 kernel: console [tty0] enabled
    Sep 02 13:13:37 sge00 kernel: allocated 8388608 bytes of page_cgroup
    Sep 02 13:13:37 sge00 kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Sep 02 13:13:37 sge00 kernel: tsc: Fast TSC calibration failed
    Sep 02 13:13:37 sge00 kernel: tsc: PIT calibration matches PMTIMER. 2 loops
    Sep 02 13:13:37 sge00 kernel: tsc: Detected 2708.883 MHz processor
    Sep 02 13:13:37 sge00 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5419.50 BogoMIPS (lpj=9029610)
    Sep 02 13:13:37 sge00 kernel: pid_max: default: 32768 minimum: 301
    Sep 02 13:13:37 sge00 kernel: Security Framework initialized
    Sep 02 13:13:37 sge00 kernel: AppArmor: AppArmor disabled by boot time parameter
    Sep 02 13:13:37 sge00 kernel: Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
    Sep 02 13:13:37 sge00 kernel: Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
    Sep 02 13:13:37 sge00 kernel: Mount-cache hash table entries: 256
    Sep 02 13:13:37 sge00 kernel: Initializing cgroup subsys memory
    Sep 02 13:13:37 sge00 kernel: Initializing cgroup subsys devices
    Sep 02 13:13:37 sge00 kernel: Initializing cgroup subsys freezer
    Sep 02 13:13:37 sge00 kernel: Initializing cgroup subsys net_cls
    Sep 02 13:13:37 sge00 kernel: Initializing cgroup subsys blkio
    Sep 02 13:13:37 sge00 kernel: CPU: Physical Processor ID: 0
    Sep 02 13:13:37 sge00 kernel: CPU: Processor Core ID: 0
    Sep 02 13:13:37 sge00 kernel: mce: CPU supports 0 MCE banks
    Sep 02 13:13:37 sge00 kernel: [117B blob data]
    Sep 02 13:13:37 sge00 kernel: Freeing SMP alternatives: 20k freed
    Sep 02 13:13:37 sge00 kernel: ACPI: Core revision 20130328
    Sep 02 13:13:37 sge00 kernel: ACPI: All ACPI Tables successfully acquired
    Sep 02 13:13:37 sge00 kernel: ftrace: allocating 19652 entries in 77 pages
    Sep 02 13:13:37 sge00 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Sep 02 13:13:37 sge00 kernel: smpboot: CPU0: Intel(R) Core(TM) i7-3820QM CPU @ 2.70GHz (fam: 06, model: 3a, stepping: 09)
    Sep 02 13:13:37 sge00 kernel: Performance Events: unsupported p6 CPU model 58 no PMU driver, software events only.
    Sep 02 13:13:37 sge00 kernel: NMI watchdog: disabled (cpu0): hardware events not enabled
    Sep 02 13:13:37 sge00 kernel: smpboot: Booting Node 0, Processors #1 OK
    Sep 02 13:13:37 sge00 kernel: mce: CPU supports 0 MCE banks
    Sep 02 13:13:37 sge00 kernel: TSC synchronization [CPU#0 -> CPU#1]:
    Sep 02 13:13:37 sge00 kernel: Measured 31057 cycles TSC warp between CPUs, turning off TSC clock.
    Sep 02 13:13:37 sge00 kernel: tsc: Marking TSC unstable due to check_tsc_sync_source failed
    Sep 02 13:13:37 sge00 kernel: Brought up 2 CPUs
    Sep 02 13:13:37 sge00 kernel: smpboot: Total of 2 processors activated (10839.01 BogoMIPS)
    Sep 02 13:13:37 sge00 kernel: devtmpfs: initialized
    Sep 02 13:13:37 sge00 kernel: RTC time: 17:13:36, date: 09/02/13
    Sep 02 13:13:37 sge00 kernel: NET: Registered protocol family 16
    Sep 02 13:13:37 sge00 kernel: ACPI: bus type PCI registered
    Sep 02 13:13:37 sge00 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    Sep 02 13:13:37 sge00 kernel: PCI: Using configuration type 1 for base access
    Sep 02 13:13:37 sge00 kernel: bio: create slab <bio-0> at 0
    Sep 02 13:13:37 sge00 kernel: ACPI: Added _OSI(Module Device)
    Sep 02 13:13:37 sge00 kernel: ACPI: Added _OSI(Processor Device)
    Sep 02 13:13:37 sge00 kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    Sep 02 13:13:37 sge00 kernel: ACPI: Added _OSI(Processor Aggregator Device)
    Sep 02 13:13:37 sge00 kernel: ACPI: EC: Look up EC in DSDT
    Sep 02 13:13:37 sge00 kernel: ACPI: Executed 1 blocks of module-level executable AML code
    Sep 02 13:13:37 sge00 kernel: ACPI: Interpreter enabled
    Sep 02 13:13:37 sge00 kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130328/hwxface-568)
    Sep 02 13:13:37 sge00 kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130328/hwxface-568)
    Sep 02 13:13:37 sge00 kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20130328/hwxface-568)
    Sep 02 13:13:37 sge00 kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20130328/hwxface-568)
    Sep 02 13:13:37 sge00 kernel: ACPI: (supports S0 S5)
    Sep 02 13:13:37 sge00 kernel: ACPI: Using IOAPIC for interrupt routing
    Sep 02 13:13:37 sge00 kernel: PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
    Sep 02 13:13:37 sge00 kernel: ACPI: No dock devices found.
    Sep 02 13:13:37 sge00 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    Sep 02 13:13:37 sge00 kernel: acpi PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored)
    Sep 02 13:13:37 sge00 kernel: acpi PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored)
    Sep 02 13:13:37 sge00 kernel: acpi PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
    Sep 02 13:13:37 sge00 kernel: acpi PNP0A03:00: host bridge window [mem 0x80000000-0xffdfffff] (ignored)
    Sep 02 13:13:37 sge00 kernel: PCI: root bus 00: using default resources
    Sep 02 13:13:37 sge00 kernel: acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
    Sep 02 13:13:37 sge00 kernel: PCI host bridge to bus 0000:00
    Sep 02 13:13:37 sge00 kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
    Sep 02 13:13:37 sge00 kernel: pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
    Sep 02 13:13:37 sge00 kernel: pci_bus 0000:00: root bus resource [mem 0x00000000-0xfffffffff]
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:01.1: [8086:7111] type 00 class 0x01018a
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:01.1: reg 20: [io 0xd000-0xd00f]
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:02.0: [80ee:beef] type 00 class 0x030000
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:02.0: reg 10: [mem 0xe0000000-0xe0ffffff pref]
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:03.0: [8086:100e] type 00 class 0x020000
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:03.0: reg 10: [mem 0xf0000000-0xf001ffff]
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:03.0: reg 18: [io 0xd010-0xd017]
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:04.0: [80ee:cafe] type 00 class 0x088000
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:04.0: reg 10: [io 0xd020-0xd03f]
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:04.0: reg 14: [mem 0xf0400000-0xf07fffff]
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:04.0: reg 18: [mem 0xf0800000-0xf0803fff pref]
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:06.0: [106b:003f] type 00 class 0x0c0310
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:06.0: reg 10: [mem 0xf0804000-0xf0804fff]
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:07.0: [8086:7113] type 00 class 0x068000
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:0d.0: [8086:2829] type 00 class 0x010601
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:0d.0: reg 10: [io 0xd040-0xd047]
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:0d.0: reg 18: [io 0xd050-0xd057]
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:0d.0: reg 20: [io 0xd060-0xd06f]
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:0d.0: reg 24: [mem 0xf0806000-0xf0807fff]
    Sep 02 13:13:37 sge00 kernel: acpi PNP0A03:00: ACPI _OSC support notification failed, disabling PCIe ASPM
    Sep 02 13:13:37 sge00 kernel: acpi PNP0A03:00: Unable to request _OSC control (_OSC support mask: 0x08)
    Sep 02 13:13:37 sge00 kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs *5 9 10 11)
    Sep 02 13:13:37 sge00 kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 5 9 10 *11)
    Sep 02 13:13:37 sge00 kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 5 9 *10 11)
    Sep 02 13:13:37 sge00 kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 5 *9 10 11)
    Sep 02 13:13:37 sge00 kernel: ACPI: Enabled 1 GPEs in block 00 to 07
    Sep 02 13:13:37 sge00 kernel: acpi root: \_SB_.PCI0 notify handler is installed
    Sep 02 13:13:37 sge00 kernel: Found 1 acpi root devices
    Sep 02 13:13:37 sge00 kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    Sep 02 13:13:37 sge00 kernel: vgaarb: loaded
    Sep 02 13:13:37 sge00 kernel: vgaarb: bridge control possible 0000:00:02.0
    Sep 02 13:13:37 sge00 kernel: PCI: Using ACPI for IRQ routing
    Sep 02 13:13:37 sge00 kernel: PCI: pci_cache_line_size set to 64 bytes
    Sep 02 13:13:37 sge00 kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
    Sep 02 13:13:37 sge00 kernel: e820: reserve RAM buffer [mem 0x7fff0000-0x7fffffff]
    Sep 02 13:13:37 sge00 kernel: NetLabel: Initializing
    Sep 02 13:13:37 sge00 kernel: NetLabel: domain hash size = 128
    Sep 02 13:13:37 sge00 kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Sep 02 13:13:37 sge00 kernel: NetLabel: unlabeled traffic allowed by default
    Sep 02 13:13:37 sge00 kernel: Switching to clocksource refined-jiffies
    Sep 02 13:13:37 sge00 kernel: pnp: PnP ACPI init
    Sep 02 13:13:37 sge00 kernel: ACPI: bus type PNP registered
    Sep 02 13:13:37 sge00 kernel: pnp 00:00: Plug and Play ACPI device, IDs PNP0303 (active)
    Sep 02 13:13:37 sge00 kernel: pnp 00:01: [dma 4]
    Sep 02 13:13:37 sge00 kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    Sep 02 13:13:37 sge00 kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0f03 (active)
    Sep 02 13:13:37 sge00 kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0400 (active)
    Sep 02 13:13:37 sge00 kernel: pnp: PnP ACPI: found 4 devices
    Sep 02 13:13:37 sge00 kernel: ACPI: bus type PNP unregistered
    Sep 02 13:13:37 sge00 kernel: Switching to clocksource acpi_pm
    Sep 02 13:13:37 sge00 kernel: pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
    Sep 02 13:13:37 sge00 kernel: pci_bus 0000:00: resource 5 [mem 0x00000000-0xfffffffff]
    Sep 02 13:13:37 sge00 kernel: NET: Registered protocol family 2
    Sep 02 13:13:37 sge00 kernel: TCP established hash table entries: 16384 (order: 6, 262144 bytes)
    Sep 02 13:13:37 sge00 kernel: TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
    Sep 02 13:13:37 sge00 kernel: TCP: Hash tables configured (established 16384 bind 16384)
    Sep 02 13:13:37 sge00 kernel: TCP: reno registered
    Sep 02 13:13:37 sge00 kernel: UDP hash table entries: 1024 (order: 3, 32768 bytes)
    Sep 02 13:13:37 sge00 kernel: UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
    Sep 02 13:13:37 sge00 kernel: NET: Registered protocol family 1
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:00.0: Limiting direct PCI/PCI transfers
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:01.0: Activating ISA DMA hang workarounds
    Sep 02 13:13:37 sge00 kernel: pci 0000:00:02.0: Boot video device
    Sep 02 13:13:37 sge00 kernel: PCI: CLS 0 bytes, default 64
    Sep 02 13:13:37 sge00 kernel: Unpacking initramfs...
    Sep 02 13:13:37 sge00 kernel: Freeing initrd memory: 2868k freed
    Sep 02 13:13:37 sge00 kernel: platform rtc_cmos: registered platform RTC device (no PNP device found)
    Sep 02 13:13:37 sge00 kernel: Scanning for low memory corruption every 60 seconds
    Sep 02 13:13:37 sge00 kernel: audit: initializing netlink socket (disabled)
    Sep 02 13:13:37 sge00 kernel: type=2000 audit(1378142015.246:1): initialized
    Sep 02 13:13:37 sge00 kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
    Sep 02 13:13:37 sge00 kernel: VFS: Disk quotas dquot_6.5.2
    Sep 02 13:13:37 sge00 kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    Sep 02 13:13:37 sge00 kernel: msgmni has been set to 4007
    Sep 02 13:13:37 sge00 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    Sep 02 13:13:37 sge00 kernel: io scheduler noop registered
    Sep 02 13:13:37 sge00 kernel: io scheduler deadline registered
    Sep 02 13:13:37 sge00 kernel: io scheduler cfq registered (default)
    Sep 02 13:13:37 sge00 kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    Sep 02 13:13:37 sge00 kernel: intel_idle: does not run on family 6 model 58
    Sep 02 13:13:37 sge00 kernel: GHES: HEST is not enabled!
    Sep 02 13:13:37 sge00 kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Sep 02 13:13:37 sge00 kernel: Linux agpgart interface v0.103
    Sep 02 13:13:37 sge00 kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
    Sep 02 13:13:37 sge00 kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Sep 02 13:13:37 sge00 kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
    Sep 02 13:13:37 sge00 kernel: mousedev: PS/2 mouse device common for all mice
    Sep 02 13:13:37 sge00 kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    Sep 02 13:13:37 sge00 kernel: rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
    Sep 02 13:13:37 sge00 kernel: rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram
    Sep 02 13:13:37 sge00 kernel: cpuidle: using governor ladder
    Sep 02 13:13:37 sge00 kernel: cpuidle: using governor menu
    Sep 02 13:13:37 sge00 kernel: drop_monitor: Initializing network drop monitor service
    Sep 02 13:13:37 sge00 kernel: TCP: cubic registered
    Sep 02 13:13:37 sge00 kernel: NET: Registered protocol family 10
    Sep 02 13:13:37 sge00 kernel: NET: Registered protocol family 17
    Sep 02 13:13:37 sge00 kernel: Key type dns_resolver registered
    Sep 02 13:13:37 sge00 kernel: PM: Hibernation image not present or could not be loaded.
    Sep 02 13:13:37 sge00 kernel: registered taskstats version 1
    Sep 02 13:13:37 sge00 kernel: Magic number: 13:139:238
    Sep 02 13:13:37 sge00 kernel: rtc_cmos rtc_cmos: setting system clock to 2013-09-02 17:13:36 UTC (1378142016)
    Sep 02 13:13:37 sge00 kernel: Freeing unused kernel memory: 1124k freed
    Sep 02 13:13:37 sge00 kernel: Write protecting the kernel read-only data: 8192k
    Sep 02 13:13:37 sge00 kernel: Freeing unused kernel memory: 1192k freed
    Sep 02 13:13:37 sge00 kernel: Freeing unused kernel memory: 400k freed
    Sep 02 13:13:37 sge00 systemd-udevd[45]: starting version 204
    Sep 02 13:13:37 sge00 kernel: ACPI: bus type USB registered
    Sep 02 13:13:37 sge00 kernel: usbcore: registered new interface driver usbfs
    Sep 02 13:13:37 sge00 kernel: usbcore: registered new interface driver hub
    Sep 02 13:13:37 sge00 kernel: SCSI subsystem initialized
    Sep 02 13:13:37 sge00 kernel: ACPI: bus type ATA registered
    Sep 02 13:13:37 sge00 kernel: usbcore: registered new device driver usb
    Sep 02 13:13:37 sge00 kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    Sep 02 13:13:37 sge00 kernel: ohci_hcd 0000:00:06.0: OHCI Host Controller
    Sep 02 13:13:37 sge00 kernel: ohci_hcd 0000:00:06.0: new USB bus registered, assigned bus number 1
    Sep 02 13:13:37 sge00 kernel: ohci_hcd 0000:00:06.0: irq 22, io mem 0xf0804000
    Sep 02 13:13:37 sge00 kernel: libata version 3.00 loaded.
    Sep 02 13:13:37 sge00 kernel: hub 1-0:1.0: USB hub found
    Sep 02 13:13:37 sge00 kernel: hub 1-0:1.0: 8 ports detected
    Sep 02 13:13:37 sge00 kernel: ahci 0000:00:0d.0: version 3.0
    Sep 02 13:13:37 sge00 kernel: ahci: SSS flag set, parallel bus scan disabled
    Sep 02 13:13:37 sge00 kernel: ahci 0000:00:0d.0: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
    Sep 02 13:13:37 sge00 kernel: ahci 0000:00:0d.0: flags: 64bit ncq stag only ccc
    Sep 02 13:13:37 sge00 kernel: scsi0 : ahci
    Sep 02 13:13:37 sge00 kernel: ata1: SATA max UDMA/133 abar m8192@0xf0806000 port 0xf0806100 irq 21
    Sep 02 13:13:37 sge00 kernel: ata_piix 0000:00:01.1: version 2.13
    Sep 02 13:13:37 sge00 kernel: scsi1 : ata_piix
    Sep 02 13:13:37 sge00 kernel: scsi2 : ata_piix
    Sep 02 13:13:37 sge00 kernel: ata2: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xd000 irq 14
    Sep 02 13:13:37 sge00 kernel: ata3: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xd008 irq 15
    Sep 02 13:13:37 sge00 kernel: ata3.00: ATAPI: VBOX CD-ROM, 1.0, max UDMA/133
    Sep 02 13:13:37 sge00 kernel: ata3.00: configured for UDMA/33
    Sep 02 13:13:37 sge00 kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Sep 02 13:13:37 sge00 kernel: ata1.00: ATA-6: VBOX HARDDISK, 1.0, max UDMA/133
    Sep 02 13:13:37 sge00 kernel: ata1.00: 167772160 sectors, multi 128: LBA48 NCQ (depth 31/32)
    Sep 02 13:13:37 sge00 kernel: ata1.00: configured for UDMA/133
    Sep 02 13:13:37 sge00 kernel: scsi 0:0:0:0: Direct-Access ATA VBOX HARDDISK 1.0 PQ: 0 ANSI: 5
    Sep 02 13:13:37 sge00 kernel: scsi 2:0:0:0: CD-ROM VBOX CD-ROM 1.0 PQ: 0 ANSI: 5
    Sep 02 13:13:37 sge00 kernel: sd 0:0:0:0: [sda] 167772160 512-byte logical blocks: (85.8 GB/80.0 GiB)
    Sep 02 13:13:37 sge00 kernel: sd 0:0:0:0: [sda] Write Protect is off
    Sep 02 13:13:37 sge00 kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    Sep 02 13:13:37 sge00 kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Sep 02 13:13:37 sge00 kernel: sr0: scsi3-mmc drive: 32x/32x xa/form2 tray
    Sep 02 13:13:37 sge00 kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
    Sep 02 13:13:37 sge00 kernel: sr 2:0:0:0: Attached scsi CD-ROM sr0
    Sep 02 13:13:37 sge00 kernel: sda: sda1
    Sep 02 13:13:37 sge00 kernel: sd 0:0:0:0: [sda] Attached SCSI disk
    Sep 02 13:13:37 sge00 kernel: usb 1-1: new full-speed USB device number 2 using ohci_hcd
    Sep 02 13:13:37 sge00 kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    Sep 02 13:13:37 sge00 systemd[1]: systemd 204 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    Sep 02 13:13:37 sge00 systemd[1]: Detected virtualization 'oracle'.
    Sep 02 13:13:37 sge00 systemd[1]: Set hostname to <sge00>.
    Sep 02 13:13:37 sge00 systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    Sep 02 13:13:37 sge00 systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    Sep 02 13:13:37 sge00 systemd[1]: Starting Remote File Systems.
    Sep 02 13:13:37 sge00 systemd[1]: Reached target Remote File Systems.
    Sep 02 13:13:37 sge00 systemd[1]: Expecting device sys-subsystem-net-devices-enp0s3.device...
    Sep 02 13:13:37 sge00 systemd[1]: Starting Delayed Shutdown Socket.
    Sep 02 13:13:37 sge00 systemd[1]: Listening on Delayed Shutdown Socket.
    Sep 02 13:13:37 sge00 systemd[1]: Starting Device-mapper event daemon FIFOs.
    Sep 02 13:13:37 sge00 systemd[1]: Listening on Device-mapper event daemon FIFOs.
    Sep 02 13:13:37 sge00 systemd[1]: Starting LVM2 metadata daemon socket.
    Sep 02 13:13:37 sge00 systemd[1]: Listening on LVM2 metadata daemon socket.
    Sep 02 13:13:37 sge00 systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    Sep 02 13:13:37 sge00 systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    Sep 02 13:13:37 sge00 systemd[1]: Starting Encrypted Volumes.
    Sep 02 13:13:37 sge00 systemd[1]: Reached target Encrypted Volumes.
    Sep 02 13:13:37 sge00 systemd[1]: Starting udev Kernel Socket.
    Sep 02 13:13:37 sge00 systemd[1]: Listening on udev Kernel Socket.
    Sep 02 13:13:37 sge00 systemd[1]: Starting udev Control Socket.
    Sep 02 13:13:37 sge00 systemd[1]: Listening on udev Control Socket.
    Sep 02 13:13:37 sge00 systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    Sep 02 13:13:37 sge00 systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    Sep 02 13:13:37 sge00 systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    Sep 02 13:13:37 sge00 systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    Sep 02 13:13:37 sge00 systemd[1]: Starting Paths.
    Sep 02 13:13:37 sge00 systemd[1]: Reached target Paths.
    Sep 02 13:13:37 sge00 systemd[1]: Starting Journal Socket.
    Sep 02 13:13:37 sge00 systemd[1]: Listening on Journal Socket.
    Sep 02 13:13:37 sge00 systemd[1]: Starting Load Kernel Modules...
    Sep 02 13:13:37 sge00 systemd[1]: Starting Setup Virtual Console...
    Sep 02 13:13:37 sge00 systemd[1]: Started Set Up Additional Binary Formats.
    Sep 02 13:13:37 sge00 systemd[1]: Starting Apply Kernel Variables...
    Sep 02 13:13:37 sge00 systemd[1]: Starting udev Coldplug all Devices...
    Sep 02 13:13:37 sge00 systemd[1]: Starting Create static device nodes in /dev...
    Sep 02 13:13:37 sge00 systemd[1]: Mounting POSIX Message Queue File System...
    Sep 02 13:13:37 sge00 systemd[1]: Starting Journal Service...
    Sep 02 13:13:37 sge00 systemd[1]: Started Journal Service.
    Sep 02 13:13:37 sge00 systemd[1]: Mounting Debug File System...
    Sep 02 13:13:37 sge00 systemd[1]: Mounting Huge Pages File System...
    Sep 02 13:13:37 sge00 systemd[1]: Started File System Check on Root Device.
    Sep 02 13:13:37 sge00 systemd[1]: Starting Remount Root and Kernel File Systems...
    Sep 02 13:13:37 sge00 systemd[1]: Started Setup Virtual Console.
    Sep 02 13:13:37 sge00 systemd[1]: Started Create static device nodes in /dev.
    Sep 02 13:13:37 sge00 systemd[1]: Starting udev Kernel Device Manager...
    Sep 02 13:13:37 sge00 kernel: EXT4-fs (sda1): re-mounted. Opts: data=ordered
    Sep 02 13:13:37 sge00 kernel: FS-Cache: Loaded
    Sep 02 13:13:37 sge00 kernel: RPC: Registered named UNIX socket transport module.
    Sep 02 13:13:37 sge00 kernel: RPC: Registered udp transport module.
    Sep 02 13:13:37 sge00 kernel: RPC: Registered tcp transport module.
    Sep 02 13:13:37 sge00 kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
    Sep 02 13:13:37 sge00 systemd-journal[98]: Journal started
    Sep 02 13:13:37 sge00 systemd[1]: Started Apply Kernel Variables.
    Sep 02 13:13:37 sge00 systemd[1]: Mounted POSIX Message Queue File System.
    Sep 02 13:13:37 sge00 systemd[1]: Mounted Debug File System.
    Sep 02 13:13:37 sge00 systemd[1]: Mounted Huge Pages File System.
    Sep 02 13:13:37 sge00 systemd[1]: Started Remount Root and Kernel File Systems.
    Sep 02 13:13:37 sge00 systemd[1]: Starting Load Random Seed...
    Sep 02 13:13:37 sge00 systemd[1]: Activating swap /swapfile...
    Sep 02 13:13:37 sge00 systemd[1]: Started udev Coldplug all Devices.
    Sep 02 13:13:37 sge00 systemd-modules-load[92]: Inserted module 'nfs'
    Sep 02 13:13:37 sge00 kernel: FS-Cache: Netfs 'nfs' registered for caching
    Sep 02 13:13:37 sge00 systemd-modules-load[92]: Inserted module 'vboxguest'
    Sep 02 13:13:37 sge00 kernel: input: Unspecified device as /devices/pci0000:00/0000:00:04.0/input/input1
    Sep 02 13:13:37 sge00 kernel: vboxguest: major 0, IRQ 20, I/O port d020, MMIO at 00000000f0400000 (size 0x400000)
    Sep 02 13:13:37 sge00 kernel: vboxguest: Successfully loaded version 4.2.16_OSE (interface 0x00010004)
    Sep 02 13:13:37 sge00 systemd-modules-load[92]: Inserted module 'vboxsf'
    Sep 02 13:13:37 sge00 kernel: vboxsf: Successfully loaded version 4.2.16_OSE (interface 0x00010004)
    Sep 02 13:13:37 sge00 systemd-modules-load[92]: Inserted module 'vboxvideo'
    Sep 02 13:13:37 sge00 systemd[1]: Started Load Kernel Modules.
    Sep 02 13:13:37 sge00 systemd[1]: Mounting Configuration File System...
    Sep 02 13:13:37 sge00 kernel: [drm] Initialized drm 1.1.0 20060810
    Sep 02 13:13:37 sge00 kernel: [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    Sep 02 13:13:37 sge00 kernel: [drm] No driver support for vblank timestamp query.
    Sep 02 13:13:37 sge00 kernel: [drm] Initialized vboxvideo 1.0.0 20090303 for 0000:00:02.0 on minor 0
    Sep 02 13:13:37 sge00 systemd[1]: Mounted FUSE Control File System.
    Sep 02 13:13:37 sge00 systemd[1]: Started udev Kernel Device Manager.
    Sep 02 13:13:37 sge00 systemd[1]: Starting Local File Systems (Pre).
    Sep 02 13:13:37 sge00 systemd-udevd[106]: starting version 204
    Sep 02 13:13:37 sge00 systemd[1]: Reached target Local File Systems (Pre).
    Sep 02 13:13:37 sge00 systemd[1]: Mounting RPC pipe filesystem...
    Sep 02 13:13:37 sge00 systemd[1]: Starting Local File Systems.
    Sep 02 13:13:37 sge00 systemd[1]: Reached target Local File Systems.
    Sep 02 13:13:37 sge00 systemd[1]: Starting Recreate Volatile Files and Directories...
    Sep 02 13:13:37 sge00 systemd[1]: Starting Trigger Flushing of Journal to Persistent Storage...
    Sep 02 13:13:37 sge00 systemd[1]: Mounted RPC pipe filesystem.
    Sep 02 13:13:37 sge00 systemd[1]: Mounted Configuration File System.
    Sep 02 13:13:37 sge00 systemd[1]: Started Load Random Seed.
    Sep 02 13:13:37 sge00 systemd-journal[98]: Allowing system journal files to grow to 4.0G.
    Sep 02 13:13:37 sge00 systemd[1]: Started Trigger Flushing of Journal to Persistent Storage.
    Sep 02 13:13:37 sge00 systemd[1]: Started Recreate Volatile Files and Directories.
    Sep 02 13:13:37 sge00 systemd[1]: Starting Update UTMP about System Reboot/Shutdown...
    Sep 02 13:13:37 sge00 systemd[1]: Started Update UTMP about System Reboot/Shutdown.
    Sep 02 13:13:37 sge00 systemd[1]: Activated swap /swapfile.
    Sep 02 13:13:37 sge00 systemd[1]: Starting Swap.
    Sep 02 13:13:37 sge00 systemd[1]: Reached target Swap.
    Sep 02 13:13:37 sge00 systemd[1]: Starting System Initialization.
    Sep 02 13:13:37 sge00 systemd[1]: Reached target System Initialization.
    Sep 02 13:13:37 sge00 systemd[1]: Starting D-Bus System Message Bus Socket.
    Sep 02 13:13:37 sge00 systemd[1]: Listening on D-Bus System Message Bus Socket.
    Sep 02 13:13:38 sge00 systemd[1]: Started SGE Execution Daemon.
    Sep 02 13:13:38 sge00 swapon[116]: swapon: /swapfile: insecure permissions 0777, 0600 suggested.
    Sep 02 13:13:38 sge00 kernel: ACPI: AC Adapter [AC] (on-line)
    Sep 02 13:13:37 sge00 sshd[155]: Server listening on 0.0.0.0 port 22.
    Sep 02 13:13:37 sge00 sshd[155]: Server listening on :: port 22.
    Sep 02 13:13:37 sge00 slapd[156]: @(#) $OpenLDAP: slapd 2.4.35 (May 20 2013 16:33:13) $
    Sep 02 13:13:37 sge00 slapd[168]: bdb_monitor_db_open: monitoring disabled; configure monitor database to enable
    Sep 02 13:13:37 sge00 slapd[168]: slapd starting
    Sep 02 13:13:38 sge00 kernel: parport_pc 00:03: reported by Plug and Play ACPI
    Sep 02 13:13:38 sge00 kernel: input: PC Speaker as /devices/platform/pcspkr/input/input2
    Sep 02 13:13:38 sge00 kernel: microcode: CPU0 sig=0x306a9, pf=0x1, revision=0x0
    Sep 02 13:13:38 sge00 kernel: microcode: CPU1 sig=0x306a9, pf=0x1, revision=0x0
    Sep 02 13:13:38 sge00 kernel: microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    Sep 02 13:13:38 sge00 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    Sep 02 13:13:38 sge00 kernel: ACPI: Battery Slot [BAT0] (battery present)
    Sep 02 13:13:38 sge00 kernel: ACPI: Power Button [PWRF]
    Sep 02 13:13:38 sge00 CLCGenomicsServer[163]: Starting CLCGenomicsServer
    Sep 02 13:13:38 sge00 kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input4
    Sep 02 13:13:38 sge00 slim[166]: /usr/bin/xauth: file /var/run/slim.auth does not exist
    Sep 02 13:13:38 sge00 slim[166]: X.Org X Server 1.14.2
    Sep 02 13:13:38 sge00 slim[166]: Release Date: 2013-06-25
    Sep 02 13:13:38 sge00 slim[166]: X Protocol Version 11, Revision 0
    Sep 02 13:13:38 sge00 slim[166]: Build Operating System: Linux 3.9.7-1-ARCH x86_64
    Sep 02 13:13:38 sge00 slim[166]: Current Operating System: Linux sge00 3.10.10-1-ARCH #1 SMP PREEMPT Fri Aug 30 11:30:06 CEST 2013 x86_64
    Sep 02 13:13:38 sge00 slim[166]: Kernel command line: root=/dev/sda1 rw initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
    Sep 02 13:13:38 sge00 slim[166]: Build Date: 01 July 2013 10:48:42AM
    Sep 02 13:13:38 sge00 slim[166]: Current version of pixman: 0.30.2
    Sep 02 13:13:38 sge00 slim[166]: Before reporting problems, check http://wiki.x.org
    Sep 02 13:13:38 sge00 slim[166]: to make sure that you have the latest version.
    Sep 02 13:13:38 sge00 slim[166]: Markers: (--) probed, (**) from config file, (==) default setting,
    Sep 02 13:13:38 sge00 slim[166]: (++) from command line, (!!) notice, (II) informational,
    Sep 02 13:13:38 sge00 slim[166]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    Sep 02 13:13:38 sge00 slim[166]: (==) Log file: "/var/log/Xorg.0.log", Time: Mon Sep 2 13:13:37 2013
    Sep 02 13:13:38 sge00 slim[166]: (==) Using config directory: "/etc/X11/xorg.conf.d"
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension Generic Event Extension
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension SHAPE
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension MIT-SHM
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension XInputExtension
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension XTEST
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension BIG-REQUESTS
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension SYNC
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension XKEYBOARD
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension XC-MISC
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension SECURITY
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension XINERAMA
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension XFIXES
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension RENDER
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension RANDR
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension COMPOSITE
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension DAMAGE
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension MIT-SCREEN-SAVER
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension DOUBLE-BUFFER
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension RECORD
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension DPMS
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension X-Resource
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension XVideo
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension XVideo-MotionCompensation
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension XFree86-VidModeExtension
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension XFree86-DGA
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension XFree86-DRI
    Sep 02 13:13:38 sge00 kernel: ACPI: Sleep Button [SLPF]
    Sep 02 13:13:38 sge00 slim[166]: Initializing built-in extension DRI2
    Sep 02 13:13:38 sge00 slim[166]: Loading extension GLX
    Sep 02 13:13:38 sge00 kernel: hidraw: raw HID events driver (C) Jiri Kosina
    Sep 02 13:13:38 sge00 kernel: ppdev: user-space parallel port driver
    Sep 02 13:13:38 sge00 kernel: usbcore: registered new interface driver usbhid
    Sep 02 13:13:38 sge00 kernel: usbhid: USB HID core driver
    Sep 02 13:13:38 sge00 kernel: input: VirtualBox USB Tablet as /devices/pci0000:00/0000:00:06.0/usb1/1-1/1-1:1.0/input/input5
    Sep 02 13:13:38 sge00 kernel: hid-generic 0003:80EE:0021.0001: input,hidraw0: USB HID v1.10 Mouse [VirtualBox USB Tablet] on usb-0000:00:06.0-1/input0
    Sep 02 13:13:38 sge00 kernel: e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
    Sep 02 13:13:38 sge00 kernel: e1000: Copyright (c) 1999-2006 Intel Corporation.
    Sep 02 13:13:38 sge00 kernel: Adding 1048572k swap on /swapfile. Priority:-1 extents:5 across:1105916k FS
    Sep 02 13:13:38 sge00 kernel: input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input6
    Sep 02 13:13:38 sge00 systemd-logind[158]: Watching system buttons on /dev/input/event3 (Power Button)
    Sep 02 13:13:38 sge00 systemd-logind[158]: Watching system buttons on /dev/input/event4 (Sleep Button)
    Sep 02 13:13:38 sge00 kernel: e1000 0000:00:03.0 eth0: (PCI:33MHz:32-bit) 08:00:27:3d:4f:34
    Sep 02 13:13:38 sge00 kernel: e1000 0000:00:03.0 eth0: Intel(R) PRO/1000 Network Connection
    Sep 02 13:13:38 sge00 systemd[1]: Found device PRO/1000 MT Desktop Adapter.
    Sep 02 13:13:38 sge00 systemd[1]: Starting dhcpcd on enp0s3...
    Sep 02 13:13:38 sge00 systemd-udevd[128]: renamed network interface eth0 to enp0s3
    Sep 02 13:13:38 sge00 sgeexecd[161]: starting sge_execd
    Sep 02 13:13:38 sge00 dhcpcd[239]: version 6.0.5 starting
    Sep 02 13:13:38 sge00 kernel: IPv6: ADDRCONF(NETDEV_UP): enp0s3: link is not ready
    Sep 02 13:13:38 sge00 kernel: e1000: enp0s3 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
    Sep 02 13:13:38 sge00 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp0s3: link becomes ready
    Sep 02 13:13:38 sge00 sgemaster[162]: starting sge_qmaster
    Sep 02 13:13:38 sge00 dhcpcd[239]: enp0s3: soliciting an IPv6 router
    Sep 02 13:13:38 sge00 dhcpcd[239]: enp0s3: rebinding lease of 192.168.1.10
    Sep 02 13:13:38 sge00 dhcpcd[239]: enp0s3: carrier lost
    Sep 02 13:13:38 sge00 dhcpcd[239]: enp0s3: carrier acquired
    Sep 02 13:13:38 sge00 dhcpcd[239]: enp0s3: soliciting an IPv6 router
    Sep 02 13:13:38 sge00 dhcpcd[239]: enp0s3: rebinding lease of 192.168.1.10
    Sep 02 13:13:39 sge00 slim[166]: pam_unix(slim:session): session opened for user sgeuser by (uid=0)
    Sep 02 13:13:39 sge00 systemd-logind[158]: New session 1 of user sgeuser.
    Sep 02 13:13:39 sge00 systemd-logind[158]: Linked /tmp/.X11-unix/X0 to /run/user/1000/X11-display.
    Sep 02 13:13:40 sge00 slim[166]: /usr/bin/xauth: file /home/sgeuser/.Xauthority does not exist
    Sep 02 13:13:40 sge00 slim[166]: /home/sgeuser/.xinitrc: line 18: FontPath: command not found
    Sep 02 13:13:40 sge00 slim[166]: openbox: error while loading shared libraries: librsvg-2.so.2: cannot open shared object file: No such file or directory
    Sep 02 13:13:44 sge00 dhcpcd[239]: enp0s3: leased 192.168.1.10 for 86400 seconds
    Sep 02 13:13:44 sge00 dhcpcd[239]: enp0s3: adding host route to 192.168.1.10 via 127.0.0.1
    Sep 02 13:13:44 sge00 dhcpcd[239]: enp0s3: adding route to 192.168.1.0/24
    Sep 02 13:13:44 sge00 dhcpcd[239]: enp0s3: adding default route via 192.168.1.1
    Sep 02 13:13:44 sge00 dhcpcd[239]: forked to background, child pid 648
    Sep 02 13:13:44 sge00 systemd[1]: Started dhcpcd on enp0s3.
    Sep 02 13:13:44 sge00 systemd[1]: Starting Network.
    Sep 02 13:13:44 sge00 systemd[1]: Reached target Network.
    Sep 02 13:13:44 sge00 systemd[1]: Starting RPC Bind...
    Sep 02 13:13:44 sge00 systemd[1]: Starting Apache Web Server...
    Sep 02 13:13:44 sge00 systemd[1]: Started RPC Bind.
    Sep 02 13:13:44 sge00 systemd[1]: Starting NFS server...
    Sep 02 13:13:44 sge00 apachectl[650]: httpd: Could not reliably determine the server's fully qualified domain name, using 192.168.1.10 for ServerName
    Sep 02 13:13:44 sge00 systemd[1]: Starting RPC Port Mapper.
    Sep 02 13:13:44 sge00 systemd[1]: Reached target RPC Port Mapper.
    Sep 02 13:13:44 sge00 systemd[1]: Starting RPC GSS-API client-side daemon...
    Sep 02 13:13:44 sge00 systemd[1]: Started RPC GSS-API client-side daemon.
    Sep 02 13:13:44 sge00 kernel: Installing knfsd (copyright (C) 1996 [email protected]).
    Sep 02 13:13:44 sge00 kernel: NFSD: starting 90-second grace period (net ffffffff81893040)
    Sep 02 13:13:44 sge00 systemd[1]: Started NFS server.
    Sep 02 13:13:44 sge00 systemd[1]: Starting NFS Mount Daemon...
    Sep 02 13:13:44 sge00 systemd[1]: Starting NFSv4 ID-name mapping daemon...
    Sep 02 13:13:44 sge00 systemd[1]: Started NFSv4 ID-name mapping daemon.
    Sep 02 13:13:44 sge00 rpc.mountd[682]: Version 1.2.8 starting
    Sep 02 13:13:44 sge00 systemd[1]: Started NFS Mount Daemon.
    Sep 02 13:13:45 sge00 systemd[1]: PID file /run/httpd/httpd.pid not readable (yet?) after start.
    Sep 02 13:13:45 sge00 systemd[1]: Started SGE Execution Daemon.
    Sep 02 13:13:45 sge00 systemd[1]: Starting SGE Execution Daemon...
    Sep 02 13:13:45 sge00 lmx-serv-clcbio[690]: LM-X License Server v3.6.1 (Linux_x64)
    Sep 02 13:13:45 sge00 lmx-serv-clcbio[690]: Copyright (C) 2002-2010 X-Formation. All rights reserved.
    Sep 02 13:13:45 sge00 systemd[1]: Started SGE Execution Daemon.
    Sep 02 13:13:45 sge00 systemd[1]: Started SGE Execution Daemon.
    Sep 02 13:13:46 sge00 systemd[1]: Started Apache Web Server.
    Sep 02 13:13:46 sge00 systemd[1]: Starting Multi-User System.
    Sep 02 13:13:46 sge00 systemd[1]: Reached target Multi-User System.
    Sep 02 13:13:46 sge00 systemd[1]: Starting Graphical Interface.
    Sep 02 13:13:46 sge00 systemd[1]: Reached target Graphical Interface.
    Sep 02 13:13:46 sge00 systemd[1]: Startup finished in 1.441s (kernel) + 8.969s (userspace) = 10.410s.
    Sep 02 13:13:48 sge00 slapd[168]: conn=1000 fd=10 ACCEPT from IP=192.168.1.10:47238 (IP=0.0.0.0:389)
    Sep 02 13:13:48 sge00 slapd[168]: conn=1000 op=0 BIND dn="" method=128
    Sep 02 13:13:48 sge00 slapd[168]: conn=1000 op=0 RESULT tag=97 err=0 text=
    Sep 02 13:13:51 sge00 dhcpcd[648]: enp0s3: no IPv6 Routers available
    Sep 02 13:14:10 sge00 kernel: VBoxGuest: VBoxGuestCommonGuestCapsAcquire: pSession(0xffff88007b747810), OR(0x0), NOT(0xffffffff), flags(0x0)
    Sep 02 13:14:50 sge00 su[755]: (to sgeuser) sgeuser on none
    Sep 02 13:14:50 sge00 su[755]: pam_unix(su-l:session): session opened for user root by sgeuser(uid=1000)
    Sep 02 13:19:33 sge00 kernel: hrtimer: interrupt took 1387321 ns
    Sep 02 13:28:35 sge00 systemd[1]: Starting Cleanup of Temporary Directories...
    Sep 02 13:28:35 sge00 systemd[1]: Started Cleanup of Temporary Directories.
    Sep 02 14:39:38 sge00 su[755]: pam_unix(su-l:session): session closed for user root
    Sep 02 14:44:39 sge00 su[807]: (to sgeuser) sgeuser on none
    Sep 02 14:44:39 sge00 su[807]: pam_unix(su-l:session): session opened for user root by sgeuser(uid=1000)
    Sep 02 14:46:34 sge00 rpc.mountd[682]: authenticated mount request from 192.168.1.162:1022 for /opt/gridengine/sge (/opt/gridengine/sge)
    Last edited by teetee1 (2013-09-02 19:34:30)

    Thanks. The problem is solved.
    Both openbox and lxsession were installed. The only thing missing was the missing libsvg library. Here is the relevant entries in /var/log/pacman.log (when I installed the libsvg package just now)
    # egrep -ri svg /var/log/pacman.log
    [2013-09-02 14:52] [PACMAN] Running 'pacman --color auto -S extra/librsvg'
    [2013-09-02 14:52] [PACMAN] installed librsvg (1:2.37.0-1)
    so somehow it wasn't needed on a working lxde since 08/28 when the system was installed, and right after 3.10.10 kernel upgrade(Sat., 8/31), it is required to have the windows manager working properly. 3.10.10 linux kernel change log from https://www.kernel.org/pub/linux/kernel … og-3.10.10 did not return anything relevant.
    Anyway thanks for the input and I'm glad that the problem was solved quickly.
    Last edited by teetee1 (2013-09-02 19:36:39)

  • Efibootmgr & gummiboot replaced UEFI entry for Windows Boot Manager

    TLDR
    I am now in Windows 7 and dual boot with Arch is working fine.
    But before I update Arch, I would like to understand what happened, as in why adding an efibootmgr entry for Arch replaced/deleted the Windows Boot Manager entry although I followed the BG.
    The status of my UEFI boot menu was, before the installation of Arch:
    Windows Boot Manager
    AHCI HDJ... (hard drive 1)
    AHCI ST... (hard drive 2)
    While working through the BG, I decided to use gummiboot=> https://wiki.archlinux.org/index.php/Be … #Gummiboot. So:
    pacman -S gummiboot
    gummiboot install
    pacman -S efibootmgr
    gummiboot install
    [some error ocurred, as mentioned in red box]
    efibootmgr -c -L "Gummiboot" -l /EFI/gummiboot/gummibootx64.efi
    nano /boot/loader/entries/arch.conf
    title Arch Linux
    linux /vmlinuz-linux
    initrd /initramfs-linux.img
    options root=/dev/sdb3 ro
    [CTRL + X, Y, Enter]
    exit
    umount /mnt/{boot,home,}
    reboot
    I then saw a new list of the UEFI boot order:
    Gummiboot
    AHCI HDJ... (hard drive 1)
    AHCI ST... (hard drive 2)
    Chose Gummiboot and it brought up a gummiboot menu with entries
    Arch Linux
    Windows Boot Manager
    EFI Shell something
    Selected Arch Linux and it went to a message something along "boot device ' ' not found" and I was in a shell which was, I think, rootfs.
    I rebooted via the button on my desktop and out the Arch Linux USB drive back. After mounting the partitions:
    gummiboot remove
    efibootmgr
    [0000: Windows Boot Manager
    [0001: Arch Linux
    [0002: AHCI HDJ...
    [0003: AHCI ST...
    exit
    umount /mnt/{boot,home,}
    reboot
    Now I booted into a black screen with white text which said something "Reboot and select proper Boot device"
    => Inserted Win 7 64-bit DVD, repaired the boot sector. Rebooted, saw I had these entries again:
    Windows Boot Manager
    AHCI HDJ... (hard drive 1)
    AHCI ST... (hard drive 2)
    The boot into Windows worked fine. Rebooted, chrooted into my install again and:
    efibootmgr
    [0000: Arch Linux
    [0001: Windows Boot Manager
    [0003: AHCI HDJ...
    [0003: AHCI ST...
    efibootmogr -b 0 -B
    Then I used the EFISTUB method:
    efibootmgr -c -L "Arch Linux" -l /vmlinuz-linux -u "root=/dev/sdb3 ro initrd=/initramfs-linux.img"
    efibootmgr
    [0000: Windows Boot Manager
    [0001: Arch Linux
    [0002: AHCI HDJ...
    [0003: AHCI ST...
    exit
    umount /mnt/{boot,home,}
    reboot
    On reboot, 'Windows Boot Manager' was again replaced by 'Arch Linux'.
    => Inserted Win 7 64-bit DVD, repaired the boot sector.
    Rebooted, I have now Windows Boot Manager + Arch Linux and dual boot works now.
    My questions:
    What is going on with efibootmgr replacing/deleting the Windows entry? Is there something wrong with my UEFI menu?
    In connection with 1., I would like to sync the EFISTUB Kernel (wiki entry) before I run pacman -Syu. Can I do that now?
    Can I uninstall gummiboot now?
    Last edited by jones (2013-07-11 12:30:55)

    henrik wrote:So in light of your post, I decided to ditch EFISTUB + gummiboot and try out GRUB. Thanks for clearing it up a bit. Which is what confuses me a great deal more, as GRUB/gummiboot obviously do not meddle with Microsoft's EFI files. Right?
    EFI relies on two things to boot:
    Boot loader program files on the ESP (or occasionally elsewhere).
    NVRAM entries pointing to the boot loader files.
    Your own problems seem to be with the NVRAM entries, not with the boot loader files themselves. Unfortunately, managing those NVRAM entries has proven to be problematic because of bugs in specific EFI implementations, bugs in efibootmgr and other tools that manipulate the NVRAM entries, poor documentation, and other factors.
    To answer your question, though, no boot loader should mess with another's files. Such things can happen, though. The number of bugs that cause Microsoft's boot loader (EFI/Microsoft/Boot/bootmgfw.efi) to be treated deferentially have provoked some tools to use it as a target location for other boot loaders. (Ubuntu's Boot Repair tool does this in a rather overzealous way. So does my own rEFInd installer script, but only under certain narrow circumstances.) Also, the EFI/BOOT/bootx64.efi file is a special case; it's the fallback bootloader that's used when NVRAM entries are missing or don't work, and various boot loader installation procedures place copies in that location, so it can be overwritten and could contain just about anything.
    However, the whole thing happened again with GRUB. So I did the whole "repairing Boot problems" with the Windows DVD rescue thingy again and deleted all non-Microsoft files from the EFI partition, /dev/sda1.
    Then I formatted / (root) and installed arch again and followed the Beginners' Guide which suggest mounting /dev/sda1/ to /mnt/boot (in contrast to the GRUB entry where the ESP should be mounted to /mnt/boot/efi).
    I strongly advise against doing a complete re-installation just to overcome a boot loader problem. Instead, figure out what the problem is and fix it. Doing a complete re-installation is not likely to fix anything, and depending on precisely how you do it, you could end up with a more complex problem. The reason is that the re-installation is not likely to erase the NVRAM entries from the old installation, so you could find that you've got additional stray NVRAM entries. If you do happen to fix the problem by re-installing (say, because you selected a different installation option), you're not likely to know what changed to fix the problem, so you could end up in the same boat should you need to re-install again in the future.
    But it did not show this line
    Found Windows 7 (loader) on /dev/sda1
    ... how come??
    I've given up trying to understand GRUB's configuration scripts. You could try creating an entry manually by editing /etc/grub.d/40_custom; or you could forget about using the GRUB scripts and create a hand-crafted grub.cfg; or you could forget about using GRUB at all. I'm not a fan of GRUB, so my personal choice is the final one.
    So for all the headache and time ... should I delete the EFI partition and recreate it maybe? I think it's possible using the Windows 7 DVD.
    But somehow using efibootmgr on my UEFI list somehow invalidated the Windows entry.
    Reviewing your posts, it seems that you want to use the EFI stub loader directly, but you're having problems with that because when you add it to the NVRAM entries, Windows drops off your boot manager's boot options. The obvious solution to this problem is to forget about adding the EFI stub loader directly to the NVRAM entries, and instead add a boot manager that can handle either a Linux kernel or the Windows boot loader. (IMHO, this is the superior solution anyhow; I disagree with the Arch wiki's emphasis on using the EFI stub loader "raw.") It seems you were trying to do this with GRUB but had problems booting Windows. Earlier you tried gummiboot but had problems booting Linux. My suggestion is to either go back to gummiboot and fix its problem or try rEFInd. The "device not found" error you reported with gummiboot is usually caused by either a missing (or incorrectly-specified) initrd file or by an incorrectly-specified "root=" option passed to the kernel. Check those possitilities, and if you need help, report what happens in more detail. If necessary, take a digital photo of the screen and post it here. (Make sure it's legible, though!)
    You can try rEFInd with minimal disk by using a CD-R or USB flash drive image. Boot with that and your NVRAM and ESP won't be affected at all. If you can get rEFInd working from the flash drive, you can then install it to your hard disk and it should continue working. Note that you probably won't be able to boot Linux directly from rEFInd with your current configuration without adding a "root=" specification to the kernel command line. You can do this by hitting F2 or Insert twice rather than launching Linux by pressing Enter. Alternatively, you can create a refind_linux.conf file in the directory that holds your kernel. That file's contents are described in the rEFInd documentation.

  • Firefox menus and text have disappeared. Also, can I map Windows key?

    I was using openbox for a while (couple of days) and then decided to switch to KDE. The switch went well and was pretty effortless. I opened Firefox and it still had that ugly "Raleigh" theme to it. Wanting it to look more like the rest of KDE, I checked out the wiki and found this: https://wiki.archlinux.org/index.php/KD … plications
    Upon following the following instructions to install and change themes to oxygen-gtk, my Firefox has no more text on it, basically (screencap below):
    pacman -S oxygen-gtk
    pacman -S gtk-kde4
    gtk-kde4 ("System Settings > Lost and Found > GTK style")
    Here's what firefox looks like: http://i52.tinypic.com/2r6cxdw.jpg
    Interestingly enough, Konquerer wouldn't upload my pic for me (it crashed each time I tried), so I installed Chromium to upload it instead. It won't even start, but maybe the terminal output from running the "chromium" command may have something useful in it? It's missing some gtk-related items, but I don't know what they are nor how to fix the problem.
    chromium
    /usr/share/themes/qt4/gtk-2.0/gtkrc:335: Unable to locate image file in pixmap_path: "Expander/expander-normal-c.png"
    /usr/share/themes/qt4/gtk-2.0/gtkrc:337: Background image options specified without filename
    /usr/share/themes/qt4/gtk-2.0/gtkrc:344: Unable to locate image file in pixmap_path: "Expander/expander-prelight-c.png"
    /usr/share/themes/qt4/gtk-2.0/gtkrc:346: Background image options specified without filename
    /usr/share/themes/qt4/gtk-2.0/gtkrc:353: Unable to locate image file in pixmap_path: "Expander/expander-active-c.png"
    /usr/share/themes/qt4/gtk-2.0/gtkrc:355: Background image options specified without filename
    /usr/share/themes/qt4/gtk-2.0/gtkrc:362: Unable to locate image file in pixmap_path: "Expander/expander-insens-c.png"
    /usr/share/themes/qt4/gtk-2.0/gtkrc:364: Background image options specified without filename
    /usr/share/themes/qt4/gtk-2.0/gtkrc:372: Unable to locate image file in pixmap_path: "Expander/expander-normal-sc.png"
    /usr/share/themes/qt4/gtk-2.0/gtkrc:374: Background image options specified without filename
    /usr/share/themes/qt4/gtk-2.0/gtkrc:381: Unable to locate image file in pixmap_path: "Expander/expander-prelight-sc.png"
    /usr/share/themes/qt4/gtk-2.0/gtkrc:383: Background image options specified without filename
    /usr/share/themes/qt4/gtk-2.0/gtkrc:390: Unable to locate image file in pixmap_path: "Expander/expander-active-sc.png"
    /usr/share/themes/qt4/gtk-2.0/gtkrc:392: Background image options specified without filename
    /usr/share/themes/qt4/gtk-2.0/gtkrc:409: Unable to locate image file in pixmap_path: "Expander/expander-normal-se.png"
    /usr/share/themes/qt4/gtk-2.0/gtkrc:411: Background image options specified without filename
    /usr/share/themes/qt4/gtk-2.0/gtkrc:418: Unable to locate image file in pixmap_path: "Expander/expander-prelight-se.png"
    /usr/share/themes/qt4/gtk-2.0/gtkrc:420: Background image options specified without filename
    /usr/share/themes/qt4/gtk-2.0/gtkrc:427: Unable to locate image file in pixmap_path: "Expander/expander-active-se.png"
    /usr/share/themes/qt4/gtk-2.0/gtkrc:429: Background image options specified without filename
    /usr/share/themes/qt4/gtk-2.0/gtkrc:446: Unable to locate image file in pixmap_path: "Expander/expander-normal-e.png"
    /usr/share/themes/qt4/gtk-2.0/gtkrc:448: Background image options specified without filename
    /usr/share/themes/qt4/gtk-2.0/gtkrc:455: Unable to locate image file in pixmap_path: "Expander/expander-prelight-e.png"
    /usr/share/themes/qt4/gtk-2.0/gtkrc:457: Background image options specified without filename
    /usr/share/themes/qt4/gtk-2.0/gtkrc:464: Unable to locate image file in pixmap_path: "Expander/expander-active-e.png"
    /usr/share/themes/qt4/gtk-2.0/gtkrc:466: Background image options specified without filename
    /usr/share/themes/qt4/gtk-2.0/gtkrc:473: Unable to locate image file in pixmap_path: "Expander/expander-insens-e.png"
    /usr/share/themes/qt4/gtk-2.0/gtkrc:475: Background image options specified without filename
    /usr/share/themes/qt4/gtk-2.0/gtkrc:935: Unable to locate image file in pixmap_path: "Shadows/text-entry-focused.png"
    /usr/share/themes/qt4/gtk-2.0/gtkrc:938: Background image options specified without filename
    [2895:2895:3655934306:ERROR:browser_main.cc(970)] Gtk: Default font does not have a family set
    [2895:2895:3655934421:ERROR:browser_main.cc(970)] Gtk: Default font does not have a positive size
    [2895:2895:3655941441:ERROR:browser_main.cc(970)] Gtk: Default font does not have a family set
    [2895:2895:3655941497:ERROR:browser_main.cc(970)] Gtk: Default font does not have a positive size
    [2895:2895:3655941528:ERROR:browser_main.cc(970)] Gtk: Default font does not have a family set
    [2895:2895:3655941564:ERROR:browser_main.cc(970)] Gtk: Default font does not have a positive size
    [2895:2895:3655944151:ERROR:browser_main.cc(970)] Gtk: Default font does not have a family set
    [2895:2895:3655944200:ERROR:browser_main.cc(970)] Gtk: Default font does not have a positive size
    [2895:2895:3655944229:ERROR:browser_main.cc(970)] Gtk: Default font does not have a family set
    [2895:2895:3655944251:ERROR:browser_main.cc(970)] Gtk: Default font does not have a positive size
    Segmentation fault
    As for the other part of my topic, can I map my windows key to the start menu? If so, how? Thanks.

    blackplague1347 wrote:As for the other part of my topic, can I map my windows key to the start menu? If so, how? Thanks.
    As far as I know, KDE only allows the logo/mod4 key as a modifier in its keybindings. So you could do something like Mod4+Space, but not just Mod4.

  • Can't get printer to work (Windows - Arch)

    I have an XP box and my Arch box on my home network, have Lexmark X1100 connected to XP box (USB printer). It worked fine on Ubuntu, I know it can work but I haven't gotten anything going using the Arch wiki on CUPS. Here is my /etc/samba/smb.conf:
    # This is the main Samba configuration file. You should read the
    # smb.conf(5) manual page in order to understand the options listed
    # here. Samba has a huge number of configurable options (perhaps too
    # many!) most of which are not shown in this example
    # For a step to step guide on installing, configuring and using samba,
    # read the Samba-HOWTO-Collection. This may be obtained from:
    # http://www.samba.org/samba/docs/Samba-HOWTO-Collection.pdf
    # Many working examples of smb.conf files can be found in the
    # Samba-Guide which is generated daily and can be downloaded from:
    # http://www.samba.org/samba/docs/Samba-Guide.pdf
    # Any line which starts with a ; (semi-colon) or a # (hash)
    # is a comment and is ignored. In this example we will use a #
    # for commentry and a ; for parts of the config file that you
    # may wish to enable
    # NOTE: Whenever you modify this file you should run the command "testparm"
    # to check that you have not made any basic syntactic errors.
    #======================= Global Settings =====================================
    [global]
    # workgroup = NT-Domain-Name or Workgroup-Name, eg: MIDEARTH
    workgroup = MYGROUP
    # server string is the equivalent of the NT Description field
    server string = Samba Server
    # Security mode. Defines in which mode Samba will operate. Possible
    # values are share, user, server, domain and ads. Most people will want
    # user level security. See the Samba-HOWTO-Collection for details.
    security = user
    # This option is important for security. It allows you to restrict
    # connections to machines which are on your local network. The
    # following example restricts access to two C class networks and
    # the "loopback" interface. For more examples of the syntax see
    # the smb.conf man page
    ; hosts allow = 192.168.1. 192.168.2. 127.
    # If you want to automatically load your printer list rather
    # than setting them up individually then you'll need this
    load printers = yes
    # you may wish to override the location of the printcap file
    ; printcap name = /etc/printcap
    # on SystemV system setting printcap name to lpstat should allow
    # you to automatically obtain a printer list from the SystemV spool
    # system
    ; printcap name = lpstat
    # It should not be necessary to specify the print system type unless
    # it is non-standard. Currently supported print systems include:
    # bsd, cups, sysv, plp, lprng, aix, hpux, qnx
    ; printing = cups
    # Uncomment this if you want a guest account, you must add this to /etc/passwd
    # otherwise the user "nobody" is used
    ; guest account = pcguest
    # this tells Samba to use a separate log file for each machine
    # that connects
    log file = /var/log/samba/%m.log
    # Put a capping on the size of the log files (in Kb).
    max log size = 50
    # Use password server option only with security = server
    # The argument list may include:
    # password server = My_PDC_Name [My_BDC_Name] [My_Next_BDC_Name]
    # or to auto-locate the domain controller/s
    # password server = *
    ; password server = <NT-Server-Name>
    # Use the realm option only with security = ads
    # Specifies the Active Directory realm the host is part of
    ; realm = MY_REALM
    # Backend to store user information in. New installations should
    # use either tdbsam or ldapsam. smbpasswd is available for backwards
    # compatibility. tdbsam requires no further configuration.
    ; passdb backend = tdbsam
    # Using the following line enables you to customise your configuration
    # on a per machine basis. The %m gets replaced with the netbios name
    # of the machine that is connecting.
    # Note: Consider carefully the location in the configuration file of
    # this line. The included file is read at that point.
    ; include = /usr/local/samba/lib/smb.conf.%m
    # Configure Samba to use multiple interfaces
    # If you have multiple network interfaces then you must list them
    # here. See the man page for details.
    ; interfaces = 192.168.12.2/24 192.168.13.2/24
    # Browser Control Options:
    # set local master to no if you don't want Samba to become a master
    # browser on your network. Otherwise the normal election rules apply
    ; local master = no
    # OS Level determines the precedence of this server in master browser
    # elections. The default value should be reasonable
    ; os level = 33
    # Domain Master specifies Samba to be the Domain Master Browser. This
    # allows Samba to collate browse lists between subnets. Don't use this
    # if you already have a Windows NT domain controller doing this job
    ; domain master = yes
    # Preferred Master causes Samba to force a local browser election on startup
    # and gives it a slightly higher chance of winning the election
    ; preferred master = yes
    # Enable this if you want Samba to be a domain logon server for
    # Windows95 workstations.
    ; domain logons = yes
    # if you enable domain logons then you may want a per-machine or
    # per user logon script
    # run a specific logon batch file per workstation (machine)
    ; logon script = %m.bat
    # run a specific logon batch file per username
    ; logon script = %U.bat
    # Where to store roving profiles (only for Win95 and WinNT)
    # %L substitutes for this servers netbios name, %U is username
    # You must uncomment the [Profiles] share below
    ; logon path = \\%L\Profiles\%U
    # Windows Internet Name Serving Support Section:
    # WINS Support - Tells the NMBD component of Samba to enable it's WINS Server
    ; wins support = yes
    # WINS Server - Tells the NMBD components of Samba to be a WINS Client
    # Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
    ; wins server = w.x.y.z
    # WINS Proxy - Tells Samba to answer name resolution queries on
    # behalf of a non WINS capable client, for this to work there must be
    # at least one WINS Server on the network. The default is NO.
    ; wins proxy = yes
    # DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names
    # via DNS nslookups. The default is NO.
    dns proxy = no
    # These scripts are used on a domain controller or stand-alone
    # machine to add or delete corresponding unix accounts
    ; add user script = /usr/sbin/useradd %u
    ; add group script = /usr/sbin/groupadd %g
    ; add machine script = /usr/sbin/adduser -n -g machines -c Machine -d /dev/null -s /bin/false %u
    ; delete user script = /usr/sbin/userdel %u
    ; delete user from group script = /usr/sbin/deluser %u %g
    ; delete group script = /usr/sbin/groupdel %g
    #============================ Share Definitions ==============================
    [homes]
    comment = Home Directories
    browseable = no
    writable = yes
    # Un-comment the following and create the netlogon directory for Domain Logons
    ; [netlogon]
    ; comment = Network Logon Service
    ; path = /usr/local/samba/lib/netlogon
    ; guest ok = yes
    ; writable = no
    ; share modes = no
    # Un-comment the following to provide a specific roving profile share
    # the default is to use the user's home directory
    ;[Profiles]
    ; path = /usr/local/samba/profiles
    ; browseable = no
    ; guest ok = yes
    # NOTE: If you have a BSD-style print system there is no need to
    # specifically define each individual printer
    [printers]
    comment = All Printers
    path = /var/spool/samba
    printing = cups
    printer = x125
    browseable = yes
    # Set public = yes to allow user 'guest account' to print
    guest ok = yes
    writable = no
    printable = yes
    # This one is useful for people to share files
    ;[tmp]
    ; comment = Temporary file space
    ; path = /tmp
    ; read only = no
    ; public = yes
    # A publicly accessible directory, but read only, except for people in
    # the "staff" group
    ;[public]
    ; comment = Public Stuff
    ; path = /home/samba
    ; public = yes
    ; writable = yes
    ; printable = no
    ; write list = @staff
    # Other examples.
    # A private printer, usable only by fred. Spool data will be placed in fred's
    # home directory. Note that fred must have write access to the spool directory,
    # wherever it is.
    ;[fredsprn]
    ; comment = Fred's Printer
    ; valid users = fred
    ; path = /homes/fred
    ; printer = freds_printer
    ; public = no
    ; writable = no
    ; printable = yes
    # A private directory, usable only by fred. Note that fred requires write
    # access to the directory.
    ;[fredsdir]
    ; comment = Fred's Service
    ; path = /usr/somewhere/private
    ; valid users = fred
    ; public = no
    ; writable = yes
    ; printable = no
    # a service which has a different directory for each machine that connects
    # this allows you to tailor configurations to incoming machines. You could
    # also use the %U option to tailor it by user name.
    # The %m gets replaced with the machine name that is connecting.
    ;[pchome]
    ; comment = PC Directories
    ; path = /usr/pc/%m
    ; public = no
    ; writable = yes
    # A publicly accessible directory, read/write to all users. Note that all files
    # created in the directory by users will be owned by the default user, so
    # any user with access can delete any other user's files. Obviously this
    # directory must be writable by the default user. Another user could of course
    # be specified, in which case all files would be owned by that user instead.
    ;[public]
    ; path = /usr/somewhere/else/public
    ; public = yes
    ; only guest = yes
    ; writable = yes
    ; printable = no
    # The following two entries demonstrate how to share a directory so that two
    # users can place files there that will be owned by the specific users. In this
    # setup, the directory should be writable by both users and should have the
    # sticky bit set on it to prevent abuse. Obviously this could be extended to
    # as many users as required.
    ;[myshare]
    ; comment = Mary's and Fred's stuff
    ; path = /usr/somewhere/shared
    ; valid users = mary fred
    ; public = no
    ; writable = yes
    ; printable = no
    ; create mask = 0765
    And I followed this: http://wiki.archlinux.org/index.php/CUPS  specifically http://wiki.archlinux.org/index.php/CUP … rinter_PPD  and http://wiki.archlinux.org/index.php/CUP … s_to_Linux. But I run OO and I still only have Generic printer.
    I was using the Gnome cups manager on Ubuntu, but I cannot find this package on my system now. I see it in AUR but shouldn't it be in pacman? I have searched and searched but can't find it. And I installed gtklp, but upon startup it just gives me "No printers found!" and exits.
    EDIT: I have just built gnome-cups-manager from AUR and am at the point where I select a driver, however in the Manufacturer list there is nothing showing, and when I hit Install Driver and select the .ppd I got from the CUPS site for my printer, it just says "The PPD    /usr/share/cups/model/Lexmark-X125-drv_x125.ppd is already installed"  I can't get past this point??
    Last edited by colbert (2008-01-09 17:34:32)

    on xp box
    1) install and start lpd daemon (done)
    2) set printer sharing (short name, no spaces) (done)
    3) make sure that xp allows tcp 515 (done?)
    on linux
    1) start cups
    2) open konqueror (not firefox) and enter in the address bar
    http://localhost:631/
    log in as root (I assume that basic cups with user is configured)
    3)select add printer
    - first page:set priter description
    - second page: Select device lpd/lpr host or printer
    - third page enter lpd://hostname/queue (hostname if defined in /etc/hosts, otherwise ip address of XP box queue -> printer share name
    - fourth page select manufacturer
    -fifthpage driver
    test it
    KDE
    K Menu -> Settings ->Printers ->Add -> follow screens
    I found KDE method (under Arch) more reliable, but both should work. No idea about Gnome.
    next
    Last edited by broch (2008-01-10 01:15:24)

  • After pacman -Syu upgrade xfce boots black screen cursor

    Hello,
    I've recently upgraded the system with pacman -Syu and it seem something has gone wrong with new xfce 4.12. I have changed DM from slim to lxdm and can only boot to openbox but not xfce. I also switch to tty2 and try a startx with ~/.xinitrc file with exec startxfce4 but it does not launch properly. What I mean is both the display manager and a startx boots me into a black screen with a cursor when i try to launch xfce. Again I can boot to openbox just fine. I've searched for similar topics but cant seem to find any solution. Can anyone help?
    [ 18.673]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 18.673] X Protocol Version 11, Revision 0
    [ 18.673] Build Operating System: Linux 3.18.6-1-ARCH x86_64
    [ 18.673] Current Operating System: Linux arch-server 3.14.35-1-lts #1 SMP Sat Mar 7 19:24:12 CET 2015 x86_64
    [ 18.674] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=d6352b14-5ca7-476a-9f43-2bc25278effd rw quiet
    [ 18.674] Build Date: 14 March 2015 06:45:50PM
    [ 18.674]
    [ 18.674] Current version of pixman: 0.32.6
    [ 18.674] Before reporting problems, check [url]http://wiki.x.org[/url]
    to make sure that you have the latest version.
    [ 18.674] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 18.674] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Mar 17 03:38:39 2015
    [ 18.937] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 19.047] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 19.553] (==) No Layout section. Using the first Screen section.
    [ 19.553] (**) |-->Screen "Default Screen" (0)
    [ 19.553] (**) | |-->Monitor "<default monitor>"
    [ 19.586] (==) No monitor specified for screen "Default Screen".
    Using a default monitor configuration.
    [ 19.586] (==) Automatically adding devices
    [ 19.586] (==) Automatically enabling devices
    [ 19.586] (==) Automatically adding GPU devices
    [ 20.294] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 20.294] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 20.294] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 20.354] (II) Loader magic: 0x815d80
    [ 20.354] (II) Module ABI versions:
    [ 20.354] X.Org ANSI C Emulation: 0.4
    [ 20.354] X.Org Video Driver: 19.0
    [ 20.354] X.Org XInput driver : 21.0
    [ 20.354] X.Org Server Extension : 9.0
    [ 20.356] (EE) systemd-logind: failed to get session: PID 940 does not belong to any known session
    [ 20.357] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 20.359] (--) PCI:*(0:1:5:0) 1002:9616:1462:7641 rev 0, Mem @ 0xd0000000/268435456, 0xfebe0000/65536, 0xfea00000/1048576, I/O @ 0x0000d000/256
    [ 20.359] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 20.422] (II) "glx" will be loaded by default.
    [ 20.423] (II) LoadModule: "vnc"
    [ 20.568] (II) Loading /usr/lib/xorg/modules/extensions/libvnc.so
    [ 22.029] (II) Module vnc: vendor="Constantin Kaplinsky"
    [ 22.029] compiled for 1.17.1, module version = 1.0.0
    [ 22.029] Module class: X.Org Server Extension
    [ 22.029] ABI class: X.Org Server Extension, version 9.0
    [ 22.029] (II) LoadModule: "glx"
    [ 22.030] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 24.054] (II) Module glx: vendor="X.Org Foundation"
    [ 24.208] compiled for 1.17.1, module version = 1.0.0
    [ 24.208] ABI class: X.Org Server Extension, version 9.0
    [ 24.208] (==) AIGLX enabled
    [ 24.208] (==) Matched ati as autoconfigured driver 0
    [ 24.208] (==) Matched ati as autoconfigured driver 1
    [ 24.208] (==) Matched modesetting as autoconfigured driver 2
    [ 24.208] (==) Matched fbdev as autoconfigured driver 3
    [ 24.208] (==) Matched vesa as autoconfigured driver 4
    [ 24.208] (==) Assigned the driver to the xf86ConfigLayout
    [ 24.208] (II) LoadModule: "ati"
    [ 24.261] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 24.332] (II) Module ati: vendor="X.Org Foundation"
    [ 24.332] compiled for 1.17.0, module version = 7.5.0
    [ 24.332] Module class: X.Org Video Driver
    [ 24.332] ABI class: X.Org Video Driver, version 19.0
    [ 24.332] (II) LoadModule: "radeon"
    [ 24.333] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 24.765] (II) Module radeon: vendor="X.Org Foundation"
    [ 24.765] compiled for 1.17.0, module version = 7.5.0
    [ 24.765] Module class: X.Org Video Driver
    [ 24.765] ABI class: X.Org Video Driver, version 19.0
    [ 24.765] (II) LoadModule: "modesetting"
    [ 24.765] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 24.878] (II) Module modesetting: vendor="X.Org Foundation"
    [ 24.878] compiled for 1.17.1, module version = 1.17.1
    [ 24.878] Module class: X.Org Video Driver
    [ 24.878] ABI class: X.Org Video Driver, version 19.0
    [ 24.878] (II) LoadModule: "fbdev"
    [ 24.878] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 25.005] (II) Module fbdev: vendor="X.Org Foundation"
    [ 25.005] compiled for 1.17.0, module version = 0.4.4
    [ 25.005] Module class: X.Org Video Driver
    [ 25.005] ABI class: X.Org Video Driver, version 19.0
    [ 25.005] (II) LoadModule: "vesa"
    [ 25.006] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 25.099] (II) Module vesa: vendor="X.Org Foundation"
    [ 25.099] compiled for 1.17.0, module version = 2.3.2
    [ 25.099] Module class: X.Org Video Driver
    [ 25.099] ABI class: X.Org Video Driver, version 19.0
    [ 25.099] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
    ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
    ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO2, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
    ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
    CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
    BARTS, BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
    OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
    HAINAN, HAINAN, HAINAN, HAINAN, HAINAN, HAINAN, BONAIRE, BONAIRE,
    BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE,
    BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
    KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
    KABINI, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
    MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
    MULLINS, MULLINS, MULLINS, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII,
    HAWAII, HAWAII, HAWAII, HAWAII, HAWAII
    [ 25.111] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 25.111] (II) FBDEV: driver for framebuffer: fbdev
    [ 25.111] (II) VESA: driver for VESA chipsets: vesa
    [ 25.111] (++) using VT number 7
    [ 25.184] (II) [KMS] Kernel modesetting enabled.
    [ 25.184] (WW) Falling back to old probe method for modesetting
    [ 25.184] (WW) Falling back to old probe method for fbdev
    [ 25.184] (II) Loading sub module "fbdevhw"
    [ 25.184] (II) LoadModule: "fbdevhw"
    [ 25.184] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [ 25.280] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 25.280] compiled for 1.17.1, module version = 0.0.2
    [ 25.280] ABI class: X.Org Video Driver, version 19.0
    [ 25.280] (WW) Falling back to old probe method for vesa
    [ 25.280] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen" for depth/fbbpp 24/32
    [ 25.280] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 25.280] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 25.280] (==) RADEON(0): Default visual is TrueColor
    [ 25.280] (==) RADEON(0): RGB weight 888
    [ 25.280] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 25.280] (--) RADEON(0): Chipset: "ATI Radeon 3000 Graphics" (ChipID = 0x9616)
    [ 25.280] (II) Loading sub module "dri2"
    [ 25.280] (II) LoadModule: "dri2"
    [ 25.280] (II) Module "dri2" already built-in
    [ 25.280] (II) Loading sub module "exa"
    [ 25.280] (II) LoadModule: "exa"
    [ 25.281] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 25.406] (II) Module exa: vendor="X.Org Foundation"
    [ 25.406] compiled for 1.17.1, module version = 2.6.0
    [ 25.406] ABI class: X.Org Video Driver, version 19.0
    [ 25.406] (II) RADEON(0): KMS Color Tiling: enabled
    [ 25.406] (II) RADEON(0): KMS Color Tiling 2D: enabled
    [ 25.406] (II) RADEON(0): KMS Pageflipping: enabled
    [ 25.406] (II) RADEON(0): SwapBuffers wait for vsync: enabled
    [ 25.440] (II) RADEON(0): Output VGA-0 has no monitor section
    [ 25.471] (II) RADEON(0): Output HDMI-0 has no monitor section
    [ 25.510] (II) RADEON(0): EDID for output VGA-0
    [ 25.541] (II) RADEON(0): EDID for output HDMI-0
    [ 25.541] (II) RADEON(0): Manufacturer: BBY Model: bb20 Serial#: 16843009
    [ 25.541] (II) RADEON(0): Year: 2012 Week: 0
    [ 25.541] (II) RADEON(0): EDID Version: 1.3
    [ 25.541] (II) RADEON(0): Digital Display Input
    [ 25.541] (II) RADEON(0): DFP 1.x compatible TMDS
    [ 25.541] (II) RADEON(0): Max Image Size [cm]: horiz.: 44 vert.: 25
    [ 25.541] (II) RADEON(0): Gamma: 2.20
    [ 25.541] (II) RADEON(0): DPMS capabilities: Off
    [ 25.541] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 25.541] (II) RADEON(0): First detailed timing is preferred mode
    [ 25.541] (II) RADEON(0): redX: 0.645 redY: 0.331 greenX: 0.335 greenY: 0.621
    [ 25.541] (II) RADEON(0): blueX: 0.152 blueY: 0.053 whiteX: 0.313 whiteY: 0.329
    [ 25.541] (II) RADEON(0): Supported established timings:
    [ 25.541] (II) RADEON(0): 720x400@70Hz
    [ 25.541] (II) RADEON(0): 640x480@60Hz
    [ 25.541] (II) RADEON(0): 640x480@67Hz
    [ 25.541] (II) RADEON(0): 640x480@72Hz
    [ 25.541] (II) RADEON(0): 640x480@75Hz
    [ 25.541] (II) RADEON(0): 800x600@56Hz
    [ 25.541] (II) RADEON(0): 800x600@60Hz
    [ 25.541] (II) RADEON(0): 800x600@72Hz
    [ 25.541] (II) RADEON(0): 800x600@75Hz
    [ 25.541] (II) RADEON(0): 832x624@75Hz
    [ 25.542] (II) RADEON(0): 1024x768@60Hz
    [ 25.542] (II) RADEON(0): 1024x768@70Hz
    [ 25.542] (II) RADEON(0): 1024x768@75Hz
    [ 25.542] (II) RADEON(0): 1280x1024@75Hz
    [ 25.542] (II) RADEON(0): 1152x864@75Hz
    [ 25.542] (II) RADEON(0): Manufacturer's mask: 0
    [ 25.542] (II) RADEON(0): Supported standard timings:
    [ 25.542] (II) RADEON(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 25.542] (II) RADEON(0): #1: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 25.542] (II) RADEON(0): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 25.542] (II) RADEON(0): #3: hsize: 1440 vsize 900 refresh: 75 vid: 3989
    [ 25.542] (II) RADEON(0): #4: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 25.542] (II) RADEON(0): #5: hsize: 1280 vsize 720 refresh: 60 vid: 49281
    [ 25.542] (II) RADEON(0): Supported detailed timing:
    [ 25.542] (II) RADEON(0): clock: 97.8 MHz Image Size: 442 x 249 mm
    [ 25.542] (II) RADEON(0): h_active: 1600 h_sync: 1648 h_sync_end 1680 h_blank_end 1760 h_border: 0
    [ 25.542] (II) RADEON(0): v_active: 900 v_sync: 903 v_sync_end 908 v_blanking: 926 v_border: 0
    [ 25.542] (II) RADEON(0): Supported detailed timing:
    [ 25.542] (II) RADEON(0): clock: 85.5 MHz Image Size: 442 x 249 mm
    [ 25.542] (II) RADEON(0): h_active: 1360 h_sync: 1424 h_sync_end 1536 h_blank_end 1792 h_border: 0
    [ 25.542] (II) RADEON(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 795 v_border: 0
    [ 25.542] (II) RADEON(0): Ranges: V min: 55 V max: 76 Hz, H min: 30 H max: 82 kHz, PixClock max 155 MHz
    [ 25.542] (II) RADEON(0): Monitor name: NS-20EM50A13
    [ 25.542] (II) RADEON(0): EDID (in hex):
    [ 25.542] (II) RADEON(0): 00ffffffffffff00085920bb01010101
    [ 25.542] (II) RADEON(0): 00160103812c19782a3c25a554559f27
    [ 25.542] (II) RADEON(0): 0d5054bfef808180714f8140950f9500
    [ 25.542] (II) RADEON(0): 81c0010101012f2640a060841a303020
    [ 25.542] (II) RADEON(0): 3500baf91000001a662150b051001b30
    [ 25.542] (II) RADEON(0): 40703600baf91000001e000000fd0037
    [ 25.542] (II) RADEON(0): 4c1e520f000a202020202020000000fc
    [ 25.542] (II) RADEON(0): 004e532d3230454d35304131330a00a6
    [ 25.542] (II) RADEON(0): Printing probed modes for output HDMI-0
    [ 25.542] (II) RADEON(0): Modeline "1600x900"x60.0 97.75 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.5 kHz eP)
    [ 25.542] (II) RADEON(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 25.542] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 25.542] (II) RADEON(0): Modeline "1440x900"x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
    [ 25.542] (II) RADEON(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 25.542] (II) RADEON(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 25.542] (II) RADEON(0): Modeline "1360x768"x60.0 85.50 1360 1424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz e)
    [ 25.542] (II) RADEON(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 25.542] (II) RADEON(0): Modeline "1280x720"x60.0 74.44 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.7 kHz)
    [ 25.542] (II) RADEON(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 25.542] (II) RADEON(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 25.542] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 25.542] (II) RADEON(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 25.542] (II) RADEON(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 25.542] (II) RADEON(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 25.542] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 25.542] (II) RADEON(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 25.542] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 25.542] (II) RADEON(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    [ 25.542] (II) RADEON(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 25.542] (II) RADEON(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 25.542] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 25.542] (II) RADEON(0): Output VGA-0 disconnected
    [ 25.542] (II) RADEON(0): Output HDMI-0 connected
    [ 25.542] (II) RADEON(0): Using exact sizes for initial modes
    [ 25.542] (II) RADEON(0): Output HDMI-0 using initial mode 1600x900
    [ 25.542] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 25.542] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:10000000 visible:fa3b000
    [ 25.542] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
    [ 25.542] (==) RADEON(0): DPI set to (96, 96)
    [ 25.542] (II) Loading sub module "fb"
    [ 25.542] (II) LoadModule: "fb"
    [ 25.542] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 25.769] (II) Module fb: vendor="X.Org Foundation"
    [ 25.769] compiled for 1.17.1, module version = 1.0.0
    [ 25.769] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 25.769] (II) Loading sub module "ramdac"
    [ 25.769] (II) LoadModule: "ramdac"
    [ 25.769] (II) Module "ramdac" already built-in
    [ 25.769] (II) UnloadModule: "modesetting"
    [ 25.769] (II) Unloading modesetting
    [ 25.769] (II) UnloadModule: "fbdev"
    [ 25.769] (II) Unloading fbdev
    [ 25.769] (II) UnloadSubModule: "fbdevhw"
    [ 25.769] (II) Unloading fbdevhw
    [ 25.769] (II) UnloadModule: "vesa"
    [ 25.769] (II) Unloading vesa
    [ 25.769] (--) Depth 24 pixmap format is 32 bpp
    [ 25.818] (II) RADEON(0): [DRI2] Setup complete
    [ 25.818] (II) RADEON(0): [DRI2] DRI driver: r600
    [ 25.818] (II) RADEON(0): [DRI2] VDPAU driver: r600
    [ 25.818] (II) RADEON(0): Front buffer size: 5652K
    [ 25.818] (II) RADEON(0): VRAM usage limit set to 225496K
    [ 25.853] (==) RADEON(0): Backing store enabled
    [ 25.853] (II) RADEON(0): Direct rendering enabled
    [ 25.853] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 25.853] (II) EXA(0): Driver registered support for the following operations:
    [ 25.853] (II) Solid
    [ 25.853] (II) Copy
    [ 25.853] (II) Composite (RENDER acceleration)
    [ 25.853] (II) UploadToScreen
    [ 25.853] (II) DownloadFromScreen
    [ 25.853] (II) RADEON(0): Acceleration enabled
    [ 25.853] (==) RADEON(0): DPMS enabled
    [ 25.853] (==) RADEON(0): Silken mouse enabled
    [ 25.920] (II) RADEON(0): Set up textured video
    [ 25.920] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
    [ 25.920] (II) RADEON(0): [XvMC] Extension initialized.
    [ 25.920] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 26.100] (WW) RADEON(0): Option "PasswordFile" is not used
    [ 26.100] (--) RandR disabled
    [ 32.355] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 32.355] (II) AIGLX: enabled GLX_ARB_create_context
    [ 32.355] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 32.355] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 32.355] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 32.355] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 32.355] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
    [ 32.355] (II) AIGLX: enabled GLX_ARB_fbconfig_float
    [ 32.355] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 32.357] (II) AIGLX: Loaded and initialized r600
    [ 32.357] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 32.358] (II) RADEON(0): Setting screen physical size to 423 x 238
    [ 35.161] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 35.161] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 35.161] (**) Power Button: Applying InputClass "keyboard-layout"
    [ 35.161] (II) LoadModule: "evdev"
    [ 35.206] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 35.498] (II) Module evdev: vendor="X.Org Foundation"
    [ 35.498] compiled for 1.16.2, module version = 2.9.1
    [ 35.499] Module class: X.Org XInput Driver
    [ 35.499] ABI class: X.Org XInput driver, version 21.0
    [ 35.499] (II) Using input driver 'evdev' for 'Power Button'
    [ 35.499] (**) Power Button: always reports core events
    [ 35.499] (**) evdev: Power Button: Device: "/dev/input/event1"
    [ 35.499] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 35.499] (--) evdev: Power Button: Found keys
    [ 35.499] (II) evdev: Power Button: Configuring as keyboard
    [ 35.499] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event1"
    [ 35.499] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 35.499] (**) Option "xkb_rules" "evdev"
    [ 35.499] (**) Option "xkb_model" "pc104"
    [ 35.499] (**) Option "xkb_layout" "us, gb, ru, ca, fr"
    [ 35.975] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 35.975] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 35.975] (**) Power Button: Applying InputClass "keyboard-layout"
    [ 35.975] (II) Using input driver 'evdev' for 'Power Button'
    [ 35.975] (**) Power Button: always reports core events
    [ 35.975] (**) evdev: Power Button: Device: "/dev/input/event0"
    [ 35.975] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 35.975] (--) evdev: Power Button: Found keys
    [ 35.975] (II) evdev: Power Button: Configuring as keyboard
    [ 35.975] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event0"
    [ 35.975] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 35.975] (**) Option "xkb_rules" "evdev"
    [ 35.975] (**) Option "xkb_model" "pc104"
    [ 35.976] (**) Option "xkb_layout" "us, gb, ru, ca, fr"
    [ 35.977] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:1028 (/dev/input/event9)
    [ 35.977] (**) Logitech Unifying Device. Wireless PID:1028: Applying InputClass "evdev pointer catchall"
    [ 35.977] (II) Using input driver 'evdev' for 'Logitech Unifying Device. Wireless PID:1028'
    [ 35.978] (**) Logitech Unifying Device. Wireless PID:1028: always reports core events
    [ 35.978] (**) evdev: Logitech Unifying Device. Wireless PID:1028: Device: "/dev/input/event9"
    [ 35.978] (--) evdev: Logitech Unifying Device. Wireless PID:1028: Vendor 0x46d Product 0xc52b
    [ 35.978] (--) evdev: Logitech Unifying Device. Wireless PID:1028: Found 20 mouse buttons
    [ 35.978] (--) evdev: Logitech Unifying Device. Wireless PID:1028: Found scroll wheel(s)
    [ 35.978] (--) evdev: Logitech Unifying Device. Wireless PID:1028: Found relative axes
    [ 35.978] (--) evdev: Logitech Unifying Device. Wireless PID:1028: Found x and y relative axes
    [ 35.978] (II) evdev: Logitech Unifying Device. Wireless PID:1028: Configuring as mouse
    [ 35.978] (II) evdev: Logitech Unifying Device. Wireless PID:1028: Adding scrollwheel support
    [ 35.978] (**) evdev: Logitech Unifying Device. Wireless PID:1028: YAxisMapping: buttons 4 and 5
    [ 35.978] (**) evdev: Logitech Unifying Device. Wireless PID:1028: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 35.978] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb3/3-2/3-2:1.2/0003:046D:C52B.0003/0003:046D:C52B.0006/input/input12/event9"
    [ 35.978] (II) XINPUT: Adding extended input device "Logitech Unifying Device. Wireless PID:1028" (type: MOUSE, id 8)
    [ 35.978] (II) evdev: Logitech Unifying Device. Wireless PID:1028: initialized for relative axes.
    [ 35.978] (**) Logitech Unifying Device. Wireless PID:1028: (accel) keeping acceleration scheme 1
    [ 35.978] (**) Logitech Unifying Device. Wireless PID:1028: (accel) acceleration profile 0
    [ 35.978] (**) Logitech Unifying Device. Wireless PID:1028: (accel) acceleration factor: 2.000
    [ 35.979] (**) Logitech Unifying Device. Wireless PID:1028: (accel) acceleration threshold: 4
    [ 35.979] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:1028 (/dev/input/mouse1)
    [ 35.979] (II) No input driver specified, ignoring this device.
    [ 35.979] (II) This device may have been added with another device file.
    [ 35.980] (II) config/udev: Adding input device Generic USB Keyboard (/dev/input/event7)
    [ 35.980] (**) Generic USB Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 35.980] (**) Generic USB Keyboard: Applying InputClass "keyboard-layout"
    [ 35.980] (II) Using input driver 'evdev' for 'Generic USB Keyboard'
    [ 35.980] (**) Generic USB Keyboard: always reports core events
    [ 35.980] (**) evdev: Generic USB Keyboard: Device: "/dev/input/event7"
    [ 35.980] (--) evdev: Generic USB Keyboard: Vendor 0x40b Product 0x2000
    [ 35.980] (--) evdev: Generic USB Keyboard: Found keys
    [ 35.980] (II) evdev: Generic USB Keyboard: Configuring as keyboard
    [ 35.980] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb3/3-3/3-3:1.0/0003:040B:2000.0004/input/input10/event7"
    [ 35.980] (II) XINPUT: Adding extended input device "Generic USB Keyboard" (type: KEYBOARD, id 9)
    [ 35.980] (**) Option "xkb_rules" "evdev"
    [ 35.980] (**) Option "xkb_model" "pc104"
    [ 35.980] (**) Option "xkb_layout" "us, gb, ru, ca, fr"
    [ 35.981] (II) config/udev: Adding input device Generic USB Keyboard (/dev/input/event8)
    [ 35.981] (**) Generic USB Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 35.981] (**) Generic USB Keyboard: Applying InputClass "keyboard-layout"
    [ 35.981] (II) Using input driver 'evdev' for 'Generic USB Keyboard'
    [ 35.981] (**) Generic USB Keyboard: always reports core events
    [ 35.981] (**) evdev: Generic USB Keyboard: Device: "/dev/input/event8"
    [ 35.981] (--) evdev: Generic USB Keyboard: Vendor 0x40b Product 0x2000
    [ 35.981] (--) evdev: Generic USB Keyboard: Found scroll wheel(s)
    [ 35.981] (II) evdev: Generic USB Keyboard: Forcing buttons for scroll wheel(s)
    [ 35.981] (--) evdev: Generic USB Keyboard: Found relative axes
    [ 35.981] (--) evdev: Generic USB Keyboard: Found x and y relative axes
    [ 35.981] (--) evdev: Generic USB Keyboard: Found keys
    [ 35.981] (II) evdev: Generic USB Keyboard: Configuring as mouse
    [ 35.981] (II) evdev: Generic USB Keyboard: Configuring as keyboard
    [ 35.981] (II) evdev: Generic USB Keyboard: Adding scrollwheel support
    [ 35.981] (**) evdev: Generic USB Keyboard: YAxisMapping: buttons 4 and 5
    [ 35.981] (**) evdev: Generic USB Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 35.981] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb3/3-3/3-3:1.1/0003:040B:2000.0005/input/input11/event8"
    [ 35.981] (II) XINPUT: Adding extended input device "Generic USB Keyboard" (type: KEYBOARD, id 10)
    [ 35.981] (**) Option "xkb_rules" "evdev"
    [ 35.981] (**) Option "xkb_model" "pc104"
    [ 35.981] (**) Option "xkb_layout" "us, gb, ru, ca, fr"
    [ 35.981] (II) evdev: Generic USB Keyboard: initialized for relative axes.
    [ 35.981] (**) Generic USB Keyboard: (accel) keeping acceleration scheme 1
    [ 35.982] (**) Generic USB Keyboard: (accel) acceleration profile 0
    [ 35.982] (**) Generic USB Keyboard: (accel) acceleration factor: 2.000
    [ 35.982] (**) Generic USB Keyboard: (accel) acceleration threshold: 4
    [ 35.982] (II) config/udev: Adding input device Generic USB Keyboard (/dev/input/mouse0)
    [ 35.982] (**) Generic USB Keyboard: Applying InputClass "keyboard-layout"
    [ 35.982] (II) Using input driver 'evdev' for 'Generic USB Keyboard'
    [ 35.982] (**) Generic USB Keyboard: always reports core events
    [ 35.982] (**) evdev: Generic USB Keyboard: Device: "/dev/input/mouse0"
    [ 35.982] (EE) evdev: Generic USB Keyboard: Unable to query fd: Inappropriate ioctl for device
    [ 36.060] (EE) PreInit returned 2 for "Generic USB Keyboard"
    [ 36.060] (II) UnloadModule: "evdev"
    [ 36.060] (II) config/udev: Adding input device HP Webcam HD-2200 (/dev/input/event10)
    [ 36.060] (**) HP Webcam HD-2200: Applying InputClass "evdev keyboard catchall"
    [ 36.060] (**) HP Webcam HD-2200: Applying InputClass "keyboard-layout"
    [ 36.060] (II) Using input driver 'evdev' for 'HP Webcam HD-2200'
    [ 36.060] (**) HP Webcam HD-2200: always reports core events
    [ 36.061] (**) evdev: HP Webcam HD-2200: Device: "/dev/input/event10"
    [ 36.061] (--) evdev: HP Webcam HD-2200: Vendor 0x3f0 Product 0xa707
    [ 36.061] (--) evdev: HP Webcam HD-2200: Found keys
    [ 36.061] (II) evdev: HP Webcam HD-2200: Configuring as keyboard
    [ 36.061] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.2/usb1/1-5/1-5:1.0/input/input13/event10"
    [ 36.061] (II) XINPUT: Adding extended input device "HP Webcam HD-2200" (type: KEYBOARD, id 11)
    [ 36.061] (**) Option "xkb_rules" "evdev"
    [ 36.061] (**) Option "xkb_model" "pc104"
    [ 36.061] (**) Option "xkb_layout" "us, gb, ru, ca, fr"
    [ 36.062] (II) config/udev: Adding input device HDA ATI SB Front Mic (/dev/input/event6)
    [ 36.062] (II) No input driver specified, ignoring this device.
    [ 36.062] (II) This device may have been added with another device file.
    [ 36.063] (II) config/udev: Adding input device HDA ATI SB Rear Mic (/dev/input/event5)
    [ 36.063] (II) No input driver specified, ignoring this device.
    [ 36.063] (II) This device may have been added with another device file.
    [ 36.063] (II) config/udev: Adding input device HDA ATI SB Line (/dev/input/event4)
    [ 36.063] (II) No input driver specified, ignoring this device.
    [ 36.063] (II) This device may have been added with another device file.
    [ 36.064] (II) config/udev: Adding input device HDA ATI SB Line Out (/dev/input/event3)
    [ 36.064] (II) No input driver specified, ignoring this device.
    [ 36.064] (II) This device may have been added with another device file.
    [ 36.064] (II) config/udev: Adding input device HDA ATI SB Front Headphone (/dev/input/event2)
    [ 36.064] (II) No input driver specified, ignoring this device.
    [ 36.064] (II) This device may have been added with another device file.
    [ 53.210] (II) RADEON(0): EDID vendor "BBY", prod id 47904
    [ 53.210] (II) RADEON(0): Using EDID range info for horizontal sync
    [ 53.210] (II) RADEON(0): Using EDID range info for vertical refresh
    [ 53.210] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 53.210] (II) RADEON(0): Modeline "1600x900"x0.0 97.75 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.5 kHz eP)
    [ 53.210] (II) RADEON(0): Modeline "1360x768"x0.0 85.50 1360 1424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz e)
    [ 53.210] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 53.210] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 53.210] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 53.210] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 53.210] (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 53.210] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 53.210] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 53.210] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 53.210] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 53.210] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 53.210] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 53.210] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 53.210] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 53.210] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 53.210] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 53.210] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 53.210] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 53.210] (II) RADEON(0): Modeline "1440x900"x0.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
    [ 53.210] (II) RADEON(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 53.210] (II) RADEON(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz e)
    [ 62.870] (II) AIGLX: Suspending AIGLX clients for VT switch
    Last edited by mavo (2015-03-17 13:08:53)

    alphaniner wrote:The preferred way to test a 'default session' is with a clean non-root user. Logging in as root can hide other issues.
    Ok i get that. Here is xorg log and journalctl -b log. I rebooted tried to login through lxdm and got the cursor and blank screen. I then tty3 and startx and launched into openbox to post these results. Still cannot get into xfce as normal user. Thoughts???
    ~.local/share/xorg/Xorg.1.log
    [ 84.848]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 84.848] X Protocol Version 11, Revision 0
    [ 84.848] Build Operating System: Linux 3.18.6-1-ARCH x86_64
    [ 84.848] Current Operating System: Linux arch-server 3.14.35-1-lts #1 SMP Sat Mar 7 19:24:12 CET 2015 x86_64
    [ 84.848] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=d6352b14-5ca7-476a-9f43-2bc25278effd rw quiet
    [ 84.848] Build Date: 14 March 2015 06:45:50PM
    [ 84.849]
    [ 84.849] Current version of pixman: 0.32.6
    [ 84.849] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 84.849] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 84.850] (==) Log file: "/home/molmedo1/.local/share/xorg/Xorg.1.log", Time: Wed Mar 18 10:06:18 2015
    [ 84.850] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 84.850] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 84.851] (==) No Layout section. Using the first Screen section.
    [ 84.851] (**) |-->Screen "Default Screen" (0)
    [ 84.851] (**) | |-->Monitor "<default monitor>"
    [ 84.851] (==) No monitor specified for screen "Default Screen".
    Using a default monitor configuration.
    [ 84.851] (==) Automatically adding devices
    [ 84.851] (==) Automatically enabling devices
    [ 84.851] (==) Automatically adding GPU devices
    [ 84.851] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 84.851] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 84.851] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 84.851] (II) Loader magic: 0x815d80
    [ 84.851] (II) Module ABI versions:
    [ 84.851] X.Org ANSI C Emulation: 0.4
    [ 84.851] X.Org Video Driver: 19.0
    [ 84.851] X.Org XInput driver : 21.0
    [ 84.851] X.Org Server Extension : 9.0
    [ 84.856] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c2
    [ 84.856] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 84.857] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
    [ 84.859] (--) PCI:*(0:1:5:0) 1002:9616:1462:7641 rev 0, Mem @ 0xd0000000/268435456, 0xfebe0000/65536, 0xfea00000/1048576, I/O @ 0x0000d000/256
    [ 84.859] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 84.859] (II) "glx" will be loaded by default.
    [ 84.859] (II) LoadModule: "vnc"
    [ 84.860] (II) Loading /usr/lib/xorg/modules/extensions/libvnc.so
    [ 84.868] (II) Module vnc: vendor="Constantin Kaplinsky"
    [ 84.868] compiled for 1.17.1, module version = 1.0.0
    [ 84.868] Module class: X.Org Server Extension
    [ 84.868] ABI class: X.Org Server Extension, version 9.0
    [ 84.868] (II) LoadModule: "glx"
    [ 84.868] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 84.870] (II) Module glx: vendor="X.Org Foundation"
    [ 84.870] compiled for 1.17.1, module version = 1.0.0
    [ 84.870] ABI class: X.Org Server Extension, version 9.0
    [ 84.870] (==) AIGLX enabled
    [ 84.870] (==) Matched ati as autoconfigured driver 0
    [ 84.870] (==) Matched ati as autoconfigured driver 1
    [ 84.870] (==) Matched modesetting as autoconfigured driver 2
    [ 84.870] (==) Matched fbdev as autoconfigured driver 3
    [ 84.870] (==) Matched vesa as autoconfigured driver 4
    [ 84.870] (==) Assigned the driver to the xf86ConfigLayout
    [ 84.870] (II) LoadModule: "ati"
    [ 84.871] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 84.871] (II) Module ati: vendor="X.Org Foundation"
    [ 84.871] compiled for 1.17.0, module version = 7.5.0
    [ 84.871] Module class: X.Org Video Driver
    [ 84.871] ABI class: X.Org Video Driver, version 19.0
    [ 84.871] (II) LoadModule: "radeon"
    [ 84.871] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 84.871] (II) Module radeon: vendor="X.Org Foundation"
    [ 84.871] compiled for 1.17.0, module version = 7.5.0
    [ 84.871] Module class: X.Org Video Driver
    [ 84.871] ABI class: X.Org Video Driver, version 19.0
    [ 84.871] (II) LoadModule: "modesetting"
    [ 84.871] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 84.871] (II) Module modesetting: vendor="X.Org Foundation"
    [ 84.871] compiled for 1.17.1, module version = 1.17.1
    [ 84.871] Module class: X.Org Video Driver
    [ 84.871] ABI class: X.Org Video Driver, version 19.0
    [ 84.871] (II) LoadModule: "fbdev"
    [ 84.871] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 84.871] (II) Module fbdev: vendor="X.Org Foundation"
    [ 84.871] compiled for 1.17.0, module version = 0.4.4
    [ 84.871] Module class: X.Org Video Driver
    [ 84.871] ABI class: X.Org Video Driver, version 19.0
    [ 84.871] (II) LoadModule: "vesa"
    [ 84.871] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 84.871] (II) Module vesa: vendor="X.Org Foundation"
    [ 84.871] compiled for 1.17.0, module version = 2.3.2
    [ 84.871] Module class: X.Org Video Driver
    [ 84.871] ABI class: X.Org Video Driver, version 19.0
    [ 84.871] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
    ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
    ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO2, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
    ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
    CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
    BARTS, BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
    OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
    HAINAN, HAINAN, HAINAN, HAINAN, HAINAN, HAINAN, BONAIRE, BONAIRE,
    BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE,
    BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
    KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
    KABINI, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
    MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
    MULLINS, MULLINS, MULLINS, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII,
    HAWAII, HAWAII, HAWAII, HAWAII, HAWAII
    [ 84.876] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 84.876] (II) FBDEV: driver for framebuffer: fbdev
    [ 84.876] (II) VESA: driver for VESA chipsets: vesa
    [ 84.876] (++) using VT number 3
    [ 84.876] (--) controlling tty is VT number 3, auto-enabling KeepTty
    [ 84.876] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
    [ 84.876] (II) [KMS] Kernel modesetting enabled.
    [ 84.876] (WW) Falling back to old probe method for modesetting
    [ 84.876] (WW) Falling back to old probe method for fbdev
    [ 84.876] (II) Loading sub module "fbdevhw"
    [ 84.876] (II) LoadModule: "fbdevhw"
    [ 84.876] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [ 84.876] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 84.876] compiled for 1.17.1, module version = 0.0.2
    [ 84.876] ABI class: X.Org Video Driver, version 19.0
    [ 84.876] (WW) Falling back to old probe method for vesa
    [ 84.876] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
    [ 84.876] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen" for depth/fbbpp 24/32
    [ 84.876] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 84.876] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 84.876] (==) RADEON(0): Default visual is TrueColor
    [ 84.876] (==) RADEON(0): RGB weight 888
    [ 84.876] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 84.876] (--) RADEON(0): Chipset: "ATI Radeon 3000 Graphics" (ChipID = 0x9616)
    [ 84.876] (II) Loading sub module "dri2"
    [ 84.876] (II) LoadModule: "dri2"
    [ 84.876] (II) Module "dri2" already built-in
    [ 84.876] (II) Loading sub module "exa"
    [ 84.876] (II) LoadModule: "exa"
    [ 84.877] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 84.877] (II) Module exa: vendor="X.Org Foundation"
    [ 84.877] compiled for 1.17.1, module version = 2.6.0
    [ 84.877] ABI class: X.Org Video Driver, version 19.0
    [ 84.877] (II) RADEON(0): KMS Color Tiling: enabled
    [ 84.877] (II) RADEON(0): KMS Color Tiling 2D: enabled
    [ 84.877] (II) RADEON(0): KMS Pageflipping: enabled
    [ 84.877] (II) RADEON(0): SwapBuffers wait for vsync: enabled
    [ 84.920] (II) RADEON(0): Output VGA-0 has no monitor section
    [ 84.951] (II) RADEON(0): Output HDMI-0 has no monitor section
    [ 84.990] (II) RADEON(0): EDID for output VGA-0
    [ 85.021] (II) RADEON(0): EDID for output HDMI-0
    [ 85.021] (II) RADEON(0): Manufacturer: BBY Model: bb20 Serial#: 16843009
    [ 85.021] (II) RADEON(0): Year: 2012 Week: 0
    [ 85.021] (II) RADEON(0): EDID Version: 1.3
    [ 85.021] (II) RADEON(0): Digital Display Input
    [ 85.021] (II) RADEON(0): DFP 1.x compatible TMDS
    [ 85.021] (II) RADEON(0): Max Image Size [cm]: horiz.: 44 vert.: 25
    [ 85.021] (II) RADEON(0): Gamma: 2.20
    [ 85.021] (II) RADEON(0): DPMS capabilities: Off
    [ 85.021] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 85.021] (II) RADEON(0): First detailed timing is preferred mode
    [ 85.021] (II) RADEON(0): redX: 0.645 redY: 0.331 greenX: 0.335 greenY: 0.621
    [ 85.021] (II) RADEON(0): blueX: 0.152 blueY: 0.053 whiteX: 0.313 whiteY: 0.329
    [ 85.021] (II) RADEON(0): Supported established timings:
    [ 85.021] (II) RADEON(0): 720x400@70Hz
    [ 85.021] (II) RADEON(0): 640x480@60Hz
    [ 85.021] (II) RADEON(0): 640x480@67Hz
    [ 85.021] (II) RADEON(0): 640x480@72Hz
    [ 85.021] (II) RADEON(0): 640x480@75Hz
    [ 85.021] (II) RADEON(0): 800x600@56Hz
    [ 85.021] (II) RADEON(0): 800x600@60Hz
    [ 85.021] (II) RADEON(0): 800x600@72Hz
    [ 85.021] (II) RADEON(0): 800x600@75Hz
    [ 85.021] (II) RADEON(0): 832x624@75Hz
    [ 85.021] (II) RADEON(0): 1024x768@60Hz
    [ 85.021] (II) RADEON(0): 1024x768@70Hz
    [ 85.021] (II) RADEON(0): 1024x768@75Hz
    [ 85.021] (II) RADEON(0): 1280x1024@75Hz
    [ 85.021] (II) RADEON(0): 1152x864@75Hz
    [ 85.021] (II) RADEON(0): Manufacturer's mask: 0
    [ 85.021] (II) RADEON(0): Supported standard timings:
    [ 85.021] (II) RADEON(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 85.021] (II) RADEON(0): #1: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 85.021] (II) RADEON(0): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 85.021] (II) RADEON(0): #3: hsize: 1440 vsize 900 refresh: 75 vid: 3989
    [ 85.021] (II) RADEON(0): #4: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 85.021] (II) RADEON(0): #5: hsize: 1280 vsize 720 refresh: 60 vid: 49281
    [ 85.021] (II) RADEON(0): Supported detailed timing:
    [ 85.021] (II) RADEON(0): clock: 97.8 MHz Image Size: 442 x 249 mm
    [ 85.021] (II) RADEON(0): h_active: 1600 h_sync: 1648 h_sync_end 1680 h_blank_end 1760 h_border: 0
    [ 85.021] (II) RADEON(0): v_active: 900 v_sync: 903 v_sync_end 908 v_blanking: 926 v_border: 0
    [ 85.021] (II) RADEON(0): Supported detailed timing:
    [ 85.021] (II) RADEON(0): clock: 85.5 MHz Image Size: 442 x 249 mm
    [ 85.021] (II) RADEON(0): h_active: 1360 h_sync: 1424 h_sync_end 1536 h_blank_end 1792 h_border: 0
    [ 85.021] (II) RADEON(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 795 v_border: 0
    [ 85.021] (II) RADEON(0): Ranges: V min: 55 V max: 76 Hz, H min: 30 H max: 82 kHz, PixClock max 155 MHz
    [ 85.021] (II) RADEON(0): Monitor name: NS-20EM50A13
    [ 85.021] (II) RADEON(0): EDID (in hex):
    [ 85.021] (II) RADEON(0): 00ffffffffffff00085920bb01010101
    [ 85.021] (II) RADEON(0): 00160103812c19782a3c25a554559f27
    [ 85.021] (II) RADEON(0): 0d5054bfef808180714f8140950f9500
    [ 85.021] (II) RADEON(0): 81c0010101012f2640a060841a303020
    [ 85.021] (II) RADEON(0): 3500baf91000001a662150b051001b30
    [ 85.021] (II) RADEON(0): 40703600baf91000001e000000fd0037
    [ 85.022] (II) RADEON(0): 4c1e520f000a202020202020000000fc
    [ 85.022] (II) RADEON(0): 004e532d3230454d35304131330a00a6
    [ 85.022] (II) RADEON(0): Printing probed modes for output HDMI-0
    [ 85.022] (II) RADEON(0): Modeline "1600x900"x60.0 97.75 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.5 kHz eP)
    [ 85.022] (II) RADEON(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 85.022] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 85.022] (II) RADEON(0): Modeline "1440x900"x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
    [ 85.022] (II) RADEON(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 85.022] (II) RADEON(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 85.022] (II) RADEON(0): Modeline "1360x768"x60.0 85.50 1360 1424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz e)
    [ 85.022] (II) RADEON(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 85.022] (II) RADEON(0): Modeline "1280x720"x60.0 74.44 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.7 kHz)
    [ 85.022] (II) RADEON(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 85.022] (II) RADEON(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 85.022] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 85.022] (II) RADEON(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 85.022] (II) RADEON(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 85.022] (II) RADEON(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 85.022] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 85.022] (II) RADEON(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 85.022] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 85.022] (II) RADEON(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    [ 85.022] (II) RADEON(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 85.022] (II) RADEON(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 85.022] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 85.022] (II) RADEON(0): Output VGA-0 disconnected
    [ 85.022] (II) RADEON(0): Output HDMI-0 connected
    [ 85.022] (II) RADEON(0): Using exact sizes for initial modes
    [ 85.022] (II) RADEON(0): Output HDMI-0 using initial mode 1600x900
    [ 85.022] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 85.022] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:10000000 visible:fa3b000
    [ 85.022] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
    [ 85.022] (==) RADEON(0): DPI set to (96, 96)
    [ 85.022] (II) Loading sub module "fb"
    [ 85.022] (II) LoadModule: "fb"
    [ 85.022] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 85.022] (II) Module fb: vendor="X.Org Foundation"
    [ 85.022] compiled for 1.17.1, module version = 1.0.0
    [ 85.022] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 85.022] (II) Loading sub module "ramdac"
    [ 85.022] (II) LoadModule: "ramdac"
    [ 85.022] (II) Module "ramdac" already built-in
    [ 85.022] (II) UnloadModule: "modesetting"
    [ 85.022] (II) Unloading modesetting
    [ 85.022] (II) UnloadModule: "fbdev"
    [ 85.022] (II) Unloading fbdev
    [ 85.022] (II) UnloadSubModule: "fbdevhw"
    [ 85.022] (II) Unloading fbdevhw
    [ 85.022] (II) UnloadModule: "vesa"
    [ 85.022] (II) Unloading vesa
    [ 85.022] (--) Depth 24 pixmap format is 32 bpp
    [ 85.023] (II) RADEON(0): [DRI2] Setup complete
    [ 85.023] (II) RADEON(0): [DRI2] DRI driver: r600
    [ 85.023] (II) RADEON(0): [DRI2] VDPAU driver: r600
    [ 85.023] (II) RADEON(0): Front buffer size: 5652K
    [ 85.023] (II) RADEON(0): VRAM usage limit set to 225496K
    [ 85.023] (==) RADEON(0): Backing store enabled
    [ 85.023] (II) RADEON(0): Direct rendering enabled
    [ 85.023] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 85.023] (II) EXA(0): Driver registered support for the following operations:
    [ 85.023] (II) Solid
    [ 85.023] (II) Copy
    [ 85.023] (II) Composite (RENDER acceleration)
    [ 85.023] (II) UploadToScreen
    [ 85.023] (II) DownloadFromScreen
    [ 85.023] (II) RADEON(0): Acceleration enabled
    [ 85.023] (==) RADEON(0): DPMS enabled
    [ 85.023] (==) RADEON(0): Silken mouse enabled
    [ 85.023] (II) RADEON(0): Set up textured video
    [ 85.023] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
    [ 85.023] (II) RADEON(0): [XvMC] Extension initialized.
    [ 85.023] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 85.023] (WW) RADEON(0): Option "PasswordFile" is not used
    [ 85.023] (--) RandR disabled
    [ 85.047] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 85.047] (II) AIGLX: enabled GLX_ARB_create_context
    [ 85.047] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 85.047] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 85.047] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 85.047] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 85.047] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
    [ 85.047] (II) AIGLX: enabled GLX_ARB_fbconfig_float
    [ 85.047] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 85.048] (II) AIGLX: Loaded and initialized r600
    [ 85.048] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 85.048] (II) RADEON(0): Setting screen physical size to 423 x 238
    [ 85.088] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 85.088] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 85.088] (**) Power Button: Applying InputClass "keyboard-layout"
    [ 85.088] (II) LoadModule: "evdev"
    [ 85.088] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 85.089] (II) Module evdev: vendor="X.Org Foundation"
    [ 85.089] compiled for 1.16.2, module version = 2.9.1
    [ 85.089] Module class: X.Org XInput Driver
    [ 85.089] ABI class: X.Org XInput driver, version 21.0
    [ 85.089] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 13 paused 0
    [ 85.090] (II) Using input driver 'evdev' for 'Power Button'
    [ 85.090] (**) Power Button: always reports core events
    [ 85.090] (**) evdev: Power Button: Device: "/dev/input/event1"
    [ 85.090] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 85.090] (--) evdev: Power Button: Found keys
    [ 85.090] (II) evdev: Power Button: Configuring as keyboard
    [ 85.090] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event1"
    [ 85.090] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 85.090] (**) Option "xkb_rules" "evdev"
    [ 85.090] (**) Option "xkb_model" "pc104"
    [ 85.090] (**) Option "xkb_layout" "us, gb, ru, ca, fr"
    [ 85.123] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 85.123] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 85.123] (**) Power Button: Applying InputClass "keyboard-layout"
    [ 85.124] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 14 paused 0
    [ 85.124] (II) Using input driver 'evdev' for 'Power Button'
    [ 85.124] (**) Power Button: always reports core events
    [ 85.124] (**) evdev: Power Button: Device: "/dev/input/event0"
    [ 85.124] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 85.124] (--) evdev: Power Button: Found keys
    [ 85.124] (II) evdev: Power Button: Configuring as keyboard
    [ 85.124] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event0"
    [ 85.124] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 85.124] (**) Option "xkb_rules" "evdev"
    [ 85.124] (**) Option "xkb_model" "pc104"
    [ 85.124] (**) Option "xkb_layout" "us, gb, ru, ca, fr"
    [ 85.125] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:1028 (/dev/input/event9)
    [ 85.125] (**) Logitech Unifying Device. Wireless PID:1028: Applying InputClass "evdev pointer catchall"
    [ 85.125] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 15 paused 0
    [ 85.125] (II) Using input driver 'evdev' for 'Logitech Unifying Device. Wireless PID:1028'
    [ 85.125] (**) Logitech Unifying Device. Wireless PID:1028: always reports core events
    [ 85.125] (**) evdev: Logitech Unifying Device. Wireless PID:1028: Device: "/dev/input/event9"
    [ 85.125] (--) evdev: Logitech Unifying Device. Wireless PID:1028: Vendor 0x46d Product 0xc52b
    [ 85.125] (--) evdev: Logitech Unifying Device. Wireless PID:1028: Found 20 mouse buttons
    [ 85.125] (--) evdev: Logitech Unifying Device. Wireless PID:1028: Found scroll wheel(s)
    [ 85.125] (--) evdev: Logitech Unifying Device. Wireless PID:1028: Found relative axes
    [ 85.125] (--) evdev: Logitech Unifying Device. Wireless PID:1028: Found x and y relative axes
    [ 85.125] (II) evdev: Logitech Unifying Device. Wireless PID:1028: Configuring as mouse
    [ 85.125] (II) evdev: Logitech Unifying Device. Wireless PID:1028: Adding scrollwheel support
    [ 85.125] (**) evdev: Logitech Unifying Device. Wireless PID:1028: YAxisMapping: buttons 4 and 5
    [ 85.125] (**) evdev: Logitech Unifying Device. Wireless PID:1028: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 85.125] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:C52B.0006/input/input12/event9"
    [ 85.125] (II) XINPUT: Adding extended input device "Logitech Unifying Device. Wireless PID:1028" (type: MOUSE, id 8)
    [ 85.125] (II) evdev: Logitech Unifying Device. Wireless PID:1028: initialized for relative axes.
    [ 85.125] (**) Logitech Unifying Device. Wireless PID:1028: (accel) keeping acceleration scheme 1
    [ 85.125] (**) Logitech Unifying Device. Wireless PID:1028: (accel) acceleration profile 0
    [ 85.125] (**) Logitech Unifying Device. Wireless PID:1028: (accel) acceleration factor: 2.000
    [ 85.125] (**) Logitech Unifying Device. Wireless PID:1028: (accel) acceleration threshold: 4
    [ 85.126] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:1028 (/dev/input/mouse1)
    [ 85.126] (II) No input driver specified, ignoring this device.
    [ 85.126] (II) This device may have been added with another device file.
    [ 85.126] (II) config/udev: Adding input device Generic USB Keyboard (/dev/input/event7)
    [ 85.126] (**) Generic USB Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 85.126] (**) Generic USB Keyboard: Applying InputClass "keyboard-layout"
    [ 85.126] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 16 paused 0
    [ 85.126] (II) Using input driver 'evdev' for 'Generic USB Keyboard'
    [ 85.126] (**) Generic USB Keyboard: always reports core events
    [ 85.126] (**) evdev: Generic USB Keyboard: Device: "/dev/input/event7"
    [ 85.126] (--) evdev: Generic USB Keyboard: Vendor 0x40b Product 0x2000
    [ 85.126] (--) evdev: Generic USB Keyboard: Found keys
    [ 85.126] (II) evdev: Generic USB Keyboard: Configuring as keyboard
    [ 85.126] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb1/1-3/1-3:1.0/0003:040B:2000.0004/input/input10/event7"
    [ 85.126] (II) XINPUT: Adding extended input device "Generic USB Keyboard" (type: KEYBOARD, id 9)
    [ 85.126] (**) Option "xkb_rules" "evdev"
    [ 85.126] (**) Option "xkb_model" "pc104"
    [ 85.126] (**) Option "xkb_layout" "us, gb, ru, ca, fr"
    [ 85.127] (II) config/udev: Adding input device Generic USB Keyboard (/dev/input/event8)
    [ 85.127] (**) Generic USB Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 85.127] (**) Generic USB Keyboard: Applying InputClass "keyboard-layout"
    [ 85.127] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 17 paused 0
    [ 85.127] (II) Using input driver 'evdev' for 'Generic USB Keyboard'
    [ 85.127] (**) Generic USB Keyboard: always reports core events
    [ 85.127] (**) evdev: Generic USB Keyboard: Device: "/dev/input/event8"
    [ 85.127] (--) evdev: Generic USB Keyboard: Vendor 0x40b Product 0x2000
    [ 85.127] (--) evdev: Generic USB Keyboard: Found scroll wheel(s)
    [ 85.127] (II) evdev: Generic USB Keyboard: Forcing buttons for scroll wheel(s)
    [ 85.127] (--) evdev: Generic USB Keyboard: Found relative axes
    [ 85.127] (--) evdev: Generic USB Keyboard: Found x and y relative axes
    [ 85.127] (--) evdev: Generic USB Keyboard: Found keys
    [ 85.127] (II) evdev: Generic USB Keyboard: Configuring as mouse
    [ 85.127] (II) evdev: Generic USB Keyboard: Configuring as keyboard
    [ 85.127] (II) evdev: Generic USB Keyboard: Adding scrollwheel support
    [ 85.127] (**) evdev: Generic USB Keyboard: YAxisMapping: buttons 4 and 5
    [ 85.127] (**) evdev: Generic USB Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 85.127] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb1/1-3/1-3:1.1/0003:040B:2000.0005/input/input11/event8"
    [ 85.127] (II) XINPUT: Adding extended input device "Generic USB Keyboard" (type: KEYBOARD, id 10)
    [ 85.127] (**) Option "xkb_rules" "evdev"
    [ 85.127] (**) Option "xkb_model" "pc104"
    [ 85.127] (**) Option "xkb_layout" "us, gb, ru, ca, fr"
    [ 85.128] (II) evdev: Generic USB Keyboard: initialized for relative axes.
    [ 85.128] (**) Generic USB Keyboard: (accel) keeping acceleration scheme 1
    [ 85.128] (**) Generic USB Keyboard: (accel) acceleration profile 0
    [ 85.128] (**) Generic USB Keyboard: (accel) acceleration factor: 2.000
    [ 85.128] (**) Generic USB Keyboard: (accel) acceleration threshold: 4
    [ 85.128] (II) config/udev: Adding input device Generic USB Keyboard (/dev/input/mouse0)
    [ 85.128] (**) Generic USB Keyboard: Applying InputClass "keyboard-layout"
    [ 85.128] (II) Using input driver 'evdev' for 'Generic USB Keyboard'
    [ 85.128] (**) Generic USB Keyboard: always reports core events
    [ 85.128] (**) evdev: Generic USB Keyboard: Device: "/dev/input/mouse0"
    [ 85.128] (EE) evdev: Generic USB Keyboard: Unable to query fd: Inappropriate ioctl for device
    [ 85.220] (EE) PreInit returned 2 for "Generic USB Keyboard"
    [ 85.220] (II) UnloadModule: "evdev"
    [ 85.220] (II) config/udev: Adding input device HP Webcam HD-2200 (/dev/input/event10)
    [ 85.220] (**) HP Webcam HD-2200: Applying InputClass "evdev keyboard catchall"
    [ 85.220] (**) HP Webcam HD-2200: Applying InputClass "keyboard-layout"
    [ 85.221] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 18 paused 0
    [ 85.221] (II) Using input driver 'evdev' for 'HP Webcam HD-2200'
    [ 85.221] (**) HP Webcam HD-2200: always reports core events
    [ 85.221] (**) evdev: HP Webcam HD-2200: Device: "/dev/input/event10"
    [ 85.221] (--) evdev: HP Webcam HD-2200: Vendor 0x3f0 Product 0xa707
    [ 85.221] (--) evdev: HP Webcam HD-2200: Found keys
    [ 85.221] (II) evdev: HP Webcam HD-2200: Configuring as keyboard
    [ 85.221] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.2/usb6/6-5/6-5:1.0/input/input13/event10"
    [ 85.222] (II) XINPUT: Adding extended input device "HP Webcam HD-2200" (type: KEYBOARD, id 11)
    [ 85.222] (**) Option "xkb_rules" "evdev"
    [ 85.222] (**) Option "xkb_model" "pc104"
    [ 85.222] (**) Option "xkb_layout" "us, gb, ru, ca, fr"
    [ 85.223] (II) config/udev: Adding input device HDA ATI SB Front Mic (/dev/input/event6)
    [ 85.223] (II) No input driver specified, ignoring this device.
    [ 85.223] (II) This device may have been added with another device file.
    [ 85.223] (II) config/udev: Adding input device HDA ATI SB Rear Mic (/dev/input/event5)
    [ 85.223] (II) No input driver specified, ignoring this device.
    [ 85.223] (II) This device may have been added with another device file.
    [ 85.224] (II) config/udev: Adding input device HDA ATI SB Line (/dev/input/event4)
    [ 85.224] (II) No input driver specified, ignoring this device.
    [ 85.224] (II) This device may have been added with another device file.
    [ 85.224] (II) config/udev: Adding input device HDA ATI SB Line Out (/dev/input/event3)
    [ 85.225] (II) No input driver specified, ignoring this device.
    [ 85.225] (II) This device may have been added with another device file.
    [ 85.225] (II) config/udev: Adding input device HDA ATI SB Front Headphone (/dev/input/event2)
    [ 85.225] (II) No input driver specified, ignoring this device.
    [ 85.225] (II) This device may have been added with another device file.
    journalctl -b
    Mar 18 10:05:02 arch-server kernel: 00000-9FFFF write-back
    Mar 18 10:05:02 arch-server kernel: A0000-EFFFF uncachable
    Mar 18 10:05:02 arch-server kernel: F0000-FFFFF write-protect
    Mar 18 10:05:02 arch-server kernel: MTRR variable ranges enabled:
    Mar 18 10:05:02 arch-server kernel: 0 base 000000000000 mask FFFF80000000 write-back
    Mar 18 10:05:02 arch-server kernel: 1 base 000080000000 mask FFFFC0000000 write-back
    Mar 18 10:05:02 arch-server kernel: 2 base 0000C0000000 mask FFFFF0000000 write-back
    Mar 18 10:05:02 arch-server kernel: 3 disabled
    Mar 18 10:05:02 arch-server kernel: 4 disabled
    Mar 18 10:05:02 arch-server kernel: 5 disabled
    Mar 18 10:05:02 arch-server kernel: 6 disabled
    Mar 18 10:05:02 arch-server kernel: 7 disabled
    Mar 18 10:05:02 arch-server kernel: TOM2: 0000000430000000 aka 17152M
    Mar 18 10:05:03 arch-server kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Mar 18 10:05:03 arch-server kernel: e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
    Mar 18 10:05:03 arch-server kernel: e820: last_pfn = 0xcff90 max_arch_pfn = 0x400000000
    Mar 18 10:05:03 arch-server kernel: found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff8800000ff780]
    Mar 18 10:05:03 arch-server kernel: Scanning 1 areas for low memory corruption
    Mar 18 10:05:03 arch-server kernel: Base memory trampoline at [ffff880000099000] 99000 size 24576
    Mar 18 10:05:03 arch-server kernel: Using GB pages for direct mapping
    Mar 18 10:05:03 arch-server kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    Mar 18 10:05:03 arch-server kernel: [mem 0x00000000-0x000fffff] page 4k
    Mar 18 10:05:03 arch-server kernel: BRK [0x01b3e000, 0x01b3efff] PGTABLE
    Mar 18 10:05:03 arch-server kernel: BRK [0x01b3f000, 0x01b3ffff] PGTABLE
    Mar 18 10:05:03 arch-server kernel: BRK [0x01b40000, 0x01b40fff] PGTABLE
    Mar 18 10:05:03 arch-server kernel: init_memory_mapping: [mem 0x41fe00000-0x41fffffff]
    Mar 18 10:05:03 arch-server kernel: [mem 0x41fe00000-0x41fffffff] page 2M
    Mar 18 10:05:03 arch-server kernel: BRK [0x01b41000, 0x01b41fff] PGTABLE
    Mar 18 10:05:03 arch-server kernel: init_memory_mapping: [mem 0x41c000000-0x41fdfffff]
    Mar 18 10:05:03 arch-server kernel: [mem 0x41c000000-0x41fdfffff] page 2M
    Mar 18 10:05:03 arch-server kernel: init_memory_mapping: [mem 0x400000000-0x41bffffff]
    Mar 18 10:05:03 arch-server kernel: [mem 0x400000000-0x41bffffff] page 2M
    Mar 18 10:05:03 arch-server kernel: init_memory_mapping: [mem 0x00100000-0xcff8ffff]
    Mar 18 10:05:03 arch-server kernel: [mem 0x00100000-0x001fffff] page 4k
    Mar 18 10:05:03 arch-server kernel: [mem 0x00200000-0x3fffffff] page 2M
    Mar 18 10:05:03 arch-server kernel: [mem 0x40000000-0xbfffffff] page 1G
    Mar 18 10:05:03 arch-server kernel: [mem 0xc0000000-0xcfdfffff] page 2M
    Mar 18 10:05:03 arch-server kernel: [mem 0xcfe00000-0xcff8ffff] page 4k
    Mar 18 10:05:03 arch-server kernel: init_memory_mapping: [mem 0x100000000-0x3ffffffff]
    Mar 18 10:05:03 arch-server kernel: [mem 0x100000000-0x3ffffffff] page 1G
    Mar 18 10:05:03 arch-server kernel: RAMDISK: [mem 0x3784e000-0x37c1efff]
    Mar 18 10:05:03 arch-server kernel: ACPI: RSDP 00000000000f8d00 000014 (v00 ACPIAM)
    Mar 18 10:05:03 arch-server kernel: ACPI: RSDT 00000000cff90000 00003C (v01 7641MS A7641100 20130428 MSFT 00000097)
    Mar 18 10:05:03 arch-server kernel: ACPI: FACP 00000000cff90200 000084 (v01 7641MS A7641100 20130428 MSFT 00000097)
    Mar 18 10:05:03 arch-server kernel: ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20131218/
    Mar 18 10:05:03 arch-server kernel: ACPI: DSDT 00000000cff90660 009DF0 (v01 A7641 A7641100 00000100 INTL 20051117)
    Mar 18 10:05:03 arch-server kernel: ACPI: FACS 00000000cff9e000 000040
    Mar 18 10:05:03 arch-server kernel: ACPI: APIC 00000000cff90390 00010C (v01 7641MS A7641100 20130428 MSFT 00000097)
    Mar 18 10:05:03 arch-server kernel: ACPI: MCFG 00000000cff904a0 00003C (v01 7641MS OEMMCFG 20130428 MSFT 00000097)
    Mar 18 10:05:03 arch-server kernel: ACPI: OEMB 00000000cff9e040 000072 (v01 7641MS A7641100 20130428 MSFT 00000097)
    Mar 18 10:05:03 arch-server kernel: ACPI: HPET 00000000cff9a660 000038 (v01 7641MS OEMHPET 20130428 MSFT 00000097)
    Mar 18 10:05:03 arch-server kernel: ACPI: SSDT 00000000cff9a6a0 000D40 (v01 A M I POWERNOW 00000001 AMD 00000001)
    Mar 18 10:05:03 arch-server kernel: ACPI: Local APIC address 0xfee00000
    Mar 18 10:05:03 arch-server kernel: No NUMA configuration found
    Mar 18 10:05:03 arch-server kernel: Faking a node at [mem 0x0000000000000000-0x000000041fffffff]
    Mar 18 10:05:03 arch-server kernel: Initmem setup node 0 [mem 0x00000000-0x41fffffff]
    Mar 18 10:05:03 arch-server kernel: NODE_DATA [mem 0x41fff9000-0x41fffdfff]
    Mar 18 10:05:03 arch-server kernel: [ffffea0000000000-ffffea00107fffff] PMD -> [ffff88040fa00000-ffff88041f5fffff] on node 0
    Mar 18 10:05:03 arch-server kernel: Zone ranges:
    Mar 18 10:05:03 arch-server kernel: DMA [mem 0x00001000-0x00ffffff]
    Mar 18 10:05:03 arch-server kernel: DMA32 [mem 0x01000000-0xffffffff]
    Mar 18 10:05:03 arch-server kernel: Normal [mem 0x100000000-0x41fffffff]
    Mar 18 10:05:03 arch-server kernel: Movable zone start for each node
    Mar 18 10:05:03 arch-server kernel: Early memory node ranges
    Mar 18 10:05:03 arch-server kernel: node 0: [mem 0x00001000-0x0009efff]
    Mar 18 10:05:03 arch-server kernel: node 0: [mem 0x00100000-0xcff8ffff]
    Mar 18 10:05:03 arch-server kernel: node 0: [mem 0x100000000-0x41fffffff]
    Mar 18 10:05:03 arch-server kernel: On node 0 totalpages: 4128558
    Mar 18 10:05:03 arch-server kernel: DMA zone: 64 pages used for memmap
    Mar 18 10:05:03 arch-server kernel: DMA zone: 21 pages reserved
    Mar 18 10:05:03 arch-server kernel: DMA zone: 3998 pages, LIFO batch:0
    Mar 18 10:05:03 arch-server kernel: DMA32 zone: 13247 pages used for memmap
    Mar 18 10:05:03 arch-server kernel: DMA32 zone: 847760 pages, LIFO batch:31
    Mar 18 10:05:03 arch-server kernel: Normal zone: 51200 pages used for memmap
    Mar 18 10:05:03 arch-server kernel: Normal zone: 3276800 pages, LIFO batch:31
    Mar 18 10:05:03 arch-server kernel: ACPI: PM-Timer IO Port: 0x808
    Mar 18 10:05:03 arch-server kernel: ACPI: Local APIC address 0xfee00000
    Mar 18 10:05:03 arch-server kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x10] enabled)
    Mar 18 10:05:03 arch-server kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x11] enabled)
    Mar 18 10:05:03 arch-server kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x12] enabled)
    Mar 18 10:05:03 arch-server kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x13] enabled)
    Mar 18 10:05:03 arch-server kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x84] disabled)
    Mar 18 10:05:03 arch-server kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0x85] disabled)
    Mar 18 10:05:03 arch-server kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0x86] disabled)
    Mar 18 10:05:03 arch-server kernel: ACPI: LAPIC (acpi_id[0x08] lapic_id[0x87] disabled)
    Mar 18 10:05:03 arch-server kernel: ACPI: LAPIC (acpi_id[0x09] lapic_id[0x88] disabled)
    Mar 18 10:05:03 arch-server kernel: ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x89] disabled)
    Mar 18 10:05:03 arch-server kernel: ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x8a] disabled)
    Mar 18 10:05:03 arch-server kernel: ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x8b] disabled)
    Mar 18 10:05:03 arch-server kernel: ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x8c] disabled)
    Mar 18 10:05:03 arch-server kernel: ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x8d] disabled)
    Mar 18 10:05:03 arch-server kernel: ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x8e] disabled)
    Mar 18 10:05:03 arch-server kernel: ACPI: LAPIC (acpi_id[0x10] lapic_id[0x8f] disabled)
    Mar 18 10:05:03 arch-server kernel: ACPI: LAPIC (acpi_id[0x11] lapic_id[0x90] disabled)
    Mar 18 10:05:03 arch-server kernel: ACPI: LAPIC (acpi_id[0x12] lapic_id[0x91] disabled)
    Mar 18 10:05:03 arch-server kernel: ACPI: LAPIC (acpi_id[0x13] lapic_id[0x92] disabled)
    Mar 18 10:05:03 arch-server kernel: ACPI: LAPIC (acpi_id[0x14] lapic_id[0x93] disabled)
    Mar 18 10:05:03 arch-server kernel: ACPI: LAPIC (acpi_id[0x15] lapic_id[0x94] disabled)
    Mar 18 10:05:03 arch-server kernel: ACPI: LAPIC (acpi_id[0x16] lapic_id[0x95] disabled)
    Mar 18 10:05:03 arch-server kernel: ACPI: LAPIC (acpi_id[0x17] lapic_id[0x96] disabled)
    Mar 18 10:05:03 arch-server kernel: ACPI: LAPIC (acpi_id[0x18] lapic_id[0x97] disabled)
    Mar 18 10:05:03 arch-server kernel: ACPI: IOAPIC (id[0x14] address[0xfec00000] gsi_base[0])
    Mar 18 10:05:03 arch-server kernel: IOAPIC[0]: apic_id 20, version 33, address 0xfec00000, GSI 0-23
    Mar 18 10:05:03 arch-server kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Mar 18 10:05:03 arch-server kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    Mar 18 10:05:03 arch-server kernel: ACPI: IRQ0 used by override.
    Mar 18 10:05:03 arch-server kernel: ACPI: IRQ2 used by override.
    Mar 18 10:05:03 arch-server kernel: ACPI: IRQ9 used by override.
    Mar 18 10:05:03 arch-server kernel: Using ACPI (MADT) for SMP configuration information
    Mar 18 10:05:03 arch-server kernel: ACPI: HPET id: 0x8300 base: 0xfed00000
    Mar 18 10:05:03 arch-server kernel: smpboot: Allowing 24 CPUs, 20 hotplug CPUs
    Mar 18 10:05:03 arch-server kernel: nr_irqs_gsi: 40
    Mar 18 10:05:03 arch-server kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    Mar 18 10:05:03 arch-server kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000e3fff]
    Mar 18 10:05:03 arch-server kernel: PM: Registered nosave memory: [mem 0x000e4000-0x000fffff]
    Mar 18 10:05:03 arch-server kernel: PM: Registered nosave memory: [mem 0xcff90000-0xcff9dfff]
    Mar 18 10:05:03 arch-server kernel: PM: Registered nosave memory: [mem 0xcff9e000-0xcffdffff]
    Mar 18 10:05:03 arch-server kernel: PM: Registered nosave memory: [mem 0xcffe0000-0xcfffffff]
    Mar 18 10:05:03 arch-server kernel: PM: Registered nosave memory: [mem 0xd0000000-0xffdfffff]
    Mar 18 10:05:03 arch-server kernel: PM: Registered nosave memory: [mem 0xffe00000-0xffffffff]
    Mar 18 10:05:03 arch-server kernel: e820: [mem 0xd0000000-0xffdfffff] available for PCI devices
    Mar 18 10:05:03 arch-server kernel: Booting paravirtualized kernel on bare hardware
    Mar 18 10:05:03 arch-server kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:24 nr_node_ids:1
    Mar 18 10:05:03 arch-server kernel: PERCPU: Embedded 27 pages/cpu @ffff88040f600000 s81664 r8192 d20736 u131072
    Mar 18 10:05:03 arch-server kernel: pcpu-alloc: s81664 r8192 d20736 u131072 alloc=1*2097152
    Mar 18 10:05:03 arch-server kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15
    Mar 18 10:05:03 arch-server kernel: pcpu-alloc: [0] 16 17 18 19 20 21 22 23 -- -- -- -- -- -- -- --
    Mar 18 10:05:03 arch-server kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4064026
    Mar 18 10:05:03 arch-server kernel: Policy zone: Normal
    Mar 18 10:05:03 arch-server kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=d6352b14-5ca7-476a-9f43-2bc25278effd rw quiet
    Mar 18 10:05:03 arch-server kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    Mar 18 10:05:03 arch-server kernel: xsave: enabled xstate_bv 0x7, cntxt size 0x340
    Mar 18 10:05:03 arch-server kernel: Checking aperture...
    Mar 18 10:05:03 arch-server kernel: No AGP bridge found
    Mar 18 10:05:03 arch-server kernel: Node 0: aperture @ 0 size 32 MB
    Mar 18 10:05:03 arch-server kernel: Your BIOS doesn't leave a aperture memory hole
    Mar 18 10:05:03 arch-server kernel: Please enable the IOMMU option in the BIOS setup
    Mar 18 10:05:03 arch-server kernel: This costs you 64 MB of RAM
    Mar 18 10:05:03 arch-server kernel: Mapping aperture over 65536 KB of RAM @ c4000000
    Mar 18 10:05:03 arch-server kernel: PM: Registered nosave memory: [mem 0xc4000000-0xc7ffffff]
    Mar 18 10:05:03 arch-server kernel: Memory: 16106196K/16514232K available (5183K kernel code, 859K rwdata, 1640K rodata, 1128K init, 1300K bss, 408036K reserv
    Mar 18 10:05:03 arch-server kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=24, Nodes=1
    Mar 18 10:05:03 arch-server kernel: Hierarchical RCU implementation.
    Mar 18 10:05:03 arch-server kernel: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=24.
    Mar 18 10:05:03 arch-server kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=24
    Mar 18 10:05:03 arch-server kernel: NR_IRQS:8448 nr_irqs:872 16
    Mar 18 10:05:03 arch-server kernel: spurious 8259A interrupt: IRQ7.
    Mar 18 10:05:03 arch-server kernel: Console: colour dummy device 80x25
    Mar 18 10:05:03 arch-server kernel: console [tty0] enabled
    Mar 18 10:05:03 arch-server kernel: allocated 66060288 bytes of page_cgroup
    Mar 18 10:05:03 arch-server kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Mar 18 10:05:03 arch-server kernel: hpet clockevent registered
    Mar 18 10:05:03 arch-server kernel: tsc: Fast TSC calibration using PIT
    Mar 18 10:05:03 arch-server kernel: tsc: Detected 4199.946 MHz processor
    Mar 18 10:05:03 arch-server kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 8399.89 BogoMIPS (lpj=41999460)
    Mar 18 10:05:03 arch-server kernel: pid_max: default: 32768 minimum: 301
    Mar 18 10:05:03 arch-server kernel: ACPI: Core revision 20131218
    Mar 18 10:05:03 arch-server kernel: ACPI: All ACPI Tables successfully acquired
    Mar 18 10:05:03 arch-server kernel: Security Framework initialized
    Mar 18 10:05:03 arch-server kernel: Yama: becoming mindful.
    Mar 18 10:05:03 arch-server kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
    Mar 18 10:05:03 arch-server kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    Mar 18 10:05:03 arch-server kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
    Mar 18 10:05:03 arch-server kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
    Mar 18 10:05:03 arch-server kernel: Initializing cgroup subsys memory
    Mar 18 10:05:03 arch-server kernel: Initializing cgroup subsys devices
    Mar 18 10:05:03 arch-server kernel: Initializing cgroup subsys freezer
    Mar 18 10:05:03 arch-server kernel: Initializing cgroup subsys net_cls
    Mar 18 10:05:03 arch-server kernel: Initializing cgroup subsys blkio
    Mar 18 10:05:03 arch-server kernel: tseg: 0000000000
    Mar 18 10:05:03 arch-server kernel: CPU: Physical Processor ID: 0
    Mar 18 10:05:03 arch-server kernel: CPU: Processor Core ID: 0
    Mar 18 10:05:03 arch-server kernel: mce: CPU supports 7 MCE banks
    Mar 18 10:05:03 arch-server kernel: LVT offset 1 assigned for vector 0xf9
    Mar 18 10:05:03 arch-server kernel: Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
    Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512, 1GB 0
    tlb_flushall_shift: 6
    Mar 18 10:05:03 arch-server kernel: Freeing SMP alternatives memory: 20K (ffffffff819f2000 - ffffffff819f7000)
    Mar 18 10:05:03 arch-server kernel: ftrace: allocating 20141 entries in 79 pages
    Mar 18 10:05:03 arch-server kernel: Switched APIC routing to physical flat.
    Mar 18 10:05:03 arch-server kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Mar 18 10:05:03 arch-server kernel: smpboot: CPU0: AMD FX(tm)-4170 Quad-Core Processor (fam: 15, model: 01, stepping: 02)
    Mar 18 10:05:03 arch-server kernel: Performance Events: Fam15h core perfctr, AMD PMU driver.
    Mar 18 10:05:03 arch-server kernel: ... version: 0
    Mar 18 10:05:03 arch-server kernel: ... bit width: 48
    Mar 18 10:05:03 arch-server kernel: ... generic registers: 6
    Mar 18 10:05:03 arch-server kernel: ... value mask: 0000ffffffffffff
    Mar 18 10:05:03 arch-server kernel: ... max period: 00007fffffffffff
    Mar 18 10:05:03 arch-server kernel: ... fixed-purpose events: 0
    Mar 18 10:05:03 arch-server kernel: ... event mask: 000000000000003f
    Mar 18 10:05:03 arch-server kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    Mar 18 10:05:03 arch-server kernel: x86: Booting SMP configuration:
    Mar 18 10:05:03 arch-server kernel: .... node #0, CPUs: #1 #2 #3
    Mar 18 10:05:03 arch-server kernel: x86: Booted up 1 node, 4 CPUs
    Mar 18 10:05:03 arch-server kernel: smpboot: Total of 4 processors activated (33599.56 BogoMIPS)
    Mar 18 10:05:03 arch-server kernel: devtmpfs: initialized
    Mar 18 10:05:03 arch-server kernel: PM: Registering ACPI NVS region [mem 0xcff9e000-0xcffdffff] (270336 bytes)
    Mar 18 10:05:03 arch-server kernel: pinctrl core: initialized pinctrl subsystem
    Mar 18 10:05:03 arch-server kernel: RTC time: 15:04:53, date: 03/18/15
    Mar 18 10:05:03 arch-server kernel: NET: Registered protocol family 16
    Mar 18 10:05:03 arch-server kernel: cpuidle: using governor ladder
    Mar 18 10:05:03 arch-server kernel: cpuidle: using governor menu
    Mar 18 10:05:03 arch-server kernel: ACPI: bus type PCI registered
    Mar 18 10:05:03 arch-server kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    Mar 18 10:05:03 arch-server kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Mar 18 10:05:03 arch-server kernel: PCI: not using MMCONFIG
    Mar 18 10:05:03 arch-server kernel: PCI: Using configuration type 1 for base access
    Mar 18 10:05:03 arch-server kernel: PCI: Using configuration type 1 for extended access
    Mar 18 10:05:03 arch-server kernel: mtrr: your CPUs had inconsistent variable MTRR settings
    Mar 18 10:05:03 arch-server kernel: mtrr: probably your BIOS does not setup all CPUs.
    Mar 18 10:05:03 arch-server kernel: mtrr: corrected configuration.
    Mar 18 10:05:03 arch-server kernel: bio: create slab <bio-0> at 0
    Mar 18 10:05:03 arch-server kernel: ACPI: Added _OSI(Module Device)
    Mar 18 10:05:03 arch-server kernel: ACPI: Added _OSI(Processor Device)
    Mar 18 10:05:03 arch-server kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    Mar 18 10:05:03 arch-server kernel: ACPI: Added _OSI(Processor Aggregator Device)
    Mar 18 10:05:03 arch-server kernel: ACPI: Executed 4 blocks of module-level executable AML code
    Mar 18 10:05:03 arch-server kernel: ACPI: Interpreter enabled
    Mar 18 10:05:03 arch-server kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131218/hwxface-580)
    Mar 18 10:05:03 arch-server kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131218/hwxface-580)
    Mar 18 10:05:03 arch-server kernel: ACPI: (supports S0 S1 S4 S5)
    Mar 18 10:05:03 arch-server kernel: ACPI: Using IOAPIC for interrupt routing
    Mar 18 10:05:03 arch-server kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Mar 18 10:05:03 arch-server kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    Mar 18 10:05:03 arch-server kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Mar 18 10:05:03 arch-server kernel: ACPI: No dock devices found.
    Mar 18 10:05:03 arch-server kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    Mar 18 10:05:03 arch-server kernel: acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    Mar 18 10:05:03 arch-server kernel: acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
    Mar 18 10:05:03 arch-server kernel: PCI host bridge to bus 0000:00
    Mar 18 10:05:03 arch-server kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
    Mar 18 10:05:03 arch-server kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    Mar 18 10:05:03 arch-server kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    Mar 18 10:05:03 arch-server kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    Mar 18 10:05:03 arch-server kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
    Mar 18 10:05:03 arch-server kernel: pci_bus 0000:00: root bus resource [mem 0xd0000000-0xdfffffff]
    Mar 18 10:05:03 arch-server kernel: pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff]
    Mar 18 10:05:03 arch-server kernel: pci 0000:00:00.0: [1022:9600] type 00 class 0x060000
    Mar 18 10:05:03 arch-server kernel: pci 0000:00:01.0: [1022:9602] type 01 class 0x060400
    Mar 18 10:05:03 arch-server kernel: pci 0000:00:05.0: [1022:9605] type 01 class 0x060400
    Mar 18 10:05:03 arch-server kernel: pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
    Mar 18 10:05:03 arch-server kernel: pci 0000:00:05.0: System wakeup disabled by ACPI
    Mar 18 10:05:03 arch-server kernel: pci 0000:00:11.0: [1002:4390] type 00 class 0x01018f
    Mar 18 10:05:03 arch-server kernel: pci 0000:00:11.0: reg 0x10: [io 0xc000-0xc007]
    Mar 18 10:05:03 arch-server kernel: pci 0000:00:11.0: reg 0x14: [io 0xb000-0xb003]
    Mar 18 10:05:03 arch-server kernel: pci 0000:00:11.0: reg 0x18: [io 0xa000-0xa007]
    Mar 18 10:05:03 arch-server kernel: pci 0000:00:11.0: reg 0x1c: [io 0x9000-0x9003]
    Mar 18 10:05:03 arch-server kernel: pci 0000:00:11.0: reg 0x20: [io 0x8000-0x800f]
    Mar 18 10:05:03 arch-server kernel: pci 0000:00:11.0: reg 0x24: [mem 0xfe9ffc00-0xfe9fffff]
    Mar 18 10:05:03 arch-server kernel: pci 0000:00:11.0: set SATA to AHCI mode
    Mar 18 10:05:03 arch-server kernel: pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
    Mar 18 10:05:03 arch-server kernel: pci 0000:00:12.0: reg 0x10: [mem 0xfe9fe000-0xfe9fefff]
    Mar 18 10:05:03 arch-server kernel: pci 0000:00:12.0: System wakeup disabled by ACPI
    Mar 18 10:05:03 arch-server kernel: pci 0000:00:12.1: [1002:4398] type 00 class 0x0c0310
    Mar 18 10:05:03 arch-server kernel: pci 0000:00:12.1: reg 0x10: [mem 0xfe9fd000-0xfe9fdfff]
    Mar 18 10:05:03 arch-server kernel: pci 0000:00:12.1: System wakeup disabled by ACPI
    Mar 18 10:05:03 arch-server kernel: pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
    Mar 18 10:05:03 arch-server kernel: pci 0000:00:12.2: reg 0x10: [mem 0xfe9ff800-0xfe9ff8ff]
    Mar 18 10:05:03 arch-server kernel: pci 0000:00:12.2: supports D1 D2
    Mar 18 10:05:03 arch-server kernel: pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
    Mar 18 10:05:03 arch-server kernel: pci 0000:00:12.2: System wakeup disabled by ACPI
    Mar 18 10:05:03 arch-server kernel: pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
    Mar 18 10:05:03 arch-server kernel: pci 0000:00:13.0: reg 0x10: [mem 0xfe9fc000-0xfe9fcfff]
    Mar 18 10:05:04 arch-server kernel: pci 0000:00:13.0: System wakeup disabled by ACPI
    Mar 18 10:05:04 arch-server kernel: pci 0000:00:13.1: [1002:4398] type 00 class 0x0c0310
    Mar 18 10:05:04 arch-server kernel: pci 0000:00:13.1: reg 0x10: [mem 0xfe9fb000-0xfe9fbfff]
    Mar 18 10:05:04 arch-server kernel: pci 0000:00:13.1: System wakeup disabled by ACP

  • A Few Issues and Questions I Have (GRUB, pacman, XBMC)

    Hi everyone. (Skip to the third paragraph for where my questions start, I got a little carried away in the first two, sorry!)
    I installed Arch Linux for the first time around a week ago. I am now on my third install. The first time I  reinstalled because I was experimenting too much with window managers, xfce4 and other desktop environments. I tried to tweak too much and couldn't boot into a graphical environment. I know I could of removed everything using pacman and re-installing the programs I liked but I wanted to start a fresh completely, had no real other reason really. All went well and my system was up and running again with GNOME (previously my go to desktop environment). However now and again my laptop wouldn't boot GRUB. It would just stop after my BIOS screen with the Acer logo.
    Eventually I started tinkering with window managers and installing just the bare minimum. I really liked what I ended with and so wanted to reinstall again. This time because I was going for the bare minimum approach, had a lot of installed bloat, wanted to move to btrfs and wanted to learn a lot more about how the system works. Previously I had followed a guide and taken very little in, if I was going to be working without a desktop environment I knew I would need to be in the command line a lot and so this time I had my longest install yet, as I read everything slowly and tried to learn what I was doing. Evidently this was my only problem free install. This time I still have my GRUB problem however.
    So for my first install GRUB worked fine, however on my second and third it randomly doesn't load (Picture included at the end). After having to power off by holding the power button and restarting it will then load fine. It's unresponsive to just pressing the power button and waiting or CTRL+ALT+Delete. This can happen on a reboot or when turning on after a period of down time. AFAIK I installed GRUB the same way both times. I have tried reinstalling GRUB and the problem remains.
    My second question is in regards to my many installs. Is there any easy way to see programmes I have installed so I can remove what I don't need? I have tried pacman -Qe but I still get a lot of programmes that I haven't installed, I assume they are in the base, or base-devel group, so is there anyway I can not have these showing in my list of installed packages? I don't believe an --ignoregroup option exists when running a query with pacman like it does when installing and updating.
    Lastly XBMC doesn't recognise my second screen, a projector, after I have enabled it with xrandr. Now I have found a workaround by looking on google, with wmctrl and have embedded the command in my open-box menu. This makes my XBMC believe it is windowed however instead of being true full screen. I was wondering whether anybody knows of an explicit solution instead of working around the problem.
    Heres the link to the picture for GRUB, this is all I get after the BIOS: http://imgur.com/a/uhVgp
    Please ignore the second picture, I thought my system wasn't updating but turns out the application I thought wasn't updating was in fact in Community-Testing, not Community, oops.
    I'm sorry if these solutions can be found elsewhere, I really have tried looking around but don't believe I'm finding what I need. Maybe I'm searching for the wrong terms, I'm not too sure.
    Thank you for any help.
    EDIT: Minor edit, but wow I've been running Arch now for 2 weeks, not 1, time flies sometimes eh?
    EDIT2: FINALLY got Arch to listen to my line-in, my Wii-U audio goes through my external sound card and I have never got it to work under Linux. Been trying for over a year for this to work, had to use Windows to listen to line in. That's one less reason to keep Windows. I love Arch, guess it's time for some Smash Bros and Monster Hunter 3U tonight!
    Last edited by BradPJ (2013-06-05 15:34:28)

    With regard to 'pacman -Qe' output: http://allanmcrae.com/2011/07/secondary … th-pacman/ or you can exclude some packages from that listing by using grep.
    Sidenote: JFC, Allan, what have you done with your blog template??

  • I can't update packages after upgrading pacman to 4.0.3

    I know this was already treated broadly about two months ago, but I can't update after upgrading pacman because of continuous problems with certain signatures (at least one).
    I have already tried this:
    rm -rf /etc/pacman.d/gnupg
    pacman -Scc
    pacman-key --init
    pacman-key --populate archlinux
    But I still get this error when trying to upgrade the system:
    error: virtuoso: signature from "Andrea Scarpino (Arch Linux) <[email protected]>" is invalid
    error: failed to commit transaction (invalid or corrupted package)
    Errors occurred, no packages were upgraded.
    Could anybody help me? I'm pretty devastated with this.
    Thanks!
    My /etc/pacman.conf
    # /etc/pacman.conf
    # See the pacman.conf(5) manpage for option and repository directives
    # GENERAL OPTIONS
    [options]
    # The following paths are commented out with their default values listed.
    # If you wish to use different paths, uncomment and update the paths.
    #RootDir = /
    #DBPath = /var/lib/pacman/
    #CacheDir = /var/cache/pacman/pkg/
    #LogFile = /var/log/pacman.log
    #GPGDir = /etc/pacman.d/gnupg/
    HoldPkg = pacman glibc
    # If upgrades are available for these packages they will be asked for first
    SyncFirst = pacman
    #XferCommand = /usr/bin/curl -C - -f %u > %o
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    #CleanMethod = KeepInstalled
    Architecture = auto
    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    #IgnorePkg =
    #IgnoreGroup =
    #NoUpgrade =
    #NoExtract =
    # Misc options
    #UseSyslog
    #UseDelta
    #TotalDownload
    CheckSpace
    #VerbosePkgLists
    # By default, pacman accepts packages signed by keys that its local keyring
    # trusts (see pacman-key and its man page), as well as unsigned packages.
    #SigLevel = Optional TrustedOnly
    # NOTE: You must run `pacman-key --init` before first using pacman; the local
    # keyring can then be populated with the keys of all official Arch Linux
    # packagers with `pacman-key --populate archlinux`.
    # REPOSITORIES
    # - can be defined here or included from another file
    # - pacman will search repositories in the order defined here
    # - local/custom mirrors can be added here or in separate files
    # - repositories listed first will take precedence when packages
    # have identical names, regardless of version number
    # - URLs will have $repo replaced by the name of the current repo
    # - URLs will have $arch replaced by the name of the architecture
    # Repository entries are of the format:
    # [repo-name]
    # Server = ServerName
    # Include = IncludePath
    # The header [repo-name] is crucial - it must be present and
    # uncommented to enable the repo.
    # The testing repositories are disabled by default. To enable, uncomment the
    # repo name header and Include lines. You can add preferred servers immediately
    # after the header, and they will be used before the default mirrors.
    #[testing]
    #SigLevel = PackageRequired
    #Include = /etc/pacman.d/mirrorlist
    [core]
    SigLevel = PackageRequired
    Include = /etc/pacman.d/mirrorlist
    [extra]
    SigLevel = PackageRequired
    Include = /etc/pacman.d/mirrorlist
    #[community-testing]
    #SigLevel = PackageRequired
    #Include = /etc/pacman.d/mirrorlist
    [community]
    SigLevel = PackageRequired
    Include = /etc/pacman.d/mirrorlist
    # An example of a custom package repository. See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #SigLevel = Optional TrustAll
    #Server = file:///home/custompkgs
    Last edited by [DoodoM] (2012-08-03 23:39:56)

    Thanks everyone! I guess it was a faulty mirror.
    I also had problems upgrading glibc because /lib had to be linked to /usr/lib, but I fixed it seeking for helpful tips on the forum. What I did was move everything from /lib to /usr/lib, shutdown, start adding break=postmount to kernel line, mount the filesystem, remove /lib folder, link /usr/lib to /lib and reboot. Then I reinstalled glibc and everything went well.
    Now some fonts look half-cutted in Gnome Shell when the window or panel which contains them is in background and I don't know why. But it is not the first time I have "graphical artifacts" with Arch Linux on this laptop. I think has something to do with the compositing.

  • [SOLVED]Arch Linux / UEFI / BTRFS using Grub2 & Windows 8 in a 2nd HDD

    PROBLEM:
    ====================================================================================
    Dear fellas
    I just purchased an new HP TouchSmart 17.3" laptop that comes with Windows 8.1 pro (1 tb HDD + small SSD for cache only ) and still have space for one more HDD or SSD.
    I Google a lot and read a lot but many questions emerged since seems that no one has the same scenario (maybe I pick the wrong choices) like me.
    The problem is.. I didn't wish to re-install Windows 8.1 since it came with from factory.. so I purchased a 750 gb hdd and put it into the free slot to install Arch Linux in a different HDD.
    As I am not familiar with UEFI what I did was to reorder the hdds. I just put the Windows HDD as second disk and the new disk (For Arch Linux) as primary and changed into Bios from UEFI to compatibility mode and installed Arch Linux into the primary one.
    I reaaaally need help to add to grub the correct "path" to Windows 8.1 disk that came with UEFI..
    Anyone could please help me?
    Thanks in advance!
    ====================================================================================
    SOLUTION:
    A huge thanks to @TheSaint and other users for their help and assistance!
    More sources:
    http://www.kossboss.com/linux---arch-in … -grub-boot
    https://www.youtube.com/watch?v=METZCp_JCec#t=146
    https://bbs.archlinux.org/viewtopic.php … 1#p1390741
    Step by Step Summary:
    Use gdisk to create partitions on /dev/sda:
        - 512MB - EF02 type partition (for EFI boot)
        - 690GB - Linux partition for the BTRFS.
    - Create an EF00 (ESP) with 512mb
    - Create a Linux System partition with the rest of space
    Make the FAT 32 system for EFI boot:
    # mkfs.vfat -F32 /dev/sda1
    Make the BTRFS partition. If it complains about existing filesystems just add a "-f":
    # mkfs.btrfs -L arch -f /dev/sda2
    We will make out a root subvolume for sda1, this will be a folder called root located at the root of sda2. The way we will design this is that When the system boots we will not see /root, we will be inside root. Inside root you will have all of your etc,sys,proc,whatever folders etc.
    # mount /dev/sda2 /mnt
    # cd /mnt
    # btrfs subvolume create /mnt/root
    This should show you your root
    # btrfs subvolume list -a /mnt
    Something like this: ID 256 gen 5 top level 5 path root
    # cd /
    # umount /dev/sda2
    Now we will mount sda2 root subvolume as /mnt and we will dump the arch system into there with pacman. We will also enable compress to utilize btrfs compress feature.
    # mount -o defaults,compress=lzo,subvol=root /dev/sda2 /mnt
    NOTE: the command "mount" will not show which subvolume is mounted, to see how subvolumes are mounted you need to look inside proc (cat /proc/self/mountinfo):
    # cat /proc/self/mountinfo | egrep sda2
    The line for the mount of sda2 looks like this:
    43 21 0:34 /root /mnt rw,relatime shared:30 - btrfs /dev/sda2 rw,compress=zlib,ssd,space_cache
    We can see that the subvolume /root is mounted to /mnt from the device /dev/sda3
    Notice how with regular mount command its missing:
    # mount | egrep sda2
    /dev/sda3 on /mnt type btrfs (rw,relatime,compress=zlib,ssd,space_cache)
    Pacman will dump stuff into a boot folder, so we better mount our sda1 EFI boot partition to it. Or else all of the boot stuff will go to sda3 instead of sda1:
    # cd /
    # pacstrap -i /mnt base base-devel
    Let us create the directory and mount the EFI partition
    # cd /mnt
    # mkdir -p /mnt/boot/efi
    # mount /dev/sda1 /mnt/boot/efi
    Let us generate the FSTAB:
    # genfstab -p /mnt >> /mnt/etc/fstab
    Let us chroot into the arch installation:
    # arch-chroot /mnt /bin/bash
    Change password:
    # passwd
    Then pick the right one like this and associate it with a link to /etc/localtime
    # ln -s /usr/share/zoneinfo/US/Pacific /etc/localtime
    Let us generate the initial RAM disk
    # mkinitcpio -p linux
    Let us setup the bootloader (GRUB)
    # pacman -Syu grub efibootmgr
    Let us generate the grub configuration
    # grub-mkconfig -o /boot/grub/grub.cfg
    Let us install grub into the HDD
    # grub-install /dev/sda
    # umount -R /mnt
    # umount /mnt
    # reboot
    From this step you can go straight and forward with the https://wiki.archlinux.org/index.php/Beginners%27_guide
    Last edited by erickwill (2014-11-21 20:41:06)

    TheSaint wrote:As UEFI BIOS is a boot loader itself. You should make on each HDD an ESP.
    When you want to start win8 you go to BIOS and chose its entry, so will do for Arch the same.
    For this way I suggest you write to boot the kernel directly from the BIOS. It just take some reading on this topic
    Other option you set on you second ESP the boot loader of your liking and it will try to find win8 partition.
    Thanks for your reply.
    For the second option, may I use the compatibility mode and install the booloader into the first partition along with Arch?
    Or in case the first option is still the better option, could you pleaaaase give me some directions from the scratch? Do you have Google Hangout?
    Thanks in advance.
    Last edited by erickwill (2014-11-18 19:54:26)

  • Firefox crash when i open a new window

    Since last pacman -Syu i get this when i'm trying to open the preferences window or when i'm starting a download:
    *** glibc detected *** /opt/firefox/firefox-bin: free(): invalid pointer: 0x09458f40 ***
    ======= Backtrace: =========
    /lib/libc.so.6[0xb7398c06]
    /lib/libc.so.6(cfree+0x89)[0xb739a8c9]
    /usr/lib/libglib-2.0.so.0(g_free+0x31)[0xb78909f1]
    /opt/firefox/firefox-bin[0x820f083]
    /opt/firefox/firefox-bin[0x820f88d]
    /opt/firefox/firefox-bin[0x820e1ff]
    /opt/firefox/firefox-bin[0x8269873]
    /opt/firefox/firefox-bin[0x8268d23]
    /opt/firefox/firefox-bin[0x829b5bc]
    /opt/firefox/firefox-bin[0x8358682]
    /opt/firefox/firefox-bin[0x8358746]
    /opt/firefox/firefox-bin[0x835881c]
    /opt/firefox/firefox-bin[0x8358601]
    /opt/firefox/firefox-bin[0x8358746]
    /opt/firefox/firefox-bin[0x835881c]
    /opt/firefox/firefox-bin[0x8358601]
    /opt/firefox/firefox-bin[0x8358746]
    /opt/firefox/firefox-bin[0x835881c]
    /opt/firefox/firefox-bin[0x8358601]
    /opt/firefox/firefox-bin[0x8358746]
    /opt/firefox/firefox-bin[0x835881c]
    /opt/firefox/firefox-bin[0x8358601]
    /opt/firefox/firefox-bin[0x8358746]
    /opt/firefox/firefox-bin[0x835881c]
    /opt/firefox/firefox-bin[0x8358601]
    /opt/firefox/firefox-bin[0x8358746]
    /opt/firefox/firefox-bin[0x835881c]
    /opt/firefox/firefox-bin[0x8369250]
    /opt/firefox/firefox-bin[0x8358746]
    /opt/firefox/firefox-bin[0x835881c]
    /opt/firefox/firefox-bin[0x8358601]
    /opt/firefox/firefox-bin[0x828400a]
    /opt/firefox/firefox-bin[0x843896b]
    /opt/firefox/firefox-bin[0x843bfe6]
    /opt/firefox/firefox-bin[0x843ba30]
    /opt/firefox/firefox-bin[0x843ab6b]
    /opt/firefox/firefox-bin[0x843d1a5]
    /opt/firefox/firefox-bin[0x84383f8]
    /opt/firefox/firefox-bin[0x824d1a1]
    /opt/firefox/firefox-bin[0x8246b1a]
    /opt/firefox/firefox-bin[0x824ab64]
    /usr/lib/libgtk-x11-2.0.so.0[0xb7b88154]
    /usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x129)[0xb79077f9]
    /usr/lib/libgobject-2.0.so.0[0xb791befb]
    /usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x617)[0xb791d857]
    /usr/lib/libgobject-2.0.so.0(g_signal_emit+0x29)[0xb791de79]
    /usr/lib/libgtk-x11-2.0.so.0[0xb7ca5617]
    /usr/lib/libgtk-x11-2.0.so.0(gtk_main_do_event+0x326)[0xb7b82696]
    /usr/lib/libgdk-x11-2.0.so.0[0xb79e8d1b]
    /usr/lib/libgdk-x11-2.0.so.0(gdk_window_process_all_updates+0xac)[0xb79e935c]
    /usr/lib/libgdk-x11-2.0.so.0[0xb79e93bb]
    /usr/lib/libgdk-x11-2.0.so.0[0xb79cf7db]
    /usr/lib/libglib-2.0.so.0[0xb7887671]
    /usr/lib/libglib-2.0.so.0(g_main_context_dispatch+0x176)[0xb7889226]
    /usr/lib/libglib-2.0.so.0[0xb788c5b2]
    /usr/lib/libglib-2.0.so.0(g_main_context_iteration+0x6e)[0xb788cb6e]
    /opt/firefox/firefox-bin[0x824c941]
    /opt/firefox/firefox-bin[0x8649ff1]
    /opt/firefox/firefox-bin[0x86529ec]
    /opt/firefox/firefox-bin[0x85a66c6]
    /opt/firefox/firefox-bin[0x85a5ea1]
    /opt/firefox/firefox-bin[0x8451f75]
    /opt/firefox/firefox-bin[0x844eb7f]
    ======= Memory map: ========
    08048000-08a2a000 r-xp 00000000 08:02 80530 /opt/firefox/firefox-bin
    08a2a000-08a43000 rwxp 009e1000 08:02 80530 /opt/firefox/firefox-bin
    08a43000-09c7a000 rwxp 08a43000 00:00 0 [heap]
    b2400000-b2421000 rwxp b2400000 00:00 0
    b2421000-b2500000 ---p b2421000 00:00 0
    b25ef000-b27c1000 rwxp b25ef000 00:00 0
    b27c1000-b27c4000 r-xp 00000000 08:02 80570 /opt/firefox/components/libmozgnome.so
    b27c4000-b27c5000 rwxp 00003000 08:02 80570 /opt/firefox/components/libmozgnome.so
    b27c5000-b27c6000 ---p b27c5000 00:00 0
    b27c6000-b2fc6000 rwxp b27c6000 00:00 0
    b2fc6000-b2fc7000 ---p b2fc6000 00:00 0
    b2fc7000-b37c7000 rwxp b2fc7000 00:00 0
    b37c7000-b37c8000 ---p b37c7000 00:00 0
    b37c8000-b3fc8000 rwxp b37c8000 00:00 0
    b3fc8000-b3fd6000 r-xp 00000000 08:02 80543 /opt/firefox/components/libspellchecker.so
    b3fd6000-b3fd7000 rwxp 0000e000 08:02 80543 /opt/firefox/components/libspellchecker.so
    b3fd7000-b4011000 r-xp 00000000 08:02 80578 /opt/firefox/libnssckbi.so
    b4011000-b401b000 rwxp 00039000 08:02 80578 /opt/firefox/libnssckbi.so
    b401b000-b4052000 r-xp 00000000 08:02 80700 /opt/firefox/libfreebl3.so
    b4052000-b4053000 rwxp 00037000 08:02 80700 /opt/firefox/libfreebl3.so
    b4053000-b4054000 ---p b4053000 00:00 0
    b4054000-b4854000 rwxp b4054000 00:00 0
    b4854
    Firefox freeze and i must kill the process 2 times. I reinstalled Firefox, erased my .mozilla and the problem persist.
    Last edited by neodreams (2007-10-02 21:24:41)

    http://bugs.archlinux.org/task/8120

  • [Solved] Alt-Tab window switching no longer working after update (JWM)

    The next issue I am trying to straighten out after a recent, long-overdue pacman -Syu, is the loss of window-switching functionality using the alt-tab key combination. This is under the JWM window manager, by the way. The alt key seems to work as expected when, for example, firefox has focus: if I hit alt left arrow, the browser goes back to the preceding page. But if I hit alt and tab together, say, in the browser or when a terminal has focus, it seems to be read as though I were pressing only the tab key. So, with two windows maximized on the desktop, the alt-tab combination does not toggle between them. If the terminal has focus I can see the cursor jumping over a tab space each time I press the key combination.
    Can anyone offers pointers on how I might resolve or begin diagnosing this issue? I should mention that another change I did in the wake of the update was to make the system log me in and start the GUI each time I boot the machine (as discussed at https://wiki.archlinux.org/index.php/St … h_profile). I'm not sure why that would have any effect but I thought I should mention it. I think this is just a pretty standard pc105 keyboard by the way.
    Input will be appreciated.
    Thanks,
    James
    Last edited by jamtat (2013-02-01 17:07:32)

    Thank you for your input, anonymous_user. I decided, on reading it, to compare my .jwmrc with the /etc/system.jwmrc file. I noted that, in my .jwmrc, the keybindings section was empty, while that section in the /etc/system.jwmrc had several entries--and even one that seemed to refer to the alt-tab key combination. So I copied that section into my .jwmrc, restarted JWM, and the key combination now seems to be working as it should. Granted, it's a bit strange in that it doesn't open some kind of dialog box with the names of open windows, showing you in list form the windows you're scrolling through. But it does take you to other open windows when, after you've hit the tab key one or more times, you release the alt key. So the issue is resolved and was pretty simple.
    James

  • [SOLVED] RT2870 drops connection after pacman update

    Since last pacman upgrade my USB wireless works for just a few seconds while used; while watching transfer speed I see at first full speed and then going slower and slower and in a few secs totally stopped, without being disconnected. I have to reboot to get it working again (worked sometimes by ip link set wlan 0 down & up)
    No difference using Wicd or networkmanager.
    I have never had any issues earlier even since Kernel 3.0.
    Linksys router with standard WPA2 configuration, other computers in house connecting without problems.
    lsusb:
    D-Link System DWA-140 RangeBooster N Adapter(rev.B1) [Ralink RT2870]
    uname -r
    3.2.8-1-ARCH
    I've tried blacklisting all the kernel rt2800usb modules which supposedly have taken over specific Realtek drivers according to wiki
    https://wiki.archlinux.org/index.php/Wi … and_rt2870
    with no effect.
    Tried killing wpa_supplicant (only found one instance though) as suggested on some blogpost but no effect.
    Tried the proprietary rt2870sta driver as suggested in Wiki
      https://wiki.archlinux.org/index.php/Rt2870
    -got a working link on ra0 but it wouldn't connect to WiFi (kept asking for password).
    More debug info:
    lsmod | grep rt > lsmod.txt
    exportfs 3695 1 nfsd
    rt2800usb 14400 0
    rt2x00usb 9076 1 rt2800usb
    rt2800lib 40260 1 rt2800usb
    rt2x00lib 35183 3 rt2800lib,rt2x00usb,rt2800usb
    crc_ccitt 1363 1 rt2800lib
    mac80211 228527 3 rt2x00lib,rt2800lib,rt2x00usb
    cfg80211 172260 2 mac80211,rt2x00lib
    iTCO_vendor_support 1961 1 iTCO_wdt
    usbcore 146241 7 ehci_hcd,uhci_hcd,usbhid,rt2x00usb,rt2800usb,usblp
    dmesg
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.2.8-1-ARCH (tobias@T-POWA-LX) (gcc version 4.6.2 20120120 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Feb 27 21:51:46 CET 2012
    [ 0.000000] Command line: root=/dev/disk/by-uuid/ce706691-4517-477c-a42d-417ab8ffef38 loglevel=3 ro quiet resume=/dev/disk/by-uuid/5a94d96e-0fdd-425a-91c5-6fe96da349f0 nomodeset
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
    [ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 00000000cff70000 (usable)
    [ 0.000000] BIOS-e820: 00000000cff70000 - 00000000cff7e000 (ACPI data)
    [ 0.000000] BIOS-e820: 00000000cff7e000 - 00000000cffd0000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000cffd0000 - 00000000d0000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
    [ 0.000000] BIOS-e820: 0000000100000000 - 0000000130000000 (usable)
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] DMI present.
    [ 0.000000] DMI: System manufacturer P5Q SE/P5Q SE, BIOS 0502 08/20/2008
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] No AGP bridge found
    [ 0.000000] last_pfn = 0x130000 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-DFFFF write-protect
    [ 0.000000] E0000-EFFFF write-through
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F00000000 write-back
    [ 0.000000] 1 base 100000000 mask FE0000000 write-back
    [ 0.000000] 2 base 120000000 mask FF0000000 write-back
    [ 0.000000] 3 base 0D0000000 mask FF0000000 uncachable
    [ 0.000000] 4 base 0E0000000 mask FE0000000 uncachable
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820 update range: 00000000d0000000 - 0000000100000000 (usable) ==> (reserved)
    [ 0.000000] last_pfn = 0xcff70 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [ffff8800000ff780] ff780
    [ 0.000000] initial memory mapped : 0 - 20000000
    [ 0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 20480
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000cff70000
    [ 0.000000] 0000000000 - 00cfe00000 page 2M
    [ 0.000000] 00cfe00000 - 00cff70000 page 4k
    [ 0.000000] kernel direct mapping tables up to cff70000 @ 1fffa000-20000000
    [ 0.000000] init_memory_mapping: 0000000100000000-0000000130000000
    [ 0.000000] 0100000000 - 0130000000 page 2M
    [ 0.000000] kernel direct mapping tables up to 130000000 @ cff6a000-cff70000
    [ 0.000000] RAMDISK: 37d76000 - 37ff0000
    [ 0.000000] ACPI: RSDP 00000000000fb2c0 00024 (v02 ACPIAM)
    [ 0.000000] ACPI: XSDT 00000000cff70100 0005C (v01 A_M_I_ OEMXSDT 08000820 MSFT 00000097)
    [ 0.000000] ACPI: FACP 00000000cff70290 000F4 (v03 A_M_I_ OEMFACP 08000820 MSFT 00000097)
    [ 0.000000] ACPI: DSDT 00000000cff70440 0907C (v01 A0985 A0985001 00000001 INTL 20051117)
    [ 0.000000] ACPI: FACS 00000000cff7e000 00040
    [ 0.000000] ACPI: APIC 00000000cff70390 0006C (v01 A_M_I_ OEMAPIC 08000820 MSFT 00000097)
    [ 0.000000] ACPI: MCFG 00000000cff70400 0003C (v01 A_M_I_ OEMMCFG 08000820 MSFT 00000097)
    [ 0.000000] ACPI: OEMB 00000000cff7e040 00081 (v01 A_M_I_ AMI_OEM 08000820 MSFT 00000097)
    [ 0.000000] ACPI: HPET 00000000cff794c0 00038 (v01 A_M_I_ OEMHPET 08000820 MSFT 00000097)
    [ 0.000000] ACPI: OSFR 00000000cff79500 000B0 (v01 A_M_I_ OEMOSFR 08000820 MSFT 00000097)
    [ 0.000000] ACPI: SSDT 00000000cff7e5d0 00A7C (v01 DpgPmm CpuPm 00000012 INTL 20051117)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at 0000000000000000-0000000130000000
    [ 0.000000] Initmem setup node 0 0000000000000000-0000000130000000
    [ 0.000000] NODE_DATA [000000012fffb000 - 000000012fffffff]
    [ 0.000000] [ffffea0000000000-ffffea0004bfffff] PMD -> [ffff88012b600000-ffff88012f5fffff] on node 0
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] DMA32 0x00001000 -> 0x00100000
    [ 0.000000] Normal 0x00100000 -> 0x00130000
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] early_node_map[3] active PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009f
    [ 0.000000] 0: 0x00000100 -> 0x000cff70
    [ 0.000000] 0: 0x00100000 -> 0x00130000
    [ 0.000000] On node 0 totalpages: 1048319
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 5 pages reserved
    [ 0.000000] DMA zone: 3914 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 16320 pages used for memmap
    [ 0.000000] DMA32 zone: 831408 pages, LIFO batch:31
    [ 0.000000] Normal zone: 3072 pages used for memmap
    [ 0.000000] Normal zone: 193536 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x808
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
    [ 0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e4000
    [ 0.000000] PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 00000000cff70000 - 00000000cff7e000
    [ 0.000000] PM: Registered nosave memory: 00000000cff7e000 - 00000000cffd0000
    [ 0.000000] PM: Registered nosave memory: 00000000cffd0000 - 00000000d0000000
    [ 0.000000] PM: Registered nosave memory: 00000000d0000000 - 00000000fee00000
    [ 0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
    [ 0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000fff00000
    [ 0.000000] PM: Registered nosave memory: 00000000fff00000 - 0000000100000000
    [ 0.000000] Allocating PCI resources starting at d0000000 (gap: d0000000:2ee00000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88012fc00000 s82176 r8192 d24320 u524288
    [ 0.000000] pcpu-alloc: s82176 r8192 d24320 u524288 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1028858
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: root=/dev/disk/by-uuid/ce706691-4517-477c-a42d-417ab8ffef38 loglevel=3 ro quiet resume=/dev/disk/by-uuid/5a94d96e-0fdd-425a-91c5-6fe96da349f0 nomodeset
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 4047500k/4980736k available (4488k kernel code, 787460k absent, 145776k reserved, 4409k data, 736k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] Verbose stalled-CPUs detection is disabled.
    [ 0.000000] NR_IRQS:4352 nr_irqs:712 16
    [ 0.000000] Extended CMOS year: 2000
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 33554432 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.000000] Detected 2997.032 MHz processor.
    [ 0.003337] Calibrating delay loop (skipped), value calculated using timer frequency.. 5996.81 BogoMIPS (lpj=9990106)
    [ 0.003340] pid_max: default: 32768 minimum: 301
    [ 0.003361] Security Framework initialized
    [ 0.003367] AppArmor: AppArmor disabled by boot time parameter
    [ 0.006673] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.008366] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.009152] Mount-cache hash table entries: 256
    [ 0.009284] Initializing cgroup subsys cpuacct
    [ 0.009289] Initializing cgroup subsys memory
    [ 0.009297] Initializing cgroup subsys devices
    [ 0.009298] Initializing cgroup subsys freezer
    [ 0.009300] Initializing cgroup subsys net_cls
    [ 0.009302] Initializing cgroup subsys blkio
    [ 0.009332] CPU: Physical Processor ID: 0
    [ 0.009333] CPU: Processor Core ID: 0
    [ 0.009335] mce: CPU supports 6 MCE banks
    [ 0.009342] CPU0: Thermal monitoring enabled (TM2)
    [ 0.009346] using mwait in idle threads.
    [ 0.010343] ACPI: Core revision 20110623
    [ 0.013339] ftrace: allocating 17394 entries in 69 pages
    [ 0.017049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.050789] CPU0: Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz stepping 06
    [ 0.053330] APIC calibration not consistent with PM-Timer: 97ms instead of 100ms
    [ 0.053330] APIC delta adjusted to PM-Timer: 2081243 (2020688)
    [ 0.053330] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
    [ 0.053330] ... version: 2
    [ 0.053330] ... bit width: 40
    [ 0.053330] ... generic registers: 2
    [ 0.053330] ... value mask: 000000ffffffffff
    [ 0.053330] ... max period: 000000007fffffff
    [ 0.053330] ... fixed-purpose events: 3
    [ 0.053330] ... event mask: 0000000700000003
    [ 0.070123] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.096675] Booting Node 0, Processors #1
    [ 0.096678] smpboot cpu 1: start_ip = 9a000
    [ 0.193349] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.199992] Brought up 2 CPUs
    [ 0.199995] Total of 2 processors activated (11992.51 BogoMIPS).
    [ 0.202833] devtmpfs: initialized
    [ 0.203768] PM: Registering ACPI NVS region at cff7e000 (335872 bytes)
    [ 0.203929] print_constraints: dummy:
    [ 0.203965] NET: Registered protocol family 16
    [ 0.204054] ACPI: bus type pci registered
    [ 0.204105] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.204107] PCI: not using MMCONFIG
    [ 0.204109] PCI: Using configuration type 1 for base access
    [ 0.204490] bio: create slab <bio-0> at 0
    [ 0.204490] ACPI: Added _OSI(Module Device)
    [ 0.204490] ACPI: Added _OSI(Processor Device)
    [ 0.204490] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.204490] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.204490] ACPI: EC: Look up EC in DSDT
    [ 0.206720] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.211061] ACPI: SSDT 00000000cff7e0d0 00277 (v01 DpgPmm P001Ist 00000011 INTL 20051117)
    [ 0.211260] ACPI: Dynamic OEM Table Load:
    [ 0.211262] ACPI: SSDT (null) 00277 (v01 DpgPmm P001Ist 00000011 INTL 20051117)
    [ 0.211420] ACPI: SSDT 00000000cff7e350 00277 (v01 DpgPmm P002Ist 00000012 INTL 20051117)
    [ 0.211621] ACPI: Dynamic OEM Table Load:
    [ 0.211623] ACPI: SSDT (null) 00277 (v01 DpgPmm P002Ist 00000012 INTL 20051117)
    [ 0.211740] ACPI: Interpreter enabled
    [ 0.211743] ACPI: (supports S0 S1 S3 S4 S5)
    [ 0.211758] ACPI: Using IOAPIC for interrupt routing
    [ 0.211772] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.212438] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    [ 0.246853] ACPI: No dock devices found.
    [ 0.246855] HEST: Table not found.
    [ 0.246858] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.246900] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.246996] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
    [ 0.246998] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
    [ 0.247000] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.247001] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff]
    [ 0.247003] pci_root PNP0A08:00: host bridge window [mem 0xd0000000-0xffffffff]
    [ 0.247012] pci 0000:00:00.0: [8086:2e20] type 0 class 0x000600
    [ 0.247043] pci 0000:00:01.0: [8086:2e21] type 1 class 0x000604
    [ 0.247071] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.247074] pci 0000:00:01.0: PME# disabled
    [ 0.247103] pci 0000:00:1a.0: [8086:3a37] type 0 class 0x000c03
    [ 0.247137] pci 0000:00:1a.0: reg 20: [io 0xc800-0xc81f]
    [ 0.247179] pci 0000:00:1a.1: [8086:3a38] type 0 class 0x000c03
    [ 0.247213] pci 0000:00:1a.1: reg 20: [io 0xc880-0xc89f]
    [ 0.247254] pci 0000:00:1a.2: [8086:3a39] type 0 class 0x000c03
    [ 0.247288] pci 0000:00:1a.2: reg 20: [io 0xcc00-0xcc1f]
    [ 0.247336] pci 0000:00:1a.7: [8086:3a3c] type 0 class 0x000c03
    [ 0.247354] pci 0000:00:1a.7: reg 10: [mem 0xf9fffc00-0xf9ffffff]
    [ 0.247428] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    [ 0.247432] pci 0000:00:1a.7: PME# disabled
    [ 0.247451] pci 0000:00:1b.0: [8086:3a3e] type 0 class 0x000403
    [ 0.247463] pci 0000:00:1b.0: reg 10: [mem 0xf9ff8000-0xf9ffbfff 64bit]
    [ 0.247516] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.247519] pci 0000:00:1b.0: PME# disabled
    [ 0.247535] pci 0000:00:1c.0: [8086:3a40] type 1 class 0x000604
    [ 0.247589] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.247592] pci 0000:00:1c.0: PME# disabled
    [ 0.247614] pci 0000:00:1c.5: [8086:3a4a] type 1 class 0x000604
    [ 0.247669] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [ 0.247672] pci 0000:00:1c.5: PME# disabled
    [ 0.247690] pci 0000:00:1d.0: [8086:3a34] type 0 class 0x000c03
    [ 0.247724] pci 0000:00:1d.0: reg 20: [io 0xc080-0xc09f]
    [ 0.247766] pci 0000:00:1d.1: [8086:3a35] type 0 class 0x000c03
    [ 0.247800] pci 0000:00:1d.1: reg 20: [io 0xc400-0xc41f]
    [ 0.247841] pci 0000:00:1d.2: [8086:3a36] type 0 class 0x000c03
    [ 0.247875] pci 0000:00:1d.2: reg 20: [io 0xc480-0xc49f]
    [ 0.247924] pci 0000:00:1d.7: [8086:3a3a] type 0 class 0x000c03
    [ 0.247941] pci 0000:00:1d.7: reg 10: [mem 0xf9fff800-0xf9fffbff]
    [ 0.248016] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.248019] pci 0000:00:1d.7: PME# disabled
    [ 0.248035] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
    [ 0.248084] pci 0000:00:1f.0: [8086:3a18] type 0 class 0x000601
    [ 0.248181] pci 0000:00:1f.2: [8086:3a20] type 0 class 0x000101
    [ 0.248193] pci 0000:00:1f.2: reg 10: [io 0xb000-0xb007]
    [ 0.248199] pci 0000:00:1f.2: reg 14: [io 0xac00-0xac03]
    [ 0.248205] pci 0000:00:1f.2: reg 18: [io 0xa880-0xa887]
    [ 0.248212] pci 0000:00:1f.2: reg 1c: [io 0xa800-0xa803]
    [ 0.248218] pci 0000:00:1f.2: reg 20: [io 0xa480-0xa48f]
    [ 0.248224] pci 0000:00:1f.2: reg 24: [io 0xa400-0xa40f]
    [ 0.248262] pci 0000:00:1f.3: [8086:3a30] type 0 class 0x000c05
    [ 0.248274] pci 0000:00:1f.3: reg 10: [mem 0xf9fff400-0xf9fff4ff 64bit]
    [ 0.248290] pci 0000:00:1f.3: reg 20: [io 0x0400-0x041f]
    [ 0.248317] pci 0000:00:1f.5: [8086:3a26] type 0 class 0x000101
    [ 0.248328] pci 0000:00:1f.5: reg 10: [io 0xc000-0xc007]
    [ 0.248335] pci 0000:00:1f.5: reg 14: [io 0xbc00-0xbc03]
    [ 0.248341] pci 0000:00:1f.5: reg 18: [io 0xb880-0xb887]
    [ 0.248347] pci 0000:00:1f.5: reg 1c: [io 0xb800-0xb803]
    [ 0.248353] pci 0000:00:1f.5: reg 20: [io 0xb480-0xb48f]
    [ 0.248359] pci 0000:00:1f.5: reg 24: [io 0xb400-0xb40f]
    [ 0.248418] pci 0000:01:00.0: [10de:05e2] type 0 class 0x000300
    [ 0.248426] pci 0000:01:00.0: reg 10: [mem 0xfd000000-0xfdffffff]
    [ 0.248434] pci 0000:01:00.0: reg 14: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.248443] pci 0000:01:00.0: reg 1c: [mem 0xfa000000-0xfbffffff 64bit]
    [ 0.248449] pci 0000:01:00.0: reg 24: [io 0xdc00-0xdc7f]
    [ 0.248455] pci 0000:01:00.0: reg 30: [mem 0xfea80000-0xfeafffff pref]
    [ 0.248497] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.248499] pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    [ 0.248502] pci 0000:00:01.0: bridge window [mem 0xfa000000-0xfeafffff]
    [ 0.248505] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.248536] pci 0000:00:1c.0: PCI bridge to [bus 03-03]
    [ 0.248543] pci 0000:00:1c.0: bridge window [mem 0xf8f00000-0xf8ffffff 64bit pref]
    [ 0.248590] pci 0000:02:00.0: [1969:1026] type 0 class 0x000200
    [ 0.248610] pci 0000:02:00.0: reg 10: [mem 0xfebc0000-0xfebfffff 64bit]
    [ 0.248621] pci 0000:02:00.0: reg 18: [io 0xec00-0xec7f]
    [ 0.248706] pci 0000:02:00.0: PME# supported from D3hot D3cold
    [ 0.248710] pci 0000:02:00.0: PME# disabled
    [ 0.248728] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.248736] pci 0000:00:1c.5: PCI bridge to [bus 02-02]
    [ 0.248739] pci 0000:00:1c.5: bridge window [io 0xe000-0xefff]
    [ 0.248742] pci 0000:00:1c.5: bridge window [mem 0xfeb00000-0xfebfffff]
    [ 0.248794] pci 0000:00:1e.0: PCI bridge to [bus 04-04] (subtractive decode)
    [ 0.248801] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.248803] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.248805] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.248807] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
    [ 0.248809] pci 0000:00:1e.0: bridge window [mem 0xd0000000-0xffffffff] (subtractive decode)
    [ 0.248822] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.248885] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P2._PRT]
    [ 0.248906] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
    [ 0.248953] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
    [ 0.248985] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
    [ 0.249003] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.249005] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
    [ 0.249007] ACPI _OSC control for PCIe not granted, disabling ASPM
    [ 0.254308] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    [ 0.254341] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    [ 0.254373] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11 12 14 *15)
    [ 0.254405] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 11 12 14 15)
    [ 0.254437] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    [ 0.254469] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 *14 15)
    [ 0.254501] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 7 10 11 12 14 15)
    [ 0.254533] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 10 11 12 14 15)
    [ 0.254589] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.254589] vgaarb: loaded
    [ 0.254589] vgaarb: bridge control possible 0000:01:00.0
    [ 0.254589] PCI: Using ACPI for IRQ routing
    [ 0.259493] PCI: pci_cache_line_size set to 64 bytes
    [ 0.259546] reserve RAM buffer: 000000000009fc00 - 000000000009ffff
    [ 0.259547] reserve RAM buffer: 00000000cff70000 - 00000000cfffffff
    [ 0.259624] NetLabel: Initializing
    [ 0.259626] NetLabel: domain hash size = 128
    [ 0.259627] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.259637] NetLabel: unlabeled traffic allowed by default
    [ 0.259649] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    [ 0.259653] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    [ 0.259656] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    [ 0.270027] Switching to clocksource hpet
    [ 0.274998] pnp: PnP ACPI init
    [ 0.275013] ACPI: bus type pnp registered
    [ 0.275071] pnp 00:00: [bus 00-ff]
    [ 0.275073] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.275074] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.275076] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.275078] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.275079] pnp 00:00: [mem 0x000d0000-0x000dffff window]
    [ 0.275081] pnp 00:00: [mem 0xd0000000-0xffffffff window]
    [ 0.275124] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 0.275131] pnp 00:01: [mem 0xfed14000-0xfed19fff]
    [ 0.275167] system 00:01: [mem 0xfed14000-0xfed19fff] has been reserved
    [ 0.275170] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.275193] pnp 00:02: [dma 4]
    [ 0.275194] pnp 00:02: [io 0x0000-0x000f]
    [ 0.275196] pnp 00:02: [io 0x0081-0x0083]
    [ 0.275197] pnp 00:02: [io 0x0087]
    [ 0.275198] pnp 00:02: [io 0x0089-0x008b]
    [ 0.275202] pnp 00:02: [io 0x008f]
    [ 0.275203] pnp 00:02: [io 0x00c0-0x00df]
    [ 0.275225] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.275234] pnp 00:03: [io 0x0070-0x0071]
    [ 0.275243] pnp 00:03: [irq 8]
    [ 0.275263] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.275269] pnp 00:04: [io 0x0061]
    [ 0.275290] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.275296] pnp 00:05: [io 0x00f0-0x00ff]
    [ 0.275300] pnp 00:05: [irq 13]
    [ 0.275322] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.275431] pnp 00:06: [io 0x0000-0xffffffffffffffff disabled]
    [ 0.275433] pnp 00:06: [io 0x0000-0xffffffffffffffff disabled]
    [ 0.275435] pnp 00:06: [io 0x0290-0x029f]
    [ 0.275467] system 00:06: [io 0x0290-0x029f] has been reserved
    [ 0.275470] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.275531] pnp 00:07: [io 0x0010-0x001f]
    [ 0.275533] pnp 00:07: [io 0x0022-0x003f]
    [ 0.275534] pnp 00:07: [io 0x0044-0x004d]
    [ 0.275536] pnp 00:07: [io 0x0050-0x005f]
    [ 0.275537] pnp 00:07: [io 0x0062-0x0063]
    [ 0.275538] pnp 00:07: [io 0x0065-0x006f]
    [ 0.275540] pnp 00:07: [io 0x0072-0x007f]
    [ 0.275541] pnp 00:07: [io 0x0080]
    [ 0.275542] pnp 00:07: [io 0x0084-0x0086]
    [ 0.275543] pnp 00:07: [io 0x0088]
    [ 0.275545] pnp 00:07: [io 0x008c-0x008e]
    [ 0.275546] pnp 00:07: [io 0x0090-0x009f]
    [ 0.275547] pnp 00:07: [io 0x00a2-0x00bf]
    [ 0.275549] pnp 00:07: [io 0x00e0-0x00ef]
    [ 0.275550] pnp 00:07: [io 0x04d0-0x04d1]
    [ 0.275551] pnp 00:07: [io 0x0800-0x087f]
    [ 0.275553] pnp 00:07: [io 0x0400-0x03ff disabled]
    [ 0.275554] pnp 00:07: [io 0x0500-0x057f]
    [ 0.275556] pnp 00:07: [mem 0xfed08000-0xfed08fff]
    [ 0.275557] pnp 00:07: [mem 0xfed1c000-0xfed1ffff]
    [ 0.275558] pnp 00:07: [mem 0xfed20000-0xfed3ffff]
    [ 0.275560] pnp 00:07: [mem 0xfed50000-0xfed8ffff]
    [ 0.275610] system 00:07: [io 0x04d0-0x04d1] has been reserved
    [ 0.275612] system 00:07: [io 0x0800-0x087f] has been reserved
    [ 0.275614] system 00:07: [io 0x0500-0x057f] has been reserved
    [ 0.275616] system 00:07: [mem 0xfed08000-0xfed08fff] has been reserved
    [ 0.275618] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.275620] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.275622] system 00:07: [mem 0xfed50000-0xfed8ffff] has been reserved
    [ 0.275625] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.275666] pnp 00:08: [mem 0xfed00000-0xfed003ff]
    [ 0.275690] pnp 00:08: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.275722] pnp 00:09: [mem 0xffb00000-0xffbfffff]
    [ 0.275724] pnp 00:09: [mem 0xfff00000-0xffffffff]
    [ 0.275745] pnp 00:09: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.275772] pnp 00:0a: [mem 0xffc00000-0xffefffff]
    [ 0.275807] system 00:0a: [mem 0xffc00000-0xffefffff] has been reserved
    [ 0.275809] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.275845] pnp 00:0b: [io 0x0000-0xffffffffffffffff disabled]
    [ 0.275847] pnp 00:0b: [io 0x0000-0xffffffffffffffff disabled]
    [ 0.275848] pnp 00:0b: [mem 0xfec00000-0xfec00fff]
    [ 0.275850] pnp 00:0b: [mem 0xfee00000-0xfee00fff]
    [ 0.275885] system 00:0b: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.275887] system 00:0b: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.275889] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.275908] pnp 00:0c: [io 0x0060]
    [ 0.275909] pnp 00:0c: [io 0x0064]
    [ 0.275915] pnp 00:0c: [irq 1]
    [ 0.275945] pnp 00:0c: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
    [ 0.276048] pnp 00:0d: [mem 0xe0000000-0xefffffff]
    [ 0.276083] system 00:0d: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.276086] system 00:0d: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.276183] pnp 00:0e: [mem 0x00000000-0x0009ffff]
    [ 0.276185] pnp 00:0e: [mem 0x000c0000-0x000cffff]
    [ 0.276187] pnp 00:0e: [mem 0x000e0000-0x000fffff]
    [ 0.276188] pnp 00:0e: [mem 0x00100000-0xcfffffff]
    [ 0.276190] pnp 00:0e: [mem 0x00000000-0xffffffffffffffff disabled]
    [ 0.276230] system 00:0e: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.276232] system 00:0e: [mem 0x000c0000-0x000cffff] could not be reserved
    [ 0.276234] system 00:0e: [mem 0x000e0000-0x000fffff] could not be reserved
    [ 0.276236] system 00:0e: [mem 0x00100000-0xcfffffff] could not be reserved
    [ 0.276238] system 00:0e: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.276322] pnp: PnP ACPI: found 15 devices
    [ 0.276323] ACPI: ACPI bus type pnp unregistered
    [ 0.282821] PCI: max bus depth: 1 pci_try_num: 2
    [ 0.282845] pci 0000:00:1c.5: BAR 15: assigned [mem 0xf0000000-0xf01fffff 64bit pref]
    [ 0.282848] pci 0000:00:1c.0: BAR 14: assigned [mem 0xf0200000-0xf05fffff]
    [ 0.282851] pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff]
    [ 0.282853] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.282855] pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    [ 0.282857] pci 0000:00:01.0: bridge window [mem 0xfa000000-0xfeafffff]
    [ 0.282860] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.282863] pci 0000:00:1c.0: PCI bridge to [bus 03-03]
    [ 0.282865] pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
    [ 0.282869] pci 0000:00:1c.0: bridge window [mem 0xf0200000-0xf05fffff]
    [ 0.282872] pci 0000:00:1c.0: bridge window [mem 0xf8f00000-0xf8ffffff 64bit pref]
    [ 0.282877] pci 0000:00:1c.5: PCI bridge to [bus 02-02]
    [ 0.282879] pci 0000:00:1c.5: bridge window [io 0xe000-0xefff]
    [ 0.282882] pci 0000:00:1c.5: bridge window [mem 0xfeb00000-0xfebfffff]
    [ 0.282885] pci 0000:00:1c.5: bridge window [mem 0xf0000000-0xf01fffff 64bit pref]
    [ 0.282890] pci 0000:00:1e.0: PCI bridge to [bus 04-04]
    [ 0.282906] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.282909] pci 0000:00:01.0: setting latency timer to 64
    [ 0.282913] pci 0000:00:1c.0: enabling device (0106 -> 0107)
    [ 0.282919] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [ 0.282922] pci 0000:00:1c.0: setting latency timer to 64
    [ 0.282926] pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
    [ 0.282929] pci 0000:00:1c.5: setting latency timer to 64
    [ 0.282934] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.282937] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.282938] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.282940] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.282942] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.282943] pci_bus 0000:00: resource 8 [mem 0xd0000000-0xffffffff]
    [ 0.282945] pci_bus 0000:01: resource 0 [io 0xd000-0xdfff]
    [ 0.282947] pci_bus 0000:01: resource 1 [mem 0xfa000000-0xfeafffff]
    [ 0.282949] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.282950] pci_bus 0000:03: resource 0 [io 0x1000-0x1fff]
    [ 0.282952] pci_bus 0000:03: resource 1 [mem 0xf0200000-0xf05fffff]
    [ 0.282954] pci_bus 0000:03: resource 2 [mem 0xf8f00000-0xf8ffffff 64bit pref]
    [ 0.282956] pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
    [ 0.282957] pci_bus 0000:02: resource 1 [mem 0xfeb00000-0xfebfffff]
    [ 0.282959] pci_bus 0000:02: resource 2 [mem 0xf0000000-0xf01fffff 64bit pref]
    [ 0.282961] pci_bus 0000:04: resource 4 [io 0x0000-0x0cf7]
    [ 0.282962] pci_bus 0000:04: resource 5 [io 0x0d00-0xffff]
    [ 0.282964] pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.282966] pci_bus 0000:04: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.282967] pci_bus 0000:04: resource 8 [mem 0xd0000000-0xffffffff]
    [ 0.282994] NET: Registered protocol family 2
    [ 0.283102] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.283911] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [ 0.286830] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.287221] TCP: Hash tables configured (established 524288 bind 65536)
    [ 0.287223] TCP reno registered
    [ 0.287231] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.287261] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.287380] NET: Registered protocol family 1
    [ 0.287533] pci 0000:01:00.0: Boot video device
    [ 0.287538] PCI: CLS 32 bytes, default 64
    [ 0.287587] Unpacking initramfs...
    [ 0.316854] Freeing initrd memory: 2536k freed
    [ 0.317344] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.317346] Placing 64MB software IO TLB between ffff8800cbf6a000 - ffff8800cff6a000
    [ 0.317348] software IO TLB at phys 0xcbf6a000 - 0xcff6a000
    [ 0.317656] audit: initializing netlink socket (disabled)
    [ 0.317668] type=2000 audit(1331070636.316:1): initialized
    [ 0.329229] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.351410] VFS: Disk quotas dquot_6.5.2
    [ 0.351460] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.351537] msgmni has been set to 7910
    [ 0.351674] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 0.351694] io scheduler noop registered
    [ 0.351696] io scheduler deadline registered
    [ 0.351723] io scheduler cfq registered (default)
    [ 0.351807] pcieport 0000:00:01.0: setting latency timer to 64
    [ 0.351832] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.351871] pcieport 0000:00:1c.0: setting latency timer to 64
    [ 0.351899] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
    [ 0.351947] pcieport 0000:00:1c.5: setting latency timer to 64
    [ 0.351975] pcieport 0000:00:1c.5: irq 42 for MSI/MSI-X
    [ 0.352104] intel_idle: MWAIT substates: 0x22220
    [ 0.352105] intel_idle: does not run on family 6 model 23
    [ 0.352132] ERST: Table is not found!
    [ 0.352133] GHES: HEST is not enabled!
    [ 0.352190] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.423563] Linux agpgart interface v0.103
    [ 0.423624] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
    [ 0.423626] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
    [ 0.424352] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.424437] mousedev: PS/2 mouse device common for all mice
    [ 0.424487] rtc_cmos 00:03: RTC can wake from S4
    [ 0.424570] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    [ 0.424591] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 0.424600] cpuidle: using governor ladder
    [ 0.424601] cpuidle: using governor menu
    [ 0.424761] TCP cubic registered
    [ 0.424857] NET: Registered protocol family 10
    [ 0.425184] NET: Registered protocol family 17
    [ 0.425187] Registering the dns_resolver key type
    [ 0.425287] PM: Checking hibernation image partition /dev/disk/by-uuid/5a94d96e-0fdd-425a-91c5-6fe96da349f0
    [ 0.442444] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.442457] PM: Hibernation image not present or could not be loaded.
    [ 0.442463] registered taskstats version 1
    [ 0.453068] rtc_cmos 00:03: setting system clock to 2012-03-06 21:50:37 UTC (1331070637)
    [ 0.453104] Initializing network drop monitor service
    [ 0.454145] Freeing unused kernel memory: 736k freed
    [ 0.454268] Write protecting the kernel read-only data: 8192k
    [ 0.458421] Freeing unused kernel memory: 1636k freed
    [ 0.460355] Freeing unused kernel memory: 660k freed
    [ 0.465585] udevd[37]: starting version 181
    [ 0.489348] usbcore: registered new interface driver usbfs
    [ 0.489369] usbcore: registered new interface driver hub
    [ 0.490707] usbcore: registered new device driver usb
    [ 0.492744] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.492777] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 0.492811] ehci_hcd 0000:00:1a.7: setting latency timer to 64
    [ 0.492815] ehci_hcd 0000:00:1a.7: EHCI Host Controller
    [ 0.492852] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
    [ 0.492879] ehci_hcd 0000:00:1a.7: debug port 1
    [ 0.497714] uhci_hcd: USB Universal Host Controller Interface driver
    [ 0.497902] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
    [ 0.497918] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xf9fffc00
    [ 0.500931] SCSI subsystem initialized
    [ 0.504356] libata version 3.00 loaded.
    [ 0.510015] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    [ 0.510276] hub 1-0:1.0: USB hub found
    [ 0.510280] hub 1-0:1.0: 6 ports detected
    [ 0.510367] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [ 0.510390] ehci_hcd 0000:00:1d.7: setting latency timer to 64
    [ 0.510393] ehci_hcd 0000:00:1d.7: EHCI Host Controller
    [ 0.510401] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
    [ 0.510423] ehci_hcd 0000:00:1d.7: debug port 1
    [ 0.514289] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
    [ 0.514303] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf9fff800
    [ 0.526698] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 0.526921] hub 2-0:1.0: USB hub found
    [ 0.526924] hub 2-0:1.0: 6 ports detected
    [ 0.527005] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.527010] uhci_hcd 0000:00:1a.0: setting latency timer to 64
    [ 0.527013] uhci_hcd 0000:00:1a.0: UHCI Host Controller
    [ 0.527021] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    [ 0.527047] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000c800
    [ 0.527239] hub 3-0:1.0: USB hub found
    [ 0.527243] hub 3-0:1.0: 2 ports detected
    [ 0.527303] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
    [ 0.527308] uhci_hcd 0000:00:1a.1: setting latency timer to 64
    [ 0.527310] uhci_hcd 0000:00:1a.1: UHCI Host Controller
    [ 0.527316] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
    [ 0.527341] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000c880
    [ 0.527491] hub 4-0:1.0: USB hub found
    [ 0.527494] hub 4-0:1.0: 2 ports detected
    [ 0.527547] uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 0.527552] uhci_hcd 0000:00:1a.2: setting latency timer to 64
    [ 0.527554] uhci_hcd 0000:00:1a.2: UHCI Host Controller
    [ 0.527560] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
    [ 0.527579] uhci_hcd 0000:00:1a.2: irq 18, io base 0x0000cc00
    [ 0.527671] hub 5-0:1.0: USB hub found
    [ 0.527673] hub 5-0:1.0: 2 ports detected
    [ 0.527725] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [ 0.527729] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 0.527731] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 0.527737] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
    [ 0.527755] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000c080
    [ 0.527850] hub 6-0:1.0: USB hub found
    [ 0.527853] hub 6-0:1.0: 2 ports detected
    [ 0.527912] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 0.527916] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    [ 0.527918] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 0.527925] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
    [ 0.527950] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000c400
    [ 0.528041] hub 7-0:1.0: USB hub found
    [ 0.528044] hub 7-0:1.0: 2 ports detected
    [ 0.528095] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 0.528099] uhci_hcd 0000:00:1d.2: setting latency timer to 64
    [ 0.528102] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 0.528107] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
    [ 0.528126] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000c480
    [ 0.528217] hub 8-0:1.0: USB hub found
    [ 0.528220] hub 8-0:1.0: 2 ports detected
    [ 0.528277] ata_piix 0000:00:1f.2: version 2.13
    [ 0.528284] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 0.528288] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
    [ 0.528322] ata_piix 0000:00:1f.2: setting latency timer to 64
    [ 0.528959] scsi0 : ata_piix
    [ 0.529039] scsi1 : ata_piix
    [ 0.529777] ata1: SATA max UDMA/133 cmd 0xb000 ctl 0xac00 bmdma 0xa480 irq 19
    [ 0.529781] ata2: SATA max UDMA/133 cmd 0xa880 ctl 0xa800 bmdma 0xa488 irq 19
    [ 0.529808] ata_piix 0000:00:1f.5: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 0.529812] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
    [ 0.529848] ata_piix 0000:00:1f.5: setting latency timer to 64
    [ 0.530605] scsi2 : ata_piix
    [ 0.531122] scsi3 : ata_piix
    [ 0.531716] ata3: SATA max UDMA/133 cmd 0xc000 ctl 0xbc00 bmdma 0xb480 irq 19
    [ 0.531719] ata4: SATA max UDMA/133 cmd 0xb880 ctl 0xb800 bmdma 0xb488 irq 19
    [ 0.833346] usb 2-1: new high-speed USB device number 2 using ehci_hcd
    [ 0.860625] ata3: SATA link down (SStatus 0 SControl 300)
    [ 0.871253] ata4: SATA link down (SStatus 0 SControl 300)
    [ 1.133351] usb 2-5: new high-speed USB device number 4 using ehci_hcd
    [ 1.320013] Refined TSC clocksource calibration: 2996.999 MHz.
    [ 1.320019] Switching to clocksource tsc
    [ 1.326723] ata2.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.326735] ata2.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.326848] ata1.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.326858] ata1.01: SATA link down (SStatus 0 SControl 300)
    [ 1.334172] ata1.00: ATA-7: WDC WD740ADFD-00NLR1, 20.07P20, max UDMA/133
    [ 1.334175] ata1.00: 145226112 sectors, multi 16: LBA48 NCQ (not used)
    [ 1.347438] ata1.00: configured for UDMA/133
    [ 1.347545] scsi 0:0:0:0: Direct-Access ATA WDC WD740ADFD-00 20.0 PQ: 0 ANSI: 5
    [ 1.356883] ata2.00: ATA-7: SAMSUNG HD321KJ, CP100-05, max UDMA7
    [ 1.356887] ata2.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 1.371850] ata2.01: HPA detected: current 1465147055, native 1465149168
    [ 1.371855] ata2.01: ATA-8: WDC WD7500AACS-00ZJB0, 01.01B01, max UDMA/133
    [ 1.371858] ata2.01: 1465147055 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 1.376886] ata2.00: configured for UDMA/133
    [ 1.390777] ata2.01: configured for UDMA/133
    [ 1.390856] scsi 1:0:0:0: Direct-Access ATA SAMSUNG HD321KJ CP10 PQ: 0 ANSI: 5
    [ 1.390990] scsi 1:0:1:0: Direct-Access ATA WDC WD7500AACS-0 01.0 PQ: 0 ANSI: 5
    [ 1.393373] sd 0:0:0:0: [sda] 145226112 512-byte logical blocks: (74.3 GB/69.2 GiB)
    [ 1.393409] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.393411] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.393427] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.393753] sd 1:0:0:0: [sdb] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    [ 1.393840] sd 1:0:0:0: [sdb] Write Protect is off
    [ 1.393843] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    [ 1.393860] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.394066] sd 1:0:1:0: [sdc] 1465147055 512-byte logical blocks: (750 GB/698 GiB)
    [ 1.404247] sdb: sdb2
    [ 1.404286] sd 1:0:1:0: [sdc] Write Protect is off
    [ 1.404290] sd 1:0:1:0: [sdc] Mode Sense: 00 3a 00 00
    [ 1.404316] sd 1:0:1:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.410206] sd 1:0:0:0: [sdb] Attached SCSI disk
    [ 1.410713] sdc: sdc1
    [ 1.412675] sd 1:0:1:0: [sdc] Attached SCSI disk
    [ 1.414632] sda: sda1 sda2 sda3
    [ 1.414890] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.483346] usb 7-1: new low-speed USB device number 2 using uhci_hcd
    [ 1.675206] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1d.1/usb7/7-1/7-1:1.0/input/input1
    [ 1.675328] generic-usb 0003:046D:C01E.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1d.1-1/input0
    [ 1.675340] usbcore: registered new interface driver usbhid
    [ 1.675341] usbhid: USB HID core driver
    [ 1.847718] PM: Starting manual resume from disk
    [ 1.847720] PM: Hibernation image partition 8:2 present
    [ 1.847721] PM: Looking for hibernation image.
    [ 1.847851] PM: Image not found (code -22)
    [ 1.847854] PM: Hibernation image not present or could not be loaded.
    [ 1.887347] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    [ 2.955372] udevd[142]: starting version 181
    [ 3.102653] FS-Cache: Loaded
    [ 3.138386] RPC: Registered named UNIX socket transport module.
    [ 3.138388] RPC: Registered udp transport module.
    [ 3.138390] RPC: Registered tcp transport module.
    [ 3.138391] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 3.206448] FS-Cache: Netfs 'nfs' registered for caching
    [ 3.340426] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
    [ 3.340433] ACPI: Power Button [PWRB]
    [ 3.340480] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    [ 3.340483] ACPI: Power Button [PWRF]
    [ 3.367741] iTCO_vendor_support: vendor-support=0
    [ 3.368037] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 3.368042] ACPI: resource 0000:00:1f.3 [io 0x0400-0x041f] conflicts with ACPI region SMRG [io 0x400-0x40f]
    [ 3.368043] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 3.420207] ATL1E 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [ 3.420218] ATL1E 0000:02:00.0: setting latency timer to 64
    [ 3.460984] input: PC Speaker as /devices/platform/pcspkr/input/input4
    [ 3.646986] nvidia: module license 'NVIDIA' taints kernel.
    [ 3.646990] Disabling lock debugging due to kernel taint
    [ 3.658130] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
    [ 3.658258] iTCO_wdt: Found a ICH10 TCO device (Version=2, TCOBASE=0x0860)
    [ 3.658557] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 3.808444] nvidia 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 3.808451] nvidia 0000:01:00.0: setting latency timer to 64
    [ 3.808456] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
    [ 3.808546] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 295.20 Mon Feb 6 21:07:30 PST 2012
    [ 3.922194] snd_hda_intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    [ 3.922239] snd_hda_intel 0000:00:1b.0: irq 43 for MSI/MSI-X
    [ 3.922258] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
    [ 3.964505] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input5
    [ 4.187852] cfg80211: Calling CRDA to update world regulatory domain
    [ 4.420014] usb 2-1: reset high-speed USB device number 2 using ehci_hcd
    [ 4.487427] usblp0: USB Bidirectional printer dev 4 if 0 alt 0 proto 2 vid 0x04A9 pid 0x10B6
    [ 4.487464] usbcore: registered new interface driver usblp
    [ 4.597153] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
    [ 4.597522] Registered led device: rt2800usb-phy0::radio
    [ 4.597538] Registered led device: rt2800usb-phy0::assoc
    [ 4.597553] Registered led device: rt2800usb-phy0::quality
    [ 4.597572] usbcore: registered new interface driver rt2800usb
    [ 4.896528] EXT4-fs (sda1): re-mounted. Opts: (null)
    [ 4.931213] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
    [ 4.962285] EXT4-fs (sdc1): mounted filesystem with ordered data mode. Opts: (null)
    [ 5.004187] Adding 8279036k swap on /dev/sda2. Priority:-1 extents:1 across:8279036k
    [ 5.887306] Installing knfsd (copyright (C) 1996 [email protected]).
    [ 36.076486] ATL1E 0000:02:00.0: irq 44 for MSI/MSI-X
    [ 36.077062] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 50.139089] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 53.445833] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 53.490782] ATL1E 0000:02:00.0: irq 44 for MSI/MSI-X
    [ 53.491333] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 53.732458] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 57.151881] wlan0: authenticate with c0:c1:c0:36:e7:5d (try 1)
    [ 57.153391] wlan0: authenticated
    [ 57.170628] wlan0: associate with c0:c1:c0:36:e7:5d (try 1)
    [ 57.174138] wlan0: RX AssocResp from c0:c1:c0:36:e7:5d (capab=0x411 status=0 aid=1)
    [ 57.174142] wlan0: associated
    [ 57.197936] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    [ 57.264846] Intel AES-NI instructions are not detected.
    [ 67.456668] wlan0: no IPv6 routers present
    [ 306.299972] ATL1E 0000:02:00.0: eth0: NIC Link is Up <100 Mbps Full Duplex>
    [ 306.300485] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 310.963856] wlan0: deauthenticating from c0:c1:c0:36:e7:5d by local choice (reason=3)
    [ 311.091991] cfg80211: Calling CRDA to update world regulatory domain
    [ 311.342430] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 313.239060] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 314.375684] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 314.545703] ATL1E 0000:02:00.0: irq 44 for MSI/MSI-X
    [ 314.545818] ATL1E 0000:02:00.0: eth0: NIC Link is Up <100 Mbps Full Duplex>
    [ 314.581962] ATL1E 0000:02:00.0: irq 44 for MSI/MSI-X
    [ 314.582102] ATL1E 0000:02:00.0: eth0: NIC Link is Up <100 Mbps Full Duplex>
    [ 314.582703] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 314.583112] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 325.469976] eth0: no IPv6 routers present
    Last edited by dabbi2000 (2012-03-07 22:57:16)

    certainly didn't expect this... turned off power saving
    iwconfig wlan0 power off
    and all is well again. Surely doesn't explain why it started after kernel update. But it works...

  • [solved] Suspicious happenings after pacman update

    Hello folks. I did a pacman -Syu not a few a hours ago and now it appears that all Google services appear to be hijacked.
    The offender is what seems to be called creditpuma.com hijack. I google-fu-d and found that only Windows machines are being infected. google.com is being spoofed to redirect me from each search result to a middleman page on every browser (firefox, opera, chrome) that I have installed. gmail, youtube, google accounts, nor google docs resolve. I wasn't aware that this was possible on Linux, though, as I am posting in Newbie Corner, I am not certain. I'm resetting all of my passwords now and preparing to back up my important documents for a full system nuke. What disturbs me is that this happened /right after/ a pacman system update. It was quite an update too, over 200 packages. I don't run any exploit-prone programs, not to my knowledge, I just develop software and browse the internet. No suspicious websites were visited recently.
    Could someone shed some light on how this might have happened? Which files may be affected?
    Thank you and sorry if this post is stupid.
    Last edited by esquesque (2012-02-11 07:09:35)

    esquesque wrote:Thank you for your tips brebs, and I appreciate your skepticism. I probably jumped the gun on that one, and I'm currently working on gathering evidence. It's just that I felt rather emotional at the fact that my invulnerable machine is now vulnerable If this isn't malware then I'm at a loss to what's happening.
    Maybe I'm putting words in his or her mouth, but I don't think brebs was being skeptical about this being malware. I think the skepticism was about whether this is a rootkit.
    Once you tell us whether it's user-specific or affects your whole system, we'll know whether it's a problem with one of the packages, or just something that's been modified in your own user settings.

Maybe you are looking for

  • Do i need a mouse with a wireless keyboard

    I have an iPad 1, now a year old, and my daughter has just sent me a wireless Apple keyboard to use with it. I use a mouse so often with my regular desktop Mac, and can't tell whether the wireless keyboard has a trackpad or a connection for a mouse.

  • Script for Member Count in list of Distribution List

    Hi All, Would like to see your help in some powershell scripting. I am still a newbie in scripting for Exchange 2010 (Office 365). I am tasked to write a script that will count how many members in a list of distribution list. I have manage to come up

  • Patching - patches vs patch sets - how to apply different version numbers?

    I am starting with a base 10.2.0.1 install. What is the difference between a patch, and a patch set? (I assume individual patches are aggregated into a patch set, right?) I take it, a patch set can take me from 10.2.0.1 to either 10.2.0.2 or 10.2.0.3

  • Add transactions in SAP Menu

    Hi I want you to edit the standard SAP menu tree in sap easy access screen and i need to add custom transactions. Under the sap menu: Accounting ->Financial Accounting ->custom Transactions(add new) Thanks in advance Rgds, Ram

  • Use XML as a component reference

    I'm trying to load a series of custom components into an mxml using an XML as my reference. In PHP I would simply eval() the object name and that would be that. Flex doesn't have an eval. I'm wondering if there's a way for me to do something like thi