Date: Mon, 21 Sep 2020 19:54:40 +0900 From: KIRIYAMA Kazuhiko <kiri@truefc.org> To: Niclas Zeising <zeising+freebsd@daemonic.se> Cc: KIRIYAMA Kazuhiko <kiri@truefc.org>, x11@FreeBSD.org Subject: Re: GTX 1050Ti can't plugin-play usb devices Message-ID: <202009211054.08LAseE4070179@kx.truefc.org> In-Reply-To: <9eb6fce2-61d3-9938-6d3c-73440399b8d4@daemonic.se> References: <202009210642.08L6gdmb037247@kx.truefc.org> <9eb6fce2-61d3-9938-6d3c-73440399b8d4@daemonic.se>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 21 Sep 2020 16:54:09 +0900, Niclas Zeising wrote: > > On 2020-09-21 08:42, KIRIYAMA Kazuhiko wrote: > > Hi, folks > > > > I've implemented NVIDIA GTX 1050Ti in Supermicro X11SPM-F > > machine and built up X environment on 13.0-CURRENT > > (r363381). All went right and `startx' successfully done. > > But usb tools could not plugin-played. After pull out usb > > and pull in, keyboard, mouse and usbaudio all were not > > responded. I killed X at remote machine, then all worked > > again. Is there any keybord or mouse device fixed by xorg ? > > > > You need to remove the configuration for keyboard and mouse, and have it > use libinput instead, to get auto configuration of input devices in X on > FreeBSD 12.1 and later. > > > /etc/X11/xorg.conf: > > # nvidia-xconfig: X configuration file generated by nvidia-xconfig > > # nvidia-xconfig: version 440.100 > > > > > > Section "ServerLayout" > > Identifier "X.org Configured" > > Screen 0 "Screen0" 0 0 > > Screen 1 "Screen1" RightOf "Screen0" > > InputDevice "Mouse0" "CorePointer" > > InputDevice "Keyboard0" "CoreKeyboard" > > Remove the two lines above. I've done above: admin@smtp:~[51]% diff -u /etc/X11/xorg.conf.bak /etc/X11/xorg.conf --- /etc/X11/xorg.conf.bak 2020-09-21 17:04:29.389641000 +0900 +++ /etc/X11/xorg.conf 2020-09-21 19:43:45.328892000 +0900 @@ -6,8 +6,6 @@ Identifier "X.org Configured" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" RightOf "Screen0" - InputDevice "Mouse0" "CorePointer" - InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" @@ -24,19 +22,6 @@ Section "Module" Load "glxserver_nvidia" Load "glx" -EndSection - -Section "InputDevice" - Identifier "Keyboard0" - Driver "kbd" -EndSection - -Section "InputDevice" - Identifier "Mouse0" - Driver "mouse" - Option "Protocol" "auto" - Option "Device" "/dev/sysmouse" - Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" admin@smtp:~[52]% And reboot desktop, but nothing changed. In this case, dmesg as follows: ---<<BOOT>>--- Copyright (c) 1992-2020 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 13.0-CURRENT #0 r363381M: Thu Jul 30 16:46:49 JST 2020 root@msrvkxb:/usr/obj/usr/src/amd64.amd64/sys/XIJ amd64 FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-rc2-0-g77d76b71d7d) WARNING: WITNESS option enabled, expect reduced performance. VT(efifb): resolution 1024x768 CPU: Intel(R) Xeon(R) Silver 4210 CPU @ 2.20GHz (2200.08-MHz K8-class CPU) Origin="GenuineIntel" Id=0x50657 Family=0x6 Model=0x55 Stepping=7 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=0x7ffefbff<SSE3,PCLMULQDQ,DTES64,MON,DS_CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,TSCDLT,AESNI,XSAVE,OSXSAVE,AVX,F16C,RDRAND> AMD Features=0x2c100800<SYSCALL,NX,Page1GB,RDTSCP,LM> AMD Features2=0x121<LAHF,ABM,Prefetch> Structured Extended Features=0xd39ffffb<FSGSBASE,TSCADJ,BMI1,HLE,AVX2,FDPEXC,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,NFPUSG,MPX,PQE,AVX512F,AVX512DQ,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,PROCTRACE,AVX512CD,AVX512BW,AVX512VL> Structured Extended Features2=0x808<PKU,AVX512VNNI> Structured Extended Features3=0xbc000400<MD_CLEAR,IBPB,STIBP,L1DFL,ARCH_CAP,SSBD> XSAVE Features=0xf<XSAVEOPT,XSAVEC,XINUSE,XSAVES> IA32_ARCH_CAPS=0xab<RDCL_NO,IBRS_ALL,SKIP_L1DFL_VME,MDS_NO,TSX_CTRL> VT-x: PAT,HLT,MTF,PAUSE,EPT,UG,VPID,VID,PostIntr TSC: P-state invariant, performance statistics real memory = 137434759168 (131068 MB) avail memory = 133366202368 (127187 MB) Event timer "LAPIC" quality 600 ACPI APIC Table: <SUPERM SMCI--MB> FreeBSD/SMP: Multiprocessor System Detected: 20 CPUs FreeBSD/SMP: 1 package(s) x 10 core(s) x 2 hardware threads random: registering fast source Intel Secure Key RNG random: fast provider: "Intel Secure Key RNG" random: unblocking device. ioapic0 <Version 2.0> irqs 0-23 ioapic1 <Version 2.0> irqs 24-31 ioapic2 <Version 2.0> irqs 32-39 ioapic3 <Version 2.0> irqs 40-47 ioapic4 <Version 2.0> irqs 48-55 Launching APs: 1 16 15 5 17 9 4 13 7 19 8 6 14 3 18 11 10 12 2 Timecounter "TSC-low" frequency 1100037804 Hz quality 1000 random: entropy device external interface WARNING: Device "kbd" is Giant locked and may be deleted before FreeBSD 13.0. kbd1 at kbdmux0 000.000060 [4342] netmap_init netmap: loaded module [ath_hal] loaded nexus0 efirtc0: <EFI Realtime Clock> efirtc0: registered as a time-of-day clock, resolution 1.000000s cryptosoft0: <software crypto> acpi0: <SUPERM SUPERM> acpi0: Power Button (fixed) atrtc0: <AT realtime clock> port 0x70-0x71,0x74-0x77 irq 8 on acpi0 atrtc0: registered as a time-of-day clock, resolution 1.000000s Event timer "RTC" frequency 32768 Hz quality 0 attimer0: <AT timer> port 0x40-0x43,0x50-0x53 irq 0 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 Event timer "i8254" frequency 1193182 Hz quality 100 hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0 Timecounter "HPET" frequency 24000000 Hz quality 950 Event timer "HPET" frequency 24000000 Hz quality 350 Event timer "HPET1" frequency 24000000 Hz quality 340 Event timer "HPET2" frequency 24000000 Hz quality 340 Event timer "HPET3" frequency 24000000 Hz quality 340 Event timer "HPET4" frequency 24000000 Hz quality 340 Event timer "HPET5" frequency 24000000 Hz quality 340 Event timer "HPET6" frequency 24000000 Hz quality 340 Event timer "HPET7" frequency 24000000 Hz quality 340 Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x508-0x50b on acpi0 acpi_syscontainer0: <System Container> on acpi0 pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff numa-domain 0 on acpi0 pci0: <ACPI PCI bus> numa-domain 0 on pcib0 pci0: <dasp, performance counters> at device 8.1 (no driver attached) pci0: <unknown> at device 17.0 (no driver attached) pci0: <unknown> at device 17.1 (no driver attached) ahci0: <Intel Lewisburg AHCI SATA controller> port 0x800-0x807,0x810-0x813,0x820-0x83f mem 0xa4216000-0xa4217fff,0xa4219000-0xa42190ff,0xa4180000-0xa41fffff irq 16 at device 17.5 numa-domain 0 on pci0 ahci0: AHCI v1.31 with 6 6Gbps ports, Port Multiplier not supported ahcich0: <AHCI channel> at channel 0 on ahci0 ahcich1: <AHCI channel> at channel 1 on ahci0 ahcich2: <AHCI channel> at channel 2 on ahci0 ahcich3: <AHCI channel> at channel 3 on ahci0 ahcich4: <AHCI channel> at channel 4 on ahci0 ahcich5: <AHCI channel> at channel 5 on ahci0 ahciem0: <AHCI enclosure management bridge> on ahci0 xhci0: <Intel Lewisburg USB 3.0 controller> mem 0xa4200000-0xa420ffff irq 16 at device 20.0 numa-domain 0 on pci0 xhci0: 32 bytes context size, 64-bit DMA usbus0 numa-domain 0 on xhci0 usbus0: 5.0Gbps Super Speed USB v3.0 pci0: <simple comms> at device 22.0 (no driver attached) pci0: <simple comms> at device 22.1 (no driver attached) pci0: <simple comms> at device 22.4 (no driver attached) ahci1: <Intel Lewisburg AHCI SATA controller> port 0x840-0x847,0x850-0x853,0x860-0x87f mem 0xa4214000-0xa4215fff,0xa4218000-0xa42180ff,0xa4100000-0xa417ffff irq 16 at device 23.0 numa-domain 0 on pci0 ahci1: AHCI v1.31 with 8 6Gbps ports, Port Multiplier not supported ahcich6: <AHCI channel> at channel 0 on ahci1 ahcich7: <AHCI channel> at channel 1 on ahci1 ahcich8: <AHCI channel> at channel 2 on ahci1 ahcich9: <AHCI channel> at channel 3 on ahci1 ahcich10: <AHCI channel> at channel 4 on ahci1 ahcich11: <AHCI channel> at channel 5 on ahci1 ahcich12: <AHCI channel> at channel 6 on ahci1 ahcich13: <AHCI channel> at channel 7 on ahci1 ahciem1: <AHCI enclosure management bridge> on ahci1 pcib1: <ACPI PCI-PCI bridge> irq 16 at device 28.0 numa-domain 0 on pci0 pci1: <ACPI PCI bus> numa-domain 0 on pcib1 pcib2: <ACPI PCI-PCI bridge> irq 17 at device 28.5 numa-domain 0 on pci0 pci2: <ACPI PCI bus> numa-domain 0 on pcib2 pcib3: <ACPI PCI-PCI bridge> irq 17 at device 0.0 numa-domain 0 on pci2 pci3: <ACPI PCI bus> numa-domain 0 on pcib3 vgapci0: <VGA-compatible display> port 0x3000-0x307f mem 0xa3000000-0xa3ffffff,0xa4000000-0xa401ffff irq 17 at device 0.0 numa-domain 0 on pci3 vgapci0: Boot video device isab0: <PCI-ISA bridge> at device 31.0 numa-domain 0 on pci0 isa0: <ISA bus> numa-domain 0 on isab0 pci0: <memory> at device 31.2 (no driver attached) pci0: <serial bus> at device 31.5 (no driver attached) pcib4: <ACPI Host-PCI bridge> numa-domain 0 on acpi0 pci4: <ACPI PCI bus> numa-domain 0 on pcib4 pcib5: <ACPI Host-PCI bridge> numa-domain 0 on acpi0 pci5: <ACPI PCI bus> numa-domain 0 on pcib5 pcib6: <ACPI PCI-PCI bridge> irq 47 at device 0.0 numa-domain 0 on pci5 pci6: <ACPI PCI bus> numa-domain 0 on pcib6 vgapci1: <VGA-compatible display> port 0xb000-0xb07f mem 0xdf000000-0xdfffffff,0xc0000000-0xcfffffff,0xd0000000-0xd1ffffff irq 40 at device 0.0 numa-domain 0 on pci6 hdac0: <NVIDIA (0x0fb9) HDA Controller> mem 0xe0080000-0xe0083fff irq 44 at device 0.1 numa-domain 0 on pci6 pcib7: <ACPI Host-PCI bridge> numa-domain 0 on acpi0 pci7: <ACPI PCI bus> numa-domain 0 on pcib7 pcib8: <ACPI PCI-PCI bridge> irq 55 at device 0.0 numa-domain 0 on pci7 pci8: <ACPI PCI bus> numa-domain 0 on pcib8 pcib9: <ACPI PCI-PCI bridge> mem 0xfbe00000-0xfbe1ffff irq 48 at device 0.0 numa-domain 0 on pci8 pci9: <ACPI PCI bus> numa-domain 0 on pcib9 pcib10: <ACPI PCI-PCI bridge> irq 48 at device 3.0 numa-domain 0 on pci9 pci10: <ACPI PCI bus> numa-domain 0 on pcib10 pci10: <network, ethernet> at device 0.0 (no driver attached) ixl0: <Intel(R) Ethernet Connection X722 for 1GbE - 2.2.0-k> mem 0xf9000000-0xf9ffffff,0xfb008000-0xfb00ffff irq 54 at device 0.2 numa-domain 0 on pci10 ixl0: fw 3.1.55727 api 1.5 nvm 3.31 etid 80000d05 oem 1.262.0 ixl0: PF-ID[2]: VFs 32, MSI-X 129, VF MSI-X 5, QPs 427, MDIO shared ixl0: Using 1024 TX descriptors and 1024 RX descriptors ixl0: queue equality override not set, capping rx_queues at 10 and tx_queues at 10 ixl0: Using 10 RX queues 10 TX queues ixl0: Using MSI-X interrupts with 11 vectors ixl0: Ethernet address: 3c:ec:ef:02:bb:ce ixl0: Allocating 16 queues for PF LAN VSI; 10 queues active ixl0: SR-IOV ready ixl0: netmap queues/slots: TX 10/1024, RX 10/1024 ixl1: <Intel(R) Ethernet Connection X722 for 1GbE - 2.2.0-k> mem 0xf8000000-0xf8ffffff,0xfb000000-0xfb007fff irq 54 at device 0.3 numa-domain 0 on pci10 ixl1: fw 3.1.55727 api 1.5 nvm 3.31 etid 80000d05 oem 1.262.0 ixl1: PF-ID[3]: VFs 32, MSI-X 129, VF MSI-X 5, QPs 426, MDIO shared ixl1: Using 1024 TX descriptors and 1024 RX descriptors ixl1: queue equality override not set, capping rx_queues at 10 and tx_queues at 10 ixl1: Using 10 RX queues 10 TX queues ixl1: Using MSI-X interrupts with 11 vectors ixl1: Ethernet address: 3c:ec:ef:02:bb:cf ixl1: Allocating 16 queues for PF LAN VSI; 10 queues active ixl1: Link is up, 1 Gbps Full Duplex, Requested FEC: None, Negotiated FEC: None, Autoneg: True, Flow Control: None ixl1: link state changed to UP ixl1: SR-IOV ready ixl1: netmap queues/slots: TX 10/1024, RX 10/1024 debugnet_any_ifnet_update: Bad dn_init result from ixl1 (ifp 0xfffff801085fc000), ignoring. ixl1: link state changed to DOWN pci7: <dasp, performance counters> at device 14.0 (no driver attached) pci7: <dasp, performance counters> at device 15.0 (no driver attached) pci7: <dasp, performance counters> at device 18.0 (no driver attached) pci7: <dasp, performance counters> at device 18.1 (no driver attached) pci7: <dasp, performance counters> at device 21.1 (no driver attached) pci7: <dasp, performance counters> at device 22.1 (no driver attached) pci7: <dasp, performance counters> at device 22.5 (no driver attached) cpu0: <ACPI CPU> numa-domain 0 on acpi0 uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 uart0: console (115200,n,8,1) uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0 est0: <Enhanced SpeedStep Frequency Control> numa-domain 0 on cpu0 ZFS filesystem version: 5 ZFS storage pool version: features support (5000) Timecounters tick every 1.000 msec Obsolete code will be removed soon: random(9) is the obsolete Park-Miller LCG from 1988 hdacc0: <NVIDIA (0x0080) HDA CODEC> at cad 0 on hdac0 hdaa0: <NVIDIA (0x0080) Audio Function Group> at nid 1 on hdacc0 pcm0: <NVIDIA (0x0080) (HDMI/DP 8ch)> at nid 4 on hdaa0 pcm1: <NVIDIA (0x0080) (HDMI/DP 8ch)> at nid 5 on hdaa0 pcm2: <NVIDIA (0x0080) (HDMI/DP 8ch)> at nid 6 on hdaa0 ses0 at ahciem0 bus 0 scbus6 target 0 lun 0 ses0: <AHCI SGPIO Enclosure 2.00 0001> SEMB S-E-S 2.00 device ses0: SEMB SES Device Trying to mount root from zfs:zroot/ROOT/default []... WARNING: WITNESS option enabled, expect reduced performance. ses1 at ahciem1 bus 0 scbus15 target 0 lun 0 ses1: <AHCI SGPIO Enclosure 2.00 0001> SEMB S-E-S 2.00 device ses1: SEMB SES Device ses0: pass0 in 'Slot 00', SATA Slot: scbus0 target 0 ugen0.1: <0x8086 XHCI root HUB> at usbus0 ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 ada0: <HGST HUS722T2TALA604 RAGNWA09> ACS-3 ATA SATA 3.x device ada0: Serial Number WCC6N7FHLLRA ada0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes) ada0: Command Queueing enabled ada0: 1907729MB (3907029168 512 byte sectors) ses0: pass1 in 'Slot 01', SATA Slot: scbus1 target 0 uhub0ada1 at ahcich1 bus 0 scbus1 target 0 lun 0 ada1: <HGST HUS722T2TALA604 RAGNWA09> ACS-3 ATA SATA 3.x device ada1: Serial Number WCC6N7JJXZXR ada1: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes) ada1: Command Queueing enabled ada1: 1907729MB (3907029168 512 byte sectors) numa-domain 0 on usbus0 uhub0: <0x8086 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0 GEOM_MIRROR: Device mirror/swap launched (2/2). Root mount waiting for: usbus0 uhub0: 26 ports with 26 removable, self powered Root mount waiting for: usbus0 ixl0: Link is up, 1 Gbps Full Duplex, Requested FEC: None, Negotiated FEC: None, Autoneg: True, Flow Control: None ixl0: link state changed to UP debugnet_any_ifnet_update: Bad dn_init result from ixl0 (ifp 0xfffff801085fc800), ignoring. ixl1: Link is up, 1 Gbps Full Duplex, Requested FEC: None, Negotiated FEC: None, Autoneg: True, Flow Control: None ixl1: link state changed to UP debugnet_any_ifnet_update: Bad dn_init result from ixl1 (ifp 0xfffff801085fc000), ignoring. ugen0.2: <vendor 0x0557 product 0x7000> at usbus0 uhub1 numa-domain 0 on uhub0 uhub1: <vendor 0x0557 product 0x7000, class 9/0, rev 2.00/0.00, addr 1> on usbus0 uhub1: 4 ports with 3 removable, self powered Root mount waiting for: usbus0 ugen0.3: <vendor 0x0557 product 0x2419> at usbus0 ukbd0 numa-domain 0 on uhub1 ukbd0: <vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2> on usbus0 kbd2 at ukbd0 WARNING: reducing swap size to maximum of 65536MB per unit nvidia1: <Unknown> numa-domain 0 on vgapci1 vgapci1: child nvidia1 requested pci_enable_io vgapci1: child nvidia1 requested pci_enable_io nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 440.100 Fri May 29 08:11:49 UTC 2020 ioat0: <SKX IOAT> mem 0x383ffff1c000-0x383ffff1ffff irq 26 at device 4.0 numa-domain 0 on pci0 ioat0: Capabilities: f0006f1<DMA_with_DIF,PQ,Extended_APIC_ID,Block_Fill,Move_CRC,DCA,Page_Break> ioat1: <SKX IOAT> mem 0x383ffff18000-0x383ffff1bfff irq 27 at device 4.1 numa-domain 0 on pci0 ioat1: Capabilities: f0006f1<DMA_with_DIF,PQ,Extended_APIC_ID,Block_Fill,Move_CRC,DCA,Page_Break> ioat2: <SKX IOAT> mem 0x383ffff14000-0x383ffff17fff irq 26 at device 4.2 numa-domain 0 on pci0 ioat2: Capabilities: f0004f1<DMA_with_DIF,Extended_APIC_ID,Block_Fill,Move_CRC,DCA,Page_Break> ioat3: <SKX IOAT> mem 0x383ffff10000-0x383ffff13fff irq 27 at device 4.3 numa-domain 0 on pci0 ioat3: Capabilities: f0004f1<DMA_with_DIF,Extended_APIC_ID,Block_Fill,Move_CRC,DCA,Page_Break> ioat4: <SKX IOAT> mem 0x383ffff0c000-0x383ffff0ffff irq 26 at device 4.4 numa-domain 0 on pci0 ioat4: Capabilities: f0004f1<DMA_with_DIF,Extended_APIC_ID,Block_Fill,Move_CRC,DCA,Page_Break> ioat5: <SKX IOAT> mem 0x383ffff08000-0x383ffff0bfff irq 27 at device 4.5 numa-domain 0 on pci0 ioat5: Capabilities: f0004f1<DMA_with_DIF,Extended_APIC_ID,Block_Fill,Move_CRC,DCA,Page_Break> ioat6: <SKX IOAT> mem 0x383ffff04000-0x383ffff07fff irq 26 at device 4.6 numa-domain 0 on pci0 ioat6: Capabilities: f0004f1<DMA_with_DIF,Extended_APIC_ID,Block_Fill,Move_CRC,DCA,Page_Break> ioat7: <SKX IOAT> mem 0x383ffff00000-0x383ffff03fff irq 27 at device 4.7 numa-domain 0 on pci0 ioat7: Capabilities: f0004f1<DMA_with_DIF,Extended_APIC_ID,Block_Fill,Move_CRC,DCA,Page_Break> lo0: link state changed to UP ums0 numa-domain 0 on uhub1 ums0: <vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2> on usbus0 ums0: 3 buttons and [Z] coordinates ID=0 ipfw2 (+ipv6) initialized, divert loadable, nat loadable, default to deny, logging disabled lock order reversal: 1st 0xfffff8021e181bd8 zfs (zfs) @ /usr/src/sys/kern/vfs_mount.c:1005 2nd 0xfffff8021e1819f0 devfs (devfs) @ /usr/src/sys/kern/vfs_mount.c:1016 stack backtrace: #0 0xffffffff80c2ec41 at witness_debugger+0x71 #1 0xffffffff80b936e8 at lockmgr_lock_flags+0x188 #2 0xffffffff80cb0304 at _vn_lock+0x54 #3 0xffffffff80c91edf at vfs_domount+0xdaf #4 0xffffffff80c906c1 at vfs_donmount+0x871 #5 0xffffffff80c8fe19 at sys_nmount+0x69 #6 0xffffffff80ff98f0 at amd64_syscall+0x140 #7 0xffffffff80fceeae at fast_syscall_common+0xf8 Security policy loaded: MAC/ntpd (mac_ntpd) ugen0.4: <vendor 0x1a40 USB 2.0 Hub> at usbus0 uhub2 numa-domain 0 on uhub0 uhub2: <vendor 0x1a40 USB 2.0 Hub, class 9/0, rev 2.00/1.11, addr 3> on usbus0 uhub2: 4 ports with 4 removable, self powered ugen0.5: <vendor 0x05e3 USB2.0 Hub> at usbus0 uhub3 numa-domain 0 on uhub2 uhub3: <vendor 0x05e3 USB2.0 Hub, class 9/0, rev 2.00/32.98, addr 4> on usbus0 uhub3: 4 ports with 4 removable, self powered ugen0.6: <SIGMACHIP USB Keyboard> at usbus0 ukbd1 numa-domain 0 on uhub3 ukbd1: <SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 5> on usbus0 kbd3 at ukbd1 uhid0 numa-domain 0 on uhub3 uhid0: <SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 5> on usbus0 ugen0.7: <Logitech USB Optical Mouse> at usbus0 ums1 numa-domain 0 on uhub3 ums1: <Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 6> on usbus0 ums1: 3 buttons and [XYZ] coordinates ID=0 ugen0.8: <Harman Multimedia JBL Pebbles> at usbus0 uhid1 numa-domain 0 on uhub3 uhid1: <Harman Multimedia JBL Pebbles, class 0/0, rev 1.10/1.00, addr 7> on usbus0 uaudio0 numa-domain 0 on uhub3 uaudio0: <Harman Multimedia JBL Pebbles, class 0/0, rev 1.10/1.00, addr 7> on usbus0 uaudio0: Play[0]: 48000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. uaudio0: No recording. uaudio0: No MIDI sequencer. pcm3: <USB audio> numa-domain 0 on uaudio0 uaudio0: HID volume keys found. acquiring duplicate lock of same type: "os.lock_mtx" 1st os.lock_mtx @ nvidia_os.c:900 2nd os.lock_mtx @ nvidia_os.c:900 stack backtrace: #0 0xffffffff80c2ec41 at witness_debugger+0x71 #1 0xffffffff80b9fc24 at __mtx_lock_flags+0x94 #2 0xffffffff832bc77b at os_acquire_spinlock+0x1b #3 0xffffffff831ca14c at _nv033412rm+0xc acquiring duplicate lock of same type: "os.lock_sx" 1st os.lock_sx @ nvidia_os.c:663 2nd os.lock_sx @ nvidia_os.c:663 stack backtrace: #0 0xffffffff80c2ec41 at witness_debugger+0x71 #1 0xffffffff80bcbfe7 at _sx_xlock+0x67 #2 0xffffffff832bc252 at os_acquire_mutex+0x32 #3 0xffffffff82e506ee at _nv034842rm+0x1e ugen0.4: <vendor 0x1a40 USB 2.0 Hub> at usbus0 (disconnected) uhub2: at uhub0, port 8, addr 3 (disconnected) ugen0.5: <vendor 0x05e3 USB2.0 Hub> at usbus0 (disconnected) uhub3: at uhub2, port 1, addr 4 (disconnected) ugen0.6: <SIGMACHIP USB Keyboard> at usbus0 (disconnected) ukbd1: at uhub3, port 1, addr 5 (disconnected) ukbd1: detached uhid0: at uhub3, port 1, addr 5 (disconnected) uhid0: detached ugen0.7: <Logitech USB Optical Mouse> at usbus0 (disconnected) ums1: at uhub3, port 2, addr 6 (disconnected) ums1: detached ugen0.8: <Harman Multimedia JBL Pebbles> at usbus0 (disconnected) uaudio0: at uhub3, port 4, addr 7 (disconnected) pcm3: detached uaudio0: detached uhid1: at uhub3, port 4, addr 7 (disconnected) uhid1: detached uhub3: detached uhub2: detached ugen0.4: <vendor 0x1a40 USB 2.0 Hub> at usbus0 uhub2 numa-domain 0 on uhub0 uhub2: <vendor 0x1a40 USB 2.0 Hub, class 9/0, rev 2.00/1.11, addr 8> on usbus0 uhub2: 4 ports with 4 removable, self powered ugen0.5: <vendor 0x05e3 USB2.0 Hub> at usbus0 uhub3 numa-domain 0 on uhub2 uhub3: <vendor 0x05e3 USB2.0 Hub, class 9/0, rev 2.00/32.98, addr 9> on usbus0 uhub3: 4 ports with 4 removable, self powered ugen0.6: <SIGMACHIP USB Keyboard> at usbus0 ukbd1 numa-domain 0 on uhub3 ukbd1: <SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 10> on usbus0 kbd3 at ukbd1 uhid0 numa-domain 0 on uhub3 uhid0: <SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 10> on usbus0 ugen0.7: <Logitech USB Optical Mouse> at usbus0 ums1 numa-domain 0 on uhub3 ums1: <Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 11> on usbus0 ums1: 3 buttons and [XYZ] coordinates ID=0 ugen0.8: <Harman Multimedia JBL Pebbles> at usbus0 uaudio0 numa-domain 0 on uhub3 uaudio0: <Harman Multimedia JBL Pebbles, class 0/0, rev 1.10/1.00, addr 12> on usbus0 uaudio0: Play[0]: 48000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. uaudio0: No recording. uaudio0: No MIDI sequencer. pcm3: <USB audio> numa-domain 0 on uaudio0 uaudio0: HID volume keys found. ugen0.4: <vendor 0x1a40 USB 2.0 Hub> at usbus0 (disconnected) uhub2: at uhub0, port 8, addr 8 (disconnected) ugen0.5: <vendor 0x05e3 USB2.0 Hub> at usbus0 (disconnected) uhub3: at uhub2, port 1, addr 9 (disconnected) ugen0.6: <SIGMACHIP USB Keyboard> at usbus0 (disconnected) ukbd1: at uhub3, port 1, addr 10 (disconnected) ukbd1: detached uhid0: at uhub3, port 1, addr 10 (disconnected) uhid0: detached ugen0.7: <Logitech USB Optical Mouse> at usbus0 (disconnected) ums1: at uhub3, port 2, addr 11 (disconnected) ums1: detached ugen0.8: <Harman Multimedia JBL Pebbles> at usbus0 (disconnected) uaudio0: at uhub3, port 4, addr 12 (disconnected) pcm3: detached uaudio0: detached uhub3: detached uhub2: detached ugen0.4: <vendor 0x1a40 USB 2.0 Hub> at usbus0 uhub2 numa-domain 0 on uhub0 uhub2: <vendor 0x1a40 USB 2.0 Hub, class 9/0, rev 2.00/1.11, addr 13> on usbus0 uhub2: 4 ports with 4 removable, self powered ugen0.5: <vendor 0x05e3 USB2.0 Hub> at usbus0 uhub3 numa-domain 0 on uhub2 uhub3: <vendor 0x05e3 USB2.0 Hub, class 9/0, rev 2.00/32.98, addr 14> on usbus0 uhub3: 4 ports with 4 removable, self powered ugen0.6: <SIGMACHIP USB Keyboard> at usbus0 ukbd1 numa-domain 0 on uhub3 ukbd1: <SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 15> on usbus0 kbd3 at ukbd1 uhid0 numa-domain 0 on uhub3 uhid0: <SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 15> on usbus0 ugen0.7: <Logitech USB Optical Mouse> at usbus0 ums1 numa-domain 0 on uhub3 ums1: <Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 16> on usbus0 ums1: 3 buttons and [XYZ] coordinates ID=0 ugen0.8: <Harman Multimedia JBL Pebbles> at usbus0 uaudio0 numa-domain 0 on uhub3 uaudio0: <Harman Multimedia JBL Pebbles, class 0/0, rev 1.10/1.00, addr 17> on usbus0 uaudio0: Play[0]: 48000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. uaudio0: No recording. uaudio0: No MIDI sequencer. pcm3: <USB audio> numa-domain 0 on uaudio0 uaudio0: HID volume keys found. ugen0.4: <vendor 0x1a40 USB 2.0 Hub> at usbus0 (disconnected) uhub2: at uhub0, port 8, addr 13 (disconnected) ugen0.5: <vendor 0x05e3 USB2.0 Hub> at usbus0 (disconnected) uhub3: at uhub2, port 1, addr 14 (disconnected) ugen0.6: <SIGMACHIP USB Keyboard> at usbus0 (disconnected) ukbd1: at uhub3, port 1, addr 15 (disconnected) ukbd1: detached uhid0: at uhub3, port 1, addr 15 (disconnected) uhid0: detached ugen0.7: <Logitech USB Optical Mouse> at usbus0 (disconnected) ums1: at uhub3, port 2, addr 16 (disconnected) ums1: detached ugen0.8: <Harman Multimedia JBL Pebbles> at usbus0 (disconnected) uaudio0: at uhub3, port 4, addr 17 (disconnected) pcm3: detached uaudio0: detached uhub3: detached uhub2: detached ugen0.4: <vendor 0x1a40 USB 2.0 Hub> at usbus0 uhub2 numa-domain 0 on uhub0 uhub2: <vendor 0x1a40 USB 2.0 Hub, class 9/0, rev 2.00/1.11, addr 18> on usbus0 uhub2: 4 ports with 4 removable, self powered ugen0.5: <vendor 0x05e3 USB2.0 Hub> at usbus0 uhub3 numa-domain 0 on uhub2 uhub3: <vendor 0x05e3 USB2.0 Hub, class 9/0, rev 2.00/32.98, addr 19> on usbus0 uhub3: 4 ports with 4 removable, self powered ugen0.6: <SIGMACHIP USB Keyboard> at usbus0 ukbd1 numa-domain 0 on uhub3 ukbd1: <SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 20> on usbus0 kbd3 at ukbd1 uhid0 numa-domain 0 on uhub3 uhid0: <SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 20> on usbus0 ugen0.7: <Logitech USB Optical Mouse> at usbus0 ums1 numa-domain 0 on uhub3 ums1: <Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 21> on usbus0 ums1: 3 buttons and [XYZ] coordinates ID=0 ugen0.8: <Harman Multimedia JBL Pebbles> at usbus0 uaudio0 numa-domain 0 on uhub3 uaudio0: <Harman Multimedia JBL Pebbles, class 0/0, rev 1.10/1.00, addr 22> on usbus0 uaudio0: Play[0]: 48000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. uaudio0: No recording. uaudio0: No MIDI sequencer. pcm3: <USB audio> numa-domain 0 on uaudio0 uaudio0: HID volume keys found. ugen0.4: <vendor 0x1a40 USB 2.0 Hub> at usbus0 (disconnected) uhub2: at uhub0, port 8, addr 18 (disconnected) ugen0.5: <vendor 0x05e3 USB2.0 Hub> at usbus0 (disconnected) uhub3: at uhub2, port 1, addr 19 (disconnected) ugen0.6: <SIGMACHIP USB Keyboard> at usbus0 (disconnected) ukbd1: at uhub3, port 1, addr 20 (disconnected) ukbd1: detached uhid0: at uhub3, port 1, addr 20 (disconnected) uhid0: detached ugen0.7: <Logitech USB Optical Mouse> at usbus0 (disconnected) ums1: at uhub3, port 2, addr 21 (disconnected) ums1: detached ugen0.8: <Harman Multimedia JBL Pebbles> at usbus0 (disconnected) uaudio0: at uhub3, port 4, addr 22 (disconnected) pcm3: detached uaudio0: detached uhub3: detached uhub2: detached ugen0.4: <vendor 0x1a40 USB 2.0 Hub> at usbus0 uhub2 numa-domain 0 on uhub0 uhub2: <vendor 0x1a40 USB 2.0 Hub, class 9/0, rev 2.00/1.11, addr 23> on usbus0 uhub2: 4 ports with 4 removable, self powered ugen0.5: <vendor 0x05e3 USB2.0 Hub> at usbus0 uhub3 numa-domain 0 on uhub2 uhub3: <vendor 0x05e3 USB2.0 Hub, class 9/0, rev 2.00/32.98, addr 24> on usbus0 uhub3: 4 ports with 4 removable, self powered ugen0.6: <SIGMACHIP USB Keyboard> at usbus0 ukbd1 numa-domain 0 on uhub3 ukbd1: <SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 25> on usbus0 kbd3 at ukbd1 uhid0 numa-domain 0 on uhub3 uhid0: <SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 25> on usbus0 ugen0.7: <Logitech USB Optical Mouse> at usbus0 ums1 numa-domain 0 on uhub3 ums1: <Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 26> on usbus0 ums1: 3 buttons and [XYZ] coordinates ID=0 ugen0.8: <Harman Multimedia JBL Pebbles> at usbus0 uaudio0 numa-domain 0 on uhub3 uaudio0: <Harman Multimedia JBL Pebbles, class 0/0, rev 1.10/1.00, addr 27> on usbus0 uaudio0: Play[0]: 48000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. uaudio0: No recording. uaudio0: No MIDI sequencer. pcm3: <USB audio> numa-domain 0 on uaudio0 uaudio0: HID volume keys found. ugen0.4: <vendor 0x1a40 USB 2.0 Hub> at usbus0 (disconnected) uhub2: at uhub0, port 8, addr 23 (disconnected) ugen0.5: <vendor 0x05e3 USB2.0 Hub> at usbus0 (disconnected) uhub3: at uhub2, port 1, addr 24 (disconnected) ugen0.6: <SIGMACHIP USB Keyboard> at usbus0 (disconnected) ukbd1: at uhub3, port 1, addr 25 (disconnected) ukbd1: detached uhid0: at uhub3, port 1, addr 25 (disconnected) uhid0: detached ugen0.7: <Logitech USB Optical Mouse> at usbus0 (disconnected) ums1: at uhub3, port 2, addr 26 (disconnected) ums1: detached ugen0.8: <Harman Multimedia JBL Pebbles> at usbus0 (disconnected) uaudio0: at uhub3, port 4, addr 27 (disconnected) pcm3: detached uaudio0: detached uhub3: detached uhub2: detached ugen0.4: <vendor 0x1a40 USB 2.0 Hub> at usbus0 uhub2 numa-domain 0 on uhub0 uhub2: <vendor 0x1a40 USB 2.0 Hub, class 9/0, rev 2.00/1.11, addr 28> on usbus0 uhub2: 4 ports with 4 removable, self powered ugen0.5: <vendor 0x05e3 USB2.0 Hub> at usbus0 uhub3 numa-domain 0 on uhub2 uhub3: <vendor 0x05e3 USB2.0 Hub, class 9/0, rev 2.00/32.98, addr 29> on usbus0 uhub3: 4 ports with 4 removable, self powered ugen0.6: <SIGMACHIP USB Keyboard> at usbus0 ukbd1 numa-domain 0 on uhub3 ukbd1: <SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 30> on usbus0 kbd3 at ukbd1 uhid0 numa-domain 0 on uhub3 uhid0: <SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 30> on usbus0 ugen0.7: <Logitech USB Optical Mouse> at usbus0 ums1 numa-domain 0 on uhub3 ums1: <Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 31> on usbus0 ums1: 3 buttons and [XYZ] coordinates ID=0 ugen0.8: <Harman Multimedia JBL Pebbles> at usbus0 uaudio0 numa-domain 0 on uhub3 uaudio0: <Harman Multimedia JBL Pebbles, class 0/0, rev 1.10/1.00, addr 32> on usbus0 uaudio0: Play[0]: 48000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. uaudio0: No recording. uaudio0: No MIDI sequencer. pcm3: <USB audio> numa-domain 0 on uaudio0 uaudio0: HID volume keys found. ugen0.4: <vendor 0x1a40 USB 2.0 Hub> at usbus0 (disconnected) uhub2: at uhub0, port 8, addr 28 (disconnected) ugen0.5: <vendor 0x05e3 USB2.0 Hub> at usbus0 (disconnected) uhub3: at uhub2, port 1, addr 29 (disconnected) ugen0.6: <SIGMACHIP USB Keyboard> at usbus0 (disconnected) ukbd1: at uhub3, port 1, addr 30 (disconnected) ukbd1: detached uhid0: at uhub3, port 1, addr 30 (disconnected) uhid0: detached ugen0.7: <Logitech USB Optical Mouse> at usbus0 (disconnected) ums1: at uhub3, port 2, addr 31 (disconnected) ums1: detached ugen0.8: <Harman Multimedia JBL Pebbles> at usbus0 (disconnected) uaudio0: at uhub3, port 4, addr 32 (disconnected) pcm3: detached uaudio0: detached uhub3: detached uhub2: detached ugen0.4: <vendor 0x1a40 USB 2.0 Hub> at usbus0 uhub2 numa-domain 0 on uhub0 uhub2: <vendor 0x1a40 USB 2.0 Hub, class 9/0, rev 2.00/1.11, addr 33> on usbus0 uhub2: 4 ports with 4 removable, self powered ugen0.5: <vendor 0x05e3 USB2.0 Hub> at usbus0 uhub3 numa-domain 0 on uhub2 uhub3: <vendor 0x05e3 USB2.0 Hub, class 9/0, rev 2.00/32.98, addr 34> on usbus0 uhub3: 4 ports with 4 removable, self powered ugen0.6: <SIGMACHIP USB Keyboard> at usbus0 ukbd1 numa-domain 0 on uhub3 ukbd1: <SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 35> on usbus0 kbd3 at ukbd1 uhid0 numa-domain 0 on uhub3 uhid0: <SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 35> on usbus0 ugen0.7: <Logitech USB Optical Mouse> at usbus0 ums1 numa-domain 0 on uhub3 ums1: <Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 36> on usbus0 ums1: 3 buttons and [XYZ] coordinates ID=0 ugen0.8: <Harman Multimedia JBL Pebbles> at usbus0 uaudio0 numa-domain 0 on uhub3 uaudio0: <Harman Multimedia JBL Pebbles, class 0/0, rev 1.10/1.00, addr 37> on usbus0 uaudio0: Play[0]: 48000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. uaudio0: No recording. uaudio0: No MIDI sequencer. pcm3: <USB audio> numa-domain 0 on uaudio0 uaudio0: HID volume keys found. ugen0.4: <vendor 0x1a40 USB 2.0 Hub> at usbus0 (disconnected) uhub2: at uhub0, port 8, addr 33 (disconnected) ugen0.5: <vendor 0x05e3 USB2.0 Hub> at usbus0 (disconnected) uhub3: at uhub2, port 1, addr 34 (disconnected) ugen0.6: <SIGMACHIP USB Keyboard> at usbus0 (disconnected) ukbd1: at uhub3, port 1, addr 35 (disconnected) ukbd1: detached uhid0: at uhub3, port 1, addr 35 (disconnected) uhid0: detached ugen0.7: <Logitech USB Optical Mouse> at usbus0 (disconnected) ums1: at uhub3, port 2, addr 36 (disconnected) ums1: detached ugen0.8: <Harman Multimedia JBL Pebbles> at usbus0 (disconnected) uaudio0: at uhub3, port 4, addr 37 (disconnected) pcm3: detached uaudio0: detached uhub3: detached uhub2: detached ugen0.4: <vendor 0x1a40 USB 2.0 Hub> at usbus0 uhub2 numa-domain 0 on uhub0 uhub2: <vendor 0x1a40 USB 2.0 Hub, class 9/0, rev 2.00/1.11, addr 38> on usbus0 uhub2: 4 ports with 4 removable, self powered ugen0.5: <vendor 0x05e3 USB2.0 Hub> at usbus0 uhub3 numa-domain 0 on uhub2 uhub3: <vendor 0x05e3 USB2.0 Hub, class 9/0, rev 2.00/32.98, addr 39> on usbus0 uhub3: 4 ports with 4 removable, self powered ugen0.6: <SIGMACHIP USB Keyboard> at usbus0 ukbd1 numa-domain 0 on uhub3 ukbd1: <SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 40> on usbus0 kbd3 at ukbd1 uhid0 numa-domain 0 on uhub3 uhid0: <SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 40> on usbus0 ugen0.7: <Logitech USB Optical Mouse> at usbus0 ums1 numa-domain 0 on uhub3 ums1: <Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 41> on usbus0 ums1: 3 buttons and [XYZ] coordinates ID=0 ugen0.8: <Harman Multimedia JBL Pebbles> at usbus0 uaudio0 numa-domain 0 on uhub3 uaudio0: <Harman Multimedia JBL Pebbles, class 0/0, rev 1.10/1.00, addr 42> on usbus0 uaudio0: Play[0]: 48000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. uaudio0: No recording. uaudio0: No MIDI sequencer. pcm3: <USB audio> numa-domain 0 on uaudio0 uaudio0: HID volume keys found. ugen0.4: <vendor 0x1a40 USB 2.0 Hub> at usbus0 (disconnected) uhub2: at uhub0, port 2, addr 38 (disconnected) ugen0.5: <vendor 0x05e3 USB2.0 Hub> at usbus0 (disconnected) uhub3: at uhub2, port 1, addr 39 (disconnected) ugen0.6: <SIGMACHIP USB Keyboard> at usbus0 (disconnected) ukbd1: at uhub3, port 1, addr 40 (disconnected) ukbd1: detached uhid0: at uhub3, port 1, addr 40 (disconnected) uhid0: detached ugen0.7: <Logitech USB Optical Mouse> at usbus0 (disconnected) ums1: at uhub3, port 2, addr 41 (disconnected) ums1: detached ugen0.8: <Harman Multimedia JBL Pebbles> at usbus0 (disconnected) uaudio0: at uhub3, port 4, addr 42 (disconnected) pcm3: detached uaudio0: detached uhub3: detached uhub2: detached > > > EndSection > > > > Section "Files" > > ModulePath "/usr/local/lib/xorg/modules" > > FontPath "/usr/local/share/fonts/misc/" > > FontPath "/usr/local/share/fonts/TTF/" > > FontPath "/usr/local/share/fonts/OTF/" > > FontPath "/usr/local/share/fonts/Type1/" > > FontPath "/usr/local/share/fonts/100dpi/" > > FontPath "/usr/local/share/fonts/75dpi/" > > FontPath "catalogue:/usr/local/etc/X11/fontpath.d" > > EndSection > > > > Section "Module" > > Load "glxserver_nvidia" > > Load "glx" > > EndSection > > > > Section "InputDevice" > > Identifier "Keyboard0" > > Driver "kbd" > > EndSection > > > > Section "InputDevice" > > Identifier "Mouse0" > > Driver "mouse" > > Option "Protocol" "auto" > > Option "Device" "/dev/sysmouse" > > Option "ZAxisMapping" "4 5 6 7" > > EndSection > > Remove the two sections above. > > > > > Section "Monitor" > > Identifier "Monitor0" > > VendorName "Monitor Vendor" > > ModelName "Monitor Model" > > HorizSync 28.0 - 33.0 > > VertRefresh 43.0 - 72.0 > > Option "DPMS" > > EndSection > > > > Section "Monitor" > > Identifier "Monitor1" > > VendorName "Monitor Vendor" > > ModelName "Monitor Model" > > HorizSync 28.0 - 33.0 > > VertRefresh 43.0 - 72.0 > > Option "DPMS" > > EndSection > > > > Section "Device" > > Identifier "Card0" > > Driver "nvidia" > > BusID "PCI:101:0:0" > > EndSection > > > > Section "Device" > > > > ### Available Driver options are:- > > ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", > > ### <string>: "String", <freq>: "<f> Hz/kHz/MHz", > > ### <percent>: "<f>%" > > ### [arg]: arg optional > > #Option "SWcursor" # [<bool>] > > #Option "kmsdev" # <str> > > #Option "ShadowFB" # [<bool>] > > #Option "AccelMethod" # <str> > > #Option "PageFlip" # [<bool>] > > #Option "ZaphodHeads" # <str> > > #Option "DoubleShadow" # [<bool>] > > #Option "Atomic" # [<bool>] > > Identifier "Card1" > > Driver "nvidia" > > BusID "PCI:3:0:0" > > EndSection > > > > Section "Screen" > > Identifier "Screen0" > > Device "Card0" > > Monitor "Monitor0" > > DefaultDepth 24 > > SubSection "Display" > > Viewport 0 0 > > Depth 1 > > EndSubSection > > SubSection "Display" > > Viewport 0 0 > > Depth 4 > > EndSubSection > > SubSection "Display" > > Viewport 0 0 > > Depth 8 > > EndSubSection > > SubSection "Display" > > Viewport 0 0 > > Depth 15 > > EndSubSection > > SubSection "Display" > > Viewport 0 0 > > Depth 16 > > EndSubSection > > SubSection "Display" > > Viewport 0 0 > > Depth 24 > > Modes "1920x1080" > > EndSubSection > > EndSection > > > > Section "Screen" > > Identifier "Screen1" > > Device "Card1" > > Monitor "Monitor1" > > DefaultDepth 24 > > SubSection "Display" > > Viewport 0 0 > > Depth 1 > > EndSubSection > > SubSection "Display" > > Viewport 0 0 > > Depth 4 > > EndSubSection > > SubSection "Display" > > Viewport 0 0 > > Depth 8 > > EndSubSection > > SubSection "Display" > > Viewport 0 0 > > Depth 15 > > EndSubSection > > SubSection "Display" > > Viewport 0 0 > > Depth 16 > > EndSubSection > > SubSection "Display" > > Viewport 0 0 > > Depth 24 > > Modes "1920x1080" > > EndSubSection > > EndSection > > > > Regards > -- > Niclas > > _______________________________________________ > freebsd-x11@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > Regards. --- Kazuhiko Kiriyama <kiri@truefc.org>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009211054.08LAseE4070179>