What is the Wayland equivalent of xinput list?

Clash Royale CLAN TAG#URR8PPP
up vote
5
down vote
favorite
I am running a userspace driver for a /dev/uinput device in a Wayland desktop session. The instructions suggest running xinput list to confirm that the device is detected.
Of course, xinput is an X.org application. What is the equivalent command for Wayland? (A GNOME GUI equivalent is acceptable.)
x11 wayland libinput
add a comment |Â
up vote
5
down vote
favorite
I am running a userspace driver for a /dev/uinput device in a Wayland desktop session. The instructions suggest running xinput list to confirm that the device is detected.
Of course, xinput is an X.org application. What is the equivalent command for Wayland? (A GNOME GUI equivalent is acceptable.)
x11 wayland libinput
related: forums.bitfire.at/topic/1696
â d3vid
Feb 27 at 14:04
add a comment |Â
up vote
5
down vote
favorite
up vote
5
down vote
favorite
I am running a userspace driver for a /dev/uinput device in a Wayland desktop session. The instructions suggest running xinput list to confirm that the device is detected.
Of course, xinput is an X.org application. What is the equivalent command for Wayland? (A GNOME GUI equivalent is acceptable.)
x11 wayland libinput
I am running a userspace driver for a /dev/uinput device in a Wayland desktop session. The instructions suggest running xinput list to confirm that the device is detected.
Of course, xinput is an X.org application. What is the equivalent command for Wayland? (A GNOME GUI equivalent is acceptable.)
x11 wayland libinput
asked Feb 27 at 14:00
d3vid
741427
741427
related: forums.bitfire.at/topic/1696
â d3vid
Feb 27 at 14:04
add a comment |Â
related: forums.bitfire.at/topic/1696
â d3vid
Feb 27 at 14:04
related: forums.bitfire.at/topic/1696
â d3vid
Feb 27 at 14:04
related: forums.bitfire.at/topic/1696
â d3vid
Feb 27 at 14:04
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
3
down vote
accepted
On Debian the command is:
$ sudo libinput list-devices
# requires the libinput-tools package
On arch-linux:
# libinput list-devices
To list just the device names, no details, use grep:
$ sudo libinput list-devices | grep Device
add a comment |Â
up vote
1
down vote
You should be able to use sudo evemu-describe to list the input devices found in /dev/input/event*. It is interactive unless you give it a specific device from the list.
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
accepted
On Debian the command is:
$ sudo libinput list-devices
# requires the libinput-tools package
On arch-linux:
# libinput list-devices
To list just the device names, no details, use grep:
$ sudo libinput list-devices | grep Device
add a comment |Â
up vote
3
down vote
accepted
On Debian the command is:
$ sudo libinput list-devices
# requires the libinput-tools package
On arch-linux:
# libinput list-devices
To list just the device names, no details, use grep:
$ sudo libinput list-devices | grep Device
add a comment |Â
up vote
3
down vote
accepted
up vote
3
down vote
accepted
On Debian the command is:
$ sudo libinput list-devices
# requires the libinput-tools package
On arch-linux:
# libinput list-devices
To list just the device names, no details, use grep:
$ sudo libinput list-devices | grep Device
On Debian the command is:
$ sudo libinput list-devices
# requires the libinput-tools package
On arch-linux:
# libinput list-devices
To list just the device names, no details, use grep:
$ sudo libinput list-devices | grep Device
edited Feb 28 at 12:53
d3vid
741427
741427
answered Feb 27 at 16:10
GAD3R
22.4k154893
22.4k154893
add a comment |Â
add a comment |Â
up vote
1
down vote
You should be able to use sudo evemu-describe to list the input devices found in /dev/input/event*. It is interactive unless you give it a specific device from the list.
add a comment |Â
up vote
1
down vote
You should be able to use sudo evemu-describe to list the input devices found in /dev/input/event*. It is interactive unless you give it a specific device from the list.
add a comment |Â
up vote
1
down vote
up vote
1
down vote
You should be able to use sudo evemu-describe to list the input devices found in /dev/input/event*. It is interactive unless you give it a specific device from the list.
You should be able to use sudo evemu-describe to list the input devices found in /dev/input/event*. It is interactive unless you give it a specific device from the list.
answered Feb 27 at 15:15
meuh
29.3k11750
29.3k11750
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f426944%2fwhat-is-the-wayland-equivalent-of-xinput-list%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
related: forums.bitfire.at/topic/1696
â d3vid
Feb 27 at 14:04