X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2FlibGL.txt;h=d06b4e62acd6ee190abbefe658052483419bd9e0;hb=76d4f9e404697d82eb266a1652f95acee18fec61;hp=cb9884043704b35e1c7a3dba99068e622e60d815;hpb=e128cc205e30540597ecd57849060a6bf4714d9f;p=mesa.git 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 _dri.so where - is a driver such as "tdfx", "i810", "gamma", etc. + 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/.