发新话题
打印

请教fc6鼠标配置文件问题

请教fc6鼠标配置文件问题

我的系统是fc6,最近在弄一个触摸屏的东西,在fc6的gnome界面下配置好鼠标没有问题,可是在登陆gnome界面前定位点是歪的,登陆gnome界面后使用:系统--->首选项--->鼠标---->运动 调整鼠标的设置就没有问题了。
    于是我想找fc6下的鼠标配置文件,可是找了/etc/X11/xorg.cof文件,发现里面没有鼠标设置,/etc/sysconfig文件下也没有鼠标配置文件,既然可以通过gnome配置鼠标属性,那为相信也可以通过某个配置shell脚本/程序 来进行相应的配置,只是小菜我找不到文件位置在哪,而且为看了opensuse下都有对应都配置文件-_-!
    请各位大侠赐教鼠标属性配置文件找哪.      

TOP

就在/etc/X11/xorg.conf里面啊,比如这个
Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "rotocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "yes"
EndSection

本版主特意去看了一下,肯定是有的,记住,以后不要糊弄本版主      
1,本人乃Linux伊甸园“Linux内核学习”,“红旗等发行版”版主,请大家捧场。
2,红旗Linux在设备驱动,系统设置,中文美化,易用性方面做得非常好,建议大家使用。
3,本人是红旗Linux的粉丝,不是枪手。

TOP

冤枉那,我没有糊弄版主,下面是我电脑的/etc/X11/xorg.cof    就那么一点点奇怪得很


# Xorg configuration created by system-config-display

Section "ServerLayout"
        Identifier     "single head configuration"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option            "XkbModel" "pc105"
        Option            "XkbLayout" "us"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        ModelName    "LCD Panel 1280x1024"
### Comment all HorizSync and VertSync values to use DDC:
        HorizSync    31.5 - 67.0
        VertRefresh  50.0 - 75.0
        Option            "dpms"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "i810"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1280x1024" "1280x960" "1280x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection


而且版主大虾的配置文件:
Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "rotocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "yes"
EndSection
也只有鼠标最基本的信息,在gnome下调整鼠标的:加速/灵敏度 等属性好像不在这里……………………

[ 本帖最后由 mgqw 于 2007-11-16 22:07 编辑 ]      

TOP

发新话题