compile without gpu accleration and profile json
This commit is contained in:
Submodule client-gui2 updated: ca58fb3bda...7511ef2a37
@@ -52,6 +52,16 @@ flatpak install ./KompAC-embedded-x86_64.flatpak
|
||||
flatpak run com.kompac.client
|
||||
```
|
||||
|
||||
The Tauri WebView starts with WebKit accelerated compositing and the DMA-BUF
|
||||
renderer disabled, and Mesa software rendering requested by default.
|
||||
To allow hardware rendering for a launch:
|
||||
|
||||
```sh
|
||||
flatpak run --env=WEBKIT_DISABLE_COMPOSITING_MODE=0 \
|
||||
--env=WEBKIT_DISABLE_DMABUF_RENDERER=0 \
|
||||
--env=LIBGL_ALWAYS_SOFTWARE=0 com.kompac.client
|
||||
```
|
||||
|
||||
The bundle records Flathub as the source of its GNOME runtime. The first
|
||||
installation therefore downloads the runtime when it is not already installed.
|
||||
For an offline destination, transfer the runtime through a Flatpak repository
|
||||
|
||||
@@ -102,4 +102,7 @@ if [[ "$ready" != true ]]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
WEBKIT_DISABLE_COMPOSITING_MODE="${WEBKIT_DISABLE_COMPOSITING_MODE:-1}" \
|
||||
WEBKIT_DISABLE_DMABUF_RENDERER="${WEBKIT_DISABLE_DMABUF_RENDERER:-1}" \
|
||||
LIBGL_ALWAYS_SOFTWARE="${LIBGL_ALWAYS_SOFTWARE:-1}" \
|
||||
"$gui"
|
||||
|
||||
2278
profile_export1/rok_17_3.komp-ac-profile.json
Normal file
2278
profile_export1/rok_17_3.komp-ac-profile.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user