LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games
User Name
Password
Linux - Games This forum is for all discussion relating to gaming in Linux.

Notices


Reply
  Search this Thread
Old 02-29-2004, 07:02 AM   #1
jmannik
LQ Newbie
 
Registered: Sep 2003
Location: australia
Distribution: Fedora Core 4 x64
Posts: 11

Rep: Reputation: 0
Angry winex slow in all games


ok im running the latest version of winex (3.3.1 from memory as im not in linux to check) and all my games run perfectly under winex except for one major proplem... they run very very slow. i have an AMD XP1800+ with 512mb ram and an ati radeon 9000 graphics card with the latest drives from ati (that was heaps of fun to get installed and working correctly but i finally got it all going 3d accelerated and all no thanks to ati's help files)
all i want to play is warcraft 3 frozen throne and a few other older games.

my system is
athlon XP 1800+
512mb ram
120gig seagate hd
radeon 9000 64mb
sound blaster live value 5.1 s/c
via kt266 m/b

a solution to this problem would be greatly appreciated
thankyou
 
Old 02-29-2004, 07:49 AM   #2
Nic-MDKman
Member
 
Registered: Feb 2004
Location: Sacramento, CA, USA
Distribution: Mandrake 9.2
Posts: 159

Rep: Reputation: 30
I'll try to help even though I am jealous that you have a better computer...

You should check the wine config file (not sure how it works for winex as I use wine, not winex) for options for accelerating video performance. There should be some options in there with tips as to what they do. I got my last system up to double the framerate of windows by tinkering with those options, and options in XF86Config. Check your XF86Config file too. There should be a bunch of options there that will make a difference, like telling it how much video ram you have .

BTW, why are you using winex with an ATI card (as opposed to a regular distro of wine)? Do the games that you play not have OpenGL?
 
Old 02-29-2004, 11:03 AM   #3
LavaDevil94
LQ Guru
 
Registered: Jul 2003
Distribution: Gentoo 2004.2: Who needs exmmpkg when you have emerge?
Posts: 1,795

Rep: Reputation: 47
one reason for that slowness is the ati drivers. AFAIK, the 3.7.0 drivers dont have 3d accel with winex. i think that the 3.2.8 driver do, though, so try those.
 
Old 02-29-2004, 05:07 PM   #4
Pwnz3r
Member
 
Registered: Jan 2004
Location: Lancaster, OH
Distribution: Gentoo
Posts: 393

Rep: Reputation: 30
Well WineX is used for Direct X games so they probably don't have OpenGL. I'm running an Athlon XP 2800+ and the faster the processor the better the performance will be. So it is a possiblity that the processor is slowing things down since you're having WineX translate the binary while playing the game. Of course, I just play games like UT2004 which are available for Linux anyway, so maybe not. The GFX drivers might be a problem as well if they only support OpenGL. Also, they make Linux binaries for some Windows games such as MOHAA.
 
Old 02-29-2004, 05:19 PM   #5
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Rep: Reputation: 45
Quote:
Originally posted by LavaDevil94
one reason for that slowness is the ati drivers. AFAIK, the 3.7.0 drivers dont have 3d accel with winex. i think that the 3.2.8 driver do, though, so try those.
Indeed... ATi driver 3.7.0 broke some compatibility with OpenGL applications, try 3.2.8 (I use those) which are more compatible (although not as fast, ok depending on the app) than the 3.7.0

I used to play with WineX on my former processor (changed two days ago) an XP1800+ with the same amount of RAM as you do. I have a 9500 and I could paly very well many of my Windows games (I never thought I could play Deus Ex 1 on Linux, w00t!). However also bare in mind that Transgaming supports more nVidia graphics cards than ATi's, and they have virtually just started to work towards supporting ATi drivers (I don't know if that makes a lot or not at all of a difference).
 
Old 02-29-2004, 05:26 PM   #6
guardian653
Member
 
Registered: Oct 2003
Distribution: Gentoo
Posts: 79

Rep: Reputation: 15
Several factors can slow down WineX: Graphics Drivers, Number of calls, your config, I/O, etc... But keep this is mind..WineX is a Windows subsystem with a DirectX subsystem. In other words, its almost like an emulator. (It isn't but to sort of simplify things) WineX isn't perfect, its trying to act like a full Windows system and sadly not all the APIs are there yet to even get it stable. Plus, your probably running DirectX games; WineX translates the DirectX calls to OpenGL and that impacts the speed (that being said, if the game supports OpenGL, WineX just passes the message along, increasing performance a bit) greatly.

This is why some people don't like Transgaming (they did kill an attempt to port some games)... I don't like it (I myself got a subscription to play Max Payne.. man was that sad).. in the end your paying for a even buggier version of Windows (if that is even possible) that can't handle games to the point of running the same game on the same machine in Windows. So if you want to run your Windows games, do it in Windows. WineX is just too slow and buggy for anything worthwhile.......

NOTE!!! id Software is doing a great job of porting their stuff to Linux. RCTW and Quake are good examples of this I wish more compaines would do this. 3dRealms released the Duke3d source and when that happened, less than 4 hours later someone already ported it to Linux the same day



(Steps to getting me off of Windows permentally (least near): 1) VS Studio Like IDE (MonoDevelop coming soon ) 2) Games)

Last edited by guardian653; 02-29-2004 at 05:28 PM.
 
Old 02-29-2004, 05:40 PM   #7
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Rep: Reputation: 45
Quote:
Originally posted by guardian653

(Steps to getting me off of Windows permentally (least near): 1) VS Studio Like IDE (MonoDevelop coming soon ) 2) Games)
Have you tried anjuta?
 
Old 02-29-2004, 07:42 PM   #8
LavaDevil94
LQ Guru
 
Registered: Jul 2003
Distribution: Gentoo 2004.2: Who needs exmmpkg when you have emerge?
Posts: 1,795

Rep: Reputation: 47
or kdevelop? WineX itself isnt actually that bad, but you hit the explanation right on the translation of directx and calls and such.
 
Old 03-01-2004, 01:26 AM   #9
jmannik
LQ Newbie
 
Registered: Sep 2003
Location: australia
Distribution: Fedora Core 4 x64
Posts: 11

Original Poster
Rep: Reputation: 0
well firstly the only games i play that arent already ported to linux(that i know of) at the moment are warcraft 3 frozen throne and sometimes starcraft. a few other games would be alright. but anyway back to the subject... even with the opengl games it runs slow. just to prove my point to myself i tried to install quake 2(not a heavy load on a pc like mine in any view in my opinion) and it still did the same slow thing.... i havent checked out the config files so ill do that now and see what i can do. but other than that can someone give me a link to get the 3.2.8 drivers for xfree86 4.3.0 as i tried for so long to find them and couldnt.
thanx for replying so quickly guys
 
Old 03-01-2004, 02:11 AM   #10
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Rep: Reputation: 45
Quote:
Originally posted by jmannik
well firstly the only games i play that arent already ported to linux(that i know of) at the moment are warcraft 3 frozen throne and sometimes starcraft. a few other games would be alright. but anyway back to the subject... even with the opengl games it runs slow. just to prove my point to myself i tried to install quake 2(not a heavy load on a pc like mine in any view in my opinion) and it still did the same slow thing.... i havent checked out the config files so ill do that now and see what i can do. but other than that can someone give me a link to get the 3.2.8 drivers for xfree86 4.3.0 as i tried for so long to find them and couldnt.
thanx for replying so quickly guys
If you want I may e-mail them to you, but you may download them from ATi's webpage... Here's the direct link: http://www2.ati.com/drivers/linux/fg...3.2.8.i586.rpm
 
Old 03-01-2004, 03:04 AM   #11
jmannik
LQ Newbie
 
Registered: Sep 2003
Location: australia
Distribution: Fedora Core 4 x64
Posts: 11

Original Poster
Rep: Reputation: 0
thanx for the link. shame on ati for not putting up a link to previous versions of their drivers
 
Old 03-01-2004, 06:53 PM   #12
guardian653
Member
 
Registered: Oct 2003
Distribution: Gentoo
Posts: 79

Rep: Reputation: 15
(for some reason I can't PM?) I've tried anjuta, kdevelop never worked for me. anjuta is nice for C/C++ apps, but I'm more a C# kind of guy

Alas, ati doesn't make the drivers themselves, I guess their a little slow
 
Old 03-01-2004, 08:08 PM   #13
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Rep: Reputation: 45
Quote:
Originally posted by guardian653
(for some reason I can't PM?) I've tried anjuta, kdevelop never worked for me. anjuta is nice for C/C++ apps, but I'm more a C# kind of guy

Alas, ati doesn't make the drivers themselves, I guess their a little slow
If I can recall correctly, since release 3.2.5 the drivers were made in house at ATi bringing back home the driver development team from Germany to Canada. So no more Schneider-Digital drivers for ATi cards, but rather home-made ATi drivers... That's what I remember, anyway and I could be mistaken.
 
Old 03-02-2004, 02:27 AM   #14
nightwulf
Member
 
Registered: Dec 2003
Distribution: Slackware
Posts: 35

Rep: Reputation: 15
Quote:
Originally posted by guardian653
This is why some people don't like Transgaming (they did kill an attempt to port some games)... I don't like it (I myself got a subscription to play Max Payne.. man was that sad).. in the end your paying for a even buggier version of Windows (if that is even possible) that can't handle games to the point of running the same game on the same machine in Windows. So if you want to run your Windows games, do it in Windows. WineX is just too slow and buggy for anything worthwhile.......
Actually, the one application tying me to Windows was EverQuest, which runs beautifully in WineX.

Regards,
nightwulf
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
installing games without winex jaakkop Linux - Games 2 12-28-2004 05:04 AM
Games are running slow with winex HadesThunder Linux - Software 10 05-13-2004 06:14 PM
sdl games are slow extremely slow linksocc Linux - Software 7 01-17-2004 03:53 PM
i need help with winex and how to install games nightblade Linux - Software 3 07-21-2003 02:06 AM
Using Winex to install a few games Mschofield06033 Linux - Newbie 4 07-18-2003 11:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games

All times are GMT -5. The time now is 12:42 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration