Severity 401820 grave
Tags 401820 + patch
thanks

Justification: Renders package (almost) unuseable, and this is not good
for edge. (If after resume, like using powersaved, changes are high,
this will give no working graphics at all...)

Subject: 915resolution: Patch works
Followup-For: Bug #401820
Package: 915resolution
Version:0.5.2-8

I can confirm the problem.

But I think, the patch should look like:


34c34
< $PROG -l >/dev/null 2>&1 || wrong_chipset
---
> $PROG -l 2&>/dev/null || wrong_chipset

Attached is a patch file.


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages 915resolution depends on:
ii  libc6                        2.3.6.ds1-8 GNU C Library: Shared
libraries
ii  vbetool                      0.7-1.1     run real-mode video BIOS
code to a

915resolution recommends no packages.

-- no debconf information

diff -C 2 new/915resolution old/915resolution
*** new/915resolution	2006-12-06 11:12:55.000000000 +0100
--- old/915resolution	2006-12-06 11:08:46.000000000 +0100
***************
*** 32,36 ****
  }
  
! $PROG -l >/dev/null 2>&1 || wrong_chipset
  
  if [ "$MODE" = auto -a \! -x "$VBETOOL" ] || [ "$MODE" != auto -a \( -z "$MODE" -o -z "$XRESO" -o -z "$YRESO" \) ] ; then
--- 32,36 ----
  }
  
! $PROG -l 2&>/dev/null || wrong_chipset
  
  if [ "$MODE" = auto -a \! -x "$VBETOOL" ] || [ "$MODE" != auto -a \( -z "$MODE" -o -z "$XRESO" -o -z "$YRESO" \) ] ; then

Reply via email to