Displaying 20 results from an estimated 43 matches for "pvp".
Did you mean:
pop
2013 Dec 15
1
Is binary firmware still necessary for GTX660 card (NVE0 family) in order to use DRM and/or VDPAU video acceleration?
Hi,
just a note for everybody who stumble across this thread in the future in
order to bring this thread to a proper end.
If I run the kernel with
nouveau.debug="PVP=debug,PBSP=debug,PPPP=debug"
I see messages about the firmware files gettings loaded. If the firmware files are
missing, I get some warnings/errors. So far everything works as expected.
But if I invoke "mplayer" with the "-vo vdpau -vc ..." option either way
mplayer cla...
2006 Sep 05
4
Two submitted packages
...rent.viewport()
cpv$clip <- "off"
pushViewport(cpv)
panel.xyplot(x, y, ...)
popViewport()
})
## R version 2.4.0 Under development (unstable) (2006-08-14 r38872)
## gives the error message
Error in grid.Call.graphics("L_setviewport", pvp, TRUE) :
LOGICAL() can only be applied to a 'logical', not a 'character'
>
## Question 1. How do I place a trace() on grid.Call.graphics to make
## it stop and give me a traceback. I tried many variations of the
## command
## trace(grid:::grid.Call.graphics, exit=r...
2018 Apr 24
2
[PATCH] vhost_net: use packet weight for rx handler, too
...will get unfair scheduling between rx and tx.
Tying such limit to the queue length makes it less effective for
large queue length values and can introduce large process
scheduler latencies, so a constant valued is used - likewise
the existing bytes limit.
The selected limit has been validated with PVP[1] performance
test with different queue sizes:
queue size 256 512 1024
baseline 366 354 362
weight 128 715 723 670
weight 256 740 745 733
weight 512 600 460 583
weight 1024 423 427 418
A packet weight of 256 gives peek performances in under all the
tested scenarios.
No measurable regress...
2009 Mar 09
1
Assertion in dtrace
..., parts of the provider were
provided by an extension loaded by the program. As a result the
function-entry probe already exists. Now if I compile my program with my
probes which reimplement function-entry (so provider name and probe name
match), I get the following error:
Assertion failed: strcmp(pvp->pv_desc.dtvd_name, pdp->dtpd_provider) ==
0, file ../common/dt_provider.c, line 246
Do you know how dtrace get''s it''s information about the old provider and
how I can remove it?
In this case were are talking about the dtrace extension of php
distributed with OpenSolaris....
2014 Jan 15
0
[Bug 58378] [NV86] Distorted graphics on NVIDIA GeForce 8400M G after upgrade the kernel to 3.7.0 version
...18.984164] nouveau E[ PTHERM][0000:01:00.0] unhandled intr 0x00000161
I believe this is unrelated.
>
> When I use the kernel option nouveau.config=PCRYPT=0 it doesn't eliminate
> the errors and X still hangs when resuming.
It should eliminate the 10200c error. The others are from PVP and PBSP, you
could do like nouveau.config=PCRYPT=0,PVP=0,PBSP=0,PMPEG=0 -- that should have
the same effect as my patch for your hardware. (I think.)
> I was not sure if I have to set the parameter in quotes.
Not necessary, but I *think* it'll work with quotes as well. Not sure.
> As...
2010 Oct 30
3
World of Warcraft on Linux Mint or Ubuntu, a doubt
...at patch 3.3.5 and will be for a long time
So, my question is
Now, with a newer Wine version (which rates as platinum patch 3.3.5) and a new Linux Mint distribution (Based on Maverick Veerkat)
will my World of Warcraft game, run better than what i told you?, at least a lot more FPS while doing some PVP?
Thanks a lot for your answers and my apologies for my bad english
2009 Feb 26
1
bottom legends in ggplot2 ?
Has anyone had success with producing legends to a qplot graph such that the legend is placed on the bottom, under the abcissa rather than to the right hand side ?
The following doesn't move the legend:
library(ggplot2)
qplot(mpg, wt, data=mtcars, colour=cyl, gpar(legend.position="bottom") )
I am using ggplot2_0.8.2.
Thanks in advance,
Avram
2014 Dec 16
11
[Bug 87361] New: [NV4C] Kernel lock-up after booting to desktop in Fedora 20 & 21 (Nvidia Geforce 6100 IGP)
...ll but I haven't tested
others besides Fedora 20 and 21.
I have applied a kmsg dump to this post as well, which was taken while the
freeze occured.
To solve the problem the following things have been tried in cooperation with
nouveau IRC user (RSpliet):
- Because the kmsg dump complained about PVPE support, while this graphics chip
doesn't have PVPE support, first applying nouveau.config=PVP=0 as kernel
parameter has been tried. Unfortunately this still caused the lock-up.
- After the above attempt the kernel parameter nouveau.config=NvMSI=0 had been
applied, without the nouveau.config=P...
2023 Dec 03
1
Meaning of the engines in paramaters of nouveau module
In https://nouveau.freedesktop.org/KernelModuleParameters.html, there is:
Here is a list of engines:
DEVICE
DMAOBJ
PBSP
PCE0
PCE1
PCE2
PCRYPT
PDISP
PFIFO
PGRAPH
PMPEG
PPM
PPPP
PVP
SW
Also, in debug:
CLIENT
I have tried to find a description of those.
https://envytools.readthedocs.io/en/latest/
help a bit, but I don't find a precise correlation.
https://nouveau.freedesktop.org/NouveauTerms.html
does not seems to have most of these terms.
I am particularly curiou...
2023 Dec 05
1
Meaning of the engines in paramaters of nouveau module
...s://nouveau.freedesktop.org/KernelModuleParameters.html, there is:
> Here is a list of engines:
> DEVICE
> DMAOBJ
> PBSP
> PCE0
> PCE1
> PCE2
> PCRYPT
> PDISP
> PFIFO
> PGRAPH
> PMPEG
> PPM
> PPPP
> PVP
> SW
> Also, in debug:
> CLIENT
>
> I have tried to find a description of those.
> https://envytools.readthedocs.io/en/latest/
> help a bit, but I don't find a precise correlation.
>
> https://nouveau.freedesktop.org/NouveauTerms.html
> does not seems to hav...
2006 Mar 15
1
How to get correct proportions/bounding box for latex figure?
...be to add the
additional arguments
width=3.0, height=1.0, horizontal=FALSE,
onefile=FALSE, paper="special"
to the trellis.device(postscript...) call.
(The width/height arguments are required: without them
R gives an error
"Error in grid.Call.graphics("L_setviewport", pvp,
TRUE) :
Non-finite location and/or size for
viewport")
Fine, but how then do I know what width and height
are, and why should
I have to specify this? Unless I get them in exactly
the right ratio,
the figures are going to be stretched (including the
fonts, which will
not look pr...
2011 Jul 01
1
Aion 2.5.0.x on Sabayon 6
Guys I'm making this post because the wine tests details section get truncated but most of it was for Sabayon users:
----
-What Works-
PvE, PvP, menu's etc...
I was getting pretty good frames too depending on where and what I was doing between 30-90FPS I would say average PvE around 70FPS and in cities with PvP between 30-60FPS.
What Doesn't Work
64-bit client (going to work on that next)
The new "High Quality" engine...
2013 Dec 12
4
Is binary firmware still necessary for GTX660 card (NVE0 family) in order to use DRM and/or VDPAU video acceleration?
Hello,
I run the Gentoo Linux distribution and use a self-compiled Linux 3.10.17
kernel. According to
[1] http://nouveau.freedesktop.org/wiki/InstallDRM/
[2] http://nouveau.freedesktop.org/wiki/VideoAcceleration/
I need the original firmware from the binary driver in order to sucessully
use DRM and to use VDPAU video acceleration. I used the python script from
[2] and I had a look at the ebuild
2013 Jun 04
0
[PATCH] nouveau: Load firmware for BSP/VP engines on NV84-NV96, NVA0
...************************************************
> @@ -37,6 +41,7 @@ struct nv84_vp_priv {
>
> static struct nouveau_oclass
> nv84_vp_sclass[] = {
> + { 0x7476, &nouveau_object_ofuncs },
> {},
> };
>
> @@ -44,11 +49,27 @@ nv84_vp_sclass[] = {
> * PVP context
> ******************************************************************************/
>
> +static int
> +nv84_vp_engctx_ctor(struct nouveau_object *parent,
> + struct nouveau_object *engine,
> + struct nouveau_oclass *oclass, void *data, u...
2014 Feb 24
4
[Bug 75464] New: [nv4e] [vdpau] causes hangs
https://bugs.freedesktop.org/show_bug.cgi?id=75464
Priority: medium
Bug ID: 75464
Assignee: nouveau at lists.freedesktop.org
Summary: [nv4e] [vdpau] causes hangs
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: All
Reporter: ronald645 at gmail.com
Hardware:
2010 Jun 08
3
Tool for convert VMware to Xen
Hi,
Somebody know any tool for convert Virutal machines from Vmware for Xen , I
have used *qemu-img* but not work.
Thanks .
Bruno Steven
--
Bruno Steven - Administrador de sistemas.
LPIC-1 - LPI ID: lpi000119659 / Code: p2e4wz47e4
https://www.lpi.org/caf/Xamman/certification
MCP-Windows 2003 - TranscriptID: 793804 / Access Code: 080089100
2014 Aug 20
26
[Bug 82835] New: GeForce 8800 GS VDPAU h264 decoding hang
https://bugs.freedesktop.org/show_bug.cgi?id=82835
Priority: medium
Bug ID: 82835
Assignee: nouveau at lists.freedesktop.org
Summary: GeForce 8800 GS VDPAU h264 decoding hang
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: randrik at mail.ru
2006 Mar 13
2
panic: ffs_valloc: dup alloc
I get the above panic after nfs clients attach to this nfs server and
being read/write ops on it after an unclean shutdown. I've fsck'ed the
fs, and it marks it as clean, but I get this every time. It's an NFS
share of a GEOM stripe (about 2TB).
mode = 0100600, inum = 58456203, fs = /mnt
panic: ffs_valloc: dup alloc
I do have dumps from two crashes so far.
This is
2002 May 02
0
biplot labels
...quot;m" is my initial data frame, which has the variable "code" as row.names, and another variable "name" that I'd
like to use as labels for the points.
> attach(m)
> t <- subset(m, comm == "59512", select=c(pvviol,pcamb,pvvoit,pvroul,pinc,pdeg,ptot,pvp,pmin))
> library(mva)
> a <- princomp(na.omit(t),cor=TRUE)
I have tried some complicated things like
> biplot(a, cex=0.6, xlabs = subset(m, (comm == "59512") & !(is.na(pvviol)), select = name))
(because I have two points who have missing values), but it doesn't work...
2010 Oct 07
0
Re: Still can't install from NanoCorp
...a Legs with Get WOW Gold (http://www.storeingame.com/).That is the most easy and fast way to Buy WOW Gold (http://www.zyy.com/) in the world. Come on! What are you waiting for(Buy WOW Gold (http://www.shinywowgold.com/))? It should be interesting to see that there'll be a new dimension to world PVP with the new water mechanics in Vashj'ir. This isn't implemented in the rest of WOW(Metin2 Yang (http://www.brothergame.com/)) Azeroth, but a passive buff in the new underwater zone called Sea Legs grants water breathing, a 60 percent movement boost and faster movement on the sea floor. It...