diff options
author | Alex Deucher <alex@botch2.(none)> | 2007-08-29 23:11:30 -0400 |
---|---|---|
committer | Alex Deucher <alex@botch2.(none)> | 2007-08-29 23:11:30 -0400 |
commit | 12187a6aa93049c002a4171344d03c713f7f3c5d (patch) | |
tree | 993e3612138ead95de035a67e608a4f3e469c90c /man/radeon.man | |
parent | 61c1fdaa8553581944f78a11e6f9aa76163a468a (diff) |
RADEON: Add quirk and connector tables for apple laptops
As far as I can tell there are three apple laptop variants:
ibook - LVDS, TVDAC drives TV or VGA via dongle
powerbook-duallink - LVDS, TV, External TMDS/Primary DAC
powerbook - LVDS, TV, Internal TMDS/Primary DAC
use Option "MacModel" "<string>"
to enable the appropriate quirks where string is one of the above
We can't yet init the external TMDS directly, but if OF inits it,
it should work. This should also fix bug 9955.
Please test!
Diffstat (limited to 'man/radeon.man')
-rw-r--r-- | man/radeon.man | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/man/radeon.man b/man/radeon.man index 88665bf..8217262 100644 --- a/man/radeon.man +++ b/man/radeon.man @@ -397,6 +397,20 @@ driver defaults for each chip. The default is .B off .TP +.BI "Option \*qMacModel\*q \*q" string \*q +.br +Used to specify Mac models for connector tables and quirks. Only valid + on PowerPC. +.br +ibook \-\- ibooks +.br +powerbook-duallink \-\- Powerbooks with dual link DVI +.br +powerbook \-\- Powerbooks with single link DVI +.br +The default value is +.B undefined. +.TP .SH SEE ALSO __xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), xorgconfig(__appmansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__) |