FreeBSDDesktop / kms-drm

the DRM part of the linuxkpi-based KMS
63 stars 26 forks source link

DRM-NEXT does not work - ASRock N3150B-ITX - Celeron N3150 - Braswell #17

Closed vermaden closed 4 years ago

vermaden commented 6 years ago

Hi,

I have 12.0-CURRENT on Intel SoC from 2015Q1 - N3150 - Brasswell, but HDMI output does not work. VGA output works.

% uname -a FreeBSD bs.local 12.0-CURRENT FreeBSD 12.0-CURRENT #0: Sat Nov 4 00:38:39 CET 2017 root@bs.local:/usr/obj/usr/src/amd64.amd64/sys/GENERIC-NODEBUG amd64

Next I have upgraded all packages to be up to date with 'pkg upg' and then added 'drm-next-kmod' port.

Then I added 'kld_list="/boot/modules/i915kms.ko"' to /etc/rc.conf and rebooted.

Upon boot there are messages that firmware from 'gpu-firmware-kmod' package failed to load so there would be no power management.

After I started X11 then 'XFCE Destop' loaded and is usable, but any 3D application (glxgears/kodi) or movie player (mpv/vlc) ends with Segmentation Fault.

What other information do You need from me to dig the problem further and fix that behavior so there would be working 3D, movies acceleration in hardware and proper power management?

Here is the corresponding BUG submitted to FreeBSD team.

DRM-NEXT does not work - ASRock N3150B-ITX - Celeron N3150 - Braswell https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224257

Regards, vermaden

valpackett commented 6 years ago

Hi. I think Braswell shouldn't require firmware. gpu-firmware-kmod only has firmware for Skylake and Kaby Lake, because they need it.

Did i915kms load successfully? i.e. did you see the screen blink? did the console become high (native) resolution? The important message to see is something like VT: Replacing driver "efifb" with new "fb".

If that's all fine, you just need to configure Xorg. Configure the GPU like this in xorg.conf:

Section "Device"
     Option "AccelMethod" "glamor"
     Option "DRI" "3"
     Identifier "Card0"
     Driver "modesetting"
     BusID "PCI:0:2:0" # might be different
EndSection
vermaden commented 6 years ago

Hi,

I have configured Xorg with this below: % cat /usr/local/etc/X11/xorg.conf.d/card0.conf Section "Device" Option "AccelMethod" "glamor" Option "DRI" "3" Identifier "Card0" Driver "modesetting" EndSection

Xorg started but movies playback is very slow (like 1 FPS or less) both with KODI and MPV.

I actually saw the 'Replagin' message: Dec 13 00:30:20 bs kernel: VT: Replacing driver "vga" with new "fb".

Here are logs:

==> dmesg.boot <== Copyright (c) 1992-2017 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 12.0-CURRENT #0: Sat Nov 4 00:38:39 CET 2017 root@bs.local:/usr/obj/usr/src/amd64.amd64/sys/GENERIC-NODEBUG amd64 FreeBSD clang version 5.0.0 (tags/RELEASE_500/final 312559) (based on LLVM 5.0.0svn) VT(vga): resolution 640x480 CPU: Intel(R) Celeron(R) CPU N3150 @ 1.60GHz (1599.99-MHz K8-class CPU) Origin="GenuineIntel" Id=0x406c3 Family=0x6 Model=0x4c Stepping=3 Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE> Features2=0x43d8e3bf<SSE3,PCLMULQDQ,DTES64,MON,DS_CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,MOVBE,POPCNT,TSCDLT,AESNI,RDRAND> AMD Features=0x28100800<SYSCALL,NX,RDTSCP,LM> AMD Features2=0x101<LAHF,Prefetch> Structured Extended Features=0x2282<TSCADJ,SMEP,ERMS,NFPUSG> VT-x: PAT,HLT,MTF,PAUSE,EPT,UG,VPID TSC: P-state invariant, performance statistics real memory = 4294967296 (4096 MB) avail memory = 3714187264 (3542 MB) Event timer "LAPIC" quality 600 ACPI APIC Table: WARNING: L1 data cache covers fewer APIC IDs than a core (0 < 1) FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs FreeBSD/SMP: 1 package(s) x 4 core(s) random: unblocking device. ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/32 (20170929/tbfadt-748) ioapic0 <Version 2.0> irqs 0-114 on motherboard SMP: AP CPU #3 Launched! SMP: AP CPU #1 Launched! SMP: AP CPU #2 Launched! Timecounter "TSC" frequency 1599990720 Hz quality 1000 random: entropy device external interface netmap: loaded module [ath_hal] loaded module_register_init: MOD_LOAD (vesa, 0xffffffff80fb1380, 0) error 19 random: registering fast source Intel Secure Key RNG random: fast provider: "Intel Secure Key RNG" kbd1 at kbdmux0 nexus0 vtvga0: on motherboard cryptosoft0: on motherboard acpi0: <> on motherboard acpi0: Power Button (fixed) unknown: I/O range not supported cpu0: on acpi0 cpu1: on acpi0 cpu2: on acpi0 cpu3: on acpi0 atrtc0: port 0x70-0x77 on acpi0 atrtc0: Warning: Couldn't map I/O. atrtc0: registered as a time-of-day clock, resolution 1.000000s hpet0: iomem 0xfed00000-0xfed003ff irq 8 on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 950 Event timer "HPET" frequency 14318180 Hz quality 450 Event timer "HPET1" frequency 14318180 Hz quality 440 Event timer "HPET2" frequency 14318180 Hz quality 440 attimer0: port 0x40-0x43,0x50-0x53 irq 0 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 Event timer "i8254" frequency 1193182 Hz quality 100 Timecounter "ACPI-safe" frequency 3579545 Hz quality 850 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 vgapci0: port 0xf000-0xf03f mem 0x90000000-0x90ffffff,0x80000000-0x8fffffff irq 16 at device 2.0 on pci0 vgapci0: Boot video device ahci0: port 0xf060-0xf07f mem 0x91315000-0x913157ff irq 19 at device 19.0 on pci0 ahci0: AHCI v1.31 with 2 6Gbps ports, Port Multiplier not supported ahcich0: at channel 0 on ahci0 ahcich1: at channel 1 on ahci0 xhci0: <Intel Braswell USB 3.0 controller> mem 0x91300000-0x9130ffff irq 20 at device 20.0 on pci0 xhci0: 32 bytes context size, 64-bit DMA usbus0 on xhci0 usbus0: 5.0Gbps Super Speed USB v3.0 pci0: <encrypt/decrypt> at device 26.0 (no driver attached) hdac0: <Intel (0x2284) HDA Controller> mem 0x91310000-0x91313fff irq 22 at device 27.0 on pci0 pcib1: at device 28.0 on pci0 pcib1: [GIANT-LOCKED] pcib2: at device 28.1 on pci0 pci1: on pcib2 re0: <RealTek 8168/8111 B/C/CP/D/DP/E/F/G PCIe Gigabit Ethernet> port 0xe000-0xe0ff mem 0x91204000-0x91204fff,0x91200000-0x91203fff irq 17 at device 0.0 on pci1 re0: Using 1 MSI-X message re0: Chip rev. 0x4c000000 re0: MAC rev. 0x00000000 miibus0: on re0 rgephy0: <RTL8251/8153 1000BASE-T media interface> PHY 1 on miibus0 rgephy0: none, 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT-FDX, 1000baseT-FDX-master, 1000baseT-FDX-flow, 1000baseT-FDX-flow-master, auto, auto-flow re0: Using defaults for TSO: 65518/35/2048 re0: netmap queues/slots: TX 1/256, RX 1/256 isab0: at device 31.0 on pci0 isa0: on isab0 acpi_button0: on acpi0 acpi_button1: on acpi0 atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] est0: on cpu0 est1: on cpu1 est2: on cpu2 est3: on cpu3 ZFS filesystem version: 5 ZFS storage pool version: features support (5000) Timecounters tick every 10.000 msec hdacc0: at cad 0 on hdac0 hdaa0: at nid 1 on hdacc0 pcm0: <Realtek ALC887 (Analog)> at nid 21 and 24,26 on hdaa0 pcm1: <Realtek ALC887 (Analog)> at nid 20 and 25 on hdaa0 pcm2: <Realtek ALC887 (Front Analog Headphones)> at nid 27 on hdaa0 hdacc1: <Intel (0x2883) HDA CODEC> at cad 2 on hdac0 hdaa1: <Intel (0x2883) Audio Function Group> at nid 1 on hdacc1 pcm3: <Intel (0x2883) (HDMI/DP 8ch)> at nid 5 on hdaa1 pcm4: <Intel (0x2883) (HDMI/DP 8ch)> at nid 6 on hdaa1 pcm5: <Intel (0x2883) (HDMI/DP 8ch)> at nid 7 on hdaa1 ugen0.1: <0x8086 XHCI root HUB> at usbus0 uhub0: <0x8086 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0 ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 ada0: <WDC WD40PURX-64GVNY0 80.00A80> ACS-2 ATA SATA 3.x device ada0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes) ada0: Command Queueing enabled ada0: 3815447MB (7814037168 512 byte sectors) ada0: quirks=0x1<4K> ada1 at ahcich1 bus 0 scbus1 target 0 lun 0 ada1: <WDC WD40PURX-64GVNY0 80.00A80> ACS-2 ATA SATA 3.x device ada1: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes) ada1: Command Queueing enabled ada1: 3815447MB (7814037168 512 byte sectors) ada1: quirks=0x1<4K> Trying to mount root from zfs:sys/ROOT/default []... uhub0: 13 ports with 13 removable, self powered Root mount waiting for: usbus0 ugen0.2: <vendor 0x05e3 USB2.0 Hub> at usbus0 uhub1 on uhub0 uhub1: <vendor 0x05e3 USB2.0 Hub, class 9/0, rev 2.00/88.31, addr 1> on usbus0 Root mount waiting for: usbus0 uhub1: 4 ports with 4 removable, self powered ugen0.3: <vendor 0x0430 product 0x100e> at usbus0 uhub2 on uhub1 uhub2: <vendor 0x0430 product 0x100e, class 9/0, rev 2.00/1.03, addr 2> on usbus0 Root mount waiting for: usbus0 Root mount waiting for: usbus0 uhub2: 4 ports with 3 removable, bus powered Root mount waiting for: usbus0 ugen0.4: <vendor 0x0430 Sun USB Keyboard> at usbus0 ukbd0 on uhub2 ukbd0: <vendor 0x0430 Sun USB Keyboard, class 0/0, rev 2.00/1.03, addr 3> on usbus0 kbd2 at ukbd0 Root mount waiting for: usbus0 ugen0.5: at usbus0 uhub3 on uhub1 uhub3: <ALCOR Generic USB Hub, class 9/0, rev 1.10/3.12, addr 4> on usbus0 uhub3: 4 ports with 4 removable, self powered Root mount waiting for: usbus0 ugen0.6: at usbus0 ukbd1 on uhub3 ukbd1: <AliTV Remote V1 Airmouse, class 0/0, rev 1.10/10.01, addr 5> on usbus0 kbd3 at ukbd1 Root mount waiting for: usbus0 ugen0.7: at usbus0 umass0 on uhub3 umass0: <Corsair Flash Voyager, class 0/0, rev 2.00/11.00, addr 6> on usbus0 umass0: SCSI over Bulk-Only; quirks = 0x4000 umass0:2:0: Attached to scbus2 da0 at umass-sim0 bus 0 scbus2 target 0 lun 0 da0: <Corsair Flash Voyager 1100> Removable Direct Access SCSI device da0: 1.000MB/s transfers da0: 3840MB (7864320 512 byte sectors) da0: quirks=0x2 ugen0.8: at usbus0 uhub4 on uhub3 uhub4: <Logitech Logitech BT Mini-Receiver, class 9/0, rev 2.00/49.00, addr 7> on usbus0 Root mount waiting for: usbus0 uhub4: 3 ports with 1 removable, bus powered ugen0.9: at usbus0 ukbd2 on uhub4 ukbd2: <Logitech Logitech BT Mini-Receiver, class 0/0, rev 2.00/49.00, addr 8> on usbus0 kbd4 at ukbd2 Root mount waiting for: usbus0 ugen0.10: at usbus0 aesni0: <AES-CBC,AES-XTS,AES-GCM,AES-ICM> on motherboard fuse-freebsd: version 0.4.4, FUSE ABI 7.8 coretemp0: on cpu0 coretemp1: on cpu1 coretemp2: on cpu2 coretemp3: on cpu3 ichsmb0: port 0xf040-0xf05f mem 0x91314000-0x9131401f irq 18 at device 31.3 on pci0 smbus0: on ichsmb0 re0: link state changed to DOWN re0: link state changed to UP uaudio0 on uhub3 uaudio0: <AliTV Remote V1 Airmouse, class 0/0, rev 1.10/10.01, addr 5> on usbus0 uaudio0: No playback. uaudio0: Record: 8000 Hz, 1 ch, 16-bit S-LE PCM format, 2x8ms buffer. uaudio0: No MIDI sequencer. pcm6: on uaudio0 uaudio0: No HID volume keys found. ums0 on uhub3 ums0: <AliTV Remote V1 Airmouse, class 0/0, rev 1.10/10.01, addr 5> on usbus0 ums0: 5 buttons and [XYZ] coordinates ID=0 ums1 on uhub3 ums1: <AliTV Remote V1 Airmouse, class 0/0, rev 1.10/10.01, addr 5> on usbus0 ums2 on uhub3 ums2: <AliTV Remote V1 Airmouse, class 0/0, rev 1.10/10.01, addr 5> on usbus0 ums3 on uhub4 ums3: <Logitech Logitech BT Mini-Receiver, class 0/0, rev 2.00/49.00, addr 9> on usbus0 ums3: 14 buttons and [XYZT] coordinates ID=2 ums3: 8 buttons and [XYZT] coordinates ID=5

