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

Will this work on distributions like Debian? #1

Closed edjroz closed 7 years ago

edjroz commented 7 years ago

What requirements would it need to work ?

wildtruc commented 7 years ago

Normaly, nothing. More or less. You just have to edit library.conf to your need and copy paste it in /etc/nvidia-prime. It wiil be probably like this:

nv_drv_32='/usr/lib/i386-linux-gnu/' nv_drv_64='/usr/lib/x86_64-linux-gnu/' nv_xorg_path='/uslr/lib/xorg' rc_dir='/etc/rc.local'

Then, you're good.

Let me know if you meet any problems.