Skip to content

Instantly share code, notes, and snippets.

@jeffsebring
Created June 18, 2012 15:14
Show Gist options
  • Save jeffsebring/2948860 to your computer and use it in GitHub Desktop.
Save jeffsebring/2948860 to your computer and use it in GitHub Desktop.
Set Dual Displays DVI 1920x1080
#!/bin/bash
xrandr --output DVI-I-1 --mode 1920x1080 --output DVI-I-2 --mode 1920x1080 --right-of DVI-I-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment