Displaying 20 results from an estimated 60 matches for "mmt".
Did you mean:
fmt
2016 Apr 05
2
a few questions about OpenGL and nouveau
...everything.
So I have a simple OpenGL program that draws a black background and a white
line... I will write the code of myline() inside of main() so as I can
learn.
main (..) {
X and glX stuff...
/* at this moment I think what was sent to the card was the
nv30_screen_create(...)
that valgrind--mmt outputs 0x4e000 in the first line of valgrind--mmt hex
until
PUSH_DATA (push, NV05_SIFM_COLOR_CONVERSION_TRUNCATE); which happens to be
line 65
of valgrind--mmt output */
glViewport(...);
void mydrawline(void)
{
glClearColor(0.0, 0.0, 0.0, 1.0);
glClear(GL_COLOR_BUFFER_BIT);
/* at this p...
2020 Jun 22
0
valgrind-mmt: rebased against latest upstream valgrind release v3.16.1
As an update to the nouveau development community, the downstream fork of
Valgrind with a mmap tracing tool ("mmt") we maintain has been rebased
against the latest upstream release of Valgrind, v3.16.1
Code branch: https://github.com/envytools/valgrind/tree/mmt-3.16.1
Features of upstream Valgrind 3.16.x:
https://www.valgrind.org/docs/manual/dist.news.html
In selected highlights, the benefits of tracki...
2015 Nov 30
4
NV50 compute support questions
Hi,
On 26-11-15 13:52, Samuel Pitoiset wrote:
<snip>
>> I do not have a GK106, I've a GK208, and IIRC that one is known to not
>> work,
>> I guess I can give it a try.
>
> Compute support is not supported on GK110+, yeah...
>
> If you provide me a MMT trace of, for example, vectorAdd from the CUDA samples I could have a look.
Ok, here is a MMT trace of vectorAdd:
https://fedorapeople.org/~jwrdegoede/vectorAdd.log.gz
Regards,
Hans
2016 Apr 05
0
a few questions about OpenGL and nouveau
...gram that draws a black background and a white
> line... I will write the code of myline() inside of main() so as I can
> learn.
>
> main (..) {
> X and glX stuff...
>
> /* at this moment I think what was sent to the card was the
> nv30_screen_create(...)
> that valgrind--mmt outputs 0x4e000 in the first line of valgrind--mmt hex
> until
You'll want to use demmt, part of envytools. It should auto-decode
stuff. If it doesn't, let me know (and send me the mmt).
> PUSH_DATA (push, NV05_SIFM_COLOR_CONVERSION_TRUNCATE); which happens to be
> line 65
> o...
2019 Aug 14
1
Video Hardware Decoding: Jittery Rectangles on Nvidia GT218 NVA8 VP4.
...ps://nouveau.freedesktop.org/wiki/VideoAcceleration/ - see note #4.
That sounds like the problem, but it is all the way through TV programme
from the BBC iPlayer's service.
> I have, over time, collected some sample videos where this happens in
> the first few frames. The plan was to do mmt traces of the blob
> driver, and figure out what it was doing differently. If this is
> something you're interested in, I'd be happy to provide some guidance.
I've two mmio traces, nouveau and nvidia, each using mpv(1) to play the
same ten-second extract of an iPlayer MP4, with a...
2016 Mar 01
4
GSOC 2016 Aspirant for Kepler Accelerated Video Encoding;
Hi,
First of all, congratulations to the X.org team for selection into
Google Summer of Code 2016.
I would like to participate to Google Summer of Code 2016 by
contributing to Kepler Accelerated Video Encoding for Nouveau.
I request you to kindly guide me as to how to get started with this project.
Regards,
Saket Sinha
2009 Jan 22
1
Extra rows of 'NAs' in imported dataset
...a small (581 rows, 9 vars) dataset into R
(2.7.0., Mac OS 10.5.5). The dataset was created in Excel 2008 from a
datadump from an Oracle database. I've done this many times before and had
no problems.
The dataset ("a") appears to have extra rows filled with NAs. For example,
> a[a$mmt.dose == 10, ]
ID COHORT F st.y st.m st.d days md mmt.dose
NA NA <NA> <NA> NA NA NA NA <NA> NA
NA.1 NA <NA> <NA> NA NA NA NA <NA> NA
NA.2 NA <NA> <NA> NA NA NA NA <NA> NA
NA.3...
2006 Mar 11
1
NetWare Support
Does this list supports the NetWare version (rsync.nlm)? if not does anyone know of a list that does? I'm having all sorts of issues with this ported version on my NetWare 6.5 server.
Thanks
Jon L. Miller, ASE, CNS, CLS, MCNE, CCNA
Director/Sr Systems Consultant
MMT Networks Pty Ltd
http://www.mmtnetworks.com.au
Resellers for: Novell Gold Partner, Cisco Partner, Peopletelecom, Westnet, Sophos Anti-Virus, CA Products
"I don't know the key to success, but the key to failure
is trying to please everybody." -Bill Cosby
-------------- next part ----...
2015 Apr 24
2
nouveau X nvidia
Hi, just a question.
If I had two systems, one with nouveau and the other with nvidia. And then
I valgrind
glxgears, for example.
Would valgrind's output: 1- be the same in both systems? 2- be as much
close as
possible in both systems (the differences being due to implementations in
the
proprietary driver which are not implemented in nouveau) ? 3- or would it
be entirely
different in both
2011 Sep 07
3
WinRAR 4.01 Windows & 7-zip Benchmarks on Wine...
Winrar for linux does not have Benchmark.
same with 7z.
have installed Winrar & 7zip 32-bits for windows,
could not install 64-Bit versions.
*did not installed in KXStudio 10.x Generic Kernel...
*but installed ok in KXStudio 10.x with RT Kernel.
also Ubuntu 10.x generic kernel.
Board:
MSI X58 Eclipse sli
i7 920
with Visa sp1 x64 Winrar 4 benchmark did: 4040kb/s
with W7 x64 did: 3030kb/s
2015 Nov 30
0
NV50 compute support questions
...rote:
>
> <snip>
>
>>> I do not have a GK106, I've a GK208, and IIRC that one is known to not
>>> work,
>>> I guess I can give it a try.
>>
>>
>> Compute support is not supported on GK110+, yeah...
>>
>> If you provide me a MMT trace of, for example, vectorAdd from the CUDA
>> samples I could have a look.
>
>
> Ok, here is a MMT trace of vectorAdd:
>
> https://fedorapeople.org/~jwrdegoede/vectorAdd.log.gz
You don't have permission to access /~jwrdegoede/vectorAdd.log.gz on
this server.
Unfortuna...
2015 Nov 30
0
NV50 compute support questions
...itoiset wrote:
>
> <snip>
>
>>> I do not have a GK106, I've a GK208, and IIRC that one is known to not
>>> work,
>>> I guess I can give it a try.
>>
>> Compute support is not supported on GK110+, yeah...
>>
>> If you provide me a MMT trace of, for example, vectorAdd from the CUDA
>> samples I could have a look.
>
> Ok, here is a MMT trace of vectorAdd:
>
> https://fedorapeople.org/~jwrdegoede/vectorAdd.log.gz
Hi Hans,
Thanks a lot.
>
> Regards,
>
> Hans
--
-Samuel
2017 May 05
2
CentOS 7 cloned VM cannot boot
On 5/5/2017 9:10 ??, Marcelo Roccasalva wrote:
> xfs_admin -U restore /dev/vdal
Bingo!
I had to unmount the boot partition (being in Troubleshooting mode), run
the above command, which provided a new UUID and at last the partition
was recognized as xfs. (I forgot to copy the output to paste here.)
I then mounted the boot partition again, chrooted, grub2-install'ed
successfully,
2004 Nov 26
0
Re[4]: [Asterisk-Dev] Asterisk Hardware Platform - Intel x86 versus Intel RISC Xscale (ARM)
...eech, audio and video codecs like G.729, G.723, G.726, G.728,
GSM, MP3, MPEG-4, etc. are optimized for Xscale architecture using
integrated DSP functionality.
2nd we are not care about host CPU Speech coding because we are in
process of development of USB/PCI Device named Multimedia Transcoder
(MMT) which will handle simultaneously from 16 up to 256 Codecs. This
codec will be available Apr-May 2005. The price will be between $400
and $1000. Using this MMT you can use 50 MHz CPU for Asterisk.
--
Best regards,
Miroslav mailto:miro@space-comm.com
Thursday, Novembe...
2005 Jan 28
1
Windows XP Pro cannot access Samba
...PC and tried logging in via the domain it complained about not having
permission or an account which I've verified and have redone several
times, but still I cannot login.
Anyone have any information on how to fix this.
--
-------------------------------------
Jon L. Miller, MCNE CNS LSP CCNA
MMT Networks Pty Ltd
Perth, Western Australia
email: jlmiller@mmtnetworks.com.au
web: www.mmtnetworks.com.au
2005 Dec 18
0
WXPPSP2 issue
...g to a Samba v3 server (domain ). Does anyone have any traces from a ethereal trace or any special info that I can look at.
User has account in /etc/passwd file also in smbpasswd file. PC has account in /etc/smbpasswd also.
Jon L. Miller, ASE, CNS, CLS, MCNE, CCNA
Director/Sr Systems Consultant
MMT Networks Pty Ltd
http://www.mmtnetworks.com.au
Resellers for: Novell Gold Partner, Cisco Partner, Peopletelecom, Westnet, Sophos Anti-Virus,
"I don't know the key to success, but the key to failure
is trying to please everybody." -Bill Cosby
-------------- next part --------------...
2007 Nov 11
1
nv50 microcode/shader format
...p://www.cs.rug.nl/~wladimir/decuda/
I'm not yet sure if pixel/vertex shaders use the same instruction format as
the compute shaders used by CUDA, but you'd think so, as nv50 is supposed to
have unified shader units. If anyone can help me a bit in finding the shader
instructions in valgrind-mmt-extend of mmiotrace dumps that'd be a great
help. I haven't had much luck yet with that. Is there a way to "pretty
print" the output of those programs, I mean, fill in the registers already
known?
Greetings,
Wladimir J. van der Laan
-------------- next part --------------
An HTML...
2015 Dec 02
3
NV50 compute support questions
On 01-12-15, Samuel Pitoiset wrote:
>>> Ok, here is a MMT trace of vectorAdd:
>>>
>>> https://fedorapeople.org/~jwrdegoede/vectorAdd.log.gz
>>
>> Hi Hans,
>>
>> Thanks a lot.
>
> Well, I didn't know but Martin has a GK208...
> I just tested the compute support on his card and ... it works wit...
2019 Jul 27
3
Video Hardware Decoding: Jittery Rectangles on Nvidia GT218 NVA8 VP4.
Hi,
I'm having trouble with hardware decoding of video with mpv(1) having
switched from Nvidia's proprietary driver to nouveau due to Arch Linux
removing its nvidia-340xx package.
The machine is an Acer Revo.
$ lspci -nn | grep VGA
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GT218 [ION] [10de:0a64] (rev a2)
I think this is codename NVA8 with the
2019 Jul 29
1
Video Hardware Decoding: Jittery Rectangles on Nvidia GT218 NVA8 VP4.
...t;snip>
>> Unfortunately I've never tracked down the cause for this.
>> https://nouveau.freedesktop.org/wiki/VideoAcceleration/ - see note #4.
>>
>> I have, over time, collected some sample videos where this happens in
>> the first few frames. The plan was to do mmt traces of the blob
>> driver, and figure out what it was doing differently.
<snip>
I don't really know anything about hw coding, but looking from the outside, it
seems some kind of ring buffer with exact 3 frames maybe intended to work kinda
like using tripple buffering? I know...