retr0rangepi / RetrOrangePi

Official RetrOrangePi
MIT License
163 stars 21 forks source link

Changing overscan on OrangePi Zero #5

Closed nixenos closed 6 years ago

nixenos commented 6 years ago

When I want to change resolution on my install it is always breaking up my whole system, showing only "A start job is running for Remount Root and Kernel ../no limit" So I suppose every change in script.bin causes that, but suprisingly when I use tool from yours repo it works, but only for default resolution ( I need less in X dimension so it doesn't help much)

retr0rangepi commented 6 years ago

After changing resolution using our tool, edit script.bin again manually, reducing width and height always in multiples of 8 , from 672 to 664 , and from 448 to 440. It's likely to work.

nixenos commented 6 years ago

Okay, I'm gonna try and give feedback. Thanks for response!

nixenos commented 6 years ago

It works! Thanks a lot!