0% found this document useful (0 votes)
41 views1 page

Shell3 SH

The document contains a series of commands to configure hardware compositor settings on a device. These settings include enabling and disabling various features related to vertical synchronization, refresh rates, and display updates. The commands are directed to improve performance and compatibility of hardware acceleration in graphics rendering.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
41 views1 page

Shell3 SH

The document contains a series of commands to configure hardware compositor settings on a device. These settings include enabling and disabling various features related to vertical synchronization, refresh rates, and display updates. The commands are directed to improve performance and compatibility of hardware acceleration in graphics rendering.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

{

setprop debug.hwc.fakevsync 1
setprop debug.hwc.logvsync 1
setprop debug.hwc.force_gpu_vsync true
setprop debug.hwc.fbsize XRESxYRES
setprop debug.hwc.bq_count 3
setprop debug.hwc.dumper 1
setprop debug.hwc.dynamic_refresh_rate false
setprop debug.hwc.lock_refresh_rate true
setprop debug.hwc.refresh_rate 120
setprop debug.hwc.asyncdisp 1
setprop debug.hwc.winupdate 1
setprop debug.sf.hwc.canUseABC 1
setprop debug.sf.enable_hwc_vds 1
setprop debug.sf.disable_hwc_vds 0
setprop debug.sf.hwc_hotplug_error_via_neg_vsync false
setprop debug.sf.ignore_hwc_physical_display_orientation false
setprop debug.sf.hwc_hdcp_via_neg_vsync false
setprop debug.sf.predict_hwc_composition_strategy 1
setprop debug.sf.hwc_service_name default
setprop debug.sf.high_fps.hwc.min.duration 50000
setprop debug.sf.120_fps.hwc.min.duration 50000
setprop debug.sf.hwc.min.duration 50000
setprop debug.hwc.c2dThreshold 0
setprop debug.hwc.dynThreshold 0
setprop debug.hwc.gpuThreshold 0
setprop debug.hwc.mdpThreshold 0
setprop debug.hwc.mpsThreshold 0
setprop debug.sf.disable_hwc_blit false
setprop debug.sf.enable_hwc_vsync_alignment true
setprop debug.egl.enable_hwc_vsync true
} > /dev/null 2>&1

You might also like