Невозможно создать htpasswd

Это описано в справочной странице intel:

Disable or enable TearFree updates. This option forces X to perform all rendering to a backbuffer prior to updating the actual display. It requires an extra memory allocation the same size as a framebuffer, the occasional extra copy, and requires Damage tracking. Thus enabling TearFree requires more memory and is slower (reduced throughput) and introduces a small amount of output latency, but it should not impact input latency. However, the update to the screen is then performed synchronously with the vertical refresh of the display so that the entire update is completed before the display starts its refresh. That is only one frame is ever visible, preventing an unsightly tear between two visible and differing frames. Note that this replicates what the compositing manager should be doing, however TearFree will redirect the compositor updates (and those of fullscreen games) directly on to the scanout thus incurring no additional overhead in the composited case. Also note that not all compositing managers prevent tearing, and if the outputs are rotated, there will still be tearing without TearFree enabled.

Подводя итог, недостатки заключаются в том, что для этого требуется больше памяти, а также снижается пропускная способность и увеличивается задержка (, за исключением случаев, когда уже есть компоновщик или vblank -синхронизированный полноэкранный дисплей ).

0
04.04.2021, 16:30
2 ответа

При использовании флага -bпотребуется указать имя пользователя и пароль:

htpasswd -bcB -C 10 path/to/htpawssd username password
2
28.04.2021, 22:54

Вы пропустили имя пользователя из командной строки

0
28.04.2021, 22:54

Теги

Похожие вопросы