While it has only 2 display connector, HDMI and RCA 3.5 4 pin (Raspberry Pi 2 B). Meanwhile VGA monitor display has a cheap price due to mass production, first thing I think that I have to find a way my Raspi can connect to VGA display.
After couple days, finally I find something I can do with Raspi and VGA.
- Buy a HDMI to VGA connector, the cheap one.
- Configure config.txt in boot partition using nano[ubuntu] or whatever text editor on your OS with sudo : sudo nano /media/yourusername/boot/config.txt
- uncomment (remove hash tag)
#hdmi_force_hotplug=1
- uncomment (remove hash tag)
Above configuration should work for VGA for minimum resolution to 640x480, for higher you can try edit below#hdmi_drive=2
- uncomment (remove hash tag) and edit value to 2
#hdmi_group=1
- uncomment (remove hash tag) and edit value to 16
I found that configuration just work for my Raspi 2 B with VGA monitor display.#hdmi_mode= 4
No comments:
Post a Comment