All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Clark <michael@metaparadigm.com>
To: ruben@puettmann.net
Cc: linux-kernel@vger.kernel.org, Dave Jones <davej@redhat.com>
Subject: Re: Suspend and AGP in 2.6.0-test9
Date: Wed, 05 Nov 2003 00:21:06 +0800	[thread overview]
Message-ID: <3FA7D1F2.6090702@metaparadigm.com> (raw)
In-Reply-To: <E1AH3Rg-00033v-00@baloney.puettmann.net>

On 11/04/03 23:50, Ruben Puettmann wrote:
>         hy,
> 
> 
>>Suspend/Resume code in agpgart is virtually non-existant.
> 
> 
> Do you know if there is some work in progress? Without suspend and
> resume with XFree most laptop users will not be happy with 2.6.
> 
> Here on Thinkpad with ATI 7500 I can suspend but not resume if XFree is
> enabled.

Here on thinkpad with ATI 7500 I have APM suspend/resume working
in -test9 with the following workaround:

$ more /etc/apm/event.d/video
#!/bin/sh
case "$1" in
suspend)
         /bin/fgconsole > /var/tmp/fgconsole.save
         /usr/bin/chvt 1
         ;;
resume)
         /usr/bin/chvt `cat /var/tmp/fgconsole.save`
         ;;
esac


  parent reply	other threads:[~2003-11-04 16:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <NMa8.7uR.11@gated-at.bofh.it>
     [not found] ` <NN6b.pY.5@gated-at.bofh.it>
2003-11-04 15:50   ` Suspend and AGP in 2.6.0-test9 Ruben Puettmann
2003-11-04 16:05     ` Dave Jones
2003-11-04 16:21     ` Michael Clark [this message]
2003-11-05 18:36 Alex Deucher
  -- strict thread matches above, loose matches on Subject: below --
2003-11-03 12:34 Maciej Freudenheim
2003-11-03 13:28 ` Dave Jones

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3FA7D1F2.6090702@metaparadigm.com \
    --to=michael@metaparadigm.com \
    --cc=davej@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ruben@puettmann.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.