amdgpu 驅動程式未在 Xubuntu 22.04 上載入

amdgpu 驅動程式未在 Xubuntu 22.04 上載入

經過性能突然下降和一些谷歌搜索後,我發現我的筆記型電腦沒有加載amdgpu驅動程式。我必須用 啟動nomodeset,否則筆記型電腦將無法啟動。

一些可能有用的信息:

$ sudo lshw -c video
  *-display UNCLAIMED       
       description: VGA compatible controller
       product: Picasso/Raven 2 [Radeon Vega Series / Radeon Vega Mobile Series]
       vendor: Advanced Micro Devices, Inc. [AMD/ATI]
       physical id: 0
       bus info: pci@0000:03:00.0
       version: c4
       width: 64 bits
       clock: 33MHz
       capabilities: pm pciexpress msi msix vga_controller bus_master cap_list
       configuration: latency=0
       resources: memory:e0000000-efffffff memory:f0000000-f01fffff ioport:e000(size=256) memory:fcc00000-fcc7ffff
  *-graphics
       product: EFI VGA
       physical id: 1
       logical name: /dev/fb0
       capabilities: fb
       configuration: depth=32 resolution=1920,1080
$ lspci -nn | grep -E 'VGA|Display'
03:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Picasso/Raven 2 [Radeon Vega Series / Radeon Vega Mobile Series] [1002:15d8] (rev c4)
$ lsmod | grep amdgpu
$ grep -E 'amdgpu|radeon' /etc/modprobe.d/*
/etc/modprobe.d/blacklist-framebuffer.conf:blacklist radeonfb

任何人都可以幫助我恢復使用它們嗎?

答案1

我剛剛在我的 HP Elitebook 745 G6 上解決了這個問題,它也有相同的問題。

我做了什麼:

  1. 刪除“nomodeset”。
  2. 在 BIOS 中,設定「傳統啟動停用和安全啟動啟用」。
  3. 刪除 Liquorix,它沒有安全啟動墊片。

sudo lshw -c video 確認我正在使用 amdgpu。

就是這樣。我不知道為什麼它有效,但它確實有效。從 745 輸入此回應:-)

相關內容