LinuxSir.cn,穿越时空的Linuxsir!

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

一个xorg问题求助

[复制链接]
发表于 2009-10-27 15:00:46 | 显示全部楼层 |阅读模式
Open ACPI failed (/var/run/acpid.socket) (No such file or directory),重要否,google了相关没发现什么有用的信息,由于没有影响到使用,所以一直拖了下来,今天想着重解决这个问题,特上来求助
  1. $ less /var/log/Xorg.0.log | grep WW
  2.         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  3. (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
  4. (WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB
  5. (WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to 0xd000000a
  6. (WW) intel(0): PP_STATUS before: on, ready, sequencing idle
  7. (WW) intel(0): PP_STATUS after: on, ready, sequencing on
  8. (WW) intel(0): Register 0x61110 (PORT_HOTPLUG_EN) changed from 0x00000000 to 0x00000120
  9. (WW) intel(0): Register 0x71024 (PIPEBSTAT) changed from 0x00000306 to 0x80000306
  10. (WW) intel(0): PIPEBSTAT before: status: VSYNC_INT_STATUS DLINE_COMPARE_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS
  11. (WW) intel(0): PIPEBSTAT after: status: FIFO_UNDERRUN VSYNC_INT_STATUS DLINE_COMPARE_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS
  12. (WW) intel(0): Register 0x321b (FBC_FENCE_OFF) changed from 0x80000000 to 0x00000000
  13. (WW) intel(0): ESR is 0x00000001
  14. (WW) intel(0): Existing errors found in hardware state.
复制代码

my xorg.conf
  1. Section "ServerLayout"
  2.         Identifier        "Xorg Configured"
  3.         Screen                0        "Screen0"        0        0
  4. #        InputDevice        "Keyboard0"                "CoreKeyboard"
  5. #        InputDevice        "USB Mouse"                "CorePointer"
  6. EndSection
  7. Section "ServerFlags"
  8.         Option                "AllowMouseOpenFail"        "False"
  9.         Option                "AutoAddDevices"        "true"
  10. EndSection
  11. Section "Files"
  12.         ModulePath        "/usr/lib/xorg/modules"
  13.         FontPath        "/usr/share/fonts/misc:unscaled"
  14.         FontPath        "/usr/share/fonts/misc"
  15.         FontPath        "/usr/share/fonts/75dpi:unscaled"
  16.         FontPath        "/usr/share/fonts/75dpi"
  17.         FontPath        "/usr/share/fonts/100dpi:unscaled"
  18.         FontPath        "/usr/share/fonts/100dpi"
  19. #        FontPath        "/usr/share/fonts/PEX"
  20. # Additional fonts: Locale, Gimp, TTF...
  21. #        FontPath        "/usr/share/fonts/cyrillic"
  22. #        FontPath        "/usr/share/lib/X11/fonts/latin2/75dpi"
  23. #        FontPath        "/usr/share/lib/X11/fonts/latin2/100dpi"
  24. # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
  25.         FontPath        "/usr/share/fonts/Type1"
  26. #        FontPath        "/usr/share/fonts/ttf/western"
  27. #        FontPath        "/usr/share/fonts/ttf/decoratives"
  28. #        FontPath        "/usr/share/fonts/truetype"
  29. #        FontPath        "/usr/share/fonts/truetype/openoffice"
  30. #        FontPath        "/usr/share/fonts/truetype/ttf-bitstream-vera"
  31. #        FontPath        "/usr/share/fonts/latex-ttf-fonts"
  32. #        FontPath        "/usr/share/fonts/defoma/CID"
  33. #        FontPath        "/usr/share/fonts/defoma/TrueType"
  34. EndSection
  35. Section "Module"
  36.         Load                "ddc"  # ddc probing of monitor
  37.         Load                "dbe"
  38.         Load                "dri"
  39. #        Load                "dpms"
  40.         Load                "extmod"
  41.         Load                "glx"
  42.         Load                "bitmap" # bitmap-fonts
  43. #        Load                "type1"
  44. #        Load                "freetype"
  45.         Load                "record"
  46.         Load                "synaptics"
  47. EndSection
  48. #Section "InputDevice"
  49. #        Identifier        "Keyboard0"
  50. #        Driver                "keyboard"
  51. #        Option                "CoreKeyboard"
  52. #        Option                "XkbRules"        "xorg"
  53. #        Option                "XkbModel"        "pc105"
  54. #        Option                "XkbLayout"        "us"
  55. #        Option                "XkbVariant"        ""
  56. #EndSection
  57. #Section "InputDevice"
  58. #        Identifier        "Serial Mouse"
  59. #        Driver                "mouse"
  60. #        Option                "Protocol" "Microsoft"
  61. #        Option                "Device" "/dev/ttyS0"
  62. #        Option                "Emulate3Buttons" "true"
  63. #        Option                "Emulate3Timeout" "70"
  64. #        Option                "SendCoreEvents"  "true"
  65. #EndSection
  66. #Section "InputDevice"
  67. #        Identifier        "USB Mouse"
  68. #        Driver                "mouse"
  69. #        Option                "Device"                "/dev/input/mice"
  70. #        Option                "SendCoreEvents"        "true"
  71. #        Option                "Protocol"                "IMPS/2"
  72. #        Option                "ZAxisMapping"                "4 5"
  73. #        Option                "Buttons"                "5"
  74. #EndSection
  75. Section "Monitor"
  76.         Identifier        "Monitor0"
  77. #        Option                "DPMS"        "true"
  78.         HorizSync        60.0
  79. #        Modeline        "1366x768"   75.44  1366 1397 1462 1560  768 772 784 806 -hsync -vsync
  80.         Modeline        "1368x768_60.00"  85.86  1368 1440 1584 1800  768 769 772 795  -HSync +Vsync
  81. EndSection
  82. Section "Device"
  83.         Identifier        "Intel"
  84.         Driver                "intel"
  85. #        Option        "DRI"                                "True"
  86. #        Option        "NoDDC"                        "True"
  87. #        Option        "XAANoOffscreenPixmaps"        "True"
  88. #        Option        "EnablePageFlip"                "True"
  89. #        Option        "RenderAccel"                "True"
  90. #        Option        "AccelMethod"                "XAA"
  91. #        Option                "UseEdidDpi"        "false"
  92. #        Option                "DPI"                "82 x 82"
  93. #        Option                "monitor-LVDS"        "bar"
  94. #        VendorName        "All"
  95. #        BoardName        "All"
  96. EndSection
  97. Section "Screen"
  98.         Identifier        "Screen0"
  99.         Device                "Card0"
  100.         Monitor                "Monitor0"
  101.         DefaultColorDepth        24
  102.         SubSection        "1368x768_60.00"
  103.                 Depth        24
  104.                 Modes        "1368x768_60.00"
  105.         EndSubSection
  106. EndSection
  107. #Section        "DRI"
  108. #        Mode                0666
  109. #EndSection
  110. #Section        "Extensions"
  111. #        Option        "Composite"        "Enable"
  112. #EndSection
复制代码

and
  1. $ lspci | grep VGA
  2. 00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 09)
复制代码
  1. $ glxinfo | grep render
  2. direct rendering: Yes
  3. OpenGL renderer string: Mesa DRI Mobile Intel® GM45 Express Chipset GEM 20090712 2009Q2 RC3
复制代码

这个fps值非常的低
  1. $ glxgears
  2. 2188 frames in 5.0 seconds = 437.424 FPS
  3. 2182 frames in 5.0 seconds = 436.298 FPS
  4. 2217 frames in 5.0 seconds = 443.271 FPS
  5. 2108 frames in 5.0 seconds = 421.588 FPS
  6. 2198 frames in 5.0 seconds = 439.403 FPS
复制代码
Intel GMA X4500显示芯片的集成卡,不应该这么低
发表于 2009-10-27 18:38:43 | 显示全部楼层
启动acpi服务了?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-10-27 19:07:52 | 显示全部楼层
to jarryson
启动了
回复 支持 反对

使用道具 举报

发表于 2009-10-27 21:17:18 | 显示全部楼层
Open ACPI failed (/var/run/acpid.socket) (No such file or directory)

這個是哪裡的輸出?
回复 支持 反对

使用道具 举报

发表于 2009-10-27 21:33:23 | 显示全部楼层
你重启acpid服务是不是正常的?我这里有这个文件,虽然不知道是不是acpid生成的
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-10-27 21:54:40 | 显示全部楼层
to coderoar
$ less /var/log/Xorg.0.log | grep WW
to jarryson
晚上重新装了下acpid,正常了.....
这个问题弄的我莫名其妙....
回复 支持 反对

使用道具 举报

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

本版积分规则

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