[Bug 140590] Re: Suspend to ram erratic latest gutsy 09/17/2007

2009-05-12 Thread Martin Pitt
We are closing this bug report because it lacks the information we need to investigate the problem, as described in the previous comments. Please reopen it if you can give us the missing information, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on t

[Bug 140590] Re: Suspend to ram erratic latest gutsy 09/17/2007

2009-02-10 Thread Martin Pitt
If you still have the problem on current intrepid or jaunty, please run through http://people.freedesktop.org/~hughsient/quirk/quirk-suspend- debug.html to find out which quirks you need for your machine. Please also submit the output of "lshal" and which X.org driver you are using. There isn't muc

[Bug 140590] Re: Suspend to ram erratic latest gutsy 09/17/2007

2008-11-08 Thread Daniel T Chen
Needs quirks. ** Changed in: hal-info (Ubuntu) Sourcepackagename: hal => hal-info Status: New => Incomplete -- Suspend to ram erratic latest gutsy 09/17/2007 https://bugs.launchpad.net/bugs/140590 You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 140590] Re: Suspend to ram erratic latest gutsy 09/17/2007

2008-05-21 Thread Leann Ogasawara
** Changed in: linux (Ubuntu) Status: Incomplete => Fix Released -- Suspend to ram erratic latest gutsy 09/17/2007 https://bugs.launchpad.net/bugs/140590 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 140590] Re: Suspend to ram erratic latest gutsy 09/17/2007

2008-04-15 Thread Matthew Tighe
Well guys, lo and behold suspend is working for me again under Hardy Beta (-16 kernel). I sometimes get the whitescreen on resume, but I can still type my password and get in. I believe the whitescreen is a known nvidia bug. -- Suspend to ram erratic latest gutsy 09/17/2007 https://bugs.launchpad

[Bug 140590] Re: Suspend to ram erratic latest gutsy 09/17/2007

2008-03-19 Thread Leann Ogasawara
Hi Mathew, Care to attach your dmesg output after an attempted suspend/resume cycle as outlined here: https://wiki.ubuntu.com/DebuggingKernelSuspend . We'll keep this report open agains the actively developed kernel but against 2.6.22 this will be closed. Thanks. ** Also affects: linux (Ubuntu)

[Bug 140590] Re: Suspend to ram erratic latest gutsy 09/17/2007

2008-03-04 Thread Matthew Tighe
I've been running Hardy since A3. Still no dice. Pretty sure it's the Nvidia driver. I haven't tried the latest (169.12) driver yet, though. -- Suspend to ram erratic latest gutsy 09/17/2007 https://bugs.launchpad.net/bugs/140590 You received this bug notification because you are a member of Ubun

[Bug 140590] Re: Suspend to ram erratic latest gutsy 09/17/2007

2008-03-04 Thread Leann Ogasawara
Hi Mathew, I'm curious if you'd be willing to test the latest Hardy Alpha release for us. The Hardy Heron Alpha series was recently released which contains an updated version of the kernel. You can download and try the new Hardy Heron Alpha release from http://cdimage.ubuntu.com/releases/hardy/

[Bug 140590] Re: Suspend to ram erratic latest gutsy 09/17/2007

2007-12-01 Thread Nanley Chery
Thank you for taking the time to report this bug and helping to make Ubuntu better. Unfortunately we can't fix it, because your description didn't include enough information. Please include the information requested at [WWW] https://wiki.ubuntu.com/DebuggingACPI as separate attachments. ** Change

[Bug 140590] Re: Suspend to ram erratic latest gutsy 09/17/2007

2007-11-12 Thread Matthew Tighe
Suspend seems to have two issues on the Latitude D820, Nvidia drivers and Compiz running. The workaround is as follows: 1) sudo gedit /etc/X11/xorg.conf and make sure the following lines are there or match: Section "Device" Identifier "nVidia Corporation G72M [GeForce Go 7400]"

[Bug 140590] Re: Suspend to ram erratic latest gutsy 09/17/2007

2007-10-31 Thread Stéphane Loeuillet
** Tags added: suspend -- Suspend to ram erratic latest gutsy 09/17/2007 https://bugs.launchpad.net/bugs/140590 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists

