So I’m sitting here, wondering why my display’s brightness controls aren’t working, right? I remember having trouble on Kinoite before swithcing to a non-atomic version where the issue was with the nvidia drivers not being loaded. So, I run nvidia-smi and get the following:
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
Ah beans, guess I’ll hit up the ol’ google and see what the discussions here recommend.
“upgrade with dnf” done, no relevant changes made
“reinstall drivers” done, no change
“rebuild with akmods” done, no change
Then I noticed the card is not even in fastfetch! Not even in lspci!
# lspci -k | grep -A 2 -E "3D|VGA"
pcilib: Error reading /sys/bus/pci/devices/0000:00:08.3/label: Operation not permitted
35:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Rembrandt [Radeon 680M] (rev 0b)
Subsystem: ASUSTeK Computer Inc. Device 1244
Kernel driver in use: amdgpu
Trying glxinfo with __GLX_VENDOR_LIBRARY_NAME=nvidia __NV_PRIME_RENDER_OFFLOAD=1 glxinfo | grep "OpenGL renderer" gave me this!
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 150 (GLX)
Minor opcode of failed request: 24 (X_GLXCreateNewContext)
Value in failed request: 0x0
Serial number of failed request: 67
Current serial number in output stream: 68
So I asked around amongst my more knowledgeable linux friends, all of whom were either perplexed that it was happening at all or suggesting what I’ve already tried.
Other info someone here might find useful: Secure Boot is disabled, GPU in the UEFI is set to “dynamic” (so not forcing iGPU nor dGPU, I could only do the latter anyway which’d give me a black screen), and
OS: Fedora Linux 43 (KDE Plasma Desktop Edition) x86_64
Host: ASUS TUF Gaming A16 FA607NU_FA607NU (1.0)
Kernel: Linux 6.19.8-200.fc43.x86_64
What do Reddit community? I’d really like to use my RTX for gaming, it’s been 3 weeks since I played anything.