Help! Every time I try connecting my Organelle to a monitor, it doesn’t display any signal. When it’s powering up, it displays this image for a few seconds:
Proud owner of a brand new Organelle here I received as a wonderful Christmas present.
I was having the exact same issue whereby my Dell 24" monitor wouldn’t sync with the Organelle over a HDMI to DVI adaptor. Unfortunately my monitor doesn’t have a HDMI input, but I have used HDMI devices successfully with it in the past via an adaptor.
Fortunately, the fix in my case was easy - changing the kernel boot parameters to specify a different frame buffer resolution to one that is natively compatible with my monitor.
Firstly, I connected the Organelle to my TV via straight HDMI so that I could get a terminal. Alternatively, connecting a network adaptor and SSHing in should be viable too.
Secondly, I remounted the root filesystem as read-write:
mount -o remount,rw /
Finally, I edited /boot/uEnv.txt to change the default boot resolution from 1920x1080M@60 to 1920x1200M@60
vim /boot/uEnv.txt
That seems to have done the job, and interestingly it still runs correctly when hooked up to my 1080p TV via HDMI.
Really excited to start having a proper play with the Organelle and Predate, but what a learning curve it’s going to be …