[Bug 140590] Re: Suspend to ram erratic latest gutsy 09/17/2007

2007-10-13 Thread Matthew Tighe
Oh yes, I've also made the changes recommended here to my xorg.conf and acpi-support files: http://koon.fr/wiki/suspend_to_ram_on_the_dell_d820_proprietary_nvidia_drivers_under_ubuntu_gutsy /etc/default/acpi-support: SAVE_VBE_STATE=false #ex-true POST_VIDEO=false #ex-true USE_DPMS=false #ex-true

[Bug 140590] Re: Suspend to ram erratic latest gutsy 09/17/2007

2007-10-13 Thread Matthew Tighe
Ok, found the solution in the forums. Sync to Vblank must be off in compiz. So suspend is working again with above script. Hibernate seems to be working with standard hal script. ** Also affects: hal (Ubuntu) Importance: Undecided Status: New -- Suspend to ram erratic latest gutsy 09/

[Bug 140590] Re: Suspend to ram erratic latest gutsy 09/17/2007

2007-10-13 Thread Matthew Tighe
Suspend is not working again, tried the original hal script and that does not work. The terminal simply locks when suspend is checked. -- Suspend to ram erratic latest gutsy 09/17/2007 https://bugs.launchpad.net/bugs/140590 You received this bug notification because you are a member of Ubuntu Bug

[Bug 140590] Re: Suspend to ram erratic latest gutsy 09/17/2007

2007-10-09 Thread Matthew Tighe
I may have spoken too soon. This appears to only work when dual-monitors are attached. Single monitor I have to change to terminal screen 7. Argh. -- Suspend to ram erratic latest gutsy 09/17/2007 https://bugs.launchpad.net/bugs/140590 You received this bug notification because you are a member

[Bug 140590] Re: Suspend to ram erratic latest gutsy 09/17/2007

2007-10-08 Thread Matthew Tighe
replacing this line: echo -n mem > /sys/power/state with this: echo -n disk > /sys/power/state in the hibernate script fixes hibernation, too. -- Suspend to ram erratic latest gutsy 09/17/2007 https://bugs.launchpad.net/bugs/140590 You received this bug notification because you are a member o

[Bug 140590] Re: Suspend to ram erratic latest gutsy 09/17/2007

2007-10-08 Thread Matthew Tighe
Found the following script in the forumes (slightly modified by me). This gets suspend working on a D820 under gutsy: #!/bin/sh # discover video card's ID ID=`lspci | grep VGA | awk '{ print $1 }' | sed -e '[EMAIL PROTECTED]:@@' -e 's@:@/@'` # securely create a temporary file TMP_FILE=`mktemp /

[Bug 140590] Re: Suspend to ram erratic latest gutsy 09/17/2007

2007-10-08 Thread Matthew Tighe
This is still a problem as of 10/08/2007. Actually, it no longer suspends or hibernates. It appears to do it, but then automatically resumes. -- Suspend to ram erratic latest gutsy 09/17/2007 https://bugs.launchpad.net/bugs/140590 You received this bug notification because you are a member of Ubu

[Bug 140590] Re: Suspend to ram erratic latest gutsy 09/17/2007

2007-09-18 Thread Brian Murray
** Changed in: linux-source-2.6.22 (Ubuntu) Sourcepackagename: gnome-power-manager => linux-source-2.6.22 -- Suspend to ram erratic latest gutsy 09/17/2007 https://bugs.launchpad.net/bugs/140590 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact f

[Bug 140590] Re: Suspend to ram erratic latest gutsy 09/17/2007

2007-09-17 Thread Matthew Tighe
lscpi -vvnn output ** Attachment added: "lspci-vvnn.log" http://launchpadlibrarian.net/9336349/lspci-vvnn.log -- Suspend to ram erratic latest gutsy 09/17/2007 https://bugs.launchpad.net/bugs/140590 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug c

[Bug 140590] Re: Suspend to ram erratic latest gutsy 09/17/2007

2007-09-17 Thread Matthew Tighe
** Attachment added: "dmesg output" http://launchpadlibrarian.net/9336348/dmesg.log -- Suspend to ram erratic latest gutsy 09/17/2007 https://bugs.launchpad.net/bugs/140590 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ub