Skip to content

Instantly share code, notes, and snippets.

@shvgn
Created October 14, 2020 20:31
Show Gist options
  • Save shvgn/da8531377f941959fdd11c40fe62c848 to your computer and use it in GitHub Desktop.
Save shvgn/da8531377f941959fdd11c40fe62c848 to your computer and use it in GitHub Desktop.
Ubuntu desktop auto-scaling on HiDPI display
#!/usr/bin/env sh
# https://wiki.archlinux.org/index.php/HiDPI#Fractional_Scaling
gsettings set org.gnome.desktop.interface scaling-factor 2
gsettings set org.gnome.desktop.interface text-scaling-factor 1
xrandr --output DP-4 --scale 1.25x1.25
# xrandr --output DP-4 --scale 1.5x1.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment