Software Client for Linux 24.07 Administrators' Guide
This release is in Beta. Beta software is not fully supported, and may be incomplete or unstable. It is not intended for use in production systems. We welcome your feedback on this release! Send feedback to anyware-beta-feedback@hp.com.

On the Anyware Software Client for Linux using either Ctrl+Alt+SHIFT+F12 or Ctrl+Alt+F12 will switch to virtual terminal 12, which typically does not exist. This can result in a blank screen. To avoid this you can disable virtual terminal functionality by creating a file /usr/share/X11/xorg.conf.d/60-pcoip.conf with the following contents:

Section "Serverflags" 
    Option "DontVTSwitch" "yes"
EndSection

This file needs to be created with root permissions.