]> git.pld-linux.org Git - packages/console-tools.git/commitdiff
- added fbset support
authorbonkey <bonkey@bonkey.pl.eu.org>
Sat, 5 May 2001 11:38:45 +0000 (11:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    console.init -> 1.5
    console.sysconfig -> 1.3

console.init
console.sysconfig

index 49dbf158dce9786653ba030380f2ff764e7eb280..906bb678fc352b9df44c3c37728ce02f8f4df623 100644 (file)
@@ -27,6 +27,10 @@ case "$1" in
                then
                        run_cmd "Setting Text Mode $SVGATEXTMODE" SVGATextMode $SVGATEXTMODE
                fi
+               if [ -n "$FBSET" ]
+               then
+                       run_cmd "Setting Text Mode $FBSET" fbset -a $FBSET
+               fi
                if [ -n "$CONSOLEFONT" ]
                then
                        run_cmd "Loading console font and map" consolechars -m ${CONSOLEMAP:-trivial.trans} -f $CONSOLEFONT
index b8fd2959debb84069ee87b4a6b15046a6e4c298c..e8c150befd514ba6582e98df10ecd1945c4ee540 100644 (file)
@@ -1,6 +1,9 @@
 # SVGATextMode's mode (optional)
 SVGATEXTMODE=
 
+# Framebuffer options (optional)
+FBSET=
+
 # Console font file name (usually from /usr/share/consolefonts dir). Determines
 # the set of available characters, the typeface and the number of character
 # lines on the screen. Other options may be specified after the font name,
This page took 0.085664 seconds and 4 git commands to generate.