jesobreira

fix resolution linux

Mar 24th, 2017
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.07 KB | None | 0 0
  1. user@user-PC:/opt/lampp/htdocs/git$ cvt -r 1600 900
  2. # 1600x900 59.82 Hz (CVT 1.44M9-R) hsync: 55.40 kHz; pclk: 97.50 MHz
  3. Modeline "1600x900R"   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync
  4. user@user-PC:/opt/lampp/htdocs/git$ xrandr
  5. Screen 0: minimum 8 x 8, current 1280 x 1024, maximum 32767 x 32767
  6. DP1 disconnected (normal left inverted right x axis y axis)
  7. HDMI1 disconnected (normal left inverted right x axis y axis)
  8. HDMI2 disconnected (normal left inverted right x axis y axis)
  9. VGA1 connected primary 1280x1024+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
  10.    1280x1024     59.79*+
  11.    1024x768      60.00  
  12.    800x600       60.32    56.25  
  13.    848x480       60.00  
  14.    640x480       59.94  
  15.    1280x1024R    59.79  
  16. VIRTUAL1 disconnected (normal left inverted right x axis y axis)
  17. user@user-PC:/opt/lampp/htdocs/git$ xrandr --newmode "1600x900R"   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync
  18. user@user-PC:/opt/lampp/htdocs/git$ xrandr --addmode VGA1 1600x900R
  19. user@user-PC:/opt/lampp/htdocs/git$ xrandr --output VGA1 --mode 1600x900R
Add Comment
Please, Sign In to add comment