Skip to content

Instantly share code, notes, and snippets.

@jdmichaud
Created January 5, 2025 14:45
Show Gist options
  • Save jdmichaud/6cc1e386792abceea378106a5acb6bf2 to your computer and use it in GitHub Desktop.
Save jdmichaud/6cc1e386792abceea378106a5acb6bf2 to your computer and use it in GitHub Desktop.
Multiscreen linux xrandr

Check you display configuration:

xrandr

To clone your computer screen to a different output:

xrandr --output <TV> --same-as <computer-screen>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment