From 9d89346c27bcb4612432b6705926d1d852e1ad96 Mon Sep 17 00:00:00 2001 From: callmetango Date: Thu, 20 Nov 2025 16:56:59 +0000 Subject: [PATCH] README.md: add configuration-less Nvidia driver support Starting with version 25.0.0.16, the proprietary Nvidia driver is autodetected and handled internally without any special configuration. Part-of: X11Libre/misc#431 Signed-off-by: callmetango --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d601f09e5..a87ea8e524 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ You may specify the install `` with, for example, `--prefix="$(pwd)/imag ### Configuring XLibre -To enable loading of the **proprietary Nvidia driver**, please add the following to your X configuration, e.g., `/etc/X11/xorg.conf`: +To enable loading of the **proprietary Nvidia driver** in the XLibre Xserver up to version 25.0.0.15, please add the following to your X configuration, e.g., `/etc/X11/xorg.conf`: ``` Section "ServerFlags" @@ -53,7 +53,7 @@ Section "ServerFlags" EndSection ``` -Please see the [Compatibility of XLibre (X11Libre/xserver Wiki)](https://github.com/X11Libre/xserver/wiki/Compatibility-of-XLibre) page for [more details on the Nvidia driver](https://github.com/X11Libre/xserver/wiki/Compatibility-of-XLibre#nvidia-proprietary-driver) and compatibility in general. +Starting with version 25.0.0.16, the proprietary Nvidia driver is autodetected and handled internally without any special configuration. Please see the [Compatibility of XLibre (X11Libre/xserver Wiki)](https://github.com/X11Libre/xserver/wiki/Compatibility-of-XLibre) page for [more details on the Nvidia driver](https://github.com/X11Libre/xserver/wiki/Compatibility-of-XLibre#nvidia-proprietary-driver) and compatibility in general. Until XLibre releases its own, you can find a detailed description of the configuration on the [Configuration - Xorg (ArchWiki)](https://wiki.archlinux.org/title/Xorg#Configuration) page. If you have built and installed XLibre yourself, then change into the `` directory with `cd ` and create a directory `etc/X11` with a file `xorg.conf` and adjust it accordingly.