Skip to content

Instantly share code, notes, and snippets.

@meirbon
Last active March 13, 2023 14:00
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save meirbon/3317943e9b2e50e0914b5832717db190 to your computer and use it in GitHub Desktop.
Save meirbon/3317943e9b2e50e0914b5832717db190 to your computer and use it in GitHub Desktop.
Install guide for Elementary OS on Dell XPS 15 9560
# Install Elementary like you normally would, after install disable dGPU
# If you don't need your dGPU in Linux: https://gist.github.com/jseris/a740f6a3fb0d18064e26dc66f9be4f1d
# If you want to use your Nvidia GPU:
sudo apt install nvidia-375 nvidia-prime
##### Seems this is fixed #####
# Don't restart yet, the version of nvidia-prime that is shipping does not work
# cd /usr/bin && sudo mv prime-select prime-select.old
# sudo wget https://raw.githubusercontent.com/C11235/nvidia-prime-bugfix/master/prime-select && sudo chmod 755 prime-select
# After reboot changing the gpu in settings should work
# Just some notes
# By default Elementary doesn't let you add ppas, to fix this:
sudo apt install software-properties-common
# To install tweaking tool
sudo apt install software-properties-common &&
sudo add-apt-repository ppa:philip.scott/elementary-tweaks &&
sudo apt update &&
sudo apt install elementary-tweaks
@LinkPhoenix
Copy link

I think it is not for installing elementary OS but a script for Initial elementary OS installation. Thank your for that because I work for a lot of automating for elementary OS initial installation here : https://github.com/LinkPhoenix/ElementaryOS_Initial_Setup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment