Black screen - Xorg/GDM config - Nvidia Optimus? [solved]

Hi!
I have a Samsung RC539 S09, which has got an Nvidia Optimus graphics card, I want a graphical Xserver on that machine. Therefore I followed the wiki and installed the Nvidia stuff (https://wiki.archlinux.org/index.php/NVIDIA). I did not configure anything jet. I also installed the Xorg stuff and kept the config default (https://wiki.archlinux.org/index.php/Xorg). Then I did nvidia-xconfig:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 280.13 ([email protected]
ia.com) Wed Jul 27 17:15:58 PDT 2011
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
I have dbus runnung and do rc.d/gdm start.
[root@myhost ~]# gdm-binary[1147]: WARNING: GdmDisplay: display lasted 1.143111 seconds
gdm-binary[1147]: WARNING: GdmDisplay: display lasted 0.029825 seconds
gdm-binary[1147]: WARNING: GdmDisplay: display lasted 0.029360 seconds
gdm-binary[1147]: WARNING: GdmDisplay: display lasted 0.029428 seconds
gdm-binary[1147]: WARNING: GdmDisplay: display lasted 0.029470 seconds
gdm-binary[1147]: WARNING: GdmDisplay: display lasted 0.029108 seconds
gdm-binary[1147]: WARNING: GdmLocalDisplayFactory: maximum number of X display failures reached: check X server log for errors
My logfile says, that after successfully loading the modules, the failure occures at:
[ 591.812] (EE) No devices detected.
[ 591.812]
Fatal server error:
[ 591.812] no screens found
[ 591.812]
Please consult the The X.Org Foundation support
at http://wiki.x.org
What does that mean? - No devices detected - can refer to these Nvidia Optimus stuff, where there's some ondemand switching for graphics acceleration afaik. I'm not sure how to solve my issue. So at this point could need some help
Best,
wishi
edit: got this working with the intel stuff. Did onyone archive GPU support jet?
Last edited by windsheep (2011-08-20 20:34:25)

first at all check
lspci | grep -i vga
I have optimus and I see both cards, Intel and nVidia.
What do you see?
If you install xf86-video-intel instead of nvidia driver, does it work then? (backup & remove /etc/X11/xorg.conf then)
I had to disable optimus and switch to my dedicated nVidia graphics card  in bios in order to make nvidia driver work.
Now I'm using intel with bumblebee (optimus support for linux) & optimus enabled in bios, and bumblebee loads proprietary nvidia drivers when required.
But I also have a thinkpad t510, I don't know if bumblebee works with your device.
cheers, kulpae
Last edited by kulpae (2011-08-20 14:45:41)

