Are there alternatives to AMD Drivers or we should wait?

Hello! I’m using Fedora 36 Workstation but it does not detect the integrated GPU from my AMD Ryzen 3 3200G with Radeon Vega Graphics. After reading some topics in this forum and reddit they all say it’s because the drivers.

But I’m not sure which driver I should use or even if it exists. In the AMD’s official site I couldn’t find drivers for linux for my processor.

Only W10 & W11 but I’m wondering if there are other options that work.

I know there are lots of questions of this topic but I couldn’t find any that was answered successfully. If the only way it’s to wait until AMD gives support I’ve no problem but it would be nice if theres another way.

inxi -Gzxx

Graphics:
  Device-1: AMD Picasso/Raven 2 [Radeon Vega Series / Radeon Mobile Series]
    vendor: Biostar Microtech Intl Corp driver: amdgpu v: kernel arch: GCN 5
    pcie: speed: 8 GT/s lanes: 16 ports: active: HDMI-A-2
    empty: DP-1,HDMI-A-1 bus-ID: 08:00.0 chip-ID: 1002:15d8
  Display: wayland server: X.org v: 1.20.14 with: Xwayland v: 22.1.3
    compositor: gnome-shell v: 42.3.1 driver: gpu: amdgpu display-ID: 0
  Monitor-1: HDMI-A-2 model: Sony TV res: 1360x768 dpi: 22
    diag: 1836mm (72.3")
  OpenGL: renderer: AMD Radeon Vega 8 Graphics (raven LLVM 14.0.0 DRM 3.46
  5.18.13-200.fc36.x86_64)
    v: 4.6 Mesa 22.1.4 direct render: Yes
glxinbo -B

name of display: :0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: AMD (0x1002)
    Device: AMD Radeon Vega 8 Graphics (raven, LLVM 14.0.0, DRM 3.46, 5.18.13-200.fc36.x86_64) (0x15d8)
    Version: 22.1.4
    Accelerated: yes
    Video memory: 2048MB
    Unified memory: no
    Preferred profile: core (0x1)
    Max core profile version: 4.6
    Max compat profile version: 4.6
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
Memory info (GL_ATI_meminfo):
    VBO free memory - total: 1668 MB, largest block: 1668 MB
    VBO free aux. memory - total: 2997 MB, largest block: 2997 MB
    Texture free memory - total: 1668 MB, largest block: 1668 MB
    Texture free aux. memory - total: 2997 MB, largest block: 2997 MB
    Renderbuffer free memory - total: 1668 MB, largest block: 1668 MB
    Renderbuffer free aux. memory - total: 2997 MB, largest block: 2997 MB
Memory info (GL_NVX_gpu_memory_info):
    Dedicated video memory: 2048 MB
    Total available memory: 5120 MB
    Currently available dedicated video memory: 1668 MB
OpenGL vendor string: AMD
OpenGL renderer string: AMD Radeon Vega 8 Graphics (raven, LLVM 14.0.0, DRM 3.46, 5.18.13-200.fc36.x86_64)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 22.1.4
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6 (Compatibility Profile) Mesa 22.1.4
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 22.1.4
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 23
model		: 24
model name	: AMD Ryzen 3 3200G with Radeon Vega Graphics
stepping	: 1
microcode	: 0x8108102
cpu MHz		: 1397.300
cache size	: 512 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4

When I followed this thread my linux installation broke XD

glxinfo does not indicate the driver in use for the card. Please post the output of inxi -Gzxx which will give us more info about the physical device and its driver.

With the output of glxinfo it seems likely that the ‘amdgpu’ driver is in use.

@computersavvy Thanks, I’m not too much into hardware, so I don’t really understand this things.