From owner-freebsd-current@freebsd.org Wed Oct 3 09:37:30 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 517C710BE15C for ; Wed, 3 Oct 2018 09:37:30 +0000 (UTC) (envelope-from johalun0@gmail.com) Received: from mail-wr1-x429.google.com (mail-wr1-x429.google.com [IPv6:2a00:1450:4864:20::429]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C101F73B29 for ; Wed, 3 Oct 2018 09:37:29 +0000 (UTC) (envelope-from johalun0@gmail.com) Received: by mail-wr1-x429.google.com with SMTP id 61-v6so4587471wrb.6 for ; Wed, 03 Oct 2018 02:37:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=GWGbCS8oIr8HmpwORqRAM5uNPkesmh9Afhq8I5pof74=; b=upYhYAi2oB3OiiexdBzdE8qfI6JoqcgyOBYUZN2C8JtMaZ8+uwhVf6kqt547nxnaYK uV8hXaV2GEHSNFBD0nHa95n/buD+h/ULLrSxLtNoqsV/YFe1ptEjtLMMWP9iAsV7fiVs dwRqb0nH6JXnuqJC/mRKgh7PAd2KGlFQI4M9q6w1iNiqAaf+i8jUFbVVJF784pV0N08v lkYE26krFJRcH20as0CkrzMXclnNTJ3bjP+tUGEMBYePqFYkvjT2gpI/YrzCWe91G9oM BUOu6a6HX5uuBodDBjnKxKO7V1Gt0j0W9cwX8U7uwJnSxfmKR+vmTbqdX6p4/9FjajR6 yhBw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=GWGbCS8oIr8HmpwORqRAM5uNPkesmh9Afhq8I5pof74=; b=XamryBF86jIwn8SajgpDT45VWWUXcqsjJOguolcO2n9WgP+i8dib94hTlkxLDHWmGj wRHyzL5RKkYobPXlC5RNqh4CsfWiKn4DMEcxEmmfAUmGqP395YMxZ9JLz3/B+DaTTNDw PWARfz15QlhWNwrGSrI+mXFZHjyRYRQ/09v0JcXx8ML72d42IUtfwMXR3+sy6hfAD3iA vyavUspoGHeyaT6zWxLVQbQBDjtUYO5kJAP7k9kXODrUF8a2DZkVahsyhKFpyvg/wNYS vZZhWTnyDUQPNKQwh+NIqmi/vCTy0ueZxi4NtaZPQ3X0b6+kowBllQKnyq4GIdhAIjhN ATDQ== X-Gm-Message-State: ABuFfognqxSQcDX4kaeCtgbC9aG+RB75gG7Ga1J/Maq+uSXhYcYB3SeZ cHJmD61RkfoNN2x7l64sY9+nYpdKMDDI8dHGXerMIw== X-Google-Smtp-Source: ACcGV63TV86AuEic66ndAfxX4e3EmJOD0EiJvN/uWQ/hpDiOY+IkS1iVcjscVDlWIqvYqrZ6+Ko1YU76wxLkWpQifxc= X-Received: by 2002:a5d:6b92:: with SMTP id n18-v6mr521063wrx.295.1538559448323; Wed, 03 Oct 2018 02:37:28 -0700 (PDT) MIME-Version: 1.0 From: Johannes Lundberg Date: Wed, 3 Oct 2018 10:36:51 +0100 Message-ID: Subject: linux-c7 and opengl apps? To: freebsd-current Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2018 09:37:30 -0000 Hi Have anyone successfully run opengl apps with linux-c7? Linux opengl apps works great with linux-c6 on gpu < kabylake but linux-c6-dri does not include support for kabylake gpus. Linux glxinfo in c7 show support for hardware rendering on kabylake but any attempt to run an opengl app results in application seg fault or other crash (I believe this is also the case with skylake gpus on linux-c7). Is there any way to run gdb on linux apps/core dumps? /Johannes