Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. // Set the scale of Laptop Display to 1920x1080 with a scaling of 1 (for use with Laptop open and 4K screen attached)
  2. xrandr --output eDP-1-1 --mode 1920x1080 | gsettings set org.cinnamon.desktop.interface scaling-factor 1
  3.  
  4. // Set the scale of Laptop Display to 3840x2160 with a scaling of 2 (for use with Laptop in 4K Mode)
  5. xrandr --output eDP-1-1 --mode 3840x2160 | gsettings set org.cinnamon.desktop.interface scaling-factor 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement