> I don't think this is the right option... for 800x600, I'd suggest:
> 
>       video=platinum:vmode:12,cmode:0
                                     ^^^
Make this one 8....

> which, according to /usr/src/linux/include/video/macmodes.h, is 800x600,
> 75Hz, with 8 bit/pixel. Other possible modes, with your amount of video
> ram, would be:
> 
>       vmode:12,cmode:1  (800x600, 75Hz, 16 bpp)
>       vmode:13,cmode:0  (832x624, 75Hz, 8 bpp)
>       vmode:13,cmode:1  (832x624, 75Hz, 16 bpp)
>       vmode:17,cmode:0  (1024x768, 75Hz, 8 bpp)
>       vmode:18,cmode:0  (1152x870, 75Hz, 8 bpp)
                      ^^^
...and these too, 8 resp. 16. The other seemed to work from macmodes.h,
but looking at the driver source, it only looks for the bit depth as
cmode.

Cheers

Michel

-------------------------------------------------------------------------
Michel Lanners                 |  " Read Philosophy.  Study Art.
23, Rue Paul Henkes            |    Ask Questions.  Make Mistakes.
L-1710 Luxembourg              |
email   [EMAIL PROTECTED]            |
http://www.cpu.lu/~mlan        |                     Learn Always. "

Reply via email to