From owner-freebsd-x11@FreeBSD.ORG Thu Aug 2 08:50:45 2012 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C915A1065674 for ; Thu, 2 Aug 2012 08:50:45 +0000 (UTC) (envelope-from andrnils@gmail.com) Received: from mail-gh0-f182.google.com (mail-gh0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 85FE68FC08 for ; Thu, 2 Aug 2012 08:50:44 +0000 (UTC) Received: by ghbz22 with SMTP id z22so9801909ghb.13 for ; Thu, 02 Aug 2012 01:50:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=RiAKQsjoBrdTzbGdIFHPGmXwzbcvU7A/wf/92QAnlEQ=; b=tiaMKSApXv75FKGWXT+9SMxONhiwztYW/L0fBbyIpFxL1qgstIbF2qcc0FtWoQUwI+ JoyKd1M1LwLRU7fswjWTMURi97wLe+ZAI68VgcbfCYSYZxMg72rUeX6Ydt3KdgELA+g/ XM/AwvRcwPRQzw6a1n0xz7PR4UzsgyIxPCHlv0rAQFZSay1IFkSP3fgMn2yGley+AhM4 GVSPnrLGyE+H8XlHX/p3cP0p8ju0oS31ktl/IrrIkf5dEzM9g2ycitzNTJFyeR+jdXH+ qAwcQ5yqONOkNL9vKbCBAX40iTsuKn3cVUW76uaxVBqMV0jgg78sKDHW6J7+Jm+ckh7P YA5Q== MIME-Version: 1.0 Received: by 10.60.169.75 with SMTP id ac11mr34553595oec.12.1343897444087; Thu, 02 Aug 2012 01:50:44 -0700 (PDT) Received: by 10.60.32.81 with HTTP; Thu, 2 Aug 2012 01:50:44 -0700 (PDT) Date: Thu, 2 Aug 2012 10:50:44 +0200 Message-ID: From: Andreas Nilsson To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: nVidia troubles after suspend/resume X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Aug 2012 08:50:45 -0000 Hello, I recently came back to FreeBSD (on my laptop) and now have it set up. I however experience some problems with X and nVidia driver after suspend-resume-cycle. Symptoms are that after a resume I pretty regularly get a 2 second freeze of the display. I also get a errors in mplayer with vpdau. They are of two types: 1. Complete hang of X. Can be mitigated by ssh to the machine and pkill -9 mplayer. 2. [vdpau] Display preemption detected [vdpau] Error when calling vdp_video_surface_put_bits_y_cb_cr: The display was pre-empted, or a fatal error occurred. [vdpau] Attempting to recover from preemption. [vdpau] Error when calling vdp_video_mixer_render: An invalid handle value was provided. [vdpau] Recovered from display preemption. and accompanied by 1 or 2 seconds rendering stall. This is on 9-stable r238754, nvidia-driver-304.22 ( I need the xrandr support ;) ), make.conf has WITH_NEW_XORG=YES and WITH_KMS=YES. Has anyone experienced this? Best regards Andreas