We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed8e5e6 commit e0e4c7eCopy full SHA for e0e4c7e
system_files/desktop/shared/usr/bin/bazzite-hardware-setup
@@ -52,6 +52,11 @@ if [[ ":Jupiter:" =~ ":$SYS_ID:" ]]; then
52
if [[ ! $KARGS =~ "initcall_blacklist" ]]; then
53
NEEDED_KARGS="$NEEDED_KARGS --append=initcall_blacklist=simpledrm_platform_driver_init"
54
fi
55
+
56
+ if [[ ! $KARGS =~ "default_ps_max_latency_us" ]] && grep -q '64GB' <<< $(lsblk -o MODEL); then
57
+ echo "64GB eMMC detected, adding workaround for firmware issue"
58
+ NEEDED_KARGS="$NEEDED_KARGS --append=nvme_core.default_ps_max_latency_us=5500"
59
+ fi
60
61
62
if [[ $IMAGE_NAME =~ "nvidia" ]]; then
0 commit comments