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

Black screen on Ubuntu Server 20.04

Open skylarweaver opened this issue 2 years ago • 12 comments

I've spent days, many hours trying many fixes (both proposed here and on goodtft github), no avail. Please help.

I boot a fresh install of Ubuntu Server for Raspberry Pi 20.04 64bit. I clone and run this scrip as advertised while ssh'd in, and it seems to complete without issue or error. The screen is white initially, but after the script, the device reboots and the screen turns black.

I have not been able to get the screen to not be black. Not command line, no terminal, no cli. Just black. Please help @lcdwiki @goodtft.

Thanks

skylarweaver avatar Dec 25 '21 22:12 skylarweaver

@skylarweaver comment this line dtoverlay=tft35a:rotate=90 and add this line

dtoverlay=piscreen,speed=16000000,rotate=90

mrfoxie avatar Jan 18 '22 16:01 mrfoxie

@skylarweaver comment this line dtoverlay=tft35a:rotate=90 and add this line

dtoverlay=piscreen,speed=16000000,rotate=90

This line is in which file?

chacalgbi avatar Aug 12 '22 11:08 chacalgbi

problem is that i can't change resolution of it say for example 7 inch official it's resolution is 800x600 but i can't change it resolution and scale. 🤷🏻‍♂️

mrfoxie avatar Aug 12 '22 13:08 mrfoxie

@skylarweaver comment this line dtoverlay=tft35a:rotate=90 and add this line

dtoverlay=piscreen,speed=16000000,rotate=90

This line is in which file?

add it into /boot/config.txt or /boot/config/config.txt

mrfoxie avatar Aug 12 '22 13:08 mrfoxie

@skylarweavercomente esta linha dtoverlay=tft35a:rotate=90e adicione esta linha

dtoverlay=piscreen,speed=16000000,rotate=90

Essa linha está em qual arquivo?

adicione-o /boot/config.txtou/boot/config/config.txt

In my /boot/config.txt file I just have this: #hdmi_force_hotplug=1 #hdmi_group=2 #hdmi_mode=16

chacalgbi avatar Aug 12 '22 14:08 chacalgbi

just add this line at the bottom of /boot/config.txt this will solve the issue

dtoverlay=piscreen,speed=16000000,rotate=90

for my information may I know which kind of display you're using?

mrfoxie avatar Aug 12 '22 16:08 mrfoxie

basta adicionar esta linha na parte inferior /boot/config.txtdisso resolverá o problema

dtoverlay=piscreen,speed=16000000,rotate=90

para minha informação, posso saber que tipo de tela você está usando?

Display LCD TFT Touch de 3,5 polegadas with resolution 320x480 pixels. Controller Touch = XPT2046

chacalgbi avatar Aug 12 '22 17:08 chacalgbi

basta adicionar esta linha na parte inferior /boot/config.txtdisso resolverá o problema

dtoverlay=piscreen,speed=16000000,rotate=90

para minha informação, posso saber que tipo de tela você está usando?

Display LCD TFT Touch de 3,5 polegadas with resolution 320x480 pixels. Controller Touch = XPT2046

then use the following commands

git clone https://github.com/lcdwiki/LCD-show-ubuntu.git
chmod -R 755 LCD-show-ubuntu
cd LCD-show-ubuntu/
sudo ./LCD35-show

it shall work

mrfoxie avatar Aug 12 '22 17:08 mrfoxie

basta adicionar esta linha na parte inferior /boot/config.txtdisso resolverá o problema

dtoverlay=piscreen,speed=16000000,rotate=90

para minha informação, posso saber que tipo de tela você está usando?

Display LCD TFT Touch de 3,5 polegadas with resolution 320x480 pixels. Controller Touch = XPT2046

then use the following commands

git clone https://github.com/lcdwiki/LCD-show-ubuntu.git
chmod -R 755 LCD-show-ubuntu
cd LCD-show-ubuntu/
sudo ./LCD35-show

it shall work

I already did. Twice. It seems everything is ok, it restarts. The screen goes white, then black and that's it.

chacalgbi avatar Aug 12 '22 17:08 chacalgbi

thats odd

mrfoxie avatar Aug 13 '22 03:08 mrfoxie

@chacalgbi hello, I have encountered the same problem. Have you solved it?

penghongguang avatar Mar 01 '23 08:03 penghongguang

@chacalgbi hello, I have encountered the same problem. Have you solved it?

Not :(

chacalgbi avatar Mar 01 '23 12:03 chacalgbi