Last active
January 16, 2021 13:18
-
-
Save paalfe/6117866 to your computer and use it in GitHub Desktop.
Plantronics headsets presents itself as an usb sound card, a mouse and a keyboard.
This gives lockups of the mouse or constant mouse click actions. I have experienced this problem in Ubuntu 12.04 and Ubuntu 13.04 with Plantronics Savi W700 series and Plantronics Blackwire 700 series. To make X11 ignore the keyboard and mouse features, download t…
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Plantronics headsets presents itself as an usb sound card, a mouse and a keyboard. | |
# This gives lockups of the mouse or constant mouse click actions. | |
# | |
# To make X11 ignore the keyboard and mouse features, download this xorg.conf file to | |
# /usr/share/X11/xorg.conf.d/50-plantronics.conf | |
# | |
# | |
Section "InputClass" | |
Identifier "Plantronics" | |
MatchVendor "Plantronics" | |
Option "Ignore" "true" | |
EndSection |
This solved a problem that I was having with video players such as VLC or MPV lowering the volume every time I paused or started playback while my headset was connected.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sudo wget https://gist.github.com/paalfe/6117866/raw/50-plantronics.conf -O /usr/share/X11/xorg.conf.d/50-plantronics.conf
Restart PC to activate the conf-file.