You are not logged in.

#1 2020-03-23 06:41:13

42mileslong
Member
Registered: 2020-03-23
Posts: 2

Xorg/bspwm - Black screen until switch between tty

I've found posts with similar issues, and am familiar with the Arch wiki guide on resolving the black screen problem. However, my issue seems slightly different.

On `startx` bspwm presents a black screen as expected, and sxhkd "works". By "works" I mean I can quit the xserver, but the shortcut to open urxvt does not appear open a terminal. However, after switching to tty2 and back, all previously opened terminals appear and work fine.

There were no errors in my Xorg logs, and bspwm seems to exit properly aside from a few warnings. I'm using Arch Linux with fish, but have set sxhkd to execute commands with bash as recommended on the wiki.

bspwmrc and sxhkdrc are defaults moved to home directory, with bspwmrc made executable. I've copied some configs and logs below

Thank you for any help!

xinitrc:

exec bspwm

bspwmrc:

#! /bin/sh

sxhkd &

bspc monitor -d I II III IV V VI VII VIII IX X

bspc config border_width         2
bspc config window_gap          12

bspc config split_ratio          0.52
bspc config borderless_monocle   true
bspc config gapless_monocle      true

bspc rule -a Gimp desktop='^8' state=floating follow=on
bspc rule -a Chromium desktop='^2'
bspc rule -a mplayer2 state=floating
bspc rule -a Kupfer.py focus=on
bspc rule -a Screenkey manage=off

sxhkdrc:

#
# wm independent hotkeys
#

# terminal emulator
super + Return
        urxvt

# program launcher
super + @space
        dmenu_run

# make sxhkd reload its configuration files:
super + Escape
        pkill -USR1 -x sxhkd

#
# bspwm hotkeys
#

# quit/restart bspwm
super + alt + {q,r}
        bspc {quit,wm -r}

# close and kill
super + {_,shift + }w
        bspc node -{c,k}

# alternate between the tiled and monocle layout
super + m
        bspc desktop -l next

# send the newest marked node to the newest preselected node
super + y
        bspc node newest.marked.local -n newest.!automatic.local

# swap the current node and the biggest node
super + g
        bspc node -s biggest

#
# state/flags
#

# set the window state
super + {t,shift + t,s,f}
        bspc node -t {tiled,pseudo_tiled,floating,fullscreen}

# set the node flags
super + ctrl + {m,x,y,z}
        bspc node -g {marked,locked,sticky,private}

#
# focus/swap
#

# focus the node in the given direction
super + {_,shift + }{h,j,k,l}
        bspc node -{f,s} {west,south,north,east}

# focus the node for the given path jump
super + {p,b,comma,period}
        bspc node -f @{parent,brother,first,second}

# focus the next/previous node in the current desktop
super + {_,shift + }c
        bspc node -f {next,prev}.local

# focus the next/previous desktop in the current monitor
super + bracket{left,right}
        bspc desktop -f {prev,next}.local

# focus the last node/desktop
super + {grave,Tab}
        bspc {node,desktop} -f last

# focus the older or newer node in the focus history
super + {o,i}
        bspc wm -h off; \
        bspc node {older,newer} -f; \
        bspc wm -h on

# focus or send to the given desktop
super + {_,shift + }{1-9,0}
        bspc {desktop -f,node -d} '^{1-9,10}'

#
# preselect
#

# preselect the direction
super + ctrl + {h,j,k,l}
        bspc node -p {west,south,north,east}

# preselect the ratio
super + ctrl + {1-9}
        bspc node -o 0.{1-9}

# cancel the preselection for the focused node
super + ctrl + space
        bspc node -p cancel

# cancel the preselection for the focused desktop
super + ctrl + shift + space
        bspc query -N -d | xargs -I id -n 1 bspc node id -p cancel

#
# move/resize
#

# expand a window by moving one of its side outward
super + alt + {h,j,k,l}
        bspc node -z {left -20 0,bottom 0 20,top 0 -20,right 20 0}

# contract a window by moving one of its side inward
super + alt + shift + {h,j,k,l}
        bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0}

# move a floating window
super + {Left,Down,Up,Right}
        bspc node -v {-20 0,0 20,0 -20,20 0}

/var/log/Xorg.0.log

[   810.909] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[   810.910]
X.Org X Server 1.20.7
X Protocol Version 11, Revision 0
[   810.910] Build Operating System: Linux Arch Linux
[   810.910] Current Operating System: Linux sophon 5.5.10-arch1-1 #1 SMP PREEMPT Wed, 18 Mar 2020 08:40:35 +0000 x86_64
[   810.910] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root="PARTUUID=32a05c2b-af7b-6747-a323-b61d1cc79363" rw
[   810.910] Build Date: 14 January 2020  07:13:52AM
[   810.910]
[   810.910] Current version of pixman: 0.38.4
[   810.910]    Before reporting problems, check [url]http://wiki.x.org[/url]
        to make sure that you have the latest version.
[   810.910] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   810.910] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Mar 22 15:05:38 2020
[   810.910] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   810.910] (==) No Layout section.  Using the first Screen section.
[   810.910] (==) No screen section available. Using defaults.
[   810.910] (**) |-->Screen "Default Screen Section" (0)
[   810.910] (**) |   |-->Monitor "<default monitor>"
[   810.911] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[   810.911] (==) Automatically adding devices
[   810.911] (==) Automatically enabling devices
[   810.911] (==) Automatically adding GPU devices
[   810.911] (==) Automatically binding GPU devices
[   810.911] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   810.911] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[   810.911]    Entry deleted from font path.
[   810.911]    (Run 'mkfontdir' on "/usr/share/fonts/misc").
[   810.911] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[   810.911]    Entry deleted from font path.
[   810.911] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   810.911]    Entry deleted from font path.
[   810.911] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   810.911]    Entry deleted from font path.
[   810.911] (==) FontPath set to:
        /usr/share/fonts/100dpi,
        /usr/share/fonts/75dpi
[   810.911] (==) ModulePath set to "/usr/lib/xorg/modules"
[   810.911] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[   810.911] (II) Module ABI versions:
[   810.911]    X.Org ANSI C Emulation: 0.4
[   810.911]    X.Org Video Driver: 24.1
[   810.911]    X.Org XInput driver : 24.1
[   810.911]    X.Org Server Extension : 10.0
[   810.911] (++) using VT number 1

[   810.912] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_34
[   810.913] (II) xfree86: Adding drm device (/dev/dri/card0)
[   810.913] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[   810.915] (--) PCI:*(0@0:2:0) 8086:9bca:17aa:2292 rev 4, Mem @ 0xe9000000/16777216, 0xc0000000/268435456, I/O @ 0x00002000/64, BIOS @ 0x????????/131072
[   810.915] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   810.915] (II) LoadModule: "glx"
[   810.915] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   810.915] (II) Module glx: vendor="X.Org Foundation"
[   810.915]    compiled for 1.20.7, module version = 1.0.0
[   810.915]    ABI class: X.Org Server Extension, version 10.0
[   810.915] (==) Matched intel as autoconfigured driver 0
[   810.915] (==) Matched modesetting as autoconfigured driver 1
[   810.915] (==) Matched fbdev as autoconfigured driver 2
[   810.915] (==) Matched vesa as autoconfigured driver 3
[   810.915] (==) Assigned the driver to the xf86ConfigLayout
[   810.915] (II) LoadModule: "intel"
[   810.915] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   810.916] (II) Module intel: vendor="X.Org Foundation"
[   810.916]    compiled for 1.20.6, module version = 2.99.917
[   810.916]    Module class: X.Org Video Driver
[   810.916]    ABI class: X.Org Video Driver, version 24.0
[   810.916] (II) LoadModule: "modesetting"
[   810.916] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   810.916] (II) Module modesetting: vendor="X.Org Foundation"
[   810.916]    compiled for 1.20.7, module version = 1.20.7
[   810.916]    Module class: X.Org Video Driver
[   810.916]    ABI class: X.Org Video Driver, version 24.1
[   810.916] (II) LoadModule: "fbdev"
[   810.916] (WW) Warning, couldn't open module fbdev
[   810.916] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   810.916] (II) LoadModule: "vesa"
[   810.916] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   810.916] (II) Module vesa: vendor="X.Org Foundation"
[   810.916]    compiled for 1.20.0, module version = 2.4.0
[   810.916]    Module class: X.Org Video Driver
[   810.916]    ABI class: X.Org Video Driver, version 24.0
[   810.916] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
        i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
        915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
        Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
        GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[   810.916] (II) intel: Driver for Intel(R) HD Graphics
