Posts by BertK
-
-
Recommendation: Keep the Desktop resolution at 1080p, with 60fps refresh rate. Allow Kodi to upscale SD media to HD, and let the TV handle 1080p upscaling to 4K
Desktop resolutions wiki -
I just got the Justboom Digihat working with LibreElec. Add dtoverlay=justboom-digi to the config.txt. You can do this by connecting the micro SD card to your computer or by command line through ssh terminal with Putty with these commends:
Thetxt editor is called nano, a very simple editor which works with commands.
mount -o remount,rw /flashnano /flash/config.txt
After editing set the /flash partition back to read-only mode:
mount -o remount,ro /flash
---
Use the nano text editor to modify the file. Save changes with ctrl+o and exit using ctrl+x: