You are not logged in.

#1 2024-04-01 14:49:22

Rivabanks
Member
Registered: 2013-09-08
Posts: 4

[Solved] Attempting to Start StumpWM Just Shows Black Screen

Hi, I'm attempting to use StumpWM on a new arch installation.  I followed the instructions on the wiki page, installing sbcl and cl-ppcre with pacman, and cl-alexandria-git, clx-git, and stumpwm-git from the AUR.  Here is my .xinitrc file (I just copied it from /etc/X11/xinit/xinitrc and added the 'exec stumpwm' at the end):

#!/bin/sh

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

if [ -f "$userresources" ]; then
    xrdb -merge "$userresources"
fi

if [ -f "$usermodmap" ]; then
    xmodmap "$usermodmap"
fi

# start some nice programs

exec stumpwm

Running 'startx' results in a completely unresponsive black screen, forcing me to hard reset the system. 

Here's my Xorg log from one of these attempts:

[  1224.361] 
X.Org X Server 1.21.1.11
X Protocol Version 11, Revision 0
[  1224.363] Current Operating System: Linux golgotha 6.8.2-arch2-1 #1 SMP PREEMPT_DYNAMIC Thu, 28 Mar 2024 17:06:35 +0000 x86_64
[  1224.363] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=e049077d-a510-4685-81c7-e9f239996409 rw cryptdevice=UUID=7bc5988c-8bf4-4e25-b641-f144311826ad:root root=/dev/mapper/root loglevel=3 quiet
[  1224.364]  
[  1224.365] Current version of pixman: 0.43.4
[  1224.366] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1224.366] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1224.374] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr  1 10:22:32 2024
[  1224.376] (==) Using config file: "/etc/X11/xorg.conf"
[  1224.377] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1224.377] (==) ServerLayout "Layout0"
[  1224.377] (**) |-->Screen "Screen0" (0)
[  1224.377] (**) |   |-->Monitor "Monitor0"
[  1224.378] (**) |   |-->Device "Device0"
[  1224.378] (**) |-->Input Device "Keyboard0"
[  1224.378] (**) |-->Input Device "Mouse0"
[  1224.378] (==) Automatically adding devices
[  1224.378] (==) Automatically enabling devices
[  1224.378] (==) Automatically adding GPU devices
[  1224.378] (==) Automatically binding GPU devices
[  1224.378] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1224.378] (WW) The directory "/usr/share/fonts/misc" does not exist.
[  1224.378] 	Entry deleted from font path.
[  1224.378] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[  1224.378] 	Entry deleted from font path.
[  1224.378] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  1224.378] 	Entry deleted from font path.
[  1224.378] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  1224.378] 	Entry deleted from font path.
[  1224.378] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[  1224.378] 	Entry deleted from font path.
[  1224.378] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[  1224.378] 	Entry deleted from font path.
[  1224.378] (==) FontPath set to:
	
[  1224.378] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1224.378] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  1224.378] (WW) Disabling Keyboard0
[  1224.378] (WW) Disabling Mouse0
[  1224.378] (II) Module ABI versions:
[  1224.378] 	X.Org ANSI C Emulation: 0.4
[  1224.378] 	X.Org Video Driver: 25.2
[  1224.378] 	X.Org XInput driver : 24.4
[  1224.378] 	X.Org Server Extension : 10.0
[  1224.378] (++) using VT number 1