[   810.916] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[   810.916] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[   810.916] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   810.916] (II) VESA: driver for VESA chipsets: vesa
[   810.916] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20191101
[   810.916] (II) intel(0): SNA compiled from 2.99.917-899-gf66d3954
[   810.933] (WW) Falling back to old probe method for modesetting
[   810.934] (WW) intel(0): Unknown chipset
[   810.934] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 6 threads
[   810.934] (II) intel(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[   810.934] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[   810.934] (==) intel(0): RGB weight 888
[   810.934] (==) intel(0): Default visual is TrueColor
[   810.934] (II) intel(0): Output eDP1 has no monitor section
[   810.934] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[   810.934] (II) intel(0): Enabled output eDP1
[   810.934] (II) intel(0): Output DP1 has no monitor section
[   810.934] (II) intel(0): Enabled output DP1
[   810.934] (II) intel(0): Output HDMI1 has no monitor section
[   810.935] (II) intel(0): Enabled output HDMI1
[   810.935] (II) intel(0): Output DP2 has no monitor section
[   810.935] (II) intel(0): Enabled output DP2
[   810.935] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[   810.935] (II) intel(0): Output VIRTUAL1 has no monitor section
[   810.935] (II) intel(0): Enabled output VIRTUAL1
[   810.935] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
[   810.935] (==) intel(0): TearFree enabled
[   810.935] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[   810.935] (==) intel(0): DPI set to (96, 96)
[   810.935] (II) Loading sub module "dri3"
[   810.935] (II) LoadModule: "dri3"
[   810.935] (II) Module "dri3" already built-in
[   810.935] (II) Loading sub module "dri2"
[   810.935] (II) LoadModule: "dri2"
[   810.935] (II) Module "dri2" already built-in
[   810.935] (II) Loading sub module "present"
[   810.935] (II) LoadModule: "present"
[   810.935] (II) Module "present" already built-in
[   810.935] (II) UnloadModule: "modesetting"
[   810.935] (II) Unloading modesetting
[   810.935] (II) UnloadModule: "vesa"
[   810.935] (II) Unloading vesa
[   810.935] (II) intel(0): SNA initialized with disabled backend
[   810.935] (==) intel(0): Backing store enabled
[   810.935] (==) intel(0): Silken mouse disabled
[   810.935] (II) intel(0): HW Cursor enabled
[   810.935] (==) intel(0): DPMS enabled
[   810.935] (==) intel(0): Display hotplug detection enabled
[   810.935] (II) intel(0): Textured video not supported on this hardware or backend
[   810.935] (WW) intel(0): loading DRI2 whilst acceleration is disabled.
[   810.935] (II) intel(0): [DRI2] Setup complete
[   810.935] (II) intel(0): [DRI2]   DRI driver: i965
[   810.935] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[   810.935] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[   810.935] (II) intel(0): hardware support for Present enabled
[   810.935] (II) Initializing extension Generic Event Extension
[   810.935] (II) Initializing extension SHAPE
[   810.935] (II) Initializing extension MIT-SHM
[   810.935] (II) Initializing extension XInputExtension
[   810.935] (II) Initializing extension XTEST
[   810.935] (II) Initializing extension BIG-REQUESTS
[   810.935] (II) Initializing extension SYNC
[   810.935] (II) Initializing extension XKEYBOARD
[   810.935] (II) Initializing extension XC-MISC
[   810.935] (II) Initializing extension SECURITY
[   810.935] (II) Initializing extension XFIXES
[   810.935] (II) Initializing extension RENDER
[   810.935] (II) Initializing extension RANDR
[   810.935] (II) Initializing extension COMPOSITE
[   810.935] (II) Initializing extension DAMAGE
[   810.935] (II) Initializing extension MIT-SCREEN-SAVER
[   810.935] (II) Initializing extension DOUBLE-BUFFER
[   810.935] (II) Initializing extension RECORD
[   810.935] (II) Initializing extension DPMS
[   810.935] (II) Initializing extension Present
[   810.936] (II) Initializing extension DRI3
[   810.936] (II) Initializing extension X-Resource
[   810.936] (II) Initializing extension XVideo
[   810.936] (II) Initializing extension XVideo-MotionCompensation
[   810.936] (II) Initializing extension GLX
[   810.944] (II) AIGLX: Loaded and initialized i965
[   810.944] (II) GLX: Initialized DRI2 GL provider for screen 0
[   810.944] (II) Initializing extension XFree86-VidModeExtension
[   810.944] (II) Initializing extension XFree86-DGA
[   810.944] (II) Initializing extension XFree86-DRI
[   810.944] (II) Initializing extension DRI2
[   810.946] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[   810.956] (II) intel(0): Setting screen physical size to 508 x 285
[   811.005] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   811.005] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   811.005] (II) LoadModule: "libinput"
[   811.005] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   811.005] (II) Module libinput: vendor="X.Org Foundation"
[   811.005]    compiled for 1.20.7, module version = 0.29.0
[   811.005]    Module class: X.Org XInput Driver
[   811.005]    ABI class: X.Org XInput driver, version 24.1
[   811.005] (II) Using input driver 'libinput' for 'Power Button'
[   811.006] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 18 paused 0
[   811.006] (**) Power Button: always reports core events
[   811.006] (**) Option "Device" "/dev/input/event2"
[   811.006] (**) Option "_source" "server/udev"
[   811.007] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   811.007] (II) event2  - Power Button: device is a keyboard
[   811.007] (II) event2  - Power Button: device removed
[   811.007] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[   811.007] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   811.008] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   811.008] (II) event2  - Power Button: device is a keyboard
[   811.008] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[   811.008] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   811.008] (II) Using input driver 'libinput' for 'Video Bus'
[   811.008] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 21 paused 0
[   811.008] (**) Video Bus: always reports core events
[   811.008] (**) Option "Device" "/dev/input/event6"
[   811.008] (**) Option "_source" "server/udev"
[   811.009] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[   811.009] (II) event6  - Video Bus: device is a keyboard
[   811.009] (II) event6  - Video Bus: device removed
[   811.009] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8/event6"
[   811.009] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   811.010] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[   811.010] (II) event6  - Video Bus: device is a keyboard
[   811.010] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[   811.010] (II) No input driver specified, ignoring this device.
[   811.010] (II) This device may have been added with another device file.
[   811.010] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[   811.010] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   811.010] (II) Using input driver 'libinput' for 'Sleep Button'
[   811.011] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 22 paused 0
[   811.011] (**) Sleep Button: always reports core events
[   811.011] (**) Option "Device" "/dev/input/event0"
[   811.011] (**) Option "_source" "server/udev"
[   811.011] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[   811.011] (II) event0  - Sleep Button: device is a keyboard
[   811.011] (II) event0  - Sleep Button: device removed
[   811.011] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[   811.011] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[   811.012] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[   811.012] (II) event0  - Sleep Button: device is a keyboard
[   811.012] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event10)
[   811.012] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[   811.012] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[   811.013] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 23 paused 0
[   811.013] (**) Integrated Camera: Integrated C: always reports core events
[   811.013] (**) Option "Device" "/dev/input/event10"
[   811.013] (**) Option "_source" "server/udev"
[   811.013] (II) event10 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[   811.013] (II) event10 - Integrated Camera: Integrated C: device is a keyboard
[   811.013] (II) event10 - Integrated Camera: Integrated C: device removed
[   811.013] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input15/event10"
[   811.013] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 9)
[   811.014] (II) event10 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[   811.014] (II) event10 - Integrated Camera: Integrated C: device is a keyboard
[   811.015] (II) config/udev: Adding input device Integrated Camera: Integrated I (/dev/input/event11)
[   811.015] (**) Integrated Camera: Integrated I: Applying InputClass "libinput keyboard catchall"
[   811.015] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated I'
[   811.015] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 24 paused 0
[   811.015] (**) Integrated Camera: Integrated I: always reports core events
[   811.015] (**) Option "Device" "/dev/input/event11"
[   811.015] (**) Option "_source" "server/udev"
[   811.016] (II) event11 - Integrated Camera: Integrated I: is tagged by udev as: Keyboard
[   811.016] (II) event11 - Integrated Camera: Integrated I: device is a keyboard
[   811.016] (II) event11 - Integrated Camera: Integrated I: device removed
[   811.016] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.2/input/input16/event11"
[   811.016] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated I" (type: KEYBOARD, id 10)
[   811.017] (II) event11 - Integrated Camera: Integrated I: is tagged by udev as: Keyboard
[   811.017] (II) event11 - Integrated Camera: Integrated I: device is a keyboard
[   811.017] (II) config/udev: Adding input device SYNA8004:00 06CB:CD8B Mouse (/dev/input/event8)
[   811.017] (**) SYNA8004:00 06CB:CD8B Mouse: Applying InputClass "libinput pointer catchall"
[   811.017] (II) Using input driver 'libinput' for 'SYNA8004:00 06CB:CD8B Mouse'
[   811.017] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 25 paused 0
[   811.017] (**) SYNA8004:00 06CB:CD8B Mouse: always reports core events
[   811.017] (**) Option "Device" "/dev/input/event8"
[   811.017] (**) Option "_source" "server/udev"
[   811.018] (II) event8  - SYNA8004:00 06CB:CD8B Mouse: is tagged by udev as: Mouse Pointingstick
[   811.018] (II) event8  - SYNA8004:00 06CB:CD8B Mouse: device is a pointer
[   811.019] (II) event8  - SYNA8004:00 06CB:CD8B Mouse: device removed
[   811.019] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-SYNA8004:00/0018:06CB:CD8B.0001/input/input12/event8"
[   811.019] (II) XINPUT: Adding extended input device "SYNA8004:00 06CB:CD8B Mouse" (type: MOUSE, id 11)
[   811.019] (**) Option "AccelerationScheme" "none"
[   811.019] (**) SYNA8004:00 06CB:CD8B Mouse: (accel) selected scheme none/0
[   811.019] (**) SYNA8004:00 06CB:CD8B Mouse: (accel) acceleration factor: 2.000
[   811.019] (**) SYNA8004:00 06CB:CD8B Mouse: (accel) acceleration threshold: 4
[   811.019] (II) event8  - SYNA8004:00 06CB:CD8B Mouse: is tagged by udev as: Mouse Pointingstick
[   811.020] (II) event8  - SYNA8004:00 06CB:CD8B Mouse: device is a pointer
[   811.020] (II) config/udev: Adding input device SYNA8004:00 06CB:CD8B Mouse (/dev/input/mouse1)
[   811.020] (II) No input driver specified, ignoring this device.
[   811.020] (II) This device may have been added with another device file.
[   811.021] (II) config/udev: Adding input device SYNA8004:00 06CB:CD8B Touchpad (/dev/input/event9)
[   811.021] (**) SYNA8004:00 06CB:CD8B Touchpad: Applying InputClass "libinput touchpad catchall"
[   811.021] (II) Using input driver 'libinput' for 'SYNA8004:00 06CB:CD8B Touchpad'
[   811.021] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 26 paused 0
[   811.021] (**) SYNA8004:00 06CB:CD8B Touchpad: always reports core events
[   811.021] (**) Option "Device" "/dev/input/event9"
[   811.021] (**) Option "_source" "server/udev"
[   811.022] (II) event9  - SYNA8004:00 06CB:CD8B Touchpad: is tagged by udev as: Touchpad
[   811.023] (II) event9  - SYNA8004:00 06CB:CD8B Touchpad: device is a touchpad
[   811.023] (II) event9  - SYNA8004:00 06CB:CD8B Touchpad: device removed
[   811.023] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-SYNA8004:00/0018:06CB:CD8B.0001/input/input13/event9"
[   811.023] (II) XINPUT: Adding extended input device "SYNA8004:00 06CB:CD8B Touchpad" (type: TOUCHPAD, id 12)
[   811.024] (**) Option "AccelerationScheme" "none"
[   811.024] (**) SYNA8004:00 06CB:CD8B Touchpad: (accel) selected scheme none/0
[   811.024] (**) SYNA8004:00 06CB:CD8B Touchpad: (accel) acceleration factor: 2.000
[   811.024] (**) SYNA8004:00 06CB:CD8B Touchpad: (accel) acceleration threshold: 4
[   811.024] (II) event9  - SYNA8004:00 06CB:CD8B Touchpad: is tagged by udev as: Touchpad
[   811.025] (II) event9  - SYNA8004:00 06CB:CD8B Touchpad: device is a touchpad
[   811.026] (II) config/udev: Adding input device SYNA8004:00 06CB:CD8B Touchpad (/dev/input/mouse2)
[   811.026] (II) No input driver specified, ignoring this device.
[   811.026] (II) This device may have been added with another device file.
[   811.026] (II) config/udev: Adding input device sof-hda-dsp Headset Jack (/dev/input/event12)
[   811.026] (**) sof-hda-dsp Headset Jack: Applying InputClass "libinput keyboard catchall"
[   811.026] (II) Using input driver 'libinput' for 'sof-hda-dsp Headset Jack'
[   811.026] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 27 paused 0
[   811.026] (**) sof-hda-dsp Headset Jack: always reports core events
[   811.026] (**) Option "Device" "/dev/input/event12"
[   811.026] (**) Option "_source" "server/udev"
[   811.027] (II) event12 - sof-hda-dsp Headset Jack: is tagged by udev as: Keyboard Switch
[   811.027] (II) event12 - sof-hda-dsp Headset Jack: device is a keyboard
[   811.027] (II) event12 - sof-hda-dsp Headset Jack: device removed
[   811.027] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input17/event12"
[   811.027] (II) XINPUT: Adding extended input device "sof-hda-dsp Headset Jack" (type: KEYBOARD, id 13)
[   811.027] (II) event12 - sof-hda-dsp Headset Jack: is tagged by udev as: Keyboard Switch
[   811.028] (II) event12 - sof-hda-dsp Headset Jack: device is a keyboard
[   811.028] (II) config/udev: Adding input device sof-hda-dsp Mic (/dev/input/event13)
[   811.028] (II) No input driver specified, ignoring this device.
[   811.028] (II) This device may have been added with another device file.
[   811.028] (II) config/udev: Adding input device sof-hda-dsp Headphone (/dev/input/event14)
[   811.028] (II) No input driver specified, ignoring this device.
[   811.028] (II) This device may have been added with another device file.
[   811.028] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=3 (/dev/input/event15)
[   811.028] (II) No input driver specified, ignoring this device.
[   811.028] (II) This device may have been added with another device file.
[   811.028] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=4 (/dev/input/event16)
[   811.028] (II) No input driver specified, ignoring this device.
[   811.028] (II) This device may have been added with another device file.
[   811.029] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=5 (/dev/input/event17)
[   811.029] (II) No input driver specified, ignoring this device.
[   811.029] (II) This device may have been added with another device file.
[   811.029] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[   811.029] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   811.029] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   811.029] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 28 paused 0
[   811.029] (**) AT Translated Set 2 keyboard: always reports core events
[   811.029] (**) Option "Device" "/dev/input/event3"
[   811.029] (**) Option "_source" "server/udev"
[   811.030] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   811.030] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   811.030] (II) event3  - AT Translated Set 2 keyboard: device removed
[   811.030] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[   811.030] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[   811.031] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   811.031] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   811.032] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/event7)
[   811.032] (**) TPPS/2 Elan TrackPoint: Applying InputClass "libinput pointer catchall"
[   811.032] (II) Using input driver 'libinput' for 'TPPS/2 Elan TrackPoint'
[   811.032] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 29 paused 0
[   811.032] (**) TPPS/2 Elan TrackPoint: always reports core events
[   811.032] (**) Option "Device" "/dev/input/event7"
[   811.032] (**) Option "_source" "server/udev"
[   811.033] (II) event7  - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[   811.033] (II) event7  - TPPS/2 Elan TrackPoint: device is a pointer
[   811.033] (II) event7  - TPPS/2 Elan TrackPoint: device removed
[   811.033] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event7"
[   811.033] (II) XINPUT: Adding extended input device "TPPS/2 Elan TrackPoint" (type: MOUSE, id 15)
[   811.033] (**) Option "AccelerationScheme" "none"
[   811.033] (**) TPPS/2 Elan TrackPoint: (accel) selected scheme none/0
[   811.033] (**) TPPS/2 Elan TrackPoint: (accel) acceleration factor: 2.000
[   811.033] (**) TPPS/2 Elan TrackPoint: (accel) acceleration threshold: 4
[   811.034] (II) event7  - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[   811.034] (II) event7  - TPPS/2 Elan TrackPoint: device is a pointer
[   811.035] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/mouse0)
[   811.035] (II) No input driver specified, ignoring this device.
[   811.035] (II) This device may have been added with another device file.
[   811.035] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[   811.035] (II) No input driver specified, ignoring this device.
[   811.035] (II) This device may have been added with another device file.
[   811.035] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event5)
[   811.035] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[   811.035] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[   811.036] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 30 paused 0
[   811.036] (**) ThinkPad Extra Buttons: always reports core events
[   811.036] (**) Option "Device" "/dev/input/event5"
[   811.036] (**) Option "_source" "server/udev"
[   811.036] (II) event5  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[   811.036] (II) event5  - ThinkPad Extra Buttons: device is a keyboard
[   811.037] (II) event5  - ThinkPad Extra Buttons: device removed
[   811.037] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input5/event5"
[   811.037] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 16)
[   811.037] (II) event5  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[   811.037] (II) event5  - ThinkPad Extra Buttons: device is a keyboard
[   811.066] (**) Option "fd" "18"
[   811.066] (II) event2  - Power Button: device removed
[   811.066] (**) Option "fd" "21"
[   811.066] (II) event6  - Video Bus: device removed
[   811.066] (**) Option "fd" "22"
[   811.066] (II) event0  - Sleep Button: device removed
[   811.066] (**) Option "fd" "23"
[   811.066] (II) event10 - Integrated Camera: Integrated C: device removed
[   811.066] (**) Option "fd" "24"
[   811.066] (II) event11 - Integrated Camera: Integrated I: device removed
[   811.066] (**) Option "fd" "25"
[   811.066] (II) event8  - SYNA8004:00 06CB:CD8B Mouse: device removed
[   811.066] (**) Option "fd" "26"
[   811.066] (II) event9  - SYNA8004:00 06CB:CD8B Touchpad: device removed
[   811.066] (**) Option "fd" "27"
[   811.066] (II) event12 - sof-hda-dsp Headset Jack: device removed
[   811.066] (**) Option "fd" "28"
[   811.066] (II) event3  - AT Translated Set 2 keyboard: device removed
[   811.066] (**) Option "fd" "29"
[   811.066] (II) event7  - TPPS/2 Elan TrackPoint: device removed
[   811.066] (**) Option "fd" "30"
[   811.066] (II) event5  - ThinkPad Extra Buttons: device removed
[   811.067] (II) UnloadModule: "libinput"
[   811.067] (II) systemd-logind: releasing fd for 13:69
[   811.103] (II) UnloadModule: "libinput"
[   811.103] (II) systemd-logind: releasing fd for 13:71
[   811.183] (II) UnloadModule: "libinput"
[   811.183] (II) systemd-logind: releasing fd for 13:67
[   811.210] (II) UnloadModule: "libinput"
[   811.210] (II) systemd-logind: releasing fd for 13:76
[   811.263] (II) UnloadModule: "libinput"
[   811.263] (II) systemd-logind: releasing fd for 13:73
[   811.316] (II) UnloadModule: "libinput"
[   811.316] (II) systemd-logind: releasing fd for 13:72
[   811.370] (II) UnloadModule: "libinput"
[   811.370] (II) systemd-logind: releasing fd for 13:75
[   811.423] (II) UnloadModule: "libinput"
[   811.423] (II) systemd-logind: releasing fd for 13:74
[   811.476] (II) UnloadModule: "libinput"
[   811.476] (II) systemd-logind: releasing fd for 13:64
[   811.503] (II) UnloadModule: "libinput"
[   811.503] (II) systemd-logind: releasing fd for 13:70
[   811.557] (II) UnloadModule: "libinput"
[   811.558] (II) systemd-logind: releasing fd for 13:66
[   811.628] (II) Server terminated successfully (0). Closing log file.

Last edited by 42mileslong (2020-03-23 09:32:35)

Offline

#2 2020-03-23 08:00:32

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,388

Re: Xorg/bspwm - Black screen until switch between tty

Please use [ code ] rather than [ quote ] tags for command outputs.

Your .xinitrc is insufficient for creating a proper session, see the blue note boxes in https://wiki.archlinux.org/index.php/Xinit#xinitrc

You might also want to post your dmesg, and maybe try just uninstalling xf86-video-intel it often has various issues on newer chipsets.

Offline

#3 2020-03-23 10:14:00

42mileslong
Member
Registered: 2020-03-23
Posts: 2

Re: Xorg/bspwm - Black screen until switch between tty

Thank you! Uninstalling `xf86-video-intel` and replacing the .xinitrc with the default with some changes worked!

Offline

Board footer

Powered by FluxBB