-
konstantinova
Errors from my first post were because I forgot to add nvidia-lts during bumblebee installation. As @joekamprad mentioned. And booted with lts kernel, no wonder there were errors. I was dumb. Now the problem is that I can’t boot if I install bumblebee.
-
konstantinova
@manuel
I’ve tried to install bumblebee only for 4.20.6-arch1-1-ARCH. thats why I’ve send previous boot(4.20.6-arch1-1-ARCH) not current (using lts kernel)
I also can’t switch to console while trying to boot with main kernel Ctrl-Alt-F2/F3/F4/F5/F6 doesn’t work (have to turn off laptop using power button)
If I install nvidia-lts bbswitch-dkms, I won’t be able to boot with lts kernel too. -
konstantinova
@joekamprad
00:02.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 530 [8086:191b] (rev 06) (prog-if 00 [VGA controller])
01:00.0 3D controller [0302]: NVIDIA Corporation GM107M [GeForce GTX 950M] [10de:139a] (rev a2)journalctl -b -1
https://ptpb.pw/J7PI -
konstantinova
@manuel
2019-02-04 18:44:29 [INFO]: Antergos Nvidia Installer v1.17
2019-02-04 18:44:29 [INFO]: All logs will be stored in /tmp/nvidia-installer.log
2019-02-04 18:44:29 [INFO]: Running the installer in testing mode…
2019-02-04 18:44:29 [INFO]: Installing bumblebee driver…
2019-02-04 18:44:29 [INFO]: Removing conflicting packages…
2019-02-04 18:44:29 [INFO]: Downloading and installing driver packages, please wait…
2019-02-04 18:44:29 [INFO]: pacman -Sqy --noconfirm --noprogressbar bumblebee mesa xf86-video-intel nvidia virtualgl nvidia-settings bbswitch lib32-nvidia-utils lib32-virtualgl lib32-mesa nvidia-lts bbswitch-dkms
2019-02-04 18:44:29 [INFO]: Adding user nad to bumblebee group…
2019-02-04 18:44:29 [INFO]: gpasswd -a nad bumblebee
2019-02-04 18:44:29 [INFO]: Adding user nad to video group…
2019-02-04 18:44:29 [INFO]: gpasswd -a nad video
2019-02-04 18:44:29 [INFO]: Enabling bumblebeed.service service…
2019-02-04 18:44:29 [INFO]: systemctl enable bumblebeed.service
2019-02-04 18:44:29 [INFO]: Patching /usr/share/applications/nvidia-settings.desktop…
2019-02-04 18:44:29 [INFO]: sed -i s|Exec=/usr/bin/nvidia-settings|Exec=optirun -b none /usr/bin/nvidia-settings -c :8| /usr/share/applications/nvidia-settings.desktop
2019-02-04 18:44:29 [INFO]: /etc/X11/xorg.conf.d/20-nvidia.conf not found. That’s ok.
2019-02-04 18:44:29 [INFO]: Installation finished. Nothing has been modified as testing mode was ON. -
konstantinova
Reinstalled Antegros again. Added modprobe.blacklist=nouveau in boot menu before installation. Added modprobe.blacklist=nouveau before first boot, deleted nouveau driver. And so on from this instruction. I did this steps 3 times, result doesn’t change, I guess because everything that I do is the same
-
konstantinova
@manuel
Yes I can boot with Intel drives but what should I do to make bumblebee work, feel like nothing can help with this problem -
-
konstantinova
@manuel
nvidia-installer -b
Cannot install required packages ‘nvidia’ and ‘nvidia-dkms’ are in conflict
don’t know how to refuse installation of nvidia -
-
konstantinova
@joekamprad
I did sudo pacman -Rsc xf86-video-nouveau and sudo gpasswd -a nad video 2 days ago
nothing has changed.
After that I found information that bbswitch may be configurated (don’t know how to name this correctly) for another kernel, not for kernel I’m using. as I couldn’t boot with 4.20.6.arch1-1 and used linux-lts 4.19.18-1 I thought it may be true because nvidia driver was 415.27-3.
so I did
sudo pacman -Rsc linux (bbswitch-0.8-194 nvidia-415.27-3 linux-4.20.6.arch1-1 were delited after this command)
sudo grub-mkconfig -o /boot/grub/grub.cfg
reboot
after that during boot I had only lts Kernel so dicided that I did this correctly
delited bumblebee
sudo pacman -Rsc bumblebee
and tried to install bumblebee again using the same commands but linux-4.20.6.arch1-1 was installed again altough I didn’t mention linux after pacman -S. I don’t know why. So the were bbswitch-0.8-194 nvidia-415.27-3 linux-4.20.6.arch1-1 again