All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Antonino A. Daplas" <adaplas@gmail.com>
To: linux-fbdev-devel@lists.sourceforge.net
Cc: dmunsie@cecropia.com
Subject: Re: [PATCH 2.6.16] Add 1366x768 (WXGA) mode to modedb
Date: Sat, 29 Apr 2006 08:05:38 +0800	[thread overview]
Message-ID: <4452ADD2.6040002@gmail.com> (raw)
In-Reply-To: <B3DB462A-3D86-4803-AC99-52C8F94541F3@cecropia.com>

Dennis Munsie wrote:
> From: Dennis Munsie <dmunsie@cecropia.com>
> 
> Adds 1366x768 @ 60Hz to drivers/video/modedb.c.
> 
> Signed-off-by: Dennis Munsie <dmunsie@cecropia.com>
> 
> ---
> 
>  drivers/video/modedb.c |    6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
> 
> --- linux-2.6.16/drivers/video/modedb.c    2006-03-20 00:53:29.000000000
> -0500
> +++ linux-2.6.16-wxga/drivers/video/modedb.c    2006-04-27
> 17:08:11.000000000 -0500
> @@ -255,7 +255,11 @@ static const struct fb_videomode modedb[
>     /* 1152x768, 60 Hz, PowerBook G4 Titanium I and II */
>     NULL, 60, 1152, 768, 15386, 158, 26, 29, 3, 136, 6,
>     FB_SYNC_HOR_HIGH_ACT|FB_SYNC_VERT_HIGH_ACT, FB_VMODE_NONINTERLACED
> -    },
> +    }, {
> +    /* 1366x768, 60 Hz, 47.403 kHz hsync, WXGA 16:9 aspect ratio */
> +    NULL, 60, 1366, 768, 13806, 120, 10, 14, 3, 32, 5,
> +    0, FB_VMODE_NONINTERLACED
> +    },
> };
> #ifdef CONFIG_FB_MODE_HELPERS
> 

Can you try first if any of these options will work for you:

video=xxxfb:1366x768M@60

or 

video=xxxfb:1366x768MR@60

Tony


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

  reply	other threads:[~2006-04-29  0:05 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-28 16:10 [PATCH 2.6.16] Add 1366x768 (WXGA) mode to modedb Dennis Munsie
2006-04-29  0:05 ` Antonino A. Daplas [this message]
2006-04-29  1:31   ` Dennis Munsie
2006-04-29  2:41     ` Antonino A. Daplas
2006-05-01 20:14       ` Dennis Munsie

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=4452ADD2.6040002@gmail.com \
    --to=adaplas@gmail.com \
    --cc=dmunsie@cecropia.com \
    --cc=linux-fbdev-devel@lists.sourceforge.net \
    /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.