From owner-freebsd-x11@FreeBSD.ORG Thu May 8 07:44:02 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4CBE0830 for ; Thu, 8 May 2014 07:44:02 +0000 (UTC) Received: from mail-wi0-x22c.google.com (mail-wi0-x22c.google.com [IPv6:2a00:1450:400c:c05::22c]) (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 CF6C7AA8 for ; Thu, 8 May 2014 07:44:01 +0000 (UTC) Received: by mail-wi0-f172.google.com with SMTP id hi2so6209728wib.11 for ; Thu, 08 May 2014 00:44:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type; bh=KxE4CLYFlSqLbHbf1bV99NyU5e4G2+BZNmNLAycrdNM=; b=WPTgXi7sKpz5KrrMWW5hdXLPg6JCNTJHS/Z4XUeJEqdHuyZDfJ6HvH7kyL1r2T6Ra2 GTRRkFuVuy3ItUEsAd1GW7h3TwVOuvXOHYcJJ1Fs+3GZTd3Z4BWYnmmFUjsEpElQJDby EBbo2SomMKv0GeiIJxvUitX5iJsEnmJM0rRGoGnEtLnY/+4JpiyiPQwVM9zS0g+oeSYC b0S9d1oceWxzTQKxFWTCYZhXKLevbU9iNka6Jr2wiuySryZHBEwbYcLKdykhid5009mb PYmw1yW4KUEDFBZU9MXaJC+Ute3AjWnUS9zurRNWo0mCTcSBj4umVyCwnpGNdgzCOcx8 wiQg== X-Received: by 10.195.13.76 with SMTP id ew12mr416452wjd.80.1399535040019; Thu, 08 May 2014 00:44:00 -0700 (PDT) Received: from [192.168.0.26] (163.66.91.91.rev.sfr.net. [91.91.66.163]) by mx.google.com with ESMTPSA id iy13sm3121161wic.1.2014.05.08.00.43.59 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 08 May 2014 00:43:59 -0700 (PDT) Message-ID: <536B35BB.5090001@gmail.com> Date: Thu, 08 May 2014 09:43:55 +0200 From: David Demelier User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: =?UTF-8?B?SmVhbi1Tw6liYXN0aWVuIFDDqWRyb24=?= Subject: Re: ATI Radeon 4330: success (was: Re: ATI Radeon 4330 with KMS: bad experience) References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 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: Thu, 08 May 2014 07:44:02 -0000 On 06/05/2014 21:31, David Demelier wrote: > > 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ébastien Pédron" > > a écrit : > > 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=yes" 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=0 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ébastien Pédron > Hi guys again, The vt driver and Radeon KMS works :-). The tty switch seems quick and working. However I fall into the known issues of vt which is that scrolling is terribly slow. I need to disable the kernel boot message or I increase by 3 times the boot time vs syscons. I also have a second bug with vt(9) which is that switching from tty to X will keep the display of the tty until I move the mouse (like a refresh problem). Regards. David.