From owner-freebsd-x11@freebsd.org Sun Jul 31 04:56:33 2016 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 36DB0BA8D5C for ; Sun, 31 Jul 2016 04:56:33 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from vps-mail.nomadlogic.org (unknown [IPv6:2607:f2f8:a098::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2322012FF for ; Sun, 31 Jul 2016 04:56:33 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from [IPv6:2605:e000:1313:46:62e3:27ff:fe1a:e5bc] (2605:e000:1313:46:62e3:27ff:fe1a:e5bc [IPv6:2605:e000:1313:46:62e3:27ff:fe1a:e5bc]) by vps-mail.nomadlogic.org (OpenSMTPD) with ESMTPSA id 067fba11 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO for ; Sat, 30 Jul 2016 21:56:32 -0700 (PDT) To: freebsd-x11@freebsd.org From: Pete Wright Subject: modesetting + glamor error Message-ID: <17db80e2-7aa7-d0b1-3906-620b986fe69a@nomadlogic.org> Date: Sat, 30 Jul 2016 21:56:30 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2016 04:56:33 -0000 hey there - i am testing out the modesetting driver and have run into an issue when i force the glamor driver to be loaded in xorg.conf like so: Driver "modesetting" Option "AccelMethod" "glamor" Option "SWcursor" "on" Option "AccelMethod" "sna" # BusID "PCI:0:2:0" after i startx the following warning is thrown in /var/log/Xorg.0.log: [ 6735.747] (WW) modeset(0): DRI2: glamor lacks support for pixmap import/export When my window manager (mate) loads most fonts don't render and other artifacts happen. If I remove the "SWcursor" stanza no mouse is visible. here are what i hope are the relevant package versions (which I'm running from the xserver-next branch on github): xorg-7.7_2 xorg-apps-7.7_2 xorg-docs-1.7.1,1 xorg-drivers-7.7_5 xorg-fonts-7.7_1 xorg-fonts-100dpi-7.7 xorg-fonts-75dpi-7.7 xorg-fonts-cyrillic-7.7 xorg-fonts-miscbitmaps-7.7 xorg-fonts-truetype-7.7_1 xorg-fonts-type1-7.7 xorg-libraries-7.7_2 xorg-macros-1.19.0 xorg-server-1.18.3,1 let me know if there is any additional info you need to help debug this - thanks! -pete wright