From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GNmjW-0003Zq-UF for garchives@archives.gentoo.org; Thu, 14 Sep 2006 08:38:07 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k8E8akiT021092; Thu, 14 Sep 2006 08:36:46 GMT Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.234]) by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k8E8WbYr008584 for ; Thu, 14 Sep 2006 08:32:37 GMT Received: by wx-out-0506.google.com with SMTP id r21so3069277wxc for ; Thu, 14 Sep 2006 01:32:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rPaHPygdA1dKHU43YzpFMlf+Hkae4YnlH6LRloARFiXlg36O02t6cJMNEjQRkLhXPoyJVPvOdCQtc8emyt/m0nIiZTkc+CpYmU16FphL5Y2tSNJCvzPQlqT5iU6Anafjet0mQ3QhcmXIOXhHAJStKDb/377Aqg7sXUxCbK2xcHA= Received: by 10.90.100.6 with SMTP id x6mr3083054agb; Thu, 14 Sep 2006 01:32:37 -0700 (PDT) Received: by 10.90.54.10 with HTTP; Thu, 14 Sep 2006 01:32:36 -0700 (PDT) Message-ID: <49bf44f10609140132l2f3d1c20yc5a31526f9baa464@mail.gmail.com> Date: Thu, 14 Sep 2006 01:32:36 -0700 From: Grant To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Outputing 15.9kHz? In-Reply-To: <20060913124613.ab835067.hilse@web.de> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <49bf44f10609051713g394f3ca3x1100df359870043@mail.gmail.com> <20060906151824.65f45e48.hilse@web.de> <49bf44f10609060803n47e436d1i3b165ed01b821542@mail.gmail.com> <20060906201215.35a27336.hilse@web.de> <49bf44f10609121821y6923c5d1l227868c291ef62ee@mail.gmail.com> <20060913124613.ab835067.hilse@web.de> X-Archives-Salt: 863e85d6-1483-4e1a-a757-03f318f88290 X-Archives-Hash: 46e3d51b75082d1425632c672d3bc855 > > 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 I always seem to get hsync out of range errors trying to go this low. I guess my card can't go as low as necessary. - Grant -- gentoo-user@gentoo.org mailing list