这些都是我在座位:*里面做的
/etc/lighdm/lighdm.conf我改变了
greeter-session=lightdm-gtk-greeter
autologin-user=pi
autologin-user-timout=0和在
/etc/lighdm/lightdm-gtk-greeter我把背景改为我喜欢的背景
[greeter]
background=/usr/share/pixmaps/splash.png
user-background=/usr/share/pixmaps/splash.png我会看到背景壁纸时,自白是不启用,但我必须手动登录。当自动登录启用时,我用鼠标登录到黑色屏幕上,没有墙纸。我也希望壁纸在自动显示上出现。我已经花了很多时间在这上面。我已经尝试过没有轻量级的Openbox,也使用了feh.But autologin和startx必须做manually.As,我对xinit.I不太熟悉,我正试图在加载chrome下载时间之前展示壁纸来获取网站。
发布于 2018-07-12 16:44:32
如果lightdm配置为autologin-user,则不会运行任何greeter。它立即为给定用户打开会话,并将其交给窗口管理器。设置窗口管理器的背景应该可以做您想做的事情,例如对于openbox添加类似的内容:
xsetbg /usr/share/pixmaps/splash.png &敬你的~/.config/openbox。注意,openbox必须在会话模式下运行,例如:
$ cat ~/.xinitrc
/usr/bin/openbox-sessionhttps://unix.stackexchange.com/questions/411544
复制相似问题