View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009126 | ardour | bugs | public | 2022-11-29 16:41 | 2022-11-29 20:13 |
Reporter | hyph3n | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | Fedora | OS | Linux | OS Version | 37 |
Product Version | 7.1 | ||||
Summary | 0009126: System Screensaver Mode has no Effect in Fedora 37 | ||||
Description | By default, Ardour is configured to inhibit the system screensaver while recording, and it also offers the option to inhibit the screensaver while Ardour is open. Regardless of the setting used, Fedora 37's screensaver starts after its configured idle period, apparently causing xruns in the process. This occurs on a clean installation (not an upgrade) of Fedora Workstation 37. | ||||
Steps To Reproduce | 1) In Preferences>Appearance>System Screensaver mode, configure Ardour to either "Inhibit while Recording" or "Inhibit while Ardour is running" 2) Leave the machine idle for an appropriate amount of time (ie. if screensaver is configured to start after 5 minutes, leave the computer idle for 5+ minutes) Expected result: Ardour prevents the screensaver from starting. Actual result: Screensaver starts. | ||||
Tags | No tags attached. | ||||
|
Are you using Wayland instead of X11/Xorg? |
|
Yes, correct. Wayland is the default for Fedora Workstation and I believe for Ubuntu now as well. |
|
Not sure what we can do about this, perhaps with Ubuntu moving to Wayland will raise more attention. Ardour is not alone here: https://bugs.freedesktop.org/show_bug.cgi?id=89440 https://gitlab.freedesktop.org/xorg/xserver/-/issues/675 |
|
One simple workaround is to lengthen the "Blank Screen Delay" setting in the OS. However, the longest option offered by default is 15 minutes. If you need to delay the screensaver for longer than that, I believe this command will create new options in the list: gsettings set org.gnome.desktop.session idle-delay 1800 Where 1800 represents the number of seconds you want the idle timeout to be (1800/60 = 30minutes). I haven't tested this on Fedora specifically, but I used it successfully on an Ubuntu 20.04 machine in the past. |
|
Ah, I stand corrected--there is also a "Never" option in Fedora. If you want something between 15 minutes and never, the above command should apply. :) |