Your comments

Just wanted to add something here to this.  I got this to work today.  I had to open a case with CW they did not directly hepp me but they did tell me I needed to disable wayland.  In short you have to disable WAYLAND.  To do this on the Raspberry Pi you need to do the following after it is installed. I was running Raspberry Pi OS in full disclosure.

sudo nano /etc/lightdm/lightdm.conf

uncomment the line that says #xserver-command=X

then make it xserver-command=X -core

sudo systemctl restart lightdm

sudo systemctl restart [CWSERVICENAME]

It worked for me!