How to disable touchpad in ubuntu

Source: Internet
Author: User
When I accidentally touch the TouchPad when I close the TouchPad method for typing on ubuntu, I don't know where to fly the mouse. it's really annoying. Solution: 1. run the following command on the terminal to close the TouchPad: sudomodprobe-rpsmouse... when I accidentally touch the TouchPad when I close the TouchPad method for typing on ubuntu, I don't know where to fly the mouse. it's really annoying. Solution: 1. run the following command on the terminal to close the TouchPad: sudo modprobe-r psmouse. if the TouchPad is sudo modprobe-r psmouse, if you accidentally touch the TouchPad, you will not know where to fly, it is really a troublesome thing. Solution: 1. run the following command on the terminal: sudo modprobe-r psmouse. if the TouchPad is sudo modprobe-r psmouse, note: After the system is restarted, the TouchPad is automatically activated. % >_< % 2. recently I re-installed Ubuntu9.10, and found that there is a "disable TouchPad when typing" set with the mouse. even if you touch the TouchPad after clicking it, the cursor will not be lost. O (distinct _ distinct) O ~ If you want to permanently disable the TouchPad, refer to the method below: install the gsynaptics package. The "TouchPad" option appears in the system menu. Command: sudo apt-get install gsynaptics and then choose system --> Preferences --> TouchPad --> general --> enable TouchPad "to disable annoying touchpad once and for all. The method is found on the internet. I cannot test this method. after it is disabled, the TouchPad will be automatically started. 3. the best method is to use a script. The method is as follows: (This method is not feasible. it cannot be started and needs to be improved !) Create a script file: Command: vi closeTouchpad. sh (if you do not want to display the script file, add "." before the file name) content :#! /Bin/shif xinput list-props "SynPS/2 Synaptics TouchPad" | grep "Device Enabled" | grep 1 thenmodprobe-r psmouseelsemodprobe psmousefi: chmod + x closeTouchpad. sh copies the script file to any path (my directory is stored in/usr): sudo cp closeTouchpad. sh/usr in/etc/init. create a soft connection in the d/directory to enable the connection: sudo ln-s/usr/closeTouchpad. sh closeTouchpad note: The script file must have the root permission? Onion WAF? Why ??? You can also directly copy the script file to/etc/init. d/to create a soft link under etc/init. d. When Ubuntu is started next time, the script will be automatically executed to close the TouchPad. Do not forget the mouse when you go out. if you forget to execute sudo modprobe psmouse on the terminal? Why? How can I start the terminal with a keyboard.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.