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 be executed with the root permission to take effect. Therefore, in/etc/init. d. 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 to enable the touchpad, how can you start the terminal on the keyboard.