UNSOLVED

StarLog

updated

11 years ago

S

StarLog

2 Intern

203 Posts

0

19133

July 1st, 2015 08:00

Color Depth question

Color Depth question

Running C10LE
Ver. 7.0.0_30

I have 7 different RDP servers to log into.
3 of them come up as colordepth = 16bit <- thats ok
The others come up colordepth = 8bit <- not good at all

We would rather have a color depth of 32bit, but cannot achieve this for some reason.
How can we achieve 16bit on all the servers.?

So here is the server layout and whether it is VMWare of real server.

VM Reception 16bit FS=y
VM Termserv 8bit FS=y
Dell dccserver 8bit FS=y
Dell dataone 8bit FS=y
Dell deltekweb 8bit FS=y
Dell deltekdata 16bit FS=n
VM Manage Engine 16bit FS=y

Below is the wnos.ini

Code:

autoload=1
EnableLocal=yes
Privilege=high
AdminMode=no
#TCXLicense=1GW2R-79GNJ-K237D-4LUR6-5ZUW8

Dualhead=yes

#Resolution=DDC

Autopower=no
AutoSignoff=no  Shutdown=no
NoticeFile=legaldisclaimer.tx
FixLicense=clean

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

FormURL=wyse_s10.bmp

MouseSpeed=1

Screensaver=5 LockTerminal=no Type=2 Image=screensave.jpg
shutdowninfo=no

;*************************************************************
;*                             Time                          *
;*************************************************************

Timeserver=time.nist.gov Timeformat="24-hour format" Dateformat=mm/dd/yyyy
TimeZone='GMT - 05:00' ManualOverride=yes Daylight=yes Start=030507 End=100507
Signon=0 MaxConnect=1000



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

; If you are using a version of WTOS code < 7.0.1_13 please use:
; Resolution=1680x1050 Refresh=
DesktopColorDepth=32
DeskColor =”16 100 36”
Desktop=wysepaper.jpg 
Dualhead=yes Mainscreen=1 Orientation=hort Taskbar=mainscreen Align=Center
Screensaver="5" LockTerminal=no Type=2 Image=logo-pa.bmp
DomainList=mps4

#SessionConfig=ALL
#MapDisks=yes


#seamless=yes



;*************************************************************
;*                             RDP                           *
;*************************************************************


;-------------------------------------------------------------
;-                        RDP Session 1                      -
;-         Each line but the last must end with a  '\'       -
;-------------------------------------------------------------

CONNECT=RDP \
Host=192.168.20.227 \
Description="RDP Reception" \
Icon=default \
Fullscreen=yes \
Colors=high \
LocalCopy=no


CONNECT=RDP \
Host=192.168.20.45 \
Description="Terminal Server" \
Icon=default \
Fullscreen=yes \
Colors=high \
LocalCopy=no


include=$MAC.ini

 

Below is the Mac.ini for the C10LE

Code:
signon=0
Screen=1 Resolution=1680x1050
# Screen=2 Resolution=1680x1050
# DeskColor="255 198 255" 
TerminalName="IT Department"

CONNECT=RDP \
Host=192.168.20.2 \
Description="DCCSERVER" \
Icon=default \
Fullscreen=yes \
Colors=high \
LocalCopy=no


CONNECT=RDP \
Host=192.168.20.3 \
Description="DATAONE" \
Icon=default \
Fullscreen=yes \
Colors=high \
LocalCopy=no


CONNECT=RDP \
Host=192.168.20.4 \
Description="DELTEKWEB" \
Icon=default \
Fullscreen=yes \
Colors=high \
LocalCopy=no


CONNECT=RDP \
Host=192.168.20.5 \
Description="DELTEKDATA" \
Icon=default \
Fullscreen=no \
Colors=high \
LocalCopy=no