Comment 2 for bug 701002

Revision history for this message
herchu (herchu) wrote :

Klaas, I also fell back to using xrandr from a script. My setup command, "a VGA ouput to the right of the LCD, and setup as primary", looks like: xrandr --output LVDS1 --auto --output VGA1 --auto --right-of LVDS1 --primary

It would be nicer if I had done it from python, but that's what I use for now :)