You are not logged in.
Hi,
since the upgrade to Linux 6.9.1 I have this issue on my laptop where 9 times out of 10 it will boot fine until it reaches the login prompt and then it will start to flicker in cyan and magenta before showing nothing but a black screen. This happens with both the modesetting driver and xf86-video-intel and before X is launched. I log in via tty. In the rare case I get to log in before it turns black my display area will be shifted upwards a couple of pixels with the topmost pixels warping around to the bottom of the screen. However other than that it will run mostly without issues. I can even manually set the resolution in xrandr and the display area will be fine from then on. Running xset dpms force off will turn of the display as expected but the system will hang and not wake up again. I played some audio file to see if this would continue to play but no.
The one error journald logs is a kernel message I can also see on the login prompt:
kernel: i915 0000:00:02.0: [drm] *ERROR* CPU pipe A FIFO underrun
My hardware is an i5-8350U with integrated Intel UHD Graphics 620.
So far I've tried appending i915.enable_psr=0 as a kernel parameter as the wiki says it might solve "flickering" and what I'm experiencing before the screen turns black could be considered "flickering" in the broadest terms. It did not change anything however. Reverting to Linux 6.8.9 however fixes the issue.
If anybody has any ideas or insights I'd be very grateful.
Last edited by wkd (2024-05-25 19:21:38)
Offline
Do you have an xorg log from both a good and a bad boot?
https://wiki.archlinux.org/title/Xorg#General (I assume the LTS kernel will still work to provide a "good" log?)
Offline
Can do.
Good boot (Linux 6.8.9):
[ 11.256]
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[ 11.256] Current Operating System: Linux muspelheim 6.8.9-arch1-2 #1 SMP PREEMPT_DYNAMIC Tue, 07 May 2024 21:35:54 +0000 x86_64
[ 11.256] Kernel command line: initrd=\initramfs-linux.img root=PARTUUID=750e4129-e4e1-41d9-a001-76a5e567bade rw rootfstype=ext4,rootflags=rw,noatime,discard,data=ordered i915.enable_psr=0
[ 11.257]
[ 11.257] Current version of pixman: 0.43.4
[ 11.257] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 11.257] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 11.257] (==) Log file: "/home/wicked/.local/share/xorg/Xorg.0.log", Time: Sat May 25 17:07:11 2024
[ 11.263] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 11.263] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 11.266] (==) No Layout section. Using the first Screen section.
[ 11.266] (==) No screen section available. Using defaults.
[ 11.266] (**) |-->Screen "Default Screen Section" (0)
[ 11.266] (**) | |-->Monitor "<default monitor>"
[ 11.267] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 11.267] (**) Allowing byte-swapped clients
[ 11.267] (==) Automatically adding devices
[ 11.267] (==) Automatically enabling devices
[ 11.267] (==) Automatically adding GPU devices
[ 11.267] (==) Automatically binding GPU devices
[ 11.268] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 11.269] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 11.269] Entry deleted from font path.
[ 11.272] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 11.272] Entry deleted from font path.
[ 11.272] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 11.272] Entry deleted from font path.
[ 11.272] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 11.272] Entry deleted from font path.
[ 11.272] (==) FontPath set to:
/usr/share/fonts/TTF,
/usr/share/fonts/OTF
[ 11.272] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 11.272] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 11.272] (II) Module ABI versions:
[ 11.272] X.Org ANSI C Emulation: 0.4
[ 11.272] X.Org Video Driver: 25.2
[ 11.272] X.Org XInput driver : 24.4
[ 11.272] X.Org Server Extension : 10.0
[ 11.273] (++) using VT number 1
[ 11.276] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 11.279] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 11.279] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[ 11.281] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[ 11.289] (--) PCI:*(0@0:2:0) 8086:5917:1028:0816 rev 7, Mem @ 0xee000000/16777216, 0xd0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[ 11.289] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 11.290] (II) LoadModule: "glx"
[ 11.295] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 11.310] (II) Module glx: vendor="X.Org Foundation"
[ 11.310] compiled for 1.21.1.13, module version = 1.0.0
[ 11.310] ABI class: X.Org Server Extension, version 10.0
[ 11.310] (==) Matched intel as autoconfigured driver 0
[ 11.310] (==) Matched modesetting as autoconfigured driver 1
[ 11.310] (==) Matched fbdev as autoconfigured driver 2
[ 11.310] (==) Matched vesa as autoconfigured driver 3
[ 11.310] (==) Assigned the driver to the xf86ConfigLayout
[ 11.310] (II) LoadModule: "intel"
[ 11.310] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 11.315] (II) Module intel: vendor="X.Org Foundation"
[ 11.315] compiled for 1.21.1.11, module version = 2.99.917
[ 11.315] Module class: X.Org Video Driver
[ 11.315] ABI class: X.Org Video Driver, version 25.2
[ 11.315] (II) LoadModule: "modesetting"
[ 11.315] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 11.321] (II) Module modesetting: vendor="X.Org Foundation"
[ 11.321] compiled for 1.21.1.13, module version = 1.21.1
[ 11.321] Module class: X.Org Video Driver
[ 11.321] ABI class: X.Org Video Driver, version 25.2
[ 11.321] (II) LoadModule: "fbdev"
[ 11.321] (WW) Warning, couldn't open module fbdev
[ 11.321] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 11.321] (II) LoadModule: "vesa"
[ 11.322] (WW) Warning, couldn't open module vesa
[ 11.322] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 11.322] (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
[ 11.322] (II) intel: Driver for Intel(R) HD Graphics
[ 11.322] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[ 11.322] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[ 11.322] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 11.322] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[ 11.323] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20230929
[ 11.323] (II) intel(0): SNA compiled from 2.99.917-923-gb74b67f0
[ 11.325] (WW) Falling back to old probe method for modesetting
[ 11.325] (EE) open /dev/dri/card0: No such file or directory
[ 11.325] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 11.327] (--) intel(0): gen9 engineering sample
[ 11.327] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[ 11.327] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 11.327] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 11.327] (==) intel(0): RGB weight 888
[ 11.327] (==) intel(0): Default visual is TrueColor
[ 11.329] (II) intel(0): Output eDP1 has no monitor section
[ 11.330] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[ 11.330] (II) intel(0): Enabled output eDP1
[ 11.330] (II) intel(0): Output HDMI1 has no monitor section
[ 11.330] (II) intel(0): Enabled output HDMI1
[ 11.330] (II) intel(0): Output DP1 has no monitor section
[ 11.331] (II) intel(0): Enabled output DP1
[ 11.331] (II) intel(0): Output HDMI2 has no monitor section
[ 11.332] (II) intel(0): Enabled output HDMI2
[ 11.332] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[ 11.332] (II) intel(0): Output VIRTUAL1 has no monitor section
[ 11.332] (II) intel(0): Enabled output VIRTUAL1
[ 11.332] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
[ 11.332] (==) intel(0): TearFree enabled
[ 11.332] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[ 11.332] (==) intel(0): DPI set to (96, 96)
[ 11.332] (II) Loading sub module "dri3"
[ 11.332] (II) LoadModule: "dri3"
[ 11.332] (II) Module "dri3" already built-in
[ 11.332] (II) Loading sub module "dri2"
[ 11.332] (II) LoadModule: "dri2"
[ 11.332] (II) Module "dri2" already built-in
[ 11.332] (II) Loading sub module "present"
[ 11.332] (II) LoadModule: "present"
[ 11.332] (II) Module "present" already built-in
[ 11.332] (II) UnloadModule: "modesetting"
[ 11.332] (II) Unloading modesetting
[ 11.337] (II) intel(0): SNA initialized with Kabylake (gen9) backend
[ 11.337] (==) intel(0): Backing store enabled
[ 11.337] (==) intel(0): Silken mouse enabled
[ 11.337] (II) intel(0): HW Cursor enabled
[ 11.338] (==) intel(0): DPMS enabled
[ 11.339] (==) intel(0): Display hotplug detection enabled
[ 11.339] (II) intel(0): [DRI2] Setup complete
[ 11.339] (II) intel(0): [DRI2] DRI driver: i965
[ 11.339] (II) intel(0): [DRI2] VDPAU driver: va_gl
[ 11.339] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[ 11.339] (II) intel(0): hardware support for Present enabled
[ 11.339] (II) Initializing extension Generic Event Extension
[ 11.340] (II) Initializing extension SHAPE
[ 11.340] (II) Initializing extension MIT-SHM
[ 11.340] (II) Initializing extension XInputExtension
[ 11.341] (II) Initializing extension XTEST
[ 11.342] (II) Initializing extension BIG-REQUESTS
[ 11.342] (II) Initializing extension SYNC
[ 11.342] (II) Initializing extension XKEYBOARD
[ 11.343] (II) Initializing extension XC-MISC
[ 11.343] (II) Initializing extension SECURITY
[ 11.343] (II) Initializing extension XFIXES
[ 11.344] (II) Initializing extension RENDER
[ 11.344] (II) Initializing extension RANDR
[ 11.345] (II) Initializing extension COMPOSITE
[ 11.345] (II) Initializing extension DAMAGE
[ 11.345] (II) Initializing extension MIT-SCREEN-SAVER
[ 11.346] (II) Initializing extension DOUBLE-BUFFER
[ 11.346] (II) Initializing extension RECORD
[ 11.346] (II) Initializing extension DPMS
[ 11.347] (II) Initializing extension Present
[ 11.347] (II) Initializing extension DRI3
[ 11.347] (II) Initializing extension X-Resource
[ 11.347] (II) Initializing extension XVideo
[ 11.347] (II) Initializing extension XVideo-MotionCompensation
[ 11.348] (II) Initializing extension GLX
[ 11.349] (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)
[ 11.349] (EE) AIGLX error: unable to load driver i965
[ 11.598] (II) IGLX: Loaded and initialized swrast
[ 11.598] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 11.598] (II) Initializing extension XFree86-VidModeExtension
[ 11.599] (II) Initializing extension XFree86-DGA
[ 11.599] (II) Initializing extension XFree86-DRI
[ 11.599] (II) Initializing extension DRI2
[ 11.609] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 11.622] (II) intel(0): Setting screen physical size to 508 x 285
[ 11.734] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 11.734] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 11.734] (**) Power Button: Applying InputClass "system-keyboard"
[ 11.734] (II) LoadModule: "libinput"
[ 11.734] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 11.745] (II) Module libinput: vendor="X.Org Foundation"
[ 11.745] compiled for 1.21.1.8, module version = 1.4.0
[ 11.745] Module class: X.Org XInput Driver
[ 11.745] ABI class: X.Org XInput driver, version 24.4
[ 11.745] (II) Using input driver 'libinput' for 'Power Button'
[ 11.745] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 23 paused 0
[ 11.745] (**) Power Button: always reports core events
[ 11.745] (**) Option "Device" "/dev/input/event3"
[ 11.751] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 11.752] (II) event3 - Power Button: device is a keyboard
[ 11.752] (II) event3 - Power Button: device removed
[ 11.752] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[ 11.752] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 11.752] (**) Option "xkb_model" "pc105+inet"
[ 11.752] (**) Option "xkb_layout" "us"
[ 11.752] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 11.766] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 11.766] (II) event3 - Power Button: device is a keyboard
[ 11.766] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[ 11.766] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 11.766] (**) Video Bus: Applying InputClass "system-keyboard"
[ 11.766] (II) Using input driver 'libinput' for 'Video Bus'
[ 11.767] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 26 paused 0
[ 11.767] (**) Video Bus: always reports core events
[ 11.767] (**) Option "Device" "/dev/input/event12"
[ 11.767] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[ 11.767] (II) event12 - Video Bus: device is a keyboard
[ 11.768] (II) event12 - Video Bus: device removed
[ 11.768] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input15/event12"
[ 11.768] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 11.768] (**) Option "xkb_model" "pc105+inet"
[ 11.768] (**) Option "xkb_layout" "us"
[ 11.768] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 11.768] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[ 11.768] (II) event12 - Video Bus: device is a keyboard
[ 11.769] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 11.769] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 11.769] (**) Power Button: Applying InputClass "system-keyboard"
[ 11.769] (II) Using input driver 'libinput' for 'Power Button'
[ 11.769] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 27 paused 0
[ 11.769] (**) Power Button: always reports core events
[ 11.769] (**) Option "Device" "/dev/input/event1"
[ 11.770] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 11.770] (II) event1 - Power Button: device is a keyboard
[ 11.770] (II) event1 - Power Button: device removed
[ 11.770] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 11.770] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 11.770] (**) Option "xkb_model" "pc105+inet"
[ 11.770] (**) Option "xkb_layout" "us"
[ 11.770] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 11.771] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 11.771] (II) event1 - Power Button: device is a keyboard
[ 11.771] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 11.771] (II) No input driver specified, ignoring this device.
[ 11.771] (II) This device may have been added with another device file.
[ 11.772] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 11.772] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 11.772] (**) Sleep Button: Applying InputClass "system-keyboard"
[ 11.772] (II) Using input driver 'libinput' for 'Sleep Button'
[ 11.772] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 28 paused 0
[ 11.772] (**) Sleep Button: always reports core events
[ 11.772] (**) Option "Device" "/dev/input/event2"
[ 11.773] (II) event2 - Sleep Button: is tagged by udev as: Keyboard
[ 11.773] (II) event2 - Sleep Button: device is a keyboard
[ 11.773] (II) event2 - Sleep Button: device removed
[ 11.773] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[ 11.773] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 11.773] (**) Option "xkb_model" "pc105+inet"
[ 11.773] (**) Option "xkb_layout" "us"
[ 11.773] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 11.774] (II) event2 - Sleep Button: is tagged by udev as: Keyboard
[ 11.774] (II) event2 - Sleep Button: device is a keyboard
[ 11.775] (II) config/udev: Adding input device DELL0816:00 044E:121F Mouse (/dev/input/event9)
[ 11.775] (**) DELL0816:00 044E:121F Mouse: Applying InputClass "libinput pointer catchall"
[ 11.775] (II) Using input driver 'libinput' for 'DELL0816:00 044E:121F Mouse'
[ 11.775] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 29 paused 0
[ 11.775] (**) DELL0816:00 044E:121F Mouse: always reports core events
[ 11.775] (**) Option "Device" "/dev/input/event9"
[ 11.776] (II) event9 - DELL0816:00 044E:121F Mouse: is tagged by udev as: Mouse Pointingstick
[ 11.776] (II) event9 - DELL0816:00 044E:121F Mouse: device is a pointer
[ 11.777] (II) event9 - DELL0816:00 044E:121F Mouse: device removed
[ 11.777] (II) libinput: DELL0816:00 044E:121F Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 11.777] (II) libinput: DELL0816:00 044E:121F Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 11.777] (II) libinput: DELL0816:00 044E:121F Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 11.777] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL0816:00/0018:044E:121F.0001/input/input12/event9"
[ 11.777] (II) XINPUT: Adding extended input device "DELL0816:00 044E:121F Mouse" (type: MOUSE, id 10)
[ 11.777] (**) Option "AccelerationScheme" "none"
[ 11.777] (**) DELL0816:00 044E:121F Mouse: (accel) selected scheme none/0
[ 11.777] (**) DELL0816:00 044E:121F Mouse: (accel) acceleration factor: 2.000
[ 11.777] (**) DELL0816:00 044E:121F Mouse: (accel) acceleration threshold: 4
[ 11.778] (II) event9 - DELL0816:00 044E:121F Mouse: is tagged by udev as: Mouse Pointingstick
[ 11.778] (II) event9 - DELL0816:00 044E:121F Mouse: device is a pointer
[ 11.779] (II) config/udev: Adding input device DELL0816:00 044E:121F Mouse (/dev/input/mouse0)
[ 11.779] (II) No input driver specified, ignoring this device.
[ 11.779] (II) This device may have been added with another device file.
[ 11.779] (II) config/udev: Adding input device DELL0816:00 044E:121F Touchpad (/dev/input/event10)
[ 11.779] (**) DELL0816:00 044E:121F Touchpad: Applying InputClass "libinput touchpad catchall"
[ 11.779] (**) DELL0816:00 044E:121F Touchpad: Applying InputClass "touchpad catchall"
[ 11.779] (**) DELL0816:00 044E:121F Touchpad: Applying InputClass "Default clickpad buttons"
[ 11.779] (II) LoadModule: "synaptics"
[ 11.779] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 11.780] (II) Module synaptics: vendor="X.Org Foundation"
[ 11.780] compiled for 1.21.1.3, module version = 1.9.2
[ 11.780] Module class: X.Org XInput Driver
[ 11.780] ABI class: X.Org XInput driver, version 24.4
[ 11.780] (II) Using input driver 'synaptics' for 'DELL0816:00 044E:121F Touchpad'
[ 11.781] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 30 paused 0
[ 11.781] (**) DELL0816:00 044E:121F Touchpad: always reports core events
[ 11.781] (**) Option "Device" "/dev/input/event10"
[ 11.781] (--) synaptics: DELL0816:00 044E:121F Touchpad: x-axis range 0 - 1199 (res 12)
[ 11.781] (--) synaptics: DELL0816:00 044E:121F Touchpad: y-axis range 0 - 635 (res 12)
[ 11.781] (II) synaptics: DELL0816:00 044E:121F Touchpad: device does not report pressure, will use touch data.
[ 11.781] (II) synaptics: DELL0816:00 044E:121F Touchpad: device does not report finger width.
[ 11.781] (--) synaptics: DELL0816:00 044E:121F Touchpad: buttons: left right double triple
[ 11.781] (--) synaptics: DELL0816:00 044E:121F Touchpad: Vendor 0x44e Product 0x121f
[ 11.781] (--) synaptics: DELL0816:00 044E:121F Touchpad: invalid pressure range. defaulting to 0 - 255
[ 11.781] (--) synaptics: DELL0816:00 044E:121F Touchpad: invalid finger width range. defaulting to 0 - 15
[ 11.781] (--) synaptics: DELL0816:00 044E:121F Touchpad: touchpad found
[ 11.781] (**) DELL0816:00 044E:121F Touchpad: always reports core events
[ 11.781] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL0816:00/0018:044E:121F.0001/input/input13/event10"
[ 11.781] (II) XINPUT: Adding extended input device "DELL0816:00 044E:121F Touchpad" (type: TOUCHPAD, id 11)
[ 11.781] (**) synaptics: DELL0816:00 044E:121F Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[ 11.781] (**) synaptics: DELL0816:00 044E:121F Touchpad: (accel) MaxSpeed is now 1.75
[ 11.781] (**) synaptics: DELL0816:00 044E:121F Touchpad: (accel) AccelFactor is now 0.147
[ 11.781] (**) DELL0816:00 044E:121F Touchpad: (accel) keeping acceleration scheme 1
[ 11.781] (**) DELL0816:00 044E:121F Touchpad: (accel) acceleration profile 1
[ 11.781] (**) DELL0816:00 044E:121F Touchpad: (accel) acceleration factor: 2.000
[ 11.781] (**) DELL0816:00 044E:121F Touchpad: (accel) acceleration threshold: 4
[ 11.781] (--) synaptics: DELL0816:00 044E:121F Touchpad: touchpad found
[ 11.782] (II) config/udev: Adding input device DELL0816:00 044E:121F Touchpad (/dev/input/mouse1)
[ 11.782] (**) DELL0816:00 044E:121F Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[ 11.782] (II) config/udev: Adding input device DELL0816:00 044E:121F UNKNOWN (/dev/input/event11)
[ 11.782] (**) DELL0816:00 044E:121F UNKNOWN: Applying InputClass "libinput keyboard catchall"
[ 11.782] (**) DELL0816:00 044E:121F UNKNOWN: Applying InputClass "system-keyboard"
[ 11.782] (II) Using input driver 'libinput' for 'DELL0816:00 044E:121F UNKNOWN'
[ 11.783] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 31 paused 0
[ 11.783] (**) DELL0816:00 044E:121F UNKNOWN: always reports core events
[ 11.783] (**) Option "Device" "/dev/input/event11"
[ 11.784] (II) event11 - DELL0816:00 044E:121F UNKNOWN: is tagged by udev as: Keyboard
[ 11.784] (II) event11 - DELL0816:00 044E:121F UNKNOWN: device is a keyboard
[ 11.784] (II) event11 - DELL0816:00 044E:121F UNKNOWN: device removed
[ 11.784] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL0816:00/0018:044E:121F.0001/input/input14/event11"
[ 11.784] (II) XINPUT: Adding extended input device "DELL0816:00 044E:121F UNKNOWN" (type: KEYBOARD, id 12)
[ 11.784] (**) Option "xkb_model" "pc105+inet"
[ 11.784] (**) Option "xkb_layout" "us"
[ 11.784] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 11.785] (II) event11 - DELL0816:00 044E:121F UNKNOWN: is tagged by udev as: Keyboard
[ 11.785] (II) event11 - DELL0816:00 044E:121F UNKNOWN: device is a keyboard
[ 11.786] (II) config/udev: Adding input device HDA Intel PCH Headphone Mic (/dev/input/event13)
[ 11.786] (II) No input driver specified, ignoring this device.
[ 11.786] (II) This device may have been added with another device file.
[ 11.786] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event14)
[ 11.786] (II) No input driver specified, ignoring this device.
[ 11.786] (II) This device may have been added with another device file.
[ 11.786] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event15)
[ 11.786] (II) No input driver specified, ignoring this device.
[ 11.786] (II) This device may have been added with another device file.
[ 11.787] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event16)
[ 11.787] (II) No input driver specified, ignoring this device.
[ 11.787] (II) This device may have been added with another device file.
[ 11.787] (II) config/udev: Adding input device Intel HID events (/dev/input/event4)
[ 11.787] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[ 11.787] (**) Intel HID events: Applying InputClass "system-keyboard"
[ 11.787] (II) Using input driver 'libinput' for 'Intel HID events'
[ 11.788] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 32 paused 0
[ 11.788] (**) Intel HID events: always reports core events
[ 11.788] (**) Option "Device" "/dev/input/event4"
[ 11.788] (II) event4 - Intel HID events: is tagged by udev as: Keyboard
[ 11.788] (II) event4 - Intel HID events: device is a keyboard
[ 11.788] (II) event4 - Intel HID events: device removed
[ 11.788] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input4/event4"
[ 11.788] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 13)
[ 11.788] (**) Option "xkb_model" "pc105+inet"
[ 11.788] (**) Option "xkb_layout" "us"
[ 11.788] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 11.789] (II) event4 - Intel HID events: is tagged by udev as: Keyboard
[ 11.789] (II) event4 - Intel HID events: device is a keyboard
[ 11.790] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event5)
[ 11.790] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[ 11.790] (**) Intel HID 5 button array: Applying InputClass "system-keyboard"
[ 11.790] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[ 11.790] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 33 paused 0
[ 11.790] (**) Intel HID 5 button array: always reports core events
[ 11.790] (**) Option "Device" "/dev/input/event5"
[ 11.791] (II) event5 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 11.791] (II) event5 - Intel HID 5 button array: device is a keyboard
[ 11.791] (II) event5 - Intel HID 5 button array: device removed
[ 11.791] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input5/event5"
[ 11.791] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 14)
[ 11.791] (**) Option "xkb_model" "pc105+inet"
[ 11.791] (**) Option "xkb_layout" "us"
[ 11.791] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 11.791] (II) event5 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 11.791] (II) event5 - Intel HID 5 button array: device is a keyboard
[ 11.792] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event8)
[ 11.792] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 11.792] (**) Dell WMI hotkeys: Applying InputClass "system-keyboard"
[ 11.792] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[ 11.793] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 34 paused 0
[ 11.793] (**) Dell WMI hotkeys: always reports core events
[ 11.793] (**) Option "Device" "/dev/input/event8"
[ 11.794] (II) event8 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 11.794] (II) event8 - Dell WMI hotkeys: device is a keyboard
[ 11.794] (II) event8 - Dell WMI hotkeys: device removed
[ 11.794] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:01/wmi_bus/wmi_bus-PNP0C14:01/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input8/event8"
[ 11.794] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 15)
[ 11.794] (**) Option "xkb_model" "pc105+inet"
[ 11.794] (**) Option "xkb_layout" "us"
[ 11.794] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 11.795] (II) event8 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 11.795] (II) event8 - Dell WMI hotkeys: device is a keyboard
[ 11.795] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event7)
[ 11.795] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 11.795] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[ 11.795] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 11.796] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 35 paused 0
[ 11.796] (**) AT Translated Set 2 keyboard: always reports core events
[ 11.796] (**) Option "Device" "/dev/input/event7"
[ 11.797] (II) event7 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 11.797] (II) event7 - AT Translated Set 2 keyboard: device is a keyboard
[ 11.797] (II) event7 - AT Translated Set 2 keyboard: device removed
[ 11.797] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input7/event7"
[ 11.797] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 16)
[ 11.797] (**) Option "xkb_model" "pc105+inet"
[ 11.797] (**) Option "xkb_layout" "us"
[ 11.797] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 11.798] (II) event7 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 11.798] (II) event7 - AT Translated Set 2 keyboard: device is a keyboard
[ 11.799] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[ 11.799] (II) No input driver specified, ignoring this device.
[ 11.799] (II) This device may have been added with another device file.
[ 13.340] (II) intel(0): EDID vendor "LGD", prod id 1437
[ 13.340] (II) intel(0): Printing DDC gathered Modelines:
[ 13.340] (II) intel(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[ 13.340] (II) intel(0): Modeline "1920x1080"x0.0 110.90 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (53.3 kHz e)
Bad boot (Linux 6.9.1):
[ 12.354]
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[ 12.355] Current Operating System: Linux muspelheim 6.9.1-arch1-2 #1 SMP PREEMPT_DYNAMIC Wed, 22 May 2024 13:47:07 +0000 x86_64
[ 12.355] Kernel command line: initrd=\initramfs-linux.img root=PARTUUID=750e4129-e4e1-41d9-a001-76a5e567bade rw rootfstype=ext4,rootflags=rw,noatime,discard,data=ordered i915.enable_psr=0
[ 12.355]
[ 12.355] Current version of pixman: 0.43.4
[ 12.355] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 12.355] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 12.356] (==) Log file: "/home/wicked/.local/share/xorg/Xorg.0.log", Time: Sat May 25 18:40:08 2024
[ 12.362] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 12.362] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 12.364] (==) No Layout section. Using the first Screen section.
[ 12.364] (==) No screen section available. Using defaults.
[ 12.364] (**) |-->Screen "Default Screen Section" (0)
[ 12.364] (**) | |-->Monitor "<default monitor>"
[ 12.365] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 12.365] (**) Allowing byte-swapped clients
[ 12.365] (==) Automatically adding devices
[ 12.365] (==) Automatically enabling devices
[ 12.365] (==) Automatically adding GPU devices
[ 12.365] (==) Automatically binding GPU devices
[ 12.366] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 12.367] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 12.367] Entry deleted from font path.
[ 12.371] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 12.371] Entry deleted from font path.
[ 12.371] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 12.371] Entry deleted from font path.
[ 12.371] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 12.371] Entry deleted from font path.
[ 12.371] (==) FontPath set to:
/usr/share/fonts/TTF,
/usr/share/fonts/OTF
[ 12.371] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 12.371] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 12.371] (II) Module ABI versions:
[ 12.371] X.Org ANSI C Emulation: 0.4
[ 12.371] X.Org Video Driver: 25.2
[ 12.371] X.Org XInput driver : 24.4
[ 12.371] X.Org Server Extension : 10.0
[ 12.372] (++) using VT number 1
[ 12.374] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 12.376] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 12.377] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[ 12.378] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[ 12.384] (--) PCI:*(0@0:2:0) 8086:5917:1028:0816 rev 7, Mem @ 0xee000000/16777216, 0xd0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[ 12.384] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 12.384] (II) LoadModule: "glx"
[ 12.390] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 12.404] (II) Module glx: vendor="X.Org Foundation"
[ 12.404] compiled for 1.21.1.13, module version = 1.0.0
[ 12.404] ABI class: X.Org Server Extension, version 10.0
[ 12.404] (==) Matched intel as autoconfigured driver 0
[ 12.404] (==) Matched modesetting as autoconfigured driver 1
[ 12.404] (==) Matched fbdev as autoconfigured driver 2
[ 12.404] (==) Matched vesa as autoconfigured driver 3
[ 12.404] (==) Assigned the driver to the xf86ConfigLayout
[ 12.404] (II) LoadModule: "intel"
[ 12.404] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 12.408] (II) Module intel: vendor="X.Org Foundation"
[ 12.408] compiled for 1.21.1.11, module version = 2.99.917
[ 12.408] Module class: X.Org Video Driver
[ 12.408] ABI class: X.Org Video Driver, version 25.2
[ 12.408] (II) LoadModule: "modesetting"
[ 12.409] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 12.414] (II) Module modesetting: vendor="X.Org Foundation"
[ 12.414] compiled for 1.21.1.13, module version = 1.21.1
[ 12.414] Module class: X.Org Video Driver
[ 12.414] ABI class: X.Org Video Driver, version 25.2
[ 12.414] (II) LoadModule: "fbdev"
[ 12.414] (WW) Warning, couldn't open module fbdev
[ 12.414] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 12.414] (II) LoadModule: "vesa"
[ 12.414] (WW) Warning, couldn't open module vesa
[ 12.414] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 12.414] (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
[ 12.415] (II) intel: Driver for Intel(R) HD Graphics
[ 12.415] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[ 12.415] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[ 12.415] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 12.415] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[ 12.416] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20230929
[ 12.416] (II) intel(0): SNA compiled from 2.99.917-923-gb74b67f0
[ 12.417] (WW) Falling back to old probe method for modesetting
[ 12.417] (EE) open /dev/dri/card0: No such file or directory
[ 12.418] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 12.419] (--) intel(0): gen9 engineering sample
[ 12.419] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[ 12.419] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 12.419] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 12.419] (==) intel(0): RGB weight 888
[ 12.419] (==) intel(0): Default visual is TrueColor
[ 12.420] (II) intel(0): Output eDP1 has no monitor section
[ 12.421] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[ 12.421] (II) intel(0): Enabled output eDP1
[ 12.421] (II) intel(0): Output HDMI1 has no monitor section
[ 12.421] (II) intel(0): Enabled output HDMI1
[ 12.421] (II) intel(0): Output DP1 has no monitor section
[ 12.422] (II) intel(0): Enabled output DP1
[ 12.422] (II) intel(0): Output HDMI2 has no monitor section
[ 12.422] (II) intel(0): Enabled output HDMI2
[ 12.422] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[ 12.422] (II) intel(0): Output VIRTUAL1 has no monitor section
[ 12.422] (II) intel(0): Enabled output VIRTUAL1
[ 12.422] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
[ 12.422] (==) intel(0): TearFree enabled
[ 12.422] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[ 12.422] (==) intel(0): DPI set to (96, 96)
[ 12.422] (II) Loading sub module "dri3"
[ 12.422] (II) LoadModule: "dri3"
[ 12.422] (II) Module "dri3" already built-in
[ 12.422] (II) Loading sub module "dri2"
[ 12.422] (II) LoadModule: "dri2"
[ 12.422] (II) Module "dri2" already built-in
[ 12.422] (II) Loading sub module "present"
[ 12.422] (II) LoadModule: "present"
[ 12.422] (II) Module "present" already built-in
[ 12.422] (II) UnloadModule: "modesetting"
[ 12.422] (II) Unloading modesetting
[ 12.427] (II) intel(0): SNA initialized with Kabylake (gen9) backend
[ 12.427] (==) intel(0): Backing store enabled
[ 12.427] (==) intel(0): Silken mouse enabled
[ 12.427] (II) intel(0): HW Cursor enabled
[ 12.427] (==) intel(0): DPMS enabled
[ 12.428] (==) intel(0): Display hotplug detection enabled
[ 12.428] (II) intel(0): [DRI2] Setup complete
[ 12.428] (II) intel(0): [DRI2] DRI driver: i965
[ 12.428] (II) intel(0): [DRI2] VDPAU driver: va_gl
[ 12.428] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[ 12.428] (II) intel(0): hardware support for Present enabled
[ 12.428] (II) Initializing extension Generic Event Extension
[ 12.429] (II) Initializing extension SHAPE
[ 12.429] (II) Initializing extension MIT-SHM
[ 12.429] (II) Initializing extension XInputExtension
[ 12.430] (II) Initializing extension XTEST
[ 12.430] (II) Initializing extension BIG-REQUESTS
[ 12.431] (II) Initializing extension SYNC
[ 12.431] (II) Initializing extension XKEYBOARD
[ 12.431] (II) Initializing extension XC-MISC
[ 12.431] (II) Initializing extension SECURITY
[ 12.432] (II) Initializing extension XFIXES
[ 12.432] (II) Initializing extension RENDER
[ 12.432] (II) Initializing extension RANDR
[ 12.433] (II) Initializing extension COMPOSITE
[ 12.433] (II) Initializing extension DAMAGE
[ 12.433] (II) Initializing extension MIT-SCREEN-SAVER
[ 12.433] (II) Initializing extension DOUBLE-BUFFER
[ 12.434] (II) Initializing extension RECORD
[ 12.434] (II) Initializing extension DPMS
[ 12.434] (II) Initializing extension Present
[ 12.434] (II) Initializing extension DRI3
[ 12.434] (II) Initializing extension X-Resource
[ 12.435] (II) Initializing extension XVideo
[ 12.435] (II) Initializing extension XVideo-MotionCompensation
[ 12.435] (II) Initializing extension GLX
[ 12.437] (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)
[ 12.437] (EE) AIGLX error: unable to load driver i965
[ 12.665] (II) IGLX: Loaded and initialized swrast
[ 12.665] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 12.665] (II) Initializing extension XFree86-VidModeExtension
[ 12.665] (II) Initializing extension XFree86-DGA
[ 12.666] (II) Initializing extension XFree86-DRI
[ 12.666] (II) Initializing extension DRI2
[ 12.674] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 12.678] (II) intel(0): Setting screen physical size to 508 x 285
[ 12.793] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 12.793] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 12.793] (**) Power Button: Applying InputClass "system-keyboard"
[ 12.793] (II) LoadModule: "libinput"
[ 12.793] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 12.798] (II) Module libinput: vendor="X.Org Foundation"
[ 12.798] compiled for 1.21.1.8, module version = 1.4.0
[ 12.798] Module class: X.Org XInput Driver
[ 12.798] ABI class: X.Org XInput driver, version 24.4
[ 12.798] (II) Using input driver 'libinput' for 'Power Button'
[ 12.798] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 23 paused 0
[ 12.798] (**) Power Button: always reports core events
[ 12.798] (**) Option "Device" "/dev/input/event3"
[ 12.805] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 12.805] (II) event3 - Power Button: device is a keyboard
[ 12.805] (II) event3 - Power Button: device removed
[ 12.805] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[ 12.805] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 12.805] (**) Option "xkb_model" "pc105+inet"
[ 12.805] (**) Option "xkb_layout" "us"
[ 12.805] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 12.819] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 12.819] (II) event3 - Power Button: device is a keyboard
[ 12.819] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[ 12.819] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 12.819] (**) Video Bus: Applying InputClass "system-keyboard"
[ 12.819] (II) Using input driver 'libinput' for 'Video Bus'
[ 12.820] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 26 paused 0
[ 12.820] (**) Video Bus: always reports core events
[ 12.820] (**) Option "Device" "/dev/input/event12"
[ 12.820] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[ 12.820] (II) event12 - Video Bus: device is a keyboard
[ 12.821] (II) event12 - Video Bus: device removed
[ 12.821] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input15/event12"
[ 12.821] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 12.821] (**) Option "xkb_model" "pc105+inet"
[ 12.821] (**) Option "xkb_layout" "us"
[ 12.821] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 12.821] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[ 12.821] (II) event12 - Video Bus: device is a keyboard
[ 12.822] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 12.822] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 12.822] (**) Power Button: Applying InputClass "system-keyboard"
[ 12.822] (II) Using input driver 'libinput' for 'Power Button'
[ 12.822] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 27 paused 0
[ 12.822] (**) Power Button: always reports core events
[ 12.822] (**) Option "Device" "/dev/input/event1"
[ 12.823] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 12.823] (II) event1 - Power Button: device is a keyboard
[ 12.823] (II) event1 - Power Button: device removed
[ 12.823] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 12.823] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 12.823] (**) Option "xkb_model" "pc105+inet"
[ 12.823] (**) Option "xkb_layout" "us"
[ 12.823] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 12.824] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 12.824] (II) event1 - Power Button: device is a keyboard
[ 12.824] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 12.824] (II) No input driver specified, ignoring this device.
[ 12.824] (II) This device may have been added with another device file.
[ 12.825] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 12.825] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 12.825] (**) Sleep Button: Applying InputClass "system-keyboard"
[ 12.825] (II) Using input driver 'libinput' for 'Sleep Button'
[ 12.825] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 28 paused 0
[ 12.825] (**) Sleep Button: always reports core events
[ 12.825] (**) Option "Device" "/dev/input/event2"
[ 12.826] (II) event2 - Sleep Button: is tagged by udev as: Keyboard
[ 12.826] (II) event2 - Sleep Button: device is a keyboard
[ 12.826] (II) event2 - Sleep Button: device removed
[ 12.826] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[ 12.826] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 12.826] (**) Option "xkb_model" "pc105+inet"
[ 12.826] (**) Option "xkb_layout" "us"
[ 12.826] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 12.827] (II) event2 - Sleep Button: is tagged by udev as: Keyboard
[ 12.827] (II) event2 - Sleep Button: device is a keyboard
[ 12.828] (II) config/udev: Adding input device DELL0816:00 044E:121F Mouse (/dev/input/event9)
[ 12.828] (**) DELL0816:00 044E:121F Mouse: Applying InputClass "libinput pointer catchall"
[ 12.828] (II) Using input driver 'libinput' for 'DELL0816:00 044E:121F Mouse'
[ 12.828] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 29 paused 0
[ 12.828] (**) DELL0816:00 044E:121F Mouse: always reports core events
[ 12.828] (**) Option "Device" "/dev/input/event9"
[ 12.829] (II) event9 - DELL0816:00 044E:121F Mouse: is tagged by udev as: Mouse Pointingstick
[ 12.829] (II) event9 - DELL0816:00 044E:121F Mouse: device is a pointer
[ 12.830] (II) event9 - DELL0816:00 044E:121F Mouse: device removed
[ 12.830] (II) libinput: DELL0816:00 044E:121F Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 12.830] (II) libinput: DELL0816:00 044E:121F Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 12.830] (II) libinput: DELL0816:00 044E:121F Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 12.830] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL0816:00/0018:044E:121F.0001/input/input12/event9"
[ 12.830] (II) XINPUT: Adding extended input device "DELL0816:00 044E:121F Mouse" (type: MOUSE, id 10)
[ 12.830] (**) Option "AccelerationScheme" "none"
[ 12.830] (**) DELL0816:00 044E:121F Mouse: (accel) selected scheme none/0
[ 12.830] (**) DELL0816:00 044E:121F Mouse: (accel) acceleration factor: 2.000
[ 12.830] (**) DELL0816:00 044E:121F Mouse: (accel) acceleration threshold: 4
[ 12.831] (II) event9 - DELL0816:00 044E:121F Mouse: is tagged by udev as: Mouse Pointingstick
[ 12.831] (II) event9 - DELL0816:00 044E:121F Mouse: device is a pointer
[ 12.832] (II) config/udev: Adding input device DELL0816:00 044E:121F Mouse (/dev/input/mouse0)
[ 12.832] (II) No input driver specified, ignoring this device.
[ 12.832] (II) This device may have been added with another device file.
[ 12.833] (II) config/udev: Adding input device DELL0816:00 044E:121F Touchpad (/dev/input/event10)
[ 12.833] (**) DELL0816:00 044E:121F Touchpad: Applying InputClass "libinput touchpad catchall"
[ 12.833] (**) DELL0816:00 044E:121F Touchpad: Applying InputClass "touchpad catchall"
[ 12.833] (**) DELL0816:00 044E:121F Touchpad: Applying InputClass "Default clickpad buttons"
[ 12.833] (II) LoadModule: "synaptics"
[ 12.833] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 12.834] (II) Module synaptics: vendor="X.Org Foundation"
[ 12.834] compiled for 1.21.1.3, module version = 1.9.2
[ 12.834] Module class: X.Org XInput Driver
[ 12.834] ABI class: X.Org XInput driver, version 24.4
[ 12.834] (II) Using input driver 'synaptics' for 'DELL0816:00 044E:121F Touchpad'
[ 12.834] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 30 paused 0
[ 12.834] (**) DELL0816:00 044E:121F Touchpad: always reports core events
[ 12.834] (**) Option "Device" "/dev/input/event10"
[ 12.834] (--) synaptics: DELL0816:00 044E:121F Touchpad: x-axis range 0 - 1199 (res 12)
[ 12.834] (--) synaptics: DELL0816:00 044E:121F Touchpad: y-axis range 0 - 635 (res 12)
[ 12.834] (II) synaptics: DELL0816:00 044E:121F Touchpad: device does not report pressure, will use touch data.
[ 12.834] (II) synaptics: DELL0816:00 044E:121F Touchpad: device does not report finger width.
[ 12.834] (--) synaptics: DELL0816:00 044E:121F Touchpad: buttons: left right double triple
[ 12.834] (--) synaptics: DELL0816:00 044E:121F Touchpad: Vendor 0x44e Product 0x121f
[ 12.834] (--) synaptics: DELL0816:00 044E:121F Touchpad: invalid pressure range. defaulting to 0 - 255
[ 12.834] (--) synaptics: DELL0816:00 044E:121F Touchpad: invalid finger width range. defaulting to 0 - 15
[ 12.834] (--) synaptics: DELL0816:00 044E:121F Touchpad: touchpad found
[ 12.834] (**) DELL0816:00 044E:121F Touchpad: always reports core events
[ 12.834] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL0816:00/0018:044E:121F.0001/input/input13/event10"
[ 12.834] (II) XINPUT: Adding extended input device "DELL0816:00 044E:121F Touchpad" (type: TOUCHPAD, id 11)
[ 12.834] (**) synaptics: DELL0816:00 044E:121F Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[ 12.834] (**) synaptics: DELL0816:00 044E:121F Touchpad: (accel) MaxSpeed is now 1.75
[ 12.834] (**) synaptics: DELL0816:00 044E:121F Touchpad: (accel) AccelFactor is now 0.147
[ 12.834] (**) DELL0816:00 044E:121F Touchpad: (accel) keeping acceleration scheme 1
[ 12.834] (**) DELL0816:00 044E:121F Touchpad: (accel) acceleration profile 1
[ 12.834] (**) DELL0816:00 044E:121F Touchpad: (accel) acceleration factor: 2.000
[ 12.834] (**) DELL0816:00 044E:121F Touchpad: (accel) acceleration threshold: 4
[ 12.834] (--) synaptics: DELL0816:00 044E:121F Touchpad: touchpad found
[ 12.835] (II) config/udev: Adding input device DELL0816:00 044E:121F Touchpad (/dev/input/mouse1)
[ 12.835] (**) DELL0816:00 044E:121F Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[ 12.836] (II) config/udev: Adding input device DELL0816:00 044E:121F UNKNOWN (/dev/input/event11)
[ 12.836] (**) DELL0816:00 044E:121F UNKNOWN: Applying InputClass "libinput keyboard catchall"
[ 12.836] (**) DELL0816:00 044E:121F UNKNOWN: Applying InputClass "system-keyboard"
[ 12.836] (II) Using input driver 'libinput' for 'DELL0816:00 044E:121F UNKNOWN'
[ 12.836] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 31 paused 0
[ 12.836] (**) DELL0816:00 044E:121F UNKNOWN: always reports core events
[ 12.836] (**) Option "Device" "/dev/input/event11"
[ 12.837] (II) event11 - DELL0816:00 044E:121F UNKNOWN: is tagged by udev as: Keyboard
[ 12.837] (II) event11 - DELL0816:00 044E:121F UNKNOWN: device is a keyboard
[ 12.837] (II) event11 - DELL0816:00 044E:121F UNKNOWN: device removed
[ 12.837] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL0816:00/0018:044E:121F.0001/input/input14/event11"
[ 12.837] (II) XINPUT: Adding extended input device "DELL0816:00 044E:121F UNKNOWN" (type: KEYBOARD, id 12)
[ 12.837] (**) Option "xkb_model" "pc105+inet"
[ 12.837] (**) Option "xkb_layout" "us"
[ 12.837] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 12.838] (II) event11 - DELL0816:00 044E:121F UNKNOWN: is tagged by udev as: Keyboard
[ 12.838] (II) event11 - DELL0816:00 044E:121F UNKNOWN: device is a keyboard
[ 12.839] (II) config/udev: Adding input device HDA Intel PCH Headphone Mic (/dev/input/event13)
[ 12.839] (II) No input driver specified, ignoring this device.
[ 12.839] (II) This device may have been added with another device file.
[ 12.839] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event14)
[ 12.839] (II) No input driver specified, ignoring this device.
[ 12.839] (II) This device may have been added with another device file.
[ 12.840] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event15)
[ 12.840] (II) No input driver specified, ignoring this device.
[ 12.840] (II) This device may have been added with another device file.
[ 12.840] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event16)
[ 12.840] (II) No input driver specified, ignoring this device.
[ 12.840] (II) This device may have been added with another device file.
[ 12.840] (II) config/udev: Adding input device Intel HID events (/dev/input/event4)
[ 12.840] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[ 12.840] (**) Intel HID events: Applying InputClass "system-keyboard"
[ 12.840] (II) Using input driver 'libinput' for 'Intel HID events'
[ 12.841] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 32 paused 0
[ 12.841] (**) Intel HID events: always reports core events
[ 12.841] (**) Option "Device" "/dev/input/event4"
[ 12.841] (II) event4 - Intel HID events: is tagged by udev as: Keyboard
[ 12.841] (II) event4 - Intel HID events: device is a keyboard
[ 12.841] (II) event4 - Intel HID events: device removed
[ 12.841] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input4/event4"
[ 12.841] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 13)
[ 12.841] (**) Option "xkb_model" "pc105+inet"
[ 12.841] (**) Option "xkb_layout" "us"
[ 12.841] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 12.842] (II) event4 - Intel HID events: is tagged by udev as: Keyboard
[ 12.842] (II) event4 - Intel HID events: device is a keyboard
[ 12.843] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event5)
[ 12.843] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[ 12.843] (**) Intel HID 5 button array: Applying InputClass "system-keyboard"
[ 12.843] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[ 12.843] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 33 paused 0
[ 12.843] (**) Intel HID 5 button array: always reports core events
[ 12.843] (**) Option "Device" "/dev/input/event5"
[ 12.844] (II) event5 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 12.844] (II) event5 - Intel HID 5 button array: device is a keyboard
[ 12.844] (II) event5 - Intel HID 5 button array: device removed
[ 12.844] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input5/event5"
[ 12.844] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 14)
[ 12.844] (**) Option "xkb_model" "pc105+inet"
[ 12.844] (**) Option "xkb_layout" "us"
[ 12.844] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 12.844] (II) event5 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 12.844] (II) event5 - Intel HID 5 button array: device is a keyboard
[ 12.845] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event7)
[ 12.845] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 12.845] (**) Dell WMI hotkeys: Applying InputClass "system-keyboard"
[ 12.845] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[ 12.846] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 34 paused 0
[ 12.846] (**) Dell WMI hotkeys: always reports core events
[ 12.846] (**) Option "Device" "/dev/input/event7"
[ 12.847] (II) event7 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 12.847] (II) event7 - Dell WMI hotkeys: device is a keyboard
[ 12.847] (II) event7 - Dell WMI hotkeys: device removed
[ 12.847] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:01/wmi_bus/wmi_bus-PNP0C14:01/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input7/event7"
[ 12.847] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 15)
[ 12.847] (**) Option "xkb_model" "pc105+inet"
[ 12.847] (**) Option "xkb_layout" "us"
[ 12.847] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 12.848] (II) event7 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 12.848] (II) event7 - Dell WMI hotkeys: device is a keyboard
[ 12.848] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event8)
[ 12.848] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 12.848] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[ 12.848] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 12.849] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 35 paused 0
[ 12.849] (**) AT Translated Set 2 keyboard: always reports core events
[ 12.849] (**) Option "Device" "/dev/input/event8"
[ 12.850] (II) event8 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 12.850] (II) event8 - AT Translated Set 2 keyboard: device is a keyboard
[ 12.850] (II) event8 - AT Translated Set 2 keyboard: device removed
[ 12.850] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input8/event8"
[ 12.850] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 16)
[ 12.850] (**) Option "xkb_model" "pc105+inet"
[ 12.850] (**) Option "xkb_layout" "us"
[ 12.850] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 12.851] (II) event8 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 12.851] (II) event8 - AT Translated Set 2 keyboard: device is a keyboard
[ 12.852] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[ 12.852] (II) No input driver specified, ignoring this device.
[ 12.852] (II) This device may have been added with another device file.
[ 14.429] (II) intel(0): EDID vendor "LGD", prod id 1437
[ 14.429] (II) intel(0): Printing DDC gathered Modelines:
[ 14.429] (II) intel(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[ 14.429] (II) intel(0): Modeline "1920x1080"x0.0 110.90 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (53.3 kHz e)
X doesn't really seem to care one way or the other. That is if I get to start X in the first place. So this "bad boot" still gives me the "FIFO underrun" error, funky display area and becomes unresponsive when turning the display off but most boots on Linux 6.9.1 will become unresponsive before logging in via tty and therefore before X even starts.
Offline
You certainly want to get rid of xf86-video-intel
[ 11.349] (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)
[ 11.349] (EE) AIGLX error: unable to load driver i965
[ 11.598] (II) IGLX: Loaded and initialized swrast
[ 11.598] (II) GLX: Initialized DRISWRAST GL provider for screen 0
and unfortunately it also doesn't print the EDIDs (though at least superficially they look the same)
Do these 3 parameters help out:
https://wiki.archlinux.org/title/Intel_ … Intel_CPUs ?
Offline
Alright, I got rid of xf86-video-intel. I only installed it trying to troubleshoot this particular issue in the first place.
The parameter that apparently "solves" this is intel_idle.max_cstate=1 wich is less than ideal...
I used all three and then eliminated one by one and so far it seems to work.
My i5-8350U is apparently a Kaby Lake Refresh chip affected by a hardware flaw... This is news to me as I've been using this same machine for a long time now and never had any issues before and it still works fine with earlier kernels.
I'll mark this solved and check if future updates make this parameter unnecessary in which case I'll add that info the my initial post.
So thanks for the help. Much appreciated.
Offline
Your system doesn't crash per-se but apparently the applied power management is apparently at least momentarily too agressive and the display signal degrades.
"i915.enable_dc=0" alone doesn't work?
Does a lower c-state restriction, eg. "intel_idle.max_cstate=5"?
Do you have the same problem w/ the LTS kernel?
Do you use a userspace powermanagement tool like TLP?
You do have https://archlinux.org/packages/extra/any/intel-ucode/ intalled?
Offline
Unfortunately neither "i915.enable_dc=0" nor "intel_idle.max_cstate=5" help. Same behavior as without any parameters.
The LTS Kernel works absolutely fine. I've never had any issues with Linux 6.6 even when it was brand new either.
I don't use any userspace power management tools.
Yes, I have intel-ucode installed.
The microcode hook is the first hook after autodetect in my mkinitcpio.conf.
However I don't think it's doing much right now (no "microcode updated early" message during boot) because my BIOS is still receiving updates. The current one is four days old.
Offline
The LTS Kernel works absolutely fine.
This and assuming 6.8 still works as well makes it less likely that this is a HW issue.
If this doesn't go away by itself you'd have to bisect between 6.8.9 and 6.9
commit 35396cd3efa8b0311fbbb5a0cc48bd7d8b017b81
Author: Ville Syrjälä <ville.syrjala@linux.intel.com>
Date: Tue Jan 23 11:02:44 2024 +0200drm/i915/fbc: Allow FBC with CCS modifiers on SKL+
---
commit 199c7d75b2676b64b0b3cda075450d59debe612b
Author: Imre Deak <imre.deak@intel.com>
Date: Mon Feb 26 20:52:45 2024 +0200drm/i915/dp: Sync instead of try-sync commits when getting active pipes
---
commit 7b1f6b5aaec0f849e19c3e99d4eea75876853cdd
Author: Ville Syrjälä <ville.syrjala@linux.intel.com>
Date: Tue Apr 2 18:50:03 2024 +0300drm/i915/cdclk: Fix CDCLK programming order when pipes are active
----
commit 6154cc9177ccea00c89ce0bf93352e474b819ff2
Author: Ville Syrjälä <ville.syrjala@linux.intel.com>
Date: Tue Apr 2 18:50:04 2024 +0300drm/i915/cdclk: Fix voltage_level programming edge case
look interesting - does enforcing enable_fbc to 0/1 do anything?
Offline
If you want help with the bisection the three kernels to initially test are:
To start off it would be good if you could verify that 6.8 works:
sudo pacman -U https://archive.archlinux.org/packages/l/linux/linux-6.8.arch1-1-x86_64.pkg.tar.zst
And that the 6.9 kernel does not:
sudo pacman -U https://archive.archlinux.org/packages/l/linux/linux-6.9.arch1-1-x86_64.pkg.tar.zst
The next package is the first one from the bisection itself:
sudo pacman -U https://pkgbuild.com/~gromit/linux-bisection-kernels/linux-mainline-v6.8.r8073.g480e035-1-x86_64.pkg.tar.zst
Offline
@Seth
Yes, Linux 6.8 has worked all this time.
I tried both forcing framebuffer compression on and off (i915.enable_fbc=1 and i915.enable_fbc=0 as kernel parameters) to no avail.
It is my assumption that Linux 6.9 changed some things more radically than usual as this is not the only hardware I have issues with, just the most pressing as it is my daily driver.
So the next step will be the bisection which looks quite intimidating.
@loqs
Could you please elaborate on the last package? How did you get this one and how would I find packages like this myself?
Offline
It is from https://gitlab.archlinux.org/archlinux/ … ote_187653 you can find all gromit's bisection related kernels in https://pkgbuild.com/~gromit/linux-bisection-kernels/.
$ git bisect start
Already on 'makepkg'
status: waiting for both good and bad commits
$ git bisect bad v6.9
status: waiting for good commit(s), bad commit known
$ git bisect good v6.8
Bisecting: 7604 revisions left to test after this (roughly 13 steps)
[480e035fc4c714fb5536e64ab9db04fedc89e910] Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernel
$ git describe
v6.8-8073-g480e035fc4c7
Edit:
If after testing you found v6.8-8073-g480e035fc4c7 was bad then
$ git bisect bad
Bisecting: 2870 revisions left to test after this (roughly 12 steps)
[9187210eee7d87eea37b45ea93454a88681894a4] Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
$ git describe
v6.8-5202-g9187210eee7d
Which gromit has also already built https://pkgbuild.com/~gromit/linux-bise … kg.tar.zst
Last edited by loqs (2024-05-29 08:09:25)
Offline
Offline