Re: Boot in framebuffer
On Thu, Sep 26, 2002 at 02:52:47PM +0200, damon wrote:
> Con le altre distro e' gia' impostato ... Con la debian come devo fare
> per attivare il fb dal boot ??
devi mettere in /etc/modules il nome del modulo del frame buffer adatto alla
tua scheda video , e in /etc/rcX.d/ un link ad uno script che metterai in
/etc/init.d/ con i comandi per configurarlo.
Se per esempio hai una matrox G450 metti in /etc/module:
matroxfb_g450
e nello script di init
#!/bin/sh
fbset 800x600-90 -a -depth 32
Buona fortuna
Reply to: