设为首页
收藏本站
用户名
Email
自动登录
找回密码
密码
登录
注册
快捷导航
平台
Portal
论坛
BBS
文库
项目
群组
Group
我的博客
Space
搜索
搜索
热搜:
shell
linux
mysql
本版
用户
LinuxSir.cn,穿越时空的Linuxsir!
»
论坛
›
Unix 技术讨论区 —— LinuxSir.cn
›
BSD 讨论专题
›
我的鼠标就是起不来!!
1
2
3
/ 3 页
下一页
返回列表
查看:
1845
|
回复:
25
我的鼠标就是起不来!!
[复制链接]
menglianjing
menglianjing
当前离线
积分
633
IP卡
狗仔卡
发表于 2003-9-30 17:45:54
|
显示全部楼层
|
阅读模式
好奇怪,我的三键鼠标就是起不来。安装BSD的时候还可以使用,今天一开机就不能用了。好多方法都试了,还是不行。Help
回复
使用道具
举报
提升卡
置顶卡
沉默卡
喧嚣卡
变色卡
显身卡
Freebird
Freebird
当前离线
积分
2456
IP卡
狗仔卡
发表于 2003-9-30 17:53:16
|
显示全部楼层
把/etc/X11/XF86Config中鼠标的设置帖出来看看
回复
支持
反对
使用道具
举报
显身卡
duleell
duleell
当前离线
积分
987
IP卡
狗仔卡
发表于 2003-9-30 18:31:24
|
显示全部楼层
用/stand/sysinstall把那个mouse deamon关了,再在/etc/X11/XF86Config中把鼠标的device改成/dev/psm0(大概是这样子,你用ls -l /dev/p* | more看一下吧).
回复
支持
反对
使用道具
举报
显身卡
eTony
eTony
当前离线
积分
3861
IP卡
狗仔卡
发表于 2003-9-30 18:41:31
|
显示全部楼层
我的:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "
rotocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5"
EndSection
回复
支持
反对
使用道具
举报
显身卡
menglianjing
menglianjing
当前离线
积分
633
IP卡
狗仔卡
楼主
|
发表于 2003-9-30 19:17:52
|
显示全部楼层
re
大家别笑我,这是我的XF86Config
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/TrueType/"
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/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
Load "xtt"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
# Load "record"
Load "xtrap"
Load "speedo"
# Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "
rotocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
#DisplaySize 310 230 # mm
Identifier "Monitor0"
VendorName "
HL"
ModelName "
HILIPS 107S"
# HorizSync 31.5 - 79.0
# VertRefresh 50.0 - 70.0
Option "DPMS"
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 "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "Rotate" # [<str>]
#Option "VideoKey" # <i>
#Option "FlatPanel" # [<bool>]
#Option "FPDither" # [<bool>]
#Option "CrtcNumber" # <i>
Identifier "Card0"
Driver "nv"
VendorName "nVidia Corporation"
BoardName "NV11 [GeForce2 MX/MX 400]"
BusID "
CI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 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"
EndSubSection
# SubSection "Display"
# Depth 24
# EndSubSection
EndSection
回复
支持
反对
使用道具
举报
显身卡
eTony
eTony
当前离线
积分
3861
IP卡
狗仔卡
发表于 2003-9-30 20:51:30
|
显示全部楼层
回复: re
最初由 menglianjing 发表
大家别笑我,这是我的XF86Config
无语~~~~~~~~~
回复
支持
反对
使用道具
举报
显身卡
eTony
eTony
当前离线
积分
3861
IP卡
狗仔卡
发表于 2003-9-30 20:55:07
|
显示全部楼层
就配置文件本身,没有错误,把你的log文件发上来看看!!
回复
支持
反对
使用道具
举报
显身卡
Kevin
Kevin
当前离线
积分
1223
IP卡
狗仔卡
发表于 2003-10-1 00:01:26
|
显示全部楼层
moused_enable="YES"
moused_flag="-z 4"
moused_port="/dev/psm0"
moused_type="auto"
这是/etc/rc.conf中的有关mouse的,你看看你的是差不多嘛,
回复
支持
反对
使用道具
举报
显身卡
linyin
linyin
当前离线
积分
285
IP卡
狗仔卡
发表于 2003-10-2 08:17:55
|
显示全部楼层
你直接去
/stand/sysinstall
里配置不行吗?
觉得那样方便多了
回复
支持
反对
使用道具
举报
显身卡
menglianjing
menglianjing
当前离线
积分
633
IP卡
狗仔卡
楼主
|
发表于 2003-10-2 19:46:55
|
显示全部楼层
re
我服了我的BSD,我换了一个纯正的2D鼠标,没想到还是不能用!是不是系统的问题呀!!:ask :ask
回复
支持
反对
使用道具
举报
显身卡
下一页 »
1
2
3
/ 3 页
下一页
返回列表
高级模式
B
Color
Image
Link
Quote
Code
Smilies
您需要登录后才可以回帖
登录
|
注册
本版积分规则
发表回复
回帖后跳转到最后一页
浏览过的版块
MySQL
LinuxSir 论坛管理
Linux 输入开发与研究
Debian Linux
Slackware Linux
服务器架设、应用、维护
Copyright © 2002-2023
LinuxSir.cn
(http://www.linuxsir.cn/) 版权所有 All Rights Reserved.
Powered by
RedflagLinux!
技术支持:
中科红旗
|
京ICP备19024520号
快速回复
返回顶部
返回列表