search for: _on_

Displaying 18 results from an estimated 18 matches for "_on_".

Did you mean: _no_
2016 Oct 26
2
[Bug 98398] Acer Aspire V7-582PG (Haswell, GTX 750M) fails to power off GPU with runtime PM
...Method (_PS3, 0, NotSerialized) // _PS3: Power State 3 { } } Name (MSD3, Zero) PowerResource (NVP3, 0x00, 0x0000) { Name (_STA, One) // _STA: Status // ... Method (_ON, 0, NotSerialized) // _ON_: Power On { // ... } Method (_OFF, 0, NotSerialized) // _OFF: Power Off { // ... } } The dmesg does show "ACPI: Power Resource [NVP3] (on)", so I guess that the methods are found. It is...
2016 Oct 27
2
Acer Aspire V7-582PG (Haswell, GTX 750M) fails to power off GPU via Power Resources
...} > > } > > > > Name (MSD3, Zero) > > PowerResource (NVP3, 0x00, 0x0000) > > { > > Name (_STA, One) // _STA: Status > > // ... > > > > Method (_ON, 0, NotSerialized) // _ON_: Power On > > { > > // ... > > } > > > > Method (_OFF, 0, NotSerialized) // _OFF: Power Off > > { > > // ... > > } > > } > > > > T...
2016 Oct 26
0
Acer Aspire V7-582PG (Haswell, GTX 750M) fails to power off GPU via Power Resources
...Power State 3 > { > } > } > > Name (MSD3, Zero) > PowerResource (NVP3, 0x00, 0x0000) > { > Name (_STA, One) // _STA: Status > // ... > > Method (_ON, 0, NotSerialized) // _ON_: Power On > { > // ... > } > > Method (_OFF, 0, NotSerialized) // _OFF: Power Off > { > // ... > } > } > > The dmesg does show "ACPI: Power Resource [NVP3] (o...
2001 Feb 01
0
wine for the mac?
Still, I stand corrected. After reading the site FAQ, I found out that Plex86 _won't_ run on a mac. It is only good for booting i86 based OSes _on_ an i86 based *n?x Bochs is his best bet yet of running wine on a mac. On 2001.02.01 00:48:48 +0800 "Vaughn, George" wrote: > > Actually, you're both correct. Plex86 is like vmware, Bochs is like > VirtualPC, and Bochs has been bought by Mandrake, the maker of Plex86. >...
2011 Aug 03
3
R.app installer probs on Snow Leopard
Have tried to install R.app several times (6, in fact: versions 2.12, 13 & 14, both 32 and 64 bit versions), using packages freshly downloaded from the official project page, and failed every time, given exception reports such as the following (appended below, the 2 reports arising out of my 1st & 6th attempts). Machine & software version specifics are all contained therein. What
2010 Jan 26
1
how do i use a blob appliance the compiling from source
Hi, Since I've never succeeded to compile libguestfs from source on Gentoosince the build process of the appliance based on debootstrap fails, I'm wondering how can I tell the compilation process to use a precompiled blob appliance? Also can I use non fedora & debian but use some minimal gentoo based appliance I have? Thanks Alex
2016 Oct 27
0
Acer Aspire V7-582PG (Haswell, GTX 750M) fails to power off GPU via Power Resources
...; > > > Name (MSD3, Zero) > > > PowerResource (NVP3, 0x00, 0x0000) > > > { > > > Name (_STA, One) // _STA: Status > > > // ... > > > > > > Method (_ON, 0, NotSerialized) // _ON_: Power On > > > { > > > // ... > > > } > > > > > > Method (_OFF, 0, NotSerialized) // _OFF: Power Off > > > { > > > // ... > > > } &g...
2016 Aug 30
3
Settings ACL question
Hello all, I try to set full control permission to a "Boss" directory for one group and in the same time I want to prevent this group to erase this top directory. Is it possible to do that with different permission in the Boss parent directory? Here is a small draw for explain : For the moment I can't prevent a user member of Boss group to delete Boss directory... Thanks for
2007 Sep 29
2
Typo3 5.0 Framework
Hi guys, for about one and half a year I am involved in RoR Development. I like the framework very much! But more and more I have my doubts, that this framework will succeed, I think Ruby on Rails succeed only, if some powers from community will be concentrated on a target-oriented development of the Framework. Since the approach of a pragmatic way of programming isn''t new anymore, more
2016 Aug 31
2
Settings ACL question
Ok so If I well understand the concept, ACL should be apply-able _on_ the object himself only from the parent object? For instance : if I want read attribute on a directory I have to set it on the parent directory. And if I want read attribute inside a directory, I can set it on the directory. Hope this instance is clear to understand... Thanks for confirm me t...
2006 Mar 30
9
How is Teliax ?
Hi I am looking at purchasing some DID lines from Teliax to install it on my asterisk. i would like to know some feed back on "Teliax" before i purchase. suggest me if there are better sevice providers. thanks Giridhar Bandi -------------- next part -------------- An HTML attachment was scrubbed... URL:
2016 Aug 31
1
Settings ACL question
Read wasn't the question. Question was about removing children but not the parent. parent-folder -> not removable |_ Children1 -> |_ Children2 -> both removable I don't know how Samba deal with that, but that's not the point for now. For now you have to understand NTFS permissions a little bit (I have not the knowledge to write something like a lesson about NTFS
2008 Jan 17
7
Netfilter, libpcap, ntop and promiscuous mode?
I have a really basic question (I think). We have two boxes connected to a lan segment on a hub. One is a Windows box running "Show Traffic", the other is a CentOS 5 Linux box running "ntop". Both boxes should be able to sniff all of the traffic on that hub (not a switch). The Windows box does just fine, Show Traffic is able to display traffic destined for other boxes
2016 Oct 28
2
Acer Aspire V7-582PG (Haswell, GTX 750M) fails to power off GPU via Power Resources
...} Method (_PS3, 0, NotSerialized) // _PS3: Power State 3 { Debug = "_PS3" } } PowerResource (NVP3, 0x00, 0x0000) { Name (_STA, One) // _STA: Status Method (_ON, 0, NotSerialized) // _ON_: Power On { Debug = "NVP3._ON" _STA = One } Method (_OFF, 0, NotSerialized) // _OFF: Power Off { Debug = "NVP3._OFF" _STA = Zero } } Pow...
2016 Oct 28
2
Acer Aspire V7-582PG (Haswell, GTX 750M) fails to power off GPU via Power Resources
On Fri, Oct 28, 2016 at 11:56:30AM +0300, Mika Westerberg wrote: > On Thu, Oct 27, 2016 at 06:06:48PM +0200, Peter Wu wrote: > > On Thu, Oct 27, 2016 at 12:55:08PM +0300, Mika Westerberg wrote: > > > On Thu, Oct 27, 2016 at 09:42:28AM +0000, Rick Kerkhof wrote: > > > > No, there are not. Here is the recursive directory listing: > > > > > > Are
2016 Oct 27
3
Acer Aspire V7-582PG (Haswell, GTX 750M) fails to power off GPU via Power Resources
...e (MSD3, Zero) > > > > PowerResource (NVP3, 0x00, 0x0000) > > > > { > > > > Name (_STA, One) // _STA: Status > > > > // ... > > > > > > > > Method (_ON, 0, NotSerialized) // _ON_: Power On > > > > { > > > > // ... > > > > } > > > > > > > > Method (_OFF, 0, NotSerialized) // _OFF: Power Off > > > > { > > > > // ....
2000 Oct 17
7
Mime Type and Ogg (More)
David Mitchell <mitchell@ucar.edu> writes: > Ralph Giles wrote: > > > > On 15 Oct 2000, Maciej Stachowiak wrote: > > > > > I don't really know the details of the discussion, but I'd like to > > > present this issue from a user-oriented perspective, and from the > > > perspective of how Nautilus wants to use data files. > >
2012 Jun 24
0
nouveau _BIOS method
...WP....z`.`.`. 4040: 50 52 57 50 01 00 a4 50 52 57 50 10 47 4f 5f 54 PRWP...PRWP.GO_T 4050: 5a 5f 08 45 54 4d 44 01 08 54 48 4c 44 0a 78 5b Z_.ETMD..THLD.x[ 4060: 84 2e 46 4e 30 30 00 00 00 14 0b 5f 53 54 41 08 ..FN00....._STA. 4070: a4 56 46 4e 30 14 0c 5f 4f 4e 5f 08 70 01 56 46 .VFN0.._ON_.p.VF 4080: 4e 30 14 0c 5f 4f 46 46 08 70 00 56 46 4e 30 5b N0.._OFF.p.VFN0[ 4090: 82 21 46 41 4e 30 08 5f 48 49 44 0c 41 d0 0c 0b .!FAN0._HID.A... 40a0: 08 5f 55 49 44 00 08 5f 50 52 30 12 06 01 46 4e ._UID.._PR0...FN 40b0: 30 30 5b 84 2e 46 4e 30 31 00 00 00 14 0b 5f 53 00[..FN01....._...