From owner-freebsd-x11@freebsd.org Sun Aug 27 08:53:54 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 E9780DEACB4 for ; Sun, 27 Aug 2017 08:53:54 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CE0456B055; Sun, 27 Aug 2017 08:53:54 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 0ADE2D276; Sun, 27 Aug 2017 08:53:54 +0000 (UTC) From: Jan Beich To: Scott Bennett Cc: freebsd-x11@freebsd.org Subject: Re: x11/nvidia-driver-340 and OpenCL References: <201708241205.v7OC5wrR016229@sdf.org> Date: Sun, 27 Aug 2017 10:53:47 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain 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: Sun, 27 Aug 2017 08:53:55 -0000 Scott Bennett writes: > My current system has a pair of 10-year-old Radeon HD 3870x2 cards > interconnected by a Crossfire cable. Those cards support OpenGL 4, but > do not support OpenCL, unfortunately. My previous computer, now sitting > unused in a corner, has an EVGA GeForce 210 card in it that supports only > OpenGL 3.1, according to the box it came in, but does support OpenCL, > though it doesn't say up to which version of OpenCL. The modern > x11/nvidia-driver does not support this older card, but > x11/nvidia-driver-340 does support it. I could pull one of the Radeon > cards, disconnecting the unsupported-by-X.org Crossfire cable, and > replace the card with the EVGA card if the older driver it requires > supports OpenCL on it. Can anyone tell me whether it does? If so, I > would like to leave the monitor connected to the remaining Radeon card > and use the Nvidia-based EVGA card just for OpenCL. I would rather not > spend money on a newer and more powerful card from either company just > to familiarize myself with OpenCL, and the EVGA ought to be good enough > for that purpose if the driver will support it. > Thanks in advance for any information on this! NVIDIA seems to implement OpenCL via CUDA runtime but both are missing[1] in the FreeBSD driver. CUDA is known to work via 32bit linuxulator but not 64bit one (bug 206711). OpenCL may work as well after extracting under /compat/linux at least nvidia.icd, libnvidia-opencl.so.1 and dependencies from Linux version of the driver. -- [1] NVIDIA driver for FreeBSD is probably in maintenance-only mode given new features like DRM KMS or Vulkan are also missing for more than a year. Try comparing NVIDIA_Changelog or files installed by Linux and FreeBSD version of the driver to get an insight. From owner-freebsd-x11@freebsd.org Sun Aug 27 11:11:15 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 CE685DED2C8 for ; Sun, 27 Aug 2017 11:11:15 +0000 (UTC) (envelope-from bennett@sdf.org) Received: from mx.sdf.org (mx.sdf.org [205.166.94.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ol.sdf.org", Issuer "ol.sdf.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id AB7B96E53F for ; Sun, 27 Aug 2017 11:11:15 +0000 (UTC) (envelope-from bennett@sdf.org) Received: from sdf.org (norge.freeshell.org [205.166.94.17]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id v7RBB73t004694 (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256 bits) verified NO); Sun, 27 Aug 2017 11:11:07 GMT Received: (from bennett@localhost) by sdf.org (8.15.2/8.12.8/Submit) id v7RBB7Z8005388; Sun, 27 Aug 2017 06:11:07 -0500 (CDT) From: Scott Bennett Message-Id: <201708271111.v7RBB7Z8005388@sdf.org> Date: Sun, 27 Aug 2017 06:11:07 -0500 To: jbeich@vfemail.net Subject: Re: x11/nvidia-driver-340 and OpenCL Cc: freebsd-x11@freebsd.org References: <201708241205.v7OC5wrR016229@sdf.org> In-Reply-To: User-Agent: Heirloom mailx 12.5 6/20/10 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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: Sun, 27 Aug 2017 11:11:15 -0000 Jan Beich wrote: Thanks for taking the time to respond. > Scott Bennett writes: > > > My current system has a pair of 10-year-old Radeon HD 3870x2 cards > > interconnected by a Crossfire cable. Those cards support OpenGL 4, but > > do not support OpenCL, unfortunately. My previous computer, now sitting > > unused in a corner, has an EVGA GeForce 210 card in it that supports only > > OpenGL 3.1, according to the box it came in, but does support OpenCL, > > though it doesn't say up to which version of OpenCL. The modern > > x11/nvidia-driver does not support this older card, but > > x11/nvidia-driver-340 does support it. I could pull one of the Radeon > > cards, disconnecting the unsupported-by-X.org Crossfire cable, and > > replace the card with the EVGA card if the older driver it requires > > supports OpenCL on it. Can anyone tell me whether it does? If so, I > > would like to leave the monitor connected to the remaining Radeon card > > and use the Nvidia-based EVGA card just for OpenCL. I would rather not > > spend money on a newer and more powerful card from either company just > > to familiarize myself with OpenCL, and the EVGA ought to be good enough > > for that purpose if the driver will support it. > > Thanks in advance for any information on this! > > NVIDIA seems to implement OpenCL via CUDA runtime but both are > missing[1] in the FreeBSD driver. CUDA is known to work via 32bit > linuxulator but not 64bit one (bug 206711). OpenCL may work as well > after extracting under /compat/linux at least nvidia.icd, > libnvidia-opencl.so.1 and dependencies from Linux version of the driver. > > -- > [1] NVIDIA driver for FreeBSD is probably in maintenance-only mode given new > features like DRM KMS or Vulkan are also missing for more than a year. > Try comparing NVIDIA_Changelog or files installed by Linux and FreeBSD > version of the driver to get an insight. Thank you very much for that information, Jan. I will take a look at that, but if the situation is that chancy and would mean being stuck with 32-bit emulation, it probably wouldn't be my best option after all. Do you know whether a 64-bit driver (for later Nvidia cards, of course) is in the works with up-to-date features? Or would I do better by buying a more recent Radeon card? Scott Bennett, Comm. ASMELG, CFIAG ********************************************************************** * Internet: bennett at sdf.org *xor* bennett at freeshell.org * *--------------------------------------------------------------------* * "A well regulated and disciplined militia, is at all times a good * * objection to the introduction of that bane of all free governments * * -- a standing army." * * -- Gov. John Hancock, New York Journal, 28 January 1790 * ********************************************************************** From owner-freebsd-x11@freebsd.org Sun Aug 27 12:02:46 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 C4585DEEB67 for ; Sun, 27 Aug 2017 12:02:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id ACAA5701B7 for ; Sun, 27 Aug 2017 12:02:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id AC048DEEB66; Sun, 27 Aug 2017 12:02:46 +0000 (UTC) Delivered-To: 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 AB8CEDEEB65 for ; Sun, 27 Aug 2017 12:02:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 9A6CA701B6 for ; Sun, 27 Aug 2017 12:02:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v7RC2jiE077145 for ; Sun, 27 Aug 2017 12:02:46 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 221844] x11-themes/xcursor-themes fails to package Date: Sun, 27 Aug 2017 12:02:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Sun, 27 Aug 2017 12:02:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221844 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|x11-themes/xcursor-themes |x11-themes/xcursor-themes | |fails to package Assignee|freebsd-ports-bugs@FreeBSD. |x11@FreeBSD.org |org | --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Sun Aug 27 17:23:23 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 21DEADF4042 for ; Sun, 27 Aug 2017 17:23:23 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8CD537C111; Sun, 27 Aug 2017 17:23:22 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id E55BC11131; Sun, 27 Aug 2017 17:23:21 +0000 (UTC) From: Jan Beich To: Scott Bennett Cc: freebsd-x11@freebsd.org Subject: Re: x11/nvidia-driver-340 and OpenCL References: <201708241205.v7OC5wrR016229@sdf.org> <201708271111.v7RBB7Z8005388@sdf.org> Date: Sun, 27 Aug 2017 19:23:16 +0200 Message-ID: <8ti4-udq3-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain 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: Sun, 27 Aug 2017 17:23:23 -0000 Scott Bennett writes: > Thank you very much for that information, Jan. I will take a look at > that, but if the situation is that chancy and would mean being stuck with > 32-bit emulation, it probably wouldn't be my best option after all. lang/pocl may also be useful, mainly when debugging OpenCL in apps. > Do you know whether a 64-bit driver (for later Nvidia cards, of course) > is in the works with up-to-date features? No. Try pinging upstream on https://devtalk.nvidia.com/default/board/97/ > Or would I do better by buying a more recent Radeon card? Did lang/clover not work on Radeon HD 3870 e.g., with radeonkms + r600g? If so, try upgrading just the kernel to drm-next branch. Personally, I use lang/beignet on Intel Skylake GT2 (iGPU). The performance is decent enough to accelerate some jobs e.g., waifu2x-convert-cpp, ImageMagick, FFmpeg (a few filters but VAAPI encoding also works). X11 display stutters if OpenCL is running on the same GPU, but neither setpriority(2) nor rtprio(2) help. Switching X11 display to NVIDIA Kepler GK107 (dGPU) eliminated the stutter. However, there's probably a better way to schedule jobs on GPU. From owner-freebsd-x11@freebsd.org Sun Aug 27 17:31:12 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 09009DF428C for ; Sun, 27 Aug 2017 17:31:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E57557C3A3 for ; Sun, 27 Aug 2017 17:31:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id E4DAADF4289; Sun, 27 Aug 2017 17:31:11 +0000 (UTC) Delivered-To: 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 E476ADF4288 for ; Sun, 27 Aug 2017 17:31:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 D3A397C3A2 for ; Sun, 27 Aug 2017 17:31:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v7RHVBun002504 for ; Sun, 27 Aug 2017 17:31:11 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 221844] x11-themes/xcursor-themes fails to package Date: Sun, 27 Aug 2017 17:31:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: rezny@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Sun, 27 Aug 2017 17:31:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221844 --- Comment #1 from Matthew Rezny --- libXcursor must be rebuilt before xcursor-themes. Poudriere builds them in = the correct order, portmaster does not. I have not researched why this is. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Sun Aug 27 19:28:20 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 9EFF7DF68F4 for ; Sun, 27 Aug 2017 19:28:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 86F17801E4 for ; Sun, 27 Aug 2017 19:28:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 8345EDF68F3; Sun, 27 Aug 2017 19:28:20 +0000 (UTC) Delivered-To: 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 82DBEDF68F2 for ; Sun, 27 Aug 2017 19:28:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 70F97801E3 for ; Sun, 27 Aug 2017 19:28:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v7RJSKGf082361 for ; Sun, 27 Aug 2017 19:28:20 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 220668] x11/xinit: Incorrectly calculates $displayname used by xauth Date: Sun, 27 Aug 2017 19:28:20 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rezny@freebsd.org X-Bugzilla-Flags: maintainer-feedback+ merge-quarterly? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Sun, 27 Aug 2017 19:28:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220668 --- Comment #11 from commit-hook@freebsd.org --- A commit references this bug: Author: rezny Date: Sun Aug 27 19:27:38 UTC 2017 New revision: 448838 URL: https://svnweb.freebsd.org/changeset/ports/448838 Log: Set correct $displayname and remove expr GNUisms PR: 220668 Reported by: parakleta@darkreality.org, wulf Changes: head/x11/xinit/Makefile head/x11/xinit/files/ head/x11/xinit/files/patch-startx.cpp --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-x11@freebsd.org Sun Aug 27 19:29:14 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 0CC02DF693B for ; Sun, 27 Aug 2017 19:29:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id E86A18023B for ; Sun, 27 Aug 2017 19:29:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id E79A8DF693A; Sun, 27 Aug 2017 19:29:13 +0000 (UTC) Delivered-To: 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 E7186DF6939 for ; Sun, 27 Aug 2017 19:29:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 D50738023A for ; Sun, 27 Aug 2017 19:29:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v7RJTDbe083599 for ; Sun, 27 Aug 2017 19:29:13 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 220668] x11/xinit: Incorrectly calculates $displayname used by xauth Date: Sun, 27 Aug 2017 19:29:13 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: rezny@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rezny@freebsd.org X-Bugzilla-Flags: maintainer-feedback+ merge-quarterly? X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Sun, 27 Aug 2017 19:29:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220668 Matthew Rezny changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|In Progress |Closed --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-x11@freebsd.org Sun Aug 27 19:44:35 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 03F3EDF6EF7 for ; Sun, 27 Aug 2017 19:44:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id E0ABA80A6A for ; Sun, 27 Aug 2017 19:44:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id DCB99DF6EF6; Sun, 27 Aug 2017 19:44:34 +0000 (UTC) Delivered-To: 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 DC4D4DF6EF5 for ; Sun, 27 Aug 2017 19:44:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 CAFA680A69 for ; Sun, 27 Aug 2017 19:44:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v7RJiYEj024503 for ; Sun, 27 Aug 2017 19:44:34 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 221160] x11/xdm: change install paths Date: Sun, 27 Aug 2017 19:44:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Sun, 27 Aug 2017 19:44:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221160 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: rezny Date: Sun Aug 27 19:44:16 UTC 2017 New revision: 448839 URL: https://svnweb.freebsd.org/changeset/ports/448839 Log: Don't pollute lib, install icons in share/pixmaps and config/scripts in e= tc PR: 221160 Submitted by: melanhit@gmail.com Changes: head/x11/xdm/Makefile head/x11/xdm/pkg-plist --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Sun Aug 27 19:46:30 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 EBDBCDF6F98 for ; Sun, 27 Aug 2017 19:46:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id D397680AFA for ; Sun, 27 Aug 2017 19:46:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id D2FB8DF6F97; Sun, 27 Aug 2017 19:46:30 +0000 (UTC) Delivered-To: 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 D2A39DF6F96 for ; Sun, 27 Aug 2017 19:46:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 C0C4480AF9 for ; Sun, 27 Aug 2017 19:46:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v7RJkUTT027314 for ; Sun, 27 Aug 2017 19:46:30 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 221160] x11/xdm: change install paths Date: Sun, 27 Aug 2017 19:46:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: rezny@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: cc bug_status flagtypes.name resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Sun, 27 Aug 2017 19:46:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221160 Matthew Rezny changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rezny@freebsd.org Status|New |Closed Flags|maintainer-feedback?(x11@Fr |maintainer-feedback+ |eeBSD.org) | Resolution|--- |FIXED --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Mon Aug 28 11:11:42 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 B2107E0B21F for ; Mon, 28 Aug 2017 11:11:42 +0000 (UTC) (envelope-from bennett@sdf.org) Received: from mx.sdf.org (ol.sdf.org [205.166.94.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ol.sdf.org", Issuer "ol.sdf.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8E93772916 for ; Mon, 28 Aug 2017 11:11:41 +0000 (UTC) (envelope-from bennett@sdf.org) Received: from sdf.org (norge.freeshell.org [205.166.94.17]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id v7SBBVEm028758 (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256 bits) verified NO); Mon, 28 Aug 2017 11:11:31 GMT Received: (from bennett@localhost) by sdf.org (8.15.2/8.12.8/Submit) id v7SBBVSf000652; Mon, 28 Aug 2017 06:11:31 -0500 (CDT) From: Scott Bennett Message-Id: <201708281111.v7SBBVSf000652@sdf.org> Date: Mon, 28 Aug 2017 06:11:31 -0500 To: jbeich@vfemail.net Subject: Re: x11/nvidia-driver-340 and OpenCL Cc: freebsd-x11@freebsd.org References: <201708241205.v7OC5wrR016229@sdf.org> <201708271111.v7RBB7Z8005388@sdf.org> <8ti4-udq3-wny@FreeBSD.org> In-Reply-To: <8ti4-udq3-wny@FreeBSD.org> User-Agent: Heirloom mailx 12.5 6/20/10 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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: Mon, 28 Aug 2017 11:11:42 -0000 Jan Beich wrote: > Scott Bennett writes: > > > Thank you very much for that information, Jan. I will take a look at > > that, but if the situation is that chancy and would mean being stuck with > > 32-bit emulation, it probably wouldn't be my best option after all. > > lang/pocl may also be useful, mainly when debugging OpenCL in apps. Right now I'm still on 10.3-STABLE, so lang/pocl is not an option. Soon, I hope, I will install 11.1-RELEASE, but because it will be a fresh installation into a ZFS pool, whereas my current 10.3-STABLE is on several UFS2 partitions, I need to find the time to draw up a plan to do it without losing my existing configuration files and then to get it done. Then I can install lang/pocl. > > > Do you know whether a 64-bit driver (for later Nvidia cards, of course) > > is in the works with up-to-date features? > > No. Try pinging upstream on https://devtalk.nvidia.com/default/board/97/ Thanks for the URL. Hmm. There seems to be a problem with it at the moment, so I'll try it again later. > > > Or would I do better by buying a more recent Radeon card? > > Did lang/clover not work on Radeon HD 3870 e.g., with radeonkms + r600g? > If so, try upgrading just the kernel to drm-next branch. No, and according to the AMD web sites, the GPUs on those cards are not capable of it. Although they support the now abandoned ATI Streams software, they do not support OpenCL. The Radeon HD 3870x2 cards were the last to be released that did not support at least OpenCL 1.0. :-( IIRC, the GPUs on these cards are RS780 chips, but I may be misremembering the number because I haven't looked at those web pages for quite some time. > > Personally, I use lang/beignet on Intel Skylake GT2 (iGPU). The performance > is decent enough to accelerate some jobs e.g., waifu2x-convert-cpp, > ImageMagick, FFmpeg (a few filters but VAAPI encoding also works). X11 display > stutters if OpenCL is running on the same GPU, but neither setpriority(2) > nor rtprio(2) help. Switching X11 display to NVIDIA Kepler GK107 (dGPU) > eliminated the stutter. However, there's probably a better way to schedule > jobs on GPU. So the problem is not in the feeding of the GPU, but in its internal scheduling. I'm not terribly surprised somehow. The GPU may have to finish a work item or maybe its entire work queue before it can switch to another piece of work, e.g., an OpenGL command. I've long suspected that OpenCL should probably only be done on GPUs that are not simultaneously supporting monitors to avoid such problems or contention for graphics device memory. I only use one monitor, so I had thought that I could use three of the four GPUs for OpenCL stuff, but the dratted cards don't do OpenCL, so three of the four GPUs are of no help to me and just waste electricity. The second card prevents use of a slot between the two cards, so removing it would potentially open both slots, depending upon what I decide to replace it with. I have an unused USB 3.0 card that would speed up a few things by separating devices across controllers, or I could buy a SATA 3 card somewhere or possibly do both. The first option is the only one that I could do for free at this point, but that wouldn't get me OpenCL support, although, as you point out, I should be able to use lang/pocl for development/testing (once I get 11.1 installed), just not for performance. Thanks again for the suggestions. Scott Bennett, Comm. ASMELG, CFIAG ********************************************************************** * Internet: bennett at sdf.org *xor* bennett at freeshell.org * *--------------------------------------------------------------------* * "A well regulated and disciplined militia, is at all times a good * * objection to the introduction of that bane of all free governments * * -- a standing army." * * -- Gov. John Hancock, New York Journal, 28 January 1790 * ********************************************************************** From owner-freebsd-x11@freebsd.org Mon Aug 28 17:09:33 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 4209CE10839 for ; Mon, 28 Aug 2017 17:09:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 29C7D81630 for ; Mon, 28 Aug 2017 17:09:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 29137E10837; Mon, 28 Aug 2017 17:09:33 +0000 (UTC) Delivered-To: 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 26C3CE10836 for ; Mon, 28 Aug 2017 17:09:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 150D68162F for ; Mon, 28 Aug 2017 17:09:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v7SH9Wl4056871 for ; Mon, 28 Aug 2017 17:09:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 221881] graphics/libdrm upfate to 2.4.83,1 failed ('uve_ib.h' file not found) Date: Mon, 28 Aug 2017 17:09:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: gja822@narod.ru X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Mon, 28 Aug 2017 17:09:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221881 Bug ID: 221881 Summary: graphics/libdrm upfate to 2.4.83,1 failed ('uve_ib.h' file not found) Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: x11@FreeBSD.org Reporter: gja822@narod.ru Flags: maintainer-feedback?(x11@FreeBSD.org) Assignee: x11@FreeBSD.org On amd64 system (FreeBSD 10.3-STABLE #0 r319756M) with AMD GPU I was trying= to upgrade graphics/libdrm, but've got this error: Making all in amdgpu uvd_enc_tests.c:39:10: fatal error: 'uve_ib.h' file not found #include "uve_ib.h" ^ 1 error generated. --- amdgpu_test-uvd_enc_tests.o --- *** [amdgpu_test-uvd_enc_tests.o] Error code 1 make[5]: stopped in /usr/ports/graphics/libdrm/work/libdrm-2.4.83/tests/amd= gpu 1 error make[5]: stopped in /usr/ports/graphics/libdrm/work/libdrm-2.4.83/tests/amd= gpu --- all-recursive --- *** [all-recursive] Error code 1 make[4]: stopped in /usr/ports/graphics/libdrm/work/libdrm-2.4.83/tests 1 error make[4]: stopped in /usr/ports/graphics/libdrm/work/libdrm-2.4.83/tests --- all-recursive --- *** [all-recursive] Error code 1 make[3]: stopped in /usr/ports/graphics/libdrm/work/libdrm-2.4.83 1 error make[3]: stopped in /usr/ports/graphics/libdrm/work/libdrm-2.4.83 *** [all] Error code 2 make[2]: stopped in /usr/ports/graphics/libdrm/work/libdrm-2.4.83 1 error make[2]: stopped in /usr/ports/graphics/libdrm/work/libdrm-2.4.83 =3D=3D=3D> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the failure = to the maintainer. *** Error code 1 Stop. make[1]: stopped in /usr/ports/graphics/libdrm *** Error code 1 Stop. make: stopped in /usr/ports/graphics/libdrm --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Mon Aug 28 17:09:33 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 1B3A6E10835 for ; Mon, 28 Aug 2017 17:09:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 040238162E for ; Mon, 28 Aug 2017 17:09:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 0044DE10834; Mon, 28 Aug 2017 17:09:33 +0000 (UTC) Delivered-To: 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 F3EB9E10833 for ; Mon, 28 Aug 2017 17:09:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 E259B8162D for ; Mon, 28 Aug 2017 17:09:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v7SH9Wl2056871 for ; Mon, 28 Aug 2017 17:09:32 GMT (envelope-from bugzilla-noreply@freebsd.org) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: maintainer-feedback requested: [Bug 221881] graphics/libdrm upfate to 2.4.83,1 failed ('uve_ib.h' file not found) Date: Mon, 28 Aug 2017 17:09:32 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Mon, 28 Aug 2017 17:09:33 -0000 gja822@narod.ru has reassigned Bugzilla Automation 's request for maintainer-feedback to x11@FreeBSD.org: Bug 221881: graphics/libdrm upfate to 2.4.83,1 failed ('uve_ib.h' file not found) https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221881 --- Description --- On amd64 system (FreeBSD 10.3-STABLE #0 r319756M) with AMD GPU I was trying= to upgrade graphics/libdrm, but've got this error: Making all in amdgpu uvd_enc_tests.c:39:10: fatal error: 'uve_ib.h' file not found #include "uve_ib.h" ^ 1 error generated. --- amdgpu_test-uvd_enc_tests.o --- *** [amdgpu_test-uvd_enc_tests.o] Error code 1 make[5]: stopped in /usr/ports/graphics/libdrm/work/libdrm-2.4.83/tests/amd= gpu 1 error make[5]: stopped in /usr/ports/graphics/libdrm/work/libdrm-2.4.83/tests/amd= gpu --- all-recursive --- *** [all-recursive] Error code 1 make[4]: stopped in /usr/ports/graphics/libdrm/work/libdrm-2.4.83/tests 1 error make[4]: stopped in /usr/ports/graphics/libdrm/work/libdrm-2.4.83/tests --- all-recursive --- *** [all-recursive] Error code 1 make[3]: stopped in /usr/ports/graphics/libdrm/work/libdrm-2.4.83 1 error make[3]: stopped in /usr/ports/graphics/libdrm/work/libdrm-2.4.83 *** [all] Error code 2 make[2]: stopped in /usr/ports/graphics/libdrm/work/libdrm-2.4.83 1 error make[2]: stopped in /usr/ports/graphics/libdrm/work/libdrm-2.4.83 =3D=3D=3D> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the failure = to the maintainer. *** Error code 1 Stop. make[1]: stopped in /usr/ports/graphics/libdrm *** Error code 1 Stop. make: stopped in /usr/ports/graphics/libdrm From owner-freebsd-x11@freebsd.org Tue Aug 29 08:51:46 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 8C64BDD3349 for ; Tue, 29 Aug 2017 08:51:46 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 783827D0E9 for ; Tue, 29 Aug 2017 08:51:46 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 77997DD3348; Tue, 29 Aug 2017 08:51:46 +0000 (UTC) Delivered-To: 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 77363DD3347 for ; Tue, 29 Aug 2017 08:51:46 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org (portscout.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (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 6844F7D0E8 for ; Tue, 29 Aug 2017 08:51:46 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org ([127.0.1.123]) by portscout.ysv.freebsd.org (8.15.2/8.15.2) with ESMTP id v7T8pk65067195 for ; Tue, 29 Aug 2017 08:51:46 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.ysv.freebsd.org (8.15.2/8.15.2/Submit) id v7T8pkWG067194; Tue, 29 Aug 2017 08:51:46 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201708290851.v7T8pkWG067194@portscout.ysv.freebsd.org> X-Authentication-Warning: portscout.ysv.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Tue, 29 Aug 2017 08:51:46 +0000 From: portscout@FreeBSD.org To: x11@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 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: Tue, 29 Aug 2017 08:51:46 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/x11@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ graphics/mesa-dri | 17.1.7 | 17.1.8 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-x11@freebsd.org Tue Aug 29 09:15:05 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 677AADD418D for ; Tue, 29 Aug 2017 09:15:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4EBEA7DFC2 for ; Tue, 29 Aug 2017 09:15:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 4AE0BDD418A; Tue, 29 Aug 2017 09:15:05 +0000 (UTC) Delivered-To: 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 4A5B8DD4189 for ; Tue, 29 Aug 2017 09:15:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 38BEF7DFC1 for ; Tue, 29 Aug 2017 09:15:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v7T9F4Fl043985 for ; Tue, 29 Aug 2017 09:15:05 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 221881] graphics/libdrm upfate to 2.4.83,1 failed ('uve_ib.h' file not found) Date: Tue, 29 Aug 2017 09:15:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rhurlin@gwdg.de X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Tue, 29 Aug 2017 09:15:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221881 Rainer Hurling changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rhurlin@gwdg.de --- Comment #1 from Rainer Hurling --- This also happens on recent HEAD amd64 without AMD GPU, but with NVidia. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Wed Aug 30 12:46:49 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 C25BDE00E6D for ; Wed, 30 Aug 2017 12:46:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id A9ED16B240 for ; Wed, 30 Aug 2017 12:46:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id A9463E00E6C; Wed, 30 Aug 2017 12:46:49 +0000 (UTC) Delivered-To: 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 A8CCBE00E6B for ; Wed, 30 Aug 2017 12:46:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 9734A6B23F for ; Wed, 30 Aug 2017 12:46:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v7UCknDK081660 for ; Wed, 30 Aug 2017 12:46:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 221881] graphics/libdrm upfate to 2.4.83,1 failed ('uve_ib.h' file not found) Date: Wed, 30 Aug 2017 12:46:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rozhuk.im@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Wed, 30 Aug 2017 12:46:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221881 --- Comment #2 from rozhuk.im@gmail.com --- Created attachment 185919 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D185919&action= =3Dedit amdgpu opton May be proper way is add check for some amdgpu specific files exist in configure.am. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Wed Aug 30 15:47:41 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 49B8BE049B1 for ; Wed, 30 Aug 2017 15:47:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 3101D71AAA for ; Wed, 30 Aug 2017 15:47:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 2D265E049AF; Wed, 30 Aug 2017 15:47:41 +0000 (UTC) Delivered-To: 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 2CDBEE049AE for ; Wed, 30 Aug 2017 15:47:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 16B9B71AA8 for ; Wed, 30 Aug 2017 15:47:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v7UFldVY006239 for ; Wed, 30 Aug 2017 15:47:40 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 221881] graphics/libdrm upfate to 2.4.83,1 failed ('uve_ib.h' file not found) Date: Wed, 30 Aug 2017 15:47:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rozhuk.im@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Wed, 30 Aug 2017 15:47:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221881 rozhuk.im@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #185919|0 |1 is obsolete| | --- Comment #3 from rozhuk.im@gmail.com --- Created attachment 185926 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D185926&action= =3Dedit plist fix --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Wed Aug 30 20:29:54 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 1EC5EE098C5 for ; Wed, 30 Aug 2017 20:29:54 +0000 (UTC) (envelope-from isoa@kapsi.fi) Received: from mail.kapsi.fi (mail.kapsi.fi [IPv6:2001:67c:1be8::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C6EB27EF21 for ; Wed, 30 Aug 2017 20:29:53 +0000 (UTC) (envelope-from isoa@kapsi.fi) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kapsi.fi; s=20161220; h=Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:To:Subject; bh=U2mGrrLyOuqDHqcY2lARyahG54+PQBm6KHpunNQ8HDc=; b=OH60vFyg1ZHBWt7bKgb5Jnm+iXSkucqDZ9ifFFIVTb5C2ij54/dn3WDZq3l1eUOrjla7aZHPBnCBBe6wEW4ceMpBt0k2gPmkGcVgCwGMrPJdMZeHKtnfIBl86VFeoJLAngz1zK8ISsRSPwBt+hk15gOMjg6cdHWjsL04OuchQTSIt+6WnHiCvL9tPeeibX5yDTuDST6SCaV6phDMoK8LaPwHhRFIeUuEeCroTu3g8I883FbBz154rFKWIoFlof6gSS3x4weufncXnueaScbYxUBpJ41Lvt0TaSsf4ZsgRMUTGboA3iVn247ElM4bGishND6GEwP2Ae+ka9hro1MUuQ==; Received: from dsl-jklbng11-54fa5a-207.dhcp.inet.fi ([84.250.90.207] helo=[192.168.255.112]) by mail.kapsi.fi with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1dn9cU-0005lP-7d for freebsd-x11@freebsd.org; Wed, 30 Aug 2017 23:29:50 +0300 Subject: Re: x11/nvidia-driver-340 and OpenCL To: freebsd-x11@freebsd.org References: <201708241205.v7OC5wrR016229@sdf.org> <201708271111.v7RBB7Z8005388@sdf.org> <8ti4-udq3-wny@FreeBSD.org> <201708281111.v7SBBVSf000652@sdf.org> From: Arto Pekkanen Message-ID: <85a52dec-c20d-7869-7019-1564e034aad3@kapsi.fi> Date: Wed, 30 Aug 2017 23:29:38 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <201708281111.v7SBBVSf000652@sdf.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="BbqrMHP30erCp8lgfFJj6DrVQGbALXofi" X-SA-Exim-Connect-IP: 84.250.90.207 X-SA-Exim-Mail-From: isoa@kapsi.fi X-SA-Exim-Scanned: No (on mail.kapsi.fi); SAEximRunCond expanded to false 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: Wed, 30 Aug 2017 20:29:54 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --BbqrMHP30erCp8lgfFJj6DrVQGbALXofi Content-Type: multipart/mixed; boundary="AOklvWKrhqSI3UWv4TUTRxJ9LjG4alJjK"; protected-headers="v1" From: Arto Pekkanen To: freebsd-x11@freebsd.org Message-ID: <85a52dec-c20d-7869-7019-1564e034aad3@kapsi.fi> Subject: Re: x11/nvidia-driver-340 and OpenCL References: <201708241205.v7OC5wrR016229@sdf.org> <201708271111.v7RBB7Z8005388@sdf.org> <8ti4-udq3-wny@FreeBSD.org> <201708281111.v7SBBVSf000652@sdf.org> In-Reply-To: <201708281111.v7SBBVSf000652@sdf.org> --AOklvWKrhqSI3UWv4TUTRxJ9LjG4alJjK Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable If the GPU driver is implemented properly there will be no stutter or other problems even when running OpenCL jobs. In Windows there is no problem running OpenCL jobs on the same device that operates your display. Like running a crypto currency miner while browsing the web. Playing games won't work well, but basic stuff you can = do. TL;DR when the FreeBSD GPU driver and all the userland bits are up to date, I'd expect there to be no issues with stuttering. On 28.8.2017 14:11, Scott Bennett wrote: > Jan Beich wrote: >=20 >> Scott Bennett writes: >> >>> Thank you very much for that information, Jan. I will take a lo= ok at >>> that, but if the situation is that chancy and would mean being stuck = with >>> 32-bit emulation, it probably wouldn't be my best option after all. >> >> lang/pocl may also be useful, mainly when debugging OpenCL in apps. >=20 > Right now I'm still on 10.3-STABLE, so lang/pocl is not an option.= Soon, > I hope, I will install 11.1-RELEASE, but because it will be a fresh > installation into a ZFS pool, whereas my current 10.3-STABLE is on seve= ral UFS2 > partitions, I need to find the time to draw up a plan to do it without = losing > my existing configuration files and then to get it done. Then I can in= stall > lang/pocl. >> >>> Do you know whether a 64-bit driver (for later Nvidia cards, of = course) >>> is in the works with up-to-date features? >> >> No. Try pinging upstream on https://devtalk.nvidia.com/default/board/9= 7/ >=20 > Thanks for the URL. Hmm. There seems to be a problem with it at = the > moment, so I'll try it again later. >> >>> Or would I do better by buying a more recent Radeon card? >> >> Did lang/clover not work on Radeon HD 3870 e.g., with radeonkms + r600= g? >> If so, try upgrading just the kernel to drm-next branch. >=20 > No, and according to the AMD web sites, the GPUs on those cards ar= e not > capable of it. Although they support the now abandoned ATI Streams sof= tware, > they do not support OpenCL. The Radeon HD 3870x2 cards were the last t= o > be released that did not support at least OpenCL 1.0. :-( IIRC, the GP= Us on > these cards are RS780 chips, but I may be misremembering the number bec= ause > I haven't looked at those web pages for quite some time. >> >> Personally, I use lang/beignet on Intel Skylake GT2 (iGPU). The perfor= mance >> is decent enough to accelerate some jobs e.g., waifu2x-convert-cpp, >> ImageMagick, FFmpeg (a few filters but VAAPI encoding also works). X11= display >> stutters if OpenCL is running on the same GPU, but neither setpriority= (2) >> nor rtprio(2) help. Switching X11 display to NVIDIA Kepler GK107 (dGPU= ) >> eliminated the stutter. However, there's probably a better way to sche= dule >> jobs on GPU. >=20 > So the problem is not in the feeding of the GPU, but in its intern= al > scheduling. I'm not terribly surprised somehow. The GPU may have to f= inish > a work item or maybe its entire work queue before it can switch to anot= her > piece of work, e.g., an OpenGL command. I've long suspected that OpenC= L > should probably only be done on GPUs that are not simultaneously suppor= ting > monitors to avoid such problems or contention for graphics device memor= y. > I only use one monitor, so I had thought that I could use three of= the > four GPUs for OpenCL stuff, but the dratted cards don't do OpenCL, so t= hree of > the four GPUs are of no help to me and just waste electricity. The sec= ond > card prevents use of a slot between the two cards, so removing it would= > potentially open both slots, depending upon what I decide to replace it= with. > I have an unused USB 3.0 card that would speed up a few things by separ= ating > devices across controllers, or I could buy a SATA 3 card somewhere or p= ossibly > do both. The first option is the only one that I could do for free at = this > point, but that wouldn't get me OpenCL support, although, as you point = out, > I should be able to use lang/pocl for development/testing (once I get 1= 1.1 > installed), just not for performance. > Thanks again for the suggestions. >=20 >=20 > Scott Bennett, Comm. ASMELG, CFIAG > ********************************************************************** > * Internet: bennett at sdf.org *xor* bennett at freeshell.org * > *--------------------------------------------------------------------* > * "A well regulated and disciplined militia, is at all times a good * > * objection to the introduction of that bane of all free governments * > * -- a standing army." * > * -- Gov. John Hancock, New York Journal, 28 January 1790 * > ********************************************************************** > _______________________________________________ > freebsd-x11@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" >=20 --=20 Arto Pekkanen --AOklvWKrhqSI3UWv4TUTRxJ9LjG4alJjK-- --BbqrMHP30erCp8lgfFJj6DrVQGbALXofi Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iF4EAREIAAYFAlmnID0ACgkQTBivhqtJa26kcQD9GjEMrEcHI8V0MCtG/B/hPycC fZ6k9GcKQKDYHSSCmpcA/09Qe96DcB684pYf1GHEaLkcdhadtUs1k/Rrjo64xSUc =rE31 -----END PGP SIGNATURE----- --BbqrMHP30erCp8lgfFJj6DrVQGbALXofi-- From owner-freebsd-x11@freebsd.org Wed Aug 30 20:51:36 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 8B7D7E0A091 for ; Wed, 30 Aug 2017 20:51:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 733D67FA79 for ; Wed, 30 Aug 2017 20:51:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 727ABE0A090; Wed, 30 Aug 2017 20:51:36 +0000 (UTC) Delivered-To: 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 701E6E0A08F for ; Wed, 30 Aug 2017 20:51:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 576FC7FA78 for ; Wed, 30 Aug 2017 20:51:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v7UKpZJ7062249 for ; Wed, 30 Aug 2017 20:51:36 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 221881] graphics/libdrm upfate to 2.4.83,1 failed ('uve_ib.h' file not found) Date: Wed, 30 Aug 2017 20:51:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Wed, 30 Aug 2017 20:51:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221881 --- Comment #4 from Jan Beich --- Can you show verbose build logs i.e., including FreeBSD version/architectur= e, make.conf contents and environ(7)? Maybe compare the output with successful builds: http://beefy5.nyi.freebsd.org/data/latest-per-pkg/libdrm/2.4.83%2C1/103i386= -default.log http://beefy6.nyi.freebsd.org/data/latest-per-pkg/libdrm/2.4.83%2C1/103amd6= 4-default.log http://beefy10.nyi.freebsd.org/data/latest-per-pkg/libdrm/2.4.83%2C1/110i38= 6-default.log http://beefy9.nyi.freebsd.org/data/latest-per-pkg/libdrm/2.4.83%2C1/110amd6= 4-default.log http://www.ipv6proxy.net/go.php?u=3Dhttp%3A%2F%2Fbeefy11.nyi.freebsd.org%2F= data%2Flatest-per-pkg%2Flibdrm%2F2.4.83%2C1%2Fhead-i386-default.log http://www.ipv6proxy.net/go.php?u=3Dhttp%3A%2F%2Fbeefy12.nyi.freebsd.org%2F= data%2Flatest-per-pkg%2Flibdrm%2F2.4.83%2C1%2Fhead-amd64-default.log --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Wed Aug 30 21:33:41 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 895D6E0AB0E for ; Wed, 30 Aug 2017 21:33:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 7190A810E0 for ; Wed, 30 Aug 2017 21:33:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 6DCC2E0AB0D; Wed, 30 Aug 2017 21:33:41 +0000 (UTC) Delivered-To: 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 6D59EE0AB0C for ; Wed, 30 Aug 2017 21:33:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 5B95B810DF for ; Wed, 30 Aug 2017 21:33:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v7ULXeNs010377 for ; Wed, 30 Aug 2017 21:33:41 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 221881] graphics/libdrm upfate to 2.4.83,1 failed ('uve_ib.h' file not found) Date: Wed, 30 Aug 2017 21:33:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rozhuk.im@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Wed, 30 Aug 2017 21:33:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221881 --- Comment #5 from rozhuk.im@gmail.com --- I have no uve_ib.h in system and it not found in ports plist files. FreeBSD rimwks 11.1-STABLE FreeBSD 11.1-STABLE #0 r322996M: Wed Aug 30 00:0= 8:18 MSK 2017 root@rimwks:/usr/obj/usr/src/sys/RIMWKSx64 amd64 Build scripts does not check that amdgpu available on system. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Thu Aug 31 04:19:15 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 A9F55E1530C for ; Thu, 31 Aug 2017 04:19:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 8C97A6826B for ; Thu, 31 Aug 2017 04:19:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 88A2EE1530B; Thu, 31 Aug 2017 04:19:15 +0000 (UTC) Delivered-To: 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 866A9E1530A for ; Thu, 31 Aug 2017 04:19:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 5DB3C6826A for ; Thu, 31 Aug 2017 04:19:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v7V4JEo1070041 for ; Thu, 31 Aug 2017 04:19:15 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 221881] graphics/libdrm upfate to 2.4.83,1 failed ('uve_ib.h' file not found) Date: Thu, 31 Aug 2017 04:19:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mazhe@alkumuna.eu X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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, 31 Aug 2017 04:19:15 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221881 Matthieu Volat changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mazhe@alkumuna.eu --- Comment #6 from Matthieu Volat --- I'm also seeing this issue on 11.1 amd64 system relying on x11/nvidia-drive= r, this seems to have also been reported upstream : https://bugs.freedesktop.org/show_bug.cgi?id=3D102391 With no official fix yet, but it will involve changing autoconf files and re-running it. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Thu Aug 31 05:30:18 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 026DDE1603F for ; Thu, 31 Aug 2017 05:30:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id D86E669D33 for ; Thu, 31 Aug 2017 05:30:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id D7E19E1603B; Thu, 31 Aug 2017 05:30:17 +0000 (UTC) Delivered-To: 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 D78D9E1603A for ; Thu, 31 Aug 2017 05:30:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 C5E2569D31 for ; Thu, 31 Aug 2017 05:30:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v7V5UH3g060927 for ; Thu, 31 Aug 2017 05:30:17 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 221814] x11/pixman: fails to build on armv6 with clang 5 Date: Thu, 31 Aug 2017 05:30:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: mmel@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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, 31 Aug 2017 05:30:18 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221814 Michal Meloun changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mmel@FreeBSD.org --- Comment #1 from Michal Meloun --- Created attachment 185943 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D185943&action= =3Dedit new patch The original patch is slightly incomplete, it missing dependency for binutils/as. Also, the external assembler is necessary only for .S files an= d it looks safer to use standard integrated assembler for rest. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Thu Aug 31 05:41:29 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 50779E163F1 for ; Thu, 31 Aug 2017 05:41:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 3612F6A204 for ; Thu, 31 Aug 2017 05:41:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 3553DE163F0; Thu, 31 Aug 2017 05:41:29 +0000 (UTC) Delivered-To: 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 34D15E163EF for ; Thu, 31 Aug 2017 05:41:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 21B4E6A202 for ; Thu, 31 Aug 2017 05:41:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v7V5fTDD091377 for ; Thu, 31 Aug 2017 05:41:29 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 221881] graphics/libdrm upfate to 2.4.83,1 failed ('uve_ib.h' file not found) Date: Thu, 31 Aug 2017 05:41:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: gja822@narod.ru X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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, 31 Aug 2017 05:41:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221881 --- Comment #7 from gja822@narod.ru --- (In reply to Jan Beich from comment #4) I've already mentioned architecture and FreeBSD version: amd64 FreeBSD 10.3-STABLE #0 r319756M make.conf:_____________________________________ OPTIONS_SET=3DGALLIUM PKGNG IDEA GOST # new variant QT_SELECT=3Dqt4 QT4_OPTIONS=3DCUPS QGTKSTYLE CPUTYPE?=3Dbdver2 PORTS_MODULES=3Dmultimedia/cuse4bsd-kmod sysutils/powerdxx JPEG_PORT=3Dgraphics/jpeg DEFAULT_VERSIONS=3D ruby=3D2.3 tcltk=3D8.6 python2=3D2.7 lua=3D5.3 perl5=3D= 5.24 python3=3D3.5 bdb=3D6 mysql=3D5.6 ssl=3Dbase _____________________________________:make.conf SHELL=3D/bin/csh PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/= bin:/root/bin make output:___________________________________ =3D=3D=3D> Configuring for libdrm-2.4.83,1 configure: loading site script /usr/ports/Templates/config.site checking pkg-config is at least version 0.9.0... yes checking for xsltproc... /usr/local/bin/xsltproc checking build system type... amd64-portbld-freebsd10.3 checking host system type... amd64-portbld-freebsd10.3 checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables...=20 checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking for cc option to accept ISO C99... none needed checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for minix/config.h... (cached) no checking whether it is safe to define __EXTENSIONS__... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for size_t... (cached) yes checking for working alloca.h... no checking for alloca... yes checking whether sys/types.h defines makedev... yes checking sys/sysctl.h usability... yes checking sys/sysctl.h presence... yes checking for sys/sysctl.h... yes checking for sys/select.h... (cached) yes checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 262144 checking how to convert amd64-portbld-freebsd10.3 file names to amd64-portbld-freebsd10.3 format... func_convert_file_noop checking how to convert amd64-portbld-freebsd10.3 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=3D4096 count=3D1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... y= es checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd10.3 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for PTHREADSTUBS... yes checking for clock_gettime... (cached) yes checking for open_memstream... yes checking for supported warning flags...=20 checking whether cc supports -Wall... yes checking whether cc supports -Wextra... yes checking whether cc supports -Wsign-compare... yes checking whether cc supports -Werror-implicit-function-declaration... yes checking whether cc supports -Wpointer-arith... yes checking whether cc supports -Wwrite-strings... yes checking whether cc supports -Wstrict-prototypes... yes checking whether cc supports -Wmissing-prototypes... yes checking whether cc supports -Wmissing-declarations... yes checking whether cc supports -Wnested-externs... yes checking whether cc supports -Wpacked... yes checking whether cc supports -Wswitch-enum... yes checking whether cc supports -Wmissing-format-attribute... yes checking whether cc supports -Wstrict-aliasing=3D2... yes checking whether cc supports -Winit-self... yes checking whether cc supports -Wdeclaration-after-statement... yes checking whether cc supports -Wold-style-definition... yes checking whether cc supports -Wno-unused-parameter... yes checking whether cc supports -Wno-attributes... yes checking whether cc supports -Wno-long-long... yes checking whether cc supports -Winline... yes checking whether cc supports -Wshadow... yes checking whether cc supports -Wno-missing-field-initializers... yes checking which warning flags were supported... -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers checking for native atomic primitives... Intel checking for PCIACCESS... yes checking for CUNIT... yes checking whether to enable Cairo tests... no checking for docbook manpages stylesheet... yes checking for VALGRIND... no checking whether to enable Valgrind support... no checking whether cc supports __attribute__(("hidden"))... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating data/Makefile config.status: creating libkms/Makefile config.status: creating libkms/libkms.pc config.status: creating intel/Makefile config.status: creating intel/libdrm_intel.pc config.status: creating radeon/Makefile config.status: creating radeon/libdrm_radeon.pc config.status: creating amdgpu/Makefile config.status: creating amdgpu/libdrm_amdgpu.pc config.status: creating nouveau/Makefile config.status: creating nouveau/libdrm_nouveau.pc config.status: creating omap/Makefile config.status: creating omap/libdrm_omap.pc config.status: creating exynos/Makefile config.status: creating exynos/libdrm_exynos.pc config.status: creating freedreno/Makefile config.status: creating freedreno/libdrm_freedreno.pc config.status: creating tegra/Makefile config.status: creating tegra/libdrm_tegra.pc config.status: creating vc4/Makefile config.status: creating vc4/libdrm_vc4.pc config.status: creating etnaviv/Makefile config.status: creating etnaviv/libdrm_etnaviv.pc config.status: creating tests/Makefile config.status: creating tests/modeprint/Makefile config.status: creating tests/modetest/Makefile config.status: creating tests/kms/Makefile config.status: creating tests/kmstest/Makefile config.status: creating tests/proptest/Makefile config.status: creating tests/radeon/Makefile config.status: creating tests/amdgpu/Makefile config.status: creating tests/vbltest/Makefile config.status: creating tests/exynos/Makefile config.status: creating tests/tegra/Makefile config.status: creating tests/nouveau/Makefile config.status: creating tests/etnaviv/Makefile config.status: creating tests/util/Makefile config.status: creating man/Makefile config.status: creating libdrm.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands libdrm 2.4.83 will be compiled with: libkms yes Intel API yes vmwgfx API yes Radeon API yes AMDGPU API yes Nouveau API yes OMAP API no EXYNOS API no Freedreno API no (kgsl: no) Tegra API no VC4 API no Etnaviv API no =3D=3D=3D> Building for libdrm-2.4.83,1 --- all --- /usr/bin/make -s all-recursive Making all in . libtool: compile: cc -DHAVE_CONFIG_H -I. -I./include/drm -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarat= ions -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-aliasing -MT libdrm_la-xf86drm.lo -MD -MP -MF .deps/libdrm_la-xf86drm.Tpo -c xf86drm.c -fPIC -DPIC -o .libs/libdrm_la-xf86drm.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I./include/drm -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarat= ions -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-aliasing -MT libdrm_la-xf86drmHash.lo -MD -MP= -MF .deps/libdrm_la-xf86drmHash.Tpo -c xf86drmHash.c -fPIC -DPIC -o .libs/libdrm_la-xf86drmHash.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I./include/drm -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarat= ions -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-aliasing -MT libdrm_la-xf86drmSL.lo -MD -MP -= MF .deps/libdrm_la-xf86drmSL.Tpo -c xf86drmSL.c -fPIC -DPIC -o .libs/libdrm_la-xf86drmSL.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I./include/drm -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarat= ions -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-aliasing -MT libdrm_la-xf86drmRandom.lo -MD -= MP -MF .deps/libdrm_la-xf86drmRandom.Tpo -c xf86drmRandom.c -fPIC -DPIC -o .libs/libdrm_la-xf86drmRandom.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I./include/drm -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarat= ions -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-aliasing -MT libdrm_la-xf86drmMode.lo -MD -MP= -MF .deps/libdrm_la-xf86drmMode.Tpo -c xf86drmMode.c -fPIC -DPIC -o .libs/libdrm_la-xf86drmMode.o xf86drm.c:1134:19: warning: implicit conversion from enumeration type 'drmMapType' to different enumeration type 'enum drm_map_type' [-Wenum-conversion] map.type =3D type; ~ ^~~~ xf86drm.c:1135:19: warning: implicit conversion from enumeration type 'drmMapFlags' to different enumeration type 'enum drm_map_flags' [-Wenum-conversion] map.flags =3D flags; ~ ^~~~~ xf86drm.c:1457:36: warning: implicit conversion from enumeration type 'drmDMAFlags' to different enumeration type 'enum drm_dma_flags' [-Wenum-conversion] dma.flags =3D request->flags; ~ ~~~~~~~~~^~~~~ xf86drm.c:2351:19: warning: implicit conversion from enumeration type 'enum drm_map_type' to different enumeration type 'drmMapType' [-Wenum-conversion] *type =3D map.type; ~ ~~~~^~~~ xf86drm.c:2352:19: warning: implicit conversion from enumeration type 'enum drm_map_flags' to different enumeration type 'drmMapFlags' [-Wenum-conversi= on] *flags =3D map.flags; ~ ~~~~^~~~~ xf86drm.c:3476:2: warning: "Missing implementation of drmParseUsbBusInfo" [-W#warnings] #warning "Missing implementation of drmParseUsbBusInfo" ^ xf86drm.c:3505:2: warning: "Missing implementation of drmParseUsbDeviceInfo" [-W#warnings] #warning "Missing implementation of drmParseUsbDeviceInfo" ^ xf86drm.c:3566:2: warning: "Missing implementation of drmParsePlatformBusIn= fo" [-W#warnings] #warning "Missing implementation of drmParsePlatformBusInfo" ^ xf86drm.c:3611:2: warning: "Missing implementation of drmParsePlatformDeviceInfo" [-W#warnings] #warning "Missing implementation of drmParsePlatformDeviceInfo" ^ xf86drm.c:3673:2: warning: "Missing implementation of drmParseHost1xBusInfo" [-W#warnings] #warning "Missing implementation of drmParseHost1xBusInfo" ^ xf86drm.c:3718:2: warning: "Missing implementation of drmParseHost1xDeviceI= nfo" [-W#warnings] #warning "Missing implementation of drmParseHost1xDeviceInfo" ^ 11 warnings generated. libtool: link: cc -shared -fPIC -DPIC .libs/libdrm_la-xf86drm.o .libs/libdrm_la-xf86drmHash.o .libs/libdrm_la-xf86drmRandom.o .libs/libdrm_la-xf86drmSL.o .libs/libdrm_la-xf86drmMode.o -lm -O2 -march=3Dbdver2 -fstack-protector -fstack-protector -Wl,-soname -Wl,libdr= m.so.2 -o .libs/libdrm.so.2.4.0 libtool: link: (cd ".libs" && rm -f "libdrm.so.2" && ln -s "libdrm.so.2.4.0" "libdrm.so.2") libtool: link: (cd ".libs" && rm -f "libdrm.so" && ln -s "libdrm.so.2.4.0" "libdrm.so") libtool: link: ( cd ".libs" && rm -f "libdrm.la" && ln -s "../libdrm.la" "libdrm.la" ) Making all in libkms libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -I../include/drm -I.. -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-aliasing -MT dumb.lo -M= D -MP -MF .deps/dumb.Tpo -c dumb.c -fPIC -DPIC -o .libs/dumb.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -I../include/drm -I.. -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-aliasing -MT linux.lo -= MD -MP -MF .deps/linux.Tpo -c linux.c -fPIC -DPIC -o .libs/linux.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -I../include/drm -I.. -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-aliasing -MT vmwgfx.lo = -MD -MP -MF .deps/vmwgfx.Tpo -c vmwgfx.c -fPIC -DPIC -o .libs/vmwgfx.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -I../include/drm -I.. -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-aliasing -MT intel.lo -= MD -MP -MF .deps/intel.Tpo -c intel.c -fPIC -DPIC -o .libs/intel.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -I../include/drm -I.. -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-aliasing -MT nouveau.lo= -MD -MP -MF .deps/nouveau.Tpo -c nouveau.c -fPIC -DPIC -o .libs/nouveau.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -I../include/drm -I.. -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-aliasing -MT radeon.lo = -MD -MP -MF .deps/radeon.Tpo -c radeon.c -fPIC -DPIC -o .libs/radeon.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -I../include/drm -I.. -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-aliasing -MT api.lo -MD= -MP -MF .deps/api.Tpo -c api.c -fPIC -DPIC -o .libs/api.o libtool: link: cc -shared -fPIC -DPIC .libs/linux.o .libs/dumb.o .libs/ap= i.o .libs/vmwgfx.o .libs/intel.o .libs/nouveau.o .libs/radeon.o -Wl,-rpath -Wl,/usr/ports/graphics/libdrm/work/libdrm-2.4.83/.libs -Wl,-rpath -Wl,/usr/local/lib ../.libs/libdrm.so -lm -O2 -march=3Dbdver2 -fstack-prot= ector -fstack-protector -Wl,-soname -Wl,libkms.so.1 -o .libs/libkms.so.1.0.0 libtool: link: (cd ".libs" && rm -f "libkms.so.1" && ln -s "libkms.so.1.0.0" "libkms.so.1") libtool: link: (cd ".libs" && rm -f "libkms.so" && ln -s "libkms.so.1.0.0" "libkms.so") libtool: link: ( cd ".libs" && rm -f "libkms.la" && ln -s "../libkms.la" "libkms.la" ) Making all in intel libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -I.. -pthread -I/usr/local/include -I../include/drm -O2 -pipe -march=3Dbdver2 -fstack-pro= tector -fno-strict-aliasing -MT intel_bufmgr.lo -MD -MP -MF .deps/intel_bufmgr.Tpo= -c intel_bufmgr.c -fPIC -DPIC -o .libs/intel_bufmgr.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -I.. -pthread -I/usr/local/include -I../include/drm -O2 -pipe -march=3Dbdver2 -fstack-pro= tector -fno-strict-aliasing -MT intel_bufmgr_gem.lo -MD -MP -MF .deps/intel_bufmgr_gem.Tpo -c intel_bufmgr_gem.c -fPIC -DPIC -o .libs/intel_bufmgr_gem.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -I.. -pthread -I/usr/local/include -I../include/drm -O2 -pipe -march=3Dbdver2 -fstack-pro= tector -fno-strict-aliasing -MT intel_decode.lo -MD -MP -MF .deps/intel_decode.Tpo= -c intel_decode.c -fPIC -DPIC -o .libs/intel_decode.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -I.. -pthread -I/usr/local/include -I../include/drm -O2 -pipe -march=3Dbdver2 -fstack-pro= tector -fno-strict-aliasing -MT mm.lo -MD -MP -MF .deps/mm.Tpo -c mm.c -fPIC -DPI= C -o .libs/mm.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -I.. -pthread -I/usr/local/include -I../include/drm -O2 -pipe -march=3Dbdver2 -fstack-pro= tector -fno-strict-aliasing -MT intel_bufmgr_fake.lo -MD -MP -MF .deps/intel_bufmgr_fake.Tpo -c intel_bufmgr_fake.c -fPIC -DPIC -o .libs/intel_bufmgr_fake.o libtool: link: cc -shared -fPIC -DPIC .libs/intel_bufmgr.o .libs/intel_bufmgr_fake.o .libs/intel_bufmgr_gem.o .libs/intel_decode.o .libs/mm.o -Wl,-rpath -Wl,/usr/ports/graphics/libdrm/work/libdrm-2.4.83/.= libs -Wl,-rpath -Wl,/usr/local/lib ../.libs/libdrm.so -lm -L/usr/local/lib -lpciaccess -pthread -O2 -march=3Dbdver2 -fstack-protector -fstack-protect= or -pthread -pthread -Wl,-soname -Wl,libdrm_intel.so.1 -o .libs/libdrm_intel.so.1.0.0 libtool: link: (cd ".libs" && rm -f "libdrm_intel.so.1" && ln -s "libdrm_intel.so.1.0.0" "libdrm_intel.so.1") libtool: link: (cd ".libs" && rm -f "libdrm_intel.so" && ln -s "libdrm_intel.so.1.0.0" "libdrm_intel.so") libtool: link: ( cd ".libs" && rm -f "libdrm_intel.la" && ln -s "../libdrm_intel.la" "libdrm_intel.la" ) libtool: link: cc -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -I.. -pthread -I/usr/local/include -I../include/drm -O2 -pipe -march=3Dbdver2 -fstack-pro= tector -fno-strict-aliasing -fstack-protector -o .libs/test_decode test_decode.o=20 ./.libs/libdrm_intel.so /usr/ports/graphics/libdrm/work/libdrm-2.4.83/.libs/libdrm.so -L/usr/local/= lib ../.libs/libdrm.so -lpciaccess -lm -pthread -Wl,-rpath -Wl,/usr/local/lib Making all in nouveau libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -I.. -pthread -I../include/drm -DDEBUG -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-aliasing -MT nouveau.lo -MD -MP -MF .deps/nouveau.Tpo -c nouvea= u.c=20 -fPIC -DPIC -o .libs/nouveau.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -I.. -pthread -I../include/drm -DDEBUG -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-aliasing -MT pushbuf.lo -MD -MP -MF .deps/pushbuf.Tpo -c pushbu= f.c=20 -fPIC -DPIC -o .libs/pushbuf.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -I.. -pthread -I../include/drm -DDEBUG -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-aliasing -MT abi16.lo -MD -MP -MF .deps/abi16.Tpo -c abi16.c -= fPIC -DPIC -o .libs/abi16.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -I.. -pthread -I../include/drm -DDEBUG -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-aliasing -MT bufctx.lo -MD -MP -MF .deps/bufctx.Tpo -c bufctx.c= =20 -fPIC -DPIC -o .libs/bufctx.o nouveau.c:101:24: warning: field 'ioctl' with variable sized type 'struct nvif_ioctl_v0' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] struct nvif_ioctl_v0 ioctl; ^ nouveau.c:143:24: warning: field 'ioctl' with variable sized type 'struct nvif_ioctl_v0' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] struct nvif_ioctl_v0 ioctl; ^ nouveau.c:218:24: warning: field 'ioctl' with variable sized type 'struct nvif_ioctl_v0' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] struct nvif_ioctl_v0 ioctl; ^ nouveau.c:241:24: warning: field 'ioctl' with variable sized type 'struct nvif_ioctl_v0' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] struct nvif_ioctl_v0 ioctl; ^ 4 warnings generated. libtool: link: cc -shared -fPIC -DPIC .libs/nouveau.o .libs/pushbuf.o .libs/bufctx.o .libs/abi16.o -Wl,-rpath -Wl,/usr/ports/graphics/libdrm/work/libdrm-2.4.83/.libs -Wl,-rpath -Wl,/usr/local/lib ../.libs/libdrm.so -lm -pthread -O2 -march=3Dbdver2 -fstack-protector -fstack-protector -pthread -pthread -Wl,-soname -Wl,libdrm_nouveau.so.2 -o .libs/libdrm_nouveau.so.2.0.0 libtool: link: (cd ".libs" && rm -f "libdrm_nouveau.so.2" && ln -s "libdrm_nouveau.so.2.0.0" "libdrm_nouveau.so.2") libtool: link: (cd ".libs" && rm -f "libdrm_nouveau.so" && ln -s "libdrm_nouveau.so.2.0.0" "libdrm_nouveau.so") libtool: link: ( cd ".libs" && rm -f "libdrm_nouveau.la" && ln -s "../libdrm_nouveau.la" "libdrm_nouveau.la" ) Making all in radeon libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -I.. -pthread -I../include/drm -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-al= iasing -MT radeon_cs_gem.lo -MD -MP -MF .deps/radeon_cs_gem.Tpo -c radeon_cs_gem.c= =20 -fPIC -DPIC -o .libs/radeon_cs_gem.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -I.. -pthread -I../include/drm -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-al= iasing -MT radeon_surface.lo -MD -MP -MF .deps/radeon_surface.Tpo -c radeon_surfac= e.c=20 -fPIC -DPIC -o .libs/radeon_surface.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -I.. -pthread -I../include/drm -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-al= iasing -MT radeon_bo.lo -MD -MP -MF .deps/radeon_bo.Tpo -c radeon_bo.c -fPIC -DPI= C -o .libs/radeon_bo.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -I.. -pthread -I../include/drm -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-al= iasing -MT radeon_bo_gem.lo -MD -MP -MF .deps/radeon_bo_gem.Tpo -c radeon_bo_gem.c= =20 -fPIC -DPIC -o .libs/radeon_bo_gem.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -I.. -pthread -I../include/drm -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-al= iasing -MT radeon_cs.lo -MD -MP -MF .deps/radeon_cs.Tpo -c radeon_cs.c -fPIC -DPI= C -o .libs/radeon_cs.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -I.. -pthread -I../include/drm -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-al= iasing -MT radeon_cs_space.lo -MD -MP -MF .deps/radeon_cs_space.Tpo -c radeon_cs_space.c -fPIC -DPIC -o .libs/radeon_cs_space.o libtool: link: cc -shared -fPIC -DPIC .libs/radeon_bo_gem.o .libs/radeon_cs_gem.o .libs/radeon_cs_space.o .libs/radeon_bo.o .libs/radeon_cs.o .libs/radeon_surface.o -Wl,-rpath -Wl,/usr/ports/graphics/libdrm/work/libdrm-2.4.83/.libs -Wl,-rpath -Wl,/usr/local/lib ../.libs/libdrm.so -lm -pthread -O2 -march=3Dbdver2 -fstack-protector -fstack-protector -pthread -pthread -Wl,-soname -Wl,libdrm_radeon.so.1 -o .libs/libdrm_radeon.so.1.0.1 libtool: link: (cd ".libs" && rm -f "libdrm_radeon.so.1" && ln -s "libdrm_radeon.so.1.0.1" "libdrm_radeon.so.1") libtool: link: (cd ".libs" && rm -f "libdrm_radeon.so" && ln -s "libdrm_radeon.so.1.0.1" "libdrm_radeon.so") libtool: link: ( cd ".libs" && rm -f "libdrm_radeon.la" && ln -s "../libdrm_radeon.la" "libdrm_radeon.la" ) Making all in amdgpu libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DAMDGPU_ASIC_ID_TABLE=3D\"/usr/local/share/libdrm/amdgpu.ids\" -DAMDGPU_ASIC_ID_TABLE_NUM_ENTRIES=3D154 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -I.. -pthread -I../include/drm -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-al= iasing -MT amdgpu_device.lo -MD -MP -MF .deps/amdgpu_device.Tpo -c amdgpu_device.c= =20 -fPIC -DPIC -o .libs/amdgpu_device.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DAMDGPU_ASIC_ID_TABLE=3D\"/usr/local/share/libdrm/amdgpu.ids\" -DAMDGPU_ASIC_ID_TABLE_NUM_ENTRIES=3D154 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -I.. -pthread -I../include/drm -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-al= iasing -MT amdgpu_cs.lo -MD -MP -MF .deps/amdgpu_cs.Tpo -c amdgpu_cs.c -fPIC -DPI= C -o .libs/amdgpu_cs.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DAMDGPU_ASIC_ID_TABLE=3D\"/usr/local/share/libdrm/amdgpu.ids\" -DAMDGPU_ASIC_ID_TABLE_NUM_ENTRIES=3D154 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -I.. -pthread -I../include/drm -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-al= iasing -MT amdgpu_gpu_info.lo -MD -MP -MF .deps/amdgpu_gpu_info.Tpo -c amdgpu_gpu_info.c -fPIC -DPIC -o .libs/amdgpu_gpu_info.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DAMDGPU_ASIC_ID_TABLE=3D\"/usr/local/share/libdrm/amdgpu.ids\" -DAMDGPU_ASIC_ID_TABLE_NUM_ENTRIES=3D154 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -I.. -pthread -I../include/drm -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-al= iasing -MT amdgpu_vamgr.lo -MD -MP -MF .deps/amdgpu_vamgr.Tpo -c amdgpu_vamgr.c -= fPIC -DPIC -o .libs/amdgpu_vamgr.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DAMDGPU_ASIC_ID_TABLE=3D\"/usr/local/share/libdrm/amdgpu.ids\" -DAMDGPU_ASIC_ID_TABLE_NUM_ENTRIES=3D154 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -I.. -pthread -I../include/drm -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-al= iasing -MT util_hash.lo -MD -MP -MF .deps/util_hash.Tpo -c util_hash.c -fPIC -DPI= C -o .libs/util_hash.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DAMDGPU_ASIC_ID_TABLE=3D\"/usr/local/share/libdrm/amdgpu.ids\" -DAMDGPU_ASIC_ID_TABLE_NUM_ENTRIES=3D154 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -I.. -pthread -I../include/drm -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-al= iasing -MT amdgpu_bo.lo -MD -MP -MF .deps/amdgpu_bo.Tpo -c amdgpu_bo.c -fPIC -DPI= C -o .libs/amdgpu_bo.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DAMDGPU_ASIC_ID_TABLE=3D\"/usr/local/share/libdrm/amdgpu.ids\" -DAMDGPU_ASIC_ID_TABLE_NUM_ENTRIES=3D154 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -I.. -pthread -I../include/drm -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-al= iasing -MT amdgpu_asic_id.lo -MD -MP -MF .deps/amdgpu_asic_id.Tpo -c amdgpu_asic_i= d.c=20 -fPIC -DPIC -o .libs/amdgpu_asic_id.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DAMDGPU_ASIC_ID_TABLE=3D\"/usr/local/share/libdrm/amdgpu.ids\" -DAMDGPU_ASIC_ID_TABLE_NUM_ENTRIES=3D154 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -I.. -pthread -I../include/drm -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-al= iasing -MT util_hash_table.lo -MD -MP -MF .deps/util_hash_table.Tpo -c util_hash_table.c -fPIC -DPIC -o .libs/util_hash_table.o amdgpu_cs.c:645:28: warning: suggest braces around initialization of subobj= ect [-Wmissing-braces] union drm_amdgpu_cs cs =3D {0}; ^ {} 1 warning generated. libtool: link: cc -shared -fPIC -DPIC .libs/amdgpu_asic_id.o .libs/amdgpu_bo.o .libs/amdgpu_cs.o .libs/amdgpu_device.o .libs/amdgpu_gpu_info.o .libs/amdgpu_vamgr.o .libs/util_hash.o .libs/util_hash_table.o -Wl,-rpath -Wl,/usr/ports/graphics/libdrm/work/libdrm-2.4.83/.libs -Wl,-rpath -Wl,/usr/local/lib ../.libs/libdrm.so -lm -pthread -O2 -march=3Dbdver2 -fstack-protector -fstack-protector -pthread -pthread -Wl,-soname -Wl,libdrm_amdgpu.so.1 -o .libs/libdrm_amdgpu.so.1.0.0 libtool: link: (cd ".libs" && rm -f "libdrm_amdgpu.so.1" && ln -s "libdrm_amdgpu.so.1.0.0" "libdrm_amdgpu.so.1") libtool: link: (cd ".libs" && rm -f "libdrm_amdgpu.so" && ln -s "libdrm_amdgpu.so.1.0.0" "libdrm_amdgpu.so") libtool: link: ( cd ".libs" && rm -f "libdrm_amdgpu.la" && ln -s "../libdrm_amdgpu.la" "libdrm_amdgpu.la" ) Making all in data Making all in tests Making all in util libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../include/drm -I../= .. -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-aliasing -MT libutil_la-kms.lo -MD -MP -MF .deps/libutil_la-kms.Tpo -c kms.c -fPIC -DPI= C -o .libs/libutil_la-kms.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../include/drm -I../= .. -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-aliasing -MT libutil_la-pattern.lo -MD -MP -MF .deps/libutil_la-pattern.Tpo -c pattern.c= =20 -fPIC -DPIC -o .libs/libutil_la-pattern.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../include/drm -I../= .. -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-aliasing -MT libutil_la-format.lo -MD -MP -MF .deps/libutil_la-format.Tpo -c format.c -= fPIC -DPIC -o .libs/libutil_la-format.o libtool: link: ar cru .libs/libutil.a .libs/libutil_la-format.o .libs/libutil_la-kms.o .libs/libutil_la-pattern.o=20 libtool: link: ranlib .libs/libutil.a libtool: link: ( cd ".libs" && rm -f "libutil.la" && ln -s "../libutil.la" "libutil.la" ) Making all in kms libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../include/drm -I../../tests -I../.. -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-aliasing -MT libkms-test-crtc.lo -MD -MP -MF .deps/libkms-test-crtc.Tpo -c libkms-test-crtc.c -fPIC -DPIC -o .libs/libkms-test-crtc.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../include/drm -I../../tests -I../.. -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-aliasing -MT libkms-test-device.lo -MD -MP -MF .deps/libkms-test-device.Tpo -c libkms-test-device.c -fPIC -DPIC -o .libs/libkms-test-device.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../include/drm -I../../tests -I../.. -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-aliasing -MT libkms-test-screen.lo -MD -MP -MF .deps/libkms-test-screen.Tpo -c libkms-test-screen.c -fPIC -DPIC -o .libs/libkms-test-screen.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../include/drm -I../../tests -I../.. -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-aliasing -MT libkms-test-plane.lo -MD -MP -MF .deps/libkms-test-plane.Tpo -c libkms-test-plane.c -fPIC -DPIC -o .libs/libkms-test-plane.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../include/drm -I../../tests -I../.. -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-aliasing -MT libkms-test-framebuffer.lo -MD -= MP -MF .deps/libkms-test-framebuffer.Tpo -c libkms-test-framebuffer.c -fPIC -= DPIC -o .libs/libkms-test-framebuffer.o libtool: link: ar cru .libs/libkms-test.a .libs/libkms-test-crtc.o .libs/libkms-test-device.o .libs/libkms-test-framebuffer.o .libs/libkms-test-plane.o .libs/libkms-test-screen.o=20 libtool: link: ranlib .libs/libkms-test.a libtool: link: ( cd ".libs" && rm -f "libkms-test.la" && ln -s "../libkms-test.la" "libkms-test.la" ) libtool: link: cc -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-aliasing -fstack-protector -o .libs/kms-universal-planes kms-universal-planes.o ./.libs/libkms-test.a /usr/ports/graphics/libdrm/work/libdrm-2.4.83/.libs/libdrm.so -lm -Wl,-rpath -Wl,/usr/local/lib libtool: link: cc -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-aliasing -fstack-protector -o .libs/kms-steal-crtc kms-steal-crtc.o ./.libs/libkms-test.a /usr/ports/graphics/libdrm/work/libdrm-2.4.83/.libs/libdrm.so ../util/.libs/libutil.a -lm -Wl,-rpath -Wl,/usr/local/lib Making all in modeprint modeprint.c:129:30: warning: format specifies type 'long long' but the argu= ment has type '__u64' (aka 'unsigned long') [-Wformat] printf("\t\t%lld =3D %s\n", props->enums[j].value, props->enums[j].name); ~~~~ ^~~~~~~~~~~~~~~~~~~~~ %lu 1 warning generated. libtool: link: cc -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -I../../include/drm -I../../tests -I../.. -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-aliasing -fstack-protector -o .libs/modeprint modeprint.o=20 ../../.libs/libdrm.so -lm -Wl,-rpath -Wl,/usr/local/lib Making all in proptest proptest.c:130:11: warning: format specifies type 'unsigned long long' but = the argument has type '__u64' (aka 'unsigned long') [-Wformat] prop->enums[i].value); ^~~~~~~~~~~~~~~~~~~~ 1 warning generated. libtool: link: cc -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -I../../include/drm -I../../tests -I../.. -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-aliasing -fstack-protector -o .libs/proptest proptest.o=20 ../../.libs/libdrm.so ../../tests/util/.libs/libutil.a -lm -Wl,-rpath -Wl,/usr/local/lib Making all in modetest modetest.c:303:11: warning: format specifies type 'unsigned long long' but = the argument has type '__u64' (aka 'unsigned long') [-Wformat] prop->enums[i].value); ^~~~~~~~~~~~~~~~~~~~ 1 warning generated. libtool: link: cc -pthread -I../../include/drm -I../../tests -I../.. -O2 -p= ipe -march=3Dbdver2 -fstack-protector -fno-strict-aliasing -fstack-protector -o .libs/modetest buffers.o cursor.o modetest.o ../../.libs/libdrm.so ../../tests/util/.libs/libutil.a -lm -pthread -Wl,-rpath -Wl,/usr/local/lib Making all in vbltest libtool: link: cc -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -I../../include/drm -I../../tests -I../.. -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-aliasing -fstack-protector -o .libs/vbltest vbltest.o=20 ../../.libs/libdrm.so ../../tests/util/.libs/libutil.a -lm -Wl,-rpath -Wl,/usr/local/lib Making all in kmstest libtool: link: cc -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -I../../include/drm -I../../libkms/ -I../../tests/ -I../.. -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-aliasing -fstack-protector -o .libs/kmstest main.o ../../tests/util/.libs/libutil.a ../../libkms/.libs/libkms.so /usr/ports/graphics/libdrm/work/libdrm-2.4.83/.libs/libdrm.so ../../.libs/libdrm.so -lm -Wl,-rpath -Wl,/usr/local/lib Making all in radeon libtool: link: cc -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -I ../../include/drm -I .= ./.. -O2 -pipe -march=3Dbdver2 -fstack-protector -fno-strict-aliasing -fstack-protector -o .libs/radeon_ttm rbo.o radeon_ttm.o ../../.libs/libdr= m.so -lm -Wl,-rpath -Wl,/usr/local/lib Making all in amdgpu uvd_enc_tests.c:39:10: fatal error: 'uve_ib.h' file not found #include "uve_ib.h" ^ 1 error generated. --- amdgpu_test-uvd_enc_tests.o --- *** [amdgpu_test-uvd_enc_tests.o] Error code 1 make[5]: stopped in /usr/ports/graphics/libdrm/work/libdrm-2.4.83/tests/amd= gpu 1 error make[5]: stopped in /usr/ports/graphics/libdrm/work/libdrm-2.4.83/tests/amd= gpu --- all-recursive --- *** [all-recursive] Error code 1 make[4]: stopped in /usr/ports/graphics/libdrm/work/libdrm-2.4.83/tests 1 error make[4]: stopped in /usr/ports/graphics/libdrm/work/libdrm-2.4.83/tests --- all-recursive --- *** [all-recursive] Error code 1 make[3]: stopped in /usr/ports/graphics/libdrm/work/libdrm-2.4.83 1 error make[3]: stopped in /usr/ports/graphics/libdrm/work/libdrm-2.4.83 *** [all] Error code 2 make[2]: stopped in /usr/ports/graphics/libdrm/work/libdrm-2.4.83 1 error make[2]: stopped in /usr/ports/graphics/libdrm/work/libdrm-2.4.83 =3D=3D=3D> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the failure = to the maintainer. *** Error code 1 Stop. make[1]: stopped in /usr/ports/graphics/libdrm *** Error code 1 Stop. make: stopped in /usr/ports/graphics/libdrm Command exit status: 1 ___________________________________:make output --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Thu Aug 31 05:47:09 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 31442E166B1 for ; Thu, 31 Aug 2017 05:47:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 192326A4B0 for ; Thu, 31 Aug 2017 05:47:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 18727E166B0; Thu, 31 Aug 2017 05:47:09 +0000 (UTC) Delivered-To: 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 1802BE166AF for ; Thu, 31 Aug 2017 05:47:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 06BD46A4AF for ; Thu, 31 Aug 2017 05:47:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v7V5l8Gi003888 for ; Thu, 31 Aug 2017 05:47:08 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 221881] graphics/libdrm upfate to 2.4.83,1 failed ('uve_ib.h' file not found) Date: Thu, 31 Aug 2017 05:47:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: gja822@narod.ru X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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, 31 Aug 2017 05:47:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221881 --- Comment #8 from gja822@narod.ru --- Sorry for a long post. The first difference in configure output is presence= of CUNIT in my system. Also, I do not use poudriere for that system. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Thu Aug 31 07:12: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 2024FE17C0E for ; Thu, 31 Aug 2017 07:12:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 02A086C96E for ; Thu, 31 Aug 2017 07:12:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 0120BE17C0D; Thu, 31 Aug 2017 07:12:28 +0000 (UTC) Delivered-To: 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 00B5CE17C0C for ; Thu, 31 Aug 2017 07:12:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 E35B26C96D for ; Thu, 31 Aug 2017 07:12:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v7V7CRTQ016063 for ; Thu, 31 Aug 2017 07:12:27 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 221814] x11/pixman: fails to build on armv6 with clang 5 Date: Thu, 31 Aug 2017 07:12:27 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: mikael.urankar@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.isobsolete Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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, 31 Aug 2017 07:12:28 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221814 mikael.urankar@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #185761|0 |1 is obsolete| | --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Thu Aug 31 08:03:01 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 6397CE18945 for ; Thu, 31 Aug 2017 08:03:01 +0000 (UTC) (envelope-from ina.smith@validaterankingsolution.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 5075A6DCB3 for ; Thu, 31 Aug 2017 08:03:01 +0000 (UTC) (envelope-from ina.smith@validaterankingsolution.com) Received: by mailman.ysv.freebsd.org (Postfix) id 4FCEDE18944; Thu, 31 Aug 2017 08:03:01 +0000 (UTC) Delivered-To: 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 4F6E5E18943 for ; Thu, 31 Aug 2017 08:03:01 +0000 (UTC) (envelope-from ina.smith@validaterankingsolution.com) Received: from my2.arch.zyns.com (my2.arch.zyns.com [5.79.109.97]) by mx1.freebsd.org (Postfix) with ESMTP id F3F3B6DCB2 for ; Thu, 31 Aug 2017 08:03:00 +0000 (UTC) (envelope-from ina.smith@validaterankingsolution.com) Received: from WS99 (unknown [117.96.242.90]) by my2.arch.zyns.com (Postfix) with ESMTPA id 86F44430B8 for ; Thu, 31 Aug 2017 08:02:33 +0000 (UTC) From: "Ina Smith" To: Subject: Rank First Pay Later. Date: Thu, 31 Aug 2017 13:25:50 +0530 Message-ID: MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: AdMiLPjNd43FuVJVT9WWFbpRbIis0w== Content-Language: en-us Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.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, 31 Aug 2017 08:03:01 -0000 Hi, Greetings, Is your website on the first page of Google results? If no then we can help you get there! We're ResultFirst, redefining the experience for digital marketing services. For more than 10 years, our team of 200+ marketing gurus has served over 4000 clients. Our unique "Pay-for-performance SEO" model attracts customers from all geographies of the world, and we are proud to cater to the needs of every type of business belonging to varied industries, scales, and regions. We do "Pay-For-Performance SEO." You get to pay only when we rank your keywords on top searches. . FREE website analysis report . No monthly fee / No contractual payout . Dedicated 24*7 support . Assured Ranking as you only pay for the results . Only one time set-up fee Our results 'Talk' Get your website evaluated NOW, Just reply to this email with your contact details along with your requirement and we will call you back. Thanks & Regards, Ina Smith Marketing Manager ResultFirst Inc. Head Office: San Jose, CA 95120 In case you are not interested in receiving these emails then you have the option to stop receiving them. To unsubscribe just write "REMOVE" and for report abuse just write "ABUSE" and reply to this email. From owner-freebsd-x11@freebsd.org Thu Aug 31 08:43: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 068D4E1942B for ; Thu, 31 Aug 2017 08:43:28 +0000 (UTC) (envelope-from bennett@sdf.org) Received: from mx.sdf.org (mx.sdf.org [205.166.94.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ol.sdf.org", Issuer "ol.sdf.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E05026ED5C for ; Thu, 31 Aug 2017 08:43:27 +0000 (UTC) (envelope-from bennett@sdf.org) Received: from sdf.org (norge.freeshell.org [205.166.94.17]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id v7V8h7j3014469 (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256 bits) verified NO); Thu, 31 Aug 2017 08:43:08 GMT Received: (from bennett@localhost) by sdf.org (8.15.2/8.12.8/Submit) id v7V8h7Nx006278; Thu, 31 Aug 2017 03:43:07 -0500 (CDT) From: Scott Bennett Message-Id: <201708310843.v7V8h7Nx006278@sdf.org> Date: Thu, 31 Aug 2017 03:43:07 -0500 To: isoa@kapsi.fi Subject: OpenCL/OpenGL contention on a device (was Re: x11/nvidia-driver-340 and OpenCL) Cc: freebsd-x11@freebsd.org References: <201708241205.v7OC5wrR016229@sdf.org> <201708271111.v7RBB7Z8005388@sdf.org> <8ti4-udq3-wny@FreeBSD.org> <201708281111.v7SBBVSf000652@sdf.org> <85a52dec-c20d-7869-7019-1564e034aad3@kapsi.fi> In-Reply-To: <85a52dec-c20d-7869-7019-1564e034aad3@kapsi.fi> User-Agent: Heirloom mailx 12.5 6/20/10 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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, 31 Aug 2017 08:43:28 -0000 Arto Pekkanen wrote: > If the GPU driver is implemented properly there will be no stutter or > other problems even when running OpenCL jobs. Really! So an OpenCL work item that needs, say, nearly all the available memory on a graphics device and a 3D shader that has similar memory requirements will not interfere with each other? That seems rather magical somehow, even if the OpenGL stuff always has a higher priority inside the GPU than the OpenCL stuff. > > In Windows there is no problem running OpenCL jobs on the same device > that operates your display. Like running a crypto currency miner while > browsing the web. Playing games won't work well, but basic stuff you can do. > Is that partly because the memory requirements of the "basic stuff" are typically tiny when compared to the capacity of today's graphics devices? > TL;DR when the FreeBSD GPU driver and all the userland bits are up to > date, I'd expect there to be no issues with stuttering. > Do you know the driver well enough to explain to me how the scheduling inside a graphics device works? I've never seen a description of the algorithm(s) anywhere. Scott Bennett, Comm. ASMELG, CFIAG ********************************************************************** * Internet: bennett at sdf.org *xor* bennett at freeshell.org * *--------------------------------------------------------------------* * "A well regulated and disciplined militia, is at all times a good * * objection to the introduction of that bane of all free governments * * -- a standing army." * * -- Gov. John Hancock, New York Journal, 28 January 1790 * ********************************************************************** From owner-freebsd-x11@freebsd.org Thu Aug 31 09:09:59 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 7A054E19D93 for ; Thu, 31 Aug 2017 09:09:59 +0000 (UTC) (envelope-from jakob@alvermark.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 63D416FF29 for ; Thu, 31 Aug 2017 09:09:59 +0000 (UTC) (envelope-from jakob@alvermark.net) Received: by mailman.ysv.freebsd.org (Postfix) id 62F11E19D92; Thu, 31 Aug 2017 09:09:59 +0000 (UTC) Delivered-To: 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 62946E19D91 for ; Thu, 31 Aug 2017 09:09:59 +0000 (UTC) (envelope-from jakob@alvermark.net) Received: from out.alvermark.net (out.alvermark.net [185.34.136.138]) (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 2AD5E6FF28 for ; Thu, 31 Aug 2017 09:09:58 +0000 (UTC) (envelope-from jakob@alvermark.net) Received: from c-18bc70d5.06-431-73746f70.cust.bredbandsbolaget.se ([213.112.188.24] helo=sigyn.alvermark.net) by out.alvermark.net with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.89 (FreeBSD)) (envelope-from ) id 1dnKr0-000I1N-6m for x11@freebsd.org; Thu, 31 Aug 2017 10:29:34 +0200 Received: from gw.bright-group.se ([193.12.143.142] helo=[192.168.30.20]) by sigyn.alvermark.net with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1dnKq2-000MX5-4e for x11@freebsd.org; Thu, 31 Aug 2017 10:28:34 +0200 From: Jakob Alvermark To: x11@freebsd.org Subject: drm-next-kmod panic Message-ID: Date: Thu, 31 Aug 2017 10:29:33 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US 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, 31 Aug 2017 09:09:59 -0000 Hello, Excited about the new graphics/drm-next-kmod port I naturally wanted to try it. I have tested it on two machines. First, my daily driver, a ThinkPad Yoga 12 (Broadwell) It is an Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz Running -CURRENT r322999 I installed drm-next-kmod-g20170829 and when kldloading /boot/modules/drm.ko and then /boot/modules/i915kms.ko The screen goes blank and system is unresposive (probably panics?), only a power cycle gets it running again. I found this in /var/log/messages Aug 30 09:18:34 YYU kernel: sysctl_unregister_oid: failed to unregister sysctl Aug 30 09:18:50 YYU devd: notify_clients: send() failed; dropping unresponsive c lient Aug 30 09:18:50 YYU root: Unknown USB device: vendor 0x04f2 product 0xb46a bus u hub0 Aug 30 09:18:51 YYU kernel: [drm] Initialized Aug 30 09:18:58 YYU kernel: drmn0: on vgapci0 Aug 30 09:18:58 YYU kernel: vgapci0: child drmn0 requested pci_enable_io Aug 30 09:18:58 YYU kernel: vgapci0: child drmn0 requested pci_enable_io Aug 30 09:18:58 YYU kernel: [drm] Memory usable by graphics device = 4096M Aug 30 09:18:58 YYU kernel: Failed to add WC MTRR for [0xe0000000-0xefffffff]: - 22; performance may suffer Aug 30 09:18:58 YYU kernel: Aug 30 09:18:58 YYU kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10 .2013). Aug 30 09:18:58 YYU kernel: [drm] Driver supports precise vblank timestamp query . Aug 30 09:18:58 YYU kernel: [drm] Connector eDP-1: get mode from tunables: Aug 30 09:18:58 YYU kernel: [drm]   - kern.vt.fb.modes.eDP-1 Aug 30 09:18:58 YYU kernel: [drm]   - kern.vt.fb.default_mode Aug 30 09:18:58 YYU kernel: [drm] Connector DP-1: get mode from tunables: Aug 30 09:18:58 YYU kernel: [drm]   - kern.vt.fb.modes.DP-1 Aug 30 09:18:58 YYU kernel: [drm]   - kern.vt.fb.default_mode Aug 30 09:18:58 YYU kernel: [drm] Connector HDMI-A-1: get mode from tunables: Aug 30 09:18:58 YYU kernel: [drm]   - kern.vt.fb.modes.HDMI-A-1 Aug 30 09:18:58 YYU kernel: [drm]   - kern.vt.fb.default_mode Aug 30 09:18:58 YYU kernel: [drm] Connector HDMI-A-2: get mode from tunables: Aug 30 09:18:58 YYU kernel: [drm]   - kern.vt.fb.modes.HDMI-A-2 Aug 30 09:18:58 YYU kernel: [drm]   - kern.vt.fb.default_mode Aug 30 09:18:58 YYU kernel: WARN_ON(!msg->buffer != !msg->size) Aug 30 09:18:58 YYU kernel: [drm] Initialized i915 1.6.0 20160919 for drmn on mi nor 0 Aug 30 09:18:58 YYU kernel: WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buf fer != !msg->size)WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !ms g->size)WARN_ON(!msg->buffer != !msg->size) Aug 30 09:18:58 YYU kernel: Aug 30 09:18:58 YYU kernel: WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size) Aug 30 09:18:58 YYU kernel: WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size) Aug 30 09:18:58 YYU kernel: WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size) Aug 30 09:18:58 YYU kernel: WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size) Aug 30 09:18:58 YYU kernel: WARN_ON(!msg->buffer != !msg->size) Aug 30 09:18:58 YYU kernel: WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size) Aug 30 09:18:58 YYU kernel: WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size) Aug 30 09:18:58 YYU kernel: [drm:intel_dp_link_training_channel_equalization] failed to update link training Aug 30 09:18:58 YYU kernel: WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size) Aug 30 09:18:58 YYU kernel: Aug 30 09:18:58 YYU kernel: WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size) Aug 30 09:18:58 YYU kernel: Aug 30 09:18:58 YYU kernel: WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size) Aug 30 09:18:58 YYU kernel: WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size) Aug 30 09:18:58 YYU kernel: WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size) Aug 30 09:18:58 YYU kernel: WARN_ON(!msg->buffer != !msg->size) Aug 30 09:18:58 YYU kernel: WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size) Aug 30 09:18:58 YYU kernel: WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size) Aug 30 09:18:58 YYU kernel: WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size)WARN_ON(!msg->buffer != !msg->size) Aug 30 09:18:58 YYU kernel: [drm:intel_dp_link_training_channel_equalization] failed to update link training ------- The second machine is an Acer E3-112 with an Intel(R) Pentium(R) CPU  N3540  @ 2.16GHz. Running -CURRENT r323012 On loading drm.ko and i915kms it panics: [drm] Initialized drmn0: on vgapci0 vgapci0: child drmn0 requested pci_enable_io vgapci0: child drmn0 requested pci_enable_io [drm] Memory usable by graphics device = 2048M [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [drm] Driver supports precise vblank timestamp query. [drm] Connector VGA-1: get mode from tunables: [drm]   - kern.vt.fb.modes.VGA-1 [drm]   - kern.vt.fb.default_mode [drm] Connector DP-1: get mode from tunables: [drm]   - kern.vt.fb.modes.DP-1 [drm]   - kern.vt.fb.default_mode [drm] Connector HDMI-A-1: get mode from tunables: [drm]   - kern.vt.fb.modes.HDMI-A-1 [drm]   - kern.vt.fb.default_mode [drm] Connector eDP-1: get mode from tunables: [drm]   - kern.vt.fb.modes.eDP-1 [drm]   - kern.vt.fb.default_mode [drm] Initialized i915 1.6.0 20160919 for drmn on minor 0 Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address   = 0x20 fault code              = supervisor read data, page not present instruction pointer     = 0x20:0xffffffff82c58dba stack pointer           = 0x28:0xfffffe0232094a20 frame pointer           = 0x28:0xfffffe0232094a80 code segment            = base 0x0, limit 0xfffff, type 0x1b                         = DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags        = interrupt enabled, resume, IOPL = 0 current process         = 0 (linuxkpi_short_wq_1) From owner-freebsd-x11@freebsd.org Thu Aug 31 09:59:57 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 06F61E1AAC6 for ; Thu, 31 Aug 2017 09:59:57 +0000 (UTC) (envelope-from f0andrey@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id D9597715C7 for ; Thu, 31 Aug 2017 09:59:56 +0000 (UTC) (envelope-from f0andrey@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id D55A4E1AAC5; Thu, 31 Aug 2017 09:59:56 +0000 (UTC) Delivered-To: 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 D2F1FE1AAC4 for ; Thu, 31 Aug 2017 09:59:56 +0000 (UTC) (envelope-from f0andrey@gmail.com) Received: from mail-oi0-x229.google.com (mail-oi0-x229.google.com [IPv6:2607:f8b0:4003:c06::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8FA33715C6 for ; Thu, 31 Aug 2017 09:59:56 +0000 (UTC) (envelope-from f0andrey@gmail.com) Received: by mail-oi0-x229.google.com with SMTP id w10so1712646oie.1 for ; Thu, 31 Aug 2017 02:59:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Fv+cD32IO5TjTuoG/O4HseI+76nzfLCRmpCzEbgC7dk=; b=cCvW2crcDt0TYIiD2WTN+GAMRAues0eraZngdobFUCSAx64kP3OXSKinOcE9U9Wbz5 +JJltwAGOXDLDxZGz9alqPgGSWqpPhiB5MsedgxKsdQN9S9BrLrMph00lOSfnH1uWafp 9SfxPaV7HEUGtDyekVHm2MN+PDxB6QZpOpWCvlU6wnJIcLfAwIl3mU29LXKCgIpPw5AY 9miBfn7+1SS33cynUAYFTYlRT83vWRFlH760ov/l16o0xD1rxEdOeWzbviMDV6b6JqXm OyCRsyA8b7hRSN1ZzsjBJ801iYNT2xXd83A7qOG4LwjAYs0GjdtY4ufN3sVLiFC2V/nt RLbQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Fv+cD32IO5TjTuoG/O4HseI+76nzfLCRmpCzEbgC7dk=; b=lAoSXL2ENFIGwcASjOYazlpFYvoyUZhAyCuGmkZZ92Yj629sPDmzaHMxBXDkCAlzml pSD1Kq85XcrSGmZtPJW7wJQv78kHnt74/KJ/yTYPe/rKYirdJsz3QClYGLlLTjQYTyEj iKCnGD13qgftpPaA99Q/abLVymdw/g2kJ1/1VqDuDg+9xr2NWgGim0/jPPYoZs+fmP6N epnlNVZN4KzFN0Nn9tog3roBePWfFTnYuktalEm0o0mB80Vz27CnkELzv4zlWz7MigFs H8vdWqaNwu6hh0D/Ix/UMRYYfm8HEva20nDXhDYIiTfN1cgC0nZNI1jMOojYFNMq8B5N V2Xw== X-Gm-Message-State: AHYfb5gehJs4yE5gSrR3U/goFMe816riDn11WVzr8JTsrLzM07HcErnV KfDM/45741WVPShMZkPT0GQPMsJo5e7T X-Google-Smtp-Source: ADKCNb512pxaVF/y1HTLsfs2ovA/2PmKdBNPJ28+8x9ym9r33UOn6eEVnOEIoDGFZJggRM+ALCzkQMgZuf6mq1Slna0= X-Received: by 10.202.49.140 with SMTP id x134mr4742509oix.65.1504173595808; Thu, 31 Aug 2017 02:59:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.74.36.8 with HTTP; Thu, 31 Aug 2017 02:59:55 -0700 (PDT) In-Reply-To: References: From: Andrey Fesenko Date: Thu, 31 Aug 2017 12:59:55 +0300 Message-ID: Subject: Re: drm-next-kmod panic To: Jakob Alvermark Cc: x11@freebsd.org Content-Type: text/plain; charset="UTF-8" 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, 31 Aug 2017 09:59:57 -0000 On Thu, Aug 31, 2017 at 11:29 AM, Jakob Alvermark wrote: > Hello, > > Excited about the new graphics/drm-next-kmod port I naturally wanted to try > it. > > I have tested it on two machines. First, my daily driver, a ThinkPad Yoga 12 > (Broadwell) > > It is an Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz > > Running -CURRENT r322999 Confirm i5-4570 CPU @ 3.20GHz -CURRENT r322999 after boot and load i915kms have panic. From owner-freebsd-x11@freebsd.org Thu Aug 31 17:09:07 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 40A2CE023D0 for ; Thu, 31 Aug 2017 17:09:07 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 2CF4BE9D for ; Thu, 31 Aug 2017 17:09:07 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: by mailman.ysv.freebsd.org (Postfix) id 293C5E023CF; Thu, 31 Aug 2017 17:09:07 +0000 (UTC) Delivered-To: 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 28CADE023CE for ; Thu, 31 Aug 2017 17:09:07 +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 13475E9C for ; Thu, 31 Aug 2017 17:09:06 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from [172.24.157.177] (nat-192-187-90-118.nat.tribpub.com [192.187.90.118]) by vps-mail.nomadlogic.org (OpenSMTPD) with ESMTPSA id 10a521bd TLS version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO; Thu, 31 Aug 2017 10:09:05 -0700 (PDT) Subject: Re: drm-next-kmod panic To: Jakob Alvermark , x11@freebsd.org References: From: Pete Wright Message-ID: <69456e0e-8b97-51fd-8a65-023ecb093cfd@nomadlogic.org> Date: Thu, 31 Aug 2017 10:09:04 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US 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, 31 Aug 2017 17:09:07 -0000 On 08/31/2017 01:29, Jakob Alvermark wrote: > Hello, > > Excited about the new graphics/drm-next-kmod port I naturally wanted > to try it. > > I have tested it on two machines. First, my daily driver, a ThinkPad > Yoga 12 (Broadwell) > > It is an Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz > > Running -CURRENT r322999 > > I installed drm-next-kmod-g20170829 and when kldloading > /boot/modules/drm.ko and then /boot/modules/i915kms.ko > > The screen goes blank and system is unresposive (probably panics?), > only a power cycle gets it running again. > if there is no core in /var/crash you can try adding this sysctl knob which may increase the probability of capturing a core for analysis: dev.drm.skip_ddb=1 one other question - are you able to ssh in to this system after it has crashed? cheers! -pete -- Pete Wright pete@nomadlogic.org @nomadlogicLA From owner-freebsd-x11@freebsd.org Thu Aug 31 19:33:51 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 DC205E04809 for ; Thu, 31 Aug 2017 19:33:51 +0000 (UTC) (envelope-from f0andrey@gmail.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id BA06F64B3C for ; Thu, 31 Aug 2017 19:33:51 +0000 (UTC) (envelope-from f0andrey@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id B62ACE04808; Thu, 31 Aug 2017 19:33:51 +0000 (UTC) Delivered-To: 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 B58C4E04807 for ; Thu, 31 Aug 2017 19:33:51 +0000 (UTC) (envelope-from f0andrey@gmail.com) Received: from mail-oi0-x22c.google.com (mail-oi0-x22c.google.com [IPv6:2607:f8b0:4003:c06::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7A44B64B3B for ; Thu, 31 Aug 2017 19:33:51 +0000 (UTC) (envelope-from f0andrey@gmail.com) Received: by mail-oi0-x22c.google.com with SMTP id t75so5127056oie.3 for ; Thu, 31 Aug 2017 12:33:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=JVFqtQe/2T9NIbpueOWh0aA8alNX5XKcjE8yYw76JZE=; b=VCQJHK3UrUIQu6EPMlc8H5md97XoUjxC/ncL03Zdrc8ZgsctShNLiPyIIZCbA+N3LH CsJ4D3a9MKGDL/rraglq+ruhbIXa/YmWJC9gJ1EGlJwlTpq4u3KwWXcHdQAXI512qA9K 1//yuEzC6Vct/0p1iGjl2YWVwKj/+JcMDDUsbTM/4ibkALp8bMz67XchfRr0cb9kPFLT I3KtmHjoyohW6uz2BaBnGOaz6aQ0+0NBUS8FtxrqBjK0aqxod/ly1o0mEUYUg6V+9a+5 /3doA82OOqB8bTuQMxYVwgnWNs3NJOv4qin1pGFQXAATVNGPp3Vf0r+/Spc1K94qG+u6 L5iA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=JVFqtQe/2T9NIbpueOWh0aA8alNX5XKcjE8yYw76JZE=; b=q7HFoKT5zcI2jXb6Q2At8EyjmprCuZg9luZxcgwUHmxNI3MGQ5eDi5L40GxucM61lu Lv2WD7/bJcxjoonfYmQql7T5+cnaSkKHITVEMUBSpwbskJZa8V6gavEpjZLx6KGtdQuZ lZ1i97FEaIUGn4iMOk+cO9Yr0vuT46wHndRZYnboHPuV+d6EjL82qIufMYkrpRoSL5yC ZnVwMyA1rrIcAEyly6FxbwQRE6mNi5Pqa2gaKmlj3DhJN8ut2HfS9Ri12qR9kzJnhOhF ++/vh3OuKB63bVgGHEPnixLvtryX8UJ0rZ6IPT8isr8CpTmdzXkUyC/R945KbRdzkyHU 7rIg== X-Gm-Message-State: AHYfb5j6y6TLEEY38uax8HHbZfuLVOcaJA9UzQgjWnuh7UaKyKYOzYYL H02CxAAIB1fE+Y3S+hjit7GFyMtAZSIA X-Google-Smtp-Source: ADKCNb6igiGtiLshTotmhAB5Wkly+o/g1C7llJB/vyaB/tq8uNEzYIso9DJcx+yrZKOo8bFEZY4W22axLHKb7hqsp4I= X-Received: by 10.202.114.149 with SMTP id p143mr6290668oic.139.1504208030658; Thu, 31 Aug 2017 12:33:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.74.36.8 with HTTP; Thu, 31 Aug 2017 12:33:50 -0700 (PDT) In-Reply-To: <69456e0e-8b97-51fd-8a65-023ecb093cfd@nomadlogic.org> References: <69456e0e-8b97-51fd-8a65-023ecb093cfd@nomadlogic.org> From: Andrey Fesenko Date: Thu, 31 Aug 2017 22:33:50 +0300 Message-ID: Subject: Re: drm-next-kmod panic To: Pete Wright Cc: Jakob Alvermark , x11@freebsd.org Content-Type: text/plain; charset="UTF-8" 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, 31 Aug 2017 19:33:52 -0000 On Thu, Aug 31, 2017 at 8:09 PM, Pete Wright wrote: > > one other question - are you able to ssh in to this system after it has > crashed? Unfortunately, the system becomes completely inaccessible, the kernel panic :( Only maybe bt and reboot, on local console From owner-freebsd-x11@freebsd.org Fri Sep 1 08:52:49 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 2F250E19A45 for ; Fri, 1 Sep 2017 08:52:49 +0000 (UTC) (envelope-from jakob@alvermark.net) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 17A5967DD0 for ; Fri, 1 Sep 2017 08:52:49 +0000 (UTC) (envelope-from jakob@alvermark.net) Received: by mailman.ysv.freebsd.org (Postfix) id 13F58E19A44; Fri, 1 Sep 2017 08:52:49 +0000 (UTC) Delivered-To: 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 137EEE19A43 for ; Fri, 1 Sep 2017 08:52:49 +0000 (UTC) (envelope-from jakob@alvermark.net) Received: from out.alvermark.net (out.alvermark.net [185.34.136.138]) (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 CEEC767DCF for ; Fri, 1 Sep 2017 08:52:48 +0000 (UTC) (envelope-from jakob@alvermark.net) Received: from c-18bc70d5.06-431-73746f70.cust.bredbandsbolaget.se ([213.112.188.24] helo=sigyn.alvermark.net) by out.alvermark.net with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.89 (FreeBSD)) (envelope-from ) id 1dnhgt-000Jou-DK; Fri, 01 Sep 2017 10:52:39 +0200 Received: from gw.bright-group.se ([193.12.143.142] helo=[192.168.30.20]) by sigyn.alvermark.net with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1dnhfv-0004GW-A1; Fri, 01 Sep 2017 10:51:39 +0200 Subject: Re: drm-next-kmod panic To: Pete Wright , x11@freebsd.org References: <69456e0e-8b97-51fd-8a65-023ecb093cfd@nomadlogic.org> From: Jakob Alvermark Message-ID: Date: Fri, 1 Sep 2017 10:52:38 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <69456e0e-8b97-51fd-8a65-023ecb093cfd@nomadlogic.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US 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: Fri, 01 Sep 2017 08:52:49 -0000 On 08/31/17 19:09, Pete Wright wrote: > > > On 08/31/2017 01:29, Jakob Alvermark wrote: >> Hello, >> >> Excited about the new graphics/drm-next-kmod port I naturally wanted >> to try it. >> >> I have tested it on two machines. First, my daily driver, a ThinkPad >> Yoga 12 (Broadwell) >> >> It is an Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz >> >> Running -CURRENT r322999 >> >> I installed drm-next-kmod-g20170829 and when kldloading >> /boot/modules/drm.ko and then /boot/modules/i915kms.ko >> >> The screen goes blank and system is unresposive (probably panics?), >> only a power cycle gets it running again. >> > > if there is no core in /var/crash you can try adding this sysctl knob > which may increase the probability of capturing a core for analysis: > > dev.drm.skip_ddb=1 > > one other question - are you able to ssh in to this system after it > has crashed? There is no core in /var/crash, dev.drm.skip_ddb=1 does not make any difference. An ssh session established before loading i915kms.ko hangs. On the other machine (the Acer) I do get into the debugger, so I might be able to provide some useful information. Thanks, Jakob From owner-freebsd-x11@freebsd.org Fri Sep 1 15:42:09 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 B39E4E15CE8 for ; Fri, 1 Sep 2017 15:42:09 +0000 (UTC) (envelope-from isoa@kapsi.fi) Received: from mail.kapsi.fi (mail.kapsi.fi [IPv6:2001:67c:1be8::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 63DEC76DBB for ; Fri, 1 Sep 2017 15:42:09 +0000 (UTC) (envelope-from isoa@kapsi.fi) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kapsi.fi; s=20161220; h=Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To:Subject; bh=eFuJk9/0Tz3DFCRfWtw9WlQ1Kp4FQySlOCmTvs9M1Eo=; b=Vj6KZ7evg7wikYdgiYX6dI1rYfB5BZw6hJqkMZTHETurvbsR3rrNZnAzytqYT3IFPA1oXg3OuuuyyGzOqIGqFVfzIQRyzoPFNz5Tquvqr3aeYo/rTZtwpsL/ZZRyMY002m1t+h9Yh0Rij3PA6SSrcNxz35NmjtmrvNCjDeGIcb4RF6otC757eE0leYtTlT6D3prTzc/CzDio18/2K2AKgU27pwvvsDvCGRU23aEIJnya7p5wChKxc62RgWJI9VH5rDKC2EzC8DD2NmQRyXkhtulmw17MF1u82qF/0rbu0tStkeolbDwnI68Lzfx+LlYOcO0opqJm+gGWybi9o83czw==; Received: from dsl-jklbng11-54fa5a-207.dhcp.inet.fi ([84.250.90.207] helo=[192.168.255.112]) by mail.kapsi.fi with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1dno57-0006Ba-65; Fri, 01 Sep 2017 18:42:05 +0300 Subject: Re: OpenCL/OpenGL contention on a device (was Re: x11/nvidia-driver-340 and OpenCL) To: Scott Bennett Cc: freebsd-x11@freebsd.org References: <201708241205.v7OC5wrR016229@sdf.org> <201708271111.v7RBB7Z8005388@sdf.org> <8ti4-udq3-wny@FreeBSD.org> <201708281111.v7SBBVSf000652@sdf.org> <85a52dec-c20d-7869-7019-1564e034aad3@kapsi.fi> <201708310843.v7V8h7Nx006278@sdf.org> From: Arto Pekkanen Message-ID: <88a65451-d2ba-589d-20e0-9ff763ce9052@kapsi.fi> Date: Fri, 1 Sep 2017 18:42:01 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <201708310843.v7V8h7Nx006278@sdf.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="q1JrxXAiG6eEwGgOMeoKjDkJqmQ7kkU5l" X-SA-Exim-Connect-IP: 84.250.90.207 X-SA-Exim-Mail-From: isoa@kapsi.fi X-SA-Exim-Scanned: No (on mail.kapsi.fi); SAEximRunCond expanded to false 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: Fri, 01 Sep 2017 15:42:09 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --q1JrxXAiG6eEwGgOMeoKjDkJqmQ7kkU5l Content-Type: multipart/mixed; boundary="R4LCgSUlS2Fikn15sGD71OPlhB8X8521n"; protected-headers="v1" From: Arto Pekkanen To: Scott Bennett Cc: freebsd-x11@freebsd.org Message-ID: <88a65451-d2ba-589d-20e0-9ff763ce9052@kapsi.fi> Subject: Re: OpenCL/OpenGL contention on a device (was Re: x11/nvidia-driver-340 and OpenCL) References: <201708241205.v7OC5wrR016229@sdf.org> <201708271111.v7RBB7Z8005388@sdf.org> <8ti4-udq3-wny@FreeBSD.org> <201708281111.v7SBBVSf000652@sdf.org> <85a52dec-c20d-7869-7019-1564e034aad3@kapsi.fi> <201708310843.v7V8h7Nx006278@sdf.org> In-Reply-To: <201708310843.v7V8h7Nx006278@sdf.org> --R4LCgSUlS2Fikn15sGD71OPlhB8X8521n Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable I was not talking about working sets that require all of the VRAM on the GPU. I was thinking of a situation where the computing jobs use only a portion of memory, leaving plenty available for graphics operations. In that case me and my friends haven't seen any stuttering on most mid-tier nVidia and AMD cards. I might try running a VRAM hogging computing job on my Windows box, but I assume the driver is smart enough to prioritize graphics resources over computing resources in VRAM and limit the number of fetches from RAM on computing kernels to prevent bus saturation etc. On 31.8.2017 11:43, Scott Bennett wrote: > Arto Pekkanen wrote: >=20 >> If the GPU driver is implemented properly there will be no stutter or >> other problems even when running OpenCL jobs. >=20 > Really! So an OpenCL work item that needs, say, nearly all the av= ailable > memory on a graphics device and a 3D shader that has similar memory > requirements will not interfere with each other? That seems rather mag= ical > somehow, even if the OpenGL stuff always has a higher priority inside t= he GPU > than the OpenCL stuff. >> >> In Windows there is no problem running OpenCL jobs on the same device >> that operates your display. Like running a crypto currency miner while= >> browsing the web. Playing games won't work well, but basic stuff you c= an do. >> > Is that partly because the memory requirements of the "basic stuff= " are > typically tiny when compared to the capacity of today's graphics device= s? >=20 >> TL;DR when the FreeBSD GPU driver and all the userland bits are up to >> date, I'd expect there to be no issues with stuttering. >> > Do you know the driver well enough to explain to me how the schedu= ling > inside a graphics device works? I've never seen a description of the > algorithm(s) anywhere. >=20 >=20 > Scott Bennett, Comm. ASMELG, CFIAG > ********************************************************************** > * Internet: bennett at sdf.org *xor* bennett at freeshell.org * > *--------------------------------------------------------------------* > * "A well regulated and disciplined militia, is at all times a good * > * objection to the introduction of that bane of all free governments * > * -- a standing army." * > * -- Gov. John Hancock, New York Journal, 28 January 1790 * > ********************************************************************** >=20 --=20 Arto Pekkanen --R4LCgSUlS2Fikn15sGD71OPlhB8X8521n-- --q1JrxXAiG6eEwGgOMeoKjDkJqmQ7kkU5l Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iF4EAREIAAYFAlmpf8wACgkQTBivhqtJa25zlQEAogDMGr7Jhnn39pgttK1KgWdG GO8ghH0Wr1eE2WIDft0A/0siQf8ILUfw9ug2yJI+4NVsPriO159bAX/vudqqHv3M =/roV -----END PGP SIGNATURE----- --q1JrxXAiG6eEwGgOMeoKjDkJqmQ7kkU5l-- From owner-freebsd-x11@freebsd.org Fri Sep 1 17:04:40 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 A80CCE1B043 for ; Fri, 1 Sep 2017 17:04:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 9076D7FB15 for ; Fri, 1 Sep 2017 17:04:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 8CAB6E1B041; Fri, 1 Sep 2017 17:04:40 +0000 (UTC) Delivered-To: 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 8C3FFE1B040 for ; Fri, 1 Sep 2017 17:04:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 7AF577FB14 for ; Fri, 1 Sep 2017 17:04:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v81H4drd063128 for ; Fri, 1 Sep 2017 17:04:40 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 221160] x11/xdm: change install paths Date: Fri, 01 Sep 2017 17:04:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: tobik@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Fri, 01 Sep 2017 17:04:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221160 Tobias Kortkamp changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tobik@freebsd.org --- Comment #2 from Tobias Kortkamp --- (In reply to commit-hook from comment #1) Will pre-existing config files in lib/X11/xdm still be seen by xdm? Or do I have to move them? Doees this deserve an entry in UPDATING? --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Fri Sep 1 21:06:01 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 3BDB9E06D55 for ; Fri, 1 Sep 2017 21:06:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 2355463854 for ; Fri, 1 Sep 2017 21:06:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 1F116E06D54; Fri, 1 Sep 2017 21:06:01 +0000 (UTC) Delivered-To: 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 1EB6CE06D53 for ; Fri, 1 Sep 2017 21:06:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 0E23763853 for ; Fri, 1 Sep 2017 21:06:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v81L60Wg054300 for ; Fri, 1 Sep 2017 21:06:00 GMT (envelope-from bugzilla-noreply@freebsd.org) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: maintainer-feedback requested: [Bug 221984] x11-servers/xorg-server: enable SECURITY extension Date: Fri, 01 Sep 2017 21:05:35 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Fri, 01 Sep 2017 21:06:01 -0000 Anton Yuzhaninov has reassigned Bugzilla Automation 's request for maintainer-feedback to x11@FreeBSD.org: Bug 221984: x11-servers/xorg-server: enable SECURITY extension https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221984 --- Description --- Created attachment 185979 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D185979&action= =3Dedit enable SECURITY X server extension Attached patch enables SECURITY extension for X server. This will allow 'ssh -X' to work. Currently ssh -X fails, because 'xauth generate' can't grab au= th data from running X server. This extension is enabled in xorg package for many (may be most) Linux dist= ros. As I know it was disabled by default in xorg when XACE was added. But XACE = is not fully replaces SECURITY extension: "In Red Hat Enterprise Linux 6, the X Security extension (XC-SECURITY) has = been disabled and replaced by X Access Control Extension (XACE). However, XACE d= oes not yet include functionality that was previously available in XC-SECURITY. With this update, XC-SECURITY is enabled in the xorg-x11-server spec file on Red Hat Enterprise Linux 6." [1] 1. https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/ht= ml/6 .5_Technical_Notes/xorg-x11-server.html I've not tested this change with slave ports, so in my patch I've added this option only for ${SLAVE_PORT} =3D=3D "no". From owner-freebsd-x11@freebsd.org Fri Sep 1 21:06:02 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 133FEE06D59 for ; Fri, 1 Sep 2017 21:06:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id EFBA663856 for ; Fri, 1 Sep 2017 21:06:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id EEEDBE06D58; Fri, 1 Sep 2017 21:06:01 +0000 (UTC) Delivered-To: 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 EE797E06D57 for ; Fri, 1 Sep 2017 21:06:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 DD2AD63855 for ; Fri, 1 Sep 2017 21:06:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v81L60Wi054300 for ; Fri, 1 Sep 2017 21:06:01 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 221984] x11-servers/xorg-server: enable SECURITY extension Date: Fri, 01 Sep 2017 21:05:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: citrin+pr@citrin.ru X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Fri, 01 Sep 2017 21:06:02 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221984 Bug ID: 221984 Summary: x11-servers/xorg-server: enable SECURITY extension Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: x11@FreeBSD.org Reporter: citrin+pr@citrin.ru Assignee: x11@FreeBSD.org Flags: maintainer-feedback?(x11@FreeBSD.org) Created attachment 185979 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D185979&action= =3Dedit enable SECURITY X server extension Attached patch enables SECURITY extension for X server. This will allow 'ssh -X' to work. Currently ssh -X fails, because 'xauth generate' can't grab au= th data from running X server. This extension is enabled in xorg package for many (may be most) Linux dist= ros. As I know it was disabled by default in xorg when XACE was added. But XACE = is not fully replaces SECURITY extension: "In Red Hat Enterprise Linux 6, the X Security extension (XC-SECURITY) has = been disabled and replaced by X Access Control Extension (XACE). However, XACE d= oes not yet include functionality that was previously available in XC-SECURITY. With this update, XC-SECURITY is enabled in the xorg-x11-server spec file on Red Hat Enterprise Linux 6." [1] 1. https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/ht= ml/6.5_Technical_Notes/xorg-x11-server.html I've not tested this change with slave ports, so in my patch I've added this option only for ${SLAVE_PORT} =3D=3D "no". --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Fri Sep 1 21:07:43 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 026C7E06F8D for ; Fri, 1 Sep 2017 21:07:43 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DA1D563A52; Fri, 1 Sep 2017 21:07:42 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 2FA54BD96; Fri, 1 Sep 2017 21:07:42 +0000 (UTC) From: Jan Beich To: Arto Pekkanen Cc: freebsd-x11@freebsd.org Subject: Re: x11/nvidia-driver-340 and OpenCL References: <201708241205.v7OC5wrR016229@sdf.org> <201708271111.v7RBB7Z8005388@sdf.org> <8ti4-udq3-wny@FreeBSD.org> <201708281111.v7SBBVSf000652@sdf.org> <85a52dec-c20d-7869-7019-1564e034aad3@kapsi.fi> Date: Fri, 01 Sep 2017 23:07:36 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain 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: Fri, 01 Sep 2017 21:07:43 -0000 Arto Pekkanen writes: > If the GPU driver is implemented properly there will be no stutter or > other problems even when running OpenCL jobs. > > In Windows there is no problem running OpenCL jobs on the same device > that operates your display. Like running a crypto currency miner while > browsing the web. Playing games won't work well, but basic stuff you can do. Did you try on Linux? Most FreeBSD graphics drivers are ported from Linux. If prioritizing certain GPU workloads (e.g., OpenGL) isn't supported on Linux then I don't think FreeBSD can manage to do better. > TL;DR when the FreeBSD GPU driver and all the userland bits are up to > date, I'd expect there to be no issues with stuttering. What about NVIDIA? OpenGL stutters if CUDA (via linuxulator) is used at the same time. I've tested on nvidia-driver-375.66 as CUDA apps crash on nvidia-driver-384.59. From owner-freebsd-x11@freebsd.org Sat Sep 2 19:11:45 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 AE0DAE21AA9 for ; Sat, 2 Sep 2017 19:11:45 +0000 (UTC) (envelope-from isoa@kapsi.fi) Received: from mail.kapsi.fi (mail.kapsi.fi [IPv6:2001:67c:1be8::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A7B26D654 for ; Sat, 2 Sep 2017 19:11:45 +0000 (UTC) (envelope-from isoa@kapsi.fi) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kapsi.fi; s=20161220; h=Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To:Subject; bh=KPNTc3E44ZG6s6zdjuCUX7AT/5mI8RyitAM46xWs3js=; b=qYWiDUycOYIibXg2eIufIl//LPeIk/10gVSD1AEBUBJQnnN6/usk1+IfLrRktvbFOcdN7KOHeBPxanTnKmtqo8w75IGos/riJd/t0kP8Wqnynzw9lZEx6M5pmrLCSmeKLacyI9Bchxy82TZ/eUNusj/fHTI788vVVkTXaUcaI3hkKDdcbUQv1GyYFZUHt6Z1KcUMq0aLaDezxcIxTjOYqYCLyBPIgxmfoyjBVMgiREyQsEcuBgeDExFq7wfGvxEDXgnSLtF2Nvw/11vxvNwl1a3lpsUpeNX8YFk0wk5sgwC+z136mOznpsc7iB1FXiy786d/6jafJ5zFyBonUeRJ1w==; Received: from dsl-jklbng11-54fa5a-207.dhcp.inet.fi ([84.250.90.207] helo=[192.168.255.112]) by mail.kapsi.fi with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1doDpV-0005IV-U1; Sat, 02 Sep 2017 22:11:42 +0300 Subject: Re: x11/nvidia-driver-340 and OpenCL To: Jan Beich Cc: freebsd-x11@freebsd.org References: <201708241205.v7OC5wrR016229@sdf.org> <201708271111.v7RBB7Z8005388@sdf.org> <8ti4-udq3-wny@FreeBSD.org> <201708281111.v7SBBVSf000652@sdf.org> <85a52dec-c20d-7869-7019-1564e034aad3@kapsi.fi> From: Arto Pekkanen Message-ID: <233dc8e7-ba66-9a5f-6cdb-2c77ea3bd656@kapsi.fi> Date: Sat, 2 Sep 2017 22:11:38 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="23NcAB2tQq50BmSkOD8IarRrFhM4vimCG" X-SA-Exim-Connect-IP: 84.250.90.207 X-SA-Exim-Mail-From: isoa@kapsi.fi X-SA-Exim-Scanned: No (on mail.kapsi.fi); SAEximRunCond expanded to false 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: Sat, 02 Sep 2017 19:11:45 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --23NcAB2tQq50BmSkOD8IarRrFhM4vimCG Content-Type: multipart/mixed; boundary="pR66J9aVT1sh6HP3g29otrTDrOtM7eTGa"; protected-headers="v1" From: Arto Pekkanen To: Jan Beich Cc: freebsd-x11@freebsd.org Message-ID: <233dc8e7-ba66-9a5f-6cdb-2c77ea3bd656@kapsi.fi> Subject: Re: x11/nvidia-driver-340 and OpenCL References: <201708241205.v7OC5wrR016229@sdf.org> <201708271111.v7RBB7Z8005388@sdf.org> <8ti4-udq3-wny@FreeBSD.org> <201708281111.v7SBBVSf000652@sdf.org> <85a52dec-c20d-7869-7019-1564e034aad3@kapsi.fi> In-Reply-To: --pR66J9aVT1sh6HP3g29otrTDrOtM7eTGa Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 2.9.2017 0:07, Jan Beich wrote: > Arto Pekkanen writes: >> If the GPU driver is implemented properly there will be no stutter or >> other problems even when running OpenCL jobs. >> >> In Windows there is no problem running OpenCL jobs on the same device >> that operates your display. Like running a crypto currency miner while= >> browsing the web. Playing games won't work well, but basic stuff you c= an do. >=20 > Did you try on Linux? Most FreeBSD graphics drivers are ported from Lin= ux. > If prioritizing certain GPU workloads (e.g., OpenGL) isn't supported on= > Linux then I don't think FreeBSD can manage to do better. Probably the problem is with the upstream Linux driver codebase. But it is of no concern really, whoever makes the driver work on FreeBSD without stuttering on varied workloads shall be praised. As for trying OpenCL on Linux, I don't have any Linux installations right now. I used to have some extra medium-tier hardware around (nVidia GPUs, Intel Core2 etc), but I had to give that away to some of my friends who had no money to even buy a computer. Ironically, right now I don't have money to buy extra hardware. I've been thinking of repurposing one crappy Acer (nVidia GPU) laptop for Linux use, but I've postponed this project because I am currently perpetually depressed and and thus lazy. >> TL;DR when the FreeBSD GPU driver and all the userland bits are up to >> date, I'd expect there to be no issues with stuttering. >=20 > What about NVIDIA? OpenGL stutters if CUDA (via linuxulator) is used at= > the same time. I've tested on nvidia-driver-375.66 as CUDA apps crash o= n > nvidia-driver-384.59. >=20 This would imply that the problem could be in the Unix/Linux version of the nVidia driver or in the FreeBSD specific integration for it. Because like I said, the Windows version of the nVidia driver on my main rig has no problem running OpenCL tasks with low-to-medium VRAM requirements while doing basic day-to-day stuff on the side. One thing that just came to mind is that maybe these stuttering issues might also be dependent on the specific graphics board. Maybe some boards don't offer proper scheduling and/or asynchronous data transfer primitives, which would make it very hard to implement a driver with task prioritization. --=20 Arto Pekkanen --pR66J9aVT1sh6HP3g29otrTDrOtM7eTGa-- --23NcAB2tQq50BmSkOD8IarRrFhM4vimCG Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iF4EAREIAAYFAlmrAmwACgkQTBivhqtJa25WqgD8CFf7GXBisgqFZ/Y/1nGfMVMa gY1MkBDc+2q13OL46bIA/RyGlSYo07vyi6Us8fSQKs5m35ZU7g91OoXVaEhzH5ib =Mpxe -----END PGP SIGNATURE----- --23NcAB2tQq50BmSkOD8IarRrFhM4vimCG--