I downloaded the bz2 archive and compiled it.
This driver version works and the display is OK, even when moving windows.

apt-get install xorg-dev
apt-get build-dep xorg-drivers
tar xjf xf86-video-trident-1.2.3.tar.bz2
cd video-trident-1.2.3
./configure
make
make DESTDIR=/tmp/xorg_ install
# Backup old driver
sudo mv /usr/lib/xorg/modules/drivers/trident_drv.so 
/usr/lib/xorg/modules/drivers/trident_drv.so.bak
# Install new one
cd /tmp/xorg_/usr/local/lib/xorg/modules/drivers/
sudo mv * /usr/lib/xorg/modules/drivers/

Restart X and your're set.

attached is my compiled version, edgy eft, xorg 7.1, x86


** Attachment added: "Driver"
   http://librarian.launchpad.net/5053591/trident_drv.so

-- 
scrolling in windows makes content weired
https://launchpad.net/bugs/67620

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to