https://bugs.kde.org/show_bug.cgi?id=446637

--- Comment #15 from pqwoerituytruei...@gmail.com ---
On X11 i just figured out if a set the refresh rate in sddm it improves the
situation
----------
$ cat /usr/share/sddm/scripts/Xsetup
#!/bin/sh
# Xsetup - run as root before the login dialog appears

if [ -e /sbin/prime-offload ]; then
    echo running NVIDIA Prime setup /sbin/prime-offload
    /sbin/prime-offload
fi
xrandr -d :0 --output DisplayPort-1 --refresh 144 --mode 1920x1080 --set
"TearFree" on --output DisplayPort-2 --primary --refresh 144 --mode 1920x1080
--right-of DisplayPort-1 --set "TearFree" on
----------
by doing this a 10 sec notification last 8.7 seconds instead of less than 5
seconds, i'd guess this will just make it behave the same ass wayland

No idea if the --set "TearFree" on is needed, that is just the command i used
in a script i made when i was messing with freesync on xubuntu 20.04

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to