LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-29-2006, 09:20 AM   #1
Mikesoft
Member
 
Registered: Jun 2005
Location: England, Cheam
Distribution: Fedora Core 6
Posts: 96

Rep: Reputation: 15
Emulate Windows inside Linux?


Hi, Iv heard that its possible to emulate windows xp inside of Linux. Is this true and How would I do it?

Mike
 
Old 11-29-2006, 09:30 AM   #2
IndyGunFreak
Senior Member
 
Registered: Aug 2003
Location: Indpls
Distribution: Laptops: Debian Jessie XFCE, NAS: OpenMediaVault 3.0
Posts: 1,355

Rep: Reputation: 70
Quote:
Originally Posted by Mikesoft
Hi, Iv heard that its possible to emulate windows xp inside of Linux. Is this true and How would I do it?

Mike

Couple different ways...

http://www.winehq.org
http://www.codeweavers.com

Then there's VMWareplayer, which I have very little familiarity with. I believe it more or less looks like you're running Windows in a window. Getting Windows Apps to work in Wine/Crossover, can be hit and miss. If possible, its best to find a Linux program to do what you want. I use Crossover to run to Windows only progs I need, and it works fine. Big difference, Wine is free, Crossover costs money(but is worth it to me).

I think VMwareplayer is free also, but don't hold me to that.

IGF
 
Old 11-29-2006, 09:33 AM   #3
matthewg42
Senior Member
 
Registered: Oct 2003
Location: UK
Distribution: Kubuntu 12.10 (using awesome wm though)
Posts: 3,530

Rep: Reputation: 65
There are a few options.

You could run a virtual machine like vmware or parallels. This emulates a whole PC. You can install Windows in there (I think you will need a license). This type of solution is very heavy on system resources.

There is also wine. Wine provides a compatibility layer for windows program - implementing system calls and so on. Using wine you can get some windows software to run without having to have Microsoft's software installed on your machine. Be aware that wine is a work in progress and results vary a lot depending on what software you want to run. Some apps run well, but a great many don't run at all, or run with big problems.

If you have a specific application in mind, you may find it's status in the wine compatibility database.

Last edited by matthewg42; 11-29-2006 at 09:34 AM. Reason: we love the typos
 
Old 11-29-2006, 09:45 AM   #4
Dummy-in-Linux
Member
 
Registered: Jun 2004
Location: Bangkok, Thailand
Distribution: Fedora 25 86_64
Posts: 357

Rep: Reputation: 32
Qemu is a free open source virtual machine, works great.

Good part is that it is also possible to run Qemu on a PowerPC (PPC) Linux distribution and run MS Windows XP in virtual machine.

It is possible to run MS Windows XP on your Sony Playstation 3, running Fedora Linux distribution.
 
Old 11-29-2006, 09:51 AM   #5
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Rep: Reputation: 45
Quote:
Originally Posted by Dummy-in-Linux
Qemu is a free open source virtual machine, works great.

Good part is that it is also possible to run Qemu on a PowerPC (PPC) Linux distribution and run MS Windows XP in virtual machine.

It is possible to run MS Windows XP on your Sony Playstation 3, running Fedora Linux distribution.
I second that. Use QEMU. It's free and will work. It doesn't beat VMware, but QEMU worked fine for me when I needed to do basic things. I wouldn't go around playing my games on Windows via QEMU, but just enough to debug or test programs works fine. Make sure you get the accelerator, too! KQemu.

Otherwise, you can do what others suggested and use Wine to run specific Windows applications and/or games. It may work, it may not.

GOod luck!
 
Old 11-29-2006, 09:55 AM   #6
matthewg42
Senior Member
 
Registered: Oct 2003
Location: UK
Distribution: Kubuntu 12.10 (using awesome wm though)
Posts: 3,530

Rep: Reputation: 65
Qemu is nice. However it's painfully slow unless you get the accelerator kernel module, which is difficult to get working.

A general point about virtual machines: as far as I know you'll not be able to use accelerated gfx drivers in your v, so no 3d games.
 
Old 11-29-2006, 10:27 AM   #7
Mikesoft
Member
 
Registered: Jun 2005
Location: England, Cheam
Distribution: Fedora Core 6
Posts: 96

Original Poster
Rep: Reputation: 15
Dang, I was hoping to get games working inside of Linux! The main problem with me moving completely to Linux is gaming, since I play a lot of pc games.

Thanks for all the help everyone.
 
Old 11-29-2006, 10:45 AM   #8
matthewg42
Senior Member
 
