Advertisement
wesleykeener

Gnome Interface Scaling

Nov 22nd, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.59 KB | None | 0 0
  1. # from articles
  2. # https://askubuntu.com/questions/668749/how-to-set-up-gnome-interface-for-hidpi-screen
  3. # http://www.omgubuntu.co.uk/2017/09/enable-fractional-scaling-gnome-linux
  4. # interface scaling factor of GNOME.
  5.  
  6. # Command line method:
  7. # Open a terminal (Ctrl+Alt+T) and execute :
  8. gsettings set org.gnome.desktop.interface scaling-factor 2
  9. # You can reset this setting later by running :
  10. gsettings reset org.gnome.desktop.interface scaling-factor
  11.  
  12. # Graphical method:
  13. # You can use the gnome-tweak-tool:
  14. sudo apt-get install gnome-tweak-tool
  15. # Go to "Windows" and set "Window Scaling" to 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement