LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 11-16-2007, 08:30 PM   #1
hamster
Member
 
Registered: Apr 2003
Location: Waterford, Ireland
Distribution: Mandrivia 2006.1, Ubuntu 7.10
Posts: 188

Rep: Reputation: 30
blank screen during boot up when setting vga=795


Hi,

I have disabled the splash screen - which worked fine by editing the /boot/grub/menu.lst file removing reference to splash. However this leaves very large blurry 640x480 terminal text during boot up and or when exiting to tty.
So the kernel line has quiet and splash removed and vga=795 put in. 795 is the code for 24-bit 1280x1024.
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=e870d1a9-e118-459c-8f23-903daa9f4b98 ro vga=795

Upon reboot - only see blank screen before login. I also tried 794, 791 (1024x768) but all made no difference.

I have a Nvidia GT7600
Ubuntu 7.10 (kernel 2.6.22-14)

The above follows the official guidelines, ie just need to add vga=xxx.

Tried this suggestion - but upon reboot - no joy.
1. sudo vi /etc/initramfs-tools/modules and add fbcon and vesafb
so my /etc/initramfs-tools/modules looks like:
fbcon
vesafb

2. sudo update-initramfs -u
3. sudo vi /etc/modprobe.d/blacklist-framebuffer
4. change the line "blacklist vesafb" to "# blacklist vesafb"

Anyone get this working?

Last edited by hamster; 11-16-2007 at 08:31 PM.
 
Old 11-17-2007, 07:50 AM   #2
bigrigdriver
LQ Addict
 
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908

Rep: Reputation: 356Reputation: 356Reputation: 356Reputation: 356
The 'official guidelines' to which you refer *includes* quiet and splash along with the 'vga=795'. In other words, 'quiet splash' and 'vga=795' are inclusive; not exclusive.

Try adding quiet and splash along with vga=795 to see if that works.
 
Old 11-17-2007, 08:31 AM   #3
hamster
Member
 
Registered: Apr 2003
Location: Waterford, Ireland
Distribution: Mandrivia 2006.1, Ubuntu 7.10
Posts: 188

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by bigrigdriver View Post
The 'official guidelines' to which you refer *includes* quiet and splash along with the 'vga=795'. In other words, 'quiet splash' and 'vga=795' are inclusive; not exclusive.

Try adding quiet and splash along with vga=795 to see if that works.
Thanks bigriddriver. I'll try it again. Last night I only removed "splash" and left "quiet" - and I could see large text after rebooting. There was no visible screen after adding vga=795. I think then I removed quiet. Anyway, I will put it back in and try again. Also, will try ctrl+alt+f2 after logging in to see if the tty is treated any differently.
 
Old 11-17-2007, 08:57 AM   #4
hamster
Member
 
Registered: Apr 2003
Location: Waterford, Ireland
Distribution: Mandrivia 2006.1, Ubuntu 7.10
Posts: 188

Original Poster
Rep: Reputation: 30
No Joy

Hi,
After trying again. No display on screen before standard ubuntu login screen. This is the same if, logged into gnome ubuntu itself, I try the tty (under ctil+alt+2..).. a blank screen.

that kernel line again:
Code:
kernel          /boot/vmlinuz-2.6.22-14-generic root=UUID=e870d1a9-e118-459c-8f23-903daa9f4b98 ro quiet vga=795
Anything I am doing wrong or different?

Last edited by hamster; 11-17-2007 at 02:54 PM.
 
Old 11-17-2007, 09:20 AM   #5
bigrigdriver
LQ Addict
 
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908

Rep: Reputation: 356Reputation: 356Reputation: 356Reputation: 356
I've just checked all three of my distro installations, in re splash, with the following result:
Knoppix: no reference to splash or quiet, but there is a vga= line. On boot, the default seems to be a verbose display of boot messages.
Suse: no reference to quiet. Splash=verbose and vga= are present.
PCLinuxOS: no reference to quiet. Splash=verbose and vga= are present.

So, i suggest you try changing the syntax in the kernel line to something like 'splash=silent vga=795', and remove the 'quiet' entry. If you want to see the boot messages, use 'splash=verbose'.
 
Old 11-17-2007, 02:52 PM   #6
hamster
Member
 
Registered: Apr 2003
Location: Waterford, Ireland
Distribution: Mandrivia 2006.1, Ubuntu 7.10
Posts: 188

Original Poster
Rep: Reputation: 30
Hey, I got something on the start now. The verbose at least lists the start up actions in a small window under the ubuntu logo. The vga line doesn't seem to doing anything for the resolution though. This is confirmed after logging into Ubuntu. Ie, I still see a blank screen when accessing one of tty's (vga=795). My lcd is 1280x1024.

Code:
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=e870d1a9-e118-459c-8f23-903daa9f4b98 ro splash=verbose vga=795
The verbose helps as a workaround - I'd love to be able to use a med/high res text terminal outside of gmd.

Last edited by hamster; 11-17-2007 at 02:53 PM.
 
Old 11-30-2007, 04:58 AM   #7
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,629

Rep: Reputation: Disabled
Did you try simply "vga=normal"?
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Blank screen after first boot fmas SUSE / openSUSE 5 12-20-2005 04:03 AM
Blank Screen after Suse Boot - HowTo boot from grub to command line benco420 Linux - Newbie 3 02-13-2005 05:50 AM
Blank screen on boot mothsmoke Mandriva 3 01-18-2005 06:41 PM
Blank screen even before BIOS screen on boot josce Linux - Laptop and Netbook 3 01-04-2005 08:27 AM
Blank screen on boot stav Linux - General 14 08-20-2002 06:07 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration