You are not logged in.
Pages: 1
I have a new PC with an upgraded CPU (Intel i5 13500T, Alder Lake). My previous CPU was intel i3 10th generation.
I moved my laptop's m2 drive to the new motherboard, Archlinux started fine. But I started noticing rendering issues: For example when I am using ungoogled-chromium (I can only see a flickering window); I tried playing a video, I can only see the first frame.
I tried asking chatgpt, it asked me to do a few things but none worked.
Can anyone give me advice please?
Last edited by light9876 (2025-10-03 21:43:38)
Offline
On what WM/DE? Wayland or Xorg? What driver?
Offline
Thanks. I don't have a GPU, so the driver I have installed is mesa. I'm using Xorg with awesomewm.
Offline
Sounds like you haven't changed to the Xe driver then, so using the default i915?
Post your xorg log.
Offline
Chatgpt said the xe driver isn't suitable for my CPU architecture.
cat /var/log/Xorg.0.log
[ 6.095]
X.Org X Server 1.21.1.18
X Protocol Version 11, Revision 0
[ 6.095] Current Operating System: Linux elias 6.12.49-1-lts #1 SMP PREEMPT_DYNAMIC Thu, 25 Sep 2025 09:57:28 +0000 x86_64
[ 6.095] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=e624d741-14eb-4552-a797-c08c360694c7 rw loglevel=3
[ 6.095]
[ 6.095] Current version of pixman: 0.46.4
[ 6.095] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 6.095] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 6.095] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Oct 2 20:08:24 2025
[ 6.098] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 6.098] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 6.100] (==) No Layout section. Using the first Screen section.
[ 6.100] (==) No screen section available. Using defaults.
[ 6.100] (**) |-->Screen "Default Screen Section" (0)
[ 6.100] (**) | |-->Monitor "<default monitor>"
[ 6.100] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 6.100] (**) Allowing byte-swapped clients
[ 6.100] (==) Automatically adding devices
[ 6.100] (==) Automatically enabling devices
[ 6.100] (==) Automatically adding GPU devices
[ 6.100] (==) Automatically binding GPU devices
[ 6.100] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 6.101] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 6.101] Entry deleted from font path.
[ 6.101] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 6.101] Entry deleted from font path.
[ 6.101] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 6.101] Entry deleted from font path.
[ 6.101] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 6.101] Entry deleted from font path.
[ 6.101] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 6.101] Entry deleted from font path.
[ 6.101] (==) FontPath set to:
/usr/share/fonts/TTF
[ 6.101] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 6.101] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 6.101] (II) Module ABI versions:
[ 6.101] X.Org ANSI C Emulation: 0.4
[ 6.101] X.Org Video Driver: 25.2
[ 6.101] X.Org XInput driver : 24.4
[ 6.101] X.Org Server Extension : 10.0
[ 6.101] (++) using VT number 1
[ 6.101] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 6.102] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 6.102] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[ 6.104] (--) PCI:*(0@0:2:0) 8086:4680:1043:8694 rev 12, Mem @ 0x6002000000/16777216, 0x4000000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[ 6.104] (II) LoadModule: "glx"
[ 6.105] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 6.114] (II) Module glx: vendor="X.Org Foundation"
[ 6.114] compiled for 1.21.1.18, module version = 1.0.0
[ 6.114] ABI class: X.Org Server Extension, version 10.0
[ 6.114] (==) Matched intel as autoconfigured driver 0
[ 6.114] (==) Matched modesetting as autoconfigured driver 1
[ 6.114] (==) Matched fbdev as autoconfigured driver 2
[ 6.114] (==) Matched vesa as autoconfigured driver 3
[ 6.114] (==) Assigned the driver to the xf86ConfigLayout
[ 6.114] (II) LoadModule: "intel"
[ 6.114] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 6.117] (II) Module intel: vendor="X.Org Foundation"
[ 6.117] compiled for 1.21.1.16, module version = 2.99.917
[ 6.117] Module class: X.Org Video Driver
[ 6.117] ABI class: X.Org Video Driver, version 25.2
[ 6.117] (II) LoadModule: "modesetting"
[ 6.118] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 6.120] (II) Module modesetting: vendor="X.Org Foundation"
[ 6.120] compiled for 1.21.1.18, module version = 1.21.1
[ 6.120] Module class: X.Org Video Driver
[ 6.120] ABI class: X.Org Video Driver, version 25.2
[ 6.120] (II) LoadModule: "fbdev"
[ 6.120] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 6.120] (II) Module fbdev: vendor="X.Org Foundation"
[ 6.120] compiled for 1.21.1.14, module version = 0.5.1
[ 6.120] Module class: X.Org Video Driver
[ 6.120] ABI class: X.Org Video Driver, version 25.2
[ 6.120] (II) LoadModule: "vesa"
[ 6.120] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 6.121] (II) Module vesa: vendor="X.Org Foundation"
[ 6.121] compiled for 1.21.1.11, module version = 2.6.0
[ 6.121] Module class: X.Org Video Driver
[ 6.121] ABI class: X.Org Video Driver, version 25.2
[ 6.121] (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
[ 6.121] (II) intel: Driver for Intel(R) HD Graphics
[ 6.121] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[ 6.121] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[ 6.121] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 6.121] (II) FBDEV: driver for framebuffer: fbdev
[ 6.121] (II) VESA: driver for VESA chipsets: vesa
[ 6.121] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 0
[ 6.121] (II) intel(0): SNA compiled from 2.99.917-939-g4a64400e
[ 6.122] (WW) Falling back to old probe method for modesetting
[ 6.122] (EE) open /dev/dri/card0: No such file or directory
[ 6.122] (WW) Falling back to old probe method for fbdev
[ 6.122] (II) Loading sub module "fbdevhw"
[ 6.122] (II) LoadModule: "fbdevhw"
[ 6.122] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 6.123] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 6.123] compiled for 1.21.1.18, module version = 0.0.2
[ 6.123] ABI class: X.Org Video Driver, version 25.2
[ 6.123] (WW) intel(0): Unknown chipset
[ 6.123] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 14 threads
[ 6.123] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 6.123] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 6.123] (==) intel(0): RGB weight 888
[ 6.123] (==) intel(0): Default visual is TrueColor
[ 6.124] (II) intel(0): Output DP1 has no monitor section
[ 6.124] (II) intel(0): Enabled output DP1
[ 6.124] (II) intel(0): Output HDMI1 has no monitor section
[ 6.124] (II) intel(0): Enabled output HDMI1
[ 6.124] (II) intel(0): Output HDMI2 has no monitor section
[ 6.124] (II) intel(0): Enabled output HDMI2
[ 6.124] (II) intel(0): Output DP2 has no monitor section
[ 6.124] (II) intel(0): Enabled output DP2
[ 6.124] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[ 6.124] (II) intel(0): Output VIRTUAL1 has no monitor section
[ 6.124] (II) intel(0): Enabled output VIRTUAL1
[ 6.124] (--) intel(0): Output DP1 using initial mode 1920x1080 on crtc 0
[ 6.124] (==) intel(0): TearFree enabled
[ 6.124] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[ 6.124] (==) intel(0): DPI set to (96, 96)
[ 6.124] (II) Loading sub module "dri3"
[ 6.124] (II) LoadModule: "dri3"
[ 6.124] (II) Module "dri3" already built-in
[ 6.124] (II) Loading sub module "dri2"
[ 6.124] (II) LoadModule: "dri2"
[ 6.124] (II) Module "dri2" already built-in
[ 6.124] (II) Loading sub module "present"
[ 6.124] (II) LoadModule: "present"
[ 6.124] (II) Module "present" already built-in
[ 6.124] (II) UnloadModule: "modesetting"
[ 6.124] (II) Unloading modesetting
[ 6.124] (II) UnloadModule: "fbdev"
[ 6.124] (II) Unloading fbdev
[ 6.124] (II) UnloadSubModule: "fbdevhw"
[ 6.124] (II) Unloading fbdevhw
[ 6.124] (II) UnloadModule: "vesa"
[ 6.124] (II) Unloading vesa
[ 6.126] (II) intel(0): SNA initialized with generic backend
[ 6.126] (==) intel(0): Backing store enabled
[ 6.126] (==) intel(0): Silken mouse enabled
[ 6.126] (II) intel(0): HW Cursor enabled
[ 6.126] (==) intel(0): DPMS enabled
[ 6.126] (==) intel(0): Display hotplug detection enabled
[ 6.127] (II) intel(0): Textured video not supported on this hardware or backend
[ 6.127] (II) intel(0): [DRI2] Setup complete
[ 6.127] (II) intel(0): [DRI2] DRI driver: i965
[ 6.127] (II) intel(0): [DRI2] VDPAU driver: va_gl
[ 6.127] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[ 6.127] (II) intel(0): hardware support for Present enabled
[ 6.127] (II) Initializing extension Generic Event Extension
[ 6.127] (II) Initializing extension SHAPE
[ 6.128] (II) Initializing extension MIT-SHM
[ 6.128] (II) Initializing extension XInputExtension
[ 6.128] (II) Initializing extension XTEST
[ 6.128] (II) Initializing extension BIG-REQUESTS
[ 6.128] (II) Initializing extension SYNC
[ 6.128] (II) Initializing extension XKEYBOARD
[ 6.128] (II) Initializing extension XC-MISC
[ 6.128] (II) Initializing extension SECURITY
[ 6.128] (II) Initializing extension XFIXES
[ 6.129] (II) Initializing extension RENDER
[ 6.129] (II) Initializing extension RANDR
[ 6.129] (II) Initializing extension COMPOSITE
[ 6.129] (II) Initializing extension DAMAGE
[ 6.129] (II) Initializing extension MIT-SCREEN-SAVER
[ 6.129] (II) Initializing extension DOUBLE-BUFFER
[ 6.129] (II) Initializing extension RECORD
[ 6.129] (II) Initializing extension DPMS
[ 6.129] (II) Initializing extension Present
[ 6.129] (II) Initializing extension DRI3
[ 6.129] (II) Initializing extension X-Resource
[ 6.129] (II) Initializing extension XVideo
[ 6.129] (II) Initializing extension XVideo-MotionCompensation
[ 6.129] (II) Initializing extension GLX
[ 6.129] (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)
[ 6.129] (EE) AIGLX error: unable to load driver i965
[ 6.379] (II) IGLX: Loaded and initialized swrast
[ 6.379] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 6.379] (II) Initializing extension XFree86-VidModeExtension
[ 6.379] (II) Initializing extension XFree86-DGA
[ 6.380] (II) Initializing extension XFree86-DRI
[ 6.380] (II) Initializing extension DRI2
[ 6.383] (EE) intel(0): Failed to submit rendering commands (Invalid argument), disabling acceleration.
[ 6.383] (II) intel(0): switch to mode 1920x1080@60.0 on DP1 using crtc 0, position (0, 0), rotation normal, reflection none
[ 6.386] (II) intel(0): Setting screen physical size to 508 x 285
[ 6.446] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 6.446] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 6.446] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 6.446] (**) Power Button: Applying InputClass "system-keyboard"
[ 6.446] (II) LoadModule: "libinput"
[ 6.446] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 6.452] (II) Module libinput: vendor="X.Org Foundation"
[ 6.452] compiled for 1.21.1.13, module version = 1.5.0
[ 6.452] Module class: X.Org XInput Driver
[ 6.452] ABI class: X.Org XInput driver, version 24.4
[ 6.452] (II) Using input driver 'libinput' for 'Power Button'
[ 6.452] (**) Power Button: always reports core events
[ 6.452] (**) Option "Device" "/dev/input/event2"
[ 6.468] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 6.468] (II) event2 - Power Button: device is a keyboard
[ 6.468] (II) event2 - Power Button: device removed
[ 6.493] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 6.493] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 6.493] (**) Option "xkb_model" "pc105"
[ 6.493] (**) Option "xkb_layout" "gb,ara"
[ 6.493] (**) Option "xkb_variant" ",digits"
[ 6.493] (**) Option "xkb_options" "grp:caps_toggle"
[ 6.516] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 6.517] (II) event2 - Power Button: device is a keyboard
[ 6.517] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[ 6.517] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 6.517] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 6.517] (**) Video Bus: Applying InputClass "system-keyboard"
[ 6.517] (II) Using input driver 'libinput' for 'Video Bus'
[ 6.517] (**) Video Bus: always reports core events
[ 6.517] (**) Option "Device" "/dev/input/event7"
[ 6.518] (II) event7 - Video Bus: is tagged by udev as: Keyboard
[ 6.518] (II) event7 - Video Bus: device is a keyboard
[ 6.518] (II) event7 - Video Bus: device removed
[ 6.563] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8/event7"
[ 6.563] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 6.563] (**) Option "xkb_model" "pc105"
[ 6.563] (**) Option "xkb_layout" "gb,ara"
[ 6.563] (**) Option "xkb_variant" ",digits"
[ 6.563] (**) Option "xkb_options" "grp:caps_toggle"
[ 6.565] (II) event7 - Video Bus: is tagged by udev as: Keyboard
[ 6.566] (II) event7 - Video Bus: device is a keyboard
[ 6.567] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 6.567] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 6.567] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 6.567] (**) Power Button: Applying InputClass "system-keyboard"
[ 6.567] (II) Using input driver 'libinput' for 'Power Button'
[ 6.567] (**) Power Button: always reports core events
[ 6.567] (**) Option "Device" "/dev/input/event1"
[ 6.569] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 6.569] (II) event1 - Power Button: device is a keyboard
[ 6.569] (II) event1 - Power Button: device removed
[ 6.593] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 6.593] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 6.593] (**) Option "xkb_model" "pc105"
[ 6.593] (**) Option "xkb_layout" "gb,ara"
[ 6.593] (**) Option "xkb_variant" ",digits"
[ 6.593] (**) Option "xkb_options" "grp:caps_toggle"
[ 6.595] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 6.595] (II) event1 - Power Button: device is a keyboard
[ 6.597] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 6.597] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 6.597] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 6.597] (**) Sleep Button: Applying InputClass "system-keyboard"
[ 6.597] (II) Using input driver 'libinput' for 'Sleep Button'
[ 6.597] (**) Sleep Button: always reports core events
[ 6.597] (**) Option "Device" "/dev/input/event0"
[ 6.599] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 6.599] (II) event0 - Sleep Button: device is a keyboard
[ 6.599] (II) event0 - Sleep Button: device removed
[ 6.623] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 6.623] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 6.623] (**) Option "xkb_model" "pc105"
[ 6.623] (**) Option "xkb_layout" "gb,ara"
[ 6.623] (**) Option "xkb_variant" ",digits"
[ 6.623] (**) Option "xkb_options" "grp:caps_toggle"
[ 6.625] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 6.626] (II) event0 - Sleep Button: device is a keyboard
[ 6.629] (II) config/udev: Adding input device Dell Dell Wired Multimedia Keyboard (/dev/input/event4)
[ 6.629] (**) Dell Dell Wired Multimedia Keyboard: Applying InputClass "evdev keyboard catchall"
[ 6.629] (**) Dell Dell Wired Multimedia Keyboard: Applying InputClass "libinput keyboard catchall"
[ 6.629] (**) Dell Dell Wired Multimedia Keyboard: Applying InputClass "system-keyboard"
[ 6.629] (II) Using input driver 'libinput' for 'Dell Dell Wired Multimedia Keyboard'
[ 6.629] (**) Dell Dell Wired Multimedia Keyboard: always reports core events
[ 6.629] (**) Option "Device" "/dev/input/event4"
[ 6.632] (II) event4 - Dell Dell Wired Multimedia Keyboard: is tagged by udev as: Keyboard
[ 6.632] (II) event4 - Dell Dell Wired Multimedia Keyboard: device is a keyboard
[ 6.633] (II) event4 - Dell Dell Wired Multimedia Keyboard: device removed
[ 6.673] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:413C:2110.0002/input/input4/event4"
[ 6.673] (II) XINPUT: Adding extended input device "Dell Dell Wired Multimedia Keyboard" (type: KEYBOARD, id 10)
[ 6.673] (**) Option "xkb_model" "pc105"
[ 6.673] (**) Option "xkb_layout" "gb,ara"
[ 6.673] (**) Option "xkb_variant" ",digits"
[ 6.673] (**) Option "xkb_options" "grp:caps_toggle"
[ 6.677] (II) event4 - Dell Dell Wired Multimedia Keyboard: is tagged by udev as: Keyboard
[ 6.677] (II) event4 - Dell Dell Wired Multimedia Keyboard: device is a keyboard
[ 6.680] (II) config/udev: Adding input device Dell Dell Wired Multimedia Keyboard Mouse (/dev/input/event5)
[ 6.680] (**) Dell Dell Wired Multimedia Keyboard Mouse: Applying InputClass "evdev pointer catchall"
[ 6.680] (**) Dell Dell Wired Multimedia Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[ 6.680] (II) Using input driver 'libinput' for 'Dell Dell Wired Multimedia Keyboard Mouse'
[ 6.680] (**) Dell Dell Wired Multimedia Keyboard Mouse: always reports core events
[ 6.680] (**) Option "Device" "/dev/input/event5"
[ 6.683] (II) event5 - Dell Dell Wired Multimedia Keyboard Mouse: is tagged by udev as: Mouse
[ 6.684] (II) event5 - Dell Dell Wired Multimedia Keyboard Mouse: device is a pointer
[ 6.684] (II) event5 - Dell Dell Wired Multimedia Keyboard Mouse: device removed
[ 6.766] (II) libinput: Dell Dell Wired Multimedia Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 6.766] (II) libinput: Dell Dell Wired Multimedia Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 6.766] (II) libinput: Dell Dell Wired Multimedia Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 6.767] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:413C:2110.0003/input/input5/event5"
[ 6.767] (II) XINPUT: Adding extended input device "Dell Dell Wired Multimedia Keyboard Mouse" (type: MOUSE, id 11)
[ 6.767] (**) Option "AccelerationScheme" "none"
[ 6.767] (**) Dell Dell Wired Multimedia Keyboard Mouse: (accel) selected scheme none/0
[ 6.767] (**) Dell Dell Wired Multimedia Keyboard Mouse: (accel) acceleration factor: 2.000
[ 6.767] (**) Dell Dell Wired Multimedia Keyboard Mouse: (accel) acceleration threshold: 4
[ 6.771] (II) event5 - Dell Dell Wired Multimedia Keyboard Mouse: is tagged by udev as: Mouse
[ 6.771] (II) event5 - Dell Dell Wired Multimedia Keyboard Mouse: device is a pointer
[ 6.772] (II) config/udev: Adding input device Dell Dell Wired Multimedia Keyboard Mouse (/dev/input/mouse1)
[ 6.772] (II) No input driver specified, ignoring this device.
[ 6.772] (II) This device may have been added with another device file.
[ 6.773] (II) config/udev: Adding input device Dell Dell Wired Multimedia Keyboard System Control (/dev/input/event6)
[ 6.773] (**) Dell Dell Wired Multimedia Keyboard System Control: Applying InputClass "evdev keyboard catchall"
[ 6.773] (**) Dell Dell Wired Multimedia Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[ 6.773] (**) Dell Dell Wired Multimedia Keyboard System Control: Applying InputClass "system-keyboard"
[ 6.773] (II) Using input driver 'libinput' for 'Dell Dell Wired Multimedia Keyboard System Control'
[ 6.773] (**) Dell Dell Wired Multimedia Keyboard System Control: always reports core events
[ 6.773] (**) Option "Device" "/dev/input/event6"
[ 6.774] (II) event6 - Dell Dell Wired Multimedia Keyboard System Control: is tagged by udev as: Keyboard
[ 6.774] (II) event6 - Dell Dell Wired Multimedia Keyboard System Control: device is a keyboard
[ 6.774] (II) event6 - Dell Dell Wired Multimedia Keyboard System Control: device removed
[ 6.823] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:413C:2110.0003/input/input6/event6"
[ 6.823] (II) XINPUT: Adding extended input device "Dell Dell Wired Multimedia Keyboard System Control" (type: KEYBOARD, id 12)
[ 6.823] (**) Option "xkb_model" "pc105"
[ 6.823] (**) Option "xkb_layout" "gb,ara"
[ 6.823] (**) Option "xkb_variant" ",digits"
[ 6.823] (**) Option "xkb_options" "grp:caps_toggle"
[ 6.829] (II) event6 - Dell Dell Wired Multimedia Keyboard System Control: is tagged by udev as: Keyboard
[ 6.829] (II) event6 - Dell Dell Wired Multimedia Keyboard System Control: device is a keyboard
[ 6.832] (II) config/udev: Adding input device Dell Dell Wired Multimedia Keyboard Consumer Control (/dev/input/event8)
[ 6.832] (**) Dell Dell Wired Multimedia Keyboard Consumer Control: Applying InputClass "evdev keyboard catchall"
[ 6.832] (**) Dell Dell Wired Multimedia Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 6.832] (**) Dell Dell Wired Multimedia Keyboard Consumer Control: Applying InputClass "system-keyboard"
[ 6.832] (II) Using input driver 'libinput' for 'Dell Dell Wired Multimedia Keyboard Consumer Control'
[ 6.832] (**) Dell Dell Wired Multimedia Keyboard Consumer Control: always reports core events
[ 6.832] (**) Option "Device" "/dev/input/event8"
[ 6.836] (II) event8 - Dell Dell Wired Multimedia Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 6.836] (II) event8 - Dell Dell Wired Multimedia Keyboard Consumer Control: device is a keyboard
[ 6.836] (II) event8 - Dell Dell Wired Multimedia Keyboard Consumer Control: device removed
[ 6.900] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:413C:2110.0003/input/input7/event8"
[ 6.900] (II) XINPUT: Adding extended input device "Dell Dell Wired Multimedia Keyboard Consumer Control" (type: KEYBOARD, id 13)
[ 6.900] (**) Option "xkb_model" "pc105"
[ 6.900] (**) Option "xkb_layout" "gb,ara"
[ 6.900] (**) Option "xkb_variant" ",digits"
[ 6.900] (**) Option "xkb_options" "grp:caps_toggle"
[ 6.904] (II) event8 - Dell Dell Wired Multimedia Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 6.904] (II) event8 - Dell Dell Wired Multimedia Keyboard Consumer Control: device is a keyboard
[ 6.906] (II) config/udev: Adding input device PixArt Dell MS116 USB Optical Mouse (/dev/input/event3)
[ 6.906] (**) PixArt Dell MS116 USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 6.906] (**) PixArt Dell MS116 USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[ 6.906] (II) Using input driver 'libinput' for 'PixArt Dell MS116 USB Optical Mouse'
[ 6.906] (**) PixArt Dell MS116 USB Optical Mouse: always reports core events
[ 6.906] (**) Option "Device" "/dev/input/event3"
[ 6.909] (II) event3 - PixArt Dell MS116 USB Optical Mouse: is tagged by udev as: Mouse
[ 6.909] (II) event3 - PixArt Dell MS116 USB Optical Mouse: device set to 1000 DPI
[ 6.910] (II) event3 - PixArt Dell MS116 USB Optical Mouse: device is a pointer
[ 6.910] (II) event3 - PixArt Dell MS116 USB Optical Mouse: device removed
[ 6.993] (II) libinput: PixArt Dell MS116 USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 6.993] (II) libinput: PixArt Dell MS116 USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 6.993] (II) libinput: PixArt Dell MS116 USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 6.993] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:413C:301A.0001/input/input3/event3"
[ 6.993] (II) XINPUT: Adding extended input device "PixArt Dell MS116 USB Optical Mouse" (type: MOUSE, id 14)
[ 6.993] (**) Option "AccelerationScheme" "none"
[ 6.993] (**) PixArt Dell MS116 USB Optical Mouse: (accel) selected scheme none/0
[ 6.993] (**) PixArt Dell MS116 USB Optical Mouse: (accel) acceleration factor: 2.000
[ 6.993] (**) PixArt Dell MS116 USB Optical Mouse: (accel) acceleration threshold: 4
[ 6.997] (II) event3 - PixArt Dell MS116 USB Optical Mouse: is tagged by udev as: Mouse
[ 6.997] (II) event3 - PixArt Dell MS116 USB Optical Mouse: device set to 1000 DPI
[ 6.997] (II) event3 - PixArt Dell MS116 USB Optical Mouse: device is a pointer
[ 6.999] (II) config/udev: Adding input device PixArt Dell MS116 USB Optical Mouse (/dev/input/mouse0)
[ 6.999] (II) No input driver specified, ignoring this device.
[ 6.999] (II) This device may have been added with another device file.
[ 6.999] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event11)
[ 6.999] (II) No input driver specified, ignoring this device.
[ 6.999] (II) This device may have been added with another device file.
[ 6.999] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event12)
[ 6.999] (II) No input driver specified, ignoring this device.
[ 6.999] (II) This device may have been added with another device file.
[ 7.000] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event13)
[ 7.000] (II) No input driver specified, ignoring this device.
[ 7.000] (II) This device may have been added with another device file.
[ 7.000] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event14)
[ 7.000] (II) No input driver specified, ignoring this device.
[ 7.000] (II) This device may have been added with another device file.
[ 7.000] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event15)
[ 7.000] (II) No input driver specified, ignoring this device.
[ 7.000] (II) This device may have been added with another device file.
[ 7.000] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event16)
[ 7.000] (II) No input driver specified, ignoring this device.
[ 7.000] (II) This device may have been added with another device file.
[ 7.000] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event17)
[ 7.000] (II) No input driver specified, ignoring this device.
[ 7.000] (II) This device may have been added with another device file.
[ 7.000] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event18)
[ 7.000] (II) No input driver specified, ignoring this device.
[ 7.000] (II) This device may have been added with another device file.
[ 7.001] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event19)
[ 7.001] (II) No input driver specified, ignoring this device.
[ 7.001] (II) This device may have been added with another device file.
[ 7.001] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event10)
[ 7.001] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 7.001] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 7.001] (**) Eee PC WMI hotkeys: Applying InputClass "system-keyboard"
[ 7.001] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[ 7.001] (**) Eee PC WMI hotkeys: always reports core events
[ 7.001] (**) Option "Device" "/dev/input/event10"
[ 7.001] (II) event10 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[ 7.001] (II) event10 - Eee PC WMI hotkeys: device is a keyboard
[ 7.001] (II) event10 - Eee PC WMI hotkeys: device removed
[ 7.063] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input10/event10"
[ 7.063] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 15)
[ 7.063] (**) Option "xkb_model" "pc105"
[ 7.063] (**) Option "xkb_layout" "gb,ara"
[ 7.063] (**) Option "xkb_variant" ",digits"
[ 7.063] (**) Option "xkb_options" "grp:caps_toggle"
[ 7.065] (II) event10 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[ 7.065] (II) event10 - Eee PC WMI hotkeys: device is a keyboard
[ 7.067] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[ 7.067] (II) No input driver specified, ignoring this device.
[ 7.067] (II) This device may have been added with another device file.
[ 8.167] (II) intel(0): EDID vendor "DEL", prod id 41236
[ 8.167] (II) intel(0): Using EDID range info for horizontal sync
[ 8.167] (II) intel(0): Using EDID range info for vertical refresh
[ 8.167] (II) intel(0): Printing DDC gathered Modelines:
[ 8.168] (II) intel(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 8.168] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 8.168] (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 8.168] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 8.168] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 8.168] (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 8.168] (II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 8.168] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 8.168] (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 8.168] (II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 8.168] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 8.168] (II) intel(0): Modeline "1600x900"x60.0 119.00 1600 1696 1864 2128 900 901 904 932 -hsync +vsync (55.9 kHz e)
Chatgpt eventually recommended that I switch to wayland! Which I have no intention of doing!
Last edited by light9876 (2025-10-02 19:36:43)
Offline
Update: I tried switching to wayland, and it seems that video playback is without issue now. So wayland does indeed fix it. But I need to fix it on x11 as I'm on awesomewm..
Last edited by light9876 (2025-10-02 19:56:52)
Offline
The fix isn't wayland but not using software rendering
[ 6.129] (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)
[ 6.129] (EE) AIGLX error: unable to load driver i965
[ 6.379] (II) IGLX: Loaded and initialized swrast
[ 6.379] (II) GLX: Initialized DRISWRAST GL provider for screen 0
Remove xf86-video-intel and every configlet that references it
grep -ri intel /{etc,usr/share}/X11/xorg.conf*
Edit:
Chatgpt eventually recommended that I switch to wayland!
*After* seeing that xorg log?
Last edited by seth (2025-10-02 21:08:46)
Offline
Stop listening to ChatGPT about anything. Every single thing it's told you in this thread has been wrong.
Refer to the Wiki instead https://wiki.archlinux.org/title/Intel_graphics which tells you that you should NOT have xf86-video-intel, and shouldn't have on your previous setup, either. It also tells you that Xe *IS* compatible with your processor, but is still experimental. To be clear, I wasn't recommending it, just clarifying what you were using.
Last edited by Scimmia (2025-10-02 23:04:04)
Offline
Yup, thanks Seth, removing xf86-video-intel solved the issue.
Yes, I gave it partially to chatgpt (including the errors), and it did not guess the correct solution.
Thank you also, Scimmia.
Last edited by light9876 (2025-10-03 21:43:58)
Offline
Pages: 1