diff options
| author | 2023-06-13 16:07:23 +0600 | |
|---|---|---|
| committer | 2023-06-13 16:08:45 +0600 | |
| commit | 58d1eb326635af56196f7ff4295bf5c9306be649 (patch) | |
| tree | 63b089a0aae43b9586b46f126a83a94278390fd5 | |
| parent | 9b7b16a6ff8b8c815062ab2df8f4b6be0551a27b (diff) | |
| download | jadupc-everything-58d1eb326635af56196f7ff4295bf5c9306be649.tar.gz jadupc-everything-58d1eb326635af56196f7ff4295bf5c9306be649.zip | |
Disable chromium hardware acceleration
Signed-off-by: Mubashshir <ahm@jadupc.com>
| -rw-r--r-- | data/chromium-flags.conf | 3 | ||||
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/shopno-os-chromium.install | 1 |
3 files changed, 11 insertions, 0 deletions
diff --git a/data/chromium-flags.conf b/data/chromium-flags.conf new file mode 100644 index 0000000..34d370c --- /dev/null +++ b/data/chromium-flags.conf @@ -0,0 +1,3 @@ +--disable-gpu +--disable-gpu-compositing +--disable-gpu-rasterization diff --git a/debian/changelog b/debian/changelog index ae7ec5e..ac76c04 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +jadupc-everything (1.0.2) shopno; urgency=medium + + * Provide both firefox and chromium + * Disable chromium hardware acceleration + + -- Mubashshir <ahm@jadupc.com> Tue, 13 Jun 2023 16:08:20 +0600 + jadupc-everything (1.0.1) shopno; urgency=medium * QA upload. diff --git a/debian/shopno-os-chromium.install b/debian/shopno-os-chromium.install new file mode 100644 index 0000000..bbd536f --- /dev/null +++ b/debian/shopno-os-chromium.install @@ -0,0 +1 @@ +data/chromium-flags.conf /etc/ |
