Pagina 1 di 1
ricompilazione kernel
Inviato: mar 15 feb 2005, 22:34
da jack05
ciao a tutti sono nuovo!
<BR>
<BR>ho recentemente installato la salckware 10.1 su un vecchio portatile ed è andato tutto bene (per fortuna!!)
<BR>
<BR>successivamente ho deciso di aggiornare il kernel con la versione 2.6.4 non modificando alcuna impostazione. l´installazione è andata a buon fine però la risoluzione delle console era di 800x600 e non di 1024x768 come accadeva nella vecchia configurazione.
<BR>
<BR>Girando un pò tra i forum ho trovato una impostazione del kernel che qui riporto
<BR>
<BR>Graphics support
<BR>Console dysplay driver support[/b]
<BR>VGA text console (NEW)
<BR>video mode selection
<BR>Frame buffer console support
<BR>select compiled-in fonts
<BR>VGA 8x8 font
<BR>VGA 8x16 font
<BR>logo configuration:
<BR>Standard 224-color Linux log
<BR>
<BR>
<BR>settando questi parametri però all´ avvio ho solo uno schermo nero!!
<BR>
<BR>la mia domanda è come devo fare per avere uno schermo con risoluzione a 1024 e il logo del pinguino in alto come nella configurazione originale di slackware???
<BR>
<BR>avrei anche una richiesta :-]
<BR>dove posso trovare un how-to che mi spieghi il significato delle voci del kernel (anche in eng) ??
<BR>
<BR>vi ringarzio per l´ aiuto!!
<BR>
<BR>
<BR> :-] <br>
ricompilazione kernel
Inviato: mar 15 feb 2005, 23:47
da samiel
Beh, hai tutto nero se sbagli qualcosa. E cioè se metti M invece di *.
<BR>A me funziona così:
<BR>
<BR>-------------------------------------------------------------------------------
<BR># Graphics support
<BR>#
<BR>CONFIG_FB=y
<BR>CONFIG_FB_MODE_HELPERS=y
<BR># CONFIG_FB_TILEBLITTING is not set
<BR># CONFIG_FB_CIRRUS is not set
<BR># CONFIG_FB_PM2 is not set
<BR># CONFIG_FB_CYBER2000 is not set
<BR># CONFIG_FB_ASILIANT 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_I810 is not set
<BR># CONFIG_FB_INTEL is not set
<BR># CONFIG_FB_MATROX is not set
<BR># CONFIG_FB_RADEON_OLD is not set
<BR>CONFIG_FB_RADEON=m
<BR>CONFIG_FB_RADEON_I2C=y
<BR># CONFIG_FB_RADEON_DEBUG is not set
<BR># CONFIG_FB_ATY128 is not set
<BR># CONFIG_FB_ATY is not set
<BR># CONFIG_FB_SAVAGE is not set
<BR>CONFIG_FB_SIS=m
<BR>CONFIG_FB_SIS_300=y
<BR>CONFIG_FB_SIS_315=y
<BR># CONFIG_FB_NEOMAGIC is not set
<BR># CONFIG_FB_KYRO 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_DUMMY_CONSOLE=y
<BR>CONFIG_FRAMEBUFFER_CONSOLE=y
<BR>CONFIG_FONTS=y
<BR>CONFIG_FONT_8x8=y
<BR>CONFIG_FONT_8x16=y
<BR># CONFIG_FONT_6x11 is not set
<BR># CONFIG_FONT_PEARL_8x8 is not set
<BR># CONFIG_FONT_ACORN_8x8 is not set
<BR># CONFIG_FONT_MINI_4x6 is not set
<BR># CONFIG_FONT_SUN8x16 is not set
<BR># CONFIG_FONT_SUN12x22 is not set
<BR>
<BR>#
<BR># Logo configuration
<BR>#
<BR>CONFIG_LOGO=y
<BR># CONFIG_LOGO_LINUX_MONO is not set
<BR># CONFIG_LOGO_LINUX_VGA16 is not set
<BR>CONFIG_LOGO_LINUX_CLUT224=y
<BR>-------------------------------------------------------------
<BR>
<BR>M.<br>
ricompilazione kernel
Inviato: mer 16 feb 2005, 0:01
da wally
Scusa samiel, ma come si fa ad ottenere il logo del pinguino al boot... ho ricompilato piu´ volte, ma , mentre su P2 400 ci riesco, sul mio P4 non viene mai... Quale e´ l´impostazione specifica ?

<BR>
<BR>Grazie<br>
ricompilazione kernel
Inviato: mer 16 feb 2005, 9:47
da jack05
continua a non funzionare!!! c´è qalche altro modo???? HELP!!!<br>
ricompilazione kernel
Inviato: mer 16 feb 2005, 10:05
da rob
i due moduli (da compilare staticamente) sono già stati indicati da samiel e sono:
<BR>
<BR>graphic support >> console display driver support >> video mode selection support
<BR>graphic support >> console display driver support >> framebuffer console support
<BR>
<BR>mentre il pinguino lo vedi compilando staticamente _solo_ questi 2 moduli:
<BR>
<BR>graphic support >> logo configuration >> Bootup logo
<BR>graphic support >> logo configuration >> standard 224-color Linux logo
<BR>(se lo vuoi a 224 colori)
<BR>
<BR>disabilita infine
<BR>
<BR>graphic support >> console display driver support >> select compiled-in fonts
<BR>
<BR>ciao, rob<br>
ricompilazione kernel
Inviato: mer 16 feb 2005, 10:09
da rob
scusa, ho dimenticato le altre 2 domande:
<BR>
<BR>1. la risoluzione 1024x768 la imposti in lilo.conf (io uso vga=773)
<BR>2. le voci del kernel mi sembrano già ben spiegate nel menu di configurazione
<BR>
<BR>ciao, rob<br>
ricompilazione kernel
Inviato: mer 16 feb 2005, 12:40
da jack05
grazie rob però continua a nn funzionare nn riesco a capire dove sia il problema!!!
<BR>
<BR>il kernel compilato funziona perchè pur non vedendo nulla riesco a loggarmi e a far partire l´interfaccia grafica quindi credo nn sia un problema di ricompilazione!
<BR>
<BR>
<BR>col dire " i due moduli (da compilare staticamente)" intendi dire inserire il segno di spunta (nel caso di xconfig) o (nel vaso di menuconfig) mettere Y???
<BR>
<BR><br>
ricompilazione kernel
Inviato: ven 8 apr 2005, 18:44
da pennega
stesso mio problema col 2.6.11.5...
<BR>
<BR>comunque si il segno di spunta su xconfig ti compila il modulo come statico e il punto come modulo
<BR>in menuconfig la Y vuol dire built-in (statico) e la M modulo<br>
ricompilazione kernel
Inviato: sab 9 apr 2005, 17:02
da pennega
ok io ho risolto... il problema stavas nel fatto che i moduli ha avevo impostati ma non built-in... controlla anche tu magari è solo quello...<br>