diff options
author | Alex Deucher <alex@botch2.(none)> | 2007-11-29 13:27:37 -0500 |
---|---|---|
committer | Alex Deucher <alex@botch2.(none)> | 2007-11-29 13:27:37 -0500 |
commit | 9840a0fd4fc8c980533fcd4a02c55cd0d5634b6d (patch) | |
tree | ebf36d4c55f577ff3e8ae422e60e0b957a78f7d0 /man | |
parent | 6f080d00e6f4f84d5e0d6b4eff302bf42c230e81 (diff) |
RADEON: add MacModel "mini-internal" for minis with internal TMDS
Some macs (minis and powerbooks) use internal tmds, others use external tmds
and not just for dual-link TMDS, it shows up with single-link as well.
Unforunately, there doesn't seem to be any good way to figure it out.
Diffstat (limited to 'man')
-rw-r--r-- | man/radeon.man | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/man/radeon.man b/man/radeon.man index f302adea..8f7b551c 100644 --- a/man/radeon.man +++ b/man/radeon.man @@ -414,8 +414,10 @@ The default is .TP .BI "Option \*qMacModel\*q \*q" string \*q .br -Used to specify Mac models for connector tables and quirks. Only valid - on PowerPC. +Used to specify Mac models for connector tables and quirks. If you have +a powerbook or mini with DVI that does not work properly, try the alternate + options as Apple does not seem to provide a good way of knowing whether + they use internal or external TMDS for DVI. Only valid on PowerPC. .br ibook \-\- ibooks .br @@ -423,7 +425,9 @@ powerbook-duallink \-\- Powerbooks with external DVI .br powerbook \-\- Powerbooks with integrated DVI .br -mini \-\- Mac Mini +mini \-\- Mac Mini with external DVI +.br +mini-internal \-\- Mac Mini with integrated DVI .br The default value is .B undefined. |