Xubuntu 22.04에서 amdgpu 드라이버가 로드되지 않습니다.

Xubuntu 22.04에서 amdgpu 드라이버가 로드되지 않습니다.

갑자기 성능이 떨어지고 인터넷 검색을 한 후에 랩탑에 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에서 이 응답을 입력합니다 :-)

관련 정보