View | Details | Raw Unified | Return to bug 102287
Collapse All | Expand All

(-)programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c.orig (-1 / +1 lines)
Lines 4496-4502 Link Here
4496
    RADEONSave(pScrn);
4496
    RADEONSave(pScrn);
4497
4497
4498
    if ((!info->IsSecondary) && info->IsMobility) {
4498
    if ((!info->IsSecondary) && info->IsMobility) {
4499
        if (xf86ReturnOptValBool(info->Options, OPTION_DYNAMIC_CLOCKS, FALSE)) {
4499
        if (xf86ReturnOptValBool(info->Options, OPTION_DYNAMIC_CLOCKS, TRUE)) {
4500
	    RADEONSetDynamicClock(pScrn, 1);
4500
	    RADEONSetDynamicClock(pScrn, 1);
4501
        } else {
4501
        } else {
4502
	    RADEONSetDynamicClock(pScrn, 0);
4502
	    RADEONSetDynamicClock(pScrn, 0);
(-)programs/Xserver/hw/xfree86/drivers/ati/radeon.man.orig (-1 / +4 lines)
Lines 492-498 Link Here
492
based on usage. This can help reduce heat and increase battery 
492
based on usage. This can help reduce heat and increase battery 
493
life by reducing power usage.  Some users report reduced 3D preformance
493
life by reducing power usage.  Some users report reduced 3D preformance
494
with this enabled.  The default is
494
with this enabled.  The default is
495
.B off.
495
.B off 
496
for desktop chips and 
497
.B on 
498
for mobile chips.
496
.TP
499
.TP
497
500
498
.SH SEE ALSO
501
.SH SEE ALSO

Return to bug 102287