diff options
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 |