iberianpig / xSwipe

Multitouch gestures with synaptics driver on X11, Linux
452 stars 56 forks source link

Dell xps 13 with EOS - running without errors but not working #48

Open RobAben opened 7 years ago

RobAben commented 7 years ago

Hey there,

I would love to get this working and tried almost everything i could think of. But still it does not do anything.

I'm using a dell XPS 13 (9343) with Elementary OS Freya

Output on startup: rob@rob-XPS-13-9343  ~/.xSwipe  perl xSwipe.pl

Smartmatch is experimental at xSwipe.pl line 121.

### init_synclient

### @area_setting: [
###                  '    LeftEdge                = 1583
',
###                  '    RightEdge               = 5359
',
###                  '    TopEdge                 = 1371
',
###                  '    BottomEdge              = 4481
'
###                ]
### $touchpad_size_h: 3110
### $touchpad_size_w: 3776
### $x_min_thredshould: '377.6'
### $y_min_thredshould: 311
### $inner_edge_left: '1708.86666666667'
### $inner_edge_right: '5233.13333333333'
### $inner_edge_top: 1682
### $inner_edge_bottom: 4170

### $session_name: 'pantheon'

/etc/X11/xorg.conf.d/50-synaptics.conf:

#setting for synaptics
Section "InputClass"
Identifier "evdev touchpad catchall"
Driver "synaptics"
MatchDevicePath "/dev/input/event*"
MatchIsTouchpad "on"
Option "Protocol" "event"       
Option "FingerLow" "10"                 
Option "FingerHigh" "40"                
Option "MinSpeed" "0.4"             
Option "MaxSpeed" "2"               
Option "AccelFactor" "0.8"          
Option "EmulateTwoFingerMinW" "8" 
Option "EmulateTwoFingerMinZ" "10"
Option "HorizScrollDelta" "100"
Option "HorizTwoFingerScroll" "1"
Option "VertScrollDelta" "15"
Option "VertTwoFingerScroll" "1"
Option "TapButton1" "1"
Option "TapButton2" "3"
Option "TapButton3" "2"
Option "PalmDetect" "1"
Option "AreaRightEdge" "1020"
Option "AreaTopEdge" "40"
Option "FastTaps" "0"    
Option "SHMConfig" "1"
Option "MaxTapTime" "100"
EndSection

xinput list:

 rob@rob-XPS-13-9343  /etc/X11/xorg.conf.d  xinput list
⎡ Virtual core pointer                        id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
⎜   ↳ DLL0665:01 06CB:76AD UNKNOWN              id=11   [slave  pointer  (2)]
⎜   ↳ SynPS/2 Synaptics TouchPad                id=13   [slave  pointer  (2)]

I have executed: sudo apt-get install libmatch-simple-perl

If u need more info please let me know.