Ewen McNeill

Results 40 comments of Ewen McNeill

For anyone else trying to build this from source to test it out, it looks like it'll [require golang version 1.9 or higher for the `math/bits` dependency](https://stackoverflow.com/questions/49370111/cannot-find-package-math-bits). So, eg, `go...

In https://github.com/hlandau/acmetool/issues/322#issuecomment-581110939 @tomwaldnz wrote: > On Amazon Linux 1 I get this error when trying to build. I'll just wait for the binary. @tomwaldnz `sys/capability.h` is part of `libcap`; do...

Replying to myself from https://github.com/hlandau/acmetool/issues/322#issuecomment-566834656: > I _think_ the resulting binary is correctly built to be `acmetool` with ACME API v2, but I've not yet been able to confirm that...

> Go 1.6 is probably way to old. You can compile it in the latest Ubuntu docker image like this: Go 1.6 is definitely too old. As I said in...

The other option might be to show: ``` localparam RED = 0; localparam GREEN = 1; localparam BLUE = 2; [...] assign rgb[RED] = r; assign rgb[GREEN] = g; assign...

FTR, it looks like the underlying simulation implements: intensity, Blue, Green, Red, in that order, ie `ibgr`, and the intensity can be set from Verilog. Eg in the racing game...

FTR, Decimator manual -- http://decimator.com/specs/MD-HX_HARDWARE_MANUAL_FV1.3.pdf -- reports (on page 5) that it supports DVI RGB 4:4:4, and HDMI RGB 4:4:4, as well as two HDMI YCbCr modes (4:4:4, 4:2:2), supposedly...

Working theory is that the calculation of byte 10 of the EDID detailed data has the wrong formula, which is resulting in the vertical sync offset value being 0 all...

Looks like this patch makes the EDID data sensible (as seen by `read-edid`: ``` (LX P=opsis T=hdmi2usb) ewen@parthenon:/src/fpga/hdmi2usb-firmware$ git log -1 commit 5f5064789c1a579eb8c2dee2657c73c9c41a3638 (HEAD -> master, origin/master, origin/HEAD) Merge: fc388ff...

@futaris and i have done some tests with the Decimator MD-HX: * From an NeTV2, the Decimator is happy with the HDMI video (default NeTV2 firmware, which is genlocked pass...