Alternative to xinput for wayland [Ubuntu 17.10]


up vote
3
down vote
favorite
Is there an alternative to xinput on wayland?
I realised one of my gnome-shell-extension does not work properly due to the fact that xinput gives limited information about the devices under wayland (of course because it is written to work on xorg).
xinput --list
on xorg:
â¡ Virtual core pointer id=2 [master pointer (3)]
â â³ Virtual core XTEST pointer id=4 [slave pointer (2)]
â â³ Logitech Performance MX id=10 [slave pointer (2)]
â â³ Logitech MX Master id=11 [slave pointer (2)]
â â³ HID 046a:0023 id=15 [slave pointer (2)]
â â³ DLL07D1:01 044E:120B id=16 [slave pointer (2)]
â â³ DualPoint Stick id=17 [slave pointer (2)]
⣠Virtual core keyboard id=3 [master keyboard (2)]
â³ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
â³ Power Button id=6 [slave keyboard (3)]
â³ Video Bus id=7 [slave keyboard (3)]
â³ Power Button id=8 [slave keyboard (3)]
â³ Sleep Button id=9 [slave keyboard (3)]
â³ Integrated_Webcam_HD: Integrate id=12 [slave keyboard (3)]
â³ HID 041e:30d3 id=13 [slave keyboard (3)]
â³ HID 046a:0023 id=14 [slave keyboard (3)]
â³ Intel HID events id=18 [slave keyboard (3)]
â³ Intel HID 5 button array id=19 [slave keyboard (3)]
â³ Dell WMI hotkeys id=20 [slave keyboard (3)]
â³ AT Translated Set 2 keyboard id=21 [slave keyboard (3)]
â³ Logitech MX Master id=22 [slave keyboard (3)]
â³ HID 046a:0023 id=23 [slave keyboard (3)]
xinput --list
on wayland:
â¡ Virtual core pointer id=2 [master pointer (3)]
â â³ Virtual core XTEST pointer id=4 [slave pointer (2)]
â â³ xwayland-pointer:15 id=6 [slave pointer (2)]
â â³ xwayland-relative-pointer:15 id=7 [slave pointer (2)]
⣠Virtual core keyboard id=3 [master keyboard (2)]
â³ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
â³ xwayland-keyboard:15 id=8 [slave keyboard (3)]
Now my question: Is there an alternative with similar features on wayland?
Current system is Ubuntu 17.10 on Dell Latitude 5580
wayland xinput
add a comment |Â
up vote
3
down vote
favorite
Is there an alternative to xinput on wayland?
I realised one of my gnome-shell-extension does not work properly due to the fact that xinput gives limited information about the devices under wayland (of course because it is written to work on xorg).
xinput --list
on xorg:
â¡ Virtual core pointer id=2 [master pointer (3)]
â â³ Virtual core XTEST pointer id=4 [slave pointer (2)]
â â³ Logitech Performance MX id=10 [slave pointer (2)]
â â³ Logitech MX Master id=11 [slave pointer (2)]
â â³ HID 046a:0023 id=15 [slave pointer (2)]
â â³ DLL07D1:01 044E:120B id=16 [slave pointer (2)]
â â³ DualPoint Stick id=17 [slave pointer (2)]
⣠Virtual core keyboard id=3 [master keyboard (2)]
â³ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
â³ Power Button id=6 [slave keyboard (3)]
â³ Video Bus id=7 [slave keyboard (3)]
â³ Power Button id=8 [slave keyboard (3)]
â³ Sleep Button id=9 [slave keyboard (3)]
â³ Integrated_Webcam_HD: Integrate id=12 [slave keyboard (3)]
â³ HID 041e:30d3 id=13 [slave keyboard (3)]
â³ HID 046a:0023 id=14 [slave keyboard (3)]
â³ Intel HID events id=18 [slave keyboard (3)]
â³ Intel HID 5 button array id=19 [slave keyboard (3)]
â³ Dell WMI hotkeys id=20 [slave keyboard (3)]
â³ AT Translated Set 2 keyboard id=21 [slave keyboard (3)]
â³ Logitech MX Master id=22 [slave keyboard (3)]
â³ HID 046a:0023 id=23 [slave keyboard (3)]
xinput --list
on wayland:
â¡ Virtual core pointer id=2 [master pointer (3)]
â â³ Virtual core XTEST pointer id=4 [slave pointer (2)]
â â³ xwayland-pointer:15 id=6 [slave pointer (2)]
â â³ xwayland-relative-pointer:15 id=7 [slave pointer (2)]
⣠Virtual core keyboard id=3 [master keyboard (2)]
â³ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
â³ xwayland-keyboard:15 id=8 [slave keyboard (3)]
Now my question: Is there an alternative with similar features on wayland?
Current system is Ubuntu 17.10 on Dell Latitude 5580
wayland xinput
add a comment |Â
up vote
3
down vote
favorite
up vote
3
down vote
favorite
Is there an alternative to xinput on wayland?
I realised one of my gnome-shell-extension does not work properly due to the fact that xinput gives limited information about the devices under wayland (of course because it is written to work on xorg).
xinput --list
on xorg:
â¡ Virtual core pointer id=2 [master pointer (3)]
â â³ Virtual core XTEST pointer id=4 [slave pointer (2)]
â â³ Logitech Performance MX id=10 [slave pointer (2)]
â â³ Logitech MX Master id=11 [slave pointer (2)]
â â³ HID 046a:0023 id=15 [slave pointer (2)]
â â³ DLL07D1:01 044E:120B id=16 [slave pointer (2)]
â â³ DualPoint Stick id=17 [slave pointer (2)]
⣠Virtual core keyboard id=3 [master keyboard (2)]
â³ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
â³ Power Button id=6 [slave keyboard (3)]
â³ Video Bus id=7 [slave keyboard (3)]
â³ Power Button id=8 [slave keyboard (3)]
â³ Sleep Button id=9 [slave keyboard (3)]
â³ Integrated_Webcam_HD: Integrate id=12 [slave keyboard (3)]
â³ HID 041e:30d3 id=13 [slave keyboard (3)]
â³ HID 046a:0023 id=14 [slave keyboard (3)]
â³ Intel HID events id=18 [slave keyboard (3)]
â³ Intel HID 5 button array id=19 [slave keyboard (3)]
â³ Dell WMI hotkeys id=20 [slave keyboard (3)]
â³ AT Translated Set 2 keyboard id=21 [slave keyboard (3)]
â³ Logitech MX Master id=22 [slave keyboard (3)]
â³ HID 046a:0023 id=23 [slave keyboard (3)]
xinput --list
on wayland:
â¡ Virtual core pointer id=2 [master pointer (3)]
â â³ Virtual core XTEST pointer id=4 [slave pointer (2)]
â â³ xwayland-pointer:15 id=6 [slave pointer (2)]
â â³ xwayland-relative-pointer:15 id=7 [slave pointer (2)]
⣠Virtual core keyboard id=3 [master keyboard (2)]
â³ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
â³ xwayland-keyboard:15 id=8 [slave keyboard (3)]
Now my question: Is there an alternative with similar features on wayland?
Current system is Ubuntu 17.10 on Dell Latitude 5580
wayland xinput
Is there an alternative to xinput on wayland?
I realised one of my gnome-shell-extension does not work properly due to the fact that xinput gives limited information about the devices under wayland (of course because it is written to work on xorg).
xinput --list
on xorg:
â¡ Virtual core pointer id=2 [master pointer (3)]
â â³ Virtual core XTEST pointer id=4 [slave pointer (2)]
â â³ Logitech Performance MX id=10 [slave pointer (2)]
â â³ Logitech MX Master id=11 [slave pointer (2)]
â â³ HID 046a:0023 id=15 [slave pointer (2)]
â â³ DLL07D1:01 044E:120B id=16 [slave pointer (2)]
â â³ DualPoint Stick id=17 [slave pointer (2)]
⣠Virtual core keyboard id=3 [master keyboard (2)]
â³ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
â³ Power Button id=6 [slave keyboard (3)]
â³ Video Bus id=7 [slave keyboard (3)]
â³ Power Button id=8 [slave keyboard (3)]
â³ Sleep Button id=9 [slave keyboard (3)]
â³ Integrated_Webcam_HD: Integrate id=12 [slave keyboard (3)]
â³ HID 041e:30d3 id=13 [slave keyboard (3)]
â³ HID 046a:0023 id=14 [slave keyboard (3)]
â³ Intel HID events id=18 [slave keyboard (3)]
â³ Intel HID 5 button array id=19 [slave keyboard (3)]
â³ Dell WMI hotkeys id=20 [slave keyboard (3)]
â³ AT Translated Set 2 keyboard id=21 [slave keyboard (3)]
â³ Logitech MX Master id=22 [slave keyboard (3)]
â³ HID 046a:0023 id=23 [slave keyboard (3)]
xinput --list
on wayland:
â¡ Virtual core pointer id=2 [master pointer (3)]
â â³ Virtual core XTEST pointer id=4 [slave pointer (2)]
â â³ xwayland-pointer:15 id=6 [slave pointer (2)]
â â³ xwayland-relative-pointer:15 id=7 [slave pointer (2)]
⣠Virtual core keyboard id=3 [master keyboard (2)]
â³ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
â³ xwayland-keyboard:15 id=8 [slave keyboard (3)]
Now my question: Is there an alternative with similar features on wayland?
Current system is Ubuntu 17.10 on Dell Latitude 5580
wayland xinput
wayland xinput
asked Jan 29 at 12:23


kitingChris
18317
18317
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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%2faskubuntu.com%2fquestions%2f1000985%2falternative-to-xinput-for-wayland-ubuntu-17-10%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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