You are not logged in.
Followed the wiki and have spun up a new i686 Arch VM (Virtualbox). I seemed to have hit a wall and cannot get X to load to save my life.
I have the following required packages installed on the VM in addition to the standard Xorg packages:
virtualbox-guest-modules
virtualbox-guest-utils
Required modules are loaded:
$ lsmod | grep vbox
vboxvideo 1233 0
vboxsf 34250 0
vboxguest 150515 1 vboxsf
drm 182234 1 vboxvideo
But when I attempt to go graphical:
$ xinit
X.Org X Server 1.12.4
Release Date: 2012-08-27
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.4.8-1-ARCH i686
Current Operating System: Linux nano 3.5.4-1-ARCH #1 SMP PREEMPT Sat Sep 15 13:04:04 UTC 2012 i686
Kernel command line: root=/dev/sda3 ro init=/bin/systemd initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
Build Date: 27 August 2012 08:08:29AM
Current version of pixman: 0.26.2
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: Fri Sep 28 04:07:11 2012
(==) Using config directory: "/etc/X11/xorg.conf.d"
xinit: connection to X server lost
waiting for X server to shut down Server terminated successfully (0). Closing log file.
If I grep out the errors:
$ grep \(EE /var/log/Xorg.0.log
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 219.974] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 219.974] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 220.297] (EE) AIGLX error: vboxvideo does not export required DRI extension
[ 220.297] (EE) AIGLX: reverting to software rendering
Here is the log but I am at a loss.
$ cat Xorg.0.log
[ 116.729]
X.Org X Server 1.12.4
Release Date: 2012-08-27
[ 116.732] X Protocol Version 11, Revision 0
[ 116.733] Build Operating System: Linux 3.4.8-1-ARCH i686
[ 116.735] Current Operating System: Linux nano 3.5.4-1-ARCH #1 SMP PREEMPT Sat Sep 15 13:04:04 UTC 2012 i686
[ 116.735] Kernel command line: root=/dev/sda3 ro init=/bin/systemd initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
[ 116.738] Build Date: 27 August 2012 08:08:29AM
[ 116.739]
[ 116.740] Current version of pixman: 0.26.2
[ 116.741] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 116.741] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 116.744] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Sep 28 04:05:26 2012
[ 116.744] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 116.744] (==) No Layout section. Using the first Screen section.
[ 116.744] (==) No screen section available. Using defaults.
[ 116.744] (**) |-->Screen "Default Screen Section" (0)
[ 116.744] (**) | |-->Monitor "<default monitor>"
[ 116.744] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 116.744] (==) Automatically adding devices
[ 116.744] (==) Automatically enabling devices
[ 116.753] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 116.753] Entry deleted from font path.
[ 116.753] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 116.753] Entry deleted from font path.
[ 116.753] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 116.754] Entry deleted from font path.
[ 116.754] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 116.754] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 116.754] Entry deleted from font path.
[ 116.754] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 116.754] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/
[ 116.754] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 116.754] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 116.754] (II) Loader magic: 0x82225a0
[ 116.754] (II) Module ABI versions:
[ 116.754] X.Org ANSI C Emulation: 0.4
[ 116.754] X.Org Video Driver: 12.1
[ 116.754] X.Org XInput driver : 16.0
[ 116.754] X.Org Server Extension : 6.0
[ 116.757] (--) PCI:*(0:0:2:0) 80ee:beef:0000:0000 rev 0, Mem @ 0xe0000000/33554432
[ 116.757] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 116.757] (II) LoadModule: "extmod"
[ 116.770] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 116.775] (II) Module extmod: vendor="X.Org Foundation"
[ 116.775] compiled for 1.12.4, module version = 1.0.0
[ 116.776] Module class: X.Org Server Extension
[ 116.776] ABI class: X.Org Server Extension, version 6.0
[ 116.776] (II) Loading extension MIT-SCREEN-SAVER
[ 116.776] (II) Loading extension XFree86-VidModeExtension
[ 116.776] (II) Loading extension XFree86-DGA
[ 116.776] (II) Loading extension DPMS
[ 116.776] (II) Loading extension XVideo
[ 116.776] (II) Loading extension XVideo-MotionCompensation
[ 116.776] (II) Loading extension X-Resource
[ 116.776] (II) LoadModule: "dbe"
[ 116.776] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 116.781] (II) Module dbe: vendor="X.Org Foundation"
[ 116.781] compiled for 1.12.4, module version = 1.0.0
[ 116.781] Module class: X.Org Server Extension
[ 116.781] ABI class: X.Org Server Extension, version 6.0
[ 116.781] (II) Loading extension DOUBLE-BUFFER
[ 116.781] (II) LoadModule: "glx"
[ 116.781] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 116.798] (II) Module glx: vendor="X.Org Foundation"
[ 116.798] compiled for 1.12.4, module version = 1.0.0
[ 116.798] ABI class: X.Org Server Extension, version 6.0
[ 116.798] (==) AIGLX enabled
[ 116.798] (II) Loading extension GLX
[ 116.798] (II) LoadModule: "record"
[ 116.798] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 116.799] (II) Module record: vendor="X.Org Foundation"
[ 116.799] compiled for 1.12.4, module version = 1.13.0
[ 116.799] Module class: X.Org Server Extension
[ 116.799] ABI class: X.Org Server Extension, version 6.0
[ 116.799] (II) Loading extension RECORD
[ 116.799] (II) LoadModule: "dri"
[ 116.799] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 116.808] (II) Module dri: vendor="X.Org Foundation"
[ 116.808] compiled for 1.12.4, module version = 1.0.0
[ 116.808] ABI class: X.Org Server Extension, version 6.0
[ 116.808] (II) Loading extension XFree86-DRI
[ 116.808] (II) LoadModule: "dri2"
[ 116.808] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 116.809] (II) Module dri2: vendor="X.Org Foundation"
[ 116.809] compiled for 1.12.4, module version = 1.2.0
[ 116.809] ABI class: X.Org Server Extension, version 6.0
[ 116.809] (II) Loading extension DRI2
[ 116.809] (==) Matched vboxvideo as autoconfigured driver 0
[ 116.809] (==) Matched vesa as autoconfigured driver 1
[ 116.809] (==) Matched fbdev as autoconfigured driver 2
[ 116.809] (==) Assigned the driver to the xf86ConfigLayout
[ 116.809] (II) LoadModule: "vboxvideo"
[ 116.809] (II) Loading /usr/lib/xorg/modules/drivers/vboxvideo.so
[ 116.822] (II) Module vboxvideo: vendor="Oracle Corporation"
[ 116.822] compiled for 10.12.0, module version = 1.0.1
[ 116.822] Module class: X.Org Video Driver
[ 116.822] ABI class: X.Org Video Driver, version 12.0
[ 116.822] (**) Load address of symbol "VBOXVIDEO" is 0xb7196c20
[ 116.822] (II) LoadModule: "vesa"
[ 116.831] (WW) Warning, couldn't open module vesa
[ 116.831] (II) UnloadModule: "vesa"
[ 116.831] (II) Unloading vesa
[ 116.831] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 116.831] (II) LoadModule: "fbdev"
[ 116.832] (WW) Warning, couldn't open module fbdev
[ 116.832] (II) UnloadModule: "fbdev"
[ 116.832] (II) Unloading fbdev
[ 116.832] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 116.832] (II) VBoxVideo: guest driver for VirtualBox: vbox
[ 116.832] (--) using VT number 2
[ 116.841] (II) VBoxVideo(0): VirtualBox guest additions video driver version 4.2.0_OSE
[ 116.841] (II) Loading sub module "ramdac"
[ 116.841] (II) LoadModule: "ramdac"
[ 116.841] (II) Module "ramdac" already built-in
[ 116.841] (II) Loading sub module "fb"
[ 116.841] (II) LoadModule: "fb"
[ 116.841] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 116.847] (II) Module fb: vendor="X.Org Foundation"
[ 116.847] compiled for 1.12.4, module version = 1.0.0
[ 116.847] ABI class: X.Org ANSI C Emulation, version 0.4
[ 116.847] (II) Loading sub module "shadowfb"
[ 116.847] (II) LoadModule: "shadowfb"
[ 116.847] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[ 116.851] (II) Module shadowfb: vendor="X.Org Foundation"
[ 116.851] compiled for 1.12.4, module version = 1.0.0
[ 116.851] ABI class: X.Org ANSI C Emulation, version 0.4
[ 116.851] (II) Loading sub module "vgahw"
[ 116.851] (II) LoadModule: "vgahw"
[ 116.851] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[ 116.858] (II) Module vgahw: vendor="X.Org Foundation"
[ 116.858] compiled for 1.12.4, module version = 0.1.0
[ 116.858] ABI class: X.Org Video Driver, version 12.1
[ 116.858] (II) Loading sub module "dri"
[ 116.858] (II) LoadModule: "dri"
[ 116.858] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 116.858] (II) Module dri: vendor="X.Org Foundation"
[ 116.858] compiled for 1.12.4, module version = 1.0.0
[ 116.858] ABI class: X.Org Server Extension, version 6.0
[ 116.858] (II) VBoxVideo(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 116.859] (==) VBoxVideo(0): Depth 24, (--) framebuffer bpp 32
[ 116.859] (--) VBoxVideo(0): Virtual size is 32000x32000 (pitch 32000)
[ 116.859] (**) VBoxVideo(0): Built-in mode "VBoxInitialMode": 47.8 MHz (scaled from 0.0 MHz), 46.4 kHz, 60.0 Hz
[ 116.859] (II) VBoxVideo(0): Modeline "VBoxInitialMode"x0.0 47.83 1024 1026 1028 1030 768 770 772 774 (46.4 kHz b)
[ 116.859] (**) VBoxVideo(0): Built-in mode "VBoxDynamicMode": 47.8 MHz (scaled from 0.0 MHz), 46.4 kHz, 60.0 Hz
[ 116.859] (II) VBoxVideo(0): Modeline "VBoxDynamicMode"x0.0 47.83 1024 1026 1028 1030 768 770 772 774 (46.4 kHz b)
[ 116.859] (**) VBoxVideo(0): Built-in mode "VBoxDynamicMode": 47.8 MHz (scaled from 0.0 MHz), 46.4 kHz, 60.0 Hz
[ 116.859] (II) VBoxVideo(0): Modeline "VBoxDynamicMode"x0.0 47.83 1024 1026 1028 1030 768 770 772 774 (46.4 kHz b)
[ 116.859] (**) VBoxVideo(0): Built-in mode "VBox-1024x768": 47.8 MHz (scaled from 0.0 MHz), 46.4 kHz, 60.0 Hz
[ 116.859] (II) VBoxVideo(0): Modeline "VBox-1024x768"x0.0 47.83 1024 1026 1028 1030 768 770 772 774 (46.4 kHz b)
[ 116.859] (**) VBoxVideo(0): Built-in mode "VBox-800x600": 29.3 MHz (scaled from 0.0 MHz), 36.4 kHz, 60.0 Hz
[ 116.859] (II) VBoxVideo(0): Modeline "VBox-800x600"x0.0 29.31 800 802 804 806 600 602 604 606 (36.4 kHz b)
[ 116.859] (**) VBoxVideo(0): Built-in mode "VBox-640x480": 18.8 MHz (scaled from 0.0 MHz), 29.2 kHz, 60.0 Hz
[ 116.859] (II) VBoxVideo(0): Modeline "VBox-640x480"x0.0 18.84 640 642 644 646 480 482 484 486 (29.2 kHz b)
[ 116.859] (II) VBoxVideo(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0
[ 116.859] (==) VBoxVideo(0): RGB weight 888
[ 116.859] (==) VBoxVideo(0): Default visual is TrueColor
[ 116.859] (==) VBoxVideo(0): Using gamma correction (1.0, 1.0, 1.0)
[ 116.859] (==) VBoxVideo(0): DPI set to (96, 96)
[ 116.859] (--) Depth 24 pixmap format is 32 bpp
[ 117.176] drmOpenDevice: node name is /dev/dri/card0
[ 117.177] drmOpenDevice: open result is 11, (OK)
[ 117.177] drmOpenDevice: node name is /dev/dri/card0
[ 117.177] drmOpenDevice: open result is 11, (OK)
[ 117.177] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[ 117.177] drmOpenDevice: node name is /dev/dri/card0
[ 117.177] drmOpenDevice: open result is 11, (OK)
[ 117.177] drmOpenByBusid: drmOpenMinor returns 11
[ 117.177] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 117.177] (II) [drm] DRM interface version 1.4
[ 117.177] (II) [drm] DRM open master succeeded.
[ 117.177] (II) VBoxVideo(0): [drm] Using the DRM lock SAREA also for drawables.
[ 117.177] (II) VBoxVideo(0): [drm] framebuffer handle = 0xe0000000
[ 117.177] (II) VBoxVideo(0): [drm] added 1 reserved context for kernel
[ 117.177] (II) VBoxVideo(0): X context handle = 0x1
[ 117.177] (II) VBoxVideo(0): [drm] installed DRM signal handler
[ 117.177] (II) VBoxVideo(0): visual configurations initialized
[ 117.188] (II) VBoxVideo(0): Requested monitor count: 1
[ 117.189] (II) VBoxVideo(0): Output VBOX0 has no monitor section
[ 117.189] (II) VBoxVideo(0): Output VBOX0 has no monitor section
[ 117.189] (II) VBoxVideo(0): EDID for output VBOX0
[ 117.189] (II) VBoxVideo(0): Manufacturer: VBX Model: 0 Serial#: 50332672
[ 117.189] (II) VBoxVideo(0): Year: 1990 Week: 1
[ 117.189] (II) VBoxVideo(0): EDID Version: 1.3
[ 117.189] (II) VBoxVideo(0): Digital Display Input
[ 117.189] (II) VBoxVideo(0): Indeterminate output size
[ 117.189] (II) VBoxVideo(0): Gamma: 2.20
[ 117.189] (II) VBoxVideo(0): DPMS capabilities: StandBy Suspend Off
[ 117.189] (II) VBoxVideo(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 117.189] (II) VBoxVideo(0): Default color space is primary color space
[ 117.189] (II) VBoxVideo(0): First detailed timing is preferred mode
[ 117.189] (II) VBoxVideo(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
[ 117.189] (II) VBoxVideo(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329
[ 117.189] (II) VBoxVideo(0): Manufacturer's mask: 0
[ 117.189] (II) VBoxVideo(0): Supported detailed timing:
[ 117.189] (II) VBoxVideo(0): clock: 47.8 MHz Image Size: 0 x 0 mm
[ 117.189] (II) VBoxVideo(0): h_active: 1024 h_sync: 1026 h_sync_end 1028 h_blank_end 1030 h_border: 0
[ 117.189] (II) VBoxVideo(0): v_active: 768 v_sync: 770 v_sync_end 772 v_blanking: 774 v_border: 0
[ 117.189] (II) VBoxVideo(0): Ranges: V min: 0 V max: 200 Hz, H min: 0 H max: 200 kHz, PixClock max 1005 MHz
[ 117.189] (II) VBoxVideo(0): Monitor name: VBOX monitor
[ 117.189] (II) VBoxVideo(0): EDID (in hex):
[ 117.189] (II) VBoxVideo(0): 00ffffffffffff005858000000040003
[ 117.189] (II) VBoxVideo(0): 0100010380000078eeee91a3544c9926
[ 117.189] (II) VBoxVideo(0): 0f505400000001010101010101010101
[ 117.189] (II) VBoxVideo(0): 010101010101af120006400006300202
[ 117.189] (II) VBoxVideo(0): 2200000000000000000000fd0000c800
[ 117.189] (II) VBoxVideo(0): c864000a202020202020000000fc0056
[ 117.189] (II) VBoxVideo(0): 424f58206d6f6e69746f720a00000010
[ 117.189] (II) VBoxVideo(0): 000a20202020202020202020202000fb
[ 117.189] (II) VBoxVideo(0): EDID vendor "VBX", prod id 0
[ 117.189] (II) VBoxVideo(0): DDCModeFromDetailedTiming: 1024x768 Warning: We only handle separate sync.
[ 117.189] (II) VBoxVideo(0): Using hsync ranges from config file
[ 117.189] (II) VBoxVideo(0): Using vrefresh ranges from config file
[ 117.189] (II) VBoxVideo(0): Printing DDC gathered Modelines:
[ 117.189] (II) VBoxVideo(0): Modeline "1024x768"x0.0 47.83 1024 1026 1028 1030 768 770 772 774 -hsync -vsync (46.4 kHz eP)
[ 117.189] (II) VBoxVideo(0): Printing probed modes for output VBOX0
[ 117.189] (II) VBoxVideo(0): Modeline "1024x768"x60.0 47.83 1024 1026 1028 1030 768 770 772 774 (46.4 kHz Pb)
[ 117.189] (II) VBoxVideo(0): Modeline "800x600"x60.0 29.31 800 802 804 806 600 602 604 606 (36.4 kHz b)
[ 117.189] (II) VBoxVideo(0): Modeline "640x480"x60.0 18.84 640 642 644 646 480 482 484 486 (29.2 kHz b)
[ 117.189] (II) VBoxVideo(0): Output VBOX0 connected
[ 117.189] (II) VBoxVideo(0): Using exact sizes for initial modes
[ 117.189] (II) VBoxVideo(0): Output VBOX0 using initial mode 1024x768
[ 117.189] (II) VBoxVideo(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 117.189] (II) VBoxVideo(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 117.190] (==) VBoxVideo(0): DPMS enabled
[ 117.190] (II) VBoxVideo(0): [DRI] installation complete
[ 117.190] (--) RandR disabled
[ 117.190] (II) Initializing built-in extension Generic Event Extension
[ 117.190] (II) Initializing built-in extension SHAPE
[ 117.190] (II) Initializing built-in extension MIT-SHM
[ 117.190] (II) Initializing built-in extension XInputExtension
[ 117.190] (II) Initializing built-in extension XTEST
[ 117.190] (II) Initializing built-in extension BIG-REQUESTS
[ 117.190] (II) Initializing built-in extension SYNC
[ 117.190] (II) Initializing built-in extension XKEYBOARD
[ 117.190] (II) Initializing built-in extension XC-MISC
[ 117.190] (II) Initializing built-in extension SECURITY
[ 117.190] (II) Initializing built-in extension XINERAMA
[ 117.190] (II) Initializing built-in extension XFIXES
[ 117.190] (II) Initializing built-in extension RENDER
[ 117.190] (II) Initializing built-in extension RANDR
[ 117.190] (II) Initializing built-in extension COMPOSITE
[ 117.190] (II) Initializing built-in extension DAMAGE
[ 117.201] (II) AIGLX: Screen 0 is not DRI2 capable
[ 117.201] drmOpenDevice: node name is /dev/dri/card0
[ 117.201] drmOpenDevice: open result is 12, (OK)
[ 117.201] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[ 117.201] drmOpenDevice: node name is /dev/dri/card0
[ 117.201] drmOpenDevice: open result is 12, (OK)
[ 117.202] drmOpenByBusid: drmOpenMinor returns 12
[ 117.202] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[ 117.202] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 117.263] (II) Next line is added to allow vboxvideo_drv.so to appear as whitelisted driver
[ 117.263] (II) The file referenced, is *NOT* loaded
[ 117.263] (II) Loading /usr/lib/xorg/modules/drivers//ati_drv.so
[ 117.263] (EE) AIGLX error: vboxvideo does not export required DRI extension
[ 117.263] (EE) AIGLX: reverting to software rendering
[ 117.539] (II) AIGLX: Loaded and initialized swrast
[ 117.539] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 117.539] (II) VBoxVideo(0): Setting screen physical size to 270 x 203
[ 117.733] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[ 117.733] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 117.733] (II) LoadModule: "evdev"
[ 117.733] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 117.743] (II) Module evdev: vendor="X.Org Foundation"
[ 117.743] compiled for 1.12.3.901, module version = 2.7.3
[ 117.743] Module class: X.Org XInput Driver
[ 117.743] ABI class: X.Org XInput driver, version 16.0
[ 117.743] (II) Using input driver 'evdev' for 'Power Button'
[ 117.743] (**) Power Button: always reports core events
[ 117.743] (**) evdev: Power Button: Device: "/dev/input/event4"
[ 117.743] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 117.743] (--) evdev: Power Button: Found keys
[ 117.743] (II) evdev: Power Button: Configuring as keyboard
[ 117.743] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[ 117.743] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 117.743] (**) Option "xkb_rules" "evdev"
[ 117.743] (**) Option "xkb_model" "evdev"
[ 117.743] (**) Option "xkb_layout" "us"
[ 117.758] (II) config/udev: Adding input device Sleep Button (/dev/input/event5)
[ 117.758] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 117.758] (II) Using input driver 'evdev' for 'Sleep Button'
[ 117.758] (**) Sleep Button: always reports core events
[ 117.758] (**) evdev: Sleep Button: Device: "/dev/input/event5"
[ 117.758] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[ 117.758] (--) evdev: Sleep Button: Found keys
[ 117.758] (II) evdev: Sleep Button: Configuring as keyboard
[ 117.758] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSLPBN:00/input/input5/event5"
[ 117.758] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 7)
[ 117.758] (**) Option "xkb_rules" "evdev"
[ 117.758] (**) Option "xkb_model" "evdev"
[ 117.758] (**) Option "xkb_layout" "us"
[ 117.759] (II) config/udev: Adding input device VirtualBox mouse integration (/dev/input/event2)
[ 117.759] (**) VirtualBox mouse integration: Applying InputClass "evdev pointer catchall"
[ 117.759] (II) Using input driver 'evdev' for 'VirtualBox mouse integration'
[ 117.759] (**) VirtualBox mouse integration: always reports core events
[ 117.759] (**) evdev: VirtualBox mouse integration: Device: "/dev/input/event2"
[ 117.759] (--) evdev: VirtualBox mouse integration: Vendor 0x80ee Product 0xcafe
[ 117.759] (--) evdev: VirtualBox mouse integration: Found 1 mouse buttons
[ 117.759] (--) evdev: VirtualBox mouse integration: Found absolute axes
[ 117.759] (--) evdev: VirtualBox mouse integration: Found x and y absolute axes
[ 117.759] (--) evdev: VirtualBox mouse integration: Found absolute touchscreen
[ 117.759] (II) evdev: VirtualBox mouse integration: Configuring as touchscreen
[ 117.759] (**) evdev: VirtualBox mouse integration: YAxisMapping: buttons 4 and 5
[ 117.759] (**) evdev: VirtualBox mouse integration: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 117.759] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.0/input/input2/event2"
[ 117.759] (II) XINPUT: Adding extended input device "VirtualBox mouse integration" (type: TOUCHSCREEN, id 8)
[ 117.759] (II) evdev: VirtualBox mouse integration: initialized for absolute axes.
[ 117.759] (**) VirtualBox mouse integration: (accel) keeping acceleration scheme 1
[ 117.759] (**) VirtualBox mouse integration: (accel) acceleration profile 0
[ 117.759] (**) VirtualBox mouse integration: (accel) acceleration factor: 2.000
[ 117.759] (**) VirtualBox mouse integration: (accel) acceleration threshold: 4
[ 117.759] (II) config/udev: Adding input device VirtualBox mouse integration (/dev/input/js1)
[ 117.759] (II) No input driver specified, ignoring this device.
[ 117.759] (II) This device may have been added with another device file.
[ 117.759] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/event1)
[ 117.760] (**) VirtualBox USB Tablet: Applying InputClass "evdev pointer catchall"
[ 117.760] (II) Using input driver 'evdev' for 'VirtualBox USB Tablet'
[ 117.760] (**) VirtualBox USB Tablet: always reports core events
[ 117.760] (**) evdev: VirtualBox USB Tablet: Device: "/dev/input/event1"
[ 117.760] (--) evdev: VirtualBox USB Tablet: Vendor 0x80ee Product 0x21
[ 117.760] (--) evdev: VirtualBox USB Tablet: Found 9 mouse buttons
[ 117.760] (--) evdev: VirtualBox USB Tablet: Found scroll wheel(s)
[ 117.760] (--) evdev: VirtualBox USB Tablet: Found relative axes
[ 117.760] (--) evdev: VirtualBox USB Tablet: Found absolute axes
[ 117.760] (--) evdev: VirtualBox USB Tablet: Found x and y absolute axes
[ 117.760] (--) evdev: VirtualBox USB Tablet: Found absolute touchscreen
[ 117.760] (II) evdev: VirtualBox USB Tablet: Configuring as touchscreen
[ 117.760] (II) evdev: VirtualBox USB Tablet: Adding scrollwheel support
[ 117.760] (**) evdev: VirtualBox USB Tablet: YAxisMapping: buttons 4 and 5
[ 117.760] (**) evdev: VirtualBox USB Tablet: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 117.760] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.4/usb2/2-1/2-1:1.0/input/input1/event1"
[ 117.760] (II) XINPUT: Adding extended input device "VirtualBox USB Tablet" (type: TOUCHSCREEN, id 9)
[ 117.760] (WW) evdev: VirtualBox USB Tablet: touchpads, tablets and touchscreens ignore relative axes.
[ 117.760] (II) evdev: VirtualBox USB Tablet: initialized for absolute axes.
[ 117.760] (**) VirtualBox USB Tablet: (accel) keeping acceleration scheme 1
[ 117.760] (**) VirtualBox USB Tablet: (accel) acceleration profile 0
[ 117.760] (**) VirtualBox USB Tablet: (accel) acceleration factor: 2.000
[ 117.760] (**) VirtualBox USB Tablet: (accel) acceleration threshold: 4
[ 117.760] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/js0)
[ 117.760] (II) No input driver specified, ignoring this device.
[ 117.760] (II) This device may have been added with another device file.
[ 117.760] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/mouse0)
[ 117.760] (II) No input driver specified, ignoring this device.
[ 117.760] (II) This device may have been added with another device file.
[ 117.760] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 117.760] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 117.760] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 117.760] (**) AT Translated Set 2 keyboard: always reports core events
[ 117.760] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 117.760] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 117.760] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 117.760] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 117.760] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 117.761] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[ 117.761] (**) Option "xkb_rules" "evdev"
[ 117.761] (**) Option "xkb_model" "evdev"
[ 117.761] (**) Option "xkb_layout" "us"
[ 117.761] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/event3)
[ 117.761] (**) ImExPS/2 Generic Explorer Mouse: Applying InputClass "evdev pointer catchall"
[ 117.761] (II) Using input driver 'evdev' for 'ImExPS/2 Generic Explorer Mouse'
[ 117.761] (**) ImExPS/2 Generic Explorer Mouse: always reports core events
[ 117.761] (**) evdev: ImExPS/2 Generic Explorer Mouse: Device: "/dev/input/event3"
[ 117.761] (--) evdev: ImExPS/2 Generic Explorer Mouse: Vendor 0x2 Product 0x6
[ 117.761] (--) evdev: ImExPS/2 Generic Explorer Mouse: Found 9 mouse buttons
[ 117.761] (--) evdev: ImExPS/2 Generic Explorer Mouse: Found scroll wheel(s)
[ 117.761] (--) evdev: ImExPS/2 Generic Explorer Mouse: Found relative axes
[ 117.761] (--) evdev: ImExPS/2 Generic Explorer Mouse: Found x and y relative axes
[ 117.761] (II) evdev: ImExPS/2 Generic Explorer Mouse: Configuring as mouse
[ 117.761] (II) evdev: ImExPS/2 Generic Explorer Mouse: Adding scrollwheel support
[ 117.761] (**) evdev: ImExPS/2 Generic Explorer Mouse: YAxisMapping: buttons 4 and 5
[ 117.761] (**) evdev: ImExPS/2 Generic Explorer Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 117.761] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input3/event3"
[ 117.761] (II) XINPUT: Adding extended input device "ImExPS/2 Generic Explorer Mouse" (type: MOUSE, id 11)
[ 117.761] (II) evdev: ImExPS/2 Generic Explorer Mouse: initialized for relative axes.
[ 117.761] (**) ImExPS/2 Generic Explorer Mouse: (accel) keeping acceleration scheme 1
[ 117.761] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration profile 0
[ 117.761] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration factor: 2.000
[ 117.761] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration threshold: 4
[ 117.761] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/mouse1)
[ 117.761] (II) No input driver specified, ignoring this device.
[ 117.761] (II) This device may have been added with another device file.
[ 117.761] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[ 117.761] (II) No input driver specified, ignoring this device.
[ 117.761] (II) This device may have been added with another device file.
[ 117.840] (II) evdev: Power Button: Close
[ 117.840] (II) UnloadModule: "evdev"
[ 117.843] (II) evdev: Sleep Button: Close
[ 117.843] (II) UnloadModule: "evdev"
[ 117.846] (II) evdev: VirtualBox mouse integration: Close
[ 117.847] (II) UnloadModule: "evdev"
[ 117.858] (II) evdev: VirtualBox USB Tablet: Close
[ 117.858] (II) UnloadModule: "evdev"
[ 117.858] (II) evdev: AT Translated Set 2 keyboard: Close
[ 117.858] (II) UnloadModule: "evdev"
[ 117.859] (II) evdev: ImExPS/2 Generic Explorer Mouse: Close
[ 117.859] (II) UnloadModule: "evdev"
[ 117.862] (II) VBoxVideo(0): [drm] removed 1 reserved context for kernel
[ 117.862] (II) VBoxVideo(0): [drm] unmapping 8192 bytes of SAREA 0xe07ff000 at 0xb590b000
[ 117.862] (II) VBoxVideo(0): [drm] Closed DRM master.
[ 118.171] Server terminated successfully (0). Closing log file.
Last edited by graysky (2012-09-28 08:08:03)
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
What does
pacman -Qs driver
in the vm return?
You're just jealous because the voices only talk to me.
Offline
You have the required Xorg drivers and those errors appear to be expected (https://www.virtualbox.org/ticket/4789). As a matter of fact, Xorg is terminating successfully. Just to make sure, is your ~/.xinitrc setup correctly?
Offline
Problem isn't in my .xinitrc because even getting lxdm to load throws these errors.
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
@moetunes - Sorry, totally missed your question!
$ pacman -Qs driver
local/xf86-input-evdev 2.7.3-1 (xorg-drivers xorg)
X.org evdev input driver
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline