You are not logged in.
hi, i recently installed the latest trinity build (5.8.1-n1) and it was so far so good until i found out, that despite the fact, that bluetooth headphones do connect and work fine with my laptop, i can't change the volume with volume keys on the keyboard. i have pulse audio installed, headphones show up in the pulse audio, but do not show up in kmix. i really enjoy the looks of kmix and would like to keep using it if it's possible to fix. also, it seems like aptx is not working and they're connected with regular sbc. on clean debian volume controls and aptx worked fine. i can share the screenshot if it's possible to do so here.
regarding touchpad driver: libinput works fine, but i miss most of the gestures. i have changed the libinput conf file and added the vertical scrolling, yet i aim at using synaptics driver fot the touchpad. the driver is installed and config file is also present, however libinput driver is still used. do i need to disable "MatchIsTouchpad" in libinput config to make it work? i unfortunately don't have any external mouse with me and will most likely be stuck if touchpad stops working.
~$ sudo apt install xserver-xorg-input-synaptics
Paketlisten werden gelesen… Fertig
Abhängigkeitsbaum wird aufgebaut… Fertig
Statusinformationen werden eingelesen… Fertig
xserver-xorg-input-synaptics ist schon die neueste Version (1.9.2-1+b1).
~$ grep -i "Using input driver" /var/log/Xorg.0.log
[ 7.992] (II) Using input driver 'libinput' for 'Video Bus'
[ 8.077] (II) Using input driver 'libinput' for 'Power Button'
[ 8.108] (II) Using input driver 'libinput' for 'Sleep Button'
[ 8.144] (II) Using input driver 'libinput' for 'Integrated_Webcam_HD: Integrate'
[ 8.201] (II) Using input driver 'libinput' for 'DELL09A0:00 0488:121F Mouse'
[ 8.247] (II) Using input driver 'libinput' for 'DELL09A0:00 0488:121F Touchpad'
[ 8.303] (II) Using input driver 'libinput' for 'DELL09A0:00 0488:121F UNKNOWN'
[ 8.359] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[ 8.399] (II) Using input driver 'libinput' for 'Intel HID events'
[ 8.424] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[ 8.489] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 8.538] (II) Using input driver 'libinput' for 'PS/2 Generic Mouse'
[ 8.606] (II) Using input driver 'libinput' for 'ACPI Virtual Keyboard Device'
[ 43335.095] (II) Using input driver 'libinput' for 'P7 Bowers & Wilkins (AVRCP)
synaptics config file
GNU nano 7.2 /etc/X11/xorg.conf.d/50-synaptics.conf
# see 'man synaptics' for all options
Section "InputClass"
Identifier "Touchpad" # required
MatchIsTouchpad "yes" # required
Driver "synaptics" # required
Option "MinSpeed" "0.5"
Option "MaxSpeed" "1.0"
Option "AccelFactor" "0.075"
Option "TapButton1" "1"
Option "TapButton2" "2" # multitouch
Option "TapButton3" "3" # multitouch
Option "VertTwoFingerScroll" "1" # multitouch
Option "HorizTwoFingerScroll" "1" # multitouch
Option "VertEdgeScroll" "1"
Option "CoastingSpeed" "8"
# Option "CornerCoasting" "1"
# Option "CircularScrolling" "1"
# Option "CircScrollTrigger" "7"
# Option "EdgeMotionUseAlways" "1"
# Option "LBCornerButton" "8" # browser "back" btn
# Option "RBCornerButton" "9" # browser "forward" btn
EndSection
libinput conf'
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "Tapping" "true"
Option "ScrollMethod" "two-finger"
Option "TapButton3" "2"
Option "NaturalScrolling" "true"
#Option "AccelSpeed" "0"
#for other options see 'man libinput'
EndSection
Offline