dglt1 / optimus-switch

*installer finished* installs nvidia prime and makes switching to intel only and back again easy as one command. intel mode fully disables the nvidia gpu to extend battery life.
71 stars 9 forks source link

Added lspci bus detection and minor other cleanup #18

Open rfestag opened 4 years ago

rfestag commented 4 years ago

I added detection of the correct BusID and formatting it for xorg.conf. I'm tempted to say that it should error if it doesn't detect a card for whatever reason, but for now I'm just having it fall back to the default of 1:0:0.

I also added a -p switch to mkdir commands, to avoid getting any warnings about creating existing directories.