<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Virtualbox Archives - Beshoy Girgis</title>
	<atom:link href="https://beshoy.girgis.us/tag/virtualbox/feed/" rel="self" type="application/rss+xml" />
	<link>https://beshoy.girgis.us/tag/virtualbox/</link>
	<description>Father, husband, son, nerd.</description>
	<lastBuildDate>Sun, 12 Mar 2017 08:06:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Virtualbox &#124; Ubuntu &#124; Chrome &#8211; Rendering Issue</title>
		<link>https://beshoy.girgis.us/2012/11/virtualbox-ubuntu-chrome-rendering-issue/</link>
					<comments>https://beshoy.girgis.us/2012/11/virtualbox-ubuntu-chrome-rendering-issue/#comments</comments>
		
		<dc:creator><![CDATA[Beshoy Girgis]]></dc:creator>
		<pubDate>Tue, 27 Nov 2012 18:37:46 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Nerdy]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rendering]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Virtualbox]]></category>
		<guid isPermaLink="false">http://beshoy.girgis.us/?p=233</guid>

					<description><![CDATA[I&#8217;ve been having crazy problems with Chrome hanging on my Virtualbox build.  I couldn&#8217;t for the life of me figure out why Chrome was causing Ubuntu&#8217;s rendering to crash.  All of a sudden when visiting a random site such as https://chrome.google.com/webstore, the virtual machine would turn all black or all white or rendering would be all <a class="read-more" href="https://beshoy.girgis.us/2012/11/virtualbox-ubuntu-chrome-rendering-issue/">[&#8230;]</a>]]></description>
										<content:encoded><![CDATA[<p>I&#8217;ve been having crazy problems with Chrome hanging on my Virtualbox build.  I couldn&#8217;t for the life of me figure out why Chrome was causing Ubuntu&#8217;s rendering to crash.  All of a sudden when visiting a random site such as https://chrome.google.com/webstore, the virtual machine would turn all black or all white or rendering would be all sorts of crazy where I can&#8217;t click on anything ( objects are there, I can move windows around and what not, but they wouldn&#8217;t render as they really are ). I am at that point forced to hit alt+f2 and <em>sudo poweroff</em> as a <em>sudo reboot</em> would sometimes bring Ubuntu back up with the same rendering issues.</p>
<p>After much digging, I came across <a href="http://ubuntuforums.org/showthread.php?t=1974800" target="_blank">http://ubuntuforums.org/showthread.php?t=1974800</a> with a suggestion of starting Chrome with the following command:</p>
<pre class="brush: bash; gutter: true; first-line: 1">google-chrome --blacklist-accelerated-compositing</pre>
<p>I&#8217;ve come to find out that this may have resolved my rending issue!  It seems to be more related to Virtualbox and how it&#8217;s handling 3D acceleration.</p>
<p>To update the desktop/launcher icons you can run:</p>
<pre class="brush: bash; gutter: true; first-line: 1">locate google-chrome.desktop</pre>
<p>Which will probably give you the following:</p>
<pre class="brush: bash; gutter: true; first-line: 1">/opt/google/chrome/google-chrome.desktop
/usr/share/applications/google-chrome.desktop</pre>
<p>Really, the only one you need to edit is the one in your /usr/share/applications/.  You can also copy that file to ~/.local/share/applications/ and add</p>
<pre>--blacklist-accelerated-compositing to the end of any "Exec=" line ( should be three -- one for first opening Chrome, one</pre>
]]></content:encoded>
					
					<wfw:commentRss>https://beshoy.girgis.us/2012/11/virtualbox-ubuntu-chrome-rendering-issue/feed/</wfw:commentRss>
			<slash:comments>9</slash:comments>
		
		
			</item>
		<item>
		<title>Linux ( Gnome/Unity/KDE ) + Virtualbox + Mouse issues</title>
		<link>https://beshoy.girgis.us/2012/10/linux-gnomeunitykde-virtualbox-mouse-issues/</link>
					<comments>https://beshoy.girgis.us/2012/10/linux-gnomeunitykde-virtualbox-mouse-issues/#comments</comments>
		
		<dc:creator><![CDATA[Beshoy Girgis]]></dc:creator>
		<pubDate>Mon, 29 Oct 2012 14:52:07 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[Virtualbox]]></category>
		<guid isPermaLink="false">http://beshoy.girgis.us/?p=217</guid>

					<description><![CDATA[After the latest Ubuntu upgrade my mouse became extremely unstable.  I use Gnome 3 and at random times, my mouse&#8217;s X and Y values would jump to 0.  This made it difficult to complete simple tasks as well as the annoyance of Gnome&#8217;s hot window from the top left corner being triggered constantly just by <a class="read-more" href="https://beshoy.girgis.us/2012/10/linux-gnomeunitykde-virtualbox-mouse-issues/">[&#8230;]</a>]]></description>
										<content:encoded><![CDATA[<p>After the latest Ubuntu upgrade my mouse became extremely unstable.  I use Gnome 3 and at random times, my mouse&#8217;s X and Y values would jump to 0.  This made it difficult to complete simple tasks as well as the annoyance of Gnome&#8217;s hot window from the top left corner being triggered constantly just by moving the mouse anywhere in the screen.  A bit of research led me to an Arch Linux thread where others were experiencing the same issue.  The solution turned out to be simple!:</p>
<pre class="brush: bash; gutter: true; first-line: 1">xinput set-prop "VirtualBox mouse integration" "Coordinate Transformation Matrix" 0.5 0 0 0 0.5 0 0 0 1.0
xinput set-prop "VirtualBox mouse integration" "Coordinate Transformation Matrix" 1.0 0 0 0 1.0 0 0 0 1.0</pre>
<p>More information can be found at the thread where I found the result, <a href="https://bbs.archlinux.org/viewtopic.php?pid=1150418#p1150418">https://bbs.archlinux.org/viewtopic.php?pid=1150418#p1150418</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://beshoy.girgis.us/2012/10/linux-gnomeunitykde-virtualbox-mouse-issues/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Ubuntu + Virtualbox: Numeric Keypad</title>
		<link>https://beshoy.girgis.us/2012/08/ubuntu-virtualbox-numeric-keypad/</link>
					<comments>https://beshoy.girgis.us/2012/08/ubuntu-virtualbox-numeric-keypad/#respond</comments>
		
		<dc:creator><![CDATA[Beshoy Girgis]]></dc:creator>
		<pubDate>Thu, 30 Aug 2012 15:47:52 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Nerdy]]></category>
		<category><![CDATA[keypad]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Virtualbox]]></category>
		<guid isPermaLink="false">https://beshoy.girgis.us/?p=179</guid>

					<description><![CDATA[The numeric keypad doesn&#8217;t work in a fresh Ubuntu install in Virtualbox ( possibly not related to Virtualbox but is one of the factors in my case )&#8230; A bunch of Googling leads to two solutions that when put together, worked for me: {Name} ( top right of screen ) -&#62; System Settings -&#62; Keyboard <a class="read-more" href="https://beshoy.girgis.us/2012/08/ubuntu-virtualbox-numeric-keypad/">[&#8230;]</a>]]></description>
										<content:encoded><![CDATA[<p>The numeric keypad doesn&#8217;t work in a fresh Ubuntu install in Virtualbox ( possibly not related to Virtualbox but is one of the factors in my case )&#8230;</p>
<p>A bunch of Googling leads to two solutions that when put together, worked for me:</p>
<p>{Name} ( top right of screen ) -&gt; System Settings -&gt; Keyboard Layout -&gt; Layouts Tab -&gt; Options -&gt; Numeric Keypad Layout Selection -&gt; Select &#8220;Legacy&#8221;</p>
<p>This alone didn&#8217;t do the trick.  The next piece I found was to hit <strong>ctrl + shift + Num Luck</strong>.  You may have to hit that combo then type some numbers, try it again, type some numbers, etc etc.  Those two things together did the trick for me and now.. I can use the Keypad!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://beshoy.girgis.us/2012/08/ubuntu-virtualbox-numeric-keypad/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 42/90 objects using disk
Page Caching using disk: enhanced 
Lazy Loading (feed)
Minified using disk
Database Caching using disk (Request-wide modification query)

Served from: beshoy.girgis.us @ 2026-07-22 19:39:35 by W3 Total Cache
-->