All of lore.kernel.org
 help / color / mirror / Atom feed
From: BandiPat <magicpage91@earthlink.net>
To: Grub2 Development <grub-devel@gnu.org>
Subject: gfx & backgrounds
Date: Mon, 02 Mar 2009 12:02:41 -0500	[thread overview]
Message-ID: <49AC1131.4050508@earthlink.net> (raw)

Hi all,
Just downloaded and built the 2010 svn today, moving from the 1996 
release.  What has changed from the two versions?  I no longer get the 
gfxterm or background images.  Only the 640x480 text mode is active and 
I've not found anything to make that change.  Here is grub.cfg I'm 
using.  Let me know if you need more.  This was not changed from the 
1996 to 2010 either.

#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from  and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=10
# set root=(hd0,x)
# search --fs-uuid --set a9f94b44-10eb-44c9-8637-fc3bb2eecf79
if loadfont /usr/share/grub/ascii.pf2 ; then
   set gfxmode=1024x768x32
   insmod gfxterm
   insmod vbe
   if terminal_output gfxterm ; then true ; else
     # For backward compatibility with versions of terminal.mod that don't
     # understand terminal_output
     terminal gfxterm
   fi
fi
insmod png
background_image /boot/grub/Zenblue.png
### END /etc/grub.d/00_header ###
------------

Compile shows no errors during build and the build script has not 
changed, except for the version number.  Everything I know to check 
seems normal, so I'll depend on your guidance for the problem.

Thanks,
Pat


-- 
        ---Zenwalk v6.0--Linux 2.6.28---
         Registered Linux User #225206
"Ever tried Zen computing?"  http://www.zenwalk.org





             reply	other threads:[~2009-03-02 17:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-02 17:02 BandiPat [this message]
2009-03-02 20:36 ` gfx & backgrounds BandiPat

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49AC1131.4050508@earthlink.net \
    --to=magicpage91@earthlink.net \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.