Logitech Mouse MX Vertical Ubuntu 18 software












0















Does it exist some solution to customize Logitech MX Vertical?



Information from Logitech site https://support.logitech.com/en_us/product/mxvertical/downloads#macPnlBar:





Logitech Options software lets you customize your device's settings as follows:




  • Change function key shortcuts

  • Customize mouse buttons

  • Adjust point and scroll behavior

  • Enable and disable touchpad gestures

  • Get on-screen notifications when your device's battery runs low or when you press a lock key




$ xinput
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Logitech MX Vertical id=13 [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)]
↳ Power Button id=7 [slave keyboard (3)]
↳ USB Keyboard id=8 [slave keyboard (3)]
↳ USB Keyboard id=9 [slave keyboard (3)]
↳ Eee PC WMI hotkeys id=14 [slave keyboard (3)]
↳ Logitech MX Vertical id=15 [slave keyboard (3)]




$ xinput list-props 13
Device 'Logitech MX Vertical':
Device Enabled (152): 1
Coordinate Transformation Matrix (154): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Natural Scrolling Enabled (286): 0
libinput Natural Scrolling Enabled Default (287): 0
libinput Scroll Methods Available (288): 0, 0, 1
libinput Scroll Method Enabled (289): 0, 0, 0
libinput Scroll Method Enabled Default (290): 0, 0, 0
libinput Button Scrolling Button (291): 2
libinput Button Scrolling Button Default (292): 2
libinput Middle Emulation Enabled (293): 0
libinput Middle Emulation Enabled Default (294): 0
libinput Accel Speed (295): 0.000000
libinput Accel Speed Default (296): 0.000000
libinput Accel Profiles Available (297): 1, 1
libinput Accel Profile Enabled (298): 1, 0
libinput Accel Profile Enabled Default (299): 1, 0
libinput Left Handed Enabled (300): 0
libinput Left Handed Enabled Default (301): 0
libinput Send Events Modes Available (271): 1, 0
libinput Send Events Mode Enabled (272): 0, 0
libinput Send Events Mode Enabled Default (273): 0, 0
Device Node (274): "/dev/input/event6"
Device Product ID (275): 1133, 16507
libinput Drag Lock Buttons (302): <no items>
libinput Horizontal Scroll Enabled (303): 1









share|improve this question

























  • What do you want to customize?

    – Pilot6
    9 hours ago











  • Logitech Options software lets you customize your device's settings as follows: Change function key shortcuts; Customize mouse buttons; Adjust point and scroll behavior; Enable and disable touchpad gestures; Get on-screen notifications when your device's battery runs low or when you press a lock key support.logitech.com/en_us/product/mxvertical/…

    – mature
    8 hours ago






  • 1





    Can you add output of xinput command?

    – Pilot6
    7 hours ago






  • 1





    OK, now add xinput list-props 13

    – Pilot6
    7 hours ago






  • 1





    So these are options you can tune. manpages.ubuntu.com/manpages/bionic/man4/libinput.4.html

    – Pilot6
    7 hours ago
















0















Does it exist some solution to customize Logitech MX Vertical?



Information from Logitech site https://support.logitech.com/en_us/product/mxvertical/downloads#macPnlBar:





Logitech Options software lets you customize your device's settings as follows:




  • Change function key shortcuts

  • Customize mouse buttons

  • Adjust point and scroll behavior

  • Enable and disable touchpad gestures

  • Get on-screen notifications when your device's battery runs low or when you press a lock key




$ xinput
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Logitech MX Vertical id=13 [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)]
↳ Power Button id=7 [slave keyboard (3)]
↳ USB Keyboard id=8 [slave keyboard (3)]
↳ USB Keyboard id=9 [slave keyboard (3)]
↳ Eee PC WMI hotkeys id=14 [slave keyboard (3)]
↳ Logitech MX Vertical id=15 [slave keyboard (3)]




