From owner-freebsd-current@freebsd.org Tue Nov 10 14:26:20 2015 Return-Path: Delivered-To: freebsd-current@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 1BCD7A2BAC8 for ; Tue, 10 Nov 2015 14:26:20 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.auburn.protected-networks.net (mail.auburn.protected-networks.net [IPv6:2001:470:1f07:4e1::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.auburn.protected-networks.net", Issuer "Protected Networks Root CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 202AD1D13 for ; Tue, 10 Nov 2015 14:26:18 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [192.168.1.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "Iain Butler", Issuer "RSA Class 2 Personal CA v2" (verified OK)) (Authenticated sender: imb@mail.auburn.protected-networks.net) by mail.auburn.protected-networks.net (Postfix) with ESMTPSA id D5139B8CA for ; Tue, 10 Nov 2015 09:26:14 -0500 (EST) Subject: Re: VM errors on -current To: freebsd-current@freebsd.org References: <563D4DA7.5030508@protected-networks.net> <563D4E26.7020705@freebsd.org> <563D5088.3070408@protected-networks.net> From: Michael Butler Message-ID: <5641FE85.3010702@protected-networks.net> Date: Tue, 10 Nov 2015 09:26:13 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <563D5088.3070408@protected-networks.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Tue, 10 Nov 2015 14:26:20 -0000 On 11/06/15 20:14, Michael Butler wrote: > On 11/06/15 20:04, Allan Jude wrote: >> On 2015-11-06 20:02, Michael Butler wrote: >>> Is anyone else seeing VM errors from X on -current with an old Intel >>> display adapter? >>> >>> agp0: on vgapci0 >>> agp0: aperture size is 256M, detected 7932k stolen memory >>> >>> [ .. snip .. ] >>> >>> kernel: vm_fault: pager read error, pid 1103 (Xorg) <----- ?? >>> kdm[993]: X server for display :0 terminated unexpectedly >>> kernel: pid 1103 (Xorg), uid 0: exited on signal 6 (core dumped) >>> devd: notify_clients: send() failed; dropping unresponsive client >>> >>> imb >>> >>> _______________________________________________ >>> freebsd-current@freebsd.org mailing list >>> https://lists.freebsd.org/mailman/listinfo/freebsd-current >>> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >>> >> >> That pager error may suggest a failing disk where it was unable to read >> back some swapped out data. Check /var/log/messages for disk errors > > No swap in use - this is a video-RAM paging issue, As it turns out, this is a problem with the SNA acceleration method on this device (likely a bug in the i915 video driver). Flipping to UXA works perfectly with KDE and compositing, imb