From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 24973] [r300 KMS] KMS uses wrong display resulution, xrandr
causes X to crash
Date: Mon, 2 Aug 2010 11:57:53 -0700 (PDT)
Message-ID: <20100802185753.96510130128@annarchy.freedesktop.org>
References:
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Return-path:
Received: from annarchy.freedesktop.org (annarchy.freedesktop.org
[131.252.210.176])
by gabe.freedesktop.org (Postfix) with ESMTP id AD1AB9E7EB
for ;
Mon, 2 Aug 2010 11:57:53 -0700 (PDT)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=24973
--- Comment #14 from Alex Deucher 2010-08-02 11:57:53 PDT ---
(In reply to comment #13)
> (In reply to comment #12)
> > Unfortunately, load detection for tv-out is inherently unreliable on a lot of
> > boards (You can end up with false positives and false negatives). The best
> > option is to force the tv-out connection on or off in your console or xorg
> > config.
>
> Fair enough, however that's what I tried but it doesn't seem to work either. I
> have this definition in xorg.conf:
>
> Section "Monitor"
> Identifier "S-Video Monitor"
> Option "Enabled" "false"
> EndSection
It's:
Option "Enable" "False"
However, some older xservers (maybe recent ones too), do not deal with enable
false, you need to use:
Option "Disable" "True"
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.