For using the pi in headless mode (without a display) you could use a hdmi dummy plug to trick the Pi into thinking it‘s connected to a monitor. Either use a micro hdmi one (if you can find one) or use a male micro-hdmi to female hdmi adapter to connect a dummy plug
it worked for me to use my rpi 4 in headless mode, without any adapter or other display connected, by changing the following settings in the config.txt file in the boot folder: Uncomment -> hdmi_force_hotplug=1 Uncomment and change group -> hdmi_group=2 Uncomment and change mode -> hdmi_mode=82 Comment -> #dtoverlay=vc4-kms-v3d i dont know exactly which of these changes made it work, but it did for me! these are the only things i changed in the txt after installing the OS....
Hi there, Rustdesk installed on my Raspberry Pi, and is showing in the 'Other' folder, but when I click on it, it doesn't open the app/panel that you have displayed on yours.
So apparently Rustdesk doesn't work with Pi OS 64bit yet. at least not for me I get errors: The following packages have unmet dependencies: rustdesk:armhf : Depends: python3-pip:armhf but it is not installable E: Unable to correct problems, you have held broken packages. I tried installing the regular .deb maybe would get more dependencies. Then ran an update then tried installing again...nothing working Anydesk also doesn't work but does install seemingly correctly but clicking on menu name it thinks for a bit then does nothing. Research seems to think there's either dependency issues or problems with compatibility with the aarch64
yeah i mentioned it at 1:01 mark, the software they use to build the GUI doesnt support arm 64, i think they are in the process of switching to Dart or Tauri, to build the ui, and it will eventually support it, just not at the time of this video. its pretty cool they acknowledge it and are switching to a new stack for their desktop client
Got it DL, then installed when trying to run the app it hangs for a bit and does nothing. In a terminal running rustdesk I get 2 error lines saying /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.29' not found (required by rustdesk) update before and after and there's no change. All apps are up to date So after a little more diggin I find using ldd --version Glibc V 2.28 is installed...but how to safely get/use 2.29???
sorry, i was absent for a bit, these issues are probably gone with the newer version of rustdesk, they completed a rerewrite and now the rustdesk packages are compatible with both 32bit and 64bit operating systems. you should give installation another try and see if the issue persist. let me know if you continue to get error to help you troubleshott.
I have some raspberry-pi4 with rustdesk-1.1.9-raspberry-armhf.deb installed and it works fine. My devices: Operating System: Raspbian GNU/Linux 11 (bullseye) Kernel: Linux 6.1.21-v8+ Architecture: arm64 I can't find the package with a more up-to-date version. Does anyone know?
For using the pi in headless mode (without a display) you could use a hdmi dummy plug to trick the Pi into thinking it‘s connected to a monitor. Either use a micro hdmi one (if you can find one) or use a male micro-hdmi to female hdmi adapter to connect a dummy plug
great idea! ive read on the github repo it may be possible to do virtual desktops as well but that is over my head lol
For using the pi in headless mode you just use it in headless mode and that's it
I use a HDMI dummy too for my Ubuntu PC running AnyDesk and it works flawlessly.
it worked for me to use my rpi 4 in headless mode, without any adapter or other display connected, by changing the following settings in the config.txt file in the boot folder:
Uncomment -> hdmi_force_hotplug=1
Uncomment and change group -> hdmi_group=2
Uncomment and change mode -> hdmi_mode=82
Comment -> #dtoverlay=vc4-kms-v3d
i dont know exactly which of these changes made it work, but it did for me! these are the only things i changed in the txt after installing the OS....
Thanks for that, it worked for me. Commenting dtoverlay seems to be unnecessary though.
Nice overview. Never heard of this software before. Thanks for letting us know! I'm going to try it out.
yeah its pretty good on other devices, the raspberry pi version will get better when 64bit is supported. thanks for watching
I would actually like to see 32-bit support in the 64-bit Raspberry Pi OS like x86 to x86_64 bit support in computers
Your intro make lot easier to understand!
Hi there, Rustdesk installed on my Raspberry Pi, and is showing in the 'Other' folder, but when I click on it, it doesn't open the app/panel that you have displayed on yours.
im not sure what this error is but rustdesk has completed their rewrite and the new version is better
Im thinking if I can use raspberry pi as an ID/relay server?
Yes you can! which type of relay are you thinking of?
So apparently Rustdesk doesn't work with Pi OS 64bit yet. at least not for me I get errors:
The following packages have unmet dependencies:
rustdesk:armhf : Depends: python3-pip:armhf but it is not installable
E: Unable to correct problems, you have held broken packages.
I tried installing the regular .deb maybe would get more dependencies. Then ran an update then tried installing again...nothing working
Anydesk also doesn't work but does install seemingly correctly but clicking on menu name it thinks for a bit then does nothing. Research seems to think there's either dependency issues or problems with compatibility with the aarch64
yeah i mentioned it at 1:01 mark, the software they use to build the GUI doesnt support arm 64, i think they are in the process of switching to Dart or Tauri, to build the ui, and it will eventually support it, just not at the time of this video. its pretty cool they acknowledge it and are switching to a new stack for their desktop client
What monitor for the multi input ?
its a samsung ultra wide monitor, not sure the exact model i bought it used without a box or manual
Anyone found some solution?
newer releases dont have any issues
Got it DL, then installed when trying to run the app it hangs for a bit and does nothing. In a terminal running rustdesk I get 2 error lines saying /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.29' not found (required by rustdesk) update before and after and there's no change. All apps are up to date
So after a little more diggin I find using ldd --version Glibc V 2.28 is installed...but how to safely get/use 2.29???
I have this issue as well
@@mikerotchizitchy Yep no fix till?
sorry, i was absent for a bit, these issues are probably gone with the newer version of rustdesk, they completed a rerewrite and now the rustdesk packages are compatible with both 32bit and 64bit operating systems. you should give installation another try and see if the issue persist. let me know if you continue to get error to help you troubleshott.
nice one
Installed it on RPI5 64 bits using this image
rustdesk-1.2.3-x86_64.deb
this tutorial is outdated, rustdesk has migrated to flutter and support all architectures. i may revisit this
I have some raspberry-pi4 with rustdesk-1.1.9-raspberry-armhf.deb installed and it works fine.
My devices:
Operating System: Raspbian GNU/Linux 11 (bullseye)
Kernel: Linux 6.1.21-v8+
Architecture: arm64
I can't find the package with a more up-to-date version.
Does anyone know?
you can try installing the rustdesk-1.2.3-aarch64.deb, this is the arm 64 bit version.