From owner-freebsd-acpi@FreeBSD.ORG Thu Apr 5 18:20:41 2007 Return-Path: X-Original-To: freebsd-acpi@freebsd.org Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2629216A401 for ; Thu, 5 Apr 2007 18:20:41 +0000 (UTC) (envelope-from hayarms@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.243]) by mx1.freebsd.org (Postfix) with ESMTP id DC3BA13C459 for ; Thu, 5 Apr 2007 18:20:40 +0000 (UTC) (envelope-from hayarms@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so784898ana for ; Thu, 05 Apr 2007 11:20:40 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rwbWE2kTOlrJt9lQPG8F5/HfxmeWjBZXhqWC+m8A8GBIeQJZZsr7f0ZsXkgJ65LkPsdP9jK9RNap1FW5tnC1xahtdEvc3eniwx1nWmwgf3wZE0l9BfcPw83DQG5wcf4Sg8GnVMjZdhchnDPJKnPY4E40RDzp7yx8K/mfeUBXBXo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OVGCm7DMr1NQeHbiQxdOrnTY1mp6FnvBLWWXf3uvxO8FeiOKPTXqVupcHt1NyFFeujloXBBXqxuyMBku0ny2eXxdMMVRWUkq59YYRuuPwhPm2Ngkpn0YKqM3HJsIG04aZqNO9FcKKSOB+AgrfaDiPGVKP382xUyaLHCnUs0n6iE= Received: by 10.100.139.9 with SMTP id m9mr1509918and.1175797239358; Thu, 05 Apr 2007 11:20:39 -0700 (PDT) Received: by 10.100.196.13 with HTTP; Thu, 5 Apr 2007 11:20:39 -0700 (PDT) Message-ID: <63f529680704051120h1fabd950n3b6ede03d554c4f0@mail.gmail.com> Date: Thu, 5 Apr 2007 20:20:39 +0200 From: "Marcello Maggioni" To: freebsd-acpi@freebsd.org In-Reply-To: <200704051645.l35Gjd63054596@sana.init-main.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <63f529680704050920k2b44881ev6d0d91b09bd2737d@mail.gmail.com> <200704051645.l35Gjd63054596@sana.init-main.com> Subject: Re: Video doesn't wakeup from suspend on Vaio S4M/S (S460) X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Apr 2007 18:20:41 -0000 I don't think to be using an agp driver. In the Dmesg it isn't mentioned and I don't load it explicitly 2007/4/5, Takanori Watanabe : > In message <63f529680704050920k2b44881ev6d0d91b09bd2737d@mail.gmail.com>, "Marc > ello Maggioni" wrote: > >Hi everyone! > > > >I've just successfully installed FreeBSD 6.2 on my Vaio S4M/S and > >seems that everything works without problems (Nvidia drivers excluded, > >X works but they corrupt the text consoles, so I had to uninstall > >them) but I can't get my Vaio the video resume from S3 suspend . > > > >I'll explain better: > > > >I put the vaio in suspend mode with "acpiconf -s 3" or "zzz" and > >everything is ok, then I push a button to recover from suspend and the > >laptop starts to wakeup, but then the screen remains black. > > > >I can reboot the laptop with Ctrl+alt+canc and probably , but on the > >screen appears nothing. The machine resume correctly, but the screen > >doesn't wakeup. > > > >I've tried multiple option . I've kldloaded acpi_video, then I tried to use : > > > >sysctl hw.acpi.reset_video=1 > > > >but without luck. > > > >There is a way to get it working? > > Do you use agp? The agp driver for 6.2 does not capable to resume. > > >My dmesg attached > > dmesg detached.... > > > >