Advertisement
j0h

Add xrandr options to display menu

j0h
May 6th, 2019
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.39 KB | None | 0 0
  1.   xrandr
  2.    cvt 1600 900
  3.   sudo xrandr --newmode "1600x900_60.00"  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync
  4.   sudo xrandr --addmode eDP-1 "1600x900_60.00"
  5.    sudo xrandr --addmode eDP-1-1 "1600x900_60.00"
  6.   cvt 1920 1080
  7.  sudo xrandr --newmode "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
  8.    sudo xrandr --addmode eDP-1-1 "1920x1080_60.00"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement