I bought an intel D201GLY2A from newegg. Just going to share what I had to do to get it working correctly in Ubuntu 8.04. The video had very strange lines, almost like static. Audio didn’t work at all. Those were the two things that needed the attention.
First the video, the SIS are crap
sudo apt-get remove xserver-xorg-video-sis
Now the sound.
sudo vi /etc/modprobe.d/alsa-base
find “options snd-intel8×0 index=-2″ and set it to “=0″
sudo apt-get install module-assistant
sudo m-a update
sudo m-a prepare
sudo m-a a-i alsa
Now reboot. That worked for me, I have 1280×1024 video with good quality and sound that works fine off the front headphone jack, and is quiet off the back.