GNOME: Difference between revisions

Jasi (talk | contribs)
m Experimental features: remove period from comment.
scale-monitor-framebuffer and variable-refresh-rate are no longer experimental in GNOME 50. kms-modifier added
 
Line 144: Line 144:


=== Experimental features ===
=== Experimental features ===
GNOME has a number of experimental options for features not fully completed and thus hidden from the user. As of GNOME 49, these are the experimental features you may want to use:
GNOME has a number of experimental options for features not fully completed and thus hidden from the user. As of GNOME 50, these are the experimental features you may want to try out:
{{File|3={
{{File|3={
   programs.dconf.profiles.user.databases = [
   programs.dconf.profiles.user.databases = [
Line 151: Line 151:
         "org/gnome/mutter" = {
         "org/gnome/mutter" = {
           experimental-features = [
           experimental-features = [
            "scale-monitor-framebuffer" # Enables fractional scaling (125% 150% 175%)
            "variable-refresh-rate" # Enables Variable Refresh Rate (VRR) on compatible displays
            "xwayland-native-scaling" # Scales Xwayland applications to look crisp on HiDPI screens
             "autoclose-xwayland" # automatically terminates Xwayland if all relevant X11 clients are gone
             "autoclose-xwayland" # automatically terminates Xwayland if all relevant X11 clients are gone
            # "kms-modifiers" # allocate scanout buffers using "explicit modifiers" if your graphics driver supports it. Uncomment if you want to test NVIDIA optimizations
           ];
           ];
         };
         };