Skip to content

Commit 94a950a

Browse files
committed
Disable fractional scaling by default.
It was disabled pre-5.4, make it so once more.
1 parent acc95d2 commit 94a950a

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

data/org.cinnamon.muffin.gschema.xml.in

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -173,29 +173,11 @@
173173
</key>
174174

175175
<key name="experimental-features" type="as">
176-
<default>['x11-randr-fractional-scaling']</default>
176+
<default>[]</default>
177177
<summary>Enable experimental features</summary>
178178
<description>
179-
To enable experimental features, add the feature keyword to the list.
180-
Whether the feature requires restarting the compositor depends on the
181-
given feature. Any experimental feature is not required to still be
182-
available, or configurable. Don’t expect adding anything in this
183-
setting to be future proof.
184-
185-
Currently possible keywords:
186-
187-
• “scale-monitor-framebuffer” — makes muffin default to layout logical
188-
monitors in a logical pixel coordinate
189-
space, while scaling monitor
190-
framebuffers instead of window content,
191-
to manage HiDPI monitors. Does not
192-
require a restart.
193-
• “rt-scheduler” — makes muffin request a low priority
194-
real-time scheduling. The executable
195-
or user must have CAP_SYS_NICE.
196-
Requires a restart.
197-
• “autostart-xwayland” — initializes Xwayland lazily if there are
198-
X11 clients. Requires restart.
179+
Currently only 'x11-randr-fractional-scaling' is useful in Cinnamon
180+
199181
• “x11-randr-fractional-scaling” — enable fractional scaling under X11
200182
using xrandr scaling. It might reduce
201183
performances.

0 commit comments

Comments
 (0)