SVGA
- Posted by Alan Tu <ATU5713 at COMPUSERVE.COM> Jun 11, 1998
- 824 views
Have you tried graphics_mode(261)? To get into SVGA mode, = -----code begins----- atom g_mode -- an atom is required by graphics_mode to indicate success g_mode =3D graphics_mode(261) -----code ends----- This is supposed to get you into SVGA mode. However, my problem is that = I can't seem to use the entire screen in this mode. --Alan =