linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Paul Mundt <lethal@ChaoticDreams.ORG>
To: "René Rebe" <rene.rebe@gmx.net>
Cc: James Simmons <jsimmons@transvirtual.com>,
	linux-kernel@vger.kernel.org, ademar@conectiva.com.br,
	rolf@sir-wum.de, linux-fbdev-devel@lists.sourceforge.net
Subject: Re: sis630 - help needed debugging in the kernel
Date: Mon, 18 Jun 2001 12:28:00 -0700	[thread overview]
Message-ID: <20010618122800.A10027@ChaoticDreams.ORG> (raw)
In-Reply-To: <20010616232740.092475e2.rene.rebe@gmx.net> <Pine.LNX.4.10.10106170652280.17509-100000@transvirtual.com> <20010618203203.35390ca8.rene.rebe@gmx.net>
In-Reply-To: <20010618203203.35390ca8.rene.rebe@gmx.net>; from rene.rebe@gmx.net on Mon, Jun 18, 2001 at 08:32:03PM +0200

On Mon, Jun 18, 2001 at 08:32:03PM +0200, René Rebe wrote:
> > Try booting at 640x480 with a color depth of 32. Then
> > try booting at a different resolution (1024x768) at the default color
> > depth. I want to see if its a error with the resolution setting or if it
> > is a error with setting up the data relating to the color depth handling. 
> > The results should give me some clue.
> 
> I can't set the videomode for the driver ...? I tried:
> 
> video=sis:vesa:0x112
> video=sis:xres:640,yres:480,depth:32
> video=sis,xres:640,yres:480,depth:32
> 
> Is there another way to tell the fb driver what mode to use??
> 
Yep, in fbmem.c the name entry is "sisfb" as opposed to just "sis". Also, the
driver requires that the mode is passed video a "mode:" argument as is
outlined in the sisfb_setup(). Take a look at drivers/video/sis/sis_main.h,
specifically sisbios_mode[] for a list of supported modes.

Something like:

video=sisfb:mode:640x480x32

should do the job.

Regards,

-- 
Paul Mundt <lethal@chaoticdreams.org>


  reply	other threads:[~2001-06-18 19:29 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-06-13 15:23 sis630 - help needed debugging in the kernel René Rebe
2001-06-13 16:54 ` James Simmons
2001-06-16 21:27   ` René Rebe
2001-06-17 14:03     ` James Simmons
2001-06-18 18:32     ` René Rebe
2001-06-18 19:28       ` Paul Mundt [this message]
2001-06-18 21:58         ` James Simmons
2001-06-18 22:02           ` Paul Mundt
2001-06-18 21:01       ` René Rebe
2001-06-13 21:25 ` René Rebe

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=20010618122800.A10027@ChaoticDreams.ORG \
    --to=lethal@chaoticdreams.org \
    --cc=ademar@conectiva.com.br \
    --cc=jsimmons@transvirtual.com \
    --cc=linux-fbdev-devel@lists.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rene.rebe@gmx.net \
    --cc=rolf@sir-wum.de \
    /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 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).