From owner-freebsd-x11@FreeBSD.ORG Fri May 2 09:55:05 2008 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 5012A106566C for ; Fri, 2 May 2008 09:55:05 +0000 (UTC) (envelope-from jacques.fourie@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.231]) by mx1.freebsd.org (Postfix) with ESMTP id 0EE398FC15 for ; Fri, 2 May 2008 09:55:04 +0000 (UTC) (envelope-from jacques.fourie@gmail.com) Received: by wr-out-0506.google.com with SMTP id 50so835225wra.13 for ; Fri, 02 May 2008 02:55:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=syru6lvTBHdWZ0GbD0jQ3PYnW0C6TZG99RxkarmZ6CM=; b=iHomyVJN9VpuBcPiOeqrHFYjzeIGoIIaD/x+uekmJwiJavJnl3btq9Hun2fUReMuVBAPmuvnPX4S8gXAjiYNh0/Q8bjQ9k1ewVIieeh/a38LAHlli4/HV1IiJDHgkkc6sGLWHVdCA/l1UZ0CFRdH5F9Vmc7CaOdlT00fiEGn2nk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JEdIiYxC2E8Dw2LMpDRQyoRzjcujrZLHEjlc0SMhYkrHps46JKtWsVKvCchAo6b0w3zWn7hG9qzi800ATLvjbAP2mK6cxAd4ijYR7hFFXIy9t3dnN6FjOcfQDa51vGInohjL4JDZ8P0rV5/QtZu0GnTGOSnfHJhQ/Maj7onw8EU= Received: by 10.142.213.9 with SMTP id l9mr1185529wfg.104.1209722103272; Fri, 02 May 2008 02:55:03 -0700 (PDT) Received: by 10.142.204.7 with HTTP; Fri, 2 May 2008 02:55:03 -0700 (PDT) Message-ID: Date: Fri, 2 May 2008 11:55:03 +0200 From: "Jacques Fourie" To: "Robert Noland" In-Reply-To: <1209661091.76802.0.camel@squirrel.corp.cox.com.cox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080501120805.0fede9c2.adamk@voicenet.com> <1209661091.76802.0.camel@squirrel.corp.cox.com.cox.net> Cc: freebsd-x11@freebsd.org Subject: Re: Working fglrx driver on FreeBSD-7 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: Fri, 02 May 2008 09:55:05 -0000 On Thu, May 1, 2008 at 6:58 PM, Robert Noland wrote: > On Thu, 2008-05-01 at 18:19 +0200, Jacques Fourie wrote: > > I tried the radeon driver but somehow couldn't get it to work. If I > > start X the screen displays some strange looking artifacts :). I'll > > give it another go - I'll definitely prefer running the radeon driver > > if possible. > > What does pciconf -lv show for your hardware? > > robert. > Here is the relevant output from pciconf. vgapci0@pci0:1:0:0: class=0x030000 card=0x0934103c chip=0x56531002 rev=0x00 hdr=0x00 vendor = 'ATI Technologies Inc' device = 'Mobility Radeon X700' class = display subclass = VGA I tried version 6.8.0 of the radeon driver as well as 6.7.196. I also tried various Xorg config settings such as specifying mode lines and sync ranges but no luck. Jacques