GDM no logging to /var/log complains

I have a simple warning coming up:
gdm-binary[pidnum]: WARNING: gdn_config_parse: Logdir /var/log/gdm does not exist or isn't a directory. Using ServAuthDir /var/lib/gdm
Now if I create that directory and restart gdm everyone is happy. But since I use tmpfs to mount /var/log - Its a netbook, I dont want to log the drive to death ;-) it complains everytime it boots. I wouldnt mind if it went ahead and created its logdir but for some reason it doesnt.
Is there anyway to stop gdm from even writing logs? syslog isnt running as a demon on the box.
Thanks,

I am using the innitab method
the line is :
x:5:respawn:/usr/sbin/gdm -nodaemon
I could dump all output to /dev/null but thats ugly. I'd rather get rid of the loggin entirely

Similar Messages

  • Gnome 3.8 - can't find .xsession-errors or ~/.cache/gdm/session.log

    In one of these two files, Gnome is supposed to log. But I can't find any of these! My ~/.cache directory doesn't even include a gdm folder.
    So where does the Gnome-Session log to?
    (I start Gnome with gdm)
    Thank you!

    Answer found:
    https://bbs.archlinux.org/viewtopic.php … 1#p1270301
    don_crissti wrote:
    It's in systemd journal.
    You should be able to get the session.log if you filter the journal with something like:
    journalctl -b -o cat _PID=$(pgrep gnome-session)
    although that's not really comfortable...

  • GDM update: directory permissions differ on /var/log/gdm/

    Hello,
    Running Arch 64Bits kernel 3.9.9-1 with systemd and i got the following warning during a gdm update today:
    (1/6) upgrading libgdm [######################] 100%
    (2/6) upgrading gdm [######################] 100%
    warning: directory permissions differ on /var/log/gdm/
    filesystem: 711 package: 1770
    Why would gdm need some 1770 permissions for log files? Looks pretty suspicious to me, especially the sticky bit thing. What did i miss?
    PS: BTW the update is successful (it's a warning afterall, not an error)
    Thanks
    EDIT:
    Looks like the opposite situation than 3 years ago:
    https://bbs.archlinux.org/viewtopic.php?id=94681
    https://bugs.archlinux.org/task/19294
    EDIT2: here's what i have in /var/log:
    msytux666 var # ls -la
    total 64
    drwxr-xr-x 14 root root 4096 Jul 6 15:34 .
    drwxr-xr-x 20 root root 4096 Jul 16 20:24 ..
    -rwxrwxrwx 1 root root 4192 Jun 19 11:27 .com.zerog.registry.xml
    drwxr-xr-x 7 root root 4096 Jul 7 00:07 abs
    drwxr-xr-x 8 root root 4096 Jun 16 17:28 cache
    drwxr-xr-x 3 root root 4096 Jun 17 19:07 db
    drwxr-xr-x 2 root root 4096 May 31 20:40 empty
    drwxrwxr-x 2 root games 4096 May 31 20:40 games
    drwx--x--x 2 gdm gdm 4096 Jun 15 14:23 gdm
    drwxr-xr-x 26 root root 4096 Jul 16 01:13 lib
    drwxr-xr-x 2 root root 4096 May 31 20:40 local
    lrwxrwxrwx 1 root root 11 May 31 20:40 lock -> ../run/lock
    drwxr-xr-x 6 root root 4096 Jul 18 00:33 log
    lrwxrwxrwx 1 root root 10 May 31 20:40 mail -> spool/mail
    drwxr-xr-x 2 root root 4096 May 31 20:40 opt
    lrwxrwxrwx 1 root root 6 May 31 20:40 run -> ../run
    drwxr-xr-x 6 root root 4096 Jun 16 17:28 spool
    drwxrwxrwt 8 root root 4096 Jul 18 00:33 tmp
    gdm is owned by gdm, so why would it needs 1770 permissions?
    EDIT3:
    After further research i appear the way gdm is installed may matter.
    Well i installed gdm through pacman and always update it with pacman as well. Never manually compiled/make_install'd it nor used abs for it.
    Last edited by BGK (2013-07-19 21:37:13)

    Okay I'm confused ...
    Commit:https://projects.archlinux.org/svntogit … 92c38d536d
    @@ -68,8 +68,7 @@ package_gdm() {
    cd $pkgbase-$pkgver
    make DESTDIR="$pkgdir" install
    - chmod 1770 "$pkgdir/var/log/gdm"
    - chmod 700 "$pkgdir/var/lib/gdm/.config/dconf"
    + chmod 711 "$pkgdir/var/log/gdm"
    rm -r "$pkgdir/var/run" "$pkgdir/var/gdm"
    ### Split libgdm
    so that takes away the 1770 permissions, and replaces them with 711. 
    @@ -5,6 +5,7 @@ post_install() {
    getent passwd gdm > /dev/null 2>&1 || usr/sbin/useradd -c 'Gnome Display Manager' -u 120 -g gdm -d /var/lib/gdm -s /sbin/nologin gdm
    passwd -l gdm > /dev/null
    chown -R gdm:gdm /var/lib/gdm > /dev/null
    + chown root:gdm /var/log/gdm > /dev/null
    glib-compile-schemas /usr/share/glib-2.0/schemas
    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
    however:
    chown root:gdm /var/log/gdm > /dev/null
    .. is where I get confused.  This command makes root and the group gdm the new owners of /var/log/gdm, or did I go wrong somewhere?

  • Why does lastlog say ive never logged in?

    So I was checking out some threads on noost forums and I came across a thread about somebody who got a message when they tried to shut down saying that they need to input the root password to log out multiple users.  This was strange becase there was only supposed to be one user logged in.
    I was trying to remember which command to input to check who has logged in.  I rememberd lastlog and I tried it on my own machine just to make sure it was the right one. To my astonishment lastlog on my machine says nobody has ever logged in, including me.
    [tj@myhost ~]$ lastlog
    Username Port From Latest
    root **Never logged in**
    bin **Never logged in**
    daemon **Never logged in**
    mail **Never logged in**
    ftp **Never logged in**
    http **Never logged in**
    nobody **Never logged in**
    dbus **Never logged in**
    tj **Never logged in**
    hal **Never logged in**
    policykit **Never logged in**
    avahi **Never logged in**
    gdm **Never logged in**
    mpd **Never logged in**
    awesome **Never logged in**
    ice **Never logged in**
    tor **Never logged in**
    privoxy **Never logged in**
    [tj@myhost ~]
    I was like wtf
    I also looked at var/log/user.log and its blank
    Does this mean my logs have been somehow erased?
    I dont have remote acesss or anything like that enabled afaik, how could this happen?

    maybe a syslog misconfiguration.
    here a workaround
    cat /var/log/auth.log | grep login

  • Slapd database environment corrupt; wrong log files removed

    When our OSX 10.4.10 server boots up, slapd crashes out with a fatal error, followed by an unsuccessful attempt to recover the database. This is from the log:
    Sep 22 22:41:49 xyz123 slapd[428]: @(#) $OpenLDAP: slapd 2.2.19 $\n
    Sep 22 22:41:49 xyz123 slapd[428]: bdbbackinitialize: Sleepycat Software: Berkeley DB 4.2.52: (December 3, 2003)\n
    Sep 22 22:41:49 xyz123 slapd[428]: bdbdbinit: Initializing BDB database\n
    Sep 22 22:41:49 xyz123 slapd[428]: bdb(dc=xyz123,dc=mydomain,dc=com): DBENV->logflush: LSN of 3/2806706 past current end-of-log of 1/2458\n
    Sep 22 22:41:49 xyz123 slapd[428]: bdb(dc=xyz123,dc=mydomain,dc=com): Database environment corrupt; the wrong log files may have been removed or incompatible database files imported from another environment\n
    Sep 22 22:41:49 xyz123 slapd[428]: bdb(dc=xyz123,dc=mydomain,dc=com): gidNumber.bdb: unable to flush page: 0\n
    Sep 22 22:41:49 xyz123 slapd[428]: bdb(dc=xyz123,dc=mydomain,dc=com): txn_checkpoint: failed to flush the buffer cache Invalid argument\n
    Sep 22 22:41:49 xyz123 slapd[428]: bdb(dc=xyz123,dc=mydomain,dc=com): PANIC: Invalid argument\n
    Sep 22 22:41:50 xyz123 slapd[428]: bdbdbopen: dbenv_open failed: DB_RUNRECOVERY: Fatal error, run database recovery (-30978)\n
    Sep 22 22:41:50 xyz123 slapd[428]: backend_startup: bidbopen failed! (-30978)\n
    Sep 22 22:41:50 xyz123 slapd[428]: bdb(dc=xyz123,dc=mydomain,dc=com): DBENV->lockid interface requires an environment configured for the locking subsystem\n
    Sep 22 22:41:50 xyz123 slapd[428]: bdb(dc=xyz123,dc=mydomain,dc=com): DBENV->lockid interface requires an environment configured for the locking subsystem\n
    Sep 22 22:41:50 xyz123 slapd[428]: bdb(dc=xyz123,dc=mydomain,dc=com): DBENV->lockid interface requires an environment configured for the locking subsystem\n
    Sep 22 22:41:50 xyz123 slapd[428]: bdb(dc=xyz123,dc=mydomain,dc=com): DBENV->lockid interface requires an environment configured for the locking subsystem\n
    Sep 22 22:41:50 xyz123 slapd[428]: bdb(dc=xyz123,dc=mydomain,dc=com): DBENV->lock_idfree interface requires an environment configured for the locking subsystem\n
    Sep 22 22:41:50 xyz123 slapd[428]: bdb(dc=xyz123,dc=mydomain,dc=com): txn_checkpoint interface requires an environment configured for the transaction subsystem\n
    Sep 22 22:41:50 xyz123 slapd[428]: bdbdbdestroy: txn_checkpoint failed: Invalid argument (22)\n
    Sep 22 22:41:50 xyz123 slapd[428]: slapd stopped.\n
    We are able to get it running by deleting the log file at /var/db/openldap/openldap-data/log.0000000001 and then rebooting. Thereafter the slapd.log complains:
    Sep 23 20:30:30 xyz123 slapd[58]: bdb(dc=xyz123,dc=dc=mydomain,dc=com): DBENV->logflush: LSN of 1/467990 past current end-of-log of 1/226654\n
    Sep 23 20:30:30 xyz123 slapd[58]: bdb(dc=xyz123,dc=dc=mydomain,dc=com): Database environment corrupt; the wrong log files may have been removed or incompatible database files imported from another environment\n
    Sep 23 20:30:30 xyz123 slapd[58]: bdb(dc=xyz123,dc=dc=mydomain,dc=com): sn.bdb: unable to flush page: 0\n
    We've tried running db_recover -c but that hasn't worked, or at least, we perhaps didn't do it right. We don't have a backup database that predates the existence of this problem.
    I'd appreciate if anyone has help or could point us to a resource explaining what to do to get our slapd working right.

    thank you for giving us a test program. This helped tremendously to fully understand what you are doing. In 5.3 we fixed a bug dealing with the way log files are archived in an HA environment. What you are running into is the consequences of that bug fix. In the test program you are using DB_INIT_REP. This is the key to use that you want an HA environment. With HA, there is a master and some number of read only clients. By default we treat the initiating database as the master. This is what is happening in our case. In an HA (replicated) environment, we cannot archive log files until we can be assured that the clients have applied the contents of that log file. Our belief is that you are not really running in an HA environment and you do not need the DB_INIT_REP flag. In our initial testing where we said it worked for us, this was because we did not use the DB_INIT_REP flag, as there was no mention of replication being needed in the post.
    Recommendation: Please remove the use of the DB_INIT_REP flag or properly set up an HA environment (details in our docs).
    thanks
    mike

  • Extensions Log complais about missing jars

    Hello!
    Extensions Log complains about missing jars
    Where can I find these jars?
    How to solve these problems?
    oracle.bpm.bpa
    Warning: Classpath entry C:\Oracle\Middleware\JDev\pcbpel\fabric\lib\orawsdl.jar not found.
    oracle.bpm.bpm-services.client
    Warning: Classpath entry C:\Oracle\Middleware\JDev\pcbpel\lib\j2ee\orasaaj.jar not found.
    Warning: Classpath entry C:\Oracle\Middleware\JDev\pcbpel\generated\jrf\orasaaj-rt.jar not found.
    Warning: Classpath entry C:\Oracle\Middleware\JDev\pcbpel\generated\jrf\wsclient.jar not found.
    Warning: Classpath entry C:\Oracle\Middleware\JDev\pcbpel\generated\jrf\wsclient-rt.jar not found.
    oracle.bpm.casemanagement.implementation
    Warning: Classpath entry C:\Oracle\Middleware\JDev\pcbpel\lib\j2ee\javax.persistence_1.0.0.0_1-0-2.jar not found.
    Warning: Classpath entry C:\Oracle\Middleware\JDev\pcbpel\fabric\lib\orawsdl.jar not found.
    oracle.bpm.compiler
    Warning: Classpath entry C:\Oracle\Middleware\JDev\jdeveloper\jdev\extensions\oracle.bpm.compiler.jar!\ade_autofs\nfsdo_base\JDK6\MAIN\LINUX\110210.1.6.0.24.B50\jdk6\lib\tools.jar not found.
    oracle.bpm.fusion.jdeveloper
    Warning: Classpath entry C:\Oracle\Middleware\JDev\jdeveloper\soa\modules\oracle.bpm.activityguide-ui_11.1.1.jar not found.
    oracle.bpm.pml.service
    Warning: Classpath entry C:\Oracle\Middleware\JDev\pcbpel\fabric\lib\soa-infra-mgmt.jar not found.
    oracle.bpm.project.catalog
    Warning: Classpath entry C:\Oracle\Middleware\JDev\jdeveloper\jdev\lib\adfm.jar not found.
    Warning: Classpath entry C:\Oracle\Middleware\JDev\jdeveloper\jdev\lib\ojdbc6dms.jar not found.
    Warning: Classpath entry C:\Oracle\Middleware\JDev\pcbpel\generated\jrf\dms.jar not found.
    Warning: Classpath entry C:\Oracle\Middleware\JDev\jdeveloper\lib\ojdl.jar not found.

    maybe I failed in my explanation..
    Versions:
    ADF Business Components     11.1.1.60.13
    BPMN Editor     11.1.1.5.0.0174
    Java(TM) Platform     1.6.0_24
    Oracle IDE     11.1.1.5.37.60.13
    SOA Composite Editor     11.1.1.5.0.01.74
    Versioning Support     11.1.1.5.37.60.13
    I have Oracle BPM Studio 11g and Oracle SOA Composite Editor
    I've looked for new updates that might resolve this but nothing ..

  • [SOLVED] Remove Xsession logs from journald

    Hi I'm getting thousand of lines with errors related to Xsession like these:
    -- Logs begin at Tue 2013-05-07 00:24:06 COT. --
    May 08 15:55:04 koven /etc/gdm/Xsession[703]: (gnome-shell:824): Clutter-CRITICAL **: clutter_text_set_text: assertion `CLUTTER_IS_TEXT (self)' failed
    May 08 15:55:04 koven /etc/gdm/Xsession[703]: (gnome-shell:824): Clutter-CRITICAL **: clutter_text_get_editable: assertion `CLUTTER_IS_TEXT (self)' failed
    May 08 15:55:04 koven /etc/gdm/Xsession[703]: (gnome-shell:824): Clutter-CRITICAL **: clutter_text_get_text: assertion `CLUTTER_IS_TEXT (self)' failed
    May 08 15:55:04 koven /etc/gdm/Xsession[703]: (gnome-shell:824): Clutter-CRITICAL **: clutter_text_set_text: assertion `CLUTTER_IS_TEXT (self)' failed
    May 08 15:55:10 koven /etc/gdm/Xsession[703]: (gnome-shell:824): Clutter-CRITICAL **: clutter_text_get_editable: assertion `CLUTTER_IS_TEXT (self)' failed
    May 08 15:55:10 koven /etc/gdm/Xsession[703]: (gnome-shell:824): Clutter-CRITICAL **: clutter_text_get_text: assertion `CLUTTER_IS_TEXT (self)' failed
    May 08 15:55:10 koven /etc/gdm/Xsession[703]: (gnome-shell:824): Clutter-CRITICAL **: clutter_text_set_text: assertion `CLUTTER_IS_TEXT (self)' failed
    May 08 15:55:10 koven /etc/gdm/Xsession[703]: (gnome-shell:824): Clutter-CRITICAL **: clutter_text_get_editable: assertion `CLUTTER_IS_TEXT (self)' failed
    May 08 15:55:10 koven /etc/gdm/Xsession[703]: (gnome-shell:824): Clutter-CRITICAL **: clutter_text_get_text: assertion `CLUTTER_IS_TEXT (self)' failed
    and many more. I just wanted to know if I can disable Xsession errors or gdm errors because logs are so huge, and I only see some errors I don't want to be fixed. Journald still is so young to find any information.
    i don't know if this is the place to post this problem. If not be free to move.
    BR
    Last edited by Koven (2013-07-04 13:51:20)

    tl;tr Debugging Gnome extensions is hard
    Having the same issues here starting about a month ago.
    I don't expect changing the log-levels will help. This notice is marked CRTICAL.
    As for the cause of this issue:
    I still expect one of my dozen extensions to blame. I found this hard to debug. The process is gnome-shell and there doesn't seem to be a backtrace of sorts leading to a compoent. I tried sysprof [1] from the Gnome debug help page [2]. The Looking Glass help page [3] points to ~/.cache/gdm/session.log for debugging extensions but I found no relevant issues both in the current as in the saved log.
    More down to earth is disabling the extensions one by one. I made a mental error there. You'd want to restart gdm or logout/login after each disabled extension since you're still stuck with the error notice even after you've disabled extensions.
    Anway, that's what I'm doing now, running the system without any extension and so far no errors. Once I found what I think is the culprit I will notify this topic and shake some developers.
    [1] http://sysprof.com/
    [2] https://live.gnome.org/GnomeShell/Debugging
    [3] https://live.gnome.org/GnomeShell/LookingGlass
    Last edited by foppe (2013-06-20 22:26:56)

  • [SOLVED] After upgrade gdm and Gnome don't work.

    Hi,
    after I did an upgrade I had some ldconfig: errors and fixed them all using pkgfile and reinstallation of quite some packages.
    But now starting gdm with
    # systemctl start gdm
    only leads to a black screen with a cross shaped cursor I can move. Nothing more.
    Xorg works -- I'm writing this post from KDE.
    I reinstalled gnome and gnome-extra. Still no success.
    System is up to date.
    Hopefully my logs will help, I have no idea what to do. Thanks for any help. :)
    /var/log/Xorg.0.log
    [ 384.588]
    X.Org X Server 1.14.1
    Release Date: 2013-04-17
    [ 384.588] X Protocol Version 11, Revision 0
    [ 384.588] Build Operating System: Linux 3.8.7-1-ARCH x86_64
    [ 384.588] Current Operating System: Linux rolfgang 3.9.4-1-ARCH #1 SMP PREEMPT Sat May 25 16:14:55 CEST 2013 x86_64
    [ 384.588] Kernel command line: cryptdevice=/dev/sda2:main root=/dev/mapper/main-root lang=de locale=de_DE.UTF-8 ro initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
    [ 384.588] Build Date: 17 April 2013 02:37:06PM
    [ 384.588]
    [ 384.588] Current version of pixman: 0.30.0
    [ 384.588] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 384.588] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 384.589] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jun 9 00:18:24 2013
    [ 384.589] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 384.589] (==) No Layout section. Using the first Screen section.
    [ 384.589] (==) No screen section available. Using defaults.
    [ 384.589] (**) |-->Screen "Default Screen Section" (0)
    [ 384.589] (**) | |-->Monitor "<default monitor>"
    [ 384.590] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 384.590] (**) | |-->Device "Intel Graphics"
    [ 384.590] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 384.590] (==) Automatically adding devices
    [ 384.590] (==) Automatically enabling devices
    [ 384.590] (==) Automatically adding GPU devices
    [ 384.590] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 384.590] Entry deleted from font path.
    [ 384.590] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 384.590] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/
    [ 384.590] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 384.590] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 384.590] (II) Loader magic: 0x7fcc20
    [ 384.590] (II) Module ABI versions:
    [ 384.590] X.Org ANSI C Emulation: 0.4
    [ 384.590] X.Org Video Driver: 14.1
    [ 384.590] X.Org XInput driver : 19.1
    [ 384.590] X.Org Server Extension : 7.0
    [ 384.591] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 384.594] (--) PCI:*(0:0:2:0) 8086:0166:144d:c0d3 rev 9, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x00003000/64
    [ 384.594] Initializing built-in extension Generic Event Extension
    [ 384.594] Initializing built-in extension SHAPE
    [ 384.594] Initializing built-in extension MIT-SHM
    [ 384.594] Initializing built-in extension XInputExtension
    [ 384.594] Initializing built-in extension XTEST
    [ 384.594] Initializing built-in extension BIG-REQUESTS
    [ 384.594] Initializing built-in extension SYNC
    [ 384.594] Initializing built-in extension XKEYBOARD
    [ 384.594] Initializing built-in extension XC-MISC
    [ 384.594] Initializing built-in extension SECURITY
    [ 384.594] Initializing built-in extension XINERAMA
    [ 384.594] Initializing built-in extension XFIXES
    [ 384.594] Initializing built-in extension RENDER
    [ 384.594] Initializing built-in extension RANDR
    [ 384.594] Initializing built-in extension COMPOSITE
    [ 384.594] Initializing built-in extension DAMAGE
    [ 384.594] Initializing built-in extension MIT-SCREEN-SAVER
    [ 384.594] Initializing built-in extension DOUBLE-BUFFER
    [ 384.594] Initializing built-in extension RECORD
    [ 384.595] Initializing built-in extension DPMS
    [ 384.595] Initializing built-in extension X-Resource
    [ 384.595] Initializing built-in extension XVideo
    [ 384.595] Initializing built-in extension XVideo-MotionCompensation
    [ 384.595] Initializing built-in extension XFree86-VidModeExtension
    [ 384.595] Initializing built-in extension XFree86-DGA
    [ 384.595] Initializing built-in extension XFree86-DRI
    [ 384.595] Initializing built-in extension DRI2
    [ 384.595] (II) LoadModule: "glx"
    [ 384.595] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 384.595] (II) Module glx: vendor="X.Org Foundation"
    [ 384.595] compiled for 1.14.1, module version = 1.0.0
    [ 384.595] ABI class: X.Org Server Extension, version 7.0
    [ 384.595] (==) AIGLX enabled
    [ 384.596] Loading extension GLX
    [ 384.596] (II) LoadModule: "intel"
    [ 384.596] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 384.596] (II) Module intel: vendor="X.Org Foundation"
    [ 384.596] compiled for 1.14.1, module version = 2.21.9
    [ 384.596] Module class: X.Org Video Driver
    [ 384.596] ABI class: X.Org Video Driver, version 14.1
    [ 384.596] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
    Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
    Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
    Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
    Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
    Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
    Ivybridge Server (GT2), HD Graphics, HD Graphics 4600,
    Haswell Desktop (GT3), HD Graphics, HD Graphics 4600,
    Haswell Mobile (GT3), HD Graphics, HD Graphics P4600/P4700,
    Haswell Server (GT3), Haswell (GT1), Haswell (GT2), Haswell (GT3),
    HD Graphics, Haswell (GT2), Haswell (GT3), Haswell SDV Desktop (GT1),
    Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT3),
    Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
    Haswell SDV Mobile (GT3), Haswell SDV Server (GT1),
    Haswell SDV Server (GT2), Haswell SDV Server (GT3),
    Haswell SDV (GT1), Haswell SDV (GT2), Haswell SDV (GT3),
    Haswell SDV (GT1), Haswell SDV (GT2), Haswell SDV (GT3),
    Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
    Iris(TM) Graphics 5100, HD Graphics, HD Graphics 4400,
    HD Graphics 5000, Haswell ULT Server (GT1), Haswell ULT Server (GT2),
    Iris(TM) Graphics 5100, Haswell ULT (GT1), Haswell ULT (GT2),
    Iris(TM) Graphics 5100, HD Graphics, HD Graphics 4200,
    Iris(TM) Graphics 5100, Haswell CRW Desktop (GT1), HD Graphics 4600,
    Iris(TM) Pro Graphics 5200, Haswell CRW Mobile (GT1),
    HD Graphics 4600, Iris(TM) Pro Graphics 5200,
    Haswell CRW Server (GT1), Haswell CRW Server (GT2),
    Iris(TM) Pro Graphics 5200, Haswell CRW (GT1), Haswell CRW (GT2),
    Iris(TM) Pro Graphics 5200, Haswell CRW (GT1), Haswell CRW (GT2),
    Iris(TM) Pro Graphics 5200, ValleyView PO board
    [ 384.597] (++) using VT number 1
    [ 384.602] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 384.602] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 384.602] (==) intel(0): RGB weight 888
    [ 384.602] (==) intel(0): Default visual is TrueColor
    [ 384.602] (**) intel(0): Option "AccelMethod" "sna"
    [ 384.603] (--) intel(0): Integrated Graphics Chipset: Intel(R) Ivybridge Mobile (GT2)
    [ 384.603] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx
    [ 384.603] (**) intel(0): Framebuffer tiled
    [ 384.603] (**) intel(0): Pixmaps tiled
    [ 384.603] (**) intel(0): "Tear free" disabled
    [ 384.603] (**) intel(0): Forcing per-crtc-pixmaps? no
    [ 384.604] (II) intel(0): Output eDP1 has no monitor section
    [ 384.604] (--) intel(0): found backlight control interface acpi_video0 (type 'firmware')
    [ 384.605] (II) intel(0): Output VGA1 has no monitor section
    [ 384.605] (II) intel(0): Output HDMI1 has no monitor section
    [ 384.605] (II) intel(0): Output DP1 has no monitor section
    [ 384.606] (II) intel(0): EDID for output eDP1
    [ 384.606] (II) intel(0): Manufacturer: SEC Model: 3546 Serial#: 0
    [ 384.606] (II) intel(0): Year: 2011 Week: 0
    [ 384.606] (II) intel(0): EDID Version: 1.4
    [ 384.606] (II) intel(0): Digital Display Input
    [ 384.606] (II) intel(0): 8 bits per channel
    [ 384.606] (II) intel(0): Digital interface is DisplayPort
    [ 384.606] (II) intel(0): Max Image Size [cm]: horiz.: 29 vert.: 16
    [ 384.606] (II) intel(0): Gamma: 2.20
    [ 384.606] (II) intel(0): No DPMS capabilities specified
    [ 384.606] (II) intel(0): Supported color encodings: RGB 4:4:4
    [ 384.606] (II) intel(0): First detailed timing is preferred mode
    [ 384.606] (II) intel(0): Preferred mode is native pixel format and refresh rate
    [ 384.606] (II) intel(0): redX: 0.590 redY: 0.340 greenX: 0.330 greenY: 0.540
    [ 384.606] (II) intel(0): blueX: 0.155 blueY: 0.135 whiteX: 0.313 whiteY: 0.329
    [ 384.606] (II) intel(0): Manufacturer's mask: 0
    [ 384.606] (II) intel(0): Supported detailed timing:
    [ 384.606] (II) intel(0): clock: 100.4 MHz Image Size: 293 x 165 mm
    [ 384.606] (II) intel(0): h_active: 1600 h_sync: 1648 h_sync_end 1680 h_blank_end 1792 h_border: 0
    [ 384.606] (II) intel(0): v_active: 900 v_sync: 902 v_sync_end 907 v_blanking: 932 v_border: 0
    [ 384.606] (II) intel(0): Unknown vendor-specific block f
    [ 384.606] (II) intel(0): SAMSUNG
    [ 384.606] (II) intel(0): LSN133KL018
    [ 384.606] (II) intel(0): EDID (in hex):
    [ 384.606] (II) intel(0): 00ffffffffffff004ca3463500000000
    [ 384.606] (II) intel(0): 00150104a51d10780209e59757548a27
    [ 384.606] (II) intel(0): 22505400000001010101010101010101
    [ 384.606] (II) intel(0): 010101010101382740c0608420303020
    [ 384.606] (II) intel(0): 250025a5100000190000000f00000000
    [ 384.606] (II) intel(0): 000000000028800a1e00000000fe0053
    [ 384.606] (II) intel(0): 414d53554e470a2020202020000000fe
    [ 384.606] (II) intel(0): 004c534e3133334b4c3031380a200003
    [ 384.606] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 384.606] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 384.606] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 384.606] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 384.606] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 384.606] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 384.606] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 384.606] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [ 384.606] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [ 384.606] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 384.606] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 384.606] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [ 384.606] (II) intel(0): Printing probed modes for output eDP1
    [ 384.606] (II) intel(0): Modeline "1600x900"x60.1 100.40 1600 1648 1680 1792 900 902 907 932 -hsync -vsync (56.0 kHz eP)
    [ 384.606] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
    [ 384.606] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
    [ 384.606] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
    [ 384.606] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
    [ 384.608] (II) intel(0): EDID for output VGA1
    [ 384.608] (II) intel(0): EDID for output HDMI1
    [ 384.608] (II) intel(0): EDID for output DP1
    [ 384.608] (II) intel(0): Output eDP1 connected
    [ 384.608] (II) intel(0): Output VGA1 disconnected
    [ 384.608] (II) intel(0): Output HDMI1 disconnected
    [ 384.608] (II) intel(0): Output DP1 disconnected
    [ 384.608] (II) intel(0): Using exact sizes for initial modes
    [ 384.608] (II) intel(0): Output eDP1 using initial mode 1600x900
    [ 384.608] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 384.608] (==) intel(0): DPI set to (96, 96)
    [ 384.608] (II) Loading sub module "dri2"
    [ 384.608] (II) LoadModule: "dri2"
    [ 384.608] (II) Module "dri2" already built-in
    [ 384.608] (==) Depth 24 pixmap format is 32 bpp
    [ 384.608] (II) intel(0): SNA initialized with Ivybridge (gen7, gt2) backend
    [ 384.608] (==) intel(0): Backing store disabled
    [ 384.608] (==) intel(0): Silken mouse enabled
    [ 384.608] (II) intel(0): HW Cursor enabled
    [ 384.608] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 386.414] (==) intel(0): DPMS enabled
    [ 386.414] (II) intel(0): [DRI2] Setup complete
    [ 386.414] (II) intel(0): [DRI2] DRI driver: i965
    [ 386.414] (II) intel(0): direct rendering: DRI2 Enabled
    [ 386.414] (==) intel(0): hotplug detection: "enabled"
    [ 386.415] (--) RandR disabled
    [ 386.430] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 386.430] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 386.430] (II) AIGLX: enabled GLX_ARB_create_context
    [ 386.430] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 386.430] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 386.430] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 386.430] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 386.430] (II) AIGLX: Loaded and initialized i965
    [ 386.430] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 386.430] (II) intel(0): switch to mode 1600x900 on pipe 0 using eDP1
    [ 386.446] (II) intel(0): Setting screen physical size to 423 x 238
    [ 386.508] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 386.508] (**) Power Button: Applying InputClass "system-keyboard"
    [ 386.508] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 386.508] (II) LoadModule: "evdev"
    [ 386.509] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 386.509] (II) Module evdev: vendor="X.Org Foundation"
    [ 386.509] compiled for 1.14.0, module version = 2.8.0
    [ 386.509] Module class: X.Org XInput Driver
    [ 386.509] ABI class: X.Org XInput driver, version 19.1
    [ 386.509] (II) Using input driver 'evdev' for 'Power Button'
    [ 386.509] (**) Power Button: always reports core events
    [ 386.509] (**) evdev: Power Button: Device: "/dev/input/event4"
    [ 386.509] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 386.509] (--) evdev: Power Button: Found keys
    [ 386.509] (II) evdev: Power Button: Configuring as keyboard
    [ 386.509] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
    [ 386.510] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 386.510] (**) Option "xkb_rules" "evdev"
    [ 386.510] (**) Option "xkb_model" "evdev"
    [ 386.510] (**) Option "xkb_layout" "de"
    [ 386.535] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
    [ 386.535] (**) Video Bus: Applying InputClass "system-keyboard"
    [ 386.535] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 386.535] (II) Using input driver 'evdev' for 'Video Bus'
    [ 386.535] (**) Video Bus: always reports core events
    [ 386.535] (**) evdev: Video Bus: Device: "/dev/input/event10"
    [ 386.535] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 386.535] (--) evdev: Video Bus: Found keys
    [ 386.535] (II) evdev: Video Bus: Configuring as keyboard
    [ 386.535] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input10/event10"
    [ 386.535] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 386.535] (**) Option "xkb_rules" "evdev"
    [ 386.535] (**) Option "xkb_model" "evdev"
    [ 386.535] (**) Option "xkb_layout" "de"
    [ 386.536] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 386.536] (**) Power Button: Applying InputClass "system-keyboard"
    [ 386.536] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 386.536] (II) Using input driver 'evdev' for 'Power Button'
    [ 386.536] (**) Power Button: always reports core events
    [ 386.536] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 386.536] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 386.536] (--) evdev: Power Button: Found keys
    [ 386.536] (II) evdev: Power Button: Configuring as keyboard
    [ 386.536] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event3"
    [ 386.536] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 386.536] (**) Option "xkb_rules" "evdev"
    [ 386.536] (**) Option "xkb_model" "evdev"
    [ 386.536] (**) Option "xkb_layout" "de"
    [ 386.536] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
    [ 386.536] (II) No input driver specified, ignoring this device.
    [ 386.536] (II) This device may have been added with another device file.
    [ 386.537] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 386.537] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event5)
    [ 386.537] (II) No input driver specified, ignoring this device.
    [ 386.537] (II) This device may have been added with another device file.
    [ 386.538] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event6)
    [ 386.538] (II) No input driver specified, ignoring this device.
    [ 386.538] (II) This device may have been added with another device file.
    [ 386.538] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event7)
    [ 386.538] (II) No input driver specified, ignoring this device.
    [ 386.538] (II) This device may have been added with another device file.
    [ 386.539] (II) config/udev: Adding input device Webcam SC-13HDL11624N (/dev/input/event8)
    [ 386.539] (**) Webcam SC-13HDL11624N: Applying InputClass "system-keyboard"
    [ 386.539] (**) Webcam SC-13HDL11624N: Applying InputClass "evdev keyboard catchall"
    [ 386.539] (II) Using input driver 'evdev' for 'Webcam SC-13HDL11624N'
    [ 386.539] (**) Webcam SC-13HDL11624N: always reports core events
    [ 386.539] (**) evdev: Webcam SC-13HDL11624N: Device: "/dev/input/event8"
    [ 386.539] (--) evdev: Webcam SC-13HDL11624N: Vendor 0x2232 Product 0x1024
    [ 386.539] (--) evdev: Webcam SC-13HDL11624N: Found keys
    [ 386.539] (II) evdev: Webcam SC-13HDL11624N: Configuring as keyboard
    [ 386.539] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.6/3-1.6:1.0/input/input8/event8"
    [ 386.539] (II) XINPUT: Adding extended input device "Webcam SC-13HDL11624N" (type: KEYBOARD, id 9)
    [ 386.539] (**) Option "xkb_rules" "evdev"
    [ 386.539] (**) Option "xkb_model" "evdev"
    [ 386.539] (**) Option "xkb_layout" "de"
    [ 386.540] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 386.540] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
    [ 386.541] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 386.541] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 386.541] (**) AT Translated Set 2 keyboard: always reports core events
    [ 386.541] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 386.541] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 386.541] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 386.541] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 386.541] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 386.541] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
    [ 386.541] (**) Option "xkb_rules" "evdev"
    [ 386.541] (**) Option "xkb_model" "evdev"
    [ 386.541] (**) Option "xkb_layout" "de"
    [ 386.542] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event9)
    [ 386.542] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
    [ 386.542] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
    [ 386.542] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
    [ 386.542] (**) ETPS/2 Elantech Touchpad: Applying InputClass "disable clickpad buttons"
    [ 386.542] (II) LoadModule: "synaptics"
    [ 386.542] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 386.543] (II) Module synaptics: vendor="X.Org Foundation"
    [ 386.543] compiled for 1.14.1, module version = 1.7.1
    [ 386.543] Module class: X.Org XInput Driver
    [ 386.543] ABI class: X.Org XInput driver, version 19.1
    [ 386.543] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
    [ 386.543] (**) ETPS/2 Elantech Touchpad: always reports core events
    [ 386.543] (**) Option "Device" "/dev/input/event9"
    [ 386.563] (II) synaptics: ETPS/2 Elantech Touchpad: found clickpad property
    [ 386.563] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 0 - 2964 (res 33)
    [ 386.563] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 0 - 1872 (res 32)
    [ 386.564] (--) synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255
    [ 386.564] (--) synaptics: ETPS/2 Elantech Touchpad: finger width range 0 - 15
    [ 386.564] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left double triple
    [ 386.564] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
    [ 386.564] (**) Option "TapButton1" "1"
    [ 386.564] (**) Option "TapButton2" "2"
    [ 386.564] (**) Option "TapButton3" "3"
    [ 386.564] (**) Option "SoftButtonAreas" "0 0 0 0 0 0 0 0"
    [ 386.564] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
    [ 386.564] (**) ETPS/2 Elantech Touchpad: always reports core events
    [ 386.570] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event9"
    [ 386.570] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 11)
    [ 386.570] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
    [ 386.571] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75
    [ 386.571] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.057
    [ 386.571] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
    [ 386.571] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
    [ 386.571] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
    [ 386.571] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
    [ 386.571] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
    [ 386.572] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
    [ 386.572] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 386.573] (II) config/udev: Adding input device PC Speaker (/dev/input/event1)
    [ 386.573] (II) No input driver specified, ignoring this device.
    [ 386.573] (II) This device may have been added with another device file.
    [ 386.899] (II) intel(0): EDID vendor "SEC", prod id 13638
    [ 386.899] (II) intel(0): Printing DDC gathered Modelines:
    [ 386.899] (II) intel(0): Modeline "1600x900"x0.0 100.40 1600 1648 1680 1792 900 902 907 932 -hsync -vsync (56.0 kHz eP)
    [ 387.041] (II) intel(0): EDID vendor "SEC", prod id 13638
    [ 387.041] (II) intel(0): Printing DDC gathered Modelines:
    [ 387.041] (II) intel(0): Modeline "1600x900"x0.0 100.40 1600 1648 1680 1792 900 902 907 932 -hsync -vsync (56.0 kHz eP)
    [ 387.069] (II) intel(0): EDID vendor "SEC", prod id 13638
    [ 387.069] (II) intel(0): Printing DDC gathered Modelines:
    [ 387.069] (II) intel(0): Modeline "1600x900"x0.0 100.40 1600 1648 1680 1792 900 902 907 932 -hsync -vsync (56.0 kHz eP)
    [ 389.740] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 391.348] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 391.348] (II) intel(0): switch to mode 1600x900 on pipe 0 using eDP1
    [ 391.367] (II) intel(0): EDID vendor "SEC", prod id 13638
    [ 391.367] (II) intel(0): Printing DDC gathered Modelines:
    [ 391.367] (II) intel(0): Modeline "1600x900"x0.0 100.40 1600 1648 1680 1792 900 902 907 932 -hsync -vsync (56.0 kHz eP)
    [ 391.369] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
    [ 397.614] (II) AIGLX: Suspending AIGLX clients for VT switch
    and
    /var/log/gdm/:0.log
    X.Org X Server 1.14.1
    Release Date: 2013-04-17
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.8.7-1-ARCH x86_64
    Current Operating System: Linux rolfgang 3.9.4-1-ARCH #1 SMP PREEMPT Sat May 25 16:14:55 CEST 2013 x86_64
    Kernel command line: cryptdevice=/dev/sda2:main root=/dev/mapper/main-root lang=de locale=de_DE.UTF-8 ro initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
    Build Date: 17 April 2013 02:37:06PM
    Current version of pixman: 0.30.0
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jun 9 00:18:24 2013
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    (==) No Layout section. Using the first Screen section.
    (==) No screen section available. Using defaults.
    (**) |-->Screen "Default Screen Section" (0)
    (**) | |-->Monitor "<default monitor>"
    (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    (**) | |-->Device "Intel Graphics"
    (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (==) Automatically adding GPU devices
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    (II) config/udev: Adding drm device (/dev/dri/card0)
    (--) PCI:*(0:0:2:0) 8086:0166:144d:c0d3 rev 9, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x00003000/64
    Initializing built-in extension Generic Event Extension
    Initializing built-in extension SHAPE
    Initializing built-in extension MIT-SHM
    Initializing built-in extension XInputExtension
    Initializing built-in extension XTEST
    Initializing built-in extension BIG-REQUESTS
    Initializing built-in extension SYNC
    Initializing built-in extension XKEYBOARD
    Initializing built-in extension XC-MISC
    Initializing built-in extension SECURITY
    Initializing built-in extension XINERAMA
    Initializing built-in extension XFIXES
    Initializing built-in extension RENDER
    Initializing built-in extension RANDR
    Initializing built-in extension COMPOSITE
    Initializing built-in extension DAMAGE
    Initializing built-in extension MIT-SCREEN-SAVER
    Initializing built-in extension DOUBLE-BUFFER
    Initializing built-in extension RECORD
    Initializing built-in extension DPMS
    Initializing built-in extension X-Resource
    Initializing built-in extension XVideo
    Initializing built-in extension XVideo-MotionCompensation
    Initializing built-in extension XFree86-VidModeExtension
    Initializing built-in extension XFree86-DGA
    Initializing built-in extension XFree86-DRI
    Initializing built-in extension DRI2
    (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.14.1, module version = 1.0.0
    (==) AIGLX enabled
    Loading extension GLX
    (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    (II) Module intel: vendor="X.Org Foundation"
    compiled for 1.14.1, module version = 2.21.9
    (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
    Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
    Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
    Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
    Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
    Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
    Ivybridge Server (GT2), HD Graphics, HD Graphics 4600,
    Haswell Desktop (GT3), HD Graphics, HD Graphics 4600,
    Haswell Mobile (GT3), HD Graphics, HD Graphics P4600/P4700,
    Haswell Server (GT3), Haswell (GT1), Haswell (GT2), Haswell (GT3),
    HD Graphics, Haswell (GT2), Haswell (GT3), Haswell SDV Desktop (GT1),
    Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT3),
    Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
    Haswell SDV Mobile (GT3), Haswell SDV Server (GT1),
    Haswell SDV Server (GT2), Haswell SDV Server (GT3),
    Haswell SDV (GT1), Haswell SDV (GT2), Haswell SDV (GT3),
    Haswell SDV (GT1), Haswell SDV (GT2), Haswell SDV (GT3),
    Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
    Iris(TM) Graphics 5100, HD Graphics, HD Graphics 4400,
    HD Graphics 5000, Haswell ULT Server (GT1), Haswell ULT Server (GT2),
    Iris(TM) Graphics 5100, Haswell ULT (GT1), Haswell ULT (GT2),
    Iris(TM) Graphics 5100, HD Graphics, HD Graphics 4200,
    Iris(TM) Graphics 5100, Haswell CRW Desktop (GT1), HD Graphics 4600,
    Iris(TM) Pro Graphics 5200, Haswell CRW Mobile (GT1),
    HD Graphics 4600, Iris(TM) Pro Graphics 5200,
    Haswell CRW Server (GT1), Haswell CRW Server (GT2),
    Iris(TM) Pro Graphics 5200, Haswell CRW (GT1), Haswell CRW (GT2),
    Iris(TM) Pro Graphics 5200, Haswell CRW (GT1), Haswell CRW (GT2),
    Iris(TM) Pro Graphics 5200, ValleyView PO board
    (++) using VT number 1
    (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    (==) intel(0): Depth 24, (--) framebuffer bpp 32
    (==) intel(0): RGB weight 888
    (==) intel(0): Default visual is TrueColor
    (--) intel(0): Integrated Graphics Chipset: Intel(R) Ivybridge Mobile (GT2)
    (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx
    (**) intel(0): Framebuffer tiled
    (**) intel(0): Pixmaps tiled
    (**) intel(0): "Tear free" disabled
    (**) intel(0): Forcing per-crtc-pixmaps? no
    (II) intel(0): Output eDP1 has no monitor section
    (--) intel(0): found backlight control interface acpi_video0 (type 'firmware')
    (II) intel(0): Output VGA1 has no monitor section
    (II) intel(0): Output HDMI1 has no monitor section
    (II) intel(0): Output DP1 has no monitor section
    (II) intel(0): EDID for output eDP1
    (II) intel(0): Manufacturer: SEC Model: 3546 Serial#: 0
    (II) intel(0): Year: 2011 Week: 0
    (II) intel(0): EDID Version: 1.4
    (II) intel(0): Digital Display Input
    (II) intel(0): 8 bits per channel
    (II) intel(0): Digital interface is DisplayPort
    (II) intel(0): Max Image Size [cm]: horiz.: 29 vert.: 16
    (II) intel(0): Gamma: 2.20
    (II) intel(0): No DPMS capabilities specified
    (II) intel(0): Supported color encodings: RGB 4:4:4
    (II) intel(0): First detailed timing is preferred mode
    (II) intel(0): Preferred mode is native pixel format and refresh rate
    (II) intel(0): redX: 0.590 redY: 0.340 greenX: 0.330 greenY: 0.540
    (II) intel(0): blueX: 0.155 blueY: 0.135 whiteX: 0.313 whiteY: 0.329
    (II) intel(0): Manufacturer's mask: 0
    (II) intel(0): Supported detailed timing:
    (II) intel(0): clock: 100.4 MHz Image Size: 293 x 165 mm
    (II) intel(0): h_active: 1600 h_sync: 1648 h_sync_end 1680 h_blank_end 1792 h_border: 0
    (II) intel(0): v_active: 900 v_sync: 902 v_sync_end 907 v_blanking: 932 v_border: 0
    (II) intel(0): Unknown vendor-specific block f
    (II) intel(0): SAMSUNG
    (II) intel(0): LSN133KL018
    (II) intel(0): EDID (in hex):
    (II) intel(0): 00ffffffffffff004ca3463500000000
    (II) intel(0): 00150104a51d10780209e59757548a27
    (II) intel(0): 22505400000001010101010101010101
    (II) intel(0): 010101010101382740c0608420303020
    (II) intel(0): 250025a5100000190000000f00000000
    (II) intel(0): 000000000028800a1e00000000fe0053
    (II) intel(0): 414d53554e470a2020202020000000fe
    (II) intel(0): 004c534e3133334b4c3031380a200003
    (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    (II) intel(0): Printing probed modes for output eDP1
    (II) intel(0): Modeline "1600x900"x60.1 100.40 1600 1648 1680 1792 900 902 907 932 -hsync -vsync (56.0 kHz eP)
    (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
    (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
    (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
    (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
    (II) intel(0): EDID for output VGA1
    (II) intel(0): EDID for output HDMI1
    (II) intel(0): EDID for output DP1
    (II) intel(0): Output eDP1 connected
    (II) intel(0): Output VGA1 disconnected
    (II) intel(0): Output HDMI1 disconnected
    (II) intel(0): Output DP1 disconnected
    (II) intel(0): Using exact sizes for initial modes
    (II) intel(0): Output eDP1 using initial mode 1600x900
    (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    (==) intel(0): DPI set to (96, 96)
    (==) Depth 24 pixmap format is 32 bpp
    (II) intel(0): SNA initialized with Ivybridge (gen7, gt2) backend
    (==) intel(0): Backing store disabled
    (==) intel(0): Silken mouse enabled
    (II) intel(0): HW Cursor enabled
    (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (==) intel(0): DPMS enabled
    (II) intel(0): [DRI2] Setup complete
    (II) intel(0): [DRI2] DRI driver: i965
    (II) intel(0): direct rendering: DRI2 Enabled
    (==) intel(0): hotplug detection: "enabled"
    (--) RandR disabled
    (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    (II) AIGLX: enabled GLX_INTEL_swap_event
    (II) AIGLX: enabled GLX_ARB_create_context
    (II) AIGLX: enabled GLX_ARB_create_context_profile
    (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    (II) AIGLX: Loaded and initialized i965
    (II) GLX: Initialized DRI2 GL provider for screen 0
    (II) intel(0): switch to mode 1600x900 on pipe 0 using eDP1
    (II) intel(0): Setting screen physical size to 423 x 238
    (II) config/udev: Adding input device Power Button (/dev/input/event4)
    (**) Power Button: Applying InputClass "system-keyboard"
    (**) Power Button: Applying InputClass "evdev keyboard catchall"
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.14.0, module version = 2.8.0
    (II) Using input driver 'evdev' for 'Power Button'
    (**) Power Button: always reports core events
    (**) evdev: Power Button: Device: "/dev/input/event4"
    (--) evdev: Power Button: Vendor 0 Product 0x1
    (--) evdev: Power Button: Found keys
    (II) evdev: Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    > Ignoring extra symbols
    Errors from xkbcomp are not fatal to the X server
    (II) config/udev: Adding input device Video Bus (/dev/input/event10)
    (**) Video Bus: Applying InputClass "system-keyboard"
    (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    (II) Using input driver 'evdev' for 'Video Bus'
    (**) Video Bus: always reports core events
    (**) evdev: Video Bus: Device: "/dev/input/event10"
    (--) evdev: Video Bus: Vendor 0 Product 0x6
    (--) evdev: Video Bus: Found keys
    (II) evdev: Video Bus: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    (II) config/udev: Adding input device Power Button (/dev/input/event3)
    (**) Power Button: Applying InputClass "system-keyboard"
    (**) Power Button: Applying InputClass "evdev keyboard catchall"
    (II) Using input driver 'evdev' for 'Power Button'
    (**) Power Button: always reports core events
    (**) evdev: Power Button: Device: "/dev/input/event3"
    (--) evdev: Power Button: Vendor 0 Product 0x1
    (--) evdev: Power Button: Found keys
    (II) evdev: Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
    (II) No input driver specified, ignoring this device.
    (II) This device may have been added with another device file.
    (II) config/udev: Adding drm device (/dev/dri/card0)
    (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event5)
    (II) No input driver specified, ignoring this device.
    (II) This device may have been added with another device file.
    (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event6)
    (II) No input driver specified, ignoring this device.
    (II) This device may have been added with another device file.
    (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event7)
    (II) No input driver specified, ignoring this device.
    (II) This device may have been added with another device file.
    (II) config/udev: Adding input device Webcam SC-13HDL11624N (/dev/input/event8)
    (**) Webcam SC-13HDL11624N: Applying InputClass "system-keyboard"
    (**) Webcam SC-13HDL11624N: Applying InputClass "evdev keyboard catchall"
    (II) Using input driver 'evdev' for 'Webcam SC-13HDL11624N'
    (**) Webcam SC-13HDL11624N: always reports core events
    (**) evdev: Webcam SC-13HDL11624N: Device: "/dev/input/event8"
    (--) evdev: Webcam SC-13HDL11624N: Vendor 0x2232 Product 0x1024
    (--) evdev: Webcam SC-13HDL11624N: Found keys
    (II) evdev: Webcam SC-13HDL11624N: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Webcam SC-13HDL11624N" (type: KEYBOARD, id 9)
    (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
    (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    (--) evdev: AT Translated Set 2 keyboard: Found keys
    (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
    (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event9)
    (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
    (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
    (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
    (**) ETPS/2 Elantech Touchpad: Applying InputClass "disable clickpad buttons"
    (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
    compiled for 1.14.1, module version = 1.7.1
    (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
    (**) ETPS/2 Elantech Touchpad: always reports core events
    (II) synaptics: ETPS/2 Elantech Touchpad: found clickpad property
    (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 0 - 2964 (res 33)
    (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 0 - 1872 (res 32)
    (--) synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255
    (--) synaptics: ETPS/2 Elantech Touchpad: finger width range 0 - 15
    (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left double triple
    (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
    (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
    (**) ETPS/2 Elantech Touchpad: always reports core events
    (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 11)
    (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
    (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75
    (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.057
    (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
    (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
    (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
    (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
    (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
    (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
    (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
    (II) config/udev: Adding input device PC Speaker (/dev/input/event1)
    (II) No input driver specified, ignoring this device.
    (II) This device may have been added with another device file.
    (II) intel(0): EDID vendor "SEC", prod id 13638
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1600x900"x0.0 100.40 1600 1648 1680 1792 900 902 907 932 -hsync -vsync (56.0 kHz eP)
    (II) intel(0): EDID vendor "SEC", prod id 13638
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1600x900"x0.0 100.40 1600 1648 1680 1792 900 902 907 932 -hsync -vsync (56.0 kHz eP)
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    > Ignoring extra symbols
    Errors from xkbcomp are not fatal to the X server
    (II) intel(0): EDID vendor "SEC", prod id 13638
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1600x900"x0.0 100.40 1600 1648 1680 1792 900 902 907 932 -hsync -vsync (56.0 kHz eP)
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    > Ignoring extra symbols
    Errors from xkbcomp are not fatal to the X server
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    > Ignoring extra symbols
    Errors from xkbcomp are not fatal to the X server
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    > Ignoring extra symbols
    Errors from xkbcomp are not fatal to the X server
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    > Ignoring extra symbols
    Errors from xkbcomp are not fatal to the X server
    (II) AIGLX: Suspending AIGLX clients for VT switch
    (II) AIGLX: Resuming AIGLX clients after VT switch
    (II) intel(0): switch to mode 1600x900 on pipe 0 using eDP1
    (II) intel(0): EDID vendor "SEC", prod id 13638
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1600x900"x0.0 100.40 1600 1648 1680 1792 900 902 907 932 -hsync -vsync (56.0 kHz eP)
    (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    > Ignoring extra symbols
    Errors from xkbcomp are not fatal to the X server
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    > Ignoring extra symbols
    Errors from xkbcomp are not fatal to the X server
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    > Ignoring extra symbols
    Errors from xkbcomp are not fatal to the X server
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    > Ignoring extra symbols
    Errors from xkbcomp are not fatal to the X server
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    > Ignoring extra symbols
    Errors from xkbcomp are not fatal to the X server
    (II) AIGLX: Suspending AIGLX clients for VT switch
    Last edited by Duxon (2013-06-15 16:17:35)

    Finally managed fixed it.
    libcanberra-pulse from [extra] was broken. I reinstalled it with --force.
    Likely that came with the recent pulseaudio upgrade.

  • After upgrade w/ NV37GL. No GDM. Nvidia? Nouveau? Neither works.

    I may have jacked up Video Drivers, but I've now tried just about every combination there of & have either not been able to get into Gnome, or if I do it operates like garbage.
    First some background:
    $ lspci | grep VGA
    01:00.0 VGA compatible controller: NVIDIA Corporation NV37GL [Quadro PCI-E Series] (rev a2)
    Based on Archlinux Wiki https://wiki.archlinux.org/index.php/Nouveau & https://wiki.archlinux.org/index.php/Nvidia, I've determined that I think I should be using either nouveau-dri & xf86-video-nouveau (also requires mesa-libgl), or nvidia-173xx & nvidia-173xx-utils. I've tried both, both are unsuccessful. Hope to provide all relevant info below.
    Nouveau
    From the beginning of boot, this appears to be working the best. My resolution looks good on boot (after the nouveau module loads), it brings up a decent looking login screen, but when I login: "Oh no! Something has gone wrong. A problem has occurred and the system can't recover. Please log out and try again."
    /var/log/gdm/:0.log:
    X.Org X Server 1.14.1
    Release Date: 2013-04-17
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.8.7-1-ARCH i686
    Current Operating System: Linux localhost 3.9.6-1-ARCH #1 SMP PREEMPT Fri Jun 14 10:56:28 CEST 2013 i686
    Kernel command line: root=/dev/sda3 ro initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
    Build Date: 17 April 2013 02:43:06PM
    Current version of pixman: 0.30.0
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jun 21 12:21:32 2013
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    (==) No Layout section. Using the first Screen section.
    (==) No screen section available. Using defaults.
    (**) |-->Screen "Default Screen Section" (0)
    (**) | |-->Monitor "<default monitor>"
    (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (==) Automatically adding GPU devices
    (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    Entry deleted from font path.
    (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    (II) config/udev: Adding drm device (/dev/dri/card0)
    (--) PCI:*(0:1:0:0) 10de:00fd:10de:0215 rev 162, Mem @ 0xdd000000/16777216, 0xc0000000/268435456, 0xde000000/16777216, BIOS @ 0x????????/131072
    Initializing built-in extension Generic Event Extension
    Initializing built-in extension SHAPE
    Initializing built-in extension MIT-SHM
    Initializing built-in extension XInputExtension
    Initializing built-in extension XTEST
    Initializing built-in extension BIG-REQUESTS
    Initializing built-in extension SYNC
    Initializing built-in extension XKEYBOARD
    Initializing built-in extension XC-MISC
    Initializing built-in extension SECURITY
    Initializing built-in extension XINERAMA
    Initializing built-in extension XFIXES
    Initializing built-in extension RENDER
    Initializing built-in extension RANDR
    Initializing built-in extension COMPOSITE
    Initializing built-in extension DAMAGE
    Initializing built-in extension MIT-SCREEN-SAVER
    Initializing built-in extension DOUBLE-BUFFER
    Initializing built-in extension RECORD
    Initializing built-in extension DPMS
    Initializing built-in extension X-Resource
    Initializing built-in extension XVideo
    Initializing built-in extension XVideo-MotionCompensation
    Initializing built-in extension XFree86-VidModeExtension
    Initializing built-in extension XFree86-DGA
    Initializing built-in extension XFree86-DRI
    Initializing built-in extension DRI2
    (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.14.1, module version = 1.0.0
    (==) AIGLX enabled
    Loading extension GLX
    (==) Matched nouveau as autoconfigured driver 0
    (==) Matched nvidia as autoconfigured driver 1
    (==) Matched nv as autoconfigured driver 2
    (==) Matched nouveau as autoconfigured driver 3
    (==) Matched nvidia as autoconfigured driver 4
    (==) Matched nv as autoconfigured driver 5
    (==) Matched vesa as autoconfigured driver 6
    (==) Matched modesetting as autoconfigured driver 7
    (==) Matched fbdev as autoconfigured driver 8
    (==) Assigned the driver to the xf86ConfigLayout
    (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    (II) Module nouveau: vendor="X.Org Foundation"
    compiled for 1.14.1, module version = 1.0.8
    (WW) Warning, couldn't open module nvidia
    (II) Unloading nvidia
    (EE) Failed to load module "nvidia" (module does not exist, 0)
    (II) Loading /usr/lib/xorg/modules/drivers/nv_drv.so
    (II) Module nv: vendor="X.Org Foundation"
    compiled for 1.14.0, module version = 2.1.20
    (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    (II) Module vesa: vendor="X.Org Foundation"
    compiled for 1.14.0, module version = 2.3.2
    (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    (II) Module modesetting: vendor="X.Org Foundation"
    compiled for 1.14.1, module version = 0.8.0
    (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    (II) Module fbdev: vendor="X.Org Foundation"
    compiled for 1.14.0, module version = 0.4.3
    (II) NOUVEAU driver
    (II) NOUVEAU driver for NVIDIA chipset families :
    RIVA TNT (NV04)
    RIVA TNT2 (NV05)
    GeForce 256 (NV10)
    GeForce 2 (NV11, NV15)
    GeForce 4MX (NV17, NV18)
    GeForce 3 (NV20)
    GeForce 4Ti (NV25, NV28)
    GeForce FX (NV3x)
    GeForce 6 (NV4x)
    GeForce 7 (G7x)
    GeForce 8 (G8x)
    GeForce GTX 200 (NVA0)
    GeForce GTX 400 (NVC0)
    (II) NOUVEAU driver
    (II) NOUVEAU driver for NVIDIA chipset families :
    RIVA TNT (NV04)
    RIVA TNT2 (NV05)
    GeForce 256 (NV10)
    GeForce 2 (NV11, NV15)
    GeForce 4MX (NV17, NV18)
    GeForce 3 (NV20)
    GeForce 4Ti (NV25, NV28)
    GeForce FX (NV3x)
    GeForce 6 (NV4x)
    GeForce 7 (G7x)
    GeForce 8 (G8x)
    GeForce GTX 200 (NVA0)
    GeForce GTX 400 (NVC0)
    (II) VESA: driver for VESA chipsets: vesa
    (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    (II) FBDEV: driver for framebuffer: fbdev
    (++) using VT number 1
    (II) [drm] nouveau interface version: 1.1.0
    (WW) Falling back to old probe method for vesa
    (WW) Falling back to old probe method for modesetting
    (WW) Falling back to old probe method for fbdev
    (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    (II) Module fbdevhw: vendor="X.Org Foundation"
    compiled for 1.14.1, module version = 0.0.2
    (--) NOUVEAU(0): Chipset: "NVIDIA NV34"
    (II) NOUVEAU(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
    (==) NOUVEAU(0): RGB weight 888
    (==) NOUVEAU(0): Default visual is TrueColor
    (==) NOUVEAU(0): Using HW cursor
    (==) NOUVEAU(0): GLX sync to VBlank disabled.
    (==) NOUVEAU(0): Page flipping enabled
    (==) NOUVEAU(0): Swap limit set to 2 [Max allowed 2]
    (II) NOUVEAU(0): Output DVI-I-1 has no monitor section
    (II) NOUVEAU(0): Output DVI-I-2 has no monitor section
    (II) NOUVEAU(0): EDID for output DVI-I-1
    (II) NOUVEAU(0): Manufacturer: ACI Model: 24f3 Serial#: 158027
    (II) NOUVEAU(0): Year: 2010 Week: 51
    (II) NOUVEAU(0): EDID Version: 1.3
    (II) NOUVEAU(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
    (II) NOUVEAU(0): Sync: Separate
    (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 52 vert.: 29
    (II) NOUVEAU(0): Gamma: 2.20
    (II) NOUVEAU(0): DPMS capabilities: Off; RGB/Color Display
    (II) NOUVEAU(0): First detailed timing is preferred mode
    (II) NOUVEAU(0): redX: 0.644 redY: 0.332 greenX: 0.286 greenY: 0.601
    (II) NOUVEAU(0): blueX: 0.152 blueY: 0.076 whiteX: 0.312 whiteY: 0.328
    (II) NOUVEAU(0): Supported established timings:
    (II) NOUVEAU(0): 720x400@70Hz
    (II) NOUVEAU(0): 640x480@60Hz
    (II) NOUVEAU(0): 640x480@67Hz
    (II) NOUVEAU(0): 640x480@72Hz
    (II) NOUVEAU(0): 640x480@75Hz
    (II) NOUVEAU(0): 800x600@56Hz
    (II) NOUVEAU(0): 800x600@60Hz
    (II) NOUVEAU(0): 800x600@72Hz
    (II) NOUVEAU(0): 800x600@75Hz
    (II) NOUVEAU(0): 832x624@75Hz
    (II) NOUVEAU(0): 1024x768@60Hz
    (II) NOUVEAU(0): 1024x768@70Hz
    (II) NOUVEAU(0): 1024x768@75Hz
    (II) NOUVEAU(0): 1280x1024@75Hz
    (II) NOUVEAU(0): Manufacturer's mask: 0
    (II) NOUVEAU(0): Supported standard timings:
    (II) NOUVEAU(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    (II) NOUVEAU(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    (II) NOUVEAU(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    (II) NOUVEAU(0): #3: hsize: 1440 vsize 900 refresh: 60 vid: 149
    (II) NOUVEAU(0): #4: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    (II) NOUVEAU(0): #5: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
    (II) NOUVEAU(0): Supported detailed timing:
    (II) NOUVEAU(0): clock: 148.5 MHz Image Size: 521 x 293 mm
    (II) NOUVEAU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    (II) NOUVEAU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    (II) NOUVEAU(0): Serial No: ACLMTF158027
    (II) NOUVEAU(0): Ranges: V min: 55 V max: 75 Hz, H min: 30 H max: 85 kHz, PixClock max 165 MHz
    (II) NOUVEAU(0): Monitor name: ASUS VH242H
    (II) NOUVEAU(0): EDID (in hex):
    (II) NOUVEAU(0): 00ffffffffffff000469f3244b690200
    (II) NOUVEAU(0): 3314010368341d782ac720a455499927
    (II) NOUVEAU(0): 135054bfef00714f814081809500b300
    (II) NOUVEAU(0): d1c001010101023a801871382d40582c
    (II) NOUVEAU(0): 450009252100001e000000ff0041434c
    (II) NOUVEAU(0): 4d54463135383032370a000000fd0037
    (II) NOUVEAU(0): 4b1e5510000a202020202020000000fc
    (II) NOUVEAU(0): 0041535553205648323432480a200096
    (II) NOUVEAU(0): Printing probed modes for output DVI-I-1
    (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    (II) NOUVEAU(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    (II) NOUVEAU(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
    (II) NOUVEAU(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    (II) NOUVEAU(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    (II) NOUVEAU(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    (II) NOUVEAU(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    (II) NOUVEAU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    (II) NOUVEAU(0): EDID for output DVI-I-2
    (II) NOUVEAU(0): Output DVI-I-1 connected
    (II) NOUVEAU(0): Output DVI-I-2 disconnected
    (II) NOUVEAU(0): Using exact sizes for initial modes
    (II) NOUVEAU(0): Output DVI-I-1 using initial mode 1920x1080
    (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    (--) NOUVEAU(0): Virtual size is 1920x1080 (pitch 0)
    (**) NOUVEAU(0): Driver mode "1920x1080": 148.5 MHz (scaled from 0.0 MHz), 67.5 kHz, 60.0 Hz
    (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    (**) NOUVEAU(0): Driver mode "1680x1050": 146.2 MHz (scaled from 0.0 MHz), 65.3 kHz, 60.0 Hz
    (II) NOUVEAU(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    (**) NOUVEAU(0): Driver mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
    (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    (**) NOUVEAU(0): Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
    (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    (**) NOUVEAU(0): Driver mode "1440x900": 106.5 MHz (scaled from 0.0 MHz), 55.9 kHz, 59.9 Hz
    (II) NOUVEAU(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
    (**) NOUVEAU(0): Driver mode "1280x960": 108.0 MHz (scaled from 0.0 MHz), 60.0 kHz, 60.0 Hz
    (II) NOUVEAU(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    (**) NOUVEAU(0): Driver mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
    (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    (**) NOUVEAU(0): Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.1 kHz, 75.1 Hz
    (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    (**) NOUVEAU(0): Driver mode "1024x768": 75.0 MHz (scaled from 0.0 MHz), 56.5 kHz, 70.1 Hz
    (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    (**) NOUVEAU(0): Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    (**) NOUVEAU(0): Driver mode "832x624": 57.3 MHz (scaled from 0.0 MHz), 49.7 kHz, 74.6 Hz
    (II) NOUVEAU(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    (**) NOUVEAU(0): Driver mode "800x600": 50.0 MHz (scaled from 0.0 MHz), 48.1 kHz, 72.2 Hz
    (II) NOUVEAU(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    (**) NOUVEAU(0): Driver mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
    (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    (**) NOUVEAU(0): Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
    (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    (**) NOUVEAU(0): Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
    (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    (**) NOUVEAU(0): Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 72.8 Hz
    (II) NOUVEAU(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    (**) NOUVEAU(0): Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
    (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    (**) NOUVEAU(0): Driver mode "640x480": 30.2 MHz (scaled from 0.0 MHz), 35.0 kHz, 66.7 Hz
    (II) NOUVEAU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    (**) NOUVEAU(0): Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
    (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    (**) NOUVEAU(0): Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
    (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    (==) NOUVEAU(0): DPI set to (96, 96)
    (II) Loading /usr/lib/xorg/modules/libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.14.1, module version = 1.0.0
    (II) Loading /usr/lib/xorg/modules/libexa.so
    (II) Module exa: vendor="X.Org Foundation"
    compiled for 1.14.1, module version = 2.6.0
    (II) Loading /usr/lib/xorg/modules/libshadowfb.so
    (II) Module shadowfb: vendor="X.Org Foundation"
    compiled for 1.14.1, module version = 1.0.0
    (II) Unloading nv
    (II) Unloading vesa
    (II) Unloading modesetting
    (II) Unloading fbdev
    (II) Unloading fbdevhw
    (--) Depth 24 pixmap format is 32 bpp
    (II) NOUVEAU(0): Opened GPU channel 0
    (II) NOUVEAU(0): [DRI2] Setup complete
    (II) NOUVEAU(0): [DRI2] DRI driver: nouveau
    (II) NOUVEAU(0): [DRI2] VDPAU driver: nouveau
    (II) EXA(0): Driver allocated offscreen pixmaps
    (II) EXA(0): Driver registered support for the following operations:
    (II) Solid
    (II) Copy
    (II) Composite (RENDER acceleration)
    (II) UploadToScreen
    (II) DownloadFromScreen
    (==) NOUVEAU(0): Backing store disabled
    (==) NOUVEAU(0): Silken mouse enabled
    (II) NOUVEAU(0): [XvMC] Associated with NV30 texture adapter.
    (II) NOUVEAU(0): [XvMC] Extension initialized.
    (==) NOUVEAU(0): DPMS enabled
    (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (--) RandR disabled
    (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    (II) AIGLX: enabled GLX_INTEL_swap_event
    (II) AIGLX: enabled GLX_ARB_create_context
    (II) AIGLX: enabled GLX_ARB_create_context_profile
    (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    (II) AIGLX: Loaded and initialized nouveau
    (II) GLX: Initialized DRI2 GL provider for screen 0
    (II) NOUVEAU(0): NVEnterVT is called.
    (II) NOUVEAU(0): Setting screen physical size to 507 x 285
    resize called 1920 1080
    (II) config/udev: Adding input device Power Button (/dev/input/event2)
    (**) Power Button: Applying InputClass "evdev keyboard catchall"
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.14.0, module version = 2.8.0
    (II) Using input driver 'evdev' for 'Power Button'
    (**) Power Button: always reports core events
    (**) evdev: Power Button: Device: "/dev/input/event2"
    (--) evdev: Power Button: Vendor 0 Product 0x1
    (--) evdev: Power Button: Found keys
    (II) evdev: Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    (II) config/udev: Adding input device Power Button (/dev/input/event1)
    (**) Power Button: Applying InputClass "evdev keyboard catchall"
    (II) Using input driver 'evdev' for 'Power Button'
    (**) Power Button: always reports core events
    (**) evdev: Power Button: Device: "/dev/input/event1"
    (--) evdev: Power Button: Vendor 0 Product 0x1
    (--) evdev: Power Button: Found keys
    (II) evdev: Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    (II) config/udev: Adding drm device (/dev/dri/card0)
    (II) config/udev: Adding input device Microsoft Basic Optical Mouse (/dev/input/event4)
    (**) Microsoft Basic Optical Mouse: Applying InputClass "evdev pointer catchall"
    (II) Using input driver 'evdev' for 'Microsoft Basic Optical Mouse'
    (**) Microsoft Basic Optical Mouse: always reports core events
    (**) evdev: Microsoft Basic Optical Mouse: Device: "/dev/input/event4"
    (--) evdev: Microsoft Basic Optical Mouse: Vendor 0x45e Product 0x84
    (--) evdev: Microsoft Basic Optical Mouse: Found 3 mouse buttons
    (--) evdev: Microsoft Basic Optical Mouse: Found scroll wheel(s)
    (--) evdev: Microsoft Basic Optical Mouse: Found relative axes
    (--) evdev: Microsoft Basic Optical Mouse: Found x and y relative axes
    (II) evdev: Microsoft Basic Optical Mouse: Configuring as mouse
    (II) evdev: Microsoft Basic Optical Mouse: Adding scrollwheel support
    (**) evdev: Microsoft Basic Optical Mouse: YAxisMapping: buttons 4 and 5
    (**) evdev: Microsoft Basic Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Microsoft Basic Optical Mouse" (type: MOUSE, id 8)
    (II) evdev: Microsoft Basic Optical Mouse: initialized for relative axes.
    (**) Microsoft Basic Optical Mouse: (accel) keeping acceleration scheme 1
    (**) Microsoft Basic Optical Mouse: (accel) acceleration profile 0
    (**) Microsoft Basic Optical Mouse: (accel) acceleration factor: 2.000
    (**) Microsoft Basic Optical Mouse: (accel) acceleration threshold: 4
    (II) config/udev: Adding input device Microsoft Basic Optical Mouse (/dev/input/mouse0)
    (II) No input driver specified, ignoring this device.
    (II) This device may have been added with another device file.
    (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    (--) evdev: AT Translated Set 2 keyboard: Found keys
    (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
    (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
    (II) No input driver specified, ignoring this device.
    (II) This device may have been added with another device file.
    (II) NOUVEAU(0): EDID vendor "ACI", prod id 9459
    (II) NOUVEAU(0): Using EDID range info for horizontal sync
    (II) NOUVEAU(0): Using EDID range info for vertical refresh
    (II) NOUVEAU(0): Printing DDC gathered Modelines:
    (II) NOUVEAU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    (II) NOUVEAU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    (II) NOUVEAU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    (II) NOUVEAU(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
    (II) NOUVEAU(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    (II) NOUVEAU(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
    resize called 1920 1080
    (II) NOUVEAU(0): EDID vendor "ACI", prod id 9459
    (II) NOUVEAU(0): Using hsync ranges from config file
    (II) NOUVEAU(0): Using vrefresh ranges from config file
    (II) NOUVEAU(0): Printing DDC gathered Modelines:
    (II) NOUVEAU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    (II) NOUVEAU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    (II) NOUVEAU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    (II) NOUVEAU(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
    (II) NOUVEAU(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    (II) NOUVEAU(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
    (II) NOUVEAU(0): EDID vendor "ACI", prod id 9459
    (II) NOUVEAU(0): Using hsync ranges from config file
    (II) NOUVEAU(0): Using vrefresh ranges from config file
    (II) NOUVEAU(0): Printing DDC gathered Modelines:
    (II) NOUVEAU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    (II) NOUVEAU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    (II) NOUVEAU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    (II) NOUVEAU(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
    (II) NOUVEAU(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    (II) NOUVEAU(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Compat map for group 2 redefined
    > Using new definition
    > Warning: Compat map for group 3 redefined
    > Using new definition
    > Warning: Compat map for group 4 redefined
    > Using new definition
    Errors from xkbcomp are not fatal to the X server
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Compat map for group 2 redefined
    > Using new definition
    > Warning: Compat map for group 3 redefined
    > Using new definition
    > Warning: Compat map for group 4 redefined
    > Using new definition
    Errors from xkbcomp are not fatal to the X server
    (II) NOUVEAU(0): EDID vendor "ACI", prod id 9459
    (II) NOUVEAU(0): Using hsync ranges from config file
    (II) NOUVEAU(0): Using vrefresh ranges from config file
    (II) NOUVEAU(0): Printing DDC gathered Modelines:
    (II) NOUVEAU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    (II) NOUVEAU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    (II) NOUVEAU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    (II) NOUVEAU(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
    (II) NOUVEAU(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    (II) NOUVEAU(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
    resize called 1920 1080
    (II) NOUVEAU(0): EDID vendor "ACI", prod id 9459
    (II) NOUVEAU(0): Using hsync ranges from config file
    (II) NOUVEAU(0): Using vrefresh ranges from config file
    (II) NOUVEAU(0): Printing DDC gathered Modelines:
    (II) NOUVEAU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    (II) NOUVEAU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    (II) NOUVEAU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    (II) NOUVEAU(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
    (II) NOUVEAU(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    (II) NOUVEAU(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
    (II) NOUVEAU(0): EDID vendor "ACI", prod id 9459
    (II) NOUVEAU(0): Using hsync ranges from config file
    (II) NOUVEAU(0): Using vrefresh ranges from config file
    (II) NOUVEAU(0): Printing DDC gathered Modelines:
    (II) NOUVEAU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    (II) NOUVEAU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    (II) NOUVEAU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    (II) NOUVEAU(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
    (II) NOUVEAU(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    (II) NOUVEAU(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Compat map for group 2 redefined
    > Using new definition
    > Warning: Compat map for group 3 redefined
    > Using new definition
    > Warning: Compat map for group 4 redefined
    > Using new definition
    Errors from xkbcomp are not fatal to the X server
    (II) NOUVEAU(0): EDID vendor "ACI", prod id 9459
    (II) NOUVEAU(0): Using hsync ranges from config file
    (II) NOUVEAU(0): Using vrefresh ranges from config file
    (II) NOUVEAU(0): Printing DDC gathered Modelines:
    (II) NOUVEAU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    (II) NOUVEAU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    (II) NOUVEAU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    (II) NOUVEAU(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
    (II) NOUVEAU(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    (II) NOUVEAU(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Compat map for group 2 redefined
    > Using new definition
    > Warning: Compat map for group 3 redefined
    > Using new definition
    > Warning: Compat map for group 4 redefined
    > Using new definition
    Errors from xkbcomp are not fatal to the X server
    /var/log/gdm/:0-slave.log:
    gdm-simple-slave[377]: WARNING: Failed to give slave programs access to the display. Trying to proceed.
    gdm-launch-environment][421]: GLib-CRITICAL: g_variant_compare: assertion `!g_variant_is_container (a)' failed
    gdm-launch-environment][421]: GLib-CRITICAL: g_variant_compare: assertion `!g_variant_is_container (a)' failed
    gdm-password][616]: pam_unix(gdm-password:session): session opened for user ******* by (unknown)(uid=0)
    gdm-simple-slave[377]: WARNING: Failed to remove slave program access to the display. Trying to proceed.
    gdm-simple-slave[377]: WARNING: Freeing conversation 'gdm-password' with active job
    gdm-simple-slave[377]: GLib-GObject-CRITICAL: g_object_ref: assertion `object->ref_count > 0' failed
    gdm-simple-slave[377]: GLib-GObject-CRITICAL: g_object_unref: assertion `object->ref_count > 0' failed
    /var/log/Xorg.0.log:
    [ 73.484]
    X.Org X Server 1.14.1
    Release Date: 2013-04-17
    [ 73.484] X Protocol Version 11, Revision 0
    [ 73.484] Build Operating System: Linux 3.8.7-1-ARCH i686
    [ 73.484] Current Operating System: Linux localhost 3.9.6-1-ARCH #1 SMP PREEMPT Fri Jun 14 10:56:28 CEST 2013 i686
    [ 73.484] Kernel command line: root=/dev/sda3 ro initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
    [ 73.484] Build Date: 17 April 2013 02:43:06PM
    [ 73.484]
    [ 73.484] Current version of pixman: 0.30.0
    [ 73.484] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 73.484] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 73.484] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jun 21 12:21:32 2013
    [ 73.579] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 73.826] (==) No Layout section. Using the first Screen section.
    [ 73.826] (==) No screen section available. Using defaults.
    [ 73.826] (**) |-->Screen "Default Screen Section" (0)
    [ 73.826] (**) | |-->Monitor "<default monitor>"
    [ 73.852] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 73.852] (==) Automatically adding devices
    [ 73.852] (==) Automatically enabling devices
    [ 73.852] (==) Automatically adding GPU devices
    [ 73.996] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 73.996] Entry deleted from font path.
    [ 74.201] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 74.202] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 74.202] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 74.228] (II) Loader magic: 0x8258620
    [ 74.228] (II) Module ABI versions:
    [ 74.228] X.Org ANSI C Emulation: 0.4
    [ 74.228] X.Org Video Driver: 14.1
    [ 74.228] X.Org XInput driver : 19.1
    [ 74.228] X.Org Server Extension : 7.0
    [ 74.229] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 74.231] (--) PCI:*(0:1:0:0) 10de:00fd:10de:0215 rev 162, Mem @ 0xdd000000/16777216, 0xc0000000/268435456, 0xde000000/16777216, BIOS @ 0x????????/131072
    [ 74.256] Initializing built-in extension Generic Event Extension
    [ 74.256] Initializing built-in extension SHAPE
    [ 74.256] Initializing built-in extension MIT-SHM
    [ 74.256] Initializing built-in extension XInputExtension
    [ 74.256] Initializing built-in extension XTEST
    [ 74.256] Initializing built-in extension BIG-REQUESTS
    [ 74.256] Initializing built-in extension SYNC
    [ 74.256] Initializing built-in extension XKEYBOARD
    [ 74.256] Initializing built-in extension XC-MISC
    [ 74.256] Initializing built-in extension SECURITY
    [ 74.256] Initializing built-in extension XINERAMA
    [ 74.256] Initializing built-in extension XFIXES
    [ 74.256] Initializing built-in extension RENDER
    [ 74.256] Initializing built-in extension RANDR
    [ 74.256] Initializing built-in extension COMPOSITE
    [ 74.256] Initializing built-in extension DAMAGE
    [ 74.256] Initializing built-in extension MIT-SCREEN-SAVER
    [ 74.256] Initializing built-in extension DOUBLE-BUFFER
    [ 74.256] Initializing built-in extension RECORD
    [ 74.256] Initializing built-in extension DPMS
    [ 74.256] Initializing built-in extension X-Resource
    [ 74.256] Initializing built-in extension XVideo
    [ 74.256] Initializing built-in extension XVideo-MotionCompensation
    [ 74.257] Initializing built-in extension XFree86-VidModeExtension
    [ 74.257] Initializing built-in extension XFree86-DGA
    [ 74.257] Initializing built-in extension XFree86-DRI
    [ 74.257] Initializing built-in extension DRI2
    [ 74.257] (II) LoadModule: "glx"
    [ 74.320] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 74.456] (II) Module glx: vendor="X.Org Foundation"
    [ 74.456] compiled for 1.14.1, module version = 1.0.0
    [ 74.456] ABI class: X.Org Server Extension, version 7.0
    [ 74.456] (==) AIGLX enabled
    [ 74.464] Loading extension GLX
    [ 74.464] (==) Matched nouveau as autoconfigured driver 0
    [ 74.464] (==) Matched nvidia as autoconfigured driver 1
    [ 74.464] (==) Matched nv as autoconfigured driver 2
    [ 74.464] (==) Matched nouveau as autoconfigured driver 3
    [ 74.465] (==) Matched nvidia as autoconfigured driver 4
    [ 74.465] (==) Matched nv as autoconfigured driver 5
    [ 74.465] (==) Matched vesa as autoconfigured driver 6
    [ 74.465] (==) Matched modesetting as autoconfigured driver 7
    [ 74.465] (==) Matched fbdev as autoconfigured driver 8
    [ 74.465] (==) Assigned the driver to the xf86ConfigLayout
    [ 74.465] (II) LoadModule: "nouveau"
    [ 74.578] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 74.747] (II) Module nouveau: vendor="X.Org Foundation"
    [ 74.747] compiled for 1.14.1, module version = 1.0.8
    [ 74.748] Module class: X.Org Video Driver
    [ 74.748] ABI class: X.Org Video Driver, version 14.1
    [ 74.748] (II) LoadModule: "nvidia"
    [ 74.889] (WW) Warning, couldn't open module nvidia
    [ 74.889] (II) UnloadModule: "nvidia"
    [ 74.889] (II) Unloading nvidia
    [ 74.889] (EE) Failed to load module "nvidia" (module does not exist, 0)
    [ 74.889] (II) LoadModule: "nv"
    [ 74.889] (II) Loading /usr/lib/xorg/modules/drivers/nv_drv.so
    [ 74.952] (II) Module nv: vendor="X.Org Foundation"
    [ 74.952] compiled for 1.14.0, module version = 2.1.20
    [ 74.952] Module class: X.Org Video Driver
    [ 74.952] ABI class: X.Org Video Driver, version 14.1
    [ 74.952] (II) LoadModule: "vesa"
    [ 74.952] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 74.962] (II) Module vesa: vendor="X.Org Foundation"
    [ 74.962] compiled for 1.14.0, module version = 2.3.2
    [ 74.962] Module class: X.Org Video Driver
    [ 74.962] ABI class: X.Org Video Driver, version 14.1
    [ 74.962] (II) LoadModule: "modesetting"
    [ 74.963] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 74.973] (II) Module modesetting: vendor="X.Org Foundation"
    [ 74.973] compiled for 1.14.1, module version = 0.8.0
    [ 74.973] Module class: X.Org Video Driver
    [ 74.973] ABI class: X.Org Video Driver, version 14.1
    [ 74.974] (II) LoadModule: "fbdev"
    [ 74.974] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 75.118] (II) Module fbdev: vendor="X.Org Foundation"
    [ 75.118] compiled for 1.14.0, module version = 0.4.3
    [ 75.118] Module class: X.Org Video Driver
    [ 75.118] ABI class: X.Org Video Driver, version 14.1
    [ 75.118] (II) NOUVEAU driver
    [ 75.118] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 75.118] RIVA TNT (NV04)
    [ 75.118] RIVA TNT2 (NV05)
    [ 75.118] GeForce 256 (NV10)
    [ 75.118] GeForce 2 (NV11, NV15)
    [ 75.118] GeForce 4MX (NV17, NV18)
    [ 75.118] GeForce 3 (NV20)
    [ 75.118] GeForce 4Ti (NV25, NV28)
    [ 75.119] GeForce FX (NV3x)
    [ 75.119] GeForce 6 (NV4x)
    [ 75.119] GeForce 7 (G7x)
    [ 75.119] GeForce 8 (G8x)
    [ 75.119] GeForce GTX 200 (NVA0)
    [ 75.119] GeForce GTX 400 (NVC0)
    [ 75.119] (II) NOUVEAU driver
    [ 75.119] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 75.119] RIVA TNT (NV04)
    [ 75.119] RIVA TNT2 (NV05)
    [ 75.120] GeForce 256 (NV10)
    [ 75.120] GeForce 2 (NV11, NV15)
    [ 75.120] GeForce 4MX (NV17, NV18)
    [ 75.120] GeForce 3 (NV20)
    [ 75.120] GeForce 4Ti (NV25, NV28)
    [ 75.120] GeForce FX (NV3x)
    [ 75.120] GeForce 6 (NV4x)
    [ 75.120] GeForce 7 (G7x)
    [ 75.121] GeForce 8 (G8x)
    [ 75.121] GeForce GTX 200 (NVA0)
    [ 75.121] GeForce GTX 400 (NVC0)
    [ 75.121] (II) VESA: driver for VESA chipsets: vesa
    [ 75.121] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 75.121] (II) FBDEV: driver for framebuffer: fbdev
    [ 75.121] (++) using VT number 1
    [ 75.122] (II) [drm] nouveau interface version: 1.1.0
    [ 75.122] (WW) Falling back to old probe method for vesa
    [ 75.122] (WW) Falling back to old probe method for modesetting
    [ 75.122] (WW) Falling back to old probe method for fbdev
    [ 75.122] (II) Loading sub module "fbdevhw"
    [ 75.122] (II) LoadModule: "fbdevhw"
    [ 75.122] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [ 75.138] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 75.138] compiled for 1.14.1, module version = 0.0.2
    [ 75.138] ABI class: X.Org Video Driver, version 14.1
    [ 75.138] (II) Loading sub module "dri2"
    [ 75.138] (II) LoadModule: "dri2"
    [ 75.138] (II) Module "dri2" already built-in
    [ 75.139] (--) NOUVEAU(0): Chipset: "NVIDIA NV34"
    [ 75.139] (II) NOUVEAU(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 75.139] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
    [ 75.139] (==) NOUVEAU(0): RGB weight 888
    [ 75.139] (==) NOUVEAU(0): Default visual is TrueColor
    [ 75.139] (==) NOUVEAU(0): Using HW cursor
    [ 75.139] (==) NOUVEAU(0): GLX sync to VBlank disabled.
    [ 75.139] (==) NOUVEAU(0): Page flipping enabled
    [ 75.139] (==) NOUVEAU(0): Swap limit set to 2 [Max allowed 2]
    [ 75.172] (II) NOUVEAU(0): Output DVI-I-1 has no monitor section
    [ 75.226] (II) NOUVEAU(0): Output DVI-I-2 has no monitor section
    [ 75.259] (II) NOUVEAU(0): EDID for output DVI-I-1
    [ 75.259] (II) NOUVEAU(0): Manufacturer: ACI Model: 24f3 Serial#: 158027
    [ 75.259] (II) NOUVEAU(0): Year: 2010 Week: 51
    [ 75.259] (II) NOUVEAU(0): EDID Version: 1.3
    [ 75.260] (II) NOUVEAU(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
    [ 75.260] (II) NOUVEAU(0): Sync: Separate
    [ 75.260] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 52 vert.: 29
    [ 75.260] (II) NOUVEAU(0): Gamma: 2.20
    [ 75.260] (II) NOUVEAU(0): DPMS capabilities: Off; RGB/Color Display
    [ 75.260] (II) NOUVEAU(0): First detailed timing is preferred mode
    [ 75.260] (II) NOUVEAU(0): redX: 0.644 redY: 0.332 greenX: 0.286 greenY: 0.601
    [ 75.260] (II) NOUVEAU(0): blueX: 0.152 blueY: 0.076 whiteX: 0.312 whiteY: 0.328
    [ 75.260] (II) NOUVEAU(0): Supported established timings:
    [ 75.260] (II) NOUVEAU(0): 720x400@70Hz
    [ 75.260] (II) NOUVEAU(0): 640x480@60Hz
    [ 75.260] (II) NOUVEAU(0): 640x480@67Hz
    [ 75.260] (II) NOUVEAU(0): 640x480@72Hz
    [ 75.260] (II) NOUVEAU(0): 640x480@75Hz
    [ 75.260] (II) NOUVEAU(0): 800x600@56Hz
    [ 75.260] (II) NOUVEAU(0): 800x600@60Hz
    [ 75.260] (II) NOUVEAU(0): 800x600@72Hz
    [ 75.260] (II) NOUVEAU(0): 800x600@75Hz
    [ 75.260] (II) NOUVEAU(0): 832x624@75Hz
    [ 75.260] (II) NOUVEAU(0): 1024x768@60Hz
    [ 75.260] (II) NOUVEAU(0): 1024x768@70Hz
    [ 75.260] (II) NOUVEAU(0): 1024x768@75Hz
    [ 75.260] (II) NOUVEAU(0): 1280x1024@75Hz
    [ 75.260] (II) NOUVEAU(0): Manufacturer's mask: 0
    [ 75.260] (II) NOUVEAU(0): Supported standard timings:
    [ 75.260] (II) NOUVEAU(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 75.260] (II) NOUVEAU(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 75.260] (II) NOUVEAU(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 75.260] (II) NOUVEAU(0): #3: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 75.260] (II) NOUVEAU(0): #4: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 75.260] (II) NOUVEAU(0): #5: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
    [ 75.261] (II) NOUVEAU(0): Supported detailed timing:
    [ 75.261] (II) NOUVEAU(0): clock: 148.5 MHz Image Size: 521 x 293 mm
    [ 75.261] (II) NOUVEAU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 75.261] (II) NOUVEAU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 75.261] (II) NOUVEAU(0): Serial No: ACLMTF158027
    [ 75.261] (II) NOUVEAU(0): Ranges: V min: 55 V max: 75 Hz, H min: 30 H max: 85 kHz, PixClock max 165 MHz
    [ 75.261] (II) NOUVEAU(0): Monitor name: ASUS VH242H
    [ 75.261] (II) NOUVEAU(0): EDID (in hex):
    [ 75.261] (II) NOUVEAU(0): 00ffffffffffff000469f3244b690200
    [ 75.261] (II) NOUVEAU(0): 3314010368341d782ac720a455499927
    [ 75.261] (II) NOUVEAU(0): 135054bfef00714f814081809500b300
    [ 75.261] (II) NOUVEAU(0): d1c001010101023a801871382d40582c
    [ 75.261] (II) NOUVEAU(0): 450009252100001e000000ff0041434c
    [ 75.261] (II) NOUVEAU(0): 4d54463135383032370a000000fd0037
    [ 75.261] (II) NOUVEAU(0): 4b1e5510000a202020202020000000fc
    [ 75.261] (II) NOUVEAU(0): 0041535553205648323432480a200096
    [ 75.261] (II) NOUVEAU(0): Printing probed modes for output DVI-I-1
    [ 75.261] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 75.261] (II) NOUVEAU(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    [ 75.261] (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 75.261] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 75.261] (II) NOUVEAU(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
    [ 75.261] (II) NOUVEAU(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 75.261] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 75.261] (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 75.261] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 75.262] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 75.262] (II) NOUVEAU(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 75.262] (II) NOUVEAU(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 75.262] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 75.262] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 75.262] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 75.262] (II) NOUVEAU(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    [ 75.262] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 75.262] (II) NOUVEAU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 75.262] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 75.262] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 75.316] (II) NOUVEAU(0): EDID for output DVI-I-2
    [ 75.316] (II) NOUVEAU(0): Output DVI-I-1 connected
    [ 75.316] (II) NOUVEAU(0): Output DVI-I-2 disconnected
    [ 75.316] (II) NOUVEAU(0): Using exact sizes for initial modes
    [ 75.316] (II) NOUVEAU(0): Output DVI-I-1 using initial mode 1920x1080
    [ 75.316] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 75.317] (--) NOUVEAU(0): Virtual size is 1920x1080 (pitch 0)
    [ 75.317] (**) NOUVEAU(0): Driver mode "1920x1080": 148.5 MHz (scaled from 0.0 MHz), 67.5 kHz, 60.0 Hz
    [ 75.317] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 75.317] (**) NOUVEAU(0): Driver mode "1680x1050": 146.2 MHz (scaled from 0.0 MHz), 65.3 kHz, 60.0 Hz
    [ 75.317] (II) NOUVEAU(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    [ 75.317] (**) NOUVEAU(0): Driver mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
    [ 75.317] (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 75.317] (**) NOUVEAU(0): Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
    [ 75.317] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 75.317] (**) NOUVEAU(0): Driver mode "1440x900": 106.5 MHz (scaled from 0.0 MHz), 55.9 kHz, 59.9 Hz
    [ 75.317] (II) NOUVEAU(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
    [ 75.317] (**) NOUVEAU(0): Driver mode "1280x960": 108.0 MHz (scaled from 0.0 MHz), 60.0 kHz, 60.0 Hz
    [ 75.317] (II) NOUVEAU(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 75.317] (**) NOUVEAU(0): Driver mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
    [ 75.317] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 75.317] (**) NOUVEAU(0): Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.1 kHz, 75.1 Hz
    [ 75.317] (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 75.317] (**) NOUVEAU(0): Driver mode "1024x768": 75.0 MHz (scaled from 0.0 MHz), 56.5 kHz, 70.1 Hz
    [ 75.317] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 75.317] (**) NOUVEAU(0): Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    [ 75.317] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 75.317] (**) NOUVEAU(0): Driver mode "832x624": 57.3 MHz (scaled from 0.0 MHz), 49.7 kHz, 74.6 Hz
    [ 75.317] (II) NOUVEAU(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 75.317] (**) NOUVEAU(0): Driver mode "800x600": 50.0 MHz (scaled from 0.0 MHz), 48.1 kHz, 72.2 Hz
    [ 75.318] (II) NOUVEAU(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 75.318] (**) NOUVEAU(0): Driver mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
    [ 75.318] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 75.318] (**) NOUVEAU(0): Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
    [ 75.318] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 75.318] (**) NOUVEAU(0): Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
    [ 75.318] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 75.318] (**) NOUVEAU(0): Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 72.8 Hz
    [ 75.318] (II) NOUVEAU(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    [ 75.318] (**) NOUVEAU(0): Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
    [ 75.318] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 75.318] (**) NOUVEAU(0): Driver mode "640x480": 30.2 MHz (scaled from 0.0 MHz), 35.0 kHz, 66.7 Hz
    [ 75.318] (II) NOUVEAU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 75.318] (**) NOUVEAU(0): Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
    [ 75.318] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 75.318] (**) NOUVEAU(0): Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
    [ 75.318] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 75.318] (==) NOUVEAU(0): DPI set to (96, 96)
    [ 75.318] (II) Loading sub module "fb"
    [ 75.318] (II) LoadModule: "fb"
    [ 75.318] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 75.469] (II) Module fb: vendor="X.Org Foundation"
    [ 75.469] compiled for 1.14.1, module version = 1.0.0
    [ 75.469] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 75.469] (II) Loading sub module "exa"
    [ 75.469] (II) LoadModule: "exa"
    [ 75.469] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 75.493] (II) Module exa: vendor="X.Org Foundation"
    [ 75.493] compiled for 1.14.1, module version = 2.6.0
    [ 75.493] ABI class: X.Org Video Driver, version 14.1
    [ 75.493] (II) Loading sub module "shadowfb"
    [ 75.493] (II) LoadModule: "shadowfb"
    [ 75.493] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
    [ 75.507] (II) Module shadowfb: vendor="X.Org Foundation"
    [ 75.507] compiled for 1.14.1, module version = 1.0.0
    [ 75.507] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 75.507] (II) UnloadModule: "nv"
    [ 75.507] (II) Unloading nv
    [ 75.507] (II) UnloadModule: "vesa"
    [ 75.507] (II) Unloading vesa
    [ 75.507] (II) UnloadModule: "modesetting"
    [ 75.507] (II) Unloading modesetting
    [ 75.507] (II) UnloadModule: "fbdev"
    [ 75.507] (II) Unloading fbdev
    [ 75.507] (II) UnloadSubModule: "fbdevhw"
    [ 75.507] (II) Unloading fbdevhw
    [ 75.508] (--) Depth 24 pixmap format is 32 bpp
    [ 75.508] (II) NOUVEAU(0): Opened GPU channel 0
    [ 75.528] (II) NOUVEAU(0): [DRI2] Setup co

    Back to Nouveau, I tried "xinit gnome-session" which briefly showed the gnome desktop with colors off & barely working, and ultimately crashed with all kinds of errors.
    /var/log/Xorg.0.log looks like the following:
    [ 496.087]
    X.Org X Server 1.14.1
    Release Date: 2013-04-17
    [ 496.088] X Protocol Version 11, Revision 0
    [ 496.089] Build Operating System: Linux 3.8.7-1-ARCH i686
    [ 496.089] Current Operating System: Linux localhost 3.9.6-1-ARCH #1 SMP PREEMPT Fri Jun 14 10:56:28 CEST 2013 i686
    [ 496.089] Kernel command line: root=/dev/sda3 ro initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
    [ 496.090] Build Date: 17 April 2013 02:43:06PM
    [ 496.091]
    [ 496.091] Current version of pixman: 0.30.0
    [ 496.092] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 496.092] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 496.094] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jun 21 13:39:56 2013
    [ 496.095] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 496.095] (==) No Layout section. Using the first Screen section.
    [ 496.095] (==) No screen section available. Using defaults.
    [ 496.095] (**) |-->Screen "Default Screen Section" (0)
    [ 496.095] (**) | |-->Monitor "<default monitor>"
    [ 496.096] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 496.096] (==) Automatically adding devices
    [ 496.096] (==) Automatically enabling devices
    [ 496.096] (==) Automatically adding GPU devices
    [ 496.096] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 496.096] Entry deleted from font path.
    [ 496.096] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 496.096] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 496.096] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 496.096] (II) Loader magic: 0x8258620
    [ 496.096] (II) Module ABI versions:
    [ 496.096] X.Org ANSI C Emulation: 0.4
    [ 496.096] X.Org Video Driver: 14.1
    [ 496.096] X.Org XInput driver : 19.1
    [ 496.096] X.Org Server Extension : 7.0
    [ 496.096] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 496.099] (--) PCI:*(0:1:0:0) 10de:00fd:10de:0215 rev 162, Mem @ 0xdd000000/16777216, 0xc0000000/268435456, 0xde000000/16777216, BIOS @ 0x????????/131072
    [ 496.099] Initializing built-in extension Generic Event Extension
    [ 496.100] Initializing built-in extension SHAPE
    [ 496.100] Initializing built-in extension MIT-SHM
    [ 496.101] Initializing built-in extension XInputExtension
    [ 496.101] Initializing built-in extension XTEST
    [ 496.102] Initializing built-in extension BIG-REQUESTS
    [ 496.102] Initializing built-in extension SYNC
    [ 496.103] Initializing built-in extension XKEYBOARD
    [ 496.103] Initializing built-in extension XC-MISC
    [ 496.104] Initializing built-in extension SECURITY
    [ 496.104] Initializing built-in extension XINERAMA
    [ 496.104] Initializing built-in extension XFIXES
    [ 496.105] Initializing built-in extension RENDER
    [ 496.105] Initializing built-in extension RANDR
    [ 496.106] Initializing built-in extension COMPOSITE
    [ 496.106] Initializing built-in extension DAMAGE
    [ 496.107] Initializing built-in extension MIT-SCREEN-SAVER
    [ 496.107] Initializing built-in extension DOUBLE-BUFFER
    [ 496.108] Initializing built-in extension RECORD
    [ 496.108] Initializing built-in extension DPMS
    [ 496.109] Initializing built-in extension X-Resource
    [ 496.109] Initializing built-in extension XVideo
    [ 496.109] Initializing built-in extension XVideo-MotionCompensation
    [ 496.110] Initializing built-in extension XFree86-VidModeExtension
    [ 496.110] Initializing built-in extension XFree86-DGA
    [ 496.111] Initializing built-in extension XFree86-DRI
    [ 496.111] Initializing built-in extension DRI2
    [ 496.111] (II) LoadModule: "glx"
    [ 496.112] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 496.112] (II) Module glx: vendor="X.Org Foundation"
    [ 496.112] compiled for 1.14.1, module version = 1.0.0
    [ 496.112] ABI class: X.Org Server Extension, version 7.0
    [ 496.112] (==) AIGLX enabled
    [ 496.112] Loading extension GLX
    [ 496.112] (==) Matched nouveau as autoconfigured driver 0
    [ 496.112] (==) Matched nvidia as autoconfigured driver 1
    [ 496.112] (==) Matched nv as autoconfigured driver 2
    [ 496.112] (==) Matched nouveau as autoconfigured driver 3
    [ 496.112] (==) Matched nvidia as autoconfigured driver 4
    [ 496.112] (==) Matched nv as autoconfigured driver 5
    [ 496.113] (==) Matched vesa as autoconfigured driver 6
    [ 496.113] (==) Matched modesetting as autoconfigured driver 7
    [ 496.113] (==) Matched fbdev as autoconfigured driver 8
    [ 496.113] (==) Assigned the driver to the xf86ConfigLayout
    [ 496.113] (II) LoadModule: "nouveau"
    [ 496.113] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 496.113] (II) Module nouveau: vendor="X.Org Foundation"
    [ 496.113] compiled for 1.14.1, module version = 1.0.8
    [ 496.113] Module class: X.Org Video Driver
    [ 496.113] ABI class: X.Org Video Driver, version 14.1
    [ 496.113] (II) LoadModule: "nvidia"
    [ 496.114] (WW) Warning, couldn't open module nvidia
    [ 496.114] (II) UnloadModule: "nvidia"
    [ 496.114] (II) Unloading nvidia
    [ 496.114] (EE) Failed to load module "nvidia" (module does not exist, 0)
    [ 496.114] (II) LoadModule: "nv"
    [ 496.115] (II) Loading /usr/lib/xorg/modules/drivers/nv_drv.so
    [ 496.115] (II) Module nv: vendor="X.Org Foundation"
    [ 496.115] compiled for 1.14.0, module version = 2.1.20
    [ 496.115] Module class: X.Org Video Driver
    [ 496.115] ABI class: X.Org Video Driver, version 14.1
    [ 496.115] (II) LoadModule: "vesa"
    [ 496.115] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 496.115] (II) Module vesa: vendor="X.Org Foundation"
    [ 496.115] compiled for 1.14.0, module version = 2.3.2
    [ 496.115] Module class: X.Org Video Driver
    [ 496.115] ABI class: X.Org Video Driver, version 14.1
    [ 496.115] (II) LoadModule: "modesetting"
    [ 496.116] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 496.116] (II) Module modesetting: vendor="X.Org Foundation"
    [ 496.116] compiled for 1.14.1, module version = 0.8.0
    [ 496.116] Module class: X.Org Video Driver
    [ 496.116] ABI class: X.Org Video Driver, version 14.1
    [ 496.116] (II) LoadModule: "fbdev"
    [ 496.116] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 496.116] (II) Module fbdev: vendor="X.Org Foundation"
    [ 496.116] compiled for 1.14.0, module version = 0.4.3
    [ 496.116] Module class: X.Org Video Driver
    [ 496.116] ABI class: X.Org Video Driver, version 14.1
    [ 496.117] (II) NOUVEAU driver
    [ 496.117] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 496.117] RIVA TNT (NV04)
    [ 496.117] RIVA TNT2 (NV05)
    [ 496.117] GeForce 256 (NV10)
    [ 496.117] GeForce 2 (NV11, NV15)
    [ 496.117] GeForce 4MX (NV17, NV18)
    [ 496.117] GeForce 3 (NV20)
    [ 496.117] GeForce 4Ti (NV25, NV28)
    [ 496.117] GeForce FX (NV3x)
    [ 496.117] GeForce 6 (NV4x)
    [ 496.117] GeForce 7 (G7x)
    [ 496.117] GeForce 8 (G8x)
    [ 496.117] GeForce GTX 200 (NVA0)
    [ 496.117] GeForce GTX 400 (NVC0)
    [ 496.117] (II) NOUVEAU driver
    [ 496.117] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 496.117] RIVA TNT (NV04)
    [ 496.118] RIVA TNT2 (NV05)
    [ 496.118] GeForce 256 (NV10)
    [ 496.118] GeForce 2 (NV11, NV15)
    [ 496.118] GeForce 4MX (NV17, NV18)
    [ 496.118] GeForce 3 (NV20)
    [ 496.118] GeForce 4Ti (NV25, NV28)
    [ 496.118] GeForce FX (NV3x)
    [ 496.118] GeForce 6 (NV4x)
    [ 496.118] GeForce 7 (G7x)
    [ 496.118] GeForce 8 (G8x)
    [ 496.118] GeForce GTX 200 (NVA0)
    [ 496.118] GeForce GTX 400 (NVC0)
    [ 496.118] (II) VESA: driver for VESA chipsets: vesa
    [ 496.118] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 496.118] (II) FBDEV: driver for framebuffer: fbdev
    [ 496.119] (--) using VT number 2
    [ 496.122] (II) [drm] nouveau interface version: 1.1.0
    [ 496.122] (WW) Falling back to old probe method for vesa
    [ 496.122] (WW) Falling back to old probe method for modesetting
    [ 496.122] (WW) Falling back to old probe method for fbdev
    [ 496.122] (II) Loading sub module "fbdevhw"
    [ 496.123] (II) LoadModule: "fbdevhw"
    [ 496.123] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [ 496.123] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 496.123] compiled for 1.14.1, module version = 0.0.2
    [ 496.123] ABI class: X.Org Video Driver, version 14.1
    [ 496.123] (II) Loading sub module "dri2"
    [ 496.123] (II) LoadModule: "dri2"
    [ 496.123] (II) Module "dri2" already built-in
    [ 496.123] (--) NOUVEAU(0): Chipset: "NVIDIA NV34"
    [ 496.123] (II) NOUVEAU(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 496.123] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
    [ 496.124] (==) NOUVEAU(0): RGB weight 888
    [ 496.124] (==) NOUVEAU(0): Default visual is TrueColor
    [ 496.124] (==) NOUVEAU(0): Using HW cursor
    [ 496.124] (==) NOUVEAU(0): GLX sync to VBlank disabled.
    [ 496.124] (==) NOUVEAU(0): Page flipping enabled
    [ 496.124] (==) NOUVEAU(0): Swap limit set to 2 [Max allowed 2]
    [ 496.157] (II) NOUVEAU(0): Output DVI-I-1 has no monitor section
    [ 496.213] (II) NOUVEAU(0): Output DVI-I-2 has no monitor section
    [ 496.246] (II) NOUVEAU(0): EDID for output DVI-I-1
    [ 496.246] (II) NOUVEAU(0): Manufacturer: ACI Model: 24f3 Serial#: 158027
    [ 496.246] (II) NOUVEAU(0): Year: 2010 Week: 51
    [ 496.246] (II) NOUVEAU(0): EDID Version: 1.3
    [ 496.246] (II) NOUVEAU(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
    [ 496.246] (II) NOUVEAU(0): Sync: Separate
    [ 496.246] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 52 vert.: 29
    [ 496.246] (II) NOUVEAU(0): Gamma: 2.20
    [ 496.246] (II) NOUVEAU(0): DPMS capabilities: Off; RGB/Color Display
    [ 496.246] (II) NOUVEAU(0): First detailed timing is preferred mode
    [ 496.246] (II) NOUVEAU(0): redX: 0.644 redY: 0.332 greenX: 0.286 greenY: 0.601
    [ 496.246] (II) NOUVEAU(0): blueX: 0.152 blueY: 0.076 whiteX: 0.312 whiteY: 0.328
    [ 496.246] (II) NOUVEAU(0): Supported established timings:
    [ 496.246] (II) NOUVEAU(0): 720x400@70Hz
    [ 496.246] (II) NOUVEAU(0): 640x480@60Hz
    [ 496.246] (II) NOUVEAU(0): 640x480@67Hz
    [ 496.246] (II) NOUVEAU(0): 640x480@72Hz
    [ 496.246] (II) NOUVEAU(0): 640x480@75Hz
    [ 496.246] (II) NOUVEAU(0): 800x600@56Hz
    [ 496.246] (II) NOUVEAU(0): 800x600@60Hz
    [ 496.246] (II) NOUVEAU(0): 800x600@72Hz
    [ 496.246] (II) NOUVEAU(0): 800x600@75Hz
    [ 496.246] (II) NOUVEAU(0): 832x624@75Hz
    [ 496.246] (II) NOUVEAU(0): 1024x768@60Hz
    [ 496.246] (II) NOUVEAU(0): 1024x768@70Hz
    [ 496.246] (II) NOUVEAU(0): 1024x768@75Hz
    [ 496.246] (II) NOUVEAU(0): 1280x1024@75Hz
    [ 496.247] (II) NOUVEAU(0): Manufacturer's mask: 0
    [ 496.247] (II) NOUVEAU(0): Supported standard timings:
    [ 496.247] (II) NOUVEAU(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 496.247] (II) NOUVEAU(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 496.247] (II) NOUVEAU(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 496.247] (II) NOUVEAU(0): #3: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 496.247] (II) NOUVEAU(0): #4: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 496.247] (II) NOUVEAU(0): #5: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
    [ 496.247] (II) NOUVEAU(0): Supported detailed timing:
    [ 496.247] (II) NOUVEAU(0): clock: 148.5 MHz Image Size: 521 x 293 mm
    [ 496.247] (II) NOUVEAU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 496.247] (II) NOUVEAU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 496.247] (II) NOUVEAU(0): Serial No: ACLMTF158027
    [ 496.247] (II) NOUVEAU(0): Ranges: V min: 55 V max: 75 Hz, H min: 30 H max: 85 kHz, PixClock max 165 MHz
    [ 496.247] (II) NOUVEAU(0): Monitor name: ASUS VH242H
    [ 496.247] (II) NOUVEAU(0): EDID (in hex):
    [ 496.247] (II) NOUVEAU(0): 00ffffffffffff000469f3244b690200
    [ 496.247] (II) NOUVEAU(0): 3314010368341d782ac720a455499927
    [ 496.247] (II) NOUVEAU(0): 135054bfef00714f814081809500b300
    [ 496.247] (II) NOUVEAU(0): d1c001010101023a801871382d40582c
    [ 496.247] (II) NOUVEAU(0): 450009252100001e000000ff0041434c
    [ 496.247] (II) NOUVEAU(0): 4d54463135383032370a000000fd0037
    [ 496.247] (II) NOUVEAU(0): 4b1e5510000a202020202020000000fc
    [ 496.247] (II) NOUVEAU(0): 0041535553205648323432480a200096
    [ 496.247] (II) NOUVEAU(0): Printing probed modes for output DVI-I-1
    [ 496.247] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 496.247] (II) NOUVEAU(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    [ 496.247] (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 496.247] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 496.247] (II) NOUVEAU(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
    [ 496.247] (II) NOUVEAU(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 496.247] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 496.247] (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 496.247] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 496.247] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 496.247] (II) NOUVEAU(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 496.247] (II) NOUVEAU(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 496.248] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 496.248] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 496.248] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 496.248] (II) NOUVEAU(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    [ 496.248] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 496.248] (II) NOUVEAU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 496.248] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 496.248] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 496.303] (II) NOUVEAU(0): EDID for output DVI-I-2
    [ 496.303] (II) NOUVEAU(0): Output DVI-I-1 connected
    [ 496.303] (II) NOUVEAU(0): Output DVI-I-2 disconnected
    [ 496.303] (II) NOUVEAU(0): Using exact sizes for initial modes
    [ 496.303] (II) NOUVEAU(0): Output DVI-I-1 using initial mode 1920x1080
    [ 496.303] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 496.303] (--) NOUVEAU(0): Virtual size is 1920x1080 (pitch 0)
    [ 496.303] (**) NOUVEAU(0): Driver mode "1920x1080": 148.5 MHz (scaled from 0.0 MHz), 67.5 kHz, 60.0 Hz
    [ 496.303] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 496.303] (**) NOUVEAU(0): Driver mode "1680x1050": 146.2 MHz (scaled from 0.0 MHz), 65.3 kHz, 60.0 Hz
    [ 496.303] (II) NOUVEAU(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    [ 496.303] (**) NOUVEAU(0): Driver mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
    [ 496.303] (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 496.303] (**) NOUVEAU(0): Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
    [ 496.303] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 496.303] (**) NOUVEAU(0): Driver mode "1440x900": 106.5 MHz (scaled from 0.0 MHz), 55.9 kHz, 59.9 Hz
    [ 496.303] (II) NOUVEAU(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
    [ 496.303] (**) NOUVEAU(0): Driver mode "1280x960": 108.0 MHz (scaled from 0.0 MHz), 60.0 kHz, 60.0 Hz
    [ 496.303] (II) NOUVEAU(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 496.303] (**) NOUVEAU(0): Driver mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
    [ 496.303] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 496.303] (**) NOUVEAU(0): Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.1 kHz, 75.1 Hz
    [ 496.303] (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 496.303] (**) NOUVEAU(0): Driver mode "1024x768": 75.0 MHz (scaled from 0.0 MHz), 56.5 kHz, 70.1 Hz
    [ 496.303] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 496.304] (**) NOUVEAU(0): Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    [ 496.304] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 496.304] (**) NOUVEAU(0): Driver mode "832x624": 57.3 MHz (scaled from 0.0 MHz), 49.7 kHz, 74.6 Hz
    [ 496.304] (II) NOUVEAU(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 496.304] (**) NOUVEAU(0): Driver mode "800x600": 50.0 MHz (scaled from 0.0 MHz), 48.1 kHz, 72.2 Hz
    [ 496.304] (II) NOUVEAU(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 496.304] (**) NOUVEAU(0): Driver mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
    [ 496.304] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 496.304] (**) NOUVEAU(0): Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
    [ 496.304] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 496.304] (**) NOUVEAU(0): Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
    [ 496.304] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 496.304] (**) NOUVEAU(0): Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 72.8 Hz
    [ 496.304] (II) NOUVEAU(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    [ 496.304] (**) NOUVEAU(0): Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
    [ 496.304] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 496.304] (**) NOUVEAU(0): Driver mode "640x480": 30.2 MHz (scaled from 0.0 MHz), 35.0 kHz, 66.7 Hz
    [ 496.304] (II) NOUVEAU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 496.304] (**) NOUVEAU(0): Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
    [ 496.304] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 496.304] (**) NOUVEAU(0): Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
    [ 496.304] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 496.304] (==) NOUVEAU(0): DPI set to (96, 96)
    [ 496.304] (II) Loading sub module "fb"
    [ 496.304] (II) LoadModule: "fb"
    [ 496.304] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 496.305] (II) Module fb: vendor="X.Org Foundation"
    [ 496.305] compiled for 1.14.1, module version = 1.0.0
    [ 496.305] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 496.305] (II) Loading sub module "exa"
    [ 496.305] (II) LoadModule: "exa"
    [ 496.305] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 496.305] (II) Module exa: vendor="X.Org Foundation"
    [ 496.305] compiled for 1.14.1, module version = 2.6.0
    [ 496.305] ABI class: X.Org Video Driver, version 14.1
    [ 496.305] (II) Loading sub module "shadowfb"
    [ 496.305] (II) LoadModule: "shadowfb"
    [ 496.305] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
    [ 496.305] (II) Module shadowfb: vendor="X.Org Foundation"
    [ 496.305] compiled for 1.14.1, module version = 1.0.0
    [ 496.306] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 496.306] (II) UnloadModule: "nv"
    [ 496.306] (II) Unloading nv
    [ 496.306] (II) UnloadModule: "vesa"
    [ 496.306] (II) Unloading vesa
    [ 496.306] (II) UnloadModule: "modesetting"
    [ 496.306] (II) Unloading modesetting
    [ 496.306] (II) UnloadModule: "fbdev"
    [ 496.306] (II) Unloading fbdev
    [ 496.306] (II) UnloadSubModule: "fbdevhw"
    [ 496.306] (II) Unloading fbdevhw
    [ 496.306] (--) Depth 24 pixmap format is 32 bpp
    [ 496.306] (II) NOUVEAU(0): Opened GPU channel 0
    [ 496.308] (II) NOUVEAU(0): [DRI2] Setup complete
    [ 496.308] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau
    [ 496.308] (II) NOUVEAU(0): [DRI2] VDPAU driver: nouveau
    [ 496.308] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 496.308] (II) EXA(0): Driver registered support for the following operations:
    [ 496.308] (II) Solid
    [ 496.308] (II) Copy
    [ 496.308] (II) Composite (RENDER acceleration)
    [ 496.308] (II) UploadToScreen
    [ 496.308] (II) DownloadFromScreen
    [ 496.308] (==) NOUVEAU(0): Backing store disabled
    [ 496.308] (==) NOUVEAU(0): Silken mouse enabled
    [ 496.308] (II) NOUVEAU(0): [XvMC] Associated with NV30 texture adapter.
    [ 496.308] (II) NOUVEAU(0): [XvMC] Extension initialized.
    [ 496.308] (==) NOUVEAU(0): DPMS enabled
    [ 496.308] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 496.309] (--) RandR disabled
    [ 496.346] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 496.346] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 496.346] (II) AIGLX: enabled GLX_ARB_create_context
    [ 496.346] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 496.346] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 496.346] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 496.346] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 496.348] (II) AIGLX: Loaded and initialized nouveau
    [ 496.348] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 496.388] (II) NOUVEAU(0): NVEnterVT is called.
    [ 496.409] (II) NOUVEAU(0): Setting screen physical size to 507 x 285
    [ 496.409] resize called 1920 1080
    [ 496.551] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 496.551] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 496.551] (II) LoadModule: "evdev"
    [ 496.552] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 496.552] (II) Module evdev: vendor="X.Org Foundation"
    [ 496.552] compiled for 1.14.0, module version = 2.8.0
    [ 496.552] Module class: X.Org XInput Driver
    [ 496.552] ABI class: X.Org XInput driver, version 19.1
    [ 496.552] (II) Using input driver 'evdev' for 'Power Button'
    [ 496.552] (**) Power Button: always reports core events
    [ 496.552] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 496.552] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 496.552] (--) evdev: Power Button: Found keys
    [ 496.552] (II) evdev: Power Button: Configuring as keyboard
    [ 496.552] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
    [ 496.552] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 496.552] (**) Option "xkb_rules" "evdev"
    [ 496.552] (**) Option "xkb_model" "evdev"
    [ 496.552] (**) Option "xkb_layout" "us"
    [ 496.586] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 496.586] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 496.587] (II) Using input driver 'evdev' for 'Power Button'
    [ 496.587] (**) Power Button: always reports core events
    [ 496.587] (**) evdev: Power Button: Device: "/dev/input/event1"
    [ 496.587] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 496.587] (--) evdev: Power Button: Found keys
    [ 496.587] (II) evdev: Power Button: Configuring as keyboard
    [ 496.587] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
    [ 496.587] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 496.587] (**) Option "xkb_rules" "evdev"
    [ 496.587] (**) Option "xkb_model" "evdev"
    [ 496.587] (**) Option "xkb_layout" "us"
    [ 496.587] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 496.588] (II) config/udev: Adding input device Microsoft Basic Optical Mouse (/dev/input/event4)
    [ 496.588] (**) Microsoft Basic Optical Mouse: Applying InputClass "evdev pointer catchall"
    [ 496.588] (II) Using input driver 'evdev' for 'Microsoft Basic Optical Mouse'
    [ 496.588] (**) Microsoft Basic Optical Mouse: always reports core events
    [ 496.588] (**) evdev: Microsoft Basic Optical Mouse: Device: "/dev/input/event4"
    [ 496.588] (--) evdev: Microsoft Basic Optical Mouse: Vendor 0x45e Product 0x84
    [ 496.588] (--) evdev: Microsoft Basic Optical Mouse: Found 3 mouse buttons
    [ 496.588] (--) evdev: Microsoft Basic Optical Mouse: Found scroll wheel(s)
    [ 496.588] (--) evdev: Microsoft Basic Optical Mouse: Found relative axes
    [ 496.588] (--) evdev: Microsoft Basic Optical Mouse: Found x and y relative axes
    [ 496.588] (II) evdev: Microsoft Basic Optical Mouse: Configuring as mouse
    [ 496.588] (II) evdev: Microsoft Basic Optical Mouse: Adding scrollwheel support
    [ 496.588] (**) evdev: Microsoft Basic Optical Mouse: YAxisMapping: buttons 4 and 5
    [ 496.589] (**) evdev: Microsoft Basic Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 496.589] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb2/2-1/2-1:1.0/input/input4/event4"
    [ 496.589] (II) XINPUT: Adding extended input device "Microsoft Basic Optical Mouse" (type: MOUSE, id 8)
    [ 496.589] (II) evdev: Microsoft Basic Optical Mouse: initialized for relative axes.
    [ 496.589] (**) Microsoft Basic Optical Mouse: (accel) keeping acceleration scheme 1
    [ 496.589] (**) Microsoft Basic Optical Mouse: (accel) acceleration profile 0
    [ 496.589] (**) Microsoft Basic Optical Mouse: (accel) acceleration factor: 2.000
    [ 496.589] (**) Microsoft Basic Optical Mouse: (accel) acceleration threshold: 4
    [ 496.589] (II) config/udev: Adding input device Microsoft Basic Optical Mouse (/dev/input/mouse0)
    [ 496.590] (II) No input driver specified, ignoring this device.
    [ 496.590] (II) This device may have been added with another device file.
    [ 496.590] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 496.590] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 496.590] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 496.590] (**) AT Translated Set 2 keyboard: always reports core events
    [ 496.590] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 496.590] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 496.590] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 496.590] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 496.590] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 496.590] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
    [ 496.590] (**) Option "xkb_rules" "evdev"
    [ 496.590] (**) Option "xkb_model" "evdev"
    [ 496.590] (**) Option "xkb_layout" "us"
    [ 496.591] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
    [ 496.591] (II) No input driver specified, ignoring this device.
    [ 496.591] (II) This device may have been added with another device file.
    [ 497.115] (II) NOUVEAU(0): EDID vendor "ACI", prod id 9459
    [ 497.115] (II) NOUVEAU(0): Using EDID range info for horizontal sync
    [ 497.115] (II) NOUVEAU(0): Using EDID range info for vertical refresh
    [ 497.115] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 497.115] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 497.115] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 497.115] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 497.115] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 497.115] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 497.115] (II) NOUVEAU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 497.115] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 497.115] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 497.115] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 497.115] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 497.115] (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 497.115] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 497.115] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 497.115] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 497.115] (II) NOUVEAU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 497.115] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 497.115] (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 497.115] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 497.115] (II) NOUVEAU(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
    [ 497.115] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    [ 497.115] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
    [ 497.324] resize called 1920 1080
    [ 497.557] (II) NOUVEAU(0): EDID vendor "ACI", prod id 9459
    [ 497.557] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 497.557] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 497.557] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 497.557] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 497.558] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 497.558] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 497.558] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 497.558] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 497.558] (II) NOUVEAU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 497.558] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 497.558] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 497.558] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 497.558] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 497.558] (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 497.558] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 497.558] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 497.558] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 497.558] (II) NOUVEAU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 497.558] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 497.558] (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 497.558] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 497.558] (II) NOUVEAU(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
    [ 497.558] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    [ 497.558] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
    [ 498.152] (II) NOUVEAU(0): EDID vendor "ACI", prod id 9459
    [ 498.153] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 498.153] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 498.153] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 498.153] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 498.153] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 498.153] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 498.153] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 498.153] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 498.153] (II) NOUVEAU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 498.153] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 498.153] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 498.153] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 498.153] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 498.153] (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 498.153] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 498.153] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 498.153] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 498.153] (II) NOUVEAU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 498.153] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 498.153] (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 498.153] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 498.153] (II) NOUVEAU(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
    [ 498.153] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    [ 498.153] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
    [ 520.388] (II) NOUVEAU(0): EDID vendor "ACI", prod id 9459
    [ 520.388] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 520.388] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 520.388] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 520.388] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 520.388] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 520.388] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 520.388] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 520.388] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 520.389] (II) NOUVEAU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 520.389] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 520.389] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 520.389] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 520.389] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 520.389] (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 520.389] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 520.389] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 520.389] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 520.389] (II) NOUVEAU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 520.389] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 520.389] (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 520.389] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 520.389] (II) NOUVEAU(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
    [ 520.389] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    [ 520.389] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
    [ 528.897] (EE)
    [ 528.897] (EE) Backtrace:
    [ 528.897] (EE) 0: X (xorg_backtrace+0x49) [0x81d7ae9]
    [ 528.897] (EE) 1: X (0x8048000+0x193854) [0x81db854]
    [ 528.897] (EE) 2: linux-gate.so.1 (__kernel_rt_sigreturn+0x0) [0xb77cd40c]
    [ 528.897] (EE) 3: /usr/lib/libc.so.6 (0xb73ef000+0x7cbf6) [0xb746bbf6]
    [ 528.897] (EE) 4: ?? [0x9e42bc0]
    [ 528.898] (EE)
    [ 528.898] (EE) Bus error at address 0xb21c5508
    [ 528.898]
    Fatal server error:
    [ 528.898] Caught signal 7 (Bus error). Server aborting
    [ 528.898]
    [ 528.898] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 528.898] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 528.898] (EE)
    [ 528.898] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 528.898] (II) NOUVEAU(0): NVLeaveVT is called.
    [ 528.925] Server terminated with error (1). Closing log file.
    'dmesg' provides the following:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.9.6-1-ARCH (tobias@testing-i686) (gcc version 4.8.1 (GCC) ) #1 SMP PREEMPT Fri Jun 14 10:56:28 CEST 2013
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bfe8abff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bfe8ac00-0x00000000bfe8cbff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bfe8cc00-0x00000000bfe8ebff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000bfe8ec00-0x00000000bfffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fed003ff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed9ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
    [ 0.000000] Notice: NX (Execute Disable) protection missing in CPU!
    [ 0.000000] SMBIOS 2.3 present.
    [ 0.000000] DMI: Dell Inc. Precision WorkStation 370 /0M3849, BIOS A03 01/10/2005
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] e820: last_pfn = 0xbfe8a max_arch_pfn = 0x100000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-CFFFF write-protect
    [ 0.000000] D0000-EFFFF uncachable
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F80000000 write-back
    [ 0.000000] 1 base 080000000 mask FC0000000 write-back
    [ 0.000000] 2 base 0BFF00000 mask FFFF00000 uncachable
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [mem 0x000fe710-0x000fe71f] mapped at [c00fe710]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] initial memory mapped: [mem 0x00000000-0x00bfffff]
    [ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x37000000-0x373fffff]
    [ 0.000000] [mem 0x37000000-0x373fffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x30000000-0x36ffffff]
    [ 0.000000] [mem 0x30000000-0x36ffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x2fffffff]
    [ 0.000000] [mem 0x00100000-0x003fffff] page 4k
    [ 0.000000] [mem 0x00400000-0x2fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x37400000-0x377fdfff]
    [ 0.000000] [mem 0x37400000-0x377fdfff] page 4k
    [ 0.000000] BRK [0x0083e000, 0x0083efff] PGTABLE
    [ 0.000000] RAMDISK: [mem 0x7fd33000-0x7fffefff]
    [ 0.000000] Allocated new RAMDISK: [mem 0x37532000-0x377fd49c]
    [ 0.000000] Move RAMDISK from [mem 0x7fd33000-0x7fffe49c] to [mem 0x37532000-0x377fd49c]
    [ 0.000000] ACPI: RSDP 000febf0 00014 (v00 DELL )
    [ 0.000000] ACPI: RSDT 000fcc54 00040 (v01 DELL WS 370 00000007 ASL 00000061)
    [ 0.000000] ACPI: FACP 000fcc94 00074 (v01 DELL WS 370 00000007 ASL 00000061)
    [ 0.000000] ACPI: DSDT fffc7cb5 02E04 (v01 DELL dt_ex 00001000 MSFT 0100000D)
    [ 0.000000] ACPI: FACS bfe8ac00 00040
    [ 0.000000] ACPI: SSDT fffcaab9 000A7 (v01 DELL st_ex 00001000 MSFT 0100000D)
    [ 0.000000] ACPI: APIC 000fcd08 00072 (v01 DELL WS 370 00000007 ASL 00000061)
    [ 0.000000] ACPI: BOOT 000fcd7a 00028 (v01 DELL WS 370 00000007 ASL 00000061)
    [ 0.000000] ACPI: ASF! 000fcda2 00067 (v16 DELL WS 370 00000007 ASL 00000061)
    [ 0.000000] ACPI: MCFG 000fce09 0003E (v01 DELL WS 370 00000007 ASL 00000061)
    [ 0.000000] ACPI: HPET 000fce47 00038 (v01 DELL WS 370 00000007 ASL 00000061)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 2182MB HIGHMEM available.
    [ 0.000000] 887MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 377fe000
    [ 0.000000] low ram: 0 - 377fe000
    [ 0.000000] BRK [0x0083f000, 0x0083ffff] PGTABLE
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] Normal [mem 0x01000000-0x377fdfff]
    [ 0.000000] HighMem [mem 0x377fe000-0xbfe89fff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009ffff]
    [ 0.000000] node 0: [mem 0x00100000-0xbfe89fff]
    [ 0.000000] On node 0 totalpages: 785961
    [ 0.000000] free_area_init_node: node 0, pgdat c06aeb00, node_mem_map f5d32020
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3999 pages, LIFO batch:0
    [ 0.000000] Normal zone: 1744 pages used for memmap
    [ 0.000000] Normal zone: 223230 pages, LIFO batch:31
    [ 0.000000] HighMem zone: 4366 pages used for memmap
    [ 0.000000] HighMem zone: 558732 pages, LIFO batch:31
    [ 0.000000] Using APIC driver default
    [ 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[0x01] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 8, 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: 0x8086a201 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 4 CPUs, 2 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
    [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
    [ 0.000000] e820: [mem 0xc0000000-0xdfffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 14 pages/cpu @f5ce8000 s33280 r0 d24064 u57344
    [ 0.000000] pcpu-alloc: s33280 r0 d24064 u57344 alloc=14*4096
    [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 784185
    [ 0.000000] Kernel command line: root=/dev/sda3 ro initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] __ex_table already sorted, skipping sort
    [ 0.000000] Initializing CPU#0
    [ 0.000000] allocated 6288456 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Initializing HighMem for node 0 (000377fe:000bfe8a)
    [ 0.000000] Memory: 3101668k/3144232k available (4177k kernel code, 42176k reserved, 1706k data, 572k init, 2234928k highmem)
    [ 0.000000] virtual kernel memory layout:
    fixmap : 0xfff15000 - 0xfffff000 ( 936 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    .init : 0xc06bf000 - 0xc074e000 ( 572 kB)
    .data : 0xc0514594 - 0xc06bee00 (1706 kB)
    .text : 0xc0100000 - 0xc0514594 (4177 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: Genslabs=15, HWalign=128, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
    [ 0.000000] NR_IRQS:2304 nr_irqs:712 16
    [ 0.000000] CPU 0 irqstacks, hard=f5008000 soft=f500a000
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 2793.072 MHz processor
    [ 0.003336] Calibrating delay loop (skipped), value calculated using timer frequency.. 5588.90 BogoMIPS (lpj=9310240)
    [ 0.003343] pid_max: default: 32768 minimum: 301
    [ 0.003409] Security Framework initialized
    [ 0.003421] AppArmor: AppArmor disabled by boot time parameter
    [ 0.003441] Mount-cache hash table entries: 512
    [ 0.003754] Initializing cgroup subsys cpuacct
    [ 0.003760] Initializing cgroup subsys memory
    [ 0.003771] Initializing cgroup subsys devices
    [ 0.003775] Initializing cgroup subsys freezer
    [ 0.003778] Initializing cgroup subsys net_cls
    [ 0.006675] Initializing cgroup subsys blkio
    [ 0.006726] CPU: Physical Processor ID: 0
    [ 0.006730] CPU: Processor Core ID: 0
    [ 0.006734] mce: CPU supports 4 MCE banks
    [ 0.006748] CPU0: Thermal monitoring enabled (TM1)
    [ 0.006764] Last level iTLB entries: 4KB 64, 2MB 64, 4MB 64
    Last level dTLB entries: 4KB 64, 2MB 0, 4MB 64
    tlb_flushall_shift: 6
    [ 0.006892] Freeing SMP alternatives: 16k freed
    [ 0.008139] ACPI: Core revision 20130117
    [ 0.039440] ACPI: All ACPI Tables successfully acquired
    [ 0.039636] ftrace: allocating 18428 entries in 36 pages
    [ 0.046796] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.047187] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.080931] smpboot: CPU0: Intel(R) Pentium(R) 4 CPU 2.80GHz (fam: 0f, model: 04, stepping: 01)
    [ 0.083333] Performance Events: Netburst events, Netburst P4/Xeon PMU driver.
    [ 0.083333] ... version: 0
    [ 0.083333] ... bit width: 40
    [ 0.083333] ... generic registers: 18
    [ 0.083333] ... value mask: 000000ffffffffff
    [ 0.083333] ... max period: 0000007fffffffff
    [ 0.083333] ... fixed-purpose events: 0
    [ 0.083333] ... event mask: 000000000003ffff
    [ 0.110070] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.116778] CPU 1 irqstacks, hard=f50de000 soft=f50e0000
    [ 0.006666] Initializing CPU#1
    [ 0.116782] smpboot: Booting Node 0, Processors #1
    [ 0.130079] Brought up 2 CPUs
    [ 0.130090] smpboot: Total of 2 processors activated (11176.80 BogoMIPS)
    [ 0.131139] devtmpfs: initialized
    [ 0.131139] PM: Registering ACPI NVS region [mem 0xbfe8ac00-0xbfe8cbff] (8192 bytes)
    [ 0.131435] RTC time: 17:31:40, date: 06/21/13
    [ 0.131522] NET: Registered protocol family 16
    [ 0.133511] ACPI: bus type PCI registered
    [ 0.133613] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.133618] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    [ 0.133621] PCI: Using MMCONFIG for extended config space
    [ 0.133623] PCI: Using configuration type 1 for base access
    [ 0.134699] bio: create slab <bio-0> at 0
    [ 0.134699] ACPI: Added _OSI(Module Device)
    [ 0.134699] ACPI: Added _OSI(Processor Device)
    [ 0.134699] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.134699] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.134699] ACPI: EC: Look up EC in DSDT
    [ 0.151650] ACPI: Interpreter enabled
    [ 0.151683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130117/hwxface-568)
    [ 0.151703] ACPI: (supports S0 S1 S3 S4 S5)
    [ 0.151707] ACPI: Using IOAPIC for interrupt routing
    [ 0.151786] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
    [ 0.218923] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.224578] acpi PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored)
    [ 0.224585] acpi PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored)
    [ 0.224590] acpi PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
    [ 0.224594] acpi PNP0A03:00: host bridge window [mem 0xbff00000-0xdfffffff] (ignored)
    [ 0.224598] acpi PNP0A03:00: host bridge window [mem 0xf0000000-0xfebfffff] (ignored)
    [ 0.224602] PCI: root bus 00: using default resources
    [ 0.224675] PCI host bridge to bus 0000:00
    [ 0.224682] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.224686] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
    [ 0.224690] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
    [ 0.224706] pci 0000:00:00.0: [8086:2584] type 00 class 0x060000
    [ 0.224960] pci 0000:00:01.0: [8086:2585] type 01 class 0x060400
    [ 0.225024] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.225179] pci 0000:00:01.0: System wakeup disabled by ACPI
    [ 0.225280] pci 0000:00:1c.0: [8086:2660] type 01 class 0x060400
    [ 0.225370] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.225467] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [ 0.225543] pci 0000:00:1c.1: [8086:2662] type 01 class 0x060400
    [ 0.225631] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.225754] pci 0000:00:1c.1: System wakeup disabled by ACPI
    [ 0.225832] pci 0000:00:1d.0: [8086:2658] type 00 class 0x0c0300
    [ 0.225883] pci 0000:00:1d.0: reg 20: [io 0xff80-0xff9f]
    [ 0.226058] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.226124] pci 0000:00:1d.1: [8086:2659] type 00 class 0x0c0300
    [ 0.226174] pci 0000:00:1d.1: reg 20: [io 0xff60-0xff7f]
    [ 0.226348] pci 0000:00:1d.1: System wakeup disabled by ACPI
    [ 0.226419] pci 0000:00:1d.2: [8086:265a] type 00 class 0x0c0300
    [ 0.226469] pci 0000:00:1d.2: reg 20: [io 0xff40-0xff5f]
    [ 0.226741] pci 0000:00:1d.2: System wakeup disabled by ACPI
    [ 0.226812] pci 0000:00:1d.3: [8086:265b] type 00 class 0x0c0300
    [ 0.226862] pci 0000:00:1d.3: reg 20: [io 0xff20-0xff3f]
    [ 0.227041] pci 0000:00:1d.3: System wakeup disabled by ACPI
    [ 0.227119] pci 0000:00:1d.7: [8086:265c] type 00 class 0x0c0320
    [ 0.227144] pci 0000:00:1d.7: reg 10: [mem 0xffa80800-0xffa80bff]
    [ 0.227243] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.227466] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
    [ 0.227579] pci 0000:00:1e.0: System wakeup disabled by ACPI
    [ 0.227655] pci 0000:00:1e.2: [8086:266e] type 00 class 0x040100
    [ 0.227675] pci 0000:00:1e.2: reg 10: [io 0xec00-0xecff]
    [ 0.227687] pci 0000:00:1e.2: reg 14: [io 0xe8c0-0xe8ff]
    [ 0.227699] pci 0000:00:1e.2: reg 18: [mem 0xdffffa00-0xdffffbff]
    [ 0.227710] pci 0000:00:1e.2: reg 1c: [mem 0xdffff900-0xdffff9ff]
    [ 0.227763] pci 0000:00:1e.2: PME# supported from D0 D3hot D3cold
    [ 0.227980] pci 0000:00:1f.0: [8086:2640] type 00 class 0x060100
    [ 0.228072] pci 0000:00:1f.0: LPC Generic IO decode 1 PIO at 0c00-0c7f
    [ 0.228078] pci 0000:00:1f.0: LPC Generic IO decode 2 PIO at 00e0-00ef
    [ 0.228278] pci 0000:00:1f.1: [8086:266f] type 00 class 0x01018a
    [ 0.228296] pci 0000:00:1f.1: reg 10: [io 0x01f0-0x01f7]
    [ 0.228308] pci 0000:00:1f.1: reg 14: [io 0x03f4-0x03f7]
    [ 0.228320] pci 0000:00:1f.1: reg 18: [io 0x0170-0x0177]
    [ 0.228332] pci 0000:00:1f.1: reg 1c: [io 0x0374-0x0377]
    [ 0.228344] pci 0000:00:1f.1: reg 20: [io 0xffa0-0xffaf]
    [ 0.228570] pci 0000:00:1f.2: [8086:2652] type 00 class 0x010601
    [ 0.228590] pci 0000:00:1f.2: reg 10: [io 0xfe00-0xfe07]
    [ 0.228601] pci 0000:00:1f.2: reg 14: [io 0xfe10-0xfe13]
    [ 0.228612] pci 0000:00:1f.2: reg 18: [io 0xfe20-0xfe27]
    [ 0.228623] pci 0000:00:1f.2: reg 1c: [io 0xfe30-0xfe33]
    [ 0.228634] pci 0000:00:1f.2: reg 20: [io 0xfea0-0xfeaf]
    [ 0.228646] pci 0000:00:1f.2: reg 24: [mem 0xdffffc00-0xdfffffff]
    [ 0.228683] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.228902] pci 0000:00:1f.3: [8086:266a] type 00 class 0x0c0500
    [ 0.228963] pci 0000:00:1f.3: reg 20: [io 0xe8a0-0xe8bf]
    [ 0.229276] pci 0000:01:00.0: [10de:00fd] type 00 class 0x030000
    [ 0.229295] pci 0000:01:00.0: reg 10: [mem 0xdd000000-0xddffffff]
    [ 0.229308] pci 0000:01:00.0: reg 14: [mem 0xc0000000-0xcfffffff pref]
    [ 0.229321] pci 0000:01:00.0: reg 18: [mem 0xde000000-0xdeffffff]
    [ 0.229360] pci 0000:01:00.0: reg 30: [mem 0xdfe00000-0xdfe1ffff pref]
    [ 0.229463] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.229475] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.229483] pci 0000:00:01.0: bridge window [mem 0xdd000000-0xdfefffff]
    [ 0.229488] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xcfffffff pref]
    [ 0.229598] pci 0000:02:00.0: [14e4:1677] type 00 class 0x020000
    [ 0.229629] pci 0000:02:00.0: reg 10: [mem 0xdcff0000-0xdcffffff 64bit]
    [ 0.229767] pci 0000:02:00.0: PME# supported from D3hot D3cold
    [ 0.229846] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.229861] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.229870] pci 0000:00:1c.0: bridge window [mem 0xdcf00000-0xdcffffff]
    [ 0.229959] pci 0000:00:1c.1: PCI bridge to [bus 03]
    [ 0.229968] pci 0000:00:1c.1: bridge window [mem 0xdce00000-0xdcefffff]
    [ 0.230081] pci 0000:00:1e.0: PCI bridge to [bus 04] (subtractive decode)
    [ 0.230095] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode)
    [ 0.230099] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
    [ 0.230121] pci_bus 0000:00: on NUMA node 0
    [ 0.230127] acpi PNP0A03:00: ACPI _OSC support notification failed, disabling PCIe ASPM
    [ 0.230131] acpi PNP0A03:00: Unable to request _OSC control (_OSC support mask: 0x08)
    [ 0.240937] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
    [ 0.241352] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 *10 11 12 15)
    [ 0.241764] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 9 10 11 12 15)
    [ 0.242189] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
    [ 0.242601] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 7 9 10 11 12 15)
    [ 0.243014] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *9 10 11 12 15)
    [ 0.243429] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 9 10 11 12 15)
    [ 0.243842] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11 12 15)
    [ 0.244068] ACPI: Enabled 1 GPEs in block 00 to 1F
    [ 0.244081] acpi root: \_SB_.PCI0 notify handler is installed
    [ 0.244115] Found 1 acpi root devices
    [ 0.244226] ACPI: No dock devices found.
    [ 0.244287] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.244287] vgaarb: loaded
    [ 0.244287] vgaarb: bridge control possible 0000:01:00.0
    [ 0.244287] PCI: Using ACPI for IRQ routing
    [ 0.251894] PCI: pci_cache_line_size set to 64 bytes
    [ 0.251954] e820: reserve RAM buffer [mem 0xbfe8ac00-0xbfffffff]
    [ 0.252131] NetLabel: Initializing
    [ 0.252135] NetLabel: domain hash size = 128
    [ 0.252137] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.252158] NetLabel: unlabeled traffic allowed by default
    [ 0.252196] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    [ 0.252202] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [ 0.252210] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
    [ 0.263351] Switching to clocksource hpet
    [ 0.272870] pnp: PnP ACPI init
    [ 0.272904] ACPI: bus type PNP registered
    [ 0.274561] system 00:00: [io 0x0800-0x085f] has been reserved
    [ 0.274568] system 00:00: [io 0x0c00-0x0c7f] has been reserved
    [ 0.274572] system 00:00: [io 0x0860-0x08ff] has been reserved
    [ 0.274580] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.274705] pnp 00:01: [dma 4]
    [ 0.274746] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.274909] pnp 00:02: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.275043] pnp 00:03: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.275182] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.277091] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.281559] pnp 00:06: [dma 0 disabled]
    [ 0.282094] pnp 00:06: Plug and Play ACPI device, IDs PNP0401 (active)
    [ 0.284423] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.294668] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.294674] system 00:08: [mem 0x00100000-0x00ffffff] could not be reserved
    [ 0.294679] system 00:08: [mem 0x01000000-0xbfe8abff] could not be reserved
    [ 0.294684] system 00:08: [mem 0x000c0000-0x000fffff] could not be reserved
    [ 0.294688] system 00:08: [mem 0xfec00000-0xfecfffff] could not be reserved
    [ 0.294693] system 00:08: [mem 0xfee00000-0xfeefffff] has been reserved
    [ 0.294697] system 00:08: [mem 0xfed20000-0xfed9ffff] has been reserved
    [ 0.294701] system 00:08: [mem 0xffb00000-0xffbfffff] has been reserved
    [ 0.294706] system 00:08: [mem 0xffc00000-0xffffffff] has been reserved
    [ 0.294712] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.294885] system 00:09: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.294890] system 00:09: [mem 0xfeda0000-0xfedacfff] has been reserved
    [ 0.294896] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.295036] pnp 00:0a: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.295046] pnp: PnP ACPI: found 11 devices
    [ 0.295048] ACPI: bus type PNP unregistered
    [ 0.334157] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
    [ 0.334165] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    [ 0.334178] pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
    [ 0.334183] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
    [ 0.334201] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.334206] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.334210] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.334214] pci 0000:00:1c.1: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.334222] pci 0000:00:1c.0: BAR 15: assigned [mem 0xd0000000-0xd01fffff 64bit pref]
    [ 0.334227] pci 0000:00:1c.1: BAR 15: assigned [mem 0xd0200000-0xd03fffff 64bit pr

  • Switching between VTs kills Xorg and GDM restarts

    Hi,
    since yesterday I noticed some sort of severe problem of my system.  I am still trying to locate the reason why this all happens.
    My problem looks like this: Every time I switch from X to a VT everything looks fine. But once I want to switch back to X, it dies completely and GDM restarts.
    So far so bad, first I thought GDM is creating this and downgraded it to 2.22. That didn't help, so back up to date.
    But I activated its debug modus to receive this output:
    Oct 5 10:05:10 t23 acpid: client 3785[0:0] has disconnected
    Oct 5 10:05:10 t23 acpid: client connected from 3785[0:0]
    Oct 5 10:05:10 t23 acpid: 1 client rule loaded
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmWelcomeSession: child (pid:3808) done (status:1)
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmSimpleSlave: Greeter exited: 1
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): slave finished
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmWelcomeSession: De-registering session from ConsoleKit
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmWelcomeSession: Stopping D-Bus daemon
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmCommon: sending signal 15 to process -3807
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmSimpleSlave: Stopping simple_slave
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmSlave: Stopping slave
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmSlave: Disconnected from display
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmSimpleSlave: Stopping greeter
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GreeterServer: Stopping greeter server...
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmSessionDirect: Closing session
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmSessionWorkerJob: Stopping job pid:3833
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmCommon: sending signal 15 to process 3833
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmSessionWorkerJob: Waiting on process 3833
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmCommon: process (pid:3833) done (status:1)
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmSessionWorkerJob: Wait on child process failed
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmSessionWorkerJob: SessionWorkerJob died
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmSessionDirect: Disposing session
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmSessionDirect: Closing session
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmServer: Stopping server
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmCommon: sending signal 15 to process 3785
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmServer: Waiting on process 3785
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmCommon: process (pid:3785) done (signal:6)
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmServer: Server died
    Oct 5 10:05:11 t23 gdm-session-worker[3833]: DEBUG(+): GdmSessionWorker: obj_path=/org/freedesktop/DBus/Local interface=org.freedesktop.DBus.Local method=Disconnected
    Oct 5 10:05:11 t23 gdm-session-worker[3833]: DEBUG(+): GdmSessionWorker: Got disconnected from the server
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmSignalHandler: Removing handler 10: signum=11 0x80536e0
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmSlave: Stopping slave
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): GdmSignalHandler: Finalizing signal handler
    Oct 5 10:05:11 t23 gdm-simple-slave[3784]: DEBUG(+): Slave finished
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmSlaveProxy: slave (pid:3784) done (status:0)
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmDisplay: Slave exited: 0
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmDisplay: Finishing display: /org/gnome/DisplayManager/Display1
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmDisplay: Unmanaging display
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmDisplay: unmanage display
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmSlaveProxy: Killing slave
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmSlaveProxy: Disposing slave proxy
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmSlaveProxy: Killing slave
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmLocalDisplayFactory: static display status changed: 0
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmDisplay: Managing display: /org/gnome/DisplayManager/Display1
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmDisplay: manage display
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmDisplay: Preparing display: /org/gnome/DisplayManager/Display1
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmDisplay: prepare display
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmDisplayAccessFile: creating xauth directory /var/run/gdm/auth-for-gdm-XXXXXX
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmDisplayAccessFile: chowning /var/run/gdm/auth-for-gdm-XBcN2s to 120:120
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmDisplayAccessFile: creating /var/run/gdm/auth-for-gdm-XBcN2s/database
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmDisplayAccessFile: chowning /var/run/gdm/auth-for-gdm-XBcN2s/database to 120:120
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmDisplayAccessFile: chmoding /var/run/gdm/auth-for-gdm-XBcN2s to 0711
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmLocalDisplayFactory: static display status changed: 1
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmSlaveProxy: Running command: /usr/lib/gdm/gdm-simple-slave --display-id /org/gnome/DisplayManager/Display1
    Oct 5 10:05:11 t23 gdm-binary[3373]: DEBUG(+): GdmSlaveProxy: Started slave with pid 3859
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): Enabling debugging
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Adding handler 1: signum=15 0x804d1b0
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Registering for 15 signals
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Adding handler 2: signum=2 0x804d1b0
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Registering for 2 signals
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Adding handler 3: signum=4 0x804d1b0
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Registering for 4 signals
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Adding handler 4: signum=7 0x804d1b0
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Registering for 7 signals
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Adding handler 5: signum=8 0x804d1b0
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Registering for 8 signals
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Adding handler 6: signum=1 0x804d1b0
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Registering for 1 signals
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Adding handler 7: signum=11 0x804d1b0
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Registering for 11 signals
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Adding handler 8: signum=6 0x804d1b0
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Registering for 6 signals
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Adding handler 9: signum=10 0x804d1b0
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Registering for 10 signals
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Adding handler 10: signum=12 0x804d1b0
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Registering for 12 signals
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: Registering /org/gnome/DisplayManager/Slave1
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: starting slave
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: Starting slave
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: Creating proxy for /org/gnome/DisplayManager/Display1
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: Got display ID: /org/gnome/DisplayManager/Display1
    Oct 5 10:05:12 t23 gdm-binary[3373]: DEBUG(+): GdmDisplay: Setting slave bus name::1.50 on display :0
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Adding handler 11: signum=10 0x80536e0
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmServer: Starting X server process: /usr/bin/Xorg :0 -br -verbose -auth /var/run/gdm/auth-for-gdm-XBcN2s/database -nolisten tcp vt9
    Oct 5 10:05:12 t23 gdm-simple-slave[3860]: DEBUG(+): GdmServer: Opening logfile for server /var/log/gdm/:0.log
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmServer: Started X server process 3860 - waiting for READY
    Oct 5 10:05:12 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSimpleSlave: Started X server
    Oct 5 10:05:12 t23 acpid: client 3785[0:0] has disconnected
    Oct 5 10:05:12 t23 acpid: client connected from 3860[0:0]
    Oct 5 10:05:12 t23 acpid: 1 client rule loaded
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: handling signal 10
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Found 2 callbacks
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: running 10 handler: 0x80536e0
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: running 10 handler: 0x804d1b0
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): Got callback for signal 10
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): Got USR1 signal
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSignalHandler: Done handling signals
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmServer: Got USR1 from X server - emitting READY
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: Server is ready - opening display :0
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: Connected to display :0
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: Requesting timed login details
    Oct 5 10:05:14 t23 gdm-binary[3373]: DEBUG(+): GdmSlave: Got timed login details for display :0: 0 '(null)' 0
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: Got timed login details: 0 0
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSimpleSlave: Running greeter
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSimpleSlave: Creating greeter for :0
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmServer: Running helper /usr/lib/ConsoleKit/ck-get-x11-display-device --display :0
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmServer: Got tty: '/dev/tty9'
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: Trying script /etc/gdm/Init/:0
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: script /etc/gdm/Init/:0 not found; skipping
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: Trying script /etc/gdm/Init/Default
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: Running process: /etc/gdm/Init/Default
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: script environment: XAUTHORITY=/var/run/gdm/auth-for-gdm-XBcN2s/database
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: script environment: X_SERVERS=/var/gdm/:0.Xservers
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: script environment: LOGNAME=gdm
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: script environment: PWD=/var/lib/gdm
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: script environment: HOME=/var/lib/gdm
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: script environment: DISPLAY=:0
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: script environment: PATH=/usr/local/bin:/usr/bin:/bin
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: script environment: SHELL=/sbin/nologin
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: script environment: RUNNING_UNDER_GDM=true
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: script environment: USER=gdm
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: script environment: USERNAME=gdm
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: Process exit status: 0
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GreeterServer: Creating D-Bus server for greeter
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GreeterServer: D-Bus server listening on unix:abstract=/tmp/gdm-greeter-LPWxSRoX,guid=6a268b231fa1c460f956c0f500000198
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSimpleSlave: Creating greeter on :0 /dev/tty9
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: Starting welcome...
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: Running welcome_session process: /usr/bin/gnome-session --autostart=/usr/share/gdm/autostart/LoginWindow/
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: Registering session with ConsoleKit
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: Opening ConsoleKit session for user:120 x11-display:':0' x11-display-device:'/dev/tty9' remote-host-name:'' is-local:1
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: Starting D-Bus daemon
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): Cannot access '/etc/sysconfig/i18n'
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: WINDOWPATH=9
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: DISPLAY=:0
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: XAUTHORITY=/var/run/gdm/auth-for-gdm-XBcN2s/database
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: LOGNAME=gdm
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: GDM_VERSION=2.32.0
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: HOME=/var/lib/gdm
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: LANG=en_GB.utf8
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/lib/perl5/core_perl/bin
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: PWD=/var/lib/gdm
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: SHELL=/sbin/nologin
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: GVFS_DISABLE_FUSE=1
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: RUNNING_UNDER_GDM=true
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: USER=gdm
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: USERNAME=gdm
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: XDG_SESSION_COOKIE=55a05d047ffc8a00c35d0e0047eda69e-1286269514.940105-1594411165
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: GDM_GREETER_DBUS_ADDRESS=unix:abstract=/tmp/gdm-greeter-LPWxSRoX,guid=6a268b231fa1c460f956c0f500000198
    Oct 5 10:05:14 t23 gdm-simple-slave[3878]: DEBUG(+): GdmWelcomeSession: Setting up run time dir /var/run/gdm/greeter
    Oct 5 10:05:14 t23 gdm-simple-slave[3878]: DEBUG(+): GdmWelcomeSession: Changing (uid:gid) for child process to (120:120)
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: Started D-Bus daemon on pid 3882
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): Cannot access '/etc/sysconfig/i18n'
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: GDM_SEAT_ID=Seat1
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: WINDOWPATH=9
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: DISPLAY=:0
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: XAUTHORITY=/var/run/gdm/auth-for-gdm-XBcN2s/database
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: LOGNAME=gdm
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: GDM_VERSION=2.32.0
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: HOME=/var/lib/gdm
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: LANG=en_GB.utf8
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/lib/perl5/core_perl/bin
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: PWD=/var/lib/gdm
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: SHELL=/sbin/nologin
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: GVFS_DISABLE_FUSE=1
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-ZckquHbw5o,guid=bb2af808d623ae703f9916fa00000198
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: GCONF_DEFAULT_SOURCE_PATH=/etc/gconf/2/path
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: RUNNING_UNDER_GDM=true
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: USER=gdm
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: USERNAME=gdm
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: XDG_SESSION_COOKIE=55a05d047ffc8a00c35d0e0047eda69e-1286269514.940105-1594411165
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: welcome environment: GDM_GREETER_DBUS_ADDRESS=unix:abstract=/tmp/gdm-greeter-LPWxSRoX,guid=6a268b231fa1c460f956c0f500000198
    Oct 5 10:05:14 t23 gdm-simple-slave[3883]: DEBUG(+): GdmWelcomeSession: Setting up run time dir /var/run/gdm/greeter
    Oct 5 10:05:14 t23 gdm-simple-slave[3883]: DEBUG(+): GdmWelcomeSession: Changing (uid:gid) for child process to (120:120)
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmWelcomeSession: WelcomeSession on pid 3883
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSimpleSlave: Creating new session
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSessionDirect: Creating D-Bus server for session
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSessionDirect: D-Bus server listening on unix:abstract=/tmp/gdm-session-UgKEyrlf,guid=3f8d34c80542f206f87332a000000198
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSessionDirect: Setting display device: /dev/tty9
    Oct 5 10:05:14 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSessionDirect: Registering /org/gnome/DisplayManager/Session1
    Oct 5 10:05:15 t23 gnome-session[3883]: Bonobo-WARNING: Bonobo must be initialized before use
    Oct 5 10:05:15 t23 gdm-simple-greeter[3905]: DEBUG(+): Enabling debugging
    Oct 5 10:05:16 t23 gdm-simple-slave[3859]: DEBUG(+): GreeterServer: Handing new connection
    Oct 5 10:05:16 t23 gdm-simple-slave[3859]: DEBUG(+): GreeterServer: greeter connection is 0x9699308
    Oct 5 10:05:16 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSimpleSlave: Greeter connected
    Oct 5 10:05:16 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSessionDirect: Starting conversation
    Oct 5 10:05:16 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSessionWorkerJob: Starting worker...
    Oct 5 10:05:16 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSessionWorkerJob: Running session_worker_job process: /usr/lib/gdm/gdm-session-worker
    Oct 5 10:05:16 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSessionWorkerJob: : SessionWorkerJob on pid 3908
    Oct 5 10:05:16 t23 gdm-simple-slave[3859]: DEBUG(+): GreeterServer: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=GetDisplayId
    Oct 5 10:05:16 t23 gdm-simple-slave[3859]: DEBUG(+): greeter_server_message_handler: destination=(null) obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=GetDisplayId
    Oct 5 10:05:16 t23 gdm-session-worker[3908]: DEBUG(+): Enabling debugging
    Oct 5 10:05:16 t23 gdm-session-worker[3908]: DEBUG(+): GdmSessionWorker: connecting to address: unix:abstract=/tmp/gdm-session-UgKEyrlf,guid=3f8d34c80542f206f87332a000000198
    Oct 5 10:05:16 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSessionDirect: Handing new connection
    Oct 5 10:05:16 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSessionDirect: worker connection is 0x969ac90
    Oct 5 10:05:16 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSessionDirect: Emitting conversation-started signal
    Oct 5 10:05:16 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSimpleSlave: session conversation started
    Oct 5 10:05:16 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: Requesting timed login details
    Oct 5 10:05:16 t23 gdm-session-worker[3908]: DEBUG(+): GdmSignalHandler: Adding handler 1: signum=15 0x804ba60
    Oct 5 10:05:16 t23 gdm-session-worker[3908]: DEBUG(+): GdmSignalHandler: Registering for 15 signals
    Oct 5 10:05:16 t23 gdm-session-worker[3908]: DEBUG(+): GdmSignalHandler: Adding handler 2: signum=2 0x804ba60
    Oct 5 10:05:16 t23 gdm-session-worker[3908]: DEBUG(+): GdmSignalHandler: Registering for 2 signals
    Oct 5 10:05:16 t23 gdm-session-worker[3908]: DEBUG(+): GdmSignalHandler: Adding handler 3: signum=4 0x804ba60
    Oct 5 10:05:16 t23 gdm-session-worker[3908]: DEBUG(+): GdmSignalHandler: Registering for 4 signals
    Oct 5 10:05:16 t23 gdm-session-worker[3908]: DEBUG(+): GdmSignalHandler: Adding handler 4: signum=7 0x804ba60
    Oct 5 10:05:16 t23 gdm-session-worker[3908]: DEBUG(+): GdmSignalHandler: Registering for 7 signals
    Oct 5 10:05:16 t23 gdm-session-worker[3908]: DEBUG(+): GdmSignalHandler: Adding handler 5: signum=8 0x804ba60
    Oct 5 10:05:16 t23 gdm-session-worker[3908]: DEBUG(+): GdmSignalHandler: Registering for 8 signals
    Oct 5 10:05:16 t23 gdm-session-worker[3908]: DEBUG(+): GdmSignalHandler: Adding handler 6: signum=1 0x804ba60
    Oct 5 10:05:16 t23 gdm-session-worker[3908]: DEBUG(+): GdmSignalHandler: Registering for 1 signals
    Oct 5 10:05:16 t23 gdm-session-worker[3908]: DEBUG(+): GdmSignalHandler: Adding handler 7: signum=11 0x804ba60
    Oct 5 10:05:16 t23 gdm-session-worker[3908]: DEBUG(+): GdmSignalHandler: Registering for 11 signals
    Oct 5 10:05:16 t23 gdm-session-worker[3908]: DEBUG(+): GdmSignalHandler: Adding handler 8: signum=6 0x804ba60
    Oct 5 10:05:16 t23 gdm-session-worker[3908]: DEBUG(+): GdmSignalHandler: Registering for 6 signals
    Oct 5 10:05:16 t23 gdm-session-worker[3908]: DEBUG(+): GdmSignalHandler: Adding handler 9: signum=10 0x804ba60
    Oct 5 10:05:16 t23 gdm-session-worker[3908]: DEBUG(+): GdmSignalHandler: Registering for 10 signals
    Oct 5 10:05:16 t23 gdm-binary[3373]: DEBUG(+): GdmSlave: Got timed login details for display :0: 0 '(null)' 0
    Oct 5 10:05:16 t23 gdm-simple-slave[3859]: DEBUG(+): GdmSlave: Got timed login details: 0 0
    Oct 5 10:05:16 t23 gdm-simple-slave[3859]: DEBUG(+): Invalid NULL username for auto/timed login
    Once I switch back, GDM reloads and I get the same output with GDM stating nothing why this happened.
    I looked through all log files without finding anything obvious. My problem is, that I am not sure if it is GDM doing this or some buggy configuration of a programme doing rubbish...
    Some helpful advice will be nice.
    Regards,
    Simon

    Problem solved temporarily:
    I downgraded all X.org packages related to the recent update for xorg-server 1.9. Since then GDM doesn't seam to crash. Otherwise I noted that 1.9 is not much of a matured release yet. I read many instability issues here.
    Btw, would a mod like to move this thread to update issues? This thread will better fit in that section.
    Thanks
    Last edited by ss2 (2010-10-07 14:40:32)

  • [SOLVED] - [Gnome 3] GDM error dialog "failed to start session GNOME"

    Hi,
    Just installed Gnome 3 from testing.
    First boot crashed, but that was a missing library for splashy, so removed splash from my grub boot line.
    Now the system boots to GDM. I can start my Xfce session without any issues, but if I select Gnome, I get a dialog "Failed to start session GNOME".
    Following is my GDM greeter log:
    gnome-session[2208]: WARNING: Failed to start app: Unable to start application: Failed to execute child process "/usr/lib/at-spi/at-spi-registryd" (No such file or directory)
    (gnome-settings-daemon:2215): Gtk-WARNING **: gtk_window_set_wmclass: shouldn't set wmclass after window is realized!
    ** (process:2228): DEBUG: Greeter session pid=2228 display=:0 xauthority=/var/run/gdm/auth-for-gdm-RuDxNi/database
    gnome-settings-daemon: xcb_io.c:140: dequeue_pending_request: Assertion `req == dpy->xcb->pending_requests' failed.
    Failed to play sound: File or data not found
    gnome-session[2208]: WARNING: Application 'gnome-settings-daemon.desktop' killed by signal
    (polkit-gnome-authentication-agent-1:2229): Gdk-WARNING **: gdk_xsettings_watch_cb(): Couldn't find window to unwatch
    (gnome-power-manager:2226): Gdk-WARNING **: gdk_xsettings_watch_cb(): Couldn't find window to unwatch
    (gnome-settings-daemon:2234): Gtk-WARNING **: gtk_window_set_wmclass: shouldn't set wmclass after window is realized!
    gdm-simple-greeter[2228]: Gtk-WARNING: gtkwidget.c:6778: widget not within a GtkWindow
    gdm-simple-greeter[2228]: WARNING: Unable to read from file /etc/arch-release
    Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x1000007 (Login Wind)
    Window manager warning: meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.
    gdm-simple-greeter[2228]: Gdk-WARNING: gdk_xsettings_watch_cb(): Couldn't find window to unwatch
    Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x1000007 (Login Wind)
    Window manager warning: meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.
    Window manager warning: CurrentTime used to choose focus window; focus window may not be correct.
    Window manager warning: Got a request to focus the no_focus_window with a timestamp of 0. This shouldn't happen!
    (gnome-settings-daemon:2234): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    All help greatly appreciated.
    Cheers.
    Last edited by Padfoot (2011-04-08 23:38:59)

    I just remembered to do that.....
    Think I have found my problem.
    The Arch Wiki for Gnome 3 has the line for installing to a new system
    # pacman -Syu testing/gnome
    This installs gnome 3, but does not include gnome-shell or gnome-panel
    Just installing them now. Will report back shortly.
    Maybe the Wiki should be updated to reflect this, or the package testing/gnome updated to depend on gnome-shell and gnome-panel.
    Cheers.

  • Black screen on GDM, how to install xorg-base from grub?

    I followed these installation guides to install archlinux in a virtualbox before testing it out on a real machine:
    * http://wideaperture.net/blog/?p=3851
    * https://wiki.archlinux.org/index.php/Vi … al_Machine
    * http://lifehacker.com/5680453/build-a-k … he-process
    * http://www.muktware.com/2013/11/how-to- … ed/16825/6
    * http://cbopt.com/how-to-install-arch-li … ng-system/
    * https://wiki.archlinux.org/index.php/Beginners%27_Guide
    It was really all smooth sailing until I finished installing gnome and gnome-extra.  These seemed to go well, but then I ran into a problem a lot like this guy's:
    https://bbs.archlinux.org/viewtopic.php?id=119657
    Namely, I now get past GRUB and am greated with a black screen that I seem to have no control over.  I can't boot, can't type, can't add my user to a video group, nothing.
    So, I have two questions:
    * What seems to be wrong?  From that thread, I think I need to install xorg-base, possibly?  Could it be that I installed the wrong video drivers for a virtual machine? (I assume it's the virtual machine I need drivers for, not my actual video card, right?)
    * In a situation like this, how should I properly use GRUB to boot into CLI where I can diagnose, fix stuff, and do things like install xorg-base?  I can't find any way to boot to command line.
    **Update**
    Here's a little more research I've done.
    1. I booted up using my installation disk to try accessing my files, maybe I can set something to not use GDM, as per here: http://askubuntu.com/questions/76543/ho … -selection
    2. But I didn't know how to access underlying files when on boot disk, so I did this:
    $ fdisk -l # told me sda2 was my Linux Filesystem
    $ sudo mount /dev/sda2 /mnt
    3. From the beginner's guide section on GUI troubleshooting here, https://wiki.archlinux.org/index.php/Beginners_Guide, I tried this (prepending my mount point):
    $ grep EE /mnt/var/log/Xorg.0.log
    4. Well, I can't copy the output because of no GUI, but there were 3 errors:
    (EE) Failed to load module "modesetting" (module does not exist, 0)
    (EE) Failed to load module "fbdev" (module does not exist, 0)
    (EE) Failed to load module "vesa" (module does not exist, 0)
    Are any of these relevant to why I boot into a black screen rather than something that looks like GNOME?
    **Update 2**
    Something similar for:
    grep EE /mnt/var/log/gdm/:0.log.4
    (EE) Failed to load module "modesetting" (module does not exist, 0)
    (EE) Failed to load module "fbdev" (module does not exist, 0)
    (EE) Failed to load module "vesa" (module does not exist, 0)
    (EE) AIGLX: reverting to software rendering
    ** Update 3 **
    Discovered I could TTY to another terminal.  In virtualbox this is Host + F2.
    Re-enabled gdm, restarted xstart, ran gnome, no luck. 
    $ sudo pacman -S xorg
    told me I was out of disk space, uh oh!  Of course, I made it only 4 GB since this is a virtualbox demo.
    OK, let's resize my sda2 disk.  Restart with the live CD.
    and now...?
    Last edited by mittenchops (2014-01-20 06:58:31)

    I followed these installation guides to install archlinux in a virtualbox before testing it out on a real machine:
    * http://wideaperture.net/blog/?p=3851
    * https://wiki.archlinux.org/index.php/Vi … al_Machine
    * http://lifehacker.com/5680453/build-a-k … he-process
    * http://www.muktware.com/2013/11/how-to- … ed/16825/6
    * http://cbopt.com/how-to-install-arch-li … ng-system/
    * https://wiki.archlinux.org/index.php/Beginners%27_Guide
    It was really all smooth sailing until I finished installing gnome and gnome-extra.  These seemed to go well, but then I ran into a problem a lot like this guy's:
    https://bbs.archlinux.org/viewtopic.php?id=119657
    Namely, I now get past GRUB and am greated with a black screen that I seem to have no control over.  I can't boot, can't type, can't add my user to a video group, nothing.
    So, I have two questions:
    * What seems to be wrong?  From that thread, I think I need to install xorg-base, possibly?  Could it be that I installed the wrong video drivers for a virtual machine? (I assume it's the virtual machine I need drivers for, not my actual video card, right?)
    * In a situation like this, how should I properly use GRUB to boot into CLI where I can diagnose, fix stuff, and do things like install xorg-base?  I can't find any way to boot to command line.
    **Update**
    Here's a little more research I've done.
    1. I booted up using my installation disk to try accessing my files, maybe I can set something to not use GDM, as per here: http://askubuntu.com/questions/76543/ho … -selection
    2. But I didn't know how to access underlying files when on boot disk, so I did this:
    $ fdisk -l # told me sda2 was my Linux Filesystem
    $ sudo mount /dev/sda2 /mnt
    3. From the beginner's guide section on GUI troubleshooting here, https://wiki.archlinux.org/index.php/Beginners_Guide, I tried this (prepending my mount point):
    $ grep EE /mnt/var/log/Xorg.0.log
    4. Well, I can't copy the output because of no GUI, but there were 3 errors:
    (EE) Failed to load module "modesetting" (module does not exist, 0)
    (EE) Failed to load module "fbdev" (module does not exist, 0)
    (EE) Failed to load module "vesa" (module does not exist, 0)
    Are any of these relevant to why I boot into a black screen rather than something that looks like GNOME?
    **Update 2**
    Something similar for:
    grep EE /mnt/var/log/gdm/:0.log.4
    (EE) Failed to load module "modesetting" (module does not exist, 0)
    (EE) Failed to load module "fbdev" (module does not exist, 0)
    (EE) Failed to load module "vesa" (module does not exist, 0)
    (EE) AIGLX: reverting to software rendering
    ** Update 3 **
    Discovered I could TTY to another terminal.  In virtualbox this is Host + F2.
    Re-enabled gdm, restarted xstart, ran gnome, no luck. 
    $ sudo pacman -S xorg
    told me I was out of disk space, uh oh!  Of course, I made it only 4 GB since this is a virtualbox demo.
    OK, let's resize my sda2 disk.  Restart with the live CD.
    and now...?
    Last edited by mittenchops (2014-01-20 06:58:31)

  • Zpool wont import: /var/cluster/run/HAStoragePlus/zfs not a valid directory

    I have this two-node Solaris 10 x86 cluster that refuses to fail the HASP zpool over to the second node.
    On node 2, log complains that /var/cluster/run/HAStoragePlus/zfs is not a valid directory:
    Aug 17 22:23:28 minipardus SC[,SUNW.HAStoragePlus:8,clstorage,zfspool,hastorageplus_prenet_start]: [ID 148650 daemon.notice] Started searching for devices in '/dev/dsk' to find the importable pools.
    Aug 17 22:23:35 minipardus SC[,SUNW.HAStoragePlus:8,clstorage,zfspool,hastorageplus_prenet_start]: [ID 547433 daemon.notice] Completed searching the devices in '/dev/dsk' to find the importable pools.
    Aug 17 22:23:35 minipardus SC[,SUNW.HAStoragePlus:8,clstorage,zfspool,hastorageplus_prenet_start]: [ID 471757 daemon.error] cannot import pool 'qnap' : '/var/cluster/run/HAStoragePlus/zfs' is not a valid directory
    Aug 17 22:23:35 minipardus SC[,SUNW.HAStoragePlus:8,clstorage,zfspool,hastorageplus_prenet_start]: [ID 117328 daemon.error] The pool 'qnap' failed to import and populate cachefile.
    Aug 17 22:23:35 minipardus SC[,SUNW.HAStoragePlus:8,clstorage,zfspool,hastorageplus_prenet_start]: [ID 292307 daemon.error] Failed to import:qnap
    In fact, on node 2 this folder is missing, i.e. the /var/cluster/run/HAStoragePlus folder isn't there.
    If I create that folder, and the zfs folder inside it, then switchover works flawlessly both ways, but if I reboot node 2, that folder
    gets cleared and the problem is back again. Looks like a bug to me, but I perused sunsolve without finding anything.
    This is Sun Cluster 3.2 update 2 with latest patchset, running on a Solaris 10 x86 update 7 (latest).
    I already tried removing and recreating the HASP resource, no way.
    Any hint will be greatly appreciated.
    Thanks
    Rick
    Edited by: leopardus2 on Aug 18, 2009 2:46 AM

    After many sleepless nights looking at this problem, I ended up solving it by myself right 30 minutes after posting here!!
    The problem was due to ZFS plugin not being configured in /etc/cluster/eventlog/eventlog.conf !!
    I think this happened because I installed HASP on node 1 before node 2 joined the cluster for the first time.
    Should be marked as a bug IMHO...
    Thanks
    Rick

  • GDM behaves strangely after gnome 3.6 update

    I searched the forum for a similar problem but I couldn't find anything.
    I updated my system to gnome 3.6; upon reboot (I'm on a full systemd system) I noticed:
    - the boot was slower than usual
    - the console screen (which usually I see only for a couple of seconds before GDM kicks in) lasted for longer than usual, while the mouse pointer appeared upon it for a few seconds
    - then appeared the blue stripes GDM background, but only for an instant
    - the screen then became grey, and *on this grey background* appeared the panel with my username, where I can put my password and login
    I was able to login in Gnome 3.6 which, apparently, is running fine.
    [root@arch-box ~]# systemctl status gdm3.service
    gdm3.service
    Loaded: error (Reason: No such file or directory)
    Active: inactive (dead)
    [root@arch-box ~]# journalctl -u gdm.service
    Nov 01 21:15:07 arch-box gdm-simple-slave[11886]: WARNING: Failed to get value: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: Method "IsInitial" with signature "" on interface "org.gnome.DisplayManager.Display" doesn't exist
    Nov 01 21:15:07 arch-box gdm-simple-slave[11886]: WARNING: Child process 11888 was already dead.
    Nov 01 21:15:07 arch-box gdm-simple-slave[11886]: GLib-GObject-CRITICAL: g_object_ref: assertion `object->ref_count > 0' failed
    Nov 01 21:15:07 arch-box gdm-binary[274]: WARNING: GdmDisplay: display lasted 0.759404 seconds
    Nov 01 21:15:07 arch-box gdm[274]: gdm-binary[274]: WARNING: GdmDisplay: display lasted 0.759404 seconds
    Nov 01 21:15:07 arch-box gdm-simple-slave[11890]: WARNING: Failed to get value: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: Method "IsInitial" with signature "" on interface "org.gnome.DisplayManager.Display" doesn't exist
    Nov 01 21:15:07 arch-box gdm-simple-slave[11890]: WARNING: Child process 11892 was already dead.
    Nov 01 21:15:07 arch-box gdm-binary[274]: WARNING: GdmDisplay: display lasted 0.072575 seconds
    Nov 01 21:15:07 arch-box gdm[274]: gdm-binary[274]: WARNING: GdmDisplay: display lasted 0.072575 seconds
    Nov 01 21:15:07 arch-box gdm-simple-slave[11894]: WARNING: Failed to get value: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: Method "IsInitial" with signature "" on interface "org.gnome.DisplayManager.Display" doesn't exist
    Nov 01 21:15:07 arch-box gdm-simple-slave[11894]: WARNING: Child process 11896 was already dead.
    Nov 01 21:15:07 arch-box gdm[274]: gdm-binary[274]: WARNING: GdmDisplay: display lasted 0.070512 seconds
    Nov 01 21:15:07 arch-box gdm-binary[274]: WARNING: GdmDisplay: display lasted 0.070512 seconds
    Nov 01 21:15:07 arch-box gdm-simple-slave[11898]: WARNING: Failed to get value: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: Method "IsInitial" with signature "" on interface "org.gnome.DisplayManager.Display" doesn't exist
    Nov 01 21:15:07 arch-box gdm-simple-slave[11898]: WARNING: Child process 11900 was already dead.
    Nov 01 21:15:07 arch-box gdm-simple-slave[11898]: GLib-GObject-CRITICAL: g_object_ref: assertion `object->ref_count > 0' failed
    Nov 01 21:15:07 arch-box gdm-simple-slave[11898]: GLib-GObject-CRITICAL: g_object_unref: assertion `object->ref_count > 0' failed
    Nov 01 21:15:07 arch-box gdm[274]: gdm-binary[274]: WARNING: GdmDisplay: display lasted 0.086486 seconds
    Nov 01 21:15:07 arch-box gdm-binary[274]: WARNING: GdmDisplay: display lasted 0.086486 seconds
    Nov 01 21:15:07 arch-box gdm-simple-slave[11902]: WARNING: Failed to get value: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: Method "IsInitial" with signature "" on interface "org.gnome.DisplayManager.Display" doesn't exist
    Nov 01 21:15:07 arch-box gdm-binary[274]: WARNING: GdmDisplay: display lasted 0.067319 seconds
    Nov 01 21:15:07 arch-box gdm[274]: gdm-binary[274]: WARNING: GdmDisplay: display lasted 0.067319 seconds
    Nov 01 21:15:07 arch-box gdm-simple-slave[11906]: WARNING: Failed to get value: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: Method "IsInitial" with signature "" on interface "org.gnome.DisplayManager.Display" doesn't exist
    Nov 01 21:15:07 arch-box gdm[274]: gdm-binary[274]: WARNING: GdmDisplay: display lasted 0.071412 seconds
    Nov 01 21:15:07 arch-box gdm[274]: gdm-binary[274]: WARNING: GdmLocalDisplayFactory: maximum number of X display failures reached: check X server log for errors
    Nov 01 21:15:07 arch-box gdm-binary[274]: WARNING: GdmDisplay: display lasted 0.071412 seconds
    Nov 01 21:15:07 arch-box gdm-binary[274]: WARNING: GdmLocalDisplayFactory: maximum number of X display failures reached: check X server log for errors
    [1;39m-- Reboot --[0m
    Nov 01 21:16:50 arch-box gdm-simple-slave[273]: WARNING: Failed to give slave programs access to the display. Trying to proceed.
    Nov 01 21:17:18 arch-box gdm-password][439]: pam_unix(gdm-password:session): session opened for user metotrexato by (unknown)(uid=0)
    Nov 01 21:17:18 arch-box gdm-simple-slave[273]: WARNING: Failed to remove slave program access to the display. Trying to proceed.
    Nov 01 21:17:18 arch-box gdm-simple-slave[273]: WARNING: Child process -302 was already dead.
    Nov 01 21:20:42 arch-box gdm-simple-slave[910]: WARNING: Failed to give slave programs access to the display. Trying to proceed.
    Nov 01 21:21:09 arch-box gdm-password][993]: pam_unix(gdm-password:session): session opened for user metotrexato by (unknown)(uid=0)
    Nov 01 21:21:09 arch-box gdm-simple-slave[910]: WARNING: Failed to remove slave program access to the display. Trying to proceed.
    Nov 01 21:21:09 arch-box gdm-simple-slave[910]: WARNING: Child process -924 was already dead.
    Thank you.
    Last edited by carpenoctem (2012-11-01 21:03:02)

    This is not what I am looking for. GDM is still much too slow, since I am booting from an SSD drive. The system takes less than 10 seconds until the first sign of GDM activity appears - this is the mouse pointer in front of the systemd starting output. Then it takes about 5 seconds before GDM shows an image, and then again 2-3 seconds before the gray background appears and I can finally log in.
    I found the switch for detailed debug output: Somewhere in the arch bbs I read to add "Enabled=yes" to /etc/gdm/custom.conf's [debug]-section. This is wrong, it has to be "Enabled=true". Now i get debug output, and the timestamps show where it hangs:
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): Enabling debugging
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): Changing user:group to gdm:gdm
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): Enabling debugging
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): Changing user:group to gdm:gdm
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmSignalHandler: Adding handler 1: signum=4 (nil)
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmSignalHandler: Adding handler 1: signum=4 (nil)
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmSignalHandler: Registering for 4 signals
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmSignalHandler: Adding handler 2: signum=7 (nil)
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmSignalHandler: Registering for 7 signals
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmSignalHandler: Adding handler 3: signum=11 (nil)
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmSignalHandler: Registering for 11 signals
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmSignalHandler: Adding handler 4: signum=6 (nil)
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmSignalHandler: Registering for 6 signals
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmSignalHandler: Adding handler 5: signum=5 (nil)
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmSignalHandler: Registering for 5 signals
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmSignalHandler: Adding handler 6: signum=15 0x409540
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmSignalHandler: Registering for 15 signals
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmSignalHandler: Adding handler 7: signum=2 0x409540
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmSignalHandler: Registering for 2 signals
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmSignalHandler: Adding handler 8: signum=8 0x409540
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmSignalHandler: Registering for 8 signals
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmSignalHandler: Adding handler 9: signum=1 0x409540
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmSignalHandler: Registering for 1 signals
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmSignalHandler: Adding handler 10: signum=10 0x409540
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmSignalHandler: Registering for 10 signals
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): Successfully connected to D-Bus
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmManager: GDM starting to manage displays
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmLocalDisplayFactory: Adding display on seat seat0
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmLocalDisplayFactory: Reserving X display: 0
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmDisplayStore: Adding display /org/gnome/DisplayManager/Displays/_0 to store
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmDisplay: Managing display: /org/gnome/DisplayManager/Displays/_0
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmDisplay: manage display
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmDisplay: Preparing display: /org/gnome/DisplayManager/Displays/_0
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmDisplay: prepare display
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmDisplayAccessFile: creating xauth directory /var/run/gdm/auth-for-gdm-XXXXXX
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmDisplayAccessFile: chowning /var/run/gdm/auth-for-gdm-TicJlr to 120:120
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmDisplayAccessFile: creating /var/run/gdm/auth-for-gdm-TicJlr/database
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmDisplayAccessFile: chowning /var/run/gdm/auth-for-gdm-TicJlr/database to 120:120
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmDisplayAccessFile: chmoding /var/run/gdm/auth-for-gdm-TicJlr to 0711
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmLocalDisplayFactory: display status changed: 1
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmSlaveProxy: Killing slave
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmSlaveProxy: Running command: /usr/lib/gdm/gdm-simple-slave --display-id /org/gnome/DisplayManager/Displays/_0
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmSlaveProxy: Started slave with pid 13597
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmSignalHandler: Registering for 4 signals
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmSignalHandler: Adding handler 2: signum=7 (nil)
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmSignalHandler: Registering for 7 signals
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmSignalHandler: Adding handler 3: signum=11 (nil)
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmSignalHandler: Registering for 11 signals
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmSignalHandler: Adding handler 4: signum=6 (nil)
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmSignalHandler: Registering for 6 signals
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmSignalHandler: Adding handler 5: signum=5 (nil)
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmSignalHandler: Registering for 5 signals
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmSignalHandler: Adding handler 6: signum=15 0x409540
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmSignalHandler: Registering for 15 signals
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmSignalHandler: Adding handler 7: signum=2 0x409540
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmSignalHandler: Registering for 2 signals
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmSignalHandler: Adding handler 8: signum=8 0x409540
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmSignalHandler: Registering for 8 signals
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmSignalHandler: Adding handler 9: signum=1 0x409540
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmSignalHandler: Registering for 1 signals
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmSignalHandler: Adding handler 10: signum=10 0x409540
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmSignalHandler: Registering for 10 signals
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): Successfully connected to D-Bus
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmManager: GDM starting to manage displays
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmLocalDisplayFactory: Adding display on seat seat0
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmLocalDisplayFactory: Reserving X display: 0
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmDisplayStore: Adding display /org/gnome/DisplayManager/Displays/_0 to store
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmDisplay: Managing display: /org/gnome/DisplayManager/Displays/_0
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmDisplay: manage display
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): Enabling debugging
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSignalHandler: Adding handler 1: signum=15 0x40a1c0
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSignalHandler: Registering for 15 signals
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSignalHandler: Adding handler 2: signum=2 0x40a1c0
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSignalHandler: Registering for 2 signals
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSignalHandler: Adding handler 3: signum=4 0x40a1c0
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSignalHandler: Registering for 4 signals
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSignalHandler: Adding handler 4: signum=7 0x40a1c0
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSignalHandler: Registering for 7 signals
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSignalHandler: Adding handler 5: signum=8 0x40a1c0
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSignalHandler: Registering for 8 signals
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSignalHandler: Adding handler 6: signum=1 0x40a1c0
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSignalHandler: Registering for 1 signals
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSignalHandler: Adding handler 7: signum=11 0x40a1c0
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSignalHandler: Registering for 11 signals
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSignalHandler: Adding handler 8: signum=6 0x40a1c0
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSignalHandler: Registering for 6 signals
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSignalHandler: Adding handler 9: signum=10 0x40a1c0
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSignalHandler: Registering for 10 signals
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSignalHandler: Adding handler 10: signum=12 0x40a1c0
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSignalHandler: Registering for 12 signals
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: Registering
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: starting slave
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: Starting slave
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: Creating proxy for /org/gnome/DisplayManager/Displays/_0
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: Got display ID: /org/gnome/DisplayManager/Displays/_0
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmDisplay: Setting slave bus name::1.257 on display :0
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmDisplay: Preparing display: /org/gnome/DisplayManager/Displays/_0
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmDisplay: prepare display
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmDisplayAccessFile: creating xauth directory /var/run/gdm/auth-for-gdm-XXXXXX
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmDisplayAccessFile: chowning /var/run/gdm/auth-for-gdm-TicJlr to 120:120
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmDisplayAccessFile: creating /var/run/gdm/auth-for-gdm-TicJlr/database
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmDisplayAccessFile: chowning /var/run/gdm/auth-for-gdm-TicJlr/database to 120:120
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmDisplayAccessFile: chmoding /var/run/gdm/auth-for-gdm-TicJlr to 0711
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmLocalDisplayFactory: display status changed: 1
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmSlaveProxy: Killing slave
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmSlaveProxy: Running command: /usr/lib/gdm/gdm-simple-slave --display-id /org/gnome/DisplayManager/Displays/_0
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmSlaveProxy: Started slave with pid 13597
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmDisplay: Setting slave bus name::1.257 on display :0
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSignalHandler: Adding handler 11: signum=10 0x40bb80
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): Failed to get value for security/DisallowTCP: GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._gdm_5fsettings_5fbackend_5ferror.Code1: Key not found
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmServer: Starting X server process: /usr/bin/Xorg :0 -background none -verbose -logverbose 7 -core -auth /var/run/gdm/auth-for-gdm-TicJlr/database -seat seat0 -nolisten tcp vt1
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13601]: DEBUG(+): GdmServer: Opening logfile for server /var/log/gdm/:0.log
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmServer: Started X server process 13601 - waiting for READY
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSimpleSlave: Started X server
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSignalHandler: handling signal 10
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSignalHandler: Found 2 callbacks
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSignalHandler: running 10 handler: 0x40bb80
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSignalHandler: running 10 handler: 0x40a1c0
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): Got callback for signal 10
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): Got USR1 signal
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSignalHandler: Done handling signals
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmServer: Got USR1 from X server - emitting READY
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: Server is ready - opening display :0
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: Connected to display :0
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: WARNING: Failed to give slave programs access to the display. Trying to proceed.
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: Requesting timed login details
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmSlave: Got timed login details for display :0: 0 '(null)' 0
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmSlave: Got timed login details for display :0: 0 '(null)' 0
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: Got timed login details: 0 0
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSimpleSlave: Running greeter
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSimpleSlave: Creating greeter for :0
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: Trying script /etc/gdm/Init/:0
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: script /etc/gdm/Init/:0 not found; skipping
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: Trying script /etc/gdm/Init/Default
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: Running process: /etc/gdm/Init/Default
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: script environment: DISPLAY=:0
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: script environment: HOME=/var/lib/gdm
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: script environment: X_SERVERS=/var/gdm/:0.Xservers
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: script environment: RUNNING_UNDER_GDM=true
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: script environment: LOGNAME=gdm
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: script environment: XAUTHORITY=/var/run/gdm/auth-for-gdm-TicJlr/database
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: script environment: USERNAME=gdm
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: script environment: PWD=/var/lib/gdm
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: script environment: USER=gdm
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: script environment: SHELL=/sbin/nologin
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: script environment: PATH=/usr/local/bin:/usr/bin:/bin
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: Process exit status: 0
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSimpleSlave: Creating greeter on :0 (null)
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmLaunchEnvironment: Starting...
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmLaunchEnvironment: Setting up run time dir /var/run/gdm/greeter
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: Creating D-Bus server for worker for session
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: D-Bus server for workers listening on unix:abstract=/tmp/gdm-greeter-WXHfEVnN
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: Creating D-Bus server for greeters and such
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: D-Bus server for greeters listening on unix:abstract=/tmp/gdm-greeter-DxMbAxjA
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: Setting display device: (null)
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: starting conversation gdm-launch-environment
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSessionWorkerJob: Starting worker...
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSessionWorkerJob: Running session_worker_job process: gdm-session-worker [pam/gdm-launch-environment] /usr/lib/gdm/gdm-session-worker
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSessionWorkerJob: : SessionWorkerJob on pid 13611
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSimpleSlave: Creating new session
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: Creating D-Bus server for worker for session
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: D-Bus server for workers listening on unix:abstract=/tmp/gdm-greeter-QYYuAzJA
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: Creating D-Bus server for greeters and such
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: D-Bus server for greeters listening on unix:abstract=/tmp/gdm-greeter-HbUsepYp
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: Setting display device: (null)
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: Requesting timed login details
    Nov 06 16:51:32 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmSlave: Got timed login details for display :0: 0 '(null)' 0
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: Got timed login details: 0 0
    Nov 06 16:51:32 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmSlave: Got timed login details for display :0: 0 '(null)' 0
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): Enabling debugging
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSessionWorker: connecting to address: unix:abstract=/tmp/gdm-greeter-WXHfEVnN
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmDBusServer: new connection 0x10fb630
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: Handling new connection from worker
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: Authenticating new connection
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSignalHandler: Adding handler 1: signum=2 0x407fe0
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSignalHandler: Registering for 2 signals
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSignalHandler: Adding handler 2: signum=4 0x407fe0
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSignalHandler: Registering for 4 signals
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSignalHandler: Adding handler 3: signum=7 0x407fe0
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSignalHandler: Registering for 7 signals
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSignalHandler: Adding handler 4: signum=8 0x407fe0
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSignalHandler: Registering for 8 signals
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSignalHandler: Adding handler 5: signum=1 0x407fe0
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSignalHandler: Registering for 1 signals
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSignalHandler: Adding handler 6: signum=11 0x407fe0
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSignalHandler: Registering for 11 signals
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSignalHandler: Adding handler 7: signum=6 0x407fe0
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSignalHandler: Registering for 6 signals
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSignalHandler: Adding handler 8: signum=10 0x407fe0
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSignalHandler: Registering for 10 signals
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: AccountsService-DEBUG(+): ActUserManager: Seat still actively loading, so not setting loaded property
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: worker connection is 0x10fb630
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: AccountsService-DEBUG(+): ActUserManager: calling 'ListCachedUsers'
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: Emitting conversation-started signal
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: AccountsService-DEBUG(+): get_session_proxy
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: Beginning setup for session for program with log '/var/log/gdm/:0-greeter.log', using PAM service gdm-launch-environment
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: AccountsService-DEBUG(+): ActUserManager: Listing cached users, so not setting loaded property
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: Conversation started
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: AccountsService-DEBUG(+): ActUserManager: ListCachedUsers finished, will set loaded property after list is fully loaded
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: AccountsService-DEBUG(+): ActUserManager: tracking new user with object path /org/freedesktop/Accounts/User1000
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: AccountsService-DEBUG(+): ActUserManager: Loading new users, so not setting loaded property
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSessionWorker: attempting to change state to SETUP_COMPLETE
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSessionWorker: initializing PAM; service=gdm-launch-environment username=gdm seat=seat0
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSessionWorker: Set PAM environment variable: 'XDG_SEAT=seat0'
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSessionWorker: Set PAM environment variable: 'XDG_SESSION_CLASS=greeter'
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSessionWorker: state SETUP_COMPLETE
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: AccountsService-DEBUG(+): ActUserManager: user 'jan' is now loaded
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: AccountsService-DEBUG(+): ActUserManager: tracking user 'jan'
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: AccountsService-DEBUG(+): ActUserManager: not yet loaded, so not emitting user-added signal
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: AccountsService-DEBUG(+): ActUserManager: no pending users, trying to set loaded property
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: AccountsService-DEBUG(+): ActUserManager: Seat still actively loading, so not setting loaded property
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): Cannot access '/etc/sysconfig/i18n'
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: AccountsService-DEBUG(+): ActUserManager: Seat loaded, so now setting loaded property
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: AccountsService-DEBUG(+): ActUserManager: already loaded, so not setting loaded property
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSessionWorker: session type set to LoginWindow
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSessionWorker: attempting to change state to AUTHENTICATED
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSessionWorker: authenticating user gdm
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSessionWorker: state AUTHENTICATED
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSessionWorker: attempting to change state to AUTHORIZED
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSessionWorker: determining if authenticated user (password required:0) is authorized to session
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSessionWorker: state AUTHORIZED
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSessionWorker: attempting to change state to ACCREDITED
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSessionWorker: Set PAM environment variable: 'LOGNAME=gdm'
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSessionWorker: Set PAM environment variable: 'USER=gdm'
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSessionWorker: Set PAM environment variable: 'USERNAME=gdm'
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSessionWorker: Set PAM environment variable: 'HOME=/var/lib/gdm'
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSessionWorker: Set PAM environment variable: 'SHELL=/sbin/nologin'
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSessionWorker: Set PAM environment variable: 'PATH=/usr/local/bin:/usr/bin:/bin'
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSessionWorker: state ACCREDITED
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSessionWorker: attempting to change state to ACCOUNT_DETAILS_SAVED
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSessionWorker: user gdm, not fully loaded yet, will save account details later
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: AccountsService-DEBUG(+): ActUserManager: trying to track new user with username gdm
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: AccountsService-DEBUG(+): ActUserManager: finding user gdm state 1
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: AccountsService-DEBUG(+): ActUserManager: finding user gdm state 2
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: AccountsService-DEBUG(+): ActUserManager: Looking for user gdm in accounts service
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: AccountsService-DEBUG(+): ActUserManager: Found object path of user 'gdm': /org/freedesktop/Accounts/User120
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: AccountsService-DEBUG(+): ActUserManager: finding user gdm state 3
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: AccountsService-DEBUG(+): ActUserManager: user gdm fetched
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: AccountsService-DEBUG(+): ActUserManager: finished handling request for user gdm
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: AccountsService-DEBUG(+): ActUserManager: user 'gdm' is now loaded
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: AccountsService-DEBUG(+): ActUserManager: tracking user 'gdm'
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: AccountsService-DEBUG(+): ActUserManager: loaded, so emitting user-added signal
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: AccountsService-DEBUG(+): ActUserManager: no pending users, trying to set loaded property
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: AccountsService-DEBUG(+): ActUserManager: already loaded, so not setting loaded property
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSessionSettings: saved session is
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSessionSettings: saved language is
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSessionWorker: saving account details for user gdm
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: AccountsService-DEBUG(+): ActUserManager: user gdm changed
    Nov 06 16:51:32 Jan-Arch gdm-launch-environment][13611]: DEBUG(+): GdmSessionWorker: attempting to change state to SESSION_OPENED
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: Emitting 'session-opened' signal
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSimpleSlave: Greeter session opened
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: Stopping all conversations except for gdm-launch-environment
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: looking for session file 'gnome.desktop'
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: looking for session file 'gnome.desktop'
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: Emitting 'session-started' signal with pid '13614'
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): using ut_user (unknown)
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): Writing login record
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): using ut_type USER_PROCESS
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): using ut_tv time 1352217092
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): using ut_pid 13611
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): using ut_id :0
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): using ut_host :0
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): using ut_line :0
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): Writing wtmp session record to /var/log/wtmp
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): Updating existing utmp record
    Nov 06 16:51:32 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSimpleSlave: Greeter started
    Nov 06 16:51:34 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmDBusServer: new connection 0x10fb730
    Nov 06 16:51:34 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: Handling new connection from outside
    Nov 06 16:51:34 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSimpleSlave: client connected
    Nov 06 16:51:34 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: Requesting timed login details
    Nov 06 16:51:34 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmSlave: Got timed login details for display :0: 0 '(null)' 0
    Nov 06 16:51:34 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: Got timed login details: 0 0
    Nov 06 16:51:34 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): Invalid NULL username for auto/timed login
    Nov 06 16:51:34 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmSlave: Got timed login details for display :0: 0 '(null)' 0
    Nov 06 16:51:42 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmManager: trying to open reauthentication channel for user jan
    Nov 06 16:51:42 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmManager: trying to open reauthentication channel for user jan
    Nov 06 16:51:42 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmManager: There are no applicable sessions (2 looked at)
    Nov 06 16:51:42 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmManager: There are no applicable sessions (2 looked at)
    Nov 06 16:51:42 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: starting conversation gdm-password
    Nov 06 16:51:42 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSessionWorkerJob: Starting worker...
    Nov 06 16:51:42 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSessionWorkerJob: Running session_worker_job process: gdm-session-worker [pam/gdm-password] /usr/lib/gdm/gdm-session-worker
    Nov 06 16:51:42 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSessionWorkerJob: : SessionWorkerJob on pid 13946
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: DEBUG(+): Enabling debugging
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSessionWorker: connecting to address: unix:abstract=/tmp/gdm-greeter-QYYuAzJA
    Nov 06 16:51:42 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmDBusServer: new connection 0x10fb830
    Nov 06 16:51:42 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: Handling new connection from worker
    Nov 06 16:51:42 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: Authenticating new connection
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSignalHandler: Adding handler 1: signum=2 0x407fe0
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSignalHandler: Registering for 2 signals
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSignalHandler: Adding handler 2: signum=4 0x407fe0
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSignalHandler: Registering for 4 signals
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSignalHandler: Adding handler 3: signum=7 0x407fe0
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSignalHandler: Registering for 7 signals
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSignalHandler: Adding handler 4: signum=8 0x407fe0
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSignalHandler: Registering for 8 signals
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSignalHandler: Adding handler 5: signum=1 0x407fe0
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSignalHandler: Registering for 1 signals
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSignalHandler: Adding handler 6: signum=11 0x407fe0
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSignalHandler: Registering for 11 signals
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSignalHandler: Adding handler 7: signum=6 0x407fe0
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSignalHandler: Registering for 6 signals
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSignalHandler: Adding handler 8: signum=10 0x407fe0
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSignalHandler: Registering for 10 signals
    Nov 06 16:51:42 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: worker connection is 0x10fb830
    Nov 06 16:51:42 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: Emitting conversation-started signal
    Nov 06 16:51:42 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSimpleSlave: session conversation started
    Nov 06 16:51:42 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: Requesting timed login details
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: AccountsService-DEBUG(+): ActUserManager: Seat still actively loading, so not setting loaded property
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: AccountsService-DEBUG(+): ActUserManager: calling 'ListCachedUsers'
    Nov 06 16:51:42 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmSlave: Got timed login details for display :0: 0 '(null)' 0
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: AccountsService-DEBUG(+): get_session_proxy
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: AccountsService-DEBUG(+): ActUserManager: Listing cached users, so not setting loaded property
    Nov 06 16:51:42 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: Got timed login details: 0 0
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: AccountsService-DEBUG(+): ActUserManager: ListCachedUsers finished, will set loaded property after list is fully loaded
    Nov 06 16:51:42 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): Invalid NULL username for auto/timed login
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: AccountsService-DEBUG(+): ActUserManager: tracking new user with object path /org/freedesktop/Accounts/User1000
    Nov 06 16:51:42 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: Setting user: 'jan'
    Nov 06 16:51:42 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: Beginning setup for user jan
    Nov 06 16:51:42 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: looking for session file 'gnome.desktop'
    Nov 06 16:51:42 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: Conversation started
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: AccountsService-DEBUG(+): ActUserManager: trying to track new user with username jan
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: AccountsService-DEBUG(+): ActUserManager: finding user jan state 1
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: AccountsService-DEBUG(+): ActUserManager: waiting for user manager to load before finding user jan
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: AccountsService-DEBUG(+): ActUserManager: Loading new users, so not setting loaded property
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: AccountsService-DEBUG(+): ActUserManager: Found x11 display of session '8': :0
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: AccountsService-DEBUG(+): ActUserManager: Loading new users, so not setting loaded property
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: AccountsService-DEBUG(+): ActUserManager: Loading new users, so not setting loaded property
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: AccountsService-DEBUG(+): ActUserManager: user 'jan' is now loaded
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: AccountsService-DEBUG(+): ActUserManager: tracking user 'jan'
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: AccountsService-DEBUG(+): ActUserManager: not yet loaded, so not emitting user-added signal
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: AccountsService-DEBUG(+): ActUserManager: no pending users, trying to set loaded property
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: AccountsService-DEBUG(+): ActUserManager: Seat loaded, so now setting loaded property
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: AccountsService-DEBUG(+): ActUserManager: user manager now loaded, proceeding with fetch user request for user 'jan'
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: AccountsService-DEBUG(+): ActUserManager: finding user jan state 2
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: AccountsService-DEBUG(+): ActUserManager: Looking for user jan in accounts service
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: AccountsService-DEBUG(+): ActUserManager: user jan changed
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: AccountsService-DEBUG(+): ActUserManager: Found object path of user 'jan': /org/freedesktop/Accounts/User1000
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: AccountsService-DEBUG(+): ActUserManager: finding user jan state 3
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: AccountsService-DEBUG(+): ActUserManager: user jan fetched
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: AccountsService-DEBUG(+): ActUserManager: finished handling request for user jan
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: AccountsService-DEBUG(+): ActUserManager: user 'jan' is now loaded
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: AccountsService-DEBUG(+): ActUserManager: user 'jan' was already known, replacing with freshly loaded object
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: AccountsService-DEBUG(+): ActUserManager: no longer tracking user 'jan' (with object path /org/freedesktop/Accounts/User1000)
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: AccountsService-DEBUG(+): ActUserManager: loaded, so emitting user-removed signal
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: AccountsService-DEBUG(+): ActUserManager: tracking user 'jan'
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: AccountsService-DEBUG(+): ActUserManager: loaded, so emitting user-added signal
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: AccountsService-DEBUG(+): ActUserManager: no pending users, trying to set loaded property
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: AccountsService-DEBUG(+): ActUserManager: already loaded, so not setting loaded property
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSessionSettings: saved session is
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSessionWorker: Saved session is
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSessionSettings: saved language is de_DE.utf8
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSessionWorker: Saved language is de_DE.utf8
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSessionWorker: queuing setup for user: jan
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: AccountsService-DEBUG(+): ActUserManager: user jan changed
    Nov 06 16:51:42 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: looking for session file '.desktop'
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSessionWorker: attempting to change state to SETUP_COMPLETE
    Nov 06 16:51:42 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: File '.desktop' not found: Es wurde keine gültige Schlüsselwertedatei in den Suchordnern gefunden
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSessionWorker: initializing PAM; service=gdm-password username=jan seat=seat0
    Nov 06 16:51:42 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: not using invalid .dmrc session:
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSessionWorker: Set PAM environment variable: 'XDG_SEAT=seat0'
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSessionWorker: state SETUP_COMPLETE
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSessionWorker: attempting to change state to AUTHENTICATED
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSessionWorker: authenticating user jan
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSessionWorker: 1 new messages received from PAM
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSessionWorker: username is 'jan'
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSessionWorker: old-username='jan' new-username='jan'
    Nov 06 16:51:42 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSessionWorker: received pam message of type 1 with payload 'Passwort: '
    Nov 06 16:51:42 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmSlave: Got timed login details for display :0: 0 '(null)' 0
    Nov 06 16:51:44 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSessionWorker: trying to get updated username
    Nov 06 16:51:44 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSessionWorker: PAM conversation returning 0: Erfolg
    Nov 06 16:51:44 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSessionWorker: state AUTHENTICATED
    Nov 06 16:51:44 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSessionWorker: trying to get updated username
    Nov 06 16:51:44 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSessionWorker: username is 'jan'
    Nov 06 16:51:44 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSessionWorker: old-username='jan' new-username='jan'
    Nov 06 16:51:44 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSessionWorker: attempting to change state to AUTHORIZED
    Nov 06 16:51:44 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSessionWorker: determining if authenticated user (password required:0) is authorized to session
    Nov 06 16:51:44 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSessionWorker: state AUTHORIZED
    Nov 06 16:51:44 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSessionWorker: attempting to change state to ACCREDITED
    Nov 06 16:51:44 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSessionWorker: Set PAM environment variable: 'LOGNAME=jan'
    Nov 06 16:51:44 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSessionWorker: Set PAM environment variable: 'USER=jan'
    Nov 06 16:51:44 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSessionWorker: Set PAM environment variable: 'USERNAME=jan'
    Nov 06 16:51:44 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSessionWorker: Set PAM environment variable: 'HOME=/home/jan'
    Nov 06 16:51:44 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSessionWorker: Set PAM environment variable: 'SHELL=/bin/bash'
    Nov 06 16:51:44 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSessionWorker: Set PAM environment variable: 'PATH=/usr/local/bin:/usr/bin:/bin'
    Nov 06 16:51:44 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSessionWorker: state ACCREDITED
    Nov 06 16:51:44 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSessionWorker: attempting to change state to ACCOUNT_DETAILS_SAVED
    Nov 06 16:51:44 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSessionWorker: saving account details for user jan
    Nov 06 16:51:44 Jan-Arch gdm-password][13946]: DEBUG(+): GdmSessionWorker: attempting to change state to SESSION_OPENED
    Nov 06 16:51:44 Jan-Arch gdm-password][13946]: pam_unix(gdm-password:session): session opened for user jan by (unknown)(uid=0)
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: Emitting 'session-opened' signal
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSimpleSlave: Will start session when ready
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSimpleSlave: accredited
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSimpleSlave: trying to switch to session for user jan
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: Activating session: '9'
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: unable to activate session since it's already active: 9
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSimpleSlave: migrated: 0
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSimpleSlave: Stopping greeter
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: Trying script /etc/gdm/PostLogin/:0
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: script /etc/gdm/PostLogin/:0 not found; skipping
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: Trying script /etc/gdm/PostLogin/Default
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: script /etc/gdm/PostLogin/Default not found; skipping
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: no script found
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmCommon: sending signal 15 to process -13614
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: Emitting 'session-exited' signal with exit code '0'
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): Writing logout record
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): using ut_type DEAD_PROCESS
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): using ut_tv time 1352217104
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): using ut_pid 13614
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): using ut_id :0
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): using ut_host :0
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): using ut_line :0
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): Writing wtmp logout record to /var/log/wtmp
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): Removing utmp record
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: stopping conversation gdm-launch-environment
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSessionWorkerJob: Stopping job pid:13611
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmCommon: sending signal 15 to process 13611
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSimpleSlave: Greeter exited: 0
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSessionWorkerJob: child (pid:13611) done (signal:15)
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: Worker job died: 15
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: Emitting conversation-stopped signal
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmLaunchEnvironment: conversation stopped
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmCommon: sending signal 15 to process -13614
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSimpleSlave: Greeter stopped
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: Requesting user authorization
    Nov 06 16:51:44 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmDisplay: Adding authorization for user:jan on display :0
    Nov 06 16:51:44 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmDisplay: Adding user authorization for jan
    Nov 06 16:51:44 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmDisplayAccessFile: creating xauth directory /var/run/gdm/auth-for-jan-XXXXXX
    Nov 06 16:51:44 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmDisplayAccessFile: chowning /var/run/gdm/auth-for-jan-e8Pz5E to 1000:100
    Nov 06 16:51:44 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmDisplayAccessFile: creating /var/run/gdm/auth-for-jan-e8Pz5E/database
    Nov 06 16:51:44 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmDisplayAccessFile: chowning /var/run/gdm/auth-for-jan-e8Pz5E/database to 1000:100
    Nov 06 16:51:44 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmDisplayAccessFile: chmoding /var/run/gdm/auth-for-jan-e8Pz5E to 0711
    Nov 06 16:51:44 Jan-Arch gdm-binary[13591]: DEBUG(+): GdmDisplay: Added user authorization for jan: /var/run/gdm/auth-for-jan-e8Pz5E/database
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: Got user authorization: /var/run/gdm/auth-for-jan-e8Pz5E/database
    Nov 06 16:51:44 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmDisplay: Adding authorization for user:jan on display :0
    Nov 06 16:51:44 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmDisplay: Adding user authorization for jan
    Nov 06 16:51:44 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmDisplayAccessFile: creating xauth directory /var/run/gdm/auth-for-jan-XXXXXX
    Nov 06 16:51:44 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmDisplayAccessFile: chowning /var/run/gdm/auth-for-jan-e8Pz5E to 1000:100
    Nov 06 16:51:44 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmDisplayAccessFile: creating /var/run/gdm/auth-for-jan-e8Pz5E/database
    Nov 06 16:51:44 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmDisplayAccessFile: chowning /var/run/gdm/auth-for-jan-e8Pz5E/database to 1000:100
    Nov 06 16:51:44 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmDisplayAccessFile: chmoding /var/run/gdm/auth-for-jan-e8Pz5E to 0711
    Nov 06 16:51:44 Jan-Arch gdm[13591]: gdm-binary[13591]: DEBUG(+): GdmDisplay: Added user authorization for jan: /var/run/gdm/auth-for-jan-e8Pz5E/database
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: WARNING: Failed to remove slave program access to the display. Trying to proceed.
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: Stopping all conversations except for gdm-password
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: looking for session file 'gnome.desktop'
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: looking for session file 'gnome.desktop'
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: looking for session file 'gnome.desktop'
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: looking for session file 'gnome.desktop'
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: looking for session file 'gnome.desktop'
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmCommon: sending signal 15 to process -13614
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: WARNING: Child process -13614 was already dead.
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: Closing session
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: Stopping all conversations
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: Disposing session
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: Closing session
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: Stopping all conversations
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: external connection closed
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSimpleSlave: client disconnected
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSession: Emitting 'session-started' signal with pid '13952'
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): using ut_user jan
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): Writing login record
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): using ut_type USER_PROCESS
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): using ut_tv time 1352217104
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): using ut_pid 13946
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): using ut_id :0
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): using ut_host :0
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): using ut_line :0
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): Writing wtmp session record to /var/log/wtmp
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): Adding new utmp record
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSimpleSlave: session started 13952
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: Trying script /etc/gdm/PreSession/:0
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: script /etc/gdm/PreSession/:0 not found; skipping
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: Trying script /etc/gdm/PreSession/Default
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: Running process: /etc/gdm/PreSession/Default
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: script environment: DISPLAY=:0
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: script environment: HOME=/home/jan
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: script environment: X_SERVERS=/var/gdm/:0.Xservers
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: script environment: RUNNING_UNDER_GDM=true
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: script environment: LOGNAME=jan
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: script environment: XAUTHORITY=/var/run/gdm/auth-for-gdm-TicJlr/database
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: script environment: USERNAME=jan
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: script environment: PWD=/home/jan
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: script environment: USER=jan
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: script environment: SHELL=/bin/bash
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: script environment: PATH=/usr/local/bin:/usr/bin:/bin
    Nov 06 16:51:44 Jan-Arch gdm-simple-slave[13597]: DEBUG(+): GdmSlave: Process exit status: 0
    Maybe now there is a bit more content to analyze? Here is my /etc/gdm/custom.conf:
    # GDM configuration storage
    [daemon]
    [security]
    [xdmcp]
    [greeter]
    [chooser]
    [debug]
    Enable=true
    I hope this helps. I really wonder if there is some issue with a timed login since there is nothing like that defined in the custom.conf file.
    EDIT: Just to mention there is nothing wrong with the gdm home directory, I cleared it without any change.
    Last edited by OOFscr (2012-11-08 12:18:47)

  • [Gnome3.6] GDM Login Problems

    I just upgraded to gnome3.6 and now gdm is broken in the following way.
    If I select my user, the screen freezes for a couple of seconds and then displays:
    "Authentication Failure"
    If I type my username manually in gdm, everything works fine.
    The following is written to gdm's log file:
        JS ERROR: !!!   Failed to start verification for user
        JS ERROR: !!!     message = '"Timeout was reached"'
        JS ERROR: !!!     fileName = '"/usr/share/gnome-shell/js/gdm/util.js"'
        JS ERROR: !!!     lineNumber = '208'
        JS ERROR: !!!     stack = '"0 anonymous("result" = [object _private_Gio_SimpleAsyncResult], "obj" = [object _private_Gdm_UserVerifierProxy])@/usr/share/gnome-shell/js/gdm/util.js:208
    According to the commit message of the code that throws the exception, this error was thrown because of a DBus error.
    https://mail.gnome.org/archives/commits … 09038.html
    I'm using systemd.
    Any ideas what is going wrong?

    Please try to reduce the number of users in /etc/passwd, /etc/shadow. In Fedora 18 running on an old, slow desktop PC with Gnome 3.6.2, the username was finally accepted after removing approx. 1100 accounts, leaving only 60 accounts.

Maybe you are looking for

  • Need input for my requirement?

    HI all, I have requirement like this. Client  have this existing logic. The javascript downloads the exchange rates from the internet site abc.com by using the user name for xxxx  and stores in the .CSV file . Another Vb.net program takes that file a

  • Digital Cinema Desktop with iMac?

    Can the Digital Cinema Desktop feature in Final Cut be used with the iMac G5? (I have the May 2005 rev)

  • Problem after CSS11503 Update to 8.20.5.01

    Hello, I've recently upgraded six CSS11503s to software version 8.20.5.01.  The upgrade appeared to go without issues and the CSSs operated fine after the upgrade.  Then approximately a week after the upgrade I found three of the CSSs had stopped res

  • Illustrator CC Trial Crashes HELP!

    Hi, I download Illustrator CC trial 2 days ago and all seemed fine and I've been playing about getting to grips with it and I'm definitely going to purchase afterwards as I was so pleased with the results it was giving me. That was till I turned on m

  • Raw not working on cs2

    i have a nikon d60 and cs2 . i cannot open raw files . i have downloaded the latest update available for cs2 camera raw 3.7 . made sure the correct path was chosen but it still does not recognise the files .