DRI is the direct rendering infrastructure in XFree86 and X.org, which provides 3D hardware acceleration. Most 3D drivers have a number of options for tuning the performance and visual quality. DRIconf is a configuration applet that allows you to change these parameters.
13 lines
300 B
Text
13 lines
300 B
Text
$NetBSD: patch-ae,v 1.1.1.1 2008/10/21 06:29:51 bjs Exp $
|
|
|
|
--- driconf.orig 2008-10-19 02:04:41.000000000 -0400
|
|
+++ driconf
|
|
@@ -21,7 +21,7 @@
|
|
# Contact: http://fxk.de.vu/
|
|
|
|
import sys
|
|
-sys.path.append("/usr/local/lib/driconf")
|
|
+sys.path.append("@PREFIX@/@PYSITELIB@/@PKGBASE@")
|
|
|
|
import driconf
|
|
|