Issue with AlpsPS/2 ALPS GlidePoint touchpad on DELL PRECISION M6700
My touchpad is EXTREMELY choppy. I'm not sure if this is a driver issue or what. I tried following the steps in answer:
Alps Touchpad on Dell: how do I install the DKMS driver to enable multitouch?
But all of the links are out-dated/do not work, not to mention a lot of the commands sound like complete german to a new linux user. I've been googling on this issue for 3 hours to no avail. I'm completely stuck at this point and of ideas so any help would be greatly appreciated.
touchpad
bumped to the homepage by Community♦ 4 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
My touchpad is EXTREMELY choppy. I'm not sure if this is a driver issue or what. I tried following the steps in answer:
Alps Touchpad on Dell: how do I install the DKMS driver to enable multitouch?
But all of the links are out-dated/do not work, not to mention a lot of the commands sound like complete german to a new linux user. I've been googling on this issue for 3 hours to no avail. I'm completely stuck at this point and of ideas so any help would be greatly appreciated.
touchpad
bumped to the homepage by Community♦ 4 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
You need to report a bug against Ubuntu. They are planning to fix the issue by 14.04, so you may be lucky that your issue will get solved by then. Report your issue, follow the instructions and good luck.
– Braiam
Jan 24 '14 at 23:01
add a comment |
My touchpad is EXTREMELY choppy. I'm not sure if this is a driver issue or what. I tried following the steps in answer:
Alps Touchpad on Dell: how do I install the DKMS driver to enable multitouch?
But all of the links are out-dated/do not work, not to mention a lot of the commands sound like complete german to a new linux user. I've been googling on this issue for 3 hours to no avail. I'm completely stuck at this point and of ideas so any help would be greatly appreciated.
touchpad
My touchpad is EXTREMELY choppy. I'm not sure if this is a driver issue or what. I tried following the steps in answer:
Alps Touchpad on Dell: how do I install the DKMS driver to enable multitouch?
But all of the links are out-dated/do not work, not to mention a lot of the commands sound like complete german to a new linux user. I've been googling on this issue for 3 hours to no avail. I'm completely stuck at this point and of ideas so any help would be greatly appreciated.
touchpad
touchpad
edited Apr 13 '17 at 12:23
Community♦
1
1
asked Aug 9 '13 at 18:58
ThinkingInBitsThinkingInBits
10612
10612
bumped to the homepage by Community♦ 4 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 4 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
You need to report a bug against Ubuntu. They are planning to fix the issue by 14.04, so you may be lucky that your issue will get solved by then. Report your issue, follow the instructions and good luck.
– Braiam
Jan 24 '14 at 23:01
add a comment |
You need to report a bug against Ubuntu. They are planning to fix the issue by 14.04, so you may be lucky that your issue will get solved by then. Report your issue, follow the instructions and good luck.
– Braiam
Jan 24 '14 at 23:01
You need to report a bug against Ubuntu. They are planning to fix the issue by 14.04, so you may be lucky that your issue will get solved by then. Report your issue, follow the instructions and good luck.
– Braiam
Jan 24 '14 at 23:01
You need to report a bug against Ubuntu. They are planning to fix the issue by 14.04, so you may be lucky that your issue will get solved by then. Report your issue, follow the instructions and good luck.
– Braiam
Jan 24 '14 at 23:01
add a comment |
2 Answers
2
active
oldest
votes
its alright. For Touch pads, there are no incident of such, since ALPS is compatible with Ubuntu OS. Now to be able to install third party drivers you can update your system first. "You can Also look for UBUNTU OS supports for your computer or laptop model over the NET.
I'm not really sure what you're talking about.
– ThinkingInBits
Aug 9 '13 at 19:13
add a comment |
To get touchpad properties on M6700, enter this:
xinput list-props "AlpsPS/2 ALPS DualPoint TouchPad" | grep -i finger
To set touchpad properties to be a bit less touchy than default, I entered this:
xinput set-prop "AlpsPS/2 ALPS DualPoint TouchPad" "Synaptics Finger" 15, 20, 128
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%2f330685%2fissue-with-alpsps-2-alps-glidepoint-touchpad-on-dell-precision-m6700%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
its alright. For Touch pads, there are no incident of such, since ALPS is compatible with Ubuntu OS. Now to be able to install third party drivers you can update your system first. "You can Also look for UBUNTU OS supports for your computer or laptop model over the NET.
I'm not really sure what you're talking about.
– ThinkingInBits
Aug 9 '13 at 19:13
add a comment |
its alright. For Touch pads, there are no incident of such, since ALPS is compatible with Ubuntu OS. Now to be able to install third party drivers you can update your system first. "You can Also look for UBUNTU OS supports for your computer or laptop model over the NET.
I'm not really sure what you're talking about.
– ThinkingInBits
Aug 9 '13 at 19:13
add a comment |
its alright. For Touch pads, there are no incident of such, since ALPS is compatible with Ubuntu OS. Now to be able to install third party drivers you can update your system first. "You can Also look for UBUNTU OS supports for your computer or laptop model over the NET.
its alright. For Touch pads, there are no incident of such, since ALPS is compatible with Ubuntu OS. Now to be able to install third party drivers you can update your system first. "You can Also look for UBUNTU OS supports for your computer or laptop model over the NET.
answered Aug 9 '13 at 19:12
EnricoEnrico
1
1
I'm not really sure what you're talking about.
– ThinkingInBits
Aug 9 '13 at 19:13
add a comment |
I'm not really sure what you're talking about.
– ThinkingInBits
Aug 9 '13 at 19:13
I'm not really sure what you're talking about.
– ThinkingInBits
Aug 9 '13 at 19:13
I'm not really sure what you're talking about.
– ThinkingInBits
Aug 9 '13 at 19:13
add a comment |
To get touchpad properties on M6700, enter this:
xinput list-props "AlpsPS/2 ALPS DualPoint TouchPad" | grep -i finger
To set touchpad properties to be a bit less touchy than default, I entered this:
xinput set-prop "AlpsPS/2 ALPS DualPoint TouchPad" "Synaptics Finger" 15, 20, 128
add a comment |
To get touchpad properties on M6700, enter this:
xinput list-props "AlpsPS/2 ALPS DualPoint TouchPad" | grep -i finger
To set touchpad properties to be a bit less touchy than default, I entered this:
xinput set-prop "AlpsPS/2 ALPS DualPoint TouchPad" "Synaptics Finger" 15, 20, 128
add a comment |
To get touchpad properties on M6700, enter this:
xinput list-props "AlpsPS/2 ALPS DualPoint TouchPad" | grep -i finger
To set touchpad properties to be a bit less touchy than default, I entered this:
xinput set-prop "AlpsPS/2 ALPS DualPoint TouchPad" "Synaptics Finger" 15, 20, 128
To get touchpad properties on M6700, enter this:
xinput list-props "AlpsPS/2 ALPS DualPoint TouchPad" | grep -i finger
To set touchpad properties to be a bit less touchy than default, I entered this:
xinput set-prop "AlpsPS/2 ALPS DualPoint TouchPad" "Synaptics Finger" 15, 20, 128
edited Jan 24 '14 at 22:57
Braiam
52k20136222
52k20136222
answered Jan 24 '14 at 3:55
Gan Uesli StarlingGan Uesli Starling
11
11
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%2f330685%2fissue-with-alpsps-2-alps-glidepoint-touchpad-on-dell-precision-m6700%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
You need to report a bug against Ubuntu. They are planning to fix the issue by 14.04, so you may be lucky that your issue will get solved by then. Report your issue, follow the instructions and good luck.
– Braiam
Jan 24 '14 at 23:01