|
Open ACPI failed (/var/run/acpid.socket) (No such file or directory),重要否,google了相关没发现什么有用的信息,由于没有影响到使用,所以一直拖了下来,今天想着重解决这个问题,特上来求助- $ less /var/log/Xorg.0.log | grep WW
- (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
- (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
- (WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB
- (WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to 0xd000000a
- (WW) intel(0): PP_STATUS before: on, ready, sequencing idle
- (WW) intel(0): PP_STATUS after: on, ready, sequencing on
- (WW) intel(0): Register 0x61110 (PORT_HOTPLUG_EN) changed from 0x00000000 to 0x00000120
- (WW) intel(0): Register 0x71024 (PIPEBSTAT) changed from 0x00000306 to 0x80000306
- (WW) intel(0): PIPEBSTAT before: status: VSYNC_INT_STATUS DLINE_COMPARE_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS
- (WW) intel(0): PIPEBSTAT after: status: FIFO_UNDERRUN VSYNC_INT_STATUS DLINE_COMPARE_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS
- (WW) intel(0): Register 0x321b (FBC_FENCE_OFF) changed from 0x80000000 to 0x00000000
- (WW) intel(0): ESR is 0x00000001
- (WW) intel(0): Existing errors found in hardware state.
复制代码
my xorg.conf
and- $ lspci | grep VGA
- 00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 09)
复制代码- $ glxinfo | grep render
- direct rendering: Yes
- OpenGL renderer string: Mesa DRI Mobile Intel® GM45 Express Chipset GEM 20090712 2009Q2 RC3
复制代码
这个fps值非常的低- $ glxgears
- 2188 frames in 5.0 seconds = 437.424 FPS
- 2182 frames in 5.0 seconds = 436.298 FPS
- 2217 frames in 5.0 seconds = 443.271 FPS
- 2108 frames in 5.0 seconds = 421.588 FPS
- 2198 frames in 5.0 seconds = 439.403 FPS
复制代码 Intel GMA X4500显示芯片的集成卡,不应该这么低 |
|