search for: l810

Displaying 8 results from an estimated 8 matches for "l810".

Did you mean: 810
2020 Jun 18
1
How to compile gnutls to samba-4.12.3
...t;integration if you use Heimdal Kerberos I think gnutls of Centos 7still >enough [3] . > >[1] >https://github.com/sergiomb2/SambaAD >https://copr.fedorainfracloud.org/coprs/sergiomb/SambaAD/packages/ > >[2] >https://github.com/sergiomb2/SambaAD/blob/master/samba/samba.spec#L810 > > >[3] >https://github.com/sergiomb2/SambaAD/blob/master/README.md >https://wiki.samba.org/index.php/Running_a_Samba_AD_DC_with_MIT_Kerberos_KDC#Experimental_Feature > > Thank for write me back. So I have to search for compat-gnutls34 and compat-nettle3 package and instal...
2020 Jun 18
3
How to compile gnutls to samba-4.12.3
Hello all; sorry almost the offtopic. I want to upgrade to samba-4.12.3.tar.gz on CentOS 7 and has problem installing gnutls. As said in wiki, to install samba-4.12.3 you need to install a version equal to or greater than 3.4.7 of gnutls. This (gnutls) depends on nettle and gmp. I am trying to install gnutls-3.6.14; I already have gmp (gmp-6.2.0) and nettle (nettle-3.6) installed (compiled
2020 Jun 18
0
How to compile gnutls to samba-4.12.3
....4.7 if you will use MIT Kerberos integration if you use Heimdal Kerberos I think gnutls of Centos 7still enough [3] . [1] https://github.com/sergiomb2/SambaAD https://copr.fedorainfracloud.org/coprs/sergiomb/SambaAD/packages/ [2] https://github.com/sergiomb2/SambaAD/blob/master/samba/samba.spec#L810 [3] https://github.com/sergiomb2/SambaAD/blob/master/README.md https://wiki.samba.org/index.php/Running_a_Samba_AD_DC_with_MIT_Kerberos_KDC#Experimental_Feature > -- > Rommel Rodriguez Toirac > rommelrt at nauta.cu > -- > Rommel Rodriguez Toirac > rommelrt at nauta.cu -- S?r...
2007 Mar 14
0
#content_column and polymorphic columns
...! I'm need to use ActiveRecord::Base#content_columns, but this method does not filter out columns suffixed with _type, which is what polymorphism uses. I checked the 1.2 branch and trunk, and both don't do it: http://dev.rubyonrails.org/browser/trunk/activerecord/lib/active_record/base.rb#L810 Is that considered a bug ? I'll whip up a test and patch if that is indeed a bug. Bye ! -- François Beausoleil http://blog.teksol.info/ http://piston.rubyforge.org/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Grou...
2020 Feb 25
2
[PATCH 04/12] drm: Nuke mode->vrefresh
...ks quite sketchy due to rounding. > > https://elixir.bootlin.com/linux/latest/source/drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c#L42 msleep() is in no way accurate so looks rather sketchy as well. > https://elixir.bootlin.com/linux/latest/source/drivers/gpu/drm/tilcdc/tilcdc_crtc.c#L810 Another thing that suffers from rounding issues. So to me these all look like code that someone should fix regardless. -- Ville Syrj?l? Intel
2020 Feb 25
0
[PATCH 04/12] drm: Nuke mode->vrefresh
...gt; > > > > https://elixir.bootlin.com/linux/latest/source/drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c#L42 > > msleep() is in no way accurate so looks rather sketchy as well. > > > https://elixir.bootlin.com/linux/latest/source/drivers/gpu/drm/tilcdc/tilcdc_crtc.c#L810 > > Another thing that suffers from rounding issues. > > So to me these all look like code that someone should fix regardless. OK, so I went ahead a wrote a bit of cocci [1] to find the bad apples. Unfortunately it found a lot of strange stuff: panel-sony-acx424akp.c:51/sony_acx424a...
2020 Feb 25
2
[PATCH 04/12] drm: Nuke mode->vrefresh
On Mon, Feb 24, 2020 at 03:14:54PM +0100, Andrzej Hajda wrote: > On 19.02.2020 21:35, Ville Syrjala wrote: > > From: Ville Syrj?l? <ville.syrjala at linux.intel.com> > > > > Get rid of mode->vrefresh and just calculate it on demand. Saves > > a bit of space and avoids the cached value getting out of sync > > with reality. > > > > Mostly done
2020 Feb 25
0
[PATCH 04/12] drm: Nuke mode->vrefresh
...matters: https://elixir.bootlin.com/linux/latest/source/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_cmd.c#L387 https://elixir.bootlin.com/linux/latest/source/drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c#L42 https://elixir.bootlin.com/linux/latest/source/drivers/gpu/drm/tilcdc/tilcdc_crtc.c#L810 Regards Andrzej > >> >> Regards >> >> Andrzej >> >> >>> .flags = DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC, >>> }, >>> }, >>> @@ -167,7 +166,6 @@ static const struct versatile_panel_type versatile_panels[] =...