<?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>Rachel's Blog &#187; ivtv</title>
	<atom:link href="http://www.willmer.com/kb/tag/ivtv/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.willmer.com/kb</link>
	<description></description>
	<lastBuildDate>Wed, 01 Feb 2012 14:27:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>X-Out on a PVR-350</title>
		<link>http://www.willmer.com/kb/2005/04/x-out-on-a-pvr-350/</link>
		<comments>http://www.willmer.com/kb/2005/04/x-out-on-a-pvr-350/#comments</comments>
		<pubDate>Mon, 18 Apr 2005 14:54:14 +0000</pubDate>
		<dc:creator>Rachel</dc:creator>
				<category><![CDATA[PVR]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ivtv]]></category>
		<category><![CDATA[MythTV]]></category>
		<category><![CDATA[X11]]></category>

		<guid isPermaLink="false">http://www.willmer.com/kb/2005/02/x-out-on-a-pvr-350/</guid>
		<description><![CDATA[Install the ivtv driver as described here http://www.willmer.com/kb/2005/02/installing-ivtv-driver-for-pvr-350-card/ Then, following the instructions in utils/README.X11, install -c -m 0444 ivtvdev_drv_o /usr/X11R6/lib/modules/drivers/ivtvdev_drv.o Then, set your default kernel to use a frame buffer. Add vga=791 to your kernel line Add this to the line starting # kopt&#8230; in /boot/grub/menu.lst vga=791 Identify the PCD ID of the PVR-350 card. [...]]]></description>
			<content:encoded><![CDATA[<p>Install the ivtv driver as described here <a href="http://www.willmer.com/kb/2005/02/installing-ivtv-driver-for-pvr-350-card/">http://www.willmer.com/kb/2005/02/installing-ivtv-driver-for-pvr-350-card/</a></p>
<p>Then, following the instructions in utils/README.X11,<br />
<code><br />
install -c -m 0444 ivtvdev_drv_o /usr/X11R6/lib/modules/drivers/ivtvdev_drv.o<br />
</code></p>
<p>Then, set your default kernel to use a frame buffer.</p>
<p>Add <code><br />
vga=791<br />
</code><br />
to your kernel line</p>
<p>Add this to the line starting # kopt&#8230; in /boot/grub/menu.lst<br />
<code><br />
vga=791<br />
</code></p>
<p>Identify the PCD ID of the PVR-350 card.<br />
<code><br />
lspci<br />
</code><br />
and look for the line relating to the PVR card. Mine says this&#8230;</p>
<p><code><br />
0000:02:06.0 Multimedia video controller: Internext Compression Inc iTVC15 MPEG-2 Encoder (rev 01)<br />
</code></p>
<p>The first column gives you the bus, slot, function. You&#8217;ll need this for the xorg.conf.</p>
<p>Then add this to /etc/X11/xorg.conf</p>
<p><code></p>
<p># add this as the first ServerLayout if you want it load automatically<br />
Section "ServerLayout"<br />
        Identifier      "TV"<br />
        Screen  0       "TV"<br />
        InputDevice     "Generic Keyboard"<br />
        InputDevice     "Configured Mouse"<br />
EndSection</p>
<p>Section "Device"<br />
        Identifier "Hauppauge PVR350"<br />
        Driver  "ivtvdev"<br />
        Option "fbdev" "/dev/fb1"<br />
        BusID   "0:02:06" # this is the PCI ID you got earlier.<br />
EndSection</p>
<p>Section "Monitor"<br />
        Identifier "PAL Monitor"<br />
        HorizSync       30-68<br />
        VertRefresh     50-120<br />
        Mode "720x576"<br />
                DotClock        42.6<br />
                HTimings        720 760 832 944<br />
                VTimings        576 577 580 602<br />
                Flags   "-HSync" "-VSync"<br />
        EndMode<br />
EndSection</p>
<p>Section "Screen"<br />
        Identifier "TV"<br />
        Device  "Hauppauge PVR350"<br />
        Monitor "PAL Monitor"<br />
        DefaultDepth 24<br />
        DefaultFbbpp    32<br />
        Subsection "Display"<br />
                Depth 24<br />
                FbBpp 32<br />
        EndSubsection<br />
EndSection<br />
</code></p>
<p>You can see the entire xorg.conf file <a href="http://www.willmer.com/examples/xorg.conf">here</a>.</p>
<p>Reboot and see if it works&#8230;</p>
<p>Not working? You may need to rebuild the kernel to get it going</p>
<p>Follow the instructions at <a href="http://www.ubuntulinux.org/wiki/KernelHowto">http://www.ubuntulinux.org/wiki/KernelHowto</a>&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.willmer.com/kb/2005/04/x-out-on-a-pvr-350/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

