Skip to content

Instantly share code, notes, and snippets.

@pablopunk
Last active November 12, 2020 11:03
Show Gist options
  • Save pablopunk/35e9df0f5792329a28643e76c1a8730d to your computer and use it in GitHub Desktop.
Save pablopunk/35e9df0f5792329a28643e76c1a8730d to your computer and use it in GitHub Desktop.
Elementary OS / Ubuntu - 4k display scaling and 60Hz
xrand # see available screens
gsettings set org.gnome.desktop.interface scaling-factor 2 # 2x scale
gsettings set org.gnome.desktop.interface scaling-factor 1 # 1x scale
xrand --output DP-1-3 --scale 1x1 --rate 60 # 60Hz at 1x scale. DP-1-3 is the name you see with "xrand",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment