[SOLVED] Black Screen in Neverwinter Nights

I'm trying to get Neverwinter Nights Platinum (4 CD version) working, using these instructions.  When I run the nwn script however, I get a black screen.  The sound is working but the screen is black.  I'm running 64-bit arch but I've installed lib32 so I don't know what the problem is.  Here is the content of my nwn script:
#!/bin/sh
# This script runs Neverwinter Nights from the current directory
export SDL_MOUSE_RELATIVE=0
export SDL_VIDEO_X11_DGAMOUSE=0
#export LIBXCB_ALLOW_SLOPPY_LOCK=1
# If you do not wish to use the SDL library included in the package, remove
# ./lib from LD_LIBRARY_PATH
#export LD_LIBRARY_PATH=./lib:./miles:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=:./miles:$LD_LIBRARY_PATH
./nwmain $@
Last edited by Surrender (2010-05-28 05:17:31)

ngoonee wrote:I believe their version of SDL is older than the system version in Arch? I used to play this (a year or so back) but it doesn't start anymore.
Thank you for pointing me in the right direction.  I finally got it to work.
In case anyone else ever needs detailed instructions, this is what I did:
I copied usr/lib/libSDL-1.2.so.0.11.3 into my NWN lib directory: home/user/nwn/lib
I changed directory into my NWN directory: cd /home/user/nwn
I created a symbolic link to sdl: ln -s libSDL-1.2.so.0.11.3 lib/libSDL-1.2.so.0
Last edited by Surrender (2010-05-28 05:19:11)