==> messages <== Dec 13 00:15:49 bs syslogd: kernel boot file is /boot/kernel/kernel Dec 13 00:15:49 bs kernel: Copyright (c) 1992-2017 The FreeBSD Project. Dec 13 00:15:49 bs kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 Dec 13 00:15:49 bs kernel: The Regents of the University of California. All rights reserved. Dec 13 00:15:49 bs kernel: FreeBSD is a registered trademark of The FreeBSD Foundation. Dec 13 00:15:49 bs kernel: FreeBSD 12.0-CURRENT #0: Sat Nov 4 00:38:39 CET 2017 Dec 13 00:15:49 bs kernel: root@bs.local:/usr/obj/usr/src/amd64.amd64/sys/GENERIC-NODEBUG amd64 Dec 13 00:15:49 bs kernel: FreeBSD clang version 5.0.0 (tags/RELEASE_500/final 312559) (based on LLVM 5.0.0svn) Dec 13 00:15:49 bs kernel: VT(vga): resolution 640x480 Dec 13 00:15:49 bs kernel: CPU: Intel(R) Celeron(R) CPU N3150 @ 1.60GHz (1599.99-MHz K8-class CPU) Dec 13 00:15:49 bs kernel: Origin="GenuineIntel" Id=0x406c3 Family=0x6 Model=0x4c Stepping=3 Dec 13 00:15:49 bs kernel: Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE> Dec 13 00:15:49 bs kernel: Features2=0x43d8e3bf<SSE3,PCLMULQDQ,DTES64,MON,DS_CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,MOVBE,POPCNT,TSCDLT,AESNI,RDRAND> Dec 13 00:15:49 bs kernel: AMD Features=0x28100800<SYSCALL,NX,RDTSCP,LM> Dec 13 00:15:49 bs kernel: AMD Features2=0x101<LAHF,Prefetch> Dec 13 00:15:49 bs kernel: Structured Extended Features=0x2282<TSCADJ,SMEP,ERMS,NFPUSG> Dec 13 00:15:49 bs kernel: VT-x: PAT,HLT,MTF,PAUSE,EPT,UG,VPID Dec 13 00:15:49 bs kernel: TSC: P-state invariant, performance statistics Dec 13 00:15:49 bs kernel: real memory = 4294967296 (4096 MB) Dec 13 00:15:49 bs kernel: avail memory = 3714187264 (3542 MB) Dec 13 00:15:49 bs kernel: Event timer "LAPIC" quality 600 Dec 13 00:15:49 bs kernel: ACPI APIC Table: Dec 13 00:15:49 bs kernel: WARNING: L1 data cache covers fewer APIC IDs than a core (0 < 1) Dec 13 00:15:49 bs kernel: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs Dec 13 00:15:49 bs kernel: FreeBSD/SMP: 1 package(s) x 4 core(s) Dec 13 00:15:49 bs kernel: random: unblocking device. Dec 13 00:15:49 bs kernel: ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/32 (20170929/tbfadt-748) Dec 13 00:15:49 bs kernel: ioapic0 <Version 2.0> irqs 0-114 on motherboard Dec 13 00:15:49 bs kernel: SMP: AP CPU #3 Launched! Dec 13 00:15:49 bs kernel: SMP: AP CPU #1 Launched! Dec 13 00:15:49 bs kernel: SMP: AP CPU #2 Launched! Dec 13 00:15:49 bs kernel: Timecounter "TSC" frequency 1599994320 Hz quality 1000 Dec 13 00:15:49 bs kernel: random: entropy device external interface Dec 13 00:15:49 bs kernel: netmap: loaded module Dec 13 00:15:49 bs kernel: [ath_hal] loaded Dec 13 00:15:49 bs kernel: module_register_init: MOD_LOAD (vesa, 0xffffffff80fb1380, 0) error 19 Dec 13 00:15:49 bs kernel: random: registering fast source Intel Secure Key RNG Dec 13 00:15:49 bs kernel: random: fast provider: "Intel Secure Key RNG" Dec 13 00:15:49 bs kernel: kbd1 at kbdmux0 Dec 13 00:15:49 bs kernel: nexus0 Dec 13 00:15:49 bs kernel: cryptosoft0: on motherboard Dec 13 00:15:49 bs kernel: acpi0: <> on motherboard Dec 13 00:15:49 bs kernel: acpi0: Power Button (fixed) Dec 13 00:15:49 bs kernel: unknown: I/O range not supported Dec 13 00:15:49 bs kernel: cpu0: on acpi0 Dec 13 00:15:49 bs kernel: cpu1: on acpi0 Dec 13 00:15:49 bs kernel: cpu2: on acpi0 Dec 13 00:15:49 bs kernel: cpu3: on acpi0 Dec 13 00:15:49 bs kernel: atrtc0: port 0x70-0x77 on acpi0 Dec 13 00:15:49 bs kernel: atrtc0: Warning: Couldn't map I/O. Dec 13 00:15:49 bs kernel: atrtc0: registered as a time-of-day clock, resolution 1.000000s Dec 13 00:15:49 bs kernel: hpet0: iomem 0xfed00000-0xfed003ff irq 8 on acpi0 Dec 13 00:15:49 bs kernel: Timecounter "HPET" frequency 14318180 Hz quality 950 Dec 13 00:15:49 bs kernel: Event timer "HPET" frequency 14318180 Hz quality 450 Dec 13 00:15:49 bs kernel: Event timer "HPET1" frequency 14318180 Hz quality 440 Dec 13 00:15:49 bs kernel: Event timer "HPET2" frequency 14318180 Hz quality 440 Dec 13 00:15:49 bs kernel: attimer0: port 0x40-0x43,0x50-0x53 irq 0 on acpi0 Dec 13 00:15:49 bs kernel: Timecounter "i8254" frequency 1193182 Hz quality 0 Dec 13 00:15:49 bs kernel: Event timer "i8254" frequency 1193182 Hz quality 100 Dec 13 00:15:49 bs kernel: Timecounter "ACPI-safe" frequency 3579545 Hz quality 850 Dec 13 00:15:49 bs kernel: acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 Dec 13 00:15:49 bs kernel: pcib0: port 0xcf8-0xcff on acpi0 Dec 13 00:15:49 bs kernel: pci0: on pcib0 Dec 13 00:15:49 bs kernel: vgapci0: port 0xf000-0xf03f mem 0x90000000-0x90ffffff,0x80000000-0x8fffffff irq 16 at device 2.0 on pci0 Dec 13 00:15:49 bs kernel: vgapci0: Boot video device Dec 13 00:15:49 bs kernel: ahci0: port 0xf060-0xf07f mem 0x91315000-0x913157ff irq 19 at device 19.0 on pci0 Dec 13 00:15:49 bs kernel: ahci0: AHCI v1.31 with 2 6Gbps ports, Port Multiplier not supported Dec 13 00:15:49 bs kernel: ahcich0: at channel 0 on ahci0 Dec 13 00:15:49 bs kernel: ahcich1: at channel 1 on ahci0 Dec 13 00:15:49 bs kernel: xhci0: <Intel Braswell USB 3.0 controller> mem 0x91300000-0x9130ffff irq 20 at device 20.0 on pci0 Dec 13 00:15:49 bs kernel: xhci0: 32 bytes context size, 64-bit DMA Dec 13 00:15:49 bs kernel: usbus0 on xhci0 Dec 13 00:15:49 bs kernel: usbus0: 5.0Gbps Super Speed USB v3.0 Dec 13 00:15:49 bs kernel: pci0: <encrypt/decrypt> at device 26.0 (no driver attached) Dec 13 00:15:49 bs kernel: hdac0: <Intel (0x2284) HDA Controller> mem 0x91310000-0x91313fff irq 22 at device 27.0 on pci0 Dec 13 00:15:49 bs kernel: pcib1: at device 28.0 on pci0 Dec 13 00:15:49 bs kernel: pcib1: [GIANT-LOCKED] Dec 13 00:15:49 bs kernel: pcib2: at device 28.1 on pci0 Dec 13 00:15:49 bs kernel: pci1: on pcib2 Dec 13 00:15:49 bs kernel: re0: <RealTek 8168/8111 B/C/CP/D/DP/E/F/G PCIe Gigabit Ethernet> port 0xe000-0xe0ff mem 0x91204000-0x91204fff,0x91200000-0x91203fff irq 17 at device 0.0 on pci1 Dec 13 00:15:49 bs kernel: re0: Using 1 MSI-X message Dec 13 00:15:49 bs kernel: re0: Chip rev. 0x4c000000 Dec 13 00:15:49 bs kernel: re0: MAC rev. 0x00000000 Dec 13 00:15:49 bs kernel: miibus0: on re0 Dec 13 00:15:49 bs kernel: rgephy0: <RTL8251/8153 1000BASE-T media interface> PHY 1 on miibus0 Dec 13 00:15:49 bs kernel: rgephy0: none, 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT-FDX, 1000baseT-FDX-master, 1000baseT-FDX-flow, 1000baseT-FDX-flow-master, auto, auto-flow Dec 13 00:15:49 bs kernel: re0: Using defaults for TSO: 65518/35/2048 Dec 13 00:15:49 bs kernel: re0: netmap queues/slots: TX 1/256, RX 1/256 Dec 13 00:15:49 bs kernel: isab0: at device 31.0 on pci0 Dec 13 00:15:49 bs kernel: isa0: on isab0 Dec 13 00:15:49 bs kernel: acpi_button0: on acpi0 Dec 13 00:15:49 bs kernel: acpi_button1: on acpi0 Dec 13 00:15:49 bs kernel: atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0 Dec 13 00:15:49 bs kernel: atkbd0: irq 1 on atkbdc0 Dec 13 00:15:49 bs kernel: kbd0 at atkbd0 Dec 13 00:15:49 bs kernel: atkbd0: [GIANT-LOCKED] Dec 13 00:15:49 bs kernel: est0: on cpu0 Dec 13 00:15:49 bs kernel: est1: on cpu1 Dec 13 00:15:49 bs kernel: est2: on cpu2 Dec 13 00:15:49 bs kernel: est3: on cpu3 Dec 13 00:15:49 bs kernel: ZFS filesystem version: 5 Dec 13 00:15:49 bs kernel: ZFS storage pool version: features support (5000) Dec 13 00:15:49 bs kernel: Timecounters tick every 10.000 msec Dec 13 00:15:49 bs kernel: hdacc0: at cad 0 on hdac0 Dec 13 00:15:49 bs kernel: hdaa0: at nid 1 on hdacc0 Dec 13 00:15:49 bs kernel: pcm0: <Realtek ALC887 (Analog)> at nid 21 and 24,26 on hdaa0 Dec 13 00:15:49 bs kernel: pcm1: <Realtek ALC887 (Analog)> at nid 20 and 25 on hdaa0 Dec 13 00:15:49 bs kernel: pcm2: <Realtek ALC887 (Front Analog Headphones)> at nid 27 on hdaa0 Dec 13 00:15:49 bs kernel: hdacc1: <Intel (0x2883) HDA CODEC> at cad 2 on hdac0 Dec 13 00:15:49 bs kernel: hdaa1: <Intel (0x2883) Audio Function Group> at nid 1 on hdacc1 Dec 13 00:15:49 bs kernel: pcm3: <Intel (0x2883) (HDMI/DP 8ch)> at nid 5 on hdaa1 Dec 13 00:15:49 bs kernel: pcm4: <Intel (0x2883) (HDMI/DP 8ch)> at nid 6 on hdaa1 Dec 13 00:15:49 bs kernel: pcm5: <Intel (0x2883) (HDMI/DP 8ch)> at nid 7 on hdaa1 Dec 13 00:15:49 bs kernel: ugen0.1: <0x8086 XHCI root HUB> at usbus0 Dec 13 00:15:49 bs kernel: uhub0: <0x8086 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0 Dec 13 00:15:49 bs kernel: ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 Dec 13 00:15:49 bs kernel: ada0: <WDC WD40PURX-64GVNY0 80.00A80> ACS-2 ATA SATA 3.x device Dec 13 00:15:49 bs kernel: ada0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes) Dec 13 00:15:49 bs kernel: ada0: Command Queueing enabled Dec 13 00:15:49 bs kernel: ada0: 3815447MB (7814037168 512 byte sectors) Dec 13 00:15:49 bs kernel: ada0: quirks=0x1<4K> Dec 13 00:15:49 bs kernel: ada1 at ahcich1 bus 0 scbus1 target 0 lun 0 Dec 13 00:15:49 bs kernel: ada1: <WDC WD40PURX-64GVNY0 80.00A80> ACS-2 ATA SATA 3.x device Dec 13 00:15:49 bs kernel: ada1: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes) Dec 13 00:15:49 bs kernel: ada1: Command Queueing enabled Dec 13 00:15:49 bs kernel: ada1: 3815447MB (7814037168 512 byte sectors) Dec 13 00:15:49 bs kernel: ada1: quirks=0x1<4K> Dec 13 00:15:49 bs kernel: Trying to mount root from zfs:sys/ROOT/default []... Dec 13 00:15:49 bs kernel: uhub0: 13 ports with 13 removable, self powered Dec 13 00:15:49 bs kernel: Root mount waiting for: usbus0 Dec 13 00:15:49 bs kernel: ugen0.2: <vendor 0x05e3 USB2.0 Hub> at usbus0 Dec 13 00:15:49 bs kernel: uhub1 on uhub0 Dec 13 00:15:49 bs kernel: uhub1: <vendor 0x05e3 USB2.0 Hub, class 9/0, rev 2.00/88.31, addr 1> on usbus0 Dec 13 00:15:49 bs kernel: Root mount waiting for: usbus0 Dec 13 00:15:49 bs kernel: uhub1: 4 ports with 4 removable, self powered Dec 13 00:15:49 bs kernel: Root mount waiting for: usbus0 Dec 13 00:15:49 bs kernel: ugen0.3: at usbus0 Dec 13 00:15:49 bs kernel: uhub2 on uhub1 Dec 13 00:15:49 bs kernel: uhub2: <ALCOR Generic USB Hub, class 9/0, rev 1.10/3.12, addr 2> on usbus0 Dec 13 00:15:49 bs kernel: uhub2: 4 ports with 4 removable, self powered Dec 13 00:15:49 bs kernel: Root mount waiting for: usbus0 Dec 13 00:15:49 bs kernel: ugen0.4: at usbus0 Dec 13 00:15:49 bs kernel: ukbd0 on uhub2 Dec 13 00:15:49 bs kernel: ukbd0: <AliTV Remote V1 Airmouse, class 0/0, rev 1.10/10.01, addr 3> on usbus0 Dec 13 00:15:49 bs kernel: kbd2 at ukbd0 Dec 13 00:15:49 bs kernel: Root mount waiting for: usbus0 Dec 13 00:15:49 bs kernel: ugen0.5: at usbus0 Dec 13 00:15:49 bs kernel: umass0 on uhub2 Dec 13 00:15:49 bs kernel: umass0: <Corsair Flash Voyager, class 0/0, rev 2.00/11.00, addr 4> on usbus0 Dec 13 00:15:49 bs kernel: umass0: SCSI over Bulk-Only; quirks = 0x4000 Dec 13 00:15:49 bs kernel: umass0:2:0: Attached to scbus2 Dec 13 00:15:49 bs kernel: da0 at umass-sim0 bus 0 scbus2 target 0 lun 0 Dec 13 00:15:49 bs kernel: da0: <Corsair Flash Voyager 1100> Removable Direct Access SCSI device Dec 13 00:15:49 bs kernel: da0: 1.000MB/s transfers Dec 13 00:15:49 bs kernel: da0: 3840MB (7864320 512 byte sectors) Dec 13 00:15:49 bs kernel: da0: quirks=0x2 Dec 13 00:15:49 bs kernel: ugen0.6: at usbus0 Dec 13 00:15:49 bs kernel: uhub3 on uhub2 Dec 13 00:15:49 bs kernel: uhub3: <Logitech Logitech BT Mini-Receiver, class 9/0, rev 2.00/49.00, addr 5> on usbus0 Dec 13 00:15:49 bs kernel: Root mount waiting for: usbus0 Dec 13 00:15:49 bs kernel: uhub3: 3 ports with 1 removable, bus powered Dec 13 00:15:49 bs kernel: ugen0.7: at usbus0 Dec 13 00:15:49 bs kernel: ukbd1 on uhub3 Dec 13 00:15:49 bs kernel: ukbd1: <Logitech Logitech BT Mini-Receiver, class 0/0, rev 2.00/49.00, addr 6> on usbus0 Dec 13 00:15:49 bs kernel: kbd3 at ukbd1 Dec 13 00:15:49 bs kernel: Root mount waiting for: usbus0 Dec 13 00:15:49 bs kernel: ugen0.8: at usbus0 Dec 13 00:15:49 bs kernel: aesni0: <AES-CBC,AES-XTS,AES-GCM,AES-ICM> on motherboard Dec 13 00:15:49 bs kernel: fuse-freebsd: version 0.4.4, FUSE ABI 7.8 Dec 13 00:15:49 bs kernel: coretemp0: on cpu0 Dec 13 00:15:49 bs kernel: coretemp1: on cpu1 Dec 13 00:15:49 bs kernel: coretemp2: on cpu2 Dec 13 00:15:49 bs kernel: coretemp3: on cpu3 Dec 13 00:15:49 bs kernel: ichsmb0: port 0xf040-0xf05f mem 0x91314000-0x9131401f irq 18 at device 31.3 on pci0 Dec 13 00:15:49 bs kernel: smbus0: on ichsmb0 Dec 13 00:15:49 bs kernel: re0: link state changed to DOWN Dec 13 00:15:49 bs kernel: re0: link state changed to UP Dec 13 00:15:49 bs kernel: uaudio0 on uhub2 Dec 13 00:15:49 bs kernel: uaudio0: <AliTV Remote V1 Airmouse, class 0/0, rev 1.10/10.01, addr 3> on usbus0 Dec 13 00:15:49 bs kernel: uaudio0: No playback. Dec 13 00:15:49 bs kernel: uaudio0: Record: 8000 Hz, 1 ch, 16-bit S-LE PCM format, 2x8ms buffer. Dec 13 00:15:49 bs kernel: uaudio0: No MIDI sequencer. Dec 13 00:15:49 bs kernel: pcm6: on uaudio0 Dec 13 00:15:49 bs kernel: uaudio0: No HID volume keys found. Dec 13 00:15:49 bs kernel: ums0 on uhub2 Dec 13 00:15:49 bs kernel: ums0: <AliTV Remote V1 Airmouse, class 0/0, rev 1.10/10.01, addr 3> on usbus0 Dec 13 00:15:49 bs kernel: ums0: 5 buttons and [XYZ] coordinates ID=0 Dec 13 00:15:49 bs kernel: ums1 on uhub2 Dec 13 00:15:49 bs kernel: ums1: <AliTV Remote V1 Airmouse, class 0/0, rev 1.10/10.01, addr 3> on usbus0 Dec 13 00:15:49 bs kernel: ums2 on uhub2 Dec 13 00:15:49 bs kernel: ums2: <AliTV Remote V1 Airmouse, class 0/0, rev 1.10/10.01, addr 3> on usbus0 Dec 13 00:15:49 bs kernel: ums3 on uhub3 Dec 13 00:15:49 bs kernel: ums3: <Logitech Logitech BT Mini-Receiver, class 0/0, rev 2.00/49.00, addr 7> on usbus0 Dec 13 00:15:49 bs kernel: ums3: 14 buttons and [XYZT] coordinates ID=2 Dec 13 00:15:49 bs kernel: ums3: 8 buttons and [XYZT] coordinates ID=5 Dec 13 00:15:51 bs syslogd: exiting on signal 15 Dec 13 00:20:25 bs syslogd: kernel boot file is /boot/kernel/kernel Dec 13 00:20:25 bs kernel: Copyright (c) 1992-2017 The FreeBSD Project. Dec 13 00:20:25 bs kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 Dec 13 00:20:25 bs kernel: The Regents of the University of California. All rights reserved. Dec 13 00:20:25 bs kernel: FreeBSD is a registered trademark of The FreeBSD Foundation. Dec 13 00:20:25 bs kernel: FreeBSD 12.0-CURRENT #0: Sat Nov 4 00:38:39 CET 2017 Dec 13 00:20:25 bs kernel: root@bs.local:/usr/obj/usr/src/amd64.amd64/sys/GENERIC-NODEBUG amd64 Dec 13 00:20:25 bs kernel: FreeBSD clang version 5.0.0 (tags/RELEASE_500/final 312559) (based on LLVM 5.0.0svn) Dec 13 00:20:25 bs kernel: VT(vga): resolution 640x480 Dec 13 00:20:25 bs kernel: CPU: Intel(R) Celeron(R) CPU N3150 @ 1.60GHz (1600.00-MHz K8-class CPU) Dec 13 00:20:25 bs kernel: Origin="GenuineIntel" Id=0x406c3 Family=0x6 Model=0x4c Stepping=3 Dec 13 00:20:25 bs kernel: Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE> Dec 13 00:20:25 bs kernel: Features2=0x43d8e3bf<SSE3,PCLMULQDQ,DTES64,MON,DS_CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,MOVBE,POPCNT,TSCDLT,AESNI,RDRAND> Dec 13 00:20:25 bs kernel: AMD Features=0x28100800<SYSCALL,NX,RDTSCP,LM> Dec 13 00:20:25 bs kernel: AMD Features2=0x101<LAHF,Prefetch> Dec 13 00:20:25 bs kernel: Structured Extended Features=0x2282<TSCADJ,SMEP,ERMS,NFPUSG> Dec 13 00:20:25 bs kernel: VT-x: PAT,HLT,MTF,PAUSE,EPT,UG,VPID Dec 13 00:20:25 bs kernel: TSC: P-state invariant, performance statistics Dec 13 00:20:25 bs kernel: real memory = 4294967296 (4096 MB) Dec 13 00:20:25 bs kernel: avail memory = 3714187264 (3542 MB) Dec 13 00:20:25 bs kernel: Event timer "LAPIC" quality 600 Dec 13 00:20:25 bs kernel: ACPI APIC Table: Dec 13 00:20:25 bs kernel: WARNING: L1 data cache covers fewer APIC IDs than a core (0 < 1) Dec 13 00:20:25 bs kernel: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs Dec 13 00:20:25 bs kernel: FreeBSD/SMP: 1 package(s) x 4 core(s) Dec 13 00:20:25 bs kernel: random: unblocking device. Dec 13 00:20:25 bs kernel: ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/32 (20170929/tbfadt-748) Dec 13 00:20:25 bs kernel: ioapic0 <Version 2.0> irqs 0-114 on motherboard Dec 13 00:20:25 bs kernel: SMP: AP CPU #3 Launched! Dec 13 00:20:25 bs kernel: SMP: AP CPU #1 Launched! Dec 13 00:20:25 bs kernel: SMP: AP CPU #2 Launched! Dec 13 00:20:25 bs kernel: Timecounter "TSC" frequency 1600000920 Hz quality 1000 Dec 13 00:20:25 bs kernel: random: entropy device external interface Dec 13 00:20:25 bs kernel: netmap: loaded module Dec 13 00:20:25 bs kernel: [ath_hal] loaded Dec 13 00:20:25 bs kernel: module_register_init: MOD_LOAD (vesa, 0xffffffff80fb1380, 0) error 19 Dec 13 00:20:25 bs kernel: random: registering fast source Intel Secure Key RNG Dec 13 00:20:25 bs kernel: random: fast provider: "Intel Secure Key RNG" Dec 13 00:20:25 bs kernel: kbd1 at kbdmux0 Dec 13 00:20:25 bs kernel: nexus0 Dec 13 00:20:25 bs kernel: vtvga0: on motherboard Dec 13 00:20:25 bs kernel: cryptosoft0: on motherboard Dec 13 00:20:25 bs kernel: acpi0: <> on motherboard Dec 13 00:20:25 bs kernel: acpi0: Power Button (fixed) Dec 13 00:20:25 bs kernel: unknown: I/O range not supported Dec 13 00:20:25 bs kernel: cpu0: on acpi0 Dec 13 00:20:25 bs kernel: cpu1: on acpi0 Dec 13 00:20:25 bs kernel: cpu2: on acpi0 Dec 13 00:20:25 bs kernel: cpu3: on acpi0 Dec 13 00:20:25 bs kernel: atrtc0: port 0x70-0x77 on acpi0 Dec 13 00:20:25 bs kernel: atrtc0: Warning: Couldn't map I/O. Dec 13 00:20:25 bs kernel: atrtc0: registered as a time-of-day clock, resolution 1.000000s Dec 13 00:20:25 bs kernel: hpet0: iomem 0xfed00000-0xfed003ff irq 8 on acpi0 Dec 13 00:20:25 bs kernel: Timecounter "HPET" frequency 14318180 Hz quality 950 Dec 13 00:20:25 bs kernel: Event timer "HPET" frequency 14318180 Hz quality 450 Dec 13 00:20:25 bs kernel: Event timer "HPET1" frequency 14318180 Hz quality 440 Dec 13 00:20:25 bs kernel: Event timer "HPET2" frequency 14318180 Hz quality 440 Dec 13 00:20:25 bs kernel: attimer0: port 0x40-0x43,0x50-0x53 irq 0 on acpi0 Dec 13 00:20:25 bs kernel: Timecounter "i8254" frequency 1193182 Hz quality 0 Dec 13 00:20:25 bs kernel: Event timer "i8254" frequency 1193182 Hz quality 100 Dec 13 00:20:25 bs kernel: Timecounter "ACPI-safe" frequency 3579545 Hz quality 850 Dec 13 00:20:25 bs kernel: acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 Dec 13 00:20:25 bs kernel: pcib0: port 0xcf8-0xcff on acpi0 Dec 13 00:20:25 bs kernel: pci0: on pcib0 Dec 13 00:20:25 bs kernel: vgapci0: port 0xf000-0xf03f mem 0x90000000-0x90ffffff,0x80000000-0x8fffffff irq 16 at device 2.0 on pci0 Dec 13 00:20:25 bs kernel: vgapci0: Boot video device Dec 13 00:20:25 bs kernel: ahci0: port 0xf060-0xf07f mem 0x91315000-0x913157ff irq 19 at device 19.0 on pci0 Dec 13 00:20:25 bs kernel: ahci0: AHCI v1.31 with 2 6Gbps ports, Port Multiplier not supported Dec 13 00:20:25 bs kernel: ahcich0: at channel 0 on ahci0 Dec 13 00:20:25 bs kernel: ahcich1: at channel 1 on ahci0 Dec 13 00:20:25 bs kernel: xhci0: <Intel Braswell USB 3.0 controller> mem 0x91300000-0x9130ffff irq 20 at device 20.0 on pci0 Dec 13 00:20:25 bs kernel: xhci0: 32 bytes context size, 64-bit DMA Dec 13 00:20:25 bs kernel: usbus0 on xhci0 Dec 13 00:20:25 bs kernel: usbus0: 5.0Gbps Super Speed USB v3.0 Dec 13 00:20:25 bs kernel: pci0: <encrypt/decrypt> at device 26.0 (no driver attached) Dec 13 00:20:25 bs kernel: hdac0: <Intel (0x2284) HDA Controller> mem 0x91310000-0x91313fff irq 22 at device 27.0 on pci0 Dec 13 00:20:25 bs kernel: pcib1: at device 28.0 on pci0 Dec 13 00:20:25 bs kernel: pcib1: [GIANT-LOCKED] Dec 13 00:20:25 bs kernel: pcib2: at device 28.1 on pci0 Dec 13 00:20:25 bs kernel: pci1: on pcib2 Dec 13 00:20:25 bs kernel: re0: <RealTek 8168/8111 B/C/CP/D/DP/E/F/G PCIe Gigabit Ethernet> port 0xe000-0xe0ff mem 0x91204000-0x91204fff,0x91200000-0x91203fff irq 17 at device 0.0 on pci1 Dec 13 00:20:25 bs kernel: re0: Using 1 MSI-X message Dec 13 00:20:25 bs kernel: re0: Chip rev. 0x4c000000 Dec 13 00:20:25 bs kernel: re0: MAC rev. 0x00000000 Dec 13 00:20:25 bs kernel: miibus0: on re0 Dec 13 00:20:25 bs kernel: rgephy0: <RTL8251/8153 1000BASE-T media interface> PHY 1 on miibus0 Dec 13 00:20:25 bs kernel: rgephy0: none, 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT-FDX, 1000baseT-FDX-master, 1000baseT-FDX-flow, 1000baseT-FDX-flow-master, auto, auto-flow Dec 13 00:20:25 bs kernel: re0: Using defaults for TSO: 65518/35/2048 Dec 13 00:20:25 bs kernel: re0: netmap queues/slots: TX 1/256, RX 1/256 Dec 13 00:20:25 bs kernel: isab0: at device 31.0 on pci0 Dec 13 00:20:25 bs kernel: isa0: on isab0 Dec 13 00:20:25 bs kernel: acpi_button0: on acpi0 Dec 13 00:20:25 bs kernel: acpi_button1: on acpi0 Dec 13 00:20:25 bs kernel: atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0 Dec 13 00:20:25 bs kernel: atkbd0: irq 1 on atkbdc0 Dec 13 00:20:25 bs kernel: kbd0 at atkbd0 Dec 13 00:20:25 bs kernel: atkbd0: [GIANT-LOCKED] Dec 13 00:20:25 bs kernel: est0: on cpu0 Dec 13 00:20:25 bs kernel: est1: on cpu1 Dec 13 00:20:25 bs kernel: est2: on cpu2 Dec 13 00:20:25 bs kernel: est3: on cpu3 Dec 13 00:20:25 bs kernel: ZFS filesystem version: 5 Dec 13 00:20:25 bs kernel: ZFS storage pool version: features support (5000) Dec 13 00:20:25 bs kernel: Timecounters tick every 10.000 msec Dec 13 00:20:25 bs kernel: hdacc0: at cad 0 on hdac0 Dec 13 00:20:25 bs kernel: hdaa0: at nid 1 on hdacc0 Dec 13 00:20:25 bs kernel: pcm0: <Realtek ALC887 (Analog)> at nid 21 and 24,26 on hdaa0 Dec 13 00:20:25 bs kernel: pcm1: <Realtek ALC887 (Analog)> at nid 20 and 25 on hdaa0 Dec 13 00:20:25 bs kernel: pcm2: <Realtek ALC887 (Front Analog Headphones)> at nid 27 on hdaa0 Dec 13 00:20:25 bs kernel: hdacc1: <Intel (0x2883) HDA CODEC> at cad 2 on hdac0 Dec 13 00:20:25 bs kernel: hdaa1: <Intel (0x2883) Audio Function Group> at nid 1 on hdacc1 Dec 13 00:20:25 bs kernel: pcm3: <Intel (0x2883) (HDMI/DP 8ch)> at nid 5 on hdaa1 Dec 13 00:20:25 bs kernel: pcm4: <Intel (0x2883) (HDMI/DP 8ch)> at nid 6 on hdaa1 Dec 13 00:20:25 bs kernel: pcm5: <Intel (0x2883) (HDMI/DP 8ch)> at nid 7 on hdaa1 Dec 13 00:20:25 bs kernel: ugen0.1: <0x8086 XHCI root HUB> at usbus0 Dec 13 00:20:25 bs kernel: uhub0: <0x8086 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0 Dec 13 00:20:25 bs kernel: ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 Dec 13 00:20:25 bs kernel: ada0: <WDC WD40PURX-64GVNY0 80.00A80> ACS-2 ATA SATA 3.x device Dec 13 00:20:25 bs kernel: ada0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes) Dec 13 00:20:25 bs kernel: ada0: Command Queueing enabled Dec 13 00:20:25 bs kernel: ada0: 3815447MB (7814037168 512 byte sectors) Dec 13 00:20:25 bs kernel: ada0: quirks=0x1<4K> Dec 13 00:20:25 bs kernel: ada1 at ahcich1 bus 0 scbus1 target 0 lun 0 Dec 13 00:20:25 bs kernel: ada1: <WDC WD40PURX-64GVNY0 80.00A80> ACS-2 ATA SATA 3.x device Dec 13 00:20:25 bs kernel: ada1: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes) Dec 13 00:20:25 bs kernel: ada1: Command Queueing enabled Dec 13 00:20:25 bs kernel: ada1: 3815447MB (7814037168 512 byte sectors) Dec 13 00:20:25 bs kernel: ada1: quirks=0x1<4K> Dec 13 00:20:25 bs kernel: Trying to mount root from zfs:sys/ROOT/default []... Dec 13 00:20:25 bs kernel: uhub0: 13 ports with 13 removable, self powered Dec 13 00:20:25 bs kernel: Root mount waiting for: usbus0 Dec 13 00:20:25 bs kernel: ugen0.2: <vendor 0x05e3 USB2.0 Hub> at usbus0 Dec 13 00:20:25 bs kernel: uhub1 on uhub0 Dec 13 00:20:25 bs kernel: uhub1: <vendor 0x05e3 USB2.0 Hub, class 9/0, rev 2.00/88.31, addr 1> on usbus0 Dec 13 00:20:25 bs kernel: Root mount waiting for: usbus0 Dec 13 00:20:25 bs kernel: uhub1: 4 ports with 4 removable, self powered Dec 13 00:20:25 bs kernel: ugen0.3: <vendor 0x0430 product 0x100e> at usbus0 Dec 13 00:20:25 bs kernel: uhub2 on uhub1 Dec 13 00:20:25 bs kernel: uhub2: <vendor 0x0430 product 0x100e, class 9/0, rev 2.00/1.03, addr 2> on usbus0 Dec 13 00:20:25 bs kernel: Root mount waiting for: usbus0 Dec 13 00:20:25 bs kernel: Root mount waiting for: usbus0 Dec 13 00:20:25 bs kernel: uhub2: 4 ports with 3 removable, bus powered Dec 13 00:20:25 bs kernel: Root mount waiting for: usbus0 Dec 13 00:20:25 bs kernel: ugen0.4: <vendor 0x0430 Sun USB Keyboard> at usbus0 Dec 13 00:20:25 bs kernel: ukbd0 on uhub2 Dec 13 00:20:25 bs kernel: ukbd0: <vendor 0x0430 Sun USB Keyboard, class 0/0, rev 2.00/1.03, addr 3> on usbus0 Dec 13 00:20:25 bs kernel: kbd2 at ukbd0 Dec 13 00:20:25 bs kernel: Root mount waiting for: usbus0 Dec 13 00:20:25 bs kernel: ugen0.5: at usbus0 Dec 13 00:20:25 bs kernel: uhub3 on uhub1 Dec 13 00:20:25 bs kernel: uhub3: <ALCOR Generic USB Hub, class 9/0, rev 1.10/3.12, addr 4> on usbus0 Dec 13 00:20:25 bs kernel: uhub3: 4 ports with 4 removable, self powered Dec 13 00:20:25 bs kernel: Root mount waiting for: usbus0 Dec 13 00:20:25 bs kernel: ugen0.6: at usbus0 Dec 13 00:20:25 bs kernel: ukbd1 on uhub3 Dec 13 00:20:25 bs kernel: ukbd1: <AliTV Remote V1 Airmouse, class 0/0, rev 1.10/10.01, addr 5> on usbus0 Dec 13 00:20:25 bs kernel: kbd3 at ukbd1 Dec 13 00:20:25 bs kernel: Root mount waiting for: usbus0 Dec 13 00:20:25 bs kernel: ugen0.7: at usbus0 Dec 13 00:20:25 bs kernel: umass0 on uhub3 Dec 13 00:20:25 bs kernel: umass0: <Corsair Flash Voyager, class 0/0, rev 2.00/11.00, addr 6> on usbus0 Dec 13 00:20:25 bs kernel: umass0: SCSI over Bulk-Only; quirks = 0x4000 Dec 13 00:20:25 bs kernel: umass0:2:0: Attached to scbus2 Dec 13 00:20:25 bs kernel: da0 at umass-sim0 bus 0 scbus2 target 0 lun 0 Dec 13 00:20:25 bs kernel: da0: <Corsair Flash Voyager 1100> Removable Direct Access SCSI device Dec 13 00:20:25 bs kernel: da0: 1.000MB/s transfers Dec 13 00:20:25 bs kernel: da0: 3840MB (7864320 512 byte sectors) Dec 13 00:20:25 bs kernel: da0: quirks=0x2 Dec 13 00:20:25 bs kernel: ugen0.8: at usbus0 Dec 13 00:20:25 bs kernel: uhub4 on uhub3 Dec 13 00:20:25 bs kernel: uhub4: <Logitech Logitech BT Mini-Receiver, class 9/0, rev 2.00/49.00, addr 7> on usbus0 Dec 13 00:20:25 bs kernel: Root mount waiting for: usbus0 Dec 13 00:20:25 bs kernel: uhub4: 3 ports with 1 removable, bus powered Dec 13 00:20:25 bs kernel: ugen0.9: at usbus0 Dec 13 00:20:25 bs kernel: ukbd2 on uhub4 Dec 13 00:20:25 bs kernel: ukbd2: <Logitech Logitech BT Mini-Receiver, class 0/0, rev 2.00/49.00, addr 8> on usbus0 Dec 13 00:20:25 bs kernel: kbd4 at ukbd2 Dec 13 00:20:25 bs kernel: Root mount waiting for: usbus0 Dec 13 00:20:25 bs kernel: ugen0.10: at usbus0 Dec 13 00:20:25 bs kernel: aesni0: <AES-CBC,AES-XTS,AES-GCM,AES-ICM> on motherboard Dec 13 00:20:25 bs kernel: fuse-freebsd: version 0.4.4, FUSE ABI 7.8 Dec 13 00:20:25 bs kernel: coretemp0: on cpu0 Dec 13 00:20:25 bs kernel: coretemp1: on cpu1 Dec 13 00:20:25 bs kernel: coretemp2: on cpu2 Dec 13 00:20:25 bs kernel: coretemp3: on cpu3 Dec 13 00:20:25 bs kernel: ichsmb0: port 0xf040-0xf05f mem 0x91314000-0x9131401f irq 18 at device 31.3 on pci0 Dec 13 00:20:25 bs kernel: smbus0: on ichsmb0 Dec 13 00:20:25 bs kernel: re0: link state changed to DOWN Dec 13 00:20:25 bs kernel: re0: link state changed to UP Dec 13 00:20:25 bs kernel: uaudio0 on uhub3 Dec 13 00:20:25 bs kernel: uaudio0: <AliTV Remote V1 Airmouse, class 0/0, rev 1.10/10.01, addr 5> on usbus0 Dec 13 00:20:25 bs kernel: uaudio0: No playback. Dec 13 00:20:25 bs kernel: uaudio0: Record: 8000 Hz, 1 ch, 16-bit S-LE PCM format, 2x8ms buffer. Dec 13 00:20:25 bs kernel: uaudio0: No MIDI sequencer. Dec 13 00:20:25 bs kernel: pcm6: on uaudio0 Dec 13 00:20:25 bs kernel: uaudio0: No HID volume keys found. Dec 13 00:20:25 bs kernel: ums0 on uhub3 Dec 13 00:20:25 bs kernel: ums0: <AliTV Remote V1 Airmouse, class 0/0, rev 1.10/10.01, addr 5> on usbus0 Dec 13 00:20:25 bs kernel: ums0: 5 buttons and [XYZ] coordinates ID=0 Dec 13 00:20:25 bs kernel: ums1 on uhub3 Dec 13 00:20:25 bs kernel: ums1: <AliTV Remote V1 Airmouse, class 0/0, rev 1.10/10.01, addr 5> on usbus0 Dec 13 00:20:25 bs kernel: ums2 on uhub3 Dec 13 00:20:25 bs kernel: ums2: <AliTV Remote V1 Airmouse, class 0/0, rev 1.10/10.01, addr 5> on usbus0 Dec 13 00:20:25 bs kernel: ums3 on uhub4 Dec 13 00:20:25 bs kernel: ums3: <Logitech Logitech BT Mini-Receiver, class 0/0, rev 2.00/49.00, addr 9> on usbus0 Dec 13 00:20:25 bs kernel: ums3: 14 buttons and [XYZT] coordinates ID=2 Dec 13 00:20:25 bs kernel: ums3: 8 buttons and [XYZT] coordinates ID=5 Dec 13 00:20:29 bs kernel: Dec 13 00:20:29 bs kernel: GEOM_ELI: Device gpt/data.top.eli created. Dec 13 00:20:29 bs kernel: GEOM_ELI: Encryption: AES-CBC 256 Dec 13 00:20:29 bs kernel: GEOM_ELI: Crypto: hardware Dec 13 00:20:32 bs kernel: GEOM_ELI: Device gpt/data.bottom.eli created. Dec 13 00:20:32 bs kernel: GEOM_ELI: Encryption: AES-CBC 256 Dec 13 00:20:32 bs kernel: GEOM_ELI: Crypto: hardware Dec 13 00:20:37 bs ntpd[798]: ntpd 4.2.8p10-a (1): Starting Dec 13 00:20:38 bs ntpd[799]: leapsecond file ('/var/db/ntpd.leap-seconds.list'): good hash signature Dec 13 00:20:38 bs ntpd[799]: leapsecond file ('/var/db/ntpd.leap-seconds.list'): loaded, expire=2018-06-28T00:00:00Z last=2017-01-01T00:00:00Z ofs=37 Dec 13 00:20:40 bs kernel: OK Dec 13 00:20:40 bs nmbd[826]: [2017/12/13 00:20:40.502051, 0] ../lib/util/become_daemon.c:124(daemon_ready) Dec 13 00:20:40 bs nmbd[826]: STATUS=daemon 'nmbd' finished starting up and ready to serve connections Dec 13 00:20:41 bs smbd[829]: [2017/12/13 00:20:41.349907, 0] ../lib/util/become_daemon.c:124(daemon_ready) Dec 13 00:20:41 bs smbd[829]: STATUS=daemon 'smbd' finished starting up and ready to serve connections Dec 13 00:20:41 bs nfscbd:[898]: can't bind tcp addr Dec 13 00:20:41 bs root: /etc/rc: WARNING: $ipfw_netflow_enable is not set properly - see rc.conf(5). Dec 13 00:20:50 bs login: ROOT LOGIN (root) ON ttyv0 Dec 13 00:21:04 bs nmbd[826]: [2017/12/13 00:21:04.558696, 0] ../source3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2) (8) Dec 13 00:22:07 bs kernel: ifa_maintain_loopback_route: deletion failed for interface lo0: 48 Dec 13 00:22:07 bs kernel: ifa_maintain_loopback_route: deletion failed for interface re0: 3 Dec 13 00:22:07 bs kernel: re0: link state changed to DOWN Dec 13 00:22:09 bs kernel: re0: link state changed to UP Dec 13 00:22:42 bs kernel: ifa_maintain_loopback_route: deletion failed for interface lo0: 48 Dec 13 00:22:42 bs kernel: ifa_maintain_loopback_route: deletion failed for interface re0: 3 Dec 13 00:22:42 bs kernel: re0: link state changed to DOWN Dec 13 00:22:44 bs kernel: re0: link state changed to UP Dec 13 00:27:07 bs ntpd[1433]: ntpd 4.2.8p10-a (1): Starting Dec 13 00:27:07 bs ntpd[1434]: leapsecond file ('/var/db/ntpd.leap-seconds.list'): good hash signature Dec 13 00:27:07 bs ntpd[1434]: leapsecond file ('/var/db/ntpd.leap-seconds.list'): loaded, expire=2018-06-28T00:00:00Z last=2017-01-01T00:00:00Z ofs=37 Dec 13 00:30:18 bs kernel: [drm] Initialized Dec 13 00:30:18 bs kernel: drmn0: on vgapci0 Dec 13 00:30:18 bs kernel: vgapci0: child drmn0 requested pci_enable_io Dec 13 00:30:18 bs kernel: vgapci0: child drmn0 requested pci_enable_io Dec 13 00:30:18 bs kernel: [drm] Memory usable by graphics device = 2048M Dec 13 00:30:18 bs kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). Dec 13 00:30:18 bs kernel: [drm] Driver supports precise vblank timestamp query. Dec 13 00:30:18 bs kernel: [drm] Connector DP-1: get mode from tunables: Dec 13 00:30:18 bs kernel: [drm] - kern.vt.fb.modes.DP-1 Dec 13 00:30:18 bs kernel: [drm] - kern.vt.fb.default_mode Dec 13 00:30:18 bs kernel: [drm] Connector HDMI-A-1: get mode from tunables: Dec 13 00:30:18 bs kernel: [drm] - kern.vt.fb.modes.HDMI-A-1 Dec 13 00:30:18 bs kernel: [drm] - kern.vt.fb.default_mode Dec 13 00:30:18 bs kernel: [drm] Connector DP-2: get mode from tunables: Dec 13 00:30:18 bs kernel: [drm] - kern.vt.fb.modes.DP-2 Dec 13 00:30:18 bs kernel: [drm] - kern.vt.fb.default_mode Dec 13 00:30:18 bs kernel: [drm] Connector HDMI-A-2: get mode from tunables: Dec 13 00:30:18 bs kernel: [drm] - kern.vt.fb.modes.HDMI-A-2 Dec 13 00:30:18 bs kernel: [drm] - kern.vt.fb.default_mode Dec 13 00:30:18 bs kernel: [drm] Connector DP-3: get mode from tunables: Dec 13 00:30:18 bs kernel: [drm] - kern.vt.fb.modes.DP-3 Dec 13 00:30:18 bs kernel: [drm] - kern.vt.fb.default_mode Dec 13 00:30:18 bs kernel: [drm] Connector HDMI-A-3: get mode from tunables: Dec 13 00:30:18 bs kernel: [drm] - kern.vt.fb.modes.HDMI-A-3 Dec 13 00:30:18 bs kernel: [drm] - kern.vt.fb.default_mode Dec 13 00:30:18 bs kernel: [drm] Initialized i915 1.6.0 20160919 for drmn on minor 0 Dec 13 00:30:20 bs kernel: VT: Replacing driver "vga" with new "fb". Dec 13 00:30:20 bs kernel: start FB_INFO: Dec 13 00:30:20 bs kernel: type=11 height=1080 width=1920 depth=32 Dec 13 00:30:20 bs kernel: cmsize=16 size=8294400 Dec 13 00:30:20 bs kernel: pbase=0x800c0000 vbase=0xfffff800800c0000 Dec 13 00:30:20 bs kernel: name=drmn0 flags=0x0 stride=7680 bpp=32 Dec 13 00:30:20 bs kernel: cmap[0]=0 cmap[1]=7f0000 cmap[2]=7f00 cmap[3]=c4a000 Dec 13 00:30:20 bs kernel: end FB_INFO Dec 13 00:30:20 bs kernel: drmn0: fb0: inteldrmfb frame buffer device Dec 13 00:33:21 bs ck-launch-session: error connecting to ConsoleKit Dec 13 00:34:26 bs kernel: pcm3: chn_write(): pcm3:virtual:dsp3.vp0: play interrupt timeout, channel dead Dec 13 00:34:58 bs last message repeated 3 times Dec 13 00:37:00 bs last message repeated 23 times Dec 13 00:38:51 bs last message repeated 9 times Dec 13 00:40:20 bs shutdown: reboot by root: Dec 13 00:40:21 bs kernel: . Dec 13 00:40:22 bs nmbd[826]: [2017/12/13 00:40:22.032039, 0] ../source3/nmbd/nmbd.c:58(terminate) Dec 13 00:40:22 bs nmbd[826]: Got SIGTERM: going down... Dec 13 00:40:22 bs ntpd[1434]: ntpd exiting on signal 15 (Terminated) Dec 13 00:40:23 bs kernel: , 1434. Dec 13 00:40:23 bs syslogd: exiting on signal 15 Dec 13 00:41:28 bs syslogd: kernel boot file is /boot/kernel/kernel Dec 13 00:41:28 bs kernel: Copyright (c) 1992-2017 The FreeBSD Project. Dec 13 00:41:28 bs kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 Dec 13 00:41:28 bs kernel: The Regents of the University of California. All rights reserved. Dec 13 00:41:28 bs kernel: FreeBSD is a registered trademark of The FreeBSD Foundation. Dec 13 00:41:28 bs kernel: FreeBSD 12.0-CURRENT #0: Sat Nov 4 00:38:39 CET 2017 Dec 13 00:41:28 bs kernel: root@bs.local:/usr/obj/usr/src/amd64.amd64/sys/GENERIC-NODEBUG amd64 Dec 13 00:41:28 bs kernel: FreeBSD clang version 5.0.0 (tags/RELEASE_500/final 312559) (based on LLVM 5.0.0svn) Dec 13 00:41:28 bs kernel: VT(vga): resolution 640x480 Dec 13 00:41:28 bs kernel: CPU: Intel(R) Celeron(R) CPU N3150 @ 1.60GHz (1599.99-MHz K8-class CPU) Dec 13 00:41:28 bs kernel: Origin="GenuineIntel" Id=0x406c3 Family=0x6 Model=0x4c Stepping=3 Dec 13 00:41:28 bs kernel: Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE> Dec 13 00:41:28 bs kernel: Features2=0x43d8e3bf<SSE3,PCLMULQDQ,DTES64,MON,DS_CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,MOVBE,POPCNT,TSCDLT,AESNI,RDRAND> Dec 13 00:41:28 bs kernel: AMD Features=0x28100800<SYSCALL,NX,RDTSCP,LM> Dec 13 00:41:28 bs kernel: AMD Features2=0x101<LAHF,Prefetch> Dec 13 00:41:28 bs kernel: Structured Extended Features=0x2282<TSCADJ,SMEP,ERMS,NFPUSG> Dec 13 00:41:28 bs kernel: VT-x: PAT,HLT,MTF,PAUSE,EPT,UG,VPID Dec 13 00:41:28 bs kernel: TSC: P-state invariant, performance statistics Dec 13 00:41:28 bs kernel: real memory = 4294967296 (4096 MB) Dec 13 00:41:28 bs kernel: avail memory = 3714187264 (3542 MB) Dec 13 00:41:28 bs kernel: Event timer "LAPIC" quality 600 Dec 13 00:41:28 bs kernel: ACPI APIC Table: Dec 13 00:41:28 bs kernel: WARNING: L1 data cache covers fewer APIC IDs than a core (0 < 1) Dec 13 00:41:28 bs kernel: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs Dec 13 00:41:28 bs kernel: FreeBSD/SMP: 1 package(s) x 4 core(s) Dec 13 00:41:28 bs kernel: random: unblocking device. Dec 13 00:41:28 bs kernel: ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/32 (20170929/tbfadt-748) Dec 13 00:41:28 bs kernel: ioapic0 <Version 2.0> irqs 0-114 on motherboard Dec 13 00:41:28 bs kernel: SMP: AP CPU #3 Launched! Dec 13 00:41:28 bs kernel: SMP: AP CPU #1 Launched! Dec 13 00:41:28 bs kernel: SMP: AP CPU #2 Launched! Dec 13 00:41:28 bs kernel: Timecounter "TSC" frequency 1599990720 Hz quality 1000 Dec 13 00:41:28 bs kernel: random: entropy device external interface Dec 13 00:41:28 bs kernel: netmap: loaded module Dec 13 00:41:28 bs kernel: [ath_hal] loaded Dec 13 00:41:28 bs kernel: module_register_init: MOD_LOAD (vesa, 0xffffffff80fb1380, 0) error 19 Dec 13 00:41:28 bs kernel: random: registering fast source Intel Secure Key RNG Dec 13 00:41:28 bs kernel: random: fast provider: "Intel Secure Key RNG" Dec 13 00:41:28 bs kernel: kbd1 at kbdmux0 Dec 13 00:41:28 bs kernel: nexus0 Dec 13 00:41:28 bs kernel: vtvga0: on motherboard Dec 13 00:41:28 bs kernel: cryptosoft0: on motherboard Dec 13 00:41:28 bs kernel: acpi0: <> on motherboard Dec 13 00:41:28 bs kernel: acpi0: Power Button (fixed) Dec 13 00:41:28 bs kernel: unknown: I/O range not supported Dec 13 00:41:28 bs kernel: cpu0: on acpi0 Dec 13 00:41:28 bs kernel: cpu1: on acpi0 Dec 13 00:41:28 bs kernel: cpu2: on acpi0 Dec 13 00:41:28 bs kernel: cpu3: on acpi0 Dec 13 00:41:28 bs kernel: atrtc0: port 0x70-0x77 on acpi0 Dec 13 00:41:28 bs kernel: atrtc0: Warning: Couldn't map I/O. Dec 13 00:41:28 bs kernel: atrtc0: registered as a time-of-day clock, resolution 1.000000s Dec 13 00:41:28 bs kernel: hpet0: iomem 0xfed00000-0xfed003ff irq 8 on acpi0 Dec 13 00:41:28 bs kernel: Timecounter "HPET" frequency 14318180 Hz quality 950 Dec 13 00:41:28 bs kernel: Event timer "HPET" frequency 14318180 Hz quality 450 Dec 13 00:41:28 bs kernel: Event timer "HPET1" frequency 14318180 Hz quality 440 Dec 13 00:41:28 bs kernel: Event timer "HPET2" frequency 14318180 Hz quality 440 Dec 13 00:41:28 bs kernel: attimer0: port 0x40-0x43,0x50-0x53 irq 0 on acpi0 Dec 13 00:41:28 bs kernel: Timecounter "i8254" frequency 1193182 Hz quality 0 Dec 13 00:41:28 bs kernel: Event timer "i8254" frequency 1193182 Hz quality 100 Dec 13 00:41:28 bs kernel: Timecounter "ACPI-safe" frequency 3579545 Hz quality 850 Dec 13 00:41:28 bs kernel: acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 Dec 13 00:41:28 bs kernel: pcib0: port 0xcf8-0xcff on acpi0 Dec 13 00:41:28 bs kernel: pci0: on pcib0 Dec 13 00:41:28 bs kernel: vgapci0: port 0xf000-0xf03f mem 0x90000000-0x90ffffff,0x80000000-0x8fffffff irq 16 at device 2.0 on pci0 Dec 13 00:41:28 bs kernel: vgapci0: Boot video device Dec 13 00:41:28 bs kernel: ahci0: port 0xf060-0xf07f mem 0x91315000-0x913157ff irq 19 at device 19.0 on pci0 Dec 13 00:41:28 bs kernel: ahci0: AHCI v1.31 with 2 6Gbps ports, Port Multiplier not supported Dec 13 00:41:28 bs kernel: ahcich0: at channel 0 on ahci0 Dec 13 00:41:28 bs kernel: ahcich1: at channel 1 on ahci0 Dec 13 00:41:28 bs kernel: xhci0: <Intel Braswell USB 3.0 controller> mem 0x91300000-0x9130ffff irq 20 at device 20.0 on pci0 Dec 13 00:41:28 bs kernel: xhci0: 32 bytes context size, 64-bit DMA Dec 13 00:41:28 bs kernel: usbus0 on xhci0 Dec 13 00:41:28 bs kernel: usbus0: 5.0Gbps Super Speed USB v3.0 Dec 13 00:41:28 bs kernel: pci0: <encrypt/decrypt> at device 26.0 (no driver attached) Dec 13 00:41:28 bs kernel: hdac0: <Intel (0x2284) HDA Controller> mem 0x91310000-0x91313fff irq 22 at device 27.0 on pci0 Dec 13 00:41:28 bs kernel: pcib1: at device 28.0 on pci0 Dec 13 00:41:28 bs kernel: pcib1: [GIANT-LOCKED] Dec 13 00:41:28 bs kernel: pcib2: at device 28.1 on pci0 Dec 13 00:41:28 bs kernel: pci1: on pcib2 Dec 13 00:41:28 bs kernel: re0: <RealTek 8168/8111 B/C/CP/D/DP/E/F/G PCIe Gigabit Ethernet> port 0xe000-0xe0ff mem 0x91204000-0x91204fff,0x91200000-0x91203fff irq 17 at device 0.0 on pci1 Dec 13 00:41:28 bs kernel: re0: Using 1 MSI-X message Dec 13 00:41:28 bs kernel: re0: Chip rev. 0x4c000000 Dec 13 00:41:28 bs kernel: re0: MAC rev. 0x00000000 Dec 13 00:41:28 bs kernel: miibus0: on re0 Dec 13 00:41:28 bs kernel: rgephy0: <RTL8251/8153 1000BASE-T media interface> PHY 1 on miibus0 Dec 13 00:41:28 bs kernel: rgephy0: none, 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT-FDX, 1000baseT-FDX-master, 1000baseT-FDX-flow, 1000baseT-FDX-flow-master, auto, auto-flow Dec 13 00:41:28 bs kernel: re0: Using defaults for TSO: 65518/35/2048 Dec 13 00:41:28 bs kernel: re0: netmap queues/slots: TX 1/256, RX 1/256 Dec 13 00:41:28 bs kernel: isab0: at device 31.0 on pci0 Dec 13 00:41:28 bs kernel: isa0: on isab0 Dec 13 00:41:28 bs kernel: acpi_button0: on acpi0 Dec 13 00:41:28 bs kernel: acpi_button1: on acpi0 Dec 13 00:41:28 bs kernel: atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0 Dec 13 00:41:28 bs kernel: atkbd0: irq 1 on atkbdc0 Dec 13 00:41:28 bs kernel: kbd0 at atkbd0 Dec 13 00:41:28 bs kernel: atkbd0: [GIANT-LOCKED] Dec 13 00:41:28 bs kernel: est0: on cpu0 Dec 13 00:41:28 bs kernel: est1: on cpu1 Dec 13 00:41:28 bs kernel: est2: on cpu2 Dec 13 00:41:28 bs kernel: est3: on cpu3 Dec 13 00:41:28 bs kernel: ZFS filesystem version: 5 Dec 13 00:41:28 bs kernel: ZFS storage pool version: features support (5000) Dec 13 00:41:28 bs kernel: Timecounters tick every 10.000 msec Dec 13 00:41:28 bs kernel: hdacc0: at cad 0 on hdac0 Dec 13 00:41:28 bs kernel: hdaa0: at nid 1 on hdacc0 Dec 13 00:41:28 bs kernel: pcm0: <Realtek ALC887 (Analog)> at nid 21 and 24,26 on hdaa0 Dec 13 00:41:28 bs kernel: pcm1: <Realtek ALC887 (Analog)> at nid 20 and 25 on hdaa0 Dec 13 00:41:28 bs kernel: pcm2: <Realtek ALC887 (Front Analog Headphones)> at nid 27 on hdaa0 Dec 13 00:41:28 bs kernel: hdacc1: <Intel (0x2883) HDA CODEC> at cad 2 on hdac0 Dec 13 00:41:28 bs kernel: hdaa1: <Intel (0x2883) Audio Function Group> at nid 1 on hdacc1 Dec 13 00:41:28 bs kernel: pcm3: <Intel (0x2883) (HDMI/DP 8ch)> at nid 5 on hdaa1 Dec 13 00:41:28 bs kernel: pcm4: <Intel (0x2883) (HDMI/DP 8ch)> at nid 6 on hdaa1 Dec 13 00:41:28 bs kernel: pcm5: <Intel (0x2883) (HDMI/DP 8ch)> at nid 7 on hdaa1 Dec 13 00:41:28 bs kernel: ugen0.1: <0x8086 XHCI root HUB> at usbus0 Dec 13 00:41:28 bs kernel: uhub0: <0x8086 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0 Dec 13 00:41:28 bs kernel: ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 Dec 13 00:41:28 bs kernel: ada0: <WDC WD40PURX-64GVNY0 80.00A80> ACS-2 ATA SATA 3.x device Dec 13 00:41:28 bs kernel: ada0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes) Dec 13 00:41:28 bs kernel: ada0: Command Queueing enabled Dec 13 00:41:28 bs kernel: ada0: 3815447MB (7814037168 512 byte sectors) Dec 13 00:41:28 bs kernel: ada0: quirks=0x1<4K> Dec 13 00:41:28 bs kernel: ada1 at ahcich1 bus 0 scbus1 target 0 lun 0 Dec 13 00:41:28 bs kernel: ada1: <WDC WD40PURX-64GVNY0 80.00A80> ACS-2 ATA SATA 3.x device Dec 13 00:41:28 bs kernel: ada1: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes) Dec 13 00:41:28 bs kernel: ada1: Command Queueing enabled Dec 13 00:41:28 bs kernel: ada1: 3815447MB (7814037168 512 byte sectors) Dec 13 00:41:28 bs kernel: ada1: quirks=0x1<4K> Dec 13 00:41:28 bs kernel: Trying to mount root from zfs:sys/ROOT/default []... Dec 13 00:41:28 bs kernel: uhub0: 13 ports with 13 removable, self powered Dec 13 00:41:28 bs kernel: Root mount waiting for: usbus0 Dec 13 00:41:28 bs kernel: ugen0.2: <vendor 0x05e3 USB2.0 Hub> at usbus0 Dec 13 00:41:28 bs kernel: uhub1 on uhub0 Dec 13 00:41:28 bs kernel: uhub1: <vendor 0x05e3 USB2.0 Hub, class 9/0, rev 2.00/88.31, addr 1> on usbus0 Dec 13 00:41:28 bs kernel: Root mount waiting for: usbus0 Dec 13 00:41:28 bs kernel: uhub1: 4 ports with 4 removable, self powered Dec 13 00:41:28 bs kernel: ugen0.3: <vendor 0x0430 product 0x100e> at usbus0 Dec 13 00:41:28 bs kernel: uhub2 on uhub1 Dec 13 00:41:28 bs kernel: uhub2: <vendor 0x0430 product 0x100e, class 9/0, rev 2.00/1.03, addr 2> on usbus0 Dec 13 00:41:28 bs kernel: Root mount waiting for: usbus0 Dec 13 00:41:28 bs kernel: Root mount waiting for: usbus0 Dec 13 00:41:28 bs kernel: uhub2: 4 ports with 3 removable, bus powered Dec 13 00:41:28 bs kernel: Root mount waiting for: usbus0 Dec 13 00:41:28 bs kernel: ugen0.4: <vendor 0x0430 Sun USB Keyboard> at usbus0 Dec 13 00:41:28 bs kernel: ukbd0 on uhub2 Dec 13 00:41:28 bs kernel: ukbd0: <vendor 0x0430 Sun USB Keyboard, class 0/0, rev 2.00/1.03, addr 3> on usbus0 Dec 13 00:41:28 bs kernel: kbd2 at ukbd0 Dec 13 00:41:28 bs kernel: Root mount waiting for: usbus0 Dec 13 00:41:28 bs kernel: ugen0.5: at usbus0 Dec 13 00:41:28 bs kernel: uhub3 on uhub1 Dec 13 00:41:28 bs kernel: uhub3: <ALCOR Generic USB Hub, class 9/0, rev 1.10/3.12, addr 4> on usbus0 Dec 13 00:41:28 bs kernel: uhub3: 4 ports with 4 removable, self powered Dec 13 00:41:28 bs kernel: Root mount waiting for: usbus0 Dec 13 00:41:28 bs kernel: ugen0.6: at usbus0 Dec 13 00:41:28 bs kernel: ukbd1 on uhub3 Dec 13 00:41:28 bs kernel: ukbd1: <AliTV Remote V1 Airmouse, class 0/0, rev 1.10/10.01, addr 5> on usbus0 Dec 13 00:41:28 bs kernel: kbd3 at ukbd1 Dec 13 00:41:28 bs kernel: Root mount waiting for: usbus0 Dec 13 00:41:28 bs kernel: ugen0.7: at usbus0 Dec 13 00:41:28 bs kernel: umass0 on uhub3 Dec 13 00:41:28 bs kernel: umass0: <Corsair Flash Voyager, class 0/0, rev 2.00/11.00, addr 6> on usbus0 Dec 13 00:41:28 bs kernel: umass0: SCSI over Bulk-Only; quirks = 0x4000 Dec 13 00:41:28 bs kernel: umass0:2:0: Attached to scbus2 Dec 13 00:41:28 bs kernel: da0 at umass-sim0 bus 0 scbus2 target 0 lun 0 Dec 13 00:41:28 bs kernel: da0: <Corsair Flash Voyager 1100> Removable Direct Access SCSI device Dec 13 00:41:28 bs kernel: da0: 1.000MB/s transfers Dec 13 00:41:28 bs kernel: da0: 3840MB (7864320 512 byte sectors) Dec 13 00:41:28 bs kernel: da0: quirks=0x2 Dec 13 00:41:28 bs kernel: ugen0.8: at usbus0 Dec 13 00:41:28 bs kernel: uhub4 on uhub3 Dec 13 00:41:28 bs kernel: uhub4: <Logitech Logitech BT Mini-Receiver, class 9/0, rev 2.00/49.00, addr 7> on usbus0 Dec 13 00:41:28 bs kernel: Root mount waiting for: usbus0 Dec 13 00:41:28 bs kernel: uhub4: 3 ports with 1 removable, bus powered Dec 13 00:41:28 bs kernel: ugen0.9: at usbus0 Dec 13 00:41:28 bs kernel: ukbd2 on uhub4 Dec 13 00:41:28 bs kernel: ukbd2: <Logitech Logitech BT Mini-Receiver, class 0/0, rev 2.00/49.00, addr 8> on usbus0 Dec 13 00:41:28 bs kernel: kbd4 at ukbd2 Dec 13 00:41:28 bs kernel: Root mount waiting for: usbus0 Dec 13 00:41:28 bs kernel: ugen0.10: at usbus0 Dec 13 00:41:28 bs kernel: aesni0: <AES-CBC,AES-XTS,AES-GCM,AES-ICM> on motherboard Dec 13 00:41:28 bs kernel: fuse-freebsd: version 0.4.4, FUSE ABI 7.8 Dec 13 00:41:28 bs kernel: coretemp0: on cpu0 Dec 13 00:41:28 bs kernel: coretemp1: on cpu1 Dec 13 00:41:28 bs kernel: coretemp2: on cpu2 Dec 13 00:41:28 bs kernel: coretemp3: on cpu3 Dec 13 00:41:28 bs kernel: ichsmb0: port 0xf040-0xf05f mem 0x91314000-0x9131401f irq 18 at device 31.3 on pci0 Dec 13 00:41:28 bs kernel: smbus0: on ichsmb0 Dec 13 00:41:28 bs kernel: re0: link state changed to DOWN Dec 13 00:41:28 bs kernel: re0: link state changed to UP Dec 13 00:41:28 bs kernel: uaudio0 on uhub3 Dec 13 00:41:28 bs kernel: uaudio0: <AliTV Remote V1 Airmouse, class 0/0, rev 1.10/10.01, addr 5> on usbus0 Dec 13 00:41:28 bs kernel: uaudio0: No playback. Dec 13 00:41:28 bs kernel: uaudio0: Record: 8000 Hz, 1 ch, 16-bit S-LE PCM format, 2x8ms buffer. Dec 13 00:41:28 bs kernel: uaudio0: No MIDI sequencer. Dec 13 00:41:28 bs kernel: pcm6: on uaudio0 Dec 13 00:41:28 bs kernel: uaudio0: No HID volume keys found. Dec 13 00:41:28 bs kernel: ums0 on uhub3 Dec 13 00:41:28 bs kernel: ums0: <AliTV Remote V1 Airmouse, class 0/0, rev 1.10/10.01, addr 5> on usbus0 Dec 13 00:41:28 bs kernel: ums0: 5 buttons and [XYZ] coordinates ID=0 Dec 13 00:41:28 bs kernel: ums1 on uhub3 Dec 13 00:41:28 bs kernel: ums1: <AliTV Remote V1 Airmouse, class 0/0, rev 1.10/10.01, addr 5> on usbus0 Dec 13 00:41:28 bs kernel: ums2 on uhub3 Dec 13 00:41:28 bs kernel: ums2: <AliTV Remote V1 Airmouse, class 0/0, rev 1.10/10.01, addr 5> on usbus0 Dec 13 00:41:28 bs kernel: ums3 on uhub4 Dec 13 00:41:28 bs kernel: ums3: <Logitech Logitech BT Mini-Receiver, class 0/0, rev 2.00/49.00, addr 9> on usbus0 Dec 13 00:41:28 bs kernel: ums3: 14 buttons and [XYZT] coordinates ID=2 Dec 13 00:41:28 bs kernel: ums3: 8 buttons and [XYZT] coordinates ID=5 Dec 13 00:41:41 bs kernel: . Dec 13 00:41:41 bs ntpd[803]: ntpd 4.2.8p10-a (1): Starting Dec 13 00:41:41 bs ntpd[804]: leapsecond file ('/var/db/ntpd.leap-seconds.list'): good hash signature Dec 13 00:41:41 bs ntpd[804]: leapsecond file ('/var/db/ntpd.leap-seconds.list'): loaded, expire=2018-06-28T00:00:00Z last=2017-01-01T00:00:00Z ofs=37 Dec 13 00:41:43 bs kernel: OK Dec 13 00:42:19 bs login: ROOT LOGIN (root) ON ttyv0 Dec 13 00:43:46 bs kernel: [drm] Initialized Dec 13 00:43:46 bs kernel: drmn0: on vgapci0 Dec 13 00:43:46 bs kernel: vgapci0: child drmn0 requested pci_enable_io Dec 13 00:43:46 bs kernel: vgapci0: child drmn0 requested pci_enable_io Dec 13 00:43:46 bs kernel: [drm:intel_detect_pch] No PCH found. Dec 13 00:43:46 bs kernel: [drm:get_allowed_dc_mask] Allowed DC state mask 00 Dec 13 00:43:46 bs kernel: [drm:intel_device_info_dump] i915 device info: gen=8, pciid=0x22b1 rev=0x21 flags=is_cherryview,has_psr,has_runtime_pm,has_resource_streamer,has_rc6,has_gmbus_irq,has_hw_contexts,has_logical_ring_contexts,has_gmch_display,has_hotplug,[drm:__intel_uncore_early_sanitize] unclaimed mmio detected on uncore init, clearing Dec 13 00:43:46 bs kernel: [drm:intel_device_info_runtime_init] slice mask: 0001 Dec 13 00:43:46 bs kernel: [drm:intel_device_info_runtime_init] slice total: 1 Dec 13 00:43:46 bs kernel: [drm:intel_device_info_runtime_init] subslice total: 2 Dec 13 00:43:46 bs kernel: [drm:intel_device_info_runtime_init] subslice mask 0003 Dec 13 00:43:46 bs kernel: [drm:intel_device_info_runtime_init] subslice per slice: 2 Dec 13 00:43:46 bs kernel: [drm:intel_device_info_runtime_init] EU total: 12 Dec 13 00:43:46 bs kernel: [drm:intel_device_info_runtime_init] EU per subslice: 6 Dec 13 00:43:46 bs kernel: [drm:intel_device_info_runtime_init] has slice power gating: n Dec 13 00:43:46 bs kernel: [drm:intel_device_info_runtime_init] has subslice power gating: y Dec 13 00:43:46 bs kernel: [drm:intel_device_info_runtime_init] has EU power gating: y Dec 13 00:43:46 bs kernel: [drm:intel_sanitize_options] ppgtt mode: 2 Dec 13 00:43:46 bs kernel: [drm:intel_sanitize_options] use GPU sempahores? no Dec 13 00:43:46 bs kernel: [drm] Memory usable by graphics device = 2048M Dec 13 00:43:46 bs kernel: [drm:i915_ggtt_probe_hw] GMADR size = 256M Dec 13 00:43:46 bs kernel: [drm:i915_ggtt_probe_hw] GTT stolen size = 256M Dec 13 00:43:46 bs kernel: [drm:i915_gem_init_stolen] Memory reserved for graphics device: 262144K, usable: 261120K Dec 13 00:43:46 bs kernel: [drm:intel_opregion_setup] graphic opregion physical addr: 0x6b63e000 Dec 13 00:43:46 bs kernel: [drm:intel_opregion_setup] Public ACPI methods supported Dec 13 00:43:46 bs kernel: [drm:intel_opregion_setup] ASLE supported Dec 13 00:43:46 bs kernel: [drm:intel_opregion_setup] Found valid VBT in ACPI OpRegion (Mailbox #4) Dec 13 00:43:46 bs kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). Dec 13 00:43:46 bs kernel: [drm] Driver supports precise vblank timestamp query. Dec 13 00:43:46 bs kernel: [drm:init_vbt_defaults] Set default to SSC at 100000 kHz Dec 13 00:43:46 bs kernel: [drm:intel_bios_init] VBT signature "$VBT CHERRYVIEW ", BDB version 190 Dec 13 00:43:46 bs kernel: [drm:parse_general_features] BDB_GENERAL_FEATURES int_tv_support 0 int_crt_support 1 lvds_use_ssc 0 lvds_ssc_freq 120000 display_clock_mode 0 fdi_rx_polarity_inverted 0 Dec 13 00:43:46 bs kernel: [drm:parse_general_definitions] crt_ddc_bus_pin: 2 Dec 13 00:43:46 bs kernel: [drm:intel_opregion_get_panel_type] Failed to get panel details from OpRegion (-19) Dec 13 00:43:46 bs kernel: [drm:parse_lfp_panel_data] Panel type: 2 (VBT) Dec 13 00:43:46 bs kernel: [drm:parse_lfp_panel_data] DRRS supported mode is static Dec 13 00:43:46 bs kernel: [drm:parse_lfp_panel_data] Found panel mode in BIOS VBT tables: Dec 13 00:43:46 bs kernel: [drm:drm_mode_debug_printmodeline] Modeline 0:"1024x768" 0 65000 1024 1048 1184 1344 768 771 777 806 0x8 0xa Dec 13 00:43:46 bs kernel: [drm:parse_lfp_panel_data] VBT initial LVDS value 0 Dec 13 00:43:46 bs kernel: [drm:parse_lfp_backlight] VBT backlight PWM modulation frequency 200 Hz, active high, min brightness 0, level 255 Dec 13 00:43:46 bs kernel: [drm:parse_sdvo_device_mapping] No SDVO device info is found in VBT Dec 13 00:43:46 bs kernel: [drm:parse_driver_features] DRRS State Enabled:1 Dec 13 00:43:46 bs kernel: [drm:intel_update_rawclk] rawclk rate: 200000 kHz Dec 13 00:43:46 bs kernel: [drm:chv_phy_control_init] Initial PHY_CONTROL=0x256007fe Dec 13 00:43:46 bs kernel: [drm:intel_power_well_enable] enabling always-on Dec 13 00:43:46 bs kernel: [drm:intel_power_well_enable] enabling display Dec 13 00:43:46 bs kernel: [drm:intel_power_well_enable] enabling dpio-common-bc Dec 13 00:43:46 bs kernel: [drm:chv_dpio_cmn_power_well_enable] Enabled DPIO PHY0 (PHY_CONTROL=0x256007ff) Dec 13 00:43:46 bs kernel: [drm:intel_power_well_enable] enabling dpio-common-d Dec 13 00:43:46 bs kernel: [drm:chv_dpio_cmn_power_well_enable] Enabled DPIO PHY1 (PHY_CONTROL=0x256007ff) Dec 13 00:43:46 bs kernel: [drm:drm_irq_install] irq=16 Dec 13 00:43:46 bs kernel: [drm:intel_fbc_init] Sanitized enable_fbc value: 0 Dec 13 00:43:46 bs kernel: [drm:intel_modeset_init] 3 display pipes available. Dec 13 00:43:46 bs kernel: [drm:intel_update_czclk] CZ clock rate: 320000 kHz Dec 13 00:43:46 bs kernel: [drm:intel_update_cdclk] Current CD clock rate: 266667 kHz Dec 13 00:43:46 bs kernel: [drm:intel_update_max_cdclk] Max CD clock rate: 320000 kHz Dec 13 00:43:46 bs kernel: [drm:intel_update_max_cdclk] Max dotclock rate: 304000 kHz Dec 13 00:43:46 bs kernel: [drm:intel_dp_init_connector] Adding DP connector on port B Dec 13 00:43:46 bs kernel: [drm] Connector DP-1: get mode from tunables: Dec 13 00:43:46 bs kernel: [drm] - kern.vt.fb.modes.DP-1 Dec 13 00:43:46 bs kernel: [drm] - kern.vt.fb.default_mode Dec 13 00:43:46 bs kernel: [drm:drm_connector_get_cmdline_mode] cmdline mode for connector DP-1 1920x1080@60Hz Dec 13 00:43:46 bs kernel: [drm:intel_aux_port] using AUX B for port B (platform default) Dec 13 00:43:46 bs kernel: [drm:intel_hdmi_init_connector] Adding HDMI connector on port B Dec 13 00:43:46 bs kernel: [drm] Connector HDMI-A-1: get mode from tunables: Dec 13 00:43:46 bs kernel: [drm] - kern.vt.fb.modes.HDMI-A-1 Dec 13 00:43:46 bs kernel: [drm] - kern.vt.fb.default_mode Dec 13 00:43:46 bs kernel: [drm:drm_connector_get_cmdline_mode] cmdline mode for connector HDMI-A-1 1920x1080@60Hz Dec 13 00:43:46 bs kernel: [drm:intel_hdmi_ddc_pin] Using DDC pin 0x5 for port B (platform default) Dec 13 00:43:46 bs kernel: [drm:intel_dp_init_connector] Adding DP connector on port C Dec 13 00:43:46 bs kernel: [drm] Connector DP-2: get mode from tunables: Dec 13 00:43:46 bs kernel: [drm] - kern.vt.fb.modes.DP-2 Dec 13 00:43:46 bs kernel: [drm] - kern.vt.fb.default_mode Dec 13 00:43:46 bs kernel: [drm:drm_connector_get_cmdline_mode] cmdline mode for connector DP-2 1920x1080@60Hz Dec 13 00:43:46 bs kernel: [drm:intel_aux_port] using AUX C for port C (platform default) Dec 13 00:43:46 bs kernel: [drm:intel_hdmi_init_connector] Adding HDMI connector on port C Dec 13 00:43:46 bs kernel: [drm] Connector HDMI-A-2: get mode from tunables: Dec 13 00:43:46 bs kernel: [drm] - kern.vt.fb.modes.HDMI-A-2 Dec 13 00:43:46 bs kernel: [drm] - kern.vt.fb.default_mode Dec 13 00:43:46 bs kernel: [drm:drm_connector_get_cmdline_mode] cmdline mode for connector HDMI-A-2 1920x1080@60Hz Dec 13 00:43:46 bs kernel: [drm:intel_hdmi_ddc_pin] Using DDC pin 0x4 for port C (platform default) Dec 13 00:43:46 bs kernel: [drm:intel_dp_init_connector] Adding DP connector on port D Dec 13 00:43:46 bs kernel: [drm] Connector DP-3: get mode from tunables: Dec 13 00:43:46 bs kernel: [drm] - kern.vt.fb.modes.DP-3 Dec 13 00:43:46 bs kernel: [drm] - kern.vt.fb.default_mode Dec 13 00:43:46 bs kernel: [drm:drm_connector_get_cmdline_mode] cmdline mode for connector DP-3 1920x1080@60Hz Dec 13 00:43:46 bs kernel: [drm:intel_aux_port] using AUX D for port D (platform default) Dec 13 00:43:46 bs kernel: [drm:intel_hdmi_init_connector] Adding HDMI connector on port D Dec 13 00:43:46 bs kernel: [drm] Connector HDMI-A-3: get mode from tunables: Dec 13 00:43:46 bs kernel: [drm] - kern.vt.fb.modes.HDMI-A-3 Dec 13 00:43:46 bs kernel: [drm] - kern.vt.fb.default_mode Dec 13 00:43:46 bs kernel: [drm:drm_connector_get_cmdline_mode] cmdline mode for connector HDMI-A-3 1920x1080@60Hz Dec 13 00:43:46 bs kernel: [drm:intel_hdmi_ddc_pin] Using DDC pin 0x3 for port D (platform default) Dec 13 00:43:46 bs kernel: [drm:intel_dsi_init] Dec 13 00:43:46 bs kernel: [drm:intel_modeset_readout_hw_state] [CRTC:26:pipe A] hw state readout: disabled Dec 13 00:43:46 bs kernel: [drm:intel_modeset_readout_hw_state] [CRTC:31:pipe B] hw state readout: disabled Dec 13 00:43:46 bs kernel: [drm:intel_modeset_readout_hw_state] [CRTC:36:pipe C] hw state readout: enabled Dec 13 00:43:46 bs kernel: [drm:intel_modeset_readout_hw_state] [ENCODER:39:DP B] hw state readout: disabled, pipe A Dec 13 00:43:46 bs kernel: [drm:intel_modeset_readout_hw_state] [ENCODER:43:HDMI B] hw state readout: disabled, pipe A Dec 13 00:43:46 bs kernel: [drm:intel_modeset_readout_hw_state] [ENCODER:46:DP C] hw state readout: disabled, pipe A Dec 13 00:43:46 bs kernel: [drm:intel_modeset_readout_hw_state] [ENCODER:48:HDMI C] hw state readout: disabled, pipe A Dec 13 00:43:46 bs kernel: [drm:intel_modeset_readout_hw_state] [ENCODER:50:DP D] hw state readout: enabled, pipe C Dec 13 00:43:46 bs kernel: [drm:intel_modeset_readout_hw_state] [ENCODER:52:HDMI D] hw state readout: disabled, pipe A Dec 13 00:43:46 bs kernel: [drm:intel_modeset_readout_hw_state] [CONNECTOR:40:DP-1] hw state readout: disabled Dec 13 00:43:46 bs kernel: [drm:intel_modeset_readout_hw_state] [CONNECTOR:44:HDMI-A-1] hw state readout: disabled Dec 13 00:43:46 bs kernel: [drm:intel_modeset_readout_hw_state] [CONNECTOR:47:DP-2] hw state readout: disabled Dec 13 00:43:46 bs kernel: [drm:intel_modeset_readout_hw_state] [CONNECTOR:49:HDMI-A-2] hw state readout: disabled Dec 13 00:43:46 bs kernel: [drm:intel_modeset_readout_hw_state] [CONNECTOR:51:DP-3] hw state readout: enabled Dec 13 00:43:46 bs kernel: [drm:intel_modeset_readout_hw_state] [CONNECTOR:53:HDMI-A-3] hw state readout: disabled Dec 13 00:43:46 bs kernel: [drm:drm_atomic_set_mode_for_crtc] Set [MODE:1280x1024] for CRTC state 0xfffff801606e5000 Dec 13 00:43:46 bs kernel: [drm:drm_calc_timestamping_constants] crtc 36: hwmode: htotal 1688, vtotal 1066, vdisplay 1024 Dec 13 00:43:46 bs kernel: [drm:drm_calc_timestamping_constants] crtc 36: clock 107999 kHz framedur 16661339 linedur 15629 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] [CRTC:26:pipe A][setup_hw_state] config 0xfffff801606e7000 for pipe A Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] cpu_transcoder: A Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] pipe bpp: 0, dithering: 0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] dp: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] dp: 0, lanes: 0, gmch_m2: 0, gmch_n2: 0, link_m2: 0, link_n2: 0, tu2: 0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] audio: 0, infoframes: 0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] requested mode: Dec 13 00:43:46 bs kernel: [drm:drm_mode_debug_printmodeline] Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] adjusted mode: Dec 13 00:43:46 bs kernel: [drm:drm_mode_debug_printmodeline] Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_crtc_timings] crtc timings: 0 0 0 0 0 0 0 0 0, type: 0x0 flags: 0x0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] port clock: 0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] pipe src size: 0x0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] num_scalers: 0, scaler_users: 0x0, scaler_id: 0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] pch pfit: pos: 0x00000000, size: 0x00000000, disabled Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] ips: 0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] double wide: 0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] dpll_hw_state: dpll: 0x0, dpll_md: 0x0, fp0: 0x0, fp1: 0x0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] planes on this crtc Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] [PLANE:23:primary A] disabled, scaler_id = 0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] [PLANE:25:cursor A] disabled, scaler_id = 0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] [PLANE:27:sprite A] disabled, scaler_id = 0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] [PLANE:28:sprite B] disabled, scaler_id = 0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] [CRTC:31:pipe B][setup_hw_state] config 0xfffff801606e6000 for pipe B Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] cpu_transcoder: B Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] pipe bpp: 0, dithering: 0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] dp: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] dp: 0, lanes: 0, gmch_m2: 0, gmch_n2: 0, link_m2: 0, link_n2: 0, tu2: 0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] audio: 0, infoframes: 0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] requested mode: Dec 13 00:43:46 bs kernel: [drm:drm_mode_debug_printmodeline] Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] adjusted mode: Dec 13 00:43:46 bs kernel: [drm:drm_mode_debug_printmodeline] Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_crtc_timings] crtc timings: 0 0 0 0 0 0 0 0 0, type: 0x0 flags: 0x0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] port clock: 0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] pipe src size: 0x0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] num_scalers: 0, scaler_users: 0x0, scaler_id: 0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] pch pfit: pos: 0x00000000, size: 0x00000000, disabled Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] ips: 0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] double wide: 0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] dpll_hw_state: dpll: 0x0, dpll_md: 0x0, fp0: 0x0, fp1: 0x0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] planes on this crtc Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] [PLANE:29:primary B] disabled, scaler_id = 0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] [PLANE:30:cursor B] disabled, scaler_id = 0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] [PLANE:32:sprite C] disabled, scaler_id = 0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] [PLANE:33:sprite D] disabled, scaler_id = 0 Dec 13 00:43:46 bs kernel: [drm:drm_vblank_on] crtc 2, vblank enabled 0, inmodeset 1 Dec 13 00:43:46 bs kernel: [drm:drm_calc_vbltimestamp_from_scanoutpos] crtc 2 : v 0x5 p(0,781)@ 166.294575 -> 166.294575 [e 0 us, 0 rep] Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] [CRTC:36:pipe C][setup_hw_state] config 0xfffff801606e5000 for pipe C Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] cpu_transcoder: C Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] pipe bpp: 24, dithering: 0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] dp: 1, lanes: 2, gmch_m: 5033164, gmch_n: 8388608, link_m: 209715, link_n: 524288, tu: 64 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] dp: 1, lanes: 2, gmch_m2: 0, gmch_n2: 0, link_m2: 0, link_n2: 0, tu2: 0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] audio: 0, infoframes: 0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] requested mode: Dec 13 00:43:46 bs kernel: [drm:drm_mode_debug_printmodeline] Modeline 0:"1280x1024" 60 107999 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] adjusted mode: Dec 13 00:43:46 bs kernel: [drm:drm_mode_debug_printmodeline] Modeline 0:"1280x1024" 60 107999 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5 Dec 13 00:43:46 bs kernel: [drm:intel_dump_crtc_timings] crtc timings: 107999 1280 1328 1440 1688 1024 1025 1028 1066, type: 0x40 flags: 0x5 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] port clock: 270000 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] pipe src size: 720x400 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] num_scalers: 0, scaler_users: 0x0, scaler_id: 0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] gmch pfit: control: 0xc0000000, ratios: 0x07800800, lvds border: 0x00000000 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] pch pfit: pos: 0x00000000, size: 0x00000000, disabled Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] ips: 0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] double wide: 0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] dpll_hw_state: dpll: 0xb0006000, dpll_md: 0x0, fp0: 0x0, fp1: 0x0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] planes on this crtc Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] [PLANE:34:primary C] disabled, scaler_id = 0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] [PLANE:35:cursor C] disabled, scaler_id = 0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] [PLANE:37:sprite E] disabled, scaler_id = 0 Dec 13 00:43:46 bs kernel: [drm:intel_dump_pipe_config] [PLANE:38:sprite F] disabled, scaler_id = 0 Dec 13 00:43:46 bs kernel: [drm:drm_mode_object_reference] OBJ ID: 51 (1) Dec 13 00:43:46 bs kernel: [drm:vlv_get_fifo_size] Pipe A primary A FIFO size: 384 Dec 13 00:43:46 bs kernel: [drm:vlv_get_fifo_size] Pipe A sprite A FIFO size: 64 Dec 13 00:43:46 bs kernel: [drm:vlv_get_fifo_size] Pipe A sprite B FIFO size: 63 Dec 13 00:43:46 bs kernel: [drm:vlv_get_fifo_size] Pipe B primary B FIFO size: 384 Dec 13 00:43:46 bs kernel: [drm:vlv_get_fifo_size] Pipe B sprite C FIFO size: 64 Dec 13 00:43:46 bs kernel: [drm:vlv_get_fifo_size] Pipe B sprite D FIFO size: 63 Dec 13 00:43:46 bs kernel: [drm:vlv_get_fifo_size] Pipe C primary C FIFO size: 256 Dec 13 00:43:46 bs kernel: [drm:vlv_get_fifo_size] Pipe C sprite E FIFO size: 128 Dec 13 00:43:46 bs kernel: [drm:vlv_get_fifo_size] Pipe C sprite F FIFO size: 127 Dec 13 00:43:46 bs kernel: [drm:vlv_wm_get_hw_state] Punit not acking DDR DVFS request, assuming DDR DVFS is disabled Dec 13 00:43:46 bs kernel: [drm:vlv_wm_get_hw_state] Initial watermarks: pipe A, plane=15, cursor=15, sprite0=15, sprite1=15 Dec 13 00:43:46 bs kernel: [drm:vlv_wm_get_hw_state] Initial watermarks: pipe B, plane=15, cursor=15, sprite0=15, sprite1=15 Dec 13 00:43:46 bs kernel: [drm:vlv_wm_get_hw_state] Initial watermarks: pipe C, plane=15, cursor=15, sprite0=15, sprite1=15 Dec 13 00:43:46 bs kernel: [drm:vlv_wm_get_hw_state] Initial watermarks: SR plane=127, SR cursor=0 level=0 cxsr=0 Dec 13 00:43:46 bs kernel: [drm:intel_power_well_disable] disabling dpio-common-bc Dec 13 00:43:46 bs kernel: [drm:chv_dpio_cmn_power_well_disable] Disabled DPIO PHY0 (PHY_CONTROL=0x256007fe) Dec 13 00:43:46 bs kernel: [drm:i915_gem_init_ggtt] clearing unused GTT space: [0, 7ffff000] Dec 13 00:43:46 bs kernel: [drm:i915_gem_context_init] LR context support initialized Dec 13 00:43:46 bs kernel: [drm:i915_gem_object_create_stolen] creating stolen object: size=1000 Dec 13 00:43:46 bs kernel: [drm:i915_pages_create_for_stolen] offset=0x1000, size=4096 Dec 13 00:43:46 bs kernel: [drm:intel_engine_create_scratch] render ring pipe control offset: 0x7fffe000 Dec 13 00:43:46 bs kernel: [drm:i915_gem_object_create_stolen] creating stolen object: size=4000 Dec 13 00:43:46 bs kernel: [drm:i915_pages_create_for_stolen] offset=0x2000, size=16384 Dec 13 00:43:46 bs kernel: [drm:i915_gem_object_create_stolen] creating stolen object: size=4000 Dec 13 00:43:46 bs kernel: [drm:i915_pages_create_for_stolen] offset=0x6000, size=16384 Dec 13 00:43:46 bs kernel: [drm:i915_gem_object_create_stolen] creating stolen object: size=4000 Dec 13 00:43:46 bs kernel: [drm:i915_pages_create_for_stolen] offset=0xa000, size=16384 Dec 13 00:43:46 bs kernel: [drm:i915_gem_object_create_stolen] creating stolen object: size=4000 Dec 13 00:43:46 bs kernel: [drm:i915_pages_create_for_stolen] offset=0xe000, size=16384 Dec 13 00:43:46 bs kernel: [drm:gen8_init_common_ring] Execlists enabled for render ring Dec 13 00:43:46 bs kernel: [drm:gen8_init_common_ring] Execlists enabled for blitter ring Dec 13 00:43:46 bs kernel: [drm:gen8_init_common_ring] Execlists enabled for bsd ring Dec 13 00:43:46 bs kernel: [drm:gen8_init_common_ring] Execlists enabled for video enhancement ring Dec 13 00:43:46 bs kernel: [drm:intel_guc_setup] GuC fw status: path (null), fetch NONE, load NONE Dec 13 00:43:46 bs kernel: [drm:cherryview_setup_pctx] PCBR: 0x7eef8001 Dec 13 00:43:46 bs kernel: [drm:vlv_init_gpll_ref_freq] GPLL reference freq: 40000 kHz Dec 13 00:43:46 bs kernel: [drm:cherryview_init_gt_powersave] DDR speed: 1600 MHz Dec 13 00:43:46 bs kernel: [drm:cherryview_init_gt_powersave] max GPU freq: 640 MHz (64) Dec 13 00:43:46 bs kernel: [drm:cherryview_init_gt_powersave] RPe GPU freq: 320 MHz (32) Dec 13 00:43:46 bs kernel: [drm:cherryview_init_gt_powersave] RP1(Guar) GPU freq: 320 MHz (32) Dec 13 00:43:46 bs kernel: [drm:cherryview_init_gt_powersave] min GPU freq: 320 MHz (32) Dec 13 00:43:46 bs kernel: [drm:intel_update_cdclk] Current CD clock rate: 266667 kHz Dec 13 00:43:46 bs kernel: [drm:intel_fbdev_init_bios] pipe A not active or no fb, skipping Dec 13 00:43:46 bs kernel: [drm:intel_fbdev_init_bios] pipe B not active or no fb, skipping Dec 13 00:43:46 bs kernel: [drm:intel_fbdev_init_bios] pipe C not active or no fb, skipping Dec 13 00:43:46 bs kernel: [drm:intel_fbdev_init_bios] no active fbs found, not using BIOS config Dec 13 00:43:46 bs kernel: [drm:drm_mode_object_reference] OBJ ID: 40 (1) Dec 13 00:43:46 bs kernel: [drm:drm_mode_object_reference] OBJ ID: 44 (1) Dec 13 00:43:46 bs kernel: [drm:drm_mode_object_reference] OBJ ID: 47 (1) Dec 13 00:43:46 bs kernel: [drm:drm_mode_object_reference] OBJ ID: 49 (1) Dec 13 00:43:46 bs kernel: [drm:drm_mode_object_reference] OBJ ID: 51 (2) Dec 13 00:43:46 bs kernel: [drm:drm_mode_object_reference] OBJ ID: 53 (1) Dec 13 00:43:46 bs kernel: [drm:drm_minor_register] Dec 13 00:43:46 bs kernel: [drm:drm_minor_register] new minor registered 64 Dec 13 00:43:46 bs kernel: [drm:drm_minor_register] Dec 13 00:43:46 bs kernel: [drm:drm_minor_register] new minor registered 128 Dec 13 00:43:46 bs kernel: [drm:drm_minor_register] Dec 13 00:43:46 bs kernel: [drm:intel_dp_detect] [CONNECTOR:40:DP-1] Dec 13 00:43:46 bs kernel: [drm:intel_power_well_enable] [drm:drm_minor_register] enabling dpio-common-bc Dec 13 00:43:46 bs kernel: new minor registered 0 Dec 13 00:43:46 bs kernel: [drm:drm_sysfs_connector_add] adding "DP-1" to sysfs Dec 13 00:43:46 bs kernel: [drm:intel_dp_connector_register] registering DPDDC-B bus for card0-DP-1 Dec 13 00:43:46 bs kernel: [drm:drm_dp_aux_register_devnode] drm_dp_aux_dev: aux [DPDDC-B] registered as minor 0 Dec 13 00:43:46 bs kernel: [drm:drm_sysfs_connector_add] adding "HDMI-A-1" to sysfs Dec 13 00:43:46 bs kernel: [drm:drm_sysfs_connector_add] adding "DP-2" to sysfs Dec 13 00:43:46 bs kernel: [drm:intel_dp_connector_register] registering DPDDC-C bus for card0-DP-2 Dec 13 00:43:46 bs kernel: [drm:drm_dp_aux_register_devnode] drm_dp_aux_dev: aux [DPDDC-C] registered as minor 1 Dec 13 00:43:46 bs kernel: [drm:drm_sysfs_connector_add] adding "HDMI-A-2" to sysfs Dec 13 00:43:46 bs kernel: [drm:drm_sysfs_connector_add] adding "DP-3" to sysfs Dec 13 00:43:46 bs kernel: [drm:intel_dp_connector_register] registering DPDDC-D bus for card0-DP-3 Dec 13 00:43:46 bs kernel: [drm:drm_dp_aux_register_devnode] drm_dp_aux_dev: aux [DPDDC-D] registered as minor 2 Dec 13 00:43:46 bs kernel: [drm:chv_dpio_cmn_power_well_enable] Enabled DPIO PHY0 (PHY_CONTROL=0x256007ff) Dec 13 00:43:46 bs kernel: [drm:drm_sysfs_connector_add] adding "HDMI-A-3" to sysfs Dec 13 00:43:46 bs kernel: [drm] Initialized i915 1.6.0 20160919 for drmn on minor 0 Dec 13 00:43:46 bs kernel: [drm:intel_power_well_disable] disabling dpio-common-bc Dec 13 00:43:46 bs kernel: [drm:chv_dpio_cmn_power_well_disable] Disabled DPIO PHY0 (PHY_CONTROL=0x256007fe) Dec 13 00:43:46 bs kernel: [drm:drm_helper_hpd_irq_event] [CONNECTOR:40:DP-1] status updated from unknown to disconnected Dec 13 00:43:46 bs kernel: [drm:intel_hdmi_detect] [CONNECTOR:44:HDMI-A-1] Dec 13 00:43:46 bs kernel: [drm:do_gmbus_xfer] GMBUS [i915 gmbus dpb] NAK for addr: 0050 w(1) Dec 13 00:43:46 bs kernel: [drm:do_gmbus_xfer] GMBUS [i915 gmbus dpb] NAK on first message, retry Dec 13 00:43:46 bs kernel: [drm:do_gmbus_xfer] GMBUS [i915 gmbus dpb] NAK for addr: 0050 w(1) Dec 13 00:43:46 bs kernel: [drm:drm_do_probe_ddc_edid] drm: skipping non-existent adapter i915 gmbus dpb Dec 13 00:43:46 bs kernel: [drm:do_gmbus_xfer] GMBUS [i915 gmbus dpb] NAK for addr: 0040 w(1) Dec 13 00:43:46 bs kernel: [drm:do_gmbus_xfer] GMBUS [i915 gmbus dpb] NAK on first message, retry Dec 13 00:43:46 bs kernel: [drm:do_gmbus_xfer] GMBUS [i915 gmbus dpb] NAK for addr: 0040 w(1) Dec 13 00:43:46 bs kernel: [drm:drm_helper_hpd_irq_event] [CONNECTOR:44:HDMI-A-1] status updated from unknown to disconnected Dec 13 00:43:46 bs kernel: [drm:intel_dp_detect] [CONNECTOR:47:DP-2] Dec 13 00:43:46 bs kernel: [drm:intel_power_well_enable] enabling dpio-common-bc Dec 13 00:43:47 bs kernel: [drm:chv_dpio_cmn_power_well_enable] Enabled DPIO PHY0 (PHY_CONTROL=0x256007ff) Dec 13 00:43:47 bs kernel: [drm:intel_power_well_disable] disabling dpio-common-bc Dec 13 00:43:47 bs kernel: [drm:chv_dpio_cmn_power_well_disable] Disabled DPIO PHY0 (PHY_CONTROL=0x256007fe) Dec 13 00:43:47 bs kernel: [drm:drm_helper_hpd_irq_event] [CONNECTOR:47:DP-2] status updated from unknown to disconnected Dec 13 00:43:47 bs kernel: [drm:intel_hdmi_detect] [CONNECTOR:49:HDMI-A-2] Dec 13 00:43:47 bs kernel: [drm:do_gmbus_xfer] GMBUS [i915 gmbus dpc] timed out, falling back to bit banging on pin 4 Dec 13 00:43:47 bs last message repeated 5 times Dec 13 00:43:47 bs kernel: [drm:drm_helper_hpd_irq_event] [CONNECTOR:49:HDMI-A-2] status updated from unknown to disconnected Dec 13 00:43:47 bs kernel: [drm:intel_dp_detect] [CONNECTOR:51:DP-3] Dec 13 00:43:47 bs kernel: [drm:intel_dp_read_dpcd] DPCD: fffff801606f4112h Dec 13 00:43:47 bs kernel: [drm:intel_dp_long_pulse] Display Port TPS3 support: source no, sink no Dec 13 00:43:47 bs kernel: [drm:intel_dp_print_rates] source rates: 162000, 270000 Dec 13 00:43:47 bs kernel: [drm:intel_dp_print_rates] sink rates: 162000, 270000 Dec 13 00:43:47 bs kernel: [drm:intel_dp_print_rates] common rates: 162000, 270000 Dec 13 00:43:47 bs kernel: [drm:intel_dp_probe_oui] Sink OUI: 000000 Dec 13 00:43:47 bs kernel: [drm:intel_dp_probe_oui] Branch OUI: 006037 Dec 13 00:43:47 bs kernel: [drm:intel_dp_print_hw_revision] sink hw revision: 1.0 Dec 13 00:43:47 bs kernel: [drm:intel_dp_print_sw_revision] sink sw revision: 1.2 Dec 13 00:43:47 bs kernel: [drm:drm_dp_i2c_do_msg] native defer Dec 13 00:43:47 bs last message repeated 32 times Dec 13 00:43:47 bs kernel: [drm:drm_helper_hpd_irq_event] [CONNECTOR:51:DP-3] status updated from unknown to connected Dec 13 00:43:47 bs kernel: [drm:intel_hdmi_detect] [CONNECTOR:53:HDMI-A-3] Dec 13 00:43:47 bs kernel: [drm:do_gmbus_xfer] GMBUS [i915 gmbus panel] NAK for addr: 0050 w(1) Dec 13 00:43:47 bs kernel: [drm:do_gmbus_xfer] GMBUS [i915 gmbus panel] NAK on first message, retry Dec 13 00:43:47 bs kernel: [drm:do_gmbus_xfer] GMBUS [i915 gmbus panel] NAK for addr: 0050 w(1) Dec 13 00:43:47 bs kernel: [drm:drm_do_probe_ddc_edid] drm: skipping non-existent adapter i915 gmbus panel Dec 13 00:43:47 bs kernel: [drm:do_gmbus_xfer] GMBUS [i915 gmbus panel] NAK for addr: 0040 w(1) Dec 13 00:43:47 bs kernel: [drm:do_gmbus_xfer] GMBUS [i915 gmbus panel] NAK on first message, retry Dec 13 00:43:47 bs kernel: [drm:do_gmbus_xfer] GMBUS [i915 gmbus panel] NAK for addr: 0040 w(1) Dec 13 00:43:47 bs kernel: [drm:drm_helper_hpd_irq_event] [CONNECTOR:53:HDMI-A-3] status updated from unknown to disconnected Dec 13 00:43:47 bs kernel: [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:40:DP-1] Dec 13 00:43:47 bs kernel: [drm:intel_dp_detect] [CONNECTOR:40:DP-1] Dec 13 00:43:47 bs kernel: [drm:intel_power_well_enable] enabling dpio-common-bc Dec 13 00:43:47 bs kernel: [drm:chv_dpio_cmn_power_well_enable] Enabled DPIO PHY0 (PHY_CONTROL=0x256007ff) Dec 13 00:43:47 bs kernel: [drm:intel_power_well_disable] disabling dpio-common-bc Dec 13 00:43:47 bs kernel: [drm:chv_dpio_cmn_power_well_disable] Disabled DPIO PHY0 (PHY_CONTROL=0x256007fe) Dec 13 00:43:47 bs kernel: [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:40:DP-1] disconnected Dec 13 00:43:47 bs kernel: [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:44:HDMI-A-1] Dec 13 00:43:47 bs kernel: [drm:intel_hdmi_detect] [CONNECTOR:44:HDMI-A-1] Dec 13 00:43:47 bs kernel: [drm:do_gmbus_xfer] GMBUS [i915 gmbus dpb] NAK for addr: 0050 w(1) Dec 13 00:43:47 bs kernel: [drm:do_gmbus_xfer] GMBUS [i915 gmbus dpb] NAK on first message, retry Dec 13 00:43:47 bs kernel: [drm:do_gmbus_xfer] GMBUS [i915 gmbus dpb] NAK for addr: 0050 w(1) Dec 13 00:43:47 bs kernel: [drm:drm_do_probe_ddc_edid] drm: skipping non-existent adapter i915 gmbus dpb Dec 13 00:43:47 bs kernel: [drm:do_gmbus_xfer] GMBUS [i915 gmbus dpb] NAK for addr: 0040 w(1) Dec 13 00:43:47 bs kernel: [drm:do_gmbus_xfer] GMBUS [i915 gmbus dpb] NAK on first message, retry Dec 13 00:43:47 bs kernel: [drm:do_gmbus_xfer] GMBUS [i915 gmbus dpb] NAK for addr: 0040 w(1) Dec 13 00:43:47 bs kernel: [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:44:HDMI-A-1] disconnected Dec 13 00:43:47 bs kernel: [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:47:DP-2] Dec 13 00:43:47 bs kernel: [drm:intel_dp_detect] [CONNECTOR:47:DP-2] Dec 13 00:43:47 bs kernel: [drm:intel_power_well_enable] enabling dpio-common-bc Dec 13 00:43:47 bs kernel: [drm:chv_dpio_cmn_power_well_enable] Enabled DPIO PHY0 (PHY_CONTROL=0x256007ff) Dec 13 00:43:47 bs kernel: [drm:intel_power_well_disable] disabling dpio-common-bc Dec 13 00:43:47 bs kernel: [drm:chv_dpio_cmn_power_well_disable] Disabled DPIO PHY0 (PHY_CONTROL=0x256007fe) Dec 13 00:43:47 bs kernel: [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:47:DP-2] disconnected Dec 13 00:43:47 bs kernel: [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:49:HDMI-A-2] Dec 13 00:43:47 bs kernel: [drm:intel_hdmi_detect] [CONNECTOR:49:HDMI-A-2] Dec 13 00:43:47 bs kernel: [drm:do_gmbus_xfer] GMBUS [i915 gmbus dpc] timed out, falling back to bit banging on pin 4 Dec 13 00:43:48 bs kernel: [drm:do_gmbus_xfer] GMBUS [i915 gmbus dpc] timed out, falling back to bit banging on pin 4 Dec 13 00:43:48 bs kernel: [drm:cherryview_enable_rps] GPLL enabled? yes Dec 13 00:43:48 bs kernel: [drm:cherryview_enable_rps] GPU status: 0x00002010 Dec 13 00:43:48 bs kernel: [drm:do_gmbus_xfer] GMBUS [i915 gmbus dpc] timed out, falling back to bit banging on pin 4 Dec 13 00:43:48 bs last message repeated 3 times Dec 13 00:43:48 bs kernel: [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:49:HDMI-A-2] disconnected Dec 13 00:43:48 bs kernel: [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:51:DP-3] Dec 13 00:43:48 bs kernel: [drm:intel_dp_detect] [CONNECTOR:51:DP-3] Dec 13 00:43:48 bs kernel: [drm:intel_dp_read_dpcd] DPCD: fffff801606f4112h Dec 13 00:43:48 bs kernel: [drm:intel_dp_long_pulse] Display Port TPS3 support: source no, sink no Dec 13 00:43:48 bs kernel: [drm:intel_dp_print_rates] source rates: 162000, 270000 Dec 13 00:43:48 bs kernel: [drm:intel_dp_print_rates] sink rates: 162000, 270000 Dec 13 00:43:48 bs kernel: [drm:intel_dp_print_rates] common rates: 162000, 270000 Dec 13 00:43:48 bs kernel: [drm:intel_dp_probe_oui] Sink OUI: 000000 Dec 13 00:43:48 bs kernel: [drm:intel_dp_probe_oui] Branch OUI: 006037 Dec 13 00:43:48 bs kernel: [drm:intel_dp_print_hw_revision] sink hw revision: 1.0 Dec 13 00:43:48 bs kernel: [drm:intel_dp_print_sw_revision] sink sw revision: 1.2 Dec 13 00:43:48 bs kernel: [drm:drm_edid_to_eld] ELD: no CEA Extension found Dec 13 00:43:48 bs kernel: [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:51:DP-3] probed modes : Dec 13 00:43:48 bs kernel: [drm:drm_mode_debug_printmodeline] Modeline 56:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x48 0x5 Dec 13 00:43:48 bs kernel: [drm:drm_mode_debug_printmodeline] Modeline 71:"1920x1080" 60 172780 1920 2040 2248 2576 1080 1081 1084 1118 0x20 0x6 Dec 13 00:43:48 bs kernel: [drm:drm_mode_debug_printmodeline] Modeline 64:"1280x1024" 75 135000 1280 1296 1440 1688 1024 1025 1028 1066 0x40 0x5 Dec 13 00:43:48 bs kernel: [drm:drm_mode_debug_printmodeline] Modeline 65:"1024x768" 75 78750 1024 1040 1136 1312 768 769 772 800 0x40 0x5 Dec 13 00:43:48 bs kernel: [drm:drm_mode_debug_printmodeline] Modeline 66:"1024x768" 70 75000 1024 1048 1184 1328 768 771 777 806 0x40 0xa Dec 13 00:43:48 bs kernel: [drm:drm_mode_debug_printmodeline] Modeline 67:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa Dec 13 00:43:48 bs kernel: [drm:drm_mode_debug_printmodeline] Modeline 68:"832x624" 75 57284 832 864 928 1152 624 625 628 667 0x40 0xa Dec 13 00:43:48 bs kernel: [drm:drm_mode_debug_printmodeline] Modeline 69:"800x600" 75 49500 800 816 896 1056 600 601 604 625 0x40 0x5 Dec 13 00:43:48 bs kernel: [drm:drm_mode_debug_printmodeline] Modeline 70:"800x600" 72 50000 800 856 976 1040 600 637 643 666 0x40 0x5 Dec 13 00:43:48 bs kernel: [drm:drm_mode_debug_printmodeline] Modeline 57:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5 Dec 13 00:43:48 bs kernel: [drm:drm_mode_debug_printmodeline] Modeline 58:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5 Dec 13 00:43:48 bs kernel: [drm:drm_mode_debug_printmodeline] Modeline 59:"640x480" 75 31500 640 656 720 840 480 481 484 500 0x40 0xa Dec 13 00:43:48 bs kernel: [drm:drm_mode_debug_printmodeline] Modeline 60:"640x480" 73 31500 640 664 704 832 480 489 492 520 0x40 0xa Dec 13 00:43:48 bs kernel: [drm:drm_mode_debug_printmodeline] Modeline 61:"640x480" 67 30240 640 704 768 864 480 483 486 525 0x40 0xa Dec 13 00:43:48 bs kernel: [drm:drm_mode_debug_printmodeline] Modeline 62:"640x480" 60 25175 640 656 752 800 480 490 492 525 0x40 0xa Dec 13 00:43:48 bs kernel: [drm:drm_mode_debug_printmodeline] Modeline 63:"720x400" 70 28320 720 738 846 900 400 412 414 449 0x40 0x6 Dec 13 00:43:48 bs kernel: [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:53:HDMI-A-3] Dec 13 00:43:48 bs kernel: [drm:intel_hdmi_detect] [CONNECTOR:53:HDMI-A-3] Dec 13 00:43:48 bs kernel: [drm:do_gmbus_xfer] GMBUS [i915 gmbus panel] NAK for addr: 0050 w(1) Dec 13 00:43:48 bs kernel: [drm:do_gmbus_xfer] GMBUS [i915 gmbus panel] NAK on first message, retry Dec 13 00:43:48 bs kernel: [drm:do_gmbus_xfer] GMBUS [i915 gmbus panel] NAK for addr: 0050 w(1) Dec 13 00:43:48 bs kernel: [drm:drm_do_probe_ddc_edid] drm: skipping non-existent adapter i915 gmbus panel Dec 13 00:43:48 bs kernel: [drm:do_gmbus_xfer] GMBUS [i915 gmbus panel] NAK for addr: 0040 w(1) Dec 13 00:43:48 bs kernel: [drm:do_gmbus_xfer] GMBUS [i915 gmbus panel] NAK on first message, retry Dec 13 00:43:48 bs kernel: [drm:do_gmbus_xfer] GMBUS [i915 gmbus panel] NAK for addr: 0040 w(1) Dec 13 00:43:48 bs kernel: [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:53:HDMI-A-3] disconnected Dec 13 00:43:48 bs kernel: [drm:drm_setup_crtcs] Dec 13 00:43:48 bs kernel: [drm:drm_enable_connectors] connector 40 enabled? no Dec 13 00:43:48 bs kernel: [drm:drm_enable_connectors] connector 44 enabled? no Dec 13 00:43:48 bs kernel: [drm:drm_enable_connectors] connector 47 enabled? no Dec 13 00:43:48 bs kernel: [drm:drm_enable_connectors] connector 49 enabled? no Dec 13 00:43:48 bs kernel: [drm:drm_enable_connectors] connector 51 enabled? yes Dec 13 00:43:48 bs kernel: [drm:drm_enable_connectors] connector 53 enabled? no Dec 13 00:43:48 bs kernel: [drm:intel_fb_initial_config] connector DP-1 not enabled, skipping Dec 13 00:43:48 bs kernel: [drm:intel_fb_initial_config] connector HDMI-A-1 not enabled, skipping Dec 13 00:43:48 bs kernel: [drm:intel_fb_initial_config] connector DP-2 not enabled, skipping Dec 13 00:43:48 bs kernel: [drm:intel_fb_initial_config] connector HDMI-A-2 not enabled, skipping Dec 13 00:43:48 bs kernel: [drm:intel_fb_initial_config] looking for cmdline mode on connector DP-3 Dec 13 00:43:48 bs kernel: [drm:intel_fb_initial_config] connector DP-3 on [CRTC:36:pipe C]: 1920x1080 Dec 13 00:43:48 bs kernel: [drm:intel_fb_initial_config] connector HDMI-A-3 not enabled, skipping Dec 13 00:43:48 bs kernel: [drm:drm_setup_crtcs] desired mode 1920x1080 set on crtc 36 (0,0) Dec 13 00:43:48 bs kernel: [drm:drm_mode_object_reference] OBJ ID: 51 (3) Dec 13 00:43:48 bs kernel: [drm:intelfb_create] no BIOS fb, allocating a new one Dec 13 00:43:48 bs kernel: [drm:i915_gem_object_create_stolen] creating stolen object: size=7e9000 Dec 13 00:43:48 bs kernel: [drm:i915_pages_create_for_stolen] offset=0x12000, size=8294400 Dec 13 00:43:48 bs kernel: [drm:intelfb_create] allocated 1920x1080 fb: 0x000c0000 Dec 13 00:43:48 bs kernel: VT: Replacing driver "vga" with new "fb". Dec 13 00:43:48 bs kernel: [drm:drm_atomic_state_init] Allocated atomic state 0xfffff801606f6000 Dec 13 00:43:48 bs kernel: [drm:drm_atomic_get_plane_state] Added [PLANE:23:primary A] 0xfffff80160716000 state to 0xfffff801606f6000 Dec 13 00:43:48 bs kernel: [drm:drm_atomic_get_plane_state] Added [PLANE:25:cursor A] 0xfffff80160715e00 state to 0xfffff801606f6000 Dec 13 00:43:48 bs kernel: [drm:drm_atomic_set_crtc_for_plane] Link plane state 0xfffff80160715e00 to [NOCRTC] Dec 13 00:43:48 bs kernel: [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 0xfffff80160715e00 Dec 13 00:43:48 bs kernel: [drm:drm_atomic_get_plane_state] Added [PLANE:27:sprite A] 0xfffff80160715d00 state to 0xfffff801606f6000 Dec 13 00:43:48 bs kernel: [drm:drm_atomic_set_crtc_for_plane] Link plane state 0xfffff80160715d00 to [NOCRTC] Dec 13 00:43:48 bs kernel: [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 0xfffff80160715d00 Dec 13 00:43:48 bs kernel: [drm:drm_atomic_get_plane_state] Added [PLANE:28:sprite B] 0xfffff80160715c00 state to 0xfffff801606f6000 Dec 13 00:43:48 bs kernel: [drm:drm_atomic_set_crtc_for_plane] Link plane state 0xfffff80160715c00 to [NOCRTC] Dec 13 00:43:48 bs kernel: [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 0xfffff80160715c00 Dec 13 00:43:48 bs kernel: [drm:drm_atomic_get_plane_state] Added [PLANE:29:primary B] 0xfffff80160715b00 state to 0xfffff801606f6000 Dec 13 00:43:48 bs kernel: [drm:drm_atomic_get_plane_state] Added [PLANE:30:cursor B] 0xfffff80160715a00 state to 0xfffff801606f6000 Dec 13 00:43:48 bs kernel: [drm:drm_atomic_set_crtc_for_plane] Link plane state 0xfffff80160715a00 to [NOCRTC] Dec 13 00:43:48 bs kernel: [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 0xfffff80160715a00 Dec 13 00:43:48 bs kernel: [drm:drm_atomic_get_plane_state] Added [PLANE:32:sprite C] 0xfffff80160715900 state to 0xfffff801606f6000 Dec 13 00:43:48 bs kernel: [drm:drm_atomic_set_crtc_for_plane] Link plane state 0xfffff80160715900 to [NOCRTC] Dec 13 00:43:48 bs kernel: [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 0xfffff80160715900 Dec 13 00:43:48 bs kernel: [drm:drm_atomic_get_plane_state] Added [PLANE:33:sprite D] 0xfffff80160715800 state to 0xfffff801606f6000 Dec 13 00:43:48 bs kernel: [drm:drm_atomic_set_crtc_for_plane] Link plane state 0xfffff80160715800 to [NOCRTC] Dec 13 00:43:48 bs kernel: [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 0xfffff80160715800 Dec 13 00:43:48 bs kernel: [drm:drm_atomic_get_plane_state] Added [PLANE:34:primary C] 0xfffff80160715700 state to 0xfffff801606f6000 Dec 13 00:43:48 bs kernel: [drm:drm_atomic_get_plane_state] Added [PLANE:35:cursor C] 0xfffff80160715600 state to 0xfffff801606f6000 Dec 13 00:43:48 bs kernel: [drm:drm_atomic_set_crtc_for_plane] Link plane state 0xfffff80160715600 to [NOCRTC] Dec 13 00:43:48 bs kernel: [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 0xfffff80160715600 Dec 13 00:43:48 bs kernel: [drm:drm_atomic_get_plane_state] Added [PLANE:37:sprite E] 0xfffff80160715500 state to 0xfffff801606f6000 Dec 13 00:43:48 bs kernel: [drm:drm_atomic_set_crtc_for_plane] Link plane state 0xfffff80160715500 to [NOCRTC] Dec 13 00:43:48 bs kernel: [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 0xfffff80160715500 Dec 13 00:43:48 bs kernel: [drm:drm_atomic_get_plane_state] Added [PLANE:38:sprite F] 0xfffff80160715400 state to 0xfffff801606f6000 Dec 13 00:43:48 bs kernel: [drm:drm_atomic_set_crtc_for_plane] Link plane state 0xfffff80160715400 to [NOCRTC] Dec 13 00:43:48 bs kernel: [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 0xfffff80160715400 Dec 13 00:43:48 bs kernel: [drm:drm_atomic_get_crtc_state] Added [CRTC:26:pipe A] 0xfffff801606f5800 state to 0xfffff801606f6000 Dec 13 00:43:48 bs kernel: [drm:drm_atomic_set_mode_for_crtc] Set [NOMODE] for CRTC state 0xfffff801606f5800 Dec 13 00:43:48 bs kernel: [drm:drm_atomic_set_crtc_for_plane] Link plane state 0xfffff80160716000 to [NOCRTC] Dec 13 00:43:48 bs kernel: [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 0xfffff80160716000 Dec 13 00:43:48 bs kernel: [drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:26:pipe A] to 0xfffff801606f6000 Dec 13 00:43:48 bs kernel: [drm:drm_atomic_get_crtc_state] Added [CRTC:31:pipe B] 0xfffff801606f5000 state to 0xfffff801606f6000 Dec 13 00:43:48 bs kernel: [drm:drm_atomic_set_mode_for_crtc] Set [NOMODE] for CRTC state 0xfffff801606f5000 Dec 13 00:43:48 bs kernel: [drm:drm_atomic_set_crtc_for_plane] Link plane state 0xfffff80160715b00 to [NOCRTC] Dec 13 00:43:48 bs kernel: [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for plane state 0xfffff80160715b00 Dec 13 00:43:48 bs kernel: [drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:31:pipe B] to 0xfffff801606f6000 Dec 13 00:43:48 bs kernel: [drm:drm_mode_object_reference] OBJ ID: 54 (1) Dec 13 00:43:48 bs kernel: [drm:drm_atomic_get_crtc_state] Added [CRTC:36:pipe C] 0xfffff8016074a800 state to 0xfffff801606f6000 Dec 13 00:43:48 bs kernel: [drm:drm_mode_object_unreference] OBJ ID: 54 (2) Dec 13 00:43:48 bs kernel: [drm:drm_atomic_set_mode_for_crtc] Set [MODE:1920x1080] for CRTC state 0xfffff8016074a800 Dec 13 00:43:48 bs kernel: [drm:drm_atomic_set_crtc_for_plane] Link plane state 0xfffff80160715700 to [CRTC:36:pipe C] Dec 13 00:43:48 bs kernel: [drm:drm_mode_object_reference] OBJ ID: 73 (1) Dec 13 00:43:48 bs kernel: [drm:drm_atomic_set_fb_for_plane] Set [FB:73] for plane state 0xfffff80160715700 Dec 13 00:43:48 bs kernel: [drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:36:pipe C] to 0xfffff801606f6000 Dec 13 00:43:48 bs kernel: [drm:drm_mode_object_reference] OBJ ID: 51 (4) Dec 13 00:43:48 bs kernel: [drm:drm_mode_object_reference] OBJ ID: 51 (5) Dec 13 00:43:48 bs kernel: [drm:drm_atomic_get_connector_state] Added [CONNECTOR:51] 0xfffff80003743a80 state to 0xfffff801606f6000 Dec 13 00:43:48 bs kernel: [drm:drm_mode_object_unreference] OBJ ID: 51 (6) Dec 13 00:43:48 bs kernel: [drm:drm_atomic_set_crtc_for_connector] Link connector state 0xfffff80003743a80 to [NOCRTC] Dec 13 00:43:48 bs kernel: [drm:drm_mode_object_reference] OBJ ID: 51 (5) Dec 13 00:43:48 bs kernel: [drm:drm_atomic_set_crtc_for_connector] Link connector state 0xfffff80003743a80 to [CRTC:36:pipe C] Dec 13 00:43:48 bs kernel: [drm:drm_atomic_check_only] checking 0xfffff801606f6000 Dec 13 00:43:48 bs kernel: [drm:drm_atomic_helper_check_modeset] [CRTC:36:pipe C] mode changed Dec 13 00:43:48 bs kernel: [drm:update_connector_routing] Updating routing for [CONNECTOR:51:DP-3] Dec 13 00:43:48 bs kernel: [drm:update_connector_routing] [CONNECTOR:51:DP-3] keeps [ENCODER:50:DP D], now on [CRTC:36:pipe C] Dec 13 00:43:48 bs kernel: [drm:drm_atomic_helper_check_modeset] [CRTC:36:pipe C] needs all connectors, enable: y, active: y Dec 13 00:43:48 bs kernel: [drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:36:pipe C] to 0xfffff801606f6000 Dec 13 00:43:48 bs kernel: [drm:drm_atomic_add_affected_connectors] Adding all current connectors for [CRTC:36:pipe C] to 0xfffff801606f6000 Dec 13 00:43:48 bs kernel: [drm:connected_sink_compute_bpp] [CONNECTOR:51:DP-3] checking for sink bpp constrains Dec 13 00:43:48 bs kernel: [drm:connected_sink_compute_bpp] clamping display bpp (was 30) to default limit of 24 Dec 13 00:43:48 bs kernel: [drm:intel_dp_compute_config] DP link computation with max lane count 2 max bw 270000 pixel clock 172780KHz Dec 13 00:43:48 bs kernel: [drm:intel_dp_compute_config] DP link bw 0a rate select 00 lane count 2 clock 270000 bpp 24 Dec 13 00:43:48 bs kernel: [drm:intel_dp_compute_config] DP link bw required 414672 available 432000 Dec 13 00:43:48 bs kernel: [drm:intel_modeset_pipe_config] hw max bpp: 30, pipe bpp: 24, dithering: 0 Dec 13 00:43:48 bs kernel: [drm:intel_dump_pipe_config] [CRTC:36:pipe C][modeset] config 0xfffff8016074a800 for pipe C Dec 13 00:43:48 bs kernel: [drm:intel_dump_pipe_config] cpu_transcoder: C Dec 13 00:43:48 bs kernel: [drm:intel_dump_pipe_config] pipe bpp: 24, dithering: 0 Dec 13 00:43:48 bs kernel: [drm:intel_dump_pipe_config] fdi/pch: 0, lanes: 0, gmch_m: 0, gmch_n: 0, link_m: 0, link_n: 0, tu: 0 Dec 13 00:43:48 bs kernel: [drm:intel_dump_pipe_config] dp: 1, lanes: 2, gmch_m: 8052131, gmch_n: 8388608, link_m: 335505, link_n: 524288, tu: 64 Dec 13 00:43:48 bs kernel: [drm:intel_dump_pipe_config] dp: 1, lanes: 2, gmch_m2: 0, gmch_n2: 0, link_m2: 0, link_n2: 0, tu2: 0 Dec 13 00:43:48 bs kernel: [drm:intel_dump_pipe_config] audio: 0, infoframes: 0 Dec 13 00:43:48 bs kernel: [drm:intel_dump_pipe_config] requested mode: Dec 13 00:43:48 bs kernel: [drm:drm_mode_debug_printmodeline] Modeline 0:"1920x1080" 60 172780 1920 2040 2248 2576 1080 1081 1084 1118 0x20 0x6 Dec 13 00:43:48 bs kernel: [drm:intel_dump_pipe_config] adjusted mode: Dec 13 00:43:48 bs kernel: [drm:drm_mode_debug_printmodeline] Modeline 0:"1920x1080" 60 172780 1920 2040 2248 2576 1080 1081 1084 1118 0x20 0x6 Dec 13 00:43:48 bs kernel: [drm:intel_dump_crtc_timings] crtc timings: 172780 1920 2040 2248 2576 1080 1081 1084 1118, type: 0x20 flags: 0x6 Dec 13 00:43:48 bs kernel: [drm:intel_dump_pipe_config] port clock: 270000 Dec 13 00:43:48 bs kernel: [drm:intel_dump_pipe_config] pipe src size: 1920x1080 Dec 13 00:43:48 bs kernel: [drm:intel_dump_pipe_config] num_scalers: 0, scaler_users: 0x0, scaler_id: 0 Dec 13 00:43:48 bs kernel: [drm:intel_dump_pipe_config] gmch pfit: control: 0x00000000, ratios: 0x00000000, lvds border: 0x00000000 Dec 13 00:43:48 bs kernel: [drm:intel_dump_pipe_config] pch pfit: pos: 0x00000000, size: 0x00000000, disabled Dec 13 00:43:48 bs kernel: [drm:intel_dump_pipe_config] ips: 0 Dec 13 00:43:48 bs kernel: [drm:intel_dump_pipe_config] double wide: 0 Dec 13 00:43:48 bs kernel: [drm:intel_dump_pipe_config] dpll_hw_state: dpll: 0xb0006000, dpll_md: 0x0, fp0: 0x0, fp1: 0x0 Dec 13 00:43:48 bs kernel: [drm:intel_dump_pipe_config] planes on this crtc Dec 13 00:43:48 bs kernel: [drm:intel_dump_pipe_config] [PLANE:34:primary C] disabled, scaler_id = 0 Dec 13 00:43:48 bs kernel: [drm:intel_dump_pipe_config] [PLANE:35:cursor C] disabled, scaler_id = 0 Dec 13 00:43:48 bs kernel: [drm:intel_dump_pipe_config] [PLANE:37:sprite E] disabled, scaler_id = 0 Dec 13 00:43:48 bs kernel: [drm:intel_dump_pipe_config] [PLANE:38:sprite F] disabled, scaler_id = 0 Dec 13 00:43:48 bs kernel: [drm:intel_modeset_checks] New cdclk calculated to be atomic 266667, actual 266667 Dec 13 00:43:48 bs kernel: [drm:intel_plane_atomic_calc_changes] [CRTC:36:pipe C] has [PLANE:34:primary C] with fb 73 Dec 13 00:43:48 bs kernel: [drm:intel_plane_atomic_calc_changes] [PLANE:34:primary C] visible 0 -> 1, off 0, on 1, ms 1 Dec 13 00:43:48 bs kernel: [drm:drm_atomic_commit] commiting 0xfffff801606f6000 Dec 13 00:43:48 bs kernel: [drm:intel_set_memory_cxsr] memory self-refresh is disabled Dec 13 00:43:48 bs kernel: [drm:drm_vblank_enable] enabling vblank on crtc 2, ret: 0 Dec 13 00:43:48 bs kernel: [drm:drm_calc_vbltimestamp_from_scanoutpos] crtc 2 : v 0x5 p(0,41)@ 168.224576 -> 168.224576 [e 0 us, 0 rep] Dec 13 00:43:48 bs kernel: [drm:drm_update_vblank_count] updating vblank count on crtc 2: current=1, diff=117, hw=11236 hw_last=11119 Dec 13 00:43:48 bs kernel: start FB_INFO: Dec 13 00:43:48 bs kernel: type=11 height=1080 width=1920 depth=32 Dec 13 00:43:48 bs kernel: cmsize=16 size=8294400 Dec 13 00:43:48 bs kernel: pbase=0x800c0000 vbase=0xfffff800800c0000 Dec 13 00:43:48 bs kernel: name=drmn0 flags=0x0 stride=7680 bpp=32 Dec 13 00:43:48 bs kernel: cmap[0]=0 cmap[1]=7f0000 cmap[2]=7f00 cmap[3]=c4a000 Dec 13 00:43:48 bs kernel: end FB_INFO Dec 13 00:43:48 bs kernel: drmn0: fb0: inteldrmfb frame buffer device Dec 13 00:43:48 bs kernel: [drm:drm_calc_vbltimestamp_from_scanoutpos] crtc 2 : v 0x7 p(0,-40)@ 168.247857 -> 168.247857 [e 0 us, 0 rep] Dec 13 00:43:48 bs kernel: [drm:drm_update_vblank_count] updating vblank count on crtc 2: current=118, diff=1, hw=11237 hw_last=11236 Dec 13 00:43:48 bs kernel: [drm:vblank_disable_fn] disabling vblank on crtc 2 Dec 13 00:43:48 bs kernel: [drm:drm_calc_vbltimestamp_from_scanoutpos] crtc 2 : v 0x7 p(0,-20)@ 168.247857 -> 168.247857 [e 0 us, 0 rep] Dec 13 00:43:48 bs kernel: [drm:drm_update_vblank_count] updating vblank count on crtc 2: current=119, diff=0, hw=11237 hw_last=11237 Dec 13 00:43:48 bs kernel: [drm:drm_vblank_off] crtc 2, vblank enabled 0, inmodeset 0 Dec 13 00:43:48 bs kernel: [drm:drm_calc_vbltimestamp_from_scanoutpos] crtc 2 : v 0x5 p(0,8)@ 168.247857 -> 168.247857 [e 0 us, 0 rep] Dec 13 00:43:48 bs kernel: [drm:drm_update_vblank_count] updating vblank count on crtc 2: current=119, diff=0, hw=11237 hw_last=11237 Dec 13 00:43:48 bs kernel: [drm:intel_disable_pipe] disabling pipe C Dec 13 00:43:48 bs kernel: [drm:i9xx_pfit_disable] disabling pfit, current: 0xc0000000 Dec 13 00:43:48 bs kernel: [drm:intel_dp_link_down] Dec 13 00:43:48 bs kernel: [drm:chv_phy_powergate_lanes] Power gating DPIO PHY1 CH0 lanes 0x0 (PHY_CONTROL=0x050007fe) Dec 13 00:43:48 bs kernel: [drm:drm_calc_timestamping_constants] crtc 36: hwmode: htotal 2576, vtotal 1118, vdisplay 1080 Dec 13 00:43:48 bs kernel: [drm:drm_calc_timestamping_constants] crtc 36: clock 172780 kHz framedur 16668410 linedur 14909 Dec 13 00:43:48 bs kernel: [drm:verify_encoder_state] [ENCODER:39:DP B] Dec 13 00:43:48 bs kernel: [drm:verify_encoder_state] [ENCODER:43:HDMI B] Dec 13 00:43:48 bs kernel: [drm:verify_encoder_state] [ENCODER:46:DP C] Dec 13 00:43:48 bs kernel: [drm:verify_encoder_state] [ENCODER:48:HDMI C] Dec 13 00:43:48 bs kernel: [drm:verify_encoder_state] [ENCODER:50:DP D] Dec 13 00:43:48 bs kernel: [drm:verify_encoder_state] [ENCODER:52:HDMI D] Dec 13 00:43:48 bs kernel: [drm:intel_connector_verify_state] [CONNECTOR:40:DP-1] Dec 13 00:43:48 bs kernel: [drm:intel_connector_verify_state] [CONNECTOR:44:HDMI-A-1] Dec 13 00:43:48 bs kernel: [drm:intel_connector_verify_state] [CONNECTOR:47:DP-2] Dec 13 00:43:48 bs kernel: [drm:intel_connector_verify_state] [CONNECTOR:49:HDMI-A-2] Dec 13 00:43:48 bs kernel: [drm:intel_connector_verify_state] [CONNECTOR:53:HDMI-A-3] Dec 13 00:43:48 bs kernel: [drm:chv_phy_powergate_lanes] Power gating DPIO PHY1 CH0 lanes 0xc (PHY_CONTROL=0x256007fe) Dec 13 00:43:49 bs kernel: [drm:_intel_dp_set_link_train] Using DP training pattern TPS1 Dec 13 00:43:49 bs kernel: [drm:intel_dp_set_signal_levels] Using vswing level 0 Dec 13 00:43:49 bs kernel: [drm:intel_dp_set_signal_levels] Using pre-emphasis level 0 Dec 13 00:43:49 bs kernel: [drm:_intel_dp_set_link_train] Using DP training pattern TPS1 Dec 13 00:43:49 bs kernel: [drm:intel_dp_set_signal_levels] Using vswing level 0 Dec 13 00:43:49 bs kernel: [drm:intel_dp_set_signal_levels] Using pre-emphasis level 0 Dec 13 00:43:49 bs kernel: [drm:intel_dp_link_training_clock_recovery] clock recovery OK Dec 13 00:43:49 bs kernel: [drm:_intel_dp_set_link_train] Using DP training pattern TPS2 Dec 13 00:43:49 bs kernel: [drm:intel_dp_link_training_channel_equalization] Channel EQ done. DP Training successful Dec 13 00:43:49 bs kernel: [drm:vlv_pipe_set_fifo_size] Pipe C FIFO split 511 / 511 / 511 Dec 13 00:43:49 bs kernel: [drm:vlv_update_wm] Setting FIFO watermarks - C: plane=391, cursor=63, sprite0=0, sprite1=0, SR: plane=0, cursor=0 level=1 cxsr=0 Dec 13 00:43:49 bs kernel: [drm:intel_enable_pipe] enabling pipe C Dec 13 00:43:49 bs kernel: [drm:drm_vblank_on] crtc 2, vblank enabled 0, inmodeset 1 Dec 13 00:43:49 bs kernel: [drm:drm_calc_vbltimestamp_from_scanoutpos] crtc 2 : v 0x7 p(0,-38)@ 168.344572 -> 168.344572 [e 0 us, 0 rep] Dec 13 00:43:49 bs kernel: [drm:intel_psr_enable] PSR not supported by this panel Dec 13 00:43:49 bs kernel: [drm:drm_vblank_enable] enabling vblank on crtc 2, ret: 0 Dec 13 00:43:49 bs kernel: [drm:drm_calc_vbltimestamp_from_scanoutpos] crtc 2 : v 0x7 p(0,-32)@ 168.344572 -> 168.344572 [e 0 us, 0 rep] Dec 13 00:43:49 bs kernel: [drm:drm_update_vblank_count] updating vblank count on crtc 2: current=120, diff=0, hw=11239 hw_last=11239 Dec 13 00:43:49 bs kernel: [drm:vblank_disable_fn] disabling vblank on crtc 2 Dec 13 00:43:49 bs kernel: [drm:drm_calc_vbltimestamp_from_scanoutpos] crtc 2 : v 0x7 p(0,-25)@ 168.344572 -> 168.344572 [e 0 us, 0 rep] Dec 13 00:43:49 bs kernel: [drm:drm_update_vblank_count] updating vblank count on crtc 2: current=120, diff=0, hw=11239 hw_last=11239 Dec 13 00:43:49 bs kernel: [drm:drm_vblank_enable] enabling vblank on crtc 2, ret: 0 Dec 13 00:43:49 bs kernel: [drm:drm_calc_vbltimestamp_from_scanoutpos] crtc 2 : v 0x7 p(0,-17)@ 168.344572 -> 168.344572 [e 0 us, 0 rep] Dec 13 00:43:49 bs kernel: [drm:drm_update_vblank_count] updating vblank count on crtc 2: current=120, diff=0, hw=11239 hw_last=11239 Dec 13 00:43:49 bs kernel: [drm:drm_calc_vbltimestamp_from_scanoutpos] crtc 2 : v 0x7 p(0,-36)@ 168.365828 -> 168.365828 [e 0 us, 0 rep] Dec 13 00:43:49 bs kernel: [drm:drm_update_vblank_count] updating vblank count on crtc 2: current=120, diff=1, hw=11240 hw_last=11239 Dec 13 00:43:49 bs kernel: [drm:drm_handle_vblank_events] vblank event on 120, current 121 Dec 13 00:43:49 bs kernel: [drm:vblank_disable_fn] [drm:intel_connector_verify_state] disabling vblank on crtc 2 Dec 13 00:43:49 bs kernel: [CONNECTOR:51:DP-3] Dec 13 00:43:49 bs kernel: [drm:drm_mode_object_unreference] OBJ ID: 54 (1) Dec 13 00:43:49 bs kernel: [drm:verify_crtc_state] [CRTC:36:pipe C] Dec 13 00:43:49 bs kernel: [drm:drm_calc_vbltimestamp_from_scanoutpos] crtc 2 : v 0x7 p(0,-13)@ 168.365828 -> 168.365828 [e 0 us, 0 rep] Dec 13 00:43:49 bs kernel: [drm:drm_update_vblank_count] updating vblank count on crtc 2: current=121, diff=0, hw=11240 hw_last=11240 Dec 13 00:43:49 bs kernel: [drm:drm_atomic_state_default_clear] Clearing atomic state 0xfffff801606f6000 Dec 13 00:43:49 bs kernel: [drm:drm_mode_object_unreference] OBJ ID: 51 (6) Dec 13 00:43:49 bs kernel: [drm:drm_mode_object_unreference] OBJ ID: 51 (5) Dec 13 00:43:49 bs kernel: [drm:drm_atomic_state_free] Freeing atomic state 0xfffff801606f6000 Dec 13 00:43:49 bs kernel: [drm:drm_mode_object_reference] OBJ ID: 73 (2) Dec 13 00:44:53 bs ntpd[804]: error resolving pool 0.freebsd.pool.ntp.org: hostname nor servname provided, or not known (8) Dec 13 00:45:32 bs ck-launch-session: error connecting to ConsoleKit Dec 13 00:45:57 bs ntpd[804]: error resolving pool 0.freebsd.pool.ntp.org: hostname nor servname provided, or not known (8) Dec 13 00:46:32 bs devd: check_clients: dropping disconnected client Dec 13 00:47:03 bs ntpd[804]: error resolving pool 0.freebsd.pool.ntp.org: hostname nor servname provided, or not known (8) Dec 13 00:48:08 bs ntpd[804]: error resolving pool 0.freebsd.pool.ntp.org: hostname nor servname provided, or not known (8) Dec 13 00:48:57 bs ntpd[804]: error resolving pool 0.freebsd.pool.ntp.org: hostname nor servname provided, or not known (8) Dec 13 00:51:53 bs ck-launch-session: error connecting to ConsoleKit

==> Xorg.0.log.HDMI <== [ 650.700] X.Org X Server 1.18.4 Release Date: 2016-07-19 [ 650.700] X Protocol Version 11, Revision 0 [ 650.701] Build Operating System: FreeBSD 12.0-CURRENT amd64 [ 650.701] Current Operating System: FreeBSD bs.local 12.0-CURRENT FreeBSD 12.0-CURRENT #0: Sat Nov 4 00:38:39 CET 2017 root@bs.local:/usr/obj/usr/src/amd64.amd64/sys/GENERIC-NODEBUG amd64 [ 650.701] Build Date: 30 November 2017 11:55:55AM [ 650.701]
[ 650.701] Current version of pixman: 0.34.0 [ 650.701] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 650.702] Markers: (--) probed, () from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 650.702] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Dec 13 00:51:50 2017 [ 650.703] (==) Using config directory: "/usr/local/etc/X11/xorg.conf.d" [ 650.703] (==) No Layout section. Using the first Screen section. [ 650.703] (==) No screen section available. Using defaults. [ 650.703] () |-->Screen "Default Screen Section" (0) [ 650.703] () | |-->Monitor "" [ 650.703] (==) No device specified for screen "Default Screen Section". Using the first device section listed. [ 650.703] () | |-->Device "Card0" [ 650.703] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 650.704] (==) Automatically adding devices [ 650.704] (==) Automatically enabling devices [ 650.704] (==) Not automatically adding GPU devices [ 650.704] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 650.704] (==) FontPath set to: /usr/local/share/fonts/misc/, /usr/local/share/fonts/TTF/, /usr/local/share/fonts/OTF/, /usr/local/share/fonts/Type1/, /usr/local/share/fonts/100dpi/, /usr/local/share/fonts/75dpi/ [ 650.704] (==) ModulePath set to "/usr/local/lib/xorg/modules" [ 650.704] (II) The server relies on devd to provide the list of input devices. If no devices become available, reconfigure devd or disable AutoAddDevices. [ 650.704] (II) Loader magic: 0x811d40 [ 650.704] (II) Module ABI versions: [ 650.704] X.Org ANSI C Emulation: 0.4 [ 650.704] X.Org Video Driver: 20.0 [ 650.704] X.Org XInput driver : 22.1 [ 650.704] X.Org Server Extension : 9.0 [ 650.705] (--) PCI:*(0:0:2:0) 8086:22b1:1849:22b1 rev 33, Mem @ 0x90000000/16777216, 0x80000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/65536 [ 650.705] (II) LoadModule: "glx" [ 650.705] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so [ 650.708] (II) Module glx: vendor="X.Org Foundation" [ 650.708] compiled for 1.18.4, module version = 1.0.0 [ 650.708] ABI class: X.Org Server Extension, version 9.0 [ 650.708] (==) AIGLX enabled [ 650.708] (II) LoadModule: "modesetting" [ 650.709] (II) Loading /usr/local/lib/xorg/modules/drivers/modesetting_drv.so [ 650.709] (II) Module modesetting: vendor="X.Org Foundation" [ 650.709] compiled for 1.18.4, module version = 1.18.4 [ 650.709] Module class: X.Org Video Driver [ 650.709] ABI class: X.Org Video Driver, version 20.0 [ 650.709] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 650.710] (--) Using syscons driver with X support (version 2.0) [ 650.710] (--) using VT number 3

[ 650.710] () modeset(0): claimed PCI slot 0@0:2:0 [ 650.710] (II) modeset(0): using default device [ 650.711] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support [ 650.711] (II) modeset(0): Creating default Display subsection in Screen section "Default Screen Section" for depth/fbbpp 24/32 [ 650.711] (==) modeset(0): Depth 24, (==) framebuffer bpp 32 [ 650.711] () modeset(0): Option "AccelMethod" "glamor" [ 650.711] (==) modeset(0): RGB weight 888 [ 650.711] (==) modeset(0): Default visual is TrueColor [ 650.711] (II) Loading sub module "glamoregl" [ 650.711] (II) LoadModule: "glamoregl" [ 650.712] (II) Loading /usr/local/lib/xorg/modules/libglamoregl.so [ 650.730] (II) Module glamoregl: vendor="X.Org Foundation" [ 650.730] compiled for 1.18.4, module version = 1.0.0 [ 650.730] ABI class: X.Org ANSI C Emulation, version 0.4 [ 650.730] (II) glamor: OpenGL accelerated X.org driver based. [ 650.760] (II) glamor: EGL version 1.4 (DRI2): [ 650.764] (II) modeset(0): glamor initialized [ 650.857] (II) modeset(0): Output DP-1 has no monitor section [ 650.864] (II) modeset(0): Output HDMI-1 has no monitor section [ 650.875] (II) modeset(0): Output DP-2 has no monitor section [ 651.775] (II) modeset(0): Output HDMI-2 has no monitor section [ 651.785] (II) modeset(0): Output DP-3 has no monitor section [ 651.792] (II) modeset(0): Output HDMI-3 has no monitor section [ 651.885] (II) modeset(0): EDID for output DP-1 [ 651.891] (II) modeset(0): EDID for output HDMI-1 [ 651.902] (II) modeset(0): EDID for output DP-2 [ 652.795] (II) modeset(0): EDID for output HDMI-2 [ 652.805] (II) modeset(0): EDID for output DP-3 [ 652.811] (II) modeset(0): EDID for output HDMI-3 [ 652.811] (II) modeset(0): Output DP-1 disconnected [ 652.811] (II) modeset(0): Output HDMI-1 disconnected [ 652.811] (II) modeset(0): Output DP-2 disconnected [ 652.811] (II) modeset(0): Output HDMI-2 disconnected [ 652.812] (II) modeset(0): Output DP-3 disconnected [ 652.812] (II) modeset(0): Output HDMI-3 disconnected [ 652.812] (WW) modeset(0): No outputs definitely connected, trying again... [ 652.812] (II) modeset(0): Output DP-1 disconnected [ 652.812] (II) modeset(0): Output HDMI-1 disconnected [ 652.812] (II) modeset(0): Output DP-2 disconnected [ 652.812] (II) modeset(0): Output HDMI-2 disconnected [ 652.812] (II) modeset(0): Output DP-3 disconnected [ 652.812] (II) modeset(0): Output HDMI-3 disconnected [ 652.812] (WW) modeset(0): Unable to find connected outputs - setting 1024x768 initial framebuffer [ 652.812] (II) modeset(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated. [ 652.812] (==) modeset(0): DPI set to (96, 96) [ 652.812] (II) Loading sub module "fb" [ 652.812] (II) LoadModule: "fb" [ 652.813] (II) Loading /usr/local/lib/xorg/modules/libfb.so [ 652.814] (II) Module fb: vendor="X.Org Foundation" [ 652.814] compiled for 1.18.4, module version = 1.0.0 [ 652.814] ABI class: X.Org ANSI C Emulation, version 0.4 [ 652.814] (==) Depth 24 pixmap format is 32 bpp [ 653.104] (==) modeset(0): Backing store enabled [ 653.104] (==) modeset(0): Silken mouse enabled [ 653.104] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message. [ 653.105] (==) modeset(0): DPMS enabled [ 653.105] (WW) modeset(0): Option "DRI" is not used [ 653.106] (II) modeset(0): [DRI2] Setup complete [ 653.106] (II) modeset(0): [DRI2] DRI driver: i965 [ 653.106] (II) modeset(0): [DRI2] VDPAU driver: i965 [ 653.106] (--) RandR disabled [ 653.121] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer [ 653.121] (II) AIGLX: enabled GLX_ARB_create_context [ 653.121] (II) AIGLX: enabled GLX_ARB_create_context_profile [ 653.121] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile [ 653.121] (II) AIGLX: enabled GLX_INTEL_swap_event [ 653.121] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control [ 653.121] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB [ 653.121] (II) AIGLX: enabled GLX_ARB_fbconfig_float [ 653.121] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float [ 653.122] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects [ 653.122] (II) AIGLX: enabled GLX_ARB_create_context_robustness [ 653.122] (II) AIGLX: Loaded and initialized i965 [ 653.122] (II) GLX: Initialized DRI2 GL provider for screen 0 [ 653.123] (II) modeset(0): Damage tracking initialized [ 653.355] (II) config/devd: probing input devices... [ 653.355] (II) config/devd: adding input device (null) (/dev/kbdmux) [ 653.355] (II) LoadModule: "kbd" [ 653.356] (II) Loading /usr/local/lib/xorg/modules/input/kbd_drv.so [ 653.356] (II) Module kbd: vendor="X.Org Foundation" [ 653.356] compiled for 1.18.4, module version = 1.9.0 [ 653.356] Module class: X.Org XInput Driver [ 653.356] ABI class: X.Org XInput driver, version 22.1 [ 653.356] (II) Using input driver 'kbd' for 'kbdmux' [ 653.356] () kbdmux: always reports core events [ 653.357] () kbdmux: always reports core events [ 653.357] () Option "Protocol" "standard" [ 653.357] () Option "XkbRules" "base" [ 653.357] () Option "XkbModel" "pc105" [ 653.357] () Option "XkbLayout" "us" [ 653.357] () Option "config_info" "devd:kbdmux" [ 653.357] (II) XINPUT: Adding extended input device "kbdmux" (type: KEYBOARD, id 6) [ 653.358] (II) config/devd: kbdmux is enabled, ignoring device ukbd0 [ 653.358] (II) config/devd: kbdmux is enabled, ignoring device ukbd1 [ 653.358] (II) config/devd: kbdmux is enabled, ignoring device ukbd2 [ 653.358] (II) config/devd: kbdmux is enabled, ignoring device atkbd0 [ 653.358] (II) config/devd: adding input device (null) (/dev/sysmouse) [ 653.358] (II) LoadModule: "mouse" [ 653.359] (II) Loading /usr/local/lib/xorg/modules/input/mouse_drv.so [ 653.359] (II) Module mouse: vendor="X.Org Foundation" [ 653.359] compiled for 1.18.4, module version = 1.9.2 [ 653.359] Module class: X.Org XInput Driver [ 653.359] ABI class: X.Org XInput driver, version 22.1 [ 653.359] (II) Using input driver 'mouse' for 'sysmouse' [ 653.360] () sysmouse: always reports core events [ 653.360] () Option "Device" "/dev/sysmouse" [ 653.360] (==) sysmouse: Protocol: "Auto" [ 653.360] () sysmouse: always reports core events [ 653.360] (==) sysmouse: Emulate3Buttons, Emulate3Timeout: 50 [ 653.360] () sysmouse: ZAxisMapping: buttons 4 and 5 [ 653.360] () sysmouse: Buttons: 5 [ 653.360] () Option "config_info" "devd:sysmouse" [ 653.360] (II) XINPUT: Adding extended input device "sysmouse" (type: MOUSE, id 7) [ 653.360] () sysmouse: (accel) keeping acceleration scheme 1 [ 653.361] () sysmouse: (accel) acceleration profile 0 [ 653.361] () sysmouse: (accel) acceleration factor: 2.000 [ 653.361] (**) sysmouse: (accel) acceleration threshold: 4 [ 653.361] (II) sysmouse: SetupAuto: hw.iftype is 4, hw.model is 0 [ 653.361] (II) sysmouse: SetupAuto: protocol is SysMouse [ 653.361] (II) config/devd: device /dev/ums0 already opened [ 653.361] (II) config/devd: device /dev/ums1 already opened [ 653.361] (II) config/devd: device /dev/ums2 already opened [ 653.361] (II) config/devd: device /dev/ums3 already opened

==> Xorg.0.log.XFCE.VGA <== [ 266.764] X.Org X Server 1.18.4 Release Date: 2016-07-19 [ 266.764] X Protocol Version 11, Revision 0 [ 266.764] Build Operating System: FreeBSD 12.0-CURRENT amd64 [ 266.765] Current Operating System: FreeBSD bs.local 12.0-CURRENT FreeBSD 12.0-CURRENT #0: Sat Nov 4 00:38:39 CET 2017 root@bs.local:/usr/obj/usr/src/amd64.amd64/sys/GENERIC-NODEBUG amd64 [ 266.765] Build Date: 30 November 2017 11:55:55AM [ 266.765]
[ 266.765] Current version of pixman: 0.34.0 [ 266.765] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 266.765] Markers: (--) probed, () from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 266.766] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Dec 13 00:45:27 2017 [ 266.791] (==) Using config directory: "/usr/local/etc/X11/xorg.conf.d" [ 266.829] (==) No Layout section. Using the first Screen section. [ 266.829] (==) No screen section available. Using defaults. [ 266.829] () |-->Screen "Default Screen Section" (0) [ 266.829] () | |-->Monitor "" [ 266.830] (==) No device specified for screen "Default Screen Section". Using the first device section listed. [ 266.830] () | |-->Device "Card0" [ 266.830] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 266.830] (==) Automatically adding devices [ 266.830] (==) Automatically enabling devices [ 266.830] (==) Not automatically adding GPU devices [ 266.831] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 266.982] (==) FontPath set to: /usr/local/share/fonts/misc/, /usr/local/share/fonts/TTF/, /usr/local/share/fonts/OTF/, /usr/local/share/fonts/Type1/, /usr/local/share/fonts/100dpi/, /usr/local/share/fonts/75dpi/ [ 266.982] (==) ModulePath set to "/usr/local/lib/xorg/modules" [ 266.982] (II) The server relies on devd to provide the list of input devices. If no devices become available, reconfigure devd or disable AutoAddDevices. [ 266.982] (II) Loader magic: 0x811d40 [ 266.982] (II) Module ABI versions: [ 266.982] X.Org ANSI C Emulation: 0.4 [ 266.982] X.Org Video Driver: 20.0 [ 266.983] X.Org XInput driver : 22.1 [ 266.983] X.Org Server Extension : 9.0 [ 266.983] (--) PCI:*(0:0:2:0) 8086:22b1:1849:22b1 rev 33, Mem @ 0x90000000/16777216, 0x80000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/65536 [ 266.983] (II) LoadModule: "glx" [ 267.001] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so [ 267.437] (II) Module glx: vendor="X.Org Foundation" [ 267.437] compiled for 1.18.4, module version = 1.0.0 [ 267.437] ABI class: X.Org Server Extension, version 9.0 [ 267.437] (==) AIGLX enabled [ 267.437] (II) LoadModule: "modesetting" [ 267.452] (II) Loading /usr/local/lib/xorg/modules/drivers/modesetting_drv.so [ 267.461] (II) Module modesetting: vendor="X.Org Foundation" [ 267.461] compiled for 1.18.4, module version = 1.18.4 [ 267.461] Module class: X.Org Video Driver [ 267.461] ABI class: X.Org Video Driver, version 20.0 [ 267.461] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 267.462] (--) Using syscons driver with X support (version 2.0) [ 267.462] (--) using VT number 3

[ 267.481] () modeset(0): claimed PCI slot 0@0:2:0 [ 267.481] (II) modeset(0): using default device [ 267.481] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support [ 267.498] (II) modeset(0): Creating default Display subsection in Screen section "Default Screen Section" for depth/fbbpp 24/32 [ 267.498] (==) modeset(0): Depth 24, (==) framebuffer bpp 32 [ 267.498] () modeset(0): Option "AccelMethod" "glamor" [ 267.498] (==) modeset(0): RGB weight 888 [ 267.498] (==) modeset(0): Default visual is TrueColor [ 267.498] (II) Loading sub module "glamoregl" [ 267.498] (II) LoadModule: "glamoregl" [ 267.499] (II) Loading /usr/local/lib/xorg/modules/libglamoregl.so [ 267.602] (II) Module glamoregl: vendor="X.Org Foundation" [ 267.602] compiled for 1.18.4, module version = 1.0.0 [ 267.602] ABI class: X.Org ANSI C Emulation, version 0.4 [ 267.603] (II) glamor: OpenGL accelerated X.org driver based. [ 268.006] (II) glamor: EGL version 1.4 (DRI2): [ 268.128] (II) modeset(0): glamor initialized [ 268.137] (II) modeset(0): Output DP-1 has no monitor section [ 268.141] (II) modeset(0): Output HDMI-1 has no monitor section [ 268.149] (II) modeset(0): Output DP-2 has no monitor section [ 269.044] (II) modeset(0): Output HDMI-2 has no monitor section [ 269.048] (II) modeset(0): Output DP-3 has no monitor section [ 269.052] (II) modeset(0): Output HDMI-3 has no monitor section [ 269.060] (II) modeset(0): EDID for output DP-1 [ 269.079] (II) modeset(0): EDID for output HDMI-1 [ 269.086] (II) modeset(0): EDID for output DP-2 [ 269.984] (II) modeset(0): EDID for output HDMI-2 [ 269.988] (II) modeset(0): EDID for output DP-3 [ 269.988] (II) modeset(0): Manufacturer: ACR Model: ad46 Serial#: 0 [ 269.988] (II) modeset(0): Year: 2006 Week: 33 [ 269.988] (II) modeset(0): EDID Version: 1.3 [ 269.988] (II) modeset(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V [ 269.988] (II) modeset(0): Sync: Separate [ 269.988] (II) modeset(0): Max Image Size [cm]: horiz.: 34 vert.: 27 [ 269.988] (II) modeset(0): Gamma: 2.20 [ 269.989] (II) modeset(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display [ 269.989] (II) modeset(0): First detailed timing not preferred mode in violation of standard! [ 269.989] (II) modeset(0): redX: 0.641 redY: 0.342 greenX: 0.292 greenY: 0.611 [ 269.989] (II) modeset(0): blueX: 0.147 blueY: 0.070 whiteX: 0.313 whiteY: 0.329 [ 269.989] (II) modeset(0): Supported established timings: [ 269.989] (II) modeset(0): 720x400@70Hz [ 269.989] (II) modeset(0): 640x480@60Hz [ 269.989] (II) modeset(0): 640x480@67Hz [ 269.989] (II) modeset(0): 640x480@72Hz [ 269.989] (II) modeset(0): 640x480@75Hz [ 269.989] (II) modeset(0): 800x600@56Hz [ 269.989] (II) modeset(0): 800x600@60Hz [ 269.989] (II) modeset(0): 800x600@72Hz [ 269.989] (II) modeset(0): 800x600@75Hz [ 269.989] (II) modeset(0): 832x624@75Hz [ 269.989] (II) modeset(0): 1024x768@60Hz [ 269.989] (II) modeset(0): 1024x768@70Hz [ 269.990] (II) modeset(0): 1024x768@75Hz [ 269.990] (II) modeset(0): 1280x1024@75Hz [ 269.990] (II) modeset(0): Manufacturer's mask: 0 [ 269.990] (II) modeset(0): Supported detailed timing: [ 269.990] (II) modeset(0): clock: 108.0 MHz Image Size: 338 x 270 mm [ 269.990] (II) modeset(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 [ 269.990] (II) modeset(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 [ 269.990] (II) modeset(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 145 MHz [ 269.990] (II) modeset(0): Monitor name: AL1716A [ 269.990] (II) modeset(0): EDID (in hex): [ 269.990] (II) modeset(0): 00ffffffffffff00047246ad00000000 [ 269.990] (II) modeset(0): 2110010308221b78e82ec5a4574a9c25 [ 269.990] (II) modeset(0): 125054bfef0001010101010101010101 [ 269.990] (II) modeset(0): 010101010101302a009851002a403070 [ 269.990] (II) modeset(0): 1300520e1100001e000000fd00384b1e [ 269.990] (II) modeset(0): 530e000a202020202020000000ff0036 [ 269.991] (II) modeset(0): 33333031313431343031340a000000fc [ 269.991] (II) modeset(0): 00414c31373136410a202020202000f6 [ 269.991] (II) modeset(0): Not using mode "1920x1080" (bad mode clock/interlace/doublescan) [ 269.991] (II) modeset(0): Printing probed modes for output DP-3 [ 269.991] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP) [ 269.991] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e) [ 269.991] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e) [ 269.991] (II) modeset(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e) [ 269.991] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e) [ 269.992] (II) modeset(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e) [ 269.992] (II) modeset(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e) [ 269.992] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e) [ 269.992] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e) [ 269.992] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e) [ 269.992] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e) [ 269.992] (II) modeset(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e) [ 269.992] (II) modeset(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e) [ 269.992] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e) [ 269.992] (II) modeset(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e) [ 269.996] (II) modeset(0): EDID for output HDMI-3 [ 269.996] (II) modeset(0): Output DP-1 disconnected [ 269.996] (II) modeset(0): Output HDMI-1 disconnected [ 269.996] (II) modeset(0): Output DP-2 disconnected [ 269.996] (II) modeset(0): Output HDMI-2 disconnected [ 269.996] (II) modeset(0): Output DP-3 connected [ 269.997] (II) modeset(0): Output HDMI-3 disconnected [ 269.997] (II) modeset(0): Using exact sizes for initial modes [ 269.997] (II) modeset(0): Output DP-3 using initial mode 1280x1024 +0+0 [ 269.997] (II) modeset(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated. [ 269.997] (==) modeset(0): DPI set to (96, 96) [ 269.997] (II) Loading sub module "fb" [ 269.997] (II) LoadModule: "fb" [ 269.998] (II) Loading /usr/local/lib/xorg/modules/libfb.so [ 270.017] (II) Module fb: vendor="X.Org Foundation" [ 270.017] compiled for 1.18.4, module version = 1.0.0 [ 270.017] ABI class: X.Org ANSI C Emulation, version 0.4 [ 270.017] (==) Depth 24 pixmap format is 32 bpp [ 270.357] (==) modeset(0): Backing store enabled [ 270.357] (==) modeset(0): Silken mouse enabled [ 270.359] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message. [ 270.365] (==) modeset(0): DPMS enabled [ 270.366] (WW) modeset(0): Option "DRI" is not used [ 270.366] (II) modeset(0): [DRI2] Setup complete [ 270.366] (II) modeset(0): [DRI2] DRI driver: i965 [ 270.366] (II) modeset(0): [DRI2] VDPAU driver: i965 [ 270.538] (--) RandR disabled [ 270.555] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer [ 270.555] (II) AIGLX: enabled GLX_ARB_create_context [ 270.555] (II) AIGLX: enabled GLX_ARB_create_context_profile [ 270.556] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile [ 270.556] (II) AIGLX: enabled GLX_INTEL_swap_event [ 270.556] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control [ 270.556] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB [ 270.556] (II) AIGLX: enabled GLX_ARB_fbconfig_float [ 270.556] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float [ 270.556] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects [ 270.556] (II) AIGLX: enabled GLX_ARB_create_context_robustness [ 270.556] (II) AIGLX: Loaded and initialized i965 [ 270.557] (II) GLX: Initialized DRI2 GL provider for screen 0 [ 270.610] (II) modeset(0): Damage tracking initialized [ 270.610] (II) modeset(0): Setting screen physical size to 338 x 270 [ 271.363] (II) config/devd: probing input devices... [ 271.363] (II) config/devd: adding input device (null) (/dev/kbdmux) [ 271.363] (II) LoadModule: "kbd" [ 271.364] (II) Loading /usr/local/lib/xorg/modules/input/kbd_drv.so [ 271.374] (II) Module kbd: vendor="X.Org Foundation" [ 271.375] compiled for 1.18.4, module version = 1.9.0 [ 271.375] Module class: X.Org XInput Driver [ 271.375] ABI class: X.Org XInput driver, version 22.1 [ 271.375] (II) Using input driver 'kbd' for 'kbdmux' [ 271.375] () kbdmux: always reports core events [ 271.375] () kbdmux: always reports core events [ 271.375] () Option "Protocol" "standard" [ 271.375] () Option "XkbRules" "base" [ 271.375] () Option "XkbModel" "pc105" [ 271.375] () Option "XkbLayout" "us" [ 271.375] () Option "config_info" "devd:kbdmux" [ 271.375] (II) XINPUT: Adding extended input device "kbdmux" (type: KEYBOARD, id 6) [ 271.376] (II) config/devd: kbdmux is enabled, ignoring device ukbd0 [ 271.376] (II) config/devd: kbdmux is enabled, ignoring device ukbd1 [ 271.376] (II) config/devd: kbdmux is enabled, ignoring device ukbd2 [ 271.376] (II) config/devd: kbdmux is enabled, ignoring device atkbd0 [ 271.377] (II) config/devd: adding input device (null) (/dev/sysmouse) [ 271.377] (II) LoadModule: "mouse" [ 271.377] (II) Loading /usr/local/lib/xorg/modules/input/mouse_drv.so [ 271.405] (II) Module mouse: vendor="X.Org Foundation" [ 271.405] compiled for 1.18.4, module version = 1.9.2 [ 271.405] Module class: X.Org XInput Driver [ 271.405] ABI class: X.Org XInput driver, version 22.1 [ 271.406] (II) Using input driver 'mouse' for 'sysmouse' [ 271.406] () sysmouse: always reports core events [ 271.406] () Option "Device" "/dev/sysmouse" [ 271.406] (==) sysmouse: Protocol: "Auto" [ 271.406] () sysmouse: always reports core events [ 271.406] (==) sysmouse: Emulate3Buttons, Emulate3Timeout: 50 [ 271.406] () sysmouse: ZAxisMapping: buttons 4 and 5 [ 271.406] () sysmouse: Buttons: 5 [ 271.406] () Option "config_info" "devd:sysmouse" [ 271.406] (II) XINPUT: Adding extended input device "sysmouse" (type: MOUSE, id 7) [ 271.407] () sysmouse: (accel) keeping acceleration scheme 1 [ 271.407] () sysmouse: (accel) acceleration profile 0 [ 271.407] () sysmouse: (accel) acceleration factor: 2.000 [ 271.407] (**) sysmouse: (accel) acceleration threshold: 4 [ 271.407] (II) sysmouse: SetupAuto: hw.iftype is 4, hw.model is 0 [ 271.407] (II) sysmouse: SetupAuto: protocol is SysMouse [ 271.407] (II) config/devd: device /dev/ums0 already opened [ 271.408] (II) config/devd: device /dev/ums1 already opened [ 271.408] (II) config/devd: device /dev/ums2 already opened [ 271.408] (II) config/devd: device /dev/ums3 already opened [ 274.999] (II) modeset(0): EDID vendor "ACR", prod id 44358 [ 274.999] (II) modeset(0): EDID quirk: Detailed timing is not preferred, use largest mode at 60Hz [ 274.999] (II) modeset(0): Using EDID range info for horizontal sync [ 274.999] (II) modeset(0): Using EDID range info for vertical refresh [ 274.999] (II) modeset(0): Printing DDC gathered Modelines: [ 274.999] (II) modeset(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP) [ 274.999] (II) modeset(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e) [ 274.999] (II) modeset(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e) [ 274.999] (II) modeset(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e) [ 274.999] (II) modeset(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e) [ 274.999] (II) modeset(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e) [ 274.999] (II) modeset(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e) [ 274.999] (II) modeset(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e) [ 274.999] (II) modeset(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e) [ 275.000] (II) modeset(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e) [ 275.000] (II) modeset(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e) [ 275.000] (II) modeset(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e) [ 275.000] (II) modeset(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e) [ 275.000] (II) modeset(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e) [ 275.000] (II) modeset(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e) [ 294.842] (II) config/devd: terminating backend... [ 294.844] (II) UnloadModule: "mouse" [ 294.844] (II) UnloadModule: "kbd" [ 294.923] (II) Server terminated successfully (0). Closing log file.

