From owner-freebsd-stable@FreeBSD.ORG Mon Oct 6 20:49:32 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 64A72694 for ; Mon, 6 Oct 2014 20:49:32 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3CAF483C for ; Mon, 6 Oct 2014 20:49:32 +0000 (UTC) Received: from ralph.baldwin.cx (pool-173-70-85-31.nwrknj.fios.verizon.net [173.70.85.31]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 47C05B949; Mon, 6 Oct 2014 16:49:30 -0400 (EDT) From: John Baldwin To: freebsd-stable@freebsd.org Subject: Re: vt does not resume properly after zzz Date: Mon, 06 Oct 2014 16:47:49 -0400 Message-ID: <2384548.yqFzOG8bcA@ralph.baldwin.cx> User-Agent: KMail/4.12.5 (FreeBSD/10.1-BETA2; KDE/4.12.5; amd64; ; ) In-Reply-To: References: <864mvqfabt.fsf@gmail.com> <86vbo2tcrn.fsf@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 06 Oct 2014 16:49:30 -0400 (EDT) Cc: marekrud@gmail.com, Kevin Oberman X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2014 20:49:32 -0000 On Saturday, October 04, 2014 04:24:11 PM Kevin Oberman wrote: > On Thu, Oct 2, 2014 at 1:52 PM, wrote: > > - DELL M1330 with Intel graphics card (Xorg used to work with intel > > > > driver > > All of the information I can find says that this unit has nVidia graphics, > but Intel may be a low-priced option, as well. Again, /var/log/Xorg.0.log > should have this information as should "pciconf -lv | grep -A3 vga". This > laptop goes back to 2007, so it should be using the old UMS Intel graphics. > It should not be using VESA, but if it is, that might point out a common > thread. > > I don't know the details and the actual problem was never identified, but I > know that some systems needed to have a kernel built with "NOOPTION VESA" > to get it to resume. I had this problem on my Lenovo T520 (which I am using > to send this reply). That doesn't apply to his system. I have an older HP netbook (i386) that resumes fine in text mode with syscons, but does not resume in text mode in vt(4). (This is a case where the VESA bits actually help rather than hurt.) However, if I kldload the kms driver ('kldload i915kms') when using vt(4), then resume works fine (and it also works fine in X). Marek, Can you try 'kldload i915kms' before you suspend and see if that fixes your issue? -- John Baldwin