Running Deluge 2 in a VM

General support for problems installing or using Deluge
Post Reply
Abbott
Member
Member
Posts: 13
Joined: Tue Nov 19, 2013 8:11 am

Running Deluge 2 in a VM

Post by Abbott »

My client computer is running Windows, so I want to install an Arch VM that simply runs the GTK client at startup. So far I have installed Arch and the output of pacman -Qqe is:

Code: Select all

base
deluge
dhcpcd
emacs-nox
grub
gtk3
linux
linux-firmware
netctl
python-gobject
sudo
xorg-server
xorg-xinit
This is the log from /home/deluge/.local/share/xorg/Xorg.0.log after startx terminates successfully:

Code: Select all

[  1020.843] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[  1020.844] 
X.Org X Server 1.20.5
X Protocol Version 11, Revision 0
[  1020.845] Build Operating System: Linux Arch Linux
[  1020.845] Current Operating System: Linux aries 5.3.12-arch1-1 #1 SMP PREEMPT Wed, 20 Nov 2019 19:45:16 +0000 x86_64
[  1020.845] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=f4be3bb4-ef07-46ec-b360-4626b7c915c0 rw loglevel=3 quiet
[  1020.846] Build Date: 25 October 2019  08:43:50AM
[  1020.846]  
[  1020.847] Current version of pixman: 0.38.4
[  1020.847] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1020.847] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1020.849] (==) Log file: "/home/deluge/.local/share/xorg/Xorg.0.log", Time: Sat Nov 23 20:05:21 2019
[  1020.849] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1020.849] (==) No Layout section.  Using the first Screen section.
[  1020.849] (==) No screen section available. Using defaults.
[  1020.849] (**) |-->Screen "Default Screen Section" (0)
[  1020.849] (**) |   |-->Monitor "<default monitor>"
[  1020.849] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  1020.849] (==) Automatically adding devices
[  1020.849] (==) Automatically enabling devices
[  1020.849] (==) Automatically adding GPU devices
[  1020.849] (==) Automatically binding GPU devices
[  1020.849] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1020.849] (WW) The directory "/usr/share/fonts/misc" does not exist.
[  1020.849] 	Entry deleted from font path.
[  1020.849] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[  1020.849] 	Entry deleted from font path.
[  1020.849] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  1020.849] 	Entry deleted from font path.
[  1020.849] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  1020.849] 	Entry deleted from font path.
[  1020.849] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[  1020.849] 	Entry deleted from font path.
[  1020.849] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[  1020.849] 	Entry deleted from font path.
[  1020.849] (==) FontPath set to:
	
[  1020.849] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1020.849] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1020.849] (II) Module ABI versions:
[  1020.849] 	X.Org ANSI C Emulation: 0.4
[  1020.849] 	X.Org Video Driver: 24.0
[  1020.849] 	X.Org XInput driver : 24.1
[  1020.849] 	X.Org Server Extension : 10.0
[  1020.850] (++) using VT number 1

