https://bugs.freedesktop.org/show_bug.cgi?id=24973

--- Comment #14 from Alex Deucher <ag...@yahoo.com> 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.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to