[ltp] x301 resume problem
axp
linux-thinkpad@linux-thinkpad.org
Fri, 02 Jan 2009 18:09:11 +0100
xun wang wrote:
> hi you tried this work around? I found it on ubuntu forum and it
> worked for my t400:
Yes i've tried this solution, works for one sleep cycle but for the 2nd
it fails!
> #!/bin/sh
> # Workaround for concurrency bug in xserver-xorg-video-intel
> 2:2.4.1-1ubuntu10.
> # Save this as /etc/pm/sleep.d/00CPU
>
> . "${PM_FUNCTIONS}" # also try . "/usr/lib/pm-utils/functions" if
> that doesn't work
>
> case "$1" in
> hibernate|suspend)
> for i in /sys/devices/system/cpu/cpu*/online ; do
> echo 0 >$i
> done
> ;;
> thaw|resume)
> sleep 10 # run with one core for 10 secs
> for i in /sys/devices/system/cpu/cpu*/online ; do
> echo 1 >$i
> done
> ;;
> *)
> ;;
> esac
>
>
> On Thu, Jan 1, 2009 at 6:35 AM, Lou Burnard <lou.burnard@gmail.com
> <mailto:lou.burnard@gmail.com>> wrote:
>
> On Wed, Dec 31, 2008 at 4:57 PM, axp <axp@shacknet.at
> <mailto:axp@shacknet.at>> wrote:
> > Hi List,
> >
> > i've got my x301 for a while now, and every time i suspend my
> machine, it
> > comes back up and freezes. Anyone also expierience this behavior
> with this
> > machine?
> >
> >
>
> Yep. I have the same problem. What's even more annoying is that when
> it's in suspend mode, it gets hotter and hotter, thus causing the
> battery to run down faster than it should.
>
>
> >
> > mfg
> > axp
> > --
> > The linux-thinkpad mailing list home page is at:
> > http://mailman.linux-thinkpad.org/mailman/listinfo/linux-thinkpad
> >
> --
> The linux-thinkpad mailing list home page is at:
> http://mailman.linux-thinkpad.org/mailman/listinfo/linux-thinkpad
>
>
Are there any other solutions out there?
which Linux Distribution fits best? /me is running ubuntu 8.10 since the
xorg driver for the intel graphics wasn't in any debian distribution!
so far, and thanks in advance,
Ferdinand