パックマンを介してNvidiaドライバをインストールした後、EndeavourOSがランダムに遅延します。

パックマンを介してNvidiaドライバをインストールした後、EndeavourOSがランダムに遅延します。

私はカーネルバージョン5.13.13.arch1-1がインストールされているLenovo Ideapad 3 15arh05でEndeavorOSを使用しています。

pacman -Syy最近システムを更新し、-SyuNVIDIAドライバをインストールしましたpacman -S nvidia。システムは時々ランダムに完全に停止します。

いくつかのkworkerプロセスが突然上部に現れ、ほぼ常にCPUの100%を占め、次のdmesgメッセージが表示されます。journalctl

[ 2194.247872] eno1: io_base_l = 0xffff, should be 0x3001 
               .
[ 2194.247877] eno1: mem_base_l = 0xffff, should be 0x4004 
               .
[ 2194.247880] eno1: mem_base_h = 0xffff, should be 0xc370 
               .
[ 2194.247884] eno1: resv_0x1c_l = 0xffff, should be 0x0000 
               .
[ 2194.247887] eno1: resv_0x1c_h = 0xffff, should be 0x0000 
               .
[ 2194.247891] eno1: resv_0x20_l = 0xffff, should be 0x0004 
               .
[ 2194.247895] eno1: resv_0x20_h = 0xffff, should be 0xc370 
               .
[ 2194.247898] eno1: resv_0x24_l = 0xffff, should be 0x0000 
               .
[ 2194.247901] eno1: resv_0x24_h = 0xffff, should be 0x0000 
               .
[ 2194.247905] eno1: ilr = 0xff, should be 0x04 
               .
[ 2194.247908] eno1: resv_0x2c_l = 0xffff, should be 0x17aa 
               .
[ 2194.247912] eno1: resv_0x2c_h = 0xffff, should be 0x38f7 
               .
[ 2194.248038] eno1: pci_sn_l = 0xffffffff, should be 0x684ce000 
               .
[ 2194.249247] eno1: pci_sn_h = 0xffffffff, should be 0x01000000 
               .

私の考えでは、これがネットワーク管理者に関連しているようですが、

[ 2153.504278] [drm:amdgpu_dm_atomic_commit_tail [amdgpu]] *ERROR* Waiting for fences timed out!

この問題を解決するにはどうすればよいですか?

ベストアンサー1

対応するエラー( "[drm:amdgpu_dm_atomic_commit_tail [amdgpu]]間違いフェンスがタイムアウトするのを待っています! ")がamdgpu開発者に報告されました:https://gitlab.freedesktop.org/drm/amd/-/issues/934

おすすめ記事