No screen connection Rev-pi core 3

Topics about the Hardware of Revolution Pi
Post Reply
RichardJansen387
Posts: 1
Joined: 31 Jul 2018, 10:44
Answers: 0

No screen connection Rev-pi core 3

Post by RichardJansen387 »

Hello,

I recently bought a revPI core 3 and a Revpi DIO for testing purposes but somethings doesn't seem right.
I bought a Micro HDMI to HDMI cable and used a HDMI to Displaypoort converter for my monitor but I don't get any video signal.

I can access the RevPi with putty and can login into the webpage and do all kind of things there.

Any advice?

Thank you in advace

Kind regards,

Richard Jansen

Link to the micro HDMI to HDMI cable
https://www.conrad.nl/p/hdmi-kabel-spea ... art-325240
volz
Posts: 30
Joined: 22 May 2018, 12:27
Answers: 0

Re: No screen connection Rev-pi core 3

Post by volz »

you could try without the HDMI to Displayport adaptor and plug into a TV for testing.
User avatar
RevPiModIO
KUNBUS
Posts: 322
Joined: 20 Jan 2017, 08:44
Answers: 0
Contact:

Re: No screen connection Rev-pi core 3

Post by RevPiModIO »

Try to comment the line "hdmi_drive=2" in /boot/config.txt

In a Raspberry Pi Image this line is comment by default, but Kunbus uncomment it... Causes problems with some Displays...

The part should look like this:

Code: Select all

pi@RevPi0000:~ $ sudo nano /boot/config.txt
(...)
# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
#hdmi_drive=2
(...)
python3-RevPiModIO - https://revpimodio.org/ || Der RevPi ist das Beste, was passieren konnte!
Post Reply