Nvidia driver not listed in nvidia-settings

Hello, everyone!

I’ve been trying to set up my drivers for several days already but I stuck with this issue.

Nvidia card successfully listed in fedora settings
BUT, not listed in nvida-settings
Sometime i can catch some issue in report app

As result, I can’t use Davinci resolve and have a bad FPS rate in games :(

Bug report:
nvidia-bug-report.log.gz (111.1 KB)

This is outputs

$ modinfo -F version nvidia
515.57
$ glxinfo | egrep "OpenGL vendor|OpenGL renderer"

OpenGL vendor string: AMD
OpenGL renderer string: AMD Radeon Vega 10 Graphics (raven, LLVM 14.0.0, DRM 3.46, 5.18.13-200.fc36.x86_64)
$ cat /etc/X11/xorg.conf.d/20-nvidia.conf
#This file is provided by xorg-x11-drv-nvidia
#Do not edit

Section "OutputClass"
	Identifier "nvidia"
	MatchDriver "nvidia-drm"
	Driver "nvidia"
	Option "AllowEmptyInitialConfiguration"
	Option "SLI" "Auto"
	Option "BaseMosaic" "on"
	Option "PrimaryGPU" "yes"
EndSection

Section "ServerLayout"
	Identifier "layout"
	Option "AllowNVIDIAGPUScreens"
EndSection

Can be related to this post

Also I’d created the topic in fedora forum

Please delete /etc/X11/xorg.conf

OMG! It helped!!! I feel so dummy now. Thank you very much !!!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.