Note: Office only
mso-ansi-font-size: large | larger | <length> | medium | <percentage> | small | smaller | x-large | x-small | xx-large | xx-small
| # Tested 2025-02-12 | |
| # This will probably be out of date once Armbian updates | |
| # These steps manually overwrite system files. This is for testing only. Do not run this on important/production things. | |
| # This is not a script. These are just notes. Don't run this - use it as a guide only. | |
| # Pathor and panvk require at least kernel 6.13 to produce a picture over HDMI | |
| # And bleeding edge Mesa for the drivers | |
| # To start this process, you will need to be running one of the Armbian 6.12 based images on your OPi5B board |
| #!/system/bin/sh | |
| # setcpu, a set cpu script written for custom Android Roms by clvv <[email protected]> | |
| # Usage: setcpu [MINFREQ MAXFREQ GOVERNOR] | |
| # setcpu -h, --help #print this message | |
| # setcpu -s, --status #print CPU status | |
| # If no parameter is specified, an interactive setup guide will start. | |
| # NOTE: This script MUST be run as root in order to make configuration change! | |
| # Tips: run 'watch -n1 setcpu -s' to watch CPU status, refresh every second. | |
| # Happy overclocking! :) |