home · contact · privacy
Improve on previous commit.
[config] / dotfiles / user / thinkpad / W530 / startx_force_nvidia.sh
index babdbffc8306034b15052fae3ffa77333183d0bf..3c3ca59928fc8fe1b0d2d51c9ffdfbee51e44b22 100755 (executable)
@@ -6,7 +6,7 @@ sudo modprobe nvidia-drm
 sudo update-alternatives --set glx /usr/lib/nvidia
 
 # Use special xorg.conf and pass NVIDIA_DIRECT directive to .xinitrc.
-NVIDIA_DIRECT=1 startx -- -config xorg.conf.alt
+NVIDIA_DIRECT=1 startx -- -config xorg.conf.forced_nvidia
 
 # Recreate bumblebee setup.
 sudo service bumblebeed start