Nouveau, kms, geforce fx go5650: crashing xserver

I have an nVidia Geforce fx go5650 in my Dell Latitude D800. I have two monitors, my internal LVDS-0 (1280x800) and external hooked up to the docking station DVI-D-0 (1680x800). I've enabled KMS at boot time in mkinitcpio.
First of all, at boot, both monitors are being enabled at their native resolution. I really only want one (because really I think this is the source of my problem.) LVDS-0 is fine, but DVI-D-0 is setup as a clone of LVDS-0, so only 1280x800 of it is being used.
Here is my xorg.conf:
Section "ServerLayout"
Identifier "lay0"
Screen "scr0"
Option "DontZap" "false"
Option "AIGLX" "false"
EndSection
Section "Monitor"
Identifier "dell"
Option "PreferredMode" "1680x1050_59.9"
Option "Enable" "true"
Option "Primary" "true"
EndSection
Section "Monitor"
Identifier "laptop"
Option "PreferredMode" "1280x800_60.1"
Option "Enable" "true"
Option "RightOf" "dell"
EndSection
#Section "Monitor"
# Identifier "extra"
# Option "Enable" "false"
# Option "RightOf" "false"
#EndSection
Section "Device"
Identifier "dev0"
Driver "nouveau"
Option "Monitor-DVI-D-0" "dell"
Option "Monitor-LVDS-0" "laptop"
# Option "Monitor-VGA-0" "extra"
EndSection
Section "Screen"
Identifier "scr0"
Device "dev0"
DefaultDepth 24
SubSection "Display"
Depth 24
Virtual 2960 1050
EndSubSection
EndSection
I've tried various versions of this. But basically I want LVDS-0 off and DVI-D-0 on. My """Option "Enable" "false"""" line seems to be being ignored though. When I get to the GDM, both monitors are on (in the correct orientation). However when I log in, my panel is not being set up on my primary monitor as expected.
Also (and I can't find any rhyme or reason to this) sometimes I wind up in a situation where I can't log in, I basically get logged out immediately and put back at the gdm. I am also logged out when I play around with xrandr.
This command either has no effect, or crashes (?) xorg
$ xrandr --output LVDS-0 --off
This command crashes (?) xorg
$ xrandr --output DVI-D-0 --mode 1680x1050
If I do a really simple xorg.conf, like
Section "Device"
Identifier "dev0"
Driver "nouveau"
EndSection
with nothing else, when x starts, both monitors are at a lower-than-native resolution in a cloned setup.
Thanks!!! Very discouraged so far.

piezoelectric wrote:
Actually, I did try to discuss my issues on freenode to figure out what was worthy of a bug report. No one seemed too interested.
When I complained that my computer was running hot and the fans were going full speed, I was told that it was to be expected because there were certain power management features not yet complete. That's a deal breaker for me.
So if you suspected gnome for some troubles, why don't you just switch to a simple window manager to eliminate that problem entirely (only for the purpose of debugging/testing of course).
Then you should be able to set the resolution you want. And xrandr should not crash. Otherwise that's clearly a bug.
Finally, one guy has started some work on power management, read here if you want to help :
http://nouveau.freedesktop.org/wiki/EmilVelikov
You just need to be able to rebuild a kernel (with a debugging option), and install nvidia blob for that kernel.

Similar Messages

  • [Unsolved] nVidia - Nouveau - KMS not enabled

    I'm getting the following trying to start x (via startx):
    [ 225.188] (EE) [drm] KMS not enabled
    From what i understand, this shouldn't be in grub.cnfg but it is:
    function load_video {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    else
    insmod vga
    Even so, i've done this so far:
    * nano /etc/mkinitcpio.conf
    MODULES="nouveau"
    * modinfo nouveau
    filename: /lib/modules/3.9.2-1-ARCH/kernel/drivers/gpu/drm/nouveau/nouveau.ko.gz
    license: GPL and additional rights
    description: nVidia Riva/TNT/GeForce/Quadro/Tesla
    author: Nouveau Project
    alias: pci:v000012D2d*sv*sd*bc03sc*i*
    alias: pci:v000010DEd*sv*sd*bc03sc*i*
    depends: drm,drm_kms_helper,ttm,mxm-wmi,i2c-core,button,wmi,video,i2c-algo-bit
    intree: Y
    vermagic: 3.9.2-1-ARCH SMP preempt mod_unload modversions
    parm: perflvl:Performance level (default: boot) (charp)
    parm: perflvl_wr:Allow perflvl changes (warning: dangerous!) (int)
    parm: tv_norm:Default TV norm.
    Supported: PAL, PAL-M, PAL-N, PAL-Nc, NTSC-M, NTSC-J,
    hd480i, hd480p, hd576i, hd576p, hd720p, hd1080i.
    Default: PAL
    *NOTE* Ignored for cards with external TV encoders. (charp)
    parm: tv_disable:Disable TV-out detection (int)
    parm: ignorelid:Ignore ACPI lid status (int)
    parm: duallink:Allow dual-link TMDS (default: enabled) (int)
    parm: nofbaccel:Disable fbcon acceleration (int)
    parm: agpmode:AGP mode (0 to disable AGP) (int)
    parm: vram_pushbuf:Create DMA push buffers in VRAM (int)
    parm: config:option string to pass to driver core (charp)
    parm: debug:debug string to pass to driver core (charp)
    parm: noaccel:disable kernel/abi16 acceleration (int)
    parm: modeset:enable driver (default: auto, 0 = disabled, 1 = enabled, 2 = headless) (int)
    And my /etc/X11/xorg.conf.d/20-gpudriver.conf looks like this:
    Section "Monitor"
    Identifier "Monitor0"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nouveau"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 16 #Choose the depth (16||24)
    SubSection "Display"
    Depth 16
    Modes "1024x768_75.00" #Choose the resolution
    EndSubSection
    EndSection
    What am i doing wrong?
    Packages installed:
    * xf86-video-nouveau
    * xorg-server
    * xorg-utils
    * fluxbox
    Last edited by Torxed (2013-05-20 18:18:04)

    proudzhu wrote:Did you run "mkinitcpio -p linux" after edit /etc/mkinitcpio.conf?
    I'm 99% sure i did, i think it's even mentioned in one of the guides.
    Anyway i think this case will have to be closed for further discussion because the reason for this issue-thread
    was the fact that my brother (living in another country) couldn't get his graphics to start up and i remotely helped him (he tried starting X, obviously) and I acted as the support.
    However he droped ArchLinux (as is) for Manjaro (which worked beautifully with Xface off the bat, so my guess is that i missed something in the setup because running on my Dell ArchLinux runs perfect).l

  • Nouveau: KMS display error

    Hi, I´ve tried KMS with the new nouveau package from extra. The driver works fine, however, with KMS enabled I get display errors. The colours are totally mixed up, without KMS everything works fine.
    With KMS:
    Without KMS:
    graphic card: GF6600 GT
    The KMS feature is very new and I know that there will be a lot of developement, but maybe someone has sorted out this problem already.
    Thomas
    Last edited by tyr0 (2009-10-10 15:05:15)

    $ pacman -Ss nouveau
    testing/nouveau-drm 0.0.15_20091008-1
    nvidia opensource X driver
    testing/xf86-video-nouveau 0.0.10_git20091008-1 (xorg-video-drivers)
    Open Source 3D acceleration driver for nVidia cards (eperimental)
    extra/nouveau-drm 0.0.15_20090908-1
    nvidia opensource X driver
    I assume you are talking about [Testing]? I had problems with 20090920 git packages from testing earlier on on my mom's desktop  (nVidia GeForce 6150 GPU I believe), and I rolled back to the 20090612 packages which haven't given any problems (at least not on that system). On my brother's laptop - an 8600GM GPU - I'm running the 20091008 snapshots from [Testing], I've done a few reboots to see if the X server would give any problems, it works fine. I didn't enable KMS yet though, looks like the nouveau driver needs to stabilise a bit.

  • NVIDIA Optimus and nouveau - KMS not enabled

    Hi,
    Trying to get Optimus to run with bumblebee, having a GeForce GT 750M and the Haswell Intel HD Graphics 4600.
    I've installed bumblebee, bbswitch, primus, nouveau, nouveau-dri, intel driver and mesa.
    I have no xorg.conf.
    If I run
    primusrun glxgears
    I get an error
    primus: fatal: Bumblebee daemon reported: error: [XORG] (EE) [drm] KMS not enabled
    Xorg.8.log also says KMS is not enabled. I can however smoothly switch between ttys, and things seem to be working normally, except I haven't got compositing in GNOME 3.
    Any ideas?
    Last edited by Mzg (2014-02-14 23:36:03)

    I remember having the similar problem with my GT740M (GK208) card half a year ago. I switched to the closed source nvidia driver and the problem gone and I haven't switched back to nouveau since.
    My solution then is to unistall nouveau nouveau-dri and install nvidia, reboot, and the problem is gone.
    Actually I thought the problem is caused by the strange GK208 which was not supported by nouveau at that time. But your problem seems to prove my thought wrong (GT750M is GK107). So I'm also interested in the right answer in case I switch back to the open source driver in the future.

  • Photoshop CS5 and NVIDIA GeForce GTX 295 Crash

    My specifications:
    Photoshop CS5 (x64)
    Windows 7 x64
    NVIDIA GeForce GTX 295 (latest v197.45 driver)
    Intel i7 920 2.67 GHz
    My card is listed as a tested card for CS5 and NVIDIA says this is compatible with CS5, but today after using it, my screen went blank and the display driver recovered itself. It took about 5 minutes until Photoshop CS5 became responsive again and the GPU features were disabled. I am going to try GPU advanced mode and basic mode instead of normal mode to see what happens, but this is a shame that I have issues like this. I also had issues with CS4 like this.
    What I did to cause this issue: I clicked" Place.." to place an object and that is when it crashed. It only happens randomly as I use Photoshop. Please NVIDIA or Adobe fix this issue. I love the GPU features and I want to run them, but this crashing is annoying for spending so much on buying this product. I hate to have to pay to contact Adobe technical support, it should be included with the purchase of software!
    How to fix this without having to go to basic GPU mode or disabled GPU mode?

    function(){return A.apply(null,[this].concat($A(arguments)))}
    SteveR From UK wrote:
    With my own problems and a keen observer of this thread it making me think that I should stay away from Nvidia cards cards completed and go ATI
    It comes down to policies within companies that in some cases we simply cannot know.
    For example:
    Does nVidia or ATI have a better plan to support cards with new drivers into the future?  My experience is that right now, with my particular video card, ATI does a better job of making new features available (and making them work right) than nVidia.  Is this based on support policy or simply what the engineers can and can't do?  Maybe it's partially a matter of funding.
    Who has a better handle on how to develop unified software and keep it working on all a whole family of cards?  What is their software quality?  I am active on Windows forums, and it sure seemed to take nVidia a lot longer to stabilize their drivers for Windows 7 than ATI.
    Who has a better test lab?  You can imagine that if one company has a better built/funded/maintained test lab, they're more likely to make new versions of drivers for old cards work properly if they have a computer set aside somewhere with that old card in it just waiting to try out new drivers.  Unfortunately you can imagine with these companies making many, many new models all the time that funding that lab (and funding the MAINTENANCE of that lab) could get to be HUGE!
    Lastly, how much do Marketing or other greedy business people influence company direction, vs. Engineers?  Imagine a Marketing person's thoughts:  "Stop making new drivers for that old card; we're not selling those and haven't for a long time.  If a person has one and can't run the latest game or graphics software, he'll go buy a new one, and that's more money for us."
    By the way, just to get an idea of how many different cards we're talking about, look at the sheer number of models listed in the various lists on this page:  http://www.videocardbenchmark.net/
    Just food for thought.
    -Noel

  • Macbook Pro Retina GeForce 650M Cuda Crash (Important Information for Mac Users)

    Over the past 4 months, I've experience random Open CL issues with PR CC and also complete computer shutdowns with PR CC using Cuda acceleration. In this time, both Adobe and Apple have looked at my computer. Apple has replaced the Logic Board and the graphic cards and the same issue is still present.
    The issue is still very much present! It appears to be solely hardware related. A typical response from the Macbook Pro Retina is that the video image will appear briefly and then disappear in the video monitor. Next, the computer will completely crash and restart or if I am lucky the program will shut down and display an error message, "A serious graphic issue has been detected."
    For your sack and mine, I hope we can come together to solve this issue.
    Sincerley,
    Levi

    I'm in the exact same boat, idareu2mov. I got a new MBP Retina with OSX 10.8 Mountain Lion preloaded, downloaded the latest Nvidia Cuda driver 5.0.24, edited the TXT files to accept the GeForce GT 650M video card, opened up After Effects CS6 11.0.0 and BAM! I got the error on start up:
    "After Effects error: Ray-traced 3D: Initial shader compile failed. ( 5070 :: 0 )"
    When I go into my After Effects > Preferences > Previews settings, I now have the ability to switch between CPU and GPU, which is new since I updated the TXT file to accept my video card.
    What's strange is that if I set the Previews setting to CPU, then restart AE, I don't get the error. When I turn on GPU while in AE, still no error. But if I leave the GPU setting on and restart AE, up pops the error again.
    I've been to the end of the internet and back and haven't found a solution yet. The latest advice is to update to AE CS6 11.0.1. Hopefully that will fix the error.
    Does anyone have any other suggestions?

  • Black Screen during boot Nouveau EVGA GeForce GTX 550 Ti [Solved]

    Hello,
    First I'd like to start off by admitting that I'm a newb, so I apologize in advance if posting this was unnecessary, but I searched, and though I found many similar problems, I could not solve my problem.
    As stated in the subject line, I have an EVGA GeForce GTX 550 Ti, and I cannot make it work with the open source Nouveau driver.
    When I try to boot the screen goes black.
    If I use the onboard VGA, it works perfectly fine, however, when I switch over to the onboard DVI, my monitor never even gets a signal. I have an MSI board with the Z77 chipset and an Intel I5.
    I've tried installing the proprietary Nvidia driver and using that. It boots, the problem is I can't change the screen's resolution to anything other than 800 x 600 and my monitor is 1680 x 1050.
    I'd be happy using either driver as long as it works correctly.
    Oh yea, I'm running kernel 3.4.5 (which I believe is the latest) and the rest of my system is completely up to date, so please don't link me here: https://bbs.archlinux.org/viewtopic.php?pid=1102763
    Thanks in advance!
    -daniel
    Last edited by xleafr (2012-07-30 04:23:35)

    Okay, then onto the nvidia driver problem.
    I can't set the resolution to what I want (1680 x 1050). My only option is 800 x 600 which is pretty terrible.
    I've tried a few things with xrandr, but nothing worked.
    Yea, I was only using tty because when I start x everything was either too large or couldn't see the command line to start x in the first place.
    So how can I change my resolution (I've tried editing xorg.conf but once again, my attempt to solve my problem was fruitless).

  • Satellite P100 - graphic card nVidia Geforce Go 7600 crashed

    Hello!
    My graphic board has crashed and, after removing dozens of screws, i've verified it's not integrated in the motherboard. I could disassembled it after removing the last three screws.
    - My laptop is a Toshiba P100-342 (PSPA3E-0QE038SP)
    Here, you can see the model number: http://imageshack.com/a/img856/1917/6s6f.jpg
    - The graphics card is a nVidia Geforce Go 7600.
    Here you can see it on the motherboard: http://imageshack.com/a/img834/5825/ktl8.jpg
    And here, alone on the table: http://imageshack.com/a/img839/3525/6of6.jpg
    This is the nVidia chip: http://imageshack.com/a/img836/4343/q7lg.jpg
    Searching in the internet, i've found just 1 graphic card similar to mine. But i'm not sure if it'll run, because i've read the devices must be exactly the same as the original:
    http://www.ebay.es/itm/NEW-Toshiba-A000013050-Nvidia-G73M-128MB-GeForce-Go-7600-Video-Graphics-Board-/360821279000?pt=PCC_Video_TV_Cards&hash=item54029f c918&_uhb=1
    I asked the eBay seller about the compatibility and his answer was: "Please contact Toshiba for complete product compatibility." But Toshiba doesn't provide any support after the warranty expires (almost in Spain).
    Anyone has replaced this graphic card? Do you think i should buy this ebay's graphic card? Are there any other solutions? (for example: replacing the whole motherboard...)
    Thank's very much in advance.

    I never had to replace an graphic card in a notebook but I would not purchase any part if Im not 100% sure if it would be fully compatible with my notebook.
    Fact is that SATELLITE P100-342 was equipped with an NVIDIA GeForce Go 7600 (code name G73M) PCI Express x16 (GDDR2 256GB dedicated RAM) graphic card.
    The part on ebay supports only 128MB and therefore I think both parts are not the same.
    This could be the reason not to purchase this part.

  • [SOLVED] Eclipse crashes XServer and freezes

    After a system upgrade eclipse regulalary crashes the complete xsession. This usuallualy happens after I press ctrl + space.
    When I start eclipse in a new xsession after the crash it freezes at startup. The logs do not contain any error messages that whould hint to a problem.
    The strange thing is, sometimes a succeed to restart eclipse after a crashed xsesssion. In this case, eclipse runs for hours without a crash. Either the crash happens in the first minutes after starting the ide or not at all.
    I have found this older bug: http://bugs.archlinux.org/task/10278. My symptoms are very similar, but the described workaround doesn't fix my problem.
    My system setup:
    xorg-server 1.7.6-3
    xfce
    jdk 6u20-1
    eclipse 3.5.2
    Update: I found the following message in my Xorg.log. Also eclipse isn't the only application causing the crash. Sometimes even the xfce terminal emulator crashes x.
    Backtrace:
    0: /usr/bin/Xorg (xorg_backtrace+0x28) [0x45cd68]
    1: /usr/bin/Xorg (0x400000+0x59a09) [0x459a09]
    2: /lib/libpthread.so.0 (0x7f4081021000+0xef20) [0x7f408102ff20]
    3: /lib/libc.so.6 (__select+0x13) [0x7f40803478b3]
    4: /usr/bin/Xorg (WaitForSomething+0x1ba) [0x45f67a]
    5: /usr/bin/Xorg (0x400000+0x45eb2) [0x445eb2]
    6: /usr/bin/Xorg (0x400000+0x21aac) [0x421aac]
    7: /lib/libc.so.6 (__libc_start_main+0xfd) [0x7f408029eb1d]
    8: /usr/bin/Xorg (0x400000+0x21659) [0x421659]
    Fatal server error:
    Caught signal 3 (Quit). Server aborting
    Last edited by Nadayanna (2010-06-24 16:17:25)

    I forgot that gdm must be always the last daemon in rc.conf. Putting gmd last the list solved my problem. No more crashes!

  • GDM crash when launchin LibreOffice [SOLVED]

    Hi,
    I have a problem whenever I launch any LibreOffice application, it appears that GDM or Xorg crashes. I end up back at the login screen.
    See below for my journal log of around the time of the crash.
    I've tried resetting the libreoffice profile as other forums have suggested. I've also re-installed libreoffice.
    Any help will be appreciated.
    Cheers.
    Apr 05 12:13:17 gearoid gnome-session[2614]: (process:3054): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed
    Apr 05 12:13:18 gearoid dbus[365]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service'
    Apr 05 12:13:18 gearoid dbus[365]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory.
    Apr 05 12:13:18 gearoid gnome-session[2614]: 1428199998842 addons.manager ERROR Exception calling provider GMPProvider.getAddonsByTypes: TypeError: this._plugins is null (resource://gre/modules/addons/GMPProvider.jsm:533:34) JS Stack trace: [email protected]:533:35 < [email protected]:235:12 < [email protected]:2129:1 < [email protected]:311:7 < [email protected]:2134:11 < [email protected]jsm:389:5 < [email protected]:235:12 < [email protected]:2129:1 < [email protected]:311:7 < [email protected]:2134:11 < [email protected]:3829:7 < makeSafe/<@XPIProviderUtils.js:145:17 < [email protected]:180:7 < [email protected]:187:9 < [email protected]:134:5 < [email protected]:580:7 < this.AddonRepository.getCachedAddonByID</<@AddonRepository.jsm:586:9 < [email protected]:870:23 < [email protected]:749:7 < this.PromiseWalker.scheduleWalkerLoop/<@Promise-backend.js:691:37 < [email protected]:2348:5 < [email protected]:2118:13 < [email protected]:208:12 < [email protected]:667:5 < [email protected]:821:9 < [email protected]:2399:5 < [email protected]:55:7
    Apr 05 12:13:18 gearoid gnome-session[2614]: 1428199998929 addons.manager ERROR Exception calling provider GMPProvider.getAddonByID: TypeError: this._plugins is null (resource://gre/modules/addons/GMPProvider.jsm:518:8) JS Stack trace: [email protected]:518:9 < [email protected]:235:12 < [email protected]:2009:1 < [email protected]:311:7 < [email protected]:2014:13 < [email protected]:362:7 < [email protected]:235:12 < [email protected]:2009:1 < [email protected]:311:7 < [email protected]:2014:13 < [email protected]:3815:7 < makeSafe/<@XPIProviderUtils.js:145:17 < [email protected]:126:5 < this.XPIDatabase.getAddon/<@XPIProviderUtils.js:1069:9 < [email protected]:870:23 < [email protected]:749:7 < this.PromiseWalker.scheduleWalkerLoop/<@Promise-backend.js:691:37 < [email protected]:2348:5 < [email protected]:2118:13 < [email protected]:208:12 < [email protected]:667:5 < [email protected]:821:9 < [email protected]:2399:5 < [email protected]:55:7
    Apr 05 12:13:18 gearoid gnome-session[2614]: 1428199998930 addons.manager ERROR Exception calling provider GMPProvider.getAddonByID: TypeError: this._plugins is null (resource://gre/modules/addons/GMPProvider.jsm:518:8) JS Stack trace: [email protected]:518:9 < [email protected]:235:12 < [email protected]:2009:1 < [email protected]:311:7 < [email protected]:2014:13 < [email protected]:362:7 < [email protected]:235:12 < [email protected]:2009:1 < [email protected]:311:7 < [email protected]:2014:13 < [email protected]:3815:7 < makeSafe/<@XPIProviderUtils.js:145:17 < [email protected]:126:5 < this.XPIDatabase.getAddon/<@XPIProviderUtils.js:1069:9 < [email protected]:870:23 < [email protected]:749:7 < this.PromiseWalker.scheduleWalkerLoop/<@Promise-backend.js:691:37 < [email protected]:2348:5 < [email protected]:2118:13 < [email protected]:208:12 < [email protected]:667:5 < [email protected]:821:9 < [email protected]:2399:5 < [email protected]:55:7
    Apr 05 12:13:18 gearoid gnome-session[2614]: 1428199998931 addons.manager ERROR Exception calling provider GMPProvider.getAddonByID: TypeError: this._plugins is null (resource://gre/modules/addons/GMPProvider.jsm:518:8) JS Stack trace: [email protected]:518:9 < [email protected]:235:12 < [email protected]:2009:1 < [email protected]:311:7 < [email protected]:2014:13 < [email protected]:362:7 < [email protected]:235:12 < [email protected]:2009:1 < [email protected]:311:7 < [email protected]:2014:13 < [email protected]:3815:7 < makeSafe/<@XPIProviderUtils.js:145:17 < [email protected]:126:5 < this.XPIDatabase.getAddon/<@XPIProviderUtils.js:1069:9 < [email protected]:870:23 < [email protected]:749:7 < this.PromiseWalker.scheduleWalkerLoop/<@Promise-backend.js:691:37 < [email protected]:2348:5 < [email protected]:2118:13 < [email protected]:208:12 < [email protected]:667:5 < [email protected]:821:9 < [email protected]:2399:5 < [email protected]:55:7
    Apr 05 12:13:18 gearoid gnome-session[2614]: 1428199998932 addons.manager ERROR Exception calling provider GMPProvider.getAddonByID: TypeError: this._plugins is null (resource://gre/modules/addons/GMPProvider.jsm:518:8) JS Stack trace: [email protected]:518:9 < [email protected]:235:12 < [email protected]:2009:1 < [email protected]:311:7 < [email protected]:2014:13 < [email protected]:362:7 < [email protected]:235:12 < [email protected]:2009:1 < [email protected]:311:7 < [email protected]:2014:13 < [email protected]:3815:7 < makeSafe/<@XPIProviderUtils.js:145:17 < [email protected]:126:5 < this.XPIDatabase.getAddon/<@XPIProviderUtils.js:1069:9 < [email protected]:870:23 < [email protected]:749:7 < this.PromiseWalker.scheduleWalkerLoop/<@Promise-backend.js:691:37 < [email protected]:2348:5 < [email protected]:2118:13 < [email protected]:208:12 < [email protected]:667:5 < [email protected]:821:9 < [email protected]:2399:5 < [email protected]:55:7
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE)
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) Backtrace:
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) 0: /usr/lib/xorg-server/Xorg (OsLookupColor+0x119) [0x5949c9]
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) 1: /usr/lib/libc.so.6 (__restore_rt+0x0) [0x7fd2db41353f]
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) 2: /usr/lib/xorg/modules/libfb.so (fbBltOne+0x437) [0x7fd2d0042897]
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) 3: /usr/lib/xorg/modules/libfb.so (fbCopy1toN+0x25f) [0x7fd2d00433af]
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) 4: /usr/lib/xorg/modules/libglamoregl.so (glamor_name_from_pixmap+0x5a0) [0x7fd2d57e2cd0]
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) 5: /usr/lib/xorg-server/Xorg (miCopyRegion+0x1a7) [0x570c87]
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) 6: /usr/lib/xorg-server/Xorg (miDoCopy+0x44e) [0x57121e]
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) 7: /usr/lib/xorg/modules/libglamoregl.so (glamor_name_from_pixmap+0x19d0) [0x7fd2d57e5620]
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) 8: /usr/lib/xorg-server/Xorg (DamageRegionAppend+0x3061) [0x51efa1]
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) 9: /usr/lib/xorg-server/Xorg (SendGraphicsExpose+0x4e7) [0x434fa7]
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) 10: /usr/lib/xorg-server/Xorg (SendErrorToClient+0x2f7) [0x438a97]
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) 11: /usr/lib/xorg-server/Xorg (remove_fs_handlers+0x41b) [0x43cbcb]
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) 12: /usr/lib/libc.so.6 (__libc_start_main+0xf0) [0x7fd2db400800]
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) 13: /usr/lib/xorg-server/Xorg (_start+0x29) [0x427039]
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) 14: ? (?+0x29) [0x29]
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE)
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) Segmentation fault at address 0x0
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE)
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: Fatal server error:
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) Caught signal 11 (Segmentation fault). Server aborting
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE)
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE)
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: Please consult the The X.Org Foundation support
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: at [url]http://wiki.x.org[/url]
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: for help.
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) Please also check the log file at "/dev/null" for additional information.
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE)
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (II) AIGLX: Suspending AIGLX clients for VT switch
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) Server terminated with error (1). Closing log file.
    Apr 05 12:13:32 gearoid systemd-coredump[3154]: Process 378 (Xorg) of user 0 dumped core.
    Apr 05 12:13:33 gearoid org.a11y.atspi.Registry[2642]: XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
    Apr 05 12:13:33 gearoid org.a11y.atspi.Registry[2642]: after 51 requests (51 known processed) with 0 events remaining.
    Apr 05 12:13:33 gearoid gnome-keyring-daemon[2608]: 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.
    Apr 05 12:13:33 gearoid gnome-session[2614]: (gnome-settings-daemon:2655): Gdk-WARNING **: gnome-settings-daemon: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
    Apr 05 12:13:33 gearoid org.gnome.Caribou.Daemon[2633]: (caribou:2748): Gdk-WARNING **: caribou: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
    Apr 05 12:13:33 gearoid gdm[372]: Child process 378 was already dead.
    Apr 05 12:13:33 gearoid gdm-password][2599]: pam_unix(gdm-password:session): session closed for user greg
    Apr 05 12:13:33 gearoid org.gtk.vfs.Daemon[2633]: A connection to the bus can't be made
    Apr 05 12:13:33 gearoid org.gtk.vfs.Daemon[2633]: 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.
    Apr 05 12:13:33 gearoid libreoffice-writer.desktop[3124]: X IO Error
    Apr 05 12:13:33 gearoid org.a11y.Bus[2633]: 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.
    Apr 05 12:13:33 gearoid gnome-session[2614]: (gnome-shell:2704): Gdk-WARNING **: gnome-shell: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
    Apr 05 12:13:33 gearoid org.gnome.Shell.CalendarServer[2633]: gnome-shell-calendar-server[2721]: Lost (or failed to acquire) the name org.gnome.Shell.CalendarServer - exiting
    Apr 05 12:13:33 gearoid org.gnome.Shell.CalendarServer[2633]: 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.
    Apr 05 12:13:33 gearoid org.gnome.evolution.dataserver.Sources3[2633]: 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.
    Apr 05 12:13:33 gearoid org.gnome.OnlineAccounts[2633]: 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.
    Apr 05 12:13:33 gearoid org.freedesktop.Telepathy.AccountManager[2633]: 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.
    Apr 05 12:13:33 gearoid gnome-session[2614]: firefox: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
    Apr 05 12:13:33 gearoid org.gtk.Private.UDisks2VolumeMonitor[2633]: g_dbus_connection_real_closed: Remote peer vanished with error: Error receiving message: Connection reset by peer (g-io-error-quark, 0). Exiting.
    Apr 05 12:13:33 gearoid polkitd[383]: Unregistered Authentication Agent for unix-session:c2 (system bus name :1.50, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_AU.UTF-8) (disconnected from bus)
    Apr 05 12:13:33 gearoid gnome-session[2614]: (nm-applet:2763): Gdk-WARNING **: nm-applet: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
    Apr 05 12:13:33 gearoid gnome-session[2614]: 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.
    Apr 05 12:13:33 gearoid gnome-session[2614]: (tracker-miner-fs:2762): GVFS-RemoteVolumeMonitor-WARNING **: Owner of volume monitor org.gtk.Private.UDisks2VolumeMonitor disconnected from the bus; removing drives/volumes/mounts
    Apr 05 12:13:33 gearoid gnome-session[2614]: (tracker-extract:2772): GVFS-RemoteVolumeMonitor-WARNING **: Owner of volume monitor org.gtk.Private.UDisks2VolumeMonitor disconnected from the bus; removing drives/volumes/mounts
    Apr 05 12:13:33 gearoid gnome-session[2614]: 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.
    Apr 05 12:13:33 gearoid gnome-session[2614]: Received signal:15->'Terminated'
    Apr 05 12:13:33 gearoid gnome-session[2614]: OK
    Apr 05 12:13:33 gearoid gnome-session[2614]: ** (zeitgeist-datahub:2764): WARNING **: zeitgeist-datahub.vala:226: Unable to get name "org.gnome.zeitgeist.datahub" on the bus!
    Apr 05 12:13:33 gearoid gnome-session[2614]: 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.
    Apr 05 12:13:33 gearoid org.freedesktop.Tracker1[2633]: 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.
    Apr 05 12:13:33 gearoid gnome-session[2614]: g_dbus_connection_real_closed: Remote peer vanished with error: Error receiving message: Connection reset by peer (g-io-error-quark, 0). Exiting.
    Apr 05 12:13:33 gearoid org.gnome.evolution.dataserver.Calendar4[2633]: g_dbus_connection_real_closed: Remote peer vanished with error: Error receiving message: Connection reset by peer (g-io-error-quark, 0). Exiting.
    Apr 05 12:13:33 gearoid gnome-session[2614]: g_dbus_connection_real_closed: Remote peer vanished with error: Error receiving message: Connection reset by peer (g-io-error-quark, 0). Exiting.
    Apr 05 12:13:33 gearoid gnome-session[2614]: Received signal:15->'Terminated'
    Apr 05 12:13:33 gearoid org.gnome.zeitgeist.Engine[2633]: g_dbus_connection_real_closed: Remote peer vanished with error: Error receiving message: Connection reset by peer (g-io-error-quark, 0). Exiting.
    Apr 05 12:13:33 gearoid gnome-session[2614]: g_dbus_connection_real_closed: Remote peer vanished with error: Error receiving message: Connection reset by peer (g-io-error-quark, 0). Exiting.
    Apr 05 12:13:33 gearoid gnome-session[2614]: Received signal:15->'Terminated'
    Apr 05 12:13:33 gearoid gnome-session[2614]: OK
    Apr 05 12:13:33 gearoid gdm[372]: GdmDisplay: display lasted 0.015464 seconds
    Apr 05 12:13:33 gearoid gnome-session[2614]: Received signal:15->'Terminated'
    Apr 05 12:13:33 gearoid gnome-session[2614]: (tracker-miner-fs:2762): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: The connection is closed
    Apr 05 12:13:33 gearoid gnome-session[2614]: (tracker-miner-fs:2762): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: The connection is closed
    Apr 05 12:13:33 gearoid gnome-session[2614]: (tracker-miner-fs:2762): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: The connection is closed
    Apr 05 12:13:33 gearoid gnome-session[2614]: OK
    Apr 05 12:13:33 gearoid org.freedesktop.Tracker1[2633]: Received signal:15->'Terminated'
    Apr 05 12:13:33 gearoid org.freedesktop.Tracker1[2633]: OK
    Apr 05 12:13:33 gearoid gdm[372]: gdm_display_finish: assertion 'GDM_IS_DISPLAY (display)' failed
    Apr 05 12:13:33 gearoid gdm-session-worker[2599]: <3>GLib: Source ID 40 was not found when attempting to remove it
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: X.Org X Server 1.17.1
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: Release Date: 2015-02-10
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: X Protocol Version 11, Revision 0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: Build Operating System: Linux 3.18.6-1-ARCH x86_64
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: Current Operating System: Linux gearoid 3.19.2-1-ARCH #1 SMP PREEMPT Wed Mar 18 16:21:02 CET 2015 x86_64
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: Kernel command line: initrd=\initramfs-linux.img root=/dev/sda2 rw
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: Build Date: 14 March 2015 06:45:50PM
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: Current version of pixman: 0.32.6
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: Before reporting problems, check [url]http://wiki.x.org[/url]
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: to make sure that you have the latest version.
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: Markers: (--) probed, (**) from config file, (==) default setting,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (++) from command line, (!!) notice, (II) informational,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (++) Log file: "/dev/null", Time: Sun Apr 5 12:13:33 2015
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) No Layout section. Using the first Screen section.
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) No screen section available. Using defaults.
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (**) |-->Screen "Default Screen Section" (0)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (**) | |-->Monitor "<default monitor>"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) No monitor specified for screen "Default Screen Section".
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: Using a default monitor configuration.
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) Automatically adding devices
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) Automatically enabling devices
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) Automatically adding GPU devices
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: Entry deleted from font path.
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: Entry deleted from font path.
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: Entry deleted from font path.
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) FontPath set to:
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: /usr/share/fonts/misc/,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: /usr/share/fonts/TTF/,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: /usr/share/fonts/Type1/
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) ModulePath set to "/usr/lib/xorg/modules"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) The server relies on udev to provide the list of input devices.
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: If no devices become available, reconfigure udev or disable AutoAddDevices.
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) Loader magic: 0x815d80
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) Module ABI versions:
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: X.Org ANSI C Emulation: 0.4
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: X.Org Video Driver: 19.0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: X.Org XInput driver : 21.0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: X.Org Server Extension : 9.0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (EE) systemd-logind: failed to get session: PID 3159 does not belong to any known session
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) xfree86: Adding drm device (/dev/dri/card0)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) xfree86: Adding drm device (/dev/dri/card1)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (--) PCI:*(0:1:0:0) 1002:683d:174b:e214 rev 0, Mem @ 0xc0000000/268435456, 0xfea00000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (--) PCI: (0:7:0:0) 1002:683d:174b:e214 rev 0, Mem @ 0xb0000000/268435456, 0xfe500000/262144, I/O @ 0x0000a000/256, BIOS @ 0x????????/131072
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) LoadModule: "glx"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) Module glx: vendor="X.Org Foundation"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: compiled for 1.17.1, module version = 1.0.0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ABI class: X.Org Server Extension, version 9.0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) AIGLX enabled
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) Matched ati as autoconfigured driver 0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) Matched ati as autoconfigured driver 1
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) Matched ati as autoconfigured driver 2
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) Matched modesetting as autoconfigured driver 3
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) Matched fbdev as autoconfigured driver 4
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) Matched vesa as autoconfigured driver 5
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) Assigned the driver to the xf86ConfigLayout
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) LoadModule: "ati"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) Module ati: vendor="X.Org Foundation"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: compiled for 1.17.0, module version = 7.5.0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: Module class: X.Org Video Driver
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ABI class: X.Org Video Driver, version 19.0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) LoadModule: "radeon"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) Module radeon: vendor="X.Org Foundation"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: compiled for 1.17.0, module version = 7.5.0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: Module class: X.Org Video Driver
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ABI class: X.Org Video Driver, version 19.0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) LoadModule: "modesetting"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) Module modesetting: vendor="X.Org Foundation"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: compiled for 1.17.1, module version = 1.17.1
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: Module class: X.Org Video Driver
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ABI class: X.Org Video Driver, version 19.0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) LoadModule: "fbdev"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (WW) Warning, couldn't open module fbdev
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) UnloadModule: "fbdev"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) Unloading fbdev
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (EE) Failed to load module "fbdev" (module does not exist, 0)
    Apr 05 12:13:33 gearoid org.gnome.zeitgeist.Engine[2633]: [02:13:33.098267 WARNING] zeitgeist-daemon.vala:449: The connection is closed
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) LoadModule: "vesa"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (WW) Warning, couldn't open module vesa
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) UnloadModule: "vesa"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) Unloading vesa
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (EE) Failed to load module "vesa" (module does not exist, 0)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON: Driver for ATI Radeon chipsets:
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X600 (RV380) 3E50 (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon IGP330M/340M/350M (U2) 4337,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X800PRO (R420) JI (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon Mobility 9800 (M18) JN (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon Mobility M7 LW (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility FireGL 7800 M7 LX (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireGL Mobility 9000 (M9) Ld (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon Mobility 9000 (M9) Lf (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon Mobility 9600 (M10) NQ (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon Mobility 9600 (M11) NR (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon Mobility 9600 (M10) NS (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireGL Mobility T2 (M10) NT (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X800PRO (R423) UI (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X800LE (R423) UJ (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X800SE (R423) UK (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireGL unknown (R423) UR (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireGL unknown (R423) UT (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility FireGL V5000 (M26) (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility FireGL V5000 (M26) (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon X700 XL (M26) (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon X700 (M26) (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon X700 (M26) (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon Mobility 9100 IGP (U3) 5835,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon XPRESS 200 5954 (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon XPRESS 200M 5975 (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon XPRESS 200 5A41 (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon XPRESS 200M 5A42 (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon XPRESS 200 5A61 (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon XPRESS 200M 5A62 (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X300 (RV370) 5B60 (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X600 (RV370) 5B62 (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X550 (RV370) 5B63 (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireGL V3100 (RV370) 5B64 (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon X800 XT (M28) (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility FireGL V5100 (M28) (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X850 XT PE (R480) (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X850 XT (R480) (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X800XT (R423) 5D57 (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X700 PRO (RV410) (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon HD 3850 X2, ATI RV670,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireGL V3600, ATI Radeon HD 2600 LE,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: SUMO, SUMO, SUMO2, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: AMD Radeon HD 6300 Series Graphics,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FirePro (FireGL) Graphics Adapter,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FirePro (FireGL) Graphics Adapter,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: AMD Firestream 9350, ATI Radeon HD 5800 Series,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon HD 5800 Series,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FirePro (FireGL) Graphics Adapter,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FirePro (FireGL) Graphics Adapter,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon HD 5000 Series,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FirePro (FireGL) Graphics Adapter,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon HD 5000 Series,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Mobility Radeon Graphics, CEDAR,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FirePro (FireGL) Graphics Adapter,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: BARTS, BARTS, Mobility Radeon HD 6000 Series,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: VERDE, VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: HAINAN, HAINAN, HAINAN, HAINAN, HAINAN, HAINAN, BONAIRE, BONAIRE,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: KABINI, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: MULLINS, MULLINS, MULLINS, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: KAVERI, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII,
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: HAWAII, HAWAII, HAWAII, HAWAII, HAWAII
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (++) using VT number 1
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) [KMS] Kernel modesetting enabled.
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) [KMS] Kernel modesetting enabled.
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (WW) Falling back to old probe method for modesetting
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Creating default Display subsection in Screen section
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: "Default Screen Section" for depth/fbbpp 24/32
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) RADEON(0): Default visual is TrueColor
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) RADEON(0): RGB weight 888
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (--) RADEON(0): Chipset: "VERDE" (ChipID = 0x683d)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) Loading sub module "dri2"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) LoadModule: "dri2"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) Module "dri2" already built-in
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) Loading sub module "glamoregl"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) LoadModule: "glamoregl"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) Module glamoregl: vendor="X.Org Foundation"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: compiled for 1.17.1, module version = 1.0.0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: ABI class: X.Org ANSI C Emulation, version 0.4
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) glamor: OpenGL accelerated X.org driver based.
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) glamor: EGL version 1.4 (DRI2):
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): glamor detected, initialising EGL layer.
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): KMS Color Tiling: enabled
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): KMS Color Tiling 2D: enabled
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): KMS Pageflipping: enabled
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): SwapBuffers wait for vsync: enabled
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Output DisplayPort-0 has no monitor section
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Output DisplayPort-1 has no monitor section
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Output HDMI-0 has no monitor section
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Output DVI-0 has no monitor section
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): EDID for output DisplayPort-0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): EDID for output DisplayPort-1
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): EDID for output HDMI-0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Manufacturer: GSM Model: 57c6 Serial#: 16843009
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Year: 2009 Week: 1
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): EDID Version: 1.3
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Digital Display Input
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Max Image Size [cm]: horiz.: 48 vert.: 27
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Gamma: 2.20
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): DPMS capabilities: StandBy Suspend Off
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): First detailed timing is preferred mode
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): redX: 0.631 redY: 0.349 greenX: 0.341 greenY: 0.622
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): blueX: 0.152 blueY: 0.058 whiteX: 0.313 whiteY: 0.329
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Supported established timings:
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): 640x480@60Hz
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): 800x600@60Hz
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): 1024x768@60Hz
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Manufacturer's mask: 0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Supported standard timings:
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 60 vid: 16497
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): #3: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Supported detailed timing:
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): clock: 148.5 MHz Image Size: 477 x 268 mm
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Ranges: V min: 56 V max: 61 Hz, H min: 30 H max: 83 kHz, PixClock max 155 MHz
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Monitor name: E2240
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Serial No: SerialNumber
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Supported detailed timing:
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): clock: 148.5 MHz Image Size: 510 x 290 mm
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Supported detailed timing:
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): clock: 74.2 MHz Image Size: 510 x 290 mm
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Supported detailed timing:
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): clock: 74.2 MHz Image Size: 510 x 290 mm
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Supported detailed timing:
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): clock: 27.0 MHz Image Size: 510 x 290 mm
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Number of EDID sections to follow: 1
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): EDID (in hex):
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): 00ffffffffffff001e6dc65701010101
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): 0113010380301b78ea9535a159579f27
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): 0e5054210800714081808140b3000101
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): 010101010101023a801871382d40582c
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): 4500dd0c1100001e000000fd00383d1e
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): 530f000a202020202020000000fc0045
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): 323234300a20202020202020000000ff
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): 0053657269616c4e756d6265720a01de
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): 02031df14a900403011412051f101323
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): 0907078301000065030c002000023a80
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): 1871382d40582c4500fe221100001e01
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): 1d8018711c1620582c2500fe22110000
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): 9e011d007251d01e206e285500fe2211
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): 00001e8c0ad08a20e02d10103e9600fe
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): 22110000180000000000000000000000
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): 000000000000000000000000000000d6
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Printing probed modes for output HDMI-0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Modeline "1920x1080i"x60.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Modeline "1920x1080i"x50.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Modeline "1920x1080i"x59.9 74.18 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Modeline "1152x864"x60.0 81.58 1152 1216 1336 1520 864 865 868 895 -hsync +vsync (53.7 kHz)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): EDID for output DVI-0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Output DisplayPort-0 disconnected
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Output DisplayPort-1 disconnected
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Output HDMI-0 connected
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Output DVI-0 disconnected
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Using exact sizes for initial modes
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Output HDMI-0 using initial mode 1920x1080
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) RADEON(0): mem size init: gart size :3fbce000 vram size: s:40000000 visible:3f39d000
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (==) RADEON(0): DPI set to (96, 96)
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) Loading sub module "fb"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) LoadModule: "fb"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) Loading /usr/lib/xorg/modules/libfb.so
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: (II) Module fb: vendor="X.Org Foundation"
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]: compiled for 1.17.1, module version = 1.0.0
    Apr 05 12:13:33 gearoid gdm-Xorg-:1[3159]

    ayekat wrote:
    Welcome to the Arch Forums!
    Please put your verbatim console output in  tags. It comes with the benefit of being easier to read and limiting the amount of space the logs take in this thread.
    I'm not using GNOME, but it appears to me that one of your GNOME plugins is causing trouble. However, as I don't use GNOME, I cannot quite see which one - it's just what I interpret from this line:
    1428199998932 addons.manager ERROR Exception calling provider GMPProvider.getAddonByID: TypeError: this._plugins is null (resource://gre/modules/addons/GMPProvider.jsm:518:8) JS Stack trace: [email protected]:518:9 < [email protected]:235:12 < [email protected]:2009:1 < [email protected]:311:7 < [email protected]:2014:13 < [email protected]:362:7 < [email protected]:235:12 < [email protected]:2009:1 < [email protected]:311:7 < [email protected]:2014:13 < [email protected]:3815:7 < makeSafe/<@XPIProviderUtils.js:145:17 < [email protected]:126:5 < this.XPIDatabase.getAddon/<@XPIProviderUtils.js:1069:9 < [email protected]:870:23 < [email protected]:749:7 < this.PromiseWalker.scheduleWalkerLoop/<@Promise-backend.js:691:37 < [email protected]:2348:5 < [email protected]:2118:13 < [email protected]:208:12 < [email protected]:667:5 < [email protected]:821:9 < [email protected]:2399:5 < [email protected]:55:7
    Have you tried disabling a few of them to see at what point the problem disappears?
    Also, and forgive me for being offtopic, but I chuckled hard at
    Apr 05 12:13:32 gearoid gdm-Xorg-:0[378]: (EE) Please also check the log file at "/dev/null" for additional information.
    EDIT
    ugh - too slow
    Hey ayekat, I disabled all the gnome extensions from the gnome tweak tool and it appears it cleaned up them "addon" errors (well they haven't appeared again since replicating the crash). From what I can understand, libreoffice is crashing xserver. I'll try re-installing the graphics driver to see if it helps?

  • [solved] aiglx error with nouveau

    I can't identity the xorg errors. I'm using nouveau (nvidia geforce 6200) on a fresh (two weeks old) and up-to date xfce installation. No login-manager is used. My system is as basic as possible: no AUR packages, no testing.
    grep -e "EE" -e "WW" /var/log/Xorg.0.log
    [  1857.229] Current Operating System: Linux dhcppc1 3.3.6-1-ARCH #1 SMP PREEMPT Sun May 13 09:59:18 UTC 2012 i686
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [  1857.245] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [  1857.245] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [  1857.248] (II) Loading extension MIT-SCREEN-SAVER
    [  1857.580] (EE) AIGLX error: Calling driver entry point failed
    [  1857.580] (EE) AIGLX: reverting to software renderingx
    Last edited by mumpf (2012-05-24 14:21:51)

    ConnorBehan wrote:Does it work if you load the module with nomodeset?
    Nouveau *needs* modesetting. It's the only way it'll work. Disabling modeset means disabling nouveau entirely.
    ConnorBehan wrote:You're putting:
    Load "dri"
    Load "dri2"
    Load "glx"
    in your xorg.conf too right?
    Those are all default. No xorg.conf at all is needed for nouveau.
    @mumpf, do you have up-to-date versions of xf86-video-nouveau and libdrm-nouveau installed? Those would be 0.0.16_git20120512-1 and 2.4.34-1

  • Crashing when viewing video using Mini Display port

    My 13" MacBook Pro (Model Identifier: MacBookPro7,1) with the NVIDIA GeForce 320M, frequently crashes when using the Mini Displayport. This occurs when using a Mini Display to DVI cable, which is then connected to a DVI to HDMI adaptor and Toshiba rear projection CRT TV with HDMI input. The MacBook Pro always recognizes the TV normally and displays a second display.
    The crash occurs either during video playback but more frequently *when ending playback on the TV*. It frequently crashes with a pink/magenta screen on the MacBook Pro. The freezing is a hard lockup, completely unresponsive and requires me holding the power button down for 5+ seconds to recover. It doesn't matter if it's a DVD playing or video file of some sort.
    The DVI to HDMI adaptor and TV's HDMI port otherwise work flawlessly with other devices, including my previous G4 based laptop with DVI out.

    I have a similar deal. I'm using the MiniPort VGA adapter for a secondary LCD screen and it crashes in the same fashion, sometimes it takes 30 mins, sometimes it takes 8 hours for it to happen. Please let me know if you figure out a solution, i'll do the same.

  • KT4 Geforce 4 4800 Still Probs

    MAn this still wont run properly.
    KT4 MS 6950
    XP2000+
    512 2700 DDR333 RAM (1 DIMM)
    40GB MAXTOR
    WIN98 SE (USED TO BE XP PRO)
    400W POWER SUPPLY
    WINFAST (LEADTEK) GEFORCE 4 4800 128MB 8X AGP
    ON BOARD SOUND ENABLED
    So I have tried everything but it still restarts or goes to desktop when playing 3d games, I tried increasing AGP voltage to 1.8 but system became more unstable.
    Tried my old Geforce 2 GTS 64mb card and it ran fine with no crashes, Its gotta be the GF4 cards memory or something?!?!?!?
    Please help its been a month now!
    Thanks
    Nathan  X(

    Maybe you got a defective GeForce.  
    Similar crashes would happen to me when I had my RAM tweaked.  I was messing around with cas latencies, and I came to a setting that I thought was stable, but it would restart randomly in games.  Make sure your RAM is configured by speed, and everything else is on auto.  Actually try failsafe defaults.  Then just put your FSB on 133 so the processor runs at the appropriate speed.  Then see if it crashes.
    Windows 98 seems a bit old for that system.  I don't think that would make a difference, but you never know.  I am running Win2K Pro, and haven't had problems.
    Did you install the VIA drivers?  Update those, your bios, and get the latest Nvidia drivers off their website.  Also update Windows.  Mine was giving me STOP errors until I got service pack 3.

  • Xorg segfault [solved]

    Some wine applications crash my xorg.. Here is the log:
    [ 474.208]
    X.Org X Server 1.14.1
    Release Date: 2013-04-17
    [ 474.209] X Protocol Version 11, Revision 0
    [ 474.209] Build Operating System: Linux 3.8.7-1-ARCH x86_64
    [ 474.209] Current Operating System: Linux pendulum 3.9.7-1-ARCH #1 SMP PREEMPT Thu Jun 20 22:45:32 CEST 2013 x86_64
    [ 474.209] Kernel command line: root=/dev/disk/by-id/ata-WDC_WD5000AADS-00S9B0_WD-WCAV91496126-part2 zfs=maindisk/root quiet ro initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
    [ 474.209] Build Date: 17 April 2013 02:37:06PM
    [ 474.209]
    [ 474.209] Current version of pixman: 0.30.0
    [ 474.209] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 474.209] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 474.210] (==) Log file: "/var/log/Xorg.2.log", Time: Sun Jun 23 15:24:17 2013
    [ 474.210] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 474.211] (==) No Layout section. Using the first Screen section.
    [ 474.211] (==) No screen section available. Using defaults.
    [ 474.211] (**) |-->Screen "Default Screen Section" (0)
    [ 474.211] (**) | |-->Monitor "<default monitor>"
    [ 474.211] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 474.211] (==) Automatically adding devices
    [ 474.211] (==) Automatically enabling devices
    [ 474.211] (==) Automatically adding GPU devices
    [ 474.211] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 474.211] Entry deleted from font path.
    [ 474.211] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 474.211] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 474.211] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 474.211] (II) Loader magic: 0x7fcc20
    [ 474.211] (II) Module ABI versions:
    [ 474.212] X.Org ANSI C Emulation: 0.4
    [ 474.212] X.Org Video Driver: 14.1
    [ 474.212] X.Org XInput driver : 19.1
    [ 474.212] X.Org Server Extension : 7.0
    [ 474.212] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 474.212] setversion 1.4 failed
    [ 474.213] (--) PCI:*(0:1:0:0) 10de:0615:19da:7103 rev 162, Mem @ 0xe6000000/16777216, 0xd0000000/268435456, 0xe4000000/33554432, I/O @ 0x0000b000/128, BIOS @ 0x????????/131072
    [ 474.213] Initializing built-in extension Generic Event Extension
    [ 474.214] Initializing built-in extension SHAPE
    [ 474.214] Initializing built-in extension MIT-SHM
    [ 474.214] Initializing built-in extension XInputExtension
    [ 474.214] Initializing built-in extension XTEST
    [ 474.214] Initializing built-in extension BIG-REQUESTS
    [ 474.214] Initializing built-in extension SYNC
    [ 474.214] Initializing built-in extension XKEYBOARD
    [ 474.214] Initializing built-in extension XC-MISC
    [ 474.214] Initializing built-in extension SECURITY
    [ 474.214] Initializing built-in extension XINERAMA
    [ 474.214] Initializing built-in extension XFIXES
    [ 474.214] Initializing built-in extension RENDER
    [ 474.214] Initializing built-in extension RANDR
    [ 474.214] Initializing built-in extension COMPOSITE
    [ 474.214] Initializing built-in extension DAMAGE
    [ 474.214] Initializing built-in extension MIT-SCREEN-SAVER
    [ 474.214] Initializing built-in extension DOUBLE-BUFFER
    [ 474.215] Initializing built-in extension RECORD
    [ 474.215] Initializing built-in extension DPMS
    [ 474.215] Initializing built-in extension X-Resource
    [ 474.215] Initializing built-in extension XVideo
    [ 474.215] Initializing built-in extension XVideo-MotionCompensation
    [ 474.215] Initializing built-in extension XFree86-VidModeExtension
    [ 474.215] Initializing built-in extension XFree86-DGA
    [ 474.215] Initializing built-in extension XFree86-DRI
    [ 474.215] Initializing built-in extension DRI2
    [ 474.215] (II) LoadModule: "glx"
    [ 474.215] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 474.252] (II) Module glx: vendor="NVIDIA Corporation"
    [ 474.252] compiled for 4.0.2, module version = 1.0.0
    [ 474.252] Module class: X.Org Server Extension
    [ 474.252] (II) NVIDIA GLX Module 319.23 Thu May 16 19:23:10 PDT 2013
    [ 474.252] Loading extension GLX
    [ 474.252] (==) Matched nouveau as autoconfigured driver 0
    [ 474.252] (==) Matched nvidia as autoconfigured driver 1
    [ 474.253] (==) Matched nv as autoconfigured driver 2
    [ 474.253] (==) Matched vesa as autoconfigured driver 3
    [ 474.253] (==) Matched modesetting as autoconfigured driver 4
    [ 474.253] (==) Matched fbdev as autoconfigured driver 5
    [ 474.253] (==) Assigned the driver to the xf86ConfigLayout
    [ 474.253] (II) LoadModule: "nouveau"
    [ 474.254] (WW) Warning, couldn't open module nouveau
    [ 474.254] (II) UnloadModule: "nouveau"
    [ 474.254] (II) Unloading nouveau
    [ 474.254] (EE) Failed to load module "nouveau" (module does not exist, 0)
    [ 474.254] (II) LoadModule: "nvidia"
    [ 474.254] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 474.255] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 474.255] compiled for 4.0.2, module version = 1.0.0
    [ 474.255] Module class: X.Org Video Driver
    [ 474.255] (II) LoadModule: "nv"
    [ 474.255] (II) Loading /usr/lib/xorg/modules/drivers/nv_drv.so
    [ 474.255] (II) Module nv: vendor="X.Org Foundation"
    [ 474.255] compiled for 1.14.0, module version = 2.1.20
    [ 474.256] Module class: X.Org Video Driver
    [ 474.256] ABI class: X.Org Video Driver, version 14.1
    [ 474.256] (II) LoadModule: "vesa"
    [ 474.256] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 474.256] (II) Module vesa: vendor="X.Org Foundation"
    [ 474.256] compiled for 1.14.0, module version = 2.3.2
    [ 474.256] Module class: X.Org Video Driver
    [ 474.256] ABI class: X.Org Video Driver, version 14.1
    [ 474.256] (II) LoadModule: "modesetting"
    [ 474.257] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 474.257] (II) Module modesetting: vendor="X.Org Foundation"
    [ 474.257] compiled for 1.14.1, module version = 0.8.0
    [ 474.257] Module class: X.Org Video Driver
    [ 474.257] ABI class: X.Org Video Driver, version 14.1
    [ 474.257] (II) LoadModule: "fbdev"
    [ 474.257] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 474.257] (II) Module fbdev: vendor="X.Org Foundation"
    [ 474.258] compiled for 1.14.0, module version = 0.4.3
    [ 474.258] Module class: X.Org Video Driver
    [ 474.258] ABI class: X.Org Video Driver, version 14.1
    [ 474.258] (II) NVIDIA dlloader X Driver 319.23 Thu May 16 19:02:20 PDT 2013
    [ 474.258] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 474.258] (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2,
    Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64,
    Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400,
    GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go,
    GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra,
    Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420,
    GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go,
    GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL,
    GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL,
    GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X,
    GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X,
    GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL,
    Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI,
    GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3,
    GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600,
    GeForce4 Ti 4400, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL,
    Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X,
    GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL,
    Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra,
    GeForce FX 5800, Quadro FX 2000, Quadro FX 1000,
    GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT,
    GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700,
    GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200,
    GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250,
    GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M,
    Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI,
    GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX 5900 Ultra,
    GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra,
    GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700,
    GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE,
    GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700,
    Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra, GeForce 6800,
    GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 XT, GeForce 6800 GT,
    GeForce 6800 GT, GeForce 6800 GS, GeForce 6800 XT, Quadro FX 4000,
    GeForce 6800 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 XT,
    GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400,
    Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT,
    GeForce 6600, GeForce 6600 LE, GeForce 6600 VE, GeForce Go 6600,
    GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL,
    GeForce Go 6600, GeForce Go 6600 GT, Quadro NVS 440, Quadro FX 550,
    Quadro FX 550, Quadro FX 540, GeForce 6200, GeForce 6500,
    GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM),
    GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6400,
    GeForce Go 6200, GeForce Go 6400, GeForce 6250, GeForce 7100 GS,
    GeForce 6800, GeForce 6800 LE, GeForce 6800 GT, GeForce 6800 XT,
    GeForce 6200, GeForce 6200 A-LE, GeForce 7800 GTX, GeForce 7800 GTX,
    GeForce 7800 GT, GeForce 7800 GS, GeForce 7800 SLI, GeForce Go 7800,
    GeForce Go 7800 GTX, Quadro FX 4500, GeForce 7350 LE,
    GeForce 7300 LE, GeForce 7300 SE, GeForce Go 7200, GeForce Go 7300,
    GeForce Go 7400, GeForce Go 7400 GS, Quadro NVS 110M,
    Quadro NVS 120M, Quadro FX 350M, GeForce 7500 LE, Quadro FX 350,
    GeForce 7300 GS, GeForce 7650 GS, GeForce 7600 GT, GeForce 7600 GS,
    GeForce 7300 GT, GeForce 7600 LE, GeForce 7300 GT, GeForce Go 7700,
    GeForce Go 7600, GeForce Go 7600 GT, Quadro NVS 300M,
    GeForce Go 7900 SE, Quadro FX 550M, Quadro FX 560, GeForce 7900 GTX,
    GeForce 7900 GT, GeForce 7900 GS, GeForce 7950 GX2, GeForce 7950 GX2,
    GeForce 7950 GT, GeForce Go 7950 GTX, GeForce Go 7900 GS,
    GeForce Go 7900 GTX, Quadro FX 2500M, Quadro FX 1500M,
    Quadro FX 5500, Quadro FX 3500, Quadro FX 1500, Quadro FX 4500 X2,
    GeForce 6150, GeForce 6150 LE, GeForce 6100, GeForce Go 6150,
    Quadro NVS 210S / NVIDIA GeForce 6150LE, GeForce Go 6100,
    GeForce 6150SE, GeForce 6100 nForce 405, GeForce 6100 nForce 400,
    GeForce 6100 nForce 420, GeForce 7150M / nForce 630M,
    GeForce 7000M / nForce 610M, GeForce 7050 PV / nForce 630a,
    GeForce 7050 PV / nForce 630a, GeForce 7025 / nForce 630a,
    GeForce 8800 GTX, GeForce 8800 GTS, GeForce 8800 Ultra,
    Quadro FX 5600, Quadro FX 4600, GeForce 8600 GTS, GeForce 8600 GT,
    GeForce 8600 GT, GeForce 8600 GS, GeForce 8400 GS, GeForce 9500M GS,
    GeForce 8300 GS, GeForce 8600M GT, GeForce 9650M GS,
    GeForce 8700M GT, Quadro FX 370, Quadro NVS 320M, Quadro FX 570M,
    Quadro FX 1600M, Quadro FX 570, Quadro FX 1700, GeForce GT 330,
    GeForce 8400 SE, GeForce 8500 GT, GeForce 8400 GS, GeForce 8300 GS,
    GeForce 8400 GS, GeForce 8600M GS, GeForce 8400M GT,
    GeForce 8400M GS, GeForce 8400M G, Quadro NVS 140M, Quadro NVS 130M,
    Quadro NVS 135M, GeForce 9400 GT, Quadro FX 360M, GeForce 9300M G,
    Quadro NVS 290, GeForce GTX 295, GeForce GTX 280, GeForce GTX 260,
    GeForce GTX 285, GeForce GTX 275, GeForce GTX 260, GeForce GTX 295,
    Quadroplex 2200 D2, Quadroplex 2200 S4, Quadro CX, Quadro FX 5800,
    Quadro FX 4800, Quadro FX 3800, GeForce 8800 GTS 512,
    GeForce 9800 GT, GeForce 8800 GT, GeForce GT 230, GeForce 9800 GX2,
    GeForce 9800 GT, GeForce 8800 GS, GeForce GTS 240, GeForce 9800M GTX,
    GeForce 8800M GTS, GeForce GTX 280M, GeForce 9800M GT,
    GeForce 8800M GTX, GeForce 8800 GS, GeForce GTX 285M,
    GeForce 9600 GSO, GeForce 8800 GT, GeForce 9800 GTX/9800 GTX+,
    GeForce 9800 GTX+, GeForce 9800 GT, GeForce GTS 250,
    GeForce 9800M GTX, GeForce GTX 260M, Quadro FX 4700 X2,
    Quadro FX 3700, Quadro VX 200, Quadro FX 3600M, Quadro FX 2800M,
    Quadro FX 3700M, Quadro FX 3800M, GeForce 9600 GT, GeForce 9600 GS,
    GeForce 9600 GSO 512, GeForce GT 130, GeForce GT 140,
    GeForce 9800M GTS, GeForce 9700M GTS, GeForce 9800M GS,
    GeForce 9800M GTS, GeForce 9600 GT, GeForce 9600 GT,
    GeForce GTS 160M, GeForce GTS 150M, GeForce 9600 GSO,
    GeForce 9600 GT, Quadro FX 1800, Quadro FX 2700M, GeForce 9500 GT,
    GeForce 9400 GT, GeForce 9500 GT, GeForce 9500 GS, GeForce 9500 GS,
    GeForce GT 120, GeForce 9600M GT, GeForce 9600M GS, GeForce 9600M GT,
    GeForce 9700M GT, GeForce 9500M G, GeForce 9650M GT, GeForce G 110M,
    GeForce GT 130M, GeForce GT 120M, GeForce GT 220M, GeForce 9650 S,
    Quadro FX 380, Quadro FX 580, Quadro FX 1700M, GeForce 9400 GT,
    Quadro FX 770M, GeForce 9300 GE, GeForce 9300 GS, GeForce 8400,
    GeForce 8400 SE, GeForce 8400 GS, GeForce 9300M GS, GeForce G100,
    GeForce 9300 SE, GeForce 9200M GS, GeForce 9300M GS, Quadro NVS 150M,
    Quadro NVS 160M, GeForce G 105M, GeForce G 103M, GeForce G105M,
    Quadro NVS 420, Quadro FX 370 LP, Quadro NVS 450, Quadro FX 370M,
    Quadro NVS 295, GeForce 9100M G, GeForce 8200M G, GeForce 9200,
    GeForce 9100, GeForce 8300, GeForce 8200, nForce 730a, GeForce 9200,
    nForce 980a/780a SLI, nForce 750a SLI, GeForce 8100 / nForce 720a,
    GeForce 9400, GeForce 9400, GeForce 9400M G, GeForce 9400M,
    GeForce 9300, ION, GeForce 9400M G, GeForce 9400, nForce 760i SLI,
    GeForce 9400, GeForce 9300 / nForce 730i, GeForce 9200,
    GeForce 9100M G, GeForce 8200M G, GeForce 9400M, GeForce 9200,
    GeForce G102M, GeForce G102M, ION, ION, GeForce 9400, ION, ION LE,
    ION LE, GeForce GT 220, GeForce 315, GeForce 210, GeForce GT 230M,
    GeForce GT 330M, GeForce GT 230M, GeForce GT 330M, NVS 5100M,
    GeForce GT 320M, GeForce GT 240M, GeForce GT 325M, Quadro FX 880M,
    GeForce G210, GeForce 205, GeForce 310, ION, GeForce 210,
    GeForce 310, GeForce 315, GeForce G105M, GeForce G105M, NVS 2100M,
    NVS 3100M, GeForce 305M, ION, GeForce 310M, GeForce 305M,
    GeForce 310M, GeForce 305M, GeForce G210M, GeForce 310M,
    Quadro FX 380 LP, Quadro FX 380M, GeForce GT 330, GeForce GT 320,
    GeForce GT 240, GeForce GT 340, GeForce GT 330, GeForce GTS 260M,
    GeForce GTS 250M, GeForce 315, GeForce GT 335M, GeForce GTS 350M,
    GeForce GTS 360M, Quadro FX 1800M
    [ 474.299] (II) VESA: driver for VESA chipsets: vesa
    [ 474.299] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 474.299] (II) FBDEV: driver for framebuffer: fbdev
    [ 474.300] (--) using VT number 2
    [ 474.747] (II) Loading sub module "fb"
    [ 474.747] (II) LoadModule: "fb"
    [ 474.747] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 474.747] (II) Module fb: vendor="X.Org Foundation"
    [ 474.747] compiled for 1.14.1, module version = 1.0.0
    [ 474.747] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 474.747] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 474.747] (II) Loading sub module "wfb"
    [ 474.747] (II) LoadModule: "wfb"
    [ 474.747] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 474.748] (II) Module wfb: vendor="X.Org Foundation"
    [ 474.748] compiled for 1.14.1, module version = 1.0.0
    [ 474.748] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 474.748] (II) Loading sub module "shadow"
    [ 474.748] (II) LoadModule: "shadow"
    [ 474.748] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [ 474.748] (II) Module shadow: vendor="X.Org Foundation"
    [ 474.748] compiled for 1.14.1, module version = 1.1.0
    [ 474.748] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 474.748] (II) Loading sub module "ramdac"
    [ 474.748] (II) LoadModule: "ramdac"
    [ 474.748] (II) Module "ramdac" already built-in
    [ 474.749] (WW) Falling back to old probe method for vesa
    [ 474.749] (WW) Falling back to old probe method for modesetting
    [ 474.749] (WW) Falling back to old probe method for fbdev
    [ 474.749] (II) Loading sub module "fbdevhw"
    [ 474.749] (II) LoadModule: "fbdevhw"
    [ 474.749] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [ 474.749] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 474.749] compiled for 1.14.1, module version = 0.0.2
    [ 474.749] ABI class: X.Org Video Driver, version 14.1
    [ 474.749] (EE) open /dev/fb0: No such file or directory
    [ 474.749] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 474.749] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 474.749] (==) NVIDIA(0): RGB weight 888
    [ 474.749] (==) NVIDIA(0): Default visual is TrueColor
    [ 474.749] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 474.750] (**) NVIDIA(0): Enabling 2D acceleration
    [ 474.948] (II) NVIDIA(GPU-0): Display (Acer S240HL (DFP-0)) does not support NVIDIA 3D
    [ 474.948] (II) NVIDIA(GPU-0): Vision stereo.
    [ 474.949] (II) NVIDIA(0): NVIDIA GPU GeForce GTS 250 (G92) at PCI:1:0:0 (GPU-0)
    [ 474.949] (--) NVIDIA(0): Memory: 1048576 kBytes
    [ 474.949] (--) NVIDIA(0): VideoBIOS: 62.92.7e.00.00
    [ 474.949] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 474.955] (--) NVIDIA(0): Valid display device(s) on GeForce GTS 250 at PCI:1:0:0
    [ 474.955] (--) NVIDIA(0): CRT-0
    [ 474.955] (--) NVIDIA(0): CRT-1
    [ 474.955] (--) NVIDIA(0): TV-0
    [ 474.955] (--) NVIDIA(0): Acer S240HL (DFP-0) (boot, connected)
    [ 474.955] (--) NVIDIA(0): DFP-1
    [ 474.955] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
    [ 474.955] (--) NVIDIA(0): CRT-1: 400.0 MHz maximum pixel clock
    [ 474.955] (--) NVIDIA(0): TV-0: 400.0 MHz maximum pixel clock
    [ 474.955] (--) NVIDIA(0): Acer S240HL (DFP-0): 330.0 MHz maximum pixel clock
    [ 474.955] (--) NVIDIA(0): Acer S240HL (DFP-0): Internal Dual Link TMDS
    [ 474.955] (--) NVIDIA(0): DFP-1: 330.0 MHz maximum pixel clock
    [ 474.955] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS
    [ 474.955] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 474.955] (**) NVIDIA(0): device Acer S240HL (DFP-0) (Using EDID frequencies has
    [ 474.955] (**) NVIDIA(0): been enabled on all display devices.)
    [ 474.957] (==) NVIDIA(0):
    [ 474.957] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 474.957] (==) NVIDIA(0): will be used as the requested mode.
    [ 474.957] (==) NVIDIA(0):
    [ 474.957] (II) NVIDIA(0): Validated MetaModes:
    [ 474.957] (II) NVIDIA(0): "DFP-0:nvidia-auto-select{}"
    [ 474.957] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
    [ 474.987] (--) NVIDIA(0): DPI set to (92, 91); computed from "UseEdidDpi" X config
    [ 474.987] (--) NVIDIA(0): option
    [ 474.987] (II) UnloadModule: "nv"
    [ 474.988] (II) Unloading nv
    [ 474.988] (II) UnloadModule: "vesa"
    [ 474.988] (II) Unloading vesa
    [ 474.988] (II) UnloadModule: "modesetting"
    [ 474.988] (II) Unloading modesetting
    [ 474.988] (II) UnloadModule: "fbdev"
    [ 474.988] (II) Unloading fbdev
    [ 474.988] (II) UnloadSubModule: "fbdevhw"
    [ 474.988] (II) Unloading fbdevhw
    [ 474.988] (--) Depth 24 pixmap format is 32 bpp
    [ 474.988] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
    [ 474.991] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 474.991] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 474.991] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 474.991] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 474.991] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 474.991] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 474.991] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 474.991] (II) NVIDIA(0): Config Options in the README.
    [ 474.996] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select{}"
    [ 475.029] Loading extension NV-GLX
    [ 475.039] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 475.041] (==) NVIDIA(0): Backing store disabled
    [ 475.041] (==) NVIDIA(0): Silken mouse enabled
    [ 475.042] (==) NVIDIA(0): DPMS enabled
    [ 475.042] Loading extension NV-CONTROL
    [ 475.042] Loading extension XINERAMA
    [ 475.042] (II) Loading sub module "dri2"
    [ 475.042] (II) LoadModule: "dri2"
    [ 475.042] (II) Module "dri2" already built-in
    [ 475.042] (II) NVIDIA(0): [DRI2] Setup complete
    [ 475.042] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 475.042] (--) RandR disabled
    [ 475.046] (II) Initializing extension GLX
    [ 475.195] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 475.195] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 475.195] (II) LoadModule: "evdev"
    [ 475.196] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 475.196] (II) Module evdev: vendor="X.Org Foundation"
    [ 475.196] compiled for 1.14.0, module version = 2.8.0
    [ 475.196] Module class: X.Org XInput Driver
    [ 475.196] ABI class: X.Org XInput driver, version 19.1
    [ 475.196] (II) Using input driver 'evdev' for 'Power Button'
    [ 475.196] (**) Power Button: always reports core events
    [ 475.196] (**) evdev: Power Button: Device: "/dev/input/event4"
    [ 475.196] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 475.196] (--) evdev: Power Button: Found keys
    [ 475.196] (II) evdev: Power Button: Configuring as keyboard
    [ 475.196] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
    [ 475.196] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 475.196] (**) Option "xkb_rules" "evdev"
    [ 475.196] (**) Option "xkb_model" "evdev"
    [ 475.196] (**) Option "xkb_layout" "us"
    [ 475.217] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 475.217] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 475.217] (II) Using input driver 'evdev' for 'Power Button'
    [ 475.217] (**) Power Button: always reports core events
    [ 475.217] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 475.217] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 475.217] (--) evdev: Power Button: Found keys
    [ 475.218] (II) evdev: Power Button: Configuring as keyboard
    [ 475.218] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event3"
    [ 475.218] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 475.218] (**) Option "xkb_rules" "evdev"
    [ 475.218] (**) Option "xkb_model" "evdev"
    [ 475.218] (**) Option "xkb_layout" "us"
    [ 475.218] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 475.218] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 475.218] setversion 1.4 failed
    [ 475.218] (II) config/udev: Adding input device A4TECH USB Device (/dev/input/event1)
    [ 475.219] (**) A4TECH USB Device: Applying InputClass "evdev keyboard catchall"
    [ 475.219] (II) Using input driver 'evdev' for 'A4TECH USB Device'
    [ 475.219] (**) A4TECH USB Device: always reports core events
    [ 475.219] (**) evdev: A4TECH USB Device: Device: "/dev/input/event1"
    [ 475.219] (II) evdev: A4TECH USB Device: Using mtdev for this device
    [ 475.219] (--) evdev: A4TECH USB Device: Vendor 0x9da Product 0x9090
    [ 475.219] (--) evdev: A4TECH USB Device: Found 1 mouse buttons
    [ 475.219] (--) evdev: A4TECH USB Device: Found scroll wheel(s)
    [ 475.219] (--) evdev: A4TECH USB Device: Found relative axes
    [ 475.219] (--) evdev: A4TECH USB Device: Found absolute axes
    [ 475.219] (--) evdev: A4TECH USB Device: Found absolute multitouch axes
    [ 475.219] (--) evdev: A4TECH USB Device: Found x and y absolute axes
    [ 475.219] (--) evdev: A4TECH USB Device: Found keys
    [ 475.219] (II) evdev: A4TECH USB Device: Forcing relative x/y axes to exist.
    [ 475.219] (II) evdev: A4TECH USB Device: Configuring as mouse
    [ 475.219] (II) evdev: A4TECH USB Device: Configuring as keyboard
    [ 475.219] (II) evdev: A4TECH USB Device: Adding scrollwheel support
    [ 475.219] (**) evdev: A4TECH USB Device: YAxisMapping: buttons 4 and 5
    [ 475.219] (**) evdev: A4TECH USB Device: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 475.219] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/input/input1/event1"
    [ 475.219] (II) XINPUT: Adding extended input device "A4TECH USB Device" (type: KEYBOARD, id 8)
    [ 475.219] (**) Option "xkb_rules" "evdev"
    [ 475.219] (**) Option "xkb_model" "evdev"
    [ 475.220] (**) Option "xkb_layout" "us"
    [ 475.220] (II) evdev: A4TECH USB Device: initialized for relative axes.
    [ 475.220] (WW) evdev: A4TECH USB Device: ignoring absolute axes.
    [ 475.220] (**) A4TECH USB Device: (accel) keeping acceleration scheme 1
    [ 475.220] (**) A4TECH USB Device: (accel) acceleration profile 0
    [ 475.220] (**) A4TECH USB Device: (accel) acceleration factor: 2.000
    [ 475.220] (**) A4TECH USB Device: (accel) acceleration threshold: 4
    [ 475.220] (II) config/udev: Adding input device A4TECH USB Device (/dev/input/js0)
    [ 475.220] (II) No input driver specified, ignoring this device.
    [ 475.230] (II) This device may have been added with another device file.
    [ 475.230] (II) config/udev: Adding input device A4TECH USB Device (/dev/input/event2)
    [ 475.230] (**) A4TECH USB Device: Applying InputClass "evdev pointer catchall"
    [ 475.230] (II) Using input driver 'evdev' for 'A4TECH USB Device'
    [ 475.230] (**) A4TECH USB Device: always reports core events
    [ 475.230] (**) evdev: A4TECH USB Device: Device: "/dev/input/event2"
    [ 475.230] (--) evdev: A4TECH USB Device: Vendor 0x9da Product 0x9090
    [ 475.231] (--) evdev: A4TECH USB Device: Found 20 mouse buttons
    [ 475.231] (--) evdev: A4TECH USB Device: Found scroll wheel(s)
    [ 475.231] (--) evdev: A4TECH USB Device: Found relative axes
    [ 475.231] (--) evdev: A4TECH USB Device: Found x and y relative axes
    [ 475.231] (II) evdev: A4TECH USB Device: Configuring as mouse
    [ 475.231] (II) evdev: A4TECH USB Device: Adding scrollwheel support
    [ 475.231] (**) evdev: A4TECH USB Device: YAxisMapping: buttons 4 and 5
    [ 475.231] (**) evdev: A4TECH USB Device: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 475.231] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/input/input2/event2"
    [ 475.231] (II) XINPUT: Adding extended input device "A4TECH USB Device" (type: MOUSE, id 9)
    [ 475.231] (II) evdev: A4TECH USB Device: initialized for relative axes.
    [ 475.231] (**) A4TECH USB Device: (accel) keeping acceleration scheme 1
    [ 475.231] (**) A4TECH USB Device: (accel) acceleration profile 0
    [ 475.231] (**) A4TECH USB Device: (accel) acceleration factor: 2.000
    [ 475.231] (**) A4TECH USB Device: (accel) acceleration threshold: 4
    [ 475.231] (II) config/udev: Adding input device A4TECH USB Device (/dev/input/mouse0)
    [ 475.231] (II) No input driver specified, ignoring this device.
    [ 475.231] (II) This device may have been added with another device file.
    [ 475.232] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 475.232] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 475.232] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 475.232] (**) AT Translated Set 2 keyboard: always reports core events
    [ 475.232] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 475.232] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 475.232] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 475.232] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 475.232] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 475.232] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
    [ 475.232] (**) Option "xkb_rules" "evdev"
    [ 475.232] (**) Option "xkb_model" "evdev"
    [ 475.232] (**) Option "xkb_layout" "us"
    [ 480.188] (EE)
    [ 480.189] (EE) Backtrace:
    [ 480.189] (EE) 0: X (xorg_backtrace+0x3d) [0x57f48d]
    [ 480.189] (EE) 1: X (0x400000+0x1831e9) [0x5831e9]
    [ 480.189] (EE) 2: /usr/lib/libpthread.so.0 (0x7f10e9de6000+0xf0e0) [0x7f10e9df50e0]
    [ 480.189] (EE) 3: ?? [0x4106cb15]
    [ 480.189] (EE)
    [ 480.189] (EE) Segmentation fault at address 0x0
    [ 480.189]
    Fatal server error:
    [ 480.189] Caught signal 11 (Segmentation fault). Server aborting
    [ 480.189]
    [ 480.189] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 480.189] (EE) Please also check the log file at "/var/log/Xorg.2.log" for additional information.
    [ 480.189] (EE)
    [ 480.526] Server terminated with error (1). Closing log file.
    My system is fully updated and apparently video is fine:
    $ sudo pacman -Syyuw
    :: Synchronizing package databases...
    :: Starting full system upgrade...
    there is nothing to do
    $ glxinfo |grep '^Open\|^dir'
    direct rendering: Yes
    OpenGL vendor string: NVIDIA Corporation
    OpenGL renderer string: GeForce GTS 250/PCIe/SSE2
    OpenGL core profile version string: 3.3.0 NVIDIA 319.23
    OpenGL core profile shading language version string: 3.30 NVIDIA via Cg compiler
    OpenGL core profile context flags: (none)
    OpenGL core profile profile mask: core profile
    OpenGL core profile extensions:
    OpenGL version string: 3.3.0 NVIDIA 319.23
    OpenGL shading language version string: 3.30 NVIDIA via Cg compiler
    OpenGL context flags: (none)
    OpenGL profile mask: (none)
    OpenGL extensions:
    $
    I have no idea of what to try... any insight?
    Solved, it was really stupid. For some reason my Multilib repo got disable in the pacman config. So the 32bit nvidia drivers were old...
    Last edited by ezzetabi (2013-06-23 14:10:36)

    Yeah, sorry I didn't notice this post sooner, or I could have saved you some trouble shooting. 
    After testing and discussion on NVIDIA forums with someone else having the same problem, we realized that it is apparently a problem with any Xorg 1.7 release using Xinerama with a monitor positioned Left of another display.
    The person I was talking to said he bugged it, and rearranged his monitors right of.  I downgraded to xorg 1.6 and haven't given it too much though since.  I should probably follow up on that and submit a bug to xorg or something...  or you are welcome to!
    Works great with Xinerama turned off, which is actually a fine option for me since I don't tend to move windows between displays, except I am using Xinerama to work around an xmonad bug in handling multiple non-Xinerama displays.  I would have never caught it if I hadn't tried turning Xin on to fix the xmonad issue right before the 1.7 upgrade and gotten curious why my setup started going crazy (since I have a monitor with two monitors to the left of it)..
    One thing that also works is making your left most monitor screen 0 and setting the other two monitors to be RightOf it, or at least that worked for me.  Unfortunately, my left most monitor is a 46 inch tv that is often turned off or on a different input, so I can't really have it being screen 0.

  • Can't startx

    After turning on my laptop (ASUS N550JK) I'm not able to start the xServer. A week ago it worked perfect.
    I've tried different things like reinstalling the nvidia drivers or reinstalling every package in general.
    [ 163.073]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 163.074] X Protocol Version 11, Revision 0
    [ 163.074] Build Operating System: Linux 3.18.6-1-ARCH x86_64
    [ 163.075] Current Operating System: Linux littles-LT 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015 x86_64
    [ 163.075] Kernel command line: \vmlinuz-linux initrd=intel-ucode.img root=UUID=51cb5f59-a0c6-4484-8ef0-6d1ab17d3d4a rw quiet initrd=initramfs-linux.img
    [ 163.076] Build Date: 22 February 2015 12:50:32PM
    [ 163.076]
    [ 163.077] Current version of pixman: 0.32.6
    [ 163.078] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 163.078] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 163.080] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar 6 22:46:23 2015
    [ 163.081] (==) Using config file: "/etc/X11/xorg.conf"
    [ 163.081] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 163.082] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 163.082] (==) ServerLayout "Layout0"
    [ 163.082] (**) |-->Screen "Screen0" (0)
    [ 163.082] (**) | |-->Monitor "Monitor0"
    [ 163.082] (**) | |-->Device "Device0"
    [ 163.082] (**) |-->Input Device "Keyboard0"
    [ 163.082] (**) |-->Input Device "Mouse0"
    [ 163.082] (==) Automatically adding devices
    [ 163.082] (==) Automatically enabling devices
    [ 163.082] (==) Automatically adding GPU devices
    [ 163.082] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 163.082] Entry deleted from font path.
    [ 163.082] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 163.082] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 163.082] Entry deleted from font path.
    [ 163.082] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 163.082] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/
    [ 163.082] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 163.082] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 163.082] (WW) Disabling Keyboard0
    [ 163.082] (WW) Disabling Mouse0
    [ 163.082] (II) Loader magic: 0x815d80
    [ 163.082] (II) Module ABI versions:
    [ 163.082] X.Org ANSI C Emulation: 0.4
    [ 163.082] X.Org Video Driver: 19.0
    [ 163.082] X.Org XInput driver : 21.0
    [ 163.082] X.Org Server Extension : 9.0
    [ 163.084] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
    [ 163.084] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 163.085] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 8 paused 0
    [ 163.085] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 163.085] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 9 paused 0
    [ 163.086] (--) PCI:*(0:0:2:0) 8086:0416:1043:11cd rev 6, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
    [ 163.086] (--) PCI: (0:1:0:0) 10de:1391:1043:11cd rev 162, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 163.086] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 163.086] (II) LoadModule: "glx"
    [ 163.086] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 163.094] (II) Module glx: vendor="NVIDIA Corporation"
    [ 163.094] compiled for 4.0.2, module version = 1.0.0
    [ 163.094] Module class: X.Org Server Extension
    [ 163.094] (II) NVIDIA GLX Module 346.47 Thu Feb 19 18:09:07 PST 2015
    [ 163.094] (II) LoadModule: "nvidia"
    [ 163.095] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 163.095] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 163.095] compiled for 4.0.2, module version = 1.0.0
    [ 163.095] Module class: X.Org Video Driver
    [ 163.095] (II) NVIDIA dlloader X Driver 346.47 Thu Feb 19 17:47:18 PST 2015
    [ 163.095] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 163.095] (++) using VT number 2
    [ 163.095] (--) controlling tty is VT number 2, auto-enabling KeepTty
    [ 163.095] (EE) No devices detected.
    [ 163.095] (EE)
    Fatal server error:
    [ 163.095] (EE) no screens found(EE)
    [ 163.095] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 163.095] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 163.095] (EE)

    @Head_on_a_Stick:
    I tried to generate a new xorg.conf But it doens't differs from my old.
    @Raynman:
    I didn't know that it is possible to start an xserver without an xorg.conf.I tried to run
    startx -- -config
    But I'm not sure if this is correct. However, when I run this command, my screen just goes black. Maybe I did something wrong? Or is this a good sign? Also, there is no "Screen not found" in the log file. But there are some other problems
    [ 29.245] (EE) Unable to locate/open config file: "vt2"
    [ 29.280] (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
    [ 29.280] (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
    [ 29.285] (EE) intel(0): failed to set mode: Permission denied [13]
    [ 29.486] (EE) intel(0): sna_mode_check: invalid state found on pipe 0, disabling CRTC:8
    Complete logfile:
    [ 29.244]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 29.244] X Protocol Version 11, Revision 0
    [ 29.244] Build Operating System: Linux 3.18.6-1-ARCH x86_64
    [ 29.244] Current Operating System: Linux littles-LT 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015 x86_64
    [ 29.244] Kernel command line: \vmlinuz-linux initrd=intel-ucode.img root=UUID=51cb5f59-a0c6-4484-8ef0-6d1ab17d3d4a rw quiet initrd=initramfs-linux.img
    [ 29.245] Build Date: 22 February 2015 12:50:32PM
    [ 29.245]
    [ 29.245] Current version of pixman: 0.32.6
    [ 29.245] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 29.245] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 29.245] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Mar 7 00:43:50 2015
    [ 29.245] (EE) Unable to locate/open config file: "vt2"
    [ 29.245] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 29.245] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 29.245] (==) No Layout section. Using the first Screen section.
    [ 29.245] (==) No screen section available. Using defaults.
    [ 29.245] (**) |-->Screen "Default Screen Section" (0)
    [ 29.245] (**) | |-->Monitor "<default monitor>"
    [ 29.245] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 29.245] (==) Automatically adding devices
    [ 29.245] (==) Automatically enabling devices
    [ 29.245] (==) Automatically adding GPU devices
    [ 29.245] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 29.245] Entry deleted from font path.
    [ 29.245] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 29.245] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 29.245] Entry deleted from font path.
    [ 29.245] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 29.245] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/
    [ 29.245] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 29.245] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 29.245] (II) Loader magic: 0x815d80
    [ 29.245] (II) Module ABI versions:
    [ 29.245] X.Org ANSI C Emulation: 0.4
    [ 29.245] X.Org Video Driver: 19.0
    [ 29.245] X.Org XInput driver : 21.0
    [ 29.245] X.Org Server Extension : 9.0
    [ 29.247] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
    [ 29.247] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 29.247] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 8 paused 0
    [ 29.247] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 29.247] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 9 paused 0
    [ 29.248] (--) PCI:*(0:0:2:0) 8086:0416:1043:11cd rev 6, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
    [ 29.248] (--) PCI: (0:1:0:0) 10de:1391:1043:11cd rev 162, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 29.248] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 29.248] (II) LoadModule: "glx"
    [ 29.248] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 29.255] (II) Module glx: vendor="NVIDIA Corporation"
    [ 29.255] compiled for 4.0.2, module version = 1.0.0
    [ 29.255] Module class: X.Org Server Extension
    [ 29.255] (II) NVIDIA GLX Module 346.47 Thu Feb 19 18:09:07 PST 2015
    [ 29.255] (II) Applying OutputClass "nvidia" to /dev/dri/card1
    [ 29.255] loading driver: nvidia
    [ 29.255] (==) Matched intel as autoconfigured driver 0
    [ 29.255] (==) Matched nvidia as autoconfigured driver 1
    [ 29.255] (==) Matched nouveau as autoconfigured driver 2
    [ 29.255] (==) Matched nv as autoconfigured driver 3
    [ 29.256] (==) Matched intel as autoconfigured driver 4
    [ 29.256] (==) Matched modesetting as autoconfigured driver 5
    [ 29.256] (==) Matched fbdev as autoconfigured driver 6
    [ 29.256] (==) Matched vesa as autoconfigured driver 7
    [ 29.256] (==) Assigned the driver to the xf86ConfigLayout
    [ 29.256] (II) LoadModule: "intel"
    [ 29.256] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 29.259] (II) Module intel: vendor="X.Org Foundation"
    [ 29.259] compiled for 1.17.1, module version = 2.99.917
    [ 29.259] Module class: X.Org Video Driver
    [ 29.259] ABI class: X.Org Video Driver, version 19.0
    [ 29.259] (II) LoadModule: "nvidia"
    [ 29.259] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 29.259] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 29.259] compiled for 4.0.2, module version = 1.0.0
    [ 29.259] Module class: X.Org Video Driver
    [ 29.259] (II) LoadModule: "nouveau"
    [ 29.259] (WW) Warning, couldn't open module nouveau
    [ 29.259] (II) UnloadModule: "nouveau"
    [ 29.259] (II) Unloading nouveau
    [ 29.259] (EE) Failed to load module "nouveau" (module does not exist, 0)
    [ 29.259] (II) LoadModule: "nv"
    [ 29.259] (II) Loading /usr/lib/xorg/modules/drivers/nv_drv.so
    [ 29.260] (II) Module nv: vendor="X.Org Foundation"
    [ 29.260] compiled for 1.17.0, module version = 2.1.20
    [ 29.260] Module class: X.Org Video Driver
    [ 29.260] ABI class: X.Org Video Driver, version 19.0
    [ 29.260] (II) LoadModule: "modesetting"
    [ 29.260] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 29.261] (II) Module modesetting: vendor="X.Org Foundation"
    [ 29.261] compiled for 1.17.1, module version = 1.17.1
    [ 29.261] Module class: X.Org Video Driver
    [ 29.261] ABI class: X.Org Video Driver, version 19.0
    [ 29.261] (II) LoadModule: "fbdev"
    [ 29.261] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 29.261] (II) Module fbdev: vendor="X.Org Foundation"
    [ 29.261] compiled for 1.17.0, module version = 0.4.4
    [ 29.261] Module class: X.Org Video Driver
    [ 29.261] ABI class: X.Org Video Driver, version 19.0
    [ 29.261] (II) LoadModule: "vesa"
    [ 29.261] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 29.262] (II) Module vesa: vendor="X.Org Foundation"
    [ 29.262] compiled for 1.17.0, module version = 2.3.2
    [ 29.262] Module class: X.Org Video Driver
    [ 29.262] ABI class: X.Org Video Driver, version 19.0
    [ 29.262] (II) intel: Driver for Intel(R) 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
    [ 29.262] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
    [ 29.262] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
    [ 29.262] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
    [ 29.262] (II) NVIDIA dlloader X Driver 346.47 Thu Feb 19 17:47:18 PST 2015
    [ 29.262] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 29.262] (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2,
    Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64,
    Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400,
    GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go,
    GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra,
    Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420,
    GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go,
    GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL,
    GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL,
    GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X,
    GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X,
    GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL,
    Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI,
    GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3,
    GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600,
    GeForce4 Ti 4400, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL,
    Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X,
    GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL,
    Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra,
    GeForce FX 5800, Quadro FX 2000, Quadro FX 1000,
    GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT,
    GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700,
    GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200,
    GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250,
    GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M,
    Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI,
    GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX 5900 Ultra,
    GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra,
    GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700,
    GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE,
    GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700,
    Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra, GeForce 6800,
    GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 XT, GeForce 6800 GT,
    GeForce 6800 GT, GeForce 6800 GS, GeForce 6800 XT, Quadro FX 4000,
    GeForce 6800 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 XT,
    GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400,
    Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT,
    GeForce 6600, GeForce 6600 LE, GeForce 6600 VE, GeForce Go 6600,
    GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL,
    GeForce Go 6600, GeForce Go 6600 GT, Quadro NVS 440, Quadro FX 550,
    Quadro FX 550, Quadro FX 540, GeForce 6200, GeForce 6500,
    GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM),
    GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6400,
    GeForce Go 6200, GeForce Go 6400, GeForce 6250, GeForce 7100 GS,
    GeForce 6800, GeForce 6800 LE, GeForce 6800 GT, GeForce 6800 XT,
    GeForce 6200, GeForce 6200 A-LE, GeForce 7800 GTX, GeForce 7800 GTX,
    GeForce 7800 GT, GeForce 7800 GS, GeForce 7800 SLI, GeForce Go 7800,
    GeForce Go 7800 GTX, Quadro FX 4500, GeForce 7350 LE,
    GeForce 7300 LE, GeForce 7300 SE, GeForce Go 7200, GeForce Go 7300,
    GeForce Go 7400, GeForce Go 7400 GS, Quadro NVS 110M,
    Quadro NVS 120M, Quadro FX 350M, GeForce 7500 LE, Quadro FX 350,
    GeForce 7300 GS, GeForce 7650 GS, GeForce 7600 GT, GeForce 7600 GS,
    GeForce 7300 GT, GeForce 7600 LE, GeForce 7300 GT, GeForce Go 7700,
    GeForce Go 7600, GeForce Go 7600 GT, Quadro NVS 300M,
    GeForce Go 7900 SE, Quadro FX 550M, Quadro FX 560, GeForce 7900 GTX,
    GeForce 7900 GT, GeForce 7900 GS, GeForce 7950 GX2, GeForce 7950 GX2,
    GeForce 7950 GT, GeForce Go 7950 GTX, GeForce Go 7900 GS,
    GeForce Go 7900 GTX, Quadro FX 2500M, Quadro FX 1500M,
    Quadro FX 5500, Quadro FX 3500, Quadro FX 1500, Quadro FX 4500 X2,
    GeForce 6150, GeForce 6150 LE, GeForce 6100, GeForce Go 6150,
    Quadro NVS 210S / NVIDIA GeForce 6150LE, GeForce Go 6100,
    GeForce 6150SE, GeForce 6100 nForce 405, GeForce 6100 nForce 400,
    GeForce 6100 nForce 420, GeForce 7150M / nForce 630M,
    GeForce 7000M / nForce 610M, GeForce 7050 PV / nForce 630a,
    GeForce 7050 PV / nForce 630a, GeForce 7025 / nForce 630a,
    GeForce 8800 GTX, GeForce 8800 GTS, GeForce 8800 Ultra,
    Quadro FX 5600, Quadro FX 4600, GeForce 8600 GTS, GeForce 8600 GT,
    GeForce 8600 GT, GeForce 8600 GS, GeForce 8400 GS, GeForce 9500M GS,
    GeForce 8300 GS, GeForce 8600M GT, GeForce 9650M GS,
    GeForce 8700M GT, Quadro FX 370, Quadro NVS 320M, Quadro FX 570M,
    Quadro FX 1600M, Quadro FX 570, Quadro FX 1700, GeForce GT 330,
    GeForce 8400 SE, GeForce 8500 GT, GeForce 8400 GS, GeForce 8300 GS,
    GeForce 8400 GS, GeForce 8600M GS, GeForce 8400M GT,
    GeForce 8400M GS, GeForce 8400M G, Quadro NVS 140M, Quadro NVS 130M,
    Quadro NVS 135M, GeForce 9400 GT, Quadro FX 360M, GeForce 9300M G,
    Quadro NVS 290, GeForce GTX 295, GeForce GTX 280, GeForce GTX 260,
    GeForce GTX 285, GeForce GTX 275, GeForce GTX 260, GeForce GTX 295,
    Quadroplex 2200 D2, Quadroplex 2200 S4, Quadro CX, Quadro FX 5800,
    Quadro FX 4800, Quadro FX 3800, GeForce 8800 GTS 512,
    GeForce 9800 GT, GeForce 8800 GT, GeForce GT 230, GeForce 9800 GX2,
    GeForce 9800 GT, GeForce 8800 GS, GeForce GTS 240, GeForce 9800M GTX,
    GeForce 8800M GTS, GeForce GTX 280M, GeForce 9800M GT,
    GeForce 8800M GTX, GeForce 8800 GS, GeForce GTX 285M,
    GeForce 9600 GSO, GeForce 8800 GT, GeForce 9800 GTX/9800 GTX+,
    GeForce 9800 GTX+, GeForce 9800 GT, GeForce GTS 250,
    GeForce 9800M GTX, GeForce GTX 260M, Quadro FX 4700 X2,
    Quadro FX 3700, Quadro VX 200, Quadro FX 3600M, Quadro FX 2800M,
    Quadro FX 3700M, Quadro FX 3800M, GeForce 9600 GT, GeForce 9600 GS,
    GeForce 9600 GSO 512, GeForce GT 130, GeForce GT 140,
    GeForce 9800M GTS, GeForce 9700M GTS, GeForce 9800M GS,
    GeForce 9800M GTS, GeForce 9600 GT, GeForce 9600 GT,
    GeForce GTS 160M, GeForce GTS 150M, GeForce 9600 GSO,
    GeForce 9600 GT, Quadro FX 1800, Quadro FX 2700M, GeForce 9500 GT,
    GeForce 9400 GT, GeForce 9500 GT, GeForce 9500 GS, GeForce 9500 GS,
    GeForce GT 120, GeForce 9600M GT, GeForce 9600M GS, GeForce 9600M GT,
    GeForce 9700M GT, GeForce 9500M G, GeForce 9650M GT, GeForce G 110M,
    GeForce GT 130M, GeForce GT 120M, GeForce GT 220M, GeForce 9650 S,
    Quadro FX 380, Quadro FX 580, Quadro FX 1700M, GeForce 9400 GT,
    Quadro FX 770M, GeForce 9300 GE, GeForce 9300 GS, GeForce 8400,
    GeForce 8400 SE, GeForce 8400 GS, GeForce 9300M GS, GeForce G100,
    GeForce 9300 SE, GeForce 9200M GS, GeForce 9300M GS, Quadro NVS 150M,
    Quadro NVS 160M, GeForce G 105M, GeForce G 103M, GeForce G105M,
    Quadro NVS 420, Quadro FX 370 LP, Quadro NVS 450, Quadro FX 370M,
    Quadro NVS 295, GeForce 9100M G, GeForce 8200M G, GeForce 9200,
    GeForce 9100, GeForce 8300, GeForce 8200, nForce 730a, GeForce 9200,
    nForce 980a/780a SLI, nForce 750a SLI, GeForce 8100 / nForce 720a,
    GeForce 9400, GeForce 9400, GeForce 9400M G, GeForce 9400M,
    GeForce 9300, ION, GeForce 9400M G, GeForce 9400, nForce 760i SLI,
    GeForce 9400, GeForce 9300 / nForce 730i, GeForce 9200,
    GeForce 9100M G, GeForce 8200M G, GeForce 9400M, GeForce 9200,
    GeForce G102M, GeForce G102M, ION, ION, GeForce 9400, ION, ION LE,
    ION LE, GeForce GT 220, GeForce 315, GeForce 210, GeForce GT 230M,
    GeForce GT 330M, GeForce GT 230M, GeForce GT 330M, NVS 5100M,
    GeForce GT 320M, GeForce GT 240M, GeForce GT 325M, Quadro FX 880M,
    GeForce G210, GeForce 205, GeForce 310, ION, GeForce 210,
    GeForce 310, GeForce 315, GeForce G105M, GeForce G105M, NVS 2100M,
    NVS 3100M, GeForce 305M, ION, GeForce 310M, GeForce 305M,
    GeForce 310M, GeForce 305M, GeForce G210M, GeForce 310M,
    Quadro FX 380 LP, Quadro FX 380M, GeForce GT 330, GeForce GT 320,
    GeForce GT 240, GeForce GT 340, GeForce GT 330, GeForce GTS 260M,
    GeForce GTS 250M, GeForce 315, GeForce GT 335M, GeForce GTS 350M,
    GeForce GTS 360M, Quadro FX 1800M
    [ 29.264] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 29.264] (II) FBDEV: driver for framebuffer: fbdev
    [ 29.264] (II) VESA: driver for VESA chipsets: vesa
    [ 29.264] (--) using VT number 1
    [ 29.269] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20140905
    [ 29.269] (WW) Falling back to old probe method for modesetting
    [ 29.269] (WW) Falling back to old probe method for fbdev
    [ 29.269] (II) Loading sub module "fbdevhw"
    [ 29.269] (II) LoadModule: "fbdevhw"
    [ 29.269] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [ 29.270] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 29.270] compiled for 1.17.1, module version = 0.0.2
    [ 29.270] ABI class: X.Org Video Driver, version 19.0
    [ 29.270] (WW) Falling back to old probe method for vesa
    [ 29.271] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4600
    [ 29.271] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2
    [ 29.271] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 29.271] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 29.271] (==) intel(0): RGB weight 888
    [ 29.271] (==) intel(0): Default visual is TrueColor
    [ 29.271] (II) intel(0): Output eDP1 has no monitor section
    [ 29.271] (--) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
    [ 29.271] (II) intel(0): Enabled output eDP1
    [ 29.271] (II) intel(0): Output VGA1 has no monitor section
    [ 29.271] (II) intel(0): Enabled output VGA1
    [ 29.271] (II) intel(0): Output DP1 has no monitor section
    [ 29.271] (II) intel(0): Enabled output DP1
    [ 29.271] (II) intel(0): Output HDMI1 has no monitor section
    [ 29.271] (II) intel(0): Enabled output HDMI1
    [ 29.271] (II) intel(0): Output HDMI2 has no monitor section
    [ 29.271] (II) intel(0): Enabled output HDMI2
    [ 29.271] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
    [ 29.271] (II) intel(0): Output VIRTUAL1 has no monitor section
    [ 29.271] (II) intel(0): Enabled output VIRTUAL1
    [ 29.271] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
    [ 29.271] (==) intel(0): TearFree disabled
    [ 29.271] (==) intel(0): DPI set to (96, 96)
    [ 29.271] (II) Loading sub module "dri2"
    [ 29.271] (II) LoadModule: "dri2"
    [ 29.271] (II) Module "dri2" already built-in
    [ 29.271] (II) Loading sub module "present"
    [ 29.271] (II) LoadModule: "present"
    [ 29.271] (II) Module "present" already built-in
    [ 29.271] (II) UnloadModule: "nvidia"
    [ 29.271] (II) Unloading nvidia
    [ 29.271] (II) UnloadModule: "nv"
    [ 29.271] (II) Unloading nv
    [ 29.271] (II) UnloadModule: "fbdev"
    [ 29.271] (II) Unloading fbdev
    [ 29.271] (II) UnloadSubModule: "fbdevhw"
    [ 29.271] (II) Unloading fbdevhw
    [ 29.271] (II) UnloadModule: "vesa"
    [ 29.271] (II) Unloading vesa
    [ 29.271] (==) Depth 24 pixmap format is 32 bpp
    [ 29.274] (II) intel(0): SNA initialized with Haswell (gen7.5, gt2) backend
    [ 29.274] (==) intel(0): Backing store enabled
    [ 29.274] (==) intel(0): Silken mouse enabled
    [ 29.275] (II) intel(0): HW Cursor enabled
    [ 29.275] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 29.275] (==) intel(0): DPMS enabled
    [ 29.275] (==) intel(0): display hotplug detection enabled
    [ 29.275] (II) intel(0): [DRI2] Setup complete
    [ 29.275] (II) intel(0): [DRI2] DRI driver: i965
    [ 29.275] (II) intel(0): [DRI2] VDPAU driver: i965
    [ 29.275] (II) intel(0): direct rendering: DRI2 enabled
    [ 29.275] (II) intel(0): hardware support for Present enabled
    [ 29.275] (--) RandR disabled
    [ 29.280] (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
    [ 29.283] (II) intel(0): switch to mode [email protected] on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
    [ 29.285] (EE) intel(0): failed to set mode: Permission denied [13]
    [ 29.486] (WW) intel(0): failed to restore desired modes on VT switch
    [ 29.486] (EE) intel(0): sna_mode_check: invalid state found on pipe 0, disabling CRTC:8
    [ 29.536] (II) config/udev: Adding input device Power Button (/dev/input/event7)
    [ 29.536] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 29.536] (**) Power Button: Applying InputClass "system-keyboard"
    [ 29.536] (II) LoadModule: "evdev"
    [ 29.536] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 29.538] (II) Module evdev: vendor="X.Org Foundation"
    [ 29.538] compiled for 1.16.2, module version = 2.9.1
    [ 29.538] Module class: X.Org XInput Driver
    [ 29.538] ABI class: X.Org XInput driver, version 21.0
    [ 29.538] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 16 paused 1
    [ 29.539] (II) systemd-logind: releasing fd for 13:71
    [ 29.563] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
    [ 29.563] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 29.563] (**) Video Bus: Applying InputClass "system-keyboard"
    [ 29.564] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 16 paused 1
    [ 29.564] (II) systemd-logind: releasing fd for 13:75
    [ 29.583] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
    [ 29.583] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 29.583] (**) Video Bus: Applying InputClass "system-keyboard"
    [ 29.584] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 16 paused 1
    [ 29.584] (II) systemd-logind: releasing fd for 13:74
    [ 29.610] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
    [ 29.610] (II) No input driver specified, ignoring this device.
    [ 29.610] (II) This device may have been added with another device file.
    [ 29.610] (II) config/udev: Adding input device Sleep Button (/dev/input/event6)
    [ 29.610] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 29.610] (**) Sleep Button: Applying InputClass "system-keyboard"
    [ 29.610] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 16 paused 1
    [ 29.610] (II) systemd-logind: releasing fd for 13:70
    [ 29.637] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event14)
    [ 29.637] (II) No input driver specified, ignoring this device.
    [ 29.637] (II) This device may have been added with another device file.
    [ 29.637] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event15)
    [ 29.637] (II) No input driver specified, ignoring this device.
    [ 29.637] (II) This device may have been added with another device file.
    [ 29.637] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event16)
    [ 29.637] (II) No input driver specified, ignoring this device.
    [ 29.637] (II) This device may have been added with another device file.
    [ 29.637] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event1)
    [ 29.637] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
    [ 29.637] (**) Logitech USB Receiver: Applying InputClass "system-keyboard"
    [ 29.638] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 16 paused 1
    [ 29.638] (II) systemd-logind: releasing fd for 13:65
    [ 29.690] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event2)
    [ 29.690] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
    [ 29.690] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
    [ 29.690] (**) Logitech USB Receiver: Applying InputClass "system-keyboard"
    [ 29.690] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 16 paused 1
    [ 29.690] (II) systemd-logind: releasing fd for 13:66
    [ 29.743] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
    [ 29.743] (**) Logitech USB Receiver: Applying InputClass "system-keyboard"
    [ 29.743] (II) No input driver specified, ignoring this device.
    [ 29.743] (II) This device may have been added with another device file.
    [ 29.743] (II) config/udev: Adding input device USB2.0 UVC HD Webcam (/dev/input/event12)
    [ 29.743] (**) USB2.0 UVC HD Webcam: Applying InputClass "evdev keyboard catchall"
    [ 29.743] (**) USB2.0 UVC HD Webcam: Applying InputClass "system-keyboard"
    [ 29.744] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 16 paused 1
    [ 29.744] (II) systemd-logind: releasing fd for 13:76
    [ 29.796] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event4)
    [ 29.796] (II) No input driver specified, ignoring this device.
    [ 29.796] (II) This device may have been added with another device file.
    [ 29.797] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event5)
    [ 29.797] (II) No input driver specified, ignoring this device.
    [ 29.797] (II) This device may have been added with another device file.
    [ 29.797] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event9)
    [ 29.797] (**) Asus WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 29.797] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
    [ 29.797] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 16 paused 1
    [ 29.797] (II) systemd-logind: releasing fd for 13:73
    [ 29.850] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 29.850] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 29.850] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
    [ 29.850] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 16 paused 1
    [ 29.850] (II) systemd-logind: releasing fd for 13:64
    [ 29.900] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event13)
    [ 29.900] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
    [ 29.900] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
    [ 29.900] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
    [ 29.900] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
    [ 29.900] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
    [ 29.900] (II) LoadModule: "synaptics"
    [ 29.900] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 29.902] (II) Module synaptics: vendor="X.Org Foundation"
    [ 29.902] compiled for 1.16.0, module version = 1.8.1
    [ 29.902] Module class: X.Org XInput Driver
    [ 29.902] ABI class: X.Org XInput driver, version 21.0
    [ 29.903] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 16 paused 1
    [ 29.903] (II) systemd-logind: releasing fd for 13:77
    [ 29.956] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
    [ 29.956] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 29.957] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
    [ 29.957] (II) No input driver specified, ignoring this device.
    [ 29.957] (II) This device may have been added with another device file.
    [ 32.208] (II) systemd-logind: got pause for 226:1
    [ 32.208] (II) systemd-logind: got pause for 226:0
    Last edited by littles (2015-03-06 23:58:05)

Maybe you are looking for