e75220a357
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>
8 lines
205 B
Plaintext
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
|