From owner-freebsd-x11@FreeBSD.ORG Tue May 6 19:31:50 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 16B7BD23 for ; Tue, 6 May 2014 19:31:50 +0000 (UTC) Received: from mail-wi0-x231.google.com (mail-wi0-x231.google.com [IPv6:2a00:1450:400c:c05::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A3418A2D for ; Tue, 6 May 2014 19:31:49 +0000 (UTC) Received: by mail-wi0-f177.google.com with SMTP id f8so132629wiw.4 for ; Tue, 06 May 2014 12:31:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=zsCZun7MwsfFfnUtS6Oxopby1Vpdva7T7qkDN1fFKTU=; b=Ko5HM7YwmLrCNA5d9Hh947XMoGNzPHfsysOOUKSM6PlilBm3TPan3o4gQ386UckkiT tirLt42SNZXDcU5pACN9EIBRMFkvmA5lZ3+MZF2ZSiQGbSk8JK5MJxRT1LT9MtbnhB+t iYqqfeoY5/HhBGEOcx25Y/BLcWtzttmDBqChB5nCyXE7q8kdwkmkzkcSM0AeIzOlcbWQ D1Fcv3G6Bld7CAwZOQ+or5vTzSRQUs8ZGosXznVTXlgpPyGtUWzXHTiiexQfl8pkVngx hNVNvG8mE8nZ0AOBx5IGos5hQpTPkA3L+Ui8N8FbvKfMCv8LgeizRuQAVOSy2ut97bKh drXw== MIME-Version: 1.0 X-Received: by 10.194.103.230 with SMTP id fz6mr9829504wjb.37.1399404707976; Tue, 06 May 2014 12:31:47 -0700 (PDT) Received: by 10.194.203.134 with HTTP; Tue, 6 May 2014 12:31:47 -0700 (PDT) Received: by 10.194.203.134 with HTTP; Tue, 6 May 2014 12:31:47 -0700 (PDT) Date: Tue, 6 May 2014 21:31:47 +0200 Message-ID: Subject: ATI Radeon 4330: success (was: Re: ATI Radeon 4330 with KMS: bad experience) From: David Demelier To: =?UTF-8?B?SmVhbi1Tw6liYXN0aWVuIFDDqWRyb24=?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: freebsd-x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2014 19:31:50 -0000 Hi, just wanted to tell you that it seems to work :-) I'm now trying the vt(9) driver and see how it goes. Le 5 mai 2014 10:09, "Jean-S=C3=A9bastien P=C3=A9dron" < jean-sebastien.pedron@dumbbell.fr> a =C3=A9crit : > On 04.05.2014 18:08, David Demelier wrote: > > Hello guys, > > Hello! > > > However, for me (on 10.0-RELEASE-p1) it is not good news at all. First, > > there is no 3d accelerated, glx info says rendering is software > rasterizer. > > Did you follow instructions on the wiki about installing "KMS" ports? > https://wiki.freebsd.org/Graphics#Installing_KMS_Ports > > In particular, do you have "WITH_GALLIUM=3Dyes" in your make.conf? > > > I would like to know how can I fully disable KMS since my card does not > > require it and go back to standard UMS, because I don't want to go away > > from KDE :-). > > I don't know what KDE requires exactly, but you could try to rebuild > x11-drivers/xf86-video-ati after modifying the Makefile in there, to > force the 6.14.6 version (remove the ".if ${OSVERSION}..." line and > everything between ".else" and ".endif", including them). This will > restore an X.Org driver capable of UMS. > > You may have to rebuild graphics/dri too, but I don't know in what way... > > > I've tried setting hw.dri.0.modesetting=3D0 in the loader.conf but it > > seems read-only. > > Yes, at least in the Radeon case. > > > Kind regards (sorry to tell you that it was a bad experience :-() > > Don't be sorry, your report is needed so that we fix things. > > Thank you! > > -- > Jean-S=C3=A9bastien P=C3=A9dron > >