Reply To: 8.6_013 on 5010 devices gives issues with screen updates

#48591
Torsten
Participant
  • Total Post: 50
  • Back Stage Pass
  • ★★★★

Right now running on an old ini-file being used for existing users:

;*************************************************************
;* General 1 *
;*************************************************************

autoload=1

;*************************************************************
;* General 3 *
;*************************************************************

AutoSignoff=no Shutdown=no
Shutdowncounter=10 Unit=second
ShutDown=turnoff
AddCertificate=root.cer
AddCertificate=Inter.cer
SecurityPolicy=low
;*************************************************************
;* CMOS *
;*************************************************************

Device=CMOS WakeOnLan=yes

;*************************************************************
;* Display *
;*************************************************************

; If you are using a version of WTOS code < 7.0.1_13 please use:
; Resolution=DDC Refresh=
Dualhead=yes MonitorAutoDetect=yes

;*************************************************************
;* Network *
;*************************************************************

; If you are using a version of WTOS code < 7.1_133 please use:
; RapportDisable= instead of WDMService=
WDMService=Yes DHCPinform=yes
SignOn=Yes
MaxVNCD=1
VncPassword=”something”
VncPrompt=No Accept=10 ActiveVisible=yes
DomainList=”something”

;*************************************************************
;* Services *
;*************************************************************

Service=ThinPrint disable=yes

;*************************************************************
;* General Session *
;*************************************************************

SessionConfig=ALL UnmapClipboard=yes UnmapUSB=yes
;*************************************************************
;* ICA *
;*************************************************************

IcaBrowsing=HTTP
PnAgentServer=https://login.something.com/Citrix/ThinClient Storefront=yes

include=LocalConfig.ini

LocalConfig.ini just some language and timezone settings

Then I created a new ini file with the latest configurator:

;*************************************************************
;* General 1 *
;*************************************************************

autoload=1

;*************************************************************
;* General 3 *
;*************************************************************

AutoSignoff=yes Shutdown=yes
Shutdowncounter=20 Unit=second
ShutDown=turnoff
SysMode=Citrix

;*************************************************************
;* CMOS *
;*************************************************************

Device=DellCmos WakeOnLan=LAN

;*************************************************************
;* Display *
;*************************************************************

Dualhead=yes MonitorAutoDetect=yes

;*************************************************************
;* Network *
;*************************************************************

; If you are using a version of WTOS code < 7.1_133 please use:
; RapportDisable= instead of WDMService=
WDMService=Yes DHCPinform=yes
SecurityPolicy=low
AddCertificate=root.cer
AddCertificate=Inter.cer
SignOn=Yes
DomainList=”something”
MaxVNCD=1
VncPassword=”something”
VncPrompt=No Accept=10 ActiveVisible=yes

;*************************************************************
;* General Session *
;*************************************************************

SessionConfig=ALL UnmapUSB=yes UnmapClipboard=yes

;*************************************************************
;* ICA *
;*************************************************************

IcaBrowsing=HTTP
PnliteServer=https://login.something.com/Citrix/ThinClient Storefront=yes
SessionConfig=ICA DesktopMode=Fullscreen SessionReliability=yes WarnPopup=yes USBRedirection=HDX

;*************************************************************
;* General 2 Special *
;*************************************************************

Include=LocalConfig.ini

Same issue on both configurations.