Bug#373711: marked as done (libxv1: missing copyright file)

2006-08-18 Thread Debian Bug Tracking System
Your message dated Sat, 19 Aug 2006 03:40:26 -0300
with message-id <[EMAIL PROTECTED]>
and subject line This bug has already been fixed
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: libxv1
Version: 1:1.0.1-3
Severity: serious

The copyright file is missing in /usr/share/doc/libxv1.  Please add it
as mandated by section 12.5 of the Debian Policy Manual.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.20
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages libxv1 depends on:
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libx11-6  2:1.0.0-6  X11 client-side library
ii  libxext6  1:1.0.0-4  X11 miscellaneous extension librar
ii  x11-common1:7.0.22   X Window System (X.Org) infrastruc

libxv1 recommends no packages.

-- no debconf information




--- End Message ---
--- Begin Message ---
Version: 1:1.0.1-4

This bug was fixed by Andres Salomon in a previous version.

Therefore, I'm closing this bug

-- 
Love,
Marga
--- End Message ---


Bug#153612: chance of a lifetime

2006-08-18 Thread Keith
Do not ignore me please,
I found yaour email somewhere and now decided to write you.
I am comabing to your place ian few weeks and thought we 
can meet each other. Let me know if you do not mind.
I am a nice pretty girl. Don't reply bto this emaibl. 
Email me direclty at [EMAIL PROTECTED]




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: move to current version

2006-08-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 383649 libxaw7 1:1.0.1-5
Bug#383649: Xaw's tooltips remove timers not belonging to them
Bug reassigned from package `libxaw6' to `libxaw7'.

> thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#383642: xspecs: Build the files as PDF

2006-08-18 Thread Jörg Sommer
Package: xspecs
Version: 1:1.0.1-2
Severity: wishlist

Hi,

gv and evince are not able to search in the PS files. A PDF file is
searchable. Please, build the files as PDFs to make it easier to work
with them.

Thanks, Jörg.

-- System Information:
Debian Release: unstable/experimental
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17-rc6
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

-- no debconf information


pgpOHcoMB3szJ.pgp
Description: PGP signature


Bug#383649: Xaw's tooltips remove timers not belonging to them

2006-08-18 Thread Bernhard R. Link
Package: libxaw6
Version: 1:1.0.1-5

Xaw's Tips.c registers and releases timers for tooltips to show,
but does not remember a timer already triggered. Thus it releases
timers no longer belonging to it but to other users of Xt Timeouts
within the same program. (This even happens very often, as Xt reuses
old TimeEventRecs, so the next one adding a timeout will get exactly
this number.)

diff -r -u libxaw-1.0.1.orig/src/Tip.c libxaw-1.0.1/src/Tip.c
--- libxaw-1.0.1.orig/src/Tip.c 2006-08-18 16:07:24.086733000 +0200
+++ libxaw-1.0.1/src/Tip.c  2006-08-18 16:08:02.513875540 +0200
@@ -564,6 +564,7 @@
 info->tip->tip.label = NULL;
 info->tip->tip.international = False;
 info->tip->tip.encoding = 0;
+info->tip->tip.timer = 0;
 XtSetArg(args[0], XtNtip, &info->tip->tip.label);
 XtSetArg(args[1], XtNinternational, &info->tip->tip.international);
 XtSetArg(args[2], XtNencoding, &info->tip->tip.encoding);

This is the correct bahaviour, as section 7.1.3 of Intrinsic.txt.gz
says:

| Note that timeouts are automatically removed once they trig-
| ger.

src/Repeater.c correctly forgets the timer when it is triggered, but
src/StripChart.c does very strange things with Xt Timeouts, which
very likely will have similar problems.

Hochachtungsvoll,
Bernhard R. Link


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#354221: xserver-xorg: confirming freezes with radeon driver

2006-08-18 Thread Tom Fernandes
Package: xserver-xorg
Version: 1:7.0.22
Followup-For: Bug #354221

Hi,
I am not sure if I should open a new bugreport on my issue, but this one
seems actually the most appropriate one to add my information as the
problem is similar.

System gets locked up with xorg 7.0.22. I did a fresh install so I don't
know if these problems would have also occured with previous versions.
Locked up means: no Ctrl-Alt-Backspace, no pinging over network, no
mouse, no keyboard.

I mainly found the freezes occuring when using firefox - sometimes even
at the exact same point. From what I heard firefox uses acceleration.
This might be related to #319263. But in gerneal the system freezes now
and then.

So I set "NoAccel" to "true" and since then I didn't experience a single
freeze. Before I had at least 1-2 freezes a day and I didn't experience
any freeze for about 2 weeks now.

Uncommenting DRI or GLX didn't work for me AFAIR - I think I tried all
possible combination of disabling the one and enabling the other or
disabling them alltogether.

Using the ATI driver did not help either.

There's another bugreport which might be related:
https://bugs.freedesktop.org/show_bug.cgi?id=6429

[EMAIL PROTECTED]:~$ lspci | grep VGA
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility
M6 LY

[EMAIL PROTECTED]:~$ uname -r
2.6.17-1-686

If you need any other info, let me know.

Thanks for the good work,


Tom


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#359328:

2006-08-18 Thread Mateusz Kaduk
AIGLX: 3D driver claims to not support visual 0x23 

If you have direct rendering enabled and Your screen blinks with black
triangles
Warning message:

(WW) AIGLX: 3D driver claims to not support visual 0x23
in /var.log/Xorg.0.log means that i912_dri.so is lacking of something.

I found that Xorg is looking first in /usr/X11R6/lib/modules/dri whereas
new is in /usr/lib/dri

ln -s /usr/lib/dri /usr/X11R6/lib/modules/dri
Should fix the problem




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]