Hello guys, I have been trying to configure my graphics properly but i am not sure on how to do it. wiki is a bit confusing for me, talking about Optimus,bumblebee and im not sure what to do.
I installed the latest nvidia,nvidia-settings,bumblebee but i am not sure on how to proceed from there and even if i really need bumblebee. I am not sure on what the differences are between bumblebee and optimus.
lspci | egrep ‘VGA|3D’
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06)
01:00.0 3D controller: NVIDIA Corporation GM107M [GeForce GTX 960M] (rev a2)
Dmesg:[code]
https://paste.pound-python.org/show/plfj5JJBceEQziNA2HXu/
[/code]
/var/log/Xorg.0.log[code]
https://paste.pound-python.org/show/Ywbh6hfsmCcv7XuCKQec/
[/code]
cat /usr/lib/modprobe.d/nvidia.conf
blacklist nouveau
cat /usr/share/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf
Section "OutputClass"
Identifier "intel"
MatchDriver "i915"
Driver "modesetting"
EndSection
Section "OutputClass"
Identifier "nvidia"
MatchDriver "nvidia-drm"
Driver "nvidia"
Option "AllowEmptyInitialConfiguration"
Option "PrimaryGPU" "yes"
ModulePath "/usr/lib/nvidia/xorg"
ModulePath "/usr/lib/xorg/modules"
EndSection
/etc/mkinitcpio.conf
https://paste.pound-python.org/show/7KO9EBO5Q382erau4Lap/