Skip to content

Instantly share code, notes, and snippets.

@rometsch
Created March 31, 2018 20:36
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 rometsch/d4531de4501d85afbbddd73034820d93 to your computer and use it in GitHub Desktop.
Save rometsch/d4531de4501d85afbbddd73034820d93 to your computer and use it in GitHub Desktop.
Bash script to connect a TV to HDMI-2 which implements HDMI in a strange way
#!/usr/bin/env bash
xrandr --output HDMI-2 --mode 1920x1080i
intel_panel_fitter -p B -x 1734 -y 1030
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment