[konsole] [Bug 462914] glitched horizontal lines in text selection @ 150% scale on X11
Krzysztof Kundzicz
bugzilla_noreply at kde.org
Mon Dec 12 08:49:55 GMT 2022
https://bugs.kde.org/show_bug.cgi?id=462914
Krzysztof Kundzicz <athantor+kdebugs at athi.pl> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |athantor+kdebugs at athi.pl
--- Comment #1 from Krzysztof Kundzicz <athantor+kdebugs at athi.pl> ---
Created attachment 154525
--> https://bugs.kde.org/attachment.cgi?id=154525&action=edit
Gitching dialog
/me too, but also all ncurses-drawing apps are glitching out: every
updated/redrawn line is becoming misaligned, especially visible on solid
backgrounds.
It all stared after kde-gear update to the 22.12 version.
Attached an example with simple one-liner showing this glitching in `dialog`
program (other ncurses apps show the same behaviour).
```
for i in `seq 0 10 100`; do echo ${i} | dialog --gauge "Glitching progress..."
10 60 ; sleep 0.5; done
```
I also have scaling enabled:
```
kk at kk ~ $ printenv | grep SCALE
QT_SCREEN_SCALE_FACTORS=DP-0=1.25;DP-1=1.25;HDMI-0=1.25;DP-2=1.25;
QT_AUTO_SCREEN_SCALE_FACTOR=0
kk at kk ~ $
```
After disabling the scaling, the glitching stops.
This new, fancy word-mode is disabled.
X11, proprietary nvidia drivers.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list