if [ -x /sbin/vmode ]; then echo "Resolution set to 640x480, 16-bit depth, 67Hz" >> /etc/issue /sbin/vmode 6 16 #echo "Resolution set to 1024x768, 8-bit depth, 72Hz" >> /etc/issue #/sbin/vmode 15 8 fi
video=atyfb:vmode:16,cmode:16
where vmode is as described above and cmode is color depth. atyfb in this case is the video driver. As described above, even though a mode is available in MacOS does not mean that it is available in Linux.