diff options
author | Alex Deucher <alex@botch2.(none)> | 2007-09-23 15:01:34 -0400 |
---|---|---|
committer | Alex Deucher <alex@botch2.(none)> | 2007-09-23 15:01:34 -0400 |
commit | bf9674b9df351108e069d037ec10869a4154a881 (patch) | |
tree | 887b42b07f188407a93a9b9345e228565ae0e3cd | |
parent | b27135bce8b41d69290613b440a338b0a7fe0200 (diff) |
RADEON: properly set default RMX types
-rw-r--r-- | src/radeon_output.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon_output.c b/src/radeon_output.c index eab39a6..6ece28a 100644 --- a/src/radeon_output.c +++ b/src/radeon_output.c @@ -2475,10 +2475,12 @@ void RADEONInitConnector(xf86OutputPtr output) } if (radeon_output->type == OUTPUT_LVDS) { + radeon_output->rmx_type = RMX_FULL; RADEONGetLVDSInfo(output); } if (radeon_output->type == OUTPUT_DVI) { + radeon_output->rmx_type = RMX_OFF; RADEONGetTMDSInfo(output); } |