You are not logged in.
My KDE system softwares (including settings, wallpaper, and app tray) are totally stuck, while 3rd-party apps are displayed normally.
These problems remain after reinstallation.
I tried to create a Xorg configuration file and an i915 config file so that I can force Xorg to run on a certain device ID (which in my case is 46A6), but they are not helping at all.
I don't even know how to debug the problem. If you know the command for debugging xorg, kde and other things that may be involved in the problem, please let me know. Thank you for your help.
Last edited by RcBai (2023-01-21 00:32:17)
Offline
Start by psoting your xorg log, https://wiki.archlinux.org/title/Xorg#General
Online
Xorg debug file shown below:
[ 5.037] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jan 20 15:39:15 2023
[ 5.042] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 5.246] (II) config/udev: Adding input device Logitech Wireless Keyboard PID:4023 (/dev/input/event3)
[ 5.246] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "libinput keyboard catchall"
[ 5.246] (II) Using input driver 'libinput' for 'Logitech Wireless Keyboard PID:4023'
[ 5.246] (**) Logitech Wireless Keyboard PID:4023: always reports core events
[ 5.246] (II) event3 - Logitech Wireless Keyboard PID:4023: is tagged by udev as: Keyboard
[ 5.246] (II) event3 - Logitech Wireless Keyboard PID:4023: device is a keyboard
[ 5.246] (II) event3 - Logitech Wireless Keyboard PID:4023: device removed
[ 5.246] (II) libinput: Logitech Wireless Keyboard PID:4023: needs a virtual subdevice
[ 5.246] (II) XINPUT: Adding extended input device "Logitech Wireless Keyboard PID:4023" (type: MOUSE, id 8)
[ 5.246] (**) Logitech Wireless Keyboard PID:4023: (accel) selected scheme none/0
[ 5.246] (**) Logitech Wireless Keyboard PID:4023: (accel) acceleration factor: 2.000
[ 5.246] (**) Logitech Wireless Keyboard PID:4023: (accel) acceleration threshold: 4
[ 5.247] (II) event3 - Logitech Wireless Keyboard PID:4023: is tagged by udev as: Keyboard
[ 5.247] (II) event3 - Logitech Wireless Keyboard PID:4023: device is a keyboard
[ 5.247] (II) config/udev: Adding input device Logitech Wireless Mouse (/dev/input/event4)
[ 5.247] (**) Logitech Wireless Mouse: Applying InputClass "libinput pointer catchall"
[ 5.247] (II) Using input driver 'libinput' for 'Logitech Wireless Mouse'
[ 5.247] (**) Logitech Wireless Mouse: always reports core events
[ 5.248] (II) event4 - Logitech Wireless Mouse: is tagged by udev as: Mouse
[ 5.248] (II) event4 - Logitech Wireless Mouse: device is a pointer
[ 5.248] (II) event4 - Logitech Wireless Mouse: device removed
[ 5.255] (II) XINPUT: Adding extended input device "Logitech Wireless Mouse" (type: MOUSE, id 9)
[ 5.255] (**) Logitech Wireless Mouse: (accel) selected scheme none/0
[ 5.255] (**) Logitech Wireless Mouse: (accel) acceleration factor: 2.000
[ 5.255] (**) Logitech Wireless Mouse: (accel) acceleration threshold: 4
[ 5.255] (II) event4 - Logitech Wireless Mouse: is tagged by udev as: Mouse
[ 5.255] (II) event4 - Logitech Wireless Mouse: device is a pointer
[ 5.273] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "libinput keyboard catchall"
[ 5.273] (II) Using input driver 'libinput' for 'Logitech Wireless Keyboard PID:4023'
[ 5.273] (**) Logitech Wireless Keyboard PID:4023: always reports core events
[ 5.273] (II) libinput: Logitech Wireless Keyboard PID:4023: is a virtual subdevice
[ 5.273] (II) XINPUT: Adding extended input device "Logitech Wireless Keyboard PID:4023" (type: KEYBOARD, id 11)
[ 6.637] (II) config/udev: Adding input device Logitech Wireless Mouse (/dev/input/mouse0)
Offline
1. please use code tags, https://bbs.archlinux.org/help.php#bbcode
2. that is at best an excerpt of the log (and pretty useless for the question at hand)
Online
1. please use code tags, https://bbs.archlinux.org/help.php#bbcode
2. that is at best an excerpt of the log (and pretty useless for the question at hand)
Sorry about that, I'm new here. Should I copy everything in the log instead?
Offline
Yes. You can also upload it using the tip in the 1st link below.
Online
Full version of xorg.0.log:
http://ix.io/4lMS
Offline
Step #1: get rid of xf86-video-intel and all configs referencing it
grep -ri intel /{etc,usr/share}/X11/xorg.conf*If the issue remains, post an updated xorg log.
Online
Step #1: get rid of xf86-video-intel and all configs referencing it
grep -ri intel /{etc,usr/share}/X11/xorg.conf*If the issue remains, post an updated xorg log.
But I'm using intel graphics & and I don't a graphics card
Offline
You'll be using the modesetting driver on top of the i915 kernel module.
xf86-video-intel is in limbo, borderline dead and recently often reported to cause issues - notably w/ newer hardware.
Get rid of xf86-video-intel and all configs referencing it
If the issue remains, post an updated xorg log.
Online
You'll be using the modesetting driver on top of the i915 kernel module.
xf86-video-intel is in limbo, borderline dead and recently often reported to cause issues - notably w/ newer hardware.Get rid of xf86-video-intel and all configs referencing it
If the issue remains, post an updated xorg log.
great! All problems are fixed, thank you so much.
Last edited by RcBai (2023-01-21 00:32:32)
Offline