
I followed the install procedure on a freshly created Raspbian Jessie image on my Pi 2, no joy. Will dig into fault-finding tomorrow as it's late, but has anyone else got their GertVGA working on Jessie?
Yes, it works for me.thekeywordgeek wrote:... has anyone else got their GertVGA working on Jessie?
OK, thanks. So it ain't the distro. Time to get my hands dirty...AndyD wrote:Yes, it works for me.thekeywordgeek wrote:... has anyone else got their GertVGA working on Jessie?
Code: Select all
dtoverlay=vga666
Did the job perfectly, thanks!DougieLawson wrote:You'll need to put the stuff for your VGA666 back in your config. It needsin your /boot/config.txt.Code: Select all
dtoverlay=vga666
Yes, sorry I should have mentioned that I am using dtoverlay=vga666 in config.txtthekeywordgeek wrote:Did the job perfectly, thanks!DougieLawson wrote:You'll need to put the stuff for your VGA666 back in your config. It needsin your /boot/config.txt.Code: Select all
dtoverlay=vga666
AndyD wrote:Yes, sorry I should have mentioned that I am using dtoverlay=vga666 in config.txtthekeywordgeek wrote:Did the job perfectly, thanks!DougieLawson wrote:You'll need to put the stuff for your VGA666 back in your config. It needsin your /boot/config.txt.Code: Select all
dtoverlay=vga666
This post says yes. viewtopic.php?f=63&t=127561chuewailian wrote:Any lucky person(s) who has access & tried both a "Raspberry Pi Zero" (with a soldered 2x20 male header) & Gert VGA 666 Adapter?
i.e. Able to confirm that VGA display is working perfectly via GPIO pins 2-21 (DPI function)?
Fine if you want to use the HDMI port (and OK to pay a bit more), but Gert's adapter means you can use VGA and HDMI at the same time with different framebuffers, IIRC.RobertD wrote:Hi I got me one of these, works fine.
Code: Select all
dtoverlay=vga666
Code: Select all
sudo nano /boot/config.txt
Code: Select all
dtoverlay=vga666
enable_dpi_lcd=1
display_default_lcd=1
5. Use raspi-config (Advanced options) to make sure that SPI and I2C are disabled.6 Reboot. If everything is working, then your Pi should come up with VGA resolution (640x480)Code: Select all
sudo raspi-config
7 Now adjust the resolution for your monitor (see this post and this one for more information). For the VGA board use 'dpi_' instead of 'hdmi_'.
For example, you could add these lines to /boot/config.txtThis would be the equivalent of hdmi_group 2 (DMT), mode 35 (1280 x 1024 @ 60Hz)Code: Select all
dpi_group=2 dpi_mode=35
Alternatively, try the following variations:
# For 1920x1080 60Hz (1080p)orCode: Select all
dpi_group=2 dpi_mode=82
# For 1024x768 60HzorCode: Select all
dpi_group=2 dpi_mode=16
# For 800x600 60HzCode: Select all
dpi_group=2 dpi_mode=9
Two comments:AndyD wrote:With the colour issues. I wonder if you have an issue with your soldering. P.S. I haven't got one of these, but I believe these adapters for sale on the Deal Extreme website are a copy of the VGA666 adapter and don't require assembly.
About using VGA and HDMI at the same time, the answer is you can use both of them at the same time, but one screen is limited. The same limitation exists with the Official Foundation Display. Have a look at this thread Apps known to support dual display in the Official Foundation Display section of the forum. Everything written in that thread applies to the VGA666 adapter.
The original poster (vicente) in this thread appear to have one of these VGA adapters from Deal Extreme working using the VGA666 instructions.QuietZone wrote: I have one of those from DX - but I haven't gotten around to testing it yet. It'd be nice if someone (and that someone may end up being me) could verify that that board works and is exactly the same as what you'd get if you ordered the kit and did your own soldering.
Code: Select all
dtoverlay=vga666
enable_dpi_lcd=1
display_default_lcd=1