Re: Questions on adding backlight support for the i915 driver

2015-01-31 Thread Alexandr Krivulya
31.01.2015 10:30, Miguel Clara пишет: > On Sat, Jan 31, 2015 at 8:19 AM, Elizabeth Myers > wrote: > >> On 01/31/15 02:15, Miguel Clara wrote: >>> Working fine on a HP running current as I've noted in the other thread >>> as for the keys. >>> This one (and most HP Pavillion models) use the Fn+F(2/3

Re: bmake and .USEBEFORE

2015-01-31 Thread Simon J. Gerraty
Julian Elischer wrote: > On 1/28/15 1:41 PM, Julian Elischer wrote: > > If I try the following: > > > > bar: .USE > > @echo @ = $(@) > > all: bar > > @echo here is all > oops > the failing example should be .USEBEFORE.. I pasted the wrong clip. > > > > I always get "bar is up to

Re: UEFI boot hangs with MINNOWBOARD

2015-01-31 Thread Luca Pizzamiglio
Hi Ed, thanks for the reply I tested the last available memstick (r277486) of CURRENT to install FreeBSD, but it didn't finish the boot process. The boot process hangs after showing the framebuffer information ( bi_load_efi_data() in bootinfo.c). I'm using a DVI monitor with a mini-HDMI<->DVI cab

Re: Filepaths in VM map for tmpfs files

2015-01-31 Thread Konstantin Belousov
On Sat, Jan 31, 2015 at 09:07:23AM -0600, Eric Badger wrote: > In FreeBSD 9, examining the VM map of a process (with e.g. 'procstat > -v') with a tmpfs file mapped showed a VNODE type and displayed the file > path. In 10.0 up to CURRENT (I believe this started at r250030), instead > SWAP is show

Filepaths in VM map for tmpfs files

2015-01-31 Thread Eric Badger
In FreeBSD 9, examining the VM map of a process (with e.g. 'procstat -v') with a tmpfs file mapped showed a VNODE type and displayed the file path. In 10.0 up to CURRENT (I believe this started at r250030), instead SWAP is shown without a filepath. This has some unfortunate consequences; I dis

Re: Questions on adding backlight support for the i915 driver

2015-01-31 Thread Elizabeth Myers
On 01/30/15 17:16, Adrian Chadd wrote: > Hi, > > Which chipset is it? Oh, I missed this, sorry. I have an Ivy Bridge chipset. > Loading acpi_video causes a handful of interconnected pieces to shift > (as IIRC at that point acpi_video also states that it wishes to take > control of video setting,

Re: Questions on adding backlight support for the i915 driver

2015-01-31 Thread Miguel Clara
On Sat, Jan 31, 2015 at 8:19 AM, Elizabeth Myers wrote: > On 01/31/15 02:15, Miguel Clara wrote: > > Working fine on a HP running current as I've noted in the other thread > > as for the keys. > > This one (and most HP Pavillion models) use the Fn+F(2/3) but the keys, > > and my Acer (and I think

Re: Questions on adding backlight support for the i915 driver

2015-01-31 Thread Elizabeth Myers
On 01/31/15 02:15, Miguel Clara wrote: > Working fine on a HP running current as I've noted in the other thread > as for the keys. > This one (and most HP Pavillion models) use the Fn+F(2/3) but the keys, > and my Acer (and I think not all are like this) use "Fn+<-/->" If your keys work (as in, t

Re: Questions on adding backlight support for the i915 driver

2015-01-31 Thread Miguel Clara
Working fine on a HP running current as I've noted in the other thread as for the keys. This one (and most HP Pavillion models) use the Fn+F(2/3) but the keys, and my Acer (and I think not all are like this) use "Fn+<-/->" Melhores Cumprimentos // Best Regards ---

Re: drm2 regression: backlight adjustment on ivybridge no longer works

2015-01-31 Thread Elizabeth Myers
On 01/31/15 02:00, Miguel Clara wrote: > I had to patch manually, for some reason the diff was rejected, but I t > compiled and I've instead on 10/stable... problem is this is the laptop > where I am typing this :D > > Its also upgrading some ports, so not a good time to reboot, but I'll > post re

Re: drm2 regression: backlight adjustment on ivybridge no longer works

2015-01-31 Thread Miguel Clara
I had to patch manually, for some reason the diff was rejected, but I t compiled and I've instead on 10/stable... problem is this is the laptop where I am typing this :D Its also upgrading some ports, so not a good time to reboot, but I'll post results in the other thread, as for the HP, works per