[  1224.379] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[  1224.380] (II) xfree86: Adding drm device (/dev/dri/card1)
[  1224.380] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:09:00.0/drm/card1
[  1224.381] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[  1224.382] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1224.382] (II) Platform probe for /sys/devices/platform/simple-framebuffer.0/drm/card0
[  1224.382] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[  1224.386] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[  1224.389] (--) PCI:*(9@0:0:0) 10de:2882:1043:8903 rev 161, Mem @ 0xf5000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
[  1224.389] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  1224.389] (II) LoadModule: "glx"
[  1224.390] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1224.391] (II) Module glx: vendor="X.Org Foundation"
[  1224.391] 	compiled for 1.21.1.11, module version = 1.0.0
[  1224.391] 	ABI class: X.Org Server Extension, version 10.0
[  1224.391] (II) LoadModule: "nvidia"
[  1224.391] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  1224.392] (II) Module nvidia: vendor="NVIDIA Corporation"
[  1224.392] 	compiled for 1.6.99.901, module version = 1.0.0
[  1224.392] 	Module class: X.Org Video Driver
[  1224.392] (II) NVIDIA dlloader X Driver  550.67  Tue Mar 12 23:32:46 UTC 2024
[  1224.392] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  1224.392] (II) systemd-logind: releasing fd for 226:1
[  1224.392] (II) Loading sub module "fb"
[  1224.392] (II) LoadModule: "fb"
[  1224.392] (II) Module "fb" already built-in
[  1224.392] (II) Loading sub module "wfb"
[  1224.392] (II) LoadModule: "wfb"
[  1224.392] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  1224.392] (II) Module wfb: vendor="X.Org Foundation"
[  1224.392] 	compiled for 1.21.1.11, module version = 1.0.0
[  1224.392] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1224.393] (II) systemd-logind: releasing fd for 226:0
[  1224.393] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[  1224.393] (==) NVIDIA(0): RGB weight 888
[  1224.393] (==) NVIDIA(0): Default visual is TrueColor
[  1224.393] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  1224.393] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[  1224.393] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[  1224.393] (**) NVIDIA(0): Enabling 2D acceleration
[  1224.393] (II) Loading sub module "glxserver_nvidia"
[  1224.393] (II) LoadModule: "glxserver_nvidia"
[  1224.393] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[  1224.406] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[  1224.406] 	compiled for 1.6.99.901, module version = 1.0.0
[  1224.406] 	Module class: X.Org Server Extension
[  1224.406] (II) NVIDIA GLX Module  550.67  Tue Mar 12 23:40:29 UTC 2024
[  1224.406] (II) NVIDIA: The X server supports PRIME Render Offload.
[  1225.153] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:9:0:0
[  1225.153] (--) NVIDIA(0):     DFP-0
[  1225.153] (--) NVIDIA(0):     DFP-1 (boot)
[  1225.153] (--) NVIDIA(0):     DFP-2
[  1225.153] (--) NVIDIA(0):     DFP-3 (boot)
[  1225.153] (--) NVIDIA(0):     DFP-4
[  1225.153] (--) NVIDIA(0):     DFP-5
[  1225.153] (--) NVIDIA(0):     DFP-6
[  1225.154] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 4060 (AD107-A) at PCI:9:0:0
[  1225.154] (II) NVIDIA(0):     (GPU-0)
[  1225.154] (--) NVIDIA(0): Memory: 8384512 kBytes
[  1225.155] (--) NVIDIA(0): VideoBIOS: 95.07.31.00.3f
[  1225.155] (II) NVIDIA(0): Detected PCI Express Link width: 8X
[  1225.155] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1225.155] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[  1225.155] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[  1225.155] (--) NVIDIA(GPU-0): 
[  1225.246] (--) NVIDIA(GPU-0): Ancor Communications Inc MX279 (DFP-1): connected
[  1225.246] (--) NVIDIA(GPU-0): Ancor Communications Inc MX279 (DFP-1): Internal TMDS
[  1225.246] (--) NVIDIA(GPU-0): Ancor Communications Inc MX279 (DFP-1): 300.0 MHz maximum pixel clock
[  1225.246] (--) NVIDIA(GPU-0): 
[  1225.246] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1225.246] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  1225.246] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[  1225.246] (--) NVIDIA(GPU-0): 
[  1225.281] (--) NVIDIA(GPU-0): HannStar Display Corp iF191D (DFP-3): connected
[  1225.281] (--) NVIDIA(GPU-0): HannStar Display Corp iF191D (DFP-3): Internal TMDS
[  1225.281] (--) NVIDIA(GPU-0): HannStar Display Corp iF191D (DFP-3): 165.0 MHz maximum pixel clock
[  1225.281] (--) NVIDIA(GPU-0): 
[  1225.281] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  1225.281] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[  1225.281] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[  1225.281] (--) NVIDIA(GPU-0): 
[  1225.281] (--) NVIDIA(GPU-0): DFP-5: disconnected
[  1225.281] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[  1225.281] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[  1225.281] (--) NVIDIA(GPU-0): 
[  1225.281] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  1225.281] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[  1225.281] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[  1225.281] (--) NVIDIA(GPU-0): 
[  1225.376] (==) NVIDIA(0): 
[  1225.376] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[  1225.376] (==) NVIDIA(0):     will be used as the requested mode.
[  1225.376] (==) NVIDIA(0): 
[  1225.377] (II) NVIDIA(0): Validated MetaModes:
[  1225.377] (II) NVIDIA(0):     "DFP-1:nvidia-auto-select,DFP-3:nvidia-auto-select"
[  1225.377] (II) NVIDIA(0): Virtual screen size determined to be 3360 x 1080
[  1225.431] (--) NVIDIA(0): DPI set to (81, 80); computed from "UseEdidDpi" X config
[  1225.431] (--) NVIDIA(0):     option
[  1225.432] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[  1225.432] (II) NVIDIA:     access.
[  1225.435] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  1225.435] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[  1225.435] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[  1225.435] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[  1225.435] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[  1225.435] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[  1225.435] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  1225.435] (II) NVIDIA(0):     Config Options in the README.
[  1225.457] (II) NVIDIA(0): Setting mode "DFP-1:nvidia-auto-select,DFP-3:nvidia-auto-select"
[  1225.539] (==) NVIDIA(0): Disabling shared memory pixmaps
[  1225.539] (==) NVIDIA(0): Backing store enabled
[  1225.539] (==) NVIDIA(0): Silken mouse enabled
[  1225.539] (**) NVIDIA(0): DPMS enabled
[  1225.540] (II) Loading sub module "dri2"
[  1225.540] (II) LoadModule: "dri2"
[  1225.540] (II) Module "dri2" already built-in
[  1225.540] (II) NVIDIA(0): [DRI2] Setup complete
[  1225.540] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[  1225.540] (II) Initializing extension Generic Event Extension
[  1225.540] (II) Initializing extension SHAPE
[  1225.540] (II) Initializing extension MIT-SHM
[  1225.540] (II) Initializing extension XInputExtension
[  1225.540] (II) Initializing extension XTEST
[  1225.540] (II) Initializing extension BIG-REQUESTS
[  1225.540] (II) Initializing extension SYNC
[  1225.540] (II) Initializing extension XKEYBOARD
[  1225.540] (II) Initializing extension XC-MISC
[  1225.540] (II) Initializing extension SECURITY
[  1225.540] (II) Initializing extension XFIXES
[  1225.540] (II) Initializing extension RENDER
[  1225.541] (II) Initializing extension RANDR
[  1225.541] (II) Initializing extension COMPOSITE
[  1225.541] (II) Initializing extension DAMAGE
[  1225.541] (II) Initializing extension MIT-SCREEN-SAVER
[  1225.541] (II) Initializing extension DOUBLE-BUFFER
[  1225.541] (II) Initializing extension RECORD
[  1225.541] (II) Initializing extension DPMS
[  1225.541] (II) Initializing extension Present
[  1225.541] (II) Initializing extension DRI3
[  1225.541] (II) Initializing extension X-Resource
[  1225.541] (II) Initializing extension XVideo
[  1225.541] (II) Initializing extension XVideo-MotionCompensation
[  1225.541] (II) Initializing extension GLX
[  1225.541] (II) Initializing extension GLX
[  1225.541] (II) Indirect GLX disabled.
[  1225.541] (II) GLX: Another vendor is already registered for screen 0
[  1225.541] (II) Initializing extension XFree86-VidModeExtension
[  1225.541] (II) Initializing extension XFree86-DGA
[  1225.542] (II) Initializing extension XFree86-DRI
[  1225.542] (II) Initializing extension DRI2
[  1225.542] (II) Initializing extension NV-GLX
[  1225.542] (II) Initializing extension NV-CONTROL
[  1225.542] (II) Initializing extension XINERAMA
[  1225.617] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  1225.617] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1225.617] (II) LoadModule: "libinput"
[  1225.617] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  1225.618] (II) Module libinput: vendor="X.Org Foundation"
[  1225.618] 	compiled for 1.21.1.8, module version = 1.4.0
[  1225.618] 	Module class: X.Org XInput Driver
[  1225.618] 	ABI class: X.Org XInput driver, version 24.4
[  1225.618] (II) Using input driver 'libinput' for 'Power Button'
[  1225.619] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 41 paused 0
[  1225.619] (**) Power Button: always reports core events
[  1225.619] (**) Option "Device" "/dev/input/event1"
[  1225.622] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  1225.623] (II) event1  - Power Button: device is a keyboard
[  1225.623] (II) event1  - Power Button: device removed
[  1225.623] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[  1225.623] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  1225.624] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  1225.624] (II) event1  - Power Button: device is a keyboard
[  1225.625] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[  1225.625] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1225.625] (II) Using input driver 'libinput' for 'Power Button'
[  1225.625] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 44 paused 0
[  1225.625] (**) Power Button: always reports core events
[  1225.625] (**) Option "Device" "/dev/input/event0"
[  1225.626] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  1225.626] (II) event0  - Power Button: device is a keyboard
[  1225.626] (II) event0  - Power Button: device removed
[  1225.626] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[  1225.626] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[  1225.627] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  1225.627] (II) event0  - Power Button: device is a keyboard
[  1225.628] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event15)
[  1225.628] (II) No input driver specified, ignoring this device.
[  1225.628] (II) This device may have been added with another device file.
[  1225.628] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event16)
[  1225.628] (II) No input driver specified, ignoring this device.
[  1225.628] (II) This device may have been added with another device file.
[  1225.629] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event17)
[  1225.629] (II) No input driver specified, ignoring this device.
[  1225.629] (II) This device may have been added with another device file.
[  1225.629] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event18)
[  1225.629] (II) No input driver specified, ignoring this device.
[  1225.629] (II) This device may have been added with another device file.
[  1225.630] (II) config/udev: Adding input device SOAI USB Gaming Mouse (/dev/input/event2)
[  1225.630] (**) SOAI USB Gaming Mouse: Applying InputClass "libinput pointer catchall"
[  1225.630] (II) Using input driver 'libinput' for 'SOAI USB Gaming Mouse'
[  1225.687] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 45 paused 0
[  1225.687] (**) SOAI USB Gaming Mouse: always reports core events
[  1225.687] (**) Option "Device" "/dev/input/event2"
[  1225.689] (II) event2  - SOAI USB Gaming Mouse: is tagged by udev as: Mouse
[  1225.689] (II) event2  - SOAI USB Gaming Mouse: device is a pointer
[  1225.689] (II) event2  - SOAI USB Gaming Mouse: device removed
[  1225.689] (II) libinput: SOAI USB Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1225.689] (II) libinput: SOAI USB Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1225.689] (II) libinput: SOAI USB Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1225.689] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:07.1/0000:0a:00.3/usb3/3-1/3-1.1/3-1.1:1.0/0003:12C9:2004.0002/input/input3/event2"
[  1225.689] (II) XINPUT: Adding extended input device "SOAI USB Gaming Mouse" (type: MOUSE, id 8)
[  1225.689] (**) Option "AccelerationScheme" "none"
[  1225.689] (**) SOAI USB Gaming Mouse: (accel) selected scheme none/0
[  1225.689] (**) SOAI USB Gaming Mouse: (accel) acceleration factor: 2.000
[  1225.689] (**) SOAI USB Gaming Mouse: (accel) acceleration threshold: 4
[  1225.691] (II) event2  - SOAI USB Gaming Mouse: is tagged by udev as: Mouse
[  1225.691] (II) event2  - SOAI USB Gaming Mouse: device is a pointer
[  1225.692] (II) config/udev: Adding input device SOAI USB Gaming Mouse (/dev/input/mouse0)
[  1225.692] (II) No input driver specified, ignoring this device.
[  1225.692] (II) This device may have been added with another device file.
[  1225.693] (II) config/udev: Adding input device SOAI USB Gaming Mouse Keyboard (/dev/input/event3)
[  1225.693] (**) SOAI USB Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[  1225.693] (II) Using input driver 'libinput' for 'SOAI USB Gaming Mouse Keyboard'
[  1225.694] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 46 paused 0
[  1225.694] (**) SOAI USB Gaming Mouse Keyboard: always reports core events
[  1225.694] (**) Option "Device" "/dev/input/event3"
[  1225.696] (II) event3  - SOAI USB Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[  1225.696] (II) event3  - SOAI USB Gaming Mouse Keyboard: device is a keyboard
[  1225.696] (II) event3  - SOAI USB Gaming Mouse Keyboard: device removed
[  1225.696] (II) libinput: SOAI USB Gaming Mouse Keyboard: needs a virtual subdevice
[  1225.696] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:07.1/0000:0a:00.3/usb3/3-1/3-1.1/3-1.1:1.1/0003:12C9:2004.0003/input/input4/event3"
[  1225.696] (II) XINPUT: Adding extended input device "SOAI USB Gaming Mouse Keyboard" (type: MOUSE, id 9)
[  1225.696] (**) Option "AccelerationScheme" "none"
[  1225.696] (**) SOAI USB Gaming Mouse Keyboard: (accel) selected scheme none/0
[  1225.696] (**) SOAI USB Gaming Mouse Keyboard: (accel) acceleration factor: 2.000
[  1225.696] (**) SOAI USB Gaming Mouse Keyboard: (accel) acceleration threshold: 4
[  1225.698] (II) event3  - SOAI USB Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[  1225.698] (II) event3  - SOAI USB Gaming Mouse Keyboard: device is a keyboard
[  1225.699] (II) config/udev: Adding input device SOAI USB Gaming Mouse (/dev/input/event4)
[  1225.699] (II) No input driver specified, ignoring this device.
[  1225.699] (II) This device may have been added with another device file.
[  1225.700] (II) config/udev: Adding input device Telink Wireless Gaming Keyboard (/dev/input/event5)
[  1225.700] (**) Telink Wireless Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[  1225.700] (II) Using input driver 'libinput' for 'Telink Wireless Gaming Keyboard'
[  1225.701] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 47 paused 0
[  1225.701] (**) Telink Wireless Gaming Keyboard: always reports core events
[  1225.701] (**) Option "Device" "/dev/input/event5"
[  1225.703] (II) event5  - Telink Wireless Gaming Keyboard: is tagged by udev as: Keyboard
[  1225.703] (II) event5  - Telink Wireless Gaming Keyboard: device is a keyboard
[  1225.703] (II) event5  - Telink Wireless Gaming Keyboard: device removed
[  1225.703] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:07.1/0000:0a:00.3/usb3/3-1/3-1.3/3-1.3.1/3-1.3.1:1.0/0003:320F:5088.0005/input/input6/event5"
[  1225.703] (II) XINPUT: Adding extended input device "Telink Wireless Gaming Keyboard" (type: KEYBOARD, id 10)
[  1225.705] (II) event5  - Telink Wireless Gaming Keyboard: is tagged by udev as: Keyboard
[  1225.705] (II) event5  - Telink Wireless Gaming Keyboard: device is a keyboard
[  1225.706] (II) config/udev: Adding input device Telink Wireless Gaming Keyboard Mouse (/dev/input/event9)
[  1225.706] (**) Telink Wireless Gaming Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[  1225.706] (II) Using input driver 'libinput' for 'Telink Wireless Gaming Keyboard Mouse'
[  1225.707] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 48 paused 0
[  1225.707] (**) Telink Wireless Gaming Keyboard Mouse: always reports core events
[  1225.707] (**) Option "Device" "/dev/input/event9"
[  1225.709] (II) event9  - Telink Wireless Gaming Keyboard Mouse: is tagged by udev as: Mouse
[  1225.710] (II) event9  - Telink Wireless Gaming Keyboard Mouse: device is a pointer
[  1225.710] (II) event9  - Telink Wireless Gaming Keyboard Mouse: device removed
[  1225.710] (II) libinput: Telink Wireless Gaming Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1225.710] (II) libinput: Telink Wireless Gaming Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1225.710] (II) libinput: Telink Wireless Gaming Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1225.710] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:07.1/0000:0a:00.3/usb3/3-1/3-1.3/3-1.3.1/3-1.3.1:1.2/0003:320F:5088.0007/input/input10/event9"
[  1225.710] (II) XINPUT: Adding extended input device "Telink Wireless Gaming Keyboard Mouse" (type: MOUSE, id 11)
[  1225.710] (**) Option "AccelerationScheme" "none"
[  1225.710] (**) Telink Wireless Gaming Keyboard Mouse: (accel) selected scheme none/0
[  1225.710] (**) Telink Wireless Gaming Keyboard Mouse: (accel) acceleration factor: 2.000
[  1225.710] (**) Telink Wireless Gaming Keyboard Mouse: (accel) acceleration threshold: 4
[  1225.712] (II) event9  - Telink Wireless Gaming Keyboard Mouse: is tagged by udev as: Mouse
[  1225.712] (II) event9  - Telink Wireless Gaming Keyboard Mouse: device is a pointer
[  1225.713] (II) config/udev: Adding input device Telink Wireless Gaming Keyboard Mouse (/dev/input/mouse1)
[  1225.713] (II) No input driver specified, ignoring this device.
[  1225.713] (II) This device may have been added with another device file.
[  1225.714] (II) config/udev: Adding input device Telink Wireless Gaming Keyboard (/dev/input/event6)
[  1225.714] (**) Telink Wireless Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[  1225.714] (II) Using input driver 'libinput' for 'Telink Wireless Gaming Keyboard'
[  1225.715] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 49 paused 0
[  1225.715] (**) Telink Wireless Gaming Keyboard: always reports core events
[  1225.715] (**) Option "Device" "/dev/input/event6"
[  1225.717] (II) event6  - Telink Wireless Gaming Keyboard: is tagged by udev as: Keyboard
[  1225.717] (II) event6  - Telink Wireless Gaming Keyboard: device is a keyboard
[  1225.717] (II) event6  - Telink Wireless Gaming Keyboard: device removed
[  1225.717] (II) libinput: Telink Wireless Gaming Keyboard: needs a virtual subdevice
[  1225.717] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:07.1/0000:0a:00.3/usb3/3-1/3-1.3/3-1.3.1/3-1.3.1:1.2/0003:320F:5088.0007/input/input7/event6"
[  1225.717] (II) XINPUT: Adding extended input device "Telink Wireless Gaming Keyboard" (type: MOUSE, id 12)
[  1225.717] (**) Option "AccelerationScheme" "none"
[  1225.717] (**) Telink Wireless Gaming Keyboard: (accel) selected scheme none/0
[  1225.717] (**) Telink Wireless Gaming Keyboard: (accel) acceleration factor: 2.000
[  1225.717] (**) Telink Wireless Gaming Keyboard: (accel) acceleration threshold: 4
[  1225.719] (II) event6  - Telink Wireless Gaming Keyboard: is tagged by udev as: Keyboard
[  1225.719] (II) event6  - Telink Wireless Gaming Keyboard: device is a keyboard
[  1225.720] (II) config/udev: Adding input device Telink Wireless Gaming Keyboard (/dev/input/event7)
[  1225.720] (II) No input driver specified, ignoring this device.
[  1225.720] (II) This device may have been added with another device file.
[  1225.721] (II) config/udev: Adding input device Telink Wireless Gaming Keyboard (/dev/input/event8)
[  1225.721] (II) No input driver specified, ignoring this device.
[  1225.721] (II) This device may have been added with another device file.
[  1225.722] (II) config/udev: Adding input device 8BitDo 8BitDo Retro Keyboard (/dev/input/event10)
[  1225.722] (**) 8BitDo 8BitDo Retro Keyboard: Applying InputClass "libinput pointer catchall"
[  1225.722] (II) Using input driver 'libinput' for '8BitDo 8BitDo Retro Keyboard'
[  1225.780] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 50 paused 0
[  1225.780] (**) 8BitDo 8BitDo Retro Keyboard: always reports core events
[  1225.780] (**) Option "Device" "/dev/input/event10"
[  1225.782] (II) event10 - 8BitDo 8BitDo Retro Keyboard: is tagged by udev as: Mouse
[  1225.783] (II) event10 - 8BitDo 8BitDo Retro Keyboard: device is a pointer
[  1225.783] (II) event10 - 8BitDo 8BitDo Retro Keyboard: device removed
[  1225.783] (II) libinput: 8BitDo 8BitDo Retro Keyboard: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1225.783] (II) libinput: 8BitDo 8BitDo Retro Keyboard: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1225.783] (II) libinput: 8BitDo 8BitDo Retro Keyboard: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1225.783] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:07.1/0000:0a:00.3/usb3/3-1/3-1.3/3-1.3.2/3-1.3.2:1.0/0003:2DC8:5201.0008/input/input11/event10"
[  1225.783] (II) XINPUT: Adding extended input device "8BitDo 8BitDo Retro Keyboard" (type: MOUSE, id 13)
[  1225.783] (**) Option "AccelerationScheme" "none"
[  1225.783] (**) 8BitDo 8BitDo Retro Keyboard: (accel) selected scheme none/0
[  1225.783] (**) 8BitDo 8BitDo Retro Keyboard: (accel) acceleration factor: 2.000
[  1225.783] (**) 8BitDo 8BitDo Retro Keyboard: (accel) acceleration threshold: 4
[  1225.785] (II) event10 - 8BitDo 8BitDo Retro Keyboard: is tagged by udev as: Mouse
[  1225.785] (II) event10 - 8BitDo 8BitDo Retro Keyboard: device is a pointer
[  1225.786] (II) config/udev: Adding input device 8BitDo 8BitDo Retro Keyboard (/dev/input/mouse2)
[  1225.786] (II) No input driver specified, ignoring this device.
[  1225.786] (II) This device may have been added with another device file.
[  1225.787] (II) config/udev: Adding input device 8BitDo 8BitDo Retro Keyboard (/dev/input/event11)
[  1225.787] (**) 8BitDo 8BitDo Retro Keyboard: Applying InputClass "libinput keyboard catchall"
[  1225.787] (II) Using input driver 'libinput' for '8BitDo 8BitDo Retro Keyboard'
[  1225.788] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 51 paused 0
[  1225.788] (**) 8BitDo 8BitDo Retro Keyboard: always reports core events
[  1225.788] (**) Option "Device" "/dev/input/event11"
[  1225.790] (II) event11 - 8BitDo 8BitDo Retro Keyboard: is tagged by udev as: Keyboard
[  1225.790] (II) event11 - 8BitDo 8BitDo Retro Keyboard: device is a keyboard
[  1225.791] (II) event11 - 8BitDo 8BitDo Retro Keyboard: device removed
[  1225.791] (II) libinput: 8BitDo 8BitDo Retro Keyboard: needs a virtual subdevice
[  1225.791] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:07.1/0000:0a:00.3/usb3/3-1/3-1.3/3-1.3.2/3-1.3.2:1.2/0003:2DC8:5201.000A/input/input12/event11"
[  1225.791] (II) XINPUT: Adding extended input device "8BitDo 8BitDo Retro Keyboard" (type: MOUSE, id 14)
[  1225.791] (**) Option "AccelerationScheme" "none"
[  1225.791] (**) 8BitDo 8BitDo Retro Keyboard: (accel) selected scheme none/0
[  1225.791] (**) 8BitDo 8BitDo Retro Keyboard: (accel) acceleration factor: 2.000
[  1225.791] (**) 8BitDo 8BitDo Retro Keyboard: (accel) acceleration threshold: 4
[  1225.792] (II) event11 - 8BitDo 8BitDo Retro Keyboard: is tagged by udev as: Keyboard
[  1225.792] (II) event11 - 8BitDo 8BitDo Retro Keyboard: device is a keyboard
[  1225.793] (II) config/udev: Adding input device Blue Eyeball 2.0: Blue Eyeball  (/dev/input/event14)
[  1225.793] (**) Blue Eyeball 2.0: Blue Eyeball : Applying InputClass "libinput keyboard catchall"
[  1225.793] (II) Using input driver 'libinput' for 'Blue Eyeball 2.0: Blue Eyeball '
[  1225.795] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 52 paused 0
[  1225.795] (**) Blue Eyeball 2.0: Blue Eyeball : always reports core events
[  1225.795] (**) Option "Device" "/dev/input/event14"
[  1225.796] (II) event14 - Blue Eyeball 2.0: Blue Eyeball : is tagged by udev as: Keyboard
[  1225.796] (II) event14 - Blue Eyeball 2.0: Blue Eyeball : device is a keyboard
[  1225.796] (II) event14 - Blue Eyeball 2.0: Blue Eyeball : device removed
[  1225.796] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:07.1/0000:0a:00.3/usb3/3-1/3-1.4/3-1.4:1.0/input/input15/event14"
[  1225.796] (II) XINPUT: Adding extended input device "Blue Eyeball 2.0: Blue Eyeball " (type: KEYBOARD, id 15)
[  1225.798] (II) event14 - Blue Eyeball 2.0: Blue Eyeball : is tagged by udev as: Keyboard
[  1225.798] (II) event14 - Blue Eyeball 2.0: Blue Eyeball : device is a keyboard
[  1225.798] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event19)
[  1225.798] (II) No input driver specified, ignoring this device.
[  1225.799] (II) This device may have been added with another device file.
[  1225.799] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event20)
[  1225.799] (II) No input driver specified, ignoring this device.
[  1225.799] (II) This device may have been added with another device file.
[  1225.799] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event21)
[  1225.799] (II) No input driver specified, ignoring this device.
[  1225.799] (II) This device may have been added with another device file.
[  1225.800] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event22)
[  1225.800] (II) No input driver specified, ignoring this device.
[  1225.800] (II) This device may have been added with another device file.
[  1225.800] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event23)
[  1225.800] (II) No input driver specified, ignoring this device.
[  1225.800] (II) This device may have been added with another device file.
[  1225.800] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event24)
[  1225.800] (II) No input driver specified, ignoring this device.
[  1225.800] (II) This device may have been added with another device file.
[  1225.801] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event25)
[  1225.801] (II) No input driver specified, ignoring this device.
[  1225.801] (II) This device may have been added with another device file.
[  1225.801] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event13)
[  1225.801] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[  1225.801] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[  1225.802] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 53 paused 0
[  1225.802] (**) Eee PC WMI hotkeys: always reports core events
[  1225.802] (**) Option "Device" "/dev/input/event13"
[  1225.803] (II) event13 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[  1225.803] (II) event13 - Eee PC WMI hotkeys: device is a keyboard
[  1225.803] (II) event13 - Eee PC WMI hotkeys: device removed
[  1225.803] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input14/event13"
[  1225.803] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 16)
[  1225.804] (II) event13 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[  1225.804] (II) event13 - Eee PC WMI hotkeys: device is a keyboard
[  1225.804] (II) config/udev: Adding input device PC Speaker (/dev/input/event12)
[  1225.804] (II) No input driver specified, ignoring this device.
[  1225.804] (II) This device may have been added with another device file.
[  1225.811] (**) SOAI USB Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[  1225.811] (II) Using input driver 'libinput' for 'SOAI USB Gaming Mouse Keyboard'
[  1225.811] (II) systemd-logind: returning pre-existing fd for /dev/input/event3 13:67
[  1225.811] (**) SOAI USB Gaming Mouse Keyboard: always reports core events
[  1225.811] (**) Option "Device" "/dev/input/event3"
[  1225.811] (II) libinput: SOAI USB Gaming Mouse Keyboard: is a virtual subdevice
[  1225.811] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:07.1/0000:0a:00.3/usb3/3-1/3-1.1/3-1.1:1.1/0003:12C9:2004.0003/input/input4/event3"
[  1225.811] (II) XINPUT: Adding extended input device "SOAI USB Gaming Mouse Keyboard" (type: KEYBOARD, id 17)
[  1225.811] (**) Telink Wireless Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[  1225.811] (II) Using input driver 'libinput' for 'Telink Wireless Gaming Keyboard'
[  1225.811] (II) systemd-logind: returning pre-existing fd for /dev/input/event6 13:70
[  1225.811] (**) Telink Wireless Gaming Keyboard: always reports core events
[  1225.811] (**) Option "Device" "/dev/input/event6"
[  1225.811] (II) libinput: Telink Wireless Gaming Keyboard: is a virtual subdevice
[  1225.811] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:07.1/0000:0a:00.3/usb3/3-1/3-1.3/3-1.3.1/3-1.3.1:1.2/0003:320F:5088.0007/input/input7/event6"
[  1225.811] (II) XINPUT: Adding extended input device "Telink Wireless Gaming Keyboard" (type: KEYBOARD, id 18)
[  1225.811] (**) 8BitDo 8BitDo Retro Keyboard: Applying InputClass "libinput keyboard catchall"
[  1225.811] (II) Using input driver 'libinput' for '8BitDo 8BitDo Retro Keyboard'
[  1225.811] (II) systemd-logind: returning pre-existing fd for /dev/input/event11 13:75
[  1225.811] (**) 8BitDo 8BitDo Retro Keyboard: always reports core events
[  1225.811] (**) Option "Device" "/dev/input/event11"
[  1225.811] (II) libinput: 8BitDo 8BitDo Retro Keyboard: is a virtual subdevice
[  1225.811] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:07.1/0000:0a:00.3/usb3/3-1/3-1.3/3-1.3.2/3-1.3.2:1.2/0003:2DC8:5201.000A/input/input12/event11"
[  1225.811] (II) XINPUT: Adding extended input device "8BitDo 8BitDo Retro Keyboard" (type: KEYBOARD, id 19)

