danergo
danergo
Hi! Happy New Year! How did you test this patch? I mean on which architecture? AMD64? Because your patch contains some diff in `amd64.h` which in my case is not...
Hi! I just got back to here, and willing to solve this. Thanks a lot for your help, if we could look into it again I'd appreciate that, otherwise I'll...
Partial success: Using `gdb` I can *attach* to a running process and can redirect its output to a file with this command: ``` (gdb) p (int)dup2((int)open("/tmp/process_stdout", 1089, 0777), 1) ```...
Having the same issue. Some minor corrections: 1.) The error message is: "No hosts currently connected". 2.) DeX Labs feature "Force apps to resize" doesn't solve this, i.e. behavior is...
When I use DeX I hook it up to a display and a USB keyboard. No software keyboard is involved, but if you mean in general which software keyboard is...
On the linked StackOverflow question I've kind-of solved it without touching any bit of JFreeChart's core.
I think I resolved this by running ffmpeg with `sudo`, so file permissions are wrong by default. Also I have to manually remove `/dev/ion` after bootup to prevent these initialization...
However, please review my ffmpeg transcode trial with ffmpeg_rk: My problem is in spite of RK3568 was being marketed to support full hardware decoding and encoding of hevc and h264,...