View Full Version : Frame Buffer in FreeBSD (fbsplash)
CdK1
December 16th, 2008, 03:07
Ji *
It is possible to have frame buffer -aka fbsplash- in FreeBSD?, I hope this image does not bother them, but I mean:
http://fbsplash.berlios.de/wiki/lib/exe/detail.php?id=screenshots&media=livecd-2005.0-verbose.png
Image in background in the tty*
thx ;)
vermaden
December 16th, 2008, 08:21
No, it is not possible.
trasz@
December 16th, 2008, 10:38
If you're asking about increasing the resolution, then yes, it is possible, usually. You can set terminal modes using vidcontrol(8).
You won't get any graphics that way, though. The right tool to do that is X11 - run xserver with xterm on the whole screen, with windowmanager decorations hidden.
vermaden
December 16th, 2008, 11:18
You can also start plain xterm instead of window manager like that:
http://vermaden.deviantart.com/art/Minimalism-56099192
richardpl
December 16th, 2008, 12:08
It is certainly possible, to have graphics in syscons, but only with vesa.ko loaded in kernel and only on i386.
(also to have higher resolution, custom kernel is required)
In such way it is possible to play movies with mplayer and sdl output:
setenv SDL_VIDEODRIVER "vgl"
also there is zgv svgalib-based image viewer for use in syscons.
and links svgalib graphic output.
Just terminal emulator that use svaglib in syscons is not yet available in ports.
KuArZo
December 16th, 2008, 16:19
I think that the original question if is possible assign a image into the vidcontrol graphic console.
tangram
December 16th, 2008, 17:57
Take a look at one of the newest section in the FreeBSD Handbook: section 12.3.3.4 Boot Time Splash Screens.
It instructs on how to create a splash screen creates which is visually appealing boot screen compared to the original boot messages. This screen will be displayed until a console login prompt or an X display manager offers a login prompt.
Section 12.3 is available here: http://www.freebsd.org/doc/en/books/handbook/boot-blocks.html
I haven't tried it myself but reports according to reports in the mailing list is works just fine ;)
KuArZo
December 16th, 2008, 18:18
Forget X and Splash, is simple integrate an image to a TTY console over vidcontrol
similarly to Frame Buffer of linux
richardpl
December 16th, 2008, 18:28
I think that the original question if is possible assign a image into the vidcontrol graphic console.
What is vidcontrol graphic console? such thing doesnt exist.
I already said that it is possible with terminal emulator.
richardpl
December 16th, 2008, 18:29
Forget X and Splash, is simple integrate an image to a TTY console over vidcontrol
Not over vidcontrol.
CdK1
December 16th, 2008, 18:30
No, look this: http://fbsplash.berlios.de/wiki/lib/exe/detail.php?id=screenshots&media=livecd-2005.0-verbose.png
I'm referring if its posible to have fbplash on FreeBSD, to have an image in the tty backgronund like the image i post or if vidcontrol supports images and so on. something similar does not splash ;)
SirDice
December 16th, 2008, 21:59
I've seen similar framebuffer consoles on other linux distos. But as been said before it's not possible with the freebsd console.
At most you can change the resolution to a graphics mode but it would still only show text.
AFAIK there's no way to load a picture as a background and/or constrain the text in a boxed area.
richardpl
December 16th, 2008, 23:36
No, look this: http://fbsplash.berlios.de/wiki/lib/exe/detail.php?id=screenshots&media=livecd-2005.0-verbose.png
I'm referring if its posible to have fbplash on FreeBSD, to have an image in the tty backgronund like the image i post or if vidcontrol supports images and so on. something similar does not splash ;)
fbsplash and fbdev are linuxism and they do not work on freebsd.
kamikaze
December 19th, 2008, 09:14
Actually it's technically possible. Under i386 only, though.
paradox
August 21st, 2009, 12:44
http://forums.freebsd.org/showthread.php?t=6291
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.