Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1346 connectés 

  FORUM HardWare.fr
  Linux et OS Alternatifs

  pas de console avec new kernel

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

pas de console avec new kernel

n°36007
die488
Posté le 19-10-2001 à 23:48:20  profilanswer
 

J'ai recompilé le noyau (2.4.12) et quand je boote, je vois rien a l'écran mais il boote correctement car si je tappe startx, je rentre dans X et je le vois. Mais si je logoff, j'ai mon écran noir... Il n'y a que l'interface graphique qui fonctionne (et le reste des processus...)
Comment faire pour ravoir ma console sans X ?
Merci d'avance

mood
Publicité
Posté le 19-10-2001 à 23:48:20  profilanswer
 

n°36009
911GT3
en roue libre
Posté le 19-10-2001 à 23:51:08  profilanswer
 

mauvais choix d'options :D
 
cf console driver et VGA text console pour voir

n°36010
911GT3
en roue libre
Posté le 19-10-2001 à 23:52:03  profilanswer
 

Saying Y here will allow you to use Linux in text mode through a
display that complies with the generic VGA standard. Virtually
everyone wants that.
 
The program SVGATextMode can be used to utilize SVGA video cards to
their full potential in text mode. Download it from
<ftp://metalab.unc.edu/pub/Linux/utils/console>.
 
Say Y.

n°36012
911GT3
en roue libre
Posté le 19-10-2001 à 23:54:17  profilanswer
 

regarde aussi:
Virtual terminal dans la section 'caractere devices'
 
....
If unsure, say Y, or else you won't be able to do much with your new
shiny Linux system :-)

 

[edtdd]--Message édité par 911GT3--[/edtdd]

n°36018
die488
Posté le 20-10-2001 à 00:16:28  profilanswer
 

aille, ca veut dire que je dois recompiler...
zut

n°36019
911GT3
en roue libre
Posté le 20-10-2001 à 00:17:41  profilanswer
 

refait un xconfig et regarde si ces options sont activées ou non. si c'est non, c'est oui :D

n°36022
die488
Posté le 20-10-2001 à 00:21:08  profilanswer
 

VGA text console est activé...
mais a mon avis c'est le framebuffer qui fait des probs...

n°36026
911GT3
en roue libre
Posté le 20-10-2001 à 00:27:31  profilanswer
 

et virtual termninal du 'caractere device' ?
et support for console on vuirtual terminal (en dessous) ?
 
C'est surtout ces deux la en fait ;)

 

[edtdd]--Message édité par 911GT3--[/edtdd]

n°36027
die488
Posté le 20-10-2001 à 00:28:10  profilanswer
 

Voici un extrait de ma config kernel
#
# Console drivers
#
CONFIG_VGA_CONSOLE=y
CONFIG_VIDEO_SELECT=y
# CONFIG_MDA_CONSOLE is not set
 
#
# Frame-buffer support
#
CONFIG_FB=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_FB_RIVA=m
# CONFIG_FB_CLGEN is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_VESA is not set
# CONFIG_FB_VGA16 is not set
# CONFIG_FB_HGA is not set
CONFIG_VIDEO_SELECT=y
# CONFIG_FB_MATROX is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_VIRTUAL is not set
# CONFIG_FBCON_ADVANCED is not set
CONFIG_FBCON_CFB8=m
CONFIG_FBCON_CFB16=m
CONFIG_FBCON_CFB32=m
# CONFIG_FBCON_FONTWIDTH8_ONLY is not set
# CONFIG_FBCON_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
 
#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_SERIAL=y
# CONFIG_SERIAL_CONSOLE is not set
# CONFIG_SERIAL_EXTENDED is not set
# CONFIG_SERIAL_NONSTANDARD is not set
CONFIG_UNIX98_PTYS=y
CONFIG_UNIX98_PTY_COUNT=256

 

[edtdd]--Message édité par die488--[/edtdd]

n°36030
911GT3
en roue libre
Posté le 20-10-2001 à 00:31:47  profilanswer
 

# Frame-buffer support
#
# CONFIG_FB is not set
 
mais
 
 
 
#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_SERIAL=y

 

[edtdd]--Message édité par 911GT3--[/edtdd]

mood
Publicité
Posté le 20-10-2001 à 00:31:47  profilanswer
 

n°36031
911GT3
en roue libre
Posté le 20-10-2001 à 00:34:47  profilanswer
 

oups :D
théorie plantée :sarcastic:
 
je réfléchi ;)

n°36032
die488
Posté le 20-10-2001 à 00:36:28  profilanswer
 

merci qd même ;)

n°36035
911GT3
en roue libre
Posté le 20-10-2001 à 00:42:06  profilanswer
 

tu as une Kyro ? pourquoi le framebuffer ?
 
sinon, CONFIG_VIDEO_SELECT=y m'intrigue.

Citation :

This enables support for text mode selection on kernel startup. If
you want to take advantage of some high-resolution text mode your
card's BIOS offers, but the traditional Linux utilities like
SVGATextMode don't, you can say Y here and set the mode using the
"vga=" option from your boot loader (lilo or loadlin) or set
"vga=ask" which brings up a video mode menu on kernel startup.


 
essaie de passer vga=80x25 comme argument à lilo.
ou vga=ask.
 

Citation :

he video mode to be used is selected by a kernel parameter which can be
specified in the kernel Makefile (the SVGA_MODE=... line) or by the "vga=..."
option of LILO (or some other boot loader you use) or by the "vidmode" utility
(present in standard Linux utility packages). You can use the following values
of this parameter:
 
   NORMAL_VGA - Standard 80x25 mode available on all display adapters.
 
   EXTENDED_VGA - Standard 8-pixel font mode: 80x43 on EGA, 80x50 on VGA.
 
   ASK_VGA - Display a video mode menu upon startup (see below).

 

[edtdd]--Message édité par 911GT3--[/edtdd]

n°36046
die488
Posté le 20-10-2001 à 00:59:08  profilanswer
 

non, j'ai un Geforce MX mais je suis en train de recompiler sans le framebuffer, je pense que ca vient de là.
Pour lilo, je teste aussi
merci
je te dis quoi si j'ai avancé

n°36052
die488
Posté le 20-10-2001 à 01:10:05  profilanswer
 

bon ben voilà, ca marche ;)
Je sais pas si c'est parce que j'ai compilé sans le framebuffer ou bien si c'est lilo mais ca marche !
Merci bcp


Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Linux et OS Alternatifs

  pas de console avec new kernel

 

Sujets relatifs
Linux en mode console et résolution d'écrantaille police ds la console sous linux
kernel 2.2.19 ==> 2.4.9kernel panic
Erreur kernel ou autre ?Suse 7.0 + Kernel 2.4.9 + USB + Ultra vieille mobo (P233MMX)
diff entre Kernel normal et Kernel-smpipv6 et kernel panic
Problème avec make install dans NVIDIA_kernel helpppppppppprobleme de modprobe apres compilation du kernel
Plus de sujets relatifs à : pas de console avec new kernel


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR