Dell XPS 13 Cannot Right Click
I recently set up Ubuntu on a new Dell XPS 13 (9343), and I've been having a bit of trouble with the trackpad. It cannot right click. Here's what I've tried so far:
Checking xinput: Output of xinput -list
was:
$ xinput -list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ ELAN Touchscreen id=10 [slave pointer (2)]
⎜ ↳ Mouseemu virtual mouse id=16 [slave pointer (2)]
⎜ ↳ DLL0665:01 06CB:76AD UNKNOWN id=12 [slave pointer (2)]
⎜ ↳ PS/2 Synaptics TouchPad id=14 [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)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Power Button id=8 [slave keyboard (3)]
↳ Sleep Button id=9 [slave keyboard (3)]
↳ Integrated_Webcam_HD id=11 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=13 [slave keyboard (3)]
↳ Mouseemu virtual keyboard id=15 [slave keyboard (3)]
↳ Dell WMI hotkeys id=17 [slave keyboard (3)]
After checking all of the possibilities, I determined that DLL0665:01 06CB:76AD UNKNOWN
was the only one that when disabled, caused the trackpad to stop working. None of the others had any effect.
Naturally, I ran xinput --test 12
, and I got the following results:
- Regardless of which button (left or right) I pressed, button press 1 and button release 1 were called.
- If I pressed the trackpad in two places, at slightly different times (talking a few dozen milliseconds, but it could not be at the same time), then it would output the button press 3 and the button release 3 that I would expect from a right click. These clicks could be anywhere on the trackpad as long as the timing was correct.
It is also worth noting that xdotool still works correctly, and that things like right click worked fine on Windows.
If any of you could help me figure out what is going on, that would be wonderful. Thank you.
dell touchpad trackpad
add a comment |
I recently set up Ubuntu on a new Dell XPS 13 (9343), and I've been having a bit of trouble with the trackpad. It cannot right click. Here's what I've tried so far:
Checking xinput: Output of xinput -list
was:
$ xinput -list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ ELAN Touchscreen id=10 [slave pointer (2)]
⎜ ↳ Mouseemu virtual mouse id=16 [slave pointer (2)]
⎜ ↳ DLL0665:01 06CB:76AD UNKNOWN id=12 [slave pointer (2)]
⎜ ↳ PS/2 Synaptics TouchPad id=14 [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)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Power Button id=8 [slave keyboard (3)]
↳ Sleep Button id=9 [slave keyboard (3)]
↳ Integrated_Webcam_HD id=11 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=13 [slave keyboard (3)]
↳ Mouseemu virtual keyboard id=15 [slave keyboard (3)]
↳ Dell WMI hotkeys id=17 [slave keyboard (3)]
After checking all of the possibilities, I determined that DLL0665:01 06CB:76AD UNKNOWN
was the only one that when disabled, caused the trackpad to stop working. None of the others had any effect.
Naturally, I ran xinput --test 12
, and I got the following results:
- Regardless of which button (left or right) I pressed, button press 1 and button release 1 were called.
- If I pressed the trackpad in two places, at slightly different times (talking a few dozen milliseconds, but it could not be at the same time), then it would output the button press 3 and the button release 3 that I would expect from a right click. These clicks could be anywhere on the trackpad as long as the timing was correct.
It is also worth noting that xdotool still works correctly, and that things like right click worked fine on Windows.
If any of you could help me figure out what is going on, that would be wonderful. Thank you.
dell touchpad trackpad
add a comment |
I recently set up Ubuntu on a new Dell XPS 13 (9343), and I've been having a bit of trouble with the trackpad. It cannot right click. Here's what I've tried so far:
Checking xinput: Output of xinput -list
was:
$ xinput -list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ ELAN Touchscreen id=10 [slave pointer (2)]
⎜ ↳ Mouseemu virtual mouse id=16 [slave pointer (2)]
⎜ ↳ DLL0665:01 06CB:76AD UNKNOWN id=12 [slave pointer (2)]
⎜ ↳ PS/2 Synaptics TouchPad id=14 [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)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Power Button id=8 [slave keyboard (3)]
↳ Sleep Button id=9 [slave keyboard (3)]
↳ Integrated_Webcam_HD id=11 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=13 [slave keyboard (3)]
↳ Mouseemu virtual keyboard id=15 [slave keyboard (3)]
↳ Dell WMI hotkeys id=17 [slave keyboard (3)]
After checking all of the possibilities, I determined that DLL0665:01 06CB:76AD UNKNOWN
was the only one that when disabled, caused the trackpad to stop working. None of the others had any effect.
Naturally, I ran xinput --test 12
, and I got the following results:
- Regardless of which button (left or right) I pressed, button press 1 and button release 1 were called.
- If I pressed the trackpad in two places, at slightly different times (talking a few dozen milliseconds, but it could not be at the same time), then it would output the button press 3 and the button release 3 that I would expect from a right click. These clicks could be anywhere on the trackpad as long as the timing was correct.
It is also worth noting that xdotool still works correctly, and that things like right click worked fine on Windows.
If any of you could help me figure out what is going on, that would be wonderful. Thank you.
dell touchpad trackpad
I recently set up Ubuntu on a new Dell XPS 13 (9343), and I've been having a bit of trouble with the trackpad. It cannot right click. Here's what I've tried so far:
Checking xinput: Output of xinput -list
was:
$ xinput -list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ ELAN Touchscreen id=10 [slave pointer (2)]
⎜ ↳ Mouseemu virtual mouse id=16 [slave pointer (2)]
⎜ ↳ DLL0665:01 06CB:76AD UNKNOWN id=12 [slave pointer (2)]
⎜ ↳ PS/2 Synaptics TouchPad id=14 [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)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Power Button id=8 [slave keyboard (3)]
↳ Sleep Button id=9 [slave keyboard (3)]
↳ Integrated_Webcam_HD id=11 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=13 [slave keyboard (3)]
↳ Mouseemu virtual keyboard id=15 [slave keyboard (3)]
↳ Dell WMI hotkeys id=17 [slave keyboard (3)]
After checking all of the possibilities, I determined that DLL0665:01 06CB:76AD UNKNOWN
was the only one that when disabled, caused the trackpad to stop working. None of the others had any effect.
Naturally, I ran xinput --test 12
, and I got the following results:
- Regardless of which button (left or right) I pressed, button press 1 and button release 1 were called.
- If I pressed the trackpad in two places, at slightly different times (talking a few dozen milliseconds, but it could not be at the same time), then it would output the button press 3 and the button release 3 that I would expect from a right click. These clicks could be anywhere on the trackpad as long as the timing was correct.
It is also worth noting that xdotool still works correctly, and that things like right click worked fine on Windows.
If any of you could help me figure out what is going on, that would be wonderful. Thank you.
dell touchpad trackpad
dell touchpad trackpad
edited Apr 13 '15 at 22:30
Byte Commander
63.4k26172290
63.4k26172290
asked Apr 13 '15 at 17:45
Carai CaldazarCarai Caldazar
612
612
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
try adding
Option "ClickPad" "true"
Option "EmulateMidButtonTime" "0"
in /usr/share/X11/xorg.conf.d/50-synaptics.conf
This worked for my dell 9343 running 14.10
more info
Right click on Synaptic Touchpad not working on Ubuntu 14.10
add a comment |
I've got an xps 13 and have had issues with the trackpad also. I managed to fix it by complete accident the other day, you can try this and see if it does the job for you too: go to your 'additional drivers' application from the launcher, look through and see if you have an unknown driver, enable it. The driver will say it's from the 'sommerville's dino platform'. I have no idea what that is exactly, but it's made the trackpad work perfectly!
add a comment |
You can fix the "two finger click problem" by using 50-synaptics.conf
config file.
Try it with this one for example :
wget http://hgdev.co/wp-content/uploads/50-synaptics.conf
sudo mkdir /etc/X11/xorg.conf.d
sudo cp 50-synaptics.conf /etc/X11/xorg.conf.d/
You can edit this config file to better fits your preferences.
The Arch Wiki page on Synaptics trackpad explains all possible configurations in detail.
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f608843%2fdell-xps-13-cannot-right-click%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
try adding
Option "ClickPad" "true"
Option "EmulateMidButtonTime" "0"
in /usr/share/X11/xorg.conf.d/50-synaptics.conf
This worked for my dell 9343 running 14.10
more info
Right click on Synaptic Touchpad not working on Ubuntu 14.10
add a comment |
try adding
Option "ClickPad" "true"
Option "EmulateMidButtonTime" "0"
in /usr/share/X11/xorg.conf.d/50-synaptics.conf
This worked for my dell 9343 running 14.10
more info
Right click on Synaptic Touchpad not working on Ubuntu 14.10
add a comment |
try adding
Option "ClickPad" "true"
Option "EmulateMidButtonTime" "0"
in /usr/share/X11/xorg.conf.d/50-synaptics.conf
This worked for my dell 9343 running 14.10
more info
Right click on Synaptic Touchpad not working on Ubuntu 14.10
try adding
Option "ClickPad" "true"
Option "EmulateMidButtonTime" "0"
in /usr/share/X11/xorg.conf.d/50-synaptics.conf
This worked for my dell 9343 running 14.10
more info
Right click on Synaptic Touchpad not working on Ubuntu 14.10
edited Apr 13 '17 at 12:23
Community♦
1
1
answered Apr 15 '15 at 21:11
Aaron PaquetteAaron Paquette
1
1
add a comment |
add a comment |
I've got an xps 13 and have had issues with the trackpad also. I managed to fix it by complete accident the other day, you can try this and see if it does the job for you too: go to your 'additional drivers' application from the launcher, look through and see if you have an unknown driver, enable it. The driver will say it's from the 'sommerville's dino platform'. I have no idea what that is exactly, but it's made the trackpad work perfectly!
add a comment |
I've got an xps 13 and have had issues with the trackpad also. I managed to fix it by complete accident the other day, you can try this and see if it does the job for you too: go to your 'additional drivers' application from the launcher, look through and see if you have an unknown driver, enable it. The driver will say it's from the 'sommerville's dino platform'. I have no idea what that is exactly, but it's made the trackpad work perfectly!
add a comment |
I've got an xps 13 and have had issues with the trackpad also. I managed to fix it by complete accident the other day, you can try this and see if it does the job for you too: go to your 'additional drivers' application from the launcher, look through and see if you have an unknown driver, enable it. The driver will say it's from the 'sommerville's dino platform'. I have no idea what that is exactly, but it's made the trackpad work perfectly!
I've got an xps 13 and have had issues with the trackpad also. I managed to fix it by complete accident the other day, you can try this and see if it does the job for you too: go to your 'additional drivers' application from the launcher, look through and see if you have an unknown driver, enable it. The driver will say it's from the 'sommerville's dino platform'. I have no idea what that is exactly, but it's made the trackpad work perfectly!
answered Jul 15 '15 at 14:54
Dan AndrewsDan Andrews
12
12
add a comment |
add a comment |
You can fix the "two finger click problem" by using 50-synaptics.conf
config file.
Try it with this one for example :
wget http://hgdev.co/wp-content/uploads/50-synaptics.conf
sudo mkdir /etc/X11/xorg.conf.d
sudo cp 50-synaptics.conf /etc/X11/xorg.conf.d/
You can edit this config file to better fits your preferences.
The Arch Wiki page on Synaptics trackpad explains all possible configurations in detail.
add a comment |
You can fix the "two finger click problem" by using 50-synaptics.conf
config file.
Try it with this one for example :
wget http://hgdev.co/wp-content/uploads/50-synaptics.conf
sudo mkdir /etc/X11/xorg.conf.d
sudo cp 50-synaptics.conf /etc/X11/xorg.conf.d/
You can edit this config file to better fits your preferences.
The Arch Wiki page on Synaptics trackpad explains all possible configurations in detail.
add a comment |
You can fix the "two finger click problem" by using 50-synaptics.conf
config file.
Try it with this one for example :
wget http://hgdev.co/wp-content/uploads/50-synaptics.conf
sudo mkdir /etc/X11/xorg.conf.d
sudo cp 50-synaptics.conf /etc/X11/xorg.conf.d/
You can edit this config file to better fits your preferences.
The Arch Wiki page on Synaptics trackpad explains all possible configurations in detail.
You can fix the "two finger click problem" by using 50-synaptics.conf
config file.
Try it with this one for example :
wget http://hgdev.co/wp-content/uploads/50-synaptics.conf
sudo mkdir /etc/X11/xorg.conf.d
sudo cp 50-synaptics.conf /etc/X11/xorg.conf.d/
You can edit this config file to better fits your preferences.
The Arch Wiki page on Synaptics trackpad explains all possible configurations in detail.
edited Nov 8 '15 at 12:44
cl-netbox
25.8k572113
25.8k572113
answered Sep 11 '15 at 12:41
hg8hg8
9,659125388
9,659125388
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f608843%2fdell-xps-13-cannot-right-click%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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