Unable to start gnome-session or gdm

Sorry for the vague title. I don't really have any specifics to go on for this problem.
When I try to start a gnome-session through startx, I get a screen that says, "Oh no! Something has gone wrong", with no error outputs in xsession-errors.
First off is some system info. I'm running a Thinkpad T540p:
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor DRAM Controller (rev 06)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller (rev 06)
00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 04)
00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 (rev 04)
00:19.0 Ethernet controller: Intel Corporation Ethernet Connection I217-LM (rev 04)
00:1a.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 (rev d4)
00:1c.1 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #2 (rev d4)
00:1c.2 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #3 (rev d4)
00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation QM87 Express LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller (rev 04)
01:00.0 VGA compatible controller: NVIDIA Corporation GK208M [GeForce GT 730M] (rev a1)
03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device 5227 (rev 01)
04:00.0 Network controller: Intel Corporation Wireless 7260 (rev 83)
Here is my xorg.conf file:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 331.20 (buildmeister@swio-display-x86-rhel47-05) Wed Oct 30 18:20:53 PDT 2013
Section "ServerLayout"
Identifier "layout"
Screen 0 "nvidia"
Inactive "intel"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "intel"
Driver "modesetting"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "nvidia"
Device "nvidia"
Option "AllowEmptyInitialConfiguration"
EndSection
Section "Screen"
Identifier "intel"
Device "intel"
EndSection
Here is my .xinitrc file:
xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --setprovideroutputsource 0x46 0x2b4
xrandr --output LVDS-0 --off
xrandr --auto
exec gnome-session
And the Xorg.0.log file:
[ 2483.841]
X.Org X Server 1.14.5
Release Date: 2013-12-12
[ 2483.844] X Protocol Version 11, Revision 0
[ 2483.845] Build Operating System: Linux 3.12.5-1-ARCH x86_64
[ 2483.846] Current Operating System: Linux slabity-laptop 3.12.6-1-ARCH #1 SMP PREEMPT Fri Dec 20 19:39:00 CET 2013 x86_64
[ 2483.846] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=acc69edd-1cf4-4c10-80de-e8a50d304800 rw quiet
[ 2483.848] Build Date: 13 December 2013 03:11:42PM
[ 2483.849]
[ 2483.850] Current version of pixman: 0.32.4
[ 2483.852] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 2483.852] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 2483.856] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Dec 28 19:04:26 2013
[ 2483.857] (==) Using config file: "/etc/X11/xorg.conf"
[ 2483.858] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 2483.858] (==) ServerLayout "layout"
[ 2483.858] (**) |-->Screen "nvidia" (0)
[ 2483.858] (**) | |-->Monitor "<default monitor>"
[ 2483.858] (**) | |-->Device "nvidia"
[ 2483.858] (==) No monitor specified for screen "nvidia".
Using a default monitor configuration.
[ 2483.858] (**) |-->Inactive Device "intel"
[ 2483.858] (**) |-->Input Device "Keyboard0"
[ 2483.858] (**) |-->Input Device "Mouse0"
[ 2483.858] (==) Automatically adding devices
[ 2483.858] (==) Automatically enabling devices
[ 2483.858] (==) Automatically adding GPU devices
[ 2483.858] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 2483.858] Entry deleted from font path.
[ 2483.858] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 2483.858] Entry deleted from font path.
[ 2483.858] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 2483.858] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 2483.858] Entry deleted from font path.
[ 2483.858] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 2483.858] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/Type1/
[ 2483.858] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 2483.858] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 2483.858] (WW) Disabling Keyboard0
[ 2483.858] (WW) Disabling Mouse0
[ 2483.858] (II) Loader magic: 0x7fec20
[ 2483.858] (II) Module ABI versions:
[ 2483.858] X.Org ANSI C Emulation: 0.4
[ 2483.858] X.Org Video Driver: 14.1
[ 2483.858] X.Org XInput driver : 19.1
[ 2483.858] X.Org Server Extension : 7.0
[ 2483.858] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 2483.858] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 2483.860] (--) PCI:*(0:0:2:0) 8086:0416:17aa:2211 rev 6, Mem @ 0xf1000000/4194304, 0xe0000000/268435456, I/O @ 0x00005000/64
[ 2483.860] (--) PCI: (0:1:0:0) 10de:1290:17aa:2211 rev 161, Mem @ 0xf0000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00004000/128
[ 2483.861] Initializing built-in extension Generic Event Extension
[ 2483.862] Initializing built-in extension SHAPE
[ 2483.863] Initializing built-in extension MIT-SHM
[ 2483.864] Initializing built-in extension XInputExtension
[ 2483.865] Initializing built-in extension XTEST
[ 2483.866] Initializing built-in extension BIG-REQUESTS
[ 2483.867] Initializing built-in extension SYNC
[ 2483.867] Initializing built-in extension XKEYBOARD
[ 2483.868] Initializing built-in extension XC-MISC
[ 2483.869] Initializing built-in extension SECURITY
[ 2483.870] Initializing built-in extension XINERAMA
[ 2483.871] Initializing built-in extension XFIXES
[ 2483.872] Initializing built-in extension RENDER
[ 2483.873] Initializing built-in extension RANDR
[ 2483.874] Initializing built-in extension COMPOSITE
[ 2483.874] Initializing built-in extension DAMAGE
[ 2483.875] Initializing built-in extension MIT-SCREEN-SAVER
[ 2483.876] Initializing built-in extension DOUBLE-BUFFER
[ 2483.877] Initializing built-in extension RECORD
[ 2483.878] Initializing built-in extension DPMS
[ 2483.879] Initializing built-in extension X-Resource
[ 2483.879] Initializing built-in extension XVideo
[ 2483.880] Initializing built-in extension XVideo-MotionCompensation
[ 2483.881] Initializing built-in extension XFree86-VidModeExtension
[ 2483.882] Initializing built-in extension XFree86-DGA
[ 2483.883] Initializing built-in extension XFree86-DRI
[ 2483.884] Initializing built-in extension DRI2
[ 2483.884] (II) LoadModule: "glx"
[ 2483.884] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 2483.892] (II) Module glx: vendor="NVIDIA Corporation"
[ 2483.892] compiled for 4.0.2, module version = 1.0.0
[ 2483.892] Module class: X.Org Server Extension
[ 2483.892] (II) NVIDIA GLX Module 331.20 Wed Oct 30 17:36:48 PDT 2013
[ 2483.892] Loading extension GLX
[ 2483.892] (II) LoadModule: "nvidia"
[ 2483.892] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 2483.893] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 2483.893] compiled for 4.0.2, module version = 1.0.0
[ 2483.893] Module class: X.Org Video Driver
[ 2483.893] (II) LoadModule: "modesetting"
[ 2483.893] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 2483.893] (II) Module modesetting: vendor="X.Org Foundation"
[ 2483.893] compiled for 1.14.4, module version = 0.8.1
[ 2483.893] Module class: X.Org Video Driver
[ 2483.893] ABI class: X.Org Video Driver, version 14.1
[ 2483.893] (II) NVIDIA dlloader X Driver 331.20 Wed Oct 30 17:16:53 PDT 2013
[ 2483.893] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 2483.893] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 2483.893] (++) using VT number 1
[ 2483.893] (II) Loading sub module "fb"
[ 2483.893] (II) LoadModule: "fb"
[ 2483.893] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 2483.893] (II) Module fb: vendor="X.Org Foundation"
[ 2483.893] compiled for 1.14.5, module version = 1.0.0
[ 2483.893] ABI class: X.Org ANSI C Emulation, version 0.4
[ 2483.893] (WW) Unresolved symbol: fbGetGCPrivateKey
[ 2483.893] (II) Loading sub module "wfb"
[ 2483.893] (II) LoadModule: "wfb"
[ 2483.893] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 2483.893] (II) Module wfb: vendor="X.Org Foundation"
[ 2483.893] compiled for 1.14.5, module version = 1.0.0
[ 2483.893] ABI class: X.Org ANSI C Emulation, version 0.4
[ 2483.893] (II) Loading sub module "ramdac"
[ 2483.893] (II) LoadModule: "ramdac"
[ 2483.893] (II) Module "ramdac" already built-in
[ 2483.893] (II) modesetting(1): using drv /dev/dri/card1
[ 2483.893] (II) modesetting(G0): using drv /dev/dri/card1
[ 2483.893] (EE) Screen 1 deleted because of no matching config section.
[ 2483.893] (II) UnloadModule: "modesetting"
[ 2483.894] (II) NVIDIA(0): Creating default Display subsection in Screen section
"nvidia" for depth/fbbpp 24/32
[ 2483.894] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 2483.894] (==) NVIDIA(0): RGB weight 888
[ 2483.894] (==) NVIDIA(0): Default visual is TrueColor
[ 2483.894] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 2483.894] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[ 2483.894] (**) NVIDIA(0): Enabling 2D acceleration
[ 2484.064] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
[ 2484.065] (II) NVIDIA(0): NVIDIA GPU GeForce GT 730M (GK208) at PCI:1:0:0 (GPU-0)
[ 2484.065] (--) NVIDIA(0): Memory: 1048576 kBytes
[ 2484.065] (--) NVIDIA(0): VideoBIOS: 80.28.2a.00.30
[ 2484.065] (II) NVIDIA(0): Detected PCI Express Link width: 8X
[ 2484.065] (--) NVIDIA(0): Valid display device(s) on GeForce GT 730M at PCI:1:0:0
[ 2484.065] (--) NVIDIA(0): none
[ 2484.065] (II) NVIDIA(0): Validated MetaModes:
[ 2484.065] (II) NVIDIA(0): "NULL"
[ 2484.065] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[ 2484.065] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[ 2484.065] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[ 2484.065] (==) modesetting(G0): Depth 24, (==) framebuffer bpp 32
[ 2484.065] (==) modesetting(G0): RGB weight 888
[ 2484.065] (==) modesetting(G0): Default visual is TrueColor
[ 2484.065] (II) modesetting(G0): ShadowFB: preferred YES, enabled YES
[ 2484.065] (II) modesetting(G0): Output eDP-1-0 has no monitor section
[ 2484.067] (II) modesetting(G0): Output VGA-1-0 has no monitor section
[ 2484.067] (II) modesetting(G0): Output DisplayPort-1-0 has no monitor section
[ 2484.093] (II) modesetting(G0): Output HDMI-1-0 has no monitor section
[ 2484.093] (II) modesetting(G0): Output DisplayPort-1-1 has no monitor section
[ 2484.093] (II) modesetting(G0): Output HDMI-1-1 has no monitor section
[ 2484.093] (II) modesetting(G0): EDID for output eDP-1-0
[ 2484.093] (II) modesetting(G0): Manufacturer: MEI Model: 96a2 Serial#: 0
[ 2484.093] (II) modesetting(G0): Year: 2013 Week: 255
[ 2484.093] (II) modesetting(G0): EDID Version: 1.4
[ 2484.093] (II) modesetting(G0): Digital Display Input
[ 2484.093] (II) modesetting(G0): 8 bits per channel
[ 2484.093] (II) modesetting(G0): Digital interface is DisplayPort
[ 2484.093] (II) modesetting(G0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 2484.093] (II) modesetting(G0): Gamma: 2.20
[ 2484.093] (II) modesetting(G0): No DPMS capabilities specified
[ 2484.093] (II) modesetting(G0): Supported color encodings: RGB 4:4:4
[ 2484.093] (II) modesetting(G0): First detailed timing is preferred mode
[ 2484.093] (II) modesetting(G0): Preferred mode is native pixel format and refresh rate
[ 2484.093] (II) modesetting(G0): redX: 0.652 redY: 0.329 greenX: 0.324 greenY: 0.600
[ 2484.093] (II) modesetting(G0): blueX: 0.150 blueY: 0.045 whiteX: 0.312 whiteY: 0.329
[ 2484.093] (II) modesetting(G0): Manufacturer's mask: 0
[ 2484.093] (II) modesetting(G0): Supported detailed timing:
[ 2484.093] (II) modesetting(G0): clock: 302.5 MHz Image Size: 344 x 193 mm
[ 2484.093] (II) modesetting(G0): h_active: 2880 h_sync: 2924 h_sync_end 2928 h_blank_end 3076 h_border: 0
[ 2484.093] (II) modesetting(G0): v_active: 1620 v_sync: 1629 v_sync_end 1630 v_blanking: 1640 v_border: 0
[ 2484.093] (II) modesetting(G0): Supported detailed timing:
[ 2484.093] (II) modesetting(G0): clock: 302.5 MHz Image Size: 344 x 193 mm
[ 2484.093] (II) modesetting(G0): h_active: 2880 h_sync: 2924 h_sync_end 2928 h_blank_end 3076 h_border: 0
[ 2484.093] (II) modesetting(G0): v_active: 1620 v_sync: 1629 v_sync_end 1630 v_blanking: 1967 v_border: 0
[ 2484.093] (II) modesetting(G0): Ranges: V min: 49 V max: 61 Hz, H min: 96 H max: 100 kHz, PixClock max 305 MHz
[ 2484.093] (II) modesetting(G0): VVX16T028J00
[ 2484.093] (II) modesetting(G0): EDID (in hex):
[ 2484.093] (II) modesetting(G0): 00ffffffffffff0034a9a29600000000
[ 2484.093] (II) modesetting(G0): ff170104a52213780212a1a754539926
[ 2484.093] (II) modesetting(G0): 0b505400000001010101010101010101
[ 2484.093] (II) modesetting(G0): 0101010101012a7640c4b05414602c04
[ 2484.093] (II) modesetting(G0): 910058c11000001e2a7640c4b0545b61
[ 2484.093] (II) modesetting(G0): 2c04910058c11000001e000000fd0031
[ 2484.093] (II) modesetting(G0): 3d60641e010a202020202020000000fe
[ 2484.093] (II) modesetting(G0): 005656583136543032384a30300a0050
[ 2484.093] (II) modesetting(G0): Printing probed modes for output eDP-1-0
[ 2484.093] (II) modesetting(G0): Modeline "2880x1620"x60.0 302.50 2880 2924 2928 3076 1620 1629 1630 1640 +hsync +vsync (98.3 kHz eP)
[ 2484.093] (II) modesetting(G0): Modeline "2880x1620"x50.0 302.50 2880 2924 2928 3076 1620 1629 1630 1967 +hsync +vsync (98.3 kHz e)
[ 2484.093] (II) modesetting(G0): Modeline "2048x1536"x60.0 266.95 2048 2200 2424 2800 1536 1537 1540 1589 -hsync +vsync (95.3 kHz d)
[ 2484.093] (II) modesetting(G0): Modeline "1920x1440"x60.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[ 2484.093] (II) modesetting(G0): Modeline "1856x1392"x60.0 218.30 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[ 2484.093] (II) modesetting(G0): Modeline "1792x1344"x60.0 204.80 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[ 2484.093] (II) modesetting(G0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[ 2484.094] (II) modesetting(G0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 2484.094] (II) modesetting(G0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 2484.094] (II) modesetting(G0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 2484.094] (II) modesetting(G0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 2484.094] (II) modesetting(G0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 2484.094] (II) modesetting(G0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 2484.094] (II) modesetting(G0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 2484.094] (II) modesetting(G0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 2484.094] (II) modesetting(G0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 2484.094] (II) modesetting(G0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 2484.094] (II) modesetting(G0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 2484.094] (II) modesetting(G0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 2484.094] (II) modesetting(G0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 2484.094] (II) modesetting(G0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 2484.094] (II) modesetting(G0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 2484.094] (II) modesetting(G0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 2484.094] (II) modesetting(G0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 2484.094] (II) modesetting(G0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 2484.094] (II) modesetting(G0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 2484.095] (II) modesetting(G0): EDID for output VGA-1-0
[ 2484.095] (II) modesetting(G0): EDID for output DisplayPort-1-0
[ 2484.119] (II) modesetting(G0): EDID for output HDMI-1-0
[ 2484.119] (II) modesetting(G0): EDID for output DisplayPort-1-1
[ 2484.120] (II) modesetting(G0): EDID for output HDMI-1-1
[ 2484.120] (II) modesetting(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 2484.120] (==) modesetting(G0): DPI set to (96, 96)
[ 2484.120] (II) Loading sub module "fb"
[ 2484.120] (II) LoadModule: "fb"
[ 2484.120] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 2484.120] (II) Module fb: vendor="X.Org Foundation"
[ 2484.120] compiled for 1.14.5, module version = 1.0.0
[ 2484.120] ABI class: X.Org ANSI C Emulation, version 0.4
[ 2484.120] (II) Loading sub module "shadow"
[ 2484.120] (II) LoadModule: "shadow"
[ 2484.120] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 2484.120] (II) Module shadow: vendor="X.Org Foundation"
[ 2484.120] compiled for 1.14.5, module version = 1.1.0
[ 2484.120] ABI class: X.Org ANSI C Emulation, version 0.4
[ 2484.120] (--) Depth 24 pixmap format is 32 bpp
[ 2484.120] (==) modesetting(G0): Backing store disabled
[ 2484.120] (==) modesetting(G0): Silken mouse enabled
[ 2484.120] (II) modesetting(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 2484.121] (==) modesetting(G0): DPMS enabled
[ 2484.121] (WW) modesetting(G0): Option "AllowEmptyInitialConfiguration" is not used
[ 2485.183] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[ 2485.183] (II) NVIDIA: access.
[ 2485.187] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 2485.187] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 2485.187] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 2485.187] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 2485.187] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 2485.187] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 2485.187] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 2485.187] (II) NVIDIA(0): Config Options in the README.
[ 2485.187] (II) NVIDIA(0): Setting mode "NULL"
[ 2485.187] (EE) NVIDIA(0): Failed to initiate mode change.
[ 2485.187] (EE) NVIDIA(0): Failed to complete mode change
[ 2485.196] (II) NVIDIA(0): Built-in logo is bigger than the screen.
[ 2485.196] Loading extension NV-GLX
[ 2485.201] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 2485.201] (==) NVIDIA(0): Backing store disabled
[ 2485.201] (==) NVIDIA(0): Silken mouse enabled
[ 2485.201] (==) NVIDIA(0): DPMS enabled
[ 2485.201] Loading extension NV-CONTROL
[ 2485.201] (II) Loading sub module "dri2"
[ 2485.201] (II) LoadModule: "dri2"
[ 2485.201] (II) Module "dri2" already built-in
[ 2485.201] (II) NVIDIA(0): [DRI2] Setup complete
[ 2485.201] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 2485.201] (--) RandR disabled
[ 2485.204] (II) Initializing extension GLX
[ 2485.205] (II) modesetting(G0): Damage tracking initialized
[ 2485.227] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 2485.227] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 2485.227] (II) LoadModule: "evdev"
[ 2485.227] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 2485.227] (II) Module evdev: vendor="X.Org Foundation"
[ 2485.227] compiled for 1.14.3, module version = 2.8.2
[ 2485.227] Module class: X.Org XInput Driver
[ 2485.228] ABI class: X.Org XInput driver, version 19.1
[ 2485.228] (II) Using input driver 'evdev' for 'Power Button'
[ 2485.228] (**) Power Button: always reports core events
[ 2485.228] (**) evdev: Power Button: Device: "/dev/input/event2"
[ 2485.228] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 2485.228] (--) evdev: Power Button: Found keys
[ 2485.228] (II) evdev: Power Button: Configuring as keyboard
[ 2485.228] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event2"
[ 2485.228] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 2485.228] (**) Option "xkb_rules" "evdev"
[ 2485.228] (**) Option "xkb_model" "pc104"
[ 2485.228] (**) Option "xkb_layout" "us"
[ 2485.240] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[ 2485.240] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 2485.240] (II) Using input driver 'evdev' for 'Video Bus'
[ 2485.240] (**) Video Bus: always reports core events
[ 2485.240] (**) evdev: Video Bus: Device: "/dev/input/event10"
[ 2485.240] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 2485.240] (--) evdev: Video Bus: Found keys
[ 2485.240] (II) evdev: Video Bus: Configuring as keyboard
[ 2485.240] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input12/event10"
[ 2485.240] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 2485.240] (**) Option "xkb_rules" "evdev"
[ 2485.240] (**) Option "xkb_model" "pc104"
[ 2485.241] (**) Option "xkb_layout" "us"
[ 2485.241] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[ 2485.241] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 2485.241] (II) Using input driver 'evdev' for 'Video Bus'
[ 2485.241] (**) Video Bus: always reports core events
[ 2485.241] (**) evdev: Video Bus: Device: "/dev/input/event11"
[ 2485.241] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 2485.241] (--) evdev: Video Bus: Found keys
[ 2485.241] (II) evdev: Video Bus: Configuring as keyboard
[ 2485.241] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0a/LNXVIDEO:01/input/input13/event11"
[ 2485.241] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 2485.241] (**) Option "xkb_rules" "evdev"
[ 2485.241] (**) Option "xkb_model" "pc104"
[ 2485.241] (**) Option "xkb_layout" "us"
[ 2485.241] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 2485.241] (II) No input driver specified, ignoring this device.
[ 2485.241] (II) This device may have been added with another device file.
[ 2485.241] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 2485.241] (II) config/udev: Adding drm device (/dev/dri/card1)
[ 2485.241] (II) config/udev: Adding input device HDA Intel MID HDMI/DP,pcm=3 (/dev/input/event14)
[ 2485.241] (II) No input driver specified, ignoring this device.
[ 2485.241] (II) This device may have been added with another device file.
[ 2485.241] (II) config/udev: Adding input device HDA Intel MID HDMI/DP,pcm=7 (/dev/input/event13)
[ 2485.241] (II) No input driver specified, ignoring this device.
[ 2485.241] (II) This device may have been added with another device file.
[ 2485.241] (II) config/udev: Adding input device HDA Intel MID HDMI/DP,pcm=8 (/dev/input/event12)
[ 2485.241] (II) No input driver specified, ignoring this device.
[ 2485.241] (II) This device may have been added with another device file.
[ 2485.242] (II) config/udev: Adding input device Integrated Camera (/dev/input/event8)
[ 2485.242] (**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
[ 2485.242] (II) Using input driver 'evdev' for 'Integrated Camera'
[ 2485.242] (**) Integrated Camera: always reports core events
[ 2485.242] (**) evdev: Integrated Camera: Device: "/dev/input/event8"
[ 2485.242] (--) evdev: Integrated Camera: Vendor 0x4ca Product 0x7035
[ 2485.242] (--) evdev: Integrated Camera: Found keys
[ 2485.242] (II) evdev: Integrated Camera: Configuring as keyboard
[ 2485.242] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12:1.0/input/input10/event8"
[ 2485.242] (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD, id 9)
[ 2485.242] (**) Option "xkb_rules" "evdev"
[ 2485.242] (**) Option "xkb_model" "pc104"
[ 2485.242] (**) Option "xkb_layout" "us"
[ 2485.242] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event5)
[ 2485.242] (II) No input driver specified, ignoring this device.
[ 2485.242] (II) This device may have been added with another device file.
[ 2485.242] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event7)
[ 2485.242] (II) No input driver specified, ignoring this device.
[ 2485.242] (II) This device may have been added with another device file.
[ 2485.242] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event6)
[ 2485.242] (II) No input driver specified, ignoring this device.
[ 2485.242] (II) This device may have been added with another device file.
[ 2485.242] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 2485.242] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 2485.242] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 2485.242] (**) AT Translated Set 2 keyboard: always reports core events
[ 2485.242] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 2485.242] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 2485.242] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 2485.242] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 2485.242] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 2485.242] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[ 2485.242] (**) Option "xkb_rules" "evdev"
[ 2485.242] (**) Option "xkb_model" "pc104"
[ 2485.242] (**) Option "xkb_layout" "us"
[ 2485.242] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event9)
[ 2485.242] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 2485.242] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 2485.242] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[ 2485.242] (II) LoadModule: "synaptics"
[ 2485.242] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 2485.242] (II) Module synaptics: vendor="X.Org Foundation"
[ 2485.242] compiled for 1.14.4, module version = 1.7.2
[ 2485.242] Module class: X.Org XInput Driver
[ 2485.242] ABI class: X.Org XInput driver, version 19.1
[ 2485.242] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 2485.242] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 2485.242] (**) Option "Device" "/dev/input/event9"
[ 2485.356] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
[ 2485.356] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5112 (res 42)
[ 2485.356] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 3834 (res 42)
[ 2485.356] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 2485.356] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[ 2485.356] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
[ 2485.356] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[ 2485.356] (**) Option "TapButton1" "1"
[ 2485.356] (**) Option "TapButton2" "2"
[ 2485.356] (**) Option "TapButton3" "3"
[ 2485.356] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[ 2485.356] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 2485.356] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 2485.383] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event9"
[ 2485.383] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
[ 2485.383] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 2485.383] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[ 2485.383] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.046
[ 2485.383] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 2485.383] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 2485.383] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 2485.383] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 2485.383] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 2485.383] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[ 2485.383] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[ 2485.383] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event15)
[ 2485.383] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[ 2485.383] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
[ 2485.383] (**) TPPS/2 IBM TrackPoint: always reports core events
[ 2485.383] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event15"
[ 2485.383] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
[ 2485.383] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
[ 2485.383] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
[ 2485.383] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
[ 2485.383] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
[ 2485.383] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
[ 2485.383] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 2485.383] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input11/event15"
[ 2485.383] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 12)
[ 2485.383] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
[ 2485.384] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
[ 2485.384] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
[ 2485.384] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[ 2485.384] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[ 2485.384] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
[ 2485.384] (II) No input driver specified, ignoring this device.
[ 2485.384] (II) This device may have been added with another device file.
[ 2485.384] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[ 2485.384] (II) No input driver specified, ignoring this device.
[ 2485.384] (II) This device may have been added with another device file.
[ 2485.384] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event3)
[ 2485.384] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[ 2485.384] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
[ 2485.384] (**) ThinkPad Extra Buttons: always reports core events
[ 2485.384] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event3"
[ 2485.384] (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054
[ 2485.384] (--) evdev: ThinkPad Extra Buttons: Found keys
[ 2485.384] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
[ 2485.384] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input4/event3"
[ 2485.384] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 13)
[ 2485.384] (**) Option "xkb_rules" "evdev"
[ 2485.384] (**) Option "xkb_model" "pc104"
[ 2485.384] (**) Option "xkb_layout" "us"
[ 2485.391] (II) modesetting(G0): EDID vendor "MEI", prod id 38562
[ 2485.391] (II) modesetting(G0): Using EDID range info for horizontal sync
[ 2485.391] (II) modesetting(G0): Using EDID range info for vertical refresh
[ 2485.391] (II) modesetting(G0): Printing DDC gathered Modelines:
[ 2485.391] (II) modesetting(G0): Modeline "2880x1620"x0.0 302.50 2880 2924 2928 3076 1620 1629 1630 1640 +hsync +vsync (98.3 kHz eP)
[ 2485.391] (II) modesetting(G0): Modeline "2880x1620"x0.0 302.50 2880 2924 2928 3076 1620 1629 1630 1967 +hsync +vsync (98.3 kHz e)
[ 2485.420] reporting 3 6 26 203
[ 2485.421] (II) modesetting(G0): EDID vendor "MEI", prod id 38562
[ 2485.421] (II) modesetting(G0): Using hsync ranges from config file
[ 2485.421] (II) modesetting(G0): Using vrefresh ranges from config file
[ 2485.421] (II) modesetting(G0): Printing DDC gathered Modelines:
[ 2485.421] (II) modesetting(G0): Modeline "2880x1620"x0.0 302.50 2880 2924 2928 3076 1620 1629 1630 1640 +hsync +vsync (98.3 kHz eP)
[ 2485.421] (II) modesetting(G0): Modeline "2880x1620"x0.0 302.50 2880 2924 2928 3076 1620 1629 1630 1967 +hsync +vsync (98.3 kHz e)
[ 2485.450] reporting 3 6 26 203
[ 2485.467] (II) modesetting(G0): EDID vendor "MEI", prod id 38562
[ 2485.467] (II) modesetting(G0): Using hsync ranges from config file
[ 2485.467] (II) modesetting(G0): Using vrefresh ranges from config file
[ 2485.467] (II) modesetting(G0): Printing DDC gathered Modelines:
[ 2485.467] (II) modesetting(G0): Modeline "2880x1620"x0.0 302.50 2880 2924 2928 3076 1620 1629 1630 1640 +hsync +vsync (98.3 kHz eP)
[ 2485.467] (II) modesetting(G0): Modeline "2880x1620"x0.0 302.50 2880 2924 2928 3076 1620 1629 1630 1967 +hsync +vsync (98.3 kHz e)
[ 2485.493] reporting 3 6 26 203
[ 2485.510] have a master to look out for
[ 2485.510] adjust shatters 0 2880
[ 2485.515] need to create shared pixmap 1reporting 3 6 26 203
[ 2486.236] reporting 3 6 26 203
[ 2486.345] reporting 3 6 26 203
[ 2486.373] (II) modesetting(G0): EDID vendor "MEI", prod id 38562
[ 2486.373] (II) modesetting(G0): Using hsync ranges from config file
[ 2486.373] (II) modesetting(G0): Using vrefresh ranges from config file
[ 2486.373] (II) modesetting(G0): Printing DDC gathered Modelines:
[ 2486.373] (II) modesetting(G0): Modeline "2880x1620"x0.0 302.50 2880 2924 2928 3076 1620 1629 1630 1640 +hsync +vsync (98.3 kHz eP)
[ 2486.373] (II) modesetting(G0): Modeline "2880x1620"x0.0 302.50 2880 2924 2928 3076 1620 1629 1630 1967 +hsync +vsync (98.3 kHz e)
[ 2486.400] reporting 3 6 26 203
[ 2486.463] reporting 3 6 26 203
[ 2486.483] reporting 3 6 26 203
[ 2486.605] reporting 3 6 26 203
[ 2486.636] (II) modesetting(G0): EDID vendor "MEI", prod id 38562
[ 2486.636] (II) modesetting(G0): Using hsync ranges from config file
[ 2486.636] (II) modesetting(G0): Using vrefresh ranges from config file
[ 2486.636] (II) modesetting(G0): Printing DDC gathered Modelines:
[ 2486.636] (II) modesetting(G0): Modeline "2880x1620"x0.0 302.50 2880 2924 2928 3076 1620 1629 1630 1640 +hsync +vsync (98.3 kHz eP)
[ 2486.636] (II) modesetting(G0): Modeline "2880x1620"x0.0 302.50 2880 2924 2928 3076 1620 1629 1630 1967 +hsync +vsync (98.3 kHz e)
[ 2486.663] reporting 3 6 26 203
[ 2486.724] reporting 3 6 26 203
[ 2486.840] reporting 3 6 26 203
[ 2486.844] reporting 3 6 26 203
[ 2486.868] reporting 3 6 26 203
[ 2493.841] (II) evdev: ThinkPad Extra Buttons: Close
[ 2493.841] (II) UnloadModule: "evdev"
[ 2493.841] (II) evdev: TPPS/2 IBM TrackPoint: Close
[ 2493.841] (II) UnloadModule: "evdev"
[ 2493.841] (II) UnloadModule: "synaptics"
[ 2493.841] (II) evdev: AT Translated Set 2 keyboard: Close
[ 2493.841] (II) UnloadModule: "evdev"
[ 2493.841] (II) evdev: Integrated Camera: Close
[ 2493.841] (II) UnloadModule: "evdev"
[ 2493.841] (II) evdev: Video Bus: Close
[ 2493.841] (II) UnloadModule: "evdev"
[ 2493.841] (II) evdev: Video Bus: Close
[ 2493.841] (II) UnloadModule: "evdev"
[ 2493.841] (II) evdev: Power Button: Close
[ 2493.841] (II) UnloadModule: "evdev"
[ 2493.863] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 2494.409] (EE) Server terminated successfully (0). Closing log file.
I'm pretty lost now. I finally managed to get X working on my Nvidia/Intel combination with twm, but it refuses to work with gnome-session.
Any ideas?

Same problem for me too!
After kernel update on restarting GDM try to start but fails. I've last nvidia-173xx driver installed.
I've solved the problem forcing nvdia driver reinstallation. This is my Xserver log!

Similar Messages

  • [SOLVED] GNOME3: gnome-session and GDM won't start

    Whoops, had to -Syu.
    I'm trying to start GNOME3 in two ways,
    1) exec ck-launch-session dbus-launch gnome-session in .xinitrc
    2) Through GDM (/etc/rc.d/gdm start)
    When I try to startx I get this error
    gnome-session: symbol lookup error: /usr/lib/gio/modules/libdconfsettings.so: undefined symbol: g_main_context_invoke
    When I try to use GDM I get a number of these lines
    gdm-binary[5891]: WARNING: GdmDisplay: display lasted 1.784000 seconds
    and
    gdm-binary[5891]: WARNING: GdmLocalDisplayFactory: maximum number of X display failures reached: check X server log for errors
    Xorg.0.log:
    [ 21116.638]
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    [ 21116.638]
    X.Org X Server 1.9.4.901 (1.9.5 RC 1)
    Release Date: 2011-03-04
    [ 21116.638] X Protocol Version 11, Revision 0
    [ 21116.638] Build Operating System: Linux 2.6.37-ARCH x86_64
    [ 21116.638] Current Operating System: Linux zhuangzi 2.6.37-ARCH #1 SMP PREEMPT Fri Mar 25 15:10:00 CET 2011 x86_64
    [ 21116.638] Kernel command line: root=/dev/disk/by-uuid/61d7dd62-c596-4158-8338-4d542869d305 ro vga=795
    [ 21116.638] Build Date: 14 March 2011 10:38:06AM
    [ 21116.638]
    [ 21116.638] Current version of pixman: 0.20.2
    [ 21116.638] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 21116.638] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 21116.638] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Apr 8 18:49:52 2011
    [ 21116.638] (==) Using config file: "/etc/X11/xorg.conf"
    [ 21116.638] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 21116.638] (==) ServerLayout "Layout0"
    [ 21116.638] (**) |-->Screen "Screen0" (0)
    [ 21116.638] (**) | |-->Monitor "Monitor0"
    [ 21116.639] (**) | |-->Device "Device0"
    [ 21116.639] (**) |-->Input Device "Keyboard0"
    [ 21116.639] (**) |-->Input Device "Mouse0"
    [ 21116.639] (**) Option "Xinerama" "0"
    [ 21116.639] (==) Automatically adding devices
    [ 21116.639] (==) Automatically enabling devices
    [ 21116.639] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 21116.639] Entry deleted from font path.
    [ 21116.639] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 21116.639] Entry deleted from font path.
    [ 21116.639] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 21116.639] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 21116.639] Entry deleted from font path.
    [ 21116.639] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 21116.639] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 21116.639] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 21116.639] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 21116.639] (WW) Disabling Keyboard0
    [ 21116.639] (WW) Disabling Mouse0
    [ 21116.639] (II) Loader magic: 0x7d42e0
    [ 21116.639] (II) Module ABI versions:
    [ 21116.639] X.Org ANSI C Emulation: 0.4
    [ 21116.639] X.Org Video Driver: 8.0
    [ 21116.639] X.Org XInput driver : 11.0
    [ 21116.639] X.Org Server Extension : 4.0
    [ 21116.640] (--) PCI:*(0:2:0:0) 10de:0402:1462:0910 rev 161, Mem @ 0xdf000000/16777216, 0xc0000000/268435456, 0xdc000000/33554432, I/O @ 0x0000ec00/128, BIOS @ 0x????????/131072
    [ 21116.640] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 21116.640] (II) LoadModule: "extmod"
    [ 21116.640] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 21116.640] (II) Module extmod: vendor="X.Org Foundation"
    [ 21116.640] compiled for 1.9.4.901, module version = 1.0.0
    [ 21116.640] Module class: X.Org Server Extension
    [ 21116.640] ABI class: X.Org Server Extension, version 4.0
    [ 21116.640] (II) Loading extension MIT-SCREEN-SAVER
    [ 21116.640] (II) Loading extension XFree86-VidModeExtension
    [ 21116.640] (II) Loading extension XFree86-DGA
    [ 21116.640] (II) Loading extension DPMS
    [ 21116.640] (II) Loading extension XVideo
    [ 21116.640] (II) Loading extension XVideo-MotionCompensation
    [ 21116.640] (II) Loading extension X-Resource
    [ 21116.640] (II) LoadModule: "dbe"
    [ 21116.641] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 21116.641] (II) Module dbe: vendor="X.Org Foundation"
    [ 21116.641] compiled for 1.9.4.901, module version = 1.0.0
    [ 21116.641] Module class: X.Org Server Extension
    [ 21116.641] ABI class: X.Org Server Extension, version 4.0
    [ 21116.641] (II) Loading extension DOUBLE-BUFFER
    [ 21116.641] (II) LoadModule: "glx"
    [ 21116.641] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 21116.657] (II) Module glx: vendor="NVIDIA Corporation"
    [ 21116.657] compiled for 4.0.2, module version = 1.0.0
    [ 21116.657] Module class: X.Org Server Extension
    [ 21116.657] (II) NVIDIA GLX Module 270.30 Fri Feb 25 14:51:13 PST 2011
    [ 21116.657] (II) Loading extension GLX
    [ 21116.657] (II) LoadModule: "record"
    [ 21116.658] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 21116.658] (II) Module record: vendor="X.Org Foundation"
    [ 21116.658] compiled for 1.9.4.901, module version = 1.13.0
    [ 21116.658] Module class: X.Org Server Extension
    [ 21116.658] ABI class: X.Org Server Extension, version 4.0
    [ 21116.658] (II) Loading extension RECORD
    [ 21116.658] (II) LoadModule: "dri"
    [ 21116.658] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 21116.658] (II) Module dri: vendor="X.Org Foundation"
    [ 21116.658] compiled for 1.9.4.901, module version = 1.0.0
    [ 21116.658] ABI class: X.Org Server Extension, version 4.0
    [ 21116.658] (II) Loading extension XFree86-DRI
    [ 21116.658] (II) LoadModule: "dri2"
    [ 21116.658] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 21116.659] (II) Module dri2: vendor="X.Org Foundation"
    [ 21116.659] compiled for 1.9.4.901, module version = 1.2.0
    [ 21116.659] ABI class: X.Org Server Extension, version 4.0
    [ 21116.659] (II) Loading extension DRI2
    [ 21116.659] (II) LoadModule: "nvidia"
    [ 21116.659] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 21116.659] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 21116.659] compiled for 4.0.2, module version = 1.0.0
    [ 21116.659] Module class: X.Org Video Driver
    [ 21116.660] (II) NVIDIA dlloader X Driver 270.30 Fri Feb 25 14:36:22 PST 2011
    [ 21116.660] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 21116.660] (++) using VT number 7
    [ 21116.678] (II) Loading sub module "fb"
    [ 21116.678] (II) LoadModule: "fb"
    [ 21116.679] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 21116.679] (II) Module fb: vendor="X.Org Foundation"
    [ 21116.679] compiled for 1.9.4.901, module version = 1.0.0
    [ 21116.679] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 21116.679] (II) Loading sub module "wfb"
    [ 21116.679] (II) LoadModule: "wfb"
    [ 21116.679] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 21116.679] (II) Module wfb: vendor="X.Org Foundation"
    [ 21116.679] compiled for 1.9.4.901, module version = 1.0.0
    [ 21116.679] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 21116.679] (II) Loading sub module "ramdac"
    [ 21116.679] (II) LoadModule: "ramdac"
    [ 21116.679] (II) Module "ramdac" already built-in
    [ 21116.679] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 21116.680] (==) NVIDIA(0): RGB weight 888
    [ 21116.680] (==) NVIDIA(0): Default visual is TrueColor
    [ 21116.680] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 21116.680] (**) NVIDIA(0): Option "TwinView" "0"
    [ 21116.680] (**) NVIDIA(0): Option "MetaModes" "1280x1024_75 +0+0"
    [ 21116.680] (**) NVIDIA(0): Option "TwinViewXineramaInfoOrder" "CRT-0"
    [ 21117.280] (WW) NVIDIA(GPU-0): The EDID read for display device CRT-0 is invalid:
    [ 21117.280] (WW) NVIDIA(GPU-0): unrecognized EDID Header.
    [ 21117.283] (II) NVIDIA(0): NVIDIA GPU GeForce 8600 GT (G84) at PCI:2:0:0 (GPU-0)
    [ 21117.283] (--) NVIDIA(0): Memory: 524288 kBytes
    [ 21117.283] (--) NVIDIA(0): VideoBIOS: 60.84.49.00.00
    [ 21117.283] (II) NVIDIA(0): Detected PCI Express Link width: 8X
    [ 21117.283] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 21117.283] (--) NVIDIA(0): Connected display device(s) on GeForce 8600 GT at PCI:2:0:0
    [ 21117.283] (--) NVIDIA(0): CRT-0
    [ 21117.283] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
    [ 21117.393] (II) NVIDIA(0): Assigned Display Device: CRT-0
    [ 21117.393] (II) NVIDIA(0): Validated modes:
    [ 21117.393] (II) NVIDIA(0): "1280x1024_75+0+0"
    [ 21117.393] (II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
    [ 21117.414] (WW) NVIDIA(0): Unable to get display device CRT-0's EDID; cannot compute DPI
    [ 21117.414] (WW) NVIDIA(0): from CRT-0's EDID.
    [ 21117.414] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
    [ 21117.414] (--) Depth 24 pixmap format is 32 bpp
    [ 21117.415] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
    [ 21117.420] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 21117.420] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 21117.420] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 21117.420] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 21117.420] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 21117.420] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 21117.420] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 21117.420] (II) NVIDIA(0): Config Options in the README.
    [ 21117.422] (II) NVIDIA(0): Setting mode "1280x1024_75+0+0"
    [ 21117.461] (II) Loading extension NV-GLX
    [ 21117.491] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 21117.491] (==) NVIDIA(0): Backing store disabled
    [ 21117.491] (==) NVIDIA(0): Silken mouse enabled
    [ 21117.492] (**) NVIDIA(0): DPMS enabled
    [ 21117.492] (II) Loading extension NV-CONTROL
    [ 21117.493] (II) Loading extension XINERAMA
    [ 21117.493] (II) Loading sub module "dri2"
    [ 21117.493] (II) LoadModule: "dri2"
    [ 21117.493] (II) Reloading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 21117.493] (II) NVIDIA(0): [DRI2] Setup complete
    [ 21117.493] (==) RandR enabled
    [ 21117.493] (II) Initializing built-in extension Generic Event Extension
    [ 21117.493] (II) Initializing built-in extension SHAPE
    [ 21117.493] (II) Initializing built-in extension MIT-SHM
    [ 21117.493] (II) Initializing built-in extension XInputExtension
    [ 21117.493] (II) Initializing built-in extension XTEST
    [ 21117.493] (II) Initializing built-in extension BIG-REQUESTS
    [ 21117.493] (II) Initializing built-in extension SYNC
    [ 21117.493] (II) Initializing built-in extension XKEYBOARD
    [ 21117.493] (II) Initializing built-in extension XC-MISC
    [ 21117.493] (II) Initializing built-in extension SECURITY
    [ 21117.493] (II) Initializing built-in extension XINERAMA
    [ 21117.493] (II) Initializing built-in extension XFIXES
    [ 21117.493] (II) Initializing built-in extension RENDER
    [ 21117.493] (II) Initializing built-in extension RANDR
    [ 21117.493] (II) Initializing built-in extension COMPOSITE
    [ 21117.493] (II) Initializing built-in extension DAMAGE
    [ 21117.496] (II) Initializing extension GLX
    [ 21117.589] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 21117.589] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 21117.589] (II) LoadModule: "evdev"
    [ 21117.589] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 21117.589] (II) Module evdev: vendor="X.Org Foundation"
    [ 21117.589] compiled for 1.9.4, module version = 2.6.0
    [ 21117.589] Module class: X.Org XInput Driver
    [ 21117.589] ABI class: X.Org XInput driver, version 11.0
    [ 21117.589] (**) Power Button: always reports core events
    [ 21117.589] (**) Power Button: Device: "/dev/input/event3"
    [ 21117.604] (--) Power Button: Found keys
    [ 21117.604] (II) Power Button: Configuring as keyboard
    [ 21117.604] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 21117.604] (**) Option "xkb_rules" "evdev"
    [ 21117.604] (**) Option "xkb_model" "evdev"
    [ 21117.604] (**) Option "xkb_layout" "us"
    [ 21117.646] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 21117.646] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 21117.646] (**) Power Button: always reports core events
    [ 21117.646] (**) Power Button: Device: "/dev/input/event2"
    [ 21117.657] (--) Power Button: Found keys
    [ 21117.657] (II) Power Button: Configuring as keyboard
    [ 21117.657] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 21117.658] (**) Option "xkb_rules" "evdev"
    [ 21117.658] (**) Option "xkb_model" "evdev"
    [ 21117.658] (**) Option "xkb_layout" "us"
    [ 21117.660] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event5)
    [ 21117.660] (II) No input driver/identifier specified (ignoring)
    [ 21117.660] (II) config/udev: Adding input device HDA NVidia Headphone (/dev/input/event6)
    [ 21117.660] (II) No input driver/identifier specified (ignoring)
    [ 21117.666] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 21117.666] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 21117.666] (**) AT Translated Set 2 keyboard: always reports core events
    [ 21117.666] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 21117.684] (--) AT Translated Set 2 keyboard: Found keys
    [ 21117.684] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 21117.684] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    [ 21117.684] (**) Option "xkb_rules" "evdev"
    [ 21117.684] (**) Option "xkb_model" "evdev"
    [ 21117.684] (**) Option "xkb_layout" "us"
    [ 21117.685] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/event4)
    [ 21117.685] (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "evdev pointer catchall"
    [ 21117.685] (**) ImPS/2 Generic Wheel Mouse: always reports core events
    [ 21117.685] (**) ImPS/2 Generic Wheel Mouse: Device: "/dev/input/event4"
    [ 21117.707] (--) ImPS/2 Generic Wheel Mouse: Found 3 mouse buttons
    [ 21117.707] (--) ImPS/2 Generic Wheel Mouse: Found scroll wheel(s)
    [ 21117.707] (--) ImPS/2 Generic Wheel Mouse: Found relative axes
    [ 21117.708] (--) ImPS/2 Generic Wheel Mouse: Found x and y relative axes
    [ 21117.708] (II) ImPS/2 Generic Wheel Mouse: Configuring as mouse
    [ 21117.708] (II) ImPS/2 Generic Wheel Mouse: Adding scrollwheel support
    [ 21117.708] (**) ImPS/2 Generic Wheel Mouse: YAxisMapping: buttons 4 and 5
    [ 21117.708] (**) ImPS/2 Generic Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 21117.708] (II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE)
    [ 21117.708] (**) ImPS/2 Generic Wheel Mouse: (accel) keeping acceleration scheme 1
    [ 21117.708] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration profile 0
    [ 21117.708] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration factor: 2.000
    [ 21117.708] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration threshold: 4
    [ 21117.708] (II) ImPS/2 Generic Wheel Mouse: initialized for relative axes.
    [ 21117.708] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/mouse0)
    [ 21117.708] (II) No input driver/identifier specified (ignoring)
    [ 21117.709] (II) config/udev: Adding input device PC Speaker (/dev/input/event1)
    [ 21117.709] (II) No input driver/identifier specified (ignoring)
    [ 21117.847] (II) Power Button: Close
    [ 21117.848] (II) UnloadModule: "evdev"
    [ 21117.871] (II) Power Button: Close
    [ 21117.871] (II) UnloadModule: "evdev"
    [ 21117.917] (II) AT Translated Set 2 keyboard: Close
    [ 21117.917] (II) UnloadModule: "evdev"
    [ 21117.971] (II) ImPS/2 Generic Wheel Mouse: Close
    [ 21117.971] (II) UnloadModule: "evdev"
    Last edited by arthd (2011-04-09 18:03:52)

    pacman -Syu

  • Can't start gnome-session after system update.

    hi all
    I have done a whole system update .
    pacman -Syu
    and now I can't start the desktop environment.
    I tried to delete the xorg.conf and create new 1 and then copy it to /etc/X11
    X -configure
    but that didn't work.
    and when I am trying to create new xorg file I got an error message telling me that the number of screens detected is not matched , I am using a laptop .
    I checked ~/.xinitrc and /etc/rc.conf and everything is right.
    any suggestion??
    Last edited by YYaaSSeeRR (2012-11-19 08:11:06)

    ETNyx wrote:
    Hi,
    you did not give enough information but i had simillar problem cant start gdm look there https://bbs.archlinux.org/viewtopic.php?id=153240 anyway search trought your logs or post them to forum
    when I am trying to create new xorg file through this order
    X -configure
    I get an error message telling me that the number of created screens doesn't match the number of detected devices. "I am using a laptop BTW".
    and I can't log in, I just got the black screen and when launching startx I got the gnome shell session but after 2 seconds of that I got a failure in Gnome and have to log out.
    Last edited by YYaaSSeeRR (2012-11-20 07:25:55)

  • GDM cant start Gnome

    Hello all, I'm having a problem that just started recently with GDM.  When my computer boots, X and GDM start up fine.  Then I log in, and Gnome starts, but it crashes my whole machine. 
    The top and bottom bars for gnome show up, but thats all.  Then I cant click on anything, I cant switch back to the terminal (alt+f1) or ssh in from another machine.
    If I boot to a console, and use startx to start gnome-session, it starts fine.
    I have an ATI X700 card, using the open source 'radeon' driver.  I'm using the Beyond kernel.  I installed from the 0.8 alpha3 CD.  I have an AMD64 processor, but am running the x86 version of Arch.
    I did not see any errors in /var/log/Xorg.0.log  The warnings I saw were:
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (WW) RADEON: No matching Device section for instance (BusID PCI:1:0:1) found
    Also a bunch of:
    (WW) AIGLX: 3D driver claims to not support visual 0x23
    I'm kinda stumped on this one, anyone have any ideas?
    Thanks!

    Ok, my xorg.conf
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" #"CorePointer"
    InputDevice "Touchpad" "AlwaysCore"
    InputDevice "Keyboard0" "CoreKeyboard"
    Option "AIGLX" "true"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "glx"
    Load "extmod"
    Load "xtrap"
    Load "record"
    Load "dbe"
    Load "dri"
    Load "freetype"
    Load "type1"
    Load "synaptics"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc104"
    Option "XkbLayout" "pl"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "InputDevice"
    Identifier "Touchpad"
    Driver "synaptics"
    Option "Device" "/dev/input/mouse0"
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "1700"
    Option "RightEdge" "5300"
    Option "TopEdge" "1700"
    Option "BottomEdge" "4200"
    Option "FingerLow" "25"
    Option "FingerHigh" "30"
    Option "MaxTabTime" "180"
    Option "MaxTabMove" "220"
    Option "VertScrollDelta" "100"
    Option "MinSpeed" "0.06"
    Option "MaxSpeed" "0.12"
    Option "AccelFactor" "0.0010"
    Option "SHMConfig" "on"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "ShadowFB" # [<bool>]
    #Option "DefaultRefresh" # [<bool>]
    #Option "ModeSetClearScreen" # [<bool>]
    Identifier "Card0"
    Driver "radeon"
    VendorName "ATI Technologies Inc"
    BoardName "RS300M AGP [Radeon Mobility 9100IGP]"
    BusID "PCI:1:5:0"
    Option "XAANoOffscreenPixmaps" "true"
    Option "DRI" "true"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    And I have also enabled  AWT_TOOLKIT=MToolkit option in my .bashrc (for netbeans).
    Thanks for all help!

  • Problem with upgrade to gnome-session 2.26

    So ive been running 64 bit arch, all updated, running compiz-fusion. During a recent update that brought gnome-session to version 2.26 (from 2.24) wont let me startx anymore :-(
    Right now im ignoring any updates from gnome-session, but id like to fix this problem and i have a lull in homework for a day or so.
    Heres the error output i get when i run startx:
    xauth: creating new authority file /home/ptchinster/.serverauth.3076
    X.Org X Server 1.6.0
    Release Date: 2009-2-25
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.29-ARCH x86_64
    Current Operating System: Linux mistersaint 2.6.29-ARCH #1 SMP PREEMPT Wed Apr 8 12:39:28 CEST 2009 x86_64
    Build Date: 10 April 2009 01:30:50PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Tue Apr 14 00:08:36 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    gnome-session[3102]: WARNING: Could not connect to ConsoleKit: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
    gnome-session[3102]: CRITICAL: dbus_g_connection_get_connection: assertion `gconnection' failed
    process 3102: arguments to dbus_connection_send_with_reply_and_block() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 3298.
    This is normally a bug in some application using the D-Bus library.
    D-Bus not built with -rdynamic so unable to print a backtrace
    gnome-session[3102]: ******************* START ********************************
    gnome-session[3102]: Frame 0: /usr/lib/gnome-session/gnome-session [0x418ab7]
    gnome-session[3102]: Frame 1: /usr/lib/gnome-session/gnome-session [0x418c06]
    gnome-session[3102]: Frame 2: /lib/libc.so.6 [0x7f35c40fd150]
    gnome-session[3102]: Frame 3: /lib/libc.so.6(gsignal+0x35) [0x7f35c40fd0c5]
    gnome-session[3102]: Frame 4: /lib/libc.so.6(abort+0x183) [0x7f35c40fe5e3]
    gnome-session[3102]: Frame 5: /usr/lib/libdbus-1.so.3 [0x7f35c6bd6675]
    gnome-session[3102]: Frame 6: /usr/lib/libdbus-1.so.3 [0x7f35c6bd24ed]
    gnome-session[3102]: Frame 7: /usr/lib/libdbus-1.so.3(dbus_connection_send_with_reply_and_block+0x12f) [0x7f35c6bbc3bf]
    gnome-session[3102]: Frame 8: /usr/lib/gnome-session/gnome-session [0x411cbc]
    gnome-session[3102]: Frame 9: /usr/lib/gnome-session/gnome-session [0x411dc0]
    gnome-session[3102]: Frame 10: /usr/lib/gnome-session/gnome-session [0x419d90]
    gnome-session[3102]: Frame 11: /usr/lib/gnome-session/gnome-session [0x41a26f]
    gnome-session[3102]: Frame 12: /lib/libc.so.6(__libc_start_main+0xe6) [0x7f35c40e9546]
    gnome-session[3102]: Frame 13: /usr/lib/gnome-session/gnome-session [0x40ad59]
    gnome-session[3102]: ******************* END **********************************
    waiting for X server to shut down

    dont know - just kill you X server, use the /etc/rc.d/dbys start and then try startx
    worked for me

  • (gnome-session:4336): Gtk-WARNING **: cannot open display.

    I'm having troble getting gnome running on my system.
    When I'm running gnome-session Im getting (gnome-session:4336): Gtk-WARNING **: cannot open display.
    The exact same setup will allow me to run xfce4 without any problem.
    I did manage to start gnome once with gdm, but then nothing but rightclick on the mouse and the desktop icons would work, and after that one time both gdm and gnome wont work.
    I just did a base install of arch 0.7, xorg, gnome, nvidia and sound drivers.
    Also, if I put exec gnome-session in my .xinitrc file I get a Fatal server error: Requested entity already in use.

    the .xinitrc it is executed by the X window system after the X Server is started
    if you run gnome-session from a console shell and there is no X server started, it cannot open the display...
    the X server is normally started during "startx" or "xinit"
    Last edited by danielsoft (2008-04-03 10:18:40)

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

  • Can't start gnome 3 session

    When I login either from gdm or lxdm the screen sits blue for 1~2min then a message pops up like "Oh no! Something has gone wrong... Please logout and try again" and I can only logout and nothing else.
    A couple of days ago I installed arch and started to learn how to use pacman and I managed to install gnome 3 with no trouble, everything running smooth. Then I met the AUR, and the bleeding edge stuff, then I installed packer and this brilliant idea came up: why gnome 3, I want unity! And I started installing things mentioned in the Ayatana wiki page, I always rebooted after installing a few packages to check if everything was going well, but after I install compiz-core-unity-git something went wrong, the problem is that I'm not really sure if it was that package, but things collapsed when I ran a compiz command which I can't remember. I tried uninstalling all the packages I could think of being related to the problem, didn't work. I even uninstalled the whole gnome, gdm and xorg, and installing everything again, didn't work either. Here is what everything.log is saying about the error:
    Jun 9 18:10:18 eve -- MARK --
    Jun 9 18:13:48 eve gnome-session[3342]: GLib-GObject-WARNING: Two different plugins tried to register 'GConfSettingsBackend'.
    Jun 9 18:13:48 eve gnome-session[3342]: GLib-GIO-WARNING: Tried to register an extension of the type (null) to extension point gsettings-backend. Expected type is GObject.
    Jun 9 18:13:49 eve kernel: [ 7425.076742] gnome-settings-[3364]: segfault at 10 ip 00007f9b837701d1 sp 00007fff8bb183e0 error 4 in libgioremote-volume-monitor.so[7f9b83762000+13000]
    Jun 9 18:13:49 eve gnome-session[3342]: WARNING: Application 'gnome-settings-daemon.desktop' killed by signal
    Jun 9 21:14:19 eve rtkit-daemon[978]: Successfully made thread 3420 of process 3420 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
    Jun 9 21:14:19 eve rtkit-daemon[978]: Supervising 2 threads of 2 processes of 1 users.
    Jun 9 18:14:19 eve pulseaudio[3420]: pid.c: Daemon already running.
    Jun 9 18:14:19 eve kernel: [ 7455.164654] nautilus[3400]: segfault at 10 ip 00007fa0e0a451d1 sp 00007fff998574e0 error 4 in libgioremote-volume-monitor.so[7fa0e0a37000+13000]
    Jun 9 18:14:19 eve kernel: [ 7455.217708] gnome-shell[3394]: segfault at 10 ip 00007ff9979fa1d1 sp 00007ffffac01640 error 4 in libgioremote-volume-monitor.so[7ff9979ec000+13000]
    Jun 9 18:14:19 eve gnome-session[3342]: WARNING: Application 'gnome-shell.desktop' killed by signal
    Jun 9 18:14:20 eve kernel: [ 7455.583314] gnome-shell[3436]: segfault at 10 ip 00007fb48ddfa1d1 sp 00007fff289abf60 error 4 in libgioremote-volume-monitor.so[7fb48ddec000+13000]
    Jun 9 18:14:20 eve gnome-session[3342]: WARNING: Application 'gnome-shell.desktop' killed by signal
    Jun 9 18:14:20 eve gnome-session[3342]: WARNING: App 'gnome-shell.desktop' respawning too quickly
    Jun 9 18:14:20 eve gnome-session[3342]: GLib-GObject-WARNING: Two different plugins tried to register 'GDaemonVfs'.
    Jun 9 18:14:20 eve gnome-session[3342]: GLib-GObject-WARNING: Two different plugins tried to register 'GDaemonVolumeMonitor'.
    Jun 9 18:14:20 eve gnome-session[3342]: GLib-GIO-WARNING: Tried to register an extension of the type (null) to extension point gio-volume-monitor. Expected type is GVolumeMonitor.
    Jun 9 18:14:20 eve gnome-session[3342]: GLib-GObject-WARNING: cannot add interface type `GLoadableIcon' to type `GVfsIcon', since type `GVfsIcon' already conforms to interface
    Jun 9 18:14:20 eve gnome-session[3342]: GLib-GIO-WARNING: Tried to register an extension of the type (null) to extension point gio-vfs. Expected type is GVfs.
    Jun 9 18:14:20 eve gnome-session[3342]: GLib-GObject-WARNING: Two different plugins tried to register 'GVfsUriMapper'.
    Jun 9 18:14:20 eve gnome-session[3342]: GLib-GObject-WARNING: Two different plugins tried to register 'GVfsUriMapperSmb'.
    Jun 9 18:14:20 eve gnome-session[3342]: GLib-GObject-WARNING: Two different plugins tried to register 'GVfsUriMapperHttp'.
    Jun 9 18:14:20 eve gnome-session[3342]: GLib-GObject-WARNING: invalid cast from `GDaemonVfs' to `<invalid>'
    Jun 9 18:14:20 eve gnome-session[3342]: GLib-GObject-WARNING: invalid cast from `GDaemonVfs' to `<invalid>'
    Jun 9 18:14:20 eve gnome-session[3342]: GLib-GObject-WARNING: invalid cast from `GDaemonVfs' to `<invalid>'
    Jun 9 18:14:20 eve gnome-session[3342]: GLib-GObject-WARNING: invalid cast from `GDaemonVfs' to `<invalid>'
    Jun 9 18:14:20 eve gnome-session[3342]: GLib-GObject-WARNING: invalid cast from `GDaemonVfs' to `<invalid>'
    Jun 9 18:14:20 eve gnome-session[3342]: GLib-GObject-WARNING: invalid cast from `GDaemonVfs' to `<invalid>'
    Jun 9 18:14:20 eve gnome-session[3342]: GLib-GObject-WARNING: invalid cast from `GDaemonVfs' to `<invalid>'
    Jun 9 18:14:20 eve gnome-session[3342]: GLib-GObject-WARNING: invalid cast from `GDaemonVfs' to `<invalid>'
    Jun 9 18:14:20 eve gnome-session[3342]: GLib-GObject-WARNING: invalid cast from `GDaemonVfs' to `<invalid>'
    I have hope that somebody has had this issue and that it has a trivial solution which just happend to skip my thoughts.
    Seriously I'm considering reinstalling arch from scratch.

    Sounds very familiar... I got all excited about aur and all the bleeding edge software out there for arch when I first switched and ended up messing my system up in much the same way.
    Anyways, for starters you can post the output of
    pacman -Qm
    here to see if anyone spots something bogus that you've installed from aur.
    I'm sure there are those that would disagree with me, but if I were you I would just save the output of
    pacman -Q
    and reinstall your system from scratch... Also, I don't know if you're using yaourt, but I would advise against it in the beginning since it makes it so easy to install unsupported software... I think it's better to download the package and makepkg it by hand because it makes you think more about what you're doing (at most use something like cower). That's just my opinion though...

  • Not able to start Gnome via GDM

    I have just installed Archlinux on an old laptop (HP ZV5000), which I want to bring back to life as there is always a long queue to us the other PC in the family
    Everything went smooth, except the last step: when I try to login via GDM, the screen becomes gry (as if it is entering the Gnome environment, but then it is stuck there.
    Strange thing is that If I disable GDM and run Gnome with startx from the command line, then everything is working fine
    Currently I am anyway using the laptop that way, but I still feel uncomfortable as this is not the way it should work
    I have tried to ssh to the machine while stuck into the grey screen and this is what I've got while checking the status of the GDM service:
    # systemctl status gdm.service
    gdm.service - GNOME Display Manager
    Loaded: loaded (/usr/lib/systemd/system/gdm.service; disabled)
    Active: active (running) since mer 2013-09-04 20:32:02 CEST; 6min ago
    Main PID: 348 (gdm)
    CGroup: name=systemd:/system/gdm.service
    ├─348 /usr/bin/gdm
    ├─353 /usr/lib/gdm/gdm-simple-slave --display-id /org/gnome/DisplayManager/Displays/_0
    ├─357 /usr/bin/Xorg :0 -background none -verbose -auth /var/run/gdm/auth-for-gdm-iWnxiD/database -seat seat0 -nolisten tcp vt1
    ├─376 gdm-session-worker [pam/gdm-launch-environment]
    └─504 gdm-session-worker [pam/gdm-password]
    set 04 20:32:02 ZV5000 systemd[1]: Starting GNOME Display Manager...
    set 04 20:32:02 ZV5000 systemd[1]: Started GNOME Display Manager.
    set 04 20:32:05 ZV5000 gdm[348]: Failed to give slave programs access to the display. Trying to proceed.
    set 04 20:32:52 ZV5000 gdm-password][504]: pam_unix(gdm-password:session): session opened for user guidobelix by (unknown)(uid=0)
    After 10-15 minutes I was back to GDM login screen and the servise status changed in this way:
    # systemctl status gdm.service
    gdm.service - GNOME Display Manager
    Loaded: loaded (/usr/lib/systemd/system/gdm.service; disabled)
    Active: active (running) since mer 2013-09-04 20:32:02 CEST; 19min ago
    Main PID: 348 (gdm)
    CGroup: name=systemd:/system/gdm.service
    ├─ 348 /usr/bin/gdm
    ├─ 376 gdm-session-worker [pam/gdm-launch-environment]
    ├─2095 /usr/lib/gdm/gdm-simple-slave --display-id /org/gnome/DisplayManager/Displays/_0
    ├─2099 /usr/bin/Xorg :0 -background none -verbose -auth /var/run/gdm/auth-for-gdm-OXL0yo/database -seat seat0 -nolisten tcp vt1
    └─2107 gdm-session-worker [pam/gdm-launch-environment]
    set 04 20:32:02 ZV5000 systemd[1]: Starting GNOME Display Manager...
    set 04 20:32:02 ZV5000 systemd[1]: Started GNOME Display Manager.
    set 04 20:32:05 ZV5000 gdm[348]: Failed to give slave programs access to the display. Trying to proceed.
    set 04 20:32:52 ZV5000 gdm-password][504]: pam_unix(gdm-password:session): session opened for user guidobelix by (unknown)(uid=0)
    set 04 20:49:46 ZV5000 gdm[348]: **
    set 04 20:49:46 ZV5000 gdm[348]: ERROR:gdm-slave.c:1094:_get_uid_and_gid_for_user: assertion failed: (username != NULL)
    set 04 20:49:46 ZV5000 systemd-coredump[2093]: Process 353 (gdm-simple-slav) dumped core.
    set 04 20:49:52 ZV5000 gdm[348]: Failed to give slave programs access to the display. Trying to proceed.
    Does anybody have a clue on what the problem could be?
    Thanks a lot
    Guido
    Last edited by Guidobelix (2013-09-05 10:35:06)

    Sorry for the late reply.
    Yes, I did, but there are no differences between the Xorg.0.log that is created when I (unsuccessfully) start Gnome via GDM or when I start it with startx. There is an error in both cases, but Gnome fails only in one of those two.
    This is what I get
    [ 370.636]
    X.Org X Server 1.14.2
    Release Date: 2013-06-25
    [ 370.637] X Protocol Version 11, Revision 0
    [ 370.637] Build Operating System: Linux 3.9.7-1-ARCH i686
    [ 370.637] Current Operating System: Linux ZV5000 3.10.10-1-ARCH #1 SMP PREEMPT Fri Aug 30 12:11:59 CEST 2013 i686
    [ 370.637] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=5e73dfe5-d72e-4392-b0cc-f2f940ad97e9 rw quiet
    [ 370.638] Build Date: 01 July 2013 10:52:25AM
    [ 370.638]
    [ 370.638] Current version of pixman: 0.30.2
    [ 370.639] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 370.639] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 370.640] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Sep 10 19:56:33 2013
    [ 370.682] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 370.682] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 370.699] (==) No Layout section. Using the first Screen section.
    [ 370.699] (==) No screen section available. Using defaults.
    [ 370.699] (**) |-->Screen "Default Screen Section" (0)
    [ 370.699] (**) | |-->Monitor "<default monitor>"
    [ 370.712] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 370.712] (==) Automatically adding devices
    [ 370.712] (==) Automatically enabling devices
    [ 370.712] (==) Automatically adding GPU devices
    [ 370.734] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 370.734] Entry deleted from font path.
    [ 370.740] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 370.740] Entry deleted from font path.
    [ 370.740] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 370.740] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 370.740] Entry deleted from font path.
    [ 370.740] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 370.740] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 370.740] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 370.740] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 370.741] (II) Loader magic: 0x8258620
    [ 370.741] (II) Module ABI versions:
    [ 370.741] X.Org ANSI C Emulation: 0.4
    [ 370.741] X.Org Video Driver: 14.1
    [ 370.741] X.Org XInput driver : 19.1
    [ 370.741] X.Org Server Extension : 7.0
    [ 370.741] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 370.744] (--) PCI:*(0:1:5:0) 1002:5835:103c:006b rev 0, Mem @ 0xe0000000/268435456, 0xd0100000/65536, I/O @ 0x00009000/256, BIOS @ 0x????????/131072
    [ 370.744] Initializing built-in extension Generic Event Extension
    [ 370.745] Initializing built-in extension SHAPE
    [ 370.745] Initializing built-in extension MIT-SHM
    [ 370.745] Initializing built-in extension XInputExtension
    [ 370.745] Initializing built-in extension XTEST
    [ 370.745] Initializing built-in extension BIG-REQUESTS
    [ 370.746] Initializing built-in extension SYNC
    [ 370.746] Initializing built-in extension XKEYBOARD
    [ 370.746] Initializing built-in extension XC-MISC
    [ 370.746] Initializing built-in extension SECURITY
    [ 370.746] Initializing built-in extension XINERAMA
    [ 370.746] Initializing built-in extension XFIXES
    [ 370.747] Initializing built-in extension RENDER
    [ 370.747] Initializing built-in extension RANDR
    [ 370.747] Initializing built-in extension COMPOSITE
    [ 370.747] Initializing built-in extension DAMAGE
    [ 370.747] Initializing built-in extension MIT-SCREEN-SAVER
    [ 370.747] Initializing built-in extension DOUBLE-BUFFER
    [ 370.748] Initializing built-in extension RECORD
    [ 370.748] Initializing built-in extension DPMS
    [ 370.748] Initializing built-in extension X-Resource
    [ 370.748] Initializing built-in extension XVideo
    [ 370.753] Initializing built-in extension XVideo-MotionCompensation
    [ 370.759] Initializing built-in extension XFree86-VidModeExtension
    [ 370.764] Initializing built-in extension XFree86-DGA
    [ 370.769] Initializing built-in extension XFree86-DRI
    [ 370.774] Initializing built-in extension DRI2
    [ 370.774] (II) "glx" will be loaded by default.
    [ 370.774] (II) LoadModule: "dri2"
    [ 370.774] (II) Module "dri2" already built-in
    [ 370.774] (II) LoadModule: "glamoregl"
    [ 370.793] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 370.923] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 370.923] compiled for 1.14.2, module version = 0.5.1
    [ 370.923] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 370.923] (II) LoadModule: "glx"
    [ 370.924] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 370.950] (II) Module glx: vendor="X.Org Foundation"
    [ 370.950] compiled for 1.14.2, module version = 1.0.0
    [ 370.950] ABI class: X.Org Server Extension, version 7.0
    [ 370.950] (==) AIGLX enabled
    [ 370.956] Loading extension GLX
    [ 370.956] (==) Matched ati as autoconfigured driver 0
    [ 370.956] (==) Matched ati as autoconfigured driver 1
    [ 370.956] (==) Matched vesa as autoconfigured driver 2
    [ 370.956] (==) Matched modesetting as autoconfigured driver 3
    [ 370.956] (==) Matched fbdev as autoconfigured driver 4
    [ 370.956] (==) Assigned the driver to the xf86ConfigLayout
    [ 370.956] (II) LoadModule: "ati"
    [ 370.957] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 370.971] (II) Module ati: vendor="X.Org Foundation"
    [ 370.971] compiled for 1.14.2, module version = 7.2.0
    [ 370.971] Module class: X.Org Video Driver
    [ 370.971] ABI class: X.Org Video Driver, version 14.1
    [ 370.971] (II) LoadModule: "radeon"
    [ 370.971] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 371.010] (II) Module radeon: vendor="X.Org Foundation"
    [ 371.010] compiled for 1.14.2, module version = 7.2.0
    [ 371.010] Module class: X.Org Video Driver
    [ 371.010] ABI class: X.Org Video Driver, version 14.1
    [ 371.010] (II) LoadModule: "vesa"
    [ 371.010] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 371.022] (II) Module vesa: vendor="X.Org Foundation"
    [ 371.023] compiled for 1.14.0, module version = 2.3.2
    [ 371.023] Module class: X.Org Video Driver
    [ 371.023] ABI class: X.Org Video Driver, version 14.1
    [ 371.023] (II) LoadModule: "modesetting"
    [ 371.023] (WW) Warning, couldn't open module modesetting
    [ 371.023] (II) UnloadModule: "modesetting"
    [ 371.023] (II) Unloading modesetting
    [ 371.023] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 371.023] (II) LoadModule: "fbdev"
    [ 371.023] (WW) Warning, couldn't open module fbdev
    [ 371.023] (II) UnloadModule: "fbdev"
    [ 371.024] (II) Unloading fbdev
    [ 371.024] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 371.024] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
    ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
    ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
    ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
    CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
    BARTS, BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, 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
    [ 371.035] (II) VESA: driver for VESA chipsets: vesa
    [ 371.035] (++) using VT number 1
    [ 371.049] (II) [KMS] Kernel modesetting enabled.
    [ 371.049] (WW) Falling back to old probe method for vesa
    [ 371.049] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 371.049] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 371.049] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 371.049] (==) RADEON(0): Default visual is TrueColor
    [ 371.049] (==) RADEON(0): RGB weight 888
    [ 371.049] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 371.049] (--) RADEON(0): Chipset: "ATI Radeon Mobility 9100 IGP (U3) 5835" (ChipID = 0x5835)
    [ 371.049] (II) Loading sub module "dri2"
    [ 371.049] (II) LoadModule: "dri2"
    [ 371.049] (II) Module "dri2" already built-in
    [ 371.049] (II) Loading sub module "exa"
    [ 371.049] (II) LoadModule: "exa"
    [ 371.050] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 371.058] (II) Module exa: vendor="X.Org Foundation"
    [ 371.058] compiled for 1.14.2, module version = 2.6.0
    [ 371.058] ABI class: X.Org Video Driver, version 14.1
    [ 371.058] (II) RADEON(0): KMS Color Tiling: disabled
    [ 371.058] (II) RADEON(0): KMS Color Tiling 2D: disabled
    [ 371.058] (II) RADEON(0): KMS Pageflipping: enabled
    [ 371.058] (II) RADEON(0): SwapBuffers wait for vsync: enabled
    [ 371.081] (II) RADEON(0): Output VGA-0 has no monitor section
    [ 371.081] (II) RADEON(0): Output LVDS has no monitor section
    [ 371.087] (II) RADEON(0): Output S-video has no monitor section
    [ 371.109] (II) RADEON(0): EDID for output VGA-0
    [ 371.109] (II) RADEON(0): EDID for output LVDS
    [ 371.109] (II) RADEON(0): Printing probed modes for output LVDS
    [ 371.109] (II) RADEON(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 802 808 823 (49.3 kHz eP)
    [ 371.109] (II) RADEON(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz)
    [ 371.109] (II) RADEON(0): Modeline "1152x768"x59.8 71.75 1152 1216 1328 1504 768 771 781 798 -hsync +vsync (47.7 kHz)
    [ 371.109] (II) RADEON(0): Modeline "1024x768"x59.9 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync (47.8 kHz)
    [ 371.109] (II) RADEON(0): Modeline "800x600"x59.9 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync (37.4 kHz)
    [ 371.109] (II) RADEON(0): Modeline "848x480"x59.7 31.50 848 872 952 1056 480 483 493 500 -hsync +vsync (29.8 kHz)
    [ 371.109] (II) RADEON(0): Modeline "720x480"x59.7 26.75 720 744 808 896 480 483 493 500 -hsync +vsync (29.9 kHz)
    [ 371.109] (II) RADEON(0): Modeline "640x480"x59.4 23.75 640 664 720 800 480 483 487 500 -hsync +vsync (29.7 kHz)
    [ 371.115] (II) RADEON(0): EDID for output S-video
    [ 371.115] (II) RADEON(0): Output VGA-0 disconnected
    [ 371.115] (II) RADEON(0): Output LVDS connected
    [ 371.115] (II) RADEON(0): Output S-video disconnected
    [ 371.115] (II) RADEON(0): Using exact sizes for initial modes
    [ 371.115] (II) RADEON(0): Output LVDS using initial mode 1280x800
    [ 371.116] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 371.116] (II) RADEON(0): mem size init: gart size :1dff000 vram size: s:8000000 visible:7bd8000
    [ 371.116] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
    [ 371.116] (==) RADEON(0): DPI set to (96, 96)
    [ 371.116] (II) Loading sub module "fb"
    [ 371.116] (II) LoadModule: "fb"
    [ 371.116] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 371.129] (II) Module fb: vendor="X.Org Foundation"
    [ 371.129] compiled for 1.14.2, module version = 1.0.0
    [ 371.129] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 371.129] (II) Loading sub module "ramdac"
    [ 371.129] (II) LoadModule: "ramdac"
    [ 371.129] (II) Module "ramdac" already built-in
    [ 371.129] (II) UnloadModule: "vesa"
    [ 371.129] (II) Unloading vesa
    [ 371.130] (--) Depth 24 pixmap format is 32 bpp
    [ 371.131] (II) RADEON(0): [DRI2] Setup complete
    [ 371.131] (II) RADEON(0): [DRI2] DRI driver: r200
    [ 371.131] (II) RADEON(0): [DRI2] VDPAU driver: r200
    [ 371.131] (II) RADEON(0): Front buffer size: 4000K
    [ 371.131] (II) RADEON(0): VRAM usage limit set to 110505K
    [ 371.133] (==) RADEON(0): Backing store disabled
    [ 371.133] (II) RADEON(0): Direct rendering enabled
    [ 371.133] (II) RADEON(0): Render acceleration enabled for R200 type cards.
    [ 371.133] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 371.133] (II) EXA(0): Driver registered support for the following operations:
    [ 371.134] (II) Solid
    [ 371.134] (II) Copy
    [ 371.134] (II) Composite (RENDER acceleration)
    [ 371.134] (II) UploadToScreen
    [ 371.134] (II) DownloadFromScreen
    [ 371.134] (II) RADEON(0): Acceleration enabled
    [ 371.134] (==) RADEON(0): DPMS enabled
    [ 371.134] (==) RADEON(0): Silken mouse enabled
    [ 371.134] (II) RADEON(0): Set up textured video
    [ 371.134] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
    [ 371.134] (II) RADEON(0): [XvMC] Extension initialized.
    [ 371.134] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 371.135] (--) RandR disabled
    [ 371.294] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 371.294] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 371.294] (II) AIGLX: enabled GLX_ARB_create_context
    [ 371.294] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 371.294] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 371.294] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 371.294] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 371.295] (II) AIGLX: Loaded and initialized r200
    [ 371.295] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 371.296] (II) RADEON(0): Setting screen physical size to 338 x 211
    [ 371.642] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 371.642] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 371.642] (II) LoadModule: "evdev"
    [ 371.642] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 371.670] (II) Module evdev: vendor="X.Org Foundation"
    [ 371.670] compiled for 1.14.2, module version = 2.8.1
    [ 371.670] Module class: X.Org XInput Driver
    [ 371.670] ABI class: X.Org XInput driver, version 19.1
    [ 371.670] (II) Using input driver 'evdev' for 'Power Button'
    [ 371.670] (**) Power Button: always reports core events
    [ 371.670] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 371.670] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 371.670] (--) evdev: Power Button: Found keys
    [ 371.670] (II) evdev: Power Button: Configuring as keyboard
    [ 371.670] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
    [ 371.670] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 371.670] (**) Option "xkb_rules" "evdev"
    [ 371.670] (**) Option "xkb_model" "pc104"
    [ 371.670] (**) Option "xkb_layout" "us"
    [ 371.707] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
    [ 371.708] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 371.708] (II) Using input driver 'evdev' for 'Video Bus'
    [ 371.708] (**) Video Bus: always reports core events
    [ 371.708] (**) evdev: Video Bus: Device: "/dev/input/event4"
    [ 371.708] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 371.708] (--) evdev: Video Bus: Found keys
    [ 371.708] (II) evdev: Video Bus: Configuring as keyboard
    [ 371.708] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:01/LNXVIDEO:00/input/input4/event4"
    [ 371.708] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 371.708] (**) Option "xkb_rules" "evdev"
    [ 371.708] (**) Option "xkb_model" "pc104"
    [ 371.708] (**) Option "xkb_layout" "us"
    [ 371.709] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 371.709] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 371.709] (II) Using input driver 'evdev' for 'Power Button'
    [ 371.709] (**) Power Button: always reports core events
    [ 371.709] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 371.709] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 371.709] (--) evdev: Power Button: Found keys
    [ 371.709] (II) evdev: Power Button: Configuring as keyboard
    [ 371.709] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
    [ 371.709] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 371.709] (**) Option "xkb_rules" "evdev"
    [ 371.709] (**) Option "xkb_model" "pc104"
    [ 371.709] (**) Option "xkb_layout" "us"
    [ 371.710] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 371.710] (II) No input driver specified, ignoring this device.
    [ 371.710] (II) This device may have been added with another device file.
    [ 371.710] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 371.711] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 371.711] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 371.711] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 371.711] (**) AT Translated Set 2 keyboard: always reports core events
    [ 371.711] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 371.711] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 371.711] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 371.711] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 371.711] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 371.711] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
    [ 371.711] (**) Option "xkb_rules" "evdev"
    [ 371.711] (**) Option "xkb_model" "pc104"
    [ 371.711] (**) Option "xkb_layout" "us"
    [ 371.712] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/event6)
    [ 371.712] (**) PS/2 Mouse: Applying InputClass "evdev pointer catchall"
    [ 371.712] (II) Using input driver 'evdev' for 'PS/2 Mouse'
    [ 371.712] (**) PS/2 Mouse: always reports core events
    [ 371.712] (**) evdev: PS/2 Mouse: Device: "/dev/input/event6"
    [ 371.712] (--) evdev: PS/2 Mouse: Vendor 0x2 Product 0x8
    [ 371.712] (--) evdev: PS/2 Mouse: Found 3 mouse buttons
    [ 371.712] (--) evdev: PS/2 Mouse: Found relative axes
    [ 371.712] (--) evdev: PS/2 Mouse: Found x and y relative axes
    [ 371.712] (II) evdev: PS/2 Mouse: Configuring as mouse
    [ 371.712] (**) evdev: PS/2 Mouse: YAxisMapping: buttons 4 and 5
    [ 371.712] (**) evdev: PS/2 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 371.712] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input6/event6"
    [ 371.712] (II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE, id 10)
    [ 371.713] (II) evdev: PS/2 Mouse: initialized for relative axes.
    [ 371.713] (**) PS/2 Mouse: (accel) keeping acceleration scheme 1
    [ 371.713] (**) PS/2 Mouse: (accel) acceleration profile 0
    [ 371.713] (**) PS/2 Mouse: (accel) acceleration factor: 2.000
    [ 371.713] (**) PS/2 Mouse: (accel) acceleration threshold: 4
    [ 371.713] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/mouse0)
    [ 371.714] (II) No input driver specified, ignoring this device.
    [ 371.714] (II) This device may have been added with another device file.
    [ 371.714] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/event7)
    [ 371.714] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "evdev touchpad catchall"
    [ 371.714] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall"
    [ 371.714] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "Default clickpad buttons"
    [ 371.714] (II) LoadModule: "synaptics"
    [ 371.714] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 371.721] (II) Module synaptics: vendor="X.Org Foundation"
    [ 371.722] compiled for 1.14.1, module version = 1.7.1
    [ 371.722] Module class: X.Org XInput Driver
    [ 371.722] ABI class: X.Org XInput driver, version 19.1
    [ 371.722] (II) Using input driver 'synaptics' for 'AlpsPS/2 ALPS GlidePoint'
    [ 371.722] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
    [ 371.722] (**) Option "Device" "/dev/input/event7"
    [ 371.820] (--) synaptics: AlpsPS/2 ALPS GlidePoint: x-axis range 0 - 1023 (res 0)
    [ 371.820] (--) synaptics: AlpsPS/2 ALPS GlidePoint: y-axis range 0 - 767 (res 0)
    [ 371.820] (--) synaptics: AlpsPS/2 ALPS GlidePoint: pressure range 0 - 127
    [ 371.820] (II) synaptics: AlpsPS/2 ALPS GlidePoint: device does not report finger width.
    [ 371.820] (--) synaptics: AlpsPS/2 ALPS GlidePoint: buttons: left right middle
    [ 371.820] (--) synaptics: AlpsPS/2 ALPS GlidePoint: Vendor 0x2 Product 0x8
    [ 371.820] (--) synaptics: AlpsPS/2 ALPS GlidePoint: invalid finger width range. defaulting to 0 - 15
    [ 371.820] (**) Option "TapButton1" "1"
    [ 371.820] (**) Option "TapButton2" "2"
    [ 371.820] (**) Option "TapButton3" "3"
    [ 371.820] (--) synaptics: AlpsPS/2 ALPS GlidePoint: touchpad found
    [ 371.820] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
    [ 371.873] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input7/event7"
    [ 371.873] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: TOUCHPAD, id 11)
    [ 371.873] (**) synaptics: AlpsPS/2 ALPS GlidePoint: (accel) MinSpeed is now constant deceleration 2.5
    [ 371.873] (**) synaptics: AlpsPS/2 ALPS GlidePoint: (accel) MaxSpeed is now 1.75
    [ 371.873] (**) synaptics: AlpsPS/2 ALPS GlidePoint: (accel) AccelFactor is now 0.156
    [ 371.873] (**) AlpsPS/2 ALPS GlidePoint: (accel) keeping acceleration scheme 1
    [ 371.873] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration profile 1
    [ 371.873] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration factor: 2.000
    [ 371.873] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration threshold: 4
    [ 371.873] (--) synaptics: AlpsPS/2 ALPS GlidePoint: touchpad found
    [ 371.874] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse1)
    [ 371.874] (**) AlpsPS/2 ALPS GlidePoint: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 371.874] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
    [ 371.874] (II) No input driver specified, ignoring this device.
    [ 371.875] (II) This device may have been added with another device file.
    [ 778.808] (II) UnloadModule: "synaptics"
    [ 778.809] (II) evdev: PS/2 Mouse: Close
    [ 778.809] (II) UnloadModule: "evdev"
    [ 778.809] (II) evdev: AT Translated Set 2 keyboard: Close
    [ 778.809] (II) UnloadModule: "evdev"
    [ 778.809] (II) evdev: Power Button: Close
    [ 778.809] (II) UnloadModule: "evdev"
    [ 778.809] (II) evdev: Video Bus: Close
    [ 778.809] (II) UnloadModule: "evdev"
    [ 778.809] (II) evdev: Power Button: Close
    [ 778.809] (II) UnloadModule: "evdev"
    [ 778.836] (EE) Server terminated successfully (0). Closing log file.
    Any other idea?

  • Gnome/GDM Issue - System freeze before starting Gnome every reboot.

    Hi guys, sorry for my bad english.
    I've a strange problem with Gnome/GDM DE.
    Yesterday, I have installed gnome on my laptop but it works 1 times every 2.
    The first time i power on my laptop it works, the second (or if i try to reboot) it freezes before starting GDM.
    I can't switch tty, can't shutdown. I can only power off pressing power button.
    How can i solve this problem? Anyone had this issue before?
    PS: (I've installed arch yet on the same laptop using XFCE without problems)
    Last edited by PixelMaster (2012-11-30 09:19:33)

    I have the same issue and i can't find a solution.
    there's my greeter log>
    JS LOG: Error: Requiring IBus, version none: Typelib file for namespace 'IBus' (any version) not found
        JS ERROR: !!!   WARNING: 'assignment to undeclared variable _themeName'
        JS ERROR: !!!   WARNING: file '/usr/share/gnome-shell/js/ui/main.js' line 438 exception 0 number 156
          JS LOG: GNOME Shell started at Fri Dec 28 2012 07:23:03 GMT-0300 (ART)
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    Advertencia del gestor de ventanas: CurrentTime used to choose focus window; focus window may not be correct.
    Advertencia del gestor de ventanas: Got a request to focus the no_focus_window with a timestamp of 0.  This shouldn't happen!
    Advertencia del gestor de ventanas: Log level 8: g_variant_compare: assertion `!g_variant_is_container (a)' failed
    Advertencia del gestor de ventanas: Log level 8: g_source_remove: assertion `tag > 0' failed
    gnome-session[2368]: WARNING: Detected that screensaver has left the bus
    gnome-session[2368]: CRITICAL: gsm_manager_set_phase: assertion `GSM_IS_MANAGER (manager)' failed
    g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    (gnome-settings-daemon:2390): GLib-GIO-WARNING **: Error releasing name org.gnome.SettingsDaemon: La conexión está cerrada

  • Gnome session won't start

    Ok so while trying to fix problems with my graphics drivers, I decided to just start from scratch again. So all I have done so far is:
    pacman -S xf86-video-ati ati-dri libgl
    pacman -S xorg
    *added a new user
    pacman -S gnome gnome-extra gnome-system-tools
    *edited ~/.xinitrc to have "exec gnome-session"
    *edited /etc/inittab to boot to runlevel 5 and enabled gdm
    which is what I always do at first (I've clean installed Arch a lot of times in the past) but now for some reason when gdm comes up on the screen, I log in and it appears to work; I see the desktop and then it dies and gdm respawns. Any more attempts to log in don't even show the desktop, gdm just respawns.
    Like I said these are always the first steps I take after installing arch and it hasn't done this kind of thing.
    Any help would be appreciated.

    joey0 wrote:
    Ok so while trying to fix problems with my graphics drivers, I decided to just start from scratch again. So all I have done so far is:
    pacman -S xf86-video-ati ati-dri libgl
    pacman -S xorg
    *added a new user
    pacman -S gnome gnome-extra gnome-system-tools
    *edited ~/.xinitrc to have "exec gnome-session"
    *edited /etc/inittab to boot to runlevel 5 and enabled gdm
    which is what I always do at first (I've clean installed Arch a lot of times in the past) but now for some reason when gdm comes up on the screen, I log in and it appears to work; I see the desktop and then it dies and gdm respawns. Any more attempts to log in don't even show the desktop, gdm just respawns.
    Like I said these are always the first steps I take after installing arch and it hasn't done this kind of thing.
    Any help would be appreciated.
    Same problem here,  I have just clean installed aswell and when i go to log into gnome It logs and the desktop shows, then gets kicked out back to GDM but after just same thing,  login kicked out over and over.  I hope there's a fix out there for this.

  • GDM, gnome-session exits to login screen after a few seconds

    Recently, I've done a fresh installation of Arch Linux on my girlfriends laptop. She's using gnome and would like to log in graphically using GDM.
    However, when I try to login via gdm, I get kicked out of gnome after a couple of (say about 30) seconds back to the login screen. It doesn't seem to matter if I do something. Even with no input/programms/whatsoever, the session ends after a short time.
    The problem appears to be related to gdm, not gnome, though, because if I do not start GDM but launch my gnome-session via 'startx' from a terminal everything works perfectly fine.
    I've read something about KMS issues somewhere and tried adding "nomodeset" to my kernel command line. The kickout was gone but gnome started in failback mode and issueing "gnome-shell --replace" started the gnome-shell but messed up parts of the screen.
    Since I'm using fluxbox with no graphical login on my own machine, I really don't know where to start looking. Any clues/suggestions what to look at for fixing the problem?

    i had the same issue but with xfce , a full system update fixed it . try doing that without starting 'X'  . Also have you checked logs for any errors.

  • Gnome session start up programmes

    Running Arch on a Fujitsu Siemens Amilo laptop with 512MB RAM. 2GHz. Athlon proc. -getting a bit long in the tooth..and the laptop
    Which of these can safely be disabled in Gnome session start up programmes?
    1. AT SPI Registry Wrapper
    2. Disk Notifications
    3. Gnome Keyring Daemon
    4. Gnome Login Sound (I guess this is OK to disable upon preference)
    4. Gnome Settings Daemon
    5. Gnome Settings Daemon Helper
    6. Gnome Splash Screen
    7. PolicyKit Authentication Agent
    8. Power Manager
    9. Remote Desktop-DISABLED!
    10. Screensaver-need this one...
    11. Seahorse Daemon
    12. Visual Assistance-DISABLED!
    It is unlikely I will need to connect to this laptop eg. peripherals,remote, hard disks etc..
    I would like to disable as many as possible and maximize free RAM.
    Any tips much appreciated.

    If it's in your Dock click it and hold, check the Options and see if it's set to Open on Login.

  • [solved] xfce4 won't start, "unable to load failsafe session"

    Hello, after a recent upgrade (i guess), I restarted xfce4 and I am now receiving this error message:
    Unable to load failsafe session
    Unable to determine a failsafe session name. Possible causes:
    xfconfd isn't running (D-Bus setup problem);
    environment variable $XDG_CONFIG_DIRS is set incorrectly (must include "/etc"),
    or xfce4-session is installed incorrectly
    While trying to restart xfce4 again.
    I'm using the radeon driver for an ati card btw.
    I have dbus and hal installed. I am using openbox just fine at this very moment, except that it won't logout without a ctrl-alt-backspace. So something is wrong. I wish to have xfce4 running again though.
    I have a very minimal xorg.conf, with no errors in my Xorg.0.log.
    Did this happen to anyone else? I searched the forum and people fixed this same error message by installing dbus, but I have dbus installed... so it's weird.
    Last edited by efourseven (2009-05-08 04:38:01)

    Do you run Arch64?
    If so, then
    # pacman -Sy dbus
    This thing will install "dbus *permissive-1" which, suprisingly enough, is not a dependency of xfce4. I don't know if it's built like that on purpose, or it's just a blunder... but it would make more sense to me if XFCE4 depended on that package.
    After installing that and restarting hal (which wouldn't run properly, anyway) your XFCE4 should start.
    I discovered that just recently on a virtual machine (normally I run 32-bit, and there is no such issue there).
    Last edited by scarecrow (2009-05-18 18:37:16)

  • Error message from 4i: Locator unable to start session.

    I got this message when i attempt to connect to the discoverer viewer. Anyone has any ideas. Please:
    Unable to connect to the Oracle Discoverer Application Server. Locator unable to start session "4ivOracleDiscovererSession4"

    Hi Norm,
    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair Disk, (not Repair Permissions). Disk Utility checks and repairs the disk."
    (Repair both Drives)
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)

Maybe you are looking for