需要自动登录
设置打开remote desktop设置固定密码,取消钥匙环密码
在无hdmi设备的情况下需要使用dummy xorg
并配置文件
sudo apt-get install xserver-xorg-video-dummy
sudo nano /etc/X11/xorg.conf
Section "Monitor"
Identifier "Monitor0"
HorizSync 28.0-80.0
VertRefresh 48.0-75.0
# https://arachnoid.com/modelines/
# 1920x1080 @ 60.00 Hz (GTF) hsync: 67.20 kHz; pclk: 148.30 MHz
Modeline "1920x1080_60.00" 148.30 1920 2008 2052 2200 1080 1083 1088 1120 -HSync +Vsync
EndSection
Section "Device"
Identifier "Card0"
Driver "dummy"
VideoRam 256000
EndSection
Section "Screen"
DefaultDepth 24
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Depth 24
Modes "1920x1080_60.00"
EndSubSection
EndSection