centOS6.2安装中文输入法和thinkpad小红点驱动

中文输入法就直接用yum install "@Chinese Support"就可以开启输入法库了。

然后从System->Preference->input Method里面找到Chinese开启就可以了。

------

安装小红点驱动thinkpad

涉及到驱动的全部要进入root

/etc/X11/xorg.conf.d/thinkpad.conf


Section "InputClass"
        Identifier      "Trackpoint Wheel Emulation"
        MatchProduct    "TPPS/2 IBM TrackPoint|DualPoint Stick|Synaptics Inc. Composite TouchPad / TrackPoint|ThinkPad USB Keyboard with TrackPoint|USB Trackpoint pointing device|Composite TouchPad / TrackPoint"
        MatchDevicePath "/dev/input/event*"
        Option          "EmulateWheel"          "true"
        Option          "EmulateWheelButton"    "2"
        Option          "Emulate3Buttons"       "false"
        Option          "XAxisMapping"          "6 7"
        Option          "YAxisMapping"          "4 5"
EndSection



注意不要打错字了。多检测几次,不然重启要卡logo

这个时候启动界面按e,再按b,进入grub,然后重新编辑thinkpad.conf


你可能感兴趣的:(centOS6.2安装中文输入法和thinkpad小红点驱动)