MSTerminalServices.org Forums

Forums Home | FAQ | Search | Profile | Private Messages | Log in/Register/Password

Citrix & 1680 by 1050

Page 1 of 1
Next:  Citrix: Does a Citrix connection expose my PC?  
Author Message
grumblenoise

External


Since: Feb 18, 2009
Posts: 1



(Msg. 1) Posted: Wed Feb 18, 2009 1:26 am
Post subject: Citrix & 1680 by 1050
Archived from groups: alt>os>citrix (more info?)

Hi Folks,

We use an application hosted by a TP company. It's some kind of VB
spun thing so it's not 100% Citrix aware. We have just purchased some
new screens at work and they are optimized for 1680 by 1050.

Whenever, we launch this application at the resolution 1680 by 1050
and with Full Screen set at the Citrix application level a portion of
the application's GUI is missing (which is most undesirable). If I
set the screen resolution down to 1600 by 900 everything works OK and
the GUI is fine.

What's happening here? Is there a limitation with Citrix apps not to
fit the screen properly above 1600 by 900?

Some help would be appreciated.

G
Back to top
Send e-mail Login to vote
Vera Noest [MVP]

External


Since: Sep 07, 2003
Posts: 9443



(Msg. 2) Posted: Wed Feb 18, 2009 8:29 pm
Post subject: Re: Citrix & 1680 by 1050 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You' re running on 2003, is that correct?
Maximum resolution is 1600 x 1200, and I don't think Citrix changes
that.

FYI, on Windows 2008:

Custom display resolution provides support for additional display
resolution ratios, such as 16:9 or 16:10. For example, newer
monitors with resolutions of 1680 x 1050 or 1920 x 1200 are now
supported. The maximum resolution supported is 4096 x 2048.
_________________________________________________________
Vera Noest
MCSE, CCEA, Microsoft MVP - Terminal Server
TS troubleshooting: http://ts.veranoest.net
___ please respond in newsgroup, NOT by private email ___

grumblenoise.DeleteThis@googlemail.com wrote on 18 feb 2009 in alt.os.citrix:

> Hi Folks,
>
> We use an application hosted by a TP company. It's some kind of
> VB spun thing so it's not 100% Citrix aware. We have just
> purchased some new screens at work and they are optimized for
> 1680 by 1050.
>
> Whenever, we launch this application at the resolution 1680 by
> 1050 and with Full Screen set at the Citrix application level a
> portion of the application's GUI is missing (which is most
> undesirable). If I set the screen resolution down to 1600 by
> 900 everything works OK and the GUI is fine.
>
> What's happening here? Is there a limitation with Citrix apps
> not to fit the screen properly above 1600 by 900?
>
> Some help would be appreciated.
>
> G
Back to top
Send e-mail Login to vote
Ken Z

External


Since: Dec 21, 2006
Posts: 36



(Msg. 3) Posted: Sat Mar 07, 2009 7:16 pm
Post subject: Re: Citrix & 1680 by 1050 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi

I've got a 24" monitor at home running at 1920x1200, and I can connect
to a XenApp 4.5 / Server 2003 Citrix farm at the office and run
seamless apps at the full resolution without issues. The Citrix ICA
session is only limited by the amount of Video RAM that's configured
in the Citrix Farm. Right Click on the Farm properties in the AMC,
Server Default/ICA/Display and increase maximum video RAM to 8192 (all
values are MB). XenApp 5/Server 2008 defaults to 32768 (MB)

Regards

Ken Z

On Wed, 18 Feb 2009 20:29:09 GMT, "Vera Noest [MVP]"
<vera.noest DeleteThis @remove-this.hem.utfors.se> wrote:

