mirror of
https://github.com/inexcode/dotfiles
synced 2024-11-21 20:11:26 +00:00
9 lines
303 B
Plaintext
9 lines
303 B
Plaintext
|
# Stop tearing on Nvidia + Intel laptops.
|
||
|
# That's not enough: please, refer to chapter 32 of NVIDIA driver readme.
|
||
|
xrandr --setprovideroutputsource modesetting NVIDIA-0
|
||
|
xrandr --output eDP-1-1 --set "PRIME Synchronization" 1
|
||
|
xrandr --auto
|
||
|
# Start GNOME
|
||
|
export XDG_MENU_PREFIX=gnome-
|
||
|
exec gnome-session
|