Touchpad pointer stuck after suspend/awake











up vote
1
down vote

favorite












I recently installed Ubuntu 18 on a laptop (recently purchased) with an Nvidia GPU Geforce 1070, and I've configured it to use the Synaptics driver based on this blog post.



When I close the lid (suspend) and later re-open the lid (resume), it often ends up where the pointer is stuck and unresponsive to using the touchpad.



How can I go about debugging this? I seem to have lost the error logs, but the last time it happened I saw errors in /var/log/Xorg.0.log followed by a line that said UnloadModule: "synaptics", but I wasn't clear on how to further diagnose it.



The next time it happens I'll post a follow-up with more detailed logs.










share|improve this question







New contributor




tleyden is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Here is a snapshot of the /var/log/Xorg* logs taken after a resume where the touchpad pointer got completely stuck: ptpb.pw/poO_ What could be causing the [ 336.628] (II) UnloadModule: "synaptics"
    – tleyden
    Dec 11 at 19:02















up vote
1
down vote

favorite












I recently installed Ubuntu 18 on a laptop (recently purchased) with an Nvidia GPU Geforce 1070, and I've configured it to use the Synaptics driver based on this blog post.



When I close the lid (suspend) and later re-open the lid (resume), it often ends up where the pointer is stuck and unresponsive to using the touchpad.



How can I go about debugging this? I seem to have lost the error logs, but the last time it happened I saw errors in /var/log/Xorg.0.log followed by a line that said UnloadModule: "synaptics", but I wasn't clear on how to further diagnose it.



The next time it happens I'll post a follow-up with more detailed logs.










share|improve this question







New contributor




tleyden is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Here is a snapshot of the /var/log/Xorg* logs taken after a resume where the touchpad pointer got completely stuck: ptpb.pw/poO_ What could be causing the [ 336.628] (II) UnloadModule: "synaptics"
    – tleyden
    Dec 11 at 19:02













up vote
1
down vote

favorite









up vote
1
down vote

favorite











I recently installed Ubuntu 18 on a laptop (recently purchased) with an Nvidia GPU Geforce 1070, and I've configured it to use the Synaptics driver based on this blog post.



When I close the lid (suspend) and later re-open the lid (resume), it often ends up where the pointer is stuck and unresponsive to using the touchpad.



How can I go about debugging this? I seem to have lost the error logs, but the last time it happened I saw errors in /var/log/Xorg.0.log followed by a line that said UnloadModule: "synaptics", but I wasn't clear on how to further diagnose it.



The next time it happens I'll post a follow-up with more detailed logs.










share|improve this question







New contributor




tleyden is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I recently installed Ubuntu 18 on a laptop (recently purchased) with an Nvidia GPU Geforce 1070, and I've configured it to use the Synaptics driver based on this blog post.



When I close the lid (suspend) and later re-open the lid (resume), it often ends up where the pointer is stuck and unresponsive to using the touchpad.



How can I go about debugging this? I seem to have lost the error logs, but the last time it happened I saw errors in /var/log/Xorg.0.log followed by a line that said UnloadModule: "synaptics", but I wasn't clear on how to further diagnose it.



The next time it happens I'll post a follow-up with more detailed logs.







suspend touchpad






share|improve this question







New contributor




tleyden is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




tleyden is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




tleyden is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Dec 11 at 1:16









tleyden

1214




1214




New contributor




tleyden is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





tleyden is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






tleyden is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • Here is a snapshot of the /var/log/Xorg* logs taken after a resume where the touchpad pointer got completely stuck: ptpb.pw/poO_ What could be causing the [ 336.628] (II) UnloadModule: "synaptics"
    – tleyden
    Dec 11 at 19:02


















  • Here is a snapshot of the /var/log/Xorg* logs taken after a resume where the touchpad pointer got completely stuck: ptpb.pw/poO_ What could be causing the [ 336.628] (II) UnloadModule: "synaptics"
    – tleyden
    Dec 11 at 19:02
















Here is a snapshot of the /var/log/Xorg* logs taken after a resume where the touchpad pointer got completely stuck: ptpb.pw/poO_ What could be causing the [ 336.628] (II) UnloadModule: "synaptics"
– tleyden
Dec 11 at 19:02




Here is a snapshot of the /var/log/Xorg* logs taken after a resume where the touchpad pointer got completely stuck: ptpb.pw/poO_ What could be causing the [ 336.628] (II) UnloadModule: "synaptics"
– tleyden
Dec 11 at 19:02















active

oldest

votes











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',
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
});


}
});






tleyden is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1099923%2ftouchpad-pointer-stuck-after-suspend-awake%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes








tleyden is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















tleyden is a new contributor. Be nice, and check out our Code of Conduct.













tleyden is a new contributor. Be nice, and check out our Code of Conduct.












tleyden is a new contributor. Be nice, and check out our Code of Conduct.
















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.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • 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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1099923%2ftouchpad-pointer-stuck-after-suspend-awake%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

How did Captain America manage to do this?

迪纳利

南乌拉尔铁路局