[Bug 24973] [r300 KMS] KMS uses wrong display resulution, xrandr causes X to crash
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Aug 2 11:57:53 PDT 2010
https://bugs.freedesktop.org/show_bug.cgi?id=24973
--- Comment #14 from Alex Deucher <agd5f at 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.
More information about the dri-devel
mailing list