Skip to content

Instantly share code, notes, and snippets.

@noslin005
Created December 3, 2024 02:03
Show Gist options
  • Save noslin005/bae3e85d5e1a30e34e7e173ff1ea0785 to your computer and use it in GitHub Desktop.
Save noslin005/bae3e85d5e1a30e34e7e173ff1ea0785 to your computer and use it in GitHub Desktop.

Adjust Resolution

export DISPLAY=:1 
xrandr -q
xrandr --newmode "1920x1080"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
xrandr --addmode Virtual-1 1920x1080
xrandr --output Virtual-1 --mode 1920x1080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment