The original answer was found HERE , and my savior gave his answer HERE
Create mounting position:
mkdir ~/mnt/sd
Install SD card:
sudo mount -t msdos /dev/disk2s1 ~/mnt/sd
Make changes to the config.txt file, in my case:
max_usb_current=1 hdmi_group=2 hdmi_mode=87 hdmi_cvt 800 480 60 6 0 0 0
To disable:
sudo umount ~/mnt/sd/
source share