LinuxSir.cn,穿越时空的Linuxsir!

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

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

[复制链接]
发表于 2002-8-23 10:18:33 | 显示全部楼层

你的驱动加载了哪几个?

我的是USB光电+滚轮鼠标,都很正常。
发表于 2002-8-23 10:46:38 | 显示全部楼层
把XF86config-4贴出来看看!?
 楼主| 发表于 2002-8-23 10:55:46 | 显示全部楼层

XF86config-4

Section "Files"
        FontPath        "/usr/X11R6/lib/X11/fonts/xp"
        FontPath        "/usr/X11R6/lib/X11/fonts/simsun"
        FontPath        "unix/:7100"                        # local font server
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/X11R6/lib/X11/fonts/misc"
        #FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        #FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath        "/usr/X11R6/lib/X11/fonts/Speedo"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
EndSection

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

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

Section "InputDevice"
        Identifier        "Configured Mouse"
        Driver                "mouse"
        Option                "CorePointer"
        Option                "Device"                "/dev/psaux"
        Option                "rotocol"                "S/2"
        Option                "ZAxisMapping"                "4 5"
EndSection

Section "InputDevice"
        Identifier        "Generic Mouse"
        Driver                "mouse"
        Option                "SendCoreEvents"        "true"
        Option                "Device"                "/dev/input/mice"
        Option                "rotocol"                "ImPS/2"
        Option                "ZAxisMapping"                "4 5"
EndSection

Section "Device"
        Identifier        "3Dfx Voodoo3"
        Driver                "glide"
        VideoRam        16384
        Option                "UseFBDev"                "true"
EndSection

Section        "Monitor"
        Identifier        "Monitor0"
        HorizSync        31.5-70.2
        VertRefresh        56-88
        #VendorName        "DDC"
        #ModelName        "Unprobed Monitor"
        Option                "DPMS"
EndSection

Section        "Device"
        Identifier        "Card0"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option                "NoAccel" # [<bool>]
        #Option                "SWcursor" # [<bool>]
        #Option                "UsePIO" # [<bool>]
        #Option                "ShowCache" # [<bool>]
        #Option                "VideoKey" # <i>
                                                                                        #Option                "NoSLI" # [<bool>]
        #Option                "TexturedVideo" # [<bool>]
        #Option                "DRI" # [<bool>]
        Driver                "tdfx"
        VendorName        "3dfx Interactive"
        BoardName        "Voodoo3"
        BusID                "CI:1:0:0"
        VideoRam        16384
EndSection

Section        "Screen"
        Identifier        "Screen0"
        Device                "Card0"
        Monitor                "Monitor0"
        DefaultDepth        24
        SubSection        "Display"
        Depth        8
        EndSubSection
        SubSection        "Display"
        Depth        15
        EndSubSection
                                                                                        SubSection        "Display"
        Depth        16
        EndSubSection
        SubSection        "Display"
        Depth        24
        Modes        "1024x768"
        EndSubSection
EndSection

Section        "DRI"
EndSection

Section "ServerLayout"
        Identifier        "Default Layout"
        Screen                "Screen0"
        InputDevice        "Generic Keyboard"
        InputDevice        "Configured Mouse"
        InputDevice        "Generic Mouse"
EndSection
 楼主| 发表于 2002-8-23 10:58:28 | 显示全部楼层

附加问题

我的KDE3用simsun字体时,字体很粗,不知有否方法使字体
看起来苗条一点??
 楼主| 发表于 2002-8-23 11:01:59 | 显示全部楼层
开始安装时我选择使用缺省的freetype
不知是否和字体变粗有关?
如要改用xtt,要怎么做?
发表于 2002-8-23 11:23:19 | 显示全部楼层
请yjh贴
发表于 2002-8-23 20:25:29 | 显示全部楼层

Yjh's file

### BEGIN DEBCONF SECTION
# XF86Config-4 (XFree86 server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# If you want your changes to this file preserved by dexconf, only make changes
# before the "### BEGIN DEBCONF SECTION" line above, and/or after the
# "### END DEBCONF SECTION" line below.
#
# To change things within the debconf section, run the command:
#   dpkg-reconfigure xserver-xfree86
# as root.  Also see "How do I add custom sections to a dexconf-generated
# XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz.

Section "Files"
        FontPath        "unix/:7100"                        # local font server
        # if the local font server has problems, we can fall back on these
        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"
EndSection

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

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

Section "InputDevice"
        Identifier        "Configured Mouse"
        Driver                "mouse"
        Option                "CorePointer"
        Option                "Device"                "/dev/psaux"
        Option                "rotocol"                "S/2"
        Option                "Emulate3Buttons"        "true"
        Option                "ZAxisMapping"                "4 5"
EndSection

Section "InputDevice"
        Identifier        "Generic Mouse"
        Driver                "mouse"
        Option                "SendCoreEvents"        "true"
        Option                "Device"                "/dev/input/mice"
        Option                "rotocol"                "ImPS/2"
        Option                "Emulate3Buttons"        "true"
        Option                "ZAxisMapping"                "4 5"
EndSection

Section "Device"
        Identifier        "Generic Video Card"
        Driver                "nv"
EndSection

Section "Monitor"
        Identifier        "Generic Monitor"
        HorizSync        30-70
        VertRefresh        50-150
        Option                "DPMS"
EndSection

Section "Screen"
        Identifier        "Default Screen"
        Device                "Generic Video Card"
        Monitor                "Generic Monitor"
        DefaultDepth        24
        SubSection "Display"
                Depth                1
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                4
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                8
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                15
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                16
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                24
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier        "Default Layout"
        Screen                "Default Screen"
        InputDevice        "Generic Keyboard"
        InputDevice        "Configured Mouse"
        InputDevice        "Generic Mouse"
EndSection

Section "DRI"
        Mode        0666
EndSection

### END DEBCONF SECTION
发表于 2002-8-24 10:13:46 | 显示全部楼层

我猜可能是你的鼠标驱动没加载上。X的配置文件好象没问题。

用命令:modconf 跟安装时一样来选驱动。
我的USB光电滚轮鼠标选了以下驱动模块:
Input类中要选上:Mouse。
USB类中要选上:HID(人体工学接口设备)完全支持、USB Mouse。
好象就这些了。你再仔细找找,多试几次看看,反正又不用重装。
发表于 2002-8-24 11:05:34 | 显示全部楼层
看看你的/var/log/XFree86.0.log(好像是这个文件了),看看鼠标有没有被加载。

Debian下要安装一个叫usbmgr的包才能识别到usb设备,我上次的安装就是没装这个包,结果我的USB鼠标死活不肯工作,一装上就OK了。
发表于 2002-8-24 11:09:48 | 显示全部楼层
一装上usbmgr,/proc/bus/usb/下就会有东西了,
tail devices 看看。

我的USB鼠标设备在/dev/input/mice(跟前面的xf86config里的一样)。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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