From: "Antonino A. Daplas" <adaplas@gmail.com>
To: linux-fbdev-devel@lists.sourceforge.net,
Raphael Assenat <raph@raphnet.net>
Subject: Re: atyfb h/vsync polarity
Date: Fri, 22 Jul 2005 12:06:44 +0800 [thread overview]
Message-ID: <200507221206.44358.adaplas@gmail.com> (raw)
In-Reply-To: <20050622140842.GV20191@midgar.lan.raphnet.net>
On Wednesday 22 June 2005 22:08, Raphael Assenat wrote:
> Hi,
> I am a Linux Sparc64 user, and recently I decided to switch from 2.4
> kernel series to 2.6 series. Everything worked well, but I had trouble
> getting the framebuffer console to work.
>
> In openboot, my monitor worked perfectly. But as soon as Linux
> configured the framebuffer, my monitor would loose sync. I compared the
> output given by fbset on the working configuration (2.4 kernel) and the
> non-working configuration (2.6.12 kernel). Every setting was identical,
> except that the output on 2.4 had 'hsync high'. I tried 'fbset -hsync
> high', but the screen still did not sync, and fbset still did not report
> 'hsync high', as if the setting was ignored.
>
> After digging a little bit, I found this in
> drivers/video/aty/atyfb_base.c:
>
> if(vdisplay < 400) {
> h_sync_pol = 1;
> v_sync_pol = 0;
> } else if(vdisplay < 480) {
> h_sync_pol = 0;
> v_sync_pol = 1;
> } else if(vdisplay < 768) {
> h_sync_pol = 0;
> v_sync_pol = 0;
> } else {
> h_sync_pol = 1;
> v_sync_pol = 1;
> }
>
I also believe that the above code is not needed. The appropriate
sync signals are already correctly set (hopefully) from the entries
in the mode database, kernel or user.
Also, if I remember the VGA standards correctly, hsync and vsync
should be high if vyres > 400.
Tony
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
next prev parent reply other threads:[~2005-07-22 4:55 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-22 14:08 atyfb h/vsync polarity Raphael Assenat
2005-06-23 9:25 ` Alexander Kern
2005-06-23 13:48 ` Ville Syrjälä
2005-06-23 18:11 ` Raphael Assenat
2005-07-22 4:06 ` Antonino A. Daplas [this message]
2005-07-30 23:07 ` [PATCH] " Alexander Kern
2005-07-30 23:19 ` Andrew Morton
2005-07-31 1:45 ` Antonino A. Daplas
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=200507221206.44358.adaplas@gmail.com \
--to=adaplas@gmail.com \
--cc=linux-fbdev-devel@lists.sourceforge.net \
--cc=raph@raphnet.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.