Greetings,
Hope you are all doing well, I am trying out FreeBSD for the first time and really liking it so far.
I wanted to install my laptop graphics driver, I have a laptop with an NVIDIA (1650) card an integrated Intel card.
So far I had no luck to get my system working with graphic cards enabled, here is what I did:
I installed the graphics/nvidia-drm-kmod and added the following to my /boot/loader.conf :
I also added this to my /etc/rc.conf :
As far as I understood, I don't need to have anything in my /etc/X11/ or /usr/local/etc/X11/xorg.conf.d/ because it should be detected automatically with nvidia-drm. Sadly with all of this my system doesn't boot, I tried to boot it with startx but whenever I do that it just launch a black screen, I only have this in my .xinitrc
.
looking at my /var/log/Xorg.0.log This is my output : https://pastebin.com/FuWxkbqZ
I would appreciate any help, what am I doing wrong?
Hope you are all doing well, I am trying out FreeBSD for the first time and really liking it so far.
I wanted to install my laptop graphics driver, I have a laptop with an NVIDIA (1650) card an integrated Intel card.
So far I had no luck to get my system working with graphic cards enabled, here is what I did:
I installed the graphics/nvidia-drm-kmod and added the following to my /boot/loader.conf :
Code:
hw.nvidiadrm.modeset=1
I also added this to my /etc/rc.conf :
Code:
kld_list="i915kms"
Code:
kld_list="nvidia-drm"
As far as I understood, I don't need to have anything in my /etc/X11/ or /usr/local/etc/X11/xorg.conf.d/ because it should be detected automatically with nvidia-drm. Sadly with all of this my system doesn't boot, I tried to boot it with startx but whenever I do that it just launch a black screen, I only have this in my .xinitrc
Code:
exec awesome
looking at my /var/log/Xorg.0.log This is my output : https://pastebin.com/FuWxkbqZ
I would appreciate any help, what am I doing wrong?