Has anyone managed to get Google Earth web working with Chromium
i use google earth for work to record flyovers with obs studio
these are the flags im using to launch chromium
vulkan for hardware accelerated video decoding and ozone platform for wayland
im guessing the issue is the webgpu
chromium just stays on the landing page for google earth and doesnt load
i have tried lots of chrome flags, using nv-sglrun and ld preload
but no joy, just wondering if the webgpu hasnt made it to freebsd yet
this is my ~/.local/share/applications/chromium-browser.desktop
chrome://gpu
i use google earth for work to record flyovers with obs studio
these are the flags im using to launch chromium
vulkan for hardware accelerated video decoding and ozone platform for wayland
Code:
chrome --enable-features=Vulkan --use-vulkan --ozone-platform=wayland
im guessing the issue is the webgpu
chromium just stays on the landing page for google earth and doesnt load
i have tried lots of chrome flags, using nv-sglrun and ld preload
but no joy, just wondering if the webgpu hasnt made it to freebsd yet
this is my ~/.local/share/applications/chromium-browser.desktop
Code:
[Desktop Entry]
Type=Application
Version=1.0
Encoding=UTF-8
Name=Chromium
Comment=Google web browser based on WebKit
Icon=chrome
Exec=chrome --enable-features=Vulkan --use-vulkan --ozone-platform=wayland %U
Categories=Application;Network;WebBrowser;
MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;
StartupNotify=true
chrome://gpu