/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Administration/Linux.Soft/vmware/Mandrake.html

  • Committer: Suren A. Chilingaryan
  • Date: 2009-04-09 03:21:08 UTC
  • Revision ID: csa@dside.dyndns.org-20090409032108-w4edamdh4adrgdu3
import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
2
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 
 
3
<head>
 
4
 <title> TWiki . Main . VmWare   </title>
 
5
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />  
 
6
 <base href="http://mandrake.vmlinuz.ca/bin/view/Main/VmWare" />
 
7
 <link rel="stylesheet" type="text/css" href="/main.css" title="maincss">
 
8
</head>
 
9
<body bgcolor="#ffffff">
 
10
<a name="PageTop"></a>
 
11
<form name="main" action="/bin/view/Main/VmWare">
 
12
<table width="100%" border="0" cellpadding="3" cellspacing="0">
 
13
 <tr>
 
14
  <td bgcolor="#ffffff" rowspan="2" valign="top" width="1%">
 
15
   <a href="http://mandrake.vmlinuz.ca/"><img src="http://mandrake.vmlinuz.ca/pub/TWiki/TWikiLogos/muot46-46.png" border="0" alt="Mandrake Community home" /></a>
 
16
  </td><td>
 
17
   <a href="http://mandrake.vmlinuz.ca/bin/view/Main/WebHome">TWiki</a>
 
18
   &gt; <a href="http://mandrake.vmlinuz.ca/bin/view/Main/WebHome">Main</a>
 
19
   &gt; <a href="/bin/view/Main/DesktopApplications">DesktopApplications</a> &gt; <a href="/bin/view/Main/EmuLatorsVM">EmuLatorsVM</a> &gt;
 
20
   <font size="+1"><b>VmWare</b>   </font>
 
21
  </td><td align="right">
 
22
   <font size="-2">TWiki webs: <br />
 
23
   <a href="/bin/view/Main/WebHome">Main</a> </font>
 
24
  </td>
 
25
 </tr>
 
26
 <tr bgcolor="#b8bcdb">
 
27
  <td colspan="2">
 
28
   Main . {  <a href="/bin/view/Main/WebHome"><b>Home</b></a>  |   <a href="/bin/view/Main/WebChanges"><b>Changes</b></a>  |  <a href="/bin/view/Main/WebIndex"><b>Index/Table of Contents</b></a>  |  <a href="/bin/view/Main/WebSearch"><b>Search</b></a>  |  Go to page: <input type="text" name="topic" size="16" />  }
 
29
  </td>
 
30
 </tr>
 
31
</table> 
 
32
</form>
 
33
<h1><a name="Using_VMware_in_Mandrake"> Using VMware in Mandrake </a></h1>
 
34
<p />
 
35
<a href="http://www.vmware.com/" target="_top">VMware</a> is a virtual machine system for Linux and Windows computers.  It emulates x86 hardware and allows you to run Windows, Linux, BSD, and DOS in a virtual machine, using either Windows or Linux as a host system.  VMWare 4 is the latest version and a very nice upgrade compared to version 3.
 
36
<p />
 
37
A few tips to using the new VMware in Mandrake Linux.  Installing it is extremely straightforward and works pretty much out of the box after you run <code>/usr/bin/vmware-config.pl</code> on the host.  If you want to run Mandrake inside VMware, it likewise works well, but the new VMware tools require you to have both the <strong>kernel-source</strong> and <strong>gcc</strong> packages installed.
 
38
<p />
 
39
There is an issue with Mandrake 9.1 in VMware (versions 3 and 4).  The network initscripts use a program called <em>ifplugd</em> which, I assume, makes sure that a network cable is in fact plugged in to the network card.  Since this isn't the case in VMware, eth0 will never initialize properly.  The trick is to <code>rpm -e ifplugd --nodeps</code> in the Mandrake 9.1 guest OS (ie. inside VMware).  Once you do that, you can issue <code>service network restart</code> and you should be back in business.
 
40
<p />
 
41
<strong>Running LM as a Guest OS</strong>
 
42
<p />
 
