I have been trying out Kubuntu 12.04 for the past week now and i really really like it.
However, the biggest thing holding me back from switching from Ubuntu 12.04 is that switching between monitor configurations is a hug pain!
For example:
I have a laptop which i connect to an external monitor when i am home. When it is connected i expect the monitor to turn on to its full resolution and the laptop screen to turn off completely.
As soon as i unplug the external monitor, i want my laptop display to turn on to its full resolution and my external monitor to (naturally) turn off.
In Ubuntu 12.04 this works exactly like i described above, but in Kubuntu i cannot seem to get this to work! Everytime i plug in the external monitor i just get a pop up asking if i would like to configure my display settings. If i disconnect the external monitor at a later stage, my laptop screen remains off.
I had written a script to switch between these two settings using xrandr:
# Laptop On, External off
xrandr --output HDMI1 --mode 1920x1080 --output LVDS1 --off
# External Off, Laptop On
xrandr --output HDMI1 --off --output LVDS1 --mode 1600x900
However this just doesnt feel the same as just having it work on Ubuntu 12.04. The fact that it works there makes me hope that the same functionality can be created on Kubuntu?
Is this possible in Kubuntu? Or is it something the window manager (Kwin) suffers from?
However, the biggest thing holding me back from switching from Ubuntu 12.04 is that switching between monitor configurations is a hug pain!
For example:
I have a laptop which i connect to an external monitor when i am home. When it is connected i expect the monitor to turn on to its full resolution and the laptop screen to turn off completely.
As soon as i unplug the external monitor, i want my laptop display to turn on to its full resolution and my external monitor to (naturally) turn off.
In Ubuntu 12.04 this works exactly like i described above, but in Kubuntu i cannot seem to get this to work! Everytime i plug in the external monitor i just get a pop up asking if i would like to configure my display settings. If i disconnect the external monitor at a later stage, my laptop screen remains off.
I had written a script to switch between these two settings using xrandr:
# Laptop On, External off
xrandr --output HDMI1 --mode 1920x1080 --output LVDS1 --off
# External Off, Laptop On
xrandr --output HDMI1 --off --output LVDS1 --mode 1600x900
However this just doesnt feel the same as just having it work on Ubuntu 12.04. The fact that it works there makes me hope that the same functionality can be created on Kubuntu?
Is this possible in Kubuntu? Or is it something the window manager (Kwin) suffers from?
Comment