[  1020.851] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[  1020.851] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1020.852] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[  1020.853] (--) PCI:*(0@0:2:0) 15ad:0405:15ad:0405 rev 0, Mem @ 0xf0000000/16777216, 0xf1000000/2097152, I/O @ 0x0000d010/16, BIOS @ 0x????????/131072
[  1020.853] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  1020.853] (II) LoadModule: "glx"
[  1020.853] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1020.854] (II) Module glx: vendor="X.Org Foundation"
[  1020.854] 	compiled for 1.20.5, module version = 1.0.0
[  1020.854] 	ABI class: X.Org Server Extension, version 10.0
[  1020.854] (==) Matched vmware as autoconfigured driver 0
[  1020.854] (==) Matched modesetting as autoconfigured driver 1
[  1020.854] (==) Matched fbdev as autoconfigured driver 2
[  1020.854] (==) Matched vesa as autoconfigured driver 3
[  1020.854] (==) Assigned the driver to the xf86ConfigLayout
[  1020.854] (II) LoadModule: "vmware"
[  1020.854] (WW) Warning, couldn't open module vmware
[  1020.854] (EE) Failed to load module "vmware" (module does not exist, 0)
[  1020.854] (II) LoadModule: "modesetting"
[  1020.854] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  1020.855] (II) Module modesetting: vendor="X.Org Foundation"
[  1020.855] 	compiled for 1.20.5, module version = 1.20.5
[  1020.855] 	Module class: X.Org Video Driver
[  1020.855] 	ABI class: X.Org Video Driver, version 24.0
[  1020.855] (II) LoadModule: "fbdev"
[  1020.855] (WW) Warning, couldn't open module fbdev
[  1020.855] (EE) Failed to load module "fbdev" (module does not exist, 0)
[  1020.855] (II) LoadModule: "vesa"
[  1020.855] (WW) Warning, couldn't open module vesa
[  1020.855] (EE) Failed to load module "vesa" (module does not exist, 0)
[  1020.855] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  1020.855] (II) modeset(0): using drv /dev/dri/card0
[  1020.855] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[  1020.855] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  1020.855] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[  1020.855] (==) modeset(0): RGB weight 888
[  1020.855] (==) modeset(0): Default visual is TrueColor
[  1020.855] (II) Loading sub module "glamoregl"
[  1020.855] (II) LoadModule: "glamoregl"
[  1020.855] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  1020.857] (II) Module glamoregl: vendor="X.Org Foundation"
[  1020.857] 	compiled for 1.20.5, module version = 1.0.1
[  1020.857] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1020.983] (II) modeset(0): Refusing to try glamor on llvmpipe
[  1020.984] (EE) modeset(0): glamor initialization failed
[  1020.984] (II) modeset(0): ShadowFB: preferred NO, enabled NO
[  1020.984] (II) modeset(0): Output Virtual-1 has no monitor section
[  1020.984] (II) modeset(0): Output Virtual-2 has no monitor section
[  1020.984] (II) modeset(0): Output Virtual-3 has no monitor section
[  1020.984] (II) modeset(0): Output Virtual-4 has no monitor section
[  1020.984] (II) modeset(0): Output Virtual-5 has no monitor section
[  1020.984] (II) modeset(0): Output Virtual-6 has no monitor section
[  1020.984] (II) modeset(0): Output Virtual-7 has no monitor section
[  1020.984] (II) modeset(0): Output Virtual-8 has no monitor section
[  1020.984] (II) modeset(0): EDID for output Virtual-1
[  1020.984] (II) modeset(0): Printing probed modes for output Virtual-1
[  1020.984] (II) modeset(0): Modeline "preferred"x60.0   42.75  800 850 900 950  600 650 700 750 -hsync +vsync (45.0 kHz eP)
[  1020.984] (II) modeset(0): Modeline "2560x1600"x60.0  348.50  2560 2752 3032 3504  1600 1603 1609 1658 -hsync +vsync (99.5 kHz e)
[  1020.984] (II) modeset(0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz e)
[  1020.984] (II) modeset(0): Modeline "1856x1392"x60.0  218.25  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.3 kHz e)
[  1020.984] (II) modeset(0): Modeline "1792x1344"x60.0  204.75  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.6 kHz e)
[  1020.984] (II) modeset(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz e)
[  1020.984] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[  1020.984] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[  1020.984] (II) modeset(0): Modeline "1400x1050"x60.0  121.75  1400 1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[  1020.984] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  1020.984] (II) modeset(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[  1020.984] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[  1020.984] (II) modeset(0): Modeline "1360x768"x60.0   85.50  1360 1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz e)
[  1020.984] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 +hsync -vsync (49.7 kHz e)
[  1020.984] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  1020.984] (II) modeset(0): Modeline "1280x768"x59.9   79.50  1280 1344 1472 1664  768 771 778 798 -hsync +vsync (47.8 kHz e)
[  1020.984] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  1020.984] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  1020.984] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 489 492 525 -hsync -vsync (31.5 kHz e)
[  1020.984] (II) modeset(0): EDID for output Virtual-2
[  1020.984] (II) modeset(0): EDID for output Virtual-3
[  1020.984] (II) modeset(0): EDID for output Virtual-4
[  1020.984] (II) modeset(0): EDID for output Virtual-5
[  1020.984] (II) modeset(0): EDID for output Virtual-6
[  1020.984] (II) modeset(0): EDID for output Virtual-7
[  1020.984] (II) modeset(0): EDID for output Virtual-8
[  1020.984] (II) modeset(0): Output Virtual-1 connected
[  1020.984] (II) modeset(0): Output Virtual-2 disconnected
[  1020.984] (II) modeset(0): Output Virtual-3 disconnected
[  1020.984] (II) modeset(0): Output Virtual-4 disconnected
[  1020.984] (II) modeset(0): Output Virtual-5 disconnected
[  1020.984] (II) modeset(0): Output Virtual-6 disconnected
[  1020.984] (II) modeset(0): Output Virtual-7 disconnected
[  1020.984] (II) modeset(0): Output Virtual-8 disconnected
[  1020.984] (II) modeset(0): Using exact sizes for initial modes
[  1020.984] (II) modeset(0): Output Virtual-1 using initial mode preferred +0+0
[  1020.984] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[  1020.984] (==) modeset(0): DPI set to (96, 96)
[  1020.984] (II) Loading sub module "fb"
[  1020.984] (II) LoadModule: "fb"
[  1020.984] (II) Loading /usr/lib/xorg/modules/libfb.so
[  1020.984] (II) Module fb: vendor="X.Org Foundation"
[  1020.984] 	compiled for 1.20.5, module version = 1.0.0
[  1020.984] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1020.984] (==) modeset(0): Backing store enabled
[  1020.984] (==) modeset(0): Silken mouse disabled
[  1020.985] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[  1020.985] (==) modeset(0): DPMS enabled
[  1020.985] (II) Initializing extension Generic Event Extension
[  1020.985] (II) Initializing extension SHAPE
[  1020.985] (II) Initializing extension MIT-SHM
[  1020.985] (II) Initializing extension XInputExtension
[  1020.985] (II) Initializing extension XTEST
[  1020.985] (II) Initializing extension BIG-REQUESTS
[  1020.985] (II) Initializing extension SYNC
[  1020.985] (II) Initializing extension XKEYBOARD
[  1020.985] (II) Initializing extension XC-MISC
[  1020.985] (II) Initializing extension SECURITY
[  1020.985] (II) Initializing extension XFIXES
[  1020.985] (II) Initializing extension RENDER
[  1020.985] (II) Initializing extension RANDR
[  1020.985] (II) Initializing extension COMPOSITE
[  1020.985] (II) Initializing extension DAMAGE
[  1020.985] (II) Initializing extension MIT-SCREEN-SAVER
[  1020.985] (II) Initializing extension DOUBLE-BUFFER
[  1020.985] (II) Initializing extension RECORD
[  1020.985] (II) Initializing extension DPMS
[  1020.985] (II) Initializing extension Present
[  1020.985] (II) Initializing extension DRI3
[  1020.985] (II) Initializing extension X-Resource
[  1020.985] (II) Initializing extension XVideo
[  1020.985] (II) Initializing extension XVideo-MotionCompensation
[  1020.985] (II) Initializing extension GLX
[  1020.985] (II) AIGLX: Screen 0 is not DRI2 capable
[  1020.986] (II) IGLX: Loaded and initialized swrast
[  1020.986] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[  1020.986] (II) Initializing extension XFree86-VidModeExtension
[  1020.986] (II) Initializing extension XFree86-DGA
[  1020.986] (II) Initializing extension XFree86-DRI
[  1020.986] (II) Initializing extension DRI2
[  1020.986] (II) modeset(0): Damage tracking initialized
[  1020.986] (II) modeset(0): Setting screen physical size to 211 x 158
[  1021.077] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[  1021.077] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1021.077] (II) LoadModule: "libinput"
[  1021.077] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  1021.078] (II) Module libinput: vendor="X.Org Foundation"
[  1021.078] 	compiled for 1.20.5, module version = 0.29.0
[  1021.078] 	Module class: X.Org XInput Driver
[  1021.078] 	ABI class: X.Org XInput driver, version 24.1
[  1021.078] (II) Using input driver 'libinput' for 'Power Button'
[  1021.079] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 13 paused 0
[  1021.079] (**) Power Button: always reports core events
[  1021.079] (**) Option "Device" "/dev/input/event0"
[  1021.079] (**) Option "_source" "server/udev"
[  1021.080] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  1021.080] (II) event0  - Power Button: device is a keyboard
[  1021.080] (II) event0  - Power Button: device removed
[  1021.080] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input0/event0"
[  1021.080] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  1021.080] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  1021.080] (II) event0  - Power Button: device is a keyboard
[  1021.081] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[  1021.081] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[  1021.081] (II) Using input driver 'libinput' for 'Sleep Button'
[  1021.081] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 16 paused 0
[  1021.081] (**) Sleep Button: always reports core events
[  1021.081] (**) Option "Device" "/dev/input/event1"
[  1021.081] (**) Option "_source" "server/udev"
[  1021.081] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[  1021.082] (II) event1  - Sleep Button: device is a keyboard
[  1021.082] (II) event1  - Sleep Button: device removed
[  1021.082] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSLPBN:00/input/input1/event1"
[  1021.082] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 7)
[  1021.082] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[  1021.082] (II) event1  - Sleep Button: device is a keyboard
[  1021.082] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
[  1021.082] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  1021.082] (II) Using input driver 'libinput' for 'Video Bus'
[  1021.083] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 17 paused 0
[  1021.083] (**) Video Bus: always reports core events
[  1021.083] (**) Option "Device" "/dev/input/event2"
[  1021.083] (**) Option "_source" "server/udev"
[  1021.083] (II) event2  - Video Bus: is tagged by udev as: Keyboard
[  1021.083] (II) event2  - Video Bus: device is a keyboard
[  1021.083] (II) event2  - Video Bus: device removed
[  1021.084] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input2/event2"
[  1021.084] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[  1021.084] (II) event2  - Video Bus: is tagged by udev as: Keyboard
[  1021.084] (II) event2  - Video Bus: device is a keyboard
[  1021.085] (II) config/udev: Adding input device VirtualBox mouse integration (/dev/input/event6)
[  1021.085] (**) VirtualBox mouse integration: Applying InputClass "libinput pointer catchall"
[  1021.085] (II) Using input driver 'libinput' for 'VirtualBox mouse integration'
[  1021.085] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 18 paused 0
[  1021.085] (**) VirtualBox mouse integration: always reports core events
[  1021.085] (**) Option "Device" "/dev/input/event6"
[  1021.085] (**) Option "_source" "server/udev"
[  1021.086] (II) event6  - VirtualBox mouse integration: is tagged by udev as: Mouse
[  1021.086] (II) event6  - VirtualBox mouse integration: device is a pointer
[  1021.086] (II) event6  - VirtualBox mouse integration: device removed
[  1021.086] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.0/input/input8/event6"
[  1021.086] (II) XINPUT: Adding extended input device "VirtualBox mouse integration" (type: MOUSE, id 9)
[  1021.086] (**) Option "AccelerationScheme" "none"
[  1021.086] (**) VirtualBox mouse integration: (accel) selected scheme none/0
[  1021.086] (**) VirtualBox mouse integration: (accel) acceleration factor: 2.000
[  1021.086] (**) VirtualBox mouse integration: (accel) acceleration threshold: 4
[  1021.086] (II) event6  - VirtualBox mouse integration: is tagged by udev as: Mouse
[  1021.087] (II) event6  - VirtualBox mouse integration: device is a pointer
[  1021.087] (II) config/udev: Adding input device VirtualBox mouse integration (/dev/input/js1)
[  1021.087] (II) No input driver specified, ignoring this device.
[  1021.087] (II) This device may have been added with another device file.
[  1021.087] (II) config/udev: Adding input device VirtualBox mouse integration (/dev/input/mouse1)
[  1021.087] (II) No input driver specified, ignoring this device.
[  1021.087] (II) This device may have been added with another device file.
[  1021.088] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/event4)
[  1021.088] (**) VirtualBox USB Tablet: Applying InputClass "libinput pointer catchall"
[  1021.088] (II) Using input driver 'libinput' for 'VirtualBox USB Tablet'
[  1021.144] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 19 paused 0
[  1021.144] (**) VirtualBox USB Tablet: always reports core events
[  1021.144] (**) Option "Device" "/dev/input/event4"
[  1021.144] (**) Option "_source" "server/udev"
[  1021.145] (II) event4  - VirtualBox USB Tablet: is tagged by udev as: Mouse
[  1021.145] (II) event4  - VirtualBox USB Tablet: device is a pointer
[  1021.145] (II) event4  - VirtualBox USB Tablet: device removed
[  1021.145] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:06.0/usb1/1-1/1-1:1.0/0003:80EE:0021.0001/input/input5/event4"
[  1021.145] (II) XINPUT: Adding extended input device "VirtualBox USB Tablet" (type: MOUSE, id 10)
[  1021.145] (**) Option "AccelerationScheme" "none"
[  1021.145] (**) VirtualBox USB Tablet: (accel) selected scheme none/0
[  1021.145] (**) VirtualBox USB Tablet: (accel) acceleration factor: 2.000
[  1021.145] (**) VirtualBox USB Tablet: (accel) acceleration threshold: 4
[  1021.146] (II) event4  - VirtualBox USB Tablet: is tagged by udev as: Mouse
[  1021.146] (II) event4  - VirtualBox USB Tablet: device is a pointer
[  1021.147] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/js0)
[  1021.147] (II) No input driver specified, ignoring this device.
[  1021.147] (II) This device may have been added with another device file.
[  1021.147] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/mouse0)
[  1021.147] (II) No input driver specified, ignoring this device.
[  1021.147] (II) This device may have been added with another device file.
[  1021.148] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[  1021.148] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[  1021.148] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[  1021.148] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 20 paused 0
[  1021.148] (**) AT Translated Set 2 keyboard: always reports core events
[  1021.148] (**) Option "Device" "/dev/input/event3"
[  1021.148] (**) Option "_source" "server/udev"
[  1021.149] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  1021.149] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[  1021.149] (II) event3  - AT Translated Set 2 keyboard: device removed
[  1021.149] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[  1021.149] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[  1021.150] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  1021.150] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[  1021.151] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/event7)
[  1021.151] (**) ImExPS/2 Generic Explorer Mouse: Applying InputClass "libinput pointer catchall"
[  1021.151] (II) Using input driver 'libinput' for 'ImExPS/2 Generic Explorer Mouse'
[  1021.151] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 21 paused 0
[  1021.151] (**) ImExPS/2 Generic Explorer Mouse: always reports core events
[  1021.151] (**) Option "Device" "/dev/input/event7"
[  1021.151] (**) Option "_source" "server/udev"
[  1021.152] (II) event7  - ImExPS/2 Generic Explorer Mouse: is tagged by udev as: Mouse
[  1021.152] (II) event7  - ImExPS/2 Generic Explorer Mouse: device is a pointer
[  1021.152] (II) event7  - ImExPS/2 Generic Explorer Mouse: device removed
[  1021.152] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event7"
[  1021.152] (II) XINPUT: Adding extended input device "ImExPS/2 Generic Explorer Mouse" (type: MOUSE, id 12)
[  1021.152] (**) Option "AccelerationScheme" "none"
[  1021.152] (**) ImExPS/2 Generic Explorer Mouse: (accel) selected scheme none/0
[  1021.152] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration factor: 2.000
[  1021.152] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration threshold: 4
[  1021.153] (II) event7  - ImExPS/2 Generic Explorer Mouse: is tagged by udev as: Mouse
[  1021.153] (II) event7  - ImExPS/2 Generic Explorer Mouse: device is a pointer
[  1021.153] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/mouse2)
[  1021.153] (II) No input driver specified, ignoring this device.
[  1021.153] (II) This device may have been added with another device file.
[  1021.153] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[  1021.153] (II) No input driver specified, ignoring this device.
[  1021.153] (II) This device may have been added with another device file.
[  1032.603] (**) Option "fd" "13"
[  1032.603] (II) event0  - Power Button: device removed
[  1032.603] (**) Option "fd" "16"
[  1032.603] (II) event1  - Sleep Button: device removed
[  1032.603] (**) Option "fd" "17"
[  1032.603] (II) event2  - Video Bus: device removed
[  1032.603] (**) Option "fd" "18"
[  1032.603] (II) event6  - VirtualBox mouse integration: device removed
[  1032.603] (**) Option "fd" "19"
[  1032.603] (II) event4  - VirtualBox USB Tablet: device removed
[  1032.603] (**) Option "fd" "20"
[  1032.603] (II) event3  - AT Translated Set 2 keyboard: device removed
[  1032.603] (**) Option "fd" "21"
[  1032.603] (II) event7  - ImExPS/2 Generic Explorer Mouse: device removed
[  1032.603] (II) UnloadModule: "libinput"
[  1032.603] (II) systemd-logind: releasing fd for 13:71
[  1032.621] (II) UnloadModule: "libinput"
[  1032.621] (II) systemd-logind: releasing fd for 13:67
[  1032.630] (II) UnloadModule: "libinput"
[  1032.630] (II) systemd-logind: releasing fd for 13:68
[  1032.670] (II) UnloadModule: "libinput"
[  1032.670] (II) systemd-logind: releasing fd for 13:70
[  1032.691] (II) UnloadModule: "libinput"
[  1032.691] (II) systemd-logind: releasing fd for 13:66
[  1032.710] (II) UnloadModule: "libinput"
[  1032.710] (II) systemd-logind: releasing fd for 13:65
[  1032.721] (II) UnloadModule: "libinput"
[  1032.721] (II) systemd-logind: releasing fd for 13:64
[  1032.734] (II) Server terminated successfully (0). Closing log file.
This is my .xinitrc:

Code: Select all

#!/bin/bash

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then
    xrdb -merge $sysresources
fi

if [ -f $sysmodmap ]; then
    xmodmap $sysmodmap
fi

# start some nice programs

if [ -d /etc/X11/xinit/xinitrc.d]; then
    for f in /etc/X11/xinit/xinitrc.d/?*.sh; do
	[ -x "$f" ] && . "$f"
    done
    unset f
fi

exec deluge
Do you guys have any suggestions for getting this to work without having to install a WM? I want this to be as light as possible, as it's supposed to effectively be an application replacement.
Post Reply