You are not logged in.
I have the Issue that some widgets are not rendered. They are invisible until they have to repaint. But this is only happening with Qt5 applications.
Everything is up to date, I updated and restarted my computer 5 minutes ago.
My computer:
- KDE Plasma version: 6.0.5
- KDE Framework version: 6.3.0
- Qt version: 6.7.1
- Kernel: 6.9.5-arch1-1
- Graphics platform: Wayland
- CPU: Ryzen 7 5800X
- RAM: 32 GB
- GPU: RX 7900 XTX
- Chipset: X570
I have a video where you can see my problem https://youtu.be/L3eK6vhb-GA
Last edited by polyfish0 (2024-06-21 04:13:12)
Offline
What driver did you install for the GPU?
Offline
amdgpu
> sudo lshw -c video
*-display
description: VGA compatible controller
product: Navi 31 [Radeon RX 7900 XT/7900 XTX/7900M]
vendor: Advanced Micro Devices, Inc. [AMD/ATI]
physical id: 0
bus info: pci@0000:0d:00.0
logical name: /dev/fb0
version: c8
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi vga_controller bus_master cap_list rom fb
configuration: depth=32 driver=amdgpu latency=0 resolution=3840,2160
resources: iomemory:700-6ff iomemory:780-77f irq:141 memory:7000000000-77ffffffff memory:7800000000-780fffffff ioport:f000(size=256) memory:fcc00000-fccfffff memory:fcd00000-fcd1fff
What driver did you install for the GPU?
Offline
Have you installed all plasma-workspace optional dependencies that are relevant to Qt5 applications?
Offline
worth also checking (if not installed)
sudo pacman -Syu mesa vulkan-radeonis direct rendering enabled?
glxinfo | grep "direct rendering" Offline
Yes, all three are installed
Have you installed all plasma-workspace optional dependencies that are relevant to Qt5 applications?
worth also checking (if not installed)
sudo pacman -Syu mesa vulkan-radeonis direct rendering enabled?
glxinfo | grep "direct rendering"
Offline
Does this also happen on X11 or only wayland?
What other examples are affected besides the dialog of promoted widgets? (The designer for the most part looks ok?)
Does the UI style matter?
The video looks like the dialog background matches some color key for overlay windows ![]()
Offline
Ok so, I asked also on reddit and they talked about the meta group `kf5`. It was not fully installed and after I installed it, everything works.
So thank you guys for the help. The solution to my problem is `sudo pacman -Sy kf5`
Offline
https://archlinux.org/groups/x86_64/kf5/
=> https://archlinux.org/packages/extra/x8 … egration5/ being the only relevant one?
Offline
https://archlinux.org/groups/x86_64/kf5/
=> https://archlinux.org/packages/extra/x8 … egration5/ being the only relevant one?
Nvm it is not solved. It worked first, but just know I uninstalled frameworkintegration5 to test if this was the missing package but now I have the bug again but with every package from kf5 installed.
Also sorry for the late anwser. I was not at home.
Offline
Does this also happen on X11 or only wayland?
What other examples are affected besides the dialog of promoted widgets? (The designer for the most part looks ok?)
Does the UI style matter?The video looks like the dialog background matches some color key for overlay windows
It only happen on Wayland.
I have a second tool but that is my time tracking tool from my company. This is developed in PyQt5.
I am not completley sure what you mean with "UI style". I switched to light mode to test it and the bug is still there.
Offline
Ok I now found out, that the bug only happen when I use fractional sacling. When I go from 125% back to 100% on Wayland, the bug is also there gone
Offline
Ok not it works again. I uninstalled qt5ct and kvantum, reinstalled plasma just with `sudo pacman -Sy plasma` and I also deleted my complete KDE config
Offline
I have the config still on my computer if you want to know something
Offline
Please don't bump, edit your previous post if nobody has yet replied.
It only happen on Wayland.
This remains true?
not completley sure what you mean with "UI style"
In your case: fusion instead of kvantum, https://wiki.archlinux.org/title/Unifor … Qt_and_GTK
But apparently that's also not the cause?
Does it happen if you "export LIBGL_ALWAYS_SOFTWARE=1" to the client?
Edit: and/or "LIBGL_DRI3_DISABLE=1"
from 125% back to 100% on Wayland, the bug is also there gone … not it works again
Ie. fractional scaling was a red herring?
Last edited by seth (2024-06-21 07:23:56)
Offline