Skip to content

Instantly share code, notes, and snippets.

@ehsanhoushmand
Last active May 26, 2019 06:50
Show Gist options
  • Save ehsanhoushmand/762c66373d433dfa86d307cea52a93bb to your computer and use it in GitHub Desktop.
Save ehsanhoushmand/762c66373d433dfa86d307cea52a93bb to your computer and use it in GitHub Desktop.
ubuntu add resolation 1920x1080
xrandr
  • [monitor-name] connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm 800x600 60.32 56.25
    848x480 60.00
    640x480 59.94
sudo cvt 1920 1080 60
  • 1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
xrandr --newmode **"1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync**
sudo xrandr --addmode [monitor-name] 1920x1080_60.00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment