3630bec40d
This software changes the resolution of an available vbios mode. It is reported to work on several i855 / i865 / i915 chipset based laptops. This is needed on certain laptops in order to get the full native resolution of the LCD.
8 lines
206 B
Plaintext
8 lines
206 B
Plaintext
To set the resolution at reboot, add something like this to
|
|
rc.securelevel:
|
|
|
|
if [ -x ${PREFIX}/sbin/855resolution ]; then
|
|
echo -n ' 855resolution'
|
|
${PREFIX}/sbin/855resolution 4d 1400 1050 > /dev/null
|
|
fi
|