[email protected] (Ludovic Courtès) writes:
> Hi,
>
> "Feng Shu" <[email protected]> skribis:
>
>> Yestaday, I reinstall my guixsd, and install xfce4 as my desktop.
>> A problem faced is that: When I press Ctrl-Alt-F1, F2, F3 ...
>> I can not start a tty, instead of start a slim login picture?
>
> Can you reproduce the problem in a VM created by ‘guix system vm’?
> (Note that in QEMU you need to do ctrl-1 to go to the QEMU console, then
> “sendkey ctrl-alt-f1”, and then ctrl-2 to switch back to the VM screen.)
>
> If not, could it be that the problem has to do with the graphics driver
> being used?
>
> Ludo’.
I run command: dmesg, and find error:
is it possible the reason?
--------
[ 24.692649] udevd[197]: RUN{builtin}: 'uaccess' unknown
/gnu/store/34c1zxa84ljss1iwpc14sh1irjsb2naa-udev-rules/lib/udev/rules.d/73-seat-late.rules:15
[ 27.708339] udevd[197]: RUN{builtin}: 'uaccess' unknown
/gnu/store/34c1zxa84ljss1iwpc14sh1irjsb2naa-udev-rules/lib/udev/rules.d/73-seat-late.rules:15
[ 30.724264] udevd[197]: RUN{builtin}: 'uaccess' unknown
/gnu/store/34c1zxa84ljss1iwpc14sh1irjsb2naa-udev-rules/lib/udev/rules.d/73-seat-late.rules:15
[ 32.460383] usbcore: registered new interface driver usbmouse
[ 87.253329] udevd[197]: RUN{builtin}: 'uaccess' unknown
/gnu/store/34c1zxa84ljss1iwpc14sh1irjsb2naa-udev-rules/lib/udev/rules.d/73-seat-late.rules:15
--------
--