Skip to content

Instantly share code, notes, and snippets.

@emepetres
Created January 4, 2023 13:51
Show Gist options
  • Save emepetres/076b9d110ba12b3ba869638c4642318c to your computer and use it in GitHub Desktop.
Save emepetres/076b9d110ba12b3ba869638c4642318c to your computer and use it in GitHub Desktop.
Sets nvidia gpu as primary in hybrid mode
#!/bin/bash
set -e
sudo sed -i 's/Device "iGPU"/Device "dGPU"/g' /etc/X11/xorg.conf
sudo shutdown -r now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment