Skip to content

Instantly share code, notes, and snippets.

@stwobe
Last active December 8, 2022 17:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stwobe/5ee5694a37ffeaf066c8aa47167ddcaa to your computer and use it in GitHub Desktop.
Save stwobe/5ee5694a37ffeaf066c8aa47167ddcaa to your computer and use it in GitHub Desktop.
Monitor - resize - TV - command - xrandr - VLC scale
xrandr --output HDMI-0 --set underscan on --set "underscan vborder" 25 --set "underscan hborder" 40
# Also: maybe:
xrandr --output HDMI-0 --transform 0.9,0,0,0,0.9,0,0,0,1
# VLC
env QT_AUTO_SCREEN_SCALE_FACTOR=0 vlc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment