diff options
-rw-r--r-- | src/radeon_modes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_modes.c b/src/radeon_modes.c index a7503a5..6952dd5 100644 --- a/src/radeon_modes.c +++ b/src/radeon_modes.c @@ -107,7 +107,7 @@ static DisplayModePtr RADEONFPNativeMode(xf86OutputPtr output) new->Clock = radeon_output->DotClock; new->Flags = 0; - new->type = M_T_USERDEF; + new->type = M_T_USERDEF | M_T_PREFERRED; new->next = NULL; new->prev = NULL; |