Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
VIDEO_CARDS radeonsi amdgpu - mesa
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
musv
Advocate
Advocate


Joined: 01 Dec 2002
Posts: 3364
Location: de

PostPosted: Sat Mar 25, 2023 8:51 am    Post subject: VIDEO_CARDS radeonsi amdgpu - mesa Reply with quote

Hi,

I'm trying to install my new computer. Graphics card is a Powercolor RT7900XTX.


Got it working so far. No I'm trying to get vulkan and other things to work. According to the Vulkan Wiki I have to put into VIDEO_CARDS
Code:
VIDEO_CARDS="amdgpu radeonsi"

This seems to be weird:
equery u mesa:
 * Found these USE flags for media-libs/mesa-23.0.0-r1:
 U I
 - - video_cards_d3d12    : VIDEO_CARDS seeting to build driver for Microsoft WSL video cards
 - + video_cards_intel    : VIDEO_CARDS setting to build driver for Intel video cards
 - + video_cards_nouveau  : VIDEO_CARDS setting to build reverse-engineered driver for nvidia cards
 - - video_cards_r300     : VIDEO_CARDS setting to build only r300, r400 and r500 based chips code for radeon
 - - video_cards_r600     : VIDEO_CARDS setting to build only r600, r700, Evergreen and Northern Islands based chips code for radeon
 - + video_cards_radeon   : VIDEO_CARDS setting to build driver for ATI radeon video cards
 + + video_cards_radeonsi : VIDEO_CARDS setting to build only Southern Islands based chips code for radeon
 - - video_cards_virgl    : VIDEO_CARDS setting to build driver for virgil (virtual 3D GPU)
 - - video_cards_vmware   : VIDEO_CARDS setting to build driver for vmware video cards
 

radeonsi seems to be for older AMD cards. And amdgpu even doesn't exist.

What do I have to choose here?
Back to top
View user's profile Send private message
toralf
Developer
Developer


Joined: 01 Feb 2004
Posts: 3938
Location: Hamburg

PostPosted: Sat Mar 25, 2023 9:10 am    Post subject: Reply with quote

I think you need radeonsi for some reasons. I have here an amdgpu Lenovo notebook (P14s) and have
Code:
*/*  VIDEO_CARDS: -* amdgpu radeon radeonsi
which seems to work for me.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54567
Location: 56N 3W

PostPosted: Sat Mar 25, 2023 10:47 am    Post subject: Reply with quote

musv,

There is some history here.

A long time ago, all VIDEO_CARDS did was to select the Xorg video driver to be installed. There was a simple one to one correspondence between drivers and VIDEO_CARDS entries.
Indeed, if it was left unset, no drivers were installed.

Later mesa started to use it for the acceleration it provides. That was OK at the start too.

More recently, several Xorg drivers need the same mesa acceleration. That broke the one to one correspondence.
Hence, the amdgpu driver needs the radeonsi bit of mesa.

The whole history of the PC is littered with things like that. It wasn't designed at the outset. It "just grew".
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Atha
Apprentice
Apprentice


Joined: 22 Sep 2004
Posts: 230

PostPosted: Fri Apr 07, 2023 6:26 am    Post subject: Reply with quote

I'm using VIDEO_CARDS="amdgpu radeon radeonsi nouveau dummy"
I used to have VIDEO_CARDS="amdgpu radeon radeonsi nouveau fbdev vesa dummy"

amdgpu – for amdgpu (in my case part of the processor, iGPU) X11 driver
radeon – for some legacy stuff (like readeonsi, some amdgpu stuff is included in radeon)
readeonsi – for mesa, amdgpu is supported by/included in readeonsi
nouveau – for my dedicated GPU (the kernel modules is currently disabled (blacklisted), but I want the X11 driver installed)
fbdev – to get a fallback framebuffer X11 driver
vesa – to get a fallback VESA X11 driver
dummy – for headless scenarios

For the correct VIDEO_CARDS setting, see also https://wiki.gentoo.org/wiki/AMDGPU#Emerge and https://wiki.gentoo.org/wiki/AMDGPU#Fallback_driver as well as https://wiki.gentoo.org/wiki/ATI_FAQ

I guess I could remove "radeon" from my list... It didn't hurt to keep it, but I don't know specifically why I did.
_________________
Think for yourself and let others enjoy the privilege of doing so too. Voltaire
Back to top
View user's profile Send private message
ritzmax72
Tux's lil' helper
Tux's lil' helper


Joined: 10 Aug 2014
Posts: 103

PostPosted: Sat Oct 26, 2024 8:43 am    Post subject: Reply with quote

Is it ok to install drivers for Nvidia and amd by using amdgpu noveau nvidia radeonsi on VIDEO_CARDs, let say for the purpose of swapping cards occassionally so that I don't have to reinstall drivers? Will it cause any conflicts?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum