]> git.pld-linux.org Git - packages/fbset.git/blob - fbset.sysconfig
50f31e1da11e70cbff9bcecde2b467d270a28ce7
[packages/fbset.git] / fbset.sysconfig
1 # $Id$
2 #
3 # This file lets you set your default console video mode and
4 # video modes for individual virtual consoles.
5 # See /etc/fb.modes for sample video mode definitions.
6 #
7 # Avaliable modules for specific cards:
8
9 # Ati Rage 128 - aty128fb
10 # Ati Radeon - radeonfb
11 # Cirrus Logic - clgenfb
12 # CyberPro 20x0 - cyber2000fb
13 # Hercules Mono - hgafb
14 # Intel 810/830 - i810fb
15 # NeoMagic PCI - neofb
16 # Permedia 2 - pm2fb
17 # Permedia 3 - pm3fb
18 # Nvidia Cards - rivafb 
19 # 3dFx Voodoo 1/2  - sstfb
20 # 3Dfx Banshee/Voodoo3 - tdfxfb
21 # Trident Cards - tridentfb
22 # Virtual Framebuffer - vfb
23 # VGA 16-color - vga16fb
24
25 # Select default display mode
26 FBMODE_default=
27
28 # Select card driver
29 FBMODULE=
30
31 # Display color depth
32 DEPTH=
33
34 # Framebuffer number if you have two or more
35 FBDEV_NUM=
36
37 # Terminal number to run framebuffer on:
38 FBTERMINALS=
39
40 # For example:
41 #FBMODE_default="640x480-100"
42 #FBMODULE=matroxfb
43 #DEPTH=16
44 #FBDEV_NUM=0
45 #FBTERMINALS="1 2 3 4 5 6 7 8"
This page took 0.05837 seconds and 2 git commands to generate.