Skip to content

Instantly share code, notes, and snippets.

import ssl, socket
# Key stores what we are checking, value stores what we expect.
check_if_blocked = {"events.gfe.nvidia.com" : "gfe.nvidia.com", "services.gfe.nvidia.com" : "services.gfe.nvidia.com",
"gfwsl.geforce.com" : "gfwsl.geforce.com"
, "telemetry.gfe.nvidia.com" : "gfe.nvidia.com",
"rds-assets.nvidia.com" : "services.gfe.nvidia.com"
}
# Firejail profile for firefox-common
# This file is overwritten after every install/update
# Persistent local customizations
include firefox-common.local
# Persistent global definitions
# added by caller profile
#include globals.local
# noexec ${HOME} breaks DRM binaries.
?BROWSER_ALLOW_DRM: ignore noexec ${HOME}
# Firejail profile for firefox
# Description: Safe and easy web browser from Mozilla
# This file is overwritten after every install/update
# Persistent local customizations
include firefox.local
# Persistent global definitions
include globals.local
noblacklist ${HOME}/.cache/mozilla
noblacklist ${HOME}/.mozilla
[daniel@daniel-pc ~]$ firejail --debug firefox > firejailfirefox2.log
Reading profile /etc/firejail/firefox.profile
Reading profile /etc/firejail/whitelist-usr-share-common.inc
Reading profile /etc/firejail/firefox-common.profile
Reading profile /etc/firejail/disable-common.inc
Reading profile /etc/firejail/disable-devel.inc
Reading profile /etc/firejail/disable-exec.inc
Reading profile /etc/firejail/disable-interpreters.inc
Reading profile /etc/firejail/disable-programs.inc
Reading profile /etc/firejail/whitelist-common.inc
Receiving objects: 3% (281/7731), 420.00 KiB | 268.00 KiBReceiving objects: 4% (310/7731), 584.00 KiB | 283.00 KiBReceiving objects: 4% (379/7731), 948.00 KiB | 309.00 KiBReceiving objects: 5% (387/7731), 948.00 KiB | 309.00 KiBReceiving objects: 6% (464/7731), 1.11 MiB | 314.00 KiB/sReceiving objects: 6% (481/7731), 1.11 MiB | 314.00 KiB/sReceiving objects: 7% (542/7731), 1.39 MiB | 305.00 KiB/sReceiving objects: 7% (571/7731), 1.39 MiB | 305.00 KiB/sReceiving objects: 7% (600/7731), 1.66 MiB | 273.00 KiB/sReceiving objects: 7% (617/7731), 1.77 MiB | 262.00 KiB/sReceiving objects: 8% (619/7731), 1.77 MiB | 262.00 KiB/sReceiving objects: 9% (696/7731), 2.04 MiB | 242.00 KiB/sReceiving objects: 9% (702/7731), 2.04 MiB | 242.00 KiB/sReceiving objects: 10% (774/7731), 2.37 MiB | 244.00 KiB/sReceiving objects: 10% (789/7731), 2.37 MiB | 244.00 KiB/sReceiving objects: 10% (836/7731), 2.73 MiB | 280.00 KiB/sReceiving objects: 11% (851/7731), 2.90 MiB | 302.00 KiB/sReceiving objects: 1
37/39 mesa:compiler+nir / load_store_vectorizer OK 0.01 s
38/39 mesa:compiler+nir / nir_serialize_test OK 0.01 s
39/39 mesa:amd / radv symbols check OK 0.07 s Ok: 39
Expected Fail: 0 Fail: 0
Unexpected Pass: 0 Skipped: 0
Timeout: 0
Full log written to /mesa/_build/meson-logs/testlog.txt + ninja install
[1/2] Installing files. Installing src/amd/vulkan/libvulkan_radeon.so to /mesa/install/lib Installing src/amd/vulkan/radeon_icd.x86_64.json to /mesa/install/share/vulkan/icd.d Installing /mesa/src/util/00-mesa-defaults.conf to /mesa/install/share/drirc.d + cd ..
+ .gitlab-ci/prepare-artifa
amuel/vk-cts-image
[daniel@daniel-pc vk-cts-image]$ sudo ./run-cts.sh -r https://gitlab.freedesktop.org/mesa/mesa.git -b master -f navi10[sudo] password for daniel:
Sorry, try again.
[sudo] password for daniel:
+ mkdir -p /run/media/daniel/R1/testforhangssamuel/vk-cts-image/results
+ docker pull registry.freedesktop.org/hakzsam/vk-cts-image:2020-04-17
2020-04-17: Pulling from hakzsam/vk-cts-image
Digest: sha256:1ac98c3bf30802f6dda6577e8e43ba9e564dd2eb1a3445935699be7dfcd1a08a
Status: Image is up to date for registry.freedesktop.org/hakzsam/vk-cts-image:2020-04-17
registry.freedesktop.org/hakzsam/vk-cts-image:2020-04-17
-- Logs begin at Sat 2020-03-21 21:43:27 AST, end at Wed 2020-04-22 05:31:14 AST. --
Apr 22 05:12:18 daniel-pc kernel: Linux version 5.6.2-1-MANJARO (builduser@development) (gcc version 9.3.0 (Arch Linux 9.3.0-1)) #1 SMP PREEMPT Thu Apr 2 11:32:09 UTC 2020
Apr 22 05:12:18 daniel-pc kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-5.6-x86_64 root=UUID=c72c07f5-1240-4b85-ad94-0202392c04b7 rw iommu=soft quiet cryptdevice=UUID=4e5261e8-8d5a-45c1-807c-dca0aea559c7:luks-4e5261e8-8d5a-45c1-807c-dca0aea559c7 root=/dev/mapper/luks-4e5261e8-8d5a-45c1-807c-dca0aea559c7 resume=/dev/mapper/luks-4e5261e8-8d5a-45c1-807c-dca0aea559c7 amdgpu.gpu_recovery=1
Apr 22 05:12:18 daniel-pc kernel: KERNEL supported cpus:
Apr 22 05:12:18 daniel-pc kernel: Intel GenuineIntel
Apr 22 05:12:18 daniel-pc kernel: AMD AuthenticAMD
Apr 22 05:12:18 daniel-pc kernel: Hygon HygonGenuine
Apr 22 05:12:18 daniel-pc kernel: Centaur CentaurHauls
Apr 22 05:12:18 daniel-pc kernel: zhaoxin Shanghai
Apr 22 05:12:18 daniel-pc kernel: x86/fpu: S
[daniel@daniel-pc O]$ export VK_INSTANCE_LAYERS=VK_LAYER_LUNARG_vktrace
[daniel@daniel-pc O]$ steam steam://rungameid/264710
Running Steam on manjarolinux 19.0.2 64-bit
STEAM_RUNTIME is enabled automatically
Pins up-to-date!
/home/daniel/.local/share/Steam/ubuntu12_32/steam steam://rungameid/264710
Installing breakpad exception handler for appid(steam)/version(1586022601)
Installing breakpad exception handler for appid(steam)/version(1586022601)
/usr/share/themes/Breath-Dark/gtk-2.0/widgets/entry:70: error: unexpected identifier 'direction', expected character '}'
@Evernow
Evernow / gist:625fba511412f065864906bf95c77664
Created February 14, 2020 03:53
How to make Manjaro more navi friendly
First off obviously have Manjaro installed and up to date (open Pamac and check for any updates)
Once done
I would open the settings manager and install kernel 5.5 for best stability (LOTS of Navi fixes!)
Once that is done (feel free to ask if you have any issues) follow this
open the konsole and run `sudo nano /etc/pacman.conf`
In there you want to go to above [core] and paste in
```