From owner-freebsd-acpi@FreeBSD.ORG Mon Aug 18 17:48:08 2008 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D6E5106568F for ; Mon, 18 Aug 2008 17:48:08 +0000 (UTC) (envelope-from imobachgs@gmail.com) Received: from mail-gx0-f17.google.com (mail-gx0-f17.google.com [209.85.217.17]) by mx1.freebsd.org (Postfix) with ESMTP id DA95B8FC1E for ; Mon, 18 Aug 2008 17:48:07 +0000 (UTC) (envelope-from imobachgs@gmail.com) Received: by gxk10 with SMTP id 10so4494764gxk.19 for ; Mon, 18 Aug 2008 10:48:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=0AkREvWyFLtabNaqwByieo7d6FWe9tc5qJI6AWVyRJc=; b=sd9Rw1WZ0NWqhMVYebID4wj7f11GMu5dT58Mqcn2e3+4XDjH7HRumlxBFzpTOyj0wg 9LJ3LlB3kb7QRI8i8/CD/Tz0XVXg1wZdH83nvDLdc0fszRXL6RCiv+UmcZiNoeVT3m9S qhDUKounflnAkjFKrvNnOZc/L4ZX238fBfaQg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=dO4oedijDdybnWajyrZOvU54iUhzsjbNzdVKDLOiVfwh1mykHx5/26/EMwU3E6VvJ+ 0KVMTMy6Pge2VMwdXZqJDKPmYkaupgmeEIZJYhv09mTpSVjzttKQkn7opMhzldj//ghu fot4WAMjrsck7weAxulJ0woXiflNDLHmNftdM= Received: by 10.150.154.6 with SMTP id b6mr10042768ybe.92.1219080053672; Mon, 18 Aug 2008 10:20:53 -0700 (PDT) Received: by 10.150.98.19 with HTTP; Mon, 18 Aug 2008 10:20:53 -0700 (PDT) Message-ID: <5f0cf48c0808181020r72e639e4l42e1952b85da1608@mail.gmail.com> Date: Mon, 18 Aug 2008 18:20:53 +0100 From: "=?ISO-8859-1?Q?Imobach_Gonz=E1lez_Sosa?=" To: freebsd-acpi@freebsd.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_194381_26971523.1219080053616" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Video doesn't work after resume (Latitude D410) 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: Mon, 18 Aug 2008 17:48:08 -0000 ------=_Part_194381_26971523.1219080053616 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi all, I'm having problems when resuming my Dell Latitude D410 after suspend (from S3). The machine is alive (I can access to it via ssh) but the video doesn't work anymore. I've tried some solutions like [1] or playing around with hw.acpi.reset_video, but I've had no luck. I'm using FreeBSD 7.0-RELEASE-p2 but this problem isn't new for me. I've got the same issue with 7.0-RELEASE-p0. I've not tested this issue with FreeBSD 6. I've attached the ASL because I don't have any server where I could publish it. I've compressed it with gzip and only takes 14KB. Sorry for the inconveniences. I've also attached the output from dmesg (after booting with "-v" option). Here's the output of "sysctl hw.acpi": hw.acpi.supported_sleep_state: S3 S4 S5 hw.acpi.power_button_state: S5 hw.acpi.sleep_button_state: S3 hw.acpi.lid_switch_state: NONE hw.acpi.standby_state: S1 hw.acpi.suspend_state: S3 hw.acpi.sleep_delay: 1 hw.acpi.s4bios: 1 hw.acpi.verbose: 1 hw.acpi.disable_on_reboot: 0 hw.acpi.handle_reboot: 0 hw.acpi.reset_video: 0 hw.acpi.cpu.cx_lowest: C1 hw.acpi.acline: 1 hw.acpi.battery.life: 100 hw.acpi.battery.time: -1 hw.acpi.battery.state: 0 hw.acpi.battery.units: 2 hw.acpi.battery.info_expire: 5 hw.acpi.video.tv0.active: 0 hw.acpi.video.crt0.active: 0 hw.acpi.video.lcd0.active: 0 hw.acpi.video.ext0.active: 0 hw.acpi.thermal.min_runtime: 0 hw.acpi.thermal.polling_rate: 10 hw.acpi.thermal.user_override: 0 hw.acpi.thermal.tz0.temperature: 60.5C hw.acpi.thermal.tz0.active: -1 hw.acpi.thermal.tz0.passive_cooling: 0 hw.acpi.thermal.tz0.thermal_flags: 0 hw.acpi.thermal.tz0._PSV: -1 hw.acpi.thermal.tz0._HOT: -1 hw.acpi.thermal.tz0._CRT: 100.0C hw.acpi.thermal.tz0._ACx: -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 Any idea? Let me know if I can do something to help. Thanks in advance. [1] http://lists.freebsd.org/pipermail/freebsd-acpi/2008-April/004804.html ------=_Part_194381_26971523.1219080053616--