Skip to content

Instantly share code, notes, and snippets.

@gstark
Created August 13, 2014 18:50
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 gstark/59b800a4fa8e94b5808a to your computer and use it in GitHub Desktop.
Save gstark/59b800a4fa8e94b5808a to your computer and use it in GitHub Desktop.
xrandr failure
# Failure with xrandr when TearFree is enabled
xrandr -d :0 --output LVDS1 --off
xrandr -d :0 --output TV1 --off
xrandr -d :0 --output VIRTUAL1 --off
xrandr -d :0 --output VGA1 --off
xrandr -d :0 --output DVI1 --off
xrandr -d :0 --output VGA1 --mode 1920x1080 --refresh 60 --rotation normal
xrandr -d :0 --output DVI1 --mode 1920x1080 --refresh 60 --rotation normal
xrandr -d :0 --output DVI1 --right-of VGA1 # FAILS HERE with: “Configure crtc 1 failed”
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment