similar to: ati fglrx vs amdgpu absolutely mad on R5 m255 vs IRIS P520

Displaying 20 results from an estimated 200 matches similar to: "ati fglrx vs amdgpu absolutely mad on R5 m255 vs IRIS P520"

2015 Nov 05
0
NOUVEAU(0): DRI3 on EXA enabled
On 04.11.2015 12:27, poma wrote: > On 04.11.2015 11:57, Martin Peres wrote: >> On 02/11/15 08:28, poma wrote: >>> An interesting results. >>> >>> DRI2: >>> >>> $ vblank_mode=0 glxgears >>> ATTENTION: default value of option vblank_mode overridden by environment. >>> 6321 frames in 5.0 seconds = 1264.103 FPS >>> 6380
2015 Nov 02
2
NOUVEAU(0): DRI3 on EXA enabled
An interesting results. DRI2: $ vblank_mode=0 glxgears ATTENTION: default value of option vblank_mode overridden by environment. 6321 frames in 5.0 seconds = 1264.103 FPS 6380 frames in 5.0 seconds = 1275.943 FPS 6369 frames in 5.0 seconds = 1273.629 FPS 6377 frames in 5.0 seconds = 1275.322 FPS 6387 frames in 5.0 seconds = 1277.330 FPS 6407 frames in 5.0 seconds = 1281.337 FPS 6381 frames in
2015 Nov 04
3
NOUVEAU(0): DRI3 on EXA enabled
On 04.11.2015 11:57, Martin Peres wrote: > On 02/11/15 08:28, poma wrote: >> An interesting results. >> >> DRI2: >> >> $ vblank_mode=0 glxgears >> ATTENTION: default value of option vblank_mode overridden by environment. >> 6321 frames in 5.0 seconds = 1264.103 FPS >> 6380 frames in 5.0 seconds = 1275.943 FPS >> 6369 frames in 5.0 seconds =
2008 Jan 08
0
[fdo] Intel G35 / X3500 video tearing
I've recently set up a system built on an ASUS P5E-VM HDMI motherboard running Ubuntu 7.10 and I'm experiencing some very noticeable tearing during video playback with mplayer. I have read some discussion about video tearing with other Intel chipsets in the mailing list a while back but hadn't heard much about it lately. I've experimented with both xv and gl video output as well
2015 Nov 04
0
NOUVEAU(0): DRI3 on EXA enabled
On 02/11/15 08:28, poma wrote: > An interesting results. > > DRI2: > > $ vblank_mode=0 glxgears > ATTENTION: default value of option vblank_mode overridden by environment. > 6321 frames in 5.0 seconds = 1264.103 FPS > 6380 frames in 5.0 seconds = 1275.943 FPS > 6369 frames in 5.0 seconds = 1273.629 FPS > 6377 frames in 5.0 seconds = 1275.322 FPS > 6387 frames in
2006 Apr 13
3
What does "rbind(iris[,,1], iris[,,2], iris[,,3])" do?
It's in the Venables & Ripley MASS (ed 3) book in the section on principal components. The context is as follows > ir <- rbind(iris[,,1], iris[,,2], iris[,,3]) > ir.species <- factor(c(rep("s",50),rep("c",50),rep("v",50))) (then they use brush(ir) which I guess is not an R function) and then > princomp(log(ir[1:4]),cor=T) (there is no [1:4]
2013 Nov 19
0
XenProject.org Question: VGA Passthrough of Intel Iris Pro GT3e?
From the Questions section of the XenProject.org site: Tony writes, "Does VGA Passthrough support Intel Iris Pro GT3e?" If anyone knows, you can send the reply to me and I will crosspost, or you can answer directly on the XenProject.org site. Many thanks, Russ Pavlicek Xen Project Evangelist
2010 Sep 29
2
What's the meaning of "Species ~ ." in IRIS data
I am refering to a function call like this: >data(iris) >x <- svmlight(Species ~ ., data = iris) I tried to see the content of it by typing: > Species ~ . but it gives nothing. How can I see it's content ? - P.Dubois
2003 Nov 05
1
save(iris,file="clipboard",ascii=TRUE)
Is this a bug? I thought that "clipboard" could always be substituted for a filename when dealing with ASCII files. > data(iris) > save(iris,ascii=TRUE,file="clipboard") Error in file(file, "wb") : `mode' for the clipboard must be `r' or `w' Also this (where gclip is a utility found at unxutils.sourceforge.net that copies its standard input to the
2009 Oct 17
1
Easy way to `iris[,-"Petal.Length"]' subsetting?
Dear all What is the easy way to drop a variable by using its name (and not its number)? Example: > data(iris) > head(iris) Sepal.Length Sepal.Width Petal.Length Petal.Width Species 1 5.1 3.5 1.4 0.2 setosa 2 4.9 3.0 1.4 0.2 setosa 3 4.7 3.2 1.3 0.2 setosa 4 4.6 3.1
2005 Jul 13
4
Where's iris?
Hi: Where is the iris data set actually located in the R 2.1.0 folder (under W XP)? Is it a text file or it is a binary file? Ruben
2004 May 12
1
wine and Lotus Notes R5
I have installed Lotus Notes r5 on a Debian box via wine, and I did this by "wine /path to setup.exe" and now when I execute "wine /pathtonotes.exe or /pathtonlnotes.exe" a splash screen for notes r5 comes up and goes away and wine reports it as below: Wine exited with a successful status Debian kernel 2.4.25 wine version 0.0.20040309-1 notes version 5.0.10 Jim
2001 Aug 16
1
Deadlock occurring while opening documents in Notes R5
Version is cvs checkout today at approx 0900 CET. Running on a debian/unstable box with dist-upgrade as of 0830 CET today, and with no windows installed. Problem can easily be reproduced, and deadloc happens everytime I do this. Open database, everything is fine, open document.. wait a few seconds and wine hangs. output from wine: -- err:win32:_EnterSysLevel (0x4075062c, level 2): Holding
2011 Feb 28
0
R5 multiple inheritance
Hi all - Is anyone aware of any solutions (or workarounds) for R5 classes that allow multiple inheritance? Alternatively, if anyone has ideas about how where I may be able to start, I'm willing to delve into dark magic. It's presently possible to give multiple superclasses in contains, but method dispatch only behaves correctly for the first of them. I don't *think* this has changed
2014 Feb 01
1
Running examples with R5 constructor from package failing
I am having an issue with reference classes (R5) in a package I am developing. They have both been illustrated in the `roxygentest` package I've got hosted on Github [1].? When I run `R CMD check .` on the source directory of my package I am told that: > Error: could not find function "Blob" However, when I install and load the package, I can successfully run the command in the
2012 Jun 25
1
Very simple question R5 setRefClass and Initialize
Hi, New to this list, and glad I found R5 which si a great improvement to R for my work. Something seems odd anyway, when I do a setRefClass, the initialize method execute at the class definition. I would like it to execute only when an instance is created. How can I do that? I found no way to test if the code execution is when the class definition happens or when a $new instance is created.
2012 Feb 21
1
Private Variables in R5-Classes possible?
Hi list, is there a way to define some kind of private Variable? I would like to prevent the user from manipulating fields on his own, in order to not destroy data structures. The problem is, that as soon as the variable exists in the environment it is accessible via t$secret_value. test <- setRefClass("test", fields=list( secret = function(value){ cat("the function was
2018 Oct 27
1
Linux 4.19 slowdown / crash - nouveau - Ubuntu 18.10 / Alienware 17 R5
Hi all. I've reported a bug over at the Ubuntu bug tracker: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1799180 Given the logs in kern.log it certainly looks like the nouveau driver is the culprit. The system becomes incredibly slow ultimately becoming unusable, and the fan screams. Full details including driver / kernel version and full kernel log over at the bug, but I see a bunch
2002 Jun 20
2
using lotusnotes r5 client on redhat 7.3 with wine 20020411
i have a problem with wine, version 20020411 and lotus notes r5. i'm starting wine notes.exe and the install routine is going on. after input user - id and authentification on id, the wine session halted by "please give me your timezone". but i can't select a timezone :-)) i can't leave this window, i must skip on terminal the wine session with ctrl+c. is this a well-known
2003 Nov 05
1
save(iris,file=
I tried it using file and it seems to work for saving: > data(iris) > con <- file("clipboard","w") > save(iris,ascii=T,file=con) > close(con) > readLines("clipboard") ... lengthy output follows which seems correct ... but not for loading: > con <- file("clipboard","r") > load(con) Error in load(con) : loading from