Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Using llvmpipe rather than Intel graphics
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Battery111
n00b
n00b


Joined: 12 Jun 2022
Posts: 5

PostPosted: Wed Jun 15, 2022 4:46 pm    Post subject: [SOLVED] Using llvmpipe rather than Intel graphics Reply with quote

I'm a gentoo noob, and frankly my Linux skills leave something to be desired. Having said that I'm hoping someone can dumb this down for me.

I've got a working gentoo installation using KDE Plasma as the desktop environment. In the about pane of the settings app, it shows llvmpipe as my graphics. This is an Intel NUC and I would like to use the Intel graphics rather than llvmpipe.

I checked to ensure Mesa is installed, but beyond that I'm not sure where to dig into the configuration for it. I also confirmed that Intel graphics is compiled into the kernel (I've tried it both in the kernel and as a module with the same results)

What info do you guys need to help me fix this?


Last edited by Battery111 on Fri Jun 17, 2022 9:37 pm; edited 1 time in total
Back to top
View user's profile Send private message
sdauth
Guru
Guru


Joined: 19 Sep 2018
Posts: 569
Location: Ásgarðr

PostPosted: Wed Jun 15, 2022 5:35 pm    Post subject: Reply with quote

Hi,
To get the right video drivers, you need to set the VIDEO_CARDS variable in /etc/portage/make.conf
On my system I have :

Code:
VIDEO_CARDS="intel"


Then update your system. (emerge -UD @world) This will pull the right drivers and rebuild mesa.

if that's not enough, then maybe you're missing firmware for the igpu of your intel nuc ? Is linux-firmware installed ?
Back to top
View user's profile Send private message
Battery111
n00b
n00b


Joined: 12 Jun 2022
Posts: 5

PostPosted: Wed Jun 15, 2022 5:56 pm    Post subject: Reply with quote

sdauth wrote:
Hi,
To get the right video drivers, you need to set the VIDEO_CARDS variable in /etc/portage/make.conf
On my system I have :

Code:
VIDEO_CARDS="intel"


Then update your system. (emerge -UD @world) This will pull the right drivers and rebuild mesa.

if that's not enough, then maybe you're missing firmware for the igpu of your intel nuc ? Is linux-firmware installed ?


I've got a feeling the setting in make.conf is where I was messed up. I added the setting and I'm rebuilding world now. This will take a while so I'll report back.
Back to top
View user's profile Send private message
Battery111
n00b
n00b


Joined: 12 Jun 2022
Posts: 5

PostPosted: Thu Jun 16, 2022 5:42 am    Post subject: Reply with quote

Finally finished updating everything, rebooted but still using llvmpipe. I do have the firmware package mentioned installed.

I tried creating /etc/X11/xorg.conf.d/20-intel.conf according to the Intel Wiki, but this prevents X from starting at all.

When I boot into the liveGUI, it loads the correct drivers and shows the Intel graphics in the about this system pane. So I know it's possible. I just need to figure out where else I missed something like the VIDEO_CARDS variable mentioned.
Back to top
View user's profile Send private message
Battery111
n00b
n00b


Joined: 12 Jun 2022
Posts: 5

PostPosted: Fri Jun 17, 2022 4:12 pm    Post subject: Reply with quote

OK I solved this problem. I went back and followed the steps from the wiki page regarding intel graphics for compiling the firmware into the kernel. Now my system is showing that it's using Mesa Intel Xe Graphics. Thanks for the help and pointing me in the right direction.

Additionally, after reading through the wiki, I used
Code:
VIDEO_CARDS="intel i965 iris"


as my setting in make.conf
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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