Advertisement
Guest User

Untitled

a guest
May 20th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3.  
  4. # cvt 1600 900 - tym poleceniem generujemy dane dla odpowiedniej rozdzielczosci
  5.  
  6.  
  7.  
  8. xrandr --newmode "1600x900_60.00" 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync
  9. xrandr --addmode VGA1 1600x900_60.00
  10. xrandr --output VGA1 --mode 1600x900_60.00
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement