openbsd-ports/x11/855resolution/pkg/MESSAGE

8 lines
206 B
Plaintext
Raw Normal View History

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