LinuxQuestions.org
Help answer threads with 0 replies.
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
 
LinkBack Search this Thread
Old 02-10-2010, 09:58 PM   #16
disturbed1
Senior Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware
Posts: 1,108
Blog Entries: 6

Rep: Reputation: 195Reputation: 195

Just an opinion - but it's hard to beat VMWare Player for virtualizing Windows. VMWare Player is free (in cost) as is the OS tools. For Windows installations, it is automatic. Give VMWare Player the user name, and CD Key, everything else is done automaticially. Drives partitioned, user account created, OS tools installed, virtual machine rebooted. USB support is plug and play, no need to modify /etc/fstab or fdi files, or user permissions like with Virtual Box. We test a few NLite isos, Bart/WinPE setups, and disaster recovery sets - VMWare Player makes this quick and simple - no need to watch an installation screen prompting you for questions. Video acceleration in Windows is quite good as well. My girlfriend can at lest play Bejeweled Delux in full screen

For Linux Distros I use KVM. KVM performs better on Linux hosts with Linux guests compared to VMWare. It's the oppisite with Windows. I experience slower drive access in Windows guests hosted by KVM compared to VMWare - even with the virtio drivers in use.

Gave up on Virtual Box some time ago. Perhaps it's better now? I do recall performance being a serious bottleneck with VBox compared to KVM and VMWare. It's VRDP server being buggy, random VM crashes. All from the OSE, non-OSE and compiled from source releases. Support will have you disable ACPI, then SMP, then disable Video acceleration, then disable VT-x/AMD-V - why not just run KQemeu. That's something I can say about KVM and VMWare, I've never had a VM crash, nor lock up with either of these systems.
 
Old 02-10-2010, 11:52 PM   #17
veeall
Member
 
Registered: May 2007
Location: Estonia
Distribution: Slackware 12.1, slackware64-current
Posts: 243

Rep: Reputation: 43
Do you, guys, get responsive graphics with windows in KVM with qemu, as interacting with menus and apps was slower in qemu than in virtualbox when i last checked qemu few years ago?
 
Old 02-11-2010, 12:23 AM   #18
disturbed1
Senior Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware
Posts: 1,108
Blog Entries: 6

Rep: Reputation: 195Reputation: 195
Quote:
Originally Posted by veeall View Post
Do you, guys, get responsive graphics with windows in KVM with qemu, as interacting with menus and apps was slower in qemu than in virtualbox when i last checked qemu few years ago?
Which Guest OS/Driver?

You can use std, cirrus, vmware, xenfb, none. In Windows I've had to use 16bit color depth for the best response, not much difference between std and cirrus. The cirrus driver works fine for me in Linux.
Place this in your /etc/xorg.conf on the guest system to get a display larger than 800x600. The emulated cirrus graphics card does not support edid scanning, so Xorg falls back on a safe 800x600 resolution.
Code:
Section "Monitor"
  Identifier  "Monitor0"
  HorizSync   20.0 - 50.0
  VertRefresh 40.0 - 80.0
End Section


Section "Screen"
  Identifier   "Screen0"
  Device       "Device0"
  Monitor      "Monitor0"
  DefaultDepth 16
  Subsection "Display"
    Depth 16
    Modes "1280x1024" "1024x768"
  EndSubsection
EndSection
You can use vnc, which it what I normally do.
Code:
qemu-system-x86_64 -cpu host -net user -net nic,model=rtl8139 -drive file=xp,if=virtio,index=0,media=disk,boot=on -smp 2 -m 2048 -usb -usbdevice tablet -soundhw sb16 -no-acpi -boot menu=on -vnc :1
 
Old 02-11-2010, 07:13 PM   #19
dc_eros
Member
 
Registered: Nov 2006
Distribution: Slackware, Cygwin
Posts: 219

Rep: Reputation: 23
I also used VirtualBox to run Windows XP on my laptop. I get it from SlackBuilds.org, works well but I didn't use Windows too often at home since I'm busy with Slackware stuff. I use it for testing multiple IE versions for web development. So far, it works fine.
 
Old 02-12-2010, 12:51 AM   #20
rpedrica
Member
 
Registered: Nov 2008
Location: Cape Town
Distribution: Slackware64-13.1
Posts: 160

Rep: Reputation: 18
I'm a long time VBox user and I"ve sen it mature into a very good product. The only issue I have in 3.1.x is that my seamless mode doesn't work properly ... Apart from that, it's CLI ability is one of it's best features.
 
Old 03-15-2010, 05:08 PM   #21
gauchao
Member
 
Registered: Dec 2009
Distribution: SLACKWARE 13/13.1/13.37 64 bit
Posts: 127

Rep: Reputation: 23
On the time being, which would you prefer to run windows xp under slack 13 64 bit?
 
Old 03-15-2010, 09:36 PM   #22
slowpoke
Member
 
Registered: Feb 2010
Posts: 33

Rep: Reputation: 15
I use Slack64 to run Vbox because I have a lot of ram and it enables me to give xp 3 gigs.
A stock 32 bit system will only recognize a total of 3 gigs and therefore much less to be assigned to the guest.
 
1 members found this post helpful.
Old 03-16-2010, 12:54 AM   #23
trxdraxon
Member
 
Registered: Jan 2006
Location: Bakersfield, Ca.
Distribution: Slackware64, FreeBSD, Win7
Posts: 46

Rep: Reputation: 5
I've never had any problems with with virtualbox or kvm/qemu. I run vbox on my 64-current desktop and kvm/qemu on my server which is running slack64. I like kvm/qemu for all my headless VM's.

Last edited by trxdraxon; 03-16-2010 at 01:01 AM. Reason: It's late and I'm retarded...
 
1 members found this post helpful.
Old 03-16-2010, 04:55 AM   #24
matze525
LQ Newbie
 
Registered: Mar 2010
Posts: 10

Rep: Reputation: 0
I run VirtualBox on PIII 800Mhz SMP works very well and XP is useable on slackware with opengl accelration and experimental DirectX support.
 
1 members found this post helpful.
Old 03-17-2010, 12:17 PM   #25
Linux.tar.gz
Senior Member
 
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,116

Rep: Reputation: 84
Qemu-kvm literally crushes any actual virtualization program on any platform, except for usb and 3d stuff.
 
  


Reply

Tags
drivers, kvm, windows


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to run a script to a remote linux machine from a windows machine squirrel001 Linux - Newbie 5 05-04-2009 06:06 PM
How to run virtual Machine and Internet connection sharing on Fed8 Linuxllent Fedora 6 02-12-2008 03:27 AM
Slackware Virtual Machine centauricw Slackware 6 01-01-2007 04:06 PM
Internet explorer on linux or a free virtual machine? zahadumy Linux - Software 26 12-17-2006 02:19 PM
Free Virtual Machine Software? Corey Edwards General 7 07-07-2005 06:26 PM


All times are GMT -5. The time now is 07:03 AM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration