Compare commits
No commits in common. "c1c6327c2c0c7c60a5c2b6269e68f5038c6ec8d9" and "2c9c5b490c50260fd77333e4c5e107eb68391d1a" have entirely different histories.
c1c6327c2c
...
2c9c5b490c
@ -4,7 +4,8 @@
|
|||||||
# run. Advanced users may wish to specify all system modules
|
# run. Advanced users may wish to specify all system modules
|
||||||
# in this array. For instance:
|
# in this array. For instance:
|
||||||
# MODULES=(piix ide_disk reiserfs)
|
# MODULES=(piix ide_disk reiserfs)
|
||||||
MODULES=()
|
MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)
|
||||||
|
# MODULES=()
|
||||||
|
|
||||||
# BINARIES
|
# BINARIES
|
||||||
# This setting includes any additional binaries a given user may
|
# This setting includes any additional binaries a given user may
|
||||||
|
@ -25,6 +25,8 @@ export PATH="/home/default/.dotnet/tools:$PATH"
|
|||||||
# git
|
# git
|
||||||
export GIT_DISCOVERY_ACROSS_FILESYSTEM=true
|
export GIT_DISCOVERY_ACROSS_FILESYSTEM=true
|
||||||
|
|
||||||
|
## sway on nvidia
|
||||||
|
export WLR_NO_HARDWARE_CURSORS=1
|
||||||
# General wayland environment variables
|
# General wayland environment variables
|
||||||
export XDG_SESSION_TYPE=wayland
|
export XDG_SESSION_TYPE=wayland
|
||||||
export QT_QPA_PLATFORM=wayland
|
export QT_QPA_PLATFORM=wayland
|
||||||
@ -33,4 +35,11 @@ export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
|||||||
# Firefox wayland environment variable
|
# Firefox wayland environment variable
|
||||||
export MOZ_ENABLE_WAYLAND=1
|
export MOZ_ENABLE_WAYLAND=1
|
||||||
export MOZ_USE_XINPUT2=1
|
export MOZ_USE_XINPUT2=1
|
||||||
|
# OpenGL Variables
|
||||||
|
export GBM_BACKEND=nvidia-drm
|
||||||
|
export __GL_GSYNC_ALLOWED=0
|
||||||
|
export __GL_VRR_ALLOWED=0
|
||||||
|
export __GLX_VENDOR_LIBRARY_NAME=nvidia
|
||||||
|
# hardware acceleration
|
||||||
|
export VDPAU_DRIVER=nvidia
|
||||||
|
export LIBVA_DRIVER_NAME=vdpau
|
||||||
|
Loading…
Reference in New Issue
Block a user