Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Rahmon/2e3472d19fb00aa96237a851b7566281 to your computer and use it in GitHub Desktop.
Save Rahmon/2e3472d19fb00aa96237a851b7566281 to your computer and use it in GitHub Desktop.
Linux (Mint) - Adicionar resolução adicional para monitor VGA
user@user:~$ cvt 1920 1080
# 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
user@user:~$ xrandr --newmode "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
user@user:~$ xrandr --addmode VGA-1 "1920x1080_60.00"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment