From 12187a6aa93049c002a4171344d03c713f7f3c5d Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Wed, 29 Aug 2007 23:11:30 -0400 Subject: 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" "" 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! --- man/radeon.man | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'man') 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__) -- cgit v1.2.3