search for: l435

Displaying 7 results from an estimated 7 matches for "l435".

Did you mean: 435
2015 Jun 02
2
Issues with OS/2 and Samba 4
...uth/ntlm_check.c:437(ntlm_password_check) ntlm_password_check: invalid LanMan password length (0) for user TS First, the variable for length in the sourcecode seems wrong: https://git.samba.org/?p=samba.git;a=blob;f=libcli/auth/ntlm_check.c;h=7f91b52a5fd78982d85a300dc610329a7bd9a801;hb=HEAD#l435 I guess it should read "lm_response->length" in the debug message instead of "nt_response->length". The value of "lm_response->length" is actually 1 in this case. So here is the question: are these supposed to work or is this considered legacy/unsupporte...
2018 Mar 02
2
Nouveau Digest, Vol 131, Issue 3
On 03/02/2018 11:29 PM, Ilia Mirkin wrote: > On Fri, Mar 2, 2018 at 5:16 PM, Mario Kleiner > <mario.kleiner.de at gmail.com> wrote: >> On 03/01/2018 07:21 PM, nouveau-request at lists.freedesktop.org wrote: >>> >>> >>> Message: 1 >>> Date: Thu, 1 Mar 2018 08:15:55 -0500 >>> From: Ilia Mirkin <imirkin at alum.mit.edu> >>>
2018 Mar 02
0
Nouveau Digest, Vol 131, Issue 3
...uld support higher bpc over HDMI. However there's no support for that in nouveau right now. I happen to have a monitor (TV) that advertises 12bpc support, so I may play with it. Here's how dithering is controlled: https://github.com/envytools/envytools/blob/master/rnndb/display/nv_evo.xml#L435 (and also exposed in the public display class docs at http://download.nvidia.com/open-gpu-doc/Display-Class-Methods/2/ ) In theory turning off dithering should also flip off that ENABLE bit, but perhaps we messed something up. Or HDMI is extra-special and doesn't respect that bit and always h...
2015 Jun 02
0
Issues with OS/2 and Samba 4
...c:437(ntlm_password_check) > ntlm_password_check: invalid LanMan password length (0) for user TS > > First, the variable for length in the sourcecode seems wrong: > https://git.samba.org/?p=samba.git;a=blob;f=libcli/auth/ntlm_check.c;h=7f91b52a5fd78982d85a300dc610329a7bd9a801;hb=HEAD#l435 > > I guess it should read "lm_response->length" in the debug message > instead of "nt_response->length". > > The value of "lm_response->length" is actually 1 in this case. > > > So here is the question: are these supposed to work o...
2018 Mar 05
2
Nouveau Digest, Vol 131, Issue 3
...MI. However there's no support for that in nouveau > right now. I happen to have a monitor (TV) that advertises 12bpc > support, so I may play with it. > > Here's how dithering is controlled: > > https://github.com/envytools/envytools/blob/master/rnndb/display/nv_evo.xml#L435 > > (and also exposed in the public display class docs at > http://download.nvidia.com/open-gpu-doc/Display-Class-Methods/2/ ) > > In theory turning off dithering should also flip off that ENABLE bit, > but perhaps we messed something up. Or HDMI is extra-special and > doesn&...
2016 Mar 12
2
RFC: Pass to prune redundant profiling instrumentation
...nter updates in the same BB > https://ghostbin.com/paste/qus2s#L286 - 3 counter updates in the same BB > https://ghostbin.com/paste/qus2s#L261 - 2 counter updates in the same BB > https://ghostbin.com/paste/qus2s#L191 - 5 counter updates in the same BB > https://ghostbin.com/paste/qus2s#L435 - 9 counter updates in the same BB > https://ghostbin.com/paste/qus2s#L373 - 2 counter updates in the same BB > > It seems like the "identical counter merge" leaves a lot on the table that > even a simple BB-at-a-time counter fusion approach would get right. > > Also, no...
2016 Mar 12
2
RFC: Pass to prune redundant profiling instrumentation
> On Mar 11, 2016, at 5:28 PM, Sean Silva <chisophugis at gmail.com> wrote: > > > > On Fri, Mar 11, 2016 at 12:47 PM, Vedant Kumar <vsk at apple.com> wrote: > There have been a lot of responses. I'll try to summarize the thread and respond > to some of the questions/feedback. > > > Summary > ======= > > 1. We should teach GlobalDCE to