Your message dated Sat, 10 Jan 2009 07:02:21 +0100
with message-id <[email protected]>
and subject line Re: Bug#480936: pm-utils: add a hook to run 915resolution
program
has caused the Debian Bug report #480936,
regarding pm-utils: add a hook to run 915resolution program
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
480936: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480936
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pm-utils
Version: 1.1.0-1
Severity: wishlist
Tags: patch
Hi,
For some systems using intel 800/900 integrated video chipsets it is
needed to run 915resolution program for resume to work properly, as it
is also needed to be run on boot to get a patched mode on Video BIOS
that supports full resolution.
I send a tiny script that could be used to do it, similar to what
hibernate does. It is the one I use, but perhaps you should check for
915resolution program before trying to use it.
Please, include it. Will make people with such hardware happy.
Thanks
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages pm-utils depends on:
ii console-tools 1:0.2.3dbs-65.1 Linux console and font utilities
ii powermgmt-base 1.30 Common utils and configs for power
Versions of packages pm-utils recommends:
ii hal 0.5.11-1 Hardware Abstraction Layer
ii radeontool 1.5-5 utility to control ATI Radeon back
ii uswsusp 0.7-1.1 tools to use userspace software su
ii vbetool 1.0-1.1 run real-mode video BIOS code to a
-- no debconf information
#/bin/sh
. "${PM_FUNCTIONS}"
case "$1" in
hibernate|suspend)
;;
thaw|resume)
/etc/init.d/915resolution restart
;;
*) exit $NA
;;
esac
--- End Message ---
--- Begin Message ---
Jose Carlos Garcia Sogo schrieb:
> Package: pm-utils
> Version: 1.1.0-1
> Severity: wishlist
> Tags: patch
>
> Hi,
>
> For some systems using intel 800/900 integrated video chipsets it is
> needed to run 915resolution program for resume to work properly, as it
> is also needed to be run on boot to get a patched mode on Video BIOS
> that supports full resolution.
>
> I send a tiny script that could be used to do it, similar to what
> hibernate does. It is the one I use, but perhaps you should check for
> 915resolution program before trying to use it.
>
> Please, include it. Will make people with such hardware happy.
Such a hook should be provided by the 915resolution package.
There is no such package in Debian sid/testing anymore (only etch), so I
can't reassign it. The best option imho is, to close the bug then.
TTBOMK, 915resolution is obsolete anyway, with any recent intel video
drivers (in lenny), but I might be mistaken.
Cheers,
Michael
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature
--- End Message ---