企鹅最强么

一个菜鸟对电脑知识的成长日记
正文

an amazing experience with Werewolf - Day 2

(2007-12-27 23:37:01) 下一个
second day, i was set to fix issues. from my previous experiences with fedora 7.......i was not exactly sure how long that would take me~

anyway, first problem was to install livna repo, i downloaded the livna.rpm online from a search in google, then yum told me it couldn't install the package because the lack of a key file. "sudo rpm --import http://rpm.livna.org/RPM-LIVNA-GPG-KEY" solved it

using a ibm thinkpad without using the ultra-nav is like travelling in NYC without going up to the empire state building - it just missed the damn point of the whole thing. unfortunately that functionality was not working out of box. i did some search online, and included the following section in /etc/X11/xorg.conf:

***************************************
Section "InputDevice"
       Identifier  "Trackpoint"
       Driver      "mouse"
       Option      "CorePointer"
       Option      "Device"              "/dev/input/mice"
       Option      "Protocol"            "ExplorerPS/2"
       Option      "Emulate3Buttons"     "off"
       Option      "EmulateWheel"        "on"
       Option      "EmulateWheelTimeOut" "200"
       Option      "EmulateWheelButton"  "2"
       Option      "YAxisMapping"        "4 5"
       Option      "XAxisMapping"        "6 7"
       Option      "ZAxisMapping"        "4 5"
EndSection
******************************************

also i added
*******
InputDevice    "Trackpoint" "CorePointer"
*******
under the "ServerLayout" section
but you also need to delete the other corepointer device "synaptics" in order for this to work

[ 打印 ]
阅读 ()评论 (0)
评论
目前还没有任何评论
登录后才可评论.