summaryrefslogtreecommitdiff
path: root/src/glx/mini/example.miniglx.conf
diff options
context:
space:
mode:
authorDave Airlie <airliedfreedesktop.org>2004-12-08 06:15:01 +0000
committerDave Airlie <airliedfreedesktop.org>2004-12-08 06:15:01 +0000
commit23b033ad28331e40287ab8b5c9150bc6be5c608f (patch)
tree187c1d942cd620b7b533d727b92cee24f3c422d8 /src/glx/mini/example.miniglx.conf
parente1b4fec71c1a22ea7415a115700802a93b52fcc7 (diff)
From: Stephane Marchesin <marchesin@icps.u-strasbg.fr>
Attached is a patch that adds pci init code for mesa solo on radeon. It's been tested on an itanium 2 with a radeon 7000 and it works here. The patch adds a new field in the miniglx.conf config file, to choose between pci and agp.
Diffstat (limited to 'src/glx/mini/example.miniglx.conf')
-rw-r--r--src/glx/mini/example.miniglx.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/glx/mini/example.miniglx.conf b/src/glx/mini/example.miniglx.conf
index 7186b31d92..1f39f7958b 100644
--- a/src/glx/mini/example.miniglx.conf
+++ b/src/glx/mini/example.miniglx.conf
@@ -14,6 +14,9 @@ clientDriverName=radeon_dri.so
# look in /proc/pci.
pciBusID=PCI:1:0:0
+# Is the card PCI or AGP ?
+isPCI=0
+
# Virtual screen dimensions. Can reduce this to save videocard memory
# at the expense of maximum window size available.
virtualWidth=1280