diff options
author | Dave Airlie <airliedfreedesktop.org> | 2004-04-14 02:14:15 +0000 |
---|---|---|
committer | Dave Airlie <airliedfreedesktop.org> | 2004-04-14 02:14:15 +0000 |
commit | 377ced2bf1423fbb982395c8a35b67ed9a6e0bf7 (patch) | |
tree | 3d4a22362beffd5c0eda198e165be3fd9dbdb015 /src/glx/mini/example.miniglx.conf | |
parent | f833df0781d8b32009f6b52a4eff97750968041b (diff) |
Add agpmode to the example config file
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 06adbffcf3..7186b31d92 100644 --- a/src/glx/mini/example.miniglx.conf +++ b/src/glx/mini/example.miniglx.conf @@ -22,5 +22,8 @@ virtualHeight=1024 # Screen depth. Only 16 & 32bpp supported. bpp=32 +# AGP Mode. Not all cards supported (1, 2 or 4) +agpmode=1 + # Rotated monitor? -- NOTE: only works with subsetted radeon driver! rotateMode=0 |