Disable touchpad - ID keeps changing
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
What I have so far:
#!/bin/bash
output=$( xinput)
output2=$"$output" | sed 's/.* touchpad (.*) [ .*/1/'
My laptop touchpad sucks and I want to just use the center mouse control stick and buttons. This is easy in Windows, but in Lubuntu, it can apparently only be done with commands. It would be easier if xinput always yielded the same ID numbers, but they seem to change after reboot. My xinput reads:
â¡ Virtual core pointer id=2 [master pointer (3)]
â â³ Virtual core XTEST pointer id=4 [slave pointer (2)]
â â³ AlpsPS/2 ALPS DualPoint TouchPad id=13 [slave pointer (2)]
â â³ AlpsPS/2 ALPS DualPoint Stick id=14 [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)]
â³ Laptop_Integrated_Webcam_3M: In id=10 [slave keyboard (3)]
â³ Dell WMI hotkeys id=11 [slave keyboard (3)]
â³ AT Translated Set 2 keyboard id=12 [slave keyboard (3)]
Can someone help me get "13" into a variable so I can use it to disable the item?
touchpad lubuntu
New contributor
add a comment |Â
up vote
0
down vote
favorite
What I have so far:
#!/bin/bash
output=$( xinput)
output2=$"$output" | sed 's/.* touchpad (.*) [ .*/1/'
My laptop touchpad sucks and I want to just use the center mouse control stick and buttons. This is easy in Windows, but in Lubuntu, it can apparently only be done with commands. It would be easier if xinput always yielded the same ID numbers, but they seem to change after reboot. My xinput reads:
â¡ Virtual core pointer id=2 [master pointer (3)]
â â³ Virtual core XTEST pointer id=4 [slave pointer (2)]
â â³ AlpsPS/2 ALPS DualPoint TouchPad id=13 [slave pointer (2)]
â â³ AlpsPS/2 ALPS DualPoint Stick id=14 [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)]
â³ Laptop_Integrated_Webcam_3M: In id=10 [slave keyboard (3)]
â³ Dell WMI hotkeys id=11 [slave keyboard (3)]
â³ AT Translated Set 2 keyboard id=12 [slave keyboard (3)]
Can someone help me get "13" into a variable so I can use it to disable the item?
touchpad lubuntu
New contributor
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
What I have so far:
#!/bin/bash
output=$( xinput)
output2=$"$output" | sed 's/.* touchpad (.*) [ .*/1/'
My laptop touchpad sucks and I want to just use the center mouse control stick and buttons. This is easy in Windows, but in Lubuntu, it can apparently only be done with commands. It would be easier if xinput always yielded the same ID numbers, but they seem to change after reboot. My xinput reads:
â¡ Virtual core pointer id=2 [master pointer (3)]
â â³ Virtual core XTEST pointer id=4 [slave pointer (2)]
â â³ AlpsPS/2 ALPS DualPoint TouchPad id=13 [slave pointer (2)]
â â³ AlpsPS/2 ALPS DualPoint Stick id=14 [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)]
â³ Laptop_Integrated_Webcam_3M: In id=10 [slave keyboard (3)]
â³ Dell WMI hotkeys id=11 [slave keyboard (3)]
â³ AT Translated Set 2 keyboard id=12 [slave keyboard (3)]
Can someone help me get "13" into a variable so I can use it to disable the item?
touchpad lubuntu
New contributor
What I have so far:
#!/bin/bash
output=$( xinput)
output2=$"$output" | sed 's/.* touchpad (.*) [ .*/1/'
My laptop touchpad sucks and I want to just use the center mouse control stick and buttons. This is easy in Windows, but in Lubuntu, it can apparently only be done with commands. It would be easier if xinput always yielded the same ID numbers, but they seem to change after reboot. My xinput reads:
â¡ Virtual core pointer id=2 [master pointer (3)]
â â³ Virtual core XTEST pointer id=4 [slave pointer (2)]
â â³ AlpsPS/2 ALPS DualPoint TouchPad id=13 [slave pointer (2)]
â â³ AlpsPS/2 ALPS DualPoint Stick id=14 [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)]
â³ Laptop_Integrated_Webcam_3M: In id=10 [slave keyboard (3)]
â³ Dell WMI hotkeys id=11 [slave keyboard (3)]
â³ AT Translated Set 2 keyboard id=12 [slave keyboard (3)]
Can someone help me get "13" into a variable so I can use it to disable the item?
touchpad lubuntu
touchpad lubuntu
New contributor
New contributor
New contributor
asked 2 hours ago
primuspaul
1
1
New contributor
New contributor
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
primuspaul is a new contributor. Be nice, and check out our Code of Conduct.
primuspaul is a new contributor. Be nice, and check out our Code of Conduct.
primuspaul is a new contributor. Be nice, and check out our Code of Conduct.
primuspaul is a new contributor. Be nice, and check out our Code of Conduct.
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%2f474393%2fdisable-touchpad-id-keeps-changing%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