bring in changes from 6.4 branch
[mesa.git] / src / glx / mini / example.miniglx.conf
1 # Example miniglx configuration file (/etc/miniglx.conf)
2 #
3
4 # Framebuffer device to open: Might need to change this on dual-head
5 # systems.
6 fbdevDevice=/dev/fb0
7
8 # Which driver?
9 # radeon_dri.so -- HW accelerated radeon driver
10 # fb_dri.so -- Software rasterizer
11 clientDriverName=radeon_dri.so
12
13 # The pci bus id of the video card. Find this with scanpci, lspci or
14 # look in /proc/pci.
15 pciBusID=PCI:1:0:0
16
17 # Is the card PCI or AGP ?
18 isPCI=0
19
20 # Virtual screen dimensions. Can reduce this to save videocard memory
21 # at the expense of maximum window size available.
22 virtualWidth=1280
23 virtualHeight=1024
24
25 # Screen depth. Only 16 & 32bpp supported.
26 bpp=32
27
28 # AGP Mode. Not all cards supported (1, 2 or 4)
29 agpmode=1
30
31 # Rotated monitor? -- NOTE: only works with subsetted radeon driver!
32 rotateMode=0
33
34 # Do we want to use color tiling ?
35 colorTiling=0
36