设为首页
收藏本站
用户名
Email
自动登录
找回密码
密码
登录
注册
快捷导航
平台
Portal
论坛
BBS
文库
项目
群组
Group
我的博客
Space
搜索
搜索
热搜:
shell
linux
mysql
本版
用户
LinuxSir.cn,穿越时空的Linuxsir!
»
论坛
›
Linux 发行版讨论区 —— LinuxSir.cn
›
Debian Linux
›
请教:debian使用中键的问题
返回列表
查看:
647
|
回复:
3
请教:debian使用中键的问题
[复制链接]
zmq
zmq
当前离线
积分
168
IP卡
狗仔卡
发表于 2007-3-15 10:57:44
|
显示全部楼层
|
阅读模式
x22本本,装的debian
原来中键不能使用,就是按指点杆加中键不能滚屏
后来多方查找,弄得可以滚屏了
不过偶尔发现,现在按中键会把剪贴板里的东西给我粘贴到当前的输入窗口里两份,注意是两份
请问这是为什么?
回复
使用道具
举报
提升卡
置顶卡
沉默卡
喧嚣卡
变色卡
显身卡
zmq
zmq
当前离线
积分
168
IP卡
狗仔卡
楼主
|
发表于 2007-3-15 11:00:51
|
显示全部楼层
这是我的/etc/X11/xorg.conf文件,很多都是从网上摘抄的,大家帮忙看看有没有什么问题。谢谢了!
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/usr/share/fonts/wenquanyi/wqy-bitmapfont/"
EndSection
Section "Module"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Thinkpad Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
# 把指点杆 TrackPoint 虚拟成一只滚轮鼠
Section "InputDevice"
Identifier "Thinkpad Trackpoint"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/gpmdata"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "on"
Option "Emulate3Timout" "50"
Option "EmulateWheel" "on"
Option "EmulateWheelButton" "2"
EndSection
# 外接 USB 鼠标设备
Section "InputDevice"
Identifier "USB Optical Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Section "Device"
Identifier "ATI Technologies Inc Radeon Mobility M6 LY"
Driver "ati"
BusID "PCI:1:0:0"
VideoRam 8192
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "X22 LCD"
Option "DPMS"
HorizSync 30-70
VertRefresh 50-160
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc Radeon Mobility M6 LY"
Monitor "X22 LCD"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Thinkpad Keyboard"
InputDevice "Thinkpad Trackpoint"
InputDevice "USB Optical Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
复制代码
回复
支持
反对
使用道具
举报
显身卡
springwind426
springwind426
当前离线
积分
1779
IP卡
狗仔卡
发表于 2007-3-15 20:02:45
|
显示全部楼层
是不是因为反应太快。
我的USB鼠标,有时候用中键粘贴的时候,按的时间稍微长一点点,就会出粘贴几次,也不知该如何设置
回复
支持
反对
使用道具
举报
显身卡
zmq
zmq
当前离线
积分
168
IP卡
狗仔卡
楼主
|
发表于 2007-3-16 09:06:19
|
显示全部楼层
我试过很多次
长时间按,短时间按,按的应该没问题,就是粘贴了两份
现在还发现,在浏览网页时候用中键加指点杆滚屏,偶尔会自动粘贴一个怪怪的地址到地址栏并试图打开,然后报错
回复
支持
反对
使用道具
举报
显身卡
返回列表
高级模式
B
Color
Image
Link
Quote
Code
Smilies
您需要登录后才可以回帖
登录
|
注册
本版积分规则
发表回复
回帖后跳转到最后一页
浏览过的版块
SuSE Linux
Copyright © 2002-2023
LinuxSir.cn
(http://www.linuxsir.cn/) 版权所有 All Rights Reserved.
Powered by
RedflagLinux!
技术支持:
中科红旗
|
京ICP备19024520号
快速回复
返回顶部
返回列表