Skip to content

Commit

Permalink
VMW guide
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkXero-dev committed Oct 11, 2024
1 parent c109ccd commit f07495d
Show file tree
Hide file tree
Showing 35 changed files with 87 additions and 113 deletions.
15 changes: 5 additions & 10 deletions content/posts/vmware-linux/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,17 @@ sudo systemctl enable --now vmware-networks.service
sudo systemctl enable --now vmware-usbarbitrator.service
```

Finally there's the matter of the Linux Guest OS, to set the correct resolution, it has to come with certain packages but in any case I will show you how to install them and enable..
Finally there's the matter of the Linux Guest OS, to set the correct resolution, it has to come with certain packages but in any case I will show you how to install them and enable. Not the the `xf86-video-vmware` package is for `X11/Xorg` only not for `Wayland` as the name implies.

To enable the service just run :
To install & enable the service inside Linux guest just run :

```Bash
sudo pacman -S xf86-video-vmware open-vm-tools
sudo systemctl enable --now vmtoolsd
```

### Issues

If resolution does not get fixed and you are stuck at low, then you might need to install the necessary packages. Below is what you need. Reboot then run the above command...

- Video Drivers

```Bash
sudo pacman -S xf86-video-vmware open-vm-tools
```
If resolution does not get fixed and you are stuck at low, then you might need consult the follwing detailed Docs (Arch) >> [**VMWare Setup**](https://wiki.archlinux.org/title/VMware) or [**VMTools**](https://wiki.archlinux.org/title/VMware/Install_Arch_Linux_as_a_guest#Open-VM-Tools). If you are installing another guest, like **Ubuntu**, **Debian** or anything else you will have to find relevant info on your own, I only know and use **Arch**.

Yet another tool to add to the arsenal...
Yet another tool to add to the arsenal. Best of luck.
2 changes: 1 addition & 1 deletion public/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1504,7 +1504,7 @@ <h2 class="mt-8 text-2xl font-extrabold mb-10">Related</h2>
<div class="flex flex-row flex-wrap items-center">


<time datetime="2024-10-07T00:00:00&#43;00:00">7 October 2024</time><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">1 min</span><span class="px-2 text-primary-500">&middot;</span><span>
<time datetime="2024-10-07T00:00:00&#43;00:00">7 October 2024</time><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">2 mins</span><span class="px-2 text-primary-500">&middot;</span><span>



Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ <h2 class="mt-8 text-2xl font-extrabold mb-10">Recent</h2>
<div class="flex flex-row flex-wrap items-center">


<time datetime="2024-10-07T00:00:00&#43;00:00">7 October 2024</time><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">1 min</span><span class="px-2 text-primary-500">&middot;</span><span>
<time datetime="2024-10-07T00:00:00&#43;00:00">7 October 2024</time><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">2 mins</span><span class="px-2 text-primary-500">&middot;</span><span>



Expand Down
2 changes: 1 addition & 1 deletion public/index.json

Large diffs are not rendered by default.

15 changes: 6 additions & 9 deletions public/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,18 @@
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-Bash&#34; data-lang=&#34;Bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sudo modprobe -a vmw_vmci vmmon
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sudo systemctl &lt;span class=&#34;nb&#34;&gt;enable&lt;/span&gt; --now vmware-networks.service
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sudo systemctl &lt;span class=&#34;nb&#34;&gt;enable&lt;/span&gt; --now vmware-usbarbitrator.service
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Finally there&amp;rsquo;s the matter of the Linux Guest OS, to set the correct resolution, it has to come with certain packages but in any case I will show you how to install them and enable..&lt;/p&gt;
&lt;p&gt;To enable the service just run :&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-Bash&#34; data-lang=&#34;Bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sudo systemctl &lt;span class=&#34;nb&#34;&gt;enable&lt;/span&gt; --now vmtoolsd
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Finally there&amp;rsquo;s the matter of the Linux Guest OS, to set the correct resolution, it has to come with certain packages but in any case I will show you how to install them and enable. Not the the &lt;code&gt;xf86-video-vmware&lt;/code&gt; package is for &lt;code&gt;X11/Xorg&lt;/code&gt; only not for &lt;code&gt;Wayland&lt;/code&gt; as the name implies.&lt;/p&gt;
&lt;p&gt;To install &amp;amp; enable the service inside Linux guest just run :&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-Bash&#34; data-lang=&#34;Bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sudo pacman -S xf86-video-vmware open-vm-tools
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sudo systemctl &lt;span class=&#34;nb&#34;&gt;enable&lt;/span&gt; --now vmtoolsd
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;h3 class=&#34;relative group&#34;&gt;Issues
&lt;div id=&#34;issues&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;

&lt;/h3&gt;
&lt;p&gt;If resolution does not get fixed and you are stuck at low, then you might need to install the necessary packages. Below is what you need. Reboot then run the above command&amp;hellip;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Video Drivers&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-Bash&#34; data-lang=&#34;Bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sudo pacman -S xf86-video-vmware open-vm-tools
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Yet another tool to add to the arsenal&amp;hellip;&lt;/p&gt;
&lt;p&gt;If resolution does not get fixed and you are stuck at low, then you might need consult the follwing detailed Docs (Arch) &amp;raquo; &lt;a href=&#34;https://wiki.archlinux.org/title/VMware&#34; target=&#34;_blank&#34;&gt;&lt;strong&gt;VMWare Setup&lt;/strong&gt;&lt;/a&gt; or &lt;a href=&#34;https://wiki.archlinux.org/title/VMware/Install_Arch_Linux_as_a_guest#Open-VM-Tools&#34; target=&#34;_blank&#34;&gt;&lt;strong&gt;VMTools&lt;/strong&gt;&lt;/a&gt;. If you are installing another guest, like &lt;strong&gt;Ubuntu&lt;/strong&gt;, &lt;strong&gt;Debian&lt;/strong&gt; or anything else you will have to find relevant info on your own, I only know and use &lt;strong&gt;Arch&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Yet another tool to add to the arsenal. Best of luck.&lt;/p&gt;
</description>
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://xerolinux.xyz/posts/vmware-linux/featured.webp" />
</item>
Expand Down
2 changes: 1 addition & 1 deletion public/posts/aurora-atomic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2141,7 +2141,7 @@ <h2 class="mt-8 text-2xl font-extrabold mb-10">Related</h2>
<div class="flex flex-row flex-wrap items-center">


<time datetime="2024-10-07T00:00:00&#43;00:00">7 October 2024</time><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">1 min</span><span class="px-2 text-primary-500">&middot;</span><span>
<time datetime="2024-10-07T00:00:00&#43;00:00">7 October 2024</time><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">2 mins</span><span class="px-2 text-primary-500">&middot;</span><span>



Expand Down
2 changes: 1 addition & 1 deletion public/posts/bato-deck/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2008,7 +2008,7 @@ <h2 class="mt-8 text-2xl font-extrabold mb-10">Related</h2>
<div class="flex flex-row flex-wrap items-center">


<time datetime="2024-10-07T00:00:00&#43;00:00">7 October 2024</time><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">1 min</span><span class="px-2 text-primary-500">&middot;</span><span>
<time datetime="2024-10-07T00:00:00&#43;00:00">7 October 2024</time><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">2 mins</span><span class="px-2 text-primary-500">&middot;</span><span>



Expand Down
2 changes: 1 addition & 1 deletion public/posts/bluebuild-workshop/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2124,7 +2124,7 @@ <h2 class="mt-8 text-2xl font-extrabold mb-10">Related</h2>
<div class="flex flex-row flex-wrap items-center">


<time datetime="2024-10-07T00:00:00&#43;00:00">7 October 2024</time><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">1 min</span><span class="px-2 text-primary-500">&middot;</span><span>
<time datetime="2024-10-07T00:00:00&#43;00:00">7 October 2024</time><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">2 mins</span><span class="px-2 text-primary-500">&middot;</span><span>



Expand Down
2 changes: 1 addition & 1 deletion public/posts/burn-my-windows/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2035,7 +2035,7 @@ <h2 class="mt-8 text-2xl font-extrabold mb-10">Related</h2>
<div class="flex flex-row flex-wrap items-center">


<time datetime="2024-10-07T00:00:00&#43;00:00">7 October 2024</time><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">1 min</span><span class="px-2 text-primary-500">&middot;</span><span>
<time datetime="2024-10-07T00:00:00&#43;00:00">7 October 2024</time><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">2 mins</span><span class="px-2 text-primary-500">&middot;</span><span>



Expand Down
2 changes: 1 addition & 1 deletion public/posts/caps-lock/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2006,7 +2006,7 @@ <h2 class="mt-8 text-2xl font-extrabold mb-10">Related</h2>
<div class="flex flex-row flex-wrap items-center">


<time datetime="2024-10-07T00:00:00&#43;00:00">7 October 2024</time><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">1 min</span><span class="px-2 text-primary-500">&middot;</span><span>
<time datetime="2024-10-07T00:00:00&#43;00:00">7 October 2024</time><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">2 mins</span><span class="px-2 text-primary-500">&middot;</span><span>



Expand Down
2 changes: 1 addition & 1 deletion public/posts/docker-usage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2035,7 +2035,7 @@ <h2 class="mt-8 text-2xl font-extrabold mb-10">Related</h2>
<div class="flex flex-row flex-wrap items-center">


<time datetime="2024-10-07T00:00:00&#43;00:00">7 October 2024</time><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">1 min</span><span class="px-2 text-primary-500">&middot;</span><span>
<time datetime="2024-10-07T00:00:00&#43;00:00">7 October 2024</time><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">2 mins</span><span class="px-2 text-primary-500">&middot;</span><span>



Expand Down
2 changes: 1 addition & 1 deletion public/posts/flatpak-tips/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2032,7 +2032,7 @@ <h2 class="mt-8 text-2xl font-extrabold mb-10">Related</h2>
<div class="flex flex-row flex-wrap items-center">


<time datetime="2024-10-07T00:00:00&#43;00:00">7 October 2024</time><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">1 min</span><span class="px-2 text-primary-500">&middot;</span><span>
<time datetime="2024-10-07T00:00:00&#43;00:00">7 October 2024</time><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">2 mins</span><span class="px-2 text-primary-500">&middot;</span><span>



Expand Down
2 changes: 1 addition & 1 deletion public/posts/homebrew-linux/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1617,7 +1617,7 @@ <h2 class="mt-8 text-2xl font-extrabold mb-10">Related</h2>
<div class="flex flex-row flex-wrap items-center">


<time datetime="2024-10-07T00:00:00&#43;00:00">7 October 2024</time><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">1 min</span><span class="px-2 text-primary-500">&middot;</span><span>
<time datetime="2024-10-07T00:00:00&#43;00:00">7 October 2024</time><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">2 mins</span><span class="px-2 text-primary-500">&middot;</span><span>



Expand Down
2 changes: 1 addition & 1 deletion public/posts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ <h1 class="mt-5 text-4xl font-extrabold text-neutral-900 dark:text-neutral"></h1
<div class="flex flex-row flex-wrap items-center">


<time datetime="2024-10-07T00:00:00&#43;00:00">7 October 2024</time><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">1 min</span><span class="px-2 text-primary-500">&middot;</span><span>
<time datetime="2024-10-07T00:00:00&#43;00:00">7 October 2024</time><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">2 mins</span><span class="px-2 text-primary-500">&middot;</span><span>



Expand Down
15 changes: 6 additions & 9 deletions public/posts/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,18 @@
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-Bash&#34; data-lang=&#34;Bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sudo modprobe -a vmw_vmci vmmon
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sudo systemctl &lt;span class=&#34;nb&#34;&gt;enable&lt;/span&gt; --now vmware-networks.service
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sudo systemctl &lt;span class=&#34;nb&#34;&gt;enable&lt;/span&gt; --now vmware-usbarbitrator.service
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Finally there&amp;rsquo;s the matter of the Linux Guest OS, to set the correct resolution, it has to come with certain packages but in any case I will show you how to install them and enable..&lt;/p&gt;
&lt;p&gt;To enable the service just run :&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-Bash&#34; data-lang=&#34;Bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sudo systemctl &lt;span class=&#34;nb&#34;&gt;enable&lt;/span&gt; --now vmtoolsd
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Finally there&amp;rsquo;s the matter of the Linux Guest OS, to set the correct resolution, it has to come with certain packages but in any case I will show you how to install them and enable. Not the the &lt;code&gt;xf86-video-vmware&lt;/code&gt; package is for &lt;code&gt;X11/Xorg&lt;/code&gt; only not for &lt;code&gt;Wayland&lt;/code&gt; as the name implies.&lt;/p&gt;
&lt;p&gt;To install &amp;amp; enable the service inside Linux guest just run :&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-Bash&#34; data-lang=&#34;Bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sudo pacman -S xf86-video-vmware open-vm-tools
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sudo systemctl &lt;span class=&#34;nb&#34;&gt;enable&lt;/span&gt; --now vmtoolsd
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;h3 class=&#34;relative group&#34;&gt;Issues
&lt;div id=&#34;issues&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;

&lt;/h3&gt;
&lt;p&gt;If resolution does not get fixed and you are stuck at low, then you might need to install the necessary packages. Below is what you need. Reboot then run the above command&amp;hellip;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Video Drivers&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-Bash&#34; data-lang=&#34;Bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sudo pacman -S xf86-video-vmware open-vm-tools
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Yet another tool to add to the arsenal&amp;hellip;&lt;/p&gt;
&lt;p&gt;If resolution does not get fixed and you are stuck at low, then you might need consult the follwing detailed Docs (Arch) &amp;raquo; &lt;a href=&#34;https://wiki.archlinux.org/title/VMware&#34; target=&#34;_blank&#34;&gt;&lt;strong&gt;VMWare Setup&lt;/strong&gt;&lt;/a&gt; or &lt;a href=&#34;https://wiki.archlinux.org/title/VMware/Install_Arch_Linux_as_a_guest#Open-VM-Tools&#34; target=&#34;_blank&#34;&gt;&lt;strong&gt;VMTools&lt;/strong&gt;&lt;/a&gt;. If you are installing another guest, like &lt;strong&gt;Ubuntu&lt;/strong&gt;, &lt;strong&gt;Debian&lt;/strong&gt; or anything else you will have to find relevant info on your own, I only know and use &lt;strong&gt;Arch&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Yet another tool to add to the arsenal. Best of luck.&lt;/p&gt;
</description>
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://xerolinux.xyz/posts/vmware-linux/featured.webp" />
</item>
Expand Down
Loading

0 comments on commit f07495d

Please sign in to comment.