makerbase-mks / MKS-SKIPR

MKS SKIPR is an all-in-one board launched by Makerbase for running Klipper. It integrates the RK3328 SOC running the Klipper host and the STM32F407VET6 MCU responsible for executing specific machine actions. It meets the use of most 3D printers.
GNU General Public License v3.0
88 stars 14 forks source link

HDMI doesn't work #37

Closed yammaster closed 5 months ago

yammaster commented 1 year ago

What's necessary that HDMI works? If I connect the IPS50 display via HDMI interface, nothing will shown. Is there anything to configure?

PinGuiNPL commented 1 year ago

SSH into the board and type

sudo nano /etc/X11/xorg.conf.d/40-monitor.conf

Put this there:

Section "Monitor" 
Identifier "HDMI-1"
Option "PreferredMode" "720x480"
EndSection

save.... then

sudo service KlipperScreen restart

Try different resolutions, till it works :)

yammaster commented 1 year ago

... should I configure printer.cfg that it shows on HDMI?

EmJay276 commented 1 year ago

@yammaster did you manage to get it work?

yammaster commented 1 year ago

Hello, not yet the hints doesn't solve the problem. But I've seen, there is a new image available where the HDMI is special mentioned.RegardsRene--Diese Nachricht wurde von meinem Android Mobiltelefon mit WEB.DE Mail gesendet.Am 30.03.23, 23:00 schrieb "Michael Jäger" @.***>:

@yammaster did you manage to get it work? —Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>

EmJay276 commented 1 year ago

If I'll get it to work, I will let you know.

EmJay276 commented 1 year ago

@yammaster I figured it out! I had to flash the new image "Armbian-makerbase-k5.16.20-EN-20230301.img" onto the eMMC to get the IPS50 working!

yammaster commented 5 months ago

Yes, I got the IPS working.

EmJay276 commented 5 months ago

Yes, I got the IPS working.

How?

yammaster commented 5 months ago

I followed this guide, without the x-server calibration part and it works:

https://github.com/NexGen-3D-Printing/MKS-SKIPR-SETUP/blob/main/IPS50%20Fix