valpackett commented 6 years ago

Wow that's a ton of logs :)

So you have accelerated desktop graphics with glamor, that's great.

Try mpv --hwdec=vdpau, or install libva-intel-driver and try mpv --hwdec=vaapi to get accelerated video playback. (also you can add --vo=opengl but that should be the default)

Install libva-utils (and libva-intel-driver of course) and run vainfo to see what video acceleration your chip supports.

I'm not sure why HDMI doesn't work. All the GPU outputs are detected, but only one is plugged in:

[ 269.996] (II) modeset(0): Output DP-1 disconnected [ 269.996] (II) modeset(0): Output HDMI-1 disconnected [ 269.996] (II) modeset(0): Output DP-2 disconnected [ 269.996] (II) modeset(0): Output HDMI-2 disconnected [ 269.996] (II) modeset(0): Output DP-3 connected [ 269.997] (II) modeset(0): Output HDMI-3 disconnected

Does HDMI work on Linux?

vermaden commented 6 years ago

Thank you for suggestions and explanations. Notes have been made.

The HDMI does not work on Linux Mint 18.2 which uses Linux 4.8 kernel, but that does not cheer me up.

For the record, the Mini Jack output (sound output) also does not work on N3150.

On paper his board seems to be almost ideal for the setup I am using, the data on ZFS along with 'TV Role' over HDMI and it uses only 6W for the whole motherboard, and has 4 physical cores at the same time, and supports AESNI. And it even supports low power DIMMs (1.35v instead of 1.5v).

I went back to my WORKING setup, which is MSI H61 Mini-ITX motherboard from 2011 along with Celeron G1610T from 2013. Both HDMI and Mini Jack outputs work. The chipset itself uses about 7W, with additional 15-35W from the CPU, which is several times more then N3150, but as Bitcoin uses more power then entire Denmark I do not care about power that much anymore.

I must now send this N3150 motherboard back to my seller, so I will not be able to test more things.

Regards, vermaden

iotamudelta commented 6 years ago

As no tests are possible, closing this for now.

vermaden commented 6 years ago

I still own this motherboard, if You have and 'HDMI' tests then let me know.

iotamudelta commented 6 years ago

OK, it would be great if you could summarize what is working and what is not w/ the current drm-next-kmod. Audio via HDMI, as noted in #19 , may just not work. But does graphics output via HDMI work?

vermaden commented 6 years ago

Currently graphics work on the VGA port only, the HDMI port is dead both for audio and graphics. It does not detect attached screen via HDMI.

Its not graphics related, but the mini jack output is also 'dead', probably some /boot/device.hints are needed like with ThinkPad T420s to make it work.

vermaden commented 6 years ago

As 'myfreeweb' wrote above, I have 'accelerated desktop graphics with glamor' on that board.

iotamudelta commented 6 years ago

