diff options
author | Alex Deucher <alex@cube.(none)> | 2008-03-06 09:53:51 -0500 |
---|---|---|
committer | Alex Deucher <alex@cube.(none)> | 2008-03-06 09:53:51 -0500 |
commit | 8a1ba374033591c725a78923aa30829e4de2a5ae (patch) | |
tree | a1616adce77a77e0e93aab3ef492920815328ef3 /man | |
parent | 0ed48f8f651a28e189f9fee8c6b593da0178d21c (diff) |
RADEON: option to override TVDAC adj values from bios with driver defaults
If you have a washed out image on the tv dac, try this option.
Option "DefaultTVDACAdj" "TRUE"
Diffstat (limited to 'man')
-rw-r--r-- | man/radeon.man | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/radeon.man b/man/radeon.man index 86be9656..ac6ea409 100644 --- a/man/radeon.man +++ b/man/radeon.man @@ -422,6 +422,14 @@ internal TMDS controller. The default is .B off. .TP +.BI "Option \*qDefaultTVDACAdj\*q \*q" boolean \*q +Use the default driver provided TVDAC Adj values rather than the ones +provided by the bios. This option has no effect on Mac cards. Enable +this option if you are having problems with a washed out display on +the secondary DAC. +The default is +.B off. +.TP .BI "Option \*qDRI\*q \*q" boolean \*q Enable DRI support. This option allows you to enable to disable the DRI. The default is |