Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] X doesnt list my GPU as provider
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
kickhead13
n00b
n00b


Joined: 22 Jun 2024
Posts: 20
Location: /home/ana

PostPosted: Wed Jun 26, 2024 10:55 am    Post subject: [SOLVED] X doesnt list my GPU as provider Reply with quote

Hi!

I used to game on windows and now I'm trying to move to gentoo for my gaming stuff (not my first linux distro). But my FPS is terrible.

I kept looking up reasons for this and yesterday I realized that x doesn't list my GPU (NVIDIA GeForce GTX 1050 mobile) as a provider.

xrandr --listproviders
Code:

gaming-rig /home/ana # xrandr --listproviders
Providers: number : 1
Provider 0: id: 0x44 cap: 0x2, Sink Output crtcs: 3 outputs: 3 associated providers: 0 name:modesetting


I've installed the proprietary x11-drivers/nvidia-drivers with the USE="dist-kernel" flag since im using the 6.9.6 gentoo distribution kernel

eselect kernel list
Code:

gaming-rig /home/ana # eselect kernel list
Available kernel symlink targets:
  [1]   linux-6.9.6-gentoo-dist *


Nvidia modules seem to be loaded:

lsmod | grep nvidia
Code:

gaming-rig /home/ana # lsmod | grep nvidia
nvidia_uvm           5754880  0
nvidia_drm            114688  0
nvidia_modeset       1552384  1 nvidia_drm
nvidia              59772928  2 nvidia_uvm,nvidia_modeset
video                  69632  2 i915,nvidia_modeset


And if I run "nvtop"/"nvidia-smi" the GPU is shown although its not doing much of anything.

How can i get X to use my GPU?


Last edited by kickhead13 on Wed Jun 26, 2024 10:01 pm; edited 1 time in total
Back to top
View user's profile Send private message
kickhead13
n00b
n00b


Joined: 22 Jun 2024
Posts: 20
Location: /home/ana

PostPosted: Wed Jun 26, 2024 7:40 pm    Post subject: Reply with quote

I fixed the issue, I wasn't in the "video" group.
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