News:

SMF - Just Installed!

Main Menu

New system with AMD 6700XT can't use GPU

Started by kalpana, Oct 16, 2023, 04:08 AM

Previous topic - Next topic

kalpana

Hi, I've been struggling with this for the past week. No matter what I try I haven't been able to get Ubuntu to actually use my graphics card for rendering. I'm running a fresh install of 22.04, I'm on the 6.2.0-26-generic kernel, I've installed Mesa from the kisak ppa, I tried installing the amd proprietary drivers at one point (not the pro drivers though), but I haven't been able to actually make use of my gpu.

The gpu is seen when I do lshw, but no driver is listed.
Code:
sudo lshw -c video  *-display UNCLAIMED       
       description: VGA compatible controller
       product: Navi 22 [Radeon RX 6700/6700 XT / 6800M]
       vendor: Advanced Micro Devices, Inc. [AMD/ATI]
       physical id: 0
       bus info: pci@0000:08:00.0
       version: c5
       width: 64 bits
       clock: 33MHz
       capabilities: pm pciexpress msi vga_controller bus_master cap_list
       configuration: latency=0
       resources: memory:d0000000-dfffffff memory:e0000000-e01fffff ioport:e000(size=256) memory:fc900000-fc9fffff memory:c0000-dffff
  *-graphics
       product: EFI VGA
       physical id: 1
       logical name: /dev/fb0
       capabilities: fb
       configuration: depth=32 resolution=2560,1080

Running inxi confirms that the system is using llvmpipe for software rendering.
Code:


inxi -G
Graphics:
  Device-1: AMD Navi 22 [Radeon RX 6700/6700 XT / 6800M] driver: N/A
  Display: x11 server: X.Org v: 1.21.1.4 driver: X: loaded: ati,vesa
    unloaded: fbdev,modesetting,radeon gpu: N/A resolution: 2560x1080~92Hz
  OpenGL: renderer: llvmpipe (LLVM 15.0.7 256 bits)
    v: 4.5 Mesa 23.1.6 - kisak-mesa PPA

The only thing I think could be the problem is that I need to use nomodeset in grub to be able to boot. The proprietary drivers complained about that when I installed them, but without it the system hard reboots almost immediately after selecting the Ubuntu option. All the posts I could find of people needing to use the nomodeset option were because when they would boot they would only have a black screen, but when I try it the system fully power cycles itself. I've tried to remove it after installing the drivers, but no luck there. I'm just at a loss for what troubleshooting steps to try next.

Thank you for any help!