summaryrefslogtreecommitdiff
path: root/docs/libGL.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libGL.txt')
-rw-r--r--docs/libGL.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libGL.txt b/docs/libGL.txt
index cb988404370..d06b4e62acd 100644
--- a/docs/libGL.txt
+++ b/docs/libGL.txt
@@ -33,7 +33,7 @@ When libGL.so initializes itself it uses the DRI to determine the
appropriate hardware driver for each screen on the local X display.
The hardware drivers are expected to be in the /usr/X11R6/lib/modules/dri/
directory. Drivers are named with the convention <name>_dri.so where
-<name> is a driver such as "tdfx", "i810", "gamma", etc.
+<name> is a driver such as "radeon", "i965", "nouveau", etc.
The LIBGL_DRIVERS_DIR environment variable may be used to specify a
different DRI modules directory, overriding /usr/X11R6/lib/modules/dri/.