You are not logged in.

#1 2022-07-15 19:20:01

Jason P.
Member
Registered: 2015-02-26
Posts: 171

Broken desktop effects on KDE (maybe video driver issue)

Hi,

I'm not sure if this problem is strictly related to KDE or it's a bug on the video driver, but it hasn't been fixed for a couple of weeks with latest updates and I don't find similar reports anywhere.

While changing between virtual desktops the whole screen flashes for a brief period of time and I can see the wallpaper. It doesn't happen the smooth slide transition from before. Enabling/disabling the effect doesn't fix the problem. It really looks like a video tearing thing.

Moreover the transparent background of Latte Dock doesn't work and it's solid white.

I've noticed that corners in windows show a little black arrow when on top of a white background, as if they were a rectangle in fact. Probably it is the case but as a user I could never perceived it before.

It looks like decorations are broken on my KDE installation.

Btw, this is a Thinkpad T14 AMD with Ryzen 7 Pro 4750U processor.

Thanks.

Last edited by Jason P. (2022-07-15 20:01:50)

Offline

#2 2022-07-15 19:49:06

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,691

Re: Broken desktop effects on KDE (maybe video driver issue)

Which video driver?
What GPU?
Xorg or Wayland.

All smooth here on Xorg and Intel Iris Xe graphics


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#3 2022-07-15 20:01:00

Jason P.
Member
Registered: 2015-02-26
Posts: 171

Re: Broken desktop effects on KDE (maybe video driver issue)

xf86-video-amdgpu 22.0.0-1
AMD Radeon RX Vega 7
Xorg

Offline

#4 2022-07-15 21:29:06

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

Re: Broken desktop effects on KDE (maybe video driver issue)

Offline

#5 2022-07-15 22:08:26

Jason P.
Member
Registered: 2015-02-26
Posts: 171

Re: Broken desktop effects on KDE (maybe video driver issue)

$ grep -e EE -e WW Xorg.0.log.old
[  2665.905] (WW) The directory "/usr/share/fonts/misc" does not exist.
[  2665.905] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[  2665.905] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF".
[  2665.905] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  2665.905] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[  2665.905] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[  2665.906] (EE) dbus-core: error connecting to system bus: org.freedesktop.DBus.Error.NoReply (Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.)
[  2665.941] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  2665.944] (WW) Warning, couldn't open module ati
[  2665.944] (EE) Failed to load module "ati" (module does not exist, 0)
[  2665.944] (WW) Warning, couldn't open module fbdev
[  2665.944] (EE) Failed to load module "fbdev" (module does not exist, 0)
[  2665.944] (WW) Warning, couldn't open module vesa
[  2665.944] (EE) Failed to load module "vesa" (module does not exist, 0)
[  2665.947] (WW) Falling back to old probe method for modesetting
[  2666.088] (II) Initializing extension MIT-SCREEN-SAVER
[  2666.395] (EE) dbus-core: error connecting to system bus: org.freedesktop.DBus.Error.NoReply (Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.)
$ grep -e EE -e WW Xorg.0.log
[     6.278] (WW) The directory "/usr/share/fonts/misc" does not exist.
[     6.278] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[     6.278] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF".
[     6.278] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     6.278] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     6.278] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     6.312] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     6.322] (WW) Warning, couldn't open module ati
[     6.322] (EE) Failed to load module "ati" (module does not exist, 0)
[     6.323] (WW) Warning, couldn't open module fbdev
[     6.323] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     6.323] (WW) Warning, couldn't open module vesa
[     6.323] (EE) Failed to load module "vesa" (module does not exist, 0)
[     6.325] (WW) Falling back to old probe method for modesetting
[     6.586] (II) Initializing extension MIT-SCREEN-SAVER
[   221.579] (EE) event6  - USB-HID Keyboard: client bug: event processing lagging behind by 31ms, your system is too slow
[   283.601] (EE) event6  - USB-HID Keyboard: client bug: event processing lagging behind by 31ms, your system is too slow
[   515.850] (EE) event6  - USB-HID Keyboard: client bug: event processing lagging behind by 27ms, your system is too slow
[   893.366] (EE) event6  - USB-HID Keyboard: client bug: event processing lagging behind by 32ms, your system is too slow
[   910.551] (EE) event6  - USB-HID Keyboard: client bug: event processing lagging behind by 22ms, your system is too slow
[   910.551] (EE) event6  - USB-HID Keyboard: WARNING: log rate limit exceeded (5 msgs per 60min). Discarding future messages.

Last edited by Jason P. (2022-07-15 22:15:34)

Offline

#6 2022-07-15 22:17:02

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,300

Re: Broken desktop effects on KDE (maybe video driver issue)

Don't grep, post the entire file.

Offline

#7 2022-07-16 08:27:59

Jason P.
Member
Registered: 2015-02-26
Posts: 171

Re: Broken desktop effects on KDE (maybe video driver issue)

Here you have it: https://termbin.com/i14v

Offline

#8 2022-07-16 08:41:27

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

Re: Broken desktop effects on KDE (maybe video driver issue)

Drop the xf86-video-amdgpu package.
If that doesn't help, post

qdbus org.kde.KWin /KWin supportInformation

Offline

Board footer

Powered by FluxBB