Re: Suspend and AGP in 2.6.0-test9

From: Michael Clark
Date: Tue Nov 04 2003 - 11:21:56 EST


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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/