ntly decided that the whole
world must now call suspend to ram "suspend" and suspend to disk "hibernate",
since this is apparently the way windows does it.
I won't comment on that... :-)
Go ahead, rename it to s2disk.
--
Stefan Seyfried | "Please,
e backlight would remain switched off.
Does it also work from the text console with init=/bin/bash?
See http://en.opensuse.org/S2ram for instructions on how to test that.
--
Stefan Seyfried | "Please, just tell people
QA / R&D Team Mobile Devices
you also do not need
a whitelist entry ;-)
Have fun,
--
Stefan Seyfried | "Please, just tell people
QA / R&D Team Mobile Devices| to use KDE."
SUSE LINUX Products GmbH, Nürnberg | -- Linus Torvalds
On Wed, Jun 14, 2006 at 01:56:35PM +0200, Pavel Machek wrote:
> On St 14-06-06 13:50:32, Stefan Seyfried wrote:
> > And if you need no workarounds at all when in X, then you also do not need
> > a whitelist entry ;-)
>
> Or perhaps we should add whitelist entry saying Xonl
quot;radeon" driver works fine upon resume also - games
> like ppracer, foobilliard work quite fast before and after suspend -
> acceleration is fine.
>
Does it also work from the text console? From the kernel commandline, i
assume you are using vesafb?
--
Stefan Seyfrie
On Wed, Jun 21, 2006 at 01:40:55PM +0200, Rafael J. Wysocki wrote:
> Hi,
>
> I'm going to release the current CVS as suspend-02 tomorrow.
>
> If you have any patches you'd like to go in suspend-0.2, please
> apply them or post them ASAP.
just some whitelist updates which i will commit now.
--
s
es which, even if we do use vga=0, this is really ugly. Is there
> any way to get vga=791 back?]
Well, this machine should work well with framebuffer (vga=791) AFAICS,
there are only few thinkpads that don't.
OTOH, machines that need vga=0 to function (usually newer HPs or DELLs
with ATI
use
the card was not reinitialized soon enough..
If somebody really wants to implement the complex matching in s2ram, there
should be no problem to either implement an fdi parser or just write a small
converter that "compiles" the HAL fdi files to include them at compile time
into the s2ra
gh..
> >
> > Whats wrong with HAL doing the vbestate stuff? That's what I've put in
> > HAL CVS with the SuspendVideo method.
You need external storage which might not be accessible at the time you
resume...
You add lots of external dependencies.
Video will be switched on
t; to
resume in text mode, so i guess something like that could also be needed
on the M6N.
--
Stefan Seyfried | "Please, just tell people
QA / R&D Team Mobile Devices| to use KDE."
SUSE LINUX Products GmbH, Nürnberg | -- Linus Torvalds
Us
rappy apart from that suspend to ram works :-)
--
Stefan Seyfried | "Please, just tell people
QA / R&D Team Mobile Devices| to use KDE."
SUSE LINUX Products GmbH, Nürnberg | -- Linus Torvalds
Using Tomcat but need to do more? Nee
video state buffer size failed" adn "base is 0x0" looks suspicious
to me.
So if "vbetool vbestate save > /tmp/foo" works on this machine, but s2ram
fails in __save_state, something is wrong with s2ram...
--
Stefan Seyfried | "Please, just tell peo
tation on how to find the "perfect" options on
http://en.opensuse.org/S2ram, especially the part about "boot with
init=/bin/bash..." is important :-)
> So I guess you can add it to your table.
Yes, once we made sure it works from the console also.
--
Stefan Seyfried
plain vgacon issue), which X server version is running, ...
> Any volunteers?
I believe we should start the "let the whitelist live in HAL" era :-)
--
Stefan Seyfried | "Please, just tell people
QA / R&D Team Mobile Devices|
t; beforehand, it should do no harm to
the running system. If this also segfaults, there is probably not much sense
in trying it in combination with suspend...)
--
Stefan Seyfried | "Please, just tell people
QA / R&D Team Mobile Devices| to use KD
those we can easily match against, but then we can probably also just
stick to the current whitelist format.
Distributions will, however, just use HAL to match the machines and call
"s2ram -f $HAL_S2RAM_OPTIONS" from some HAL helper.
--
Stefan Seyfried | "Please, ju
quot;NEC "
>sys_product = "B7 "
>sys_version = ""
>bios_version = "NOTE BIOS Version/356A0618 "
>
> Regards,
Does it also work in text mode? Please check http://en.
On Thu, Jul 13, 2006 at 02:59:40PM +0100, Hugo Costelha wrote:
> Hi,
>
> On 7/13/06, Stefan Seyfried <[EMAIL PROTECTED]> wrote:
> >> I have a NEC Versa S900 laptop with SUSE 10.1 with an ATI Radeon M9
> >> and ATI propietary drivers. My computer is not in the whi
select restart in the computer, it performs all the shutdown procedure
> normally, but then it does not reboot, if hangs when saying "Please
> stand by while rebooting the system".
And it did not do this without s3_mode? This is strange...
Does it help to use the "noap
o be sure:
Did you also test from text mode?
> Thanks for the nice SW!
Thanks for helping :-)
--
Stefan Seyfried | "Please, just tell people
QA / R&D Team Mobile Devices| to use KDE."
SUSE LINUX Products GmbH, Nürnberg | -- Linus Torv
d and do it, testing if "fdisk -l" after resume still works
is a bonus, but not too critical for the whitelist case.
And assuming that you use a SUSE 10.1 rescue system, this kernel should
work with SATA HDs.
--
Stefan Seyfried | "Please, just tell
mode, int vga);
int do_get_mode(void);
+int do_get_panel_brightness(void);
+int do_set_panel_brightness(int brightness);
+int do_invert_panel(void);
int do_post(void);
void restore_state(void);
void save_state(void);
@@ -12,6 +15,7 @@ void text_mode(void);
int check_console(void);
int enable_
On Tue, Jul 18, 2006 at 12:52:44PM +0200, Stefan Seyfried wrote:
> Hi,
>
> i have the following in my queue. This updates the code to the vbetool 0.6
> codebase. There is nothing in there which should actually make any difference
> to s2ram, but it might reduce the "you don
nt do_set_mode (int mode, int vga) {
return 0;
}
+void set_vbe_mode(int mode)
+{
+ (void)do_set_mode(mode, 0);
+}
+
int do_get_panel_brightness() {
reg_frame regs;
int error;
@@ -441,12 +446,18 @@ int do_set_panel_brightness(int brightne
retu
On Wed, Jul 19, 2006 at 12:00:48PM +0200, Rafael J. Wysocki wrote:
> Hi,
>
> On Wednesday 19 July 2006 11:17, Stefan Seyfried wrote:
> > I dug this out again after updating the vbetool code.
> > This hack does the equivalent of
> >
> > X=`vbetool vbemode get`
>
On Wed, Jul 19, 2006 at 04:20:35PM +0200, Pavel Machek wrote:
> Looks okay to me. So nx5 now actually works?
Yes. actually it works for some time already, some ACPI-update around ~2.6.10
apparently fixed a lot of the machines.
--
Stefan Seyfried | "Please, j
that we can work with distros and keep "simple" whitelist
> entries in s2ram...
We can probably even extract those from the fdi-files, we just skip those
with "advanced" matching rules.
--
Stefan Seyfried
On Wed, Jul 19, 2006 at 12:16:54PM +0200, Rafael J. Wysocki wrote:
> On Wednesday 19 July 2006 12:06, Stefan Seyfried wrote:
> > On Wed, Jul 19, 2006 at 12:00:48PM +0200, Rafael J. Wysocki wrote:
> ]--snip--[
> > > > +void set_vbe_mode(int mode)
> > > > +{
&g
ot I would like to see a way to suspend-to-both with manually giving
> the appropriate s2ram options. It doesn't seem to be possible at the moment
> if the machine is not in the whitelist (tried with 's2both' from Debian's
> uswsusp package which seems to be the same as
Hi,
sorry for the late reply...
On Thu, Jul 13, 2006 at 03:58:02PM +0100, Hugo Costelha wrote:
> On 7/13/06, Stefan Seyfried <[EMAIL PROTECTED]> wrote:
> >On Thu, Jul 13, 2006 at 03:27:42PM +0100, Hugo Costelha wrote:
> >> Hi,
> >>
> >> It seems that I
it would be great if future versions of s2ram would have it in its
> whitelist :).
Yes, is added.
--
Stefan Seyfried | "Please, just tell people
QA / R&D Team Mobile Devices| to use KDE."
SUSE LINUX Products GmbH, Nürnberg |
brave, you could try the latest CVS version of s2ram
which has a brand-new (and yet undocumented) option "--vbe_mode, -m",
which you could try with "s2ram -f -p -m", but this is not really
necessary if vbe_save works fine.
Have fun :-)
Stefan
--
Stefan Seyfried
o 0 means "don't touch this setting",
> # you might still have one of the options set from the kernel commandline.
> # Be careful, this might crash your machine.
> SUSPEND2RAM_ACPI_SLEEP="3"
ok, i see that you already had set this, so just do not use s2ram directly,
use
not. If this
is the case, i will adjust the whitelist entry for this machine.
> I hope this will add some recent information for Dell Inspiron 5150 (Nvidia
> GeForce FX Go5200) as I don't find about it much on net with suse 10.1. If
> you need me to pass you mor
results: the machine suspends and resumes
> properly, both in text mode and in X; the following hardware components resume
> properly: sis900 ethernet device, sis650 graphics card, sis7012 audio card,
> usb controllers.
>
> * s2ram -f
Ok, so your machine does not need any w
sed on vbetool-0.5-1 from Debian).
^
0.6-1.1
Now it is 0.6-1.1 (that's the number of the debian tarball, i have not found
an "official" 0.6-release from Matthew).
--
Stefan Seyfried
gt;
> Now, we can change the value of EVENT_GLOBAL_SUSPEND2DISK in
> /etc/sysconfig/powersave/events to the following:
>
> "prepare_suspend_to_disk screen_saver s2disk_script"
>
> or, if we don't want the screen saver to be started before the suspe
via
> /etc/sysconfig/powersave/events . For details please refer to the powersaved
> documentation (should be installed on your system).
file:///usr/share/doc/packages/powersave/powersave_manual.html#Scripts
should help - i personally use the beep_hilo script and modify it - it is
as sim
t;,"", "",
UNSURE },
*/
and your machine probably also falls into the same category.
However, _i_ consider this to be either a driver or a pci-subsystem kernel
bug which really should be solved there.
If somebody really thinks we should work arou
clever, which the kernel does not handle correctly.
Also, i see that you are using VBE_POST|VBE_SAVE. In your report you said
that "s2ram -f" alone brings the display back, so it looks that the vbetool
usage on this machine is superfluous?
--
Stefan Seyfried
ready tried with "vga=0" (i believe, slackware uses a
vga console anyway, but i am not sure)?
Also, booting in a plain shell (init=/bin/sh) and not loading anything
non-essential before trying (no USB, NIC, ... drivers) will rule out lots
of driver issues. Note that you probably need to mount /
get rid of most of that "swsusp doesn't work but suspend2
does" reports this way.
--
Stefan Seyfried | "Please, just tell people
QA / R&D Team Mobile Devices| to use KDE."
SUSE LINUX Produc
lete on x86) /proc/acpi/ interface
on ppc :-)
echo mem > /sys/power/state. But IIRC, ppc does suspend to RAM differently
(you just close the lid and something suspends without any interaction with
userspace. Tough lucj if you have no lid, probably :-)
So going for swsusp it would
he s2ram with the new kernel work fast (e.g. < 10 seconds) and
> effectively (use very little battery) for everyone or are others have
> similar problems?
The power consumption issue is also probably specific to some machines.
--
Stefan Seyfried | "Please
Hi,
On Wed, Aug 09, 2006 at 09:47:18AM +0200, Pavel Machek wrote:
> On Wed 2006-08-09 08:50:07, Stefan Seyfried wrote:
> > I think this highly depends on the specific machine's BIOS.
> > I have machines here that resume in less than 2 seconds and others that
> >
ems to be
totally different from a R50.
We should certainly not use wildcards there (you didn't).
--
Stefan Seyfried | "Please, just tell people
QA / R&D Team Mobile Devices| to use KDE."
SUS
with
"powersave -u", if it gets back on you immediately in this case, try issuing
"find /" to check if the harddisk is already working. If it is, this is
most likely a problem with the X server. Then manually switching back to
X (alt-f7) should take equally long lik
n
> hda: no DRQ after issuing MULTWRITE
> ide0: reset: success
>
> Any idea how/why this happens and if it can be worked around? Do I
> need to change an hdparm setting?
Sorry, this is more for the IDE experts, i fear, i have basically no idea
about this lowlevel stuff.
--
Stefan
ted by James Spencer */
+ { "", "", "", "", "ASUS A7V600 ACPI BIOS Revision *",
S3_BIOS|S3_MODE },
/* Mark Stillwell */
{ "AVERATEC", "3700 Series", "", "
questions:
- are you using a framebuffer console or plain vga console?
- did it also work from the console or only from within X?
--
Stefan Seyfried | "Please, just tell people
QA / R&D Team Mobile Devices| to use KDE."
SUSE LINUX Products GmbH, Nü
's any
> interest I'll try harder.
>
> Thanks for s2ram,
Well, it does not seem to do too much usefull stuff for you (yet) :-)
The hard stuff is done by the kernel anyway.
--
Stefan Seyfried | "Please, just tell people
QA / R&D Team Mobile Devices
y-before and identify-after, the disk will report different
sizes.
Unfortunately, once the Predesktop Area was disabled, you cannot reenable
it, so the bug is only reproducible until the "fix" with disabling the hpa
is made.
I will have a novell bugzilla report number about this soon
den by the fact that that constant is defined
> in swsusp.h if SYS_sync_file_range was not, which wasn't defined
> in older version of libc6.
FWIW, i need this, too in the package for our (internal, unusable :-) BETA
distribution, where all the latest toolchain and
card after resume, then reset the video
mode" like "-a 3" does.
I'm taking suspend-devel into cc, to let the outcome of our research end up
in the archives ;-)
--
Stefan Seyfried | "Please, just tell people
QA / R&D Team Mobile Devices|
On Fri, Aug 11, 2006 at 11:40:47AM +0200, Davide Mancusi wrote:
> Stefan Seyfried wrote:
> > What framebuffer are you using? vesafb or a hardware-specific one?
> >
> vesafb, as a result of a long and unsuccessful attempt at using the
> accelerated 3D graphics driver in X.
On Fri, Aug 11, 2006 at 11:50:50AM +0200, Tim Dijkstra wrote:
> On Wed, 9 Aug 2006 17:13:47 +0200
> Stefan Seyfried <[EMAIL PROTECTED]> wrote:
>
> > It is not related to uswsusp, it is related to suspend to ram. The kernel
> > disables the HPA on boot. The harddrive is
t kernel, i will finally start using
it, so i will be able to comment :-)
--
Stefan Seyfried | "Please, just tell people
QA / R&D Team Mobile Devices| to use KDE."
SUSE LINUX Products GmbH, Nürnberg |
On Fri, Aug 11, 2006 at 05:36:48PM +0200, Thomas Halva Labella wrote:
> Hi?
>
> Stefan Seyfried wrote:
> > Hi,
> >
> > Thanks for the report, i have added the suspend-devel mailinglist to Cc:
> > so some of the experts also can comment on this.
oybook R22"
> sys_version = "5a"
> bios_version = "R1.10 "
>
> I didn't check all the combinations, but -a 1 and -a 2 did not work for me,
> neither in text mode only nor in X. -a -3 works in X though.
>
> I'm using k
Hi,
something slightly offtopic:
I'll be on vacation the next two weeks, and hopefully manage to refrain
from reading too much email, so the response time wrt. whitelist updates
will be a bit bad ;-)
Have fun
--
Stefan Seyfried | "Please, just tell people
QA
ntegrating s2ram into your acpid configuration or just shut acpid down
before suspend to verify this.
Try the s2ram combinations from "init=/bin/bash" to find out which ones
work.
--
Stefan Seyfried | "Please, just tell people
QA / R&D T
can't come up with a working
> config. The screen is always garbled. Updating the driver also didn't
> help. Any idea?
Sorry, i have absolutely no knowledge about the ATI drivers, but filing
a bug in the novell bugzilla will connect you directly to the experts :-)
--
Stefa
uot;TravelMate 4100 "
> sys_version = "Not Applicable"
> bios_version = "3A30"
>
> I use the following line command:
>
> lucaws4:~# s2ram -f -s -p
Ok, i added it to the whitelist.
Thanks for the report!
--
Stefan Seyfried
s always a good idea.
Installing the -default kernel (non-SMP) is also worth a try.
--
Stefan Seyfried | "Please, just tell people
QA / R&D Team Mobile Devices| to use KDE."
SUSE
-u sleep.ORIG sleep
>
> Yep, T60 clearly needs sys_version-based whitelist.
Agreed (and in my local tree). Basically it looks like we could do a
Thinkpad-catchall entry
{ "LENOVO","", "ThinkPad*", "", S3_BIOS|S3_MODE },
(and no, i am n
change, you can simply type "s2ram"
without any parameters to suspend.
I have added the suspend-devel mailinglist to the Cc, since there are
more experts that might know something about the strange noise your machine
makes.
Thanks for the report,
Stefan
--
Stefan Seyfried
On Mon, Aug 28, 2006 at 10:34:36AM +0200, Pavel Machek wrote:
> On Mon 2006-08-28 08:37:09, Stefan Seyfried wrote:
> > On Thu, Aug 24, 2006 at 07:56:28AM +0200, Pavel Machek wrote:
> > > Please no html for the lists.
> > >
> > > >i have suspend install
ound like a
> > backlight or like something else?
>
> No, this looks like LCD powered but backlight off. I'm glad -r helps.
>
> > Is there anything you'd like me to check on this?
>
> No, I think your problems are solved.
Maybe we should also experiment with
we should keep the mii module.
It is not in the list of modules to unload unless added
manually. At least not on the installations i have at hand here :-)
Chirag, it would be good to file a report on bugzilla.novell.com
for this issue, to make sure it is resolved.
--
Stefan Seyfried
nsitive to vibration?), but it might of course be also something
strange in the BIOS.
> How do I make these changes parmanent everytime I
> boot?
E.g. by entering them into /etc/init.d/boot.local
--
Stefan Seyfried | "Please, just tell people
QA / R&D Team Mobile
am workarounds activated?
...an special (binary only?) X driver for the (which?) video card?
Lots of questions, you see :-)
Thanks for the report, i copied the suspend-devel list to get more
coverage.
--
Stefan Seyfried \ "I didn't want to write for pay. I
QA / R&D Te
happy to be proven wrong.
> Resume is not always perfect - suse network manager already died several
> times,
> and even if nm remains working, sometimes detection of plugged network wire
> takes minutes :-( But without nm, it's pretty usable (only one crash
This is probably the
On Wed, Sep 06, 2006 at 04:25:46PM +0200, Miroslav Ruda wrote:
> Stefan Seyfried wrote:
> > On Wed, Sep 06, 2006 at 03:32:07PM +0200, Miroslav Ruda wrote:
> >>> Is that machine already in the whitelist or do we need some additions?
> >>>
> >> No, it'
c -o suspend-keygen $(LD_FLAGS)
+ $(CC) $(CFLAGS) -DHAVE_INTTYPES_H -DHAVE_STDINT_H $(CC_FLAGS) md5.o
keygen.c -o suspend-keygen $(LD_FLAGS)
install-s2disk: $(S2DISK) suspend-keygen conf/$(CONFIGFILE)
if [ ! -c /dev/snapshot ]; then mknod /dev/snapshot c 10 231; fi
--
Stefan Seyfried
tions?
>
> Patch looks okay to me.
Ok, i'll wait for Rafaels ACK before applying (note that i also added default
"-O2" to all files, some were only compiled with "-Wall" but without -O2).
--
Stefan Seyfried \ "I didn't want t
is cannot fail" is better so i can defend my local patches
against theevil overlords of the buildsystem :-)
Thanks,
--
Stefan Seyfried
QA / R&D Team Mobile Devices| "Any ideas, John?"
SUSE LINUX Products
the apropriate ACPI
methods at the beginning and end of suspend IIUC. Can we do something
similar from userspace?
--
Stefan Seyfried
QA / R&D Team Mobile Devices| "Any ideas, John?"
SUSE LINUX Products GmbH, Nürnber
On Mon, Sep 11, 2006 at 04:05:05PM +0200, Rafael J. Wysocki wrote:
> Hi,
>
> On Monday, 11 September 2006 15:46, Stefan Seyfried wrote:
> > Today i finally managed to set up and test userspace suspend. Everything
> > seems to work somehow (some strange things i nee
, SNAPSHOT_FREE, 0);
@@ -119,11 +127,13 @@ static inline void reboot(void)
LINUX_REBOOT_CMD_RESTART, 0);
}
+#if 0
static inline void power_off(void)
{
syscall(SYS_reboot, LINUX_REBOOT_MAGIC1, LINUX_REBOOT_MAGIC2,
LINUX_REBOOT_CMD_POWER_
f (mode == platform)
ioctl(dev, SNAPSHOT_POWEROFF);
else
power_off();
I just wanted to be as "compatible" to the old stuff as possible, but i
do not really mind. Also, my patch was just a "request for thought", nothing
i deemed worth applying :-)
--
Stefan Seyfried
Q
see this with in-kernel swsusp.
I hoped to cure this with "platform" mode, but didn't.
Lots of stuff to fix for us... :-)
--
Stefan Seyfried
QA / R&D Team Mobile Devices| "Any ideas, John?&qu
On Tue, Sep 12, 2006 at 08:56:33AM +0200, Stefan Seyfried wrote:
> Hi,
>
> i finally tested it and it seems to work.
no, it didn't. But i fixed it. The placement of platform_finish() is
non-intuitive :-)
Also, moved to one ioctl with a parameter. If the style / ioctl design is
ok,
is ok because of:
swsusp.h:#define SWSUSP_SIG "ULSUSPEND"
swap.c:#define SWSUSP_SIG "S1SUSPEND"
but since this is a "lose your data if this happens" issue, i'd like to
get this confirmed ;-)
--
Stefan Seyfried \ "I didn't
Hi,
On Wed, Sep 13, 2006 at 10:47:22PM +0200, Rafael J. Wysocki wrote:
> > From: Stefan Seyfried <[EMAIL PROTECTED]>
> >
> > diff --exclude='.*' --exclude='*o' -ruNp
> > /usr/src/linux/kernel/power/power.h linux-2.6.18-rc6-2/kernel/power/p
; probably they will just learn not to press ctr-alt-f7 in the middle of
> the suspend process ;)
No, sorry, but that is not acceptable IMO. The VT should be locked as long
as it is unsafe to switch.
"Don't do that" is no a reasonable answer.
--
Stefan Seyfried \
chine looks like it is the right candidate for this kind of
benchmark, since i can probably see every small amount of improvement of
writeout speed easily :-)
--
Stefan Seyfried
QA / R&D Team Mobile Devices|
ernel suspend.
>
> Have you tried the latest -mm?
No. Should i?
I'm right now "benchmarking" suspend with 1% / 20% early writeout and without
early writeout on a similar machine (but that machine is not as slow as this
one, strange). I'll send the results in a separate ma
nds, not 14 vs 25).
So much for my short test, i hope this makes sense to someone :-)
--
Stefan Seyfried
QA / R&D Team Mobile Devices| "Any ideas, John?"
SUSE LINUX Products GmbH, Nürnberg | "Well, surrounding them's out."
--
ite well. :-)
it was 45% vs "unlimited", which is probably "almost 50%", but i also
thought that the additional buffering would help.
Another thing i forgot in my report: the times with the limited image were
much more consistent (i did ~5 runs of each configuration), the varia
On Tue, Sep 19, 2006 at 02:28:36AM +0200, Luca Tettamanti wrote:
> Hi Stefan,
>
> On 9/18/06, Stefan Seyfried <[EMAIL PROTECTED]> wrote:
> >Hi.
> ...
> >- early writeout is faster during suspend, the gain is bigger without
> > compression (there is more buffer
On Mon, Sep 18, 2006 at 10:37:01PM +0200, Rafael J. Wysocki wrote:
> On Monday, 18 September 2006 18:32, Stefan Seyfried wrote:
> >
> > > > It also was always dog slow with in-kernel suspend.
> > >
> > > Have you tried the latest -mm?
> >
> &g
solete technology :-)
--
Stefan Seyfried \ "I didn't want to write for pay. I
QA / R&D Team Mobile Devices \ wanted to be paid for what I write."
SUSE LINUX Products GmbH, Nürnberg \-- Leonard Cohen
--
On Tue, Sep 19, 2006 at 12:58:29PM +0200, Rafael J. Wysocki wrote:
> On Tuesday, 19 September 2006 04:15, Stefan Seyfried wrote:
> >
> > Then Nigel is doing something clever and we do something stupid.
>
> Well, I don't think we do anything stupid. Of course you
patch.
--
Stefan Seyfried | "Please, just tell people
QA / R&D Team Mobile Devices| to use KDE."
SUSE LINUX Products GmbH, Nürnberg | -- Linus Torvalds
-
Tak
ggested combination.
What video card does this machine have? Did you try if you actually works if
you try it from X? (sometimes the X drivers are a bit more clever than we are
about the restoring and reanimating of graphics chipsets). From the failure
mode i'd guess it is an ATI card?
>
.33"
>bios_version = "F.33"
>
> "s2ram -f -s -p" works.
ok, i added your model to the whitelist.
> Thanks for the work you do. Finally my laptop can get some sleep. ;-)
Thanks for the report :-)
--
Stefan Seyfried
f s2ram -i:
> > > sys_vendor = "Sony Corporation"
> > > sys_product = "VGN-FS660_W"
> > > sys_version = "C300G3EL"
> > > bios_version = "R0040J1"
> --
> --
> Joseph Smith
> [EMAIL PROTECTED]
> ww
t; s2disk and resume with a
"pre-timing-enabled" resume? (Somebody updates the package but forgets to
run mkinitrd).
Will it just fail (invalid header) or will it cause total data loss?
--
Stefan Seyfried
QA / R&D Team Mobile Devices| "Any ideas
x27;"
I tried to implement this, but i did not succeed.
...did i mention that spaces in config-variables can get "interesting"
when implementing wrappers for that?... :-)
--
Stefan Seyfried \ "I didn't want to write for pay. I
QA / R&D Team Mobile Dev
"platform", "shutdown", maybe even "reboot", but that can
> > still be done once the kernel part is pushed.
> >
> > This is for the kernel:
> >
> > Add an ioctl to user.c so that uswsusp can suspend correctly using the
> > pm_ops me
1 - 100 of 717 matches
Mail list logo