LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: henryandpcw

debian怎样实现鼠标混动的支持???????

[复制链接]
发表于 2002-8-25 21:40:32 | 显示全部楼层
加载modules
modprobe usbmouse
modprobe hid
modprobe mousedev
运行
mknod /dev/input/mice -c 13 63
将XF86config-4 的mouse驱动定义为/dev/input/mice
就这样吧

上面都说过了,非常感谢他们!
发表于 2002-8-26 03:09:38 | 显示全部楼层
我贴出自己的XF86Config-4文件吧,我是典型的ps2滚轮鼠标,gforce2显示卡(自己编译的nvidia驱动),15寸彩显,唯一特别的是有一个wacom512级压力的绘图板,可是怎样配都用不了压力,只有最粗和最细,气死我了--继续努力。


Section "Files"
#        FontPath        "/usr/lib/X11/fonts/misc"
#        FontPath        "/usr/lib/X11/fonts/cyrillic"
#        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
#        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
#        FontPath        "/usr/lib/X11/fonts/Type1"
#        FontPath        "/usr/lib/X11/fonts/Speedo"
#        FontPath        "/usr/lib/X11/fonts/100dpi"
#        FontPath        "/usr/lib/X11/fonts/75dpi"
#        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
#        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
#        FontPath        "unix/:7101"                        # xfstt server
#        FontPath        "unix/:7100"                        # xfs server
        FontPath        "unix/:7110"                        # xft-xtt server
EndSection

Section "Module"
        Load        "GLcore"
        Load        "bitmap"
        Load        "dbe"
        Load        "ddc"
        Load        "dri"
        Load        "extmod"
#        Load        "xtt" #"freetype"
        Load        "glx"
        Load        "int10"
        Load        "pex5"
        Load        "record"
        Load        "speedo"
        Load        "type1"
        Load        "vbe"
        Load        "xie"
        Load        "wacom"
EndSection

Section "InputDevice"
        Identifier        "Generic Keyboard"
        Driver                "keyboard"
        Option                "CoreKeyboard"
        Option                "XkbRules"        "xfree86"
        Option                "XkbModel"        "pc101"
        Option                "XkbLayout"        "us"
EndSection

Section "InputDevice"
        Identifier        "Configured Mouse"
        Driver                "mouse"
        Option                "CorePointer"
        Option                "Device"                "/dev/psaux"
        Option                "rotocol"                "ImPS/2"
        Option                "Emulate3Buttons"        "true"
        Option                "ZAxisMapping"                "4 5"
EndSection
Section "InputDevice"
    Identifier        "Stylus1"
    Driver        "wacom"
    Option        "Type" "stylus"
    Option        "Device" "/dev/input/event0"
    Option        "Mode" "Absolute"
    Option        "Threshold" "10"
    Option        "Suppress" "6"
    Option        "USB" "on"
EndSection
Section "InputDevice"
    Identifier        "Eraser1"
    Driver        "wacom"
    Option        "Type" "eraser"
    Option        "Device" "/dev/input/event0"
    Option        "Mode" "Absolute"
    Option        "USB" "on"
EndSection
Section "InputDevice"
    Identifier        "Cursor1"
    Driver        "wacom"
    Option        "Type" "cursor"
    Option        "Device" "/dev/input/event0"
    Option        "Mode" "Relative"
    Option        "USB" "on"
EndSection

Section "Device"
        Identifier        "Generic Video Card"
        Driver                "nvidia"
#        BusID                "CI:01:00:00"
#        VideoRam        32768
EndSection

Section "Monitor"
        Identifier        "Generic Monitor"
        HorizSync        30-54
        VertRefresh        50-90
        Option                "DPMS"
EndSection

Section "Screen"
        Identifier        "Default Screen"
        Device                "Generic Video Card"
        Monitor                "Generic Monitor"
        DefaultDepth        24
        SubSection "Display"
                Depth                16
                Modes                "800x600"
        EndSubSection
        SubSection "Display"
                Depth                24
                Modes                "800x600"
#                Virtual        1024 768
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier        "Default Layout"
        Screen                "Default Screen"
        InputDevice        "Generic Keyboard"
        InputDevice        "Configured Mouse"
    InputDevice "Stylus1" "AlwaysCore"
    InputDevice "Eraser1" "AlwaysCore"
    InputDevice "Cursor1" "AlwaysCore"

EndSection

Section "DRI"
        Mode        0666
EndSection
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表