From owner-freebsd-questions@FreeBSD.ORG Sun Nov 6 14:23:35 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B29BC16A41F for ; Sun, 6 Nov 2005 14:23:35 +0000 (GMT) (envelope-from svein-freebsd-questions@theloosingend.net) Received: from fri.itea.ntnu.no (fri.itea.ntnu.no [129.241.7.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id E991E43D46 for ; Sun, 6 Nov 2005 14:23:32 +0000 (GMT) (envelope-from svein-freebsd-questions@theloosingend.net) Received: from localhost (localhost [127.0.0.1]) by fri.itea.ntnu.no (Postfix) with ESMTP id 844647F7B for ; Sun, 6 Nov 2005 15:23:31 +0100 (CET) Received: from maren.thelosingend.net (maren.math.ntnu.no [129.241.211.48]) by fri.itea.ntnu.no (Postfix) with SMTP for ; Sun, 6 Nov 2005 15:23:26 +0100 (CET) Received: (qmail 44625 invoked by uid 1001); 6 Nov 2005 15:23:26 +0100 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 6 Nov 2005 15:23:26 +0100 Date: Sun, 6 Nov 2005 15:23:26 +0100 (CET) From: Svein Halvor Halvorsen X-X-Sender: sveinhal@maren.thelosingend.net To: questions@freebsd.org In-Reply-To: <20051106133412.A36825@maren.thelosingend.net> Message-ID: <20051106152232.S44500@maren.thelosingend.net> References: <48d803190511042350w3315444er34872cfcd1a6467e@mail.gmail.com> <20051105121723.152042d2@localhost> <48d803190511051652i36e5ab4dmedac4ba61f017c9@mail.gmail.com> <20051106133412.A36825@maren.thelosingend.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Content-Scanned: with sophos and spamassassin at mailgw.ntnu.no. Cc: Mohan Singh , freebsd-questions@freebsd.org Subject: Re: suspend works, but resume doesn't on Dell desktop X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Nov 2005 14:23:35 -0000 * Svein Halvor Halvorsen [2005-11-06 13:42 +0100] > When closing the lid on my laptop, while in X, and opening it again, the > ~50 topmost pixels are garbled and the entire view is shifted down. > Switching to console and back seem to fix it. Any takes? I fixed this by calling /etc/rc.lid trough devd and then calling vidcontrol in /etc/rc.lid. Svein Halvor