16

I have a 3200x1800 ultrabook and I would like to decrease the resolution of the screen 2x. The problem is that once I do it all the GUI elements increase in size too much

enter image description here

Is there a way how to scale down the size of everything that Gnome Shell shows ?

hg8
  • 13,582
davnov134
  • 173

1 Answers1

13

Your best bet is to keep the 3200x1800 resolution and just change the interface scaling factor of GNOME.

Command line method:

Open a terminal (Ctrl+Alt+T) and execute :

gsettings set org.gnome.desktop.interface scaling-factor 2

You can reset this setting later by running :

gsettings reset org.gnome.desktop.interface scaling-factor

Graphical method:

You can use the gnome-tweak-tool:

sudo apt-get install gnome-tweak-tool 

Go to "Windows" and set "Window Scaling" to 2:

gnome-tweak-tool screenshot
Credit to PCWorld for the screenshot

hg8
  • 13,582