The pc freezes after login, have to reboot for successful start up. RPMfusion, nvidia drivers, gdm, Gnome Workstation.
My system , desktop
- Processor: Intel Core i5-4430 3GHz.
- ram: 16GiB.
- (sda) ssd disk:Kingston ssdnow v300 240GB.
- (sdb) hard disk: 2 TB.
- Fedora 27 workstation (gnome).
- nvidia drivers by rpmfusion.
- GeForce GT 610.
Operating systems
- 1st installed: windows 10.
- 2nd installed: Fedora 27 workstation
SDA
- sda2 /boot/efi
- sda1, sda3, sda4 , windows10 , 110GiB
- sda5 : / , fedora , 110GiB
SDB
- sdb1 : shared document , ntfs , 800GiB
- sdb2 : /home , fedora , 150GiB
- sdb3 : swap , 24GiB
RPMfusion repositary enabled
After install ndivia drivers
$ sudo dnf install xorg-x11-drv-nvidia akmod-nvidia
$ sudo dnf update -y
$ reboot
After reboot the pc in any kernel selected on the grub menu the problems is similar:
- The Plymouth doesn't appears.
- After login the screen freezes , mouse freeze, CTRL+ALT+F2 doesn't work.
- I have to reboot the pc
- The second time the Plymouth does appears.
- After login screen the pc work well and show the desktop.
- If reboot the pc or turn off and turn on, the cycle is repeated. (step 1)
Is anybody there faced this issue?
How can we check problems about it?
Thanks in advances, any suggestion is well received.
I had to uninstall nvidia(provided by rpmfusion repository) drivers
sudo dnf remove xorg-x11-drv-nvidia
, the problem was fixed. I tried install the drivers by following this guide (if-not-true-then-false), the driver was installed but after login the screen is black , no mouse, like problems in any 3 kernels(4.15.3 , 4.14.18 , 4.14.16 ), had to unistall the proprietary nvidia drivers again and install the default free and open source nouveau drivers. Now with open-source drivers the problem was fixed.But you know the performance is better with proprietary nvidia dirver, what can we do? I was working/ learning web development and sometimes with some open programs the pc performance was slow.