search for: persnicketi

Displaying 9 results from an estimated 9 matches for "persnicketi".

Did you mean: persnickety
2017 Jan 18
2
[PATCH 5/6] drm: Delete "mandatory" stereographic modes
On Tue, Jan 17, 2017 at 5:42 PM, Alastair Bridgewater <alastair.bridgewater at gmail.com> wrote: > HDMI specification 1.4a, table 8-15 is very explicitly a "must > support at least one of" table, not a "must support all of" table. > It is not hard to find hardware that does not support some of the > so-called "mandatory" modes. > > More
2023 Nov 02
2
Again kea DHCP-Server
On Wed, 1 Nov 2023 18:34:44 +0000 Owen DeLong via samba <samba at lists.samba.org> wrote: > Well? I?m not convinced KEA can?t be simple DHCP, though I understand > that one would never know that from reading the KEA documentation. > > The following is a complete KEA configuration suitable to do a single > subnet. In fact, you could probably get away with slightly less. I?ve
2017 Jan 17
0
[PATCH 5/6] drm: Delete "mandatory" stereographic modes
HDMI specification 1.4a, table 8-15 is very explicitly a "must support at least one of" table, not a "must support all of" table. It is not hard to find hardware that does not support some of the so-called "mandatory" modes. More seriously, this code generates invalid display modes for both of the 3D-capable panels that I have (a 42-inch LG TV and a Sony PlayStation
2017 Jan 18
1
[PATCH 5/6] drm: Delete "mandatory" stereographic modes
On Wed, Jan 18, 2017 at 12:10:56AM -0500, Ilia Mirkin wrote: > On Tue, Jan 17, 2017 at 5:42 PM, Alastair Bridgewater > <alastair.bridgewater at gmail.com> wrote: > > HDMI specification 1.4a, table 8-15 is very explicitly a "must > > support at least one of" table, not a "must support all of" table. > > It is not hard to find hardware that does not
2017 Jan 18
0
[PATCH 5/6] drm: Delete "mandatory" stereographic modes
On Wed, Jan 18, 2017 at 6:45 AM, Damien Lespiau <damien.lespiau at intel.com> wrote: > On Wed, Jan 18, 2017 at 12:10:56AM -0500, Ilia Mirkin wrote: >> On Tue, Jan 17, 2017 at 5:42 PM, Alastair Bridgewater >> <alastair.bridgewater at gmail.com> wrote: >> > HDMI specification 1.4a, table 8-15 is very explicitly a "must >> > support at least one
2023 Nov 01
1
Again kea DHCP-Server
Well? I?m not convinced KEA can?t be simple DHCP, though I understand that one would never know that from reading the KEA documentation. The following is a complete KEA configuration suitable to do a single subnet. In fact, you could probably get away with slightly less. I?ve replaced the unique addresses from my environment with placeholders (e.g. <network/mask>), but otherwise, this is a
2023 Nov 02
1
Again kea DHCP-Server
On Nov 2, 2023, at 03:41, Rowland Penny via samba <samba at lists.samba.org> wrote: On Wed, 1 Nov 2023 18:34:44 +0000 Owen DeLong via samba <samba at lists.samba.org> wrote: > Well? I?m not convinced KEA can<x-msg://100/#link>?????? <external.png><https://summary.us1.defend.egress.com/v3/summary?ref=email&crId=65437d017c19b16f36fa287b&lang=en> On Wed, 1
2003 Jul 28
6
snooping - the crux of the problem
I have a computer with two interfaces, say with addresses 192.168.1.1 and 192.168.1.2. I want to set up routing such that when I ping 192.168.1.1 it goes out through 192.168.1.2 and not to the local interface. Is this possible - all my attempts so far have been unsuccessful? If so, pointers, etc. would be gratefully appreciated. Jim -- Jim Redman (505) 662 5156 x85
2017 Jan 17
32
[PATCH 0/6] drm/nouveau: Enable HDMI Stereoscopy
This is an initial implementation of HDMI 3D mode support for the nouveau kernel driver. It works on all of the hardware that I have available to test at the moment, but I am unsure as to the overall approach taken for setting HDMI InfoFrames, there's no support for g84 or gf119 disps, and the criteria for enabling stereo support for an output seems a bit iffy. The first four patches arrange