]> git.pld-linux.org Git - packages/fbset.git/blame - fbset.sysconfig
- look from /sys next
[packages/fbset.git] / fbset.sysconfig
CommitLineData
3864f278 1# $Id$
2#
aff35f5c 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.
03b621fb 6#
7# Avaliable modules for specific cards:
5661ad22 8#
03b621fb 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
1bf78448 15# Intel 830M/845G/852GM/855GM/865G/915G - intelfb
03b621fb 16# NeoMagic PCI - neofb
17# Permedia 2 - pm2fb
18# Permedia 3 - pm3fb
5661ad22 19# Nvidia Cards - rivafb
03b621fb 20# 3dFx Voodoo 1/2 - sstfb
21# 3Dfx Banshee/Voodoo3 - tdfxfb
22# Trident Cards - tridentfb
23# Virtual Framebuffer - vfb
24# VGA 16-color - vga16fb
aff35f5c 25
03b621fb 26# Select card driver
aaa547f4 27FBMODULE=
8702a845 28
9805c015
ER
29# Select default display mode. This gets activated on $FBTERMINALS
30FBMODE_default=""
31
03b621fb 32# Display color depth
76018860 33DEPTH=
8702a845 34
9805c015 35# Framebuffer device number (if you have two or more)
43987119 36FBDEV_NUM=
8702a845 37
9805c015
ER
38# Terminals to init framerbuffer on.
39# If not set autodetection from devfs or from /etc/inittab takes place.
61e2d117 40FBTERMINALS=
03b621fb 41
42# For example:
cdfa0131 43#FBMODULE=matroxfb
9805c015 44#FBMODE_default="640x480-100"
4a590e27 45#DEPTH=16
43987119 46#FBDEV_NUM=0
cbdef74e 47#FBTERMINALS="1 2 3 4 5 6 7 8"
This page took 0.068731 seconds and 4 git commands to generate.