Splash is wrong resolution

All Gurus once were Newbies
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read this

Splash is wrong resolution

Postby melchizedek on Tue Jun 10, 2008 6:16 pm

Okay, I've had a few problems getting my resolution right...problems that I'm happy to say are now behind me (hopefully). I'm kind of tidying up a little after the big work, and I know this may sound a little trivial, but the splash screen that kicks in after choosing Linux MINT, but before the log-in splash......it's the wrong size. It's still showing as if my resolution were 640x480, and to be honest, it looks a bit feeble......Linux Mint in big letters and such.

So my question is, is it possible to change this splash to one better suited to my resolution?
ASUS M2N68 PLUS | AMD Phenom 2.3 GHz x4 64 processor | 3D Fuzion 7600GS nVidia video | Corsair 2GB DDR2 PC-5300 dual channel | BENQ DVD+RW | 500 GB SATA HD (7200) | 250 GB SATA-300 Seagate Barracuda (7200) | Soundblaster Live | Mint 7.0/XP dual boot.
melchizedek
Level 1
Level 1
 
Posts: 49
Joined: Wed Mar 26, 2008 6:59 pm

Linux Mint is funded by ads and donations.
 

Re: Splash is wrong resolution

Postby Lim-Dul on Tue Jun 10, 2008 9:30 pm

Yeah - I had that problem as well. I tried many solutions but in the end "startupmanager", a GUI tool, did the trick for me. Set your splash screen to use 1024x768 and you'll be fine.

Get startupmanager from the repos through MintInstall (for example) and you might need to run it as root if it doesn't prompt you to do it.
War does not determine who is right - only who is left. - Bertrand Russell
User avatar
Lim-Dul
Level 2
Level 2
 
Posts: 71
Joined: Thu Jun 05, 2008 4:59 pm
Location: Europe->Poland->Warsaw

Re: Splash is wrong resolution

Postby melchizedek on Tue Jun 10, 2008 10:29 pm

Lim-Dul wrote:Yeah - I had that problem as well. I tried many solutions but in the end "startupmanager", a GUI tool, did the trick for me. Set your splash screen to use 1024x768 and you'll be fine.

Get startupmanager from the repos through MintInstall (for example) and you might need to run it as root if it doesn't prompt you to do it.


Thanks for the tip. It's been a partial success. I installed StartUp-Manager, but when I changed the resolution from 800x600 to 1280x1024, the splash looked too small to fill the screen. There was a big black border all the way around it. Anyway, I've masked the problem somewhat by using the black theme.....so the black border blends in with the splash theme, and you can't see that it's too small. It's a workable fix for now. Unless you or anyone else know how to get the existing splash to fill out the full screen???

Thanks again
ASUS M2N68 PLUS | AMD Phenom 2.3 GHz x4 64 processor | 3D Fuzion 7600GS nVidia video | Corsair 2GB DDR2 PC-5300 dual channel | BENQ DVD+RW | 500 GB SATA HD (7200) | 250 GB SATA-300 Seagate Barracuda (7200) | Soundblaster Live | Mint 7.0/XP dual boot.
melchizedek
Level 1
Level 1
 
Posts: 49
Joined: Wed Mar 26, 2008 6:59 pm

Re: Splash is wrong resolution

Postby Lim-Dul on Tue Jun 10, 2008 10:56 pm

Hmm - I did some additional things, too, so maybe the combination of all of them did the trick. I'll let you know when I wake up and boot to Mint again. ^^
War does not determine who is right - only who is left. - Bertrand Russell
User avatar
Lim-Dul
Level 2
Level 2
 
Posts: 71
Joined: Thu Jun 05, 2008 4:59 pm
Location: Europe->Poland->Warsaw

Re: Splash is wrong resolution

Postby melchizedek on Wed Jun 11, 2008 5:37 am

Lim-Dul wrote:Hmm - I did some additional things, too, so maybe the combination of all of them did the trick. I'll let you know when I wake up and boot to Mint again. ^^


Will look forwards to it....thanks.
ASUS M2N68 PLUS | AMD Phenom 2.3 GHz x4 64 processor | 3D Fuzion 7600GS nVidia video | Corsair 2GB DDR2 PC-5300 dual channel | BENQ DVD+RW | 500 GB SATA HD (7200) | 250 GB SATA-300 Seagate Barracuda (7200) | Soundblaster Live | Mint 7.0/XP dual boot.
melchizedek
Level 1
Level 1
 
Posts: 49
Joined: Wed Mar 26, 2008 6:59 pm

Re: Splash is wrong resolution

Postby deadguy on Wed Jun 11, 2008 5:40 am

or, you can change your usplash.conf file.

open a terminal and type:
Code: Select all
gksudo gedit /etc/usplash.conf


change the resolution to 1024x768
like this:
Code: Select all
# Usplash configuration file
# These parameters will only apply after running update-initramfs.

xres=1024
yres=768


save the file then,back to the terminal:


Code: Select all
sudo update-initramfs -u
User avatar
deadguy
Level 5
Level 5
 
Posts: 710
Joined: Wed Aug 15, 2007 9:41 pm
Location: Illinois USA

Re: Splash is wrong resolution

Postby melchizedek on Wed Jun 11, 2008 7:42 am

deadguy wrote:or, you can change your usplash.conf file.

open a terminal and type:
Code: Select all
gksudo gedit /etc/usplash.conf


change the resolution to 1024x768
like this:
Code: Select all
# Usplash configuration file
# These parameters will only apply after running update-initramfs.

xres=1024
yres=768


save the file then,back to the terminal:


Code: Select all
sudo update-initramfs -u


Hmmmm...I tried this but the xres/yres values are as they should be (1280x1024). Yet the splash is still small in the centre of the screen with a thick black border around it.
ASUS M2N68 PLUS | AMD Phenom 2.3 GHz x4 64 processor | 3D Fuzion 7600GS nVidia video | Corsair 2GB DDR2 PC-5300 dual channel | BENQ DVD+RW | 500 GB SATA HD (7200) | 250 GB SATA-300 Seagate Barracuda (7200) | Soundblaster Live | Mint 7.0/XP dual boot.
melchizedek
Level 1
Level 1
 
Posts: 49
Joined: Wed Mar 26, 2008 6:59 pm

Re: Splash is wrong resolution

Postby Lim-Dul on Wed Jun 11, 2008 10:05 am

Yeah - in my case that didn't help either but leave it as it is because that might be a contributing factor to the final solution. The last thing I'd recommend doing is doing a sudo gedit /boot/grub/menu.lst and adding the vga=XXX parameter to the Mint boot entry.

Here's a table what XXX should be for some popular resolution/color depth combos:

Code: Select all
Color depth      | 640x480  800x600  1024x768 1280x1024
-----------------+-------------------------------------
256        (8bit)|  769      771       773      775
32000     (15bit)|  784      787       790      793
65000     (16bit)|  785      788       791      794
16.7 Mill.(24bit)|  786      789       792      795


I added vga=795 because I run 1280x1024 (the same as you, I believe?). Once you have done that you can further mess around with the startupmanager - maybe another resolution option will make usplash display correctly?
War does not determine who is right - only who is left. - Bertrand Russell
User avatar
Lim-Dul
Level 2
Level 2
 
Posts: 71
Joined: Thu Jun 05, 2008 4:59 pm
Location: Europe->Poland->Warsaw

Re: Splash is wrong resolution

Postby melchizedek on Wed Jun 11, 2008 2:42 pm

Lim-Dul wrote:Yeah - in my case that didn't help either but leave it as it is because that might be a contributing factor to the final solution. The last thing I'd recommend doing is doing a sudo gedit /boot/grub/menu.lst and adding the vga=XXX parameter to the Mint boot entry.

Here's a table what XXX should be for some popular resolution/color depth combos:

Code: Select all
Color depth      | 640x480  800x600  1024x768 1280x1024
-----------------+-------------------------------------
256        (8bit)|  769      771       773      775
32000     (15bit)|  784      787       790      793
65000     (16bit)|  785      788       791      794
16.7 Mill.(24bit)|  786      789       792      795


I added vga=795 because I run 1280x1024 (the same as you, I believe?). Once you have done that you can further mess around with the startupmanager - maybe another resolution option will make usplash display correctly?


I was already running vga=795. Tried a bigger resolution and nothing shows up at all after an unsupported resolution type warning. Tried a smaller one, which actually fills the screen, but the logo is very large in the centre and it looks a bit ugly. So went back to the one that should fit, and back to thick black borders again. Oh well, to be honest, using the mint-black background is good enough. Although I know it's hiding a multitude of sins, it certainly doesn't look as if it is, and it's not effecting how my computer runs.....so I guess it'll do for now.

Thanks a lot for your suggestions though :D
ASUS M2N68 PLUS | AMD Phenom 2.3 GHz x4 64 processor | 3D Fuzion 7600GS nVidia video | Corsair 2GB DDR2 PC-5300 dual channel | BENQ DVD+RW | 500 GB SATA HD (7200) | 250 GB SATA-300 Seagate Barracuda (7200) | Soundblaster Live | Mint 7.0/XP dual boot.
melchizedek
Level 1
Level 1
 
Posts: 49
Joined: Wed Mar 26, 2008 6:59 pm

Re: Splash is wrong resolution

Postby deadguy on Sat Jun 14, 2008 6:52 am

melchizedek wrote:
deadguy wrote:or, you can change your usplash.conf file.

open a terminal and type:
Code: Select all
gksudo gedit /etc/usplash.conf


change the resolution to 1024x768
like this:
Code: Select all
# Usplash configuration file
# These parameters will only apply after running update-initramfs.

xres=1024
yres=768


save the file then,back to the terminal:


Code: Select all
sudo update-initramfs -u


Hmmmm...I tried this but the xres/yres values are as they should be (1280x1024). Yet the splash is still small in the centre of the screen with a thick black border around it.


but did you try any other resolution such as 1024x768?
just curious.
User avatar
deadguy
Level 5
Level 5
 
Posts: 710
Joined: Wed Aug 15, 2007 9:41 pm
Location: Illinois USA

Re: Splash is wrong resolution

Postby Gee on Sun Jul 27, 2008 9:33 am

Hi changing the resolution in the gksudo gedit /etc/usplash.conf did it for me in the logout splash but the loader on the beginning still does not have the correct resolution...
BTW i tried to install the strartup manager, but it does not launch.
Gee
Level 1
Level 1
 
Posts: 1
Joined: Sun Jul 27, 2008 9:18 am

Re: Splash is wrong resolution

Postby chuckiek on Fri Sep 04, 2009 8:02 pm

Thanks
gksudo gedit /etc/usplash.conf

worked great! :D
chuckiek
Level 1
Level 1
 
Posts: 1
Joined: Fri Sep 04, 2009 7:48 pm

Re: Splash is wrong resolution

Postby smokeymtn_ron on Fri Sep 04, 2009 8:53 pm

Gee,
I had the same problem getting startup manager to launch. Try this:

Right click on the menu icon and select "Edit Menu" from the popup menu. Go to "Administration" (you may have to scroll down) in Menus. Click on "Administration and a list of applications will come up in the right window. Click on startupmanager then click "Properties" The startupmanager launcher will appear. In the command box, change "su-to-root -X-c " to "gksu" without touching the rest ofthe start command. Close the menu editor and try launching startupmanager from mintMenu. It should work.


(Wish I could find the post where I got this so I can give the proper credit :oops: )

Ron
User avatar
smokeymtn_ron
Level 3
Level 3
 
Posts: 156
Joined: Mon May 18, 2009 8:03 pm
Location: Southeast Asia

Linux Mint is funded by ads and donations.
 

Return to Newbie Questions

Who is online

Users browsing this forum: Google [Bot] and 27 guests