similar to: Registry setting question...

Displaying 20 results from an estimated 1100 matches similar to: "Registry setting question..."

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
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
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
2009 May 01
1
Re: AutoCAD and Wine
ruelle wrote: > a good news about autoCAD: > http://forum.winehq.org/viewtopic.php?p=23584&sid=450fb2ccd4751fd3d6d5528da00ef90d > > thank you Max!! > > when the patch will be accepted in official wine-git? Hi ruelle, As Austin said, MText crash (point 1 of post you linked) is fixed in git. Point 2, aka the DIB engine, won't very probably never be accepted on wine
2009 Jun 19
1
Where to report DIB engine bugs?
I saw a problem with dib engine - in some applications text disappears if dib engine is used. That text is present if i don't set WINEDIB=on. Where do i report it?
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:
2009 Apr 17
1
Regression testing questions...
OK, today I got a few questions about regression testing. 1.Is there a way to get exact patch using git and regression testing? I mean, if I found that, as in tutorial: a460a2df43aa8eae10b1db028c6020829b009c54 is first bad commit commit a460a2df43aa8eae10b1db028c6020829b009c54 Author: Stefan Doesinger <stefandoesinger at gmx.at> Date: Sat Jun 9 14:27:41 2007 +0200 wined3d: Store the gl
2009 May 01
1
Re: AutoCAD and Wine
austin987 wrote: > On Fri, May 1, 2009 at 11:22 AM, miciomax <wineforum-user at winehq.org> wrote: > > > > > ruelle wrote: > > > > > a good news about autoCAD: > > > http://forum.winehq.org/viewtopic.php?p=23584&sid=450fb2ccd4751fd3d6d5528da00ef90d > > > > > > thank you Max!! > > > > > > when the patch
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 Jun 21
8
Wine 1.1.24 .deb Packet
Could please someone compile and upload Wine-Version 1.1.24? Because atm its not listed here: http://wine.budgetdedicated.com/archive/index.html . I need it, because i use mwine and it uses only the deb Packets of Wine. THX
2009 Apr 23
3
Some news for AutoCAD users
Well, finally some news that make Autocad almost perfect on wine. Tested on 2005 and 2008. To install AutoCAD, just follow the howto on appdb. Here the patchsets : 1) Multiline text editor crash : go to bug 14827 page (http://bugs.winehq.org/show_bug.cgi?id=14827) download and apply the patch to wine tree and rebuild/install it. Please don't ask how to do it.... it's on many places in
2009 Apr 23
4
Which version of OpenGL is wine using?
Hello again. Today I got following questions: 1.Which version of OpenGL is wine written in? 3.1? 3.0? 2.1? 2.0? Lower maybe? 2.Is wine using custom OpenGL extensions? From which vendors (NVIDIA I guess, ATI, S3, INTEL or others as well?)? 3.What is the minimum OpenGL version to run DX2/3/6/7,DX8,DX8.1 and DX9.0 apps? (I guess for OpenGL apps it doesn't really matter right? You are just
2009 Jan 09
2
Re: AutoCAD and Wine
http://www.winehq.org/pipermail/wine-devel/2008-December/071165.html does anybody have news about dib engine (or AutoCAD)?? thanks
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
2010 Aug 14
6
How to use the wineprefix with another wine-path
Hi, there I recently purchased a copy of bordeaux in order to try the dib engine (and pulse) in wine1.2 I would like to use this in already installed bottles. So I tried something like this: code: [export WINEDIB=ON] then (as an example) code:[/opt/bordeaux/bin/wine | env WINEPREFIX=~/.wine-test wine winecfg] This does create a wine bottle, but in this way the dib engine doesn't get loaded
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:
2010 Jun 20
2
DIBEngine and gdi32/user32 controls drawing loop performance
Hello, since I had a poor performance in drawing many buttons and text input fields at the same time into a window with wine, I applied the DIBEngine patch (http://wiki.winehq.org/DIBEngine) that is available for wine 1.1.44 (http://bugs.winehq.org/attachment.cgi?id=27879) to the 1.1.44 version of wine and started my application program that needs to draw many button and text input fields in a
2009 Jun 15
2
Playing Games with Wine while listening to music
I have this problem: When playing a PC game via wine while listening to music with let's say Amarok, there's no sound in the PC game anymore. It's like the sound channel is occupied by the music player so wine cannot playback any soundfiles. Sounds are working if I play a Linux game like Nexuiz while running some music via a music player (ok, completely different, I know, but
2006 May 14
3
Wine cvs How do I injstall this??
I'm new to linux community and I want to install wine from cvs. I loked here http://www.winehq.com/site/cvs but I understan it... i mean I entered in the console: export CVSROOT=:pserver:cvs@cvs.winehq.org:/home/wine cvs login everything fine then i entered: cvs -z 3 checkout wine and I get something like this (this is the end after it stopped doing "something"): U