Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. Add more resolution display
  2. - Find out the name of your video device
  3. sudo xrandr -q
  4.  
  5. Dell 2016H
  6. cvt 1600 900 60
  7. sudo xrandr --newmode "1600x900_60.00" 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync
  8. sudo xrandr --addmode eDP-1 1600x900_60.00
  9.  
  10. Dell S2340L
  11. cvt 1920 1080 60
  12. sudo xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
  13. sudo xrandr --addmode VGA1 1920x1080_60.00
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement