User Tools

Site Tools


framebuffer

Framebuffer

Overview

This page explains how to set up a uvesafb framebuffer to increase the amount of text visible on the console, and make it look pretty at the same time.

Required packages

Configuration

Kernel

Configure the kernel with the following options. Make sure to build <tt>uvesafb</tt> directly into the kernel, and not as a module if you want to make use of the framebuffer during boot.

2.6.28-gentoo-r1|<code>0@@</code>

Select a theme from <tt>/etc/splash/</tt>, and then build the kernel and initramfs with the following command. <tt>natural_gentoo</tt> is a nice grey theme, which looks good on high resolutions. It is assumed that any other required options, such as lvm, have been specified in <tt>/etc/genkernel.conf</tt> - otherwise modify the command as needed.

<source lang="bash"> genkernel --splash=natural_gentoo --splash-res=1280x1024 all </source>

Grub

Startup

Finally, add <tt>fbcondecor</tt> to the boot runlevel

<source lang="bash"> rc-update add fbcondecor boot </source>

framebuffer.txt · Last modified: 2014/11/24 01:14 by 0.0.0.0