RPi 3B v1.2
Raspberry PI OS 2024-03-12 Legacy x64 no Desktop
I'm triing use a RPi to create a Windows remote desktop client.
My idea would be that the RPi when logging into the shell, runs rdesktop or xfreerdp and connects to Win.
I installed xorg etc
apt install xorg xinit rdesktop xfreerdp
and create a scriptdid not work
What I need do?
Raspberry PI OS 2024-03-12 Legacy x64 no Desktop
I'm triing use a RPi to create a Windows remote desktop client.
My idea would be that the RPi when logging into the shell, runs rdesktop or xfreerdp and connects to Win.
I installed xorg etc
apt install xorg xinit rdesktop xfreerdp
and create a script
Code:
export DISPLAY=:0startx &exec xfreerdp -o -x l -a 32 -g 800x600 -u ardo 192.168.0.10 -d -z b -f
What I need do?
Statistics: Posted by RafMass — Wed Mar 27, 2024 8:09 pm