Been trying to get this solved for a few hours now. Basically when installing the Nvidia driver DietPi seems to take issue with my 750Ti and gives an xconf related "no screens found" error whenever trying to do startx.
Now, on FreeBSD and another Linux distro I happen to know the solution to this is to add nvidia-modeset_load="YES" in /boot/loader.conf but this doesn't work with DietPi. Any way to invoke it or anyone know of the solution..?
PC version Nvidia trouble
Re: PC version Nvidia trouble
So having failed repeatedly with the dietpi built-in-installer option... AND ITS GOOD NEWS.
I found debian instructions, which happen to work perfectly and I now have an apparently fully working Nvidia DietPi install!
For anyone who has trouble with Nvidia drivers under the PC version of DietPi, follow this short guide TO THE LETTER (only substitute the Nvidia driver it tells you to download for the latest current driver for your card);
http://www.allaboutlinux.eu/remove-nouv ... ebian-8/1/
No idea if this could be implemented by DietPi itself in some way but obviously a huge difference to the apparently non-working current installer included. Kodi now works, for example, which doesn't under Nouveau! Hope it helps someone!
I found debian instructions, which happen to work perfectly and I now have an apparently fully working Nvidia DietPi install!
For anyone who has trouble with Nvidia drivers under the PC version of DietPi, follow this short guide TO THE LETTER (only substitute the Nvidia driver it tells you to download for the latest current driver for your card);
http://www.allaboutlinux.eu/remove-nouv ... ebian-8/1/
No idea if this could be implemented by DietPi itself in some way but obviously a huge difference to the apparently non-working current installer included. Kodi now works, for example, which doesn't under Nouveau! Hope it helps someone!
Re: PC version Nvidia trouble
Hi,
Thanks for the info.
I personally tested with 1050Ti successfully with DietPi.
Seems nouveau is the issue here, we'll add this to DietPi and disable by default during nvidia install:
https://github.com/Fourdee/DietPi/issues/1244
Thanks for the info.
I personally tested with 1050Ti successfully with DietPi.
Seems nouveau is the issue here, we'll add this to DietPi and disable by default during nvidia install:
https://github.com/Fourdee/DietPi/issues/1244
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Re: PC version Nvidia trouble
Hi,Fourdee wrote:Hi,
Thanks for the info.
I personally tested with 1050Ti successfully with DietPi.
Seems nouveau is the issue here, we'll add this to DietPi and disable by default during nvidia install:
https://github.com/Fourdee/DietPi/issues/1244
We've applied the fix for DietPi v159, would you be willing to test for us?
https://github.com/Fourdee/DietPi/issue ... -345530450
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Re: PC version Nvidia trouble
I will try to do so today, time permitting.
Re: PC version Nvidia trouble
Having done the update to 159, and doing nothing other than installing the Nvidia driver and lxde (then a reboot), startx, and looking at Nvidia server settings within lxde it states that Nouveau is still being used, and to logout and do nvidia-xconfig. This then results in the same no screens error as before. Being slowed somewhat with testing as limited to wifi right now for unrelated reasons, but happy to take another look as needed.
Re: PC version Nvidia trouble
Thanks for testing.dubyazero wrote:Having done the update to 159, and doing nothing other than installing the Nvidia driver and lxde (then a reboot), startx, and looking at Nvidia server settings within lxde it states that Nouveau is still being used, and to logout and do nvidia-xconfig. This then results in the same no screens error as before. Being slowed somewhat with testing as limited to wifi right now for unrelated reasons, but happy to take another look as needed.
Can you please verify latest testing branch code is in use:
Code: Select all
cat /etc/modprobe.d/blacklist-nouveau.conf
Code: Select all
blacklist nouveau
blacklist lbm-nouveau
options nouveau modeset=0
alias nouveau off
alias lbm-nouveau off
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Re: PC version Nvidia trouble
Yep, all those commands are indeed in there.
Re: PC version Nvidia trouble
Strange looks fine. If the module is blacklisted, it shouldn't be possible for it to be available to system.dubyazero wrote:Yep, all those commands are indeed in there.
Could be possible we need to reboot after running "update-initramfs -u", to ensure new settings are loaded by system. Maybe the Nvidia driver install is loading current env settings, then overwriting the initramfs we previously generated.
Might be worth us blacklisting "nouveau" by default on the image, this might resolve the issue.
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Re: PC version Nvidia trouble
Ok, i've sent the commit for:
nouveau now blacklisted by default on all our x86_64 systems, preferring official Nvidia driver:
https://github.com/Fourdee/DietPi/issue ... -346902934
Gets blacklisted during dietpi-update on testing branch. If you would be willing to test again for us, i'd really appreciate it.
nouveau now blacklisted by default on all our x86_64 systems, preferring official Nvidia driver:
https://github.com/Fourdee/DietPi/issue ... -346902934
Gets blacklisted during dietpi-update on testing branch. If you would be willing to test again for us, i'd really appreciate it.
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.