]> git.pld-linux.org Git - packages/fbset.git/commitdiff
- update comments
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 24 Apr 2008 00:37:17 +0000 (00:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fbset.sysconfig -> 1.15

fbset.sysconfig

index 5a7e2670f22557f7f33990397309ffd87b2d12ad..2b51b3311ddf86defc0eace224da7ebe452a4954 100644 (file)
 # Virtual Framebuffer - vfb
 # VGA 16-color - vga16fb
 
-# Select default display mode
-FBMODE_default=
-
 # Select card driver
 FBMODULE=
 
+# Select default display mode. This gets activated on $FBTERMINALS
+FBMODE_default=""
+
 # Display color depth
 DEPTH=
 
-# Framebuffer number if you have two or more
+# Framebuffer device number (if you have two or more)
 FBDEV_NUM=
 
-# Terminal number to run framebuffer on:
+# Terminals to init framerbuffer on.
+# If not set autodetection from devfs or from /etc/inittab takes place.
 FBTERMINALS=
 
 # For example:
-#FBMODE_default="640x480-100"
 #FBMODULE=matroxfb
+#FBMODE_default="640x480-100"
 #DEPTH=16
 #FBDEV_NUM=0
 #FBTERMINALS="1 2 3 4 5 6 7 8"
This page took 0.096051 seconds and 4 git commands to generate.