Which AMD Driver am i using?

36,456

dpkg indicates that the drivers were installed, but lshw says you are using the old drivers.

using apt purge your original drivers. then reinstall the pro drivers.

finally reboot for the change to take effect.

Share:
36,456

Related videos on Youtube

Eddie55
Author by

Eddie55

Updated on September 18, 2022

Comments

  • Eddie55
    Eddie55 over 1 year

    I am running Ubuntu Mate 17.04 and have a RX580 Video Card.

    I tried to install amdgpu-pro drivers using the following website which seems to install without any problems.

    http://support.amd.com/en-us/kb-articles/Pages/AMDGPU-PRO-Install.aspx

    I am trying to figure out if the driver is actually working or not and found 2 different commands but they give me different values


    dpkg -l amdgpu-pro
    

    shows amdgpu-pro


    sudo lshw -c video
    

    shows driver=amdgpu


    So am I using the amdgpu or the amdgpu-pro?

    dpkg -l amdgpu-pro
    
    Desired=Unknown/Install/Remove/Purge/Hold
    | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
    |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
    ||/ Name           Version      Architecture Description
    +++-==============-============-============-=================================
    ii  amdgpu-pro     17.10-414273 amd64        Meta package to install amdgpu Pr
    

    sudo lshw -c video
    
        *-display                 
           description: VGA compatible controller
           product: Ellesmere [Radeon RX 470/480]
           vendor: Advanced Micro Devices, Inc. [AMD/ATI]
           physical id: 0
           bus info: pci@0000:01:00.0
           version: e7
           width: 64 bits
           clock: 33MHz
           capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
           configuration: driver=amdgpu latency=0
           resources: irq:29 memory:d0000000-dfffffff memory:cfe00000-cfffffff ioport:c000(size=256) memory:f9f80000-f9fbffff memory:c0000-dffff
    

    Thanks in Advance Eddie

  • Eddie55
    Eddie55 almost 7 years
    Thank you for your reply... i have been reading a bunch and apparently the open source amdgpu drivers with mesa are very competitive so i am just going to stick with that for now
  • Marc Compere
    Marc Compere over 3 years
    I didn't have that package, but this showed anything amd and gpu related: sudo apt list|grep -i gpu|grep installed