wildtruc / nvidia-prime-select

This a fork of FedoraPrime enhanced for all linux distributions
GNU General Public License v3.0
127 stars 14 forks source link

turn off Nvidia on the run. #8

Closed takov751 closed 5 years ago

takov751 commented 5 years ago

I see that you haven't implanted bbswitch in this script. May i ask the reason behind it? And i use hardcoded prime and i use intel driver instead of modesetting every xorg configuration is the same. I opened this issue as a discussion .Sorry in advance if it was pointless/inapropriate.

wildtruc commented 5 years ago

Don't be. :) The script doesn't use bbswitch because nvidia-drm is dedicated to PRIME and turn on the nvidia discrete card when loaded. That's it. You can still use bbswitch, however, when using PRIME (and not Primus) nvidia discrete card is use as main graphic card and you don't have to constantly turn it off like bumblebleed or primus do.

For diff between intel driver and modesetting, I did use too in older distribution kernels, but it finally just stop too work with new distro upgrade. Modesetting is now the best alternative until a new better one.

Maybe in a near future, with nvidia-drm driver enhancements, config and switch will become different, but at this point, this is the only one we get.

I hope having answered to you question. Cheers!