openbsd-ports/x11/915resolution/pkg/MESSAGE
sturm e75220a357 Initial import of 915resolution 0.5.2
This software changes the resolution of an available vbios mode. It
patches only the RAM version of the video bios so the new resolution is
lost each time you reboot.

This port supersedes x11/855resolution.

from Ben Lovett <ben at tilderoot.com>
2006-05-20 16:32:05 +00:00

8 lines
205 B
Plaintext

To set the resolution at reboot, add something like this to
rc.securelevel:
if [ -x ${PREFIX}/sbin/915resolution ]; then
echo -n ' 915resolution'
${PREFIX}/sbin/915resolution 4d 1440 900 > /dev/null
fi