I am using Freebsd 12.2-RELEASE -p2
If I try to use the nvidia driver, I get a black screen and my mouse is completely unresponsive. I have to kill the Xorg process to get back to console.
This is a dual GPU laptop, so I understand it does not have the best support (when TrueOS was based on BSD I was able to use nvidia with this laptop).
output of pciconf -lv | grep B3 display:
xorg config:
xorg logs: https://pastebin.com/aWkfL8W5
I am happy to give any more information needed. I tried using intel driver but it gives me: "(EE) Failed to load module "intel" (module does not exist, 0)". I have installed kmod-drm.
I would turn off one of the gpus but I do not have that option in the BIOS.
Any suggestions are appreciated, thank you!
If I try to use the nvidia driver, I get a black screen and my mouse is completely unresponsive. I have to kill the Xorg process to get back to console.
This is a dual GPU laptop, so I understand it does not have the best support (when TrueOS was based on BSD I was able to use nvidia with this laptop).
output of pciconf -lv | grep B3 display:
Code:
vgapci1@pci0:0:2:0: class=0x030000 card=0x07e11028 chip=0x591b8086 rev=0x04 hdr=0x00
vendor = 'Intel Corporation'
device = 'HD Graphics 630'
class = display
--
vgapci0@pci0:1:0:0: class=0x030200 card=0x07e11028 chip=0x1c8d10de rev=0xa1 hdr=0x00
vendor = 'NVIDIA Corporation'
device = 'GP107M [GeForce GTX 1050 Mobile]'
class = display
xorg config:
Code:
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "keyboard"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 1050"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Code:
xorg logs: https://pastebin.com/aWkfL8W5
I am happy to give any more information needed. I tried using intel driver but it gives me: "(EE) Failed to load module "intel" (module does not exist, 0)". I have installed kmod-drm.
I would turn off one of the gpus but I do not have that option in the BIOS.
Any suggestions are appreciated, thank you!