From owner-freebsd-x11@freebsd.org Thu Aug 17 20:34:28 2017 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14C15DD55B5 for ; Thu, 17 Aug 2017 20:34:28 +0000 (UTC) (envelope-from jd.fbsd@goneja.de) Received: from smtp.goneja.de (static.78.124.40.188.clients.your-server.de [188.40.124.78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.goneja.de", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A57EE63773 for ; Thu, 17 Aug 2017 20:34:26 +0000 (UTC) (envelope-from jd.fbsd@goneja.de) Received: from localhost (95.157.56.70.dynamic.cablesurf.de [95.157.56.70]) (authenticated bits=0) by smtp.goneja.de (8.15.2/8.15.2) with ESMTPSA id v7HKCdEA082696 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Thu, 17 Aug 2017 20:12:40 GMT (envelope-from jd.fbsd@goneja.de) X-Authentication-Warning: smtp.goneja.de: Host 95.157.56.70.dynamic.cablesurf.de [95.157.56.70] claimed to be localhost Date: Thu, 17 Aug 2017 22:12:39 +0200 From: Jens To: freebsd-x11@freebsd.org Subject: Radeon Redwood glamor detected, failed to initialize EGL Message-ID: <20170817201238.GA1425@gam0r> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.8.3 (2017-05-23) X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.23 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, 17 Aug 2017 20:34:28 -0000 Hi, 3D Acceleration does not work on my Radeon card with the radeonkms kernel module. I have two PCIE graphics cards, a Nvidia card, that is working fine with the nvidia-driver from ports and a Radeon Evergreen Redwood HD5570: https://www.asus.com/de/Graphics-Cards/EAH5570_SILENTDI1GD2/specifications/ This is the error from Xorg.log $ grep EE /var/log/Xorg.0.log (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 1680.285] (EE) RADEON(1): eglInitialize() failed [ 1680.286] (EE) RADEON(1): glamor detected, failed to initialize EGL. My configuration $ cat /usr/local/etc/X11/xorg.conf.d/* You find here https://pastebin.com/CMHnnMdD This is my Xorg.log https://pastebin.com/UYVREVsA And this my dmesg https://pastebin.com/fY1ThHWQ Here is my pciconf https://pastebin.com/YT5dEvnx My dev info https://pastebin.com/PtjWd20Q In the IRC it was suggested that it might be a problem with the nvidia glx module. glx info: https://pastebin.com/MV0igZnv I replaced the nvidia module with the one from xorg-server. This is Xorg log with original glx module: https://pastebin.com/8tTyRFJP Also I rebuilt and reinstalled xorg-server and mesa libs and the kernel. I'd like to get the card working with 3D. Thanks Jens