Skip to content

Commit 683799a

Browse files
committed
Fix nvidia driver permission in live mode
1 parent 860f80f commit 683799a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

biglinux-livecd/usr/bin/startbiglive

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
# - kwin_wayland, mutter (Wayland compositors)
1414
#===============================================================================
1515

16+
#-------------------------------------------------------------------------------
17+
# Fix video device permission, added in 2026/01/28 to fix nvidia proprietary driver
18+
#-------------------------------------------------------------------------------
19+
sudo chmod 666 /dev/dri/renderD*
20+
1621
#-------------------------------------------------------------------------------
1722
# Detect active display manager
1823
#-------------------------------------------------------------------------------

0 commit comments

Comments
 (0)