Closed OortNebula closed 1 year ago
不要换源,默认的源就可以。换了其他源可能有问题,之前的帖子里已经有人换源后很多软件包无法安装。我自己反复装了N遍都没问题。我现在弄U盘刷个新的bullseye再给你演示一遍我默认源安装桌面的过程,给你截图展示一下。
不要换源,默认的源就可以。换了其他源可能有问题,之前的帖子里已经有人换源后很多软件包无法安装。我自己反复装了N遍都没问题。我现在弄U盘刷个新的靶心再给你演示一遍我默认源安装桌面的过程,给你截图展示一下。
非常感谢大佬的解答! 唯一没有尝试过的就是用官方源安装了,因为速度实在是太慢,原来问题出现在这里,我挂个代理重装试试
你如果还是没有成功试试这个吧,我之前用官方源也没有成功,跟你一样。 粘贴回车重启
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
你如果还是没有成功试试这个吧,我之前用官方源也没有成功,跟你一样。 粘贴回车重启
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
非常感谢!你的回答解决了我的问题,祝你生活愉快!
这个方法是适用bullseye的?
这个方法是适用bullseye的?
对 可以解决N1 bullseye安装桌面后lightdm启动失败的问题
n1的显示有不同的要求?
我在tx3/gtk-pro/rock5b上直接可以使用,你改天测一下这个添加是否通用。
n1的显示有不同的要求?
我在tx3/gtk-pro/rock5b上直接可以使用,你改天测一下这个添加是否通用。
用这个方法测了三个版本的镜像都可以启动
你如果还是没有成功试试这个吧,我之前用官方源也没有成功,跟你一样。 粘贴回车重启
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
到现在了N1还是有这个问题,找了好久终于解决了,感谢大神。另外,这个可视化界面还是不太流畅,看来大家都没在用了
Device Information | 设备信息
Armbian Version | 系统版本
Describe the bug | 问题描述 在刷入最新固件(Armbian_23.02.0_amlogic_s905d_bullseye_6.0.12_server_2022.12.08)后运行armbian-soft安装桌面重启后lightdm无法启动。
复现过程:1.将镜像通过USB-image-tool写入U盘; 2.N1通过U盘起动后设置root密码及新建账户连接网络; 3.运行armbian-install选择101及ext4刷入EMMC; 4.更换国内源:(1)备份修改/etc/apt/sources.list内容为 deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye main contrib non-free deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-updates main contrib non-free deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-backports main contrib non-free deb https://mirrors.tuna.tsinghua.edu.cn/debian-security bullseye-security main contrib non-free (2)在/etc/apt/sources.list.d/目录下新建armbian.list并添加 deb http://mirrors.tuna.tsinghua.edu.cn/armbian/ bullseye main bullseye-utils bullseye-desktop (3)运行apt update && apt upgrade 进行更新 5.运行armbian-software选择201进行桌面环境的安装,期间出现设置登陆用户及中文桌面的选项,安装完成重启后无法 进入登陆界面,具体报错为failed to start lightdm;
进行的尝试:1.通过翻阅其他issues发现有相同的问题,参考大佬回复进行尝试,通过armbian-software卸载桌面进行重新安装,期间 并未出现描述中的选择显示管理器的选项,lightdm.conf中开启logind-check-graphical,安装完成后问题依旧,更 换镜像 Armbian_23.02.0_amlogic_s905d_jammy_6.0.11_server_2022.12.07进行尝试,发现该镜像安装桌面过程中出 现了选择gdm3/lightdm的选项,选择gdm3能成功进入桌面,但该桌面N1运行较为吃力,存在卡顿现象,期间安装了 lxde、xfce等桌面,但是均无法正常登陆,再次重新安装桌面选择lightdm后依然无法启动; 2.在尝试三个版本的镜像均无法启动lightdm后针对报错日志进行分析,期间通过安装accountsservice解决了lightdm日 志中WARNING: Error getting user list from org.freedesktop.Accounts:的问题,通过lightdm --test-mode --debug 观察lightdm似乎已经正常,日志如下:
疑问:1.翻阅其它issues中大佬的回复自测安装桌面及使用是无问题的,且安装过程中会有选择gdm3/lightdm的选项,但我在尝试三 版镜像十余次重装过程中只有jammy出现该选项,bullseye_5.15.80及bullseye_6.0.12版本均未出现,安装过程中默认选择的 lightdm,卸载重装及重刷系统重装均有尝试,且其他issues也有相同的问题表明我遇到的情况不是个例,所以贴出了详细的安 装步骤麻烦大佬帮忙看下是不是漏掉了什么过程或者有误造成的安装失败? 2.重点是否在于安装过程中未出现选择显示管理器的选项,是否bullseye版在安装过程中跳过了一些软件包? 2.大佬是否可以简单描述下正确的安装过程以供参考?
期待大佬的解惑,感谢!