vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi there, kinda new to this news group,... ANyways I compiled my new kernel from source, kernel 2.6.7 i enabled a alot of options such as ntfs write and read support sound card drivers, video card drivers, etc u know the drill... And i thought i would enable the Boot Logo aswell. But after compiling it, i configured lilo (because i have winxp on my other hard drive) and added another option for the new kernel and kept the old kernel for backup. but somehow after i hit enter (to boot the new kernel) there is no visual, i have to blindly enter my login username and password, type in startx to load fluxbox and only then i can have visual .... is there something wrong? i have recompiled the kernel to not use the bootup logo option and it is still happening.. whats wrong? |
| |||
| * coolape <webmaster@evilstorm.co.uk> writes: > I compiled my new kernel from source, kernel 2.6.7 > And i thought i would enable the Boot Logo aswell. > But after compiling it, i configured lilo (because i have winxp on my > other hard drive) and added another option for the new kernel and kept the > old kernel for backup. but somehow after i hit enter (to boot the new > kernel) there is no visual, i have to blindly enter my login username and > password, type in startx to load fluxbox and only then i can have visual > ... is there something wrong? i have recompiled the kernel to not use the > bootup logo option and it is still happening.. whats wrong? Add... vga = normal ....to your `/etc/lilo.conf', and rerun lilo. -- |---<Steve Youngs>---------------<GnuPG KeyID: A94B3003>---| | Ashes to ashes, dust to dust. | | The proof of the pudding, is under the crust. | |----------------------------------<steve@youngs.au.com>---| |
| |||
| -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 In alt.os.linux.slackware, coolape dared to utter, > ... is there something wrong? You SNAFU'd framebuffer. IME this is from using something other than the VGA driver under framebuffer options. I had the same problem with my Radeon card. Solution was to take out the modules for the radeon and use just basic VGA framebuffer. When you go to boot-up and it asks to select your kernel, append "vga=normal" to the boot-up line and you'll get the regular 80 columns wide console. Try again. - -- It is better to hear the rebuke of the wise, Than for a man to hear the song of fools. Ecclesiastes 7:5 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFA64ZelKR45I6cfKARAsBzAJ0Sp5UmZMzUjawlIsdwce V0Nc71BgCfVz/a OTBKY/TF49Ohoq9R/jeIDSw= =9l1m -----END PGP SIGNATURE----- |
| |||
| On 2004-07-07, Steve Youngs <steve@youngs.au.com> wrote: > * coolape <webmaster@evilstorm.co.uk> writes: > > > I compiled my new kernel from source, kernel 2.6.7 > > > And i thought i would enable the Boot Logo aswell. > > But after compiling it, i configured lilo (because i have winxp on my > > other hard drive) and added another option for the new kernel and kept the > > old kernel for backup. but somehow after i hit enter (to boot the new > > kernel) there is no visual, i have to blindly enter my login username and > > > > Add... > > vga = normal > > ...to your `/etc/lilo.conf', and rerun lilo. > And then look at your settings under "graphics support". Most of them should bee set as modules. /Jens -- Slackware | CRUX-1.3.1 PPC window manager improved |
| |||
| "coolape" <webmaster@evilstorm.co.uk> wrote in message news > Hi there, kinda new to this news group,... > ANyways > I compiled my new kernel from source, kernel 2.6.7 > i enabled a alot of options such as ntfs write and read support > sound card drivers, video card drivers, etc u know the drill... > And i thought i would enable the Boot Logo aswell. > But after compiling it, i configured lilo (because i have winxp on my > other hard drive) and added another option for the new kernel and kept the > old kernel for backup. but somehow after i hit enter (to boot the new > kernel) there is no visual, i have to blindly enter my login username and > password, type in startx to load fluxbox and only then i can have visual > ... is there something wrong? i have recompiled the kernel to not use the > bootup logo option and it is still happening.. whats wrong? I had the same problem There are 2 options to work around on this. First option (workaround) is to edit your lilo.conf, change the line vga = (ie. 768) to vga = normal. Then run 'lilo' to make these changes permanent. Second option is to re-compile your kernel with framebuffer support and video mode selection support enabled. This is the recommended option which will give you the best looking console with large screen and high color, although some videocards can't handle it, like my Radeon 9000. Hope this helps. -- Martijn. |
| |||
| >> Thanx boys. the VGA = Normal option worked without recompiling the > kernel.. > > Yes, it works but it's a workaround, not a solution and i hate that Do you have the CONFIG_FRAMEBUFFER_CONSOLE=y option in your kernel config? You should! -- дамјан InÂ*theory,Â*thereÂ*isÂ*noÂ*differenceÂ*betweenÂ*t heoryÂ*andÂ*practice. But,Â*inÂ*practice,Â*thereÂ*is. |