Announcement

Collapse
No announcement yet.

amdgpu bios version

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • amdgpu bios version

    Hi there,

    is dmesg | grep amdgpu | grep -i bios the right way to find out, what BIOS version is being used for the GPU?

    Which in my case would be

    Code:
    # dmesg | grep amdgpu | grep -i bios
    [    9.644660] amdgpu 0000:05:00.0: amdgpu: Fetched VBIOS from VFCT
    [    9.644675] amdgpu: ATOM BIOS: 113-RAVEN-107​
    Thanks
    Last edited by Fernseher; 05 April 2023, 05:40 PM.

  • #2
    To determine what video card is installed in the system, run the following in terminal (ctrl+alt+t): x trench run
    • $ lspci -k | grep -EA2 'VGA|3D'

    Comment


    • #3
      Yes, the command "dmesg | grep amdgpu | grep -i bios" is a common way to find out the BIOS version being used for an AMD GPU in a Linux system.

      In your case, the output of the command indicates that the BIOS version for your AMD GPU is "113-RAVEN-107."​

      Comment

      Working...
      X