LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   getting windows games to work on linux (https://www.linuxquestions.org/questions/linux-newbie-8/getting-windows-games-to-work-on-linux-811045/)

hobbit85 05-30-2010 04:56 AM

getting windows games to work on linux
 
i recently installed diablo 2 with teh xpan part. I signed on to battlenet and it was laggy. I joined a game and my fps is a lot lower then it was when i ran it on windows. is there way to raise your fps. i heard from friends that linux lacked the directx that windows has.

any leads to make my online game play better thanks ..

b0uncer 05-30-2010 05:04 AM

The best case was if the game had a native Linux version, which most do not have. Your second obvious choice is to run it through Wine, in which case you'll want to check the AppDB entry for that game to see how (different versions of) the game have worked and if somebody has tweaks for it. Wine isn't just for gaming, however, and you may be able to get better results by using one of the things that are actually made with gaming in mind, such as Cedega/TransGaming. They're typically non-free, e.g. you have to pay something to use them, but then again, you would have to do that for a legal copy of Windows too (or a game console), right?

DirectX is a Windows thing, it's one way to do things but it's not the only one. If a game is designed such that it only performs well on Windows (e.g. it's near impossible to achieve the same performance under other systems, or requires an insanely big amount of work to get there), then you really should play that game on Windows if you want to play it. At this point I recommend getting a game console, because most games are available on those and with less trouble (drivers, OS version, installation trouble, ...)

Shadow_7 05-30-2010 07:00 AM

Make sure your user is in the video group.

$ groups

Make sure your video drivers are accelerated.

$ glxinfo | grep -i "direct"

$ glxgears -printfps
(or -info depending on distro / version)

Make sure you're not running extra stuff to hog resources while playing your game.

MTK358 05-30-2010 10:02 AM

DirectX is an M$ only thing.


All times are GMT -5. The time now is 06:18 AM.