You are not logged in.

#1 2023-01-20 16:27:07

RcBai
Member
Registered: 2023-01-20
Posts: 6

[SOLVED] KDE Render Error

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

#2 2023-01-20 20:29:40

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,157

Online

#3 2023-01-20 20:53:37

RcBai
Member
Registered: 2023-01-20
Posts: 6

Re: [SOLVED] KDE Render Error

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

#4 2023-01-20 20:56:18

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,157

Re: [SOLVED] KDE Render Error

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

#5 2023-01-20 20:59:59

RcBai
Member
Registered: 2023-01-20
Posts: 6

Re: [SOLVED] KDE Render Error

seth wrote:

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

#6 2023-01-20 21:00:46

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,157

Re: [SOLVED] KDE Render Error

Yes. You can also upload it using the tip in the 1st link below.

Online

#7 2023-01-20 21:12:11

RcBai
Member
Registered: 2023-01-20
Posts: 6

Re: [SOLVED] KDE Render Error

Full version of xorg.0.log:
http://ix.io/4lMS

Offline

#8 2023-01-20 21:21:42

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,157

Re: [SOLVED] KDE Render Error

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

#9 2023-01-20 21:24:25

RcBai
Member
Registered: 2023-01-20
Posts: 6

Re: [SOLVED] KDE Render Error

seth wrote:

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

#10 2023-01-20 21:36:12

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,157

Re: [SOLVED] KDE Render Error

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

#11 2023-01-20 22:33:09

RcBai
Member
Registered: 2023-01-20
Posts: 6

Re: [SOLVED] KDE Render Error

seth wrote:

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

Board footer

Powered by FluxBB