Menu

πŸ“°
0

NVIDIA Driver Setup on Fedora 43 Workstation

DEV Community: beginnersΒ·KALPESHΒ·about 1 month ago
#aLv6TIfS
#dev#class#code#highlight#nvidia#article
Reading 0:00
15s threshold

RTX 3050 Mobile (Hybrid AMD + NVIDIA Laptop) Reference Guide: Comprehensive-Wall28/Nvidia-Fedora-Guide System Profile Property Value OS Fedora 43 Workstation GPU (dGPU) NVIDIA GeForce RTX 3050 Mobile GPU (iGPU) AMD Radeon Vega (Renoir) LUKS Encryption ❌ None Secure Boot ❌ Disabled Driver Installed 580.142 Why the Freeze Happened The freeze + screen dimming during use was caused by the default Nouveau open-source driver, which has poor power management on modern NVIDIA GPUs β€” especially on hybrid AMD+NVIDIA laptops. The Fix: Install Proprietary NVIDIA Drivers Step 1 β€” Update your system sudo dnf update Step 2 β€” Enable RPM Fusion (provides NVIDIA drivers) sudo dnf install \ https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release- $( rpm -E %fedora ) .noarch.rpm \ https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release- $( rpm -E %fedora ) .noarch.rpm Step 3 β€” Identify your GPU lspci | grep -iE 'VGA|3D|nvidia' Step 4 β€” Install the driver (RTX 3050 = current driver) sudo dnf install…

Continue reading β€” create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More