goodtft / LCD-show

2.4" 2.8"3.2" 3.5" 5.0" 7.0" TFT LCD driver for the Raspberry PI 3B+/A/A+/B/B+/PI2/ PI3/ZERO/ZERO W
2.31k stars 793 forks source link

Lost X on raspi Debian Buster #199

Open mgtavares opened 4 years ago

mgtavares commented 4 years ago

Solved:

sudo apt-get install xserver-xorg-video-fbturbo

Tks

awhatford commented 4 years ago

thanks that worked for getting x window up and running but even when using sudo FRAMEBUFFER=/dev/fb1 startx the window is still formed on the hdmi output so i guess there is more broken files some ware

awhatford commented 4 years ago

solved the fb0 only output, edit the option in this file to fb1

/usr/share/X11/xorg.conf.d/99-fbturbo.conf

thanks to this thread https://forum.repetier.com/discussion/6035/setting-up-joy-it-3-5-display

goodtft commented 4 years ago

Thanks

gabolander commented 3 years ago

I have a LCD35 for RPi4 connected to a RPi3, and after running LCD35-show script, I had the same issue. I solved in this way:

sudo apt-get install xserver-xorg-video-fbturbo
# now I symlink fbturbo driver where it wants to be found ...
sudo ln -s /usr/lib/arm-linux-gnueabihf/xorg/modules/drivers/fbturbo_drv.so /usr/lib/xorg/modules/drivers/
reboot

Now X on 3.5" LCD works like a charm .. On the other hand, I'd like to be suggested to have a virtual keyboard (keyboard on display) so that I can even work totally keybordless. I'm currently working with a usb keyboard and with the touchscreen pen as mouse. Tnx in adv. Gabo