search for: persnickety

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

2017 Jan 18
2
[PATCH 5/6] drm: Delete "mandatory" stereographic modes
...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 3D Display). > > If we want to be persnickety, one option would be to check the > final list of modes against the table and give some message if > none of them are valid, but it's a whole lot easier just to delete > the code in question. Damien added this in commit c858cfcae6d some 3 years ago. Damien, do you remember why you ad...
2023 Nov 02
2
Again kea DHCP-Server
...elow is an example minimal-ish KEA DHCP4 configuration file. Point > is, I don?t think that the below is particularly complex (all of 56 > lines (additional subnets would require ~17 additional lines each)). > Yes, the JSON syntax isn?t what I would call ?human friendly? and > it?s very persnickety about some things, but it?s workable. > I never said that Kea couldn't be used with Samba, but I can get those 56 lines of Kea conf into 7 lines of dnsmasq config. As I said, if anyone wants to add the Kea config to the Samba wiki, then please do. I just ask that nothing is removed from t...
2017 Jan 17
0
[PATCH 5/6] drm: Delete "mandatory" stereographic modes
...ll 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 3D Display). If we want to be persnickety, one option would be to check the final list of modes against the table and give some message if none of them are valid, but it's a whole lot easier just to delete the code in question. Signed-off-by: Alastair Bridgewater <alastair.bridgewater at gmail.com> --- drivers/gpu/drm/drm_edid....
2017 Jan 18
1
[PATCH 5/6] drm: Delete "mandatory" stereographic modes
...port 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 3D Display). > > > > If we want to be persnickety, one option would be to check the > > final list of modes against the table and give some message if > > none of them are valid, but it's a whole lot easier just to delete > > the code in question. > > Damien added this in commit c858cfcae6d some 3 years ago. > >...
2017 Jan 18
0
[PATCH 5/6] drm: Delete "mandatory" stereographic modes
...t; 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 3D Display). >> > >> > If we want to be persnickety, one option would be to check the >> > final list of modes against the table and give some message if >> > none of them are valid, but it's a whole lot easier just to delete >> > the code in question. >> >> Damien added this in commit c858cfcae6d some 3 ye...
2023 Nov 01
1
Again kea DHCP-Server
...onments I manage. Below is an example minimal-ish KEA DHCP4 configuration file. Point is, I don?t think that the below is particularly complex (all of 56 lines (additional subnets would require ~17 additional lines each)). Yes, the JSON syntax isn?t what I would call ?human friendly? and it?s very persnickety about some things, but it?s workable. Owen "Dhcp4": { "loggers": [ { "name": "kea-dhcp4", "output_options": [ { "output": "syslog:local0" } ], "severity&quo...
2023 Nov 02
1
Again kea DHCP-Server
...elow is an example minimal-ish KEA DHCP4 configuration file. Point > is, I don?t think that the below is particularly complex (all of 56 > lines (additional subnets would require ~17 additional lines each)). > Yes, the JSON syntax isn?t what I would call ?human friendly? and > it?s very persnickety about some things, but it?s workable. > I never said that Kea couldn't be used with Samba, but I can get those 56 lines of Kea conf into 7 lines of dnsmasq config. No doubt? And if I eliminate the JSON syntax pretty only lines, I get close to that in kea. Of course, if I go full ugly JSON...
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