From owner-freebsd-x11@freebsd.org Mon Oct 3 02:15:36 2016 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F32B4AD9FDA for ; Mon, 3 Oct 2016 02:15:36 +0000 (UTC) (envelope-from petr.fischer@me.com) Received: from pv33p00im-asmtp003.me.com (pv33p00im-asmtp003.me.com [17.142.194.252]) (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 D18C5AC7 for ; Mon, 3 Oct 2016 02:15:36 +0000 (UTC) (envelope-from petr.fischer@me.com) Received: from process-dkim-sign-daemon.pv33p00im-asmtp003.me.com by pv33p00im-asmtp003.me.com (Oracle Communications Messaging Server 7.0.5.38.0 64bit (built Feb 26 2016)) id <0OEG00J008X2YU00@pv33p00im-asmtp003.me.com> for freebsd-x11@freebsd.org; Mon, 03 Oct 2016 02:15:22 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=me.com; s=4d515a; t=1475460922; bh=0WgweMQQAM4jj36MjBikBEFpdk7XLW5fRbpxxXtumcM=; h=Date:From:To:Subject:Message-id:MIME-version:Content-type; b=lfpAur687EloU4tsMN5b4RowqY72wBMJ9l6mGMh9er9JmRXTu1HbOZFh2qGkmRgzy XWL5AwhvZMYDVObUNvDDmnmZLifPH6iD98HYqPA6fpYbntc0duvpXmHgqf2kBjnsF/ FkyKe7So+zFcsEIWN4yJ8Rr1q6X8jJJwN2hmtkxje5UxgbgmWeRKHfILos1v0J4HBC lQIuuv8p4zRwOZgD5wM3nhwVDMWWWu753ddcmwRTPznn8BtGJpE7PO24bH+fG9xGa9 PzlAMUq0xr4LHWRINkF9pYB1Q5fOJ+lECIGUQ+lzbEuTmlDuYaN0Yyto0yDbpzhya4 U6K4vUypp21ww== Received: from localhost (109.2.broadband2.iol.cz [83.208.2.109]) by pv33p00im-asmtp003.me.com (Oracle Communications Messaging Server 7.0.5.38.0 64bit (built Feb 26 2016)) with ESMTPSA id <0OEG003U28XHKY10@pv33p00im-asmtp003.me.com> for freebsd-x11@freebsd.org; Mon, 03 Oct 2016 02:15:20 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-10-02_10:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 clxscore=1034 suspectscore=1 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1603290000 definitions=main-1610030038 Date: Mon, 03 Oct 2016 04:15:17 +0200 From: Petr Fischer To: freebsd-x11@freebsd.org Subject: NVidia + run X apps from jail Message-id: <20161003021517.GB92917@pf-bsd.local> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline User-Agent: Mutt/1.6.1 (2016-04-27) 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, 03 Oct 2016 02:15:37 -0000 Hello, I have kodi installed in a jail and running it remotely to the main host X server with DISPLAY=server:0 kodi... With vesa driver, it's slow but everything works from jail. Just bought new NVidia 210 card, installed "nvidia-driver" package, but now, every OpenGL application cant't start (when started inside jail): 1) DISPLAY=server:0 xclock (from jail) OK 2) DISPLAY=server:0 glxgears (from jail) libGL error: No matching fbConfigs or visuals found libGL error: failed to load driver: swrast X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 153 (GLX) Minor opcode of failed request: 3 (X_GLXCreateContext) Value in failed request: 0x0 Serial number of failed request: 33 Current serial number in output stream: 35 What's the problem? Thanks! pf