DaveKimble Posted August 21, 2018 Posted August 21, 2018 My Pi Zero with H2+ and latest Armbian 5.35 Xenial works well, but on trying to increase the screen size I get: dk@desktop:~$ ssh dk@zero dk@zero:~$ sudo h3disp -m 1080p60 Unsupported board/kernel combination: Orange Pi Zero running 3.4.113-sun8i dk@zero:~$ Is this going to be fixed? nomachine.com's remote desktop for ARM works brilliantly Ubuntu + citadel-suite gets a mail server/chat server/+other into 337 MB - amazing!
Igor Posted August 21, 2018 Posted August 21, 2018 18 minutes ago, DaveKimble said: sudo h3disp -m 1080p60 This command is for manipulating HDMI output. Where did you see one on Orange Zero?
DaveKimble Posted August 21, 2018 Author Posted August 21, 2018 Well it's a virtual screen size that it changes. NoMachine picks up on the virtual screen size and displays it at that size or scaled to fit the window on the remote machine. I can see my OPi PC full size on my 1920x1080 screen, and its usually headless.
Igor Posted August 21, 2018 Posted August 21, 2018 Try changing 0 to 1 https://github.com/armbian/build/blob/master/config/fex/orangepizero.fex#L329 bin2fex /boot/script.bin /boot/script.fex # convert nano /boot/script.fex # edit fex2bin /boot/script.fex /boot/script.bin #convert back Make sure to make a copy since settings are overwritten at system upgrades.
DaveKimble Posted August 21, 2018 Author Posted August 21, 2018 Thanks - that didn't change anything, h3disp still complains. Fiddling with NoMachine settings allows some scaling of the window, which gives the impression of a bigger window at least.
Igor Posted August 21, 2018 Posted August 21, 2018 Ah. Locate h3disp utility and remove opizero here: https://github.com/armbian/build/blob/master/packages/bsp/h3disp#L75
DaveKimble Posted August 21, 2018 Author Posted August 21, 2018 Does that amount to deleting lines 75 to 81? ( I'm assuming "-a" is "AND" ).
Recommended Posts