openbsd-ports/x11/855resolution/pkg/MESSAGE
sturm 3630bec40d Initial import of 855resolution 0.4
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.
2005-08-09 20:14:27 +00:00

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