Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jan 2004 00:14:29 +0100
From:      Oliver Fuchs <oliverfuchs@onlinehome.de>
To:        freebsd-questions@freebsd.org
Subject:   Re: framebuffers?
Message-ID:  <20040123231429.GA2595@oliverfuchs.ath.cx>
In-Reply-To: <200401231659.46198.geert.hendrickx@ua.ac.be>
References:  <200401231659.46198.geert.hendrickx@ua.ac.be>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 23 Jan 2004, Geert Hendrickx wrote:

> Hello, 
> 
> I'm used to having framebuffers in Linux, and I would like to have that in 
> FreeBSD too.  
> 
> I have already reconfigured and recompiled my kernel with "options VESA" 
> enabled.  Then I added this 2 lines to /etc/rc.conf: 
> 	font8x8="/usr/share/syscons/fonts/iso-8x8.fnt"
> 	allscreen_flags="132x43"
> and rebooted, but it still doesn't work.  
> 
> Can anyone help me with this?  
> 
> Many thanks, 

Hi,

the same problem was on my side.
All (except one) VESA modes did not satisfy me.

But I found something:
Try the VESA_800x600 mode (see man vidcontrol) - to do so 
run vidconrtol -g 100x37 VESA_800x600.

First you have to recompile your kernel with:
- options SC_OIXEL_MODE enabled (so you can use the raster text mode).
- compile the vesa support or simply load it with kldload vesa
- vidconrtol -g 100x37 VESA_800x600.

If it is o.k. for you put in your /etc/rc.conf file:

allscreens_flags="-g 100x37 VESA_800x600" and add to /boot/loader.conf:
vesa_load="YES" to load the vesa module at startup.

Oliver
-- 
... don't touch the bang bang fruit



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040123231429.GA2595>