bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems with Xorg


From: Sergey Bugaev
Subject: Re: Problems with Xorg
Date: Tue, 10 Aug 2021 23:36:18 +0300

On Tue, Aug 10, 2021 at 10:29 PM Samuel Thibault
<samuel.thibault@gnu.org> wrote:
> I can't reproduce such issue. Do you have the
>
> lrw-r--r-- 1 root root  8 24 nov.   2019 kbd -> cons/kbd
> lrw-r--r-- 1 root root 10 24 nov.   2019 mouse -> cons/mouse
>
> symlinks? And is
>
> € ls /dev/cons
> kbd  mouse  vcs
>
> populated so?

Yes and yes:

sergey@sergey-hurd-box:~$ sudo ls -l /dev/{kbd,mouse,cons}
lrw-r--r-- 1 root root  8 Apr 20  2019 /dev/kbd -> cons/kbd
lrw-r--r-- 1 root root 10 Apr 20  2019 /dev/mouse -> cons/mouse

/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?)

> Also, /var/log/Xorg.0.log should be showing something like
>
> [830965.091] (==) No Layout section. Using the default mouse configuration.
> [830965.091] (==) No Layout section. Using the first keyboard device.
> [...]
> [830965.101] (II) LoadModule: "mouse"
> [830965.101] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so

That must be it: my X.Org doesn't seem to load
/usr/lib/xorg/modules/input/mouse_drv.so, although that file exists.
According to my log (which I'm attaching), it reads config from
/usr/share/X11/xorg.conf.d, which also exists:

sergey@sergey-hurd-box:~$ ls /usr/share/X11/xorg.conf.d
10-kbd.conf  10-mouse.conf  70-synaptics.conf
sergey@sergey-hurd-box:~$ cat /usr/share/X11/xorg.conf.d/10-mouse.conf
Section "InputClass"
        Identifier "mouse catchall"
        MatchIsPointer "on"
        Driver "mouse"
EndSection

Sergey

Attachment: Xorg.0.log
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]