Thanks for your reply.
I have already tried to play around with script.bin. However, it does not seem to be possible to solve my overscan problems with these settings (
http://linux-sunxi.org/Fex_Guide). In particular I have tried to change the screen settings in the [disp_init] section. I am looking for something similar to the rasperry pi config.txt (
http://elinux.org/RPi_config.txt) which allows modification of overscan. It is my understanding - please correct me if I am wrong - that config.txt is read and load prior the boot sequence, whereas script.bin is loaded as a part of the boot sequence, and therefore config.txt and script.bin seems to be different things to me. Is that so?
What I am looking for are settings like these:
# Make display smaller to stop text spilling off the screen
overscan_left=20
overscan_right=12
overscan_top=10
overscan_bottom=10
Alternatively, a software solution would also be acceptable. I have heard of a tool called "setwindow", but I have not been able to figure out which package it is located in. If anyone knows about such tools I would also be very happy to hear about it.
Thanks,
Troels