From bf9674b9df351108e069d037ec10869a4154a881 Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Sun, 23 Sep 2007 15:01:34 -0400 Subject: RADEON: properly set default RMX types --- src/radeon_output.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/radeon_output.c') diff --git a/src/radeon_output.c b/src/radeon_output.c index eab39a68..6ece28ad 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); } -- cgit v1.2.3