[Suspend-devel] X scrunched to top of screen resuming from s2disk

2007-05-05 Thread Ross Patterson
When I resume from s2disk in X, X will intermittently resume with all of the display compressed into one row of pixels at the top of the screen and I have to restart the X server. This only happend intermittently. Has anyone else experienced anything like this? My system is a Toshiba Satellite U2

[Suspend-devel] [RFC/RFT][PATCH] Reduce code duplication between main.c and user.c

2007-05-05 Thread Rafael J. Wysocki
Hi, Some code from kernel/power/main.c is currently duplicated in kernel/power/user.c , which leads to maintenance complications, so it seems reasonable to eliminate that duplication. This patch has only been compilation tested, so if anyone with working s2ram can test it, please do so. Greeting

[Suspend-devel] [RFC][PATCH] swsusp: Reduce code duplication between user.c and disk.c

2007-05-05 Thread Rafael J. Wysocki
Hi, Currently much of the code in kernel/power/disk.c is duplicated in kernel/power/user.c , mainly for historical reasons. By eliminating this duplication we can reduce the size of user.c quite substantially and remove the maintenance difficulty with making essentially the same changes in two di

[Suspend-devel] s2ram Compaq D510 USDT

2007-05-05 Thread Martin Heimes
Hello, > My machine is not in the whitelist (...) all S3 options in BIOS set to enabled revo:~# s2ram -i This machine can be identified by: sys_vendor = "Compaq" sys_product = "Evo D510 USDT" sys_version = " " bios_version = "686O1 v1.05" See http://en.opensuse.org/S2ram

[Suspend-devel] Compaq Presario V5120EU Works

2007-05-05 Thread Paul Burton
Works fine for me with just "sudo s2ram -f" Output of s2ram -i is below: [EMAIL PROTECTED]:/etc/acpi/resume.d$ sudo s2ram -i This machine can be identified by: sys_vendor = "Hewlett-Packard" sys_product = "Presario V5000 (EW836EA#ABU) " sys_version = "F.41" bios_version = "F.

[Suspend-devel] working config

2007-05-05 Thread Michael Kimsal
This machine can be identified by: sys_vendor = "Hewlett-Packard" sys_product = "Presario V5000 (ET826UA#ABA) " sys_version = "F.33" bios_version = "F.33" This combination works, with one exception. This is running the latest kubuntu (feisty) and when it comes back up after

Re: [Suspend-devel] consoles after s2ram

2007-05-05 Thread Rafael J. Wysocki
On Saturday, 5 May 2007 10:07, HoverHell wrote: > $ s2ram -i > This machine can be identified by: > sys_vendor = "MICRO-STAR INTERNATIONAL CO., LTD" > sys_product = "MS-7135" > sys_version = "1.0" > bios_version = "6.00 PG" > > (desktop board). > s2ram -f works fine with X, but

[Suspend-devel] consoles after s2ram

2007-05-05 Thread HoverHell
$ s2ram -i This machine can be identified by: sys_vendor = "MICRO-STAR INTERNATIONAL CO., LTD" sys_product = "MS-7135" sys_version = "1.0" bios_version = "6.00 PG" (desktop board). s2ram -f works fine with X, but consoles are black after resuming. Videocard is GeForce 6200 TC. Wh