From e4344161bde2e24fcfba65d30d58f087bd8bf94d Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Wed, 24 Aug 2011 15:21:58 -0700 Subject: dri: Remove all DRI1 drivers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Acked-by: Kristian Høgsberg Acked-by: Marek Olšák Acked-by: Alan Coopersmith Acked-by: Jakob Bornecrantz Acked-by: Dave Airlie Build-Tested-by: Jakob Bornecrantz Tested-by: Eugeni Dodonov --- docs/libGL.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/libGL.txt') diff --git a/docs/libGL.txt b/docs/libGL.txt index cb98840..d06b4e6 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/. -- cgit v1.1