I don't think StumpWM is running at all, because no .stumpwmrc file is being created.  What else can I do to try and debug this issue?

Last edited by Rivabanks (2024-04-01 17:21:13)

Offline

#2 2024-04-01 16:12:32

nbqr
Member
Registered: 2013-06-27
Posts: 14

Re: [Solved] Attempting to Start StumpWM Just Shows Black Screen

I don't have a solution, but I want to point out that I have the same problem with the version in extra (i.e, not the AUR one) since the update to 23.11 which happened less than 24 hours ago.

For now I have downgraded to 22.11 which works fine.

Edit: stumpwm is running for me according to ps running in a different TTY. It just doesn't do anything.

Last edited by nbqr (2024-04-01 16:14:30)

Offline

#3 2024-04-01 16:39:47

Nearphuture
Member
Registered: 2024-04-01
Posts: 1

Re: [Solved] Attempting to Start StumpWM Just Shows Black Screen

Same problem here with stumpwm since today upgrade.
stumpwm process run but blackscreen and no reaction, it didn't even start programs from my config file, and found no error messages.
Same with no config file.
I checked pacman logs  and seen this package was upgraded today : 23.11-1
So I downgraded from the version I had in cache (22.11-8) and it fixed my problem.

Offline

#4 2024-04-01 17:22:05

Rivabanks
Member
Registered: 2013-09-08
Posts: 4

Re: [Solved] Attempting to Start StumpWM Just Shows Black Screen

Good to know it's not just me.  I downgraded to version 22.11-1 from the archive and it's working now.  I'm marking this solved, Thanks!

Offline

Board footer

Powered by FluxBB