Keyboard and track pad stops wokring after I close my laptop's lidi3wm can't create new tiles and mouse won't moveHow to set maximum distance between two finger for two finger scroll?xinput does not list my touchpadXorg thinks touchpad is exact pointing deviceArch Gnome mouse issuesWacom Intuos CTH-490CKXorg and KDE fail to start after upgradeUdev & Xorg Connect Huion Tablet to Appropriate Driverkeyboard freezes after opening program, mouse keeps workingi3: change focus_follows_mouse with keybinding

Why is Minecraft giving an OpenGL error?

How does one intimidate enemies without having the capacity for violence?

Can a vampire attack twice with their claws using Multiattack?

Is it possible to do 50 km distance without any previous training?

meaning of に in 本当に?

Can you really stack all of this on an Opportunity Attack?

Can I make popcorn with any corn?

Modeling an IP Address

How to determine what difficulty is right for the game?

I'm flying to France today and my passport expires in less than 2 months

How much of data wrangling is a data scientist's job?

A newer friend of my brother's gave him a load of baseball cards that are supposedly extremely valuable. Is this a scam?

Can an x86 CPU running in real mode be considered to be basically an 8086 CPU?

Approximately how much travel time was saved by the opening of the Suez Canal in 1869?

What defenses are there against being summoned by the Gate spell?

Do I have a twin with permutated remainders?

How to format long polynomial?

What is the word for reserving something for yourself before others do?

How can I prevent hyper evolved versions of regular creatures from wiping out their cousins?

Could an aircraft fly or hover using only jets of compressed air?

How do I deal with an unproductive colleague in a small company?

When a company launches a new product do they "come out" with a new product or do they "come up" with a new product?

Malformed Address '10.10.21.08/24', must be X.X.X.X/NN or

What does it mean to describe someone as a butt steak?



Keyboard and track pad stops wokring after I close my laptop's lid


i3wm can't create new tiles and mouse won't moveHow to set maximum distance between two finger for two finger scroll?xinput does not list my touchpadXorg thinks touchpad is exact pointing deviceArch Gnome mouse issuesWacom Intuos CTH-490CKXorg and KDE fail to start after upgradeUdev & Xorg Connect Huion Tablet to Appropriate Driverkeyboard freezes after opening program, mouse keeps workingi3: change focus_follows_mouse with keybinding






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I'm using Arch with i3wm



Here is my config for my keyboard and mouse in xorg:



Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "ClickMethod" "clickfinger"
Option "Tapping" "on"
Driver "libinput"
Option "AccelSpeed" "0.5"
EndSection




Section "InputClass"
Identifier "libinput keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection









share|improve this question









New contributor




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




















  • Is there a reason why you would like to use your trackpad/keyboard if the lid is closed? You would not even reach it phisically with the lid closed. LOL. IF(and that's what i suspect) they are USB, you could have a usb suspension set. Can you access this host using ssh and post dmesg result right after closing the lid?

    – nwildner
    2 days ago

















0















I'm using Arch with i3wm



Here is my config for my keyboard and mouse in xorg:



Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "ClickMethod" "clickfinger"
Option "Tapping" "on"
Driver "libinput"
Option "AccelSpeed" "0.5"
EndSection




Section "InputClass"
Identifier "libinput keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection









share|improve this question









New contributor




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




















  • Is there a reason why you would like to use your trackpad/keyboard if the lid is closed? You would not even reach it phisically with the lid closed. LOL. IF(and that's what i suspect) they are USB, you could have a usb suspension set. Can you access this host using ssh and post dmesg result right after closing the lid?

    – nwildner
    2 days ago













0












0








0








I'm using Arch with i3wm



Here is my config for my keyboard and mouse in xorg:



Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "ClickMethod" "clickfinger"
Option "Tapping" "on"
Driver "libinput"
Option "AccelSpeed" "0.5"
EndSection




Section "InputClass"
Identifier "libinput keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection









share|improve this question









New contributor




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












I'm using Arch with i3wm



Here is my config for my keyboard and mouse in xorg:



Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "ClickMethod" "clickfinger"
Option "Tapping" "on"
Driver "libinput"
Option "AccelSpeed" "0.5"
EndSection




Section "InputClass"
Identifier "libinput keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection






arch-linux i3






share|improve this question









New contributor




user345247 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




user345247 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








edited 2 days ago









fra-san

2,0211620




2,0211620






New contributor




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









asked 2 days ago









user345247user345247

1




1




New contributor




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





New contributor





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






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












  • Is there a reason why you would like to use your trackpad/keyboard if the lid is closed? You would not even reach it phisically with the lid closed. LOL. IF(and that's what i suspect) they are USB, you could have a usb suspension set. Can you access this host using ssh and post dmesg result right after closing the lid?

    – nwildner
    2 days ago

















  • Is there a reason why you would like to use your trackpad/keyboard if the lid is closed? You would not even reach it phisically with the lid closed. LOL. IF(and that's what i suspect) they are USB, you could have a usb suspension set. Can you access this host using ssh and post dmesg result right after closing the lid?

    – nwildner
    2 days ago
















Is there a reason why you would like to use your trackpad/keyboard if the lid is closed? You would not even reach it phisically with the lid closed. LOL. IF(and that's what i suspect) they are USB, you could have a usb suspension set. Can you access this host using ssh and post dmesg result right after closing the lid?

– nwildner
2 days ago





Is there a reason why you would like to use your trackpad/keyboard if the lid is closed? You would not even reach it phisically with the lid closed. LOL. IF(and that's what i suspect) they are USB, you could have a usb suspension set. Can you access this host using ssh and post dmesg result right after closing the lid?

– nwildner
2 days ago










0






active

oldest

votes












Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
);



);






user345247 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%2funix.stackexchange.com%2fquestions%2f510253%2fkeyboard-and-track-pad-stops-wokring-after-i-close-my-laptops-lid%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








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









draft saved

draft discarded


















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












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











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














Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • 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%2funix.stackexchange.com%2fquestions%2f510253%2fkeyboard-and-track-pad-stops-wokring-after-i-close-my-laptops-lid%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

getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

Cannot Extend partition with GParted The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election ResultsCan't increase partition size with GParted?GParted doesn't recognize the unallocated space after my current partitionWhat is the best way to add unallocated space located before to Ubuntu 12.04 partition with GParted live?I can't figure out how to extend my Arch home partition into free spaceGparted Linux Mint 18.1 issueTrying to extend but swap partition is showing as Unknown in Gparted, shows proper from fdiskRearrange partitions in gparted to extend a partitionUnable to extend partition even though unallocated space is next to it using GPartedAllocate free space to root partitiongparted: how to merge unallocated space with a partition

NetworkManager fails with “Could not find source connection”Trouble connecting to VPN using network-manager, while command line worksHow can I be notified about state changes to a VPN adapterBacktrack 5 R3 - Refuses to connect to VPNFeed all traffic through OpenVPN for a specific network namespace onlyRun daemon on startup in Debian once openvpn connection establishedpfsense tcp connection between openvpn and lan is brokenInternet connection problem with web browsers onlyWhy does NetworkManager explicitly support tun/tap devices?Browser issues with VPNTwo IP addresses assigned to the same network card - OpenVPN issues?Cannot connect to WiFi with nmcli, although secrets are provided