You are not logged in.

#1 2013-08-20 19:08:34

jondaeh
Member
Registered: 2013-08-20
Posts: 5

X fails to start after messing with udev

Hi,

I am new to Arch, wanting to try something different after a few years with Ubuntu, and I am experimenting with it in Virtual Box. So far I have learned a lot, and I hope that someone can help me learn some more to overcome this issue:

I successfully managed to install Arch, along with LXDE desktop. I tried to switch the keyboard layout to norwegian using the hot-plugging method described here. However I were a little bit over-confident, and tried to modify the 10-evdev.conf file directly. This failed(wrote something wrong), error messages appeared on startup, and I changed the file back.

However when issuing # startx , the desktop starts to load, and then seems to simply shut down immediately. I have tried to remove the  "exec startlxde" command from .xinitrc, without result. However if I remove the file completely, X starts. Also, if I run # startx as root, this works(probably because root does not seem to have a .xinitrc).

This is my Xorg.0.log:

[   643.133] 
X.Org X Server 1.14.2
Release Date: 2013-06-25
[   643.133] X Protocol Version 11, Revision 0
[   643.133] Build Operating System: Linux 3.9.7-1-ARCH x86_64 
[   643.133] Current Operating System: Linux localhost 3.10.5-1-ARCH #1 SMP PREEMPT Mon Aug 5 08:04:22 CEST 2013 x86_64
[   643.133] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=db983078-c06f-435a-acf4-c5469a3c6c8d rw quiet
[   643.134] Build Date: 01 July 2013  10:48:42AM
[   643.134]  
[   643.134] Current version of pixman: 0.30.2
[   643.134] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   643.134] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   643.135] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Aug 19 20:52:56 2013
[   643.135] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   643.135] (==) No Layout section.  Using the first Screen section.
[   643.135] (==) No screen section available. Using defaults.
[   643.135] (**) |-->Screen "Default Screen Section" (0)
[   643.135] (**) |   |-->Monitor "<default monitor>"
[   643.135] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   643.136] (==) Automatically adding devices
[   643.136] (==) Automatically enabling devices
[   643.136] (==) Automatically adding GPU devices
[   643.136] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[   643.136] 	Entry deleted from font path.
[   643.136] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[   643.136] 	Entry deleted from font path.
[   643.136] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[   643.136] 	Entry deleted from font path.
[   643.136] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[   643.136] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[   643.136] 	Entry deleted from font path.
[   643.136] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[   643.136] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/
[   643.136] (==) ModulePath set to "/usr/lib/xorg/modules"
[   643.136] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   643.136] (II) Loader magic: 0x7fdc20
[   643.136] (II) Module ABI versions:
[   643.136] 	X.Org ANSI C Emulation: 0.4
[   643.136] 	X.Org Video Driver: 14.1
[   643.136] 	X.Org XInput driver : 19.1
[   643.136] 	X.Org Server Extension : 7.0
[   643.136] (II) xfree86: Adding drm device (/dev/dri/card0)
[   643.142] (--) PCI:*(0:0:2:0) 80ee:beef:0000:0000 rev 0, Mem @ 0xe0000000/134217728
[   643.143] Initializing built-in extension Generic Event Extension
[   643.143] Initializing built-in extension SHAPE
[   643.144] Initializing built-in extension MIT-SHM
[   643.144] Initializing built-in extension XInputExtension
[   643.145] Initializing built-in extension XTEST
[   643.146] Initializing built-in extension BIG-REQUESTS
[   643.146] Initializing built-in extension SYNC
[   643.147] Initializing built-in extension XKEYBOARD
[   643.148] Initializing built-in extension XC-MISC
[   643.148] Initializing built-in extension SECURITY
[   643.150] Initializing built-in extension XINERAMA
[   643.151] Initializing built-in extension XFIXES
[   643.152] Initializing built-in extension RENDER
[   643.153] Initializing built-in extension RANDR
[   643.153] Initializing built-in extension COMPOSITE
[   643.154] Initializing built-in extension DAMAGE
[   643.154] Initializing built-in extension MIT-SCREEN-SAVER
[   643.154] Initializing built-in extension DOUBLE-BUFFER
[   643.155] Initializing built-in extension RECORD
[   643.155] Initializing built-in extension DPMS
[   643.156] Initializing built-in extension X-Resource
[   643.157] Initializing built-in extension XVideo
[   643.157] Initializing built-in extension XVideo-MotionCompensation
[   643.158] Initializing built-in extension XFree86-VidModeExtension
[   643.158] Initializing built-in extension XFree86-DGA
[   643.158] Initializing built-in extension XFree86-DRI
[   643.159] Initializing built-in extension DRI2
[   643.159] (II) LoadModule: "glx"
[   643.159] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   643.159] (II) Module glx: vendor="X.Org Foundation"
[   643.159] 	compiled for 1.14.2, module version = 1.0.0
[   643.159] 	ABI class: X.Org Server Extension, version 7.0
[   643.159] (==) AIGLX enabled
[   643.160] Loading extension GLX
[   643.160] (==) Matched vboxvideo as autoconfigured driver 0
[   643.160] (==) Matched vboxvideo as autoconfigured driver 1
[   643.160] (==) Matched vesa as autoconfigured driver 2
[   643.160] (==) Matched modesetting as autoconfigured driver 3
[   643.160] (==) Matched fbdev as autoconfigured driver 4
[   643.160] (==) Assigned the driver to the xf86ConfigLayout
[   643.160] (II) LoadModule: "vboxvideo"
[   643.160] (II) Loading /usr/lib/xorg/modules/drivers/vboxvideo.so
[   643.160] (II) Module vboxvideo: vendor="Oracle Corporation"
[   643.160] 	compiled for 10.6.99, module version = 1.0.1
[   643.160] 	Module class: X.Org Video Driver
[   643.160] 	ABI class: X.Org Video Driver, version 14.1
[   643.160] (**) Load address of symbol "VBOXVIDEO" is 0x7fb8b4cc9380
[   643.160] (II) LoadModule: "vesa"
[   643.160] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   643.160] (II) Module vesa: vendor="X.Org Foundation"
[   643.160] 	compiled for 1.14.0, module version = 2.3.2
[   643.160] 	Module class: X.Org Video Driver
[   643.160] 	ABI class: X.Org Video Driver, version 14.1
[   643.160] (II) LoadModule: "modesetting"
[   643.161] (WW) Warning, couldn't open module modesetting
[   643.161] (II) UnloadModule: "modesetting"
[   643.161] (II) Unloading modesetting
[   643.161] (EE) Failed to load module "modesetting" (module does not exist, 0)
[   643.161] (II) LoadModule: "fbdev"
[   643.161] (WW) Warning, couldn't open module fbdev
[   643.161] (II) UnloadModule: "fbdev"
[   643.161] (II) Unloading fbdev
[   643.161] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   643.161] (II) VBoxVideo: guest driver for VirtualBox: vbox
[   643.161] (II) VESA: driver for VESA chipsets: vesa
[   643.161] (++) using VT number 1

[   643.161] (WW) Falling back to old probe method for vesa
[   643.161] (II) VBoxVideo(0): VirtualBox guest additions video driver version 4.2.16_OSE
[   643.161] (II) Loading sub module "ramdac"
[   643.161] (II) LoadModule: "ramdac"
[   643.161] (II) Module "ramdac" already built-in
[   643.161] (II) Loading sub module "fb"
[   643.161] (II) LoadModule: "fb"
[   643.161] (II) Loading /usr/lib/xorg/modules/libfb.so
[   643.162] (II) Module fb: vendor="X.Org Foundation"
[   643.162] 	compiled for 1.14.2, module version = 1.0.0
[   643.162] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   643.162] (II) Loading sub module "shadowfb"
[   643.162] (II) LoadModule: "shadowfb"
[   643.162] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[   643.162] (II) Module shadowfb: vendor="X.Org Foundation"
[   643.162] 	compiled for 1.14.2, module version = 1.0.0
[   643.162] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   643.162] (II) Loading sub module "vgahw"
[   643.162] (II) LoadModule: "vgahw"
[   643.162] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[   643.162] (II) Module vgahw: vendor="X.Org Foundation"
[   643.162] 	compiled for 1.14.2, module version = 0.1.0
[   643.162] 	ABI class: X.Org Video Driver, version 14.1
[   643.162] (II) Loading sub module "dri"
[   643.162] (II) LoadModule: "dri"
[   643.162] (II) Module "dri" already built-in
[   643.163] (II) VBoxVideo(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   643.163] (==) VBoxVideo(0): Depth 24, (--) framebuffer bpp 32
[   643.163] (--) VBoxVideo(0): Virtual size is 32000x32000 (pitch 32000)
[   643.163] (**) VBoxVideo(0):  Built-in mode "VBoxInitialMode": 47.8 MHz (scaled from 0.0 MHz), 46.4 kHz, 60.0 Hz
[   643.163] (II) VBoxVideo(0): Modeline "VBoxInitialMode"x0.0   47.83  1024 1026 1028 1030  768 770 772 774 (46.4 kHz b)
[   643.163] (**) VBoxVideo(0):  Built-in mode "VBoxDynamicMode": 47.8 MHz (scaled from 0.0 MHz), 46.4 kHz, 60.0 Hz
[   643.163] (II) VBoxVideo(0): Modeline "VBoxDynamicMode"x0.0   47.83  1024 1026 1028 1030  768 770 772 774 (46.4 kHz b)
[   643.163] (**) VBoxVideo(0):  Built-in mode "VBoxDynamicMode": 47.8 MHz (scaled from 0.0 MHz), 46.4 kHz, 60.0 Hz
[   643.163] (II) VBoxVideo(0): Modeline "VBoxDynamicMode"x0.0   47.83  1024 1026 1028 1030  768 770 772 774 (46.4 kHz b)
[   643.163] (**) VBoxVideo(0):  Built-in mode "VBox-1280x960": 74.5 MHz (scaled from 0.0 MHz), 58.0 kHz, 60.0 Hz
[   643.163] (II) VBoxVideo(0): Modeline "VBox-1280x960"x0.0   74.54  1280 1282 1284 1286  960 962 964 966 (58.0 kHz b)
[   643.163] (**) VBoxVideo(0):  Built-in mode "VBox-1024x768": 47.8 MHz (scaled from 0.0 MHz), 46.4 kHz, 60.0 Hz
[   643.163] (II) VBoxVideo(0): Modeline "VBox-1024x768"x0.0   47.83  1024 1026 1028 1030  768 770 772 774 (46.4 kHz b)
[   643.163] (**) VBoxVideo(0):  Built-in mode "VBox-800x600": 29.3 MHz (scaled from 0.0 MHz), 36.4 kHz, 60.0 Hz
[   643.163] (II) VBoxVideo(0): Modeline "VBox-800x600"x0.0   29.31  800 802 804 806  600 602 604 606 (36.4 kHz b)
[   643.163] (**) VBoxVideo(0):  Built-in mode "VBox-640x480": 18.8 MHz (scaled from 0.0 MHz), 29.2 kHz, 60.0 Hz
[   643.163] (II) VBoxVideo(0): Modeline "VBox-640x480"x0.0   18.84  640 642 644 646  480 482 484 486 (29.2 kHz b)
[   643.163] (II) VBoxVideo(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0
[   643.163] (==) VBoxVideo(0): RGB weight 888
[   643.163] (==) VBoxVideo(0): Default visual is TrueColor
[   643.163] (==) VBoxVideo(0): Using gamma correction (1.0, 1.0, 1.0)
[   643.163] (==) VBoxVideo(0): DPI set to (96, 96)
[   643.163] (II) UnloadModule: "vesa"
[   643.163] (II) Unloading vesa
[   643.163] (--) Depth 24 pixmap format is 32 bpp
[   643.171] drmOpenDevice: node name is /dev/dri/card0
[   643.171] drmOpenDevice: open result is 11, (OK)
[   643.171] drmOpenDevice: node name is /dev/dri/card0
[   643.171] drmOpenDevice: open result is 11, (OK)
[   643.171] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[   643.171] drmOpenDevice: node name is /dev/dri/card0
[   643.171] drmOpenDevice: open result is 11, (OK)
[   643.171] drmOpenByBusid: drmOpenMinor returns 11
[   643.171] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[   643.172] (II) [drm] DRM interface version 1.4
[   643.172] (II) [drm] DRM open master succeeded.
[   643.172] (II) VBoxVideo(0): [drm] Using the DRM lock SAREA also for drawables.
[   643.172] (II) VBoxVideo(0): [drm] framebuffer handle = 0xe0000000
[   643.172] (II) VBoxVideo(0): [drm] added 1 reserved context for kernel
[   643.172] (II) VBoxVideo(0): X context handle = 0x1
[   643.172] (II) VBoxVideo(0): [drm] installed DRM signal handler
[   643.172] (II) VBoxVideo(0): visual configurations initialized
[   643.172] (II) VBoxVideo(0): Requested monitor count: 1
[   643.172] (II) VBoxVideo(0): Output VBOX0 has no monitor section
[   643.172] (II) VBoxVideo(0): Output VBOX0 has no monitor section
[   643.173] (II) VBoxVideo(0): EDID for output VBOX0
[   643.173] (II) VBoxVideo(0): Manufacturer: VBX  Model: 0  Serial#: 50332672
[   643.173] (II) VBoxVideo(0): Year: 1990  Week: 1
[   643.173] (II) VBoxVideo(0): EDID Version: 1.3
[   643.173] (II) VBoxVideo(0): Digital Display Input
[   643.173] (II) VBoxVideo(0): Indeterminate output size
[   643.173] (II) VBoxVideo(0): Gamma: 2.20
[   643.173] (II) VBoxVideo(0): DPMS capabilities: StandBy Suspend Off
[   643.173] (II) VBoxVideo(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   643.173] (II) VBoxVideo(0): Default color space is primary color space
[   643.173] (II) VBoxVideo(0): First detailed timing is preferred mode
[   643.173] (II) VBoxVideo(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
[   643.173] (II) VBoxVideo(0): blueX: 0.150 blueY: 0.060   whiteX: 0.312 whiteY: 0.329
[   643.173] (II) VBoxVideo(0): Manufacturer's mask: 0
[   643.173] (II) VBoxVideo(0): Supported detailed timing:
[   643.173] (II) VBoxVideo(0): clock: 47.8 MHz   Image Size:  0 x 0 mm
[   643.173] (II) VBoxVideo(0): h_active: 1024  h_sync: 1026  h_sync_end 1028 h_blank_end 1030 h_border: 0
[   643.173] (II) VBoxVideo(0): v_active: 768  v_sync: 770  v_sync_end 772 v_blanking: 774 v_border: 0
[   643.173] (II) VBoxVideo(0): Ranges: V min: 0 V max: 200 Hz, H min: 0 H max: 200 kHz, PixClock max 1005 MHz
[   643.173] (II) VBoxVideo(0): Monitor name: VBOX monitor
[   643.173] (II) VBoxVideo(0): EDID (in hex):
[   643.173] (II) VBoxVideo(0): 	00ffffffffffff005858000000040003
[   643.173] (II) VBoxVideo(0): 	0100010380000078eeee91a3544c9926
[   643.173] (II) VBoxVideo(0): 	0f505400000001010101010101010101
[   643.173] (II) VBoxVideo(0): 	010101010101af120006400006300202
[   643.173] (II) VBoxVideo(0): 	2200000000000000000000fd0000c800
[   643.173] (II) VBoxVideo(0): 	c864000a202020202020000000fc0056
[   643.173] (II) VBoxVideo(0): 	424f58206d6f6e69746f720a00000010
[   643.173] (II) VBoxVideo(0): 	000a20202020202020202020202000fb
[   643.173] (II) VBoxVideo(0): Printing probed modes for output VBOX0
[   643.173] (II) VBoxVideo(0): Modeline "1024x768"x60.0   47.83  1024 1026 1028 1030  768 770 772 774 (46.4 kHz Pb)
[   643.173] (II) VBoxVideo(0): Modeline "1280x960"x60.0   74.54  1280 1282 1284 1286  960 962 964 966 (58.0 kHz b)
[   643.173] (II) VBoxVideo(0): Modeline "1024x768"x60.0   47.83  1024 1026 1028 1030  768 770 772 774 (46.4 kHz b)
[   643.173] (II) VBoxVideo(0): Modeline "800x600"x60.0   29.31  800 802 804 806  600 602 604 606 (36.4 kHz b)
[   643.173] (II) VBoxVideo(0): Modeline "640x480"x60.0   18.84  640 642 644 646  480 482 484 486 (29.2 kHz b)
[   643.173] (II) VBoxVideo(0): Output VBOX0 connected
[   643.173] (II) VBoxVideo(0): Using exact sizes for initial modes
[   643.173] (II) VBoxVideo(0): Output VBOX0 using initial mode 1024x768
[   643.173] (II) VBoxVideo(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[   643.173] (II) VBoxVideo(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   643.174] (==) VBoxVideo(0): DPMS enabled
[   643.174] (II) VBoxVideo(0): [DRI] installation complete
[   643.174] (--) RandR disabled
[   643.182] (II) AIGLX: Screen 0 is not DRI2 capable
[   643.182] drmOpenDevice: node name is /dev/dri/card0
[   643.182] drmOpenDevice: open result is 12, (OK)
[   643.182] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[   643.182] drmOpenDevice: node name is /dev/dri/card0
[   643.182] drmOpenDevice: open result is 12, (OK)
[   643.182] drmOpenByBusid: drmOpenMinor returns 12
[   643.182] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[   643.182] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[   643.183] (II) Next line is added to allow vboxvideo_drv.so to appear as whitelisted driver
[   643.183] (II) The file referenced, is *NOT* loaded
[   643.183] (II) Loading /usr/lib/xorg/modules/drivers//ati_drv.so
[   643.183] (EE) AIGLX error: vboxvideo does not export required DRI extension
[   643.183] (EE) AIGLX: reverting to software rendering
[   643.194] (II) AIGLX: Loaded and initialized swrast
[   643.194] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[   643.194] (II) VBoxVideo(0): Setting screen physical size to 270 x 203
[   643.223] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   643.223] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   643.223] (II) LoadModule: "evdev"
[   643.223] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   643.223] (II) Module evdev: vendor="X.Org Foundation"
[   643.223] 	compiled for 1.14.2, module version = 2.8.1
[   643.223] 	Module class: X.Org XInput Driver
[   643.223] 	ABI class: X.Org XInput driver, version 19.1
[   643.223] (II) Using input driver 'evdev' for 'Power Button'
[   643.223] (**) Power Button: always reports core events
[   643.223] (**) evdev: Power Button: Device: "/dev/input/event2"
[   643.223] (--) evdev: Power Button: Vendor 0 Product 0x1
[   643.223] (--) evdev: Power Button: Found keys
[   643.223] (II) evdev: Power Button: Configuring as keyboard
[   643.223] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[   643.223] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   643.223] (**) Option "xkb_rules" "evdev"
[   643.223] (**) Option "xkb_model" "pc104"
[   643.223] (**) Option "xkb_layout" "us"
[   643.242] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[   643.242] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[   643.242] (II) Using input driver 'evdev' for 'Sleep Button'
[   643.242] (**) Sleep Button: always reports core events
[   643.242] (**) evdev: Sleep Button: Device: "/dev/input/event3"
[   643.242] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[   643.242] (--) evdev: Sleep Button: Found keys
[   643.242] (II) evdev: Sleep Button: Configuring as keyboard
[   643.242] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSLPBN:00/input/input3/event3"
[   643.242] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 7)
[   643.242] (**) Option "xkb_rules" "evdev"
[   643.242] (**) Option "xkb_model" "pc104"
[   643.242] (**) Option "xkb_layout" "us"
[   643.242] (II) config/udev: Adding drm device (/dev/dri/card0)
[   643.243] (II) config/udev: Adding input device VirtualBox mouse integration (/dev/input/event1)
[   643.243] (**) VirtualBox mouse integration: Applying InputClass "evdev pointer catchall"
[   643.243] (II) Using input driver 'evdev' for 'VirtualBox mouse integration'
[   643.243] (**) VirtualBox mouse integration: always reports core events
[   643.243] (**) evdev: VirtualBox mouse integration: Device: "/dev/input/event1"
[   643.243] (--) evdev: VirtualBox mouse integration: Vendor 0x80ee Product 0xcafe
[   643.243] (--) evdev: VirtualBox mouse integration: Found 1 mouse buttons
[   643.243] (--) evdev: VirtualBox mouse integration: Found absolute axes
[   643.243] (--) evdev: VirtualBox mouse integration: Found x and y absolute axes
[   643.243] (--) evdev: VirtualBox mouse integration: Found absolute touchscreen
[   643.243] (II) evdev: VirtualBox mouse integration: Configuring as touchscreen
[   643.243] (**) evdev: VirtualBox mouse integration: YAxisMapping: buttons 4 and 5
[   643.243] (**) evdev: VirtualBox mouse integration: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   643.243] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.0/input/input1/event1"
[   643.243] (II) XINPUT: Adding extended input device "VirtualBox mouse integration" (type: TOUCHSCREEN, id 8)
[   643.243] (II) evdev: VirtualBox mouse integration: initialized for absolute axes.
[   643.243] (**) VirtualBox mouse integration: (accel) keeping acceleration scheme 1
[   643.243] (**) VirtualBox mouse integration: (accel) acceleration profile 0
[   643.243] (**) VirtualBox mouse integration: (accel) acceleration factor: 2.000
[   643.243] (**) VirtualBox mouse integration: (accel) acceleration threshold: 4
[   643.243] (II) config/udev: Adding input device VirtualBox mouse integration (/dev/input/js0)
[   643.243] (II) No input driver specified, ignoring this device.
[   643.243] (II) This device may have been added with another device file.
[   643.243] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/event5)
[   643.243] (**) VirtualBox USB Tablet: Applying InputClass "evdev pointer catchall"
[   643.243] (II) Using input driver 'evdev' for 'VirtualBox USB Tablet'
[   643.243] (**) VirtualBox USB Tablet: always reports core events
[   643.243] (**) evdev: VirtualBox USB Tablet: Device: "/dev/input/event5"
[   643.243] (--) evdev: VirtualBox USB Tablet: Vendor 0x80ee Product 0x21
[   643.243] (--) evdev: VirtualBox USB Tablet: Found 9 mouse buttons
[   643.243] (--) evdev: VirtualBox USB Tablet: Found scroll wheel(s)
[   643.243] (--) evdev: VirtualBox USB Tablet: Found relative axes
[   643.243] (--) evdev: VirtualBox USB Tablet: Found absolute axes
[   643.243] (--) evdev: VirtualBox USB Tablet: Found x and y absolute axes
[   643.243] (--) evdev: VirtualBox USB Tablet: Found absolute touchscreen
[   643.243] (II) evdev: VirtualBox USB Tablet: Configuring as touchscreen
[   643.243] (II) evdev: VirtualBox USB Tablet: Adding scrollwheel support
[   643.243] (**) evdev: VirtualBox USB Tablet: YAxisMapping: buttons 4 and 5
[   643.243] (**) evdev: VirtualBox USB Tablet: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   643.243] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:06.0/usb1/1-1/1-1:1.0/input/input5/event5"
[   643.243] (II) XINPUT: Adding extended input device "VirtualBox USB Tablet" (type: TOUCHSCREEN, id 9)
[   643.243] (WW) evdev: VirtualBox USB Tablet: touchpads, tablets and touchscreens ignore relative axes.
[   643.243] (II) evdev: VirtualBox USB Tablet: initialized for absolute axes.
[   643.244] (**) VirtualBox USB Tablet: (accel) keeping acceleration scheme 1
[   643.244] (**) VirtualBox USB Tablet: (accel) acceleration profile 0
[   643.244] (**) VirtualBox USB Tablet: (accel) acceleration factor: 2.000
[   643.244] (**) VirtualBox USB Tablet: (accel) acceleration threshold: 4
[   643.244] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/js1)
[   643.244] (II) No input driver specified, ignoring this device.
[   643.244] (II) This device may have been added with another device file.
[   643.244] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/mouse0)
[   643.244] (II) No input driver specified, ignoring this device.
[   643.244] (II) This device may have been added with another device file.
[   643.244] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[   643.244] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[   643.244] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[   643.244] (**) AT Translated Set 2 keyboard: always reports core events
[   643.244] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[   643.244] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[   643.244] (--) evdev: AT Translated Set 2 keyboard: Found keys
[   643.244] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[   643.244] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[   643.244] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[   643.244] (**) Option "xkb_rules" "evdev"
[   643.244] (**) Option "xkb_model" "pc104"
[   643.244] (**) Option "xkb_layout" "us"
[   643.245] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/event6)
[   643.245] (**) ImExPS/2 Generic Explorer Mouse: Applying InputClass "evdev pointer catchall"
[   643.245] (II) Using input driver 'evdev' for 'ImExPS/2 Generic Explorer Mouse'
[   643.245] (**) ImExPS/2 Generic Explorer Mouse: always reports core events
[   643.245] (**) evdev: ImExPS/2 Generic Explorer Mouse: Device: "/dev/input/event6"
[   643.245] (--) evdev: ImExPS/2 Generic Explorer Mouse: Vendor 0x2 Product 0x6
[   643.245] (--) evdev: ImExPS/2 Generic Explorer Mouse: Found 9 mouse buttons
[   643.245] (--) evdev: ImExPS/2 Generic Explorer Mouse: Found scroll wheel(s)
[   643.245] (--) evdev: ImExPS/2 Generic Explorer Mouse: Found relative axes
[   643.245] (--) evdev: ImExPS/2 Generic Explorer Mouse: Found x and y relative axes
[   643.245] (II) evdev: ImExPS/2 Generic Explorer Mouse: Configuring as mouse
[   643.245] (II) evdev: ImExPS/2 Generic Explorer Mouse: Adding scrollwheel support
[   643.245] (**) evdev: ImExPS/2 Generic Explorer Mouse: YAxisMapping: buttons 4 and 5
[   643.245] (**) evdev: ImExPS/2 Generic Explorer Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   643.245] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event6"
[   643.245] (II) XINPUT: Adding extended input device "ImExPS/2 Generic Explorer Mouse" (type: MOUSE, id 11)
[   643.245] (II) evdev: ImExPS/2 Generic Explorer Mouse: initialized for relative axes.
[   643.245] (**) ImExPS/2 Generic Explorer Mouse: (accel) keeping acceleration scheme 1
[   643.245] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration profile 0
[   643.245] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration factor: 2.000
[   643.245] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration threshold: 4
[   643.245] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/mouse1)
[   643.245] (II) No input driver specified, ignoring this device.
[   643.245] (II) This device may have been added with another device file.
[   643.245] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[   643.245] (II) No input driver specified, ignoring this device.
[   643.245] (II) This device may have been added with another device file.
[   643.571] (II) evdev: ImExPS/2 Generic Explorer Mouse: Close
[   643.571] (II) UnloadModule: "evdev"
[   643.571] (II) evdev: AT Translated Set 2 keyboard: Close
[   643.571] (II) UnloadModule: "evdev"
[   643.571] (II) evdev: VirtualBox USB Tablet: Close
[   643.571] (II) UnloadModule: "evdev"
[   643.571] (II) evdev: VirtualBox mouse integration: Close
[   643.571] (II) UnloadModule: "evdev"
[   643.571] (II) evdev: Sleep Button: Close
[   643.571] (II) UnloadModule: "evdev"
[   643.571] (II) evdev: Power Button: Close
[   643.571] (II) UnloadModule: "evdev"
[   643.581] (II) VBoxVideo(0): [drm] removed 1 reserved context for kernel
[   643.581] (II) VBoxVideo(0): [drm] unmapping 8192 bytes of SAREA 0x1b7ff000 at 0x7fb8b7ad7000
[   643.581] (II) VBoxVideo(0): [drm] Closed DRM master.
[   643.600] (EE) Server terminated successfully (0). Closing log file.

Also posting my 10-evdev.conf, just to make sure..

#
# Catch-all evdev loader for udev-based systems
# We don't simply match on any device since that also adds accelerometers
# and other devices that we don't really want to use. The list below
# matches everything but joysticks.

Section "InputClass"
        Identifier "evdev pointer catchall"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev tablet catchall"
        MatchIsTablet "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev touchscreen catchall"
        MatchIsTouchscreen "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

After some googling around, I found a similar problem that were solved by changing the permissions of .Xauthority and .xinitrc to 777, however this unfortunately did not help me.

Hope someone can give me a clue on this issue! If some more logs/files are neccessary I will gladly post them.

Thanks:)

Jon, Norway

Offline

Board footer

Powered by FluxBB