LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-27-2022, 05:02 PM   #1
BAcidEvil
Member
 
Registered: Dec 2003
Distribution: Slack 14.1 3.18.1
Posts: 294

Rep: Reputation: 10
nvidia Quadro P400; Would this be fine to play World of Warcraft ?


Hi

So I currently have a P400 Quadro that I am not using [currently] for transcoding. I was thinking about installing WOW on my Slack 15, fresh install, and wondering if anyone here had any experience with this card and wow, or gaming, on Slack?
 
Old 06-27-2022, 07:17 PM   #2
Spinlock
Member
 
Registered: Jan 2006
Location: Missouri
Distribution: Slackware -current, Slackware64 -current, Slackware 12.2
Posts: 191

Rep: Reputation: 49
Looks like that's comparable to the GTX 10xx series, which should run it fine. WoW tends to run just fine in Wine under Linux.
 
Old 06-27-2022, 07:55 PM   #3
rkelsen
Senior Member
 
Registered: Sep 2004
Distribution: slackware
Posts: 4,463
Blog Entries: 7

Rep: Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561
There are a few parts to your question, and the last few words really compelled me to answer. I've been "retro-gaming" on Slackware for a couple of decades... and let me tell you that it has never been as good as it is now.

Part 1 - Hardware
Any GPU should suffice to play 20 year old Windows games. My main desktop machine doesn't have a discrete GPU... I use the on board graphics to play Warcraft 3 with all settings at the maximum possible. I haven't tried WoW but it's from roughly the same era, so I'd be surprised if it doesn't run.

Part 2 - Software
In terms of the software that is needed to run old Windows games, there are 2 "layers" which you need to add to Slackware to make this work:

Multi-lib
Still to this day, a significant amount of Windows software is 32 bit. Part of the reason that Windows is so big is that it has it's own proprietary and extremely well integrated multi-lib system. It's so good, and so tightly integrated that you don't even know it's there. There is no such thing as pure 64 bit Windows. What does this mean for you, a Slackware user? Essentially, you need a set of 32 bit libraries on your machine to run 32 bit software. A stock installation of Slackware64 has none of these libraries by default.

Wine
Wine is essentially a Windows API compatibility layer, which will allow Windows binaries to run under Linux. It has been in development for a very long time and is quite mature and capable.

How do you get both of these?

There are (at least) a couple of answers to that question, but the end results are the same regardless of the path you choose. The main question you need to ask yourself is: Do you want to spend time setting up (and maintaining) your system? Or would you rather just jump in and start playing?

I'm a big fan of doing things the easy way... Particularly if there is no perceptible benefit to doing things the "hard" way. It doesn't get much easier than this: https://github.com/Kron4ek/Conty/releases/tag/1.20 Conty.sh is a Linux container. Think of it as a huge static binary which contains all of the required libraries and binaries with a few extras thrown in as well. It's a big download, but once it's downloaded you can use it straight away. The best part is that it runs unprivileged... It can't make any changes to your system outside of your user account.

Running it is a matter of calling it like this, for example to run Steam (which is built in):
Code:
 ~$ ./conty.sh steam
Or to use Warcraft under Wine:
Code:
 ~$ cd /path/to/warcraft
$ /home/user/conty.sh wine war3.exe
I could write about gaming in Slackware all day, but I'll stop there. Enjoy!
 
3 members found this post helpful.
Old 06-27-2022, 11:43 PM   #4
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,789

Rep: Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435
I've played WOW 3.5 - Lich King on Slackware for well over a decade. When I started I was using an Nvidia 8800GT. Initially I placed the game on an NTFS partition so I could compare WOW on Windows to performance on Slackware, just as I originally did with Quake 3 Arena which I've played since it was released and still play. In both cases the games ran substantially better on Slackware (especially on kernels customized for realtime and low-latency) than on any version of Windows, starting with Win98.

Over time WINE has improved rather dramatically. There are lots of websites with ideas for tweaking for best performance under WINE. For a time Play On Linux helped organize tweaks, but once I learned it, POL was no longer needed. Lutris sports some advantages but for my use, wine-staging and Vulkan DXVK made even Steam superfluous for 20+ year old games.

Have fun! Slackware is an extremely good gaming platform.
 
Old 06-29-2022, 11:25 AM   #5
BAcidEvil
Member
 
Registered: Dec 2003
Distribution: Slack 14.1 3.18.1
Posts: 294

Original Poster
Rep: Reputation: 10
Awesome responses people I thank you!

I am excited to delve into this knowing I will be successful.
 
Old 06-29-2022, 11:29 AM   #6
garpu
Senior Member
 
Registered: Oct 2009
Distribution: Slackware
Posts: 1,576

Rep: Reputation: 910Reputation: 910Reputation: 910Reputation: 910Reputation: 910Reputation: 910Reputation: 910Reputation: 910
Also look into dxvk. It takes advantage of vulkan to translate dx9 and dx11.
 
  


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
World of warcraft for Linux.(This is a forum for people who want world of warcraft..) darkstarbyte Linux - Games 17 09-05-2011 02:30 AM
Smart Array P400 Controller, Reiserfs, and Growing. mrstauf Linux - Enterprise 4 12-13-2007 04:15 PM
what linux version for p400 sas controller renegade7 Linux - General 3 06-11-2007 02:46 AM
Rhel 4 And Hp Smart Array P400 renegade7 Linux - Hardware 2 05-31-2007 04:41 AM
Dual booting Xp/FC2 on P400 mb baisa Linux - Software 0 05-29-2004 12:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:54 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