The booting movie (gdm's autologin)

i iuse nvme & gdm’s autologin (the video card is RX550).
my desktop is xfce4 .

2 Likes

Thanks for the video. That is a long boot up time. Like windows 15 years ago slow!

slow , but we can boot Linux GUI .

the speed is not important ,
the optimisation is the next step , so i think .

2021年6月22日(火) 8:24 qz3fwd via SiFive Forums <sifive@discoursemail.com>:

Based on the CPU spec, it’s 20 years old x86 so 15 is a great result!

Using Linux and a lightweight GUI does help. Gnome is quite a bit slower.

i think the following line slows the booting process about 10 seconds .

is there any idea to cope with it ?


regards

If I’m reading it correctly, the system shutdown uncleanly, so when it boots back up, it has to do a file system check (fsck). A fsck can be slow in sd card. To prevent it from happening, make sure your system shuts down cleanly, perhaps with shutdown now -h .

i tried several times .

now
./comment-out.bat /etc/systemd/journald.conf
[Journal]
SystemMaxUse=10M

then

but

journalctl --no-pager | grep -e ‘err’

6月 27 05:37:10 ubuntu /usr/libexec/gdm-x-session[1682]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
6月 27 05:37:11 ubuntu /usr/libexec/gdm-x-session[1682]: (II) AMDGPU(0): First detailed timing is preferred mode
6月 27 05:37:24 ubuntu xfwm4[1857]: Failed to connect to session manager: セッションマネージャーへの接続に失敗しました: IO error occured opening connection
6月 27 05:37:24 ubuntu xfwm4[1857]: xfwm4: Fatal IO error 11 (Resource temporarily unavailable) on X server :1.
6月 27 05:37:52 ubuntu /usr/libexec/gdm-x-session[2269]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
6月 27 05:37:53 ubuntu /usr/libexec/gdm-x-session[2269]: (II) AMDGPU(0): First detailed timing is preferred mode
6月 27 05:37:59 ubuntu xfwm4[2443]: xfwm4: Fatal IO error 0 (Success) on X server :1.
6月 27 05:38:20 ubuntu /usr/libexec/gdm-x-session[2491]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
6月 27 05:38:21 ubuntu /usr/libexec/gdm-x-session[2491]: (II) AMDGPU(0): First detailed timing is preferred mode
6月 27 05:38:27 ubuntu xfwm4[2666]: xfwm4: Fatal IO error 0 (Success) on X server :1.
6月 27 05:39:09 ubuntu xfce4-screensav[1284]: xfce4-screensaver: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
6月 27 12:02:27 ubuntu systemd[1]: Condition check resulted in Process error reports when automatic reporting is enabled (file watch) being skipped.
6月 27 12:02:31 ubuntu /usr/libexec/gdm-x-session[878]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
6月 27 12:02:33 ubuntu /usr/libexec/gdm-x-session[878]: (II) AMDGPU(0): First detailed timing is preferred mode


regards