From owner-freebsd-x11@FreeBSD.ORG Thu Mar 12 04:36:25 2009 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFFB41065673 for ; Thu, 12 Mar 2009 04:36:25 +0000 (UTC) (envelope-from vehemens@verizon.net) Received: from vms173009pub.verizon.net (vms173009pub.verizon.net [206.46.173.9]) by mx1.freebsd.org (Postfix) with ESMTP id CF2748FC23 for ; Thu, 12 Mar 2009 04:36:25 +0000 (UTC) (envelope-from vehemens@verizon.net) Received: from sam ([71.106.249.201]) by vms173009.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KGD00LUIM4EUR02@vms173009.mailsrvcs.net> for freebsd-x11@freebsd.org; Wed, 11 Mar 2009 23:36:15 -0500 (CDT) From: vehemens To: freebsd-x11@freebsd.org Date: Wed, 11 Mar 2009 20:39:54 -0700 User-Agent: KMail/1.9.10 References: <20090305161651.GB1369@lobo.ewinter.org> <49B871CC.1070600@mailinglist.ahhyes! .net> <49B878A3.7000101@mailinglist.ahhyes.net> In-reply-to: <49B878A3.7000101@mailinglist.ahhyes.net> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Content-disposition: inline Message-id: <200903112039.54158.vehemens@verizon.net> Cc: Subject: Re: Radeon DRIVER X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Mar 2009 04:36:26 -0000 On Wednesday 11 March 2009 07:51:15 pm Alex wrote: > I have some weird things going on now... > > Sometimes when I drag a window, a copy of the window is left behind in > the previous position (background is not restored), refer to this > screenshot: > > http://ahhyes.net/gfxweird.jpg > > I have mozilla firefox open. I have dragged the window down but there is > still image data at the top where the image previously was. If I close > the application both images are cleared and everything appears normal. > > Similar things happen in a terminal window as well. If i issue the > "clear" command to clear the window contents, part of the window are > cleared but there are still characters here and there from the previous > screen content. > > Any ideas? I think xorg-server 1.5.3 is a bit broken. You might want to give xorg-server 1.6.0 a try. > Alex wrote: > > IT WORKS!!!!!!!!!!!!!!!!!! > > > > WOOOOOOOOOOOOOHOOOOOOOOOOOOOOOOOO!!! > > > > Thanks to everyone that helped! > > > > Alex wrote: > >> Aragon Gouveia wrote: > >>> Alex wrote: > >>>> Have all the above already. Build is broken. > >>> > >>> After just getting DRI working on my RV620, I might suggest using > >>> the x11-drivers/xf86-video-radeonhd-devel port instead. Seems to > >>> work well here, and builds without a hitch of course. :) > >>> > >>> > >>> Regards, > >>> Aragon > >> > >> Thank you! That gave me a vital clue. I looked at the Makefile for > >> that port as I could see that the configure script for the port was > >> finding PCIUTILS fine, but the configure script for the driver in git > >> wasnt. The Makefile defines some variables, and I was able to get the > >> driver to build by doing the following: > >> > >> [root@desktop ~/xf86-video-radeonhd]# export > >> PCIUTILS_CFLAGS="-I/usr/local/include -lpci -lz" > >> [root@desktop ~/xf86-video-radeonhd]# export > >> PCIUTILS_LIBS="-L/usr/local/lib" > >> > >> Now to install the driver and test.. I'll get back to the list with > >> the results. > >> > >> _______________________________________________ > >> freebsd-x11@freebsd.org mailing list > >> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > >> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > > > > _______________________________________________ > > freebsd-x11@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org"