QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 4779|回复: 4

笔记本电脑Xorg问题

[复制链接]
发表于 2010-12-17 13:02:07 | 显示全部楼层 |阅读模式
我的笔记本电脑的型号是thinkpad SL410K,在命令行下输入Xorg &进入X视窗系统,一切都很正常,虽然屏幕全都是黑黑的一片,但我知道那是X运行之后产生的一个根视窗。
    之后按ctrl+alt+f1返回到虚拟控制台,xterm -display :0连接过去,按alt+f7切换回视窗,用笔记本的触摸板鼠标操作一下,可以在屏幕上左右上下移动,但是一松开手就不行了,鼠标并不停留在原位置,而是自动往屏幕左边移动,你把它移到中间来,它有自己跑回屏幕左边。请问只是什么回事?
发表于 2010-12-17 13:46:45 | 显示全部楼层
………………

[ 本帖最后由 panpanpdj 于 2010-12-17 21:05 编辑 ]
回复

使用道具 举报

发表于 2010-12-17 14:15:41 | 显示全部楼层
触摸板驱动?
楼上没那技术就不要说别人了。你可以去水园看看我的计算机配置。
回复

使用道具 举报

 楼主| 发表于 2010-12-19 09:38:37 | 显示全部楼层
原帖由 jiangtao9999 于 2010-12-17 14:15 发表
触摸板驱动?
楼上没那技术就不要说别人了。你可以去水园看看我的计算机配置。

    不是,触摸板可以控制鼠标的光标在屏幕上移动了,但是你松手之后光标就总是向屏幕的左下角或者是左上角靠,移到中间来它又靠回去。不过我接一个USB接口的鼠标上去,就很正常,不会左晃右晃的。

  1. Section "ServerLayout"
  2.         Identifier     "X.org Configured"
  3.         Screen      0  "Screen0" 0 0
  4.         InputDevice    "Mouse0" "CorePointer"
  5.         InputDevice    "Keyboard0" "CoreKeyboard"
  6. EndSection

  7. Section "Files"
  8.         ModulePath   "/usr/lib/xorg/modules"
  9.         FontPath     "/usr/share/fonts/misc/"
  10.         FontPath     "/usr/share/fonts/TTF/"
  11.         FontPath     "/usr/share/fonts/OTF/"
  12.         FontPath     "/usr/share/fonts/Type1/"
  13.         FontPath     "/usr/share/fonts/100dpi/"
  14.         FontPath     "/usr/share/fonts/75dpi/"
  15. EndSection

  16. Section "Module"
  17.         Load  "dri"
  18.         Load  "record"
  19.         Load  "dbe"
  20.         Load  "dri2"
  21.         Load  "glx"
  22.         Load  "extmod"
  23. EndSection

  24. Section "InputDevice"
  25.         Identifier  "Keyboard0"
  26.         Driver      "kbd"
  27. EndSection

  28. Section "InputDevice"
  29.         Identifier  "Mouse0"
  30.         Driver      "mouse"
  31.         Option            "Protocol" "auto"
  32.         Option            "Device" "/dev/input/mice"
  33.         Option            "ZAxisMapping" "4 5 6 7"
  34. EndSection

  35. Section "Monitor"
  36.         Identifier   "Monitor0"
  37.         VendorName   "Monitor Vendor"
  38.         ModelName    "Monitor Model"
  39. EndSection

  40. Section "Device"
  41.         ### Available Driver options are:-
  42.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  43.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  44.         ### <percent>: "<f>%"
  45.         ### [arg]: arg optional
  46.         #Option     "AccelMethod"                # [<str>]
  47.         #Option     "DRI"                        # [<bool>]
  48.         #Option     "ColorKey"                   # <i>
  49.         #Option     "VideoKey"                   # <i>
  50.         #Option     "FallbackDebug"              # [<bool>]
  51.         #Option     "Tiling"                     # [<bool>]
  52.         #Option     "Shadow"                     # [<bool>]
  53.         #Option     "SwapbuffersWait"            # [<bool>]
  54.         #Option     "XvMC"                       # [<bool>]
  55.         #Option     "XvPreferOverlay"            # [<bool>]
  56.         #Option     "DebugFlushBatches"          # [<bool>]
  57.         #Option     "DebugFlushCaches"           # [<bool>]
  58.         #Option     "DebugWait"                  # [<bool>]
  59.         Identifier  "Card0"
  60.         Driver      "intel"
  61.         BusID       "PCI:0:2:0"
  62. EndSection

  63. Section "Screen"
  64.         Identifier "Screen0"
  65.         Device     "Card0"
  66.         Monitor    "Monitor0"
  67.         SubSection "Display"
  68.                 Viewport   0 0
  69.                 Depth     1
  70.         EndSubSection
  71.         SubSection "Display"
  72.                 Viewport   0 0
  73.                 Depth     4
  74.         EndSubSection
  75.         SubSection "Display"
  76.                 Viewport   0 0
  77.                 Depth     8
  78.         EndSubSection
  79.         SubSection "Display"
  80.                 Viewport   0 0
  81.                 Depth     15
  82.         EndSubSection
  83.         SubSection "Display"
  84.                 Viewport   0 0
  85.                 Depth     16
  86.         EndSubSection
  87.         SubSection "Display"
  88.                 Viewport   0 0
  89.                 Depth     24
  90.         EndSubSection
  91. EndSection
复制代码

[ 本帖最后由 roofers 于 2010-12-19 10:57 编辑 ]
回复

使用道具 举报

发表于 2010-12-19 12:42:17 | 显示全部楼层
evdev驱动装了么?现在xorg不用配置文件会自动识别,所以遇到问题先用自动识别驱动,现在能用的驱动很多,不停的换驱动找支持的能用的驱动。触摸板的驱动和鼠标我记得不是一个。
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-4-25 08:23 , Processed in 0.049245 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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