[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#328551: marked as done (xresprobe: lcd reported as crt in ddcpobe.sh. with patch.)



Your message dated Sat, 08 Apr 2006 10:54:37 -0300
with message-id <871ww8yxya.fsf@nurf.casa>
and subject line Fixed in previous release
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: xresprobe
Version: 0.4.18-1
Severity: normal

*** Please type your report below this line ***

xresprobe (using /usr/share/xresprobe/ddcprobe.sh) misdetects
my lcd monitor as a crt.

In order to find out if a monitor is an lcd or a crt, ddcprobe.sh
tries to find "^input: digital" in /usr/sbin/ddcpobe output.

however, when run on my monitor, dccprobe returns
'input: separate sync, composite sync, digital signal.'

The following patchlet to /usr/share/xresprobe/ddcprobe.sh
corrects this problem by changing the regex used.

--- ddcprobe-orig.sh    2005-09-15 21:53:56.000000000 +0200
+++ ddcprobe.sh 2005-09-15 21:54:14.000000000 +0200
@@ -33,7 +33,7 @@
   exit 0
    fi

    -if (echo "$DDCPROBE" | egrep "^input: digital"); then
    +if (echo "$DDCPROBE" | egrep "^input: .*digital"); then
       SCREENTYPE="lcd"
        else
	   SCREENTYPE="crt"
	   


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-powerpc
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages xresprobe depends on:
ii  libc6                         2.3.5-6    GNU C Library: Shared libraries an

Versions of packages xresprobe recommends:
ii  laptop-detect                 0.12.1     attempt to detect a laptop

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 0.4.19

This was fixed by Ubuntu upload that wasn't done for Debian. Closing
this according.

-- 
        O T A V I O    S A L V A D O R
---------------------------------------------
 E-mail: otavio@debian.org      UIN: 5906116
 GNU/Linux User: 239058     GPG ID: 49A5F855
 Home Page: http://www.freedom.ind.br/otavio
---------------------------------------------
"Microsoft gives you Windows ... Linux gives
 you the whole house."

--- End Message ---

Reply to: