Displaying 20 results from an estimated 800 matches similar to: "Which version of OpenGL is wine using?"
2008 May 14
2
Weird problem with OpenGl based games (Quake 3 engine)
I will try to explain the best I can - but honestly... it may be hard to
understand what I am talking about anyway...
Problem is like this - whatever I try to play OpenGL based game that uses
Quake 3 engine I got weird mouse "jumps". Let's take Soldier of Fortune 2
Demo as it can be downloaded for free. When in jungle I try to look left or
right - mouse jumps slightly (the
2009 May 24
3
Registry setting question...
Is there a way to set registry key, other then editing system.reg/user.reg
file? For DIB engine we can export WINEDIB=ON or edit registry, is this the
case with other registry keys as well?
Thanks in advance.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-users/attachments/20090524/b69fa546/attachment.htm>
2010 Feb 07
3
Re: Wine 3D performance - where does the bottleneck lies and how
The performance of WineD3D depends on the application and display drivers. It is hard to say where we are losing the performance and whether it is WineD3D which has to be blamed.
To find out where the performance is lost you need to profile the app using e.g. sysprof or oprofile. Then you can see where the time is spent. Typically we don't spend a lot of time in Wine code but outside Wine in
2007 Jan 30
2
Error running Guild Wars with .9.3
Hello all,
I gave this a stab a few months ago but gave up and
just set up a dual boot. I'm running low on disk
space now and tired of messing with the muliple
partitions, so I'm giving it another go to get Guild
Wars running in Linux.
I'm runing Wine 0.9.3 on Kubuntu 6.06 (Dapper Drake).
I'm able to go through the instillation without issue,
but when it actually tries to
2006 Aug 09
2
Speeding indexing and sub-sectioning of 3d array
Hi,
I am having a problem with a very slow indexing and sub-sectioning of a 3d
array:
> dim(arr)
[1] 245 175 150
For each point in the array, I am trying to calculate the mean of the values
in its surrounding:
mean( arr[ (i - radius):(i + radius),
(j - radius):(j + radius),
(k - radius):(k + radius)] )
Putting that code in 3
2010 Aug 10
3
sapply/lapply instead of loop
Using the input below, can I do something more elegant (and more efficient)
than the loop also listed below to pad strings to a width of 5? The true
matrix is about 300K rows and 31 columns.
#######################
#INPUT
#######################
> temp
DX1 DX2 DX3
1 13761 8125 49178
2 63371 v75 22237
3 51745 77703 93500
4 64081 32826 v72
5 78477 43828 87645
>
2009 May 03
2
Bug report – unknown fields
Hello again.
Can somebody please tell me what does ?CC?/?Default CC? in bug report form
means? What should we write there?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-users/attachments/20090503/649746c6/attachment.htm>
2010 Feb 13
2
Wine, ICC compilation and performance tests.
Hello everyone.
As some of you know, I was able to compile wine with Intel C++
Compiler (ICC), compilation log is located here:
http://wine.x.pl/wine-1.1.38-ICC-compilation.log.tar.gz
Some tests failed, and dxgi failed to compile (this is only related to
DX10 I think), anyway all apps I tested worked fine (Red Faction 1 &
2, 3DMark 2000,2001SE,2003,Foobar2000,Operation Flashpoint), so I did
2002 Feb 26
4
How to build WineX???
Hi all,
I took the CVS from WineX (as mentioned on the transgaming.com
Website). I downloaded fine and compiled fine. But: I have only a wine
exec, but no winex. In the tools subfolder, there is a winex. But when
I run it it just states, that some dir´s are missing
(/usr/lib/transgaming and so on). The exec winex is only a script, no
bin. Does somebody know how to build a real winex with DX8
2009 Sep 12
1
Garrys Mod Problem
It crashes randomly with the error failed to lock index buffer in CMesh DX8::LockIndexBuffer
And, The Steam Shop doesn't work (i get a black screen), In game html addons neither. (I think the html engine or something is broken)
2010 Feb 04
4
Does Wine support the NVIDIA 7186 drivers?
A query regarding WINE support for older hardware: Does Wine support the NVIDIA 7186 drivers, or are they too old and unsupported now?
Following on from this post - http://forum.winehq.org/viewtopic.php?t=7509 and http://forum.winehq.org/viewtopic.php?t=6574&highlight=rome+total+war
I've been playing around a bit. I've tried without installing DX9 as well as using Winetricks to
2007 Mar 19
2
Fullscreen Refresh rate problem...
Hello to everybody.
I was wondering... is there a way to force wine to use always highest
possible refrash rate - when I ran a game in Fullscreen? I ask because
- for excample my good old Incubation works flawless on wine (testet
with wine 0.9.27 and 0.9.28) but when I switch to fullscreen(640x480
for this game) the refresh rate is only at 60 HZ - and my eyes hurts
after a while... (mty monitor
2009 Sep 25
1
simulating a model
Dear useRs,
I have written an ecological model, based on the epidemiology SIR model.
I've been trying to simulate it in R.
However, I can't simulate it properly.
Two guesses: my script isn't right; I'm not setting the parameters properly
I have uploaded an image to the model here:
http://img24.imageshack.us/img24/743/imagemutr.jpg
The script I am using is as it follows:
2009 Apr 18
2
Regression testing - compilation error after second bisect
OK, I'm trying to make regression test for ddraw. Here is exactly what I
did:
1:
git clone git://source.winehq.org/git/wine.git wine-git
cd wine-git
2:
git bisect start dlls/ddraw
git bisect good wine-0.9.15
git bisect bad
Now first test:
CC="ccache gcc" ./configure ?verbose && make depend -j2 && make -j2
Compilation successful regression present, another run:
2003 Jan 14
6
Hardware advice please?
I am quite new to Linux and have moved (almost) from a windoze
NT4 environment.
My present configuration is running SuSE V 8.0 with KDE3.0.5
desktop on two machines, connecting with Samba to an NT4 PC,
and an occasional laptop or other PC that connects locally to the
network.
After a deal of searching, researching, and seeking advice I have
decided to use Shorewall as my firewall.
2001 Apr 19
2
Multiple linear regression
Dear R-users,
I've a question regardiing multiple linear regression.
Is it possible to regress a function of the type
y=b0+b1*x1+b2*x2
constraining the partial derivatives dy/dx1 and dy/dx2 to be greater
than 0 ???
Thank you very much for any possible suggestion.
Best regards
Marco
--
Marco Pagani - PhD Student
Dipartimento di Scienze della Terra - Sezione Geofisica
Universita' degli
2012 Jan 22
1
WineD3D installation issues
I don't know if this is the right place to ask for help on WineD3D, but as I am not using it for Virtualbox I thought it would be pretty useless to post on their forums.
Basically I want to use Wine to bypass the new DirectX 10's annoying 'feature' of software accelerating any programs that use DX8 or lower. I makes playing some older games either impossible or impossibly slow,
2006 Apr 26
4
MIDI tools in latest wine, success and ...
Latest and greatest Jammer Pro6 works in latest wine from Debian Sid. No more
phantom subclassed buttons! Fantastic.
Caveats:
1. MIDI timing seems unsteady.
2. Button on a pop-up dialog that would repaint and replay the MIDI on the
main view does not work. See below.
Ntonyx Style Enhancer 4 will also install and play in wine!
Caveats:
1. NONE of the icons display--just gray boxes. (Their
2003 Oct 23
2
OOP like handling of lists?
Hello,
I am writing a package with a collection of several models. In order to
allow users to play interactively with the models (in contrast to
hacking lengthy scripts), I want to put all what is needed to run a
particular model into a single list object for each model.
Then there will be a collection of functions to run the model or to
modify parameters, time steps, integration method ...,
2009 May 03
2
Which native dlls can make change to program graphics?
Hello again.
Today I would like to ask if anybody knows... which dlls, that we can safely
override CAN make ANY changes to graphical output? In other words, which
native dlls should I test (any?) with apps that have graphical corruption ?
to (hopefully) get rid of this corruption?
Thanks in advance (again ;] )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: