rustdesk on linux for tv box #297
clickerpw
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Rustdesk for Ubuntu on a TV Box with an Amlogic CPU
sudo apt -y install xterm xfce4 xorg xrdp xorgxrdp && echo "xfce4-session" > ~/.xsession && chmod +x ~/.xsession
systemctl enable xrdp && systemctl restart xrdp
gdebi rustdesk-1.4.4-aarch64.deb
sudo apt-get install xserver-xorg-video-dummy x11-xserver-utils
nano /usr/share/X11/xorg.conf.d/xorg.conf
Section "Device"
Identifier "Configured Video Device"
Driver "dummy"
VideoRam 16384
EndSection
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 31.5-48.5
VertRefresh 50-70
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x800"
EndSubSection
EndSection
apt-get install sddm
7 generate the config
sddm --example-config > /etc/sddm.conf
ls /usr/share/xsessions
and add the following to sddm.conf
nano /etc/sddm.conf
Session=xfce.desktop
User=root
Save the configuration.
Beta Was this translation helpful? Give feedback.
All reactions