LinuxSir.cn,穿越时空的Linuxsir!

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

大家帮忙看看这个xorg.conf的设置,休眠后键盘,触摸版都没有反应。

[复制链接]
发表于 2009-6-16 22:22:01 | 显示全部楼层 |阅读模式
3d已经开启了,为什么下面的配置文件看起来这么怪了,刚从opensuse转过来。Dell 6400 Inspiron6400,现在的问题是系统休眠再启动后,只有ps/2鼠标有反应,键盘和触摸板都没有反应。这个怎么解决,是不是下面这个xorg的配置的问题??

显卡驱动采用non-free的源安装的
下面那个是默认采用aticonfig --initial 配置出来的,这个有什么问题么。怎么这么的精简!!
========
# glxinfo | grep direct
direct rendering: Yes
========
# glxinfo | grep OpenGL
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Mobility Radeon X1300
OpenGL version string: 2.1.8304 Release
OpenGL extensions:



############xorg.conf#####################
  1. # xorg.conf (X.Org 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 xorg.conf manual page.
  7. # (Type "man 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 "ServerLayout"
  17.         Identifier     "aticonfig Layout"
  18.         Screen      0  "aticonfig-Screen[0]-0" 0 0
  19. EndSection
  20. Section "Files"
  21. EndSection
  22. Section "Module"
  23. Load "fglrx"        #user add
  24. Load "dri"          #user add
  25. Load "glx"          #user add
  26. EndSection
  27. Section "InputDevice"
  28.         Identifier  "Generic Keyboard"
  29.         Driver      "kbd"
  30.         Option            "XkbRules" "xorg"
  31.         Option            "XkbModel" "pc104"
  32.         Option            "XkbLayout" "us"
  33. EndSection
  34. Section "InputDevice"
  35.         Identifier  "Configured Mouse"
  36.         Driver      "mouse"
  37. EndSection
  38. Section "Monitor"
  39.         Identifier   "Configured Monitor"
  40. EndSection
  41. Section "Monitor"
  42.         Identifier   "aticonfig-Monitor[0]-0"
  43.         Option            "VendorName" "ATI Proprietary Driver"
  44.         Option            "ModelName" "Generic Autodetecting Monitor"
  45.         Option            "DPMS" "true"
  46. EndSection
  47. Section "Device"
  48.         Identifier  "Configured Video Device"
  49. EndSection
  50. Section "Device"
  51.         Identifier  "aticonfig-Device[0]-0"
  52.         Driver      "fglrx"
  53.         BusID       "PCI:1:0:0"
  54. EndSection
  55. Section "Screen"
  56.         Identifier "Default Screen"
  57.         Monitor    "Configured Monitor"
  58. EndSection
  59. Section "Screen"
  60.         Identifier "aticonfig-Screen[0]-0"
  61.         Device     "aticonfig-Device[0]-0"
  62.         Monitor    "aticonfig-Monitor[0]-0"
  63.         DefaultDepth     24
  64.         SubSection "Display"
  65.                 Viewport   0 0
  66.                 Depth     24
  67.         EndSubSection
  68. EndSection
复制代码
####################end##########################
万恶的ATI,再买电脑不买A卡了 囧rz

是否需要自己配置下,例如写成下面这样的。

Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "rotocol"              "auto-dev"
        Option          "HorizScrollDelta"      "0"
EndSection
发表于 2009-6-17 09:24:59 | 显示全部楼层

这个和xorg应该没有关系吧?

这估计不是键盘鼠标的问题,电源管理的问题,是不是应该看看HAL之类的。
和你的WM设置应该也有关系。

况且,无论怎样您的A卡都是无辜的呀
回复 支持 反对

使用道具 举报

发表于 2009-6-17 09:25:29 | 显示全部楼层
xorg-server
xorg-xinit
xf86-input-evdev
xf86-input-synaptics
xf86-input-keyboard和xf86-input-mouse

先不要抱怨显卡问题 xorg.conf可以rm -r了 以上的都安装了吗?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-6-17 11:14:38 | 显示全部楼层
Post by yangfans;1998645
这估计不是键盘鼠标的问题,电源管理的问题,是不是应该看看HAL之类的。
和你的WM设置应该也有关系。

况且,无论怎样您的A卡都是无辜的呀


powernowd,hal,hibernate,powermgmt-base,pm-utils都装了。默认的gnome ,使用lenny stable,只是调节了下字体。

Post by gza633;1998647
xorg-server
xorg-xinit
xf86-input-evdev
xf86-input-synaptics
xf86-input-keyboard和xf86-input-mouse

先不要抱怨显卡问题 xorg.conf可以rm -r了 以上的都安装了吗?


这个xorg.conf好几个段有2个,似乎分别属于dxconfi和aticonfig添加的,有问题? 使用起来至少目前看还算正常。
您指的是xinit,xserver-xorg-input-evdev,xserver-xorg-input-kbd,xserver-xorg-input-mouse,xserver-xorg-input-synaptics,这几个包么?都装了,正常启动使用也没发现什么问题  和xfree86相关包几乎都是开发包和库文件,选择了cn99和一个台湾官方的源

我自己配了个xorg.conf ,但工作起来有问题,鼠标使用不对,进入桌面有提示nautilus不能能运行,把modules里面加载项目修改后,有几个也能进桌面,但有种种问题,还不如上面aticonfi配的运行良好。       帮忙看看怎么改


  1. # xorg.conf (X.Org 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 xorg.conf manual page.
  7. # (Type "man 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. EndSection

  18. Section "InputDevice"
  19.         Identifier  "Generic Keyboard"
  20.         Driver      "kbd"
  21.         Option            "XkbRules" "xorg"
  22.         Option            "XkbModel" "pc104"
  23.         Option            "XkbLayout" "us"
  24. EndSection

  25. Section "InputDevice"
  26.         Identifier  "Configured Mouse"
  27.         Driver      "mouse"
  28.         Option          "Device"                "/dev/input/mice"     #user add
  29.         Option          "Protocol"              "ImPS/2"              #
  30. #        Option          "Emulate3Buttons"       "true"                #
  31. EndSection

  32. Section "InputDevice"
  33.         Identifier      "Synaptics Touchpad"
  34.         Driver          "synaptics"
  35.         Option          "SendCoreEvents"        "true"
  36.         Option          "Device"                "/dev/psaux"
  37.         Option          "Protocol"              "auto-dev"
  38.         Option          "HorizScrollDelta"      "0"
  39. EndSection

  40. Section "Monitor"
  41.         Identifier   "aticonfig-Monitor[0]-0"
  42.         Option            "VendorName" "ATI Proprietary Driver"
  43.         Option            "ModelName" "Generic Autodetecting Monitor"
  44.         Option            "DPMS" "true"
  45. EndSection


  46. Section "Device"
  47.         Identifier  "aticonfig-Device[0]-0"
  48.         Driver      "fglrx"
  49.         BusID       "PCI:1:0:0"
  50.         Option   "XAANoOffscreenPixmaps"   "true"
  51.         Option      "DRI"     "true"
  52. EndSection

  53. Section "Screen"
  54.         Identifier "aticonfig-Screen[0]-0"
  55.         Device     "aticonfig-Device[0]-0"
  56.         Monitor    "aticonfig-Monitor[0]-0"
  57.         DefaultDepth     24
  58.         SubSection "Display"
  59. ##                Viewport   0 0
  60. ##                Depth     24
  61.                 Modes           "1280x800" "1024x768" "800x600"   #user add
  62.         EndSubSection
  63. EndSection

  64. Section "ServerLayout"
  65.         Identifier      "aticonfig Layout"
  66.         Screen          "aticonfig-Screen[0]-0"
  67.         InputDevice     "Generic Keyboard"
  68.         InputDevice     "Configured Mouse"
  69.         InputDevice     "Synaptics Touchpad"
  70.         Option "AIGLX" "True"
  71. EndSection

  72. Section "Module"

  73.                          #user add below
  74.         Load "fglrx"      
  75.         Load "dri"         
  76.         Load "glx"      
  77.         Load "i2c"
  78.         Load "bitmap"
  79.         Load "ddc"
  80.         Load "extmod"
  81.         Load "freetype"
  82.         Load "int10"
  83.         Load "vbe
  84. EndSection

  85. Section   "Extensions"                        #user add section
  86.    Option   "Composite"   "Enable"      
  87. EndSection

  88. Section "DRI"                                    #user add section
  89.          Group      "video"
  90.         Mode 0666
  91. EndSection


复制代码
回复 支持 反对

使用道具 举报

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

本版积分规则

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