Skip to content

Instantly share code, notes, and snippets.

@ph1ee
Created July 7, 2016 05:50
Show Gist options
  • Save ph1ee/0ee58ec7f913dff16e834decb747dcdb to your computer and use it in GitHub Desktop.
Save ph1ee/0ee58ec7f913dff16e834decb747dcdb to your computer and use it in GitHub Desktop.
hidpi config for Ubuntu GNOME
#!/bin/sh
# https://wiki.archlinux.org/index.php/HiDPI#How_to_use_non-whole_numbers
gsettings set org.gnome.desktop.interface scaling-factor 2
xrandr --output eDP1 --auto --scale 1.5x1.5
xrandr --output eDP1 --panning 2880x1620
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment