设为首页
收藏本站
用户名
Email
自动登录
找回密码
密码
登录
注册
快捷导航
平台
Portal
论坛
BBS
文库
项目
群组
Group
我的博客
Space
搜索
搜索
热搜:
shell
linux
mysql
本版
用户
LinuxSir.cn,穿越时空的Linuxsir!
»
论坛
›
Linux 发行版讨论区 —— LinuxSir.cn
›
Archlinux讨论区
›
请问怎么usb鼠标的滚轮不能用?
1
2
/ 2 页
下一页
返回列表
查看:
3002
|
回复:
15
请问怎么usb鼠标的滚轮不能用?
[复制链接]
bingone
bingone
当前离线
积分
61
IP卡
狗仔卡
发表于 2005-3-22 14:06:57
|
显示全部楼层
|
阅读模式
下面是我的xorg.conf.hwd的设置
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
# PS/2 Mouse not detected
# Serial Mouse not detected
InputDevice "USB Mouse"
EndSection
Section "InputDevice"
Identifier "Serial Mouse"
Driver "mouse"
Option "
rotocol" "Microsoft"
Option "Device" "/dev/ttyS0"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection
Section "InputDevice"
Identifier "
S/2 Mouse"
Driver "mouse"
Option "
rotocol" "auto"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection
Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"
Option "
rotocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection
回复
使用道具
举报
提升卡
置顶卡
沉默卡
喧嚣卡
变色卡
显身卡
DebianLinux
DebianLinux
当前离线
积分
6
IP卡
狗仔卡
发表于 2005-3-22 14:27:27
|
显示全部楼层
确保你的rc.conf的启动模块里面添加uhci_hcd,和usbhid
重启应该可以用了
回复
支持
反对
使用道具
举报
显身卡
bingone
bingone
当前离线
积分
61
IP卡
狗仔卡
楼主
|
发表于 2005-3-22 15:00:09
|
显示全部楼层
还是不行啊.
回复
支持
反对
使用道具
举报
显身卡
Archlinux
Archlinux
当前离线
积分
306
IP卡
狗仔卡
发表于 2005-3-22 15:29:34
|
显示全部楼层
贴你的rc.conf出来看看
回复
支持
反对
使用道具
举报
显身卡
bingone
bingone
当前离线
积分
61
IP卡
狗仔卡
楼主
|
发表于 2005-3-22 15:32:06
|
显示全部楼层
#
# /etc/rc.conf - Main Configuration for Arch Linux
#
#
# Localization
#
# HARDWARECLOCK: set to "UTC" or "localtime"
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: fount in /usr/share/kbd/consolefonts (only needed for non-us)
# USECOLOR: use ANSI color sequences in startup messages
#
HARDWARECLOCK="localtime"
TIMEZONE=Asia/Shanghai
KEYMAP=us
CONSOLEFONT=
USEcolor="yes"
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"
#
# Networking
#
HOSTNAME="localhost"
#
# Module to load at boot-up (in this order)
# (prefix a module with a ! to disable it)
#
MODULES=(8139too !usbserial !ide-scsi uhci_hcd usbhid snd-card-0 snd-pcm-oss)
#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
# (prefix an interface in INTERFACES with a ! to disable it)
#
# Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
#
lo="lo 127.0.0.1"
eth0="dhcp"
INTERFACES=(lo eth0)
#
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
# (prefix a route in ROUTES with a ! to disable it)
#
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
#
# Daemons to start at boot-up (in this order)
# (prefix a daemon with a ! to disable it)
#
DAEMONS=(syslog-ng hotplug !pcmcia network netfs crond)
# End of file
复制代码
回复
支持
反对
使用道具
举报
显身卡
Archlinux
Archlinux
当前离线
积分
306
IP卡
狗仔卡
发表于 2005-3-22 15:34:53
|
显示全部楼层
还有你不要说你没有把.hwd的后缀去掉
回复
支持
反对
使用道具
举报
显身卡
Archlinux
Archlinux
当前离线
积分
306
IP卡
狗仔卡
发表于 2005-3-22 15:40:59
|
显示全部楼层
改成xorg.conf
回复
支持
反对
使用道具
举报
显身卡
bingone
bingone
当前离线
积分
61
IP卡
狗仔卡
楼主
|
发表于 2005-3-22 16:15:52
|
显示全部楼层
晕,没有啊,好像也能用啊...晕
回复
支持
反对
使用道具
举报
显身卡
Archlinux
Archlinux
当前离线
积分
306
IP卡
狗仔卡
发表于 2005-3-22 16:44:55
|
显示全部楼层
没有xorg.conf的话它用的是默认的设置吧
回复
支持
反对
使用道具
举报
显身卡
bingone
bingone
当前离线
积分
61
IP卡
狗仔卡
楼主
|
发表于 2005-3-22 17:17:14
|
显示全部楼层
好像不是呢,我原来是85的刷新,把xorg.conf.hwd改为xorg.conf鼠标滚轮倒是能用了,可是刷新倒是降为60了,手动改HorizSync 28.0 - 78.0
VertRefresh 50.0 - 162.0
后可以在gnome的分辨率改为85,但是就不是85的效果,还是60那种闪的厉害.
显示器的菜单里也显示是60hz
回复
支持
反对
使用道具
举报
显身卡
下一页 »
1
2
/ 2 页
下一页
返回列表
高级模式
B
Color
Image
Link
Quote
Code
Smilies
您需要登录后才可以回帖
登录
|
注册
本版积分规则
发表回复
回帖后跳转到最后一页
Copyright © 2002-2023
LinuxSir.cn
(http://www.linuxsir.cn/) 版权所有 All Rights Reserved.
Powered by
RedflagLinux!
技术支持:
中科红旗
|
京ICP备19024520号
快速回复
返回顶部
返回列表