From 0175b79987ef4d7b0ce8238c3bdde989e504516a Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Fri, 30 Nov 2007 15:37:42 -0500 Subject: RADEON: rework MacModel option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit this brings in some previous research from Michel Dänzer, Sjoerd Simons, and myself. Hopefully, the driver will pick the correct MacModel in more cases. This also changes the default connector table for desktop Macs to dual DVI rather than DVI+VGA as that seems to be the case more often than not. External TMDS chips are handled separately now as well. Eventually we should add an option to allow the user to specify what external TMDS chip they need, but we don't have enough info yet, so we'll rely on OF to init the external chip in most cases for now. --- man/radeon.man | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'man') diff --git a/man/radeon.man b/man/radeon.man index 8f7b551..41c7242 100644 --- a/man/radeon.man +++ b/man/radeon.man @@ -421,14 +421,22 @@ a powerbook or mini with DVI that does not work properly, try the alternate .br ibook \-\- ibooks .br -powerbook-duallink \-\- Powerbooks with external DVI +powerbook-external \-\- Powerbooks with external DVI .br -powerbook \-\- Powerbooks with integrated DVI +powerbook-internal \-\- Powerbooks with integrated DVI .br -mini \-\- Mac Mini with external DVI +powerbook-vga \-\- Powerbooks with VGA rather than DVI +.br +powerbook-duallink \-\- powerbook-external alias +.br +powerbook \-\- powerbook-internal alias +.br +mini-external \-\- Mac Mini with external DVI .br mini-internal \-\- Mac Mini with integrated DVI .br +mini \-\- mini-external alias +.br The default value is .B undefined. .TP -- cgit v1.2.3