You are not logged in.
Hello,
The NVIDIA Geforce 760 GTX is detected at desktop startup and the driver is installed. This goes wrong, the desktop does not start anymore
Solution:
1. start Q4OS in repair mode (bootmenu 2. point).
2. login as root
3. you have to blacklist nouveau driver (following points 4.-6.)
4. Create the /etc/modprobe.d/blacklist-nouveau.conf
4.a For ex:
nano /etc/modprobe.d/blacklist-nouveau.conf
5. Add the following lines:
blacklist nouveau
options nouveau modeset=0
6. Save & quit
7.
update-initramfs -u
8.
reboot
9. start Q4OS in repair mode (bootmenu 2. point).
10. login as root
11.
apt update
12.
apt install nvidia-tesla-470-driver
13.
reboot
This solution works for me.
~$ lspci -nnk | grep "VGA\|'Kern'\|3D\|Display" -A2
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GK104 [GeForce GTX 760] [10de:1187] (rev a1)
Subsystem: Micro-Star International Co., Ltd. [MSI] GK104 [GeForce GTX 760] [1462:2847]
Kernel driver in use: nvidia
Greetz
Q4Cologne
Offline
Thanks for this tip. What is output of the following terminal command ?
$ nvidia-detect
Offline