Skip to content

Instantly share code, notes, and snippets.

@jesusangelm
Created December 29, 2013 18:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jesusangelm/8173269 to your computer and use it in GitHub Desktop.
Save jesusangelm/8173269 to your computer and use it in GitHub Desktop.
Comandos para configurar la resolución de pantalla usando cvt y xrandx. Util si la resolución deseada no aparece listada. Probado en ArchLinux y Manjaro.
#Comandos para configurar la resolución de pantalla usando cvt y xrandx.
#Util si la resolución deseada no aparece listada. Probado en ArchLinux y Manjaro.
$ 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
$ xrandr --newmode "1920x1080" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
$ xrandr --addmode DVI-I-2 "1920x1080"
$ xrandr --output DVI-I-2 --mode 1920x1080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment