Fedora Linux Support Community & Resources Center
  #1  
Old 30th May 2012, 07:00 PM
g2geo94 Offline
Registered User
 
Join Date: May 2012
Location: Georgia
Posts: 3
windows_xp_2003chrome
Unhappy [SOLVED] GRUB 2 Bad Screen Res

Okay, I'm at my wit's end here. The past four days I've been trying to install a proper tri-boot system, with Ubuntu and Fedora (on separate attempts) holding the bootloader. They both use Grub 2. Whenever I install the system, each one tries to install Grub properly, but fails to set a proper screen resolution.
Now if I had my old ViewSonic, this wouldn't bother me as that thing can display an extremely wide range of resolutions -clearly or not-. Anyways, my Dell LCD requests 1920x1080 @ 60Hz whenever Grub 2 bootloader should be displaying.

Yes, I've searched around on forums. All over Google, with varying keywords including (but not limited to) Grub 2, Ubuntu, Fedora, Screen Resolution, No Display, etc.

As a result and thus far, the best bit of advice I've received is to edit the grub file in /etc/default/, which I brought up lacking the
Code:
#GRUB_GFXMODE=
line. Upon my addition of the line with my proper screen mode, I still had no luck in getting display. As last ditch efforts, I have tried backing the resolution at GRUB using Ctrl+Alt+Backspace and Ctrl+Shift+Backspace, unsure of which key combo used to send the screen res to default signal.

Also, I feel the need to mention that my monitor has proven to display the default console resolution.

If anyone here has ANY further suggestions, PLEASE tell me. Thank you in advance.

-Geoffrey

Last edited by g2geo94; 30th May 2012 at 08:10 PM. Reason: Adding [SOLVED] tag as this question has been answered appropriately.
Reply With Quote
  #2  
Old 30th May 2012, 07:48 PM
glennzo's Avatar
glennzo Online
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,933
windows_xp_2003firefox
Re: GRUB 2 Bad Screen Res

Have you seen DBelton's suggestion in this thread?
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
Reply With Quote
  #3  
Old 30th May 2012, 07:50 PM
PabloTwo's Avatar
PabloTwo Online
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,128
linuxchrome
Re: GRUB 2 Bad Screen Res

Hello Geoffrey, and welcome to the forum.

Well, thet fact that you're dealing with grub2 tells us that you have F15 or higher, but when posting for help, it is greatly helpful to the folks who might offer help if you would also mention which specific release of Fedora you're dealing with.

If you added a line "#GRUB_GFXMODE=some_resolution" to the /etc/default/grub file, two things:

1) Beginning a line with "#" makes it a comment line, which is ignored.
The line needs to be "GRUB_GFXMODE=some_resolution", without the leading # character.

2) Any edits to the /etc/default/grub file are not activated until after you then run, as root:
Code:
grub2-mkconfig -o /boot/grub2/grub.cfg
The actual grub2 config file settings are in /boot/grub2/grub.cfg. Running the grub2-mkconfig command as shown above reads the entries in /etc/default/grub and applies them to the /boot/grub2/grub.cfg file. It also runs all the scripts in the /etc/grub.d/ directory.

Also, you do not necessarily need to attempt (and probably shouldn't) to make your grub2 menu screen jump to the full native resolution of your LCD monitor. Something smaller will work just as well. My LCD monitor has a native resolution 1920x1080, but in my /etc/default/grub file, my entry is this:
Quote:
GRUB_GFXMODE=1440x900x16
GRUB_GFXPAYLOAD_LINUX=keep
Even with a smaller than "native" resolution, 1440x900 requires using a larger font size, otherwise the font would appear tiny. the "x16" part is optional, and sets the color bit depth (it could be 8, 16, 24 or 32).

Once you boot into your desktop session, your session can set the final graphics resolution to use.
Reply With Quote
  #4  
Old 30th May 2012, 08:09 PM
g2geo94 Offline
Registered User
 
Join Date: May 2012
Location: Georgia
Posts: 3
windows_xp_2003chrome
Re: GRUB 2 Bad Screen Res

Thank you, Pablo2, your response is the help I've been seeking, as it does clear the air of some uncertainties I had been having about Grub's config. I was aware of the comment symbol (#) and had gotten rid of it, but had no idea of the required command to execute afterwords.
Also, I do apologize for neglecting to supply the version of Fedora I was running, normally I do try and provide such information. xP
For record's sake, the version is 17, x86_64.

Alright, after completing the steps you have provided, I was able to reboot and finally see the screen that has been ever hidden from my view. Thanks again. Everything is finally at peace once more with my system.
Reply With Quote
Reply

Tags
bad, grub, res, screen

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Is that hideous GRUB splash screen the current GRUB default? Mariusz W Reviews, Rants & Things That Make You Scream 10 29th May 2011 01:29 AM
GRUB fails with "GRUB" on screen but not when chainloaded from CD jimwrightbe Installation and Live Media 18 31st March 2008 12:57 AM
GRUB screen instead of install splash screen varelg Installation and Live Media 5 8th June 2006 03:19 AM
Grub prompt instead of grub menu and splash screen Alan Installation and Live Media 5 29th May 2006 04:56 PM


Current GMT-time: 19:24 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat