[Bug 564463] Re: x61: Clonemode active while in docking station with closed lid
Hans-Gerd van Schelve
h.van_schelve at lvm.de
Fri Jun 18 09:46:39 UTC 2010
Hi, I polished a bit around the xrandr command you mentioned:
if [ -f /proc/acpi/ibm/video ]; then
state=$(awk '/lcd:/ {print $2}' /proc/acpi/ibm/video)
if [ "$state" = "disabled" ]; then
/usr/bin/xrandr --output LVDS1 --off --output VGA1 --preferred
fi
fi
This way it looks to be a valid work around for this issue. The external
display comes up with it's native resolution while the internal is
disabled. But everytime a gdm update comes out I have to check if there
is any change in /etc/gdm/Init/Default. That is the bad side of this
solution...
--
x61: Clonemode active while in docking station with closed lid
https://bugs.launchpad.net/bugs/564463
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux in ubuntu.
More information about the kernel-bugs
mailing list