Richard,

I don't think the additional video memory will help at all.

If you were running 3D, it probably would be of some value, but most 
people are doing 2D.

A simple way to see how much video memory you actually need is to
use the following formula:

   Required_mem = ( height_pixels * width_pixels )
                * bytes_of_color_depth

So, if you are running 1024x768 at 16-bit color, that would be:

      ( 1024 * 768 ) * 2 = 1,572,864

As you can see, with that resolution/depth, you would only be using
about 1.5mb of video ram.  Any more doesn't help.

Jim McQuillan
[EMAIL PROTECTED]



On Mon, 19 Jul 2004, Richard Houston wrote:

> Hi all,
> 
> I know this may be slightly off topic but it is related to LTSP. :)
> 
> I have several clients machines that only have 8 meg video cards and am
> wondering if an upgrade to 32 or 64 meg card will enhance the LTSP or X
> experience in general.
> 
> Wondering if anyone had any thoughts on this.
> 
> Regards,
> +------------------------------------------+
> | Richard Houston                  .^.     |
> | R.L.H.  Consulting               /V\     |
> | E-Mail  <[EMAIL PROTECTED]>    /(   )\   |
> | WWW     <www.rlhc.net>          ^^-^^    |
> +------------------------------------------+
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by BEA Weblogic Workshop
> FREE Java Enterprise J2EE developer tools!
> Get your free copy of BEA WebLogic Workshop 8.1 today.
> http://ads.osdn.com/?ad_idG21&alloc_id040&opĚk
> _____________________________________________________________________
> Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
>       https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
> For additional LTSP help,   try #ltsp channel on irc.freenode.net
> 



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idG21&alloc_id040&op=click
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to