Lost HDMI output on Dell XPS M1330

2017-06-27 Thread kwhite
Some time since 10.3, I am no longer able to select HDMI output using xrandr, just VGA. Hints on how to get it back? Noise follows: == 10.3 == # uname -ap FreeBSD m1330 10.3-RELEASE-p18 FreeBSD 10.3-RELEASE-p18 #0: Tue Apr 11 10:31:00 UTC 2017

Re: panic: UMA: Increase vm.boot_pages on Dell R920 r279210

2015-03-24 Thread kwhite
On Mar 19, 2015, at 07:34, Keith White kwh...@site.uottawa.ca wrote: I tried the suggestion Increase vm.boot_pages but am unsure how much. I tried doubling to 128, and even excessive(?) values like 102400; but got the same panic. How are you trying to change the value? Can you build a

ZFS panic with r255937

2013-09-29 Thread kwhite
(dn, 0)), file: /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/dnode.c, line: 598 coredump available. # uname -a FreeBSD freebsd10 10.0-ALPHA4 FreeBSD 10.0-ALPHA4 #0 r255937: Sun Sep 29 09:45:21 EDT 2013 kwhite@freebsd10:/usr/obj/usr/src/sys/GENERIC amd64 # zfs list

r234118 uart kernel module failure: uart_cpu_eqres undefined

2012-04-13 Thread kwhite
The change from sys/dev/uart/uart_cpu_{i386,amd64}.c to uart_cpu_x86.c probably also needs a corresponding change in the module Makefile. # kldload uart link_elf: symbol uart_cpu_eqres undefined Here's one suggestion that works for me: Index: /sys/modules/uart/Makefile

Re: (unionfs) panic: excl-share with r230341 and above

2012-04-09 Thread kwhite
with a binary search: r230340 (no panic), r230341 (panic). How to repeat: # uuname -a FreeBSD 10.0-CURRENT FreeBSD 10.0-CURRENT #5 r233946M: Fri Apr 6 21:09:32 EDT 2012 kwhite@demo:/usr/src/obj/usr/src/sys/GENERIC i386 # mkdir /tmp/local # mount -t unionfs -o

(unionfs) panic: excl-share with r230341 and above

2012-04-06 Thread kwhite
/union_vnops.c:1843 panic: excl-share cpuid = 0 KDB: enter: panic Narrowing down with a binary search: r230340 (no panic), r230341 (panic). How to repeat: # uuname -a FreeBSD 10.0-CURRENT FreeBSD 10.0-CURRENT #5 r233946M: Fri Apr 6 21:09:32 EDT 2012 kwhite