Comment 7 for bug 178910

Revision history for this message
mithro (mithro) wrote : Re: TV out not detected on Thinkpad R61 with intel gm965

The following patch will fix the problem.

To use do the following,
<code>
 apt-get install fakeroot
 apt-get build-dep xserver-xorg-video-intel
 apt-get source xserver-xorg-video-intel
 cd xserver-xorg-video-intel-2.4.1
</code>
Put the patch file in the ./debian/patches directory
<code>
 fakeroot ./debian/rules binary
 dpkg --install ../xserver-xorg-video-intel_*.deb
</code>

I have also attached a working deb package.