Ejemplo n.º 1
0
		<blockquote class="inline_help">
			<p>Select how much memory to allocate to the VM at boot.</p>
		</blockquote>
	</div>
	<div class="advanced">
		<blockquote class="inline_help">
			<p>Select how much memory to allocate to the VM at boot (cannot be more than Max. Mem).</p>
		</blockquote>
	</div>

	<table>
		<tr class="advanced">
			<td>Machine:</td>
			<td>
				<select name="domain[machine]" class="narrow" id="domain_machine" title="Select the machine model.  i440fx will work for most.  Q35 for a newer machine model with PCIE">
				<?php mk_dropdown_options($arrValidMachineTypes, $arrConfig['domain']['machine']); ?>
				</select>
			</td>
		</tr>
	</table>
	<div class="advanced">
		<blockquote class="inline_help">
			<p>The machine type option primarily affects the success some users may have with various hardware and GPU pass through.  For more information on the various QEMU machine types, see these links:</p>
			<a href="http://wiki.qemu.org/Documentation/Platforms/PC" target="_blank">http://wiki.qemu.org/Documentation/Platforms/PC</a><br>
			<a href="http://wiki.qemu.org/Features/Q35" target="_blank">http://wiki.qemu.org/Features/Q35</a><br>
			<p>As a rule of thumb, try to get your configuration working with i440fx first and if that fails, try adjusting to Q35 to see if that changes anything.</p>
		</blockquote>
	</div>

	<table>
		<tr class="advanced">
Ejemplo n.º 2
0
					}
				?>
				</select>
			</td>
		</tr>

		<? if ($i == 0) { ?>
		<tr class="vncpassword">
			<td>VNC Password:</td>
			<td><input type="password" name="domain[password]" title="password for VNC" placeholder="Password for VNC (optional)" /></td>
		</tr>
		<tr class="advanced vnckeymap">
			<td>VNC Keyboard:</td>
			<td>
				<select name="gpu[<?=$i?>][keymap]" title="keyboard for VNC">
				<?php mk_dropdown_options($arrValidKeyMaps, $arrGPU['keymap']); ?>
				</select>
			</td>
		</tr>
		<? } ?>
	</table>
	<?php if ($i == 0) { ?>
	<blockquote class="inline_help">
		<p>
			<b>Graphics Card</b><br>
			If you wish to assign a graphics card to the VM, select it from this list, otherwise leave it set to VNC.
		</p>

		<p class="vncpassword">
			<b>VNC Password</b><br>
			If you wish to require a password to connect to the VM over a VNC connection, specify one here.