diff options
-rw-r--r-- | src/mga_g_output.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mga_g_output.c b/src/mga_g_output.c index 147bac6..5b3ed8a 100644 --- a/src/mga_g_output.c +++ b/src/mga_g_output.c @@ -150,7 +150,12 @@ output_dac1_dpms(xf86OutputPtr output, int mode) OUTREG8(MGAREG_CRTCEXT_DATA, crtcext1); #endif +#if 0 + /* this is wrong on at least EV and EH */ output1_dpms(output, mode); +#endif + + MGADisplayPowerManagementSet(output->scrn, mode, 0); } static void |