Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

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

Open
RobAben opened this issue Aug 30, 2016 · 0 comments
Open

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

RobAben opened this issue Aug 30, 2016 · 0 comments

Comments

@RobAben
Copy link

RobAben commented Aug 30, 2016

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant