You are not logged in.
I'm setting up Arch on a new laptop, and I'm running into a strange problem in Xorg, where terminals I open and try to type on only show me what I've typed, and the output of their commands, if I force a change in the window size of the terminal.
I'm using bspwm, and I've tried this on kitty and alacritty. This also applies to a couple other programs, e.g. spotify, while not to others, such as firefox and thunar. I don't have a full list.
The last strange thing is that this doesn't occur when the only video driver installed is xf86-video-vesa.
The output of lspci -k | grep -A 2 -E "(VGA|3D)" is as follows. I'm slightly concerned that no kernel modules are apparently loaded for the intel card, but maybe that's normal?
0000:00:02.0 VGA compatible controller: Intel Corporation Alder Lake-P Integrated Graphics Controller (rev 0c)
DeviceName: Onboard - Video
Subsystem: Dell Device 0b28
--
0000:01:00.0 VGA compatible controller: NVIDIA Corporation GA103M [GeForce RTX 3080 Ti Laptop GPU] (rev a1)
Subsystem: Dell Device 0b28
Kernel modules: nouveau, nvidia_drm, nvidiaMore stranger is that xrandr --listproviders doesn't detect the nvidia drivers at all:
Providers: number : 1
Provider 0: id: 0x4b cap: 0xb, Source Output, Sink Output, Sink Offload crtcs: 5 outputs: 8 associated providers: 0 name:IntelBut something must be working graphics-wise, because I am getting stuff rendered on the screen.
Last edited by struggling_chinchilla (2022-09-08 16:47:52)
Offline
I'm slightly concerned that no kernel modules are apparently loaded for the intel card
grep -A 25
Also post your xorg log, https://wiki.archlinux.org/title/Xorg#General
I'm using bspwm
Also a compositor? Picom?
Offline
... this doesn't occur when the only video driver installed is xf86-video-vesa.
And which drivers are installed when it does occur? Are you trying to use the nvidia card, or just the intel? If the latter, you should most likely have no (Xorg) drivers installed at all. Xf86-video-intel is a source of countless problems.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Xorg log immediately after starting X server:
[ 13335.726]
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
[ 13335.734] Current Operating System: Linux crowbar 5.19.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Mon, 05 Sep 2022 18:09:09 +0000 x86_64
[ 13335.734] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=3a0f1213-8f5a-4c04-b634-760038a7028a rw loglevel=3 quiet
[ 13335.739]
[ 13335.742] Current version of pixman: 0.40.0
[ 13335.748] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 13335.748] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 13335.758] (==) Log file: "/home/username/.local/share/xorg/Xorg.0.log", Time: Thu Sep 8 17:29:16 2022
[ 13335.761] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 13335.761] (==) No Layout section. Using the first Screen section.
[ 13335.761] (==) No screen section available. Using defaults.
[ 13335.761] (**) |-->Screen "Default Screen Section" (0)
[ 13335.761] (**) | |-->Monitor "<default monitor>"
[ 13335.762] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 13335.762] (==) Automatically adding devices
[ 13335.762] (==) Automatically enabling devices
[ 13335.762] (==) Automatically adding GPU devices
[ 13335.762] (==) Automatically binding GPU devices
[ 13335.762] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 13335.762] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 13335.762] Entry deleted from font path.
[ 13335.762] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 13335.762] Entry deleted from font path.
[ 13335.762] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 13335.762] Entry deleted from font path.
[ 13335.762] (==) FontPath set to:
/usr/share/fonts/TTF,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 13335.762] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 13335.762] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 13335.762] (II) Module ABI versions:
[ 13335.762] X.Org ANSI C Emulation: 0.4
[ 13335.762] X.Org Video Driver: 25.2
[ 13335.762] X.Org XInput driver : 24.4
[ 13335.762] X.Org Server Extension : 10.0
[ 13335.762] (++) using VT number 1
[ 13335.763] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 13335.764] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 13335.764] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[ 13335.764] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[ 13335.765] (--) PCI:*(0@0:2:0) 8086:46a6:1028:0b28 rev 12, Mem @ 0x642e000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[ 13335.765] (--) PCI: (1@0:0:0) 10de:2460:1028:0b28 rev 161, Mem @ 0x91000000/16777216, 0x6000000000/17179869184, 0x6400000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[ 13335.765] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 13335.765] (II) LoadModule: "glx"
[ 13335.765] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 13335.766] (II) Module glx: vendor="X.Org Foundation"
[ 13335.766] compiled for 1.21.1.4, module version = 1.0.0
[ 13335.766] ABI class: X.Org Server Extension, version 10.0
[ 13335.766] (==) Matched intel as autoconfigured driver 0
[ 13335.766] (==) Matched modesetting as autoconfigured driver 1
[ 13335.766] (==) Matched fbdev as autoconfigured driver 2
[ 13335.766] (==) Matched vesa as autoconfigured driver 3
[ 13335.766] (==) Assigned the driver to the xf86ConfigLayout
[ 13335.766] (II) LoadModule: "intel"
[ 13335.766] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 13335.766] (II) Module intel: vendor="X.Org Foundation"
[ 13335.766] compiled for 1.21.1.1, module version = 2.99.917
[ 13335.766] Module class: X.Org Video Driver
[ 13335.766] ABI class: X.Org Video Driver, version 25.2
[ 13335.766] (II) LoadModule: "modesetting"
[ 13335.766] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 13335.766] (II) Module modesetting: vendor="X.Org Foundation"
[ 13335.766] compiled for 1.21.1.4, module version = 1.21.1
[ 13335.766] Module class: X.Org Video Driver
[ 13335.766] ABI class: X.Org Video Driver, version 25.2
[ 13335.766] (II) LoadModule: "fbdev"
[ 13335.766] (WW) Warning, couldn't open module fbdev
[ 13335.766] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 13335.766] (II) LoadModule: "vesa"
[ 13335.766] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 13335.766] (II) Module vesa: vendor="X.Org Foundation"
[ 13335.766] compiled for 1.21.1.3, module version = 2.5.0
[ 13335.766] Module class: X.Org Video Driver
[ 13335.766] ABI class: X.Org Video Driver, version 25.2
[ 13335.766] (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
[ 13335.766] (II) intel: Driver for Intel(R) HD Graphics
[ 13335.766] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[ 13335.766] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[ 13335.766] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 13335.766] (II) VESA: driver for VESA chipsets: vesa
[ 13335.766] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[ 13335.766] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20201103
[ 13335.766] (II) intel(0): SNA compiled from 2.99.917-916-g31486f40
[ 13335.766] (WW) Falling back to old probe method for modesetting
[ 13335.766] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 13335.767] (WW) intel(0): Unknown chipset
[ 13335.767] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 14 threads
[ 13335.767] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 13335.767] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 13335.767] (==) intel(0): RGB weight 888
[ 13335.767] (==) intel(0): Default visual is TrueColor
[ 13335.767] (II) intel(0): Output eDP1 has no monitor section
[ 13335.767] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[ 13335.767] (II) intel(0): Enabled output eDP1
[ 13335.767] (II) intel(0): Output DP1 has no monitor section
[ 13335.767] (II) intel(0): Enabled output DP1
[ 13335.767] (II) intel(0): Output HDMI1 has no monitor section
[ 13335.767] (II) intel(0): Enabled output HDMI1
[ 13335.767] (II) intel(0): Output DP2 has no monitor section
[ 13335.767] (II) intel(0): Enabled output DP2
[ 13335.767] (II) intel(0): Output HDMI2 has no monitor section
[ 13335.767] (II) intel(0): Enabled output HDMI2
[ 13335.767] (II) intel(0): Output DP3 has no monitor section
[ 13335.767] (II) intel(0): Enabled output DP3
[ 13335.767] (II) intel(0): Output HDMI3 has no monitor section
[ 13335.767] (II) intel(0): Enabled output HDMI3
[ 13335.767] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[ 13335.767] (II) intel(0): Output VIRTUAL1 has no monitor section
[ 13335.767] (II) intel(0): Enabled output VIRTUAL1
[ 13335.767] (--) intel(0): Output eDP1 using initial mode 3840x2160 on pipe 0
[ 13335.767] (==) intel(0): TearFree enabled
[ 13335.767] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[ 13335.767] (==) intel(0): DPI set to (96, 96)
[ 13335.767] (II) Loading sub module "dri3"
[ 13335.767] (II) LoadModule: "dri3"
[ 13335.767] (II) Module "dri3" already built-in
[ 13335.767] (II) Loading sub module "dri2"
[ 13335.767] (II) LoadModule: "dri2"
[ 13335.767] (II) Module "dri2" already built-in
[ 13335.767] (II) Loading sub module "present"
[ 13335.767] (II) LoadModule: "present"
[ 13335.767] (II) Module "present" already built-in
[ 13335.767] (II) UnloadModule: "modesetting"
[ 13335.767] (II) Unloading modesetting
[ 13335.768] (II) UnloadModule: "vesa"
[ 13335.768] (II) Unloading vesa
[ 13335.768] (II) intel(0): SNA initialized with generic backend
[ 13335.768] (==) intel(0): Backing store enabled
[ 13335.768] (==) intel(0): Silken mouse enabled
[ 13335.768] (II) intel(0): HW Cursor enabled
[ 13335.768] (==) intel(0): DPMS enabled
[ 13335.768] (==) intel(0): Display hotplug detection enabled
[ 13335.768] (II) intel(0): Textured video not supported on this hardware or backend
[ 13335.768] (II) intel(0): [DRI2] Setup complete
[ 13335.768] (II) intel(0): [DRI2] DRI driver: i965
[ 13335.768] (II) intel(0): [DRI2] VDPAU driver: va_gl
[ 13335.768] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[ 13335.768] (II) intel(0): hardware support for Present enabled
[ 13335.768] (II) Initializing extension Generic Event Extension
[ 13335.768] (II) Initializing extension SHAPE
[ 13335.768] (II) Initializing extension MIT-SHM
[ 13335.768] (II) Initializing extension XInputExtension
[ 13335.768] (II) Initializing extension XTEST
[ 13335.768] (II) Initializing extension BIG-REQUESTS
[ 13335.768] (II) Initializing extension SYNC
[ 13335.768] (II) Initializing extension XKEYBOARD
[ 13335.768] (II) Initializing extension XC-MISC
[ 13335.768] (II) Initializing extension SECURITY
[ 13335.768] (II) Initializing extension XFIXES
[ 13335.768] (II) Initializing extension RENDER
[ 13335.768] (II) Initializing extension RANDR
[ 13335.768] (II) Initializing extension COMPOSITE
[ 13335.768] (II) Initializing extension DAMAGE
[ 13335.768] (II) Initializing extension MIT-SCREEN-SAVER
[ 13335.768] (II) Initializing extension DOUBLE-BUFFER
[ 13335.769] (II) Initializing extension RECORD
[ 13335.769] (II) Initializing extension DPMS
[ 13335.769] (II) Initializing extension Present
[ 13335.769] (II) Initializing extension DRI3
[ 13335.769] (II) Initializing extension X-Resource
[ 13335.769] (II) Initializing extension XVideo
[ 13335.769] (II) Initializing extension XVideo-MotionCompensation
[ 13335.769] (II) Initializing extension GLX
[ 13335.769] (EE) AIGLX error: dlopen of /usr/lib/dri/i965_dri.so failed (/usr/lib/dri/i965_dri.so: cannot open shared object file: No such file or directory)
[ 13335.769] (EE) AIGLX error: unable to load driver i965
[ 13335.781] (II) IGLX: Loaded and initialized swrast
[ 13335.781] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 13335.781] (II) Initializing extension XFree86-VidModeExtension
[ 13335.781] (II) Initializing extension XFree86-DGA
[ 13335.781] (II) Initializing extension XFree86-DRI
[ 13335.781] (II) Initializing extension DRI2
[ 13335.789] (EE) intel(0): Failed to submit rendering commands (Invalid argument), disabling acceleration.
[ 13335.789] (II) intel(0): switch to mode 3840x2160@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 13335.800] (II) intel(0): Setting screen physical size to 1016 x 571
[ 13335.832] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[ 13335.832] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 13335.832] (II) LoadModule: "libinput"
[ 13335.832] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 13335.833] (II) Module libinput: vendor="X.Org Foundation"
[ 13335.833] compiled for 1.21.1.3, module version = 1.2.1
[ 13335.833] Module class: X.Org XInput Driver
[ 13335.833] ABI class: X.Org XInput driver, version 24.4
[ 13335.833] (II) Using input driver 'libinput' for 'Video Bus'
[ 13335.834] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 23 paused 0
[ 13335.834] (**) Video Bus: always reports core events
[ 13335.834] (**) Option "Device" "/dev/input/event11"
[ 13335.834] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[ 13335.834] (II) event11 - Video Bus: device is a keyboard
[ 13335.834] (II) event11 - Video Bus: device removed
[ 13335.834] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input13/event11"
[ 13335.834] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[ 13335.835] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[ 13335.835] (II) event11 - Video Bus: device is a keyboard
[ 13335.835] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[ 13335.835] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 13335.835] (II) Using input driver 'libinput' for 'Video Bus'
[ 13335.836] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 26 paused 0
[ 13335.836] (**) Video Bus: always reports core events
[ 13335.836] (**) Option "Device" "/dev/input/event10"
[ 13335.836] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[ 13335.836] (II) event10 - Video Bus: device is a keyboard
[ 13335.836] (II) event10 - Video Bus: device removed
[ 13335.836] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input12/event10"
[ 13335.836] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 13335.836] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[ 13335.836] (II) event10 - Video Bus: device is a keyboard
[ 13335.837] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 13335.837] (II) No input driver specified, ignoring this device.
[ 13335.837] (II) This device may have been added with another device file.
[ 13335.837] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 13335.837] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 13335.837] (II) Using input driver 'libinput' for 'Power Button'
[ 13335.837] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 27 paused 0
[ 13335.837] (**) Power Button: always reports core events
[ 13335.837] (**) Option "Device" "/dev/input/event1"
[ 13335.837] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 13335.838] (II) event1 - Power Button: device is a keyboard
[ 13335.838] (II) event1 - Power Button: device removed
[ 13335.838] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 13335.838] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 13335.838] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 13335.838] (II) event1 - Power Button: device is a keyboard
[ 13335.838] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event8)
[ 13335.838] (II) No input driver specified, ignoring this device.
[ 13335.838] (II) This device may have been added with another device file.
[ 13335.838] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event9)
[ 13335.838] (II) No input driver specified, ignoring this device.
[ 13335.838] (II) This device may have been added with another device file.
[ 13335.838] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event4)
[ 13335.838] (II) No input driver specified, ignoring this device.
[ 13335.838] (II) This device may have been added with another device file.
[ 13335.838] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event5)
[ 13335.838] (II) No input driver specified, ignoring this device.
[ 13335.838] (II) This device may have been added with another device file.
[ 13335.838] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event6)
[ 13335.838] (II) No input driver specified, ignoring this device.
[ 13335.838] (II) This device may have been added with another device file.
[ 13335.838] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event7)
[ 13335.838] (II) No input driver specified, ignoring this device.
[ 13335.838] (II) This device may have been added with another device file.
[ 13335.839] (II) config/udev: Adding input device Integrated_Webcam_HD: Integrate (/dev/input/event16)
[ 13335.839] (**) Integrated_Webcam_HD: Integrate: Applying InputClass "libinput keyboard catchall"
[ 13335.839] (II) Using input driver 'libinput' for 'Integrated_Webcam_HD: Integrate'
[ 13335.839] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 28 paused 0
[ 13335.839] (**) Integrated_Webcam_HD: Integrate: always reports core events
[ 13335.839] (**) Option "Device" "/dev/input/event16"
[ 13335.840] (II) event16 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[ 13335.840] (II) event16 - Integrated_Webcam_HD: Integrate: device is a keyboard
[ 13335.840] (II) event16 - Integrated_Webcam_HD: Integrate: device removed
[ 13335.840] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/input/input19/event16"
[ 13335.840] (II) XINPUT: Adding extended input device "Integrated_Webcam_HD: Integrate" (type: KEYBOARD, id 9)
[ 13335.840] (II) event16 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[ 13335.840] (II) event16 - Integrated_Webcam_HD: Integrate: device is a keyboard
[ 13335.840] (II) config/udev: Adding input device Integrated_Webcam_HD: Integrate (/dev/input/event17)
[ 13335.840] (**) Integrated_Webcam_HD: Integrate: Applying InputClass "libinput keyboard catchall"
[ 13335.840] (II) Using input driver 'libinput' for 'Integrated_Webcam_HD: Integrate'
[ 13335.841] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 29 paused 0
[ 13335.841] (**) Integrated_Webcam_HD: Integrate: always reports core events
[ 13335.841] (**) Option "Device" "/dev/input/event17"
[ 13335.841] (II) event17 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[ 13335.841] (II) event17 - Integrated_Webcam_HD: Integrate: device is a keyboard
[ 13335.841] (II) event17 - Integrated_Webcam_HD: Integrate: device removed
[ 13335.841] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.2/input/input20/event17"
[ 13335.841] (II) XINPUT: Adding extended input device "Integrated_Webcam_HD: Integrate" (type: KEYBOARD, id 10)
[ 13335.842] (II) event17 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[ 13335.842] (II) event17 - Integrated_Webcam_HD: Integrate: device is a keyboard
[ 13335.842] (II) config/udev: Adding input device DELL Technologies Keyboard (/dev/input/event3)
[ 13335.842] (**) DELL Technologies Keyboard: Applying InputClass "libinput keyboard catchall"
[ 13335.842] (II) Using input driver 'libinput' for 'DELL Technologies Keyboard'
[ 13335.842] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 30 paused 0
[ 13335.842] (**) DELL Technologies Keyboard: always reports core events
[ 13335.842] (**) Option "Device" "/dev/input/event3"
[ 13335.843] (II) event3 - DELL Technologies Keyboard: is tagged by udev as: Keyboard
[ 13335.843] (II) event3 - DELL Technologies Keyboard: device is a keyboard
[ 13335.843] (II) event3 - DELL Technologies Keyboard: device removed
[ 13335.843] (II) libinput: DELL Technologies Keyboard: needs a virtual subdevice
[ 13335.843] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.0/0003:0D62:CABC.0002/input/input5/event3"
[ 13335.843] (II) XINPUT: Adding extended input device "DELL Technologies Keyboard" (type: MOUSE, id 11)
[ 13335.843] (**) Option "AccelerationScheme" "none"
[ 13335.843] (**) DELL Technologies Keyboard: (accel) selected scheme none/0
[ 13335.843] (**) DELL Technologies Keyboard: (accel) acceleration factor: 2.000
[ 13335.843] (**) DELL Technologies Keyboard: (accel) acceleration threshold: 4
[ 13335.843] (II) event3 - DELL Technologies Keyboard: is tagged by udev as: Keyboard
[ 13335.843] (II) event3 - DELL Technologies Keyboard: device is a keyboard
[ 13335.844] (II) config/udev: Adding input device DELL0B28:00 06CB:CE61 Mouse (/dev/input/event14)
[ 13335.844] (**) DELL0B28:00 06CB:CE61 Mouse: Applying InputClass "libinput pointer catchall"
[ 13335.844] (II) Using input driver 'libinput' for 'DELL0B28:00 06CB:CE61 Mouse'
[ 13335.844] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 31 paused 0
[ 13335.844] (**) DELL0B28:00 06CB:CE61 Mouse: always reports core events
[ 13335.844] (**) Option "Device" "/dev/input/event14"
[ 13335.844] (II) event14 - DELL0B28:00 06CB:CE61 Mouse: is tagged by udev as: Mouse Pointingstick
[ 13335.844] (II) event14 - DELL0B28:00 06CB:CE61 Mouse: device is a pointer
[ 13335.845] (II) event14 - DELL0B28:00 06CB:CE61 Mouse: device removed
[ 13335.845] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.1/i2c-0/i2c-DELL0B28:00/0018:06CB:CE61.0003/input/input23/event14"
[ 13335.845] (II) XINPUT: Adding extended input device "DELL0B28:00 06CB:CE61 Mouse" (type: MOUSE, id 12)
[ 13335.845] (**) Option "AccelerationScheme" "none"
[ 13335.845] (**) DELL0B28:00 06CB:CE61 Mouse: (accel) selected scheme none/0
[ 13335.845] (**) DELL0B28:00 06CB:CE61 Mouse: (accel) acceleration factor: 2.000
[ 13335.845] (**) DELL0B28:00 06CB:CE61 Mouse: (accel) acceleration threshold: 4
[ 13335.845] (II) event14 - DELL0B28:00 06CB:CE61 Mouse: is tagged by udev as: Mouse Pointingstick
[ 13335.845] (II) event14 - DELL0B28:00 06CB:CE61 Mouse: device is a pointer
[ 13335.846] (II) config/udev: Adding input device DELL0B28:00 06CB:CE61 Mouse (/dev/input/mouse0)
[ 13335.846] (II) No input driver specified, ignoring this device.
[ 13335.846] (II) This device may have been added with another device file.
[ 13335.846] (II) config/udev: Adding input device DELL0B28:00 06CB:CE61 Touchpad (/dev/input/event15)
[ 13335.846] (**) DELL0B28:00 06CB:CE61 Touchpad: Applying InputClass "libinput touchpad catchall"
[ 13335.846] (II) Using input driver 'libinput' for 'DELL0B28:00 06CB:CE61 Touchpad'
[ 13335.846] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 32 paused 0
[ 13335.846] (**) DELL0B28:00 06CB:CE61 Touchpad: always reports core events
[ 13335.846] (**) Option "Device" "/dev/input/event15"
[ 13335.846] (II) event15 - DELL0B28:00 06CB:CE61 Touchpad: is tagged by udev as: Touchpad
[ 13335.847] (II) event15 - DELL0B28:00 06CB:CE61 Touchpad: device is a touchpad
[ 13335.847] (II) event15 - DELL0B28:00 06CB:CE61 Touchpad: device removed
[ 13335.847] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.1/i2c-0/i2c-DELL0B28:00/0018:06CB:CE61.0003/input/input24/event15"
[ 13335.847] (II) XINPUT: Adding extended input device "DELL0B28:00 06CB:CE61 Touchpad" (type: TOUCHPAD, id 13)
[ 13335.848] (**) Option "AccelerationScheme" "none"
[ 13335.848] (**) DELL0B28:00 06CB:CE61 Touchpad: (accel) selected scheme none/0
[ 13335.848] (**) DELL0B28:00 06CB:CE61 Touchpad: (accel) acceleration factor: 2.000
[ 13335.848] (**) DELL0B28:00 06CB:CE61 Touchpad: (accel) acceleration threshold: 4
[ 13335.848] (II) event15 - DELL0B28:00 06CB:CE61 Touchpad: is tagged by udev as: Touchpad
[ 13335.848] (II) event15 - DELL0B28:00 06CB:CE61 Touchpad: device is a touchpad
[ 13335.849] (II) config/udev: Adding input device DELL0B28:00 06CB:CE61 Touchpad (/dev/input/mouse1)
[ 13335.849] (II) No input driver specified, ignoring this device.
[ 13335.849] (II) This device may have been added with another device file.
[ 13335.849] (II) config/udev: Adding input device Intel HID events (/dev/input/event12)
[ 13335.849] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[ 13335.849] (II) Using input driver 'libinput' for 'Intel HID events'
[ 13335.849] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 33 paused 0
[ 13335.849] (**) Intel HID events: always reports core events
[ 13335.849] (**) Option "Device" "/dev/input/event12"
[ 13335.849] (II) event12 - Intel HID events: is tagged by udev as: Keyboard
[ 13335.849] (II) event12 - Intel HID events: device is a keyboard
[ 13335.849] (II) event12 - Intel HID events: device removed
[ 13335.849] (**) Option "config_info" "udev:/sys/devices/platform/INTC1070:00/input/input14/event12"
[ 13335.849] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 14)
[ 13335.850] (II) event12 - Intel HID events: is tagged by udev as: Keyboard
[ 13335.850] (II) event12 - Intel HID events: device is a keyboard
[ 13335.850] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event13)
[ 13335.850] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[ 13335.850] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[ 13335.851] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 34 paused 0
[ 13335.851] (**) Intel HID 5 button array: always reports core events
[ 13335.851] (**) Option "Device" "/dev/input/event13"
[ 13335.851] (II) event13 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 13335.851] (II) event13 - Intel HID 5 button array: device is a keyboard
[ 13335.851] (II) event13 - Intel HID 5 button array: device removed
[ 13335.851] (**) Option "config_info" "udev:/sys/devices/platform/INTC1070:00/input/input15/event13"
[ 13335.851] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 15)
[ 13335.851] (II) event13 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 13335.851] (II) event13 - Intel HID 5 button array: device is a keyboard
[ 13335.851] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[ 13335.851] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 13335.851] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 13335.852] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 35 paused 0
[ 13335.852] (**) AT Translated Set 2 keyboard: always reports core events
[ 13335.852] (**) Option "Device" "/dev/input/event2"
[ 13335.852] (II) event2 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 13335.852] (II) event2 - AT Translated Set 2 keyboard: device is a keyboard
[ 13335.852] (II) event2 - AT Translated Set 2 keyboard: device removed
[ 13335.852] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[ 13335.852] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 16)
[ 13335.853] (II) event2 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 13335.853] (II) event2 - AT Translated Set 2 keyboard: device is a keyboard
[ 13335.853] (II) config/udev: Adding input device PC Speaker (/dev/input/event18)
[ 13335.853] (II) No input driver specified, ignoring this device.
[ 13335.853] (II) This device may have been added with another device file.
[ 13335.883] (**) DELL Technologies Keyboard: Applying InputClass "libinput keyboard catchall"
[ 13335.883] (II) Using input driver 'libinput' for 'DELL Technologies Keyboard'
[ 13335.883] (II) systemd-logind: returning pre-existing fd for /dev/input/event3 13:67
[ 13335.883] (**) DELL Technologies Keyboard: always reports core events
[ 13335.883] (**) Option "Device" "/dev/input/event3"
[ 13335.884] (II) libinput: DELL Technologies Keyboard: is a virtual subdevice
[ 13335.884] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.0/0003:0D62:CABC.0002/input/input5/event3"
[ 13335.884] (II) XINPUT: Adding extended input device "DELL Technologies Keyboard" (type: KEYBOARD, id 17)
[ 13336.098] (II) intel(0): EDID vendor "AUO", prod id 58779
[ 13336.098] (II) intel(0): Using EDID range info for horizontal sync
[ 13336.098] (II) intel(0): Using EDID range info for vertical refresh
[ 13336.098] (II) intel(0): Printing DDC gathered Modelines:
[ 13336.098] (II) intel(0): Modeline "3840x2160"x0.0 557.00 3840 3888 3920 4000 2160 2163 2168 2320 +hsync -vsync (139.2 kHz eP)
[ 13348.636] (EE) event15 - DELL0B28:00 06CB:CE61 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.21.0/touchpad-jumping-cursors.html for details
[ 13348.636] (EE) event15 - DELL0B28:00 06CB:CE61 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.21.0/touchpad-jumping-cursors.html for details
[ 13348.677] (EE) event15 - DELL0B28:00 06CB:CE61 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.21.0/touchpad-jumping-cursors.html for details
[ 13348.949] (EE) event15 - DELL0B28:00 06CB:CE61 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.21.0/touchpad-jumping-cursors.html for details
[ 13348.969] (EE) event15 - DELL0B28:00 06CB:CE61 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.21.0/touchpad-jumping-cursors.html for details
[ 13348.969] (EE) event15 - DELL0B28:00 06CB:CE61 Touchpad: WARNING: log rate limit exceeded (5 msgs per 24h). Discarding future messages.
[ 13369.449] (EE) event3 - DELL Technologies Keyboard: client bug: event processing lagging behind by 25ms, your system is too slow
[ 13376.613] (EE) event3 - DELL Technologies Keyboard: client bug: event processing lagging behind by 32ms, your system is too slowI am not currently using a compositor, but installing and runnning picom has no effect.
Yes, lspci -k | grep -A 5 -E "(VGA|3D)" does show a kernel module in use for intel, thank you for clearing up my confusion there;
0000:00:02.0 VGA compatible controller: Intel Corporation Alder Lake-P Integrated Graphics Controller (rev 0c)
DeviceName: Onboard - Video
Subsystem: Dell Device 0b28
Kernel driver in use: i915
Kernel modules: i915
0000:00:04.0 Signal processing controller: Intel Corporation Alder Lake Innovation Platform Framework Processor Participant (rev 02)
--
0000:01:00.0 VGA compatible controller: NVIDIA Corporation GA103M [GeForce RTX 3080 Ti Laptop GPU] (rev a1)
Subsystem: Dell Device 0b28
Kernel modules: nouveau, nvidia_drm, nvidia
0000:01:00.1 Audio device: NVIDIA Corporation Device 2288 (rev a1)
Subsystem: NVIDIA Corporation Device 0000
Kernel driver in use: snd_hda_intelAnd which drivers are installed when it does occur?
This occurs when xf86-video-intel is installed. If that is removed but (any) nvidia drivers are left, the laptop freezes as soon as I run startx.
Are you trying to use the nvidia card or intel?
I would like to set this laptop up with PRIME render offload, but that's a bit hard to do when I can't see what I type in terminals, so currently I just want to get the intel driver to work.
Last edited by struggling_chinchilla (2022-09-08 15:41:55)
Offline
[ 13335.767] (WW) intel(0): Unknown chipset
…
[ 13335.789] (EE) intel(0): Failed to submit rendering commands (Invalid argument), disabling acceleration.I would like to set this laptop up with PRIME render offload
Get rid of all xf86-video-* packages, optimus-manager (I assume that's the reason why the nvidia module isn't loaded?), enable https://wiki.archlinux.org/title/Kernel … _KMS_start for i915 try to "startx" and post an updated xorg log.
If startx fails w/ this config, you can use the tip in the 1st link below to feed the xorg log into a pastebin service.
Also make sure to have visited https://wiki.archlinux.org/title/NVIDIA_Optimus and https://wiki.archlinux.org/title/PRIME
Last edited by seth (2022-09-08 15:52:57)
Offline
optimus-manager isn't installed, as I am trying to get at least one card to work on its own before setting it up.
Doing as you suggested, startx completely freezes the laptop, and I have to force a shutdown. Here is the xorg log:
[ 28.981]
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
[ 28.991] Current Operating System: Linux crowbar 5.19.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Mon, 05 Sep 2022 18:09:09 +0000 x86_64
[ 28.991] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=3a0f1213-8f5a-4c04-b634-760038a7028a rw loglevel=3 quiet
[ 28.997]
[ 29.000] Current version of pixman: 0.40.0
[ 29.005] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 29.005] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 29.017] (==) Log file: "/home/username/.local/share/xorg/Xorg.0.log", Time: Thu Sep 8 18:05:14 2022
[ 29.041] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 29.044] (==) No Layout section. Using the first Screen section.
[ 29.044] (==) No screen section available. Using defaults.
[ 29.044] (**) |-->Screen "Default Screen Section" (0)
[ 29.044] (**) | |-->Monitor "<default monitor>"
[ 29.044] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 29.044] (==) Automatically adding devices
[ 29.044] (==) Automatically enabling devices
[ 29.044] (==) Automatically adding GPU devices
[ 29.044] (==) Automatically binding GPU devices
[ 29.044] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 29.049] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 29.050] Entry deleted from font path.
[ 29.053] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 29.053] Entry deleted from font path.
[ 29.053] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 29.053] Entry deleted from font path.
[ 29.062] (==) FontPath set to:
/usr/share/fonts/TTF,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 29.062] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 29.062] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 29.062] (II) Module ABI versions:
[ 29.062] X.Org ANSI C Emulation: 0.4
[ 29.062] X.Org Video Driver: 25.2
[ 29.062] X.Org XInput driver : 24.4
[ 29.062] X.Org Server Extension : 10.0
[ 29.063] (++) using VT number 1
[ 29.064] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 29.065] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 29.065] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[ 29.065] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[ 29.067] (--) PCI:*(0@0:2:0) 8086:46a6:1028:0b28 rev 12, Mem @ 0x642e000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[ 29.067] (--) PCI: (1@0:0:0) 10de:2460:1028:0b28 rev 161, Mem @ 0x91000000/16777216, 0x6000000000/17179869184, 0x6400000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[ 29.067] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 29.067] (II) LoadModule: "glx"
[ 29.071] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 29.096] (II) Module glx: vendor="X.Org Foundation"
[ 29.096] compiled for 1.21.1.4, module version = 1.0.0
[ 29.096] ABI class: X.Org Server Extension, version 10.0
[ 29.096] (==) Matched intel as autoconfigured driver 0
[ 29.096] (==) Matched modesetting as autoconfigured driver 1
[ 29.096] (==) Matched fbdev as autoconfigured driver 2
[ 29.096] (==) Matched vesa as autoconfigured driver 3
[ 29.096] (==) Assigned the driver to the xf86ConfigLayout
[ 29.096] (II) LoadModule: "intel"
[ 29.096] (WW) Warning, couldn't open module intel
[ 29.096] (EE) Failed to load module "intel" (module does not exist, 0)
[ 29.096] (II) LoadModule: "modesetting"
[ 29.096] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 29.104] (II) Module modesetting: vendor="X.Org Foundation"
[ 29.104] compiled for 1.21.1.4, module version = 1.21.1
[ 29.104] Module class: X.Org Video Driver
[ 29.104] ABI class: X.Org Video Driver, version 25.2
[ 29.105] (II) LoadModule: "fbdev"
[ 29.105] (WW) Warning, couldn't open module fbdev
[ 29.105] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 29.105] (II) LoadModule: "vesa"
[ 29.105] (WW) Warning, couldn't open module vesa
[ 29.105] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 29.105] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 29.105] (II) modeset(0): using drv /dev/dri/card0
[ 29.105] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 29.105] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 29.105] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 29.105] (==) modeset(0): RGB weight 888
[ 29.105] (==) modeset(0): Default visual is TrueColor
[ 29.105] (II) Loading sub module "glamoregl"
[ 29.105] (II) LoadModule: "glamoregl"
[ 29.105] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 29.121] (II) Module glamoregl: vendor="X.Org Foundation"
[ 29.121] compiled for 1.21.1.4, module version = 1.0.1
[ 29.121] ABI class: X.Org ANSI C Emulation, version 0.4Offline
Nvidia is likely not loaded because of ibt, add ibt=off to your kernel parameters and retry.
Offline
Right, yes, of course. Doing so, startx works, though it feels like opening new windows is a bit slower than before unless I start picom, which is odd. Here is the xorg log now:
[ 107.487]
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
[ 107.497] Current Operating System: Linux crowbar 5.19.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Mon, 05 Sep 2022 18:09:09 +0000 x86_64
[ 107.497] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=3a0f1213-8f5a-4c04-b634-760038a7028a rw loglevel=3 quiet
[ 107.502]
[ 107.504] Current version of pixman: 0.40.0
[ 107.510] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 107.510] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 107.519] (==) Log file: "/home/username/.local/share/xorg/Xorg.0.log", Time: Thu Sep 8 18:07:41 2022
[ 107.540] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 107.544] (==) No Layout section. Using the first Screen section.
[ 107.544] (==) No screen section available. Using defaults.
[ 107.544] (**) |-->Screen "Default Screen Section" (0)
[ 107.544] (**) | |-->Monitor "<default monitor>"
[ 107.544] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 107.544] (==) Automatically adding devices
[ 107.544] (==) Automatically enabling devices
[ 107.544] (==) Automatically adding GPU devices
[ 107.544] (==) Automatically binding GPU devices
[ 107.544] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 107.550] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 107.550] Entry deleted from font path.
[ 107.554] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 107.554] Entry deleted from font path.
[ 107.554] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 107.554] Entry deleted from font path.
[ 107.563] (==) FontPath set to:
/usr/share/fonts/TTF,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 107.563] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 107.563] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 107.563] (II) Module ABI versions:
[ 107.563] X.Org ANSI C Emulation: 0.4
[ 107.563] X.Org Video Driver: 25.2
[ 107.563] X.Org XInput driver : 24.4
[ 107.563] X.Org Server Extension : 10.0
[ 107.564] (++) using VT number 1
[ 107.567] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 107.569] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 107.569] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[ 107.570] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[ 107.573] (--) PCI:*(0@0:2:0) 8086:46a6:1028:0b28 rev 12, Mem @ 0x642e000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[ 107.573] (--) PCI: (1@0:0:0) 10de:2460:1028:0b28 rev 161, Mem @ 0x91000000/16777216, 0x6000000000/17179869184, 0x6400000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[ 107.573] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 107.573] (II) LoadModule: "glx"
[ 107.575] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 107.601] (II) Module glx: vendor="X.Org Foundation"
[ 107.601] compiled for 1.21.1.4, module version = 1.0.0
[ 107.601] ABI class: X.Org Server Extension, version 10.0
[ 107.601] (==) Matched intel as autoconfigured driver 0
[ 107.601] (==) Matched modesetting as autoconfigured driver 1
[ 107.601] (==) Matched fbdev as autoconfigured driver 2
[ 107.601] (==) Matched vesa as autoconfigured driver 3
[ 107.601] (==) Assigned the driver to the xf86ConfigLayout
[ 107.601] (II) LoadModule: "intel"
[ 107.601] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 107.605] (II) Module intel: vendor="X.Org Foundation"
[ 107.605] compiled for 1.21.1.1, module version = 2.99.917
[ 107.605] Module class: X.Org Video Driver
[ 107.605] ABI class: X.Org Video Driver, version 25.2
[ 107.605] (II) LoadModule: "modesetting"
[ 107.605] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 107.613] (II) Module modesetting: vendor="X.Org Foundation"
[ 107.613] compiled for 1.21.1.4, module version = 1.21.1
[ 107.613] Module class: X.Org Video Driver
[ 107.613] ABI class: X.Org Video Driver, version 25.2
[ 107.613] (II) LoadModule: "fbdev"
[ 107.613] (WW) Warning, couldn't open module fbdev
[ 107.613] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 107.613] (II) LoadModule: "vesa"
[ 107.613] (WW) Warning, couldn't open module vesa
[ 107.613] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 107.613] (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
[ 107.614] (II) intel: Driver for Intel(R) HD Graphics
[ 107.614] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[ 107.614] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[ 107.614] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 107.614] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[ 107.614] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20201103
[ 107.614] (II) intel(0): SNA compiled from 2.99.917-916-g31486f40
[ 107.615] (WW) Falling back to old probe method for modesetting
[ 107.615] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 107.616] (WW) intel(0): Unknown chipset
[ 107.616] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 14 threads
[ 107.616] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 107.616] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 107.616] (==) intel(0): RGB weight 888
[ 107.616] (==) intel(0): Default visual is TrueColor
[ 107.617] (II) intel(0): Output eDP1 has no monitor section
[ 107.617] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[ 107.618] (II) intel(0): Enabled output eDP1
[ 107.618] (II) intel(0): Output DP1 has no monitor section
[ 107.618] (II) intel(0): Enabled output DP1
[ 107.618] (II) intel(0): Output HDMI1 has no monitor section
[ 107.618] (II) intel(0): Enabled output HDMI1
[ 107.618] (II) intel(0): Output DP2 has no monitor section
[ 107.618] (II) intel(0): Enabled output DP2
[ 107.618] (II) intel(0): Output HDMI2 has no monitor section
[ 107.618] (II) intel(0): Enabled output HDMI2
[ 107.618] (II) intel(0): Output DP3 has no monitor section
[ 107.618] (II) intel(0): Enabled output DP3
[ 107.618] (II) intel(0): Output HDMI3 has no monitor section
[ 107.618] (II) intel(0): Enabled output HDMI3
[ 107.618] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[ 107.619] (II) intel(0): Output VIRTUAL1 has no monitor section
[ 107.619] (II) intel(0): Enabled output VIRTUAL1
[ 107.619] (--) intel(0): Output eDP1 using initial mode 3840x2160 on pipe 0
[ 107.619] (==) intel(0): TearFree enabled
[ 107.619] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[ 107.619] (==) intel(0): DPI set to (96, 96)
[ 107.619] (II) Loading sub module "dri3"
[ 107.619] (II) LoadModule: "dri3"
[ 107.619] (II) Module "dri3" already built-in
[ 107.619] (II) Loading sub module "dri2"
[ 107.619] (II) LoadModule: "dri2"
[ 107.619] (II) Module "dri2" already built-in
[ 107.619] (II) Loading sub module "present"
[ 107.619] (II) LoadModule: "present"
[ 107.619] (II) Module "present" already built-in
[ 107.619] (II) UnloadModule: "modesetting"
[ 107.619] (II) Unloading modesetting
[ 107.623] (II) intel(0): SNA initialized with generic backend
[ 107.623] (==) intel(0): Backing store enabled
[ 107.623] (==) intel(0): Silken mouse enabled
[ 107.623] (II) intel(0): HW Cursor enabled
[ 107.625] (==) intel(0): DPMS enabled
[ 107.625] (==) intel(0): Display hotplug detection enabled
[ 107.627] (II) intel(0): Textured video not supported on this hardware or backend
[ 107.627] (II) intel(0): [DRI2] Setup complete
[ 107.627] (II) intel(0): [DRI2] DRI driver: i965
[ 107.627] (II) intel(0): [DRI2] VDPAU driver: va_gl
[ 107.627] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[ 107.627] (II) intel(0): hardware support for Present enabled
[ 107.627] (II) Initializing extension Generic Event Extension
[ 107.627] (II) Initializing extension SHAPE
[ 107.627] (II) Initializing extension MIT-SHM
[ 107.627] (II) Initializing extension XInputExtension
[ 107.629] (II) Initializing extension XTEST
[ 107.629] (II) Initializing extension BIG-REQUESTS
[ 107.629] (II) Initializing extension SYNC
[ 107.629] (II) Initializing extension XKEYBOARD
[ 107.629] (II) Initializing extension XC-MISC
[ 107.630] (II) Initializing extension SECURITY
[ 107.630] (II) Initializing extension XFIXES
[ 107.630] (II) Initializing extension RENDER
[ 107.630] (II) Initializing extension RANDR
[ 107.630] (II) Initializing extension COMPOSITE
[ 107.631] (II) Initializing extension DAMAGE
[ 107.631] (II) Initializing extension MIT-SCREEN-SAVER
[ 107.631] (II) Initializing extension DOUBLE-BUFFER
[ 107.631] (II) Initializing extension RECORD
[ 107.631] (II) Initializing extension DPMS
[ 107.631] (II) Initializing extension Present
[ 107.632] (II) Initializing extension DRI3
[ 107.632] (II) Initializing extension X-Resource
[ 107.632] (II) Initializing extension XVideo
[ 107.632] (II) Initializing extension XVideo-MotionCompensation
[ 107.632] (II) Initializing extension GLX
[ 107.634] (EE) AIGLX error: dlopen of /usr/lib/dri/i965_dri.so failed (/usr/lib/dri/i965_dri.so: cannot open shared object file: No such file or directory)
[ 107.634] (EE) AIGLX error: unable to load driver i965
[ 108.535] (II) IGLX: Loaded and initialized swrast
[ 108.535] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 108.535] (II) Initializing extension XFree86-VidModeExtension
[ 108.535] (II) Initializing extension XFree86-DGA
[ 108.538] (II) Initializing extension XFree86-DRI
[ 108.538] (II) Initializing extension DRI2
[ 108.548] (EE) intel(0): Failed to submit rendering commands (Invalid argument), disabling acceleration.
[ 108.548] (II) intel(0): switch to mode 3840x2160@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 108.559] (II) intel(0): Setting screen physical size to 1016 x 571
[ 108.750] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[ 108.750] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 108.750] (II) LoadModule: "libinput"
[ 108.750] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 108.814] (II) Module libinput: vendor="X.Org Foundation"
[ 108.814] compiled for 1.21.1.3, module version = 1.2.1
[ 108.814] Module class: X.Org XInput Driver
[ 108.814] ABI class: X.Org XInput driver, version 24.4
[ 108.814] (II) Using input driver 'libinput' for 'Video Bus'
[ 108.815] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 23 paused 0
[ 108.815] (**) Video Bus: always reports core events
[ 108.815] (**) Option "Device" "/dev/input/event7"
[ 108.960] (II) event7 - Video Bus: is tagged by udev as: Keyboard
[ 108.961] (II) event7 - Video Bus: device is a keyboard
[ 108.961] (II) event7 - Video Bus: device removed
[ 108.961] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input15/event7"
[ 108.961] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[ 108.962] (II) event7 - Video Bus: is tagged by udev as: Keyboard
[ 108.962] (II) event7 - Video Bus: device is a keyboard
[ 108.963] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[ 108.963] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 108.963] (II) Using input driver 'libinput' for 'Video Bus'
[ 108.964] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 26 paused 0
[ 108.964] (**) Video Bus: always reports core events
[ 108.964] (**) Option "Device" "/dev/input/event6"
[ 108.966] (II) event6 - Video Bus: is tagged by udev as: Keyboard
[ 108.966] (II) event6 - Video Bus: device is a keyboard
[ 108.966] (II) event6 - Video Bus: device removed
[ 108.966] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input14/event6"
[ 108.966] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 108.967] (II) event6 - Video Bus: is tagged by udev as: Keyboard
[ 108.967] (II) event6 - Video Bus: device is a keyboard
[ 108.968] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 108.968] (II) No input driver specified, ignoring this device.
[ 108.968] (II) This device may have been added with another device file.
[ 108.968] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 108.968] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 108.968] (II) Using input driver 'libinput' for 'Power Button'
[ 108.969] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 27 paused 0
[ 108.969] (**) Power Button: always reports core events
[ 108.969] (**) Option "Device" "/dev/input/event1"
[ 108.969] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 108.969] (II) event1 - Power Button: device is a keyboard
[ 108.969] (II) event1 - Power Button: device removed
[ 108.970] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 108.970] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 108.970] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 108.970] (II) event1 - Power Button: device is a keyboard
[ 108.971] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event12)
[ 108.971] (II) No input driver specified, ignoring this device.
[ 108.971] (II) This device may have been added with another device file.
[ 108.971] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event13)
[ 108.971] (II) No input driver specified, ignoring this device.
[ 108.971] (II) This device may have been added with another device file.
[ 108.971] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event14)
[ 108.971] (II) No input driver specified, ignoring this device.
[ 108.971] (II) This device may have been added with another device file.
[ 108.971] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event15)
[ 108.971] (II) No input driver specified, ignoring this device.
[ 108.971] (II) This device may have been added with another device file.
[ 108.972] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event10)
[ 108.972] (II) No input driver specified, ignoring this device.
[ 108.972] (II) This device may have been added with another device file.
[ 108.972] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event11)
[ 108.972] (II) No input driver specified, ignoring this device.
[ 108.972] (II) This device may have been added with another device file.
[ 108.973] (II) config/udev: Adding input device Integrated_Webcam_HD: Integrate (/dev/input/event16)
[ 108.973] (**) Integrated_Webcam_HD: Integrate: Applying InputClass "libinput keyboard catchall"
[ 108.973] (II) Using input driver 'libinput' for 'Integrated_Webcam_HD: Integrate'
[ 108.973] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 28 paused 0
[ 108.973] (**) Integrated_Webcam_HD: Integrate: always reports core events
[ 108.973] (**) Option "Device" "/dev/input/event16"
[ 108.974] (II) event16 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[ 108.974] (II) event16 - Integrated_Webcam_HD: Integrate: device is a keyboard
[ 108.974] (II) event16 - Integrated_Webcam_HD: Integrate: device removed
[ 108.974] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/input/input19/event16"
[ 108.974] (II) XINPUT: Adding extended input device "Integrated_Webcam_HD: Integrate" (type: KEYBOARD, id 9)
[ 108.975] (II) event16 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[ 108.975] (II) event16 - Integrated_Webcam_HD: Integrate: device is a keyboard
[ 108.975] (II) config/udev: Adding input device Integrated_Webcam_HD: Integrate (/dev/input/event17)
[ 108.975] (**) Integrated_Webcam_HD: Integrate: Applying InputClass "libinput keyboard catchall"
[ 108.975] (II) Using input driver 'libinput' for 'Integrated_Webcam_HD: Integrate'
[ 108.976] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 29 paused 0
[ 108.976] (**) Integrated_Webcam_HD: Integrate: always reports core events
[ 108.976] (**) Option "Device" "/dev/input/event17"
[ 108.976] (II) event17 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[ 108.976] (II) event17 - Integrated_Webcam_HD: Integrate: device is a keyboard
[ 108.976] (II) event17 - Integrated_Webcam_HD: Integrate: device removed
[ 108.976] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.2/input/input20/event17"
[ 108.976] (II) XINPUT: Adding extended input device "Integrated_Webcam_HD: Integrate" (type: KEYBOARD, id 10)
[ 108.977] (II) event17 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[ 108.977] (II) event17 - Integrated_Webcam_HD: Integrate: device is a keyboard
[ 108.977] (II) config/udev: Adding input device DELL Technologies Keyboard (/dev/input/event3)
[ 108.977] (**) DELL Technologies Keyboard: Applying InputClass "libinput keyboard catchall"
[ 108.977] (II) Using input driver 'libinput' for 'DELL Technologies Keyboard'
[ 108.978] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 30 paused 0
[ 108.978] (**) DELL Technologies Keyboard: always reports core events
[ 108.978] (**) Option "Device" "/dev/input/event3"
[ 108.978] (II) event3 - DELL Technologies Keyboard: is tagged by udev as: Keyboard
[ 108.978] (II) event3 - DELL Technologies Keyboard: device is a keyboard
[ 108.978] (II) event3 - DELL Technologies Keyboard: device removed
[ 108.978] (II) libinput: DELL Technologies Keyboard: needs a virtual subdevice
[ 108.978] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.0/0003:0D62:CABC.0002/input/input5/event3"
[ 108.978] (II) XINPUT: Adding extended input device "DELL Technologies Keyboard" (type: MOUSE, id 11)
[ 108.978] (**) Option "AccelerationScheme" "none"
[ 108.978] (**) DELL Technologies Keyboard: (accel) selected scheme none/0
[ 108.978] (**) DELL Technologies Keyboard: (accel) acceleration factor: 2.000
[ 108.978] (**) DELL Technologies Keyboard: (accel) acceleration threshold: 4
[ 108.979] (II) event3 - DELL Technologies Keyboard: is tagged by udev as: Keyboard
[ 108.979] (II) event3 - DELL Technologies Keyboard: device is a keyboard
[ 108.979] (II) config/udev: Adding input device DELL0B28:00 06CB:CE61 Mouse (/dev/input/event8)
[ 108.979] (**) DELL0B28:00 06CB:CE61 Mouse: Applying InputClass "libinput pointer catchall"
[ 108.979] (II) Using input driver 'libinput' for 'DELL0B28:00 06CB:CE61 Mouse'
[ 108.980] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 31 paused 0
[ 108.980] (**) DELL0B28:00 06CB:CE61 Mouse: always reports core events
[ 108.980] (**) Option "Device" "/dev/input/event8"
[ 108.980] (II) event8 - DELL0B28:00 06CB:CE61 Mouse: is tagged by udev as: Mouse Pointingstick
[ 108.980] (II) event8 - DELL0B28:00 06CB:CE61 Mouse: device is a pointer
[ 108.981] (II) event8 - DELL0B28:00 06CB:CE61 Mouse: device removed
[ 108.981] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.1/i2c-9/i2c-DELL0B28:00/0018:06CB:CE61.0003/input/input23/event8"
[ 108.981] (II) XINPUT: Adding extended input device "DELL0B28:00 06CB:CE61 Mouse" (type: MOUSE, id 12)
[ 108.981] (**) Option "AccelerationScheme" "none"
[ 108.981] (**) DELL0B28:00 06CB:CE61 Mouse: (accel) selected scheme none/0
[ 108.981] (**) DELL0B28:00 06CB:CE61 Mouse: (accel) acceleration factor: 2.000
[ 108.981] (**) DELL0B28:00 06CB:CE61 Mouse: (accel) acceleration threshold: 4
[ 108.981] (II) event8 - DELL0B28:00 06CB:CE61 Mouse: is tagged by udev as: Mouse Pointingstick
[ 108.981] (II) event8 - DELL0B28:00 06CB:CE61 Mouse: device is a pointer
[ 108.982] (II) config/udev: Adding input device DELL0B28:00 06CB:CE61 Mouse (/dev/input/mouse0)
[ 108.982] (II) No input driver specified, ignoring this device.
[ 108.982] (II) This device may have been added with another device file.
[ 108.982] (II) config/udev: Adding input device DELL0B28:00 06CB:CE61 Touchpad (/dev/input/event9)
[ 108.982] (**) DELL0B28:00 06CB:CE61 Touchpad: Applying InputClass "libinput touchpad catchall"
[ 108.982] (II) Using input driver 'libinput' for 'DELL0B28:00 06CB:CE61 Touchpad'
[ 108.983] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 32 paused 0
[ 108.983] (**) DELL0B28:00 06CB:CE61 Touchpad: always reports core events
[ 108.983] (**) Option "Device" "/dev/input/event9"
[ 108.984] (II) event9 - DELL0B28:00 06CB:CE61 Touchpad: is tagged by udev as: Touchpad
[ 108.985] (II) event9 - DELL0B28:00 06CB:CE61 Touchpad: device is a touchpad
[ 108.985] (II) event9 - DELL0B28:00 06CB:CE61 Touchpad: device removed
[ 108.985] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.1/i2c-9/i2c-DELL0B28:00/0018:06CB:CE61.0003/input/input24/event9"
[ 108.985] (II) XINPUT: Adding extended input device "DELL0B28:00 06CB:CE61 Touchpad" (type: TOUCHPAD, id 13)
[ 108.986] (**) Option "AccelerationScheme" "none"
[ 108.986] (**) DELL0B28:00 06CB:CE61 Touchpad: (accel) selected scheme none/0
[ 108.986] (**) DELL0B28:00 06CB:CE61 Touchpad: (accel) acceleration factor: 2.000
[ 108.986] (**) DELL0B28:00 06CB:CE61 Touchpad: (accel) acceleration threshold: 4
[ 108.986] (II) event9 - DELL0B28:00 06CB:CE61 Touchpad: is tagged by udev as: Touchpad
[ 108.987] (II) event9 - DELL0B28:00 06CB:CE61 Touchpad: device is a touchpad
[ 108.988] (II) config/udev: Adding input device DELL0B28:00 06CB:CE61 Touchpad (/dev/input/mouse1)
[ 108.988] (II) No input driver specified, ignoring this device.
[ 108.988] (II) This device may have been added with another device file.
[ 108.988] (II) config/udev: Adding input device Intel HID events (/dev/input/event4)
[ 108.988] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[ 108.988] (II) Using input driver 'libinput' for 'Intel HID events'
[ 108.989] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 33 paused 0
[ 108.989] (**) Intel HID events: always reports core events
[ 108.989] (**) Option "Device" "/dev/input/event4"
[ 108.989] (II) event4 - Intel HID events: is tagged by udev as: Keyboard
[ 108.989] (II) event4 - Intel HID events: device is a keyboard
[ 108.989] (II) event4 - Intel HID events: device removed
[ 108.989] (**) Option "config_info" "udev:/sys/devices/platform/INTC1070:00/input/input6/event4"
[ 108.989] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 14)
[ 108.990] (II) event4 - Intel HID events: is tagged by udev as: Keyboard
[ 108.990] (II) event4 - Intel HID events: device is a keyboard
[ 108.990] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event5)
[ 108.990] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[ 108.990] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[ 108.990] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 34 paused 0
[ 108.990] (**) Intel HID 5 button array: always reports core events
[ 108.990] (**) Option "Device" "/dev/input/event5"
[ 108.991] (II) event5 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 108.991] (II) event5 - Intel HID 5 button array: device is a keyboard
[ 108.991] (II) event5 - Intel HID 5 button array: device removed
[ 108.991] (**) Option "config_info" "udev:/sys/devices/platform/INTC1070:00/input/input7/event5"
[ 108.991] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 15)
[ 108.991] (II) event5 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 108.991] (II) event5 - Intel HID 5 button array: device is a keyboard
[ 108.992] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[ 108.992] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 108.992] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 108.992] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 35 paused 0
[ 108.992] (**) AT Translated Set 2 keyboard: always reports core events
[ 108.992] (**) Option "Device" "/dev/input/event2"
[ 108.993] (II) event2 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 108.993] (II) event2 - AT Translated Set 2 keyboard: device is a keyboard
[ 108.993] (II) event2 - AT Translated Set 2 keyboard: device removed
[ 108.993] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[ 108.993] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 16)
[ 108.994] (II) event2 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 108.994] (II) event2 - AT Translated Set 2 keyboard: device is a keyboard
[ 108.994] (II) config/udev: Adding input device PC Speaker (/dev/input/event18)
[ 108.994] (II) No input driver specified, ignoring this device.
[ 108.994] (II) This device may have been added with another device file.
[ 109.026] (**) DELL Technologies Keyboard: Applying InputClass "libinput keyboard catchall"
[ 109.026] (II) Using input driver 'libinput' for 'DELL Technologies Keyboard'
[ 109.026] (II) systemd-logind: returning pre-existing fd for /dev/input/event3 13:67
[ 109.026] (**) DELL Technologies Keyboard: always reports core events
[ 109.026] (**) Option "Device" "/dev/input/event3"
[ 109.026] (II) libinput: DELL Technologies Keyboard: is a virtual subdevice
[ 109.026] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.0/0003:0D62:CABC.0002/input/input5/event3"
[ 109.026] (II) XINPUT: Adding extended input device "DELL Technologies Keyboard" (type: KEYBOARD, id 17)
[ 109.565] (II) intel(0): EDID vendor "AUO", prod id 58779
[ 109.565] (II) intel(0): Using EDID range info for horizontal sync
[ 109.565] (II) intel(0): Using EDID range info for vertical refresh
[ 109.565] (II) intel(0): Printing DDC gathered Modelines:
[ 109.565] (II) intel(0): Modeline "3840x2160"x0.0 557.00 3840 3888 3920 4000 2160 2163 2168 2320 +hsync -vsync (139.2 kHz eP)
[ 239.108] (EE) event3 - DELL Technologies Keyboard: client bug: event processing lagging behind by 30ms, your system is too slow
[ 858.721] (**) Option "fd" "23"
[ 858.721] (II) event7 - Video Bus: device removed
[ 858.721] (**) Option "fd" "26"
[ 858.721] (II) event6 - Video Bus: device removed
[ 858.721] (**) Option "fd" "27"
[ 858.721] (II) event1 - Power Button: device removed
[ 858.721] (**) Option "fd" "28"
[ 858.721] (II) event16 - Integrated_Webcam_HD: Integrate: device removed
[ 858.721] (**) Option "fd" "29"
[ 858.721] (II) event17 - Integrated_Webcam_HD: Integrate: device removed
[ 858.721] (**) Option "fd" "30"
[ 858.721] (**) Option "fd" "31"
[ 858.721] (II) event8 - DELL0B28:00 06CB:CE61 Mouse: device removed
[ 858.721] (**) Option "fd" "32"
[ 858.721] (II) event9 - DELL0B28:00 06CB:CE61 Touchpad: device removed
[ 858.721] (**) Option "fd" "33"
[ 858.721] (II) event4 - Intel HID events: device removed
[ 858.721] (**) Option "fd" "34"
[ 858.721] (II) event5 - Intel HID 5 button array: device removed
[ 858.721] (**) Option "fd" "35"
[ 858.721] (II) event2 - AT Translated Set 2 keyboard: device removed
[ 858.721] (**) Option "fd" "30"
[ 858.721] (II) event3 - DELL Technologies Keyboard: device removed
[ 858.722] (II) UnloadModule: "libinput"
[ 858.722] (II) systemd-logind: not releasing fd for 13:67, still in use
[ 858.722] (II) UnloadModule: "libinput"
[ 858.722] (II) systemd-logind: releasing fd for 13:66
[ 858.754] (II) UnloadModule: "libinput"
[ 858.755] (II) systemd-logind: releasing fd for 13:69
[ 858.798] (II) UnloadModule: "libinput"
[ 858.798] (II) systemd-logind: releasing fd for 13:68
[ 858.822] (II) UnloadModule: "libinput"
[ 858.822] (II) systemd-logind: releasing fd for 13:73
[ 858.858] (II) UnloadModule: "libinput"
[ 858.858] (II) systemd-logind: releasing fd for 13:72
[ 858.901] (II) UnloadModule: "libinput"
[ 858.902] (II) systemd-logind: releasing fd for 13:67
[ 858.921] (II) UnloadModule: "libinput"
[ 858.921] (II) systemd-logind: releasing fd for 13:81
[ 858.961] (II) UnloadModule: "libinput"
[ 858.961] (II) systemd-logind: releasing fd for 13:80
[ 859.005] (II) UnloadModule: "libinput"
[ 859.005] (II) systemd-logind: releasing fd for 13:65
[ 859.025] (II) UnloadModule: "libinput"
[ 859.025] (II) systemd-logind: releasing fd for 13:70
[ 859.079] (II) UnloadModule: "libinput"
[ 859.079] (II) systemd-logind: releasing fd for 13:71
[ 859.167] (II) Server terminated successfully (0). Closing log file.It's nice that I can read my terminals now, but am I even using the intel card here (xrandr --listproviders doesn't show intel at all)? Because I do still want the intel card to work, if I want to set up prime render offload or optimus-manger.
username@crowbar ~> xrandr --listproviders
Providers: number : 2
Provider 0: id: 0x49 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 4 outputs: 7 associated providers: 1 name:modesetting
Provider 1: id: 0x25b cap: 0x2, Sink Output crtcs: 4 outputs: 6 associated providers: 1 name:NVIDIA-G0Last edited by struggling_chinchilla (2022-09-08 16:30:48)
Offline
The last xorg log is still w/o ibt=off and has xf86-video-intel.
The xrandr output however indicates that you're running on the intel chip and the modesetting driver, the nvidia one is available and you can kinda confirm that w/ "glxinfo -B" and "prime-run glxinfo -B"
it feels like opening new windows is a bit slower than before unless I start picom
Regardless of how it feels it's rather unlikely that this has any impact on "opening new windows" because that's largely determined by the client initializing stuff (reading config files etc.)
Offline
Ah, I understand. Yes, glxinfo confirms I'm using the intel card by default, and prime-run uses the nvidia card.
It seems everything is in fact working now, thank you.
Last edited by struggling_chinchilla (2022-09-08 16:49:10)
Offline