Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.linux.misc > #29660

Re: Xorg Libinput with Static Nodes

From F Russell <fr@random.info>
Newsgroups alt.os.linux, comp.os.linux.misc
Subject Re: Xorg Libinput with Static Nodes
Date 2020-04-06 11:24 +0000
Organization NewsGuy.com
Message-ID <r6f3h6018q@news2.newsguy.com> (permalink)
References <r6dleb020pl@news4.newsguy.com> <hevrfkF3293U1@mid.individual.net>

Cross-posted to 2 groups.

Show all headers | View raw


On Mon, 06 Apr 2020 07:02:44 +0200, J.O. Aho wrote:

> 
> You don't, you let xorg take care of that for you.
> 
> The configuration I use would look something like this in your case:
> 
> Section "InputDevice"
>   Identifier "system-keyboard"
>   Option "XkbRules" "xorg"
>   Option "XkbModel" "pc104"
>   Option "XkbLayout" "en_US"
> EndSection
> 

That looks worth a try, but I can only experiment with the
mouse since if I lose the keyboard I cannot easily terminate X.

I changed the mouse section of xorg.conf to eliminate the
"Device" specifier.  The "Driver" specifier must be there
or X refuses to start:

Section "InputDevice"
Identifier "Mouse1"
Driver "libinput"
#Option "Device" "/dev/input/mouse0"

The udev error is now gone but the mouse still won't
function:

[ 63263.220] (II) Using input driver 'libinput' for 'Mouse1'
[ 63263.220] (**) Option "CorePointer"
[ 63263.220] (**) Mouse1: always reports core events
[ 63263.220] (EE) PreInit returned 2 for "Mouse1"
[ 63263.220] (II) UnloadModule: "libinput"

I need to decipher this "PreInit returned 2" message.

The problem possibly is not with X but with the libinput
driver which somehow interacts with udev (eudev).

Also, I may need to recast the entire xorg.conf file.

This needless nonsense, courtesy of the folks at xorg,
will take some time to figure out.

Back to comp.os.linux.misc | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Xorg Libinput with Static Nodes F Russell <fr@random.info> - 2020-04-05 22:17 +0000
  Re: Xorg Libinput with Static Nodes F Russell <fr@random.info> - 2020-04-05 22:47 +0000
  Re: Xorg Libinput with Static Nodes "J.O. Aho" <user@example.net> - 2020-04-06 07:02 +0200
    Re: Xorg Libinput with Static Nodes "David W. Hodgins" <dwhodgins@nomail.afraid.org> - 2020-04-06 01:32 -0400
      Re: Xorg Libinput with Static Nodes "J.O. Aho" <user@example.net> - 2020-04-06 10:44 +0200
        Re: Xorg Libinput with Static Nodes "Carlos E.R." <robin_listas@es.invalid> - 2020-04-06 11:08 +0200
          Re: Xorg Libinput with Static Nodes Paul <nospam@needed.invalid> - 2020-04-06 05:53 -0400
            Re: Xorg Libinput with Static Nodes "Carlos E.R." <robin_listas@es.invalid> - 2020-04-07 01:37 +0200
          Re: Xorg Libinput with Static Nodes "J.O. Aho" <user@example.net> - 2020-04-06 13:05 +0200
    Re: Xorg Libinput with Static Nodes "Carlos E.R." <robin_listas@es.invalid> - 2020-04-06 11:12 +0200
    Re: Xorg Libinput with Static Nodes F Russell <fr@random.info> - 2020-04-06 11:24 +0000
      Re: Xorg Libinput with Static Nodes Jasen Betts <jasen@xnet.co.nz> - 2020-04-06 12:00 +0000
      Re: Xorg Libinput with Static Nodes Paul <nospam@needed.invalid> - 2020-04-06 08:05 -0400
        Re: Xorg Libinput with Static Nodes F Russell <fr@random.info> - 2020-04-06 13:45 +0000
  Re: Xorg Libinput with Static Nodes "J.O. Aho" <user@example.net> - 2020-04-06 13:24 +0200
    Re: Xorg Libinput with Static Nodes F Russell <fr@random.info> - 2020-04-06 11:41 +0000
      Re: Xorg Libinput with Static Nodes "J.O. Aho" <user@example.net> - 2020-04-06 15:53 +0200
        Re: Xorg Libinput with Static Nodes F Russell <fr@random.info> - 2020-04-06 14:14 +0000
          Re: Xorg Libinput with Static Nodes Rich <rich@example.invalid> - 2020-04-06 14:19 +0000
            Re: Xorg Libinput with Static Nodes Fenris <fenris@invalid.invalid> - 2020-04-06 14:29 +0000
              Re: Xorg Libinput with Static Nodes DecadentLinuxUserNumeroUno@decadence.org - 2020-04-06 15:27 +0000
          Re: Xorg Libinput with Static Nodes "J.O. Aho" <user@example.net> - 2020-04-06 17:04 +0200
    Re: Xorg Libinput with Static Nodes F Russell <fr@random.info> - 2020-04-06 12:19 +0000
      Re: Xorg Libinput with Static Nodes "J.O. Aho" <user@example.net> - 2020-04-06 16:09 +0200
        Re: Xorg Libinput with Static Nodes F Russell <fr@random.info> - 2020-04-06 14:46 +0000
  Re: Xorg Libinput with Static Nodes "Carlos E.R." <robin_listas@es.invalid> - 2020-04-06 22:53 +0200
    Re: Xorg Libinput with Static Nodes DecadentLinuxUserNumeroUno@decadence.org - 2020-04-07 20:50 +0000

csiph-web