Comment 9 for bug 6271

Revision history for this message
Florian Boucault (fboucault) wrote :

I have noticed a few caveats in /etc/init.d/915resolution:

line 38: echo "$bios_list" | grep -q "^Mode $panelsize" && exit 0
does not catch the modes because it misses the bit between Mode and $panelsize; example : "Mode 41 : 640x480"

line 49: $PROG $m $(echo $resolution | tr , ' ')
the separator is not a comma but a 'x': "vbetool vbecall panelsize" output is something like 1400x1050