Kodi Community Forum

Full Version: XBMC Video aspect ratio issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My tv ues 'amlogic meson6 tvh24board' CPU
'MAIL400' GPU

Use any version XBMC , play video aspect ratio Problems has a problem.
Forced to be stretched 16:9,Invalid adjust the settings.

my device has been root
permissions issues in your firmware. search and see other threads about amlogic devices and permissions.
Install the Android Terminal Emulator from the play store https://play.google.com/store/apps/detai...ndroidterm

Run the Android Terminal Emulator app and enter the following:

Code:
su -c chmod 666 /sys/class/video/axis
su -c chmod 666 /sys/class/video/screen_mode
su -c chmod 666 /sys/class/video/disable_video
su -c chmod 666 /sys/class/tsync/pts_pcrscr
su -c chmod 666 /sys/class/audiodsp/digital_raw
su -c chmod 666 /sys/class/ppmgr/ppmgr_3d_mode
su -c chmod 666 /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
su -c chmod 666 /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
su -c chmod 666 /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
Thank!Finally resolved!