please choosego to mobile | Continue to access the PC version
View: 6853|Reply: 4

Resolution Orange PI PC 2 & Orange PI Zero

[Copy link]

26

threads

69

posts

364

credits

Intermediate member

Rank: 3Rank: 3

credits
364
Published in 2017-7-19 02:45:47 | Show all floors |Read mode
Hi everyone!

I'd like to know what should I do to fix the problem that every monitor I've tested, all are cropping the resolution.

Thank you very much

62

threads

653

posts

5192

credits

Administrator

Rank: 9Rank: 9Rank: 9

credits
5192
Published in 2017-7-19 10:33:54 | Show all floors
Did you use the Desk top image or Server image? And what about the resolution of your monitor?

26

threads

69

posts

364

credits

Intermediate member

Rank: 3Rank: 3

credits
364
 Author| Published in 2017-7-19 16:46:39 | Show all floors
I'm using a TV 32" OKI brand, and always i'm using desktop image, thanks for reply

0

threads

5

posts

38

credits

Novice

Rank: 1

credits
38
Published in 2017-7-26 16:16:33 | Show all floors
I found this and it works for me.  It would be nice to have just a little documentation on this stuff. [url]https://forum.armbian.com/index.php?/topic/3837-psa-orange-pi-zero-expansion-board-tv-out-not-working-solution/[/url]

$ bin2fex /boot/script.bin ~/script.fex
$ nano ~/script.fex

find these lines:
fb0_width = 0
fb0_height = 0

and change them to:
fb0_width = 680
fb0_height = 536

then:
$ fex2bin ~/script.fex ~/script.bin
$ sudo cp ~/script.bin /boot
$ sudo reboot

Then install devmem2:

wget http://free-electrons.com/pub/mirror/devmem2.c
gcc ./devmem2.c
sudo mv ./a.out /usr/local/bin/devmem2

Then:

sudo devmem2 0x01E00130 w 0x00140028


And last, to make permanent:
$ sudo nano /etc/rc.local

paste following line:
devmem2 0x01E00130 w 0x00140028

You should really read the full posts to make sure that you are doing it right for your OS but it works.

26

threads

69

posts

364

credits

Intermediate member

Rank: 3Rank: 3

credits
364
 Author| Published in 2017-8-5 00:51:32 | Show all floors
what I'm using is Android OS custom of Xunlong, will it serves? (I don't think so)...

thanks for such a nice info ;)

You need to log in before you can reply login | Register

Points Rule

Quick reply Top Return list