Results 1 to 4 of 4
Hi all, I'm hoping that someone can help.
I went to the /etc/lilo.conf file and I edited the vga code to read vga=791 because I wanted the 1024x768 screen resolution. ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-02-2008 #1Just Joined!
- Join Date
- Feb 2008
- Posts
- 5
Lilo Problem
Hi all, I'm hoping that someone can help.
I went to the /etc/lilo.conf file and I edited the vga code to read vga=791 because I wanted the 1024x768 screen resolution. I opened terminal became su and typed lilo -v
Now when Mandriva 2008 boots it switches over to the proper resolution but I lost the bootsplash that once existed.
Inside the directory /usr/share/bootsplash/themes/Mandriva-One/images I see that a bootsplash exists for this resolution.
The reason I decided to change the resolution was mainly because in its previous state, the bootsplash was off set to the left side of the screen and figured since kde works fine in the same resolution that might do the trick.
Any ideas how to fix this?
Thankyou.
- 02-02-2008 #2
Hi and Welcome !
Post the contents of lilo.conf file here. Have you set correct path of splashimage in lilo.conf?It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-02-2008 #3Just Joined!
- Join Date
- Feb 2008
- Posts
- 5
Thank you for your quick reply Devils_Casper, I have resolved the problem.
Without thinking and being that I was only concerned with editing the lilo.conf file in the area "Label = LInux" since that would be the one I would use most often, I didn't pay any mind to the last label on the list that points to the current kernel, thinking my choice would point to the correct location as a link.
# File generated by DrakX/drakboot
# WARNING: do not forget to run lilo after modifying this file
default="linux"
boot=/dev/hda
map=/boot/map
install=menu
keytable=/boot/us.klt
menu-scheme=wb:bw:wb:bw
compact
prompt
nowarn
timeout=100
message=/boot/message
image=/boot/vmlinuz-desktop586
label="linux"
root=/dev/hda1
initrd=/boot/initrd-desktop586.img
append="resume=/dev/hda5 splash=verbose"
vga=791
image=/boot/vmlinuz
label="linux-nonfb"
root=/dev/hda1
initrd=/boot/initrd.img
append="resume=/dev/hda5 splash=verbose"
image=/boot/vmlinuz
label="failsafe"
root=/dev/hda1
initrd=/boot/initrd.img
append="failsafe"
other=/dev/hdb1
label="windows"
table=/dev/hdb
map-drive=0x80
to=0x81
map-drive=0x81
to=0x80
image=/boot/vmlinuz
label="desktop586_2.6.22.9-1"
root=/dev/hda1
initrd=/boot/initrd.img
append="resume=/dev/hda5 splash=verbose"
vga=788
image=/boot/vmlinuz-2.6.22.12-desktop586-1mdv
label="desktop586_2.6.22.12-1"
root=/dev/hda1
initrd=/boot/initrd-2.6.22.12-desktop586-1mdv.img
append="resume=/dev/hda5 splash=verbose"
vga=791
I like to see the activity of the boot in verbose mode, but did not like the plainness of the black screen in which I was giving after my error. I am happy that the results have also centered the bootsplash.
Thank you again for you time.
Take Care.
- 02-04-2008 #4
Well Done !
and thanx for posting lilo.conf here. It will help other members having similar problem.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
