LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 05-10-2012, 12:39 PM   #1
Upendra Pratap Singh
Member
 
Registered: May 2011
Location: India
Distribution: Ubuntu 14.04
Posts: 110
Blog Entries: 4

Rep: Reputation: 0
Question vga = 794 is deprecated


Hi,

Whenever I start the Linux operating system, prior to booting I get the following message on the black screen(text, of course is written in white):-

vga = 794 is deprecated. use gfxpayload = 1280x1024x16, 1280x1024 before linux command instead.

After then the normal booting of the system takes place.

What could be the problem(if any) behind such a message and how to get of this?
Please help.

Currently, I am using windows 7 operating system along with Linux Mint 10 julia edition in dual boot format.

Last edited by Upendra Pratap Singh; 05-10-2012 at 12:40 PM.
 
Old 05-10-2012, 07:09 PM   #2
kbp
Senior Member
 
Registered: Aug 2009
Posts: 3,790

Rep: Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653
As it says, you probably need to edit your grub config and remove the 'vga=794' part. If you want a nice boot screen you can add the gfxpayload option also as mentioned.
 
Old 05-10-2012, 08:58 PM   #3
towheedm
Member
 
Registered: Sep 2011
Location: Trinidad & Tobago
Distribution: Debian Stretch
Posts: 612

Rep: Reputation: 125Reputation: 125
The vga=<vesa_mode> is the kernel command line parameter that sets the resolution of the Linux framebuffer. While the kernel still maintains it as a valid command line parameter, GRUB2 has deprecated it in favour of it's GRUB_GFXPAYLOAD_LINUX variable. It uses this variable to pass the resolution/mode of the framebuffer to the kernel.

This variable can take several values:
  1. When set to 'text' it sets the framebuffer to text mode, ie: GRUB_GFXPAYLOAD_LINUX=text
  2. When set to any valid Vesa mode that your graphics card support, it sets the framebuffer to the specified mode,ie: GRUB_GFXPAYLOAD_LINUX=640x480, 1024x768....etc. You can also specify the color depth with a third parameter, ie: GRUB_GFXPAYLOAD_LINUX=1024x768x16, 1280x1024x32......etc.
  3. It can also be set to a value of 'keep'. This must be used in conjunction with the GRUB_GFXMODE variable. When set to 'keep', ie: GRUB_GFXPAYLOAD_LINUX=keep, it sets the frambuffer to the resolution set by the GRUB_GFXMODE variable. This variable sets the resolution of the GRUB2 bootmenu and can be set to any valid VESA mode supported by your graphics card.

These variables are set in the /etc/default/grub configuration file. Remember to run:
Code:
sudo update-grub
after any chabges to this file.
 
  


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
error "vga=768" deprecated from GRUB-2 on Ubuntu Karmic SaintDanBert Linux - Software 5 02-04-2010 03:37 PM
[SOLVED] Black screen, works on VGA to monitor but not on VGA to TV junkjunk Ubuntu 14 07-07-2009 05:32 AM
onboard VGA adapter Vs VGA Card mrpc_cambodia Linux - Hardware 6 12-31-2004 07:29 AM
if i get an nforce mobo with built-in VGA... will the built in vga work in linux? kublador Linux - Hardware 2 11-10-2003 08:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 04:15 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