[SOLVED] 6.0: I cannot disable touchpad on my laptop.

Issues related to hardware problems
Post Reply
const451
Posts: 31
Joined: 2010/12/24 10:14:35
Location: Charlotte, NC

[SOLVED] 6.0: I cannot disable touchpad on my laptop.

Post by const451 » 2011/08/24 04:35:19

I cannot disable touchpad on Dell Latitude E6510. If I go to mouse preferences, there is no Touchpad tab.

On Ubuntu I ran this command

xinput set-prop 14 122 0

Is there a similar way in CentOS to disable touchpad.

Thanks!

lystor
Posts: 187
Joined: 2008/09/10 15:46:12
Location: Ukraine, Donetsk

Re: 6.0: I cannot disable touchpad on my laptop.

Post by lystor » 2011/08/25 06:05:36

[quote]
const451 wrote:
Is there a similar way in CentOS to disable touchpad.
[/quote]
Hi
Install [url=http://pkgs.org/package/xorg-x11-drv-synaptics]xorg-x11-drv-synaptics rpm[/url]:
[code]# yum install xorg-x11-drv-synaptics[/code]
Disable touchpad:
[code]# synclient TouchPadOff=1[/code]

const451
Posts: 31
Joined: 2010/12/24 10:14:35
Location: Charlotte, NC

Re: 6.0: I cannot disable touchpad on my laptop.

Post by const451 » 2011/08/25 14:17:12

Thank you!

I cannot seem to find anymore how to mark the thread as solved...

User avatar
AlanBartlett
Forum Moderator
Posts: 9345
Joined: 2007/10/22 11:30:09
Location: ~/Earth/UK/England/Suffolk
Contact:

[SOLVED] 6.0: I cannot disable touchpad on my laptop.

Post by AlanBartlett » 2011/08/25 16:19:16

[quote]
I cannot seem to find anymore how to mark the thread as solved...
[/quote]
Due to the antiquated nature of the forum software, an end-user is unable to do so. We advise users to add either [SOLVED] or {RESOLVED] to the subject line of the last post then, eventually, one of the moderating team will notice and edit the opening post accordingly. I have now performed the deed for you -- and posterity.

Post Reply