diff options
author | Dave Airlie <airliedfreedesktop.org> | 2004-12-08 06:15:01 +0000 |
---|---|---|
committer | Dave Airlie <airliedfreedesktop.org> | 2004-12-08 06:15:01 +0000 |
commit | 23b033ad28331e40287ab8b5c9150bc6be5c608f (patch) | |
tree | 187c1d942cd620b7b533d727b92cee24f3c422d8 /src/glx/mini/example.miniglx.conf | |
parent | e1b4fec71c1a22ea7415a115700802a93b52fcc7 (diff) |
From: Stephane Marchesin <[email protected]>
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.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/glx/mini/example.miniglx.conf b/src/glx/mini/example.miniglx.conf index 7186b31d92d..1f39f7958bd 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 |