patch to import Jon Smirl's work from Bitkeeper
[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 # Virtual screen dimensions. Can reduce this to save videocard memory
18 # at the expense of maximum window size available.
19 virtualWidth=1280
20 virtualHeight=1024
21
22 # Screen depth. Only 16 & 32bpp supported.
23 bpp=32
24
25 # Rotated monitor? -- NOTE: only works with subsetted radeon driver!
26 rotateMode=0