Comment 14 for bug 446412

Revision history for this message
joe richter (joe-r) wrote :

Hi,
in my humble opinion, this is just the matter of order and not a real bug:

the resolution should be set up at initialization time, so that not each boot task has to check if the screen resolution changes while it draws on it.

For me adding the lines:
xrandr |grep -q "VGA1 connected" && \
 xrandr --output VGA1 --auto --output LVDS1 --off
to:
/etc/gdm/Init/Default
did the trick.

best regards - Joe