$ xinput list-props 13
Device 'Logitech MX Vertical':
Device Enabled (152): 1
Coordinate Transformation Matrix (154): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Natural Scrolling Enabled (286): 0
libinput Natural Scrolling Enabled Default (287): 0
libinput Scroll Methods Available (288): 0, 0, 1
libinput Scroll Method Enabled (289): 0, 0, 0
libinput Scroll Method Enabled Default (290): 0, 0, 0
libinput Button Scrolling Button (291): 2
libinput Button Scrolling Button Default (292): 2
libinput Middle Emulation Enabled (293): 0
libinput Middle Emulation Enabled Default (294): 0
libinput Accel Speed (295): 0.000000
libinput Accel Speed Default (296): 0.000000
libinput Accel Profiles Available (297): 1, 1
libinput Accel Profile Enabled (298): 1, 0
libinput Accel Profile Enabled Default (299): 1, 0
libinput Left Handed Enabled (300): 0
libinput Left Handed Enabled Default (301): 0
libinput Send Events Modes Available (271): 1, 0
libinput Send Events Mode Enabled (272): 0, 0
libinput Send Events Mode Enabled Default (273): 0, 0
Device Node (274): "/dev/input/event6"
Device Product ID (275): 1133, 16507
libinput Drag Lock Buttons (302): <no items>
libinput Horizontal Scroll Enabled (303): 1









share|improve this question

























  • What do you want to customize?

    – Pilot6
    9 hours ago











  • Logitech Options software lets you customize your device's settings as follows: Change function key shortcuts; Customize mouse buttons; Adjust point and scroll behavior; Enable and disable touchpad gestures; Get on-screen notifications when your device's battery runs low or when you press a lock key support.logitech.com/en_us/product/mxvertical/…

    – mature
    8 hours ago






  • 1





    Can you add output of xinput command?

    – Pilot6
    7 hours ago






  • 1





    OK, now add xinput list-props 13

    – Pilot6
    7 hours ago






  • 1





    So these are options you can tune. manpages.ubuntu.com/manpages/bionic/man4/libinput.4.html

    – Pilot6
    7 hours ago














0












0








0








Does it exist some solution to customize Logitech MX Vertical?



Information from Logitech site https://support.logitech.com/en_us/product/mxvertical/downloads#macPnlBar:





Logitech Options software lets you customize your device's settings as follows:




  • Change function key shortcuts

  • Customize mouse buttons

  • Adjust point and scroll behavior

  • Enable and disable touchpad gestures

  • Get on-screen notifications when your device's battery runs low or when you press a lock key




$ xinput
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Logitech MX Vertical id=13 [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)]
↳ Power Button id=7 [slave keyboard (3)]
↳ USB Keyboard id=8 [slave keyboard (3)]
↳ USB Keyboard id=9 [slave keyboard (3)]
↳ Eee PC WMI hotkeys id=14 [slave keyboard (3)]
↳ Logitech MX Vertical id=15 [slave keyboard (3)]




$ xinput list-props 13
Device 'Logitech MX Vertical':
Device Enabled (152): 1
Coordinate Transformation Matrix (154): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Natural Scrolling Enabled (286): 0
libinput Natural Scrolling Enabled Default (287): 0
libinput Scroll Methods Available (288): 0, 0, 1
libinput Scroll Method Enabled (289): 0, 0, 0
libinput Scroll Method Enabled Default (290): 0, 0, 0
libinput Button Scrolling Button (291): 2
libinput Button Scrolling Button Default (292): 2
libinput Middle Emulation Enabled (293): 0
libinput Middle Emulation Enabled Default (294): 0
libinput Accel Speed (295): 0.000000
libinput Accel Speed Default (296): 0.000000
libinput Accel Profiles Available (297): 1, 1
libinput Accel Profile Enabled (298): 1, 0
libinput Accel Profile Enabled Default (299): 1, 0
libinput Left Handed Enabled (300): 0
libinput Left Handed Enabled Default (301): 0
libinput Send Events Modes Available (271): 1, 0
libinput Send Events Mode Enabled (272): 0, 0
libinput Send Events Mode Enabled Default (273): 0, 0
Device Node (274): "/dev/input/event6"
Device Product ID (275): 1133, 16507
libinput Drag Lock Buttons (302): <no items>
libinput Horizontal Scroll Enabled (303): 1









share|improve this question
















Does it exist some solution to customize Logitech MX Vertical?



Information from Logitech site https://support.logitech.com/en_us/product/mxvertical/downloads#macPnlBar:





Logitech Options software lets you customize your device's settings as follows:




  • Change function key shortcuts

  • Customize mouse buttons

  • Adjust point and scroll behavior

  • Enable and disable touchpad gestures

  • Get on-screen notifications when your device's battery runs low or when you press a lock key




$ xinput
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Logitech MX Vertical id=13 [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)]
↳ Power Button id=7 [slave keyboard (3)]
↳ USB Keyboard id=8 [slave keyboard (3)]
↳ USB Keyboard id=9 [slave keyboard (3)]
↳ Eee PC WMI hotkeys id=14 [slave keyboard (3)]
↳ Logitech MX Vertical id=15 [slave keyboard (3)]




$ xinput list-props 13
Device 'Logitech MX Vertical':
Device Enabled (152): 1
Coordinate Transformation Matrix (154): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Natural Scrolling Enabled (286): 0
libinput Natural Scrolling Enabled Default (287): 0
libinput Scroll Methods Available (288): 0, 0, 1
libinput Scroll Method Enabled (289): 0, 0, 0
libinput Scroll Method Enabled Default (290): 0, 0, 0
libinput Button Scrolling Button (291): 2
libinput Button Scrolling Button Default (292): 2
libinput Middle Emulation Enabled (293): 0
libinput Middle Emulation Enabled Default (294): 0
libinput Accel Speed (295): 0.000000
libinput Accel Speed Default (296): 0.000000
libinput Accel Profiles Available (297): 1, 1
libinput Accel Profile Enabled (298): 1, 0
libinput Accel Profile Enabled Default (299): 1, 0
libinput Left Handed Enabled (300): 0
libinput Left Handed Enabled Default (301): 0
libinput Send Events Modes Available (271): 1, 0
libinput Send Events Mode Enabled (272): 0, 0
libinput Send Events Mode Enabled Default (273): 0, 0
Device Node (274): "/dev/input/event6"
Device Product ID (275): 1133, 16507
libinput Drag Lock Buttons (302): <no items>
libinput Horizontal Scroll Enabled (303): 1






18.04 additional-drivers






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 7 hours ago







mature

















asked 10 hours ago









maturemature

2,1172730




2,1172730













  • What do you want to customize?

    – Pilot6
    9 hours ago











  • Logitech Options software lets you customize your device's settings as follows: Change function key shortcuts; Customize mouse buttons; Adjust point and scroll behavior; Enable and disable touchpad gestures; Get on-screen notifications when your device's battery runs low or when you press a lock key support.logitech.com/en_us/product/mxvertical/…

    – mature
    8 hours ago






  • 1





    Can you add output of xinput command?

    – Pilot6
    7 hours ago






  • 1





    OK, now add xinput list-props 13

    – Pilot6
    7 hours ago






  • 1





    So these are options you can tune. manpages.ubuntu.com/manpages/bionic/man4/libinput.4.html

    – Pilot6
    7 hours ago



















  • What do you want to customize?

    – Pilot6
    9 hours ago











  • Logitech Options software lets you customize your device's settings as follows: Change function key shortcuts; Customize mouse buttons; Adjust point and scroll behavior; Enable and disable touchpad gestures; Get on-screen notifications when your device's battery runs low or when you press a lock key support.logitech.com/en_us/product/mxvertical/…

    – mature
    8 hours ago






  • 1





    Can you add output of xinput command?

    – Pilot6
    7 hours ago






  • 1





    OK, now add xinput list-props 13

    – Pilot6
    7 hours ago






  • 1





    So these are options you can tune. manpages.ubuntu.com/manpages/bionic/man4/libinput.4.html

    – Pilot6
    7 hours ago

















What do you want to customize?

– Pilot6
9 hours ago





What do you want to customize?

– Pilot6
9 hours ago













Logitech Options software lets you customize your device's settings as follows: Change function key shortcuts; Customize mouse buttons; Adjust point and scroll behavior; Enable and disable touchpad gestures; Get on-screen notifications when your device's battery runs low or when you press a lock key support.logitech.com/en_us/product/mxvertical/…

– mature
8 hours ago





Logitech Options software lets you customize your device's settings as follows: Change function key shortcuts; Customize mouse buttons; Adjust point and scroll behavior; Enable and disable touchpad gestures; Get on-screen notifications when your device's battery runs low or when you press a lock key support.logitech.com/en_us/product/mxvertical/…

– mature
8 hours ago




1




1





Can you add output of xinput command?

– Pilot6
7 hours ago





Can you add output of xinput command?

– Pilot6
7 hours ago




1




1





OK, now add xinput list-props 13

– Pilot6
7 hours ago





OK, now add xinput list-props 13

– Pilot6
7 hours ago




1




1





So these are options you can tune. manpages.ubuntu.com/manpages/bionic/man4/libinput.4.html

– Pilot6
7 hours ago





So these are options you can tune. manpages.ubuntu.com/manpages/bionic/man4/libinput.4.html

– Pilot6
7 hours ago










0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1122259%2flogitech-mouse-mx-vertical-ubuntu-18-software%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1122259%2flogitech-mouse-mx-vertical-ubuntu-18-software%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How did Captain America manage to do this?

迪纳利

南乌拉尔铁路局