-
Notifications
You must be signed in to change notification settings - Fork 79
Calibration file blocks Octoprint-TFT from showing #74
Comments
I think you are missing the actual display driver reference. My Pi is not physically available to me right now but I have the exact same display on one of my Pi's and have it working fine. Your x11 startup log likely states that you have no configured displays. |
here you go:
|
additionally, mine is here: ./usr/share/X11/xorg.conf.d/99-calibration.conf X11 will look in a couple different places so make sure you don't have a collision occurring. |
my apologies for the spamming... it looks like I just made sure I had the same file in both locations:
|
Thanks! You find a solution for me, what I did - deleted the calibration file, rebooted device. Then run the calibration to have calibration data. And finally created the file in both locations as you specified. (also added the "Device" section) |
Yeah, pretty sure it was the missing device section causing you problems as that is how x11 knows which device driver to use for the actual display. Glad you got it working. Congrats! |
I successfully installed Octopi-TFT.
I am using waveshare TFT display with its driver
git clone https://github.com/waveshare/LCD-show.git
DISPLAY=:0.0 xinput_calibrator
Then I reboot the device
sudo reboot
After that the Octoprint-TFT wont show, just black screen.
If I remove calibration data file 99-calibration.conf and reboot the device, Octoprint-TFT is again on the screen, but I cant use it, as the display is not calibrated.
Anyone know what I am supposed to do?
The text was updated successfully, but these errors were encountered: