在Beaglebone上安装了x11-vnc服务后,发现在远程段登录时出现
Automatically logging in 的提示
然后一直卡着。
解决方法是找到 GDM的配置文件
/etc/gdm/custom.conf
将其中的设置更改,关闭西东登录选项
参考代码为
<span style="font-size:14px;"><span style="color:#222222;"> [security]
DisallowTCP=false
AllowRoot=true
AllowRemoteRoot=true
[xdmcp]
Enable=true
DisplaysPerHost=2
[daemon]
</span><span style="color:#f

本文记录了在Beaglebone上使用x11-vnc服务时遇到的登录卡顿问题。当尝试远程登录时,系统会显示'Automatically logging in'并停滞。解决这个问题的关键在于修改GDM的配置文件/etc/gdm/custom.conf,关闭自动登录选项,以确保正常运行x11-vnc服务。
最低0.47元/天 解锁文章
6323

被折叠的 条评论
为什么被折叠?



