Summary: | Refresh rate setting resets after reboot | ||
---|---|---|---|
Product: | [Plasma] KScreen | Reporter: | Akseli Lahtinen <akselmo> |
Component: | common | Assignee: | kscreen-bugs-null <kscreen-bugs-null> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | nate, plasma-bugs-null, xaver.hugl |
Priority: | NOR | ||
Version First Reported In: | 5.22.5 | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Akseli Lahtinen
2021-11-11 12:34:44 UTC
I partially "solved" the issue by setting my SDDM do the following in `/usr/share/sddm/scripts/Xsetup` ``` xrandr --output DVI-D-0 --mode 1920x1080 --pos 0x0 --rate 144 --primary xrandr --output DisplayPort-0 --mode 1920x1080 --rate 143.85 ``` Thank you for the bug report. Unfortunately we were not able to get to it yet. If this is still reproducible with Plasma 5.26, can you: 1. undo that change 2. reboot 3. Set up the refresh rate as you expect 4. paste the output of `kscreen-doctor -o` 5. reboot 6. paste the output of `kscreen-doctor -o` again Thanks a lot! I do not have same setup as before and I haven't encountered this bug for long time. Current setup works as expected, the refresh rate does not reset between reboots. Operating System: Fedora Linux 36 KDE Plasma Version: 5.26.3 KDE Frameworks Version: 5.100.0 Qt Version: 5.15.6 Kernel Version: 6.0.7-200.fc36.x86_64 (64-bit) Graphics Platform: Wayland Processors: 12 × AMD Ryzen 5 3600 6-Core Processor Memory: 15,5 GiB of RAM Graphics Processor: NAVI23 Awesome. I suspect it was a driver bug all along, FWIW. |