All of lore.kernel.org
 help / color / mirror / Atom feed
* gfx & backgrounds
@ 2009-03-02 17:02 BandiPat
  2009-03-02 20:36 ` BandiPat
  0 siblings, 1 reply; 2+ messages in thread
From: BandiPat @ 2009-03-02 17:02 UTC (permalink / raw)
  To: Grub2 Development

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





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-03-02 20:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-02 17:02 gfx & backgrounds BandiPat
2009-03-02 20:36 ` BandiPat

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.