When I start X I enable my two monitor via
xrandr --output LVDS1 --auto --primary --output VGA1 --auto --left-of LVDS1
When I want to disable VGA1 I just run
xrandr --output LVDS1 --mode 1366x768 --pos 0x0 --rotate normal --output VGA1 --off
I expect it to just switch over to one head however it drops me back into tty1.
When I start X I enable my two monitor via
xrandr --output LVDS1 --auto --primary --output VGA1 --auto --left-of LVDS1
When I want to disable VGA1 I just runxrandr --output LVDS1 --mode 1366x768 --pos 0x0 --rotate normal --output VGA1 --off
I expect it to just switch over to one head however it drops me back into tty1.
Here is the log I get: https://gist.github.com/4008447