Hi,
Stevo wrote: Mon Feb 20, 2023 11:04 pm
Using the MX Nvidia Installer, if it succeeeds in building a driver on your kernel (even a buggy one), will pop up a dialog box informing you that it has blacklisted nouveau on your machine, and the simplest way for this to take effect is a reboot. So I'm wondering how Nvidia drivers were installed on your desktop.
Well, I tried MX NVidia installer several times and it made no difference at all.
Recent installation I installed nvidia-driver by calling "apt install nvidia-driver" - the way I was used from debian systems.
And that installation tells about driver conflicts too, which should be resolved by next reboot.
... obviously something works different at MX
Stevo wrote: Mon Feb 20, 2023 11:04 pm
Is there an option to disable the integrated AMD GPU in your desktop's setup "BIOS"?
No. I can only choose the preferred gpu for startup
I tried to move all nouveau-, amd- and radeon-drivers out of their default location with the result, that the system is unable to start x-server. System boots until starting x - and then waits forever. So to me it looks like nvidia-driver installation is incomplete.
Sadly I don't have any log from that failed boot ...
by the way:
I added a file '00-nvidia.conf' to /etc/X11/xorg.conf.d:
Code: Select all
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 1660 Super (MSI)"
EndSection
but that didn't help neither.
If you have any ideas about some additional tests - I'm willing to do any tests.