Skip to content

Instantly share code, notes, and snippets.

@sagark
Created June 14, 2012 19:54
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 sagark/2932537 to your computer and use it in GitHub Desktop.
Save sagark/2932537 to your computer and use it in GitHub Desktop.
Running the Second Display
optirun true
##(this starts the xserver and the settings you've modded above will prevent bumblebee from shutting it off)
xrandr --output LVDS1 --auto --output VIRTUAL --mode 1440x900 --right-of LVDS1
##(this activates the virtual screen on the intel chip - a 1440x900 external display placed to the right of the laptop's internal display)
screenclone -d :8 -x 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment