> Date: Thu, 17 Jan 2008 11:38:54 -0500
> From: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> CC: xorg-driver-ati@lists.x.org
> Subject: Re: Error in video display -- ati 3D RagePro card
> 
> George - wrote:
> 
> > http://people.freedesktop.org/~gsap7/mach64-cursor.patch
> 
> Please tell me how to apply it.
> 
> Is this for both Fedora or for Ubuntu ... or both?
> 
should apply to both, do you know how to compile source packages for your 
distro ?

it applies with:

cd <top dir for ati package>

patch -p1 < mach64-cursor.patch


you may want to try git HEAD directly (for ubuntu):

sudo apt-get install git-core

sudo apt-get build-dep xserver-xorg-video-ati

git-clone git://anongit.freedesktop.org/git/xorg/driver/xf86-video-ati
cd xf86-video-ati
git-checkout -b test master
patch -p1 < mach64-cursor.patch


./autogen.sh --prefix=/usr
make
make install

If sth goes wrong, reinstall ubuntu driver with:
sudo apt-get --reinstall install xserver-xorg-video-ati

regards,
George.

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
_______________________________________________
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati

Reply via email to