LCD-show icon indicating copy to clipboard operation
LCD-show copied to clipboard

Option for non-xwindows install or simply move terminal

Open TedMN opened this issue 2 years ago • 4 comments

Thanks for the utility for config and driver install. It did not fit my use case but got my 95% there. I used the minimal raspberry pi install that does not have x11 installed or configured. So while the driver installed, the dev/fbX was created and /boot/config.txt settings configured etc one thing that was not was /boot/cmdline.txt.

https://ozzmaker.com/enable-console-on-piscreen/

https://www.kernel.org/doc/Documentation/fb/fbcon.txt

In my case I used fbcon=map:10 after the rootwait at the end. Worked like a charm.

I am happy to contribute a feature patch or it is fairly simple to implement. Even just an install readme note, I can write that up.

Best regards.

TedMN avatar Dec 02 '21 14:12 TedMN

Great job!!! Thanks for sharing! Worked like a charm!

gustavojm27 avatar Dec 14 '21 17:12 gustavojm27

@TedMN can you share what OS you had installed? This fix allowed me to boot to terminal on Ubuntu MATE Desktop 20.10, but I'm trying to use this screen on ubuntu-server 20.4 without a GUI and only ever get a black screen, even with this fix.

Any more insight into your OS and suggestions would be helpful. Thanks

skylarweaver avatar Dec 24 '21 17:12 skylarweaver

@skylarweaver

I used the minimal raspberry pi install that does not have x11 installed or configured.

thats the "server" edition of RPiOS (ie console only SD-card image)

paulwratt avatar Dec 25 '21 06:12 paulwratt

@skylarweaver hi! Did you solve the problem with ubuntu server 22.4 (cli only)? Can't find a solution for a long time(

is-paranoia avatar Jun 26 '23 20:06 is-paranoia