>You' re running on 2003, is that correct?
>Maximum resolution is 1600 x 1200, and I don't think Citrix changes
>that.
>
>FYI, on Windows 2008:
>
>Custom display resolution provides support for additional display
>resolution ratios, such as 16:9 or 16:10. For example, newer
>monitors with resolutions of 1680 x 1050 or 1920 x 1200 are now
>supported. The maximum resolution supported is 4096 x 2048.
>_________________________________________________________
>Vera Noest
>MCSE, CCEA, Microsoft MVP - Terminal Server
>TS troubleshooting: http://ts.veranoest.net
>___ please respond in newsgroup, NOT by private email ___
>
>grumblenoise@googlemail.com wrote on 18 feb 2009 in alt.os.citrix:
>
>> Hi Folks,
>>
>> We use an application hosted by a TP company. It's some kind of
>> VB spun thing so it's not 100% Citrix aware. We have just
>> purchased some new screens at work and they are optimized for
>> 1680 by 1050.
>>
>> Whenever, we launch this application at the resolution 1680 by
>> 1050 and with Full Screen set at the Citrix application level a
>> portion of the application's GUI is missing (which is most
>> undesirable). If I set the screen resolution down to 1600 by
>> 900 everything works OK and the GUI is fine.
>>
>> What's happening here? Is there a limitation with Citrix apps
>> not to fit the screen properly above 1600 by 900?
>>
>> Some help would be appreciated.
>>
>> G
Back to top
Send e-mail Login to vote
Ken Z

External


Since: Dec 21, 2006
Posts: 36



(Msg. 4) Posted: Sat Mar 07, 2009 7:32 pm
Post subject: Re: Citrix & 1680 by 1050 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

forgot to mention that the default Video RAM on a Windows Server
2003/XenApp 4.5 is 5625 MB.

A screen resolution of 1600x900 at 32 bits per pixel works out as

1600 x 900 x 4 = 5760000 = 5625 MB

exactly at the limit of the video RAM (the reason you multiply by 4 is
becuase 32 bits per pixel requires 4 bytes of video RAM).

Running at 1680 x 1050 at 32 bits per pixel works out as

1680 x 1050 x 4 = 7056000 = 6891 MB

this pushes the video RAM requirement past the factory default
settings. My guess is that the hosting company has left this setting
at the default value.

If you run the app at 24bit colour (3 bytes per pixel)...

1680 x 1050 x 3 = 5292000 = 5168 MB

This should fix within the default video RAM

Regards

Ken Z


On Wed, 18 Feb 2009 20:29:09 GMT, "Vera Noest [MVP]"
<vera.noest.DeleteThis@remove-this.hem.utfors.se> wrote:

>You' re running on 2003, is that correct?
>Maximum resolution is 1600 x 1200, and I don't think Citrix changes
>that.
>
>FYI, on Windows 2008:
>
>Custom display resolution provides support for additional display
>resolution ratios, such as 16:9 or 16:10. For example, newer
>monitors with resolutions of 1680 x 1050 or 1920 x 1200 are now
>supported. The maximum resolution supported is 4096 x 2048.
>_________________________________________________________
>Vera Noest
>MCSE, CCEA, Microsoft MVP - Terminal Server
>TS troubleshooting: http://ts.veranoest.net
>___ please respond in newsgroup, NOT by private email ___
>
>grumblenoise@googlemail.com wrote on 18 feb 2009 in alt.os.citrix:
>
>> Hi Folks,
>>
>> We use an application hosted by a TP company. It's some kind of
>> VB spun thing so it's not 100% Citrix aware. We have just
>> purchased some new screens at work and they are optimized for
>> 1680 by 1050.
>>
>> Whenever, we launch this application at the resolution 1680 by
>> 1050 and with Full Screen set at the Citrix application level a
>> portion of the application's GUI is missing (which is most
>> undesirable). If I set the screen resolution down to 1600 by
>> 900 everything works OK and the GUI is fine.
>>
>> What's happening here? Is there a limitation with Citrix apps
>> not to fit the screen properly above 1600 by 900?
>>
>> Some help would be appreciated.
>>
>> G
Back to top
Send e-mail Login to vote
Display posts from previous:   
    All times are: Eastern Time (US & Canada) (change) Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Looking for more Terminal Services info?

Sign up to the MSTerminalServices.org Monthly Newsletter, written by Terminal Server MVP & Citrix CTP Stefan Vermeulen, containing news, tips, interviews, links of the month and much more. Subscribe today and don't miss a thing!

Become an MSTerminalServices.org member!

Discuss your Terminal Services & Citrix issues with thousands of other SBC experts. Click here to join!

Community Area

Log in | Register