At 15:48 -0500 08/14/2002, Steve Hardy wrote: >I assume that my C500 is stock excep for RAM and the hard drive. I have >an HP 15 inch monitor. It looks like the only way to get more than 256 >colors with the equipment I have is to drop back the refresh rate to >60hz @800x600 or change resolution back to 640x480 or less. Nothing >offers me millions tho.
On Macs, millions of colors requires the resolution size multiplied out times 4 bytes. For example, at 640 X 480, millions of colors requires 640 X 480 = 307,200 X 4 = 1,228, 800 which is more than one megabyte. In theory, millions of colors should only require 3/4 that much VRAM, (24 bit color = 3 bytes, so multiply by 3 instead of 4) but for various reasons, using three bytes per pixel kills performance compared to using four bytes per pixel. Refresh rate shouldn't enter into the VRAM requirement. I.e., the VRAM requirement should be the same for a given resolution and color depth regardless of whether it is set to display at 67 Hz, 75 Hz, 85 Hz or 100 Hz. Jeff Walther -- SuperMacs is sponsored by <http://lowendmac.com/> and... Small Dog Electronics http://www.smalldog.com | Refurbished Drives | Service & Replacement Parts [EMAIL PROTECTED] | & CDRWs on Sale! | Support Low End Mac <http://lowendmac.com/lists/support.html> SuperMacs list info: <http://lowendmac.com/supermacs/list.shtml> --> AOL users, remove "mailto:" Send list messages to: <mailto:[EMAIL PROTECTED]> To unsubscribe, email: <mailto:[EMAIL PROTECTED]> For digest mode, email: <mailto:[EMAIL PROTECTED]> Subscription questions: <mailto:[EMAIL PROTECTED]> Archive: <http://www.mail-archive.com/supermacs%40mail.maclaunch.com/> Using a Mac? Free email & more at Applelinks! http://www.applelinks.com
