docs: add NVIDIA configuration page (nvidia-open + Wayland) - #624
Open
VECTORG99 wants to merge 1 commit into
Open
docs: add NVIDIA configuration page (nvidia-open + Wayland)#624VECTORG99 wants to merge 1 commit into
VECTORG99 wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The wiki had no dedicated NVIDIA page — NVIDIA was only mentioned inside
features/kernel.mdx,features/chwd/chwd.mdx,configuration/dual_gpu.mdxandconfiguration/post_install_setup.mdx. This PR adds a dedicatedconfiguration/nvidia.mdxpage documenting a known-good nvidia-open + Wayland (Hyprland) setup.What the page covers
nvidia-openvsnvidia: what the open kernel modules are, GPU support (Turing+), and the GSP firmware requirement (theNVreg_EnableGpuFirmware=0option is ignored with open modules).chwdor the CachyOS precompiled module packages (linux-cachyos-nvidia-open,linux-cachyos-lts-nvidia-open, ...).nvidia_drm.modeset=1andfbdev=1, plus early modesetting through/etc/mkinitcpio.confMODULESandmkinitcpio -P.NVreg_DynamicPowerManagement=0x02(power management for RTX 30 series) and the GSP firmware caveat.NVreg_PreserveVideoMemoryAllocations=1and the distinction between thenvidia-suspend/nvidia-hibernate/nvidia-resumesystemd services andNVreg_UseKernelSuspendNotifiers=1(kernel-level notifiers, requires early module load in the initramfs, mutually exclusive with the services).LIBVA_DRIVER_NAME,GBM_BACKEND,__GLX_VENDOR_LIBRARY_NAMEenvironment variables, plus hardware cursor notes.Verification
The content is based on a verified working setup: RTX 3060, nvidia-open 610.57.04, kernel 7.1.8-1-cachyos. The wiki builds successfully (
bun run build), and the new page + sidebar entry are generated correctly.Note on navigation
The Configuration sidebar in
astro.config.mjsis an explicit list (not auto-discovered), so a minimal entry for the new page was added there. No other files were modified.