[solved] Set /dev/input/mouse* permission via udev

Hi, there!
I have the same problem described here: https://bbs.archlinux.org/viewtopic.php?id=107707
I also tried to use his udev rules:
KERNEL=="event?", NAME="input/%k", MODE=660, GROUP="mouse"
KERNEL=="mouse?", NAME="input/%k", MODE=660, GROUP="mouse"
KERNEL=="mice", NAME="input/%k", MODE=660, GROUP="mouse"
But it doesn't work. I saved the rule to "/etc/udev/rules.d/76-mouse.rules" and got this after reboot:
ls -lisa /dev/input/mouse*
7974 0 crw-r----- 1 root root 13, 32 24. Jan 10:53 /dev/input/mouse0
7979 0 crw-r----- 1 root root 13, 33 24. Jan 10:53 /dev/input/mouse1
9026 0 crw-r----- 1 root root 13, 34 24. Jan 10:53 /dev/input/mouse2
9028 0 crw-r----- 1 root root 13, 35 24. Jan 10:53 /dev/input/mouse3
Has anyone an idea how to get the rule working?
Regards,
Maribu
Last edited by maribu8789 (2013-07-30 10:38:57)

Hi, again!
I finally got it working:
$ cat /usr/lib/udev/rules.d/12-mouse.rules
KERNEL=="mouse?", GROUP="mouse", MODE="660"
KERNEL=="mice", GROUP="mouse", MODE="660"
KERNEL=="event?", GROUP="mouse", MODE="660"
Make sure you name it 12-mouse.rules. I think the high priority (the low number at the beginning) is needed to get it working.
Regrads,
Maribu

Similar Messages

  • Cdrecord --dev=ATAPI:0,0,0 udev permission prob?

    OK - i googled
    the general concensus was to trun it as root 
    This is with the latest stock arch kernel and udev.  it'll either be massively obscure or totally obvious.
    [dibble] ~: cdrecord --dev=ATAPI:0,0,0 --blank=fast
    Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
    cdrecord: Warning: Running on Linux-2.6.10-ARCH
    cdrecord: There are unsettled issues with Linux-2.5 and newer.
    cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
    cdrecord: Cannot allocate memory. WARNING: Cannot do mlockall(2).
    cdrecord: WARNING: This causes a high risk for buffer underruns.
    cdrecord: Operation not permitted. WARNING: Cannot set RR-scheduler
    cdrecord: Permission denied. WARNING: Cannot set priority using setpriority().
    cdrecord: WARNING: This causes a high risk for buffer underruns.
    scsidev: 'ATAPI:0,0,0'
    devname: 'ATAPI'
    scsibus: 0 target: 0 lun: 0
    Warning: Using ATA Packet interface.
    Warning: The related Linux kernel interface code seems to be unmaintained.
    Warning: There is absolutely NO DMA, operations thus are slow.
    Using libscg version 'schily-0.8'.
    Device type : Removable CD-ROM
    Version : 0
    Response Format: 1
    Vendor_info : 'SAMSUNG '
    Identifikation : 'CDRW/DVD SN-324F'
    Revision : 'U203'
    Device seems to be: Generic mmc2 DVD-ROM.
    Using generic SCSI-3/mmc CD-R/CD-RW driver (mmc_cdr).
    Driver flags : MMC-3 SWABAUDIO BURNFREE
    Supported modes:
    cdrecord: Operation not permitted. prevent/allow medium removal: scsi sendcmd: no error
    CDB: 1E 00 00 00 01 00
    status: 0x0 (GOOD STATUS)
    cmd finished after 0.000s timeout 40s
    cdrecord: Cannot init drive.
    [dibble] ~: sudo cdrecord --dev=ATAPI:0,0,0 --blank=fast
    Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
    cdrecord: Warning: Running on Linux-2.6.10-ARCH
    cdrecord: There are unsettled issues with Linux-2.5 and newer.
    cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
    scsidev: 'ATAPI:0,0,0'
    devname: 'ATAPI'
    scsibus: 0 target: 0 lun: 0
    Warning: Using ATA Packet interface.
    Warning: The related Linux kernel interface code seems to be unmaintained.
    Warning: There is absolutely NO DMA, operations thus are slow.
    Using libscg version 'schily-0.8'.
    Device type : Removable CD-ROM
    Version : 0
    Response Format: 1
    Vendor_info : 'SAMSUNG '
    Identifikation : 'CDRW/DVD SN-324F'
    Revision : 'U203'
    Device seems to be: Generic mmc2 DVD-ROM.
    Using generic SCSI-3/mmc CD-R/CD-RW driver (mmc_cdr).
    Driver flags : MMC-3 SWABAUDIO BURNFREE
    Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R
    Starting to write CD/DVD at speed 4 in real BLANK mode for single session.
    Last chance to quit, starting real write 7 seconds.
    ls -l /dev
    total 0
    crw-rw---- 1 root audio 14, 12 2005-02-20 23:57 adsp
    lrwxrwxrwx 1 root root 12 2005-02-21 07:57 agpgart -> misc/agpgart
    lrwxrwxrwx 1 root root 11 2005-02-20 23:57 audio -> sound/audio
    lrwxrwxrwx 1 root root 12 2005-02-20 23:57 audio1 -> sound/audio1
    lrwxrwxrwx 1 root root 3 2005-02-21 07:57 cdr -> hdc
    lrwxrwxrwx 1 root root 3 2005-02-21 07:57 cdrom -> hdc
    drwxr-xr-x 2 root root 0 2005-02-21 07:57 cdroms
    lrwxrwxrwx 1 root root 3 2005-02-21 07:57 cdrw -> hdc
    crw-rw---- 1 root tty 5, 1 2005-02-20 23:57 console
    lrwxrwxrwx 1 root root 11 2005-02-21 07:57 core -> /proc/kcore
    drwxr-xr-x 3 root root 0 2005-02-21 07:57 discs
    drwxr-xr-x 2 root root 0 2005-02-21 00:08 dri
    lrwxrwxrwx 1 root root 9 2005-02-20 23:57 dsp -> sound/dsp
    lrwxrwxrwx 1 root root 10 2005-02-20 23:57 dsp1 -> sound/dsp1
    lrwxrwxrwx 1 root root 3 2005-02-21 07:57 dvd -> hdc
    lrwxrwxrwx 1 root root 13 2005-02-21 07:57 fd -> /proc/self/fd
    brw-rw---- 1 root floppy 2, 0 2005-02-21 07:57 fd0
    lrwxrwxrwx 1 root root 3 2005-02-21 07:57 fd0h1200 -> fd0
    lrwxrwxrwx 1 root root 3 2005-02-21 07:57 fd0u1440 -> fd0
    lrwxrwxrwx 1 root root 3 2005-02-21 07:57 fd0u360 -> fd0
    lrwxrwxrwx 1 root root 3 2005-02-21 07:57 fd0u720 -> fd0
    drwxr-xr-x 2 root root 0 2005-02-21 07:57 floppy
    crw-rw-rw- 1 root root 1, 7 2005-02-21 07:57 full
    brw-rw---- 1 root disk 3, 0 2005-02-21 07:57 hda
    brw-rw---- 1 root disk 3, 1 2005-02-21 07:57 hda1
    brw-rw---- 1 root disk 3, 10 2005-02-21 07:57 hda10
    brw-rw---- 1 root disk 3, 11 2005-02-21 07:57 hda11
    brw-rw---- 1 root disk 3, 12 2005-02-21 07:57 hda12
    brw-rw---- 1 root disk 3, 13 2005-02-21 07:57 hda13
    brw-rw---- 1 root disk 3, 2 2005-02-21 07:57 hda2
    brw-rw---- 1 root disk 3, 5 2005-02-21 07:57 hda5
    brw-rw---- 1 root disk 3, 6 2005-02-21 07:57 hda6
    brw-rw---- 1 root disk 3, 7 2005-02-21 07:57 hda7
    brw-rw---- 1 root disk 3, 8 2005-02-21 07:57 hda8
    brw-rw---- 1 root disk 3, 9 2005-02-21 07:57 hda9
    brw-rw---- 1 root optical 22, 0 2005-02-21 07:57 hdc
    drwxr-xr-x 3 root root 0 2005-02-21 07:57 ide
    prw------- 1 root root 0 2005-02-20 23:57 initctl
    drwxr-xr-x 2 root root 0 2005-02-21 07:57 input
    crw-r----- 1 root kmem 1, 2 2005-02-21 07:57 kmem
    crw-rw---- 1 root root 1, 11 2005-02-21 07:57 kmsg
    drwxr-xr-x 2 root root 0 2005-02-21 07:57 legacy
    srw-rw-rw- 1 root root 0 2005-02-20 23:57 log
    drwxr-xr-x 2 root root 0 2005-02-21 07:57 loop
    lrwxrwxrwx 1 root root 6 2005-02-21 07:57 loop0 -> loop/0
    lrwxrwxrwx 1 root root 6 2005-02-21 07:57 loop1 -> loop/1
    lrwxrwxrwx 1 root root 6 2005-02-21 07:57 loop2 -> loop/2
    lrwxrwxrwx 1 root root 6 2005-02-21 07:57 loop3 -> loop/3
    lrwxrwxrwx 1 root root 6 2005-02-21 07:57 loop4 -> loop/4
    lrwxrwxrwx 1 root root 6 2005-02-21 07:57 loop5 -> loop/5
    lrwxrwxrwx 1 root root 6 2005-02-21 07:57 loop6 -> loop/6
    lrwxrwxrwx 1 root root 6 2005-02-21 07:57 loop7 -> loop/7
    drwxr-xr-x 2 root root 0 2005-02-21 07:57 mapper
    drwxr-xr-x 2 root root 0 2005-02-21 07:57 md
    crw-r----- 1 root kmem 1, 1 2005-02-21 07:57 mem
    drwxr-xr-x 2 root root 0 2005-02-21 07:57 misc
    lrwxrwxrwx 1 root root 11 2005-02-20 23:57 mixer -> sound/mixer
    lrwxrwxrwx 1 root root 12 2005-02-20 23:57 mixer1 -> sound/mixer1
    lrwxrwxrwx 1 root root 5 2005-02-21 07:57 modem -> tts/0
    crw-rw-rw- 1 root root 1, 3 2005-02-21 07:57 null
    crw-r----- 1 root kmem 1, 4 2005-02-21 07:57 port
    crw-rw---- 1 root root 108, 0 2005-02-20 23:57 ppp
    lrwxrwxrwx 1 root root 10 2005-02-21 07:57 psaux -> misc/psaux
    crw-rw-rw- 1 root tty 5, 2 2005-02-21 00:15 ptmx
    drwxr-xr-x 2 root root 0 2005-02-21 07:57 pts
    crw-rw---- 1 root root 226, 0 2005-02-21 00:08 radeon
    lrwxrwxrwx 1 root root 4 2005-02-21 07:57 ram0 -> rd/0
    lrwxrwxrwx 1 root root 4 2005-02-21 07:57 ram1 -> rd/1
    lrwxrwxrwx 1 root root 5 2005-02-21 07:57 ram10 -> rd/10
    lrwxrwxrwx 1 root root 5 2005-02-21 07:57 ram11 -> rd/11
    lrwxrwxrwx 1 root root 5 2005-02-21 07:57 ram12 -> rd/12
    lrwxrwxrwx 1 root root 5 2005-02-21 07:57 ram13 -> rd/13
    lrwxrwxrwx 1 root root 5 2005-02-21 07:57 ram14 -> rd/14
    lrwxrwxrwx 1 root root 5 2005-02-21 07:57 ram15 -> rd/15
    lrwxrwxrwx 1 root root 4 2005-02-21 07:57 ram2 -> rd/2
    lrwxrwxrwx 1 root root 4 2005-02-21 07:57 ram3 -> rd/3
    lrwxrwxrwx 1 root root 4 2005-02-21 07:57 ram4 -> rd/4
    lrwxrwxrwx 1 root root 4 2005-02-21 07:57 ram5 -> rd/5
    lrwxrwxrwx 1 root root 4 2005-02-21 07:57 ram6 -> rd/6
    lrwxrwxrwx 1 root root 4 2005-02-21 07:57 ram7 -> rd/7
    lrwxrwxrwx 1 root root 4 2005-02-21 07:57 ram8 -> rd/8
    lrwxrwxrwx 1 root root 4 2005-02-21 07:57 ram9 -> rd/9
    crw-rw-rw- 1 root root 1, 8 2005-02-21 07:57 random
    drwxr-xr-x 2 root root 0 2005-02-21 07:57 rd
    lrwxrwxrwx 1 root root 8 2005-02-20 23:57 rtc -> misc/rtc
    brw-rw---- 1 root storage 8, 0 2005-02-20 23:57 sda
    brw-rw---- 1 root storage 8, 1 2005-02-20 23:57 sda1
    crw-rw---- 1 root root 21, 0 2005-02-20 23:57 sg0
    drwxrwxrwt 2 root root 40 2005-02-21 07:57 shm
    drwxr-xr-x 2 root root 0 2005-02-20 23:57 snd
    drwxr-xr-x 2 root root 0 2005-02-20 23:57 sound
    lrwxrwxrwx 1 root root 15 2005-02-21 07:57 stderr -> /proc/self/fd/2
    lrwxrwxrwx 1 root root 15 2005-02-21 07:57 stdin -> /proc/self/fd/0
    lrwxrwxrwx 1 root root 15 2005-02-21 07:57 stdout -> /proc/self/fd/1
    drwxr-xr-x 2 root root 0 2005-02-21 07:57 tts
    crw-rw-rw- 1 root tty 5, 0 2005-02-21 07:57 tty
    lrwxrwxrwx 1 root root 5 2005-02-21 07:57 ttyS0 -> tts/0
    lrwxrwxrwx 1 root root 5 2005-02-21 07:57 ttyS1 -> tts/1
    lrwxrwxrwx 1 root root 5 2005-02-21 07:57 ttyS2 -> tts/2
    lrwxrwxrwx 1 root root 5 2005-02-21 07:57 ttyS3 -> tts/3
    lrwxrwxrwx 1 root root 5 2005-02-21 07:57 ttyS4 -> tts/4
    lrwxrwxrwx 1 root root 5 2005-02-21 07:57 ttyS5 -> tts/5
    lrwxrwxrwx 1 root root 5 2005-02-21 07:57 ttyS6 -> tts/6
    lrwxrwxrwx 1 root root 5 2005-02-21 07:57 ttyS7 -> tts/7
    cr--r--r-- 1 root root 1, 9 2005-02-20 23:57 urandom
    lrwxrwxrwx 1 root root 4 2005-02-20 23:57 usbpen -> sda1
    drwxr-xr-x 2 root root 0 2005-02-21 07:57 vc
    drwxr-xr-x 2 root root 0 2005-02-21 00:14 vcc
    crw-rw-rw- 1 root root 1, 5 2005-02-21 07:57 zero
    my user is in the disk, optical, floppy, audio, users and storage groups
    here are my slightly modified from default udev rules
    # This ruleset should provide a DevFS-compatible device tree.
    # There are a number of modifiers that are allowed to be used in some
    # of the different fields. They provide the following subsitutions:
    # %n the "kernel number" of the device.
    # For example, 'sda3' has a "kernel number" of '3'
    # %e the smallest number for that name which does not matches an existing node
    # %k the kernel name for the device.
    # %M the kernel major number for the device
    # %m the kernel minor number for the device
    # %b the bus id for the device
    # %c the string returned by the PROGRAM
    # %s{filename} the content of a sysfs attribute.
    # %% the '%' char itself.
    # There are a number of modifiers that are allowed to be used in some of the
    # fields. See the udev man page for a full description of them.
    # global stuff
    # default permissions for all block devices
    SUBSYSTEM="block", GROUP="disk"
    # CD/DVD symlinks
    BUS="ide", KERNEL="hd[a-z]", PROGRAM="/etc/udev/cdsymlinks.sh %k", SYMLINK="%c{1} %c{2} %c{3} %c{4} %c{5} %c{6}"
    BUS="scsi", KERNEL="sr[0-9]*", PROGRAM="/etc/udev/cdsymlinks.sh %k", SYMLINK="%c{1} %c{2} %c{3} %c{4} %c{5} %c{6}"
    BUS="scsi", KERNEL="scd[0-9]*", PROGRAM="/etc/udev/cdsymlinks.sh %k", SYMLINK="%c{1} %c{2} %c{3} %c{4} %c{5} %c{6}"
    # ide block devices
    BUS="ide", KERNEL="hd*", PROGRAM="/etc/udev/ide-devfs.sh %k %b %n", SYMLINK="%c{1} %c{2}"
    # permissions for IDE CD devices
    BUS="ide", KERNEL="hd[a-z]", SYSFS{removable}="1", PROGRAM="/bin/cat /proc/ide/%k/media", RESULT="cdrom*", NAME="%k", GROUP="optical", MODE="0660"
    # permissions for SCSI CD devices
    BUS="scsi", KERNEL="sr[0-9]*", SYSFS{type}="5", NAME="scd%n", GROUP="optical", MODE="0660"
    BUS="scsi", KERNEL="sg[0-9]*", SYSFS{type}="5", NAME="%k", GROUP="optical", MODE="0660"
    # permissions for IDE floppy devices
    BUS="ide", KERNEL="hd*", PROGRAM="/etc/udev/ide-floppy.sh %k", RESULT="1" NAME{all_partitions}="%k", GROUP="floppy", MODE="0660"
    # permissions for removable devices like cardreaders or sticks
    BUS="usb", KERNEL="sd*", PROGRAM="/etc/udev/usb-storage.sh %k", RESULT="1", NAME="%k", GROUP="storage", MODE="0660"
    # permissions for SCSI scanners
    BUS="scsi", KERNEL="sg[0-9]*", SYSFS{type}="6", NAME="%k", GROUP="scanner"
    # pty and tty legacy devices
    KERNEL="pty[a-z][a-z,0-9]*", NAME="legacy/%k"
    KERNEL="tty[a-z][a-z,0-9]*", NAME="legacy/%k"
    # md block devices
    KERNEL="md[0-9]*", NAME="md/%n"
    # device-mapper
    KERNEL="device-mapper", NAME="mapper/control"
    # floppy devices
    KERNEL="fd[0-9]*", NAME="fd%n", SYMLINK="floppy/%n fd%nu1440 fd%nu720 fd%nh1200 fd%nu360", GROUP="floppy", MODE="0660"
    # tty devices
    SUBSYSTEM="tty", GROUP="tty"
    KERNEL="tty[0-9]*", NAME="vc/%n"
    KERNEL="ttyS[0-9]*", NAME="tts/%n", SYMLINK="ttyS%n"
    KERNEL="ttyUSB[0-9]*", NAME="tts/USB%n"
    # vc devices
    KERNEL="vcs", NAME="vcc/0"
    KERNEL="vcs[0-9]*", NAME="vcc/%n"
    KERNEL="vcsa", NAME="vcc/a0"
    KERNEL="vcsa[0-9]*", NAME="vcc/a%n"
    KERNEL="ptmx", MODE="0666"
    KERNEL="tty", MODE="0666"
    # video devices
    SUBSYSTEM="video4linux", GROUP="video"
    KERNEL="dvb*", PROGRAM="/etc/udev/dvb.sh %k", NAME="%c", GROUP="video"
    KERNEL="nvidia*", GROUP="users"
    KERNEL="card[0-9]*", NAME="dri/%k", GROUP="users"
    KERNEL="3dfx*", NAME="%k", GROUP="users"
    # v4l devices
    KERNEL="video[0-9]*", NAME="v4l/video%n", SYMLINK="%k", GROUP="video"
    KERNEL="radio[0-9]*", NAME="v4l/radio%n", SYMLINK="radio%e", GROUP="video"
    KERNEL="vbi[0-9]*", NAME="v4l/vbi%n", SYMLINK="%k", GROUP="video"
    KERNEL="vtx[0-9]*", NAME="v4l/vtx%n", SYMLINK="%k", GROUP="video"
    # dm devices (ignore them)
    KERNEL="dm-[0-9]*", NAME=""
    # i2c devices
    KERNEL="i2c-[0-9]*", NAME="i2c/%n", SYMLINK="%k"
    # loop devices
    KERNEL="loop[0-9]*", NAME="loop/%n", SYMLINK="%k"
    # ramdisks
    KERNEL="ram[0-9]*", NAME="rd/%n", SYMLINK="%k"
    # framebuffer devices
    KERNEL="fb[0-9]*", NAME="fb/%n", SYMLINK="%k", GROUP="video"
    # misc
    KERNEL="rtc", NAME="misc/%k", SYMLINK="%k", GROUP="audio", MODE="0664"
    KERNEL="nvram", NAME="misc/%k", SYMLINK="%k"
    KERNEL="psaux", NAME="misc/%k", SYMLINK="%k"
    KERNEL="agpgart", NAME="misc/%k", SYMLINK="%k" GROUP="users"
    KERNEL="uinput", NAME="misc/%k", SYMLINK="%k"
    KERNEL="random", MODE="0666"
    KERNEL="urandom", MODE="0444"
    KERNEL="mem", MODE="0640", GROUP="kmem"
    KERNEL="kmem", MODE="0640", GROUP="kmem"
    KERNEL="port", MODE="0640", GROUP="kmem"
    KERNEL="full", MODE="0666"
    KERNEL="null", MODE="0666"
    KERNEL="zero", MODE="0666"
    KERNEL="sgi_fetchop", MODE="0666"
    KERNEL="sonypi", MODE="0666"
    KERNEL="inotify", NAME="misc/%k", SYMLINK="%k", MODE="0666"
    # sound devices
    # alsa devices
    SUBSYSTEM="sound", GROUP="audio"
    KERNEL="controlC[0-9]*", NAME="snd/%k"
    KERNEL="hw[CD0-9]*", NAME="snd/%k"
    KERNEL="pcm[CD0-9cp]*", NAME="snd/%k"
    KERNEL="midi[CD0-9]*", NAME="snd/%k"
    KERNEL="timer", NAME="snd/%k"
    KERNEL="seq", NAME="snd/%k"
    # oss devices
    KERNEL="audio*", NAME="sound/%k", SYMLINK="%k"
    KERNEL="dmmidi", NAME="sound/%k", SYMLINK="%k"
    KERNEL="dsp*", NAME="sound/%k", SYMLINK="%k"
    KERNEL="midi*", NAME="sound/%k", SYMLINK="%k"
    KERNEL="mixer*", NAME="sound/%k", SYMLINK="%k"
    KERNEL="sequencer*", NAME="sound/%k", SYMLINK="%k"
    # input devices
    KERNEL="mice", NAME="input/%k", MODE="0644"
    KERNEL="mouse*", NAME="input/%k", MODE="0644"
    KERNEL="event*", NAME="input/%k"
    KERNEL="js*", NAME="input/%k", MODE="0664"
    KERNEL="ts*", NAME="input/%k"
    KERNEL="uinput", NAME="input/%k"
    # USB devices
    KERNEL="hiddev*", NAME="usb/%k"
    KERNEL="auer*", NAME="usb/%k"
    KERNEL="legousbtower*", NAME="usb/%k", MODE="0666"
    KERNEL="dabusb*", NAME="usb/%k"
    BUS="usb", KERNEL="lp[0-9]*", NAME="usb/%k"
    BUS="usb", KERNEL="ttyUSB*", SYSFS{product}="Palm Handheld*", SYMLINK="pilot"
    # printer devices
    SUBSYSTEM="printer", GROUP="lp"
    # netlink devices
    KERNEL="route", NAME="netlink/%k"
    KERNEL="skip", NAME="netlink/%k"
    KERNEL="usersock", NAME="netlink/%k"
    KERNEL="fwmonitor", NAME="netlink/%k"
    KERNEL="tcpdiag", NAME="netlink/%k"
    KERNEL="nflog", NAME="netlink/%k"
    KERNEL="xfrm", NAME="netlink/%k"
    KERNEL="arpd", NAME="netlink/%k"
    KERNEL="route6", NAME="netlink/%k"
    KERNEL="ip6_fw", NAME="netlink/%k"
    KERNEL="dnrtmsg", NAME="netlink/%k"
    KERNEL="tap*", NAME="netlink/%k"
    # CAPI devices
    KERNEL="capi", NAME="capi20", SYMLINK="isdn/capi20"
    KERNEL="capi*", NAME="capi/%n"
    # Network devices
    KERNEL="tun", NAME="net/%k"
    # raw devices
    KERNEL="raw[0-9]*", NAME="raw/%k"
    # kbd devices
    KERNEL="kbd", NAME="%k", MODE="0664"
    # packet devices
    KERNEL="pktcdvd", NAME="pktcdvd/control", GROUP="optical", MODE="0660"
    KERNEL="pktcdvd[0-9]*", NAME="pktcdvd/pktcdvd%n", GROUP="optical", MODE="0660"

    I'm not actually sure that there is a problem with 2.6.10. Ok, let me rephrase, there may be issues that cdrecord doesn't like with 2.6.10, but it doesn't necessarily mean that it won't work.
    I've burnt many discs under Arch on 2.6.10 - sure, you do see that "There are unsettled issues with Linux-2.5 and newer. " warning, but it then gets on with it. (And I'm also talking about burning as non-root.
    I recall that I thought it was going to be a pain and I did have problems, but it turned out I was using a knackered disc. Inserted a new one and it worked straight away.
    Unfortunately, I have no idea what is wrong with your current issue - but at least you now know it's not impossible on your kernel version.

  • [SOLVED] Getting consistent mouse sensitivity with udev

    I've noticed recently that every time I disconnect my mouse from a USB port on my box, my `xset m 4 3` setting in ~/.xinitrc is wiped out, so when I plug it back in, the sensitivity is reset. So I consulted udev, and have tried a wide variety of rules found at various sources, from Ubuntu forums to the Gentoo and Arch wiki to the forums here, and nothing has worked. All I need to do is match the device and run `xset -display :0.0 m 4 3`; a simple task that I think has me stumped because I'm missing something obvious. I'd love it if someone could help me figure this rule out.
    Here's the rule I currently have, which doesn't work:
    KERNEL=="input/mouse*", SUBSYSTEMS=="input", ATTRS{manufacturer}=="Logitech", ATTRS{product}=="USB-PS/2 Optical Mouse", RUN+="/usr/bin/xset -display :0.0 m 4 3"
    Here's output from `udevadm info -a -p $(udevadm info -q path -n /dev/input/mouse0)`:
    Udevadm info starts with the device specified by the devpath and then
    walks up the chain of parent devices. It prints for every device
    found, all possible attributes in the udev rules key format.
    A rule to match, can be composed by the attributes of the device
    and the attributes from one single parent device.
    looking at device '/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/input/input39/mouse0':
    KERNEL=="mouse0"
    SUBSYSTEM=="input"
    DRIVER==""
    looking at parent device '/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/input/input39':
    KERNELS=="input39"
    SUBSYSTEMS=="input"
    DRIVERS==""
    ATTRS{name}=="Logitech USB-PS/2 Optical Mouse"
    ATTRS{phys}=="usb-0000:00:1d.3-2/input0"
    ATTRS{uniq}==""
    ATTRS{modalias}=="input:b0003v046DpC00Ee0110-e0,1,2,4,k110,111,112,r0,1,8,am4,lsfw"
    looking at parent device '/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0':
    KERNELS=="4-2:1.0"
    SUBSYSTEMS=="usb"
    DRIVERS=="usbhid"
    ATTRS{bInterfaceNumber}=="00"
    ATTRS{bAlternateSetting}==" 0"
    ATTRS{bNumEndpoints}=="01"
    ATTRS{bInterfaceClass}=="03"
    ATTRS{bInterfaceSubClass}=="01"
    ATTRS{bInterfaceProtocol}=="02"
    ATTRS{modalias}=="usb:v046DpC00Ed1110dc00dsc00dp00ic03isc01ip02"
    ATTRS{supports_autosuspend}=="1"
    looking at parent device '/devices/pci0000:00/0000:00:1d.3/usb4/4-2':
    KERNELS=="4-2"
    SUBSYSTEMS=="usb"
    DRIVERS=="usb"
    ATTRS{configuration}==""
    ATTRS{bNumInterfaces}==" 1"
    ATTRS{bConfigurationValue}=="1"
    ATTRS{bmAttributes}=="a0"
    ATTRS{bMaxPower}==" 98mA"
    ATTRS{urbnum}=="4150"
    ATTRS{idVendor}=="046d"
    ATTRS{idProduct}=="c00e"
    ATTRS{bcdDevice}=="1110"
    ATTRS{bDeviceClass}=="00"
    ATTRS{bDeviceSubClass}=="00"
    ATTRS{bDeviceProtocol}=="00"
    ATTRS{bNumConfigurations}=="1"
    ATTRS{bMaxPacketSize0}=="8"
    ATTRS{speed}=="1.5"
    ATTRS{busnum}=="4"
    ATTRS{devnum}=="35"
    ATTRS{devpath}=="2"
    ATTRS{version}==" 2.00"
    ATTRS{maxchild}=="0"
    ATTRS{quirks}=="0x0"
    ATTRS{avoid_reset_quirk}=="0"
    ATTRS{authorized}=="1"
    ATTRS{manufacturer}=="Logitech"
    ATTRS{product}=="USB-PS/2 Optical Mouse"
    looking at parent device '/devices/pci0000:00/0000:00:1d.3/usb4':
    KERNELS=="usb4"
    SUBSYSTEMS=="usb"
    DRIVERS=="usb"
    ATTRS{configuration}==""
    ATTRS{bNumInterfaces}==" 1"
    ATTRS{bConfigurationValue}=="1"
    ATTRS{bmAttributes}=="e0"
    ATTRS{bMaxPower}==" 0mA"
    ATTRS{urbnum}=="717"
    ATTRS{idVendor}=="1d6b"
    ATTRS{idProduct}=="0001"
    ATTRS{bcdDevice}=="0206"
    ATTRS{bDeviceClass}=="09"
    ATTRS{bDeviceSubClass}=="00"
    ATTRS{bDeviceProtocol}=="00"
    ATTRS{bNumConfigurations}=="1"
    ATTRS{bMaxPacketSize0}=="64"
    ATTRS{speed}=="12"
    ATTRS{busnum}=="4"
    ATTRS{devnum}=="1"
    ATTRS{devpath}=="0"
    ATTRS{version}==" 1.10"
    ATTRS{maxchild}=="2"
    ATTRS{quirks}=="0x0"
    ATTRS{avoid_reset_quirk}=="0"
    ATTRS{authorized}=="1"
    ATTRS{manufacturer}=="Linux 2.6.35-ARCH uhci_hcd"
    ATTRS{product}=="UHCI Host Controller"
    ATTRS{serial}=="0000:00:1d.3"
    ATTRS{authorized_default}=="1"
    looking at parent device '/devices/pci0000:00/0000:00:1d.3':
    KERNELS=="0000:00:1d.3"
    SUBSYSTEMS=="pci"
    DRIVERS=="uhci_hcd"
    ATTRS{vendor}=="0x8086"
    ATTRS{device}=="0x27cb"
    ATTRS{subsystem_vendor}=="0x8086"
    ATTRS{subsystem_device}=="0x464c"
    ATTRS{class}=="0x0c0300"
    ATTRS{irq}=="16"
    ATTRS{local_cpus}=="ff"
    ATTRS{local_cpulist}=="0-7"
    ATTRS{modalias}=="pci:v00008086d000027CBsv00008086sd0000464Cbc0Csc03i00"
    ATTRS{dma_mask_bits}=="32"
    ATTRS{consistent_dma_mask_bits}=="32"
    ATTRS{broken_parity_status}=="0"
    ATTRS{msi_bus}==""
    looking at parent device '/devices/pci0000:00':
    KERNELS=="pci0000:00"
    SUBSYSTEMS==""
    DRIVERS==""
    My thanks go out to anyone who's willing to help.
    Solution:
    KERNEL=="mouse*", SUBSYSTEM=="input", ATTRS{manufacturer}=="Logitech", ATTRS{product}=="USB-PS/2 Optical Mouse", RUN+="/usr/bin/xset -display :0.0 m 4 3"
    Last edited by xelados (2010-09-17 12:22:07)

    Boy, silly me.
    All I did was remove "input/" from the KERNEL option and make SUBSYSTEMS singular, and it worked!

  • My un-dead dvd writer: "/dev/sr0 is locked via O_EXCL" [SOLVED]

    i tried burning an image and the progress bar got stuck at 16%.  i then closed the program using the gui but it hung.  i then issued a "killall xfburn" which completed.  however the drive is still spinning away and becoming quite warm. i have a new and confusing message:
    [au@arroyo1 ~]$ ps aux|grep sr0
    root 2247 0.0 0.0 17780 1220 ? S Aug25 0:02 hald-addon-storage: no polling because /dev/sr0 is locked via O_EXCL
    au 20456 0.0 0.0 7772 940 pts/1 R+ 22:26 0:00 grep sr0
    what on earth does this mean?
    thanks
    Last edited by poopship21 (2009-11-26 15:36:27)

    thats possible, but ill never know since it ended up getting so bad that when i rebooted, i couldnt even login anymore (the passwords for all users were completely inaccessible).  no choice but to wipe everything.  the strangest thing was that i had some music files stored on an lvm volume, which was recognized by the live cd that i used to reinstall arch on A COMPLETELY NEW DISK, however when i experimented with mounting this old volume on the root partition of the new disk, /arch/setup crashed (the only warning that i had was executing vi on /etc/rc.conf during configuration and getting an empty file).  the location of /etc/rc.conf was given as /mnt/etc/rc,conf so apparently even chrooting failed in /arch/setup. 
    the following statements are commonly appreciated by morons:
    "it takes a village"
    "cancer will be solved"
    "no new taxes"
    "COMPROMISED LVM2 VOLUMES ARE POISON!"
    one of these statements is true, heheh <winces in pain>
    Last edited by poopship21 (2009-08-29 05:20:09)

  • [SOLVED]xinit as user - dri permission denied

    I've tried to launch a game in a separate X instance with:
    xinit /usr/bin/ufo -- :1.0 vt2
    xinit /usr/bin/ufo -- :1
    xinit /usr/bin/env ufo -- :1
    etc
    but I get very slow rendering and strange output.
    X.Org X Server 1.15.0
    Release Date: 2013-12-27
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.12.5-1-ARCH i686
    Current Operating System: Linux archdesk 3.12.9-1-ARCH #1 SMP PREEMPT Sun Jan 26 09:15:23 CET 2014 i686
    Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=99a6d650-3886-4252-8ded-db4a892400e2 rw quiet
    Build Date: 09 January 2014 09:32:33AM
    Current version of pixman: 0.32.4
    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.1.log", Time: Sun Jan 26 15:16:22 2014
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    setversion 1.4 failed: Permission denied
    Initializing built-in extension Generic Event Extension
    Initializing built-in extension SHAPE
    Initializing built-in extension MIT-SHM
    Initializing built-in extension XInputExtension
    Initializing built-in extension XTEST
    Initializing built-in extension BIG-REQUESTS
    Initializing built-in extension SYNC
    Initializing built-in extension XKEYBOARD
    Initializing built-in extension XC-MISC
    Initializing built-in extension SECURITY
    Initializing built-in extension XINERAMA
    Initializing built-in extension XFIXES
    Initializing built-in extension RENDER
    Initializing built-in extension RANDR
    Initializing built-in extension COMPOSITE
    Initializing built-in extension DAMAGE
    Initializing built-in extension MIT-SCREEN-SAVER
    Initializing built-in extension DOUBLE-BUFFER
    Initializing built-in extension RECORD
    Initializing built-in extension DPMS
    Initializing built-in extension Present
    Initializing built-in extension DRI3
    Initializing built-in extension X-Resource
    Initializing built-in extension XVideo
    Initializing built-in extension XVideo-MotionCompensation
    Initializing built-in extension XFree86-VidModeExtension
    Initializing built-in extension XFree86-DGA
    Initializing built-in extension XFree86-DRI
    Initializing built-in extension DRI2
    Loading extension GLX
    (II) [KMS] Kernel modesetting enabled.
    setversion 1.4 failed: Permission denied
    ---- endianness initialization -----
    found little endian system
    ---- filesystem initialization -----
    Adding game dir: /usr/share/ufoai/base
    Added packfile /usr/share/ufoai/base/0base.pk3 (15 files)
    Added packfile /usr/share/ufoai/base/0maps.pk3 (932 files)
    Added packfile /usr/share/ufoai/base/0materials.pk3 (54 files)
    Added packfile /usr/share/ufoai/base/0media.pk3 (19 files)
    Added packfile /usr/share/ufoai/base/0models.pk3 (2801 files)
    Added packfile /usr/share/ufoai/base/0music.pk3 (64 files)
    Added packfile /usr/share/ufoai/base/0pics.pk3 (1059 files)
    Added packfile /usr/share/ufoai/base/0shaders.pk3 (37 files)
    Added packfile /usr/share/ufoai/base/0snd.pk3 (362 files)
    Added packfile /usr/share/ufoai/base/0textures.pk3 (2721 files)
    Added packfile /usr/share/ufoai/base/0ufos.pk3 (137 files)
    Could not load '/usr/share/ufoai/base/0videos.pk3'
    Adding game dir: ./base
    Adding game dir: /home/dok/.ufoai/2.6-dev/base
    using /home/dok/.ufoai/2.6-dev/base for writing
    executing filesystem.cfg
    executing default.cfg
    executing config.cfg
    ----- network initialization -------
    libcurl/7.34.0 OpenSSL/1.0.1f zlib/1.2.8 libssh2/1.4.3 initialized.
    ------ server initialization -------
    added 12 maps to the mapcycle
    ----- console initialization -------
    Console initialized.
    ------- video initialization -------
    libGL error: failed to load driver: r300
    libGL error: Try again with LIBGL_DEBUG=verbose for more details.
    SDL version: 2.0.1
    I: setting mode 21
    I: disable multisample buffers
    I: set swap control to 0
    available driver: x11
    available driver: dummy
    current desktop mode: 1600x900@60Hz (SDL_PIXELFORMAT_RGB888)
    libGL error: failed to load driver: r300
    libGL error: Try again with LIBGL_DEBUG=verbose for more details.
    driver: x11
    found 1 display(s)
    I: 1440x900 (fullscreen: yes)
    I: got 0 bits of stencil
    I: got 24 bits of depth buffer
    I: got double buffer
    I: got 8 bits for red
    I: got 8 bits for green
    I: got 8 bits for blue
    I: got 0 bits for alpha
    I: got multisample disabled
    I: got 0 multisample buffers
    GL_VENDOR: VMware, Inc.
    GL_RENDERER: Gallium 0.4 on llvmpipe (LLVM 3.4, 128 bits)
    GL_VERSION: 2.1 Mesa 10.0.2
    GL_EXTENSIONS: GL_ARB_multisample GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_minmax
    GL_EXT_blend_subtract GL_EXT_copy_texture GL_EXT_polygon_offset GL_EXT_subtexture GL_EXT_texture_object
    GL_EXT_vertex_array GL_EXT_compiled_vertex_array GL_EXT_texture GL_EXT_texture3D GL_IBM_rasterpos_clip
    GL_ARB_point_parameters GL_EXT_draw_range_elements GL_EXT_packed_pixels GL_EXT_point_parameters
    GL_EXT_rescale_normal GL_EXT_separate_specular_color GL_EXT_texture_edge_clamp GL_SGIS_generate_mipmap
    GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_ARB_framebuffer_sRGB
    GL_ARB_multitexture GL_EXT_framebuffer_sRGB GL_IBM_multimode_draw_arrays GL_IBM_texture_mirrored_repeat
    GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_transpose_matrix GL_EXT_blend_func_separate GL_EXT_fog_coord
    GL_EXT_multi_draw_arrays GL_EXT_secondary_color GL_EXT_texture_env_add GL_EXT_texture_lod_bias
    GL_INGR_blend_func_separate GL_NV_blend_square GL_NV_light_max_exponent GL_NV_texgen_reflection
    GL_NV_texture_env_combine4 GL_S3_s3tc GL_SUN_multi_draw_arrays GL_ARB_texture_border_clamp
    GL_ARB_texture_compression GL_EXT_framebuffer_object GL_EXT_texture_compression_s3tc GL_EXT_texture_env_combine
    GL_EXT_texture_env_dot3 GL_MESA_window_pos GL_NV_packed_depth_stencil GL_NV_texture_rectangle GL_ARB_depth_texture
    GL_ARB_occlusion_query GL_ARB_shadow GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3
    GL_ARB_texture_mirrored_repeat GL_ARB_window_pos GL_EXT_stencil_two_side GL_EXT_texture_cube_map GL_NV_depth_clamp
    GL_NV_fog_distance GL_APPLE_packed_pixels GL_APPLE_vertex_array_object GL_ARB_draw_buffers GL_ARB_fragment_program
    GL_ARB_fragment_shader GL_ARB_shader_objects GL_ARB_vertex_program GL_ARB_vertex_shader GL_ATI_draw_buffers
    GL_ATI_texture_env_combine3 GL_ATI_texture_float GL_EXT_shadow_funcs GL_EXT_stencil_wrap GL_MESA_pack_invert
    GL_MESA_ycbcr_texture GL_NV_primitive_restart GL_ARB_depth_clamp GL_ARB_fragment_program_shadow
    GL_ARB_half_float_pixel GL_ARB_occlusion_query2 GL_ARB_point_sprite GL_ARB_shading_language_100 GL_ARB_sync
    GL_ARB_texture_non_power_of_two GL_ARB_vertex_buffer_object GL_ATI_blend_equation_separate
    GL_EXT_blend_equation_separate GL_OES_read_format GL_ARB_color_buffer_float GL_ARB_pixel_buffer_object
    GL_ARB_texture_compression_rgtc GL_ARB_texture_float GL_ARB_texture_rectangle GL_ATI_texture_compression_3dc
    GL_EXT_packed_float GL_EXT_pixel_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc
    GL_EXT_texture_mirror_clamp GL_EXT_texture_rectangle GL_EXT_texture_sRGB GL_EXT_texture_shared_exponent
    GL_ARB_framebuffer_object GL_EXT_framebuffer_blit GL_EXT_packed_depth_stencil GL_ARB_vertex_array_object
    GL_ATI_separate_stencil GL_ATI_texture_mirror_once GL_EXT_draw_buffers2 GL_EXT_draw_instanced
    GL_EXT_gpu_program_parameters GL_EXT_texture_array GL_EXT_texture_compression_latc GL_EXT_texture_integer
    GL_EXT_texture_sRGB_decode GL_EXT_timer_query GL_OES_EGL_image GL_MESA_texture_array GL_ARB_copy_buffer
    GL_ARB_depth_buffer_float GL_ARB_draw_instanced GL_ARB_half_float_vertex GL_ARB_instanced_arrays
    GL_ARB_map_buffer_range GL_ARB_texture_rg GL_ARB_texture_swizzle GL_ARB_vertex_array_bgra GL_EXT_texture_swizzle
    GL_EXT_vertex_array_bgra GL_NV_conditional_render GL_AMD_conservative_depth GL_AMD_draw_buffers_blend
    GL_AMD_seamless_cubemap_per_texture GL_ARB_ES2_compatibility GL_ARB_blend_func_extended GL_ARB_debug_output
    GL_ARB_draw_buffers_blend GL_ARB_draw_elements_base_vertex GL_ARB_explicit_attrib_location
    GL_ARB_fragment_coord_conventions GL_ARB_provoking_vertex GL_ARB_sampler_objects GL_ARB_seamless_cube_map
    GL_ARB_shader_texture_lod GL_ARB_texture_rgb10_a2ui GL_ARB_uniform_buffer_object GL_ARB_vertex_type_2_10_10_10_rev
    GL_EXT_provoking_vertex GL_EXT_texture_snorm GL_MESA_texture_signed_rgba GL_ARB_get_program_binary
    GL_ARB_robustness GL_ARB_shader_bit_encoding GL_ARB_timer_query GL_ARB_transform_feedback2
    GL_ARB_transform_feedback3 GL_NV_vdpau_interop GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5
    GL_ARB_conservative_depth GL_ARB_internalformat_uery GL_ARB_shading_language_420pack
    GL_ARB_shading_language_packing GL_ARB_texture_storage GL_ARB_transform_feedback_instanced
    GL_EXT_transform_feedback GL_ARB_invalidate_subdata GL_ARB_vertex_attrib_binding GL_KHR_debug
    GL_ARB_texture_mirror_clamp_to_edge GL_ARB_vertex_type_10f_11f_11f_rev
    OpenGL version detected: 2.1found GL_ARB_multitexture
    found GL_ARB_texture_compression
    found GL_ARB_texture_non_power_of_two
    using GL_ARB_texture_non_power_of_two
    GL_EXT_texture_filter_anisotropic not found
    found GL_EXT_texture_lod_bias
    found GL_ARB_vertex_buffer_object
    using GL_ARB_vertex_buffer_object
    max vertex buffer size: 3000
    found GL_ARB_fragment_shader
    found GL_ARB_shading_language_100
    GLSL version guaranteed to be supported by OpenGL implementation postfixed by vender supplied info: 1.30
    found GL_###_framebuffer_object
    using GL_ARB_framebuffer_object
    max draw buffers: 8
    max render buffer size: 8192
    max color attachments: 8
    found GL_###_draw_buffers
    using GL_ARB_draw_buffers
    max supported vertex texture units: 16
    max supported lights: 8
    max texture units: 8
    max texture coords: 8
    max vertex attributes: 16
    max varying floats: 128
    max fragment uniform components: 16384
    max vertex uniform components: 16384
    max texture size: detected 8192
    ...but using 2048 as requested
    Using low resolution globe textures as requested.
    R_LoadProgram: 'world_low' loaded.
    R_LoadProgram: 'model_low' loaded.
    R_LoadProgram: 'warp' loaded.
    R_LoadProgram: 'geoscape' loaded.
    R_LoadProgram: 'combine2' loaded.
    R_LoadProgram: 'convolve3' loaded.
    R_LoadProgram: 'atmosphere' loaded.
    R_LoadProgram: 'simple_glow' loaded.
    SDL_ttf version 2.0.12 - we need at least 2.0.7
    ------- sound initialization -------
    Failed to create secure directory (/run/user/1000/pulse): Permission denied
    SDL_mixer version: 2.0.0
    ... requested audio rate: 44100
    Failed to create secure directory (/run/user/1000/pulse): Permission denied
    ... available audio driver pulseaudio
    ... available audio driver alsa
    ... available audio driver dsp
    ... available audio driver disk
    ... available audio driver dummy
    ... actual audio driver: alsa
    ... audio rate: 44100
    ... audio channels: 2
    ... loaded ogg vorbis support
    ------- input initialization -------
    0 possible joysticks
    no joystick found.
    Allocate 3 megabytes for the ui hunk
    ------- web initialization ---------
    ... web access not yet configured
    ----------- parse scripts ----------
    60 script files
    59 ui script files
    UI_ParseNodeBody: Command name for confunc
    'hud_default.soldier.soldier_opts.soldier_buttons.headgear_bg.deselect_headgear' already registered
    UI_ParseNodeBody: Command name for confunc
    'hud_default.soldier.soldier_opts.soldier_buttons.headgear_bg.disable_headgear' already registered
    UI_ParseNodeBody: Command name for confunc 'hud_default.soldier.soldier_opts.soldier_buttons.deselect_stand'
    already registered
    UI_ParseNodeBody: Command name for confunc 'hud_default.soldier.soldier_opts.soldier_buttons.deselect_crouch'
    already registered
    UI_ParseNodeBody: Command name for confunc 'hud_default.soldier.soldier_opts.soldier_buttons.disable_stand' already
    registered
    UI_ParseNodeBody: Command name for confunc 'hud_default.soldier.soldier_opts.soldier_buttons.disable_crouch'
    already registered
    UI_ParseNodeBody: Command name for confunc 'hud_default.soldier.weapon.deselect_primaryleft' already registered
    UI_ParseNodeBody: Command name for confunc 'hud_default.soldier.weapon.deselect_primaryright' already registered
    UI_ParseNodeBody: Command name for confunc 'hud_default.soldier.weapon.deselect_reloadleft' already registered
    UI_ParseNodeBody: Command name for confunc 'hud_default.soldier.weapon.deselect_reloadright' already registered
    UI_ParseNodeBody: Command name for confunc 'hud_default.soldier.weapon.disable_primaryleft' already registered
    UI_ParseNodeBody: Command name for confunc 'hud_default.soldier.weapon.disable_primaryright' already registered
    UI_ParseNodeBody: Command name for confunc 'hud_default.soldier.weapon.disable_reloadleft' already registered
    UI_ParseNodeBody: Command name for confunc 'hud_default.soldier.weapon.disable_reloadright' already registered
    UI_ParseNodeBody: Command name for confunc 'singleplayermission.check_if_in_campaign_mode' already registered
    Shared Client/Server Info loaded
    ...123 items parsed
    ... 32 damage types parsed
    ... 32 equipment definitions parsed
    ... 10 inventory definitions parsed
    ... 25 team definitions parsed
    executing keys.cfg
    UI_SetKeyBinding: node "employees.employee_list@pageUp" not found.
    UI_SetKeyBinding: node "employees.employee_list@pageDown" not found.
    UI_SetKeyBinding: node "employees.employee_list@moveUp" not found.
    UI_SetKeyBinding: node "employees.employee_list@moveDown" not found.
    UI_SetKeyBinding: node "employees.employee_list@moveHome" not found.
    UI_SetKeyBinding: node "employees.employee_list@moveEnd" not found.
    UI_SetKeyBinding: node "sequence.next" not found.
    Music: track changed from to van_theme.
    executing autoexec.cfg
    "version" is "UFO: Alien Invasion 2.6-dev IA-32 Jan 25 2014 Linux RELEASE"
    79 static models loaded
    CL_LanguageInit: language settings are stored in configuration: en
    ...using language: en_GB.utf8
    SDL_ttf version 2.0.12 - we need at least 2.0.7
    ...registering 14 fonts
    ----------- parse msgids -----------
    18 msgid files
    no translation for ufo_carrier_txt
    no translation for ufo_ripper_txt
    no translation for ufo_mothership_txt
    no translation for mail_ufocarrier
    no translation for ugv_phoenix_txt
    no translation for ugv_ares_w_txt
    no translation for ugv_chaingun_txt
    no translation for ugv_chaingun_belt_txt
    no translation for ugv_weapon_autocannon_txt
    no translation for ugv_weapon_autocannon_pre_txt
    no translation for vhs_assault_txt
    no translation for xaw95_txt
    no translation for bombkit1_txt
    no translation for chaingun_txt
    ----------- game modes -------------
    added _Multiplayer
    added _Campaign
    added _Skirmish
    added 3 game modes
    ====== UFO Initialized ======
    =============================
    Switch grab input off
    Wrote config.cfg.
    Wrote keys.cfg
    recursive shutdown
    Error: Received signal 11.
    xinit: connection to X server lost
    waiting for X server to shut down (EE) Server terminated successfully (0). Closing log file.
    libGL error: failed to load driver: r300
    libGL error: Try again with LIBGL_DEBUG=verbose for more details.
    caught my eye so I ran
    LIBGL_DEBUG=verbose xinit /usr/bin/xterm -- :1
    and in the resulting terminal a
    glxinfo | grep render
    which gave me:
    libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/tls/r300_dri.so
    libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/r300_dri.so
    libGL: driver does not expose __driDriverGetExtensions_r300():
    /usr/lib/xorg/modules/dri/r300_dri.so: undefined symbol:
    __driDriverGetExtensions_r300
    libGL error: failed to open drm device: Permission denied
    libGL error: failed to load driver: r300
    libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/tls/swrast_dri.so
    libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/swrast_dri.so
    libGL: driver does not expose __driDriverGetExtensions_swrast():
    /usr/lib/xorg/modules/dri/swrast_dri.so: undefined symbol:
    __driDriverGetExtensions_swrast
    libGL: Can't open configuration file /home/dok/.drirc: No such file or
    directory.
    libGL: Can't open configuration file /home/dok/.drirc: No such file or
    directory.
    direct rendering: Yes
    GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,
    OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.4, 128 bits)
    GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_fog_distance,
    and an Xorg.0.log
    [ 2185.905]
    X.Org X Server 1.15.0
    Release Date: 2013-12-27
    [ 2185.905] X Protocol Version 11, Revision 0
    [ 2185.906] Build Operating System: Linux 3.12.5-1-ARCH i686
    [ 2185.906] Current Operating System: Linux archdesk 3.12.9-1-ARCH #1 SMP PREEMPT Sun Jan 26 09:15:23 CET 2014 i686
    [ 2185.906] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=99a6d650-3886-4252-8ded-db4a892400e2 rw quiet
    [ 2185.907] Build Date: 09 January 2014 09:32:33AM
    [ 2185.907]
    [ 2185.907] Current version of pixman: 0.32.4
    [ 2185.907] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 2185.907] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 2185.908] (==) Log file: "/var/log/Xorg.1.log", Time: Sun Jan 26 16:35:29 2014
    [ 2185.909] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 2185.909] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 2185.909] (==) No Layout section. Using the first Screen section.
    [ 2185.909] (==) No screen section available. Using defaults.
    [ 2185.909] (**) |-->Screen "Default Screen Section" (0)
    [ 2185.909] (**) | |-->Monitor "<default monitor>"
    [ 2185.911] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 2185.911] (==) Automatically adding devices
    [ 2185.911] (==) Automatically enabling devices
    [ 2185.911] (==) Automatically adding GPU devices
    [ 2185.911] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 2185.911] Entry deleted from font path.
    [ 2185.912] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 2185.912] Entry deleted from font path.
    [ 2185.912] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 2185.912] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 2185.912] Entry deleted from font path.
    [ 2185.912] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 2185.912] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 2185.912] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 2185.912] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 2185.912] (II) Loader magic: 0x8265660
    [ 2185.912] (II) Module ABI versions:
    [ 2185.912] X.Org ANSI C Emulation: 0.4
    [ 2185.912] X.Org Video Driver: 15.0
    [ 2185.912] X.Org XInput driver : 20.0
    [ 2185.912] X.Org Server Extension : 8.0
    [ 2185.913] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 2185.915] setversion 1.4 failed: Permission denied
    [ 2185.918] (--) PCI:*(0:1:0:0) 1002:7280:17af:2172 rev 154, Mem @ 0xe0000000/268435456, 0xfdff0000/65536, I/O @ 0x0000bc00/256, BIOS @ 0x????????/131072
    [ 2185.918] (--) PCI: (0:1:0:1) 1002:72a0:17af:2173 rev 154, Mem @ 0xfdfe0000/65536
    [ 2185.918] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 2185.926] Initializing built-in extension Generic Event Extension
    [ 2185.927] Initializing built-in extension SHAPE
    [ 2185.927] Initializing built-in extension MIT-SHM
    [ 2185.927] Initializing built-in extension XInputExtension
    [ 2185.927] Initializing built-in extension XTEST
    [ 2185.927] Initializing built-in extension BIG-REQUESTS
    [ 2185.927] Initializing built-in extension SYNC
    [ 2185.927] Initializing built-in extension XKEYBOARD
    [ 2185.927] Initializing built-in extension XC-MISC
    [ 2185.928] Initializing built-in extension SECURITY
    [ 2185.928] Initializing built-in extension XINERAMA
    [ 2185.928] Initializing built-in extension XFIXES
    [ 2185.928] Initializing built-in extension RENDER
    [ 2185.928] Initializing built-in extension RANDR
    [ 2185.928] Initializing built-in extension COMPOSITE
    [ 2185.928] Initializing built-in extension DAMAGE
    [ 2185.928] Initializing built-in extension MIT-SCREEN-SAVER
    [ 2185.928] Initializing built-in extension DOUBLE-BUFFER
    [ 2185.928] Initializing built-in extension RECORD
    [ 2185.929] Initializing built-in extension DPMS
    [ 2185.929] Initializing built-in extension Present
    [ 2185.929] Initializing built-in extension DRI3
    [ 2185.929] Initializing built-in extension X-Resource
    [ 2185.929] Initializing built-in extension XVideo
    [ 2185.929] Initializing built-in extension XVideo-MotionCompensation
    [ 2185.929] Initializing built-in extension XFree86-VidModeExtension
    [ 2185.929] Initializing built-in extension XFree86-DGA
    [ 2185.929] Initializing built-in extension XFree86-DRI
    [ 2185.930] Initializing built-in extension DRI2
    [ 2185.930] (II) "glx" will be loaded by default.
    [ 2185.930] (II) LoadModule: "dri2"
    [ 2185.930] (II) Module "dri2" already built-in
    [ 2185.930] (II) LoadModule: "glamoregl"
    [ 2185.930] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 2185.948] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 2185.949] compiled for 1.15.0, module version = 0.6.0
    [ 2185.949] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 2185.949] (II) LoadModule: "glx"
    [ 2185.949] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 2185.950] (II) Module glx: vendor="X.Org Foundation"
    [ 2185.950] compiled for 1.15.0, module version = 1.0.0
    [ 2185.950] ABI class: X.Org Server Extension, version 8.0
    [ 2185.950] (==) AIGLX enabled
    [ 2185.950] Loading extension GLX
    [ 2185.950] (==) Matched ati as autoconfigured driver 0
    [ 2185.950] (==) Matched modesetting as autoconfigured driver 1
    [ 2185.950] (==) Matched fbdev as autoconfigured driver 2
    [ 2185.950] (==) Matched vesa as autoconfigured driver 3
    [ 2185.950] (==) Assigned the driver to the xf86ConfigLayout
    [ 2185.950] (II) LoadModule: "ati"
    [ 2185.951] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 2185.951] (II) Module ati: vendor="X.Org Foundation"
    [ 2185.951] compiled for 1.15.0, module version = 7.3.0
    [ 2185.951] Module class: X.Org Video Driver
    [ 2185.951] ABI class: X.Org Video Driver, version 15.0
    [ 2185.951] (II) LoadModule: "radeon"
    [ 2185.951] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 2185.952] (II) Module radeon: vendor="X.Org Foundation"
    [ 2185.952] compiled for 1.15.0, module version = 7.3.0
    [ 2185.952] Module class: X.Org Video Driver
    [ 2185.952] ABI class: X.Org Video Driver, version 15.0
    [ 2185.952] (II) LoadModule: "modesetting"
    [ 2185.958] (WW) Warning, couldn't open module modesetting
    [ 2185.958] (II) UnloadModule: "modesetting"
    [ 2185.958] (II) Unloading modesetting
    [ 2185.958] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 2185.958] (II) LoadModule: "fbdev"
    [ 2185.958] (WW) Warning, couldn't open module fbdev
    [ 2185.958] (II) UnloadModule: "fbdev"
    [ 2185.958] (II) Unloading fbdev
    [ 2185.958] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 2185.958] (II) LoadModule: "vesa"
    [ 2185.958] (WW) Warning, couldn't open module vesa
    [ 2185.958] (II) UnloadModule: "vesa"
    [ 2185.958] (II) Unloading vesa
    [ 2185.958] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 2185.958] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
    ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
    ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO2, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
    ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
    CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
    BARTS, BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
    OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, HAINAN, HAINAN, HAINAN,
    HAINAN, HAINAN, HAINAN, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE,
    BONAIRE, BONAIRE, BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI,
    KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
    KABINI, KABINI, KABINI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII,
    HAWAII, HAWAII, HAWAII, HAWAII
    [ 2185.974] (--) using VT number 2
    [ 2186.554] (II) [KMS] Kernel modesetting enabled.
    [ 2186.554] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 2186.554] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 2186.554] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 2186.554] (==) RADEON(0): Default visual is TrueColor
    [ 2186.554] (==) RADEON(0): RGB weight 888
    [ 2186.554] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 2186.554] (--) RADEON(0): Chipset: "ATI Radeon X1950" (ChipID = 0x7280)
    [ 2186.554] (II) Loading sub module "dri2"
    [ 2186.554] (II) LoadModule: "dri2"
    [ 2186.554] (II) Module "dri2" already built-in
    [ 2186.554] (II) Loading sub module "exa"
    [ 2186.554] (II) LoadModule: "exa"
    [ 2186.555] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 2186.555] (II) Module exa: vendor="X.Org Foundation"
    [ 2186.555] compiled for 1.15.0, module version = 2.6.0
    [ 2186.555] ABI class: X.Org Video Driver, version 15.0
    [ 2186.555] (II) RADEON(0): KMS Color Tiling: enabled
    [ 2186.555] (II) RADEON(0): KMS Color Tiling 2D: disabled
    [ 2186.555] (II) RADEON(0): KMS Pageflipping: enabled
    [ 2186.555] (II) RADEON(0): SwapBuffers wait for vsync: enabled
    [ 2186.596] (II) RADEON(0): Output DVI-0 has no monitor section
    [ 2186.636] (II) RADEON(0): Output S-video has no monitor section
    [ 2186.672] (II) RADEON(0): Output DVI-1 has no monitor section
    [ 2186.713] (II) RADEON(0): EDID for output DVI-0
    [ 2186.753] (II) RADEON(0): EDID for output S-video
    [ 2186.789] (II) RADEON(0): EDID for output DVI-1
    [ 2186.789] (II) RADEON(0): Manufacturer: HWP Model: 2827 Serial#: 16843009
    [ 2186.789] (II) RADEON(0): Year: 2009 Week: 20
    [ 2186.789] (II) RADEON(0): EDID Version: 1.3
    [ 2186.789] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
    [ 2186.789] (II) RADEON(0): Sync: Separate
    [ 2186.789] (II) RADEON(0): Max Image Size [cm]: horiz.: 44 vert.: 25
    [ 2186.789] (II) RADEON(0): Gamma: 2.20
    [ 2186.789] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    [ 2186.789] (II) RADEON(0): Default color space is primary color space
    [ 2186.789] (II) RADEON(0): First detailed timing is preferred mode
    [ 2186.789] (II) RADEON(0): redX: 0.650 redY: 0.335 greenX: 0.295 greenY: 0.605
    [ 2186.790] (II) RADEON(0): blueX: 0.145 blueY: 0.075 whiteX: 0.313 whiteY: 0.329
    [ 2186.790] (II) RADEON(0): Supported established timings:
    [ 2186.790] (II) RADEON(0): 720x400@70Hz
    [ 2186.790] (II) RADEON(0): 640x480@60Hz
    [ 2186.790] (II) RADEON(0): 800x600@60Hz
    [ 2186.790] (II) RADEON(0): 1024x768@60Hz
    [ 2186.790] (II) RADEON(0): Manufacturer's mask: 0
    [ 2186.790] (II) RADEON(0): Supported standard timings:
    [ 2186.790] (II) RADEON(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 2186.790] (II) RADEON(0): #1: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 2186.790] (II) RADEON(0): Supported detailed timing:
    [ 2186.790] (II) RADEON(0): clock: 108.0 MHz Image Size: 442 x 249 mm
    [ 2186.790] (II) RADEON(0): h_active: 1600 h_sync: 1624 h_sync_end 1704 h_blank_end 1800 h_border: 0
    [ 2186.790] (II) RADEON(0): v_active: 900 v_sync: 901 v_sync_end 904 v_blanking: 1000 v_border: 0
    [ 2186.790] (II) RADEON(0): Ranges: V min: 48 V max: 76 Hz, H min: 24 H max: 85 kHz, PixClock max 175 MHz
    [ 2186.790] (II) RADEON(0): Monitor name: HP 2009
    [ 2186.790] (II) RADEON(0): Serial No: CNC9200VZ4
    [ 2186.790] (II) RADEON(0): EDID (in hex):
    [ 2186.790] (II) RADEON(0): 00ffffffffffff0022f0272801010101
    [ 2186.790] (II) RADEON(0): 14130103682c1978eeb815a6554b9b25
    [ 2186.790] (II) RADEON(0): 135054a1080081809500010101010101
    [ 2186.790] (II) RADEON(0): 010101010101302a40c8608464301850
    [ 2186.790] (II) RADEON(0): 1300baf91000001e000000fd00304c18
    [ 2186.790] (II) RADEON(0): 5511000a202020202020000000fc0048
    [ 2186.790] (II) RADEON(0): 5020323030390a2020202020000000ff
    [ 2186.790] (II) RADEON(0): 00434e4339323030565a340a202000a2
    [ 2186.790] (II) RADEON(0): Printing probed modes for output DVI-1
    [ 2186.790] (II) RADEON(0): Modeline "1600x900"x60.0 108.00 1600 1624 1704 1800 900 901 904 1000 +hsync +vsync (60.0 kHz eP)
    [ 2186.790] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 2186.790] (II) RADEON(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
    [ 2186.791] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 2186.791] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 2186.791] (II) RADEON(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 2186.791] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 2186.791] (II) RADEON(0): Output DVI-0 disconnected
    [ 2186.791] (II) RADEON(0): Output S-video disconnected
    [ 2186.791] (II) RADEON(0): Output DVI-1 connected
    [ 2186.791] (II) RADEON(0): Using exact sizes for initial modes
    [ 2186.791] (II) RADEON(0): Output DVI-1 using initial mode 1600x900
    [ 2186.791] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 2186.791] (II) RADEON(0): mem size init: gart size :7dff000 vram size: s:20000000 visible:1fa41000
    [ 2186.791] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
    [ 2186.791] (==) RADEON(0): DPI set to (96, 96)
    [ 2186.791] (II) Loading sub module "fb"
    [ 2186.791] (II) LoadModule: "fb"
    [ 2186.792] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 2186.792] (II) Module fb: vendor="X.Org Foundation"
    [ 2186.792] compiled for 1.15.0, module version = 1.0.0
    [ 2186.793] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 2186.793] (II) Loading sub module "ramdac"
    [ 2186.793] (II) LoadModule: "ramdac"
    [ 2186.793] (II) Module "ramdac" already built-in
    [ 2186.793] (--) Depth 24 pixmap format is 32 bpp
    [ 2186.793] (II) RADEON(0): [DRI2] Setup complete
    [ 2186.793] (II) RADEON(0): [DRI2] DRI driver: r300
    [ 2186.793] (II) RADEON(0): [DRI2] VDPAU driver: r300
    [ 2186.793] (II) RADEON(0): Front buffer size: 5700K
    [ 2186.793] (II) RADEON(0): VRAM usage limit set to 461404K
    [ 2186.794] (==) RADEON(0): Backing store enabled
    [ 2186.794] (II) RADEON(0): Direct rendering enabled
    [ 2186.794] (II) RADEON(0): Render acceleration enabled for R300/R400/R500 type cards.
    [ 2186.794] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 2186.794] (II) EXA(0): Driver registered support for the following operations:
    [ 2186.794] (II) Solid
    [ 2186.794] (II) Copy
    [ 2186.794] (II) Composite (RENDER acceleration)
    [ 2186.794] (II) UploadToScreen
    [ 2186.794] (II) DownloadFromScreen
    [ 2186.794] (II) RADEON(0): Acceleration enabled
    [ 2186.794] (==) RADEON(0): DPMS enabled
    [ 2186.794] (==) RADEON(0): Silken mouse enabled
    [ 2186.794] (II) RADEON(0): Set up textured video
    [ 2186.794] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
    [ 2186.794] (II) RADEON(0): [XvMC] Extension initialized.
    [ 2186.794] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 2186.797] (--) RandR disabled
    [ 2186.840] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 2186.840] (II) AIGLX: enabled GLX_ARB_create_context
    [ 2186.840] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 2186.840] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 2186.840] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 2186.840] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 2186.840] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
    [ 2186.840] (II) AIGLX: enabled GLX_ARB_fbconfig_float
    [ 2186.840] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 2186.841] (II) AIGLX: Loaded and initialized r300
    [ 2186.841] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 2186.842] (II) RADEON(0): Setting screen physical size to 423 x 238
    [ 2186.916] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 2186.916] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 2186.916] (II) LoadModule: "evdev"
    [ 2186.916] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 2186.916] (II) Module evdev: vendor="X.Org Foundation"
    [ 2186.916] compiled for 1.15.0, module version = 2.8.2
    [ 2186.916] Module class: X.Org XInput Driver
    [ 2186.916] ABI class: X.Org XInput driver, version 20.0
    [ 2186.916] (II) Using input driver 'evdev' for 'Power Button'
    [ 2186.916] (**) Power Button: always reports core events
    [ 2186.916] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 2186.916] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 2186.916] (--) evdev: Power Button: Found keys
    [ 2186.916] (II) evdev: Power Button: Configuring as keyboard
    [ 2186.916] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event3"
    [ 2186.916] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 2186.916] (**) Option "xkb_rules" "evdev"
    [ 2186.916] (**) Option "xkb_model" "pc104"
    [ 2186.916] (**) Option "xkb_layout" "us"
    [ 2186.955] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 2186.955] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 2186.955] (II) Using input driver 'evdev' for 'Power Button'
    [ 2186.955] (**) Power Button: always reports core events
    [ 2186.955] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 2186.955] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 2186.955] (--) evdev: Power Button: Found keys
    [ 2186.955] (II) evdev: Power Button: Configuring as keyboard
    [ 2186.955] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event2"
    [ 2186.955] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 2186.955] (**) Option "xkb_rules" "evdev"
    [ 2186.955] (**) Option "xkb_model" "pc104"
    [ 2186.955] (**) Option "xkb_layout" "us"
    [ 2186.956] (II) config/udev: Adding input device Afatech DVB-T 2 (/dev/input/event1)
    [ 2186.956] (**) Afatech DVB-T 2: Applying InputClass "evdev keyboard catchall"
    [ 2186.956] (II) Using input driver 'evdev' for 'Afatech DVB-T 2'
    [ 2186.956] (**) Afatech DVB-T 2: always reports core events
    [ 2186.956] (**) evdev: Afatech DVB-T 2: Device: "/dev/input/event1"
    [ 2186.956] (--) evdev: Afatech DVB-T 2: Vendor 0x1b80 Product 0xe399
    [ 2186.956] (--) evdev: Afatech DVB-T 2: Found keys
    [ 2186.956] (II) evdev: Afatech DVB-T 2: Configuring as keyboard
    [ 2186.956] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.2/usb2/2-5/2-5:1.1/input/input2/event1"
    [ 2186.956] (II) XINPUT: Adding extended input device "Afatech DVB-T 2" (type: KEYBOARD, id 8)
    [ 2186.956] (**) Option "xkb_rules" "evdev"
    [ 2186.956] (**) Option "xkb_model" "pc104"
    [ 2186.956] (**) Option "xkb_layout" "us"
    [ 2186.957] (II) config/udev: Adding input device KWorld PlusTV Dual DVB-T Stick (DVB-T 399U) (/dev/input/event6)
    [ 2186.957] (**) KWorld PlusTV Dual DVB-T Stick (DVB-T 399U): Applying InputClass "evdev keyboard catchall"
    [ 2186.957] (II) Using input driver 'evdev' for 'KWorld PlusTV Dual DVB-T Stick (DVB-T 399U)'
    [ 2186.957] (**) KWorld PlusTV Dual DVB-T Stick (DVB-T 399U): always reports core events
    [ 2186.957] (**) evdev: KWorld PlusTV Dual DVB-T Stick (DVB-T 399U): Device: "/dev/input/event6"
    [ 2186.957] (--) evdev: KWorld PlusTV Dual DVB-T Stick (DVB-T 399U): Vendor 0x1b80 Product 0xe399
    [ 2186.957] (--) evdev: KWorld PlusTV Dual DVB-T Stick (DVB-T 399U): Found keys
    [ 2186.957] (II) evdev: KWorld PlusTV Dual DVB-T Stick (DVB-T 399U): Configuring as keyboard
    [ 2186.957] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.2/usb2/2-5/rc/rc0/input7/event6"
    [ 2186.957] (II) XINPUT: Adding extended input device "KWorld PlusTV Dual DVB-T Stick (DVB-T 399U)" (type: KEYBOARD, id 9)
    [ 2186.957] (**) Option "xkb_rules" "evdev"
    [ 2186.957] (**) Option "xkb_model" "pc104"
    [ 2186.957] (**) Option "xkb_layout" "us"
    [ 2186.957] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 2186.957] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 2186.958] setversion 1.4 failed: Permission denied
    [ 2186.958] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 2186.958] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 2186.958] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 2186.958] (**) AT Translated Set 2 keyboard: always reports core events
    [ 2186.958] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 2186.958] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 2186.958] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 2186.958] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 2186.958] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 2186.958] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
    [ 2186.958] (**) Option "xkb_rules" "evdev"
    [ 2186.958] (**) Option "xkb_model" "pc104"
    [ 2186.958] (**) Option "xkb_layout" "us"
    [ 2186.959] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/event5)
    [ 2186.959] (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "evdev pointer catchall"
    [ 2186.959] (II) Using input driver 'evdev' for 'ImPS/2 Generic Wheel Mouse'
    [ 2186.959] (**) ImPS/2 Generic Wheel Mouse: always reports core events
    [ 2186.959] (**) evdev: ImPS/2 Generic Wheel Mouse: Device: "/dev/input/event5"
    [ 2186.959] (--) evdev: ImPS/2 Generic Wheel Mouse: Vendor 0x2 Product 0x5
    [ 2186.959] (--) evdev: ImPS/2 Generic Wheel Mouse: Found 3 mouse buttons
    [ 2186.959] (--) evdev: ImPS/2 Generic Wheel Mouse: Found scroll wheel(s)
    [ 2186.959] (--) evdev: ImPS/2 Generic Wheel Mouse: Found relative axes
    [ 2186.959] (--) evdev: ImPS/2 Generic Wheel Mouse: Found x and y relative axes
    [ 2186.959] (II) evdev: ImPS/2 Generic Wheel Mouse: Configuring as mouse
    [ 2186.959] (II) evdev: ImPS/2 Generic Wheel Mouse: Adding scrollwheel support
    [ 2186.959] (**) evdev: ImPS/2 Generic Wheel Mouse: YAxisMapping: buttons 4 and 5
    [ 2186.959] (**) evdev: ImPS/2 Generic Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 2186.959] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event5"
    [ 2186.959] (II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE, id 11)
    [ 2186.959] (II) evdev: ImPS/2 Generic Wheel Mouse: initialized for relative axes.
    [ 2186.959] (**) ImPS/2 Generic Wheel Mouse: (accel) keeping acceleration scheme 1
    [ 2186.959] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration profile 0
    [ 2186.959] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration factor: 2.000
    [ 2186.959] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration threshold: 4
    [ 2186.960] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/mouse0)
    [ 2186.960] (II) No input driver specified, ignoring this device.
    [ 2186.960] (II) This device may have been added with another device file.
    [ 2186.960] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
    [ 2186.960] (II) No input driver specified, ignoring this device.
    [ 2186.960] (II) This device may have been added with another device file.
    [ 2192.987] (II) evdev: ImPS/2 Generic Wheel Mouse: Close
    [ 2192.987] (II) UnloadModule: "evdev"
    [ 2192.987] (II) evdev: AT Translated Set 2 keyboard: Close
    [ 2192.987] (II) UnloadModule: "evdev"
    [ 2192.987] (II) evdev: KWorld PlusTV Dual DVB-T Stick (DVB-T 399U): Close
    [ 2192.987] (II) UnloadModule: "evdev"
    [ 2192.987] (II) evdev: Afatech DVB-T 2: Close
    [ 2192.987] (II) UnloadModule: "evdev"
    [ 2192.987] (II) evdev: Power Button: Close
    [ 2192.987] (II) UnloadModule: "evdev"
    [ 2192.987] (II) evdev: Power Button: Close
    [ 2192.987] (II) UnloadModule: "evdev"
    [ 2193.034] (EE) Server terminated successfully (0). Closing log file.
    when I run those xinit commands as root I get good screens with proper outputs.
    I've tried to run the script from https://wiki.archlinux.org/index.php/Ru … _X_display
    and another script which I've used in the past
    #!/bin/bash
    xinit /dev/stdin -- :1 vt8 -ac -depth 24 <<EOF
    xrandr --output LVDS1 --mode 1400x900 -d :1
    /usr/bin/ufo
    EOF
    I have to say that I'm stuck.
    pacman -Ss xf86-video | grep installed
    gives:
    extra/xf86-video-ati 1:7.3.0-1 (xorg-drivers xorg) [installed]
    If I run the game on an established screen, there is no problem. What can I do? Is it safe to run xinit as root?
    Thanks
    EDIT SOLVED:
    Ok, so it seems I was close.  This is what works for me:
    Go to a virtual terminal, let's say vt1 and login as your user:
    xinit /usr/bin/ufo -- :1 vt1
    The command can be run from an existing session or from the vt itself. The "trick" is to do with session permissions, it's important to be logged in to the virtual terminal as a user with X permissions. This is info missing from the wiki pages.
    Last edited by jackwild (2014-01-28 03:20:26)

    tomk wrote:Directories have to be executable - yours wasn't.
    Thanks. Hadn't thought about that.
    ngoonee wrote:You probably ran (or had a bad package/script run) chmod 666 -R on your ~/
    Maybe. Tried to retrace my steps to figure out what I did, but because I did it at work I did everything in like five-minute-pieces, getting distracted all the time. The only thing I can think of that actually touched the folder at installation time was the "sakura" community package, though I don't believe that it would do something like that. I'll try to do it again when I'm at work though. Just to make sure.
    Thanks anyway for your input.

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

  • Broken laptop input mouse & keyboard [xps15z] [post Syu]

    Problems:
    -laptop's (dell xps 15z) keyboard and mouse not working
    -X broken
    I am really stumped here and looking for any help / direction. I am running out of questions to ask, and would appreciate any feedback.
    What I have tried:
    -creating a new modprobe.conf,
    -merging rc.conf.pacnew,
    -downgrading to my previous udev, mkinitcpio, and module-init-tools, using the packages found in cache. remade init with
    mkinitcpio -p linux
    and keyboard and mouse still did not work
    -merged locale.conf.pacnew
    -merged pacman.conf.pacnew
    -traversed almost all of the logs multiple times (have not found a silver bullet, but not positive on what Im looking for..)
    Below I have included some notes, my relevant (dates) pacman.log, and what I pulled from dmesg that seemed related to me.
    //notes
    -usb ports work
    -when i hit keys on the keyboard while at the console username prompt, nothing types, but if laptop is a dark place, the keys back-lights actually do light up...
    -every other boot I get stuck on MUX error (error has been there since I installed arch, but only now does it freeze occasionally here)
    [ 5.627516] [drm:intel_dsm_platform_mux_info] *ERROR* MUX INFO call failed
    [ 5.627613] [drm:intel_dsm_platform_mux_info] *ERROR* MUX INFO call failed
    -the update that broke stuff I set up my pacman key config
    [2012-01-20 05:14] warning: /etc/pacman.conf installed as /etc/pacman.conf.pacnew
    [2012-01-20 05:14] >>> Run `pacman-key --init` to set up your pacman keyring.
    [2012-01-20 05:14] upgraded pacman (3.5.4-4 -> 4.0.1-4)
    -also had to force the filesystem
    [2012-01-20 06:01] Running 'pacman -S --force filesystem'
    [2012-01-20 06:01] upgraded filesystem (2011.10-1 -> 2011.12-2)
    //dmesg findings
    [ 1.034772] mousedev: PS/2 mouse device common for all mice
    [ 1.045355] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 6.172182] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input8
    [ 42.447721] input: Dell Dell USB Keyboard as /devices/pci0000:00/0000:00:1c.3/0000:04:00.0/usb2/2-1/2-1:1.0/input/input15
    [ 42.447801] generic-usb 0003:413C:2003.0001: input,hidraw0: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-0000:04:00.0-1/input0
    [ 42.447811] usbcore: registered new interface driver usbhid
    [ 42.447812] usbhid: USB HID core driver
    //pacman.log
    [2012-01-20 05:13] Running 'pacman -Syu'
    [2012-01-20 05:13] synchronizing package lists
    [2012-01-20 05:14] upgraded linux-api-headers (3.1.4-1 -> 3.1.6-1)
    [2012-01-20 05:14] warning: /etc/locale.gen installed as /etc/locale.gen.pacnew
    [2012-01-20 05:14] Generating locales...
    [2012-01-20 05:14] en_US.UTF-8... done
    [2012-01-20 05:14] en_US.ISO-8859-1... done
    [2012-01-20 05:14] Generation complete.
    [2012-01-20 05:14] upgraded glibc (2.14.1-2 -> 2.15-3)
    [2012-01-20 05:14] upgraded libarchive (2.8.5-2 -> 3.0.3-2)
    [2012-01-20 05:14] warning: /etc/pacman.conf installed as /etc/pacman.conf.pacnew
    [2012-01-20 05:14] >>> Run `pacman-key --init` to set up your pacman keyring.
    [2012-01-20 05:14] upgraded pacman (3.5.4-4 -> 4.0.1-4)
    [2012-01-20 05:16] Running 'pacman -Syu'
    [2012-01-20 05:16] synchronizing package lists
    [2012-01-20 05:16] starting full system upgrade
    [2012-01-20 05:16] Running 'pacman -Syu'
    [2012-01-20 05:16] synchronizing package lists
    [2012-01-20 05:16] starting full system upgrade
    [2012-01-20 05:22] Running 'pacman -Rdd gcc-multilib gcc-libs-multilib'
    [2012-01-20 05:22] Running 'pacman -S gcc-multilib'
    [2012-01-20 05:24] Running 'pacman -Syu'
    [2012-01-20 05:24] synchronizing package lists
    [2012-01-20 05:24] starting full system upgrade
    [2012-01-20 05:25] Running 'pacman -S gcc-libs'
    [2012-01-20 05:27] Running 'pacman -S gcc-objc-multilib'
    [2012-01-20 05:37] Running 'pacman -Syu'
    [2012-01-20 05:37] synchronizing package lists
    [2012-01-20 05:37] starting full system upgrade
    [2012-01-20 05:55] Running 'pacman -Syu'
    [2012-01-20 05:55] synchronizing package lists
    [2012-01-20 05:56] starting full system upgrade
    [2012-01-20 06:01] Running 'pacman -S --force filesystem'
    [2012-01-20 06:01] upgraded filesystem (2011.10-1 -> 2011.12-2)
    [2012-01-20 06:01] Running 'pacman -Syu'
    [2012-01-20 06:01] synchronizing package lists
    [2012-01-20 06:01] starting full system upgrade
    [2012-01-20 06:02] removed gcc-libs-multilib (4.6.2-3)
    [2012-01-20 06:02] installed gcc-libs (4.6.2-5)
    [2012-01-20 06:02] upgraded db (5.2.36-2 -> 5.3.15-1)
    [2012-01-20 06:02] upgraded pam (1.1.5-1 -> 1.1.5-2)
    [2012-01-20 06:02] upgraded coreutils (8.14-1 -> 8.15-1)
    [2012-01-20 06:02] upgraded perl (5.14.2-4 -> 5.14.2-7)
    [2012-01-20 06:02] upgraded openssl (1.0.0.e-1 -> 1.0.0.g-1)
    [2012-01-20 06:02] upgraded libsasl (2.1.23-8 -> 2.1.23-9)
    [2012-01-20 06:02] upgraded libldap (2.4.26-5 -> 2.4.28-2)
    [2012-01-20 06:02] upgraded unixodbc (2.3.0-2 -> 2.3.1-1)
    [2012-01-20 06:02] upgraded apr-util (1.3.12-3 -> 1.3.12-5)
    [2012-01-20 06:02] upgraded at-spi2-core (2.2.1-1 -> 2.2.3-1)
    [2012-01-20 06:02] upgraded at-spi2-atk (2.2.1-1 -> 2.2.2-1)
    [2012-01-20 06:02] upgraded ca-certificates (20111025-2 -> 20111211-1)
    [2012-01-20 06:02] upgraded libxi (1.4.3-1 -> 1.4.5-1)
    [2012-01-20 06:02] upgraded desktop-file-utils (0.18-1 -> 0.19-1)
    [2012-01-20 06:02] upgraded qt (4.7.4-3 -> 4.8.0-2)
    [2012-01-20 06:02] upgraded attica (0.2.9-1 -> 0.3.0-1)
    [2012-01-20 06:02] upgraded automake (1.11.1-3 -> 1.11.2-1)
    [2012-01-20 06:02] upgraded binutils (2.22-2 -> 2.22-4)
    [2012-01-20 06:02] upgraded bluez (4.96-1 -> 4.98-1)
    [2012-01-20 06:02] upgraded cifs-utils (4.9-3 -> 5.2-1)
    [2012-01-20 06:02] upgraded clutter-gst (1.4.4-1 -> 1.4.6-1)
    [2012-01-20 06:02] upgraded lcms2 (2.2-1 -> 2.3-1)
    [2012-01-20 06:02] upgraded colord (0.1.15-3 -> 0.1.16-1)
    [2012-01-20 06:02] upgraded consolekit (0.4.5-1 -> 0.4.5-2)
    [2012-01-20 06:02] upgraded cryptsetup (1.4.0-2 -> 1.4.1-1)
    [2012-01-20 06:02] upgraded nss (3.12.11-3 -> 3.13.1-2)
    [2012-01-20 06:02] upgraded evolution-data-server (3.2.2-1 -> 3.2.3-2)
    [2012-01-20 06:03] upgraded gtk3 (3.2.2-4 -> 3.2.3-2)
    [2012-01-20 06:03] upgraded gtkhtml4 (4.2.2-1 -> 4.2.3-1)
    [2012-01-20 06:03] upgraded evolution (3.2.2-1 -> 3.2.3-2)
    [2012-01-20 06:03] upgraded file (5.09-1 -> 5.10-1)
    [2012-01-20 06:03] upgraded firefox (8.0.1-1 -> 9.0.1-1)
    [2012-01-20 06:03] upgraded telepathy-glib (0.16.3-1 -> 0.16.4-1)
    [2012-01-20 06:03] upgraded folks (0.6.5-1 -> 0.6.6-1)
    [2012-01-20 06:03] upgraded gcc (4.6.2-3 -> 4.6.2-5)
    [2012-01-20 06:03] upgraded libjpeg-turbo (1.1.1-3 -> 1.1.1-4)
    [2012-01-20 06:03] upgraded gdk-pixbuf2 (2.24.0-1 -> 2.24.1-1)
    [2012-01-20 06:03] upgraded gtksourceview3 (3.2.3-1 -> 3.2.3-2)
    [2012-01-20 06:03] upgraded pygobject-devel (3.0.2-1 -> 3.0.3-1)
    [2012-01-20 06:03] upgraded python2-gobject (3.0.2-1 -> 3.0.3-1)
    [2012-01-20 06:03] upgraded gedit (3.2.5-1 -> 3.2.6-1)
    [2012-01-20 06:03] upgraded git (1.7.8-1 -> 1.7.8.4-1)
    [2012-01-20 06:03] upgraded gjs (1.30.0-1 -> 1.30.1-1)
    [2012-01-20 06:03] upgraded gnutls (3.0.8-1 -> 3.0.11-1)
    [2012-01-20 06:03] upgraded glib-networking (2.30.1-1 -> 2.30.2-1)
    [2012-01-20 06:03] upgraded gpgme (1.3.1-1 -> 1.3.1-2)
    [2012-01-20 06:03] upgraded gmime (2.4.28-1 -> 2.6.4-1)
    [2012-01-20 06:03] upgraded gnome-color-manager (3.2.1-2 -> 3.2.2-1)
    [2012-01-20 06:03] upgraded gnome-icon-theme-symbolic (3.2.1-1 -> 3.2.2-1)
    [2012-01-20 06:03] upgraded gnome-keyring (3.2.2-1 -> 3.2.2-3)
    [2012-01-20 06:03] upgraded whois (5.0.13-1 -> 5.0.14-1)
    [2012-01-20 06:03] upgraded gnome-nettool (3.0.0-1 -> 3.0.1-1)
    [2012-01-20 06:04] upgraded mutter (3.2.1-1 -> 3.2.2-1)
    [2012-01-20 06:04] upgraded libpulse (1.1-1 -> 1.1-2)
    [2012-01-20 06:04] upgraded gnome-shell (3.2.1-1 -> 3.2.2.1-1)
    [2012-01-20 06:04] upgraded gvfs (1.10.1-1 -> 1.10.1-2)
    [2012-01-20 06:04] upgraded gvfs-obexftp (1.10.1-1 -> 1.10.1-2)
    [2012-01-20 06:04] upgraded vim-runtime (7.3.353-2 -> 7.3.401-1)
    [2012-01-20 06:04] upgraded ruby (1.9.3_p0-2 -> 1.9.3_p0-3)
    [2012-01-20 06:04] upgraded gvim (7.3.353-2 -> 7.3.401-1)
    [2012-01-20 06:04] upgraded hdparm (9.37-2 -> 9.38-1)
    [2012-01-20 06:04] upgraded inetutils (1.8-6 -> 1.9.1-1)
    [2012-01-20 06:04] upgraded iproute2 (2.6.39-2 -> 3.2.0-1)
    [2012-01-20 06:04] warning: /etc/rc.conf installed as /etc/rc.conf.pacnew
    [2012-01-20 06:04] upgraded initscripts (2011.11.3-1 -> 2012.01.2-1)
    [2012-01-20 06:04] upgraded jack (0.121.3-4 -> 0.121.3-5)
    [2012-01-20 06:04] installed rhino (1.7R3-1)
    [2012-01-20 06:04] installed jre7-openjdk-headless (7.b147_2.0-5)
    [2012-01-20 06:04] upgraded jre7-openjdk (7.b147_2.0-2 -> 7.b147_2.0-5)
    [2012-01-20 06:04] upgraded jdk7-openjdk (7.b147_2.0-2 -> 7.b147_2.0-5)
    [2012-01-20 06:04] upgraded redland (1:1.0.15-1 -> 1:1.0.15-3)
    [2012-01-20 06:04] upgraded redland-storage-virtuoso (1:1.0.15-1 -> 1:1.0.15-3)
    [2012-01-20 06:04] upgraded soprano (2.7.3-1 -> 2.7.4-1)
    [2012-01-20 06:04] upgraded libdbusmenu-qt (0.9.0-1 -> 0.9.0-2)
    [2012-01-20 06:04] upgraded polkit-qt (0.99.0-1 -> 0.103.0-1)
    [2012-01-20 06:04] upgraded phonon (1:4.5.1-2 -> 1:4.6.0-1)
    [2012-01-20 06:04] installed gperf (3.0.4-4)
    [2012-01-20 06:04] installed qtwebkit (2.2.1-2)
    [2012-01-20 06:04] upgraded kdelibs (4.7.4-1 -> 4.7.4-5)
    [2012-01-20 06:04] upgraded libassuan (2.0.2-1 -> 2.0.3-1)
    [2012-01-20 06:04] upgraded libdrm (2.4.28-1 -> 2.4.30-1)
    [2012-01-20 06:04] upgraded libgphoto2 (2.4.10.1-2 -> 2.4.11-1)
    [2012-01-20 06:04] upgraded libgsf (1.14.21-1 -> 1.14.22-2)
    [2012-01-20 06:04] upgraded libmysqlclient (5.5.19-1 -> 5.5.20-1)
    [2012-01-20 06:04] upgraded liboauth (0.9.4-2 -> 0.9.6-1)
    [2012-01-20 06:04] upgraded libpcap (1.1.1-4 -> 1.2.1-1)
    [2012-01-20 06:04] upgraded libreoffice-en-US (3.4.4-3 -> 3.4.5-1)
    [2012-01-20 06:04] upgraded libreoffice-common (3.4.4-3 -> 3.4.5-1)
    [2012-01-20 06:04] upgraded libreoffice-base (3.4.4-3 -> 3.4.5-1)
    [2012-01-20 06:04] upgraded libreoffice-calc (3.4.4-3 -> 3.4.5-1)
    [2012-01-20 06:04] upgraded libreoffice-draw (3.4.4-3 -> 3.4.5-1)
    [2012-01-20 06:04] upgraded libreoffice-gnome (3.4.4-3 -> 3.4.5-1)
    [2012-01-20 06:04] upgraded libreoffice-impress (3.4.4-3 -> 3.4.5-1)
    [2012-01-20 06:04] upgraded libreoffice-kde4 (3.4.4-3 -> 3.4.5-1)
    [2012-01-20 06:04] upgraded libreoffice-math (3.4.4-3 -> 3.4.5-1)
    [2012-01-20 06:04] upgraded libreoffice-sdk (3.4.4-3 -> 3.4.5-1)
    [2012-01-20 06:04] upgraded libreoffice-sdk-doc (3.4.4-3 -> 3.4.5-1)
    [2012-01-20 06:04] upgraded libreoffice-writer (3.4.4-3 -> 3.4.5-1)
    [2012-01-20 06:04] upgraded util-linux (2.20.1-1 -> 2.20.1-2)
    [2012-01-20 06:04] upgraded libtracker-sparql (0.12.8-1 -> 0.12.9-1)
    [2012-01-20 06:04] >>> Updating module dependencies. Please wait ...
    [2012-01-20 06:04] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2012-01-20 06:04] ==> Building image from preset: 'default'
    [2012-01-20 06:04] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2012-01-20 06:04] ==> Starting build: 3.2.1-1-ARCH
    [2012-01-20 06:04] -> Parsing hook: [base]
    [2012-01-20 06:04] -> Parsing hook: [udev]
    [2012-01-20 06:04] -> Parsing hook: [autodetect]
    [2012-01-20 06:05] -> Parsing hook: [pata]
    [2012-01-20 06:05] -> Parsing hook: [scsi]
    [2012-01-20 06:05] -> Parsing hook: [sata]
    [2012-01-20 06:05] -> Parsing hook: [filesystems]
    [2012-01-20 06:05] -> Parsing hook: [usbinput]
    [2012-01-20 06:05] ==> Generating module dependencies
    [2012-01-20 06:05] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2012-01-20 06:05] ==> Image generation successful
    [2012-01-20 06:05] ==> Building image from preset: 'fallback'
    [2012-01-20 06:05] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2012-01-20 06:05] ==> Starting build: 3.2.1-1-ARCH
    [2012-01-20 06:05] -> Parsing hook: [base]
    [2012-01-20 06:05] -> Parsing hook: [udev]
    [2012-01-20 06:05] -> Parsing hook: [pata]
    [2012-01-20 06:05] -> Parsing hook: [scsi]
    [2012-01-20 06:05] -> Parsing hook: [sata]
    [2012-01-20 06:05] -> Parsing hook: [filesystems]
    [2012-01-20 06:05] -> Parsing hook: [usbinput]
    [2012-01-20 06:05] ==> Generating module dependencies
    [2012-01-20 06:05] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2012-01-20 06:05] ==> Image generation successful
    [2012-01-20 06:05] upgraded linux (3.1.5-1 -> 3.2.1-1)
    [2012-01-20 06:05] upgraded linux-docs (3.1.5-1 -> 3.2.1-1)
    [2012-01-20 06:05] upgraded linux-headers (3.1.5-1 -> 3.2.1-1)
    [2012-01-20 06:05] upgraded mono (2.10.6-1 -> 2.10.8-1)
    [2012-01-20 06:05] upgraded mysql-clients (5.5.19-1 -> 5.5.20-1)
    [2012-01-20 06:05] upgraded mysql (5.5.19-1 -> 5.5.20-1)
    [2012-01-20 06:05] upgraded obexd-client (0.42-1 -> 0.44-1)
    [2012-01-20 06:05] upgraded php (5.3.8-5 -> 5.3.9-1)
    [2012-01-20 06:05] upgraded php-apache (5.3.8-5 -> 5.3.9-1)
    [2012-01-20 06:05] upgraded poppler (0.18.1-1 -> 0.18.2-1)
    [2012-01-20 06:05] upgraded poppler-glib (0.18.1-1 -> 0.18.2-1)
    [2012-01-20 06:05] upgraded pulseaudio (1.1-1 -> 1.1-2)
    [2012-01-20 06:05] upgraded rpcbind (0.2.0-5 -> 0.2.0-6)
    [2012-01-20 06:05] upgraded sdl (1.2.14-9 -> 1.2.14-10)
    [2012-01-20 06:05] upgraded sdl_image (1.2.10-2 -> 1.2.11-1)
    [2012-01-20 06:05] upgraded sdl_ttf (2.0.10-1 -> 2.0.11-1)
    [2012-01-20 06:05] upgraded subversion (1.7.2-1 -> 1.7.2-2)
    [2012-01-20 06:05] upgraded thunderbird (8.0-1 -> 9.0.1-1)
    [2012-01-20 06:05] upgraded totem-plparser (2.32.6-1 -> 2.32.6-3)
    [2012-01-20 06:05] upgraded tracker (0.12.8-1 -> 0.12.9-1)
    [2012-01-20 06:05] upgraded wavpack (4.60.1-1 -> 4.60.1-2)
    [2012-01-20 06:05] upgraded xf86-video-nouveau (0.0.16_git20110829-1 -> 0.0.16_git20120106-1)
    [2012-01-20 06:05] upgraded xkeyboard-config (2.4.1-2 -> 2.4.1-3)
    [2012-01-20 06:05] upgraded xorg-server-common (1.11.2-2 -> 1.11.3-1)
    [2012-01-20 06:05] upgraded xorg-server (1.11.2-2 -> 1.11.3-1)
    [2012-01-20 06:05] upgraded xorg-xinit (1.3.1-1 -> 1.3.1-2)
    [2012-01-20 06:05] upgraded xterm (275-1 -> 276-1)
    [2012-01-20 06:06] Running 'pacman -Syu'
    [2012-01-20 06:06] synchronizing package lists
    [2012-01-20 06:06] starting full system upgrade
    [2012-01-23 04:20] Running 'pacman -Syu'
    [2012-01-23 04:20] synchronizing package lists
    [2012-01-23 04:20] starting full system upgrade
    [2012-01-23 04:20] Running 'pacman -Syu'
    [2012-01-23 04:20] synchronizing package lists
    [2012-01-23 04:20] starting full system upgrade
    [2012-01-23 04:21] removed module-init-tools (3.16-3)
    [2012-01-23 04:21] upgraded dbus-sharp (0.7.0-3 -> 0.7.0-4)
    [2012-01-23 04:21] upgraded dbus-sharp-glib (0.5.0-3 -> 0.5.0-4)
    [2012-01-23 04:21] upgraded gnutls (3.0.11-1 -> 3.0.12-1)
    [2012-01-23 04:21] upgraded gstreamer0.10-python (0.10.21-1 -> 0.10.22-1)
    [2012-01-23 04:21] installed kmod (4-1)
    [2012-01-23 04:21] upgraded udev (175-1 -> 178-1)
    [2012-01-23 04:21] warning: /etc/rc.conf installed as /etc/rc.conf.pacnew
    [2012-01-23 04:21] upgraded initscripts (2012.01.2-1 -> 2012.01.3-1)
    [2012-01-23 04:21] upgraded libgee (0.6.3-1 -> 0.6.4-1)
    [2012-01-23 04:21] upgraded mdadm (3.2.2-4 -> 3.2.3-1)
    [2012-01-23 04:21] upgraded mkinitcpio (0.8.0-3 -> 0.8.2-1)
    [2012-01-23 04:21] upgraded pixman (0.24.0-1 -> 0.24.2-1)
    [2012-01-23 04:21] upgraded poppler (0.18.2-1 -> 0.18.3-1)
    [2012-01-23 04:21] upgraded poppler-glib (0.18.2-1 -> 0.18.3-1)
    [2012-01-23 04:21] upgraded sdl_image (1.2.11-1 -> 1.2.12-1)
    [2012-01-23 04:21] upgraded sg3_utils (1.30-1 -> 1.33-1)
    [2012-01-23 04:21] upgraded sqlite3 (3.7.9-1 -> 3.7.10-1)
    [2012-01-23 04:21] upgraded xkeyboard-config (2.4.1-3 -> 2.5-1)
    [2012-01-23 04:21] upgraded xterm (276-1 -> 278-1)
    EDIT: SO NOW x won't even make it as far as it did before (to at least let me see the wallpaper) and eventually goes to a 'something went wrong' screen and I have to shutdown as I don't have a mouse to select Log Out.
    //xorg.log
    [ 31.490] (**) Option "xkb_rules" "evdev"
    [ 31.490] (**) Option "xkb_model" "evdev"
    [ 31.490] (**) Option "xkb_layout" "us"
    [ 31.490] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 31.490] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 31.490] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 31.490] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 31.490] (**) AT Translated Set 2 keyboard: always reports core events
    [ 31.490] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 31.490] (--) AT Translated Set 2 keyboard: Found keys
    [ 31.490] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 31.490] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 31.490] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
    [ 31.491] (**) Option "xkb_rules" "evdev"
    [ 31.491] (**) Option "xkb_model" "evdev"
    [ 31.491] (**) Option "xkb_layout" "us"
    [ 31.491] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/event9)
    [ 31.491] (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "evdev pointer catchall"
    [ 31.491] (II) Using input driver 'evdev' for 'ImPS/2 Generic Wheel Mouse'
    [ 31.491] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 31.491] (**) ImPS/2 Generic Wheel Mouse: always reports core events
    [ 31.491] (**) ImPS/2 Generic Wheel Mouse: Device: "/dev/input/event9"
    [ 31.491] (--) ImPS/2 Generic Wheel Mouse: Found 3 mouse buttons
    [ 31.491] (--) ImPS/2 Generic Wheel Mouse: Found scroll wheel(s)
    [ 31.491] (--) ImPS/2 Generic Wheel Mouse: Found relative axes
    [ 31.491] (--) ImPS/2 Generic Wheel Mouse: Found x and y relative axes
    [ 31.491] (II) ImPS/2 Generic Wheel Mouse: Configuring as mouse
    [ 31.491] (II) ImPS/2 Generic Wheel Mouse: Adding scrollwheel support
    [ 31.491] (**) ImPS/2 Generic Wheel Mouse: YAxisMapping: buttons 4 and 5
    [ 31.491] (**) ImPS/2 Generic Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 31.491] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event9"
    [ 31.491] (II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE, id 14)
    [ 31.491] (II) ImPS/2 Generic Wheel Mouse: initialized for relative axes.
    [ 31.491] (**) ImPS/2 Generic Wheel Mouse: (accel) keeping acceleration scheme 1
    [ 31.491] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration profile 0
    [ 31.491] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration factor: 2.000
    [ 31.491] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration threshold: 4
    [ 31.491] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/mouse0)
    [ 31.491] (II) No input driver/identifier specified (ignoring)
    [ 31.491] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
    [ 31.491] (II) No input driver/identifier specified (ignoring)
    [ 31.492] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event8)
    [ 31.492] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 31.492] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
    [ 31.492] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 31.492] (**) Dell WMI hotkeys: always reports core events
    [ 31.492] (**) Dell WMI hotkeys: Device: "/dev/input/event8"
    [ 31.492] (--) Dell WMI hotkeys: Found keys
    [ 31.492] (II) Dell WMI hotkeys: Configuring as keyboard
    [ 31.492] (**) Option "config_info" "udev:/sys/devices/virtual/input/input8/event8"
    [ 31.492] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 15)
    [ 31.492] (**) Option "xkb_rules" "evdev"
    [ 31.492] (**) Option "xkb_model" "evdev"
    [ 31.492] (**) Option "xkb_layout" "us"
    [ 34.195] (II) intel(0): EDID vendor "AUO", prod id 12525
    [ 34.195] (II) intel(0): Printing DDC gathered Modelines:
    [ 34.195] (II) intel(0): Modeline "1920x1080"x0.0 140.00 1920 1968 2068 2144 1080 1083 1084 1088 +hsync -vsync (65.3 kHz)
    [ 34.195] (II) intel(0): Modeline "1920x1080"x0.0 93.33 1920 1968 2068 2144 1080 1083 1084 1088 +hsync -vsync (43.5 kHz)
    [ 34.531] (II) intel(0): EDID vendor "AUO", prod id 12525
    [ 34.531] (II) intel(0): Printing DDC gathered Modelines:
    [ 34.531] (II) intel(0): Modeline "1920x1080"x0.0 140.00 1920 1968 2068 2144 1080 1083 1084 1088 +hsync -vsync (65.3 kHz)
    [ 34.531] (II) intel(0): Modeline "1920x1080"x0.0 93.33 1920 1968 2068 2144 1080 1083 1084 1088 +hsync -vsync (43.5 kHz)
    [ 66.265] (II) intel(0): EDID vendor "AUO", prod id 12525
    [ 66.265] (II) intel(0): Printing DDC gathered Modelines:
    [ 66.265] (II) intel(0): Modeline "1920x1080"x0.0 140.00 1920 1968 2068 2144 1080 1083 1084 1088 +hsync -vsync (65.3 kHz)
    [ 66.265] (II) intel(0): Modeline "1920x1080"x0.0 93.33 1920 1968 2068 2144 1080 1083 1084 1088 +hsync -vsync (43.5 kHz)
    EDIT: FOUND this bug: https://bugs.archlinux.org/task/28049 - realize I may really be fishing here..
    //udev test
    # line below is from dmesg
    [ 1.068340] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    run_command: calling: test
    adm_test: version 178
    builtin_kmod_init: load module index
    add_matching_files: unable to open '/run/udev/rules.d': No such file or directory
    parse_file: reading '/lib/udev/rules.d/10-dm.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/11-dm-lvm.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/13-dm-disk.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/40-gphoto.rules' as rules file
    add_rule: IMPORT found builtin 'usb_id --export %p', replacing /lib/udev/rules.d/40-gphoto.rules:11
    parse_file: reading '/lib/udev/rules.d/40-hpet-permissions.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/42-qemu-usb.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/50-udev-default.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/53-sane.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/60-cdrom_id.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/60-pcmcia.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/60-persistent-alsa.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/60-persistent-input.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/60-persistent-serial.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/60-persistent-storage-tape.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/60-persistent-storage.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/60-persistent-v4l.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/61-accelerometer.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/64-md-raid.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/69-cd-sensors.rules' as rules file
    add_rule: IMPORT found builtin 'usb_id --export %p', replacing /lib/udev/rules.d/69-cd-sensors.rules:76
    add_rule: IMPORT found builtin 'usb-db %p', replacing /lib/udev/rules.d/69-cd-sensors.rules:77
    parse_file: reading '/lib/udev/rules.d/70-infrared.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/70-udev-acl.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/75-net-description.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/75-probe_mtd.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/75-tty-description.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/77-nm-olpc-mesh.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/78-sound-card.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/80-drivers.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/80-udisks.rules' as rules file
    add_rule: IMPORT found builtin 'pci-db %p', replacing /lib/udev/rules.d/80-udisks.rules:6
    parse_file: reading '/lib/udev/rules.d/85-usbmuxd.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/90-pulseaudio.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-cd-devices.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-dm-notify.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-keyboard-force-release.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-keymap.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-udev-late.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-upower-battery-recall-dell.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-upower-battery-recall-fujitsu.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-upower-battery-recall-gateway.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-upower-battery-recall-ibm.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-upower-battery-recall-lenovo.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-upower-battery-recall-toshiba.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-upower-csr.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-upower-hid.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-upower-wup.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/97-bluetooth-hid2hci.rules' as rules file
    udev_rules_new: rules use 188232 bytes tokens (15686 * 12 bytes), 27728 bytes buffer
    udev_rules_new: temporary index used 50920 bytes (2546 * 20 bytes)
    udev_device_new_from_syspath: device 0x1a25700 has devpath '/devices/platform/i8042/serio0/input/input0'
    udev_device_new_from_syspath: device 0x1a34d60 has devpath '/devices/platform/i8042/serio0/input/input0'
    udev_device_read_db: device 0x1a34d60 filled with db file data
    udev_rules_apply_to_event: IMPORT builtin 'input_id' /lib/udev/rules.d/50-udev-default.rules:23
    udev_builtin_add_property: ID_INPUT=1
    get_cap_mask: capabilities/ev raw kernel attribute: 120013
    get_cap_mask: capabilities/abs raw kernel attribute: 0
    get_cap_mask: capabilities/rel raw kernel attribute: 0
    get_cap_mask: capabilities/key raw kernel attribute: 402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe
    test_key: test_key: checking bit block 0 for any keys; found=1
    test_key: test_key: checking bit block 64 for any keys; found=1
    test_key: test_key: checking bit block 128 for any keys; found=1
    test_key: test_key: checking bit block 192 for any keys; found=1
    udev_builtin_add_property: ID_INPUT_KEY=1
    udev_builtin_add_property: ID_INPUT_KEYBOARD=1
    udev_device_new_from_syspath: device 0x1a361d0 has devpath '/devices/platform/i8042/serio0'
    udev_device_new_from_syspath: device 0x1a36740 has devpath '/devices/platform/i8042'
    udev_device_new_from_syspath: device 0x1a36d00 has devpath '/devices/platform'
    udev_rules_apply_to_event: IMPORT builtin 'path_id' /lib/udev/rules.d/60-persistent-input.rules:31
    udev_builtin_add_property: ID_PATH=platform-i8042-serio-0
    udev_builtin_add_property: ID_PATH_TAG=platform-i8042-serio-0
    udev_rules_apply_to_event: IMPORT builtin 'kmod' /lib/udev/rules.d/80-drivers.rules:5
    builtin_kmod: execute 'load' 'input:b0011v0001p0001eAB41-e0,1,4,11,14,k71,72,73,74,75,76,77,79,7A,7B,7C,7D,7E,7F,80,8C,8E,8F,9B,9C,9D,9E,9F,A3,A4,A5,A6,AC,AD,B7,B8,B9,D9,E2,ram4,l0,1,2,sfw'
    load_module: inserted 'evdev'
    udev_device_update_db: created db file '/run/udev/data/+input:input0' for '/devices/platform/i8042/serio0/input/input0'
    builtin_kmod_exit: unload module index
    This program is for debugging only, it does not run any program,
    specified by a RUN key. It may show incorrect results, because
    some values may be different, or not available at a simulation run.
    .INPUT_CLASS=kbd
    ACTION=add
    DEVPATH=/devices/platform/i8042/serio0/input/input0
    EV=120013
    ID_INPUT=1
    ID_INPUT_KEY=1
    ID_INPUT_KEYBOARD=1
    ID_PATH=platform-i8042-serio-0
    ID_PATH_TAG=platform-i8042-serio-0
    ID_SERIAL=noserial
    KEY=402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe
    LED=7
    MODALIAS=input:b0011v0001p0001eAB41-e0,1,4,11,14,k71,72,73,74,75,76,77,79,7A,7B,7C,7D,7E,7F,80,8C,8E,8F,9B,9C,9D,9E,9F,A3,A4,A5,A6,AC,AD,B7,B8,B9,D9,E2,ram4,l0,1,2,sfw
    MSC=10
    NAME="AT Translated Set 2 keyboard"
    PHYS="isa0060/serio0/input0"
    PRODUCT=11/1/1/ab41
    PROP=0
    SUBSYSTEM=input
    UDEV_LOG=6
    USEC_INITIALIZED=5011892
    Last edited by killnine (2012-01-25 14:39:33)

    I'm glad that fixed your keyboard.
    Good idea about the wiki page. If/when I have time I will add something. Feel free to do so if you have some.
    I've not had the computer for long, however the core install boots and works fine, but after updating the keyboard and mouse become unresponsive, so unfortunately from my perspective, one of the updates in the past 4 or 5 months broke it! However, though I've not tried any combinations of boot parameters, the vast majority of live CDs won't even boot without acpi=off (or presumably, only acpi=noirq is actually needed, looking at your tests) so it doesn't look to be Arch specific.
    For your X problems, are you using a DE or WM, and how are you logging in? If you can disable the login manager (if present) and start an X session with startx, with say only exec xterm in your ~/.xinitrc that might help pinpoint the issue. If that works, it will unlikely be an X issue, more one of your DE/WM.

  • [SOLVED] Xorg and input devices

    Hello everyone,
    since last upgrade (including, let's say, about one week changes) or trying to add users to tty group the input devices (mouse and keyboard) stopped working under X. I mean I run kdm and pointer and keyboard are frozen. The problem lies in hal, because when I add to /etc/X11/xorg.conf.d/10-evdev.conf:
    Section "ServerLayout"
    Identifier "Configured"
    Option "AutoAddDevices" "false"
    EndSection
    the devices work, but it isn't the solution (for example special keyboard keys don't work).
    All /etc/hal/fdi/ directories are empty. I tried to remove /var/cache/hald/fdi-cache, but with no success.
    Xorg.0.log:
    [  2647.121]
    X.Org X Server 1.10.1
    Release Date: 2011-04-15
    [  2647.121] X Protocol Version 11, Revision 0
    [  2647.121] Build Operating System: Linux 2.6.38-ARCH i686
    [  2647.121] Current Operating System: Linux zielony 2.6.38-ARCH #1 SMP PREEMPT Fri Apr 22 17:48:36 UTC 2011 i686
    [  2647.121] Kernel command line: rootfstype=ext4 root=/dev/disk/by-uuid/f411ac84-e2f1-4e1a-84ec-1083a7f7a165 ro
    [  2647.121] Build Date: 16 April 2011  12:05:35PM
    [  2647.121] 
    [  2647.121] Current version of pixman: 0.20.2
    [  2647.121]     Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
    [  2647.121] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [  2647.121] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr 28 21:01:34 2011
    [  2647.121] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [  2647.121] (==) ServerLayout "Configured"
    [  2647.121] (**) |-->Screen "Screen 1" (0)
    [  2647.121] (**) |   |-->Monitor "<default monitor>"
    [  2647.121] (==) No device specified for screen "Screen 1".
        Using the first device section listed.
    [  2647.121] (**) |   |-->Device "Default nvidia Device"
    [  2647.121] (==) No monitor specified for screen "Screen 1".
        Using a default monitor configuration.
    [  2647.121] (==) Automatically adding devices
    [  2647.121] (==) Automatically enabling devices
    [  2647.122] (==) FontPath set to:
        /usr/share/fonts/misc/,
        /usr/share/fonts/TTF/,
        /usr/share/fonts/OTF/,
        /usr/share/fonts/Type1/,
        /usr/share/fonts/100dpi/,
        /usr/share/fonts/75dpi/
    [  2647.122] (==) ModulePath set to "/usr/lib/xorg/modules"
    [  2647.122] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
    [  2647.122] (II) Loader magic: 0x81f4ee0
    [  2647.122] (II) Module ABI versions:
    [  2647.122]     X.Org ANSI C Emulation: 0.4
    [  2647.122]     X.Org Video Driver: 10.0
    [  2647.122]     X.Org XInput driver : 12.2
    [  2647.122]     X.Org Server Extension : 5.0
    [  2647.122] (--) PCI:*(0:1:0:0) 10de:06e4:107d:2707 rev 161, Mem @ 0xfa000000/16777216, 0xd0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000bc00/128, BIOS @ 0x????????/131072
    [  2647.122] (II) Open ACPI successful (/var/run/acpid.socket)
    [  2647.122] (II) LoadModule: "extmod"
    [  2647.122] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [  2647.122] (II) Module extmod: vendor="X.Org Foundation"
    [  2647.122]     compiled for 1.10.1, module version = 1.0.0
    [  2647.122]     Module class: X.Org Server Extension
    [  2647.123]     ABI class: X.Org Server Extension, version 5.0
    [  2647.123] (II) Loading extension MIT-SCREEN-SAVER
    [  2647.123] (II) Loading extension XFree86-VidModeExtension
    [  2647.123] (II) Loading extension XFree86-DGA
    [  2647.123] (II) Loading extension DPMS
    [  2647.123] (II) Loading extension XVideo
    [  2647.123] (II) Loading extension XVideo-MotionCompensation
    [  2647.123] (II) Loading extension X-Resource
    [  2647.123] (II) LoadModule: "dbe"
    [  2647.123] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [  2647.123] (II) Module dbe: vendor="X.Org Foundation"
    [  2647.123]     compiled for 1.10.1, module version = 1.0.0
    [  2647.123]     Module class: X.Org Server Extension
    [  2647.123]     ABI class: X.Org Server Extension, version 5.0
    [  2647.123] (II) Loading extension DOUBLE-BUFFER
    [  2647.123] (II) LoadModule: "glx"
    [  2647.123] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [  2647.135] (II) Module glx: vendor="NVIDIA Corporation"
    [  2647.135]     compiled for 4.0.2, module version = 1.0.0
    [  2647.135]     Module class: X.Org Server Extension
    [  2647.135] (II) NVIDIA GLX Module  270.41.06  Mon Apr 18 15:11:28 PDT 2011
    [  2647.135] (II) Loading extension GLX
    [  2647.135] (II) LoadModule: "record"
    [  2647.135] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [  2647.136] (II) Module record: vendor="X.Org Foundation"
    [  2647.136]     compiled for 1.10.1, module version = 1.13.0
    [  2647.136]     Module class: X.Org Server Extension
    [  2647.136]     ABI class: X.Org Server Extension, version 5.0
    [  2647.136] (II) Loading extension RECORD
    [  2647.136] (II) LoadModule: "dri"
    [  2647.136] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [  2647.136] (II) Module dri: vendor="X.Org Foundation"
    [  2647.136]     compiled for 1.10.1, module version = 1.0.0
    [  2647.136]     ABI class: X.Org Server Extension, version 5.0
    [  2647.136] (II) Loading extension XFree86-DRI
    [  2647.136] (II) LoadModule: "dri2"
    [  2647.136] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [  2647.136] (II) Module dri2: vendor="X.Org Foundation"
    [  2647.136]     compiled for 1.10.1, module version = 1.2.0
    [  2647.136]     ABI class: X.Org Server Extension, version 5.0
    [  2647.136] (II) Loading extension DRI2
    [  2647.136] (II) LoadModule: "nvidia"
    [  2647.136] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [  2647.136] (II) Module nvidia: vendor="NVIDIA Corporation"
    [  2647.136]     compiled for 4.0.2, module version = 1.0.0
    [  2647.136]     Module class: X.Org Video Driver
    [  2647.136] (II) NVIDIA dlloader X Driver  270.41.06  Mon Apr 18 14:55:51 PDT 2011
    [  2647.136] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [  2647.136] (++) using VT number 8
    [  2647.139] (II) Loading sub module "fb"
    [  2647.139] (II) LoadModule: "fb"
    [  2647.139] (II) Loading /usr/lib/xorg/modules/libfb.so
    [  2647.139] (II) Module fb: vendor="X.Org Foundation"
    [  2647.139]     compiled for 1.10.1, module version = 1.0.0
    [  2647.139]     ABI class: X.Org ANSI C Emulation, version 0.4
    [  2647.139] (II) Loading sub module "wfb"
    [  2647.139] (II) LoadModule: "wfb"
    [  2647.139] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [  2647.139] (II) Module wfb: vendor="X.Org Foundation"
    [  2647.139]     compiled for 1.10.1, module version = 1.0.0
    [  2647.139]     ABI class: X.Org ANSI C Emulation, version 0.4
    [  2647.139] (II) Loading sub module "ramdac"
    [  2647.139] (II) LoadModule: "ramdac"
    [  2647.139] (II) Module "ramdac" already built-in
    [  2647.139] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [  2647.139] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [  2647.139] (II) Loading /usr/lib/xorg/modules/libfb.so
    [  2647.139] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [  2647.139] (==) NVIDIA(0): RGB weight 888
    [  2647.139] (==) NVIDIA(0): Default visual is TrueColor
    [  2647.139] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [  2647.139] (**) NVIDIA(0): Option "NoLogo" "True"
    [  2647.485] (II) NVIDIA(GPU-0): Display (Sony SDM-HS95P (DFP-0)) does not support NVIDIA 3D
    [  2647.485] (II) NVIDIA(GPU-0):     Vision stereo.
    [  2647.485] (II) NVIDIA(0): NVIDIA GPU GeForce 8400 GS (G98) at PCI:1:0:0 (GPU-0)
    [  2647.485] (--) NVIDIA(0): Memory: 524288 kBytes
    [  2647.485] (--) NVIDIA(0): VideoBIOS: 62.98.29.00.38
    [  2647.485] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [  2647.485] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [  2647.485] (--) NVIDIA(0): Connected display device(s) on GeForce 8400 GS at PCI:1:0:0
    [  2647.485] (--) NVIDIA(0):     Sony SDM-HS95P (DFP-0)
    [  2647.485] (--) NVIDIA(0): Sony SDM-HS95P (DFP-0): 330.0 MHz maximum pixel clock
    [  2647.485] (--) NVIDIA(0): Sony SDM-HS95P (DFP-0): Internal Dual Link TMDS
    [  2647.554] (II) NVIDIA(0): Assigned Display Device: DFP-0
    [  2647.554] (II) NVIDIA(0): Validated modes:
    [  2647.554] (II) NVIDIA(0):     "1024x768"
    [  2647.554] (II) NVIDIA(0):     "800x600"
    [  2647.554] (II) NVIDIA(0):     "640x480"
    [  2647.554] (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
    [  2647.590] (--) NVIDIA(0): DPI set to (68, 65); computed from "UseEdidDpi" X config
    [  2647.590] (--) NVIDIA(0):     option
    [  2647.590] (--) Depth 24 pixmap format is 32 bpp
    [  2647.591] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
    [  2647.597] (II) NVIDIA(0): Setting mode "1024x768"
    [  2647.619] (II) Loading extension NV-GLX
    [  2647.651] (==) NVIDIA(0): Disabling shared memory pixmaps
    [  2647.651] (==) NVIDIA(0): Backing store disabled
    [  2647.651] (==) NVIDIA(0): Silken mouse enabled
    [  2647.652] (==) NVIDIA(0): DPMS enabled
    [  2647.652] (II) Loading extension NV-CONTROL
    [  2647.652] (II) Loading extension XINERAMA
    [  2647.652] (II) Loading sub module "dri2"
    [  2647.652] (II) LoadModule: "dri2"
    [  2647.652] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [  2647.652] (II) Module dri2: vendor="X.Org Foundation"
    [  2647.652]     compiled for 1.10.1, module version = 1.2.0
    [  2647.652]     ABI class: X.Org Server Extension, version 5.0
    [  2647.652] (II) NVIDIA(0): [DRI2] Setup complete
    [  2647.652] (==) RandR enabled
    [  2647.652] (II) Initializing built-in extension Generic Event Extension
    [  2647.652] (II) Initializing built-in extension SHAPE
    [  2647.652] (II) Initializing built-in extension MIT-SHM
    [  2647.652] (II) Initializing built-in extension XInputExtension
    [  2647.652] (II) Initializing built-in extension XTEST
    [  2647.652] (II) Initializing built-in extension BIG-REQUESTS
    [  2647.652] (II) Initializing built-in extension SYNC
    [  2647.652] (II) Initializing built-in extension XKEYBOARD
    [  2647.652] (II) Initializing built-in extension XC-MISC
    [  2647.652] (II) Initializing built-in extension SECURITY
    [  2647.652] (II) Initializing built-in extension XINERAMA
    [  2647.652] (II) Initializing built-in extension XFIXES
    [  2647.652] (II) Initializing built-in extension RENDER
    [  2647.652] (II) Initializing built-in extension RANDR
    [  2647.652] (II) Initializing built-in extension COMPOSITE
    [  2647.652] (II) Initializing built-in extension DAMAGE
    [  2647.654] (II) Initializing extension GLX
    Interesting fragment from this:
    [  2647.122] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
    Of course users aren't longer added to tty group.
    lshal fragment:
    udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_KBD_port_logicaldev_input'
      info.addons.singleton = {'hald-addon-input'} (string list)
      info.capabilities = {'input', 'input.keyboard', 'input.keypad', 'input.keys', 'button'} (
    string list)
      info.category = 'input'  (string)
      info.parent = '/org/freedesktop/Hal/devices/platform_i8042_i8042_KBD_port'  (string)
      info.product = 'AT Translated Set 2 keyboard'  (string)
      info.subsystem = 'input'  (string)
      info.udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_KBD_port_logicaldev_input'
    (string)
      input.device = '/dev/input/event0'  (string)
      input.originating_device = '/org/freedesktop/Hal/devices/platform_i8042_i8042_KBD_port' 
    (string)
      input.product = 'AT Translated Set 2 keyboard'  (string)
      input.x11_driver = 'evdev'  (string)
      input.xkb.layout = 'us'  (string)
      input.xkb.model = 'evdev'  (string)
      input.xkb.rules = 'base'  (string)
      input.xkb.variant = ''  (string)
      linux.device_file = '/dev/input/event0'  (string)
      linux.hotplug_type = 2  (0x2)  (int)
      linux.subsystem = 'input'  (string)
      linux.sysfs_path = '/sys/devices/platform/i8042/serio0/input/input0/event0'  (string)
    I'd be really grateful for helping me with reparing hal input devices recognition.
    Last edited by Zielony (2011-04-28 22:35:24)

    So I have standard configuration files:
    root:~# ls /etc/X11/xorg.conf.d/                                                           
    10-evdev.conf  10-monitor.conf  10-quirks.conf  20-nvidia.conf
    And all hapilly worked until yesterday. The changes could be caused only by tty group user adding or recent updates:
    [2011-04-27 18:10] Running 'pacman -Syu'
    [2011-04-27 18:10] synchronizing package lists
    [2011-04-27 18:10] starting full system upgrade
    [2011-04-27 18:17] upgraded git (1.7.4.4-1 -> 1.7.5-1)
    [2011-04-27 18:17] upgraded ilmbase (1.0.1-1 -> 1.0.2-1)
    [2011-04-27 18:17] >>>
    [2011-04-27 18:17] >>> If you use the LILO bootloader, you should run 'lilo' before rebooting.
    [2011-04-27 18:17] >>>
    [2011-04-27 18:17] >>> Updating module dependencies. Please wait ...
    [2011-04-27 18:17] >>> MKINITCPIO SETUP
    [2011-04-27 18:17] >>> ----------------
    [2011-04-27 18:17] >>> If you use LVM2, Encrypted root or software RAID,
    [2011-04-27 18:17] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2011-04-27 18:17] >>> More information about mkinitcpio setup can be found here:
    [2011-04-27 18:17] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2011-04-27 18:17]
    [2011-04-27 18:17] >>> Generating initial ramdisk, using mkinitcpio.  Please wait...
    [2011-04-27 18:17] ==> Building image "default"
    [2011-04-27 18:17] ==> Running command: /sbin/mkinitcpio -k 2.6.38-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2011-04-27 18:17] :: Begin build
    [2011-04-27 18:17] :: Parsing hook [base]
    [2011-04-27 18:17] :: Parsing hook [udev]
    [2011-04-27 18:17] :: Parsing hook [autodetect]
    [2011-04-27 18:17] :: Parsing hook [pata]
    [2011-04-27 18:17] :: Parsing hook [scsi]
    [2011-04-27 18:17] :: Parsing hook [sata]
    [2011-04-27 18:17] :: Parsing hook [filesystems]
    [2011-04-27 18:17] :: Generating module dependencies
    [2011-04-27 18:17] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2011-04-27 18:17] ==> SUCCESS
    [2011-04-27 18:17] ==> Building image "fallback"
    [2011-04-27 18:17] ==> Running command: /sbin/mkinitcpio -k 2.6.38-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2011-04-27 18:17] :: Begin build
    [2011-04-27 18:17] :: Parsing hook [base]
    [2011-04-27 18:17] :: Parsing hook [udev]
    [2011-04-27 18:17] :: Parsing hook [pata]
    [2011-04-27 18:17] :: Parsing hook [scsi]
    [2011-04-27 18:17] :: Parsing hook [sata]
    [2011-04-27 18:17] :: Parsing hook [filesystems]
    [2011-04-27 18:17] :: Generating module dependencies
    [2011-04-27 18:17] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2011-04-27 18:17] ==> SUCCESS
    [2011-04-27 18:17] upgraded kernel26 (2.6.38.3-1 -> 2.6.38.4-1)
    [2011-04-27 18:18] upgraded kernel26-headers (2.6.38.3-1 -> 2.6.38.4-1)
    [2011-04-27 18:18] upgraded libmad (0.15.1b-4 -> 0.15.1b-5)
    [2011-04-27 18:18] upgraded mdadm (3.2.1-1 -> 3.2.1-3)
    [2011-04-27 18:18] upgraded mpg123 (1.13.2-1 -> 1.13.3-1)
    [2011-04-27 18:18] upgraded yajl (1.0.11-3 -> 2.0.0-2)
    [2011-04-27 18:18] upgraded package-query (0.7-1 -> 0.8-1)
    Previously to use input devices I didn't have to have installed xf86-input-{mouse,keyboard}. Only now, when I use Option "AutoAddDevices" "false", it's needed.
    Last edited by Zielony (2011-04-28 20:23:49)

  • /dev/null : no permission

    I wanted to color my prompt output yesterday using the templates from the wiki page https://wiki.archlinux.org/index.php/Color_Bash_Prompt
    After copy the content into my /etc/bash.bashrc and creating the DIR_COLORS file I rebooted
    When I logged in I got the message "/dev/null : no permission" the prompt was just like before
    I checked the rights of /dev/null and it is set to root 640, so no rights for me as a "normal" user
    I did "grep null /lib/udev/rules.d/* but no rule is treating "null"
    Following the workaround from this forum post https://bbs.archlinux.org/viewtopic.php?id=142816 I added
    SUBSYSTEM=="mem", KERNEL=="null|zero|full|random|urandom", MODE="0666"
    to 50-udev-default.rules
    Nevertheless the error message remains. Instead I experienced even more non related problems. (i3bar disappeared, error messages related with nectl...)
    So I removed the line but am still stucked to the problem about permissions for /dev/null

    This is why you should use your own bashrc instead of the system wide one. 
    When I was in elementary school, I remember one time getting a "test" in which the last instruction was simply to do nothing on the test.  It was to reinforce the teacher's repeated instructions to always read through the page first before diving into answering the questions.  I think that the same applies for the wiki.  You should read through what the page has to offer you and then start following the directions after you have a grasp of what you are doing and trying to accomplish.
    In this case, I think all those fancy prompts in the first part of the article should really be on the bottom.  The page should lead with the step-by-step section that starts a ways down the page.
    I have no idea what is in that config you tried to implement, or when it was written. Nor am I going to try to scan through and fix up what is there.  If you don't know what you are doing, then you should not edit the global config.  If you break the /etc/bash.bashrc file, you not only break bash for your own user, but also every other user on the system including root.

  • How to read the contents of Input Field created via Screen Painter?

    Hi All,
    I have a module program / dialog program, on my second screen, I created an input/outbox field via screen painter of course,
    now in my PAI, how can I read the contents of the input/outbox field?
    Let's say the name of my input/outbox field is: P_WEKRS.  Note: Get Parameter and Set Parameter is ticked.
    PROCESS AFTER INPUT.
      LOOP WITH CONTROL TC_DATA.
        MODULE MODIFY_DATA.
      ENDLOOP.
    I want to get the value of the input/outbox field before my loop in table control?  I thought that it will work like normal parameter in non-dialog programs.
    Any helpful inputs will be appreciated/rewarded.
    Thanks.
    Jaime

    Hi, Jaime
    Do the following Change in you Follow Logic
    PROCESS AFTER INPUT.
    MODULE read_or_change_value. " Add this
    LOOP WITH CONTROL TC_DATA.
      MODULE MODIFY_DATA.
    ENDLOOP.
    Add the Bellow Module code in you Driver Program.
    MODULE read_or_change_value.
    DATA: P_WEKRS like " the Field on Screen. Must be the same name as on SCREEN. and Type must be same too.
    " Here you will find the Value in that Variable or if you will change the Value here you will find it change on Screen
    END MODULE.
    Please Reply if any Issue..
    Best Regards,
    Faisal

  • Please help! Not able to set Video input Port(S-Video or Composite)on Linux

    Hi
    I am using JMF2.1.1e(Linux performance pack) for video capturing on Linux OS. I want to set video input port(S-Video or composite) through my application. I am using the following code:
         if ( dataSource != null )
              arrControls = dataSource.getControls ();
         if ( arrControls != null )
              nCount = arrControls.length;
         System.out.println("No. of Controls: " + nCount);     
         for ( i = 0; i < nCount; i++ )
              if ( arrControls[i] == null )
                   continue;
              if ( !(arrControls[i] instanceof Control) )
                   continue;
              componentControl = ((Control)arrControls).getControlComponent ();
              System.out.println("ComponentControl : " + componentControl);
              if ( componentControl == null )
                   continue;
    But, i am getting No. of Controls: 0 (Zero). So i am not able to get any control component also. Rest of the application is working fine. Please help me solving this problem.
    Thanks in advance.

    To go a stage further.
    Google run a Jabber server for their service.
    Jabber apps (those that can) use a Protocol called Jingle to make the A/V connections.
    Google's version is not even that compatible with other Jabber apps. (See Here)
    The Plug-in in the Google Install (Or the Standalone Web Browser Plug-in allow Browsers to access the GoogleTalk A/V side as does the Standalone PC app called GoogleTalk as well.
    iChat uses a process called SIP (Session Initiation Protocol) to connect to other iChat Users or to the AIM for PC app.
    However this also works in any iChat to iChat Connection no matter if the Buddy List is an AIM Login based one, Jabber (including GoogleTalk) or A LAN based Bonjour Chat.
    In you care this is not going to work.
    Getting the Standalone (Intel only) Browser Plug-in and using the Chat option in the Google Mail Web page is probably the easiest option.
    7:31 PM Friday; January 7, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

  • /dev/input/mice?

    How to get /dev/input/mice device in /dev? I untagged the following lines in /etc/devfsd.conf but doesn't appear.
    ## Uncomment this to manage USB mouse
    # REGISTER        ^input/mouse0$        CFUNCTION GLOBAL mksymlink $devname usbmouse
    # UNREGISTER        ^input/mouse0$        CFUNCTION GLOBAL unlink usbmouse
    REGISTER        ^input/mice$    CFUNCTION GLOBAL mksymlink $devname usbmouse
    UNREGISTER        ^input/mice$    CFUNCTION GLOBAL unlink usbmouse

    sarah31 wrote:did you restart the devfs PID ?
    /input/mice doesn't appear by re-booting the computer, so how to do it (devfsd ???)?
    My experimental hardware detect recognizes the USB mouse and temporary adds the /input/mice in /dev. To run the USB mouse on next boot without hwd, I will have to add the daemon (or whatever) in /etc/rc.local?
    For your information (sarah31), I am removing the auto setup options from the hwd. The aim is to make the hwd package to detect only and provide info how to do it manually. Not to install any configs. The aim basis what we said on topic:
    http://bbs.archlinux.org/viewtopic.php?t=486

  • [SOLVED] Microsoft Wireless Mobile Mouse 3500 scroll does not working

    Hello,
    I bought recently a Mobile Mouse 3500 from Microsoft. Anything working fine unless the mouse scroll. Below my xorg.conf mouse section:
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "ImPS/2"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "6 7"
    I tried to change to 4 5 6 7 but nothing happened
    Anyone know anything about it ?
    ---------- edit ----------
    I'm a amateur hehehe
    Option "ZAxisMapping" "4 5"
    Done.
    Last edited by hlegius (2011-11-08 20:49:59)

    Ask Microsoft or install different mouse control software such as my personal favorite: SteerMouse 4.1.8.

  • How to set an input box in an HTML Web Resource embedded in a CRM 2013 form

    I have embedded an HTML web resource that contains some input boxes in a custom CRM form. In the CRM form I have created some fields that corresponds to the input boxes in the web resource and they are hidden.
    The reason to do so was the limitation of the CRM not giving me the flexibility of the layout I was looking for. So basically, the user enters the data in the web resource and once saved they write to the hidden fields. On the other hand, when the form loads
    the values from the hidden fields are copied into the web resource input boxes.
    I am having a hard time setting those input boxes from the corresponding hidden fields on the form. I can read the crm fields easily using JavaScript. I can also get to the HTML web resource using the following:
    var target = Xrm.Page.getControl("WebResource_CriticalPath").getObject(); I also appended the contentWindow.document to the end of this and it comes back not null but when I try to get to the HTML element which is the inputbox I am trying to set
    the value to, I get a null reference. I am using:
    target.getElementById('input20'); to get to the element. I know this is not supported and I have to use Xrm.Page but I cannot figure out how to do so.
    Also, any advice on how to do the writing back (i.e. from the element to the form field) when the record is save would be helpful.
    I really appreciate any comments/help in this regard.

    Hello,
    What I would suggest is try to do everything from your html webresource. Add following code to set you field's value during onload:
    document.getElementById('input20').value = window.parent.Xrm.Page.getAttribute('hidden field id').getValue();
    Add following code to onchange hanlder to put changes back:
    window.parent.Xrm.Page.getAttribute('hidden field id').setValue(document.getElementById('input20').value);
    Dynamics CRM MVP/ Technical Evangelist at
    SlickData LLC
    My blog

  • Gridwars settings reset on close + ln -s /dev/input/js0 /dev/js0

    I installed gridwars from aur on x86-64. I also installed the entire lib32 group (although that was for various reasons not only gridwars). Everything seems fine except every time I close the game my high score and my configurations get reset. I was just wondering why this is happening and what I can do to fix it.
    Also the only way to make my gamepad work with gridwars is if I link /dev/input/js0 to /dev/js0, but every time I reboot I have to do it all over again. How could I fix this? I assume there must be a way to make the game use /dev/input/js0 instead, I just don't know where to start.

    Nothing?

Maybe you are looking for

  • Mail app wont stay open

    I have an iphone 5s. Everytime I open my mail app it open then closes immediatley. Any suggestions?

  • How to delete a 6.2gb file from my ipad.

    I downloaded 6.2gb of holiday video from my PC through iTunes to iMovie and synced onto my ipad. It used up the 6.2gb on my ipad (in settings) but does not appear anywhere at all.  How can I find and delete the 6.2gb from my ipad?

  • Delegates no longer appear in iCal

    I just upgraded to Mountain Lion (10.8.2), and now my Google calendar delegates no longer appear in iCal.  They show up in the menu of calendars, but not on the calendar itself.  They still show up on my iPhone and my Google calendar on the web.  How

  • Obnoxious file and path names (help!)

    How can I construct a regular site, that doesn't involve having my file names being danscool_website.html and having the url name in each file. I hate it.

  • Safari just lost all my book marks!

    I had 2 windows open and the beach ball came up and would not stop. click held over the apps icon and it said safari was not responding, so i quit the app. when i started safari again all my bookmarks are missing? help im using a PM G5 with 10.4.8