LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1338|回复: 4

求助!鼠标滚轮无效!

[复制链接]
发表于 2003-12-29 22:57:25 | 显示全部楼层 |阅读模式
我的鼠标滚轮在MDK92所有窗口所有程序中均无效,在鼠标设置中选的是罗技MouseMan+,后来选择标准和普通滚轮,均无效,咋办,现在看网页等都好不方便,请大家帮忙,谢谢!按下滚轮有效,按下是粘贴,晕
发表于 2003-12-29 23:17:05 | 显示全部楼层
反复选择并进行测试,肯定会有一个没问题的。
 楼主| 发表于 2003-12-30 00:21:45 | 显示全部楼层
谢谢,我试试!
发表于 2003-12-30 09:49:04 | 显示全部楼层
最初由 ac19 发表
谢谢,我试试!


好象要在/etc/X11/XF86Config中加入东西,我现在在window$下(正在办公),兄弟可以去基础建设版搜索一下,我有空回linux把它拷出来.
发表于 2003-12-30 09:58:49 | 显示全部楼层

我的XF86Config

请看有关mouse的地方


Section "ServerLayout"
Identifier     "XFree86 Configured"
Screen      0  "Screen0" 0 0
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath      "/usr/X11R6/lib/X11/rgb"
ModulePath   "/usr/X11R6/lib/modules"
FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath     "/usr/X11R6/lib/X11/fonts/TrueType"
FontPath     "/usr/X11R6/lib/X11/fonts/ttf-zh"
#FontPath     "/usr/X11R6/lib/X11/fonts/encodings"
FontPath     "/usr/X11R6/lib/X11/fonts/util"
EndSection

Section "Module"
Load  "record"
Load  "extmod"
Load  "dbe"
Load  "dri"
Load  "glx"
Load  "xtrap"
Load  "type1"
Load  "freetype"
Load  "speedo"
Load  "xtt"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "keyboard"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option            "rotocol" "IMPS/2"
Option            "Device" "/dev/mouse"
Option      "ZAxisMapping" "4 5"
EndSection


Section "Monitor"
#DisplaySize          280   210        # mm
Identifier   "Monitor0"
VendorName   "LCS"
ModelName    "d556"
Option            "DPMS"
# hj_18 add
HorizSync 30-64
VertRefresh 80-100
EndSection

Section "Device"
### 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     "ColorKey"                   # <i>
#Option     "CacheLines"                 # <i>
#Option     "Dac6Bit"                    # [<bool>]
#Option     "DRI"                        # [<bool>]
#Option     "NoDDC"                      # [<bool>]
#Option     "ShowCache"                  # [<bool>]
#Option     "XvMCSurfaces"               # <i>
Identifier  "Card0"
Driver      "i810"
VendorName  "Intel Corp."
BoardName   "82810 CGC [Chipset Graphics Controller]"
BusID       "CI:0:1:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
DefaultDepth 16
SubSection "Display"
Depth     1
EndSubSection
SubSection "Display"
Depth     4
EndSubSection
SubSection "Display"
Depth     8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth     15
EndSubSection
SubSection "Display"
Depth     16
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth     24
EndSubSection
EndSection
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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