You are not logged in.
Hej, just updated the system (last update 2 days ago), bunch of plasma and other display related stuff was on the list.
Since then any application - e.g. Konsole, Dolphin, firefox, sublime text - is not usable/not refreshing when the window is maximized.
Any ideas where to look?
Last edited by antiphasis (2022-10-27 16:29:01)
Offline
Cross-checked with xfce4 - there everything works as expected.
Offline
xf86-video-intel? Try removing that, it's unmaintained and known for variety of issues here.
If this isn't it post your xorg.log and
sudo journalctl -bduring reproduction. https://wiki.archlinux.org/title/Xorg#General https://wiki.archlinux.org/title/List_o … n_services
Offline
Thanks to V1del for pointing me to
sudo systemctl -b.
While reproducing the issue I've seen a few lines of
Okt 27 18:02:18 lep50 kwin_x11[7993]: kwin_core: precision lost! floating value sent to X 2095.5
Okt 27 18:02:18 lep50 kwin_x11[7993]: kwin_core: precision lost! floating value sent to X 2034.5
Okt 27 18:02:18 lep50 kwin_x11[7993]: kwin_core: precision lost! floating value sent to X 2034.5
Okt 27 18:02:18 lep50 kwin_x11[7993]: kwin_core: precision lost! floating value sent to X 2034.5
Okt 27 18:02:18 lep50 kwin_x11[7993]: kwin_core: precision lost! floating value sent to X 2095.5Which led me after a short search to https://bugs.kde.org/show_bug.cgi?id=461029
Short check:
[marcus@lep50 ~]$ pacman -Qi kwin
Name : kwin
Version : 5.26.2.1-1
Description : An easy to use, but flexible, composited Window Manager
Architecture : x86_64
URL : https://kde.org/plasma-desktop/
Licenses : LGPL
Groups : plasma
Provides : None
Depends On : kscreenlocker xcb-util-cursor plasma-framework kcmutils breeze pipewire-session-manager libqaccessibilityclient lcms2 libxcvt
Optional Deps : maliit-keyboard: virtual keyboard for kwin-wayland
Required By : plasma-workspace
Optional For : None
Conflicts With : None
Replaces : kwayland-server
Installed Size : 30,13 MiB
Packager : Antonio Rojas <arojas@archlinux.org>
Build Date : Mi 26 Okt 2022 13:58:51 CEST
Install Date : Do 27 Okt 2022 15:18:20 CEST
Install Reason : Explicitly installed
Install Script : Yes
Validated By : SignatureSo it's either roll back or wait for fix, because the report timestamp is after build timestamp.
Offline
rolled back - everything is fine.
Thanks again to V1del!
Offline