diff options
author | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-10-07 19:39:47 -0400 |
---|---|---|
committer | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-10-07 19:39:47 -0400 |
commit | 051435610a66735fd455bbb526fa294fcfe8c0b6 (patch) | |
tree | 9f001ba1feae6d10e2327cea09be2e8e74494679 /man | |
parent | 0b03a73b7dcb4aa192c42f2a4c842d324c358122 (diff) |
RADEON: still more LVDS fixes
Seems some laptops need the native mode from the bios for
LVDS while others seem to prefer a CVT mode. Add an option
to pick the preferred mode. The default it to use the bios
table timing.
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 35dd701..9168254 100644 --- a/man/radeon.man +++ b/man/radeon.man @@ -383,6 +383,14 @@ case. This is only useful for LVDS panels (laptop internal panels). The default is .B on. .TP +.BI "Option \*qLVDSBiosNativeMode\*q \*q" boolean \*q +On some laptops, the LVDS mode from the timing tables in the bios does +not work properly. In those cases, a CVT mode seems to work better. +If you get a blank screen or have LVDS display problems, disable this +option to use a CVT mode. +The default is +.B on. +.TP .BI "Option \*qDRI\*q \*q" boolean \*q Enable DRI support. This option allows you to enable to disable the DRI. The default is |