LinuxSir.cn,穿越时空的Linuxsir!

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

请教:debian使用中键的问题

[复制链接]
发表于 2007-3-15 10:57:44 | 显示全部楼层 |阅读模式
x22本本,装的debian
原来中键不能使用,就是按指点杆加中键不能滚屏
后来多方查找,弄得可以滚屏了

不过偶尔发现,现在按中键会把剪贴板里的东西给我粘贴到当前的输入窗口里两份,注意是两份

请问这是为什么?
 楼主| 发表于 2007-3-15 11:00:51 | 显示全部楼层
这是我的/etc/X11/xorg.conf文件,很多都是从网上摘抄的,大家帮忙看看有没有什么问题。谢谢了!


  1. # /etc/X11/xorg.conf (xorg X Window System server configuration file)
  2. #
  3. # This file was generated by dexconf, the Debian X Configuration tool, using
  4. # values from the debconf database.
  5. #
  6. # Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
  7. # (Type "man /etc/X11/xorg.conf" at the shell prompt.)
  8. #
  9. # This file is automatically updated on xserver-xorg package upgrades *only*
  10. # if it has not been modified since the last upgrade of the xserver-xorg
  11. # package.
  12. #
  13. # If you have edited this file but would like it to be automatically updated
  14. # again, run the following command:
  15. #   sudo dpkg-reconfigure -phigh xserver-xorg

  16. Section "Files"
  17.         FontPath        "/usr/share/fonts/X11/misc"
  18.         FontPath        "/usr/X11R6/lib/X11/fonts/misc"
  19.         FontPath        "/usr/share/fonts/X11/cyrillic"
  20.         FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
  21.         FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
  22.         FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
  23.         FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
  24.         FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
  25.         FontPath        "/usr/share/fonts/X11/Type1"
  26.         FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
  27.         FontPath        "/usr/share/fonts/X11/100dpi"
  28.         FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
  29.         FontPath        "/usr/share/fonts/X11/75dpi"
  30.         FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
  31.         # path to defoma fonts
  32.         FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  33.         FontPath        "/usr/share/fonts/wenquanyi/wqy-bitmapfont/"
  34. EndSection

  35. Section "Module"
  36.         Load        "bitmap"
  37.         Load        "ddc"
  38.         Load        "dri"
  39.         Load        "extmod"
  40.         Load        "freetype"
  41.         Load        "glx"
  42.         Load        "int10"
  43.         Load        "vbe"
  44. EndSection

  45. Section "InputDevice"
  46.         Identifier      "Thinkpad Keyboard"
  47.         Driver          "keyboard"
  48.         Option          "CoreKeyboard"
  49.         Option          "XkbRules"      "xfree86"
  50.         Option          "XkbModel"      "pc104"
  51.         Option          "XkbLayout"     "us"
  52. EndSection

  53. # 把指点杆 TrackPoint 虚拟成一只滚轮鼠
  54. Section "InputDevice"
  55.         Identifier      "Thinkpad Trackpoint"
  56.         Driver          "mouse"
  57.         Option          "CorePointer"
  58.         Option          "Device"                "/dev/gpmdata"
  59.         Option          "Protocol"              "PS/2"
  60.         Option          "Emulate3Buttons"       "on"
  61.         Option          "Emulate3Timout"        "50"
  62.         Option          "EmulateWheel"          "on"
  63.         Option          "EmulateWheelButton"    "2"
  64. EndSection

  65. # 外接 USB 鼠标设备
  66. Section "InputDevice"
  67.         Identifier      "USB Optical Mouse"
  68.         Driver          "mouse"
  69.         Option          "SendCoreEvents"        "true"
  70.         Option          "Device"                "/dev/input/mice"
  71.         Option          "Protocol"              "ImPS/2"
  72.         Option          "Emulate3Buttons"       "true"
  73.         Option          "ZAxisMapping"          "4 5"
  74. EndSection

  75. Section "InputDevice"
  76.         Identifier        "Synaptics Touchpad"
  77.         Driver                "synaptics"
  78.         Option                "SendCoreEvents"        "true"
  79.         Option                "Device"                "/dev/psaux"
  80.         Option                "Protocol"                "auto-dev"
  81.         Option                "HorizScrollDelta"        "0"
  82. EndSection

  83. Section "Device"
  84.         Identifier        "ATI Technologies Inc Radeon Mobility M6 LY"
  85.         Driver                "ati"
  86.         BusID                "PCI:1:0:0"
  87.         VideoRam        8192
  88.         Option                "UseFBDev"                "true"
  89. EndSection

  90. Section "Monitor"
  91.         Identifier        "X22 LCD"
  92.         Option                "DPMS"
  93.         HorizSync        30-70
  94.         VertRefresh        50-160
  95. EndSection

  96. Section "Screen"
  97.         Identifier        "Default Screen"
  98.         Device                "ATI Technologies Inc Radeon Mobility M6 LY"
  99.         Monitor                "X22 LCD"
  100.         DefaultDepth        24
  101.         SubSection "Display"
  102.                 Depth                1
  103.                 Modes                "1024x768"
  104.         EndSubSection
  105.         SubSection "Display"
  106.                 Depth                4
  107.                 Modes                "1024x768"
  108.         EndSubSection
  109.         SubSection "Display"
  110.                 Depth                8
  111.                 Modes                "1024x768"
  112.         EndSubSection
  113.         SubSection "Display"
  114.                 Depth                15
  115.                 Modes                "1024x768"
  116.         EndSubSection
  117.         SubSection "Display"
  118.                 Depth                16
  119.                 Modes                "1024x768"
  120.         EndSubSection
  121.         SubSection "Display"
  122.                 Depth                24
  123.                 Modes                "1024x768"
  124.         EndSubSection
  125. EndSection

  126. Section "ServerLayout"
  127.         Identifier      "Default Layout"
  128.         Screen          "Default Screen"
  129.         InputDevice     "Thinkpad Keyboard"
  130.         InputDevice     "Thinkpad Trackpoint"
  131.         InputDevice     "USB Optical Mouse"
  132. EndSection

  133. Section "DRI"
  134.         Mode        0666
  135. EndSection

复制代码
回复 支持 反对

使用道具 举报

发表于 2007-3-15 20:02:45 | 显示全部楼层
是不是因为反应太快。

我的USB鼠标,有时候用中键粘贴的时候,按的时间稍微长一点点,就会出粘贴几次,也不知该如何设置
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-3-16 09:06:19 | 显示全部楼层
我试过很多次
长时间按,短时间按,按的应该没问题,就是粘贴了两份

现在还发现,在浏览网页时候用中键加指点杆滚屏,偶尔会自动粘贴一个怪怪的地址到地址栏并试图打开,然后报错
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

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