DaveKimble Posted August 21, 2018 Share 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! Link to comment Share on other sites More sharing options...
Igor Posted August 21, 2018 Share 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? Link to comment Share on other sites More sharing options...
DaveKimble Posted August 21, 2018 Author Share 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. Link to comment Share on other sites More sharing options...
Igor Posted August 21, 2018 Share 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. Link to comment Share on other sites More sharing options...
DaveKimble Posted August 21, 2018 Author Share 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. Link to comment Share on other sites More sharing options...
Igor Posted August 21, 2018 Share Posted August 21, 2018 Ah. Locate h3disp utility and remove opizero here: https://github.com/armbian/build/blob/master/packages/bsp/h3disp#L75 Link to comment Share on other sites More sharing options...
DaveKimble Posted August 21, 2018 Author Share Posted August 21, 2018 Does that amount to deleting lines 75 to 81? ( I'm assuming "-a" is "AND" ). Link to comment Share on other sites More sharing options...
DaveKimble Posted August 24, 2018 Author Share Posted August 24, 2018 That works OK. Thank you. Link to comment Share on other sites More sharing options...
Recommended Posts