kernel 2.6.4 aiuto
Inviato: mer mar 31, 2004 0:37
da hornet26
ho ricompilato il kernel 2.6.4 e ho sostituito l´immagine del kernel nella directory di boot.
<BR>
<BR>il problema è che subito dopo la schermata di lilo quando parte linux non si vede più niente anche se il pc continua a caricare il s.o.
<BR>in poche parole non vengono più visualizzati i caratteri.
<BR>ho cercato di mettere le impostazioni del config come quelle del 2.4.22 che funziona in maniera ottimale.
<BR>Dove ho sbagliato?
<BR>Grazie a tutti<br>
kernel 2.6.4 aiuto
Inviato: mer mar 31, 2004 9:03
da cRoW2k
Il problema risiede in un conflitto tra la configurazione del VESA fb assieme
<BR>alla modalità VGA 16, disabilitando quest´ultima tutto dovrebbe funzionare: Guarda questa conf e applicala alla tua:
<BR>
<BR>#
<BR># Graphics support
<BR>#
<BR>CONFIG_FB=y
<BR># CONFIG_FB_CYBER2000 is not set
<BR># CONFIG_FB_IMSTT is not set
<BR># CONFIG_FB_VGA16 is not set
<BR>CONFIG_FB_VESA=y
<BR>CONFIG_VIDEO_SELECT=y
<BR># CONFIG_FB_HGA is not set
<BR># CONFIG_FB_RIVA is not set
<BR># CONFIG_FB_MATROX is not set
<BR># CONFIG_FB_RADEON is not set
<BR># CONFIG_FB_ATY128 is not set
<BR># CONFIG_FB_ATY is not set
<BR># CONFIG_FB_SIS is not set
<BR># CONFIG_FB_NEOMAGIC is not set
<BR># CONFIG_FB_3DFX is not set
<BR># CONFIG_FB_VOODOO1 is not set#
<BR># CONFIG_FB_TRIDENT is not set
<BR># CONFIG_FB_VIRTUAL is not set
<BR>
<BR>#
<BR># Console display driver support
<BR>#
<BR>CONFIG_VGA_CONSOLE=y
<BR># CONFIG_MDA_CONSOLE is not set
<BR>CONFIG_DUMMY_CONSOLE=y
<BR>CONFIG_FRAMEBUFFER_CONSOLE=y
<BR>CONFIG_PCI_CONSOLE=y
<BR># CONFIG_FONTS is not set
<BR>CONFIG_FONT_8x8=y
<BR>CONFIG_FONT_8x16=y
<BR><br>