Question: Enter Ubuntu from one point! I have been using Ubuntu for more than three years. At that time, I started the trial with curiosity about Linux. Later, I had no chance to switch to the Linux platform because I had to use Windows for my work. Haha, you can't say that you are too curious to continue. Because interest is the best teacher. Iamback! Now Ubuntu is more powerful than N three years ago. It is not only Ubuntu, but also related content of other Linux platforms is constantly improved. G
Question:
From one point, enter Ubuntu!
I have been using Ubuntu for more than three years. At that time, I started the trial with curiosity about Linux. Later, I had no chance to switch to the Linux platform because I had to use Windows for my work. Haha, you can't say that you are too curious to continue. Because interest is the best teacher. I am back! Now Ubuntu is more powerful than N three years ago. It is not only Ubuntu, but also related content of other Linux platforms is constantly improved. Google has completely abandoned the use of the Windows operating system, and it is necessary to OUTMAN to keep up with it.
A friend chatted two days ago and asked me, "If you don't consider the development platform issue, how long can you switch to the Linux work platform ?"
Then I said, "two or three days ". Later I thought about it: no, it would take 10 minutes to install the system without considering the development platform, or even 10 minutes to get used to refreshing.Therefore, if you are new to Ubuntu or want to use Ubuntu as the main platform, do not be afraid of Ubuntu (Linux. In this series of articles, I will try to learn as many tips and methods as possible to get started and use them faster.
It has never been written, and the language that is not fluent is constantly degrading. This article describes how to install Thinkpad in Ubuntu 10.04.
Body:
Make Ubuntu 10.04 perfectly support Thinkpad little red dot Trackpoint
What is the charm of Thinkpad? Can Thinkpad be called even if Thinkpad doesn't have any red dots?
(1) Disable touchpad-- Note: This is optional and can be selected based on individual needs.
We recommend that you enter the BIOS to disable it.
Different models are available for you. You can learn how to enter the table. Press F1 to enter the table.
Let's talk about how to configure this BIOS:
Config-> Keyboard/Mouse-> Touch Pad-> Disabled
(2) install the driver for the Trackpoint
Enter sudo agt-get install gpointing-device-settings in the terminal
Effective after installation and restart
Choose system> preferences> Pointing devices.
GPointing Device Settings
(3) Ubuntu 10.04 supports middle-keys in Trackpoint
Step 1: Enter sudo gedit/usr/lib/X11/xorg. conf. d/20-thinkpad.conf in the terminal.
(Note: The above command indicates editing the file named under this directory. Www.linuxidc.com, but in this instance, the 20-thinkpad.conf file does not exist, and the command contains new functions)
Step 2: paste the following code in the pop-up window:
Section "InputClass" Identifier "Trackpoint Wheel Emulation" MatchProduct "TrackPoint" MatchDevicePath "/dev/input/event *" Driver "evdev" Option "EmulateWheel" "true" Option "EmulateWheelButton"" 2 "Option" Emulate3Buttons "" false "Option" XAxisMapping "6 7" Option "YAxisMapping" 4 5 "EndSection
:
Step 3: the restart takes effect. The middle-Key of the Trackpoint can roll the page normally.