How to know if gpu drivers are loaded

I am using integrated Radeon R3 graphics how to know if its loaded properly?

->This is the log
https://0x0.st/HzgV.txt

One way is using inxi:

inxi -Gaz
2 Likes

output

Graphics:
  Device-1: AMD Stoney [Radeon R2/R3/R4/R5 Graphics]
    vendor: Acer Incorporated ALI driver: amdgpu v: kernel arch: GCN-3
    code: Volcanic Islands process: TSMC 28nm built: 2014-19 ports:
    active: eDP-1 empty: HDMI-A-1 bus-ID: 00:01.0 chip-ID: 1002:98e4
    class-ID: 0300
  Device-2: Quanta VGA WebCam type: USB driver: uvcvideo bus-ID: 2-4:3
    chip-ID: 0408:a031 class-ID: 0e02 serial: <filter>
  Display: x11 server: X.Org v: 21.1.7 driver: X: loaded: amdgpu
    dri: radeonsi gpu: amdgpu display-ID: :0 screens: 1
  Screen-1: 0 s-res: 1920x1080 s-dpi: 96 s-size: 508x285mm (20.00x11.22")
    s-diag: 582mm (22.93")
  Monitor-1: eDP-1 mapped: eDP model: BOE Display 0x07cb built: 2018
    res: 1920x1080 hz: 60 dpi: 142 gamma: 1.2 size: 344x193mm (13.54x7.6")
    diag: 394mm (15.5") ratio: 16:9 modes: max: 1920x1080 min: 640x480
  API: OpenGL v: 4.5 Mesa 22.3.6 renderer: AMD Radeon Graphics (stoney LLVM
    15.0.7 DRM 3.49 6.2.2-arch1-1) direct-render: Yes

As you can see:

:+1:

2 Likes

please use codetags :wink:

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.