search for: mhl

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

Did you mean: mcl
2011 Mar 04
1
Question in Chi-squared test, can I do it with percentage data?
Hi all, I know Chi-squared test can be done with the frequency data by R function "chisq.test()", but I am not sure if it can be applied to the percentage data ? The example of my data is as follow: ############################################# KSL MHL MWS CLGC LYGC independent (%) 96.22 92.18 68.54 93.80 85.74 ############################################# Thanks Jeff [[alternative HTML version deleted]]
2016 Jan 26
2
help with signal from monitor
...stinfo/nouveau > I am running under openSuse, but trying to avoid most of the GUIs. I cannot get xset to blank the screen, so I added consoleblank=600 in the grub file to be added to the kernel command line. The system blanks after 10 minutes, as expected. The monitor then displays "HDMI/MHL-1 NO SIGNAL", the monitor blanks, prints another message that says nothing and the monitor is unblanked. I believe that the monitor is sending some sort of "NO SIGNAL" message back to the system, which interprets it to mean send the video signal again. I assumed that there was a...
2020 Mar 03
1
[PATCH][next] drm: Replace zero-length array with flexible-array member
...| 2 +- >> drivers/gpu/drm/vboxvideo/vboxvideo.h | 2 +- >> drivers/gpu/drm/vc4/vc4_drv.h | 2 +- >> drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c | 2 +- >> drivers/gpu/drm/vmwgfx/vmwgfx_surface.c | 2 +- >> include/drm/bridge/mhl.h | 4 ++-- >> include/drm/drm_displayid.h | 2 +- >> include/uapi/drm/i915_drm.h | 4 ++-- > > Not sure it's worth touching uapi headers. They're full of both [0] and > []. Again, please at least split it to a se...
2018 Dec 03
2
[PATCH 1/4] drm/edid: Pass connector to AVI inforframe functions
...if (!connector) > >>> + return false; > >> This actually changes the is_hdmi2_sink value for sil-sii8620. > > Hmm. No idea why they would have set that to true when everyone else is > > passing false. > > > Because false does not work :) More precisely MHLv3 (used in Sii8620) > uses CTA-861-F standard for infoframes, which is specific to HDMI2.0. > > Unfortunately I have no access to MHL specs, but my experiments and > vendor drivers strongly suggests it is done this way. > > This is important in case of 4K modes which are handled...
2018 Dec 04
2
[PATCH 1/4] drm/edid: Pass connector to AVI inforframe functions
...+ return false; > >>>> This actually changes the is_hdmi2_sink value for sil-sii8620. > >>> Hmm. No idea why they would have set that to true when everyone else is > >>> passing false. > >> > >> Because false does not work :) More precisely MHLv3 (used in Sii8620) > >> uses CTA-861-F standard for infoframes, which is specific to HDMI2.0. > >> > >> Unfortunately I have no access to MHL specs, but my experiments and > >> vendor drivers strongly suggests it is done this way. > >> > >> Thi...
2005 Jun 21
1
err:module:import_dll Library VCL30.dpl
I'd love to get a legacy application running under wine (yeah wouldn't we all I hear ya) and I'm up to a point were it's complaining about a missing DLL as per the subject. I can get the missing file from a Windows installation but no matter where I place it (in the applications directory, in the fake_windows/Windows/System directory it doesn't find it. I have edited the
2016 Jan 26
0
help with signal from monitor
...e: > I am running under openSuse, but trying to avoid most of the GUIs. I cannot > get xset to blank the screen, so I added consoleblank=600 in the grub file > to be added to the kernel command line. The system blanks after 10 minutes, > as expected. The monitor then displays "HDMI/MHL-1 NO SIGNAL", the monitor > blanks, prints another message that says nothing and the monitor is > unblanked. I believe that the monitor is sending some sort of "NO SIGNAL" > message back to the system, which interprets it to mean send the video > signal again. I assumed t...
2018 Nov 29
0
[PATCH 1/4] drm/edid: Pass connector to AVI inforframe functions
.... >>> + */ >>> + if (!connector) >>> + return false; >> This actually changes the is_hdmi2_sink value for sil-sii8620. > Hmm. No idea why they would have set that to true when everyone else is > passing false. Because false does not work :) More precisely MHLv3 (used in Sii8620) uses CTA-861-F standard for infoframes, which is specific to HDMI2.0. Unfortunately I have no access to MHL specs, but my experiments and vendor drivers strongly suggests it is done this way. This is important in case of 4K modes which are handled differently by HDMI 1.4 and H...
2016 Jan 26
2
help with signal from monitor
I have an Alienware laptop that has Nvidia GTX 880M hardware driven by this driver. I recently purchased an ASUS_VN289H monitor. When my system gives a blanking command, the monitor returns some sort of lost signal message which causes the monitor to unblank and the time out I requested is cancelled. This is probably more of an HDMI question than specific to this hardware, but I was wondering
2018 Dec 04
0
[PATCH 1/4] drm/edid: Pass connector to AVI inforframe functions
...or) >>>>> + return false; >>>> This actually changes the is_hdmi2_sink value for sil-sii8620. >>> Hmm. No idea why they would have set that to true when everyone else is >>> passing false. >> >> Because false does not work :) More precisely MHLv3 (used in Sii8620) >> uses CTA-861-F standard for infoframes, which is specific to HDMI2.0. >> >> Unfortunately I have no access to MHL specs, but my experiments and >> vendor drivers strongly suggests it is done this way. >> >> This is important in case of 4K m...
2003 Dec 01
0
No subject
...following exchange forwarded to me from my him. > > (It may be just an 'ah, well - someday they'll learn, but it is > a shame) > > (exchange with Epicor follows sig) > > Rich Parker > Director of Engineering > Vermont Public Radio > > -- using template mhl.format -- > Date: Mon, 28 Aug 2000 10:48:11 EDT > To: rparker@vpr.net > > From: Rick@d-b-s.com > Subject: FW: Support for Linux > > Return-Path: <Rick@d-b-s.com> > MIME-Version: 1.0 > X-Mailer: Internet Mail Service (5.5.2650.21) > Content-Type: text...
2018 Nov 21
2
[PATCH 1/4] drm/edid: Pass connector to AVI inforframe functions
On Wed, Nov 21, 2018 at 01:40:43PM +0200, Jani Nikula wrote: > On Tue, 20 Nov 2018, Ville Syrjala <ville.syrjala at linux.intel.com> wrote: > > From: Ville Syrjälä <ville.syrjala at linux.intel.com> > > > > Make life easier for drivers by simply passing the connector > > to drm_hdmi_avi_infoframe_from_display_mode() and > >
2018 Dec 05
0
[PATCH 1/4] drm/edid: Pass connector to AVI inforframe functions
...; + return false; >>>>>> This actually changes the is_hdmi2_sink value for sil-sii8620. >>>>> Hmm. No idea why they would have set that to true when everyone else is >>>>> passing false. >>>> Because false does not work :) More precisely MHLv3 (used in Sii8620) >>>> uses CTA-861-F standard for infoframes, which is specific to HDMI2.0. >>>> >>>> Unfortunately I have no access to MHL specs, but my experiments and >>>> vendor drivers strongly suggests it is done this way. >>>> &g...
2018 Dec 05
0
[PATCH 1/4] drm/edid: Pass connector to AVI inforframe functions
...gt; >>>>>> This actually changes the is_hdmi2_sink value for sil-sii8620. > >>>>> Hmm. No idea why they would have set that to true when everyone else is > >>>>> passing false. > >>>> Because false does not work :) More precisely MHLv3 (used in Sii8620) > >>>> uses CTA-861-F standard for infoframes, which is specific to HDMI2.0. > >>>> > >>>> Unfortunately I have no access to MHL specs, but my experiments and > >>>> vendor drivers strongly suggests it is done this way....
2003 Dec 01
0
No subject
...aundhlni B`l dk p`anr{, sfe d`bmn qr`kn na{wmni op`jrhjni h sqoexmn nrreqmhkn m` brnpni ok`m r`js~ qr`pnlndms~ opnvedsps j`j pechqrp`vh ~phdhweqjncn khv` h ophnaper`er q j`fd{l dmel bqe ank|xe h ank|xe onjknmmhjnb, onrnls wrn: bn-oepb{u, }rn }jnmnlhr B`xe bpel (qpnj pechqrp`vhh ~phdhweqjncn khv` g`mhl`er nr onksrnp` dn dbsu leqveb, ` on cnrnbni jnlo`mhh B{ lnfere m`w`r| p`anr`r| sfe qecndm), bn-brnp{u, me rp`blhpser B`xs mepbms~ qhqrels, r`j j`j oph onjsoje cnrnbni jnlo`mhh B{ hgaec`ere qrpeqqnb, qbg`mm{u qn qp{bnl naey`mm{u B`l qpnjnb pechqrp`vhh B`xecn ~phdhweqjncn khv`, ` }rn w`qrn qksw`erq,...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking
2003 Dec 01
0
No subject
...gt; Date: Sun Sep 9 01:42:03 2001 X-Original-Date: Sun, 9 Sep 2001 12:41:38 +0400 Gdp`bqrbsire! B }rnl ohq|le: - a`g{ d`mm{u opedophrhi dk jnmr`jrnb on }kejrpnmmni onwre; - opncp`ll` dk `brnl`rhweqjni p`qq{kjh }kejrpnmmni onwr{; - a`g{ d`mm{u jpsomeixhu opedophrhi. Jncd` menaundhln a{qrpn h q lhmhl`k|m{lh g`rp`r`lh qnnayhr| nopedekemmni vekebni cpsooe opedophrhi j`js~-khan hmtnpl`vh~, mer mhwecn kswxe, wel qdek`r| }rn on }kejrpnmmni onwre. M`xh a`g{ d`mm{u dk jnmr`jrnb on }kejrpnmmni onwre opedm`gm`wem{ qoevh`k|mn dk }rhu vekei. Lmnche nrphv`rek|mn nrmnqrq j l`qqnb{l }kejrpnmm{l p`qq{kjh, oe...
2004 May 26
1
samba printpdf setup broken in later versions
In the past I've set up a pdf creation utility for windows users based on the info from http://www.linuxgazette.com/issue72/bright.html I.E I've got [pdf-printer] path = /tmp printable = yes guest ok = yes print command = /usr/bin/printpdf %s comment = PDF Writer In my smb.conf and have created a print queue on the windows machine with a postscript driver. The