<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Installing Ubuntu on a Zotac Zbox Nano VD01 part II</title>
	<atom:link href="http://www.nickebo.net/installing-ubuntu-on-a-zotac-zbox-nano-vd01-part-ii/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nickebo.net/installing-ubuntu-on-a-zotac-zbox-nano-vd01-part-ii/</link>
	<description>I am a man of science</description>
	<lastBuildDate>Fri, 26 Apr 2013 21:41:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: xeniter</title>
		<link>http://www.nickebo.net/installing-ubuntu-on-a-zotac-zbox-nano-vd01-part-ii/#comment-70993</link>
		<dc:creator>xeniter</dc:creator>
		<pubDate>Sun, 20 Jan 2013 11:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickebo.net/?p=593#comment-70993</guid>
		<description><![CDATA[rtfm! (you must use xforcevesa as boot option to install it)

There is a install txt if you download the graphic drive from zotac.
The driver works only with 11.10, if you build it with 12.04 or later you get compile errors.

This beta driver is provided for ZOTAC ZBOX VD01.

The drivers installation may require Internet update. Please setup the Internet connection after the Ubuntu installation complete. 

Step 5 didnt work, you must delete all &quot;monitor&quot; entrys from xorg conf and add following:

Section &quot;Monitor&quot;
        Identifier      &quot;HDMI-1&quot;
        #Option          &quot;Ignore&quot;        &quot;true&quot;
        Option          &quot;Enable&quot;        &quot;true&quot;
	#Option         &quot;AttachAllModes&quot; &quot;true&quot;
        #Option          &quot;PreferredMode&quot; &quot;1280x720P&quot;
        #Option         &quot;ClockPolarity&quot;         &quot;1&quot;
        #Option         &quot;ClockAdjust&quot;
        #Option         &quot;ClockDrivingSelection&quot;
        #Option         &quot;DataDrivingSelection&quot;
	Option		&quot;DefaultModes&quot;	    &quot;true&quot;
EndSection


Here is the manual:

To install Ubuntu:
==================
1. During the installation load, press SHIFT go to the installation menu.
2. Select Language 
3. Select Install Ubuntu 
4. Press F6, press ESC.
5. You could see a message at the bottom, then type &quot;xforcevesa&quot;.
6. Press  to install Ubuntu.
7. After Ubuntu installation complete, copy the follow compressed files to a folder under user home. These files must be decompressed under Ubuntu.

Graphic Driver		5.76.42.90-u1110_32bit-62106.tar.gz		
Video Driver		5.76.42.90-u1110_32bit-video-62124.tar.gz
VDPAU Wrapper package	VDPAU_Wrapper4.1-u1110_32bit-62126.tar.gz
HDMI Audio Driver	via-gfxhdmiaudio-ubuntu1110_1.3.0-0ubuntu1_i386.zip

To install Graphic Driver:
==========================
1. Decompress the Graphic Driver to a folder.
2. Open a terminal and go to the folder with &quot;vinstall&quot;.
3. Run administrator mode by &quot;sudo -s&quot;, password is required.
4. Type &quot;./vinstall&quot; to install (DO NOT RESTART before step 6).
5. After installation complete, edit the etc/X11/xorg.conf.
   Enable the options for HDMI-1 and DisplayPort-2.

Section &quot;Monitor&quot;
        Identifier      &quot;HDMI-1&quot;
        Option          &quot;Enable&quot;        &quot;true&quot;

Section &quot;Monitor&quot;
        Identifier      &quot;DisplayPort-2&quot;
        Option          &quot;Enable&quot;        &quot;true&quot;

6. Exit and restart Ubuntu.

To install Video Driver:
========================
1. Decompress the Video Driver to a folder.
2. Open a terminal and go to the folder with &quot;vinstall&quot;.
3. Run administrator mode by &quot;sudo -s&quot;, password is required.
4. Type &quot;./vinstall&quot; to install.

To install VDPAU Wrapper package:
=================================
1. Decompress the VDPAU Wrapper package to a folder.
2. Open a terminal and go to the folder with &quot;vinstall&quot;.
3. Run administrator mode by &quot;sudo -s&quot;, password is required.
4. Type &quot;./vinstall&quot; to install.

To install and enable HDMI Audio Driver:
========================================
1. Decompress the HDMI Audio Driver to a folder.
2. Open a terminal and go to the folder with &quot;vinstall&quot;.
3. Run administrator mode by &quot;sudo -s&quot;, password is required.
4. Go to the &quot;deb folder, which included a .dep file.
5. Type &quot;dpkg -i --force-overwrite &quot;.
6. After installation complete, exit and restart Ubuntu.
7. In SYSTEM sound menu, 
	Select Hardware &gt; Digital Stereo (HDMI) Output &gt;
	Select Output &gt; Internal Audio Digital Stereo (HDMI)


REMARK:
Please find the detail procedure from the driver user guide. 
Run the Ubuntu update may reload the default graphic driver. You need re-install the VIA graphic driver under command prompt.]]></description>
		<content:encoded><![CDATA[<p>rtfm! (you must use xforcevesa as boot option to install it)</p>
<p>There is a install txt if you download the graphic drive from zotac.<br />
The driver works only with 11.10, if you build it with 12.04 or later you get compile errors.</p>
<p>This beta driver is provided for ZOTAC ZBOX VD01.</p>
<p>The drivers installation may require Internet update. Please setup the Internet connection after the Ubuntu installation complete. </p>
<p>Step 5 didnt work, you must delete all &#8220;monitor&#8221; entrys from xorg conf and add following:</p>
<p>Section &#8220;Monitor&#8221;<br />
        Identifier      &#8220;HDMI-1&#8243;<br />
        #Option          &#8220;Ignore&#8221;        &#8220;true&#8221;<br />
        Option          &#8220;Enable&#8221;        &#8220;true&#8221;<br />
	#Option         &#8220;AttachAllModes&#8221; &#8220;true&#8221;<br />
        #Option          &#8220;PreferredMode&#8221; &#8220;1280x720P&#8221;<br />
        #Option         &#8220;ClockPolarity&#8221;         &#8220;1&#8243;<br />
        #Option         &#8220;ClockAdjust&#8221;<br />
        #Option         &#8220;ClockDrivingSelection&#8221;<br />
        #Option         &#8220;DataDrivingSelection&#8221;<br />
	Option		&#8220;DefaultModes&#8221;	    &#8220;true&#8221;<br />
EndSection</p>
<p>Here is the manual:</p>
<p>To install Ubuntu:<br />
==================<br />
1. During the installation load, press SHIFT go to the installation menu.<br />
2. Select Language<br />
3. Select Install Ubuntu<br />
4. Press F6, press ESC.<br />
5. You could see a message at the bottom, then type &#8220;xforcevesa&#8221;.<br />
6. Press  to install Ubuntu.<br />
7. After Ubuntu installation complete, copy the follow compressed files to a folder under user home. These files must be decompressed under Ubuntu.</p>
<p>Graphic Driver		5.76.42.90-u1110_32bit-62106.tar.gz<br />
Video Driver		5.76.42.90-u1110_32bit-video-62124.tar.gz<br />
VDPAU Wrapper package	VDPAU_Wrapper4.1-u1110_32bit-62126.tar.gz<br />
HDMI Audio Driver	via-gfxhdmiaudio-ubuntu1110_1.3.0-0ubuntu1_i386.zip</p>
<p>To install Graphic Driver:<br />
==========================<br />
1. Decompress the Graphic Driver to a folder.<br />
2. Open a terminal and go to the folder with &#8220;vinstall&#8221;.<br />
3. Run administrator mode by &#8220;sudo -s&#8221;, password is required.<br />
4. Type &#8220;./vinstall&#8221; to install (DO NOT RESTART before step 6).<br />
5. After installation complete, edit the etc/X11/xorg.conf.<br />
   Enable the options for HDMI-1 and DisplayPort-2.</p>
<p>Section &#8220;Monitor&#8221;<br />
        Identifier      &#8220;HDMI-1&#8243;<br />
        Option          &#8220;Enable&#8221;        &#8220;true&#8221;</p>
<p>Section &#8220;Monitor&#8221;<br />
        Identifier      &#8220;DisplayPort-2&#8243;<br />
        Option          &#8220;Enable&#8221;        &#8220;true&#8221;</p>
<p>6. Exit and restart Ubuntu.</p>
<p>To install Video Driver:<br />
========================<br />
1. Decompress the Video Driver to a folder.<br />
2. Open a terminal and go to the folder with &#8220;vinstall&#8221;.<br />
3. Run administrator mode by &#8220;sudo -s&#8221;, password is required.<br />
4. Type &#8220;./vinstall&#8221; to install.</p>
<p>To install VDPAU Wrapper package:<br />
=================================<br />
1. Decompress the VDPAU Wrapper package to a folder.<br />
2. Open a terminal and go to the folder with &#8220;vinstall&#8221;.<br />
3. Run administrator mode by &#8220;sudo -s&#8221;, password is required.<br />
4. Type &#8220;./vinstall&#8221; to install.</p>
<p>To install and enable HDMI Audio Driver:<br />
========================================<br />
1. Decompress the HDMI Audio Driver to a folder.<br />
2. Open a terminal and go to the folder with &#8220;vinstall&#8221;.<br />
3. Run administrator mode by &#8220;sudo -s&#8221;, password is required.<br />
4. Go to the &#8220;deb folder, which included a .dep file.<br />
5. Type &#8220;dpkg -i &#8211;force-overwrite &#8220;.<br />
6. After installation complete, exit and restart Ubuntu.<br />
7. In SYSTEM sound menu,<br />
	Select Hardware &gt; Digital Stereo (HDMI) Output &gt;<br />
	Select Output &gt; Internal Audio Digital Stereo (HDMI)</p>
<p>REMARK:<br />
Please find the detail procedure from the driver user guide.<br />
Run the Ubuntu update may reload the default graphic driver. You need re-install the VIA graphic driver under command prompt.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
