Has anyone out there successfully installed teradici/HP Anywhere on Rocky linux 8.5 (Threadripper CPU)
Im hitting a wall when I install the installation scripts or even darksite downloads.
Looks succesfull up to a point and then my screen goes black and hangs. On reboot it loads the non graphical GUI and pretty much breaks my little house of cards. I think it has something to do with mcelog.service in the dnf installation not being compatible with amd CPUs. Anyone out there who could give me me steer in the right direction?
We have Teradici on ThreadRipper no problem using their repo. Also that is how Teradici works, it takes over the local DisplayServer and does NOT present a GUI.
Yes. I have.
Once you install the USB dealio and the curl link, your screen will go blank. Reboot. Then, HP Anywhere is doing what you want, launching without a graphical interface.
So, once you are at the old skool shell login, login with your credentials. Then to start a graphical session, type:
startx
Then, I think you have to license the PCoIP Graphics Agent viaâŚ
pcoip-register-host --registration-code=<registration-code>
Then, once you are in, youâll need to enable the pcoip via:
systemctl enable pcoip
Then, confirm by running a:
systemctl status pcoip
This âshouldâ be everything you need to do. I suspect you and I are using it similairyâŚsometimes remote, sometimes locally. I havenât figured out how to have it launch back into graphical mode yet, so, from now on Iâm just living iwth the whole âstartxâ if Im working locally.
If you donât want pcoip enabled, and you want to disable it, thenâŚ
systemctl disable pcoip
Confirm with a:
systemctl status pcoip
I really donât know much, but, I do know the above works on 3 of my P620s.
Ah. Forgot. When you launch Flame, youâll probably see it crash with a Qt error. You need to then add an environment variable in Flame Setup / Environment Variables to Display :100. Youâll see the default one be Display :1. Make a new one there that says Display :100 and boom. Franâs your Nan.
Nice. I didnt realize there was Linux support for Streamdeck. There is, right?
via Companion
Amazing⌠thanks for spelling it out Randy. I thought I was going mad!
Got some time to try it today and it worked!
Frikken legend