LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: wd_afei

xorg-server 1.6.0 in testing

[复制链接]
发表于 2009-3-3 16:52:05 | 显示全部楼层
Post by leeight;1955692
更新了一下xorg-server 1.6,发现键盘,鼠标不能用了
又降级回来了。是什么问题导致的呢?

我的xorg.conf是


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

  7. Section "Files"

  8.     #RgbPath         "/usr/lib/X11/rgb"
  9.     FontPath        "/usr/share/fonts/75dpi/:unscaled"
  10.     FontPath        "/usr/share/fonts/75dpi"
  11.     FontPath        "/usr/share/fonts/100dpi/:unscaled"
  12.     FontPath        "/usr/share/fonts/100dpi"
  13.     FontPath        "/usr/share/fonts/cyrillic"
  14.     FontPath        "/usr/share/fonts/TTF"
  15.     FontPath        "/usr/share/fonts/encodings"
  16.     FontPath        "/usr/share/fonts/wqy-bitmapfont"
  17.     FontPath        "/usr/share/fonts/wenquanyi/wqy-zenhei"
  18.     FontPath        "/usr/X11R6/lib/X11/fonts/TrueType"
  19. EndSection

  20. Section "Module"
  21.     Load           "dbe"
  22.     Load           "extmod"
  23.     #Load           "type1"
  24.     Load           "freetype"
  25.     Load           "glx"
  26. EndSection

  27. Section "ServerFlags"
  28.     Option         "AutoAddDevices" "false"
  29.     Option         "Xinerama" "0"
  30.     Option         "DontZap" "false"
  31.     Option         "AllowEmptyInput" "false"
  32. EndSection

  33. Section "InputDevice"

  34.     # generated from default
  35.     Identifier     "Mouse0"
  36.     Driver         "mouse"
  37.     Option         "Protocol" "auto"
  38.     Option         "Device" "/dev/psaux"
  39.     Option         "Emulate3Buttons" "no"
  40.     Option         "ZAxisMapping" "4 5"
  41. EndSection

  42. Section "InputDevice"

  43.     # generated from default
  44.     Identifier     "Keyboard0"
  45.     Driver         "keyboard"
  46. EndSection

  47. Section "Monitor"

  48.     #DisplaySize     301    192
  49.     Identifier     "Monitor0"
  50.     VendorName     "Unknown"
  51.     ModelName      "HP L2208w"
  52.     DisplaySize     336    210
  53.     HorizSync       24.0 - 83.0
  54.     VertRefresh     50.0 - 76.0
  55.     Option         "DPMS"
  56. EndSection

  57. Section "Device"

  58.     # level 0x1 = highest
  59.     # level 0x2 = med
  60.     # level 0x3 = lowest
  61.     Identifier     "Device0"
  62.     Driver         "nvidia"
  63.     VendorName     "NVIDIA Corporation"
  64.     BoardName      "Quadro NVS 140M"
  65.     Option         "ConnectedMonitor" "LCD"
  66.     #Option         "BackingStore" "True"
  67.     #Option         "OnDemandVBlankInterrupts" "True"
  68.     #force Powermizer to a certain level at all times
  69.     #Option         "RegistryDwords" "PowerMizerLevelAC=0x3"
  70.     #Option         "PixmapCacheSize" "300000"
  71.     Option         "AddARGBGLXVisuals" "True"
  72.     Option         "AccelMethod" "XAA"
  73.     #Option         "XAANoOffscreenPixmaps" "True"
  74.     #Option         "TripleBuffer" "True"# Experimental
  75.     Option         "AllowGLXWithComposite" "True"
  76. EndSection

  77. Section "Screen"
  78.     Identifier     "Screen0"
  79.     Device         "Device0"
  80.     Monitor        "Monitor0"
  81.     DefaultDepth    24
  82.     Option         "AllowSHMPixmaps" "0"
  83.     Option         "TwinView" "1"
  84.     Option         "TwinViewXineramaInfoOrder" "DFP-0"
  85.     Option         "metamodes" "CRT: 1680x1050 +0+0, DFP: nvidia-auto-select +1680+0"
  86.     SubSection     "Display"
  87.         Depth       24
  88.     EndSubSection
  89. EndSection

  90. Section "Extensions"
  91.     Option         "Composite" "True"
  92. EndSection

复制代码


唉...又是这个老问题.

安装xf86-input-evdev.打开hal...xorg.conf里的键盘和鼠标配置项全都可以去掉
回复 支持 反对

使用道具 举报

发表于 2009-3-3 18:37:19 | 显示全部楼层
Post by zhong;1955707
唉...又是这个老问题.

安装xf86-input-evdev.打开hal...xorg.conf里的键盘和鼠标配置项全都可以去掉

安装了,但是X起不来,又回去了
回复 支持 反对

使用道具 举报

发表于 2009-3-3 19:10:51 | 显示全部楼层
Post by bingyuan;1955753
安装了,但是X起不来,又回去了


提示什么错误?
回复 支持 反对

使用道具 举报

发表于 2009-3-3 19:24:52 | 显示全部楼层
Post by zhong;1955772
提示什么错误?
找不到freetype,键盘,鼠标模块,安装了xf86-input-evdev,但没有打开hal。我只是安装了
xorg-server和xf86-input-evdev,应该把nvidia的包甚至整个系统一起升级吗?
回复 支持 反对

使用道具 举报

发表于 2009-3-3 19:31:37 | 显示全部楼层
Post by bingyuan;1955785
找不到freetype,键盘,鼠标模块,安装了xf86-input-evdev,但没有打开hal。我只是安装了
xorg-server和xf86-input-evdev,应该把nvidia的包甚至整个系统一起升级吗?


晕....怪不得有问题....当然要把xorg部份的包也升级了啊.
回复 支持 反对

使用道具 举报

发表于 2009-3-3 20:18:18 | 显示全部楼层
Post by zhong;1955790
晕....怪不得有问题....当然要把xorg部份的包也升级了啊.

多谢指点,升级成功。
回复 支持 反对

使用道具 举报

发表于 2009-3-4 19:35:13 | 显示全部楼层
感觉没有什么变化啊。。。升级以后

说drm2可以解决什么和compiz一起3D有些闪得问题?googleearth仍然*出框会闪。glxgears拖动也是无内容。。
回复 支持 反对

使用道具 举报

发表于 2009-3-4 19:49:55 | 显示全部楼层
Post by jarryson;1956260
感觉没有什么变化啊。。。升级以后

说drm2可以解决什么和compiz一起3D有些闪得问题?googleearth仍然*出框会闪。glxgears拖动也是无内容。。

还不是很完善吧,内核也没升,起不到什么作用。
回复 支持 反对

使用道具 举报

发表于 2009-3-4 21:45:33 | 显示全部楼层
dri2需要uxa,开启后glgears在compiz下可拖动,可scale。
另外换uxa后字体的显示效果比exa好多了^^
遗憾的是升级之后X在一天内锁死了两次,每次都得拔电源。。。
回复 支持 反对

使用道具 举报

发表于 2009-3-4 21:54:07 | 显示全部楼层
内核已经出晚了。
回复 支持 反对

使用道具 举报

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

本版积分规则

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