From owner-freebsd-x11@FreeBSD.ORG Wed Mar 11 12:33:41 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 DF5EC10656EF for ; Wed, 11 Mar 2009 12:33:41 +0000 (UTC) (envelope-from alex@mailinglist.ahhyes.net) Received: from mail07.syd.optusnet.com.au (mail07.syd.optusnet.com.au [211.29.132.188]) by mx1.freebsd.org (Postfix) with ESMTP id 6F3D18FC21 for ; Wed, 11 Mar 2009 12:33:41 +0000 (UTC) (envelope-from alex@mailinglist.ahhyes.net) Received: from desktop.xor.net (c122-106-76-0.rivrw1.nsw.optusnet.com.au [122.106.76.0]) by mail07.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id n2BCXcms030155 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 11 Mar 2009 23:33:39 +1100 Message-ID: <49B7AEE7.4060704@mailinglist.ahhyes.net> Date: Wed, 11 Mar 2009 23:30:31 +1100 From: Alex User-Agent: Thunderbird 2.0.0.19 (X11/20090221) MIME-Version: 1.0 To: freebsd-x11@freebsd.org References: <20090305161651.GB1369@lobo.ewinter.org> <1236275215.1384.50.camel@widget.2hip.net> <20090305180523.GA2039@lobo.ewinter.org> <20090306133119.1af6894c@ernst.jennejohn.org> <1236363408.55221.16.camel@balrog.2hip.net> <20090306203055.582faa02@ernst.jennejohn.org> <1236371734.1671.5.camel@balrog.2hip.net> <49B3D755.2050308@phat.za.net> <1236536316.1778.22.camel@balrog.2hip.net> <49B42548.3000308@phat.za.net> <49B57ACD.5030405@phat.za.net> <1236741375.2091.32.camel@balrog.2hip.net> <49B72FEC.2090909@mailinglist.ahhyes.net> <1236746127.2091.33.camel@balrog.2hip.net> <49B7600A.50204@mailinglist.ahhyes.net> <49B76134.5050501@mailinglist.ahhyes.net> <49B76330.60703@mailinglist.ahhyes.net> <1236761094.1697.5.camel@balrog.2hip.net> In-Reply-To: <1236761094.1697.5.camel@balrog.2hip.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Wed, 11 Mar 2009 12:33:42 -0000 Robert Noland wrote: > On Wed, 2009-03-11 at 18:07 +1100, Alex wrote: > >> Disabling DRI in xorg.conf seems to give me back a fast display again... >> >> I am using the radeonhd driver ver 1.2.4 (xf86-video-radeonhd-1.2.4) >> > > I really kind of reccommend the git radeonhd driver if you want to > play... This is all really new code. I tested with the ati and radeonhd > drivers from git. EXA worked on both, Xv worked on the ati driver, but > the video wasn't synced, it played too fast. With radeonhd from git, > everything seemed good. > > robert. > > GIT wont build... :/ gmake[3]: Entering directory `/root/xf86-video-radeonhd/utils/conntest' /bin/sh ../../libtool --tag=CC --mode=link /usr/local/bin/gcc43 -I/usr/local/include/xorg -I/usr/local/include/pixman-1 -I/usr/local/include -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Werror-implicit-function-declaration -Wstrict-aliasing -Wstrict-overflow -Wpointer-arith -Woverlength-strings -Wvolatile-register-var -Winit-self -Wbad-function-cast -Wstrict-prototypes -Wold-style-definition -Wnested-externs -Wdisabled-optimization -O3 -finline-functions -o rhd_conntest rhd_conntest.o -lpci -lz /usr/local/bin/gcc43 -I/usr/local/include/xorg -I/usr/local/include/pixman-1 -I/usr/local/include -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Werror-implicit-function-declaration -Wstrict-aliasing -Wstrict-overflow -Wpointer-arith -Woverlength-strings -Wvolatile-register-var -Winit-self -Wbad-function-cast -Wstrict-prototypes -Wold-style-definition -Wnested-externs -Wdisabled-optimization -O3 -finline-functions -o rhd_conntest rhd_conntest.o -lpci -lz /usr/bin/ld: cannot find -lpci collect2: ld returned 1 exit status gmake[3]: *** [rhd_conntest] Error 1 gmake[3]: Leaving directory `/root/xf86-video-radeonhd/utils/conntest' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/root/xf86-video-radeonhd/utils/conntest' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/root/xf86-video-radeonhd' gmake: *** [all] Error 2 [root@desktop ~/xf86-video-radeonhd]# ls -l /var/db/pkg |grep pci drwxr-xr-x 2 root wheel 512 Feb 21 11:40 libpci-2.2.8_1 drwxr-xr-x 2 root wheel 512 Feb 19 11:13 libpciaccess-0.10.5_4 drwxr-xr-x 2 root wheel 512 Feb 19 10:16 pciids-20081012 drwxr-xr-x 2 root wheel 512 Mar 11 23:18 pciutils-3.0.3 What could I be missing? The configure gives some suspicious activity: checking for ANSI C header files... (cached) yes checking for PCIUTILS... no configure: WARNING: libpci not registered in pkgconfig, will guess instead checking pci/pci.h usability... yes checking pci/pci.h presence... yes checking for pci/pci.h... yes checking whether XSERVER_LIBPCIACCESS is declared... yes checking for PCIACCESS... yes checking whether to enable EXA support... yes Any ideas?? Googling for an answer hasnt helped