-
Notifications
You must be signed in to change notification settings - Fork 0
/
Tutorials [other]
18 lines (18 loc) · 1015 Bytes
/
Tutorials [other]
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
To turn on GPU accelaration:
Open Photopea
Firefox->about:config->webgl.force-enabled true; webgl.disabled false
Chromium->chrome://flags->#ignore-gpu-blocklist Enabled; #enable-gpu-rasterization Enabled; #disable-accelerated-2d-canvas Disabled
Other->?
On NVIDIA (proprietary drivers) additionaly:
Install nvidia-prime->add in photopea.sh: prime-run after 8887 and before pasted Command/Exec.
To get title bar:
More tools->Customize toolabar...->Title Bar
Get rid of Firefox navigation bar(s):
Go to ~/.local/share/ice->browser_folder->Photopea->create folder: chrome->userChrome.css
https://github.com/gghostl/Photopea-Online-Linux-App/blob/b05c07ee5d632a6acf3274bf13b85a0f296625cd/userChrome.css
Python procces has to be closed manually with a task manager, command or script:
command: kill -9 python
script (put on desktop or somewhere else and execute after closing the app):
#!/bin/bash
kill -9 python
To run with Feral GameMode add gamemoderun just like with prime-run (additionaly also before python).