diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-01-11 19:45:47 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-01-11 19:45:47 +0000 |
commit | 6fe0d2592fdd9330b503a4d3008c3fe4b4ad889c (patch) | |
tree | 2e5896c233c3efcf8b1f0fb8b53f3564cd39bcf7 /src | |
parent | 7840bc92ee5a058b4c294c156c594f1bd823a204 (diff) | |
download | xine-lib-6fe0d2592fdd9330b503a4d3008c3fe4b4ad889c.tar.gz xine-lib-6fe0d2592fdd9330b503a4d3008c3fe4b4ad889c.tar.bz2 |
small hint about fbset
CVS patchset: 1392
CVS date: 2002/01/11 19:45:47
Diffstat (limited to 'src')
-rw-r--r-- | src/video_out/video_out_fb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_out/video_out_fb.c b/src/video_out/video_out_fb.c index 4ecceb4b9..c7503b8c5 100644 --- a/src/video_out/video_out_fb.c +++ b/src/video_out/video_out_fb.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out_fb.c,v 1.1 2002/01/11 19:07:53 miguelfreitas Exp $ + * $Id: video_out_fb.c,v 1.2 2002/01/11 19:45:47 miguelfreitas Exp $ * * video_out_fb.c, frame buffer xine driver by Miguel Freitas * @@ -801,7 +801,7 @@ vo_driver_t *init_video_out_plugin (config_values_t *config, void *visual_gen) { if( fix.visual != FB_VISUAL_TRUECOLOR || fix.type != FB_TYPE_PACKED_PIXELS ) { printf("video_out_fb: only packed truecolor is supported.\n"); - printf(" check 'fbset -i'\n"); + printf(" check 'fbset -i' or try 'fbset -depth 16'\n"); free(this); return NULL; } |