Skip to content

Commit 9d89346

Browse files
callmetangometux
authored andcommitted
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 <[email protected]>
1 parent 864b9f1 commit 9d89346

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ You may specify the install `<prefix>` with, for example, `--prefix="$(pwd)/imag
4545

4646
### Configuring XLibre
4747

48-
To enable loading of the **proprietary Nvidia driver**, please add the following to your X configuration, e.g., `/etc/X11/xorg.conf`:
48+
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`:
4949

5050
```
5151
Section "ServerFlags"
5252
Option "IgnoreABI" "1"
5353
EndSection
5454
```
5555

56-
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.
56+
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.
5757

5858
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 `<prefix>` directory with `cd <prefix>` and create a directory `etc/X11` with a file `xorg.conf` and adjust it accordingly.
5959

0 commit comments

Comments
 (0)