История изменений
Исправление fehhner, (текущая версия) :
cog
- я вообще не сталкивался. Знаю, что киоски через chromium популярный так делают:
/usr/bin/chromium-browser --noerrdialogs --disable-infobars --kiosk https://bla-bla.com &
Enable hardware acceleration in Chromium
If open a Chromium and go to chrome://gpu, you see «Software Accelerated» To change that, we need to go to chrome://flags and search for
Override software rendering list
GPU rasterization
Out of process rasterization
Hardware-accelerated video decode (only available on the new versions of Raspberry Pi OS)and change those settings to Enabled. After restarting the web browser, you can refresh chrome://gpu and you will get «Hardware Accelerated»
Исправление fehhner, :
cog
- я вообще не сталкивался. Знаю, что киоски через chromium популярный так делают:
/usr/bin/chromium-browser --noerrdialogs --disable-infobars --kiosk https://bla-bla.com &
Enable hardware acceleration in Chromium
If open a Chromium and go to chrome://gpu, you see «Software Accelerated» To change that, we need to go to chrome://flags and search for
Override software rendering list GPU rasterization Out of process rasterization Hardware-accelerated video decode (only available on the new versions of Raspberry Pi OS)
and change those settings to Enabled. After restarting the web browser, you can refresh chrome://gpu and you will get «Hardware Accelerated»
Исходная версия fehhner, :
cog
- я вообще не сталкивался. Знаю, что киоски так делают:
/usr/bin/chromium-browser --noerrdialogs --disable-infobars --kiosk https://bla-bla.com &