LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Console frambuffer problem (https://www.linuxquestions.org/questions/slackware-14/console-frambuffer-problem-308430/)

i_8_tacos 03-31-2005 09:17 PM

Console frambuffer problem
 
I compiled a new kernel (2.6.11.6) but i can't get the console framebuffer to work.
i enabled Framebuffer support, Radeonfb, vesa_fb (module), vga text console, and video mode select (the "vga=" option). But all i get on boot is just a black screen. I know its just a simple problem, becuase my system works, i can wait till it finishes booting and start X, but i can't see anything in the console.

also, do i need to enable one of the fonts options in the console framebuffer menu?


any help is greatly apreciated.

gbonvehi 03-31-2005 09:35 PM

Take a look here: http://www.linuxquestions.org/questi...461#post660461

i_8_tacos 04-03-2005 11:19 AM

i looked at the post and made sure i had all the options enabled, and i STILL can't get it working!
I notice that i could find 1 option: CONFIG_PCI_CONSOLE
i looked inside .config with pico and i could find it either so i just added it manually.

I also have two different FrameBuffer drivers enabled.... Is it possible that they conflict?

mdarby 04-03-2005 11:41 AM

Vesa needs to be compiled in. (Module won't work ;))

i_8_tacos 04-03-2005 12:26 PM

the Vesa_fb IS compiled into the kernel.

i already tried removing the radeonFB driver but have had no success.i still see just a black screen.

im pretty sure its something i'm doing wrong, but i haven't found the problem.
i'll try to post my .config later.

thanks for the help/patience.

i_8_tacos 04-04-2005 10:42 PM

I still haven't found a solution to the problem, I really need help on this one.

i've tried to compile my kernel, after doing a make mrproper, over and over again. i cant figure it out

gbonvehi 04-04-2005 11:02 PM

After correcting the values with the link I gave you here, did you actually recompiled and installed again the kernel?
If you did, post the relevant lines from your .config (Graphics support, Console display driver support and maybe some other).

i_8_tacos 04-06-2005 07:15 PM

Quote:

#
# Graphics support
#
CONFIG_FB=y
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ASILIANT 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_I810 is not set
# CONFIG_FB_INTEL is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON_OLD is not set
CONFIG_FB_RADEON=y
CONFIG_FB_RADEON_I2C=y
# CONFIG_FB_RADEON_DEBUG is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO 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_FONTS=y
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
# CONFIG_FONT_6x11 is not set
# CONFIG_FONT_PEARL_8x8 is not set
# CONFIG_FONT_ACORN_8x8 is not set
# CONFIG_FONT_MINI_4x6 is not set
# CONFIG_FONT_SUN8x16 is not set
# CONFIG_FONT_SUN12x22 is not set

#
# Logo configuration
#
# CONFIG_LOGO is not set
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set


cathectic 04-06-2005 08:01 PM

As you've enabled CONFIG_FB_RADEON_I2C, is the relevant I2C stuff therefore also enabled?

Device Drivers --> I2C Support

ciotog 04-07-2005 01:49 AM

Do you use lilo or grub? Maybe the problem is with one of those.

I use lilo installed in the master boot record and use 1024x768x256 mode. Here are the relevant lines in the global section:
Code:

        boot = "/dev/hda"
        # VESA framebuffer console @ 1024x768x256
        vga = "773"

Don't forget to rerun lilo after any changes!


All times are GMT -5. The time now is 11:03 PM.