From owner-freebsd-x11@FreeBSD.ORG Sat Mar 29 12:49:53 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 17E14E03 for ; Sat, 29 Mar 2014 12:49:53 +0000 (UTC) Received: from mail-la0-x229.google.com (mail-la0-x229.google.com [IPv6:2a00:1450:4010:c03::229]) (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 9685DD1F for ; Sat, 29 Mar 2014 12:49:52 +0000 (UTC) Received: by mail-la0-f41.google.com with SMTP id gl10so4601698lab.0 for ; Sat, 29 Mar 2014 05:49:50 -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:subject :content-type:content-transfer-encoding; bh=46jJwjMHx4sXaJjDZj/389k3OPBodaD0RiU0n/+2ZPM=; b=zogw+tRK6KE+7mydRt8+3f8AVOlwHjQkCkYmAVOgr74zwrKFhYP9nQO6edttPkn+ay sGSbLaSLDZPfLr6chtkOYFwABlDdbnFmPN3PUVpsPQiMASjtOX8/9fkJrl4AAa+5EsRI fikP0kAx7TSpYLX34HN0EysoivANa5KlmKCc0NIdRvBqemho1e7pQDCo+1Txjxvvc1KQ 4wwWPFU9IifjOUwOwJEaoSdJMpz7J8YIX5l8bIga5dp7nGh6UR3DUyFti2jJ1ruki9KA jexAeSBmsvX3ilAPdQk/EBAUSENT3I8vZZZ7XHvuLNUwBBH9IuXVdI3QhbcZJMKGUxQH BTyw== X-Received: by 10.152.18.229 with SMTP id z5mr1714661lad.27.1396097390583; Sat, 29 Mar 2014 05:49:50 -0700 (PDT) Received: from [46.109.110.32] ([46.109.110.32]) by mx.google.com with ESMTPSA id rd5sm5780426lbb.0.2014.03.29.05.49.49 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 29 Mar 2014 05:49:49 -0700 (PDT) Message-ID: <5336C16B.8000300@gmail.com> Date: Sat, 29 Mar 2014 14:49:47 +0200 From: Toms Bergmanis User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: freebsd-x11@FreeBSD.org Subject: RADEON 7560D works Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Mar 2014 12:49:53 -0000 Hi. Here's my report about my Radeon 7560D working on AMD APU A8-5600K. Since i'm running FreeBSD -CURRENT (r263873) everything works quite well including vt(9) switching back and forth. Because installing everything from ports is time consuming i decided to install everything using pkg tool (if i understood correctly in CURRENT packages are built with the necessary flags for new KMS drivers). For now everything works except acceleration (libGL error: failed to load driver: r600). No problem handling 1080p x264 videos, cpu fan doesn't need to be working on 100% (this happened on 10.0-RELEASE without the new drivers). Unfortunately there are some times when my screen freezes (see last lines in xorg.log) - music keeps playing, mouse still works, but everything else is completely frozen. xorg.conf >> http://slexy.org/view/s21omNr7nw xorg.log >> http://slexy.org/view/s218KNus7G pkg info >> http://slexy.org/view/s234yVdceg dmesg >> http://slexy.org/view/s2nKtNSuKP pciconf >> http://slexy.org/view/s2XXPOZsJY devinfo >> http://slexy.org/view/s21Y3qP9cT glxgears >> http://slexy.org/view/s21A8jtPDa sysctl >> http://slexy.org/view/s21xreDKYf loader >> http://slexy.org/view/s2GmYgPxC4 A few weeks ago i installed 10.0-RELEASE and installed everything from ports (like mentioned in wiki) and the OpenGL stuff worked quite well. And i didn't have any errors in Xorg.log file.