metalefty

Results 294 comments of metalefty

@GogoFC Thanks! I've created a separate repo. Raise an issue there: https://github.com/metalefty/vm-bhyve-zcomp

Why don’t you share screenshots when discussing graphic glitches? We should be looking at the same thing to have a proper discussion.

Thank you all for the detailed test and report. Fundamentally, H.264 is a lossy video compression, so there's no way to avoid graphical deterioration. However, we can control the quality...

Also we need to support YUV444 mode for the fundamental quality enhancement as @pnowack mentioned.

Then, you're probably already seeing the better quality, such as red or black. YUV444 is needed for further quality I'm afraid.

As I mentioned just above, we need YUV444.

### For those who prioritize screen quality over network bandwidth: How to prioritize RFX over H.264 If you prioritize screen clarity over network efficiency, you can configure xrdp to prioritize...

@tsz8899 Yes, sure! Securing sponsors would help us speed things up. I can't spend much time on xrdp due to my $JOB in recent months.

@isudak Ansible log says, `albs_test_db_1` container is started before `albs_db_1` container starts. `albs_db_1` container cannot be started because the same port is already used by `albs_test_db_1`. Full ansible log is...

Thanks, then I think `excluded_containers` should be filled by default to start all necessary containers out-of-box.