Similar Messages

  • [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

  • [SOLVED] black screen when connecting rdesktop to localhost

    I am trying to set up my machine so I can remote into it via RDP.
    When I run the command
    rdesktop localhost
    from my terminal rdesktop pops up.  I choose sesman-Xvnc and type in my password and a plain black screen is all I get.  Sometimes I'll get a message that says "Oh no Something has gone wrong.  A problem has occurred and the system can't recover. All extensions have been disabled as a precaution." It also gives me a log out button.
    I have installed xrdp from the AUR via yaourt.  I am using xrdp version 0.6.1-1,  tigervnc 1.4.0-1, and rdesktop 1.8.3-1.
    In trying to isloate the problem I tested tigervnc by running
    vncserver
    with the following xstartup configuration file in my /home/.vnc directory. 
    #!/bin/sh
    unset SESSION_MANAGER
    unset DBUS_SESSION_BUS_ADDRESS
    OS=`uname -s`
    if [ $OS = 'Linux' ]; then
    case "$WINDOWMANAGER" in
    *gnome*)
    if [ -e /etc/SuSE-release ]; then
    PATH=$PATH:/opt/gnome/bin
    export PATH
    fi
    esac
    fi
    if [ -x /etc/X11/xinit/xinitrc ]; then
    exec /etc/X11/xinit/xinitrc
    fi
    if [ -f /etc/X11/xinit/xinitrc ]; then
    exec sh /etc/X11/xinit/xinitrc
    fi
    [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
    gnome-session --session=cinnamon
    My arch:1.log file from testing vncserver
    Xvnc TigerVNC 1.4.0 - built Dec 15 2014 20:38:17
    Copyright (C) 1999-2013 TigerVNC Team and many others (see README.txt)
    See [url]http://www.tigervnc.org[/url] for information on TigerVNC.
    Underlying X server release 11602901, The X.Org Foundation
    Sun Jan 18 14:13:18 2015
    vncext: VNC extension running!
    vncext: Listening for VNC connections on all interface(s), port 5901
    vncext: created VNC server for screen 0
    /etc/X11/xinit/xinitrc: line 51: twm: command not found
    /etc/X11/xinit/xinitrc: line 52: xclock: command not found
    When I check the status of vncserver.service by running
    systemctl status -l vncserver.service
    I get this output
    vncserver.service - Remote desktop service (VNC)
    Loaded: loaded (/usr/lib/systemd/system/vncserver.service; enabled; vendor preset: disabled)
    Active: failed (Result: exit-code) since Sun 2015-01-18 13:43:55 EST; 38min ago
    Jan 18 13:43:55 arch vncserver[1699]: vncserver: The HOME environment variable is not set.
    Jan 18 13:43:55 arch vncserver[1701]: vncserver: The HOME environment variable is not set.
    Jan 18 13:43:55 arch systemd[1]: vncserver.service: control process exited, code=exited status=2
    Jan 18 13:43:55 arch systemd[1]: Failed to start Remote desktop service (VNC).
    Jan 18 13:43:55 arch systemd[1]: Unit vncserver.service entered failed state.
    Jan 18 13:43:55 arch systemd[1]: vncserver.service failed.
    When I run printenv it shows that my HOME variable is indeed set: HOME=/home/will
    I've tried restarting vncserver.service with systemctl and I get the same error.
    Per the vncserver wiki I created a vncserver@:1.service file in /etc/systemd/system and enabled it.  It starts and runs without a problem. 
    I have tried using the nouveau video drivers instead of the nvidia driver that I'm currently using and that produced a similar result but with a white square at the upper left hand corner of the rdesktop window.
    I'm new to arch-linux and linux in general.  I've been using it for about a month now and I've been able to solve all of my problems through using this forum, reading wikis and the man pages of command line programs.  This one has me completely stumped.
    I have no reason to believe the problem is related to xrdp or to rdesktop because the only errors or decent information I have been able to find about what could be going wrong has been the vncserver.service error shown above.
    Last edited by willtech3 (2015-01-25 17:51:13)

    Ok.  I finally got this working.  What I did was I created a file at /etc/systemd/system called vncserver@:4.service and set the user in the file to my username.  Then I went into xrdp.ini which is located at /etc/xrdp and under [xrdp1], (which is for sesman-Xvnc ) I set the port value to 5904 which is the port that my vncserver@:4 service uses when its running. 
    Since xrdp uses tigervnc as its back end it was just a matter of pointing it to a running vncserver.
    Don't I feel silly
    Thanks Knute for your help.  Your idea led me to the right answer.

  • [Solved] Black screen - Installation issues on Dell Inspiron 1720

    Hi,
    I'm new to Archlinux, and i want to post my experience/issues of my first installation:
    I performance the core installation (base + devel packages and wireless tools as extra package)
    relevant hardware/drivers used:
    b44 for broadcom nic (wired)
    iwl3945 for my wireless nic
    intel g965 graphics card (intel GM965 express chipset - xf86-video-intel driver)
    Installation went ok till i had to upgrade the system:
    pacman -Suy (after package synchronization)
    glibc: /usr/bin/tzselect exists in filesystem
    glibc: /usr/sbin/zdump exists in filesystem
    glibc: /usr/sbin/zic exists in filesystem
    After some research on the wiki i found that i had to query the packages to know if those files are owned by a program or not (if no pakcage owns those i could remove them, but it was not the case)
    pacman -Qo tzselect
    pacman -Qo zdump
    pacman -Qo zic
    All were owned by the package tzdata:
    so i reinstalled the package tzdata:
    pacman -S tzdata
    Has this to be filed as a bug or is this a stupid newbie error? (did the installation on a virtual machine, on a laptop (twice) and always got this error)
    After that i was able to upgrade the system.
    Following that i installed the video card drivers:
    pacman -S xf86-video-intel and i rebooted the system.
    After reboot i got the grub screen, booted the system and got a black screen (last thing i saw as something like loading udevevents..)
    Googling again and looking the forums here, i read that i had to chroot my environment and update the system again (pacman -Suy -> which did not help).
    Soo after some more searching i found 2 things:
    - https://wiki.archlinux.org/index.php/KM … odesetting  : i added this in menu.lst: nomodeset
    - i blacklisted the intel driver
    Rebooted and i my graphics were working again.
    So later on i'll test if the parameter solved my problem, or blacklisting the driver.
    - i'll unblacklist the driver and reboot -> if it works then i know it's that parameter
    - if not ok, i'll blacklist the driver and remove the parameter from the menu.lst
    I hope to find what's causing the issue.
    Anyone having issues with the intel driver?
    Thanks for sharing your experience/info.
    Last edited by Manuuz (2012-05-12 13:12:54)

    Getting a little bit further, it requires a lot of configuration to get what you want..
    - I just installed fluxbox
    - added my user to the sudo group (allowing to reboot)
    - installed Slim
    What's i've noticed also is that when you select an interface in etc/rc.conf, for example, eth0, and it's not connected at bootup, you lose like 10 seconds before the boot process proceeds.
    If you out-comment that line, you get a red line (error) saying that no interface is definded.
    I guess i'll just have to disable the network daemon at startup and install some kind of network connection manager for my wireless at logon.

  • [solved] Black screen when booting installation

    The basic problem. I have a HD6870, my monitor is connected through DVI (& my second one through HDMI). No integrated graphics.
    After I try to boot the x64_86 version, the screen goes black after 'booting kernel'.
    Things I've tried:
    radeon.modeset=0 (gives drm:radeon_init [radeon]] *ERROR* no UMS suppot in radeon module)
    radeon.modeset=1 (black screen)
    nomodeset (drm:radeon_init [radeon]] *ERROR* no UMS suppot in radeon module)
    disconnected second screen (black screen)
    video=SVIDEO-1:d (black screen)
    i915.modeset=0 (I have no intel, but black screen)
    acpi=off (doesn't work either).
    It is driving me crazy. Can someone help me?
    EDIT:
    Solved by upgrading BIOS
    Last edited by Broer (2015-05-16 17:32:04)

    Lone_Wolf wrote:Checking bios settings would be good, especially look for something called "plug & play OS installed."
    Should this be on or off?
    Edit: Only thing remotely close I could find was legacy USB settings, but those just disable my keyboard in the arch install.
    Lone_Wolf wrote:Your video card does have crossfire capabilities, do you have 2 videocards in your machine ?
    1 videocard
    Lone_Wolf wrote:Another possibility :
    Maybe linux does send output to a wrong monitor. Could you try booting with only 1 monitor connected ?
    I initially thought the same, tried with DVI, HDMI single and double monitor, but it didn't work.
    Lone_Wolf wrote:if still black screen with 1 monitor , try a different connection (your card has 4 it seems : hdmi, display port, dvi-d & dvi-i ).
    See above.
    EDIT 2: putting HD in AHCI mode makes just the screen black. Backlight stays on. In Knoppix and Ubuntu it makes the kernel hang at booting kernel _
    Last edited by Broer (2015-05-13 20:39:36)

  • [SOLVED] Black screen after boot

    Hello,
    I've been running Arch for a while now successfully, and decided to give Windows 10 a go, so I installed it on the side. Naturally, Windows overwrote the Grub2 bootloader, but I knew that was going to happen.
    So after playing with Windows 10 for a while, I decided to go back to Arch. I put in the Arch Live CD, chrooted into my Arch installation, and ran the grub-install commands
    # grub-install --target=i386-pc --recheck=/dev/sdc
    # grub-mkconfig -o /boot/grub/grub.cfg
    Grub reported no errors, other than something "invading" block 32. But nevertheless reported "success".
    I reboot, and sure enough Grub is there, but when I try to load Arch, the first time I got a message that it was re-checking the /dev/sdc3 (which is where Arch is installed, /dev/sdc2 is where Windows is) because it's mount time is "in the future". That check ran for about 10 seconds, then proceeded with "normal" boot. The problem is... I see the message "/dev/sdc3 is clean" after which the SDDM (former KDM, the display manager) should load.
    But all I see is black screen (not screen turned off, just black). I tried going to tty's (Alt+F1 to F5), but couldn't. I erased the Xorg.0.log (through another chroot) and rebooted with the same problem, then accessed the log later only to find them empty. I tried disabling SDDM and enabling GDM which I had installed, same problem.
    What could it be? I don't even know where to look, as I don't really see any error messages anywhere.
    Thanks!
    Last edited by Deusdies (2014-11-08 04:54:46)

    Once again duck programming, err, problem solving to the rescue.
    I chrooted again and removed the nvidia drivers and disabled sddm. Installed xf86-video-noevau drivers and rebooted. This time I was greeted with tty1. Success!
    Did some more fiddling, but I think it was the SDDM that was the culprit. I uninstalled it, and installed LightDM (with kde-greeter). Enabled the lightdm using systemctl, also removed the noevau with nvidia (back to proprietary), rebooted, and voila, it works! I am greeted with the login screen.

  • [SOLVED] Black screen after kernel boot after pacman -Syu

    Hi, after full system upgrade with pacman -Syu, I get after the kernel boot black screen and everything is freezing. Then need to manually shut down the power button!
    Normally when my system starts up after the kernel boot I get straight to the command line terminal login.
    Can anybody help me how to fix this? Any clues? Any advice is welcome!
    The problem is solved by downgrading to kernel 3.6.11.-1
    Many thanks for the help from the people on #archlinux !
    Last edited by OpenEye (2013-01-29 05:14:04)

    jasonwryan wrote:
    Please stop bumping your thread: use the edit button
    https://wiki.archlinux.org/index.php/Fo … te#Bumping
    What have you done about the errors being printed to your logs? You could start by fixing the network error and the broken udev rule...
    Are you still using intiscripts? They are no longer supported: https://www.archlinux.org/news/end-of-i … s-support/
    # edit: not a pacman issue, moving to Newbie Corner
    I have searched for many hours and days for solutions on the internet and forums, tried some things, but with no results! I don't know how to fix the errors! Do you know how to fix that? I'm a total n00b! I'm doing my best as I can! Need help, thanks!

  • [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

  • Recovery disks not solving black screen?

    Hi!
    I can not boot my laptop. 
    Preview:
    Some day PC froze, for some reason, and i wiped out everything with Toshiba Recovery Wizard (dumb, lol). 
    Obvious went to geek store, they installed windows etc, so PC worked fine for a week. After a week, i have the Problem listed below. Took the laptop to the store, they reinstalled windows and somehow managed to recover my files (docs, pdfs, etc).  After a week, the samething happened, so i ordered the Toshiba Recovery Disk after talking with Toshiba Support, and after explaining what had happened (Toshiba guy told me that  the only solution would be with the cd's, since i don't have Toshiba Recovery Wizard anymore). 
    Problem:
    - The Toshiba logo appears, and then nothing happens (the little wheel keeps spining); i restart it, and then it goes trough automatic repair, with the Toshiba logo; after that, i can not acess the blue menu with the refresh PC etc options, and i it appears a black screen with just the mouse, which i can move.
    Just got the cd's, tried first to boot just following the instructions. 
    Didn't work, same problem.
    Changed the BIOS order, didn't work, same black screen.
    So... How can i solve this? Is pretty strange that geeks can solve this problem and a Toshiba Recovery CD doesn't. Does the cd come with Windows? 
    It just sucks that i had to pay 35Euros for a piece that the Toshiba Assistant said would solve my problems after i explained those to him, just to receive this piece and won't be able to solve those.

    In what country did you purchase the laptop?
    Can you give us the model and part numbers from the label on the bottom?
    - Peter

  • How to solve black screen problem

    i have a   Compaq presario cq60-140EK  after i did a disk check because while im using windows blue screens came often so i did a disk check (it is suggested in the begining of startup) but while the system is analyzing the disk it freezes and the the pourcentage of analyzing stopped i wait too long and nothing happens so i turned the computer off (by removing the power) 
    and when i want to start up the laptop again all i have is  a black screen with no power on it or a black screen with power but it is black) and i have no led error codes 
    Can somebody help me ! thank you !

    Hi,
    You can try all the troubleshooting steps mentioned in the links below and check.
    It might help or it'll atleast help you to identify the cause of the problem..
    DO THIS FIRST - Perform a hard reset
    If hard reset doesnt work then try the steps from this link:
    Symptom: LEDs glow, fan noise is heard, but display is black or blank
    Note:
    If you have HP Support Assistant installed on the computer(The Blue Question Mark) then open it ==> Complete all pending Updates & Tuneups==> Restart and Check. It may solve your problem
    Although I am an HP employee, I am speaking for myself and not for HP.
    **Click on “Kudos” Star if you think this reply helped** Or Mark it as "Solved" if issue got fixed.

  • [solved]black screen with xorg 1.6 after resume (intel)

    after upgrading to xorg-server 1.6 no matter if i use s2ram or s2disk, first resume works fine, the second suspend and resume results in a black screen without any chance to swich to any tty.
    i have read about bug like this which was resolved with using intel legacy driver. however my problem still occures.
    maybe there is some module i should load/unload/reload on hibernate/wake-up?
    here is my xorg.conf, lspci, Xorg.0.log.old (the one i had to kill with black screen) and Xorg.0.log
    xorg.conf
    Section "ServerFlags"
    Option "AutoAddDevices" "False"
    Option "DontZap" "false"
    EndSection
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Cursor" "SendCoreEvents"
    InputDevice "Stylus" "SendCoreEvents"
    InputDevice "Eraser" "SendCoreEvents"
    EndSection
    Section "InputDevice"
    Identifier "Cursor"
    Driver "wacom"
    Option "Device" "/dev/ttyS0"
    Option "Type" "cursor"
    Option "ForceDevice" "ISDV4"
    Option "KeepShape" "on"
    Option "Mode" "Absolute"
    Option "BottomY" "18432"
    Option "BottomX" "24576"
    EndSection
    Section "InputDevice"
    Identifier "Stylus"
    Driver "wacom"
    Option "Device" "/dev/ttyS0"
    Option "Type" "stylus"
    Option "ForceDevice" "ISDV4"
    Option "KeepShape" "on"
    Option "TPCButton" "off"
    Option "BottomY" "18432"
    Option "BottomX" "24576"
    Option "Mode" "Absolute"
    EndSection
    Section "InputDevice"
    Identifier "Eraser"
    Driver "wacom"
    Option "Device" "/dev/ttyS0"
    Option "Type" "eraser"
    Option "ForceDevice" "ISDV4"
    Option "KeepShape" "on"
    Option "BottomY" "18432"
    Option "BottomX" "24576"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/local"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "extmod"
    Load "xtrap"
    Load "dbe"
    Load "dri"
    Load "glx"
    Load "freetype"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbRules" "base"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "de, ru"
    Option "XkbVariant" "nodeadkeys, winkeys"
    Option "XkbOptions" "grp:caps_toggle"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "intel"
    VendorName "Intel Corporation"
    BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller"
    BusID "PCI:0:2:0"
    Option "FramebufferCompression" "on"
    Option "AccelMethod" "EXA"
    Option "Tiling" "on"
    Option "TrippleBuffer" "true"
    Option "MigrationHeuristic" "greedy"
    Option "RenderAccel" "true"
    Option "ExaNoComposite" "false"
    Option "EnablePageFlip" "true"
    Option "DRI" "on"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "dri"
    Mode 0666
    EndSection
    lspci
    00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03)
    00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
    00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
    00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 03)
    00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03)
    00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03)
    00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03)
    00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03)
    00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d3)
    00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03)
    00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 03)
    00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller (rev 03)
    00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 03)
    02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5751M Gigabit Ethernet PCI Express (rev 11)
    04:00.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev 8d)
    04:00.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 13)
    04:02.0 Ethernet controller: Atheros Communications Inc. AR5212 802.11abg NIC (rev 01)
    Xorg.0.log
    X.Org X Server 1.6.0
    Release Date: 2009-2-25
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.29-ARCH i686
    Current Operating System: Linux thinky 2.6.29-ARCH #1 SMP PREEMPT Wed Apr 8 12:47:56 UTC 2009 i686
    Build Date: 10 April 2009 07:03:14PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Tue Apr 14 19:27:54 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "Cursor"
    (**) |-->Input Device "Stylus"
    (**) |-->Input Device "Eraser"
    (**) Option "DontZap" "false"
    (**) Option "AutoAddDevices" "False"
    (**) Not automatically adding devices
    (==) Automatically enabling devices
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/local,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    built-ins
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (II) Loader magic: 0x1a40
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (++) using VT number 7
    (--) PCI:*(0@0:2:0) Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller rev 3, Mem @ 0xa0080000/524288, 0xc0000000/268435456, 0xa0000000/262144, I/O @ 0x00001800/8
    (--) PCI: (0@0:2:1) Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller rev 3, Mem @ 0x68000000/524288
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[b]
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded by default.
    (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri2" will be loaded by default.
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "xtrap"
    (WW) Warning, couldn't open module xtrap
    (II) UnloadModule: "xtrap"
    (EE) Failed to load module "xtrap" (module does not exist, 0)
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "freetype"
    (WW) Warning, couldn't open module freetype
    (II) UnloadModule: "freetype"
    (EE) Failed to load module "freetype" (module does not exist, 0)
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "intel"
    (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
    (II) Module intel: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 2.3.2
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.4.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.3.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) LoadModule: "wacom"
    (II) Loading /usr/lib/xorg/modules/input//wacom_drv.so
    (II) Module wacom: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) Wacom driver level: 47-0.8.3-2 $
    (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ,
    965GM, 965GME/GLE, G33, Q35, Q33, Intel Integrated Graphics Device
    (II) Primary Device is: PCI 00@00:02:0
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[b]
    (II) resource ranges after probing:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (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 1.6.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 5.0
    (II) Loading sub module "vbe"
    (II) LoadModule: "vbe"
    (II) Loading /usr/lib/xorg/modules//libvbe.so
    (II) Module vbe: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.1.0
    ABI class: X.Org Video Driver, version 5.0
    (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 1.6.0, module version = 0.1.0
    ABI class: X.Org Video Driver, version 5.0
    (==) intel(0): Depth 24, (--) framebuffer bpp 32
    (==) intel(0): RGB weight 888
    (==) intel(0): Default visual is TrueColor
    (**) intel(0): Option "AccelMethod" "EXA"
    (**) intel(0): Option "DRI" "on"
    (**) intel(0): Option "FramebufferCompression" "on"
    (**) intel(0): Option "Tiling" "on"
    (II) intel(0): Integrated Graphics Chipset: Intel(R) 915GM
    (--) intel(0): Chipset: "915GM"
    (--) intel(0): Linear framebuffer at 0xC0000000
    (--) intel(0): IO registers at addr 0xA0080000
    (II) intel(0): 2 display pipes available.
    (**) intel(0): Using EXA for acceleration
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"
    (II) Module "i2c" already built-in
    (II) intel(0): Output VGA using monitor section Monitor0
    (II) intel(0): I2C bus "CRTDDC_A" initialized.
    (II) intel(0): Output LVDS has no monitor section
    (II) intel(0): I2C bus "LVDSDDC_C" initialized.
    (II) intel(0): Attempting to determine panel fixed mode.
    (II) intel(0): I2C device "LVDSDDC_C:E-EDID segment register" registered at address 0x60.
    (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Reloading /usr/lib/xorg/modules//libint10.so
    (II) intel(0): initializing int10
    (II) intel(0): Bad V_BIOS checksum
    (II) intel(0): Primary V_BIOS segment is: 0xc000
    (II) intel(0): VESA BIOS detected
    (II) intel(0): VESA VBE Version 3.0
    (II) intel(0): VESA VBE Total Mem: 7872 kB
    (II) intel(0): VESA VBE OEM: Intel(r)915GM/910ML/915MS Graphics Chip Accelerated VGA BIOS
    (II) intel(0): VESA VBE OEM Software Rev: 1.0
    (II) intel(0): VESA VBE OEM Vendor: Intel Corporation
    (II) intel(0): VESA VBE OEM Product: Intel(r)915GM/910ML/915MS Graphics Controller
    (II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0x70.
    (II) intel(0): No SDVO device found on SDVOB
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" removed.
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" removed.
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at address 0x72.
    (II) intel(0): No SDVO device found on SDVOC
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed.
    (II) intel(0): Output TV has no monitor section
    (II) intel(0): Output VGA disconnected
    (II) intel(0): Output LVDS connected
    (II) intel(0): Output TV disconnected
    (II) intel(0): Using exact sizes for initial modes
    (II) intel(0): Output LVDS using initial mode 1024x768
    (II) intel(0): Monitoring connected displays enabled
    (II) intel(0): detected 256 kB GTT.
    (II) intel(0): detected 7932 kB stolen memory.
    (==) intel(0): video overlay key set to 0x101fe
    (==) intel(0): Will not try to enable page flipping
    (==) intel(0): Triple buffering disabled
    (==) intel(0): Intel XvMC decoder disabled
    (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
    (==) intel(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 1.6.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "exa"
    (II) LoadModule: "exa"
    (II) Loading /usr/lib/xorg/modules//libexa.so
    (II) Module exa: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 2.4.0
    ABI class: X.Org Video Driver, version 5.0
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (II) intel(0): Comparing regs from server start up to After PreInit
    (WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to 0xd000000a
    (WW) intel(0): PP_STATUS before: on, ready, sequencing idle
    (WW) intel(0): PP_STATUS after: on, ready, sequencing on
    (WW) intel(0): Register 0x70024 (PIPEASTAT) changed from 0x00000000 to 0x00000203
    (WW) intel(0): PIPEASTAT before: status:
    (WW) intel(0): PIPEASTAT after: status: VSYNC_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS
    (II) Loading sub module "dri"
    (II) LoadModule: "dri"
    (II) Reloading /usr/lib/xorg/modules/extensions//libdri.so
    (==) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (II) intel(0): Kernel reported 363776 total, 1 used
    (II) intel(0): I830CheckAvailableMemory: 1455100 kB available
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: drmOpenMinor returns 11
    drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    (II) [drm] DRM interface version 1.3
    (II) [drm] DRM open master succeeded.
    (II) intel(0): [drm] Using the DRM lock SAREA also for drawables.
    (II) intel(0): [drm] framebuffer mapped by ddx driver
    (II) intel(0): [drm] added 1 reserved context for kernel
    (II) intel(0): X context handle = 0x1
    (II) intel(0): [drm] installed DRM signal handler
    (**) intel(0): Framebuffer compression enabled
    (**) intel(0): Tiling enabled
    (==) intel(0): VideoRam: 262144 KB
    (II) intel(0): Attempting memory allocation with tiled buffers.
    (II) intel(0): Tiled allocation successful.
    (II) intel(0): [drm] Registers = 0xa0080000
    (II) intel(0): [drm] ring buffer = 0xc0000000
    (II) intel(0): [drm] mapped front buffer at 0xc0800000, handle = 0xc0800000
    (II) intel(0): [drm] mapped back buffer at 0xc1800000, handle = 0xc1800000
    (II) intel(0): [drm] mapped depth buffer at 0xc1c00000, handle = 0xc1c00000
    (II) intel(0): [drm] mapped classic textures at 0xc2000000, handle = 0xc2000000
    (II) intel(0): [drm] Initialized kernel agp heap manager, 33554432
    (II) intel(0): [dri] visual configs initialized
    (II) intel(0): Page Flipping disabled
    (II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (**) intel(0): Option "MigrationHeuristic" "greedy"
    (**) intel(0): Option "EXANoComposite" "false"
    (II) EXA(0): Offscreen pixmap area of 12582912 bytes
    (II) EXA(0): Driver registered support for the following operations:
    (II) Solid
    (II) Copy
    (II) Composite (RENDER acceleration)
    (==) intel(0): Backing store disabled
    (==) intel(0): Silken mouse enabled
    (II) intel(0): Initializing HW Cursor
    (II) intel(0): [DRI] installation complete
    (II) intel(0): xf86BindGARTMemory: bind key 0 at 0x00800000 (pgoffset 2048)
    (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x00c00000 (pgoffset 3072)
    (II) intel(0): xf86BindGARTMemory: bind key 2 at 0x01800000 (pgoffset 6144)
    (II) intel(0): xf86BindGARTMemory: bind key 3 at 0x01c00000 (pgoffset 7168)
    (II) intel(0): xf86BindGARTMemory: bind key 4 at 0x02000000 (pgoffset 8192)
    (II) intel(0): Fixed memory allocation layout:
    (II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
    (II) intel(0): 0x00020000-0x0061ffff: compressed frame buffer (6144 kB, 0x000000005f820000 physical
    (II) intel(0): 0x00620000-0x00620fff: compressed ll buffer (4 kB, 0x000000005fe20000 physical
    (II) intel(0): 0x00621000-0x0062afff: HW cursors (40 kB, 0x000000005fe21000 physical
    (II) intel(0): 0x0062b000-0x00632fff: logical 3D context (32 kB)
    (II) intel(0): 0x00633000-0x00633fff: overlay registers (4 kB, 0x000000005fe33000 physical
    (II) intel(0): 0x007bf000: end of stolen memory
    (II) intel(0): 0x00800000-0x00bfffff: front buffer (4096 kB) X tiled
    (II) intel(0): 0x00c00000-0x017fffff: exa offscreen (12288 kB)
    (II) intel(0): 0x01800000-0x01bfffff: back buffer (4096 kB) X tiled
    (II) intel(0): 0x01c00000-0x01ffffff: depth buffer (4096 kB) X tiled
    (II) intel(0): 0x02000000-0x03ffffff: classic textures (32768 kB)
    (II) intel(0): 0x10000000: end of aperture
    (II) intel(0): Selecting standard 18 bit TMDS pixel format.
    (II) intel(0): Output configuration:
    (II) intel(0): Pipe A is off
    (II) intel(0): Display plane A is now disabled and connected to pipe A.
    (II) intel(0): Pipe B is on
    (II) intel(0): Display plane B is now enabled and connected to pipe B.
    (II) intel(0): Output VGA is connected to pipe none
    (II) intel(0): Output LVDS is connected to pipe B
    (II) intel(0): Output TV is connected to pipe none
    (II) intel(0): [drm] dma control initialized, using IRQ 16
    (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (II) intel(0): Selecting standard 18 bit TMDS pixel format.
    (II) intel(0): DPMS enabled
    (II) intel(0): Set up textured video
    (II) intel(0): Set up overlay video
    (II) intel(0): direct rendering: Enabled
    (WW) intel(0): Option "TrippleBuffer" is not used
    (WW) intel(0): Option "RenderAccel" is not used
    (WW) intel(0): Option "EnablePageFlip" is not used
    (--) RandR disabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (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) AIGLX: Screen 0 is not DRI2 capable
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 12, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 12, (OK)
    drmOpenByBusid: drmOpenMinor returns 12
    drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    (II) AIGLX: enabled GLX_SGI_make_current_read
    (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    (II) AIGLX: enabled GLX_texture_from_pixmap with driver support
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i915_dri.so
    (II) GLX: Initialized DRI GL provider for screen 0
    (II) intel(0): Setting screen physical size to 270 x 203
    (**) Option "Protocol" "auto"
    (**) Option "Device" "/dev/input/mice"
    (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
    (**) Mouse0: Device: "/dev/input/mice"
    (**) Mouse0: Protocol: "auto"
    (**) Option "CorePointer"
    (**) Mouse0: always reports core events
    (**) Option "Device" "/dev/input/mice"
    (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
    (**) Option "ZAxisMapping" "4 5 6 7"
    (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
    (**) Mouse0: Buttons: 11
    (**) Mouse0: Sensitivity: 1
    (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
    (**) Mouse0: (accel) keeping acceleration scheme 1
    (**) Mouse0: (accel) filter chain progression: 2.00
    (**) Mouse0: (accel) filter stage 0: 20.00 ms
    (**) Mouse0: (accel) set acceleration profile 0
    (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
    (II) Mouse0: ps2EnableDataReporting: succeeded
    (**) Option "CoreKeyboard"
    (**) Keyboard0: always reports core events
    (**) Option "Protocol" "standard"
    (**) Keyboard0: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "base"
    (**) Keyboard0: XkbRules: "base"
    (**) Option "XkbModel" "pc105"
    (**) Keyboard0: XkbModel: "pc105"
    (**) Option "XkbLayout" "de, ru"
    (**) Keyboard0: XkbLayout: "de, ru"
    (**) Option "XkbVariant" "nodeadkeys, winkeys"
    (**) Keyboard0: XkbVariant: "nodeadkeys, winkeys"
    (**) Option "XkbOptions" "grp:caps_toggle"
    (**) Keyboard0: XkbOptions: "grp:caps_toggle"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard0: CustomKeycodes disabled
    (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
    (**) Option "SendCoreEvents"
    (**) Cursor: always reports core events
    (**) Cursor device is /dev/ttyS0
    (**) Cursor is in absolute mode
    (**) Cursor: forcing TabletPC ISD V4 protocol
    (**) WACOM: suppress value is 2
    (**) Option "KeepShape" "on"
    (**) Cursor: keeps shape
    (**) Option "BottomX" "24576"
    (**) Cursor: bottom x = 24576
    (**) Option "BottomY" "18432"
    (**) Cursor: bottom y = 18432
    (**) Option "BaudRate" "9600"
    (**) Cursor: serial speed 9600
    (II) XINPUT: Adding extended input device "Cursor" (type: Wacom Cursor)
    (**) Option "Device" "/dev/ttyS0"
    (**) Option "StopBits" "1"
    (**) Option "DataBits" "8"
    (**) Option "Parity" "None"
    (**) Option "Vmin" "1"
    (**) Option "Vtime" "10"
    (**) Option "FlowControl" "Xoff"
    usbDetect: can not ioctl version
    (==) Wacom using pressure threshold of 15 for button 1
    (==) Wacom General ISDV4 tablet speed=9600 (19200) maxX=24576 maxY=18432 maxZ=255 resX=2540 resY=2540 tilt=disabled
    (==) Wacom device "Cursor" top X=0 top Y=0 bottom X=24576 bottom Y=18432 resol X=2540 resol Y=2540
    (**) Option "SendCoreEvents"
    (**) Stylus: always reports core events
    (**) Stylus device is /dev/ttyS0
    (**) Stylus is in absolute mode
    (**) Stylus: forcing TabletPC ISD V4 protocol
    (**) WACOM: suppress value is 2
    (**) Option "KeepShape" "on"
    (**) Stylus: keeps shape
    (**) Option "BottomX" "24576"
    (**) Stylus: bottom x = 24576
    (**) Option "BottomY" "18432"
    (**) Stylus: bottom y = 18432
    (**) Stylus: threshold = 15
    (**) Stylus: max x set to 24576 by xorg.conf
    (**) Stylus: max y set to 18432 by xorg.conf
    (**) Stylus: max z = 255
    (**) Option "TPCButton" "off"
    (**) Option "BaudRate" "9600"
    (**) Stylus: serial speed 9600
    (II) XINPUT: Adding extended input device "Stylus" (type: Wacom Stylus)
    (==) Wacom device "Stylus" top X=0 top Y=0 bottom X=24576 bottom Y=18432 resol X=2540 resol Y=2540
    (**) Option "SendCoreEvents"
    (**) Eraser: always reports core events
    (**) Eraser device is /dev/ttyS0
    (**) Eraser is in absolute mode
    (**) Eraser: forcing TabletPC ISD V4 protocol
    (**) WACOM: suppress value is 2
    (**) Option "KeepShape" "on"
    (**) Eraser: keeps shape
    (**) Option "BottomX" "24576"
    (**) Eraser: bottom x = 24576
    (**) Option "BottomY" "18432"
    (**) Eraser: bottom y = 18432
    (**) Eraser: threshold = 15
    (**) Eraser: max x set to 24576 by xorg.conf
    (**) Eraser: max y set to 18432 by xorg.conf
    (**) Eraser: max z = 255
    (**) Option "BaudRate" "9600"
    (**) Eraser: serial speed 9600
    (II) XINPUT: Adding extended input device "Eraser" (type: Wacom Eraser)
    (==) Wacom device "Eraser" top X=0 top Y=0 bottom X=24576 bottom Y=18432 resol X=2540 resol Y=2540
    (II) config/hal: Adding input device ThinkPad Extra Buttons
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) config/hal: Adding input device Wacom Serial Tablet PC Pen Tablet/Digitizer
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) config/hal: Adding input device TPPS/2 IBM TrackPoint
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) config/hal: Adding input device Video Bus
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) intel(0): xf86BindGARTMemory: bind key 5 at 0x04000000 (pgoffset 16384)
    (II) intel(0): xf86UnbindGARTMemory: unbind key 5
    (II) intel(0): xf86BindGARTMemory: bind key 5 at 0x04000000 (pgoffset 16384)
    (II) intel(0): xf86UnbindGARTMemory: unbind key 5
    (II) intel(0): xf86BindGARTMemory: bind key 5 at 0x04000000 (pgoffset 16384)
    (II) intel(0): xf86UnbindGARTMemory: unbind key 5
    Xorg.0.log.old
    X.Org X Server 1.6.0
    Release Date: 2009-2-25
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.29-ARCH i686
    Current Operating System: Linux thinky 2.6.29-ARCH #1 SMP PREEMPT Wed Apr 8 12:47:56 UTC 2009 i686
    Build Date: 10 April 2009 07:03:14PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Tue Apr 14 19:27:40 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "Cursor"
    (**) |-->Input Device "Stylus"
    (**) |-->Input Device "Eraser"
    (**) Option "DontZap" "false"
    (**) Option "AutoAddDevices" "False"
    (**) Not automatically adding devices
    (==) Automatically enabling devices
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/local,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    built-ins
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (II) Loader magic: 0x1a40
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (++) using VT number 7
    (--) PCI:*(0@0:2:0) Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller rev 3, Mem @ 0xa0080000/524288, 0xc0000000/268435456, 0xa0000000/262144, I/O @ 0x00001800/8
    (--) PCI: (0@0:2:1) Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller rev 3, Mem @ 0x68000000/524288
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[b]
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded by default.
    (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri2" will be loaded by default.
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "xtrap"
    (WW) Warning, couldn't open module xtrap
    (II) UnloadModule: "xtrap"
    (EE) Failed to load module "xtrap" (module does not exist, 0)
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "freetype"
    (WW) Warning, couldn't open module freetype
    (II) UnloadModule: "freetype"
    (EE) Failed to load module "freetype" (module does not exist, 0)
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "intel"
    (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
    (II) Module intel: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 2.3.2
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.4.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.3.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) LoadModule: "wacom"
    (II) Loading /usr/lib/xorg/modules/input//wacom_drv.so
    (II) Module wacom: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) Wacom driver level: 47-0.8.3-2 $
    (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ,
    965GM, 965GME/GLE, G33, Q35, Q33, Intel Integrated Graphics Device
    (II) Primary Device is: PCI 00@00:02:0
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[b]
    (II) resource ranges after probing:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (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 1.6.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 5.0
    (II) Loading sub module "vbe"
    (II) LoadModule: "vbe"
    (II) Loading /usr/lib/xorg/modules//libvbe.so
    (II) Module vbe: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.1.0
    ABI class: X.Org Video Driver, version 5.0
    (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 1.6.0, module version = 0.1.0
    ABI class: X.Org Video Driver, version 5.0
    (==) intel(0): Depth 24, (--) framebuffer bpp 32
    (==) intel(0): RGB weight 888
    (==) intel(0): Default visual is TrueColor
    (**) intel(0): Option "AccelMethod" "EXA"
    (**) intel(0): Option "DRI" "on"
    (**) intel(0): Option "FramebufferCompression" "on"
    (**) intel(0): Option "Tiling" "on"
    (II) intel(0): Integrated Graphics Chipset: Intel(R) 915GM
    (--) intel(0): Chipset: "915GM"
    (--) intel(0): Linear framebuffer at 0xC0000000
    (--) intel(0): IO registers at addr 0xA0080000
    (II) intel(0): 2 display pipes available.
    (**) intel(0): Using EXA for acceleration
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"
    (II) Module "i2c" already built-in
    (II) intel(0): Output VGA using monitor section Monitor0
    (II) intel(0): I2C bus "CRTDDC_A" initialized.
    (II) intel(0): Output LVDS has no monitor section
    (II) intel(0): I2C bus "LVDSDDC_C" initialized.
    (II) intel(0): Attempting to determine panel fixed mode.
    (II) intel(0): I2C device "LVDSDDC_C:E-EDID segment register" registered at address 0x60.
    (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Reloading /usr/lib/xorg/modules//libint10.so
    (II) intel(0): initializing int10
    (II) intel(0): Bad V_BIOS checksum
    (II) intel(0): Primary V_BIOS segment is: 0xc000
    (II) intel(0): VESA BIOS detected
    (II) intel(0): VESA VBE Version 3.0
    (II) intel(0): VESA VBE Total Mem: 7872 kB
    (II) intel(0): VESA VBE OEM: Intel(r)915GM/910ML/915MS Graphics Chip Accelerated VGA BIOS
    (II) intel(0): VESA VBE OEM Software Rev: 1.0
    (II) intel(0): VESA VBE OEM Vendor: Intel Corporation
    (II) intel(0): VESA VBE OEM Product: Intel(r)915GM/910ML/915MS Graphics Controller
    (II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0x70.
    (II) intel(0): No SDVO device found on SDVOB
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" removed.
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" removed.
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at address 0x72.
    (II) intel(0): No SDVO device found on SDVOC
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed.
    (II) intel(0): Output TV has no monitor section
    (II) intel(0): Output VGA disconnected
    (II) intel(0): Output LVDS connected
    (II) intel(0): Output TV disconnected
    (II) intel(0): Using exact sizes for initial modes
    (II) intel(0): Output LVDS using initial mode 1024x768
    (II) intel(0): Monitoring connected displays enabled
    (II) intel(0): detected 256 kB GTT.
    (II) intel(0): detected 7932 kB stolen memory.
    (==) intel(0): video overlay key set to 0x101fe
    (==) intel(0): Will not try to enable page flipping
    (==) intel(0): Triple buffering disabled
    (==) intel(0): Intel XvMC decoder disabled
    (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
    (==) intel(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 1.6.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "exa"
    (II) LoadModule: "exa"
    (II) Loading /usr/lib/xorg/modules//libexa.so
    (II) Module exa: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 2.4.0
    ABI class: X.Org Video Driver, version 5.0
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (II) intel(0): Comparing regs from server start up to After PreInit
    (WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to 0xd0000009
    (WW) intel(0): PP_STATUS before: on, ready, sequencing idle
    (WW) intel(0): PP_STATUS after: on, ready, sequencing on
    (WW) intel(0): Register 0x68000 (TV_CTL) changed from 0x10000000 to 0x000c0c00
    (WW) intel(0): Register 0x68010 (TV_CSC_Y) changed from 0x00000000 to 0x0332012d
    (WW) intel(0): Register 0x68014 (TV_CSC_Y2) changed from 0x00000000 to 0x07d30104
    (WW) intel(0): Register 0x68018 (TV_CSC_U) changed from 0x00000000 to 0x0733052d
    (WW) intel(0): Register 0x6801c (TV_CSC_U2) changed from 0x00000000 to 0x05c70200
    (WW) intel(0): Register 0x68020 (TV_CSC_V) changed from 0x00000000 to 0x0340030c
    (WW) intel(0): Register 0x68024 (TV_CSC_V2) changed from 0x00000000 to 0x06d00200
    (WW) intel(0): Register 0x68028 (TV_CLR_KNOBS) changed from 0x00000000 to 0x00606000
    (WW) intel(0): Register 0x6802c (TV_CLR_LEVEL) changed from 0x00000000 to 0x010b00e1
    (WW) intel(0): Register 0x68030 (TV_H_CTL_1) changed from 0x00000000 to 0x00400359
    (WW) intel(0): Register 0x68034 (TV_H_CTL_2) changed from 0x00000000 to 0x80480022
    (WW) intel(0): Register 0x68038 (TV_H_CTL_3) changed from 0x00000000 to 0x007c0344
    (WW) intel(0): Register 0x6803c (TV_V_CTL_1) changed from 0x00000000 to 0x00f01415
    (WW) intel(0): Register 0x68040 (TV_V_CTL_2) changed from 0x00000000 to 0x00060607
    (WW) intel(0): Register 0x68044 (TV_V_CTL_3) changed from 0x00000000 to 0x80120001
    (WW) intel(0): Register 0x68048 (TV_V_CTL_4) changed from 0x00000000 to 0x000900f0
    (WW) intel(0): Register 0x6804c (TV_V_CTL_5) changed from 0x00000000 to 0x000a00f0
    (WW) intel(0): Register 0x68050 (TV_V_CTL_6) changed from 0x00000000 to 0x000900f0
    (WW) intel(0): Register 0x68054 (TV_V_CTL_7) changed from 0x00000000 to 0x000a00f0
    (WW) intel(0): Register 0x68060 (TV_SC_CTL_1) changed from 0x00000000 to 0xc1710088
    (WW) intel(0): Register 0x68064 (TV_SC_CTL_2) changed from 0x00000000 to 0x4e2d1dc8
    (WW) intel(0): Register 0x68070 (TV_WIN_POS) changed from 0x00000000 to 0x00360024
    (WW) intel(0): Register 0x68074 (TV_WIN_SIZE) changed from 0x00000000 to 0x02640198
    (WW) intel(0): Register 0x68080 (TV_FILTER_CTL_1) changed from 0x00000000 to 0x800010bb
    (WW) intel(0): Register 0x68084 (TV_FILTER_CTL_2) changed from 0x00000000 to 0x00028283
    (WW) intel(0): Register 0x68088 (TV_FILTER_CTL_3) changed from 0x00000000 to 0x00014141
    (WW) intel(0): Register 0x68100 (TV_H_LUMA_0) changed from 0x00000000 to 0xb1403000
    (WW) intel(0): Register 0x681ec (TV_H_LUMA_59) changed from 0x00000000 to 0x0000b060
    (WW) intel(0): Register 0x68200 (TV_H_CHROMA_0) changed from 0x00000000 to 0xb1403000
    (WW) intel(0): Register 0x682ec (TV_H_CHROMA_59) changed from 0x00000000 to 0x0000b060
    (II) Loading sub module "dri"
    (II) LoadModule: "dri"
    (II) Reloading /usr/lib/xorg/modules/extensions//libdri.so
    (==) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (II) intel(0): Kernel reported 363776 total, 1 used
    (II) intel(0): I830CheckAvailableMemory: 1455100 kB available
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device or address)
    drmOpenDevice: open result is -1, (No such device or address)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device or address)
    drmOpenDevice: open result is -1, (No such device or address)
    drmOpenDevice: Open failed
    drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: drmOpenMinor returns 11
    drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    (II) [drm] loaded kernel module for "i915" driver.
    (II) [drm] DRM interface version 1.3
    (II) [drm] DRM open master succeeded.
    (II) intel(0): [drm] Using the DRM lock SAREA also for drawables.
    (II) intel(0): [drm] framebuffer mapped by ddx driver
    (II) intel(0): [drm] added 1 reserved context for kernel
    (II) intel(0): X context handle = 0x1
    (II) intel(0): [drm] installed DRM signal handler
    (**) intel(0): Framebuffer compression enabled
    (**) intel(0): Tiling enabled
    (==) intel(0): VideoRam: 262144 KB
    (II) intel(0): Attempting memory allocation with tiled buffers.
    (II) intel(0): Tiled allocation successful.
    (II) intel(0): [drm] Registers = 0xa0080000
    (II) intel(0): [drm] ring buffer = 0xc0000000
    (II) intel(0): [drm] mapped front buffer at 0xc0800000, handle = 0xc0800000
    (II) intel(0): [drm] mapped back buffer at 0xc1800000, handle = 0xc1800000
    (II) intel(0): [drm] mapped depth buffer at 0xc1c00000, handle = 0xc1c00000
    (II) intel(0): [drm] mapped classic textures at 0xc2000000, handle = 0xc2000000
    (II) intel(0): [drm] Initialized kernel agp heap manager, 33554432
    (II) intel(0): [dri] visual configs initialized
    (II) intel(0): Page Flipping disabled
    (II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (**) intel(0): Option "MigrationHeuristic" "greedy"
    (**) intel(0): Option "EXANoComposite" "false"
    (II) EXA(0): Offscreen pixmap area of 12582912 bytes
    (II) EXA(0): Driver registered support for the following operations:
    (II) Solid
    (II) Copy
    (II) Composite (RENDER acceleration)
    (==) intel(0): Backing store disabled
    (==) intel(0): Silken mouse enabled
    (II) intel(0): Initializing HW Cursor
    (II) intel(0): [DRI] installation complete
    (II) intel(0): xf86BindGARTMemory: bind key 0 at 0x00800000 (pgoffset 2048)
    (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x00c00000 (pgoffset 3072)
    (II) intel(0): xf86BindGARTMemory: bind key 2 at 0x01800000 (pgoffset 6144)
    (II) intel(0): xf86BindGARTMemory: bind key 3 at 0x01c00000 (pgoffset 7168)
    (II) intel(0): xf86BindGARTMemory: bind key 4 at 0x02000000 (pgoffset 8192)
    (II) intel(0): Fixed memory allocation layout:
    (II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
    (II) intel(0): 0x00020000-0x0061ffff: compressed frame buffer (6144 kB, 0x000000005f820000 physical
    (II) intel(0): 0x00620000-0x00620fff: compressed ll buffer (4 kB, 0x000000005fe20000 physical
    (II) intel(0): 0x00621000-0x0062afff: HW cursors (40 kB, 0x000000005fe21000 physical
    (II) intel(0): 0x0062b000-0x00632fff: logical 3D context (32 kB)
    (II) intel(0): 0x00633000-0x00633fff: overlay registers (4 kB, 0x000000005fe33000 physical
    (II) intel(0): 0x007bf000: end of stolen memory
    (II) intel(0): 0x00800000-0x00bfffff: front buffer (4096 kB) X tiled
    (II) intel(0): 0x00c00000-0x017fffff: exa offscreen (12288 kB)
    (II) intel(0): 0x01800000-0x01bfffff: back buffer (4096 kB) X tiled
    (II) intel(0): 0x01c00000-0x01ffffff: depth buffer (4096 kB) X tiled
    (II) intel(0): 0x02000000-0x03ffffff: classic textures (32768 kB)
    (II) intel(0): 0x10000000: end of aperture
    (II) intel(0): Selecting standard 18 bit TMDS pixel format.
    (II) intel(0): Output configuration:
    (II) intel(0): Pipe A is off
    (II) intel(0): Display plane A is now disabled and connected to pipe A.
    (II) intel(0): Pipe B is on
    (II) intel(0): Display plane B is now enabled and connected to pipe B.
    (II) intel(0): Output VGA is connected to pipe none
    (II) intel(0): Output LVDS is connected to pipe B
    (II) intel(0): Output TV is connected to pipe none
    (II) intel(0): [drm] dma control initialized, using IRQ 16
    (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (II) intel(0): Selecting standard 18 bit TMDS pixel format.
    (II) intel(0): DPMS enabled
    (II) intel(0): Set up textured video
    (II) intel(0): Set up overlay video
    (II) intel(0): direct rendering: Enabled
    (WW) intel(0): Option "TrippleBuffer" is not used
    (WW) intel(0): Option "RenderAccel" is not used
    (WW) intel(0): Option "EnablePageFlip" is not used
    (--) RandR disabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (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) AIGLX: Screen 0 is not DRI2 capable
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 12, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 12, (OK)
    drmOpenByBusid: drmOpenMinor returns 12
    drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    (II) AIGLX: enabled GLX_SGI_make_current_read
    (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    (II) AIGLX: enabled GLX_texture_from_pixmap with driver support
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i915_dri.so
    (II) GLX: Initialized DRI GL provider for screen 0
    (II) intel(0): Setting screen physical size to 270 x 203
    (**) Option "Protocol" "auto"
    (**) Option "Device" "/dev/input/mice"
    (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
    (**) Mouse0: Device: "/dev/input/mice"
    (**) Mouse0: Protocol: "auto"
    (**) Option "CorePointer"
    (**) Mouse0: always reports core events
    (**) Option "Device" "/dev/input/mice"
    (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
    (**) Option "ZAxisMapping" "4 5 6 7"
    (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
    (**) Mouse0: Buttons: 11
    (**) Mouse0: Sensitivity: 1
    (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
    (**) Mouse0: (accel) keeping acceleration scheme 1
    (**) Mouse0: (accel) filter chain progression: 2.00
    (**) Mouse0: (accel) filter stage 0: 20.00 ms
    (**) Mouse0: (accel) set acceleration profile 0
    (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
    (II) Mouse0: ps2EnableDataReporting: succeeded
    (**) Option "CoreKeyboard"
    (**) Keyboard0: always reports core events
    (**) Option "Protocol" "standard"
    (**) Keyboard0: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "base"
    (**) Keyboard0: XkbRules: "base"
    (**) Option "XkbModel" "pc105"
    (**) Keyboard0: XkbModel: "pc105"
    (**) Option "XkbLayout" "de, ru"
    (**) Keyboard0: XkbLayout: "de, ru"
    (**) Option "XkbVariant" "nodeadkeys, winkeys"
    (**) Keyboard0: XkbVariant: "nodeadkeys, winkeys"
    (**) Option "XkbOptions" "grp:caps_toggle"
    (**) Keyboard0: XkbOptions: "grp:caps_toggle"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard0: CustomKeycodes disabled
    (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
    (**) Option "SendCoreEvents"
    (**) Cursor: always reports core events
    (**) Cursor device is /dev/ttyS0
    (**) Cursor is in absolute mode
    (**) Cursor: forcing TabletPC ISD V4 protocol
    (**) WACOM: suppress value is 2
    (**) Option "KeepShape" "on"
    (**) Cursor: keeps shape
    (**) Option "BottomX" "24576"
    (**) Cursor: bottom x = 24576
    (**) Option "BottomY" "18432"
    (**) Cursor: bottom y = 18432
    (**) Option "BaudRate" "9600"
    (**) Cursor: serial speed 9600
    (II) XINPUT: Adding extended input device "Cursor" (type: Wacom Cursor)
    (**) Option "Device" "/dev/ttyS0"
    (**) Option "StopBits" "1"
    (**) Option "DataBits" "8"
    (**) Option "Parity" "None"
    (**) Option "Vmin" "1"
    (**) Option "Vtime" "10"
    (**) Option "FlowControl" "Xoff"
    usbDetect: can not ioctl version
    (==) Wacom using pressure threshold of 15 for button 1
    (==) Wacom General ISDV4 tablet speed=9600 (19200) maxX=24576 maxY=18432 maxZ=255 resX=2540 resY=2540 tilt=disabled
    (==) Wacom device "Cursor" top X=0 top Y=0 bottom X=24576 bottom Y=18432 resol X=2540 resol Y=2540
    (**) Option "SendCoreEvents"
    (**) Stylus: always reports core events
    (**) Stylus device is /dev/ttyS0
    (**) Stylus is in absolute mode
    (**) Stylus: forcing TabletPC ISD V4 protocol
    (**) WACOM: suppress value is 2
    (**) Option "KeepShape" "on"
    (**) Stylus: keeps shape
    (**) Option "BottomX" "24576"
    (**) Stylus: bottom x = 24576
    (**) Option "BottomY" "18432"
    (**) Stylus: bottom y = 18432
    (**) Stylus: threshold = 15
    (**) Stylus: max x set to 24576 by xorg.conf
    (**) Stylus: max y set to 18432 by xorg.conf
    (**) Stylus: max z = 255
    (**) Option "TPCButton" "off"
    (**) Option "BaudRate" "9600"
    (**) Stylus: serial speed 9600
    (II) XINPUT: Adding extended input device "Stylus" (type: Wacom Stylus)
    (==) Wacom device "Stylus" top X=0 top Y=0 bottom X=24576 bottom Y=18432 resol X=2540 resol Y=2540
    (**) Option "SendCoreEvents"
    (**) Eraser: always reports core events
    (**) Eraser device is /dev/ttyS0
    (**) Eraser is in absolute mode
    (**) Eraser: forcing TabletPC ISD V4 protocol
    (**) WACOM: suppress value is 2
    (**) Option "KeepShape" "on"
    (**) Eraser: keeps shape
    (**) Option "BottomX" "24576"
    (**) Eraser: bottom x = 24576
    (**) Option "BottomY" "18432"
    (**) Eraser: bottom y = 18432
    (**) Eraser: threshold = 15
    (**) Eraser: max x set to 24576 by xorg.conf
    (**) Eraser: max y set to 18432 by xorg.conf
    (**) Eraser: max z = 255
    (**) Option "BaudRate" "9600"
    (**) Eraser: serial speed 9600
    (II) XINPUT: Adding extended input device "Eraser" (type: Wacom Eraser)
    (==) Wacom device "Eraser" top X=0 top Y=0 bottom X=24576 bottom Y=18432 resol X=2540 resol Y=2540
    (II) UnloadModule: "mouse"
    (II) UnloadModule: "kbd"
    (II) UnloadModule: "wacom"
    (II) UnloadModule: "wacom"
    (II) UnloadModule: "wacom"
    (II) intel(0): xf86UnbindGARTMemory: unbind key 0
    (II) intel(0): xf86UnbindGARTMemory: unbind key 1
    (II) intel(0): xf86UnbindGARTMemory: unbind key 2
    (II) intel(0): xf86UnbindGARTMemory: unbind key 3
    (II) intel(0): xf86UnbindGARTMemory: unbind key 4
    (II) intel(0): [drm] removed 1 reserved context for kernel
    (II) intel(0): [drm] unmapping 8192 bytes of SAREA 0xf8079000 at 0xb78f7000
    (II) intel(0): [drm] Closed DRM master.
    anyone clue?
    Last edited by lynucs (2009-05-09 18:38:01)

    took a look into everything.log.
    that line looks pretty suspicious:
    kernel: [drm:i915_get_vblank_counter] *ERROR* trying to get vblank count for disabled pipe 0
    it occures around the time i did the last resume.
    here is a relevant snippet from everything.log:
    Apr 14 18:35:57 thinky kernel: [drm:i915_get_vblank_counter] *ERROR* trying to get vblank count for disabled pipe 0
    Apr 14 18:35:58 thinky kernel: [drm:i915_get_vblank_counter] *ERROR* trying to get vblank count for disabled pipe 0
    Apr 14 18:36:00 thinky acpid: client connected from 9040[0:0]
    Apr 14 18:36:00 thinky acpid: 1 client rule loaded
    Apr 14 18:38:04 thinky ntpd[6265]: adjusting local clock by -87.862975s
    Apr 14 18:42:04 thinky ntpd[6265]: adjusting local clock by -87.769493s
    Apr 14 18:42:55 thinky acpid: client 6223[0:0] has disconnected
    Apr 14 18:42:55 thinky logger: ACPI group/action undefined: ibm/hotkey / HKEY
    Apr 14 18:42:57 thinky kernel: [drm:i915_get_vblank_counter] *ERROR* trying to get vblank count for disabled pipe 0
    Apr 14 18:43:07 thinky kernel: PM: Syncing filesystems ... done.
    Apr 14 18:43:07 thinky kernel: Freezing user space processes ... (elapsed 0.01 seconds) done.
    Apr 14 18:43:07 thinky kernel: Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
    Apr 14 18:43:07 thinky kernel: Suspending console(s) (use no_console_suspend to debug)
    Apr 14 18:43:07 thinky kernel: pci 0000:00:02.0: PCI INT A disabled
    Apr 14 18:43:07 thinky kernel: pci 0000:00:02.0: power state changed by ACPI to D3
    Apr 14 18:43:07 thinky kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
    Apr 14 18:43:07 thinky kernel: sd 0:0:0:0: [sda] Stopping disk
    Apr 14 18:43:07 thinky kernel: serial 00:09: disabled
    Apr 14 18:43:07 thinky kernel: ath5k 0000:04:02.0: PCI INT A disabled
    Apr 14 18:43:07 thinky kernel: ACPI handle has no context!
    Apr 14 18:43:07 thinky kernel: sdhci-pci 0000:04:00.1: PME# disabled
    Apr 14 18:43:07 thinky kernel: sdhci-pci 0000:04:00.1: PCI INT B disabled
    Apr 14 18:43:07 thinky kernel: ACPI handle has no context!
    Apr 14 18:43:07 thinky kernel: tg3 0000:02:00.0: PME# enabled
    Apr 14 18:43:07 thinky kernel: Intel ICH 0000:00:1e.2: PCI INT A disabled
    Apr 14 18:43:07 thinky kernel: ehci_hcd 0000:00:1d.7: PCI INT D disabled
    Apr 14 18:43:07 thinky kernel: ehci_hcd 0000:00:1d.7: PME# disabled
    Apr 14 18:43:07 thinky kernel: ehci_hcd 0000:00:1d.7: power state changed by ACPI to D3
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.3: PCI INT D disabled
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.2: PCI INT C disabled
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.1: PCI INT B disabled
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.0: PCI INT A disabled
    Apr 14 18:43:07 thinky kernel: ACPI: Preparing to enter system sleep state S3
    Apr 14 18:43:07 thinky kernel: Disabling non-boot CPUs ...
    Apr 14 18:43:07 thinky kernel: Extended CMOS year: 2000
    Apr 14 18:43:07 thinky kernel: Intel machine check architecture supported.
    Apr 14 18:43:07 thinky kernel: Intel machine check reporting enabled on CPU#0.
    Apr 14 18:43:07 thinky kernel: Back to C!
    Apr 14 18:43:07 thinky kernel: Extended CMOS year: 2000
    Apr 14 18:43:07 thinky kernel: Force enabled HPET at resume
    Apr 14 18:43:07 thinky kernel: ------------[ cut here ]------------
    Apr 14 18:43:07 thinky kernel: WARNING: at kernel/hrtimer.c:625 hres_timers_resume+0x41/0x50()
    Apr 14 18:43:07 thinky kernel: Hardware name: 1866WBA
    Apr 14 18:43:07 thinky kernel: hres_timers_resume() called with IRQs enabled!Modules linked in: ipv6 aes_i586 aes_generic i915 drm i2c_algo_bit ext2 pcmcia psmouse thinkpad_acpi rfkill nvram i2c_i801 serio_raw iTCO_wdt iTCO_vendor_support i2c_core sg yenta_socket rsrc_nonstatic sdhci_pci sdhci pcmcia_core mmc_core video output uhci_hcd ehci_hcd usbcore intel_agp agpgart evdev thermal fan button battery ac fuse snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_intel8x0 snd_ac97_codec snd_pcm_oss snd_pcm snd_timer snd_page_alloc snd_mixer_oss snd soundcore ac97_bus ath_pci wlan ath_hal(P) arc4 ecb ath5k mac80211 led_class cfg80211 tg3 libphy cpufreq_powersave cpufreq_ondemand cpufreq_conservative acpi_cpufreq freq_table processor rtc_cmos rtc_core rtc_lib ext3 jbd mbcache sd_mod ata_piix ahci ata_generic pata_acpi libata scsi_mod
    Apr 14 18:43:07 thinky kernel: Pid: 9512, comm: s2ram Tainted: P 2.6.29-ARCH #1
    Apr 14 18:43:07 thinky kernel: Call Trace:
    Apr 14 18:43:07 thinky kernel: [<c012f9d7>] warn_slowpath+0x87/0xe0
    Apr 14 18:43:07 thinky kernel: [<c011ec25>] default_spin_lock_flags+0x5/0x10
    Apr 14 18:43:07 thinky kernel: [<c01164d0>] lapic_next_event+0x10/0x20
    Apr 14 18:43:07 thinky kernel: [<c01500e3>] clockevents_program_event+0xa3/0x170
    Apr 14 18:43:07 thinky kernel: [<c0151312>] tick_dev_program_event+0x32/0xb0
    Apr 14 18:43:07 thinky kernel: [<c0150447>] tick_notify+0x97/0x3c0
    Apr 14 18:43:07 thinky kernel: [<c01491a6>] notifier_call_chain+0x36/0x70
    Apr 14 18:43:07 thinky kernel: [<c0147ea1>] hres_timers_resume+0x41/0x50
    Apr 14 18:43:07 thinky kernel: [<c014cc3a>] timekeeping_resume+0x11a/0x140
    Apr 14 18:43:07 thinky kernel: [<c0299d91>] __sysdev_resume+0x11/0x50
    Apr 14 18:43:07 thinky kernel: [<c0299e0f>] sysdev_resume+0x3f/0x70
    Apr 14 18:43:07 thinky kernel: [<c015b410>] suspend_devices_and_enter+0x160/0x190
    Apr 14 18:43:07 thinky kernel: [<c015bb7f>] freeze_processes+0x4f/0xa0
    Apr 14 18:43:07 thinky kernel: [<c015b58a>] enter_state+0xfa/0x150
    Apr 14 18:43:07 thinky kernel: [<c015b674>] state_store+0x94/0xd0
    Apr 14 18:43:07 thinky kernel: [<c015b5e0>] state_store+0x0/0xd0
    Apr 14 18:43:07 thinky kernel: [<c0224a74>] kobj_attr_store+0x24/0x30
    Apr 14 18:43:07 thinky kernel: [<c01f3351>] sysfs_write_file+0xa1/0x100
    Apr 14 18:43:07 thinky kernel: [<c01f32b0>] sysfs_write_file+0x0/0x100
    Apr 14 18:43:07 thinky kernel: [<c01a8df0>] vfs_write+0xa0/0x160
    Apr 14 18:43:07 thinky kernel: [<c01a8f81>] sys_write+0x41/0x80
    Apr 14 18:43:07 thinky kernel: [<c0103ea3>] sysenter_do_call+0x12/0x2f
    Apr 14 18:43:07 thinky kernel: ---[ end trace 2b9e3dc85bad025f ]---
    Apr 14 18:43:07 thinky kernel: agpgart-intel 0000:00:00.0: restoring config space at offset 0x1 (was 0x900106, writing 0x20900106)
    Apr 14 18:43:07 thinky kernel: pci 0000:00:02.1: restoring config space at offset 0x4 (was 0x0, writing 0x68000000)
    Apr 14 18:43:07 thinky kernel: pcieport-driver 0000:00:1c.0: restoring config space at offset 0x7 (was 0xf0, writing 0x200000f0)
    Apr 14 18:43:07 thinky kernel: pcieport-driver 0000:00:1c.0: restoring config space at offset 0x1 (was 0x100107, writing 0x100507)
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.0: restoring config space at offset 0xf (was 0x100, writing 0x10b)
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.0: restoring config space at offset 0x8 (was 0x1, writing 0x1821)
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.0: restoring config space at offset 0x1 (was 0x2800000, writing 0x2800001)
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.1: restoring config space at offset 0xf (was 0x200, writing 0x20b)
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.1: restoring config space at offset 0x8 (was 0x1, writing 0x1841)
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.1: restoring config space at offset 0x1 (was 0x2800000, writing 0x2800001)
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.2: restoring config space at offset 0xf (was 0x300, writing 0x30b)
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.2: restoring config space at offset 0x8 (was 0x1, writing 0x1861)
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.2: restoring config space at offset 0x1 (was 0x2800000, writing 0x2800001)
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.3: restoring config space at offset 0xf (was 0x400, writing 0x40b)
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.3: restoring config space at offset 0x8 (was 0x1, writing 0x1881)
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.3: restoring config space at offset 0x1 (was 0x2800000, writing 0x2800001)
    Apr 14 18:43:07 thinky kernel: ehci_hcd 0000:00:1d.7: restoring config space at offset 0xf (was 0x400, writing 0x40b)
    Apr 14 18:43:07 thinky kernel: ehci_hcd 0000:00:1d.7: restoring config space at offset 0x4 (was 0x0, writing 0xa0040000)
    Apr 14 18:43:07 thinky kernel: ehci_hcd 0000:00:1d.7: restoring config space at offset 0x1 (was 0x2900000, writing 0x2900102)
    Apr 14 18:43:07 thinky kernel: Intel ICH 0000:00:1e.2: restoring config space at offset 0x1 (was 0x2900007, writing 0x2900003)
    Apr 14 18:43:07 thinky kernel: tg3 0000:02:00.0: restoring config space at offset 0xc (was 0x0, writing 0xac820000)
    Apr 14 18:43:07 thinky kernel: tg3 0000:02:00.0: restoring config space at offset 0x1 (was 0x100102, writing 0x100106)
    Apr 14 18:43:07 thinky kernel: sdhci-pci 0000:04:00.1: restoring config space at offset 0x4 (was 0x0, writing 0xa0211000)
    Apr 14 18:43:07 thinky kernel: sdhci-pci 0000:04:00.1: restoring config space at offset 0x3 (was 0x800000, writing 0x804000)
    Apr 14 18:43:07 thinky kernel: sdhci-pci 0000:04:00.1: restoring config space at offset 0x1 (was 0x2100000, writing 0x2100106)
    Apr 14 18:43:07 thinky kernel: ath5k 0000:04:02.0: restoring config space at offset 0x3 (was 0x5008, writing 0xa808)
    Apr 14 18:43:07 thinky kernel: ACPI: Waking up from system sleep state S3
    Apr 14 18:43:07 thinky kernel: ACPI: EC: non-query interrupt received, switching to interrupt mode
    Apr 14 18:43:07 thinky kernel: agpgart-intel 0000:00:00.0: restoring config space at offset 0x1 (was 0x900106, writing 0x20900106)
    Apr 14 18:43:07 thinky kernel: pci 0000:00:02.0: PME# disabled
    Apr 14 18:43:07 thinky kernel: pci 0000:00:02.1: PME# disabled
    Apr 14 18:43:07 thinky kernel: pcieport-driver 0000:00:1c.0: setting latency timer to 64
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.0: power state changed by ACPI to D0
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.0: setting latency timer to 64
    Apr 14 18:43:07 thinky kernel: usb usb2: root hub lost power or was reset
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.1: power state changed by ACPI to D0
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.1: setting latency timer to 64
    Apr 14 18:43:07 thinky kernel: usb usb3: root hub lost power or was reset
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.2: setting latency timer to 64
    Apr 14 18:43:07 thinky kernel: usb usb4: root hub lost power or was reset
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    Apr 14 18:43:07 thinky kernel: uhci_hcd 0000:00:1d.3: setting latency timer to 64
    Apr 14 18:43:07 thinky kernel: usb usb5: root hub lost power or was reset
    Apr 14 18:43:07 thinky kernel: ehci_hcd 0000:00:1d.7: PME# disabled
    Apr 14 18:43:07 thinky kernel: ehci_hcd 0000:00:1d.7: power state changed by ACPI to D0
    Apr 14 18:43:07 thinky kernel: ehci_hcd 0000:00:1d.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    Apr 14 18:43:07 thinky kernel: ehci_hcd 0000:00:1d.7: setting latency timer to 64
    Apr 14 18:43:07 thinky kernel: ehci_hcd 0000:00:1d.7: PME# disabled
    Apr 14 18:43:07 thinky kernel: pci 0000:00:1e.0: setting latency timer to 64
    Apr 14 18:43:07 thinky kernel: Intel ICH 0000:00:1e.2: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    Apr 14 18:43:07 thinky kernel: Intel ICH 0000:00:1e.2: setting latency timer to 64
    Apr 14 18:43:07 thinky kernel: ata_piix 0000:00:1f.2: setting latency timer to 64
    Apr 14 18:43:07 thinky kernel: tg3 0000:02:00.0: restoring config space at offset 0xc (was 0x0, writing 0xac820000)
    Apr 14 18:43:07 thinky kernel: tg3 0000:02:00.0: PME# disabled
    Apr 14 18:43:07 thinky kernel: sdhci-pci 0000:04:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    Apr 14 18:43:07 thinky kernel: ath5k 0000:04:02.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
    Apr 14 18:43:07 thinky kernel: serial 00:09: activated
    Apr 14 18:43:07 thinky kernel: sd 0:0:0:0: [sda] Starting disk
    Apr 14 18:43:07 thinky kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
    Apr 14 18:43:07 thinky kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
    Apr 14 18:43:07 thinky kernel: ata1.00: ACPI cmd ef/03:45:00:00:00:a0 filtered out
    Apr 14 18:43:07 thinky kernel: ata1.00: ACPI cmd ef/03:0c:00:00:00:a0 filtered out
    Apr 14 18:43:07 thinky kernel: ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 succeeded
    Apr 14 18:43:07 thinky kernel: ata1.00: configured for UDMA/100
    Apr 14 18:43:07 thinky kernel: ata1.00: configured for UDMA/100
    Apr 14 18:43:07 thinky kernel: ata1: EH complete
    Apr 14 18:43:07 thinky kernel: sd 0:0:0:0: [sda] 78140160 512-byte hardware sectors: (40.0 GB/37.2 GiB)
    Apr 14 18:43:07 thinky kernel: sd 0:0:0:0: [sda] Write Protect is off
    Apr 14 18:43:07 thinky kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    Apr 14 18:43:07 thinky kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Apr 14 18:43:07 thinky kernel: sd 0:0:0:0: [sda] 78140160 512-byte hardware sectors: (40.0 GB/37.2 GiB)
    Apr 14 18:43:07 thinky kernel: sd 0:0:0:0: [sda] Write Protect is off
    Apr 14 18:43:07 thinky kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    Apr 14 18:43:07 thinky kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Apr 14 18:43:07 thinky kernel: usb 4-2: reset full speed USB device using uhci_hcd and address 2
    Apr 14 18:43:07 thinky kernel: pci 0000:00:02.0: power state changed by ACPI to D0
    Apr 14 18:43:07 thinky kernel: pci 0000:00:02.0: power state changed by ACPI to D0
    Apr 14 18:43:07 thinky kernel: pci 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Apr 14 18:43:07 thinky kernel: pci 0000:00:02.0: setting latency timer to 64
    Apr 14 18:43:07 thinky kernel: Restarting tasks ... done.
    Apr 14 18:43:07 thinky acpid: client 9040[0:0] has disconnected
    Apr 14 18:43:07 thinky logger: ACPI group/action undefined: processor / CPU
    Apr 14 18:43:07 thinky acpid: client connected from 9040[0:0]
    Apr 14 18:43:07 thinky acpid: 1 client rule loaded
    Apr 14 18:43:08 thinky dhcpcd[7651]: wlan0: carrier lost
    Apr 14 18:43:08 thinky kernel: wlan0: deauthenticating by local choice (reason=14)
    Apr 14 18:43:08 thinky kernel: wlan0: direct probe to AP 00:12:bf:a2:a5:5b try 1
    Apr 14 18:43:09 thinky kernel: ath5k phy0: noise floor calibration timeout (2452MHz)
    Apr 14 18:43:13 thinky kernel: wlan0: direct probe to AP 00:12:bf:a2:a5:5b try 1
    Apr 14 18:43:13 thinky kernel: wlan0 direct probe responded
    Apr 14 18:43:13 thinky kernel: wlan0: authenticate with AP 00:12:bf:a2:a5:5b
    Apr 14 18:43:13 thinky kernel: wlan0: authenticated
    Apr 14 18:43:13 thinky kernel: wlan0: associate with AP 00:12:bf:a2:a5:5b
    Apr 14 18:43:13 thinky kernel: wlan0: deauthenticated (Reason: 1)
    Apr 14 18:43:14 thinky kernel: wlan0: direct probe to AP 00:12:bf:a2:a5:5b try 2
    Apr 14 18:43:14 thinky kernel: wlan0 direct probe responded
    Apr 14 18:43:14 thinky kernel: wlan0: authenticate with AP 00:12:bf:a2:a5:5b
    Apr 14 18:43:14 thinky kernel: wlan0: authenticated
    Apr 14 18:43:14 thinky kernel: wlan0: associate with AP 00:12:bf:a2:a5:5b
    Apr 14 18:43:14 thinky kernel: wlan0: deauthenticated (Reason: 1)
    Apr 14 18:43:15 thinky kernel: wlan0: direct probe to AP 00:12:bf:a2:a5:5b try 3
    Apr 14 18:43:15 thinky kernel: wlan0 direct probe responded
    Apr 14 18:43:15 thinky kernel: wlan0: authenticate with AP 00:12:bf:a2:a5:5b
    Apr 14 18:43:15 thinky kernel: wlan0: authenticated
    Apr 14 18:43:15 thinky kernel: wlan0: associate with AP 00:12:bf:a2:a5:5b
    Apr 14 18:43:15 thinky kernel: wlan0: deauthenticated (Reason: 1)
    Apr 14 18:43:16 thinky kernel: wlan0: direct probe to AP 00:12:bf:a2:a5:5b timed out
    Apr 14 18:43:19 thinky logger: ACPI group/action undefined: ibm/hotkey / HKEY
    Apr 14 18:43:19 thinky kernel: [drm:i915_get_vblank_counter] *ERROR* trying to get vblank count for disabled pipe 0
    Apr 14 19:27:27 thinky syslog-ng[5106]: syslog-ng starting up; version='3.0.1'
    Apr 14 19:27:27 thinky kernel: Linux version 2.6.29-ARCH (root@T-POWA-LX) (gcc version 4.3.3 (GCC) ) #1 SMP PREEMPT Wed Apr 8 12:47:56 UTC 2009
    Apr 14 19:27:27 thinky kernel: KERNEL supported cpus:
    Apr 14 19:27:27 thinky kernel: Intel GenuineIntel

  • [Solved]Black Screen! Help me :(

    Hi,
    my Arch installed on Toshiba Portege M100 can't start xfce 4 or slim.
    But from beginning:
    Firstly I used kdemod 3.5 for 1 year. But my Toshiba got slower and slower.
    So I decided to switch to xfce4 due to performance benefits.
    So I installed xfce 4 with a
    # pacman -S xfce4
    # pacman -S xfce4-goodies
    Then I started it with
    startxfce4
    And it came... NOTHING. Only Black Screen.
    After that I read on archwiki that I should install DBUS :
    # pacman -S dbus
    Anyway, I restarted.
    Then I installed slim as my new Loginmanager.
    I added Slim to /etc/rc.d as a daemon.
    But unfortunately I didn't create a ~/.xinitrc file (didn't know).
    So, after that I restarted again and it started Slim but only a black screen appeared.
    And I can do nothing such as ALT + F2,F3...
    So my question is how to get to console?
    Last edited by Archiee (2009-12-06 22:48:10)

    Try CTL+ALT F2/3/4/5/6 - F7 to get back to your black screen
    Deej

  • [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 upgrade

    Hi, I upgraded arch on my old laptop about a week ago and after reboot all I got was a black screen. The problem is ctrl+alt+backspace doesn't do anything, nor does ctrl+alt+f*. So I tried to boot using "arch fallback" and my own arch runlevel 3 grub entry, but got the same problem - I can see the text running during boot, but at some point I get a black screen. I already downloaded puppy linux, but I have no idea where to look. I looked in x.org.log and found a warning about fbdev not found, but I thought I don't need that anyway because afaik xorg was using the intel module, I'm not sure however, because I used hardware auto detection. Without being able to boot I have no idea if there is any way to install it. Thanks in advance for your help.
    Last edited by Vozka (2010-01-26 17:48:53)

    I'm guessing you have an Intel graphic card. You can try the following to deactivate KMS which is now default for Intel graphics cards:
    You can add "i915.modeset=0" to your kernel options in your grub config. This may, however, result in a hard crash on starting X. Maybe this helps, but this is only a workaround. KMS will be the only way in the future (upstream choice).
    EDIT:
    News item is here: http://www.archlinux.org/news/477/
    As I have seen from your pacman.log you have upgrade the kernel to .32, so I think my advice should help.
    Last edited by ise (2010-01-26 14:31:24)

  • [SOLVED] Black screen after GRUB

    Hello everyone
    I was setting up a machine with E17 and was trying various DM's since none seemed to work. After attempting to use LightDM, I get a black screen after GRUB. I was trying to read the various logs at /var/log/ but I cannot understand them properly. I tried reinstalling entrance and LightDM with no luck. I even tried editing grub's entry appending '1' or 's' and still no dice. Any help would be appreciated.
    Last edited by Linoman (2014-01-20 09:22:33)

    Hi tnx for both answers.
    I missed something important in Xorg.log. As you can see, fbdev and modesetting aren't loading as usual. I didn't check grub stuff, I don't think it's related, since loading in level 3 (text mode) I get a black screen but I can login as root and turn off the computer blindlessly.
    [ 2.969] (II) LoadModule: "modesetting"
    [ 2.969] (WW) Warning, couldn't open module modesetting
    [ 2.969] (II) UnloadModule: "modesetting"
    [ 2.969] (II) Unloading modesetting
    [ 2.970] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 2.970] (II) LoadModule: "fbdev"
    [ 2.970] (WW) Warning, couldn't open module fbdev
    [ 2.970] (II) UnloadModule: "fbdev"
    [ 2.970] (II) Unloading fbdev
    [ 2.970] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 2.970] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
    i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
    915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
    Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    GM45, 4 Series, G45/G43, Q45/Q43, G41, B43, HD Graphics,
    HD Graphics 2000, HD Graphics 3000, HD Graphics 2500,
    HD Graphics 4000, HD Graphics P4000, HD Graphics 4600,
    HD Graphics 5000, HD Graphics P4600/P4700, Iris(TM) Graphics 5100,
    HD Graphics 4400, HD Graphics 4200, Iris(TM) Pro Graphics 5200
    [ 2.970] (II) VESA: driver for VESA chipsets: vesa
    [ 2.970] (++) using VT number 7
    [ 2.974] (WW) Falling back to old probe method for vesa
    javex wrote:Post the content of the following files:
    Also does disabling LightDM again help resolve the issue, i.e. can you get it to work without LightDM?
    No, I can't get it to work changing DM's. I'm not sure if I pacman -Syu before changing DM's another time. Maybe it wasn't LightDM's fault afterall.
    Spider.007 wrote:Additionally; try booting without the 'quiet' entry that is in the kernel line by default; and disable https://wiki.archlinux.org/index.php/Ke … de_Setting too
    Thanks for pointing out that. I didn't knew I had it on.
    Last edited by Linoman (2014-01-11 21:34:08)

Maybe you are looking for