<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ahigg</id>
	<title>Alpine Linux - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ahigg"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/wiki/Special:Contributions/Ahigg"/>
	<updated>2026-04-30T01:44:34Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=VirtualBox_guest_additions&amp;diff=21669</id>
		<title>VirtualBox guest additions</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=VirtualBox_guest_additions&amp;diff=21669"/>
		<updated>2022-03-22T22:47:57Z</updated>

		<summary type="html">&lt;p&gt;Ahigg: Added steps to enable VirtualBox DRM client for X11 to support display auto-resizing.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{todo|Need to update this article. I think the virtualbox-guest-modules-virt package has been obsoleted by linux-virt on 3.11 and later}}&lt;br /&gt;
&lt;br /&gt;
=How to install VirtualBox guest additions=&lt;br /&gt;
&lt;br /&gt;
== For Alpine Linux Version 3.10 ==&lt;br /&gt;
&lt;br /&gt;
# enable edge/community package&lt;br /&gt;
# install {{Cmd|apk add virtualbox-guest-additions virtualbox-guest-modules-virt}}&lt;br /&gt;
To enable X11 display auto-resizing:&lt;br /&gt;
{{Cmd|apk add virtualbox-guest-additions-x11&lt;br /&gt;
rc-update add virtualbox-drm-client default}}&lt;br /&gt;
&lt;br /&gt;
== For older versions ==&lt;br /&gt;
&lt;br /&gt;
First install [https://pkgs.alpinelinux.org/package/testing/x86/virtualbox-additions-grsec virtualbox-additions-grsec]: &lt;br /&gt;
&lt;br /&gt;
{{Cmd|apk add virtualbox-additions-grsec}}&lt;br /&gt;
&lt;br /&gt;
The following error may occur:&lt;br /&gt;
&lt;br /&gt;
{{Cmd|ERROR: unsatisfiable constraints:&lt;br /&gt;
   virtualbox-additions-grsec (missing):&lt;br /&gt;
      required by: world[virtualbox-additions-grsec]}}&lt;br /&gt;
&lt;br /&gt;
If the error occurs, then you need to enable the alpine testing repo:&lt;br /&gt;
&lt;br /&gt;
{{Cmd|echo &amp;quot;http://nl.alpinelinux.org/alpine/edge/testing&amp;quot; &amp;gt;&amp;gt; /etc/apk/repositories}}&lt;br /&gt;
&lt;br /&gt;
Then update respository indexes from all remote repositories, and install &amp;lt;code&amp;gt;virtualbox-additions-grsec&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Cmd|apk update&lt;br /&gt;
apk add virtualbox-additions-grsec}}&lt;br /&gt;
&lt;br /&gt;
Then add &amp;lt;code&amp;gt;vboxpci&amp;lt;/code&amp;gt;,&amp;lt;code&amp;gt;vboxdrv&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;vboxnetflt&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;/etc/modules&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
{{Cmd|echo vboxpci &amp;gt;&amp;gt; /etc/modules&lt;br /&gt;
echo vboxdrv &amp;gt;&amp;gt; /etc/modules&lt;br /&gt;
echo vboxnetflt &amp;gt;&amp;gt; /etc/modules}}&lt;br /&gt;
&lt;br /&gt;
And reboot to put these changes into effect.&lt;br /&gt;
&lt;br /&gt;
[[Category:Virtualization]]&lt;/div&gt;</summary>
		<author><name>Ahigg</name></author>
	</entry>
</feed>