kernel 2.6.0 vesafb console

Hast Du Probleme mit Hardware, die durch die anderen Foren nicht abgedeckt werden? Schau auch in den "Tipps und Tricks"-Bereich.
Antworten
maXim
Beiträge: 12
Registriert: 15.09.2003 13:43:13
Wohnort: Germany

kernel 2.6.0 vesafb console

Beitrag von maXim » 24.12.2003 00:25:49

Hi!

Irgendwie krieg ich die vesafb-console mit dem 2.6.0er kernel nicht hin. Mit 2.4.23 hatte ich vga=775. Mit dem 2.6er gehts nur mit der std. auflösung. Haben sich die options da geändert? Aus der doc und google werd ich nicht schlauer ....
<psIRE> I had sex once, very tiring
<Mulder> lol
<Snipe> yeh me too.... oh wait no that was the time i installed linux

Benutzeravatar
chimaera
Beiträge: 3804
Registriert: 01.08.2002 01:31:18
Lizenz eigener Beiträge: MIT Lizenz

Beitrag von chimaera » 24.12.2003 00:42:09

unterstützung für framebuffer/framebuffer für konsole/vesa vga graphic im kernel?
[..] Linux is not a code base. Or a distro. Or a kernel. It's an attitude. And it's not about Open Source. It's about a bunch of people who still think vi is a good config UI. - Matt's reply on ESR's cups/ui rant

maXim
Beiträge: 12
Registriert: 15.09.2003 13:43:13
Wohnort: Germany

Beitrag von maXim » 24.12.2003 00:55:49

ich hab natürlich die vesafb unterstützung im kernel aktiviert. Genauso wie Video mode selection support.

Hier der Teil aus der .config

#
# Graphics support
#
CONFIG_FB=y
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_IMSTT is not set
CONFIG_FB_VGA16=y
CONFIG_FB_VESA=y
CONFIG_VIDEO_SELECT=y
# CONFIG_FB_HGA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_MATROX is not set
CONFIG_FB_RADEON=m
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_VIRTUAL is not set

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
# CONFIG_MDA_CONSOLE is not set
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_PCI_CONSOLE=y
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y

#
# Logo configuration
#
CONFIG_LOGO=y
CONFIG_LOGO_LINUX_MONO=y
CONFIG_LOGO_LINUX_VGA16=y
CONFIG_LOGO_LINUX_CLUT224=y
<psIRE> I had sex once, very tiring
<Mulder> lol
<Snipe> yeh me too.... oh wait no that was the time i installed linux

Antworten