Ubuntu 12.04を使用しています。
何週間もの間、XorgとCompizがCPU使用率の限界に頻繁に近づいている原因を突き止めようとしてきました。基本的に、通常の使用中、両方のプロセスは、CPUをほとんど使用しないか、CPU全体を使用するかによって変動します。
少し調べてみたところ、メモリリークの可能性がありますが、完全にはわかりません。誰がこの問題の原因を知っており、どのように修正することができますか?
ATI Mobility Radeon 5400を使用しています。
$ lspci | grep VGA
01:05.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RS880M [Mobility Radeon HD 4200 Series]
02:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Manhattan [Mobility Radeon HD 5400 Series]
$ glxinfo | grep render
direct rendering: Yes
OpenGL renderer string: Gallium 0.4 on AMD RS880
GL_NV_conditional_render, GL_AMD_conservative_depth,
- 内容
/var/log/Xorg.0.log
- http://pastebin.com/684ENKET
また、統一サポートテストも役立ちます。ソフトウェアレンダリングがアクティブであることを示すと思います。
—
ダナテラ
奇妙なことに、Skypeの実行中に私のxorgとcompizの使用が失敗しました。skype自体は継続的な2%を使用し、
—
-tibi
lspci | grep VGA
、glxinfo | grep render
そして、あなたのコンテンツを/var/log/Xorg.0.log
。