]> git.pld-linux.org Git - packages/fbset.git/blob - fbset.sysconfig
- typo
[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 # Intel 830M/845G/852GM/855GM/865G/915G - intelfb
16 # NeoMagic PCI - neofb
17 # Permedia 2 - pm2fb
18 # Permedia 3 - pm3fb
19 # Nvidia Cards - rivafb
20 # 3dFx Voodoo 1/2  - sstfb
21 # 3Dfx Banshee/Voodoo3 - tdfxfb
22 # Trident Cards - tridentfb
23 # Virtual Framebuffer - vfb
24 # VGA 16-color - vga16fb
25
26 # Select default display mode
27 FBMODE_default=
28
29 # Select card driver
30 FBMODULE=
31
32 # Display color depth
33 DEPTH=
34
35 # Framebuffer number if you have two or more
36 FBDEV_NUM=
37
38 # Terminal number to run framebuffer on:
39 FBTERMINALS=
40
41 # For example:
42 #FBMODE_default="640x480-100"
43 #FBMODULE=matroxfb
44 #DEPTH=16
45 #FBDEV_NUM=0
46 #FBTERMINALS="1 2 3 4 5 6 7 8"
This page took 0.065373 seconds and 3 git commands to generate.