Re: PKGNG

2013-09-20 Thread Ethan W. House
Thanks, that was exactly the information I was looking for.

Ethan House


On Fri, Sep 20, 2013 at 2:16 AM, Matthew Seaman <
m.sea...@infracaninophile.co.uk> wrote:

> On 09/20/13 05:05, Ethan W. House wrote:
> > What is the status of pkgng. The handbook says to use it but else were it
> > says that the repos are empty due to a security incident last November.
> >
> > Are there beta repos hidden somewhere that can be used? The reason I ask
> is
> > I want to install packages like Gimp and LibreOffice which will take a
> > fortnight on my laptop to compile. I tried pkg_add but that broke
> > everything when I updated to 9.2.
>
> pkgng is in rude health.  It's certainly usable -- you can enable it on
> your systems and use it with the ports (portmaster, portupgrade style)
> or you can try various repos which are available online.
>
> The systems that will be the official FreeBSD pkg repo are on-line and
> available for testing with:
>
> % cat /usr/local/etc/pkg/repos/pkg-test.conf
> ---
> pkg-test:
>   URL: http://pkg-test.freebsd.org/pkg-test-${ABI}/latest
>   ENABLED: YES
>   MIRROR_TYPE: SRV
>
>
> This doesn't have package signatures yet, but otherwise it's pretty much
> what will be the official pkg repository for 10.0-RELEASE.
>
> There are other publicly available pkg repos, such as the one provided
> by Exonetric which is at
>
> http://mirror.exonetric.net/pub/pkgng/${ABI}/latest
>
> Cheers,
>
> Matthew
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscr...@freebsd.org"
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


PKGNG

2013-09-19 Thread Ethan W. House
What is the status of pkgng. The handbook says to use it but else were it
says that the repos are empty due to a security incident last November.

Are there beta repos hidden somewhere that can be used? The reason I ask is
I want to install packages like Gimp and LibreOffice which will take a
fortnight on my laptop to compile. I tried pkg_add but that broke
everything when I updated to 9.2.

Thanks,
Ethan House
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Intel graphics card brightness control issue

2013-09-04 Thread Ethan W. House
I get a "Unknown object type '0'" error. Which interestingly enough is very
similar to the error I get when I use xbacklight "No outputs have backlight
property".

I have a Lenovo Thinkpad x230.

I will start playing around with acpidump after work.


Ethan House

On Wed, Sep 4, 2013 at 1:30 AM, Matthias Petermann  wrote:

> Hi Ethan,
>
> Zitat von "Ethan W. House" :
>
>
>  What could be causing my brightness control to not work on my Intel
>> graphics card. The acpi values change but no effect takes place.
>>
>> ehouse@derpy ~ $ sudo sysctl hw.acpi.video.lcd0.brightness=**50
>> hw.acpi.video.lcd0.brightness: 100 -> 50
>> ehouse@derpy ~ $ sudo sysctl hw.acpi.video.lcd0.active=1
>> hw.acpi.video.lcd0.active: 0 -> 0
>>
>> I also have an issue were upon resume by machine reboots. I believe the
>> two
>> might be related but I am not sure.
>>
>> I found a couple of other email chains with similar issues but most of
>> them
>> have been inactive for more then a year.
>>
>
> Which Laptop model do you have? This issue appears a bit familiar to me[1]
> - I have the same on my Thinkpad. As a workaround you could try to change
> the brightness by direct ACPI calls.
>
> Preparation:
>
> * install sysutils/acpi_call
> * kldload acpi_call
>
> Change brightness:
>
> * acpi_call -p '\VBRU'   (Brightness Up)
> * acpi_call -p '\VBRD'   (Brightness Down)
>
> It might be that these calls are specific to Thinkpads, not sure if they
> work with others. You can try to find out with acpidump[1].
>
> Kind regards,
> Matthias
>
> [1] 
> http://www.freebsd.org/cgi/**query-pr.cgi?pr=amd64/181357<http://www.freebsd.org/cgi/query-pr.cgi?pr=amd64/181357>
> [2] http://www.freebsd.org/doc/en_**US.ISO8859-1/books/handbook/**
> acpi-debug.html<http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/acpi-debug.html>
> --
> Matthias Petermann 
> Ihr Partner für anspruchsvolle IT-Lösungen
> www.petermann-it.de - lösungsorientiert, innovativ und erfolgreich
>
> __**_
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/**mailman/listinfo/freebsd-**questions<http://lists.freebsd.org/mailman/listinfo/freebsd-questions>
> To unsubscribe, send any mail to "freebsd-questions-**
> unsubscr...@freebsd.org "
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Intel graphics card brightness control issue

2013-09-03 Thread Ethan W. House
What could be causing my brightness control to not work on my Intel
graphics card. The acpi values change but no effect takes place.

ehouse@derpy ~ $ sudo sysctl hw.acpi.video.lcd0.brightness=50
hw.acpi.video.lcd0.brightness: 100 -> 50
ehouse@derpy ~ $ sudo sysctl hw.acpi.video.lcd0.active=1
hw.acpi.video.lcd0.active: 0 -> 0

I also have an issue were upon resume by machine reboots. I believe the two
might be related but I am not sure.

I found a couple of other email chains with similar issues but most of them
have been inactive for more then a year.

---
Ethan House
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"