Sergey Bugaev, le mar. 10 août 2021 23:36:18 +0300, a ecrit: > On Tue, Aug 10, 2021 at 10:29 PM Samuel Thibault > <samuel.thiba...@gnu.org> wrote: > /dev/cons: > ls: cannot access '/dev/cons/vcs': No such device > total 0 > crwx------ 1 root root 0, 36 Aug 10 23:15 kbd > crwx------ 1 root root 0, 36 Aug 10 23:15 mouse > l????????? ? ? ? ? ? vcs > > (Hmm, what's that vcs error?)
Are you at the console while running this? Normally vcs is a symlink to /dev/vcs/1 or such. > That must be it: my X.Org doesn't seem to load > /usr/lib/xorg/modules/input/mouse_drv.so, although that file exists. I see in your log that you have (WW) Hotplugging requested but the server was compiled without a config backend. No input devices were configured, the server will start without any input devices. I don't know where that hotplug request comes from, but that cannot work. Samuel