Alright, not working HDMI for graphics is a bug. Let me tag @markjdb into this. Also, if you could give this branch is a spin (newer KMS), that'd be nice.

Are you tried the intel Xorg driver instead of modesetting?

Concerning jacks: yeah, I've always needed to do that with the past 3+ laptops.

zeising commented 6 years ago

Closed FreeBSD bugzilla entry for the same issue: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224257

zeising commented 4 years ago

Is this still relevant?

vermaden commented 4 years ago

Will check and let you know.

vermaden commented 4 years ago

The HDMI kinda works with /boot/modules/i915kms.ko from drm-next as is loaded but output is cut/moved to the left:

Details here: https://i.imgur.com/CMZAnVt.jpg

Regards.

zeising commented 4 years ago

Which versions are you using?

vermaden commented 4 years ago
% freebsd-version -uk
12.1-RELEASE
12.1-RELEASE

% pkg info | grep drm
drm-fbsd12.0-kmod-4.16.g20200221 DRM modules for the linuxkpi-based KMS components
drm-kmod-g20190710             Metaport of DRM modules for the linuxkpi-based KMS components
vermaden commented 4 years ago

My bad, the TV was not in the 16:9 ratio but in something different like 'stretch' for movie.

After setting the ratio to 16:9 (default HDMI) the output is OK.

You may close the issue as 'resolved'.

Regards.