Similar Messages

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

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

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

  • Using [mesa-git] unnoficial repo causes black screen on GDM

    My card is an HD3870 (R670) and basically mesa 9.1.1 from official repos work fine but if I install the git version from here GDM flasshes for a microsecond and I get black screen. I had it working fine for about a month but more or less after the gnome 3.8 update this started to happen.
    This is the xorg.0.log using mesa 9.1.1
    [ 73.881]
    X.Org X Server 1.14.1
    Release Date: 2013-04-17
    [ 73.881] X Protocol Version 11, Revision 0
    [ 73.881] Build Operating System: Linux 3.8.7-1-ARCH x86_64
    [ 73.881] Current Operating System: Linux daniel-arch 3.8.11-1-ck #1 SMP PREEMPT Thu May 2 10:00:38 EDT 2013 x86_64
    [ 73.881] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-ck root=UUID=379256db-832d-48e7-8f68-c84894a5c7f5 ro elevator=bfq
    [ 73.881] Build Date: 17 April 2013 02:37:06PM
    [ 73.881]
    [ 73.881] Current version of pixman: 0.28.2
    [ 73.881] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 73.881] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 73.881] (==) Log file: "/var/log/Xorg.0.log", Time: Sun May 5 13:01:34 2013
    [ 73.881] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 73.881] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 73.881] (==) No Layout section. Using the first Screen section.
    [ 73.881] (==) No screen section available. Using defaults.
    [ 73.881] (**) |-->Screen "Default Screen Section" (0)
    [ 73.881] (**) | |-->Monitor "<default monitor>"
    [ 73.881] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 73.881] (==) Automatically adding devices
    [ 73.881] (==) Automatically enabling devices
    [ 73.882] (==) Automatically adding GPU devices
    [ 73.882] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 73.882] Entry deleted from font path.
    [ 73.882] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 73.882] Entry deleted from font path.
    [ 73.882] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 73.882] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 73.882] Entry deleted from font path.
    [ 73.882] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 73.882] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 73.882] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 73.882] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 73.882] (II) Loader magic: 0x7fcc20
    [ 73.882] (II) Module ABI versions:
    [ 73.882] X.Org ANSI C Emulation: 0.4
    [ 73.882] X.Org Video Driver: 14.1
    [ 73.882] X.Org XInput driver : 19.1
    [ 73.882] X.Org Server Extension : 7.0
    [ 73.882] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 73.883] (--) PCI:*(0:1:0:0) 1002:9501:1043:022a rev 0, Mem @ 0xd0000000/268435456, 0xf7ee0000/65536, I/O @ 0x0000c000/256, BIOS @ 0x????????/131072
    [ 73.883] Initializing built-in extension Generic Event Extension
    [ 73.883] Initializing built-in extension SHAPE
    [ 73.883] Initializing built-in extension MIT-SHM
    [ 73.883] Initializing built-in extension XInputExtension
    [ 73.883] Initializing built-in extension XTEST
    [ 73.883] Initializing built-in extension BIG-REQUESTS
    [ 73.883] Initializing built-in extension SYNC
    [ 73.883] Initializing built-in extension XKEYBOARD
    [ 73.883] Initializing built-in extension XC-MISC
    [ 73.883] Initializing built-in extension SECURITY
    [ 73.883] Initializing built-in extension XINERAMA
    [ 73.883] Initializing built-in extension XFIXES
    [ 73.883] Initializing built-in extension RENDER
    [ 73.883] Initializing built-in extension RANDR
    [ 73.883] Initializing built-in extension COMPOSITE
    [ 73.883] Initializing built-in extension DAMAGE
    [ 73.883] Initializing built-in extension MIT-SCREEN-SAVER
    [ 73.883] Initializing built-in extension DOUBLE-BUFFER
    [ 73.883] Initializing built-in extension RECORD
    [ 73.883] Initializing built-in extension DPMS
    [ 73.883] Initializing built-in extension X-Resource
    [ 73.883] Initializing built-in extension XVideo
    [ 73.883] Initializing built-in extension XVideo-MotionCompensation
    [ 73.883] Initializing built-in extension XFree86-VidModeExtension
    [ 73.883] Initializing built-in extension XFree86-DGA
    [ 73.883] Initializing built-in extension XFree86-DRI
    [ 73.883] Initializing built-in extension DRI2
    [ 73.883] (II) "glx" will be loaded by default.
    [ 73.883] (II) LoadModule: "dri2"
    [ 73.883] (II) Module "dri2" already built-in
    [ 73.883] (II) LoadModule: "glamoregl"
    [ 73.884] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 73.885] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 73.885] compiled for 1.14.0, module version = 0.5.0
    [ 73.885] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 73.885] (II) LoadModule: "glx"
    [ 73.885] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 73.885] (II) Module glx: vendor="X.Org Foundation"
    [ 73.885] compiled for 1.14.1, module version = 1.0.0
    [ 73.885] ABI class: X.Org Server Extension, version 7.0
    [ 73.885] (==) AIGLX enabled
    [ 73.885] Loading extension GLX
    [ 73.885] (==) Matched ati as autoconfigured driver 0
    [ 73.885] (==) Matched ati as autoconfigured driver 1
    [ 73.885] (==) Matched vesa as autoconfigured driver 2
    [ 73.885] (==) Matched modesetting as autoconfigured driver 3
    [ 73.885] (==) Matched fbdev as autoconfigured driver 4
    [ 73.885] (==) Assigned the driver to the xf86ConfigLayout
    [ 73.885] (II) LoadModule: "ati"
    [ 73.885] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 73.885] (II) Module ati: vendor="X.Org Foundation"
    [ 73.885] compiled for 1.14.0, module version = 7.1.0
    [ 73.885] Module class: X.Org Video Driver
    [ 73.885] ABI class: X.Org Video Driver, version 14.1
    [ 73.885] (II) LoadModule: "radeon"
    [ 73.885] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 73.885] (II) Module radeon: vendor="X.Org Foundation"
    [ 73.885] compiled for 1.14.0, module version = 7.1.0
    [ 73.885] Module class: X.Org Video Driver
    [ 73.885] ABI class: X.Org Video Driver, version 14.1
    [ 73.885] (II) LoadModule: "vesa"
    [ 73.886] (WW) Warning, couldn't open module vesa
    [ 73.886] (II) UnloadModule: "vesa"
    [ 73.886] (II) Unloading vesa
    [ 73.886] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 73.886] (II) LoadModule: "modesetting"
    [ 73.886] (WW) Warning, couldn't open module modesetting
    [ 73.886] (II) UnloadModule: "modesetting"
    [ 73.886] (II) Unloading modesetting
    [ 73.886] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 73.886] (II) LoadModule: "fbdev"
    [ 73.886] (WW) Warning, couldn't open module fbdev
    [ 73.886] (II) UnloadModule: "fbdev"
    [ 73.886] (II) Unloading fbdev
    [ 73.886] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 73.886] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
    ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
    ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
    ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
    CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
    BARTS, BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE
    [ 73.891] (++) using VT number 1
    [ 73.891] (II) [KMS] Kernel modesetting enabled.
    [ 73.892] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 73.892] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 73.892] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 73.892] (==) RADEON(0): Default visual is TrueColor
    [ 73.892] (==) RADEON(0): RGB weight 888
    [ 73.892] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 73.892] (--) RADEON(0): Chipset: "ATI Radeon HD3870" (ChipID = 0x9501)
    [ 73.892] (II) Loading sub module "dri2"
    [ 73.892] (II) LoadModule: "dri2"
    [ 73.892] (II) Module "dri2" already built-in
    [ 73.892] (II) Loading sub module "exa"
    [ 73.892] (II) LoadModule: "exa"
    [ 73.892] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 73.892] (II) Module exa: vendor="X.Org Foundation"
    [ 73.892] compiled for 1.14.1, module version = 2.6.0
    [ 73.892] ABI class: X.Org Video Driver, version 14.1
    [ 73.892] (II) RADEON(0): KMS Color Tiling: enabled
    [ 73.892] (II) RADEON(0): KMS Color Tiling 2D: enabled
    [ 73.892] (II) RADEON(0): KMS Pageflipping: enabled
    [ 73.892] (II) RADEON(0): SwapBuffers wait for vsync: enabled
    [ 73.922] (II) RADEON(0): Output HDMI-0 has no monitor section
    [ 73.981] (II) RADEON(0): Output VGA-0 has no monitor section
    [ 74.000] (II) RADEON(0): Output DIN has no monitor section
    [ 74.020] (II) RADEON(0): Output DVI-0 has no monitor section
    [ 74.050] (II) RADEON(0): EDID for output HDMI-0
    [ 74.050] (II) RADEON(0): Manufacturer: GSM Model: 5841 Serial#: 390432
    [ 74.050] (II) RADEON(0): Year: 2011 Week: 10
    [ 74.050] (II) RADEON(0): EDID Version: 1.3
    [ 74.050] (II) RADEON(0): Digital Display Input
    [ 74.050] (II) RADEON(0): Max Image Size [cm]: horiz.: 51 vert.: 29
    [ 74.050] (II) RADEON(0): Gamma: 2.20
    [ 74.050] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off
    [ 74.050] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 74.050] (II) RADEON(0): First detailed timing is preferred mode
    [ 74.050] (II) RADEON(0): redX: 0.636 redY: 0.333 greenX: 0.303 greenY: 0.626
    [ 74.050] (II) RADEON(0): blueX: 0.153 blueY: 0.070 whiteX: 0.313 whiteY: 0.329
    [ 74.050] (II) RADEON(0): Supported established timings:
    [ 74.050] (II) RADEON(0): 720x400@70Hz
    [ 74.050] (II) RADEON(0): 640x480@60Hz
    [ 74.050] (II) RADEON(0): 640x480@75Hz
    [ 74.050] (II) RADEON(0): 800x600@56Hz
    [ 74.050] (II) RADEON(0): 800x600@60Hz
    [ 74.050] (II) RADEON(0): 800x600@75Hz
    [ 74.050] (II) RADEON(0): 832x624@75Hz
    [ 74.050] (II) RADEON(0): 1024x768@60Hz
    [ 74.050] (II) RADEON(0): 1024x768@75Hz
    [ 74.050] (II) RADEON(0): 1280x1024@75Hz
    [ 74.050] (II) RADEON(0): 1152x864@75Hz
    [ 74.050] (II) RADEON(0): Manufacturer's mask: 0
    [ 74.050] (II) RADEON(0): Supported standard timings:
    [ 74.050] (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 74.050] (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 74.050] (II) RADEON(0): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 74.050] (II) RADEON(0): #3: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 74.050] (II) RADEON(0): Supported detailed timing:
    [ 74.050] (II) RADEON(0): clock: 148.5 MHz Image Size: 510 x 290 mm
    [ 74.050] (II) RADEON(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 74.050] (II) RADEON(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 74.050] (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 155 MHz
    [ 74.050] (II) RADEON(0): Monitor name: D2342P
    [ 74.050] (II) RADEON(0): Serial No: 110MALFBG432
    [ 74.050] (II) RADEON(0): EDID (in hex):
    [ 74.050] (II) RADEON(0): 00ffffffffffff001e6d415820f50500
    [ 74.050] (II) RADEON(0): 0a15010380331d78ead945a2554da027
    [ 74.050] (II) RADEON(0): 125054a76b80714f81808140b3000101
    [ 74.050] (II) RADEON(0): 010101010101023a801871382d40582c
    [ 74.050] (II) RADEON(0): 4500fe221100001e000000fd00384b1e
    [ 74.050] (II) RADEON(0): 530f000a202020202020000000fc0044
    [ 74.050] (II) RADEON(0): 32333432500a202020202020000000ff
    [ 74.050] (II) RADEON(0): 003131304d414c4642473433320a00f7
    [ 74.050] (II) RADEON(0): Printing probed modes for output HDMI-0
    [ 74.050] (II) RADEON(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 74.050] (II) RADEON(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 74.050] (II) RADEON(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 74.050] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 74.050] (II) RADEON(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 74.050] (II) RADEON(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 74.050] (II) RADEON(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 74.050] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 74.050] (II) RADEON(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 74.050] (II) RADEON(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 74.050] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 74.050] (II) RADEON(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 74.050] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 74.050] (II) RADEON(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 74.050] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 74.109] (II) RADEON(0): EDID for output VGA-0
    [ 74.130] (II) RADEON(0): EDID for output DIN
    [ 74.150] (II) RADEON(0): EDID for output DVI-0
    [ 74.150] (II) RADEON(0): Output HDMI-0 connected
    [ 74.150] (II) RADEON(0): Output VGA-0 disconnected
    [ 74.150] (II) RADEON(0): Output DIN disconnected
    [ 74.150] (II) RADEON(0): Output DVI-0 disconnected
    [ 74.150] (II) RADEON(0): Using exact sizes for initial modes
    [ 74.150] (II) RADEON(0): Output HDMI-0 using initial mode 1920x1080
    [ 74.150] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 74.150] (II) RADEON(0): mem size init: gart size :1fdef000 vram size: s:20000000 visible:1f7d7000
    [ 74.150] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
    [ 74.150] (==) RADEON(0): DPI set to (96, 96)
    [ 74.150] (II) Loading sub module "fb"
    [ 74.150] (II) LoadModule: "fb"
    [ 74.150] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 74.150] (II) Module fb: vendor="X.Org Foundation"
    [ 74.150] compiled for 1.14.1, module version = 1.0.0
    [ 74.150] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 74.150] (II) Loading sub module "ramdac"
    [ 74.150] (II) LoadModule: "ramdac"
    [ 74.150] (II) Module "ramdac" already built-in
    [ 74.150] (--) Depth 24 pixmap format is 32 bpp
    [ 74.150] (II) RADEON(0): [DRI2] Setup complete
    [ 74.150] (II) RADEON(0): [DRI2] DRI driver: r600
    [ 74.150] (II) RADEON(0): [DRI2] VDPAU driver: r600
    [ 74.150] (II) RADEON(0): Front buffer size: 8160K
    [ 74.150] (II) RADEON(0): VRAM usage limit set to 456966K
    [ 74.150] (==) RADEON(0): Backing store disabled
    [ 74.150] (II) RADEON(0): Direct rendering enabled
    [ 74.150] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 74.150] (II) EXA(0): Driver registered support for the following operations:
    [ 74.150] (II) Solid
    [ 74.150] (II) Copy
    [ 74.150] (II) Composite (RENDER acceleration)
    [ 74.150] (II) UploadToScreen
    [ 74.150] (II) DownloadFromScreen
    [ 74.150] (II) RADEON(0): Acceleration enabled
    [ 74.150] (==) RADEON(0): DPMS enabled
    [ 74.151] (==) RADEON(0): Silken mouse enabled
    [ 74.151] (II) RADEON(0): Set up textured video
    [ 74.151] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
    [ 74.151] (II) RADEON(0): [XvMC] Extension initialized.
    [ 74.151] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 74.151] (--) RandR disabled
    [ 74.162] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 74.162] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 74.162] (II) AIGLX: enabled GLX_ARB_create_context
    [ 74.162] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 74.162] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 74.162] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 74.162] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 74.162] (II) AIGLX: Loaded and initialized r600
    [ 74.162] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 74.163] (II) RADEON(0): Setting screen physical size to 508 x 285
    [ 74.191] (II) config/udev: Adding input device Power Button (/dev/input/event6)
    [ 74.191] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 74.191] (II) LoadModule: "evdev"
    [ 74.191] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 74.192] (II) Module evdev: vendor="X.Org Foundation"
    [ 74.192] compiled for 1.14.0, module version = 2.8.0
    [ 74.192] Module class: X.Org XInput Driver
    [ 74.192] ABI class: X.Org XInput driver, version 19.1
    [ 74.192] (II) Using input driver 'evdev' for 'Power Button'
    [ 74.192] (**) Power Button: always reports core events
    [ 74.192] (**) evdev: Power Button: Device: "/dev/input/event6"
    [ 74.192] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 74.192] (--) evdev: Power Button: Found keys
    [ 74.192] (II) evdev: Power Button: Configuring as keyboard
    [ 74.192] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event6"
    [ 74.192] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 74.192] (**) Option "xkb_rules" "evdev"
    [ 74.192] (**) Option "xkb_model" "evdev"
    [ 74.192] (**) Option "xkb_layout" "us"
    [ 74.211] (II) config/udev: Adding input device Power Button (/dev/input/event5)
    [ 74.211] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 74.211] (II) Using input driver 'evdev' for 'Power Button'
    [ 74.211] (**) Power Button: always reports core events
    [ 74.211] (**) evdev: Power Button: Device: "/dev/input/event5"
    [ 74.211] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 74.211] (--) evdev: Power Button: Found keys
    [ 74.211] (II) evdev: Power Button: Configuring as keyboard
    [ 74.211] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5/event5"
    [ 74.211] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 74.211] (**) Option "xkb_rules" "evdev"
    [ 74.211] (**) Option "xkb_model" "evdev"
    [ 74.211] (**) Option "xkb_layout" "us"
    [ 74.211] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 74.212] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event8)
    [ 74.212] (II) No input driver specified, ignoring this device.
    [ 74.212] (II) This device may have been added with another device file.
    [ 74.212] (II) config/udev: Adding input device USB-compliant keyboard (/dev/input/event0)
    [ 74.212] (**) USB-compliant keyboard: Applying InputClass "evdev keyboard catchall"
    [ 74.212] (II) Using input driver 'evdev' for 'USB-compliant keyboard'
    [ 74.212] (**) USB-compliant keyboard: always reports core events
    [ 74.212] (**) evdev: USB-compliant keyboard: Device: "/dev/input/event0"
    [ 74.212] (--) evdev: USB-compliant keyboard: Vendor 0x62a Product 0x201
    [ 74.212] (--) evdev: USB-compliant keyboard: Found keys
    [ 74.212] (II) evdev: USB-compliant keyboard: Configuring as keyboard
    [ 74.212] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1:1.0/input/input0/event0"
    [ 74.212] (II) XINPUT: Adding extended input device "USB-compliant keyboard" (type: KEYBOARD, id 8)
    [ 74.212] (**) Option "xkb_rules" "evdev"
    [ 74.212] (**) Option "xkb_model" "evdev"
    [ 74.212] (**) Option "xkb_layout" "us"
    [ 74.212] (II) config/udev: Adding input device USB-compliant keyboard (/dev/input/event1)
    [ 74.212] (**) USB-compliant keyboard: Applying InputClass "evdev keyboard catchall"
    [ 74.212] (II) Using input driver 'evdev' for 'USB-compliant keyboard'
    [ 74.212] (**) USB-compliant keyboard: always reports core events
    [ 74.212] (**) evdev: USB-compliant keyboard: Device: "/dev/input/event1"
    [ 74.212] (--) evdev: USB-compliant keyboard: Vendor 0x62a Product 0x201
    [ 74.212] (--) evdev: USB-compliant keyboard: Found 1 mouse buttons
    [ 74.212] (--) evdev: USB-compliant keyboard: Found scroll wheel(s)
    [ 74.212] (--) evdev: USB-compliant keyboard: Found relative axes
    [ 74.212] (--) evdev: USB-compliant keyboard: Found x and y relative axes
    [ 74.212] (--) evdev: USB-compliant keyboard: Found absolute axes
    [ 74.212] (II) evdev: USB-compliant keyboard: Forcing absolute x/y axes to exist.
    [ 74.213] (--) evdev: USB-compliant keyboard: Found keys
    [ 74.213] (II) evdev: USB-compliant keyboard: Configuring as mouse
    [ 74.213] (II) evdev: USB-compliant keyboard: Configuring as keyboard
    [ 74.213] (II) evdev: USB-compliant keyboard: Adding scrollwheel support
    [ 74.213] (**) evdev: USB-compliant keyboard: YAxisMapping: buttons 4 and 5
    [ 74.213] (**) evdev: USB-compliant keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 74.213] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1:1.1/input/input1/event1"
    [ 74.213] (II) XINPUT: Adding extended input device "USB-compliant keyboard" (type: KEYBOARD, id 9)
    [ 74.213] (**) Option "xkb_rules" "evdev"
    [ 74.213] (**) Option "xkb_model" "evdev"
    [ 74.213] (**) Option "xkb_layout" "us"
    [ 74.213] (II) evdev: USB-compliant keyboard: initialized for relative axes.
    [ 74.213] (WW) evdev: USB-compliant keyboard: ignoring absolute axes.
    [ 74.213] (**) USB-compliant keyboard: (accel) keeping acceleration scheme 1
    [ 74.213] (**) USB-compliant keyboard: (accel) acceleration profile 0
    [ 74.213] (**) USB-compliant keyboard: (accel) acceleration factor: 2.000
    [ 74.213] (**) USB-compliant keyboard: (accel) acceleration threshold: 4
    [ 74.213] (II) config/udev: Adding input device USB-compliant keyboard (/dev/input/mouse0)
    [ 74.213] (II) No input driver specified, ignoring this device.
    [ 74.213] (II) This device may have been added with another device file.
    [ 74.213] (II) config/udev: Adding input device HID 04b4:0033 (/dev/input/event2)
    [ 74.213] (**) HID 04b4:0033: Applying InputClass "evdev pointer catchall"
    [ 74.213] (II) Using input driver 'evdev' for 'HID 04b4:0033'
    [ 74.213] (**) HID 04b4:0033: always reports core events
    [ 74.213] (**) evdev: HID 04b4:0033: Device: "/dev/input/event2"
    [ 74.213] (--) evdev: HID 04b4:0033: Vendor 0x4b4 Product 0x33
    [ 74.213] (--) evdev: HID 04b4:0033: Found 9 mouse buttons
    [ 74.213] (--) evdev: HID 04b4:0033: Found scroll wheel(s)
    [ 74.213] (--) evdev: HID 04b4:0033: Found relative axes
    [ 74.213] (--) evdev: HID 04b4:0033: Found x and y relative axes
    [ 74.213] (II) evdev: HID 04b4:0033: Configuring as mouse
    [ 74.213] (II) evdev: HID 04b4:0033: Adding scrollwheel support
    [ 74.213] (**) evdev: HID 04b4:0033: YAxisMapping: buttons 4 and 5
    [ 74.213] (**) evdev: HID 04b4:0033: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 74.213] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-2/4-2:1.0/input/input2/event2"
    [ 74.213] (II) XINPUT: Adding extended input device "HID 04b4:0033" (type: MOUSE, id 10)
    [ 74.214] (II) evdev: HID 04b4:0033: initialized for relative axes.
    [ 74.214] (**) HID 04b4:0033: (accel) keeping acceleration scheme 1
    [ 74.214] (**) HID 04b4:0033: (accel) acceleration profile 0
    [ 74.214] (**) HID 04b4:0033: (accel) acceleration factor: 2.000
    [ 74.214] (**) HID 04b4:0033: (accel) acceleration threshold: 4
    [ 74.214] (II) config/udev: Adding input device HID 04b4:0033 (/dev/input/mouse1)
    [ 74.214] (II) No input driver specified, ignoring this device.
    [ 74.214] (II) This device may have been added with another device file.
    [ 74.214] (II) config/udev: Adding input device Twin USB Joystick (/dev/input/event3)
    [ 74.214] (II) No input driver specified, ignoring this device.
    [ 74.214] (II) This device may have been added with another device file.
    [ 74.214] (II) config/udev: Adding input device Twin USB Joystick (/dev/input/js0)
    [ 74.214] (II) No input driver specified, ignoring this device.
    [ 74.214] (II) This device may have been added with another device file.
    [ 74.214] (II) config/udev: Adding input device Twin USB Joystick (/dev/input/event4)
    [ 74.214] (II) No input driver specified, ignoring this device.
    [ 74.214] (II) This device may have been added with another device file.
    [ 74.215] (II) config/udev: Adding input device Twin USB Joystick (/dev/input/js1)
    [ 74.215] (II) No input driver specified, ignoring this device.
    [ 74.215] (II) This device may have been added with another device file.
    [ 74.215] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
    [ 74.215] (II) No input driver specified, ignoring this device.
    [ 74.215] (II) This device may have been added with another device file.
    [ 74.399] (II) RADEON(0): EDID vendor "GSM", prod id 22593
    [ 74.399] (II) RADEON(0): Using EDID range info for horizontal sync
    [ 74.399] (II) RADEON(0): Using EDID range info for vertical refresh
    [ 74.399] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 74.399] (II) RADEON(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 74.399] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 74.399] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 74.399] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 74.399] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 74.399] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 74.399] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 74.399] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 74.399] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 74.399] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 74.399] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 74.399] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 74.399] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 74.399] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 74.399] (II) RADEON(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 74.578] (II) RADEON(0): EDID vendor "GSM", prod id 22593
    [ 74.578] (II) RADEON(0): Using hsync ranges from config file
    [ 74.578] (II) RADEON(0): Using vrefresh ranges from config file
    [ 74.578] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 74.578] (II) RADEON(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 74.578] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 74.578] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 74.578] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 74.578] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 74.578] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 74.578] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 74.578] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 74.578] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 74.578] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 74.578] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 74.578] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 74.578] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 74.578] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 74.578] (II) RADEON(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 74.778] (II) RADEON(0): EDID vendor "GSM", prod id 22593
    [ 74.778] (II) RADEON(0): Using hsync ranges from config file
    [ 74.778] (II) RADEON(0): Using vrefresh ranges from config file
    [ 74.778] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 74.778] (II) RADEON(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 74.778] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 74.778] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 74.778] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 74.778] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 74.778] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 74.778] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 74.778] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 74.778] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 74.778] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 74.778] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 74.778] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 74.778] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 74.778] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 74.778] (II) RADEON(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 78.817] (II) RADEON(0): EDID vendor "GSM", prod id 22593
    [ 78.817] (II) RADEON(0): Using hsync ranges from config file
    [ 78.817] (II) RADEON(0): Using vrefresh ranges from config file
    [ 78.817] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 78.817] (II) RADEON(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 78.817] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 78.817] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 78.817] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 78.817] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 78.817] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 78.817] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 78.817] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 78.817] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 78.817] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 78.817] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 78.817] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 78.817] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 78.817] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 78.817] (II) RADEON(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 79.064] (II) RADEON(0): EDID vendor "GSM", prod id 22593
    [ 79.064] (II) RADEON(0): Using hsync ranges from config file
    [ 79.064] (II) RADEON(0): Using vrefresh ranges from config file
    [ 79.064] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 79.064] (II) RADEON(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 79.064] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 79.064] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 79.064] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 79.064] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 79.064] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 79.064] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 79.064] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 79.064] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 79.064] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 79.064] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 79.064] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 79.064] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 79.064] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 79.064] (II) RADEON(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 79.275] (II) RADEON(0): EDID vendor "GSM", prod id 22593
    [ 79.276] (II) RADEON(0): Using hsync ranges from config file
    [ 79.276] (II) RADEON(0): Using vrefresh ranges from config file
    [ 79.276] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 79.276] (II) RADEON(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 79.276] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 79.276] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 79.276] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 79.276] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 79.276] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 79.276] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 79.276] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 79.276] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 79.276] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 79.276] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 79.276] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 79.276] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 79.276] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 79.276] (II) RADEON(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    And the journal
    Allowing runtime journal files to grow to 197.5M.
    Initializing cgroup subsys cpuset
    Linux version 3.8.11-1-ck (squishy@ease) (gcc version 4.8.0 20130425 (prerelease) (GCC) ) #1 SMP PREEMPT Thu May 2 10:00:38 EDT 2013
    Command line: BOOT_IMAGE=/boot/vmlinuz-linux-ck root=UUID=379256db-832d-48e7-8f68-c84894a5c7f5 ro elevator=bfq
    e820: BIOS-provided physical RAM map:
    BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
    BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
    BIOS-e820: [mem 0x00000000000e4000-0x00000000000fffff] reserved
    BIOS-e820: [mem 0x0000000000100000-0x00000000cff7ffff] usable
    BIOS-e820: [mem 0x00000000cff80000-0x00000000cff8dfff] ACPI data
    BIOS-e820: [mem 0x00000000cff8e000-0x00000000cffdffff] ACPI NVS
    BIOS-e820: [mem 0x00000000cffe0000-0x00000000cfffffff] reserved
    BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
    BIOS-e820: [mem 0x0000000100000000-0x000000012fffffff] usable
    NX (Execute Disable) protection: active
    SMBIOS 2.4 present.
    DMI: System manufacturer P5K Premium/P5K Premium, BIOS 1101 12/17/2008
    e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
    e820: remove [mem 0x000a0000-0x000fffff] usable
    No AGP bridge found
    e820: last_pfn = 0x130000 max_arch_pfn = 0x400000000
    MTRR default type: uncachable
    MTRR fixed ranges enabled:
    00000-9FFFF write-back
    A0000-BFFFF uncachable
    C0000-DFFFF write-protect
    E0000-EFFFF write-through
    F0000-FFFFF write-protect
    MTRR variable ranges enabled:
    0 base 0D0000000 mask FF0000000 uncachable
    1 base 0E0000000 mask FE0000000 uncachable
    2 base 000000000 mask F00000000 write-back
    3 base 100000000 mask FE0000000 write-back
    4 base 120000000 mask FF0000000 write-back
    5 disabled
    6 disabled
    7 disabled
    x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
    e820: last_pfn = 0xcff80 max_arch_pfn = 0x400000000
    found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff8800000ff780]
    initial memory mapped: [mem 0x00000000-0x1fffffff]
    Base memory trampoline at [ffff880000098000] 98000 size 24576
    init_memory_mapping: [mem 0x00000000-0xcff7ffff]
    [mem 0x00000000-0xcfdfffff] page 2M
    [mem 0xcfe00000-0xcff7ffff] page 4k
    kernel direct mapping tables up to 0xcff7ffff @ [mem 0x1fffa000-0x1fffffff]
    init_memory_mapping: [mem 0x100000000-0x12fffffff]
    [mem 0x100000000-0x12fffffff] page 2M
    kernel direct mapping tables up to 0x12fffffff @ [mem 0xcff7e000-0xcff7ffff]
    RAMDISK: [mem 0x378f2000-0x37c70fff]
    ACPI: RSDP 00000000000fbb20 00014 (v00 ACPIAM)
    ACPI: RSDT 00000000cff80000 0003C (v01 A_M_I_ OEMRSDT 12000817 MSFT 00000097)
    ACPI: FACP 00000000cff80200 00084 (v02 A_M_I_ OEMFACP 12000817 MSFT 00000097)
    ACPI: DSDT 00000000cff805c0 0913A (v01 A0840 A0840001 00000001 INTL 20060113)
    ACPI: FACS 00000000cff8e000 00040
    ACPI: APIC 00000000cff80390 0006C (v01 A_M_I_ OEMAPIC 12000817 MSFT 00000097)
    ACPI: MCFG 00000000cff80400 0003C (v01 A_M_I_ OEMMCFG 12000817 MSFT 00000097)
    ACPI: OEMB 00000000cff8e040 00081 (v01 A_M_I_ AMI_OEM 12000817 MSFT 00000097)
    ACPI: HPET 00000000cff89700 00038 (v01 A_M_I_ OEMHPET 12000817 MSFT 00000097)
    ACPI: OSFR 00000000cff89740 000B0 (v01 A_M_I_ OEMOSFR 12000817 MSFT 00000097)
    ACPI: Local APIC address 0xfee00000
    [ffffea0000000000-ffffea0004bfffff] PMD -> [ffff88012b600000-ffff88012f5fffff] on node 0
    Zone ranges:
    DMA [mem 0x00010000-0x00ffffff]
    DMA32 [mem 0x01000000-0xffffffff]
    Normal [mem 0x100000000-0x12fffffff]
    Movable zone start for each node
    Early memory node ranges
    node 0: [mem 0x00010000-0x0009dfff]
    node 0: [mem 0x00100000-0xcff7ffff]
    node 0: [mem 0x100000000-0x12fffffff]
    On node 0 totalpages: 1048334
    DMA zone: 64 pages used for memmap
    DMA zone: 6 pages reserved
    DMA zone: 3912 pages, LIFO batch:0
    DMA32 zone: 13246 pages used for memmap
    DMA32 zone: 834498 pages, LIFO batch:31
    Normal zone: 3072 pages used for memmap
    Normal zone: 193536 pages, LIFO batch:31
    ACPI: PM-Timer IO Port: 0x808
    ACPI: Local APIC address 0xfee00000
    ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
    ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    ACPI: IRQ0 used by override.
    ACPI: IRQ2 used by override.
    ACPI: IRQ9 used by override.
    Using ACPI (MADT) for SMP configuration information
    ACPI: HPET id: 0x8086a301 base: 0xfed00000
    smpboot: Allowing 4 CPUs, 0 hotplug CPUs
    nr_irqs_gsi: 40
    PM: Registered nosave memory: 000000000009e000 - 000000000009f000
    PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000e4000
    PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
    PM: Registered nosave memory: 00000000cff80000 - 00000000cff8e000
    PM: Registered nosave memory: 00000000cff8e000 - 00000000cffe0000
    PM: Registered nosave memory: 00000000cffe0000 - 00000000d0000000
    PM: Registered nosave memory: 00000000d0000000 - 00000000fee00000
    PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
    PM: Registered nosave memory: 00000000fee01000 - 00000000ffe00000
    PM: Registered nosave memory: 00000000ffe00000 - 0000000100000000
    e820: [mem 0xd0000000-0xfedfffff] available for PCI devices
    Booting paravirtualized kernel on bare hardware
    setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
    PERCPU: Embedded 28 pages/cpu @ffff88012fc00000 s82816 r8192 d23680 u524288
    pcpu-alloc: s82816 r8192 d23680 u524288 alloc=1*2097152
    pcpu-alloc: [0] 0 1 2 3
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1031946
    Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-ck root=UUID=379256db-832d-48e7-8f68-c84894a5c7f5 ro elevator=bfq
    PID hash table entries: 4096 (order: 3, 32768 bytes)
    Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    __ex_table already sorted, skipping sort
    Checking aperture...
    No AGP bridge found
    Calgary: detecting Calgary via BIOS EBDA area
    Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    Memory: 4040388k/4980736k available (4749k kernel code, 787400k absent, 152948k reserved, 4110k data, 784k init)
    SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    Preemptible hierarchical RCU implementation.
    RCU dyntick-idle grace-period acceleration is enabled.
    Dump stacks of tasks blocking RCU-preempt GP.
    NR_IRQS:4352 nr_irqs:1192 16
    Console: colour dummy device 80x25
    console [tty0] enabled
    allocated 16777216 bytes of page_cgroup
    please try 'cgroup_disable=memory' option if you don't want memory cgroups
    hpet clockevent registered
    tsc: Fast TSC calibration using PIT
    tsc: Detected 3347.089 MHz processor
    Calibrating delay loop (skipped), value calculated using timer frequency.. 6696.10 BogoMIPS (lpj=11156963)
    pid_max: default: 32768 minimum: 301
    Security Framework initialized
    AppArmor: AppArmor disabled by boot time parameter
    Mount-cache hash table entries: 256
    Initializing cgroup subsys memory
    Initializing cgroup subsys devices
    Initializing cgroup subsys freezer
    Initializing cgroup subsys net_cls
    Initializing cgroup subsys blkio
    Initializing cgroup subsys bfqio
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 0
    mce: CPU supports 6 MCE banks
    CPU0: Thermal monitoring enabled (TM2)
    process: using mwait in idle threads
    Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
    Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32
    tlb_flushall_shift: -1
    Freeing SMP alternatives: 16k freed
    ACPI: Core revision 20121018
    ftrace: allocating 18903 entries in 74 pages
    ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    smpboot: CPU0: Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz (fam: 06, model: 0f, stepping: 0b)
    APIC calibration not consistent with PM-Timer: 116ms instead of 100ms
    APIC delta adjusted to PM-Timer: 2324406 (2711801)
    Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
    perf_event_intel: PEBS disabled due to CPU errata
    ... version: 2
    ... bit width: 40
    ... generic registers: 2
    ... value mask: 000000ffffffffff
    ... max period: 000000007fffffff
    ... fixed-purpose events: 3
    ... event mask: 0000000700000003
    NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    smpboot: Booting Node 0, Processors #1 #2 #3
    Brought up 4 CPUs
    smpboot: Total of 4 processors activated (26787.40 BogoMIPS)
    devtmpfs: initialized
    PM: Registering ACPI NVS region [mem 0xcff8e000-0xcffdffff] (335872 bytes)
    RTC time: 12:00:20, date: 05/05/13
    NET: Registered protocol family 16
    ACPI: bus type pci registered
    PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    PCI: not using MMCONFIG
    PCI: Using configuration type 1 for base access
    bio: create slab <bio-0> at 0
    ACPI: Added _OSI(Module Device)
    ACPI: Added _OSI(Processor Device)
    ACPI: Added _OSI(3.0 _SCP Extensions)
    ACPI: Added _OSI(Processor Aggregator Device)
    ACPI: EC: Look up EC in DSDT
    ACPI: Executed 1 blocks of module-level executable AML code
    ACPI: SSDT 00000000cff8e0d0 00190 (v01 AMI CPU1PM 00000001 INTL 20060113)
    ACPI: Dynamic OEM Table Load:
    ACPI: SSDT (null) 00190 (v01 AMI CPU1PM 00000001 INTL 20060113)
    ACPI: SSDT 00000000cff8e260 00143 (v01 AMI CPU2PM 00000001 INTL 20060113)
    ACPI: Dynamic OEM Table Load:
    ACPI: SSDT (null) 00143 (v01 AMI CPU2PM 00000001 INTL 20060113)
    ACPI: SSDT 00000000cff8e3b0 00143 (v01 AMI CPU3PM 00000001 INTL 20060113)
    ACPI: Dynamic OEM Table Load:
    ACPI: SSDT (null) 00143 (v01 AMI CPU3PM 00000001 INTL 20060113)
    ACPI: SSDT 00000000cff8e500 00143 (v01 AMI CPU4PM 00000001 INTL 20060113)
    ACPI: Dynamic OEM Table Load:
    ACPI: SSDT (null) 00143 (v01 AMI CPU4PM 00000001 INTL 20060113)
    ACPI: Interpreter enabled
    ACPI: (supports S0 S1 S3 S4 S5)
    ACPI: Using IOAPIC for interrupt routing
    PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    ACPI: No dock devices found.
    PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    PCI host bridge to bus 0000:00
    pci_bus 0000:00: root bus resource [bus 00-ff]
    pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
    pci_bus 0000:00: root bus resource [mem 0xd0000000-0xffffffff]
    pci 0000:00:00.0: [8086:29c0] type 00 class 0x060000
    pci 0000:00:01.0: [8086:29c1] type 01 class 0x060400
    pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
    pci 0000:00:1a.0: reg 20: [io 0xb800-0xb81f]
    pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300
    pci 0000:00:1a.1: reg 20: [io 0xb880-0xb89f]
    pci 0000:00:1a.2: [8086:2939] type 00 class 0x0c0300
    pci 0000:00:1a.2: reg 20: [io 0xbc00-0xbc1f]
    pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
    pci 0000:00:1a.7: reg 10: [mem 0xf7dffc00-0xf7dfffff]
    pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400
    pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.4: [8086:2948] type 01 class 0x060400
    pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
    pci 0000:00:1d.0: reg 20: [io 0xb080-0xb09f]
    pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
    pci 0000:00:1d.1: reg 20: [io 0xb400-0xb41f]
    pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
    pci 0000:00:1d.2: reg 20: [io 0xb480-0xb49f]
    pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
    pci 0000:00:1d.7: reg 10: [mem 0xf7dff800-0xf7dffbff]
    pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401

    Hello! I seem to be having a similar problem to what is being discussed here. So I figured I would add what is going on with me.
    I will try to keep it short but I apologize in advance for it being a bit long.
    Hardware: 2006 Imac with Radeon mobility x1600
    For me there was no problem before the systemd upgrade to 210 and the upgrade to 211 did not fix the problem of black screen on boot.
    Also I upgraded my kernel from 3.13.5-1 to 3.13.6-1 after the problem with systemd started.
    Downgrading systemd to 208.10 ( the kernel had been upgraded already) got the system working properly again.
    I have since gone back to 211 and have found that:
    If I wait for 5 - 10 minutes after the computer boots when I move the mouse the screen wakes up and I can unlock the screen and the computer works as normal.
       Note: I am using gdm and gnome3. I think from this that my problem is a brightness/screen not being turned on issue?
    If I add nomodeset to the kernel boot parameters the computer works but the Radeon drivers are not loaded.
      and after booting with nomodeset if I use "sudo modprobe radeon modeset=1" my computer screen blacks and I have no response.
    With both 210 and 211 I can press ctrl+alt+F2 type my username and password into the blind and give commands like "sudo reboot followed by the password" blindly to the computer and the computer will execute them.
    I hope that this can be fixed soon... It is annoying at best.
    EDIT
    I tried  "sudo modprobe radeon modeset=1" again and found that I can press ctrl+alt+F2 and get a terminal login prompt that I can use and see! Although gdm login/gnome is still a black screen...
    Last edited by BirdOfPray (2014-03-26 21:42:04)

  • Black screen on gdm start

    hy, i have installed the new voodoo with the ne install cd.
    i ve installed x, gnome and gdm.
    the first start into gnome worked, but then i followed this instructions to edit my xorg.conf for radeon.
    http://wiki.archlinux.org/index.php/ATI … TI_Drivers
    ive added all options.
    now i got a black screen when the daemon gdm starts, and i have to turn off my notebook by pressing the power button. (4seconds...)
    so, what can i do? reinstall?
    mfg chief
    Last edited by Chiefcooker (2007-04-02 11:19:16)

    xorg.conf
    Section "Module"
    Load "dbe" # Double buffer extension
    SubSection "extmod"
    Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection
    # Load "type1"
    Load "freetype"
    # Load "xtt"
    Load "glx"
    Load "dri"
    Load "drm"
    EndSection
    Section "Files"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    # FontPath "/usr/share/fonts/Type1"
    # FontPath "/usr/lib/X11/fonts/local/"
    # FontPath "/usr/lib/X11/fonts/misc/"
    # FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/Speedo/"
    # FontPath "/usr/lib/X11/fonts/Type1/"
    # FontPath "/usr/lib/X11/fonts/TrueType/"
    # FontPath "/usr/lib/X11/fonts/freefont/"
    # FontPath "/usr/lib/X11/fonts/75dpi/"
    # FontPath "/usr/lib/X11/fonts/100dpi/"
    # ModulePath "/usr/lib/modules"
    EndSection
    Section "ServerFlags"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc104"
    Option "XkbLayout" "de"
    EndSection
    Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "Auto" # Auto detect
    Option "Device" "/dev/input/mice"
    Option "Resolution" "800"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "My Monitor"
    HorizSync 31.5 - 82.0
    VertRefresh 50-70
    EndSection
    Section "Device"
    Identifier "** ATI Radeon (generic) [radeon]"
    Driver "radeon"
    Option "XAANoOffscreenPixmaps" "true" #needed for aiglx
    Option "AGPMode" "4"
    Option "ColorTiling" "on"
    Option "AccelMethod" "EXA"
    Option "EnablePageFlip" "on"
    Option "EnablePageFlip" "on"
    Option "AGPFastWrite" "yes"
    EndSection
    Section "Screen"
    Identifier "Screen 1"
    Device "** ATI Radeon (generic) [radeon]"
    Monitor "My Monitor"
    DefaultDepth 24
    Subsection "Display"
    Depth 8
    Modes "1400x1050" "1024x768" "800x600"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 16
    Modes "1400x1050" "1024x768" "800x600"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 24
    Modes "1400x1050" "1024x768" "800x600"
    ViewPort 0 0
    EndSubsection
    EndSection
    Section "ServerLayout"
    Identifier "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    in xorg log
    X Window System Version 7.2.0
    Release Date: 22 January 2007
    X Protocol Version 11, Revision 0, Release 7.2
    Build Operating System: UNKNOWN
    Current Operating System: Linux chief-mobil-arklinux 2.6.20-ARCH #1 SMP PREEMPT Sat Mar 24 10:51:35 CET 2007 i686
    Build Date: 27 February 2007
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 2 21:16:12 2007
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Simple Layout"
    (**) |-->Screen "Screen 1" (0)
    (**) | |-->Monitor "My Monitor"
    (**) | |-->Device "** ATI Radeon (generic) [radeon]"
    (**) |-->Input Device "Mouse1"
    (**) |-->Input Device "Keyboard1"
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/75dpi").
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/TTF
    (==) RgbPath set to "/usr/share/X11/rgb"
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Loader magic: 0x81c34a0
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 1.1
    X.Org XInput driver : 0.7
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules//libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.1
    (++) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 8086,2560 card 1584,9100 rev 03 class 06,00,00 hdr 00
    (II) PCI: 00:01:0: chip 8086,2561 card 0000,0000 rev 03 class 06,04,00 hdr 01
    (II) PCI: 00:1d:0: chip 8086,24c2 card 1584,9011 rev 02 class 0c,03,00 hdr 80
    (II) PCI: 00:1d:1: chip 8086,24c4 card 1584,9011 rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:2: chip 8086,24c7 card 1584,9011 rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:7: chip 8086,24cd card 1584,9110 rev 02 class 0c,03,20 hdr 00
    (II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 82 class 06,04,00 hdr 01
    (II) PCI: 00:1f:0: chip 8086,24c0 card 0000,0000 rev 02 class 06,01,00 hdr 80
    (II) PCI: 00:1f:1: chip 8086,24cb card 1584,9011 rev 02 class 01,01,8a hdr 00
    (II) PCI: 00:1f:3: chip 8086,24c3 card 1584,9011 rev 02 class 0c,05,00 hdr 00
    (II) PCI: 00:1f:5: chip 8086,24c5 card 1584,9011 rev 02 class 04,01,00 hdr 00
    (II) PCI: 00:1f:6: chip 8086,24c6 card 1584,4007 rev 02 class 07,03,00 hdr 00
    (II) PCI: 01:00:0: chip 1002,4c66 card 1584,2301 rev 01 class 03,00,00 hdr 00
    (II) PCI: 02:03:0: chip 1217,6972 card c001,0000 rev 00 class 06,07,00 hdr 02
    (II) PCI: 02:0a:0: chip 1106,3044 card 1734,102a rev 80 class 0c,00,10 hdr 00
    (II) PCI: 02:0c:0: chip 100b,0020 card 1584,9011 rev 00 class 02,00,00 hdr 00
    (II) PCI: 03:00:0: chip 10ec,8185 card 10ec,8185 rev 20 class 02,00,00 hdr 00
    (II) PCI: End of PCI scan
    (II) Intel Bridge workaround enabled
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,3), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) Bus 0 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) Bus 0 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 1 I/O range:
    [0] -1 0 0x0000b000 - 0x0000bfff (0x1000) IX[b]
    (II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xdfd00000 - 0xdfdfffff (0x100000) MX[b]
    (II) Bus 1 prefetchable memory range:
    [0] -1 0 0xafc00000 - 0xbfbfffff (0x10000000) MX[b]
    (II) Subtractive PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:30:0), (0,2,6), BCTRL: 0x0006 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
    [0] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b]
    [1] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[b]
    [2] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[b]
    [3] -1 0 0x0000cc00 - 0x0000ccff (0x100) IX[b]
    (II) Bus 2 non-prefetchable memory range:
    [0] -1 0 0xdfe00000 - 0xdfefffff (0x100000) MX[b]
    (II) Bus 2 prefetchable memory range:
    [0] -1 0 0x50000000 - 0x55ffffff (0x6000000) MX[b]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) PCI-to-CardBus bridge:
    (II) Bus 3: bridge is at (2:3:0), (2,3,6), BCTRL: 0x0500 (VGA_EN is cleared)
    (II) Bus 3 I/O range:
    [0] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b]
    [1] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[b]
    (II) Bus 3 prefetchable memory range:
    [0] -1 0 0x50000000 - 0x53ffffff (0x4000000) MX[b]
    (--) PCI:*(1:0:0) ATI Technologies Inc Radeon R250 [Mobility FireGL 9000] rev 1, Mem @ 0xb0000000/27, 0xdfdf0000/16, I/O @ 0xb000/8, BIOS @ 0xdfdc0000/17
    (II) Addressable bus resource ranges are
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) OS-reported resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) PCI Memory resource overlap reduced 0xc0000000 from 0xcfffffff to 0xbfffffff
    (II) Active PCI resource ranges:
    [0] -1 0 0xdfefe000 - 0xdfefefff (0x1000) MX[b]
    [1] -1 0 0xdfeff800 - 0xdfefffff (0x800) MX[b]
    [2] -1 0 0x56000600 - 0x560006ff (0x100) MX[b]
    [3] -1 0 0x56000400 - 0x560005ff (0x200) MX[b]
    [4] -1 0 0x56000000 - 0x560003ff (0x400) MX[b]
    [5] -1 0 0xdffffc00 - 0xdfffffff (0x400) MX[b]
    [6] -1 0 0xc0000000 - 0xbfffffff (0x0) MX[b]O
    [7] -1 0 0xdfdc0000 - 0xdfddffff (0x20000) MX[b](B)
    [8] -1 0 0xdfdf0000 - 0xdfdfffff (0x10000) MX[b](B)
    [9] -1 0 0xb0000000 - 0xb7ffffff (0x8000000) MX[b](B)
    [10] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[b]
    [11] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[b]
    [12] -1 0 0x0000e300 - 0x0000e37f (0x80) IX[b]
    [13] -1 0 0x0000e200 - 0x0000e2ff (0x100) IX[b]
    [14] -1 0 0x0000e100 - 0x0000e13f (0x40) IX[b]
    [15] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[b]
    [16] -1 0 0x00000540 - 0x0000055f (0x20) IX[b]
    [17] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[b]
    [18] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [19] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [20] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [21] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [22] -1 0 0x0000df80 - 0x0000df9f (0x20) IX[b]
    [23] -1 0 0x0000df40 - 0x0000df5f (0x20) IX[b]
    [24] -1 0 0x0000df20 - 0x0000df3f (0x20) IX[b]
    [25] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[b](B)
    (II) Inactive PCI resource ranges:
    [0] -1 0 0x58000000 - 0x580001ff (0x200) MX[b]
    [1] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b]
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xdfefe000 - 0xdfefefff (0x1000) MX[b]
    [1] -1 0 0xdfeff800 - 0xdfefffff (0x800) MX[b]
    [2] -1 0 0x56000600 - 0x560006ff (0x100) MX[b]
    [3] -1 0 0x56000400 - 0x560005ff (0x200) MX[b]
    [4] -1 0 0x56000000 - 0x560003ff (0x400) MX[b]
    [5] -1 0 0xdffffc00 - 0xdfffffff (0x400) MX[b]
    [6] -1 0 0xc0000000 - 0xbfffffff (0x0) MX[b]O
    [7] -1 0 0xdfdc0000 - 0xdfddffff (0x20000) MX[b](B)
    [8] -1 0 0xdfdf0000 - 0xdfdfffff (0x10000) MX[b](B)
    [9] -1 0 0xb0000000 - 0xb7ffffff (0x8000000) MX[b](B)
    [10] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[b]
    [11] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[b]
    [12] -1 0 0x0000e300 - 0x0000e37f (0x80) IX[b]
    [13] -1 0 0x0000e200 - 0x0000e2ff (0x100) IX[b]
    [14] -1 0 0x0000e100 - 0x0000e13f (0x40) IX[b]
    [15] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[b]
    [16] -1 0 0x00000540 - 0x0000055f (0x20) IX[b]
    [17] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[b]
    [18] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [19] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [20] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [21] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [22] -1 0 0x0000df80 - 0x0000df9f (0x20) IX[b]
    [23] -1 0 0x0000df40 - 0x0000df5f (0x20) IX[b]
    [24] -1 0 0x0000df20 - 0x0000df3f (0x20) IX[b]
    [25] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[b](B)
    (II) Inactive PCI resource ranges after removing overlaps:
    [0] -1 0 0x58000000 - 0x580001ff (0x200) MX[b]
    [1] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b]
    (II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) All system resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xdfefe000 - 0xdfefefff (0x1000) MX[b]
    [5] -1 0 0xdfeff800 - 0xdfefffff (0x800) MX[b]
    [6] -1 0 0x56000600 - 0x560006ff (0x100) MX[b]
    [7] -1 0 0x56000400 - 0x560005ff (0x200) MX[b]
    [8] -1 0 0x56000000 - 0x560003ff (0x400) MX[b]
    [9] -1 0 0xdffffc00 - 0xdfffffff (0x400) MX[b]
    [10] -1 0 0xc0000000 - 0xbfffffff (0x0) MX[b]O
    [11] -1 0 0xdfdc0000 - 0xdfddffff (0x20000) MX[b](B)
    [12] -1 0 0xdfdf0000 - 0xdfdfffff (0x10000) MX[b](B)
    [13] -1 0 0xb0000000 - 0xb7ffffff (0x8000000) MX[b](B)
    [14] -1 0 0x58000000 - 0x580001ff (0x200) MX[b]
    [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [17] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[b]
    [18] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[b]
    [19] -1 0 0x0000e300 - 0x0000e37f (0x80) IX[b]
    [20] -1 0 0x0000e200 - 0x0000e2ff (0x100) IX[b]
    [21] -1 0 0x0000e100 - 0x0000e13f (0x40) IX[b]
    [22] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[b]
    [23] -1 0 0x00000540 - 0x0000055f (0x20) IX[b]
    [24] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[b]
    [25] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [26] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [27] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [28] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [29] -1 0 0x0000df80 - 0x0000df9f (0x20) IX[b]
    [30] -1 0 0x0000df40 - 0x0000df5f (0x20) IX[b]
    [31] -1 0 0x0000df20 - 0x0000df3f (0x20) IX[b]
    [32] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[b](B)
    [33] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b]
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 7.2.0, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font FreeType
    (II) LoadModule: "glx"
    (WW) Warning, couldn't open module glx
    (II) UnloadModule: "glx"
    (EE) Failed to load module "glx" (module does not exist, 0)
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "radeon"
    (II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
    (II) Module radeon: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 4.2.0
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 1.0
    (II) LoadModule: "ati"
    (II) Loading /usr/lib/xorg/modules/drivers//ati_drv.so
    (II) Module ati: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 6.6.3
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 1.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.1.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.6
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.1.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.6
    (II) ATI: ATI driver (version 6.6.3) for chipsets: ati, ativga
    (II) R128: Driver for ATI Rage 128 chipsets:
    ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
    ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
    ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
    ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
    ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
    ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
    ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
    ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
    ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
    ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
    ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
    ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP),
    ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP),
    ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/AGP),
    ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
    ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
    ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (PCI/AGP),
    ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP),
    ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP),
    ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP),
    ATI Rage 128 4X SN (PCI/AGP), ATI Rage 128 Pro ULTRA TF (AGP),
    ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
    ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
    ATI Rage 128 Pro ULTRA TU (AGP?)
    (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI),
    ATI ES1000 515E (PCI), ATI ES1000 5969 (PCI),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330/340/350 (A4) 4137,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP),
    ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP),
    ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon 9100 PRO IGP 7834,
    ATI Radeon Mobility 9200 IGP 7835, ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9700 Pro ND (AGP),
    ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
    ATI FireGL X1 NG (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP),
    ATI FireGL RV360 AV (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon 9650,
    ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP),
    ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE),
    ATI Radeon Mobility X600 (M24) 3150 (PCIE),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE),
    ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE), ATI FireGL V5000 (RV410) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE),
    ATI Radeon X800 (R420) JH (AGP), ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X800 SE (R420) (AGP),
    ATI Radeon AIW X800 VE (R420) JT (AGP),
    ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V7100 (R423) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Radeon X800 (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 XTP (R430) (PCIE),
    ATI Radeon X850 5D4C (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP)
    (II) Primary Device is: PCI 01:00:0
    (--) Assigning device section with no busID to primary device
    (--) Chipset ATI Radeon Mobility 9000 (M9) Lf (AGP) found
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xdfefe000 - 0xdfefefff (0x1000) MX[b]
    [5] -1 0 0xdfeff800 - 0xdfefffff (0x800) MX[b]
    [6] -1 0 0x56000600 - 0x560006ff (0x100) MX[b]
    [7] -1 0 0x56000400 - 0x560005ff (0x200) MX[b]
    [8] -1 0 0x56000000 - 0x560003ff (0x400) MX[b]
    [9] -1 0 0xdffffc00 - 0xdfffffff (0x400) MX[b]
    [10] -1 0 0xc0000000 - 0xbfffffff (0x0) MX[b]O
    [11] -1 0 0xdfdc0000 - 0xdfddffff (0x20000) MX[b](B)
    [12] -1 0 0xdfdf0000 - 0xdfdfffff (0x10000) MX[b](B)
    [13] -1 0 0xb0000000 - 0xb7ffffff (0x8000000) MX[b](B)
    [14] -1 0 0x58000000 - 0x580001ff (0x200) MX[b]
    [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [17] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[b]
    [18] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[b]
    [19] -1 0 0x0000e300 - 0x0000e37f (0x80) IX[b]
    [20] -1 0 0x0000e200 - 0x0000e2ff (0x100) IX[b]
    [21] -1 0 0x0000e100 - 0x0000e13f (0x40) IX[b]
    [22] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[b]
    [23] -1 0 0x00000540 - 0x0000055f (0x20) IX[b]
    [24] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[b]
    [25] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [26] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [27] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [28] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [29] -1 0 0x0000df80 - 0x0000df9f (0x20) IX[b]
    [30] -1 0 0x0000df40 - 0x0000df5f (0x20) IX[b]
    [31] -1 0 0x0000df20 - 0x0000df3f (0x20) IX[b]
    [32] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[b](B)
    [33] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b]
    (II) Loading sub module "radeon"
    (II) LoadModule: "radeon"
    (II) Reloading /usr/lib/xorg/modules/drivers//radeon_drv.so
    (II) resource ranges after probing:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xdfefe000 - 0xdfefefff (0x1000) MX[b]
    [5] -1 0 0xdfeff800 - 0xdfefffff (0x800) MX[b]
    [6] -1 0 0x56000600 - 0x560006ff (0x100) MX[b]
    [7] -1 0 0x56000400 - 0x560005ff (0x200) MX[b]
    [8] -1 0 0x56000000 - 0x560003ff (0x400) MX[b]
    [9] -1 0 0xdffffc00 - 0xdfffffff (0x400) MX[b]
    [10] -1 0 0xc0000000 - 0xbfffffff (0x0) MX[b]O
    [11] -1 0 0xdfdc0000 - 0xdfddffff (0x20000) MX[b](B)
    [12] -1 0 0xdfdf0000 - 0xdfdfffff (0x10000) MX[b](B)
    [13] -1 0 0xb0000000 - 0xb7ffffff (0x8000000) MX[b](B)
    [14] -1 0 0x58000000 - 0x580001ff (0x200) MX[b]
    [15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [20] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[b]
    [21] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[b]
    [22] -1 0 0x0000e300 - 0x0000e37f (0x80) IX[b]
    [23] -1 0 0x0000e200 - 0x0000e2ff (0x100) IX[b]
    [24] -1 0 0x0000e100 - 0x0000e13f (0x40) IX[b]
    [25] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[b]
    [26] -1 0 0x00000540 - 0x0000055f (0x20) IX[b]
    [27] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[b]
    [28] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [29] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [30] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [31] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [32] -1 0 0x0000df80 - 0x0000df9f (0x20) IX[b]
    [33] -1 0 0x0000df40 - 0x0000df5f (0x20) IX[b]
    [34] -1 0 0x0000df20 - 0x0000df3f (0x20) IX[b]
    [35] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[b](B)
    [36] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b]
    [37] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [38] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (**) RADEON(0): RADEONPreInit
    (II) RADEON(0): MMIO registers at 0xdfdf0000: size 64KB
    (II) RADEON(0): PCI bus 1 card 0 func 0
    (**) RADEON(0): Depth 24, (--) framebuffer bpp 32
    (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    (==) RADEON(0): Default visual is TrueColor
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/lib/xorg/modules//libvgahw.so
    (II) Module vgahw: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 0.1.0
    ABI class: X.Org Video Driver, version 1.1
    (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (==) RADEON(0): RGB weight 888
    (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    (==) RADEON(0): X server will not keep DPI constant for all screen sizes
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules//libint10.so
    (II) Module int10: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.1
    (II) RADEON(0): initializing int10
    (II) RADEON(0): Primary V_BIOS segment is: 0xc000
    (--) RADEON(0): Chipset: "ATI Radeon Mobility 9000 (M9) Lf (AGP)" (ChipID = 0x4c66)
    (--) RADEON(0): Linear framebuffer at 0xb0000000
    (--) RADEON(0): BIOS at 0xdfdc0000
    (II) RADEON(0): AGP card detected
    (II) RADEON(0): Detected total video RAM=65536K, accessible=131072K (PCI BAR=131072K)
    (--) RADEON(0): Mapped VideoRAM: 65536 kByte (128 bit DDR SDRAM)
    (II) RADEON(0): Color tiling enabled by default
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Loading /usr/lib/xorg/modules//libddc.so
    (II) Module ddc: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.1
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"
    (II) Loading /usr/lib/xorg/modules//libi2c.so
    (II) Module i2c: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.2.0
    ABI class: X.Org Video Driver, version 1.1
    (II) RADEON(0): I2C bus "DDC" initialized.
    (II) RADEON(0): Legacy BIOS detected
    (II) RADEON(0): LVDS port is not in connector table, added in.
    (II) RADEON(0): Connector0: DDCType-0, DACType-1, TMDSType--1, ConnectorType-1
    (II) RADEON(0): Connector1: DDCType-3, DACType-0, TMDSType--1, ConnectorType-2
    (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "DDC:ddc2" removed.
    (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "DDC:ddc2" removed.
    (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "DDC:ddc2" removed.
    (II) RADEON(0): DDC Type: 3, Detected Type: 0
    (II) RADEON(0):
    (II) RADEON(0): Primary:
    Monitor -- LVDS
    Connector -- VGA
    DAC Type -- Primary
    TMDS Type -- NONE
    DDC Type -- VGA_DDC
    (II) RADEON(0): Secondary:
    Monitor -- NONE
    Connector -- Proprietary
    DAC Type -- TVDAC/ExtDAC
    TMDS Type -- NONE
    DDC Type -- NONE
    (II) RADEON(0): PLL parameters: rf=2700 rd=12 min=20000 max=35000; xclk=22000
    (WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled
    (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
    (II) RADEON(0): Validating modes on Primary head ---------
    (II) RADEON(0): Panel ID string: Samsung LTN150P1-L02
    (II) RADEON(0): Panel Size from BIOS: 1400x1050
    (II) RADEON(0): BIOS provided dividers will be used.
    (II) RADEON(0): Total number of valid DDC mode(s) found: 0
    (II) RADEON(0): Valid mode using on-chip RMX: 1400x1050
    (II) RADEON(0): Valid mode using on-chip RMX: 1024x768
    (II) RADEON(0): Valid mode using on-chip RMX: 800x600
    (II) RADEON(0): Total number of valid FP mode(s) found: 3
    (--) RADEON(0): Virtual size is 1400x1050 (pitch 1408)
    (**) RADEON(0): *Mode "1400x1050": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
    (II) RADEON(0): Modeline "1400x1050" 108.00 1400 34208 34320 1688 1050 1052 1055 1063
    (**) RADEON(0): *Mode "1024x768": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
    (II) RADEON(0): Modeline "1024x768" 108.00 1024 34208 34320 1688 768 1052 1055 1063
    (**) RADEON(0): *Mode "800x600": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
    (II) RADEON(0): Modeline "800x600" 108.00 800 34208 34320 1688 600 1052 1055 1063
    (**) RADEON(0): Default mode "640x350": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
    (II) RADEON(0): Modeline "640x350" 108.00 640 34208 34320 1688 350 1052 1055 1063
    (**) RADEON(0): Default mode "640x400": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
    (II) RADEON(0): Modeline "640x400" 108.00 640 34208 34320 1688 400 1052 1055 1063
    (**) RADEON(0): Default mode "720x400": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
    (II) RADEON(0): Modeline "720x400" 108.00 720 34208 34320 1688 400 1052 1055 1063
    (**) RADEON(0): Default mode "640x480": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
    (II) RADEON(0): Modeline "640x480" 108.00 640 34208 34320 1688 480 1052 1055 1063
    (**) RADEON(0): Default mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
    (II) RADEON(0): Modeline "1152x864" 108.00 1152 34208 34320 1688 864 1052 1055 1063
    (**) RADEON(0): Default mode "1280x960": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
    (II) RADEON(0): Modeline "1280x960" 108.00 1280 34208 34320 1688 960 1052 1055 1063
    (**) RADEON(0): Default mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
    (II) RADEON(0): Modeline "1280x1024" 108.00 1280 34208 34320 1688 1024 1052 1055 1063
    (**) RADEON(0): Default mode "832x624": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
    (II) RADEON(0): Modeline "832x624" 108.00 832 34208 34320 1688 624 1052 1055 1063
    (**) RADEON(0): Default mode "1152x768": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
    (II) RADEON(0): Modeline "1152x768" 108.00 1152 34208 34320 1688 768 1052 1055 1063
    (**) RADEON(0): Default mode "1280x720": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
    (II) RADEON(0): Modeline "1280x720" 108.00 1280 34208 34320 1688 720 1052 1055 1063
    (**) RADEON(0): Default mode "1280x800": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
    (II) RADEON(0): Modeline "1280x800" 108.00 1280 34208 34320 1688 800 1052 1055 1063
    (**) RADEON(0): Default mode "1280x768": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
    (II) RADEON(0): Modeline "1280x768" 108.00 1280 34208 34320 1688 768 1052 1055 1063
    (**) RADEON(0): Default mode "1360x768": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
    (II) RADEON(0): Modeline "1360x768" 108.00 1360 34208 34320 1688 768 1052 1055 1063
    (==) RADEON(0): DPI set to (96, 96)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Loading /usr/lib/xorg/modules//libramdac.so
    (II) Module ramdac: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 0.1.0
    ABI class: X.Org Video Driver, version 1.1
    (==) RADEON(0): Using XAA acceleration architecture
    (II) Loading sub module "xaa"
    (II) LoadModule: "xaa"
    (II) Loading /usr/lib/xorg/modules//libxaa.so
    (II) Module xaa: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.2.0
    ABI class: X.Org Video Driver, version 1.1
    (II) RADEON(0): No MM_TABLE found - assuming CARD is not TV-in capable.
    (!!) RADEON(0): For information on using the multimedia capabilities
    of this adapter, please see http://gatos.sf.net.
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] 0 0 0xdfdf0000 - 0xdfdfffff (0x10000) MX[b]
    [1] 0 0 0xb0000000 - 0xb7ffffff (0x8000000) MX[b]
    [2] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [6] -1 0 0xdfefe000 - 0xdfefefff (0x1000) MX[b]
    [7] -1 0 0xdfeff800 - 0xdfefffff (0x800) MX[b]
    [8] -1 0 0x56000600 - 0x560006ff (0x100) MX[b]
    [9] -1 0 0x56000400 - 0x560005ff (0x200) MX[b]
    [10] -1 0 0x56000000 - 0x560003ff (0x400) MX[b]
    [11] -1 0 0xdffffc00 - 0xdfffffff (0x400) MX[b]
    [12] -1 0 0xc0000000 - 0xbfffffff (0x0) MX[b]O
    [13] -1 0 0xdfdc0000 - 0xdfddffff (0x20000) MX[b](B)
    [14] -1 0 0xdfdf0000 - 0xdfdfffff (0x10000) MX[b](B)
    [15] -1 0 0xb0000000 - 0xb7ffffff (0x8000000) MX[b](B)
    [16] -1 0 0x58000000 - 0x580001ff (0x200) MX[b]
    [17] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprU)
    [18] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprU)
    [19] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprU)
    [20] 0 0 0x0000b000 - 0x0000b0ff (0x100) IX[b]
    [21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [22] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [23] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[b]
    [24] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[b]
    [25] -1 0 0x0000e300 - 0x0000e37f (0x80) IX[b]
    [26] -1 0 0x0000e200 - 0x0000e2ff (0x100) IX[b]
    [27] -1 0 0x0000e100 - 0x0000e13f (0x40) IX[b]
    [28] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[b]
    [29] -1 0 0x00000540 - 0x0000055f (0x20) IX[b]
    [30] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[b]
    [31] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [32] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [33] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [34] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [35] -1 0 0x0000df80 - 0x0000df9f (0x20) IX[b]
    [36] -1 0 0x0000df40 - 0x0000df5f (0x20) IX[b]
    [37] -1 0 0x0000df20 - 0x0000df3f (0x20) IX[b]
    [38] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[b](B)
    [39] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b]
    [40] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [41] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (**) RADEON(0): RADEONScreenInit b0000000 0
    (**) RADEON(0): Map: 0xb0000000, 0x04000000
    (==) RADEON(0): Write-combining range (0xb0000000,0x4000000)
    (**) RADEON(0): RADEONSave
    (**) RADEON(0): RADEONSaveMode(0x81f2108)
    (**) RADEON(0): Read: 0x00000006 0x00040048 0x00000000
    (**) RADEON(0): Read: rd=6, fd=72, pd=4
    (**) RADEON(0): RADEONSaveMode returns 0x81f2108
    (II) RADEON(0): Dynamic Clock Scaling Disabled
    (**) RADEON(0): RADEONInitMemoryMap() :
    (**) RADEON(0): mem_size : 0x04000000
    (**) RADEON(0): MC_FB_LOCATION : 0xb3ffb000
    (**) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    (**) RADEON(0): RADEONModeInit()
    1400x1050 108.00 1400 34208 34320 1688 1050 1052 1055 1063 (24,32)
    1400x1050 108.00 1400 34208 34320 1688 1050 1052 1055 1063 (24,32)
    (**) RADEON(0): Pitch = 11534512 bytes (virtualX = 1400, displayWidth = 1408)
    (II) RADEON(0): BIOS HotKeys Disabled
    (**) RADEON(0): RADEONInit returns 0x81f2ab8
    (**) RADEON(0): RADEONRestoreMode()
    (**) RADEON(0): RADEONRestoreMode(0x81f2ab8)
    (**) RADEON(0): RADEONRestoreMemMapRegisters() :
    (**) RADEON(0): MC_FB_LOCATION : 0xb3ffb000
    (**) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    (**) RADEON(0): Map Changed ! Applying ...
    (**) RADEON(0): Map applied, resetting engine ...
    (**) RADEON(0): Updating display base addresses...
    (**) RADEON(0): Memory map updated.
    (**) RADEON(0): Programming CRTC1, offset: 0x00000000
    (**) RADEON(0): GRPH_BUFFER_CNTL from 200a7c7c to 20105c5c
    (**) RADEON(0): RADEONSaveScreen(0)
    (II) RADEON(0): Depth moves disabled by default
    (**) RADEON(0): Setting up initial surfaces
    (**) RADEON(0): Initializing fb layer
    (**) RADEON(0): Setting up accel memmap
    (II) RADEON(0): Memory manager initialized to (0,0) (1408,8191)
    (II) RADEON(0): Reserved area from (0,1050) to (1408,1058)
    (II) RADEON(0): Largest offscreen area available: 1408 x 7133
    (**) RADEON(0): Initializing backing store
    (==) RADEON(0): Backing store disabled
    (WW) RADEON(0): Direct rendering disabled
    (**) RADEON(0): Setting up final surfaces
    (**) RADEON(0): Initializing Acceleration
    (II) RADEON(0): Render acceleration enabled
    (**) RADEON(0): EngineInit (32/32)
    (**) RADEON(0): Pitch for acceleration = 176
    (**) RADEON(0): EngineRestore (32/32)
    (II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)
    Screen to screen bit blits
    Solid filled rectangles
    8x8 mono pattern filled rectangles
    Indirect CPU to Screen color expansion
    Solid Lines
    Scanline Image Writes
    Offscreen Pixmaps
    Setting up tile and stipple cache:
    32 128x128 slots
    32 256x256 slots
    16 512x512 slots
    (II) RADEON(0): Acceleration enabled
    (**) RADEON(0): Initializing DPMS
    (**) RADEON(0): Initializing Cursor
    (==) RADEON(0): Silken mouse enabled
    (II) RADEON(0): Using hardware cursor (scanline 1058)
    (II) RADEON(0): Largest offscreen area available: 1408 x 7130
    (**) RADEON(0): Initializing color map
    (**) RADEON(0): Initializing DGA
    (**) RADEON(0): Initializing Xv
    (II) RADEON(0): No video input capabilities detected and no information is provided - disabling multimedia i2c
    (II) Loading sub module "theatre_detect"
    (II) LoadModule: "theatre_detect"
    (II) Loading /usr/lib/xorg/modules/multimedia//theatre_detect_drv.so
    (II) Module theatre_detect: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.0
    (II) RADEON(0): no multimedia table present, disabling Rage Theatre.
    (**) RADEON(0): RADEONScreenInit finished
    (==) RandR enabled
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-APPGROUP
    (II) Initializing built-in extension XAccessControlExtension
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension XFree86-Bigfont
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing built-in extension XEVIE
    (**) Option "Protocol" "Auto"
    (**) Mouse1: Device: "/dev/input/mice"
    (**) Mouse1: Protocol: "Auto"
    (**) Option "CorePointer"
    (**) Mouse1: Core Pointer
    (**) Option "Device" "/dev/input/mice"
    (==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
    (**) Option "ZAxisMapping" "4 5 6 7"
    (**) Mouse1: ZAxisMapping: buttons 4, 5, 6 and 7
    (**) Mouse1: Buttons: 11
    (**) Option "Resolution" "800"
    (**) Mouse1: Resolution: 800
    (**) Option "CoreKeyboard"
    (**) Keyboard1: Core Keyboard
    (**) Option "Protocol" "standard"
    (**) Keyboard1: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) Keyboard1: XkbRules: "xorg"
    (**) Option "XkbModel" "pc104"
    (**) Keyboard1: XkbModel: "pc104"
    (**) Option "XkbLayout" "de"
    (**) Keyboard1: XkbLayout: "de"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard1: CustomKeycodes disabled
    (II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
    (II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
    (--) Mouse1: PnP-detected protocol: "ExplorerPS/2"
    (II) Mouse1: ps2EnableDataReporting: succeeded
    (**) RADEON(0): RADEONSaveScreen(2)
    (**) RADEON(0): RADEONLeaveVT
    (**) RADEON(0): RADEONRestore
    (**) RADEON(0): RADEONRestoreMode()
    (**) RADEON(0): RADEONRestoreMode(0x81f2108)
    (**) RADEON(0): RADEONRestoreMemMapRegisters() :
    (**) RADEON(0): MC_FB_LOCATION : 0x1fff0000
    (**) RADEON(0): MC_AGP_LOCATION : 0x27ff2000
    (**) RADEON(0): Map Changed ! Applying ...
    (**) RADEON(0): Map applied, resetting engine ...
    (**) RADEON(0): Updating display base addresses...
    (**) RADEON(0): Memory map updated.
    (**) RADEON(0): Programming CRTC1, offset: 0x00000000
    (**) RADEON(0): Ok, leaving now...
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (**) RADEON(0): RADEONEnterVT
    (**) RADEON(0): RADEONModeInit()
    1400x1050 108.00 1400 34208 34320 1688 1050 1052 1055 1063 (24,32)
    1400x1050 108.00 1400 34208 34320 1688 1050 1052 1055 1063 (24,32)
    (**) RADEON(0): Pitch = 11534512 bytes (virtualX = 1400, displayWidth = 1408)
    (II) RADEON(0): BIOS HotKeys Disabled
    (**) RADEON(0): RADEONInit returns 0x81f2ab8
    (**) RADEON(0): RADEONRestoreMode()
    (**) RADEON(0): RADEONRestoreMode(0x81f2ab8)
    (**) RADEON(0): RADEONRestoreMemMapRegisters() :
    (**) RADEON(0): MC_FB_LOCATION : 0xb3ffb000
    (**) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    (**) RADEON(0): Map Changed ! Applying ...
    (**) RADEON(0): Map applied, resetting engine ...
    (**) RADEON(0): Updating display base addresses...
    (**) RADEON(0): Memory map updated.
    (**) RADEON(0): Programming CRTC1, offset: 0x00000000
    (**) RADEON(0): GRPH_BUFFER_CNTL from 200a7c7c to 20105c5c
    (**) RADEON(0): EngineRestore (32/32)
    (**) RADEON(0): RADEONSaveScreen(2)
    (II) Mouse1: ps2EnableDataReporting: succeeded
    (II) 3rd Button detected: disabling emulate3Button
    (**) RADEON(0): RADEONCloseScreen
    (**) RADEON(0): RADEONDRIStop
    (**) RADEON(0): RADEONDisplayPowerManagementSet(0,0x0)
    (**) RADEON(0): RADEONRestore
    (**) RADEON(0): RADEONRestoreMode()
    (**) RADEON(0): RADEONRestoreMode(0x81f2108)
    (**) RADEON(0): RADEONRestoreMemMapRegisters() :
    (**) RADEON(0): MC_FB_LOCATION : 0x1fff0000
    (**) RADEON(0): MC_AGP_LOCATION : 0x27ff2000
    (**) RADEON(0): Map Changed ! Applying ...
    (**) RADEON(0): Map applied, resetting engine ...
    (**) RADEON(0): Updating display base addresses...
    (**) RADEON(0): Memory map updated.
    (**) RADEON(0): Programming CRTC1, offset: 0x00000000
    (**) RADEON(0): Disposing accel...
    (**) RADEON(0): Disposing cusor info
    (**) RADEON(0): Disposing DGA
    (**) RADEON(0): Unmapping memory
    FreeFontPath: FPE "/usr/share/fonts/misc" refcount is 2, should be 1; fixing.
    mfg chief

  • Black Screen On Boot After Nvidia Driver

    I just installed arch and went to install my nvidia driver right afterwards. I now boot up and after grub i get a black screen. I am 99 percent sure i know what this problem is and i have had somthing similar with gentoo. I have a sandybridge so i have my nvidia card and the intel hd graphics. i remember in gentoo i had to go in the kernel config and disable intel hd graphics . i dont know how i would go about doing this here as i am new . i really dont want a custom kernel.
    Last edited by paulb787 (2012-06-18 09:25:03)

    SEMI-SOlVED
    if you have a sandybridge motherboard and have intel hd graphics on in your bios (Lucid). after the nvidia driver is installed  udev seems to pick up the intel card at boot. Blacklist i915 and intel_agp to fix this problem.
    what loads those modules udev? mkinitcpio? is there any way to have them both? like choice your primary video card? im sure if i had two monitors i would be able to boot up with the one pluged in to intel graphics and when X loads xinerma would work with both. i dont have dual monitors but it still would be nice to have an option. is there any sandybridge features in linux?
    Thank You
    Paul
    Last edited by paulb787 (2012-06-18 09:28:46)

  • Linux-lts leads to black screen on rebooting even for linux (solved)

    I'd like to mention a problem I faced when trying linux-lts (kernel 3.14). I had the "linux" kernel installed (4.0). If someone has an idea on what happened, please share.
    sudo pacman -S linux-lts
    , then
    grub-mkconfig -o /boot/grub/grub.cfg
    , reboot, choose the lts-kernel. I can login to the desktop (lxde, lxqt and i3 are all working). Then reboot, pick any of linux or linux-lts kernels. And here the problem starts: black screen.
    I tried to debug the booting process by following https://wiki.freedesktop.org/www/Softwa … Debugging/. I couldn't resolve anything.
    By luck I thought "what if it's the login manager (lxdm) that's black?", and so I tried to aim at the middle of the screen with the mouse on the 100% black screen, I entered my password and "boom" I was on the lxqt desktop!
    I rebooted, same problem. But by trying to guess where the password box was, I could login to my desktop. To fix the problem at first, I did remove linux-lts, reinstalled linux with pacman, removed lxdm and its systemd service, installed sddm and enabled its service, regenerated the grub.cfg file. Rebooting worked, no black screen.
    At that point I thought "well it might just have been lxdm not working well with linux-lts so let's try to install it again, since now I have sddm". Huge mistake... After reinstalling linux-lts, booting in it, rebooting lead again to a black screen on boot up. This time however trying to aim at the box to enter my password was impossible: I was not used to sddm so I didn't know where to click. I tried the "tab" key around 20 times, entering my password each time, without success. So I ended up using the live Arch.iso version on a usb flash drive to remove the linux-lts, sddm (yeah I went for lxdm again), etc. by chrooting. This worked again: no more black screen.
    The irony is that I installed that kernel thinking of increasing the stability of Arch on my laptop. It ended up breaking the booting process of both kernels!
    And since I want to understand Linux in general, I am posting this in hopes that it could help someone else facing this problem and also in hopes that someone can explain me what could have happened. Because as of now I don't understand how lxdm and sddm could appear black in both kernels when rebooting from the linux-lts kernel.
    Thanks for any pointer.
    Last edited by linux_dream (2015-05-28 15:57:02)

    OK just to confirm that enabling the testing repository solved the problem for me as well.
    These were the updated packages (excluding dbus which I manually upgraded before enabling the repo):
    Targets (18): device-mapper-2.02.98-3  filesystem-2012.12-1  isl-0.11-1  libpulse-2.99.2-1  libquvi-0.4.1-2  libssh2-1.4.3-1  linux-3.6.9-1
                  linux-headers-3.6.9-1  lua-5.2.1-2  lua51-5.1.5-3  lvm2-2.02.98-3  mkinitcpio-0.12.0-1  nmap-6.25-2  pulseaudio-2.99.2-1  talloc-2.0.8-1
                  vlc-2.0.4-5  xorg-server-1.13.0.901-1  xorg-server-common-1.13.0.901-1
    It might be any of those but most likely could be either the kernel or xorg-server* (just for future reference).
    Cheers, Elisiano

  • Yet another black screen on TTY with nvidia drivers

    Hi everyone,
    I've just changed my hardware and immediately installed a fresh Arch on it. Everything was fine until I installed the nvidia drivers: from that moment, once the boot is complete I get a normal (and working) GDM login screen, but I cannot switch to TTY with Ctrl+Alt+Fn. If I do, the screen goes black, but even worse, the monitor goes into sleep mode and I cannot get back to X (with Ctrl+Alt+F1).
    The machine is still working correctly though, as I can get access to it via SSH. The only problem is that I cannot use the virtual consoles unless I want to lose all X display until the next reboot (restarting it via systemctl restart gdm doesn't work).
    I also tried lightdm as a replacement but it's still the same.
    However, when using the nouveau driver, everything works as expected and I can switch from one TTY to another as much as I want. Of course, I'd like to keep the nvidia driver for various reasons.
    I found a lot of similar issues on the web and on this forum but none had this "additional little annoying thing" which is the sleep mode that can't be reverted but with a reboot.
    Any help will be appreciated. Thanks in advance.
    My specs:
    - MSI GeForce GTX760
    - Intel i7-4771
    - Gigabyte Z87-D3HP
    - Boot UEFI
    Last edited by nanawel (2014-03-24 14:54:03)

    I found that at https://help.ubuntu.com/community/UEFI
    Set up the BIOS in EFI or Legacy mode
    Some recent computers (>2011) allow to set up the boot either in UEFI mode or in Legacy (not-EFI) mode. The way to carry out this setting depends on the computers, but generally this setting is located in the "Boot order" tab of the BIOS (to access the BIOS screens, it is generally necessary to press a key during the PC startup).
    Note: Some BIOSes (e.g. American Megatrends' "Aptio", found on the Asus vivobook series) call Legacy mode "Compatibility Support Module" or simply "CSM".
    So if that applies to your machine, you might be able to boot Windows7 with UEFI mode and Arch+Nvidia with Legacy BIOS mode, without changing anything to the installation (the BIOS boot loader seems to be compatible wih GPT partition table, but there is to configure something for it to work see https://wiki.archlinux.org/index.php/GPT#BIOS_systems).
    If you can't do that and you really do not want to use the nouveau driver, you have no other choice than to wait for Nvidia to release an UEFI compatible driver, and not to work in tty console mode.
    You can also try to search how some has succeeded to use the efifb frame buffer with the nvidia driver, with special configurations.
    But, apart from the BIOS switch between boot loaders,  the two easiest approaches for you are either to use the nouveau driver or to not work in tty console mode when using the nvidia driver.
    Maybe you could find something better but it will be more complicated, I don't know if you have time and motivation to go this way...
    Nvidia will surely release a UEFI compatible driver sooner or later...
    Regards.
    Last edited by berbae (2014-03-26 14:42:01)

  • Laptop with two graphics cards? [Nvidia Optimus - SOLVED]

    Hi,
    I just bought a laptop that includes two graphics cards: a low-power Intel one and a high-performance nVidia card. Right now I'm just using the Intel graphics card, and the system only detects it. When I install nVidia drivers I have to uninstall the intel drivers because of incompatibilities, and it doesn't even start the X server. I could attach a log if necessary, but I haven't found anything relevant, it just says that the nVidia driver is not valid for the detected graphics card. Is there a way to use both graphics cards transparently, like in other-operating-systems?
    Some hints? Thank you!
    Last edited by gskbyte (2011-08-04 13:14:02)

    It's called Optimus. Kinda surprised there's people who don't already know about it. Not supported fully in Linux, but there's a hack to get the nvidia card going: Bumblebee
    Edit: Bah, too late!
    Last edited by Gusar (2011-08-03 21:47:16)

  • [Solved] Startx black screen on nvidia macbook

    startx goes to a black screen, Xorg.0.log doesn't report anything unusual (that I noticed). I've been using arch for a few years, but this is my first install on a mac, and my knowledge is rather thin in places, so I apologize if I'm missing something obvious. any help would be appreciated. here's my log. I have nvidia graphics
    btw this is the first time I've ever posted, (although these forums have helped me tremendously over the years)
    [ 608.040]
    X.Org X Server 1.14.4
    Release Date: 2013-10-31
    [ 608.043] X Protocol Version 11, Revision 0
    [ 608.043] Build Operating System: Linux 3.11.6-1-ARCH x86_64
    [ 608.044] Current Operating System: Linux Quixote 3.12.1-1-ARCH #1 SMP PREEMPT Thu Nov 21 08:18:42 CET 2013 x86_64
    [ 608.044] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=78c7995e-65e8-48b9-aa92-cd0a6a7ad1d1 rw quiet rootflags=data=writeback
    [ 608.046] Build Date: 01 November 2013 05:10:48PM
    [ 608.047]
    [ 608.048] Current version of pixman: 0.32.4
    [ 608.050] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 608.050] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 608.054] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Nov 26 15:32:02 2013
    [ 608.090] (==) Using config file: "/etc/X11/xorg.conf"
    [ 608.091] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 608.120] (==) ServerLayout "Layout0"
    [ 608.120] (**) |-->Screen "Screen0" (0)
    [ 608.120] (**) | |-->Monitor "Monitor0"
    [ 608.120] (**) | |-->Device "Device0"
    [ 608.120] (**) |-->Input Device "Keyboard0"
    [ 608.120] (**) |-->Input Device "Mouse0"
    [ 608.120] (**) Option "DontZap" "False"
    [ 608.120] (==) Automatically adding devices
    [ 608.120] (==) Automatically enabling devices
    [ 608.120] (==) Automatically adding GPU devices
    [ 608.161] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 608.161] Entry deleted from font path.
    [ 608.161] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 608.161] Entry deleted from font path.
    [ 608.161] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 608.161] Entry deleted from font path.
    [ 608.161] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 608.161] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 608.161] Entry deleted from font path.
    [ 608.161] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 608.161] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 608.161] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 608.161] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 608.161] (WW) Disabling Keyboard0
    [ 608.161] (WW) Disabling Mouse0
    [ 608.161] (II) Loader magic: 0x7fdc20
    [ 608.161] (II) Module ABI versions:
    [ 608.161] X.Org ANSI C Emulation: 0.4
    [ 608.161] X.Org Video Driver: 14.1
    [ 608.161] X.Org XInput driver : 19.1
    [ 608.161] X.Org Server Extension : 7.0
    [ 608.161] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 608.164] (--) PCI:*(0:4:0:0) 10de:08a0:106b:00c2 rev 162, Mem @ 0xd2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00001000/128, BIOS @ 0x????????/131072
    [ 608.165] Initializing built-in extension Generic Event Extension
    [ 608.166] Initializing built-in extension SHAPE
    [ 608.167] Initializing built-in extension MIT-SHM
    [ 608.168] Initializing built-in extension XInputExtension
    [ 608.169] Initializing built-in extension XTEST
    [ 608.170] Initializing built-in extension BIG-REQUESTS
    [ 608.171] Initializing built-in extension SYNC
    [ 608.172] Initializing built-in extension XKEYBOARD
    [ 608.173] Initializing built-in extension XC-MISC
    [ 608.175] Initializing built-in extension SECURITY
    [ 608.176] Initializing built-in extension XINERAMA
    [ 608.177] Initializing built-in extension XFIXES
    [ 608.178] Initializing built-in extension RENDER
    [ 608.179] Initializing built-in extension RANDR
    [ 608.180] Initializing built-in extension COMPOSITE
    [ 608.181] Initializing built-in extension DAMAGE
    [ 608.182] Initializing built-in extension MIT-SCREEN-SAVER
    [ 608.183] Initializing built-in extension DOUBLE-BUFFER
    [ 608.184] Initializing built-in extension RECORD
    [ 608.185] Initializing built-in extension DPMS
    [ 608.186] Initializing built-in extension X-Resource
    [ 608.187] Initializing built-in extension XVideo
    [ 608.188] Initializing built-in extension XVideo-MotionCompensation
    [ 608.189] Initializing built-in extension XFree86-VidModeExtension
    [ 608.190] Initializing built-in extension XFree86-DGA
    [ 608.191] Initializing built-in extension XFree86-DRI
    [ 608.192] Initializing built-in extension DRI2
    [ 608.192] (II) LoadModule: "glx"
    [ 608.219] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 609.006] (II) Module glx: vendor="NVIDIA Corporation"
    [ 609.006] compiled for 4.0.2, module version = 1.0.0
    [ 609.006] Module class: X.Org Server Extension
    [ 609.006] (II) NVIDIA GLX Module 331.20 Wed Oct 30 17:36:48 PDT 2013
    [ 609.022] Loading extension GLX
    [ 609.022] (II) LoadModule: "nvidia"
    [ 609.062] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 609.149] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 609.149] compiled for 4.0.2, module version = 1.0.0
    [ 609.149] Module class: X.Org Video Driver
    [ 609.158] (II) NVIDIA dlloader X Driver 331.20 Wed Oct 30 17:16:53 PDT 2013
    [ 609.158] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 609.159] (++) using VT number 1
    [ 609.171] (II) Loading sub module "fb"
    [ 609.171] (II) LoadModule: "fb"
    [ 609.171] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 609.190] (II) Module fb: vendor="X.Org Foundation"
    [ 609.191] compiled for 1.14.4, module version = 1.0.0
    [ 609.191] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 609.191] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 609.191] (II) Loading sub module "wfb"
    [ 609.191] (II) LoadModule: "wfb"
    [ 609.191] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 609.193] (II) Module wfb: vendor="X.Org Foundation"
    [ 609.193] compiled for 1.14.4, module version = 1.0.0
    [ 609.193] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 609.193] (II) Loading sub module "ramdac"
    [ 609.193] (II) LoadModule: "ramdac"
    [ 609.193] (II) Module "ramdac" already built-in
    [ 609.214] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 609.214] (==) NVIDIA(0): RGB weight 888
    [ 609.214] (==) NVIDIA(0): Default visual is TrueColor
    [ 609.214] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 609.215] (**) NVIDIA(0): Enabling 2D acceleration
    *Edit* Never mind, just switched to nouveau drivers, everything's fine now. marking as solved!
    Last edited by Lawless Flogic (2013-11-27 00:31:28)

    startx goes to a black screen, Xorg.0.log doesn't report anything unusual (that I noticed). I've been using arch for a few years, but this is my first install on a mac, and my knowledge is rather thin in places, so I apologize if I'm missing something obvious. any help would be appreciated. here's my log. I have nvidia graphics
    btw this is the first time I've ever posted, (although these forums have helped me tremendously over the years)
    [ 608.040]
    X.Org X Server 1.14.4
    Release Date: 2013-10-31
    [ 608.043] X Protocol Version 11, Revision 0
    [ 608.043] Build Operating System: Linux 3.11.6-1-ARCH x86_64
    [ 608.044] Current Operating System: Linux Quixote 3.12.1-1-ARCH #1 SMP PREEMPT Thu Nov 21 08:18:42 CET 2013 x86_64
    [ 608.044] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=78c7995e-65e8-48b9-aa92-cd0a6a7ad1d1 rw quiet rootflags=data=writeback
    [ 608.046] Build Date: 01 November 2013 05:10:48PM
    [ 608.047]
    [ 608.048] Current version of pixman: 0.32.4
    [ 608.050] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 608.050] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 608.054] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Nov 26 15:32:02 2013
    [ 608.090] (==) Using config file: "/etc/X11/xorg.conf"
    [ 608.091] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 608.120] (==) ServerLayout "Layout0"
    [ 608.120] (**) |-->Screen "Screen0" (0)
    [ 608.120] (**) | |-->Monitor "Monitor0"
    [ 608.120] (**) | |-->Device "Device0"
    [ 608.120] (**) |-->Input Device "Keyboard0"
    [ 608.120] (**) |-->Input Device "Mouse0"
    [ 608.120] (**) Option "DontZap" "False"
    [ 608.120] (==) Automatically adding devices
    [ 608.120] (==) Automatically enabling devices
    [ 608.120] (==) Automatically adding GPU devices
    [ 608.161] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 608.161] Entry deleted from font path.
    [ 608.161] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 608.161] Entry deleted from font path.
    [ 608.161] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 608.161] Entry deleted from font path.
    [ 608.161] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 608.161] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 608.161] Entry deleted from font path.
    [ 608.161] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 608.161] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 608.161] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 608.161] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 608.161] (WW) Disabling Keyboard0
    [ 608.161] (WW) Disabling Mouse0
    [ 608.161] (II) Loader magic: 0x7fdc20
    [ 608.161] (II) Module ABI versions:
    [ 608.161] X.Org ANSI C Emulation: 0.4
    [ 608.161] X.Org Video Driver: 14.1
    [ 608.161] X.Org XInput driver : 19.1
    [ 608.161] X.Org Server Extension : 7.0
    [ 608.161] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 608.164] (--) PCI:*(0:4:0:0) 10de:08a0:106b:00c2 rev 162, Mem @ 0xd2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00001000/128, BIOS @ 0x????????/131072
    [ 608.165] Initializing built-in extension Generic Event Extension
    [ 608.166] Initializing built-in extension SHAPE
    [ 608.167] Initializing built-in extension MIT-SHM
    [ 608.168] Initializing built-in extension XInputExtension
    [ 608.169] Initializing built-in extension XTEST
    [ 608.170] Initializing built-in extension BIG-REQUESTS
    [ 608.171] Initializing built-in extension SYNC
    [ 608.172] Initializing built-in extension XKEYBOARD
    [ 608.173] Initializing built-in extension XC-MISC
    [ 608.175] Initializing built-in extension SECURITY
    [ 608.176] Initializing built-in extension XINERAMA
    [ 608.177] Initializing built-in extension XFIXES
    [ 608.178] Initializing built-in extension RENDER
    [ 608.179] Initializing built-in extension RANDR
    [ 608.180] Initializing built-in extension COMPOSITE
    [ 608.181] Initializing built-in extension DAMAGE
    [ 608.182] Initializing built-in extension MIT-SCREEN-SAVER
    [ 608.183] Initializing built-in extension DOUBLE-BUFFER
    [ 608.184] Initializing built-in extension RECORD
    [ 608.185] Initializing built-in extension DPMS
    [ 608.186] Initializing built-in extension X-Resource
    [ 608.187] Initializing built-in extension XVideo
    [ 608.188] Initializing built-in extension XVideo-MotionCompensation
    [ 608.189] Initializing built-in extension XFree86-VidModeExtension
    [ 608.190] Initializing built-in extension XFree86-DGA
    [ 608.191] Initializing built-in extension XFree86-DRI
    [ 608.192] Initializing built-in extension DRI2
    [ 608.192] (II) LoadModule: "glx"
    [ 608.219] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 609.006] (II) Module glx: vendor="NVIDIA Corporation"
    [ 609.006] compiled for 4.0.2, module version = 1.0.0
    [ 609.006] Module class: X.Org Server Extension
    [ 609.006] (II) NVIDIA GLX Module 331.20 Wed Oct 30 17:36:48 PDT 2013
    [ 609.022] Loading extension GLX
    [ 609.022] (II) LoadModule: "nvidia"
    [ 609.062] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 609.149] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 609.149] compiled for 4.0.2, module version = 1.0.0
    [ 609.149] Module class: X.Org Video Driver
    [ 609.158] (II) NVIDIA dlloader X Driver 331.20 Wed Oct 30 17:16:53 PDT 2013
    [ 609.158] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 609.159] (++) using VT number 1
    [ 609.171] (II) Loading sub module "fb"
    [ 609.171] (II) LoadModule: "fb"
    [ 609.171] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 609.190] (II) Module fb: vendor="X.Org Foundation"
    [ 609.191] compiled for 1.14.4, module version = 1.0.0
    [ 609.191] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 609.191] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 609.191] (II) Loading sub module "wfb"
    [ 609.191] (II) LoadModule: "wfb"
    [ 609.191] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 609.193] (II) Module wfb: vendor="X.Org Foundation"
    [ 609.193] compiled for 1.14.4, module version = 1.0.0
    [ 609.193] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 609.193] (II) Loading sub module "ramdac"
    [ 609.193] (II) LoadModule: "ramdac"
    [ 609.193] (II) Module "ramdac" already built-in
    [ 609.214] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 609.214] (==) NVIDIA(0): RGB weight 888
    [ 609.214] (==) NVIDIA(0): Default visual is TrueColor
    [ 609.214] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 609.215] (**) NVIDIA(0): Enabling 2D acceleration
    *Edit* Never mind, just switched to nouveau drivers, everything's fine now. marking as solved!
    Last edited by Lawless Flogic (2013-11-27 00:31:28)

  • Lenovo G560 - Issue with won't boot and black screen after HDD upgrade

    Lenovo G560 - Issue with won't boot and black screen after HDD upgrade.
     What happen: My laptop was working fine, no blue screen issue, no funny business at all. I bought a new SSD Intel 120 GB and thought it would be a good idea to replace the HDD. I shutdown and disconnected the power adapter, waited a couple of minutes and removed the battery. I opened up the back case and replaced the HDD. And put all the screws back and put the battery back in.
    Problem: The very first time I turned the power on, nothing happens besides a black screen. I pressed the dvd drive it works and opens up and closes. I waited for about 30 mins and still has blac screen. When I mean black screen, no bios menu, no logo, just a black screen with the fan sound on.
    I have tried these:
    1. Unplugged everything - battery, adapter, and pressed the power on button for about 60 seconds, nothing, the laptop turns on with the LED display on for both on and battery LED's. But nothing but black screen, no sound of windows loading just the fan and black screen.
    2. I tried putting back my old 2.5" and nothing but black screen.
    Thoughts and suggestions?
    Solved!
    Go to Solution.

    Hi Autoexit173,
    Welcome to Lenovo Community!
     As per the query we understood that you are facing issue with system not booting in your Lenovo G560 laptop.
    As you have mentioned that the system not booting, please try to remove the RAM and  turn on the system and check if you can hear any beep sound. Also try to clean the RAM slots and check for the issue.
    Click here for the steps to remove the RAM and refer page number 40.
    Hope this helps. Do post back if issue persists!
    Best regards,       
    Ashwin.S
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Creative Cloud is Black Screen

    I just installed creative cloud on my new laptop. Windows 8,1 All I get is a black screen. The blue circle loads for a second but then it's just black see screen shot
    I have CC on another pc on same network with no issues I know it's not a firewall issue.
    I have tried to
    reinstall
    adobe cleaner tool
    deleting oobe file/ folder in both the app data folder and the common files folder
    rename oobe file/ folder

    I had the same problem. HP Zbook 14 with fresh Windows 8.1 Update 1. This laptop has a switchable/hybrid graphics card with Intel HD 4400 and AMD Fire Pro M4100 chipsets. Tried latest drivers from HP as well as from Intel and AMD without sucess. The problem seems to be related to the switching/power management features. As a workaround, setting "Creative Cloud.exe" and "Adobe CEF Helper.exe" to use "Power Saving" graphics settings in the AMD CCC made the application work (no black/black window).
    A post in another forum suggested using the modified drivers "Leshcat Catalyst UnifL" from leshcatlabs.net - Keeping it Simple. Ads free. After installing these drivers (Leshcat’s Catalyst 14.12 Omega UnifL) all Adobe applications are working flawlessly!
    (Note: Delete any switchable graphics application settings and go with the defaults).
    So to summarize this seems like a driver problem rather that an Adobe issue. Before updating I had problems with hardware accelerated gui in Spotify as well (also black screen). This issue was also solved with Leshcat

  • [Solved] Black Screen after Xorg configure.

    Hello all Archlinux users;)
    Yesterday i reinstall my system (Archlinux x86_64).
    Install was succesful (it's always succesful).
    Problems started after install ,I istalled Xorg a Nvidia Drivers (GF 8600GT).
    I got conflicts nvidia-utils with xorg.utils 7-4-1 and it's remowe something gl libary.
    And ,i like always install hwd.
    I configure xorg with hwd -xa.
    I start X with (X -config /etc/X11/xorg.conf)
    And after that i started that i got black screen (Monitor have signal).
    I try nvidia drivers too ,but it's like with the Vesa (Black Screen).
    And my questions is:
    What Should i do to run Xorg?
    I run before Arch with similiar config and it's works.
    I can't get here X.org log or xorg.conf but they don't have any erorrs (in log i have something about hal and dievice , but on wiki i read that xorg 1.6 blocked hotplug dievices).
    Sorry for my English:|
    Thanks for help.
    I found similiar problem in this topic:
    http://bbs.archlinux.org/viewtopic.php?id=71158 .
    Last edited by SpeedVin (2009-05-01 06:11:36)

    Hello Again
    I started X.
    And my tip for all Arch user is to install only xorg not xserver-xorg xorg-utils just xorg to have .xinit/startx script.
    But it's not over I started X but the mause and keyboard are not responding (they are dead).
    Before when i got this I just try hwd -xa and this solved my problem.
    Now i use xorg.conf generated by hwd -xa and it's happening (mouse and keyboard are not responding).
    I got "AllowMouseOpenFail" "true"
    "AutoAddDivices" "False"
    In Server Flags but this doesn't solved my problem.
    Please help

  • [SOLVED] Black screen when starting GNOME via GDM

    Hey guys,
    I'm a bit of a Linux newb, so apologies in advance for any stupidity on my part.
    I've just installed Arch in VirtualBox by following the beginner's guide, plus sudo, and now I'm trying to set up GNOME.
    I've installed the following packages, with all of the extra packages for GNOME selected:
    gnome
    xf86-video-fbdev
    xf86-video-vesa
    virtualbox-guest-modules
    virtualbox-guest-utils
    Since I want GNOME to start, I've run systemctl enable gdm. I haven't made any changes to any configuration files related to X, GDM, or GNOME.
    When I boot GNOME seems to load, and the display size scales to fit the size of the VirtualBox window, but it freezes on a black screen.
    Here is the journalctl output for the boot:
    -- Reboot --
    Mar 27 21:52:38 SpookyWinters-NUC systemd-journal[141]: Runtime journal is using 8.0M (max allowed 197.7M, trying to leave 296.5M free of 1.9G available → current limit 197.7M).
    Mar 27 21:52:38 SpookyWinters-NUC systemd-journal[141]: Permanent journal is using 72.0M (max allowed 3.1G, trying to leave 4.0G free of 26.7G available → current limit 3.1G).
    Mar 27 21:52:38 SpookyWinters-NUC systemd-journal[141]: Time spent on flushing to /var is 14.667ms for 2 entries.
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Initializing cgroup subsys cpuset
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Initializing cgroup subsys cpu
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Initializing cgroup subsys cpuacct
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Linux version 3.19.2-1-ARCH (builduser@tobias) (gcc version 4.9.2 20150304 (prerelease) (GCC) ) #1 SMP PREEMPT Wed Mar 18 16:21:02 CET 2015
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Command line: initrd=\EFI\archlinux\initramfs-linux.img root=/dev/sda2 rw
    Mar 27 21:52:38 SpookyWinters-NUC kernel: e820: BIOS-provided physical RAM map:
    Mar 27 21:52:38 SpookyWinters-NUC kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
    Mar 27 21:52:38 SpookyWinters-NUC kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000da9ddfff] usable
    Mar 27 21:52:38 SpookyWinters-NUC kernel: BIOS-e820: [mem 0x00000000da9de000-0x00000000da9defff] ACPI data
    Mar 27 21:52:38 SpookyWinters-NUC kernel: BIOS-e820: [mem 0x00000000da9df000-0x00000000da9ebfff] reserved
    Mar 27 21:52:38 SpookyWinters-NUC kernel: BIOS-e820: [mem 0x00000000da9ec000-0x00000000dbb6bfff] usable
    Mar 27 21:52:38 SpookyWinters-NUC kernel: BIOS-e820: [mem 0x00000000dbb6c000-0x00000000dbbc3fff] reserved
    Mar 27 21:52:38 SpookyWinters-NUC kernel: BIOS-e820: [mem 0x00000000dbbc4000-0x00000000dbbcbfff] ACPI data
    Mar 27 21:52:38 SpookyWinters-NUC kernel: BIOS-e820: [mem 0x00000000dbbcc000-0x00000000dbbcffff] ACPI NVS
    Mar 27 21:52:38 SpookyWinters-NUC kernel: BIOS-e820: [mem 0x00000000dbbd0000-0x00000000dbfcffff] usable
    Mar 27 21:52:38 SpookyWinters-NUC kernel: BIOS-e820: [mem 0x00000000dbfd0000-0x00000000dbfeffff] reserved
    Mar 27 21:52:38 SpookyWinters-NUC kernel: BIOS-e820: [mem 0x0000000100000000-0x0000000123ffffff] usable
    Mar 27 21:52:38 SpookyWinters-NUC kernel: NX (Execute Disable) protection: active
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: EFI v2.31 by EDK II
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: ACPI=0xdbbcb000 ACPI 2.0=0xdbbcb014 SMBIOS=0xdbbce000 MPS=0xdbbcd000
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem00: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000000000000-0x0000000000001000) (0MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem01: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x0000000000001000-0x0000000000007000) (0MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem02: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000000007000-0x00000000000a0000) (0MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem03: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000000100000-0x0000000001000000) (15MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem04: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x0000000001000000-0x0000000001e3e000) (14MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem05: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000001e3e000-0x0000000002000000) (1MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem06: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x0000000002000000-0x0000000002600000) (6MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem07: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000002600000-0x000000007fcc3000) (2006MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem08: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000007fcc3000-0x0000000080000000) (3MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem09: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000080000000-0x00000000d61c2000) (1377MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem10: [Loader Code | | | | | |WB|WT|WC|UC] range=[0x00000000d61c2000-0x00000000d8000000) (30MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem11: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000d8000000-0x00000000d8020000) (0MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem12: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000d8020000-0x00000000d9dc2000) (29MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem13: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000d9dc2000-0x00000000da1a5000) (3MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem14: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000da1a5000-0x00000000da43d000) (2MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem15: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x00000000da43d000-0x00000000da442000) (0MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem16: [Loader Code | | | | | |WB|WT|WC|UC] range=[0x00000000da442000-0x00000000da45c000) (0MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem17: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000da45c000-0x00000000da9de000) (5MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem18: [ACPI Reclaim Memory| | | | | |WB|WT|WC|UC] range=[0x00000000da9de000-0x00000000da9df000) (0MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem19: [Runtime Code |RUN| | | | |WB|WT|WC|UC] range=[0x00000000da9df000-0x00000000da9ec000) (0MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem20: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000da9ec000-0x00000000daaec000) (1MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem21: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000daaec000-0x00000000dab1a000) (0MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem22: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000dab1a000-0x00000000db9ec000) (14MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem23: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000db9ec000-0x00000000db9ef000) (0MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem24: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000db9ef000-0x00000000dbb6c000) (1MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem25: [Runtime Code |RUN| | | | |WB|WT|WC|UC] range=[0x00000000dbb6c000-0x00000000dbb9c000) (0MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem26: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000dbb9c000-0x00000000dbbc0000) (0MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem27: [Reserved | | | | | |WB|WT|WC|UC] range=[0x00000000dbbc0000-0x00000000dbbc4000) (0MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem28: [ACPI Reclaim Memory| | | | | |WB|WT|WC|UC] range=[0x00000000dbbc4000-0x00000000dbbcc000) (0MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem29: [ACPI Memory NVS | | | | | |WB|WT|WC|UC] range=[0x00000000dbbcc000-0x00000000dbbd0000) (0MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem30: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000dbbd0000-0x00000000dbfd0000) (4MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem31: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000dbfd0000-0x00000000dbff0000) (0MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem32: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000100000000-0x0000000124000000) (576MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: SMBIOS 2.5 present.
    Mar 27 21:52:38 SpookyWinters-NUC kernel: DMI: innotek GmbH VirtualBox/VirtualBox, BIOS VirtualBox 12/01/2006
    Mar 27 21:52:38 SpookyWinters-NUC kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    Mar 27 21:52:38 SpookyWinters-NUC kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    Mar 27 21:52:38 SpookyWinters-NUC kernel: AGP: No AGP bridge found
    Mar 27 21:52:38 SpookyWinters-NUC kernel: e820: last_pfn = 0x124000 max_arch_pfn = 0x400000000
    Mar 27 21:52:38 SpookyWinters-NUC kernel: MTRR default type: uncachable
    Mar 27 21:52:38 SpookyWinters-NUC kernel: MTRR variable ranges disabled:
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PAT configuration [0-7]: WB WC UC- UC WB WC UC- UC
    Mar 27 21:52:38 SpookyWinters-NUC kernel: CPU MTRRs all blank - virtualized system.
    Mar 27 21:52:38 SpookyWinters-NUC kernel: e820: last_pfn = 0xdbfd0 max_arch_pfn = 0x400000000
    Mar 27 21:52:38 SpookyWinters-NUC kernel: found SMP MP-table at [mem 0x0009fff0-0x0009ffff] mapped at [ffff88000009fff0]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Scanning 1 areas for low memory corruption
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Base memory trampoline at [ffff880000099000] 99000 size 24576
    Mar 27 21:52:38 SpookyWinters-NUC kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: [mem 0x00000000-0x000fffff] page 4k
    Mar 27 21:52:38 SpookyWinters-NUC kernel: BRK [0x01b32000, 0x01b32fff] PGTABLE
    Mar 27 21:52:38 SpookyWinters-NUC kernel: BRK [0x01b33000, 0x01b33fff] PGTABLE
    Mar 27 21:52:38 SpookyWinters-NUC kernel: BRK [0x01b34000, 0x01b34fff] PGTABLE
    Mar 27 21:52:38 SpookyWinters-NUC kernel: init_memory_mapping: [mem 0x123e00000-0x123ffffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: [mem 0x123e00000-0x123ffffff] page 2M
    Mar 27 21:52:38 SpookyWinters-NUC kernel: BRK [0x01b35000, 0x01b35fff] PGTABLE
    Mar 27 21:52:38 SpookyWinters-NUC kernel: init_memory_mapping: [mem 0x120000000-0x123dfffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: [mem 0x120000000-0x123dfffff] page 2M
    Mar 27 21:52:38 SpookyWinters-NUC kernel: init_memory_mapping: [mem 0x100000000-0x11fffffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: [mem 0x100000000-0x11fffffff] page 2M
    Mar 27 21:52:38 SpookyWinters-NUC kernel: init_memory_mapping: [mem 0x00100000-0xda9ddfff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: [mem 0x00100000-0x001fffff] page 4k
    Mar 27 21:52:38 SpookyWinters-NUC kernel: [mem 0x00200000-0xda7fffff] page 2M
    Mar 27 21:52:38 SpookyWinters-NUC kernel: [mem 0xda800000-0xda9ddfff] page 4k
    Mar 27 21:52:38 SpookyWinters-NUC kernel: init_memory_mapping: [mem 0xda9ec000-0xdbb6bfff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: [mem 0xda9ec000-0xda9fffff] page 4k
    Mar 27 21:52:38 SpookyWinters-NUC kernel: [mem 0xdaa00000-0xdb9fffff] page 2M
    Mar 27 21:52:38 SpookyWinters-NUC kernel: [mem 0xdba00000-0xdbb6bfff] page 4k
    Mar 27 21:52:38 SpookyWinters-NUC kernel: BRK [0x01b36000, 0x01b36fff] PGTABLE
    Mar 27 21:52:38 SpookyWinters-NUC kernel: init_memory_mapping: [mem 0xdbbd0000-0xdbfcffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: [mem 0xdbbd0000-0xdbbfffff] page 4k
    Mar 27 21:52:38 SpookyWinters-NUC kernel: [mem 0xdbc00000-0xdbdfffff] page 2M
    Mar 27 21:52:38 SpookyWinters-NUC kernel: [mem 0xdbe00000-0xdbfcffff] page 4k
    Mar 27 21:52:38 SpookyWinters-NUC kernel: BRK [0x01b37000, 0x01b37fff] PGTABLE
    Mar 27 21:52:38 SpookyWinters-NUC kernel: RAMDISK: [mem 0x7fcc3000-0x7fffffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: Early table checksum verification disabled
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: RSDP 0x00000000DBBCB014 000024 (v02 VBOX )
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: XSDT 0x00000000DBBCA0E8 00004C (v01 VBOX VBOXFACP 00000001 01000013)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: FACP 0x00000000DBBC8000 0000F4 (v04 VBOX VBOXFACP 00000001 ASL 00000061)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: DSDT 0x00000000DBBC6000 001BF1 (v01 VBOX VBOXBIOS 00000002 INTL 20100528)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: FACS 0x00000000DBBCF000 000040
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: APIC 0x00000000DBBC9000 00006C (v02 VBOX VBOXAPIC 00000001 ASL 00000061)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: SSDT 0x00000000DBBC5000 0001CC (v01 VBOX VBOXCPUT 00000002 INTL 20100528)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: HPET 0x00000000DBBC4000 000038 (v01 VBOX VBOXHPET 00000001 ASL 00000061)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: MCFG 0x00000000DA9DE000 00003C (v01 VBOX VBOXMCFG 00000001 ASL 00000061)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: Local APIC address 0xfee00000
    Mar 27 21:52:38 SpookyWinters-NUC kernel: No NUMA configuration found
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Faking a node at [mem 0x0000000000000000-0x0000000123ffffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: NODE_DATA(0) allocated [mem 0x123ff8000-0x123ffbfff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: [ffffea0000000000-ffffea00049fffff] PMD -> [ffff88011f400000-ffff8801235fffff] on node 0
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Zone ranges:
    Mar 27 21:52:38 SpookyWinters-NUC kernel: DMA [mem 0x00001000-0x00ffffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: DMA32 [mem 0x01000000-0xffffffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Normal [mem 0x100000000-0x123ffffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Movable zone start for each node
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Early memory node ranges
    Mar 27 21:52:38 SpookyWinters-NUC kernel: node 0: [mem 0x00001000-0x0009ffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: node 0: [mem 0x00100000-0xda9ddfff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: node 0: [mem 0xda9ec000-0xdbb6bfff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: node 0: [mem 0xdbbd0000-0xdbfcffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: node 0: [mem 0x100000000-0x123ffffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Initmem setup node 0 [mem 0x00001000-0x123ffffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: On node 0 totalpages: 1048317
    Mar 27 21:52:38 SpookyWinters-NUC kernel: DMA zone: 64 pages used for memmap
    Mar 27 21:52:38 SpookyWinters-NUC kernel: DMA zone: 22 pages reserved
    Mar 27 21:52:38 SpookyWinters-NUC kernel: DMA zone: 3999 pages, LIFO batch:0
    Mar 27 21:52:38 SpookyWinters-NUC kernel: DMA32 zone: 14014 pages used for memmap
    Mar 27 21:52:38 SpookyWinters-NUC kernel: DMA32 zone: 896862 pages, LIFO batch:31
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Normal zone: 2304 pages used for memmap
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Normal zone: 147456 pages, LIFO batch:31
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: PM-Timer IO Port: 0x4008
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: Local APIC address 0xfee00000
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] enabled)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    Mar 27 21:52:38 SpookyWinters-NUC kernel: IOAPIC[0]: apic_id 4, version 17, address 0xfec00000, GSI 0-23
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: IRQ0 used by override.
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: IRQ9 used by override.
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Using ACPI (MADT) for SMP configuration information
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
    Mar 27 21:52:38 SpookyWinters-NUC kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PM: Registered nosave memory: [mem 0xda9de000-0xda9defff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PM: Registered nosave memory: [mem 0xda9df000-0xda9ebfff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PM: Registered nosave memory: [mem 0xdbb6c000-0xdbbc3fff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PM: Registered nosave memory: [mem 0xdbbc4000-0xdbbcbfff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PM: Registered nosave memory: [mem 0xdbbcc000-0xdbbcffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PM: Registered nosave memory: [mem 0xdbfd0000-0xdbfeffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PM: Registered nosave memory: [mem 0xdbff0000-0xffffffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: e820: [mem 0xdbff0000-0xffffffff] available for PCI devices
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Booting paravirtualized kernel on bare hardware
    Mar 27 21:52:38 SpookyWinters-NUC kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PERCPU: Embedded 31 pages/cpu @ffff880123c00000 s86336 r8192 d32448 u524288
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pcpu-alloc: s86336 r8192 d32448 u524288 alloc=1*2097152
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pcpu-alloc: [0] 0 1 2 3
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 1031913
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Policy zone: Normal
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Kernel command line: initrd=\EFI\archlinux\initramfs-linux.img root=/dev/sda2 rw
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: AGP: Checking aperture...
    Mar 27 21:52:38 SpookyWinters-NUC kernel: AGP: No AGP bridge found
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Calgary: detecting Calgary via BIOS EBDA area
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Memory: 4006248K/4193268K available (5533K kernel code, 917K rwdata, 1744K rodata, 1164K init, 1156K bss, 187020K reserved, 0K cma-reserved)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Preemptible hierarchical RCU implementation.
    Mar 27 21:52:38 SpookyWinters-NUC kernel: RCU dyntick-idle grace-period acceleration is enabled.
    Mar 27 21:52:38 SpookyWinters-NUC kernel: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
    Mar 27 21:52:38 SpookyWinters-NUC kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    Mar 27 21:52:38 SpookyWinters-NUC kernel: NR_IRQS:8448 nr_irqs:456 16
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Console: colour dummy device 80x25
    Mar 27 21:52:38 SpookyWinters-NUC kernel: console [tty0] enabled
    Mar 27 21:52:38 SpookyWinters-NUC kernel: hpet clockevent registered
    Mar 27 21:52:38 SpookyWinters-NUC kernel: tsc: Fast TSC calibration using PIT
    Mar 27 21:52:38 SpookyWinters-NUC kernel: tsc: Detected 3504.444 MHz processor
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 7011.92 BogoMIPS (lpj=11681480)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pid_max: default: 32768 minimum: 301
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: Core revision 20141107
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: All ACPI Tables successfully acquired
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Security Framework initialized
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Yama: becoming mindful.
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Initializing cgroup subsys memory
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Initializing cgroup subsys devices
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Initializing cgroup subsys freezer
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Initializing cgroup subsys net_cls
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Initializing cgroup subsys blkio
    Mar 27 21:52:38 SpookyWinters-NUC kernel: CPU: Physical Processor ID: 0
    Mar 27 21:52:38 SpookyWinters-NUC kernel: CPU: Processor Core ID: 0
    Mar 27 21:52:38 SpookyWinters-NUC kernel: mce: CPU supports 0 MCE banks
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Freeing SMP alternatives memory: 20K (ffffffff81a0a000 - ffffffff81a0f000)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ftrace: allocating 21170 entries in 83 pages
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Mar 27 21:52:38 SpookyWinters-NUC kernel: smpboot: CPU0: Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz (fam: 06, model: 3a, stepping: 09)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Performance Events: unsupported p6 CPU model 58 no PMU driver, software events only.
    Mar 27 21:52:38 SpookyWinters-NUC kernel: NMI watchdog: disabled (cpu0): hardware events not enabled
    Mar 27 21:52:38 SpookyWinters-NUC kernel: x86: Booting SMP configuration:
    Mar 27 21:52:38 SpookyWinters-NUC kernel: .... node #0, CPUs: #1
    Mar 27 21:52:38 SpookyWinters-NUC kernel: mce: CPU supports 0 MCE banks
    Mar 27 21:52:38 SpookyWinters-NUC kernel: #2
    Mar 27 21:52:38 SpookyWinters-NUC kernel: mce: CPU supports 0 MCE banks
    Mar 27 21:52:38 SpookyWinters-NUC kernel: #3
    Mar 27 21:52:38 SpookyWinters-NUC kernel: mce: CPU supports 0 MCE banks
    Mar 27 21:52:38 SpookyWinters-NUC kernel: x86: Booted up 1 node, 4 CPUs
    Mar 27 21:52:38 SpookyWinters-NUC kernel: smpboot: Total of 4 processors activated (28046.70 BogoMIPS)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: devtmpfs: initialized
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PM: Registering ACPI NVS region [mem 0xdbbcc000-0xdbbcffff] (16384 bytes)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pinctrl core: initialized pinctrl subsystem
    Mar 27 21:52:38 SpookyWinters-NUC kernel: RTC time: 21:52:35, date: 03/27/15
    Mar 27 21:52:38 SpookyWinters-NUC kernel: NET: Registered protocol family 16
    Mar 27 21:52:38 SpookyWinters-NUC kernel: cpuidle: using governor ladder
    Mar 27 21:52:38 SpookyWinters-NUC kernel: cpuidle: using governor menu
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: bus type PCI registered
    Mar 27 21:52:38 SpookyWinters-NUC kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xdc000000-0xdfffffff] (base 0xdc000000)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PCI: not using MMCONFIG
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PCI: Using configuration type 1 for base access
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: Added _OSI(Module Device)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: Added _OSI(Processor Device)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: Added _OSI(Processor Aggregator Device)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: Executed 1 blocks of module-level executable AML code
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: Interpreter enabled
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20141107/hwxface-580)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20141107/hwxface-580)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20141107/hwxface-580)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20141107/hwxface-580)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: (supports S0 S5)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: Using IOAPIC for interrupt routing
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xdc000000-0xdfffffff] (base 0xdc000000)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PCI: MMCONFIG at [mem 0xdc000000-0xdfffffff] reserved in ACPI motherboard resources
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    Mar 27 21:52:38 SpookyWinters-NUC kernel: acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
    Mar 27 21:52:38 SpookyWinters-NUC kernel: acpi PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: acpi PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: acpi PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: acpi PNP0A03:00: host bridge window [mem 0xdc000000-0xffdfffff] (ignored)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PCI: root bus 00: using default resources
    Mar 27 21:52:38 SpookyWinters-NUC kernel: acpi PNP0A03:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PCI host bridge to bus 0000:00
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci_bus 0000:00: root bus resource [mem 0x00000000-0xfffffffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:02.0: [80ee:beef] type 00 class 0x030000
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:02.0: reg 0x10: [mem 0xe0000000-0xe7ffffff pref]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:03.0: [8086:100e] type 00 class 0x020000
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:03.0: reg 0x10: [mem 0xe8400000-0xe841ffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:03.0: reg 0x18: [io 0xc180-0xc187]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:04.0: [80ee:cafe] type 00 class 0x088000
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:04.0: reg 0x10: [io 0xc140-0xc15f]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:04.0: reg 0x14: [mem 0xe8000000-0xe83fffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:04.0: reg 0x18: [mem 0xe8420000-0xe8423fff pref]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:05.0: [8086:2415] type 00 class 0x040100
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:05.0: reg 0x10: [io 0xc000-0xc0ff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:05.0: reg 0x14: [io 0xc100-0xc13f]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:07.0: [8086:7113] type 00 class 0x068000
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:07.0: quirk: [io 0x4000-0x403f] claimed by PIIX4 ACPI
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:18.0: [8086:2448] type 01 class 0x060401
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:18.0: reg 0x10: [mem 0xc1980000c190-0xc1990000c18f 64bit pref]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:19.0: [8086:2448] type 01 class 0x060401
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:19.0: reg 0x10: [mem 0xc1900000c190-0xc1910000c18f 64bit]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:1f.0: [8086:27b9] type 00 class 0x060100
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:1f.0: quirk: [io 0x8000-0x807f] claimed by ICH6 ACPI/GPIO/TCO
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:1f.2: [8086:2829] type 00 class 0x010601
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:1f.2: reg 0x10: [io 0xc178-0xc17f]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:1f.2: reg 0x14: [io 0xc18c-0xc18f]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:1f.2: reg 0x18: [io 0xc170-0xc177]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:1f.2: reg 0x1c: [io 0xc188-0xc18b]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:1f.2: reg 0x20: [io 0xc160-0xc16f]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xe8424000-0xe8425fff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:1f.4: [106b:003f] type 00 class 0x0c0310
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xe8427000-0xe8427fff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:1f.5: [8086:265c] type 00 class 0x0c0320
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:1f.5: reg 0x10: [mem 0xe8426000-0xe8426fff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:18.0: PCI bridge to [bus 01] (subtractive decode)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:18.0: bridge window [io 0x0000-0xffff] (subtractive decode)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:18.0: bridge window [mem 0x00000000-0xfffffffff] (subtractive decode)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:19.0: PCI bridge to [bus 02] (subtractive decode)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:19.0: bridge window [io 0x0000-0xffff] (subtractive decode)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:19.0: bridge window [mem 0x00000000-0xfffffffff] (subtractive decode)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 5 9 10 *11), disabled.
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *9 10 11), disabled.
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 5 9 10 *11), disabled.
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 5 9 10 *11), disabled.
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: Enabled 2 GPEs in block 00 to 07
    Mar 27 21:52:38 SpookyWinters-NUC kernel: vgaarb: setting as boot device: PCI:0000:00:02.0
    Mar 27 21:52:38 SpookyWinters-NUC kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    Mar 27 21:52:38 SpookyWinters-NUC kernel: vgaarb: loaded
    Mar 27 21:52:38 SpookyWinters-NUC kernel: vgaarb: bridge control possible 0000:00:02.0
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PCI: Using ACPI for IRQ routing
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PCI: pci_cache_line_size set to 64 bytes
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:18.0: can't claim BAR 0 [mem 0xc1980000c190-0xc1990000c18f 64bit pref]: no compatible bridge window
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:19.0: can't claim BAR 0 [mem 0xc1900000c190-0xc1910000c18f 64bit]: no compatible bridge window
    Mar 27 21:52:38 SpookyWinters-NUC kernel: e820: reserve RAM buffer [mem 0xda9de000-0xdbffffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: e820: reserve RAM buffer [mem 0xdbb6c000-0xdbffffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: e820: reserve RAM buffer [mem 0xdbfd0000-0xdbffffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: NetLabel: Initializing
    Mar 27 21:52:38 SpookyWinters-NUC kernel: NetLabel: domain hash size = 128
    Mar 27 21:52:38 SpookyWinters-NUC kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Mar 27 21:52:38 SpookyWinters-NUC kernel: NetLabel: unlabeled traffic allowed by default
    Mar 27 21:52:38 SpookyWinters-NUC kernel: HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    Mar 27 21:52:38 SpookyWinters-NUC kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    Mar 27 21:52:38 SpookyWinters-NUC kernel: hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Switched to clocksource hpet
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pnp: PnP ACPI init
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pnp 00:00: Plug and Play ACPI device, IDs PNP0303 (active)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0f03 (active)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0400 (active)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pnp 00:04: disabling [mem 0xfed00000-0xfed003ff] because it overlaps 0000:00:18.0 BAR 0 [mem 0x00000000-0xffffffff 64bit pref]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pnp 00:04: disabling [mem 0xfed00000-0xfed003ff disabled] because it overlaps 0000:00:19.0 BAR 0 [mem 0x00000000-0xffffffff 64bit]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: system 00:04: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pnp: PnP ACPI: found 5 devices
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:18.0: BAR 0: assigned [mem 0x200000000-0x2ffffffff 64bit pref]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:19.0: BAR 0: assigned [mem 0x300000000-0x3ffffffff 64bit]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:18.0: PCI bridge to [bus 01]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:19.0: PCI bridge to [bus 02]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci_bus 0000:00: resource 5 [mem 0x00000000-0xfffffffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci_bus 0000:01: resource 4 [io 0x0000-0xffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci_bus 0000:01: resource 5 [mem 0x00000000-0xfffffffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci_bus 0000:02: resource 4 [io 0x0000-0xffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci_bus 0000:02: resource 5 [mem 0x00000000-0xfffffffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: NET: Registered protocol family 2
    Mar 27 21:52:38 SpookyWinters-NUC kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: TCP: Hash tables configured (established 32768 bind 32768)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: TCP: reno registered
    Mar 27 21:52:38 SpookyWinters-NUC kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: NET: Registered protocol family 1
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:02.0: Video device with shadowed ROM
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PCI: CLS 0 bytes, default 64
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Unpacking initramfs...
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Freeing initrd memory: 3316K (ffff88007fcc3000 - ffff880080000000)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: software IO TLB [mem 0xd4000000-0xd8000000] (64MB) mapped at [ffff8800d4000000-ffff8800d7ffffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: RAPL PMU detected, hw unit 2^-0 Joules, API unit is 2^-32 Joules, 3 fixed counters 10737418240 ms ovfl timer
    Mar 27 21:52:38 SpookyWinters-NUC kernel: microcode: CPU0 sig=0x306a9, pf=0x2, revision=0x19
    Mar 27 21:52:38 SpookyWinters-NUC kernel: microcode: CPU1 sig=0x306a9, pf=0x2, revision=0x19
    Mar 27 21:52:38 SpookyWinters-NUC kernel: microcode: CPU2 sig=0x306a9, pf=0x2, revision=0x19
    Mar 27 21:52:38 SpookyWinters-NUC kernel: microcode: CPU3 sig=0x306a9, pf=0x2, revision=0x19
    Mar 27 21:52:38 SpookyWinters-NUC kernel: microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Scanning for low memory corruption every 60 seconds
    Mar 27 21:52:38 SpookyWinters-NUC kernel: futex hash table entries: 1024 (order: 4, 65536 bytes)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Initialise system trusted keyring
    Mar 27 21:52:38 SpookyWinters-NUC kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
    Mar 27 21:52:38 SpookyWinters-NUC kernel: zpool: loaded
    Mar 27 21:52:38 SpookyWinters-NUC kernel: zbud: loaded
    Mar 27 21:52:38 SpookyWinters-NUC kernel: VFS: Disk quotas dquot_6.5.2
    Mar 27 21:52:38 SpookyWinters-NUC kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Key type big_key registered
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: io scheduler noop registered
    Mar 27 21:52:38 SpookyWinters-NUC kernel: io scheduler deadline registered
    Mar 27 21:52:38 SpookyWinters-NUC kernel: io scheduler cfq registered (default)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efifb: probing for efifb
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efifb: framebuffer at 0xe0000000, mapped to 0xffffc90004780000, using 3072k, total 3072k
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efifb: mode is 1024x768x32, linelength=4096, pages=1
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efifb: scrolling: redraw
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Console: switching to colour frame buffer device 128x48
    Mar 27 21:52:38 SpookyWinters-NUC kernel: fb0: EFI VGA frame buffer device
    Mar 27 21:52:38 SpookyWinters-NUC kernel: intel_idle: does not run on family 6 model 58
    Mar 27 21:52:38 SpookyWinters-NUC kernel: GHES: HEST is not enabled!
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Linux agpgart interface v0.103
    Mar 27 21:52:38 SpookyWinters-NUC kernel: rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    Mar 27 21:52:38 SpookyWinters-NUC kernel: rtc_cmos 00:03: alarms up to one day, 114 bytes nvram, hpet irqs
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ledtrig-cpu: registered to indicate activity on CPUs
    Mar 27 21:52:38 SpookyWinters-NUC kernel: TCP: cubic registered
    Mar 27 21:52:38 SpookyWinters-NUC kernel: NET: Registered protocol family 10
    Mar 27 21:52:38 SpookyWinters-NUC kernel: NET: Registered protocol family 17
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Loading compiled-in X.509 certificates
    Mar 27 21:52:38 SpookyWinters-NUC kernel: registered taskstats version 1
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Magic number: 7:578:905
    Mar 27 21:52:38 SpookyWinters-NUC kernel: rtc_cmos 00:03: setting system clock to 2015-03-27 21:52:35 UTC (1427493155)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PM: Hibernation image not present or could not be loaded.
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Freeing unused kernel memory: 1164K (ffffffff818e7000 - ffffffff81a0a000)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Write protecting the kernel read-only data: 8192k
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Freeing unused kernel memory: 600K (ffff88000156a000 - ffff880001600000)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Freeing unused kernel memory: 304K (ffff8800017b4000 - ffff880001800000)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: random: systemd-tmpfile urandom read with 1 bits of entropy available
    Mar 27 21:52:38 SpookyWinters-NUC kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
    Mar 27 21:52:38 SpookyWinters-NUC kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Mar 27 21:52:38 SpookyWinters-NUC kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
    Mar 27 21:52:38 SpookyWinters-NUC kernel: SCSI subsystem initialized
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: bus type USB registered
    Mar 27 21:52:38 SpookyWinters-NUC kernel: usbcore: registered new interface driver usbfs
    Mar 27 21:52:38 SpookyWinters-NUC kernel: usbcore: registered new interface driver hub
    Mar 27 21:52:38 SpookyWinters-NUC kernel: usbcore: registered new device driver usb
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ehci-pci: EHCI PCI platform driver
    Mar 27 21:52:38 SpookyWinters-NUC kernel: libata version 3.00 loaded.
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ehci-pci 0000:00:1f.5: EHCI Host Controller
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ehci-pci 0000:00:1f.5: new USB bus registered, assigned bus number 1
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ehci-pci 0000:00:1f.5: irq 23, io mem 0xe8426000
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ohci-pci: OHCI PCI platform driver
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ehci-pci 0000:00:1f.5: USB 2.0 started, EHCI 1.00
    Mar 27 21:52:38 SpookyWinters-NUC kernel: hub 1-0:1.0: USB hub found
    Mar 27 21:52:38 SpookyWinters-NUC kernel: hub 1-0:1.0: 8 ports detected
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ahci 0000:00:1f.2: version 3.0
    Mar 27 21:52:38 SpookyWinters-NUC kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ahci 0000:00:1f.2: flags: 64bit ncq stag only ccc
    Mar 27 21:52:38 SpookyWinters-NUC kernel: scsi host0: ahci
    Mar 27 21:52:38 SpookyWinters-NUC kernel: scsi host1: ahci
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ata1: SATA max UDMA/133 abar m8192@0xe8424000 port 0xe8424100 irq 24
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ata2: SATA max UDMA/133 abar m8192@0xe8424000 port 0xe8424180 irq 24
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ohci-pci 0000:00:1f.4: OHCI PCI host controller
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ohci-pci 0000:00:1f.4: new USB bus registered, assigned bus number 2
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ohci-pci 0000:00:1f.4: irq 23, io mem 0xe8427000
    Mar 27 21:52:38 SpookyWinters-NUC kernel: hub 2-0:1.0: USB hub found
    Mar 27 21:52:38 SpookyWinters-NUC kernel: hub 2-0:1.0: 8 ports detected
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ata1.00: ATA-8: VBOX HARDDISK, 1.0, max UDMA/133
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ata1.00: 67108864 sectors, multi 128: LBA48 NCQ (depth 31/32)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ata1.00: configured for UDMA/133
    Mar 27 21:52:38 SpookyWinters-NUC kernel: scsi 0:0:0:0: Direct-Access ATA VBOX HARDDISK 1.0 PQ: 0 ANSI: 5
    Mar 27 21:52:38 SpookyWinters-NUC kernel: usb 2-1: new full-speed USB device number 2 using ohci-pci
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ata2.00: ATAPI: VBOX CD-ROM, 1.0, max UDMA/133
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ata2.00: applying bridge limits
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ata2.00: configured for UDMA/100
    Mar 27 21:52:38 SpookyWinters-NUC kernel: scsi 1:0:0:0: CD-ROM VBOX CD-ROM 1.0 PQ: 0 ANSI: 5
    Mar 27 21:52:38 SpookyWinters-NUC kernel: sd 0:0:0:0: [sda] 67108864 512-byte logical blocks: (34.3 GB/32.0 GiB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: sd 0:0:0:0: [sda] Write Protect is off
    Mar 27 21:52:38 SpookyWinters-NUC kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    Mar 27 21:52:38 SpookyWinters-NUC kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Mar 27 21:52:38 SpookyWinters-NUC kernel: sda: sda1 sda2
    Mar 27 21:52:38 SpookyWinters-NUC kernel: sd 0:0:0:0: [sda] Attached SCSI disk
    Mar 27 21:52:38 SpookyWinters-NUC kernel: sr 1:0:0:0: [sr0] scsi3-mmc drive: 32x/32x xa/form2 tray
    Mar 27 21:52:38 SpookyWinters-NUC kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
    Mar 27 21:52:38 SpookyWinters-NUC kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
    Mar 27 21:52:38 SpookyWinters-NUC kernel: hidraw: raw HID events driver (C) Jiri Kosina
    Mar 27 21:52:38 SpookyWinters-NUC kernel: usbcore: registered new interface driver usbhid
    Mar 27 21:52:38 SpookyWinters-NUC kernel: usbhid: USB HID core driver
    Mar 27 21:52:38 SpookyWinters-NUC kernel: input: VirtualBox USB Tablet as /devices/pci0000:00/0000:00:1f.4/usb2/2-1/2-1:1.0/0003:80EE:0021.0001/input/input2
    Mar 27 21:52:38 SpookyWinters-NUC kernel: hid-generic 0003:80EE:0021.0001: input,hidraw0: USB HID v1.10 Mouse [VirtualBox USB Tablet] on usb-0000:00:1f.4-1/input0
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Switched to clocksource tsc
    Mar 27 21:52:38 SpookyWinters-NUC kernel: floppy0: no floppy controllers found
    Mar 27 21:52:38 SpookyWinters-NUC kernel: EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: systemd 218 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN)
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Detected virtualization 'oracle'.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Detected architecture 'x86-64'.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Set hostname to <SpookyWinters-NUC>.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Expecting device sys-subsystem-net-devices-enp0s3.device...
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Expecting device dev-disk-by\x2duuid-E74C\x2dFA93.device...
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Swap.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Reached target Swap.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting EFI System Partition Automount.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Set up automount EFI System Partition Automount.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Root Slice.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Created slice Root Slice.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting User and Session Slice.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Created slice User and Session Slice.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Journal Socket (/dev/log).
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Listening on Journal Socket (/dev/log).
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting System Slice.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Created slice System Slice.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting system-systemd\x2dfsck.slice.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Created slice system-systemd\x2dfsck.slice.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting system-dhcpcd.slice.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Created slice system-dhcpcd.slice.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting LVM2 metadata daemon socket.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Listening on LVM2 metadata daemon socket.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Device-mapper event daemon FIFOs.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Listening on Device-mapper event daemon FIFOs.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting system-getty.slice.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Created slice system-getty.slice.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Delayed Shutdown Socket.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Listening on Delayed Shutdown Socket.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Journal Socket.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Listening on Journal Socket.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Create list of required static device nodes for the current kernel...
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Started Set Up Additional Binary Formats.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Setup Virtual Console...
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Mounting Temporary Directory...
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Mounting Huge Pages File System...
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Started Load Kernel Modules.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Mounted FUSE Control File System.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Mounting Configuration File System...
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Apply Kernel Variables...
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Mounting POSIX Message Queue File System...
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Slices.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Reached target Slices.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Listening on Journal Audit Socket.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Started File System Check on Root Device.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Remount Root and Kernel File Systems...
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Mounting Debug File System...
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Paths.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Reached target Paths.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Login Prompts.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Reached target Login Prompts.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Encrypted Volumes.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Reached target Encrypted Volumes.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Journal Service...
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Remote File Systems.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Reached target Remote File Systems.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting udev Kernel Socket.
    Mar 27 21:52:38 SpookyWinters-NUC kernel: EXT4-fs (sda2): re-mounted. Opts: data=ordered,discard
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Listening on udev Kernel Socket.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting udev Control Socket.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Listening on udev Control Socket.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting udev Coldplug all Devices...
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Mounted Huge Pages File System.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Mounted POSIX Message Queue File System.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Mounted Debug File System.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Mounted Configuration File System.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Mounted Temporary Directory.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Started Create list of required static device nodes for the current kernel.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Started Setup Virtual Console.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Started Apply Kernel Variables.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Started Remount Root and Kernel File Systems.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Started udev Coldplug all Devices.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Started Rebuild Dynamic Linker Cache.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Started First Boot Wizard.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Load/Save Random Seed...
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Started Rebuild Hardware Database.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Started Create System Users.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Create Static Device Nodes in /dev...
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Started Load/Save Random Seed.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Started Create Static Device Nodes in /dev.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting udev Kernel Device Manager...
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting Local File Systems (Pre).
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Reached target Local File Systems (Pre).
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Mounting /boot...
    Mar 27 21:52:39 SpookyWinters-NUC systemd-journal[141]: Journal started
    Mar 27 21:52:38 SpookyWinters-NUC systemd-udevd[156]: starting version 218
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting Flush Journal to Persistent Storage...
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Mounted /boot.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Started Journal Service.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Started Flush Journal to Persistent Storage.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Started udev Kernel Device Manager.
    Mar 27 21:52:39 SpookyWinters-NUC kernel: e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
    Mar 27 21:52:39 SpookyWinters-NUC kernel: e1000: Copyright (c) 1999-2006 Intel Corporation.
    Mar 27 21:52:39 SpookyWinters-NUC kernel: [drm] Initialized drm 1.1.0 20060810
    Mar 27 21:52:39 SpookyWinters-NUC kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    Mar 27 21:52:39 SpookyWinters-NUC kernel: ACPI: Power Button [PWRF]
    Mar 27 21:52:39 SpookyWinters-NUC kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input4
    Mar 27 21:52:39 SpookyWinters-NUC kernel: ACPI: Sleep Button [SLPF]
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Found device VBOX_HARDDISK UEFI.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting File System Check on /dev/disk/by-uuid/E74C-FA93...
    Mar 27 21:52:39 SpookyWinters-NUC kernel: [drm] Initialized vboxvideo 1.0.0 20090303 for 0000:00:02.0 on minor 0
    Mar 27 21:52:39 SpookyWinters-NUC kernel: parport_pc 00:02: reported by Plug and Play ACPI
    Mar 27 21:52:39 SpookyWinters-NUC kernel: ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    Mar 27 21:52:39 SpookyWinters-NUC kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input6
    Mar 27 21:52:39 SpookyWinters-NUC kernel: ACPI: AC Adapter [AC] (on-line)
    Mar 27 21:52:39 SpookyWinters-NUC kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
    Mar 27 21:52:39 SpookyWinters-NUC systemd-fsck[180]: fsck.fat 3.0.27 (2014-11-12)
    Mar 27 21:52:39 SpookyWinters-NUC systemd-fsck[180]: /dev/sda1: 16 files, 50466/258078 clusters
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Started File System Check on /dev/disk/by-uuid/E74C-FA93.
    Mar 27 21:52:39 SpookyWinters-NUC kernel: intel_rng: FWH not detected
    Mar 27 21:52:39 SpookyWinters-NUC kernel: mousedev: PS/2 mouse device common for all mice
    Mar 27 21:52:39 SpookyWinters-NUC kernel: intel_rapl: no valid rapl domains found in package 0
    Mar 27 21:52:39 SpookyWinters-NUC kernel: ppdev: user-space parallel port driver
    Mar 27 21:52:39 SpookyWinters-NUC kernel: input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input5
    Mar 27 21:52:39 SpookyWinters-NUC kernel: intel_rapl: no valid rapl domains found in package 0
    Mar 27 21:52:39 SpookyWinters-NUC kernel: FAT-fs (sda1): mounting with "discard" option, but the device does not support discard
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting Local File Systems.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Reached target Local File Systems.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting Create Volatile Files and Directories...
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Started Commit a transient machine-id on disk.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Started Rebuild Journal Catalog.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Started Update is Completed.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Started Create Volatile Files and Directories.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting Update UTMP about System Boot/Shutdown...
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Started Update UTMP about System Boot/Shutdown.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting System Initialization.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Reached target System Initialization.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting Daily man-db cache update.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Started Daily man-db cache update.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting D-Bus System Message Bus Socket.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Listening on D-Bus System Message Bus Socket.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting Sockets.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Reached target Sockets.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting Basic System.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Reached target Basic System.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting D-Bus System Message Bus...
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Started D-Bus System Message Bus.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting Permit User Sessions...
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting Login Service...
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting Daily rotation of log files.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Started Daily rotation of log files.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting Daily verification of password and group files.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Started Daily verification of password and group files.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting Daily Cleanup of Temporary Directories.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Started Daily Cleanup of Temporary Directories.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting Timers.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Reached target Timers.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Started Permit User Sessions.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting GNOME Display Manager...
    Mar 27 21:52:39 SpookyWinters-NUC systemd-logind[215]: New seat seat0.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Started Login Service.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Started GNOME Display Manager.
    Mar 27 21:52:39 SpookyWinters-NUC systemd-logind[215]: Watching system buttons on /dev/input/event2 (Power Button)
    Mar 27 21:52:39 SpookyWinters-NUC systemd-logind[215]: Watching system buttons on /dev/input/event3 (Sleep Button)
    Mar 27 21:52:39 SpookyWinters-NUC systemd-logind[215]: Watching system buttons on /dev/input/event4 (Video Bus)
    Mar 27 21:52:39 SpookyWinters-NUC dbus[213]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service'
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting User and Group Name Lookups.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Reached target User and Group Name Lookups.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting Accounts Service...
    Mar 27 21:52:39 SpookyWinters-NUC kernel: e1000 0000:00:03.0 eth0: (PCI:33MHz:32-bit) 08:00:27:7b:98:a8
    Mar 27 21:52:39 SpookyWinters-NUC kernel: e1000 0000:00:03.0 eth0: Intel(R) PRO/1000 Network Connection
    Mar 27 21:52:39 SpookyWinters-NUC kernel: piix4_smbus 0000:00:07.0: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr
    Mar 27 21:52:39 SpookyWinters-NUC kernel: input: Unspecified device as /devices/pci0000:00/0000:00:04.0/input/input8
    Mar 27 21:52:39 SpookyWinters-NUC kernel: vboxguest: misc device minor 58, IRQ 20, I/O port c140, MMIO at 00000000e8000000 (size 0x400000)
    Mar 27 21:52:40 SpookyWinters-NUC dbus[213]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
    Mar 27 21:52:40 SpookyWinters-NUC systemd[1]: Starting Authorization Manager...
    Mar 27 21:52:40 SpookyWinters-NUC kernel: vboxguest: Successfully loaded version 4.3.26_OSE (interface 0x00010004)
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: X.Org X Server 1.17.1
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: Release Date: 2015-02-10
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: X Protocol Version 11, Revision 0
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: Build Operating System: Linux 3.18.6-1-ARCH x86_64
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: Current Operating System: Linux SpookyWinters-NUC 3.19.2-1-ARCH #1 SMP PREEMPT Wed Mar 18 16:21:02 CET 2015 x86_64
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: Kernel command line: initrd=\EFI\archlinux\initramfs-linux.img root=/dev/sda2 rw
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: Build Date: 14 March 2015 06:45:50PM
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: Current version of pixman: 0.32.6
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: Before reporting problems, check [url]http://wiki.x.org[/url]
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: to make sure that you have the latest version.
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: Markers: (--) probed, (**) from config file, (==) default setting,
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: (++) from command line, (!!) notice, (II) informational,
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: (++) Log file: "/dev/null", Time: Fri Mar 27 21:52:40 2015
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: (==) No Layout section. Using the first Screen section.
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: (==) No screen section available. Using defaults.
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: (**) |-->Screen "Default Screen Section" (0)
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: (**) | |-->Monitor "<default monitor>"
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: (==) No monitor specified for screen "Default Screen Section".
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: Using a default monitor configuration.
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: (==) Automatically adding devices
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: (==) Automatically enabling devices
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: (==) Automatically adding GPU devices
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: Entry deleted from font path.
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
    Mar 27 21:52:40 SpookyWinters-NUC kernel: e1000 0000:00:03.0 enp0s3: renamed from eth0
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: Entry deleted from font path.
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: Entry deleted from font path.
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: (==) FontPath set to:
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: /usr/share/fonts/misc/,
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: /usr/share/fonts/TTF/,
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: /usr/share/fonts/Type1/
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: (==) ModulePath set to "/usr/lib/xorg/modules"
    Mar

    Thanks for the response.
    I disabled gdm, installed xorg-xinit, and ran startx. It briefly switches to a black window at the correct resolution for the VirtualBox window, then exits.
    There's no journalctl entries for it, but there was an X log in /var/log:
    [ 1301.004]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 1301.007] X Protocol Version 11, Revision 0
    [ 1301.008] Build Operating System: Linux 3.18.6-1-ARCH x86_64
    [ 1301.008] Current Operating System: Linux SpookyWinters-NUC 3.19.2-1-ARCH #1 SMP PREEMPT Wed Mar 18 16:21:02 CET 2015 x86_64
    [ 1301.008] Kernel command line: initrd=\EFI\archlinux\initramfs-linux.img root=/dev/sda2 rw
    [ 1301.009] Build Date: 14 March 2015 06:45:50PM
    [ 1301.010]
    [ 1301.010] Current version of pixman: 0.32.6
    [ 1301.011] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 1301.012] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 1301.015] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Mar 28 00:11:22 2015
    [ 1301.015] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 1301.015] (==) No Layout section. Using the first Screen section.
    [ 1301.015] (==) No screen section available. Using defaults.
    [ 1301.015] (**) |-->Screen "Default Screen Section" (0)
    [ 1301.015] (**) | |-->Monitor "<default monitor>"
    [ 1301.015] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 1301.015] (==) Automatically adding devices
    [ 1301.015] (==) Automatically enabling devices
    [ 1301.015] (==) Automatically adding GPU devices
    [ 1301.015] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
    [ 1301.015] Entry deleted from font path.
    [ 1301.015] (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
    [ 1301.015] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 1301.015] Entry deleted from font path.
    [ 1301.015] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 1301.015] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 1301.015] Entry deleted from font path.
    [ 1301.015] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 1301.015] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 1301.015] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 1301.015] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 1301.015] (II) Loader magic: 0x815d80
    [ 1301.015] (II) Module ABI versions:
    [ 1301.015] X.Org ANSI C Emulation: 0.4
    [ 1301.015] X.Org Video Driver: 19.0
    [ 1301.015] X.Org XInput driver : 21.0
    [ 1301.015] X.Org Server Extension : 9.0
    [ 1301.017] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
    [ 1301.017] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 1301.018] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
    [ 1301.021] (--) PCI:*(0:0:2:0) 80ee:beef:0000:0000 rev 0, Mem @ 0xe0000000/134217728
    [ 1301.021] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 1301.021] (II) LoadModule: "glx"
    [ 1301.022] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 1301.023] (II) Module glx: vendor="X.Org Foundation"
    [ 1301.023] compiled for 1.17.1, module version = 1.0.0
    [ 1301.023] ABI class: X.Org Server Extension, version 9.0
    [ 1301.023] (==) AIGLX enabled
    [ 1301.023] (==) Matched vboxvideo as autoconfigured driver 0
    [ 1301.023] (==) Matched vboxvideo as autoconfigured driver 1
    [ 1301.023] (==) Matched modesetting as autoconfigured driver 2
    [ 1301.023] (==) Matched fbdev as autoconfigured driver 3
    [ 1301.023] (==) Matched vesa as autoconfigured driver 4
    [ 1301.023] (==) Assigned the driver to the xf86ConfigLayout
    [ 1301.023] (II) LoadModule: "vboxvideo"
    [ 1301.023] (II) Loading /usr/lib/xorg/modules/drivers/vboxvideo.so
    [ 1301.023] (II) Module vboxvideo: vendor="Oracle Corporation"
    [ 1301.023] compiled for 1.6.99, module version = 1.0.1
    [ 1301.023] Module class: X.Org Video Driver
    [ 1301.023] ABI class: X.Org Video Driver, version 19.0
    [ 1301.023] (**) Load address of symbol "VBOXVIDEO" is 0x7f0cf41dc840
    [ 1301.023] (II) LoadModule: "modesetting"
    [ 1301.023] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 1301.023] (II) Module modesetting: vendor="X.Org Foundation"
    [ 1301.023] compiled for 1.17.1, module version = 1.17.1
    [ 1301.023] Module class: X.Org Video Driver
    [ 1301.023] ABI class: X.Org Video Driver, version 19.0
    [ 1301.023] (II) LoadModule: "fbdev"
    [ 1301.023] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 1301.023] (II) Module fbdev: vendor="X.Org Foundation"
    [ 1301.023] compiled for 1.17.0, module version = 0.4.4
    [ 1301.023] Module class: X.Org Video Driver
    [ 1301.023] ABI class: X.Org Video Driver, version 19.0
    [ 1301.023] (II) LoadModule: "vesa"
    [ 1301.023] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 1301.023] (II) Module vesa: vendor="X.Org Foundation"
    [ 1301.023] compiled for 1.17.0, module version = 2.3.2
    [ 1301.023] Module class: X.Org Video Driver
    [ 1301.023] ABI class: X.Org Video Driver, version 19.0
    [ 1301.023] (II) VBoxVideo: guest driver for VirtualBox: vbox
    [ 1301.023] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 1301.023] (II) FBDEV: driver for framebuffer: fbdev
    [ 1301.023] (II) VESA: driver for VESA chipsets: vesa
    [ 1301.023] (++) using VT number 1
    [ 1301.023] (--) controlling tty is VT number 1, auto-enabling KeepTty
    [ 1301.023] (WW) Falling back to old probe method for modesetting
    [ 1301.023] (WW) Falling back to old probe method for fbdev
    [ 1301.023] (II) Loading sub module "fbdevhw"
    [ 1301.023] (II) LoadModule: "fbdevhw"
    [ 1301.023] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [ 1301.023] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 1301.023] compiled for 1.17.1, module version = 0.0.2
    [ 1301.023] ABI class: X.Org Video Driver, version 19.0
    [ 1301.024] (WW) Falling back to old probe method for vesa
    [ 1301.024] (II) VBoxVideo(0): VirtualBox guest additions video driver version 4.3.26_OSE
    [ 1301.024] (II) Loading sub module "ramdac"
    [ 1301.024] (II) LoadModule: "ramdac"
    [ 1301.024] (II) Module "ramdac" already built-in
    [ 1301.024] (II) Loading sub module "fb"
    [ 1301.024] (II) LoadModule: "fb"
    [ 1301.024] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 1301.024] (II) Module fb: vendor="X.Org Foundation"
    [ 1301.024] compiled for 1.17.1, module version = 1.0.0
    [ 1301.024] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 1301.024] (II) Loading sub module "shadowfb"
    [ 1301.024] (II) LoadModule: "shadowfb"
    [ 1301.024] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
    [ 1301.024] (II) Module shadowfb: vendor="X.Org Foundation"
    [ 1301.024] compiled for 1.17.1, module version = 1.0.0
    [ 1301.024] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 1301.024] (II) Loading sub module "vgahw"
    [ 1301.024] (II) LoadModule: "vgahw"
    [ 1301.024] (II) Loading /usr/lib/xorg/modules/libvgahw.so
    [ 1301.024] (II) Module vgahw: vendor="X.Org Foundation"
    [ 1301.024] compiled for 1.17.1, module version = 0.1.0
    [ 1301.024] ABI class: X.Org Video Driver, version 19.0
    [ 1301.024] (II) Loading sub module "dri2"
    [ 1301.024] (II) LoadModule: "dri2"
    [ 1301.024] (II) Module "dri2" already built-in
    [ 1301.024] (II) VBoxVideo(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 1301.024] (==) VBoxVideo(0): Depth 24, (--) framebuffer bpp 32
    [ 1301.024] (--) VBoxVideo(0): Virtual size is 32000x32000 (pitch 32000)
    [ 1301.024] (**) VBoxVideo(0): Built-in mode "1024x768": 47.8 MHz (scaled from 0.0 MHz), 46.4 kHz, 60.0 Hz
    [ 1301.024] (II) VBoxVideo(0): Modeline "1024x768"x0.0 47.83 1024 1026 1028 1030 768 770 772 774 (46.4 kHz b)
    [ 1301.024] (**) VBoxVideo(0): Built-in mode "1024x768": 47.8 MHz (scaled from 0.0 MHz), 46.4 kHz, 60.0 Hz
    [ 1301.024] (II) VBoxVideo(0): Modeline "1024x768"x0.0 47.83 1024 1026 1028 1030 768 770 772 774 (46.4 kHz b)
    [ 1301.024] (**) VBoxVideo(0): Built-in mode "1600x1200": 116.2 MHz (scaled from 0.0 MHz), 72.4 kHz, 60.0 Hz
    [ 1301.024] (II) VBoxVideo(0): Modeline "1600x1200"x0.0 116.21 1600 1602 1604 1606 1200 1202 1204 1206 (72.4 kHz b)
    [ 1301.024] (**) VBoxVideo(0): Built-in mode "1440x1050": 91.6 MHz (scaled from 0.0 MHz), 63.4 kHz, 60.0 Hz
    [ 1301.024] (II) VBoxVideo(0): Modeline "1440x1050"x0.0 91.62 1440 1442 1444 1446 1050 1052 1054 1056 (63.4 kHz b)
    [ 1301.024] (**) VBoxVideo(0): Built-in mode "1280x960": 74.5 MHz (scaled from 0.0 MHz), 58.0 kHz, 60.0 Hz
    [ 1301.024] (II) VBoxVideo(0): Modeline "1280x960"x0.0 74.54 1280 1282 1284 1286 960 962 964 966 (58.0 kHz b)
    [ 1301.024] (**) VBoxVideo(0): Built-in mode "1024x768": 47.8 MHz (scaled from 0.0 MHz), 46.4 kHz, 60.0 Hz
    [ 1301.024] (II) VBoxVideo(0): Modeline "1024x768"x0.0 47.83 1024 1026 1028 1030 768 770 772 774 (46.4 kHz b)
    [ 1301.024] (**) VBoxVideo(0): Built-in mode "800x600": 29.3 MHz (scaled from 0.0 MHz), 36.4 kHz, 60.0 Hz
    [ 1301.024] (II) VBoxVideo(0): Modeline "800x600"x0.0 29.31 800 802 804 806 600 602 604 606 (36.4 kHz b)
    [ 1301.024] (**) VBoxVideo(0): Built-in mode "640x480": 18.8 MHz (scaled from 0.0 MHz), 29.2 kHz, 60.0 Hz
    [ 1301.024] (II) VBoxVideo(0): Modeline "640x480"x0.0 18.84 640 642 644 646 480 482 484 486 (29.2 kHz b)
    [ 1301.026] (II) VBoxVideo(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0
    [ 1301.026] (==) VBoxVideo(0): RGB weight 888
    [ 1301.026] (==) VBoxVideo(0): Default visual is TrueColor
    [ 1301.026] (==) VBoxVideo(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 1301.026] (==) VBoxVideo(0): DPI set to (96, 96)
    [ 1301.026] (II) UnloadModule: "modesetting"
    [ 1301.026] (II) Unloading modesetting
    [ 1301.026] (II) UnloadModule: "fbdev"
    [ 1301.026] (II) Unloading fbdev
    [ 1301.026] (II) UnloadSubModule: "fbdevhw"
    [ 1301.026] (II) Unloading fbdevhw
    [ 1301.026] (II) UnloadModule: "vesa"
    [ 1301.026] (II) Unloading vesa
    [ 1301.026] (--) Depth 24 pixmap format is 32 bpp
    [ 1301.184] (II) VBoxVideo(0): Requested monitor count: 1
    [ 1301.184] (II) VBoxVideo(0): Output VGA-0 has no monitor section
    [ 1301.184] (II) VBoxVideo(0): Output VGA-0 has no monitor section
    [ 1301.184] (II) VBoxVideo(0): EDID for output VGA-0
    [ 1301.184] (II) VBoxVideo(0): Manufacturer: VBX Model: 0 Serial#: 71763840
    [ 1301.184] (II) VBoxVideo(0): Year: 1990 Week: 1
    [ 1301.184] (II) VBoxVideo(0): EDID Version: 1.3
    [ 1301.184] (II) VBoxVideo(0): Digital Display Input
    [ 1301.184] (II) VBoxVideo(0): Indeterminate output size
    [ 1301.184] (II) VBoxVideo(0): Gamma: 2.20
    [ 1301.184] (II) VBoxVideo(0): DPMS capabilities: StandBy Suspend Off
    [ 1301.184] (II) VBoxVideo(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 1301.184] (II) VBoxVideo(0): Default color space is primary color space
    [ 1301.184] (II) VBoxVideo(0): First detailed timing is preferred mode
    [ 1301.184] (II) VBoxVideo(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
    [ 1301.184] (II) VBoxVideo(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329
    [ 1301.184] (II) VBoxVideo(0): Manufacturer's mask: 0
    [ 1301.185] (II) VBoxVideo(0): Supported detailed timing:
    [ 1301.185] (II) VBoxVideo(0): clock: 127.2 MHz Image Size: 0 x 0 mm
    [ 1301.185] (II) VBoxVideo(0): h_active: 1920 h_sync: 1922 h_sync_end 1924 h_blank_end 1926 h_border: 0
    [ 1301.185] (II) VBoxVideo(0): v_active: 1095 v_sync: 1097 v_sync_end 1099 v_blanking: 1101 v_border: 0
    [ 1301.185] (II) VBoxVideo(0): Ranges: V min: 0 V max: 200 Hz, H min: 0 H max: 200 kHz, PixClock max 1005 MHz
    [ 1301.185] (II) VBoxVideo(0): Monitor name: VBOX monitor
    [ 1301.185] (II) VBoxVideo(0): EDID (in hex):
    [ 1301.185] (II) VBoxVideo(0): 00ffffffffffff005858000080074704
    [ 1301.185] (II) VBoxVideo(0): 0100010380000078eeee91a3544c9926
    [ 1301.185] (II) VBoxVideo(0): 0f505400000001010101010101010101
    [ 1301.185] (II) VBoxVideo(0): 010101010101b3318006704706400202
    [ 1301.185] (II) VBoxVideo(0): 2200000000000000000000fd0000c800
    [ 1301.185] (II) VBoxVideo(0): c864000a202020202020000000fc0056
    [ 1301.185] (II) VBoxVideo(0): 424f58206d6f6e69746f720a00000010
    [ 1301.185] (II) VBoxVideo(0): 000a2020202020202020202020200006
    [ 1301.185] (II) VBoxVideo(0): Printing probed modes for output VGA-0
    [ 1301.185] (II) VBoxVideo(0): Modeline "1920x1095"x60.0 127.23 1920 1922 1924 1926 1095 1097 1099 1101 (66.1 kHz Pb)
    [ 1301.185] (II) VBoxVideo(0): Modeline "1600x1200"x60.0 116.21 1600 1602 1604 1606 1200 1202 1204 1206 (72.4 kHz b)
    [ 1301.185] (II) VBoxVideo(0): Modeline "1440x1050"x60.0 91.62 1440 1442 1444 1446 1050 1052 1054 1056 (63.4 kHz b)
    [ 1301.185] (II) VBoxVideo(0): Modeline "1280x960"x60.0 74.54 1280 1282 1284 1286 960 962 964 966 (58.0 kHz b)
    [ 1301.185] (II) VBoxVideo(0): Modeline "1024x768"x60.0 47.83 1024 1026 1028 1030 768 770 772 774 (46.4 kHz b)
    [ 1301.185] (II) VBoxVideo(0): Modeline "800x600"x60.0 29.31 800 802 804 806 600 602 604 606 (36.4 kHz b)
    [ 1301.185] (II) VBoxVideo(0): Modeline "640x480"x60.0 18.84 640 642 644 646 480 482 484 486 (29.2 kHz b)
    [ 1301.185] (II) VBoxVideo(0): Output VGA-0 connected
    [ 1301.185] (II) VBoxVideo(0): Using exact sizes for initial modes
    [ 1301.185] (II) VBoxVideo(0): Output VGA-0 using initial mode 1920x1095
    [ 1301.185] (II) VBoxVideo(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 1301.185] (II) VBoxVideo(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 1301.185] (==) VBoxVideo(0): DPMS enabled
    [ 1301.185] (--) RandR disabled
    [ 1301.187] (II) AIGLX: Screen 0 is not DRI2 capable
    [ 1301.187] (EE) AIGLX: reverting to software rendering
    [ 1301.198] (II) AIGLX: Loaded and initialized swrast
    [ 1301.198] (II) GLX: Initialized DRISWRAST GL provider for screen 0
    [ 1301.198] (II) VBoxVideo(0): Setting screen physical size to 508 x 289
    [ 1301.226] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 1301.226] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 1301.226] (II) LoadModule: "evdev"
    [ 1301.226] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 1301.226] (II) Module evdev: vendor="X.Org Foundation"
    [ 1301.226] compiled for 1.16.2, module version = 2.9.1
    [ 1301.226] Module class: X.Org XInput Driver
    [ 1301.226] ABI class: X.Org XInput driver, version 21.0
    [ 1301.227] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 14 paused 0
    [ 1301.227] (II) Using input driver 'evdev' for 'Power Button'
    [ 1301.227] (**) Power Button: always reports core events
    [ 1301.227] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 1301.227] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 1301.227] (--) evdev: Power Button: Found keys
    [ 1301.227] (II) evdev: Power Button: Configuring as keyboard
    [ 1301.227] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event2"
    [ 1301.227] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 1301.227] (**) Option "xkb_rules" "evdev"
    [ 1301.227] (**) Option "xkb_model" "pc104"
    [ 1301.227] (**) Option "xkb_layout" "us"
    [ 1301.243] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
    [ 1301.243] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 1301.243] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 15 paused 0
    [ 1301.243] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 1301.243] (**) Sleep Button: always reports core events
    [ 1301.243] (**) evdev: Sleep Button: Device: "/dev/input/event3"
    [ 1301.243] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 1301.243] (--) evdev: Sleep Button: Found keys
    [ 1301.243] (II) evdev: Sleep Button: Configuring as keyboard
    [ 1301.243] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSLPBN:00/input/input4/event3"
    [ 1301.243] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 7)
    [ 1301.243] (**) Option "xkb_rules" "evdev"
    [ 1301.243] (**) Option "xkb_model" "pc104"
    [ 1301.243] (**) Option "xkb_layout" "us"
    [ 1301.244] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
    [ 1301.244] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 1301.244] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 16 paused 0
    [ 1301.244] (II) Using input driver 'evdev' for 'Video Bus'
    [ 1301.244] (**) Video Bus: always reports core events
    [ 1301.244] (**) evdev: Video Bus: Device: "/dev/input/event4"
    [ 1301.244] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 1301.244] (--) evdev: Video Bus: Found keys
    [ 1301.244] (II) evdev: Video Bus: Configuring as keyboard
    [ 1301.244] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input5/event4"
    [ 1301.244] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
    [ 1301.244] (**) Option "xkb_rules" "evdev"
    [ 1301.244] (**) Option "xkb_model" "pc104"
    [ 1301.244] (**) Option "xkb_layout" "us"
    [ 1301.244] (II) config/udev: Adding input device VirtualBox mouse integration (/dev/input/event7)
    [ 1301.244] (**) VirtualBox mouse integration: Applying InputClass "evdev pointer catchall"
    [ 1301.245] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 17 paused 0
    [ 1301.245] (II) Using input driver 'evdev' for 'VirtualBox mouse integration'
    [ 1301.245] (**) VirtualBox mouse integration: always reports core events
    [ 1301.245] (**) evdev: VirtualBox mouse integration: Device: "/dev/input/event7"
    [ 1301.245] (--) evdev: VirtualBox mouse integration: Vendor 0x80ee Product 0xcafe
    [ 1301.245] (--) evdev: VirtualBox mouse integration: Found 1 mouse buttons
    [ 1301.245] (--) evdev: VirtualBox mouse integration: Found absolute axes
    [ 1301.245] (--) evdev: VirtualBox mouse integration: Found x and y absolute axes
    [ 1301.245] (--) evdev: VirtualBox mouse integration: Found absolute touchscreen
    [ 1301.245] (II) evdev: VirtualBox mouse integration: Configuring as touchscreen
    [ 1301.245] (**) evdev: VirtualBox mouse integration: YAxisMapping: buttons 4 and 5
    [ 1301.245] (**) evdev: VirtualBox mouse integration: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 1301.245] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.0/input/input8/event7"
    [ 1301.245] (II) XINPUT: Adding extended input device "VirtualBox mouse integration" (type: TOUCHSCREEN, id 9)
    [ 1301.245] (II) evdev: VirtualBox mouse integration: initialized for absolute axes.
    [ 1301.245] (**) VirtualBox mouse integration: (accel) keeping acceleration scheme 1
    [ 1301.245] (**) VirtualBox mouse integration: (accel) acceleration profile 0
    [ 1301.245] (**) VirtualBox mouse integration: (accel) acceleration factor: 2.000
    [ 1301.245] (**) VirtualBox mouse integration: (accel) acceleration threshold: 4
    [ 1301.245] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/event1)
    [ 1301.245] (**) VirtualBox USB Tablet: Applying InputClass "evdev pointer catchall"
    [ 1301.298] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 18 paused 0
    [ 1301.298] (II) Using input driver 'evdev' for 'VirtualBox USB Tablet'
    [ 1301.298] (**) VirtualBox USB Tablet: always reports core events
    [ 1301.298] (**) evdev: VirtualBox USB Tablet: Device: "/dev/input/event1"
    [ 1301.298] (--) evdev: VirtualBox USB Tablet: Vendor 0x80ee Product 0x21
    [ 1301.298] (--) evdev: VirtualBox USB Tablet: Found 9 mouse buttons
    [ 1301.298] (--) evdev: VirtualBox USB Tablet: Found scroll wheel(s)
    [ 1301.298] (--) evdev: VirtualBox USB Tablet: Found relative axes
    [ 1301.298] (--) evdev: VirtualBox USB Tablet: Found absolute axes
    [ 1301.298] (--) evdev: VirtualBox USB Tablet: Found x and y absolute axes
    [ 1301.298] (--) evdev: VirtualBox USB Tablet: Found absolute touchscreen
    [ 1301.298] (II) evdev: VirtualBox USB Tablet: Configuring as touchscreen
    [ 1301.298] (II) evdev: VirtualBox USB Tablet: Adding scrollwheel support
    [ 1301.298] (**) evdev: VirtualBox USB Tablet: YAxisMapping: buttons 4 and 5
    [ 1301.298] (**) evdev: VirtualBox USB Tablet: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 1301.298] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.4/usb1/1-1/1-1:1.0/0003:80EE:0021.0001/input/input2/event1"
    [ 1301.298] (II) XINPUT: Adding extended input device "VirtualBox USB Tablet" (type: TOUCHSCREEN, id 10)
    [ 1301.298] (WW) evdev: VirtualBox USB Tablet: touchpads, tablets and touchscreens ignore relative axes.
    [ 1301.298] (II) evdev: VirtualBox USB Tablet: initialized for absolute axes.
    [ 1301.298] (**) VirtualBox USB Tablet: (accel) keeping acceleration scheme 1
    [ 1301.298] (**) VirtualBox USB Tablet: (accel) acceleration profile 0
    [ 1301.298] (**) VirtualBox USB Tablet: (accel) acceleration factor: 2.000
    [ 1301.298] (**) VirtualBox USB Tablet: (accel) acceleration threshold: 4
    [ 1301.298] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/js0)
    [ 1301.298] (II) No input driver specified, ignoring this device.
    [ 1301.298] (II) This device may have been added with another device file.
    [ 1301.299] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/mouse0)
    [ 1301.299] (II) No input driver specified, ignoring this device.
    [ 1301.299] (II) This device may have been added with another device file.
    [ 1301.299] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 1301.299] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 1301.299] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 19 paused 0
    [ 1301.299] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 1301.299] (**) AT Translated Set 2 keyboard: always reports core events
    [ 1301.299] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 1301.299] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 1301.299] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 1301.299] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 1301.299] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 1301.299] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
    [ 1301.299] (**) Option "xkb_rules" "evdev"
    [ 1301.299] (**) Option "xkb_model" "pc104"
    [ 1301.299] (**) Option "xkb_layout" "us"
    [ 1301.300] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/event6)
    [ 1301.300] (**) ImExPS/2 Generic Explorer Mouse: Applying InputClass "evdev pointer catchall"
    [ 1301.300] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 20 paused 0
    [ 1301.300] (II) Using input driver 'evdev' for 'ImExPS/2 Generic Explorer Mouse'
    [ 1301.300] (**) ImExPS/2 Generic Explorer Mouse: always reports core events
    [ 1301.300] (**) evdev: ImExPS/2 Generic Explorer Mouse: Device: "/dev/input/event6"
    [ 1301.300] (--) evdev: ImExPS/2 Generic Explorer Mouse: Vendor 0x2 Product 0x6
    [ 1301.300] (--) evdev: ImExPS/2 Generic Explorer Mouse: Found 9 mouse buttons
    [ 1301.300] (--) evdev: ImExPS/2 Generic Explorer Mouse: Found scroll wheel(s)
    [ 1301.300] (--) evdev: ImExPS/2 Generic Explorer Mouse: Found relative axes
    [ 1301.300] (--) evdev: ImExPS/2 Generic Explorer Mouse: Found x and y relative axes
    [ 1301.300] (II) evdev: ImExPS/2 Generic Explorer Mouse: Configuring as mouse
    [ 1301.300] (II) evdev: ImExPS/2 Generic Explorer Mouse: Adding scrollwheel support
    [ 1301.300] (**) evdev: ImExPS/2 Generic Explorer Mouse: YAxisMapping: buttons 4 and 5
    [ 1301.300] (**) evdev: ImExPS/2 Generic Explorer Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 1301.300] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event6"
    [ 1301.300] (II) XINPUT: Adding extended input device "ImExPS/2 Generic Explorer Mouse" (type: MOUSE, id 12)
    [ 1301.300] (II) evdev: ImExPS/2 Generic Explorer Mouse: initialized for relative axes.
    [ 1301.300] (**) ImExPS/2 Generic Explorer Mouse: (accel) keeping acceleration scheme 1
    [ 1301.300] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration profile 0
    [ 1301.300] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration factor: 2.000
    [ 1301.300] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration threshold: 4
    [ 1301.301] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/mouse1)
    [ 1301.301] (II) No input driver specified, ignoring this device.
    [ 1301.301] (II) This device may have been added with another device file.
    [ 1301.301] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
    [ 1301.301] (II) No input driver specified, ignoring this device.
    [ 1301.301] (II) This device may have been added with another device file.
    [ 1301.312] (II) evdev: ImExPS/2 Generic Explorer Mouse: Close
    [ 1301.312] (II) UnloadModule: "evdev"
    [ 1301.312] (II) systemd-logind: releasing fd for 13:70
    [ 1301.365] (II) evdev: AT Translated Set 2 keyboard: Close
    [ 1301.365] (II) UnloadModule: "evdev"
    [ 1301.365] (II) systemd-logind: releasing fd for 13:64
    [ 1301.426] (II) evdev: VirtualBox USB Tablet: Close
    [ 1301.426] (II) UnloadModule: "evdev"
    [ 1301.426] (II) systemd-logind: releasing fd for 13:65
    [ 1301.523] (II) evdev: VirtualBox mouse integration: Close
    [ 1301.523] (II) UnloadModule: "evdev"
    [ 1301.523] (II) systemd-logind: releasing fd for 13:71
    [ 1301.585] (II) evdev: Video Bus: Close
    [ 1301.585] (II) UnloadModule: "evdev"
    [ 1301.585] (II) systemd-logind: releasing fd for 13:68
    [ 1301.611] (II) evdev: Sleep Button: Close
    [ 1301.611] (II) UnloadModule: "evdev"
    [ 1301.611] (II) systemd-logind: releasing fd for 13:67
    [ 1301.638] (II) evdev: Power Button: Close
    [ 1301.638] (II) UnloadModule: "evdev"
    [ 1301.638] (II) systemd-logind: releasing fd for 13:66
    [ 1301.757] (II) Server terminated successfully (0). Closing log file.
    I resolved this by installing xterm, but that just loads X into a bunch of white terminal windows; GNOME doesn't seem to be starting at all. Is there some configuration step I skipped?

  • [SOLVED]black screen after installing nvidia driver from official repo

    Hi!
    I have just made a clean install this afternoon and I really can not get the drivers from nvidia in the official rep to work. After booting it just gives me blackscreen.
    What I have tried:
    1. Blacklisted nouveau.
    2. Doublechecked mkinitcpio.conf for nouveao under "MODULES" section.
    3. Rebuilt initramfs by doing
    mkinitcpio -p linux
    4. i tried with a "nomodeset" by entering it in grub.
    5. Last I tried to remove nouveau by doing
    pacman -Ss nouevau
    pacman -R mesa
    pacman -Rc mesa (here I double checked the packages and nothing really vital for a full boot of a non-graphical interface (TTY1) is gone)
    After Pressing enter from grub I can not see anythin,  except from some text that flashes by, Something about checking /dev/sda6 for any errors... Except from that, nothing. Just a black screen.
    I am writing this from my phone right now, please understand if I am doing any spelling errors    (too lazy to chroot ehen in my bed and PC turned off for the night )
    Last edited by f4rm0r (2015-03-06 22:30:15)

    jasonwryan wrote:
    So you have one of those dual GPU machines? Then you need to read the Bumblebee or Optimus pages on the wiki.
    And mentioning that in your intial post would have helped: See How To Ask Questions The Smart Way.
    I never really tried the intel gpu, nor did I knew that my mb had that compability to actually run with that, since I can not even change to only use the display connection from my cpu :0
    Besides, I never really will use the built-in gpu on my proc unless my graphics card crashes, and if that happens, I can just create a chroot and read-on about bumblebee and such
    I am right now writing this from my Desktop
    I have some minor issues with my KDE environment, the text being so small I can barely read it inside of applications.... except from that I have used "Settings" to change it inside the KDE environment :b
    So I can live with it, unless it happens inside games aswell
    Anyway, I just did not knew about it, otherwise I would have read 'bout it and tried to fix it before i came here
    I know how it is when ya dont get enough info about a problem like "This program won't work, why?" (I am the PC wizard amongst my friends, so I know ya should try everything, use google, and most of all, do not panic, it can and will be fixed :3
    But ty anyway for the suggestion Jason, appreciate it!
    will mark this thread as solved now

  • X load to black screen solve, now I can't compile nvidia drv

    When I run X I get black screen:
    cat x.log
    X Window System Version 7.1.1
    Release Date: 12 May 2006
    X Protocol Version 11, Revision 0, Release 7.1.1
    Build Operating System: UNKNOWN
    Current Operating System: Linux myhost 2.6.19-ARCH #1 SMP PREEMPT Tue Dec 12 12:47:42 CET 2006 i686
    Build Date: 25 December 2006
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Fri Dec 29 10:18:58 2006
    (EE) Unable to locate/open config file
    xf86AutoConfig: Primary PCI is 1:0:0
    Running "getconfig -X 70101000 -I /etc/X11,/usr/etc/X11,/usr/lib/xorg/modules,/usr/lib/X11/getconfig -v 0x10de -d 0x0110 -r 0xa1 -s 0x0000 -b 0x0000 -c 0x0300"
    getconfig.pl: Version 1.0.
    getconfig.pl: Xorg Version: 7.1.1.0.
    getconfig.pl: 24 built-in rules.
    getconfig.pl: rules file '/usr/lib/X11/getconfig/xorg.cfg' has version 1.0.
    getconfig.pl: 1 rule added from file '/usr/lib/X11/getconfig/xorg.cfg'.
    getconfig.pl: Evaluated 25 rules with 0 errors.
    getconfig.pl: Weight of result is 500.
    New driver is "nv"
    (==) Using default built-in configuration (53 lines)
    (EE) Failed to load module "glx" (module does not exist, 0)
    (EE) open /dev/fb0: No such file or directory
    FreeFontPath: FPE "/usr/share/fonts/misc" refcount is 2, should be 1; fixing.
    Debian:/media/lfs/root# cat x.log
    X Window System Version 7.1.1
    Release Date: 12 May 2006
    X Protocol Version 11, Revision 0, Release 7.1.1
    Build Operating System: UNKNOWN
    Current Operating System: Linux myhost 2.6.19-ARCH #1 SMP PREEMPT Tue Dec 12 12:47:42 CET 2006 i686
    Build Date: 25 December 2006
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Fri Dec 29 10:18:58 2006
    (EE) Unable to locate/open config file
    xf86AutoConfig: Primary PCI is 1:0:0
    Running "getconfig -X 70101000 -I /etc/X11,/usr/etc/X11,/usr/lib/xorg/modules,/usr/lib/X11/getconfig -v 0x10de -d 0x0110 -r 0xa1 -s 0x0000 -b 0x0000 -c 0x0300"
    what is the problem and how do I fix it?
    How do I search in repositories?
    With pacman I can only search locally.

    thanks it work.
    I try to install the nvidia driver but the installation faild:
    nux-x86-1.0-7184-pkg1/usr/src/nv/nv.o /tmp/selfgz3652/NVIDIA-Linux-x86-1.0-
    7184-pkg1/usr/src/nv/nv.c
    In file included from /tmp/selfgz3652/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src
    /nv/nv.c:14:
    /tmp/selfgz3652/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/nv-linux.h:17:26:
    error: linux/config.h: No such file or directory
    In file included from include/linux/list.h:8,
    from include/linux/wait.h:22,
    from include/asm/semaphore.h:41,
    from include/linux/sched.h:59,
    from include/linux/utsname.h:35,
    from /tmp/selfgz3652/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src
    /nv/nv-linux.h:19,
    from /tmp/selfgz3652/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src
    /nv/nv.c:14:
    include/linux/prefetch.h: In function 'prefetch_range':
    include/linux/prefetch.h:62: warning: pointer of type 'void *' used in a
    rithmetic
    /tmp/selfgz3652/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/nv.c: In function
    'nv_kern_open':
    /tmp/selfgz3652/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/nv.c:1764: warning
    : passing argument 2 of 'request_irq' from incompatible pointer type
    make[3]: *** [/tmp/selfgz3652/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/nv.o
    ] Error 1
    make[2]: *** [_module_/tmp/selfgz3652/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src
    /nv] Error 2
    NVIDIA: left KBUILD.
    nvidia.ko failed to build!
    make[1]: *** [module] Error 1
    make: *** [module] Error 2
    -> Error.
    ERROR: Unable to build the NVIDIA kernel module.
    ERROR: Installation has failed. Please see the file
    '/var/log/nvidia-installer.log' for details. You may find suggestions
    on fixing installation problems in the README available on the Linux
    driver download page at www.nvidia.com.

Maybe you are looking for

  • How to access iTunes library in time machine after changing corrupt HD_

    Hi, have a mini with 2.66GHz Intel Core Duo where several months after installing Mavericks it seemed not to be able to handle it anz longer. Whatever the szmptoms and mz attempts to save the thing, I brought it to the Service Center which finally sa

  • Recording to external disk?

    Do most of you do this instead of recording to your system disk? If so, why?

  • Entitlement on book not working correctly

    Hi, This is a werid problem. We are using weblogic 8.1 with SP3. We have created a role and assigned it to a portal Book so that only user in the role can see that book. When we login as a user who is in that role, we did not see the book. But when I

  • Result set not produced

    why do i get an exception sayin "resultset not produced"

  • Adobe Flash Player - Version 10.3

    Hello Everyone, I am sorry to bother you but I am at my wits end. I have been attempting to install Adobe Flash Player 10.3 with no luck. Every time I try, I get an error message that says. "corrupt content from reliable source", "Download was unsucc