I seem to be having troubles on FreeBSD 14.3-RELEASE with N3160 and Intel DRM. Both drm-515-kmod and drm-61-kmod.
It seems to act like Baytrail Graphics which also bomb out on newer versions of FreeBSD.
Installed gpu-firmware-kmod.
Xorg.0.log snip:
I am wondering if it is just me? I even made a config file with PCI address after it failed to auto work.
I thought N3060 was Intel Braswell Gen4 and newer than Baytrail and would work.
I manually load the i915drm driver and it changes to frambuffer fine and gets new resolution. No errors on load.
It just fails startx with a modesetting error. Same message as Baytrail Graphics show on newer versions.
It seems to act like Baytrail Graphics which also bomb out on newer versions of FreeBSD.
Installed gpu-firmware-kmod.
Xorg.0.log snip:
Code:
[ 162.270] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 162.270] (II) modeset(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 162.270] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 162.270] (II) modeset(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 162.270] (II) modeset(0): EDID for output DP-2
[ 162.274] (II) modeset(0): EDID for output HDMI-2
[ 162.274] (II) modeset(0): Output eDP-1 connected
[ 162.274] (II) modeset(0): Output DP-1 disconnected
[ 162.274] (II) modeset(0): Output HDMI-1 connected
[ 162.274] (II) modeset(0): Output DP-2 disconnected
[ 162.274] (II) modeset(0): Output HDMI-2 disconnected
[ 162.274] (II) modeset(0): Using spanning desktop for initial modes
[ 162.274] (II) modeset(0): Output eDP-1 using initial mode 1366x768 +0+0
[ 162.274] (II) modeset(0): Output HDMI-1 using initial mode 1920x1080 +1366+0
[ 162.274] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 162.274] (==) modeset(0): DPI set to (96, 96)
[ 162.274] (II) Loading sub module "fb"
[ 162.274] (II) LoadModule: "fb"
[ 162.274] (II) Module "fb" already built-in
[ 162.274] (II) UnloadModule: "scfb"
[ 162.274] (II) Unloading scfb
[ 162.274] (II) UnloadModule: "vesa"
[ 162.274] (II) Unloading vesa
[ 162.295] (EE)
Fatal server error:
[ 162.295] (EE) Caught signal 6 (Abort trap). Server aborting
[ 162.295] (EE)
[ 162.295] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
I am wondering if it is just me? I even made a config file with PCI address after it failed to auto work.
I thought N3060 was Intel Braswell Gen4 and newer than Baytrail and would work.
Code:
vgapci0@pci0:0:2:0: class=0x030000 rev=0x35 hdr=0x00 vendor=0x8086 device=0x22b1 subvendor=0x8086 subdevice=0x7270
vendor = 'Intel Corporation'
device = 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Integrated Graphics Controller'
class = display
subclass = VGA
It just fails startx with a modesetting error. Same message as Baytrail Graphics show on newer versions.