From owner-freebsd-stable@FreeBSD.ORG Sat Dec 24 04:42:07 2005 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D52D116A41F for ; Sat, 24 Dec 2005 04:42:07 +0000 (GMT) (envelope-from iwant4x4jeep@yandex.ru) Received: from webmail11.yandex.ru (webmail11.yandex.ru [213.180.200.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F92943D49 for ; Sat, 24 Dec 2005 04:42:06 +0000 (GMT) (envelope-from iwant4x4jeep@yandex.ru) Received: from YAMAIL (webmail11.yandex.ru) by mail.yandex.ru id ; Sat, 24 Dec 2005 07:41:52 +0300 Date: Sat, 24 Dec 2005 07:41:52 +0300 (MSK) From: "iwant4x4jeep" Sender: iwant4x4jeep@yandex.ru Message-Id: <43ACD190.000004.31939@webmail11.yandex.ru> MIME-Version: 1.0 X-Mailer: Yamail [ http://yandex.ru ] Errors-To: iwant4x4jeep@yandex.ru To: stable@freebsd.org X-Source-Ip: 195.239.3.205 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Cc: Subject: ACPI and SC_PIXEL_MODE problems in 6-stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: iwant4x4jeep@yandex.ru List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 04:42:08 -0000 I'm upgrade my FreeBSD5.4 system to 6.0-STABLE. Now ACPI suspend-to-ram (sleepstate #3) don't work ( before upgrade all works fine) Processor - Pentium 4 2.4Ghz Mother Board - ASUS P4PE # dmesg | grep -i acpi ACPI APIC Table: Features=0xbfebfbff acpi0: on motherboard acpi0: Overriding SCI Interrupt from IRQ 9 to IRQ 22 acpi0: Power Button (fixed) pci_link0: irq 5 on acpi0 pci_link1: irq 9 on acpi0 pci_link2: irq 9 on acpi0 pci_link3: irq 9 on acpi0 pci_link4: irq 10 on acpi0 pci_link5: on acpi0 pci_link6: on acpi0 pci_link7: irq 11 on acpi0 Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0xe408-0xe40b on acpi0 cpu0: on acpi0 acpi_throttle0: on cpu0 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pcib2: at device 30.0 on pci0 pci2: on pcib2 fdc0: port 0x3f2-0x3f5,0x3f7 irq 6 drq 2 on acpi0 ppc0: port 0x378-0x37f,0x778-0x77b irq 7 drq 3 on ac pi0 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 When I (as usually before) enter in console 'acpiconf -s 3' (Really I use sudo, so type 'sudo acpiconf -s 3', computer suspends, but don't resume after power on. I have problem with hi-ressolution modes in console ( Using pathes from DragonFlyBSD project, which is allready included with freebsd since 6.0). I'm enabled VESA and SC_PIXEL_MODE options in kernel, when I enter 'vidcontrol -i mode' - all modes(what i need) displays, but if I use vidcontrol MODE_279 (for example), monitor enter 1024x768 mode, but I can't see anything. First time I think that I do something wrong (Don't load needed fonts for example), but when I try it on another computer- I can't believe my eyes.. It was real 1024x768 in FreeBSD Console !!! P.S. I am not think that you'll help me, but I tried...