home · contact · privacy
babdbffc8306034b15052fae3ffa77333183d0bf
[config] / dotfiles / user / thinkpad / W530 / startx_force_nvidia.sh
1 #!/bin/sh
2
3 # Undo bumblebee setup.
4 sudo service bumblebeed stop
5 sudo modprobe nvidia-drm
6 sudo update-alternatives --set glx /usr/lib/nvidia
7
8 # Use special xorg.conf and pass NVIDIA_DIRECT directive to .xinitrc.
9 NVIDIA_DIRECT=1 startx -- -config xorg.conf.alt
10
11 # Recreate bumblebee setup.
12 sudo service bumblebeed start
13 sudo update-alternatives --auto glx