public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Hans-Werner Hilse <hilse@web.de>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Outputing 15.9kHz?
Date: Wed, 13 Sep 2006 12:46:13 +0200	[thread overview]
Message-ID: <20060913124613.ab835067.hilse@web.de> (raw)
In-Reply-To: <49bf44f10609121821y6923c5d1l227868c291ef62ee@mail.gmail.com>

Hi,

On Tue, 12 Sep 2006 18:21:44 -0700 Grant <emailgrant@gmail.com> wrote:

> I'm using the modeline from this link:
> 
> http://www.sput.nl/hardware/tv-x.html
> 
> and my xorg.conf looks like this:
> 
> Section "Monitor"
>         Identifier "monitor1"
>         Modeline "736x485i" 14.16 736 760 824 904 485 491 496 525
> interlace -hsync -vsync
> EndSection
> [...]
> 
> When I try to open an xfce4 desktop like this, the image is somewhat
> scrambled and constantly rolls on the TV.  It looks normal on a
> monitor with the same settings.

OK, that "rolling" is bad sync.

> /var/log/Xorg.0.log reports this:
> 
> (II) I810(0): monitor1: Using default hsync range of 28.00-33.00 kHz

That's the culprit. You need to override defaults (TVs don't usually
have DDC, such no automatic detection) for hsync/vsync. Add a
"HorizSync" line to your xorg.conf:

Section "Monitor"
	...
	HorizSync 19.00-20.00
	...
EndSection

Note that "VertRefresh" probably hasn't to be set, since its default is
sufficient.

> (II) I810(0): Not using mode "736x485i" (unknown reason)

Hm, I can not explain why this would be "unknown", though. For me, this
seems like another case of "hsync out of range"...

-hwh
-- 
gentoo-user@gentoo.org mailing list



  reply	other threads:[~2006-09-13 10:52 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-06  0:13 [gentoo-user] Outputing 15.9kHz? Grant
2006-09-06 13:18 ` Hans-Werner Hilse
2006-09-06 15:03   ` Grant
2006-09-06 18:12     ` Hans-Werner Hilse
2006-09-13  1:21       ` Grant
2006-09-13 10:46         ` Hans-Werner Hilse [this message]
2006-09-14  8:32           ` Grant
2006-09-15 14:14             ` Hans-Werner Hilse
2006-09-15 15:46               ` Grant

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=20060913124613.ab835067.hilse@web.de \
    --to=hilse@web.de \
    --cc=gentoo-user@lists.gentoo.org \
    /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