Displaying 20 results from an estimated 20000 matches similar to: "What is Vanilla wine?"
2013 Sep 17
16
Xen VGA Passthrough - GTX 480 successfully quadrified to quadro 6000 (softmod) - more than 4GB of RAM for Win XP 64 Bits
Hi Gordan,
I received my Asus GTX 480 today (bought on ebay).
Finally I succeeded in
- quadrifying my GTX 480 into a Quadro 6000 ( softmod).
- overpassing the 3-4GB of RAM on Windows XP 64 bits (domU) by applying a well known patch for Xen.
- playing Crysis 2 and Darksiders II for a few minutes.
http://img11.hostingpics.net/pics/953254ScreenshotXenSoftModedQuadro6000.png
Using nvlfash I
2012 Mar 27
1
My experience with wine
Here is a list of games that work for me! :)
Mass Effect 3- Perfectly
Halo- Perfectly
Left 4 Dead- Perfectly
Left 4 Dead 2- Perfectly
Dead Rising- Perfectly
Dead Rising 2/OTC- Perfectly
Sonic Generations- No sound, other than that perfect.
Blood Rayne 1- Perfectly
BloodRayne 2- Perfectly on the default resolution, any other that the text isn't displayed correctly
Terminator: Salvation:
2012 Apr 13
4
#!/usr/bin/env Rscript --vanilla ??
I think that's my first true question (rather than answer)
to R-help.
As R has, for a long time, become my primary scripting and
programming language, I'm prefering at times to write Rscript
files instead of shell scripts, notably when R has nice ways to
do some of the things.
On a standard standalone platform with standard R,
I would start such a script with
2003 May 29
2
R CMD BATCH --vanilla --slave produces unwanted lines
Hello list
(thanks for all the help on my data.frame() question, especially to
Professor R for a working script...I was pleased to see the solution
wasn't obvious!)
Anyway, now I'm trying to run R in batch mode, but I'm getting extra
output, which I don't want (RedHat 8.3, R-1.7.0):
r:~% cat test.R
options(echo=FALSE)
write(rnorm(4),"")
r:~% R CMD BATCH --vanilla
2003 Jan 10
3
ext3 corruption with vanilla kernel 2.4.19?
Hello
After compiling and booting a RH 8.0 box with a 2.4.19 vanilla kernel
i've started to experience some problems on my /home partition, (i/o
errors on 2 files).
After rebooting the machine failed the to mount /home and dropped me in
the recovery shell.
The fsck is still running after 9 hours.
The system is a dual athlon MP with 1Gb ram and ASUS MB.
the /home patrition is mounted on 3 120
2010 Jul 03
2
pkg/tests: how to run them with --vanilla
Hello
I recently submitted an update of a package, and received error reports
from CRAN maintainers concerning the pkg/tests section:
> Next time you update, can you please ensure that the .Rout.save files
> are generated in English (with LANGUAGE=en set). R 2.12.x will ensure
> that the tests are run in English, and it saves a lot of unnecessary
> chatter if the reference
2013 Nov 21
2
Running R embedded in an mpiexec spawned process - Fatal error: you must specify '--save', '--no-save' or '--vanilla'
I'd like someone familiar with the R options initialization to comment on a difference of behavior within/without mpiexec
I have a (.NET) application with embedded R that is proven to run in a single process:
./Sample1.exe
on a Debian Linux with R 3.0.2
Running the same code with mpiexec, it fails at the R engine initialization:
mpiexec -n 1 ./Sample1.exe
Fatal error: you must
2006 Jul 03
1
problem with --vanilla in R
Hallo,
I'm using the R Version 2.3.0 (2006-04-24) on Suse Linux 10.1.
With an older R and Linux version I could write a R-function into a file
and execute it with the command:
R --vanilla < script.r
In the file script.r was code like this:
postscript(file="results.eps")
x<-2
y<-3
plot(x,y)
dev.off()
It worked fine, but now nothing happens. In the manual page this option
2004 Jan 09
1
Problem with DNS (UDP) queries
Hi all
I am trying to get rid of strings:
kernel: Connection attempt to UDP FREEBSD_IP:port from DNSSERVER_IP:53
on my console and in log file
I understand that those are replies on DNS queries that for some reason
took too long time to be answered.
I do not want to turn off the "log in vain" feature.
As these strings fill up my log I am afraid to miss some sensitive
messages (e.g.
2004 Feb 06
1
ipfw question
Dear All.
I want to use 'not' for 2 addresses (for both) in ipfw2 rule.
The only way that looks like what I need is
# ipfw add count from IP1 to not IP2,IP3
But does this rule indeed makes what I want? Does it count all
packets destined to addresses other then IP2 AND IP3?!
No other syntax works.
For example more logically correct
not IP2 AND not IP3
or even
not { IP2 or IP3 }
are
2010 Dec 16
3
Reset R to a vanilla state
Hi all,
I need some help with R. I am looking for a function that puts R back into a
vanilla state (exactly the same when I just started it). Specifically I want
all objects in the workspace removed and all non-base packages detached and
unloaded; all base packages that are loaded on startup should remain loaded
(and preferably a .Rprofile executed as well). It would also be good if all
the
2007 Aug 23
1
missing --vanilla option in INSTALL (PR#9877)
Full_Name: Vilmos Prokaj
Version: 2.5.1
OS: windows
Submission from: (NULL) (81.183.3.216)
I'm not sure that this is really a bug, if not I do not understand why should it
be in this way.
Most of the scripts used to build and install new packages calls the R program
with the
--slave --vanilla command line options. In the INSTALL script however we can
find the following lines
2009 Nov 08
2
influence.measures(stats): hatvalues(model, ...)
Hello:
I am trying to understand the method 'hatvalues(...)', which returns something similar to the diagonals of the plain vanilla hat matrix [X(X'X)^(-1)X'], but not quite.
A Fortran programmer I am not, but tracing through the code it looks like perhaps some sort of correction based on the notion of 'leave-one-out' variance is being applied.
Whatever the
2011 May 14
4
Crysis first level load crash.
Hi
I more or less followed the AppDB how to (http://appdb.winehq.org/objectManager.php?sClass=version&iId=10107&iTestingId=59999) for Crysis. Copying in the DLLs failed to solve the problem, so I rather installed directX9 from the latest winetricks as suggested in the other Crysis version
2011 Oct 11
1
unable to start when WINELOADER is set to path of winconsole
Hi all.
I am wanting to run the following command from the shell ::
wineconsole explorer /desktop=ajay
Since I intend to launch Windows CUI executables after launching explorer, I use wineconsole; and secondly, I set WINELOADER to the path of 'wineconsole' binary. (These steps are in conjunction with the link http://www.winehq.org/docs/wine
But the application just hangs, always.
2007 Apr 24
1
IPMark won''t compile on a vanilla 2.6.20 kernel
Hello,
IPMark won''t compile on a vanilla 2.6.20 kernel
I obtain this error during the compilation under debian sarge 3.1
CC [M] net/ipv4/netfilter/ipt_TTL.o
CC [M] net/ipv4/netfilter/ipt_IPMARK.o
net/ipv4/netfilter/ipt_IPMARK.c: In function `target'':
net/ipv4/netfilter/ipt_IPMARK.c:37: error: structure has no member named
`nfmark''
2008 Jul 18
1
Error Trying to install Vanilla Wine 1.0
I tried to install Wine 1.0 from source and it gives me this error. I've posted the "config.log" file here: http://pastebin.org/52277
Code:
[marc at unicron wine-1.0]$ sudo ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... gcc -m32
checking for C
2020 Oct 22
0
vanilla session in R Gui or RStudio
Have you looked into your .Rprofile file? Loading packages is not something R normally does without your telling it to do so, but many people forget that they have done so.
On October 22, 2020 3:47:04 PM PDT, Michael L Friendly <friendly at yorku.ca> wrote:
>[env: Windows, R 3.6.6]
>
>When I start R from the R Gui icon or from RStudio, I get a large
>number of packages loaded
2020 Oct 23
0
vanilla session in R Gui or RStudio
Can you be more specific about what conditions cause R to automatically load a package when a .RData file is loaded? My experience has actually been the opposite.
On October 22, 2020 6:13:11 PM PDT, Henrik Bengtsson <henrik.bengtsson at gmail.com> wrote:
>As Jeff says, it might be that you have a ~/.Rprofile file with
>instructions to load packages when R starts. It could also be
2013 Mar 13
1
Empty cluster / segfault using vanilla kmeans with version 2.15.2
Hello,
here is a working reproducible example which crashes R using kmeans or
gives empty clusters using the nstart option with R 15.2.
library(cluster)
kmeans(ruspini,4)
kmeans(ruspini,4,nstart=2)
kmeans(ruspini,4,nstart=4)
kmeans(ruspini,4,nstart=10)
?kmeans
either we got empty always clusters and or, after some further commands
an segfault.
regards,
Detlef Groth
------------
[R] Empty