Registered: Oct 2003
Location: UK
Distribution: Kubuntu 12.10 (using awesome wm though)
Posts: 3,530

Rep: Reputation: 65
There's a commercial product called Cedega, which is based on wine tailored to the needs of games players. This allows some windows games to run on Linux. The good thing about games is that they tend to implement lots of stuff internally, so they don't depend on a large number of external libraries, so this means the success rate under wine is sometimes better than with other programs. I've even seen anecdotal evidence that some games run faster under wine/cedega than under Windows, but it's hard to tell how true that is.

Having said all that, I don't have personal experience of it. The best thing to do is read around on Cedega with reference to the games you want to play, and see if they are supported.

Also, just try to install your games under wine and see if they work. It's worth a try.
 
Old 11-29-2006, 11:58 AM   #9
Linville79
Member
 
Registered: Nov 2006
Location: Indiana, U.S.A.
Distribution: Red Hat Enterprise Linux, Fedora, CentOS
Posts: 134

Rep: Reputation: 16
I'm not posting any unique ideas here, but I think I'm posting them with better presentation that they have been so far. I've included my top 3 choices for virtualization/emulation/portability here along with their website addresses and the intro paragraph from their homepage as a quick reference guide for you. I hope this helps.

WINE (WINE Is Not an Emulator) - http://www.winehq.com

Wine is an Open Source implementation of the Windows API on top of X and Unix.

Think of Wine as a compatibility layer for running Windows programs. Wine does not require Microsoft Windows, as it is a completely free alternative implementation of the Windows API consisting of 100% non-Microsoft code, however Wine can optionally use native Windows DLLs if they are available. Wine provides both a development toolkit for porting Windows source code to Unix as well as a program loader, allowing many unmodified Windows programs to run on x86-based Unixes, including Linux, FreeBSD, Mac OS X, and Solaris.



VMWare Server - http://www.vmware.com/products/server/

Experience Server Virtualization - Free!

Begin enjoying the benefits of server virtualization with the free VMware Server. VMware Server installs on any existing server hardware and partitions a physical server into multiple virtual machines by abstracting processor, memory, storage and networking resources, giving you greater hardware utilization and flexibility. Streamline software development and testing and simplify server provisioning as you utilize the ability to "build once, deploy many times."

Read the data sheet for more information or download the free VMware Server and try it for yourself.



Transgaming - http://www.transgaming.com/

At TransGaming Technologies we bridge the gap between disparate gaming systems by providing unique and innovative software portability solutions that facilitate the migration and deployment of video games from one gaming system to alternate gaming systems.

Our products allow developers and publishers to extend their content to new markets and realize new revenue streams with little to no effort on their part. We also work directly with these developers and publishers to bring content to the traditional platforms - Xbox, PlayStation 2, PlayStation Portable, and next generation consoles - efficiently and cost-effectively. Our Cider portability engine serves as a tremendous asset to video game developers and publishers by allowing them to release a Windows and Mac version of their titles simultaneously.

Cedega , TransGaming's flagship Linux portability product, allows Windows games to run on Linux seamlessly and transparently, right out of the box. With Cedega installed on your computer running Linux, you can simply insert your favorite Windows game CD, install and then play that game just as you would on a Windows system.
 
Old 11-29-2006, 09:37 PM   #10
Dummy-in-Linux
Member
 
Registered: Jun 2004
Location: Bangkok, Thailand
Distribution: Fedora 25 86_64
Posts: 357

Rep: Reputation: 32
One answer only, buy a Playstation 3. You will get a super-B game platform and you can run Linux (supported by Sony)
 
Old 11-30-2006, 01:21 PM   #11
globetrotterdk
Member
 
Registered: Nov 2006
Posts: 297

Rep: Reputation: 16
Everyone seems to be forgetting Win4Lin (win4lin.com) I haven't seen any revues for a long time, but it is a mature product and from what I gather from the homepage, Win4Lin Pro Desktop doesn't need a special kernel, as the last version of the product that I looked at did.
 
  


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
Booting Windows inside Linux onlyone-jc Red Hat 10 01-17-2006 10:09 AM
Booting Windows from inside Linux using VMWare moistTowelette Linux - Software 1 09-06-2005 07:52 PM
Emulate Windows XP on Linux Garibaldi3489 Linux - Software 20 08-20-2005 11:31 PM
Can yu run linux inside windows? tlewis Linux - Newbie 3 03-01-2004 11:25 PM
No X-Windows in linux inside VMware lubu Linux - Newbie 1 03-12-2002 04:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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