admin管理员组文章数量:1130349
安装xfce桌面以及vncserver(远程连接)
安装xfce桌面
apt-get install xfce4 xfce4-goodies xorg dbus-x11 x11-xserver-utils
ubuntu的安装gdm3,
apt install gdm3
debian安装lightdm。
apt install lightdm
安装vnc server
apt-get install tightvncserver
中文字体
apt-get install fonts-wqy-zenhei
开机自启动vncviewer
修改启动脚本
vim /etc/rc.local
添加以下内容
su - root -c "/usr/bin/vncserver -depth 24 -geometry 1920x1080 :1 &"
Phicomm-n1刷入后lightdm无法正常启动
cat << '_EOF_' > /etc/X11/xorg.conf.d/02-dietpi-aml-s905.conf
Section "OutputClass"
Identifier "Amlogic"
MatchDriver "meson"
Driver "modesetting"
Option "PrimaryGPU" "true"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Meson"
Monitor "foo"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1920x1080" "1440x900" "1280x720" "1280x1024" "1280x960" "1024x768" "800x600" "640x480" "720x400"
EndSubSection
EndSection
_EOF_
如果还不行的话:
apt install accountsservice
mkdir /var/lib/lightdm/data
chmod 775 /var/lib/lightdm/data安装xfce桌面以及vncserver(远程连接)
安装xfce桌面
apt-get install xfce4 xfce4-goodies xorg dbus-x11 x11-xserver-utils
ubuntu的安装gdm3,
apt install gdm3
debian安装lightdm。
apt install lightdm
安装vnc server
apt-get install tightvncserver
中文字体
apt-get install fonts-wqy-zenhei
开机自启动vncviewer
修改启动脚本
vim /etc/rc.local
添加以下内容
su - root -c "/usr/bin/vncserver -depth 24 -geometry 1920x1080 :1 &"
Phicomm-n1刷入后lightdm无法正常启动
cat << '_EOF_' > /etc/X11/xorg.conf.d/02-dietpi-aml-s905.conf
Section "OutputClass"
Identifier "Amlogic"
MatchDriver "meson"
Driver "modesetting"
Option "PrimaryGPU" "true"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Meson"
Monitor "foo"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1920x1080" "1440x900" "1280x720" "1280x1024" "1280x960" "1024x768" "800x600" "640x480" "720x400"
EndSubSection
EndSection
_EOF_
如果还不行的话:
apt install accountsservice
mkdir /var/lib/lightdm/data
chmod 775 /var/lib/lightdm/data版权声明:本文标题:Armbian(斐讯N1)安装xfce桌面以及远程环境 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:https://it.en369.cn/jiaocheng/1763550141a2942416.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。


发表评论