Finally solved the resolution mystery under ESX3i :-) and here is solution
and explanation.
The limitation is caused by the default resolution of ESX3i virtual machines
which is based on a 4MB buffer as Tobias already explained. The 4MB buffer
limits the resolution to 1180 x 885.
However, this can easily be changed by editing the VM configuration file
(the file with the .vmx extension).
 - download the .vmx file of the VM to your local PC
 - edit the .vmx file 
 - If the svga.vramSize... entry does not exist add it; if it exists change
the VGA entry to: 
      svga.vramSize = "16777216"
 - upload the .vmx file to server
 - reboot the VM
 - Resolution is now up to a maximum of 2360 x 1770

After that change I was able to run an OTC at 1600x1200 and of course I got
the same resolution when I logged into an XP virtual machiche via remote
desktop.

I hope the instructions are clear otherwise let me know.

Cheers Marcello



discsox wrote:
> 
> 
> Tobias Abt wrote:
>> 
>> Hello Marcello!
>> 
>> discsox schrieb:
>>> Thank you very much for your advice and I apologize because I am really
>>> new
>>> to this...
>>> I had partial success by doing the following:
>>>  - create a device "monitor" under "Devices" where I specify resolution
>>> and
>>> refresh rate (e.g. 1600x1200)
>>>  - Add the monitor device to the VMware hardware type that specifies the
>>> graphics card and monitor
>>>  - Assign the thinclient in question to the VMware hardware type
>>> 
>>> Is this the correct way of doing this?
>> 
>> Yes, this is correct.
>> 
>> However, you could have assigned the monitor to the (virtual) ThinClient
>> instead of the hardware type so that only this one gets that resolution.
>> 
> 
> Thank you for the hint!
> 
>> > This configuration has the strange effect that the desktop has a
>> resolution
>> > of 1152x768... which is still better that 800x600.
>> > Rdesktop ends up with a resolution of 1152x744 which is equivalent to
>> the
>> > client resolution minus the taskbar.
>> > 
>> > It might be a limitation of running the client under VMware ESX3i. 
> 
>> Yes, ESX does have a size limit which seems to be 1180x885 Pixel
>> for Windows Clients, Linux is harder to test because it does not
>> dynamically resize under ESX but I expect it to be somewhere around
>> that limit, too.
> 
> I just tested a Windows client under ESX3i and I could set the resolution
> up to 2360 x 1770.
> For some reason the OTC client is limited to 1152x768. At least this is
> what it ends up being after boot.
> 
> Is there a way to increase the resolution via the command line or via a
> script after the OTC has booted?
> This might be a workaround...
> 
>> With VMware Workstation and Server the limit is much higher, you
>> should be able to get 1920x1200 at least. The driver offers up to
>> 2360x1770.
> 
>> This might be a result of the higher version of the virtual machines
>> used by those variants. I suspect that the older VM types only offer
>> a 4 MB frame buffer (1180 x 885 x 4 byte is a bit under 4 MB) while
>> the newer would indicate a 16 MB frame buffer.
> 
> -- 
> Bye,
>   Tobias Abt
> 
> levigo systems gmbh  -----------  ein unternehmen der levigo gruppe
> Max-Eyth-Strasse 30                        Telefon: 07031 / 4161-10
> D-71088 Holzgerlingen                      Telefax: 07031 / 4161-11
> Geschäftsführer: Oliver Bausch            http://systems.levigo.de/
> Registergericht: Stuttgart HRB 245 180          USt-ID: DE813226078
> 
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by:
> High Quality Requirements in a Collaborative Environment.
> Download a free trial of Rational Requirements Composer Now!
> http://p.sf.net/sfu/www-ibm-com
> _______________________________________________
> The Open Source Thin Client Solution http://openthinclient.org
> openthinclient-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/openthinclient-user
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Resolution-for-VMware-graphics-card-tp23018590p23091403.html
Sent from the openthinclient.org users' mailing list mailing list archive at 
Nabble.com.


------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
The Open Source Thin Client Solution http://openthinclient.org
openthinclient-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openthinclient-user

Reply via email to