]> git.pld-linux.org Git - packages/fbset.git/commitdiff
- Invoke con2fb before open. Anyway there are problems with logs on 12th VT
authorwitekfl <witekfl@pld-linux.org>
Mon, 22 Mar 2004 05:39:28 +0000 (05:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fbset.init -> 1.23

fbset.init

index a5643dfe3fe641b39c6a73f32b0937672d48f394..317eaf893e266af5a87474f993841860577ce86c 100644 (file)
@@ -71,9 +71,9 @@ case "$1" in
                        fi
 
                        for cons in $FBTERMINALS; do
+                               /usr/bin/con2fb $FBDEV $cons
                                /usr/bin/open -c $cons -w -- /usr/bin/fbset -fb \
                                  $FBDEV ${DEPTH_options} $FBMODE_default
-                               /usr/bin/con2fb $FBDEV $cons
                        done
                        ok
                fi
This page took 0.078251 seconds and 4 git commands to generate.