43
<strong>Problem:</strong> My host OS is W2K Pro SP4 and am running VMware version 4.02 build-5592. 9.2RC2 would display the text properly if I boot into console mode. startx would display properly too. But after I exit from the XWindows session, the text mode would be messed up. I get 4 tiny windows (one on each corner), two on top would be identical, two at the bottom--I can't see anything. The text from the top two windows are so tiny and fuzzy that I can't make anything out of it. I did install VMware tools. Without it XWindows won't start. Also during installation, Mandrake was able to identified the video card as VMware virtual driver. Is there a way to reset this without rebooting 9.2RC2?
 
44
<p />
 
45
<strong>Solution:</strong> (from Petr Vandrovec) Mandrake should have created "nonfb" choice in your LILO. Boot this, instead of default configuration - VMware SVGA driver does not restore proper hardware state when exiting from SVGA mode.
 
46
<p />
 
47
<strong>Follow-up:</strong> Thanks. That seems to solve the problem. However I do see the following warning
 
48
<p />
 
49
<code>(WW) VMWARE(0): Failed to setup write-combing range (0xf6000000,0x10000000)</code>
 
50
<p />
 
51
Is this critical?
 
52
<p />
 
53
<strong>Answer:</strong> (from Peter Vandrovec) No, it is normal. Virtual <a href="/bin/view/Main/CPU">CPU</a> does not support MTRR registers, and so X server complains. You can ignore it.
 
54
-- <a href="/bin/view/Main/NormZ">NormZ</a> - 22 Sep 2003
 
55
<p />
 
56
<p />
 
57
<table width="100%" border="0" cellpadding="3" cellspacing="0">
 
58
 <tr bgcolor="#b8bcdb">
 
59
  <td valign="top">
 
60
   Topic <b>VmWare</b> . {   <a href="/bin/edit/Main/VmWare?t=1095747844"><b>Edit</b></a>
 
61
   |  <a href="/bin/attach/Main/VmWare">Attach</a>
 
62
   |  <a href="/bin/search/Main/SearchResult?scope=text&amp;regex=on&amp;search=Vm%20*Ware%5B%5EA-Za-z%5D">Ref-By</a>
 
63
   |  <a href="/bin/view/Main/VmWare?skin=print">Printable</a>
 
64
   |  <a href="/bin/rdiff/Main/VmWare">Diffs</a>  | r1.5 | <a href="/bin/rdiff/Main/VmWare?rev1=1.5&amp;rev2=1.4">&gt;</a> | <a href="/bin/view/Main/VmWare?rev=1.4">r1.4</a> | <a href="/bin/rdiff/Main/VmWare?rev1=1.4&amp;rev2=1.3">&gt;</a> | <a href="/bin/view/Main/VmWare?rev=1.3">r1.3</a>
 
65
   |  <a href="/bin/oops/Main/VmWare?template=oopsmore&amp;param1=1.5&amp;param2=1.5">More</a> 
 
66
   }
 
67
  </td>
 
68
 </tr>
 
69
</table> 
 
70
<table width="100%" border="0" cellpadding="3" cellspacing="0">
 
71
 <tr>
 
72
  <td valign="top">
 
73
   Revision r1.5 - 05 Oct 2003 - 15:45 GMT - <a href="/bin/view/Main/NormZ">NormZ</a> <br />Parents: <a href="/bin/view/Main/WebHome">WebHome</a> &gt; <a href="/bin/view/Main/DesktopApplications">DesktopApplications</a> &gt; <a href="/bin/view/Main/EmuLatorsVM">EmuLatorsVM</a>
 
74
  </td>
 
75
  <td width="40%" valign="top">
 
76
   <font size="-2">Copyright &copy; 1999-2004 by the contributing authors. 
 
77
All material on this collaboration platform is the property of the contributing authors. <br /> 
 
78
Ideas, requests, problems regarding TWiki? <a href="mailto:vdanen@linsec.ca?subject=TWiki&#32;Feedback&#32;on&#32;Main.VmWare">Send</a> feedback. </font>
 
79
  </td>
 
80
 </tr>
 
81
 <tr><td colspan="2">  </td></tr>
 
82
</table>
 
83
<a name="PageBottom"></a>
 
84
</body>
 
85
</html>
 
 
b'\\ No newline at end of file'