linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* FBCON - vesa graphics modes no longer work on Toshiba Laptop
@ 2003-04-14 16:07 Sean Estabrooks
  2003-04-15  1:37 ` Sean Estabrooks
  2003-04-15 20:20 ` James Simmons
  0 siblings, 2 replies; 3+ messages in thread
From: Sean Estabrooks @ 2003-04-14 16:07 UTC (permalink / raw)
  To: linux-kernel

Toshiba Satellite 4300 laptop with the following display adapter:

S3 Inc. 86C270-294 Savage/IX-MV (rev 11) 

2.4.20 kernel works well with vga=0x305 and uses the entire LCD panel.

2.5.67 kernel with vga=0x305 sets a graphic mode that only uses the
inner 640x480 set of pixels and the display is just a jumbled mess.  

I did try the latest fb patch and the problem remains.  Also found a
note that said to try "video=vesa:ywrap,pmipal,mtrr" and this didn't
work either.

Regards,
Sean


#
# Graphics support
#
CONFIG_FB=y
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
CONFIG_FB_VESA=y
CONFIG_VIDEO_SELECT=y
# CONFIG_FB_HGA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_I810 is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_VIRTUAL is not set
 
#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
# CONFIG_MDA_CONSOLE is not set
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_PCI_CONSOLE=y
CONFIG_FONTS=y
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
CONFIG_FONT_6x11=y
CONFIG_FONT_PEARL_8x8=y
CONFIG_FONT_ACORN_8x8=y
CONFIG_FONT_MINI_4x6=y
CONFIG_FONT_SUN8x16=y
CONFIG_FONT_SUN12x22=y
 
#
# Logo configuration
#
CONFIG_LOGO=y
CONFIG_LOGO_LINUX_MONO=y
CONFIG_LOGO_LINUX_VGA16=y
CONFIG_LOGO_LINUX_CLUT224=y
 



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

* Re: FBCON - vesa graphics modes no longer work on Toshiba Laptop
  2003-04-14 16:07 FBCON - vesa graphics modes no longer work on Toshiba Laptop Sean Estabrooks
@ 2003-04-15  1:37 ` Sean Estabrooks
  2003-04-15 20:20 ` James Simmons
  1 sibling, 0 replies; 3+ messages in thread
From: Sean Estabrooks @ 2003-04-15  1:37 UTC (permalink / raw)
  To: linux-kernel

On Mon, 2003-04-14 at 12:07, Sean Estabrooks wrote:

> 2.5.67 kernel with vga=0x305 sets a graphic mode that only uses the
> inner 640x480 set of pixels and the display is just a jumbled mess.  
> 

Why don't you add vga=791 video=vesa:1024x768 to the kernel boot line
and enjoy.  And next time maybe you should try to figure it out for
yourself just a little bit longer before asking the list.

Regards,
Sean.



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

* Re: FBCON - vesa graphics modes no longer work on Toshiba Laptop
  2003-04-14 16:07 FBCON - vesa graphics modes no longer work on Toshiba Laptop Sean Estabrooks
  2003-04-15  1:37 ` Sean Estabrooks
@ 2003-04-15 20:20 ` James Simmons
  1 sibling, 0 replies; 3+ messages in thread
From: James Simmons @ 2003-04-15 20:20 UTC (permalink / raw)
  To: Sean Estabrooks; +Cc: linux-kernel


> S3 Inc. 86C270-294 Savage/IX-MV (rev 11) 
> 
> 2.4.20 kernel works well with vga=0x305 and uses the entire LCD panel.
> 
> 2.5.67 kernel with vga=0x305 sets a graphic mode that only uses the
> inner 640x480 set of pixels and the display is just a jumbled mess.  
> 
> I did try the latest fb patch and the problem remains.  Also found a
> note that said to try "video=vesa:ywrap,pmipal,mtrr" and this didn't
> work either.
> 
> Regards,
> Sean

Try disabling CONFIG_VGA_CONSOLE. Tell me if this fixes all your problems.

> CONFIG_VGA_CONSOLE=y
> # CONFIG_MDA_CONSOLE is not set
> CONFIG_DUMMY_CONSOLE=y
> CONFIG_FRAMEBUFFER_CONSOLE=y
> CONFIG_PCI_CONSOLE=y
> CONFIG_FONTS=y
> CONFIG_FONT_8x8=y
> CONFIG_FONT_8x16=y
> CONFIG_FONT_6x11=y
> CONFIG_FONT_PEARL_8x8=y
> CONFIG_FONT_ACORN_8x8=y
> CONFIG_FONT_MINI_4x6=y
> CONFIG_FONT_SUN8x16=y
> CONFIG_FONT_SUN12x22=y


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

end of thread, other threads:[~2003-04-15 20:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-14 16:07 FBCON - vesa graphics modes no longer work on Toshiba Laptop Sean Estabrooks
2003-04-15  1:37 ` Sean Estabrooks
2003-04-15 20:20 ` James Simmons

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).