Skip to content

Instantly share code, notes, and snippets.

@prasetiyohadi
Last active December 23, 2015 09:55
Show Gist options
  • Save prasetiyohadi/d4800d8034ac6a5384ee to your computer and use it in GitHub Desktop.
Save prasetiyohadi/d4800d8034ac6a5384ee to your computer and use it in GitHub Desktop.
Connect to a VGA output for Arch Linux notebooks
#!/bin/bash
# Arch Linux
# clone desktop
xrandr --auto
# extend desktop
xrandr --output LVDS-1-0 --auto --output VGA-1-0 --auto --right-of LVDS-1-0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment