-=Help needed=-
I’m trying to remote into my Deck desktop. I have tried a number of things, searched all day, and I can’t find anything that actually works.
Steam Link does NOT work as advertised. I can stream my PC (Win11) desktop TO my deck with a Fair connection and no issues. But my PC can NOT connect the other way, it always shows Slow connection and steamdeck offline. I’m on a wired home LAN and I’ve tried WiFi as well. I’ve watched “fix your SteamLink connection” videos and read everything but nothing changes it.
AnyDesk was pulled from Flatpak, so every search suggesting that option seems to be null and void. I don’t know if or how any other version of Linux AnyDesk might work, or how. And I can’t find anything other than “It’s on Discover”. Not anymore it isn’t.
KDE Connect doesn’t seem to do much other than let me transfer files. I can mouse click but not move the mouse. I don’t see many options here to get it to do what I need.
I want to remotely navigate the Desktop mode from my Windows PC. It shouldn’t be this hard. Anyone encounter or understand a solution that could explain it in better than one sentence worth? I’m trying to learn but it’s just brutal out there.
https://gist.github.com/x43x61x69/9a5a231a25426e8a2cc0f7c24cfdaed9 installs a VNC server on your steam deck, and add desktop icons to start and stop it whenever you need. run as root. from what i remember of the deck’s file architecture it’s quite possible the install gets wiped everytime you install an update. either don’t install them or just run the script when you need. to connect use a vnc client such as tigervnc and connect to your deck’s ip.
I’ve not had any issues with it wiping my stuff between updates. What I read, but not seen happen yet, is that after an update it sets it back to read only. So you have to run some commands to be able to install things from pacman instead of steam or the desktop “app store”.
Let me know if I got it wrong.
No, normally only flatpaks you install stay between updates (but only major updates wipe and it’s not clear in advance what is a major update). Basically, if you need to set it to not read only to install something then it will probably be wiped eventually. This script removes read only, installs the VNC server then re-adds the read-only, but I guarantee it will be wiped eventually. Good news is they say this script is safe to run multiple times, so worst case scenario you can simply run it again after the update.