web-dev-qa-db-ja.com

Ubuntuは19.04へのアップグレード後に遅くなります

Ubuntu 19.04にアップグレードしましたが、何らかの理由でシステムが遅くなっています。ファイルを開いたり、アプリケーションで画面を開いたりするには、マウスをドラッグして画面上のファイルを選択するだけでも時間がかかります。 1秒程度かもしれませんが、目立ちます。18.10ではすべて問題なかったので、なぜそれが起こっているのか知りたいのですが。

CPUは通常よりも余分に動作していません。 8 GBのRAM、AMD A12-9720、AMD Radeon r7 ...宇宙で最速のコンピューターではありませんが、それでも私のPCがUbuntuを処理できない可能性はありますか?

dmesg|grep -i error:  

prt sc of error code

glxinfo -B:
name of display: :0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: X.Org (0x1002)
    Device: AMD Radeon R7 Graphics (CARRIZO, DRM 3.27.0, 5.0.0-13-generic, LLVM 8.0.0) (0x9874)
    Version: 19.0.2
    Accelerated: yes
    Video memory: 512MB
    Unified memory: no
    Preferred profile: core (0x1)
    Max core profile version: 4.5
    Max compat profile version: 4.5
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
Memory info (GL_ATI_meminfo):
    VBO free memory - total: 145 MB, largest block: 145 MB
    VBO free aux. memory - total: 3038 MB, largest block: 3038 MB
    Texture free memory - total: 145 MB, largest block: 145 MB
    Texture free aux. memory - total: 3038 MB, largest block: 3038 MB
    Renderbuffer free memory - total: 145 MB, largest block: 145 MB
    Renderbuffer free aux. memory - total: 3038 MB, largest block: 3038 MB
Memory info (GL_NVX_gpu_memory_info):
    Dedicated video memory: 512 MB
    Total available memory: 3584 MB
    Currently available dedicated video memory: 145 MB
OpenGL vendor string: X.Org
OpenGL renderer string: AMD Radeon R7 Graphics (CARRIZO, DRM 3.27.0, 5.0.0-13-generic, LLVM 8.0.0)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 19.0.2
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.5 (Compatibility Profile) Mesa 19.0.2
OpenGL shading language version string: 4.50
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 19.0.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
1
Jozef

あなたのマシンには、Ubuntu 19.04をスムーズに実行するのに十分なリソースがあります。

おそらく、アップグレード中に何かが無効にされたに違いないと思いますが、おそらくAMDの公式ドライバーでしょうか?

[追加ドライバー]タブの[ソフトウェアソース]に移動すると、インストールが必要なものがあるかどうかが表示されます。

1
fmo