Bug#530633: xterm: Unable to configure package

2009-05-31 Thread Raphael Hertzog
On Thu, 28 May 2009, Mathias Brodala wrote:
> Here’s the output:
> 
> >   File: „/var/lib/dpkg/alternatives/x-terminal-emulator“

That's not the good file. I asked for
/var/lib/dpkg/alternatives/x-terminal-emulator.1.gz.

(Hence the rest of the mail is useless, we know the x-terminal-emulator
alternative is modified each time that the postinst of a terminal is
executed)

Cheers,
-- 
Raphaël Hertzog

Contribuez à Debian et gagnez un cahier de l'admin Debian Lenny :
http://www.ouaza.com/wp/2009/03/02/contribuer-a-debian-gagner-un-livre/



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#531295: libx11-6: warning: obsolete option '--print-installation-architecture'

2009-05-31 Thread Kurt Roeckx
Package: libx11-6
Version: 2:1.2.1-1

Hi,

I'm seeing this:
Unpacking libx11-6 (from .../libx11-6_2%3a1.2.1-1_amd64.deb) ...
dpkg: warning: obsolete option '--print-installation-architecture', please use 
'--print-architecture' instead.

I'm seeing this in almost every build log, and sbuild is sending
me a separate mail with those warnings.  So I would like it that
that this gets fixed soon.


Kurt




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#531294: x11-common: dpkg: warning: obsolete option '--print-installation-architecture'

2009-05-31 Thread Kurt Roeckx
Package: x11-common
Version: 1:7.4+1

Hi,

I'm seeing this message now when installing pacakges:
Unpacking x11-common (from .../x11-common_1%3a7.4+1_all.deb) ...
dpkg: warning: obsolete option '--print-installation-architecture', please use 
'--print-architecture' instead.
dpkg: warning: obsolete option '--print-installation-architecture', please use 
'--print-architecture' instead.
[...]
Setting up x11-common (1:7.4+1) ...
dpkg: warning: obsolete option '--print-installation-architecture', please use 
'--print-architecture' instead.
dpkg: warning: obsolete option '--print-installation-architecture', please use 
'--print-architecture' instead.
All runlevel operations denied by policy

[...]

Removing x11-common ...
All runlevel operations denied by policy
dpkg: warning: obsolete option '--print-installation-architecture', please use 
'--print-architecture' instead.
Purging configuration files for x11-common ...
dpkg: warning: obsolete option '--print-installation-architecture', please use 
'--print-architecture' instead.
dpkg: warning: obsolete option '--print-installation-architecture', please use 
'--print-architecture' instead.


I'm seeing this in almost every build log, and sbuild is sending
me a separate mail with those warnings.  So I would like it that
you fix this soon.


Kurt




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



gallium in mesa 7.5

2009-05-31 Thread Julien Cristau
Hi,

this builds gallium in all configurations, which is probably not what we
want.  It seems only the swx11 configs actually build a libGL, the rest
has empty GALLIUM_STATE_TRACKERS_DIRS.

Michel, in which configurations does it make sense to build gallium, and
what should we build?
Should we ship any of it?  If so, what and in what package?

Thanks,
Julien


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#531300: Accelerated mouse pointer doesn't reach left hand border

2009-05-31 Thread Daniel Pocock

Package: xserver-xephyr


I'm using the script given below to start Xephyr from gdm, with the 
intention of creating a `multi-seat' environment.


I notice that when I move the mouse slowly, I can move it all the way to 
the left border.


When I move the mouse to the left quickly, it gets stuck about 10-20 
pixels from the border.  I can then move it to the border by moving it 
to the right again and then moving it left slowly.


It doesn't appear to happen at the top, bottom or right hand borders.

This is my Xephyr command line:

# ps ax | grep Xephyr
1983 ?S 14:55 /usr/bin/Xephyr :1 -audit 0 -screen 1920x1200 
-dpi 96 +kb r -auth /var/lib/gdm/:1.Xauth


The gdm settings:

[server-screen0]
name=screen0
command=/usr/local/bin/launch-xephyr -display :0.0 -xauthority 
/var/lib/gdm/:0.Xauth -audit 0 -screen 1920x1200 -dpi 96 +kb r

handled=true
flexible=false




$ cat /usr/local/bin/launch-xephyr
#!/bin/bash

trap "" usr1

XEPHYR=/usr/bin/Xephyr

args=()

while [ ! -z "$1" ]; do
if [[ "$1" == "-xauthority" ]]; then
  shift
  if [ ! -z "$1" ]; then
export XAUTHORITY="$1"
  fi
elif [[ "$1" == "-display" ]]; then
  shift
  if [ ! -z "$1" ]; then
export DISPLAY="$1"
  fi
else
  if ! expr match $1 'vt[0-9][0-9]*' >/dev/null; then
args=("${ar...@]}" "$1")
  fi
fi

shift
done

/usr/bin/xset s noblank
/usr/bin/xset s off
/usr/bin/xset -dpms

exec $XEPHYR "${ar...@]}"




--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



mesa: Changes to 'debian-experimental'

2009-05-31 Thread Julien Cristau
 debian/changelog |   10 
 debian/libgl1-mesa-dev.install   |1 
 debian/patches/02_use-ieee-fp-on-s390-and-m68k.patch |   12 ++---
 debian/patches/03_optional-progs-and-install.patch   |2 
 debian/patches/05_hurd-ftbfs.diff|   41 +--
 debian/patches/06_kfreebsd-ftbfs.diff|9 ++--
 6 files changed, 27 insertions(+), 48 deletions(-)

New commits:
commit 4bcb9cc14f1133b9ff6225de8d340d34b9aa5642
Author: Julien Cristau 
Date:   Sun May 31 13:15:00 2009 +0200

Update patches

+ 02_use-ieee-fp-on-s390-and-m68k.patch moved from imports.h to compiler.h
+ 03_optional-progs-and-install.patch refreshed
+ 05_hurd-ftbfs.diff partly applied upstream
+ 06_kfreebsd-ftbfs.diff refreshed

diff --git a/debian/changelog b/debian/changelog
index 68266f3..9fb8943 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,13 @@ mesa (7.5~rc2-1) UNRELEASED; urgency=low
   * New upstream release candidate.
   * rules: Disable EGL.
 
+  [ Julien Cristau ]
+  * Update patches:
++ 02_use-ieee-fp-on-s390-and-m68k.patch moved from imports.h to compiler.h
++ 03_optional-progs-and-install.patch refreshed
++ 05_hurd-ftbfs.diff partly applied upstream
++ 06_kfreebsd-ftbfs.diff refreshed
+
  -- Timo Aaltonen   Mon, 18 May 2009 15:12:17 +0300
 
 mesa (7.4.1-1) unstable; urgency=low
diff --git a/debian/patches/02_use-ieee-fp-on-s390-and-m68k.patch 
b/debian/patches/02_use-ieee-fp-on-s390-and-m68k.patch
index 6d12fff..445dc7e 100644
--- a/debian/patches/02_use-ieee-fp-on-s390-and-m68k.patch
+++ b/debian/patches/02_use-ieee-fp-on-s390-and-m68k.patch
@@ -2,13 +2,13 @@ Patch that fixes Debian bug #349437.
 
 This patch by David Nusinow.
 
-Index: mesa/src/mesa/main/imports.h
+Index: mesa/src/mesa/main/compiler.h
 ===
 mesa.orig/src/mesa/main/imports.h  2008-07-01 15:26:57.0 +0300
-+++ mesa/src/mesa/main/imports.h   2008-07-01 15:45:49.0 +0300
-@@ -158,8 +158,9 @@
-  *** USE_IEEE: Determine if we're using IEEE floating point
-  ***/
+--- mesa.orig/src/mesa/main/compiler.h
 mesa/src/mesa/main/compiler.h
+@@ -345,8 +345,9 @@
+  * USE_IEEE: Determine if we're using IEEE floating point
+  */
  #if defined(__i386__) || defined(__386__) || defined(__sparc__) || \
 -defined(__s390x__) || defined(__powerpc__) || \
 +defined(__s390__) || defined(__s390x__) || defined(__powerpc__) || \
diff --git a/debian/patches/03_optional-progs-and-install.patch 
b/debian/patches/03_optional-progs-and-install.patch
index 6eac84a..7e0d365 100644
--- a/debian/patches/03_optional-progs-and-install.patch
+++ b/debian/patches/03_optional-progs-and-install.patch
@@ -23,7 +23,7 @@ Index: mesa/progs/xdemos/Makefile
corender \
glsync \
glthreads \
-@@ -61,6 +61,11 @@
+@@ -62,6 +62,11 @@
  extra: $(EXTRA_PROGS)
  
  
diff --git a/debian/patches/05_hurd-ftbfs.diff 
b/debian/patches/05_hurd-ftbfs.diff
index 7037a1d..c6aab53 100644
--- a/debian/patches/05_hurd-ftbfs.diff
+++ b/debian/patches/05_hurd-ftbfs.diff
@@ -13,38 +13,16 @@ Index: mesa/src/glx/x11/dri2.c
  
  #define NEED_REPLIES
  #include 
-@@ -299,3 +300,4 @@
+@@ -369,3 +370,4 @@
  UnlockDisplay(dpy);
  SyncHandle();
  }
 +#endif
-Index: mesa/include/GL/internal/dri_interface.h
-===
 mesa.orig/include/GL/internal/dri_interface.h
-+++ mesa/include/GL/internal/dri_interface.h
-@@ -41,7 +41,7 @@
- #define DRI_INTERFACE_H
- 
- /* For archs with no drm.h */
--#if !defined(__APPLE__) && !defined(__CYGWIN__)
-+#if !defined(__APPLE__) && !defined(__CYGWIN__) && !defined(__GNU__)
- #include 
- #else
- typedef unsigned int drm_context_t;
 Index: mesa/configure.ac
 ===
 --- mesa.orig/configure.ac
 +++ mesa/configure.ac
-@@ -87,7 +87,7 @@
- DEFINES=""
- AC_SUBST([DEFINES])
- case "$host_os" in
--linux*|*-gnu*)
-+linux*|*-gnu*|gnu*)
- DEFINES="$DEFINES -D_GNU_SOURCE -DPTHREADS"
- ;;
- solaris*)
-@@ -490,6 +490,13 @@
+@@ -526,6 +526,13 @@
  enable_xcb=no
  fi
  
@@ -58,7 +36,7 @@ Index: mesa/configure.ac
  dnl
  dnl libGL configuration per driver
  dnl
-@@ -523,11 +530,13 @@
+@@ -559,11 +566,13 @@
  AC_MSG_ERROR([Can't use static libraries for DRI drivers])
  fi
  
@@ -77,7 +55,7 @@ Index: mesa/configure.ac
  
  # find the DRI deps for libGL
  if test "$x11_pkgconfig" = yes; then
-@@ -594,12 +603,6 @@
+@@ -630,12 +639,6 @@
  [DRI_DRIVER_INSTALL_DIR="$withval"],
  [DRI_DRIVER_INSTALL_DIR='${libdir}/dri'])
  AC_SUBST([DRI_DRIVER_INSTALL_DIR])
@@ -90,14 +68,3 @@ Index: mesa/configure.ac
  dnl Which drivers to build - default is chosen by platform
  AC_ARG_WITH([dri-drivers],
  [AS_HELP_STRING([--with-dri-drivers@<:@=DIRS...@:>@],
-@@ -698,6 +701,10 @@
- unic

Bug#531302: caps lock becomes stuck

2009-05-31 Thread Daniel Pocock

Package: xserver-xephyr


I'm using the script given below to start Xephyr from gdm, with the 
intention of creating a `multi-seat' environment.


After using the caps lock key a few times, I get stuck in caps mode and 
pressing caps lock again fails to take it off.  The problem is easily 
reproducible and is discussed in various forums online.

Using ALT-F1 to switch to a text console, I find my keyboard working normally.  
If I switch back to the Xephyr session (ALT-F7), I am back in caps mode.  So 
far, I can only get my keyboard to work again by restarting Xephyr.

When in the caps lock mode, the shift key works for typing lowercase letters.

If I login on my :0 display (without going through Xephyr), everything works 
fine, no caps lock problems.

This is my Xephyr command line:

# ps ax | grep Xephyr
1983 ?S 14:55 /usr/bin/Xephyr :1 -audit 0 -screen 1920x1200 
-dpi 96 +kb r -auth /var/lib/gdm/:1.Xauth


The gdm settings:

[server-screen0]
name=screen0
command=/usr/local/bin/launch-xephyr -display :0.0 -xauthority 
/var/lib/gdm/:0.Xauth -audit 0 -screen 1920x1200 -dpi 96 +kb r

handled=true
flexible=false




$ cat /usr/local/bin/launch-xephyr
#!/bin/bash

trap "" usr1

XEPHYR=/usr/bin/Xephyr

args=()

while [ ! -z "$1" ]; do
if [[ "$1" == "-xauthority" ]]; then
 shift
 if [ ! -z "$1" ]; then
   export XAUTHORITY="$1"
 fi
elif [[ "$1" == "-display" ]]; then
 shift
 if [ ! -z "$1" ]; then
   export DISPLAY="$1"
 fi
else
 if ! expr match $1 'vt[0-9][0-9]*' >/dev/null; then
   args=("${ar...@]}" "$1")
 fi
fi

shift
done

/usr/bin/xset s noblank
/usr/bin/xset s off
/usr/bin/xset -dpms

exec $XEPHYR "${ar...@]}"






--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#531306: Auto-repeat broken

2009-05-31 Thread Daniel Pocock

Package: xserver-xephyr


I'm using the script given below to start Xephyr from gdm, with the 
intention of creating a `multi-seat' environment.


Keyboard auto-repeat is broken.  Hold a key and it doesn't repeat.  If I login 
on my :0 display (without going through Xephyr), everything works fine.

This is my Xephyr command line:

# ps ax | grep Xephyr
1983 ?S 14:55 /usr/bin/Xephyr :1 -audit 0 -screen 1920x1200 
-dpi 96 +kb r -auth /var/lib/gdm/:1.Xauth


The gdm settings:

[server-screen0]
name=screen0
command=/usr/local/bin/launch-xephyr -display :0.0 -xauthority 
/var/lib/gdm/:0.Xauth -audit 0 -screen 1920x1200 -dpi 96 +kb r

handled=true
flexible=false




$ cat /usr/local/bin/launch-xephyr
#!/bin/bash

trap "" usr1

XEPHYR=/usr/bin/Xephyr

args=()

while [ ! -z "$1" ]; do
if [[ "$1" == "-xauthority" ]]; then
 shift
 if [ ! -z "$1" ]; then
   export XAUTHORITY="$1"
 fi
elif [[ "$1" == "-display" ]]; then
 shift
 if [ ! -z "$1" ]; then
   export DISPLAY="$1"
 fi
else
 if ! expr match $1 'vt[0-9][0-9]*' >/dev/null; then
   args=("${ar...@]}" "$1")
 fi
fi

shift
done

/usr/bin/xset s noblank
/usr/bin/xset s off
/usr/bin/xset -dpms

exec $XEPHYR "${ar...@]}"






--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#531304: control-left arrow doesn't work in bash while using gnome-terminal under Xephyr

2009-05-31 Thread Daniel Pocock

Package: xserver-xephyr


I'm using the script given below to start Xephyr from gdm, with the 
intention of creating a `multi-seat' environment.


When I open a gnome-terminal window for running bash, type a command, and press 
CTRL-LEFT, I expect the cursor to jump one word to the left on the command I 
have typed.  Instead, I see the sequence of characters ;5D displayed.

A similar problem appears with CTRL-RIGHT, I see the character sequence ;5C 
inserted at the cursor.

I don't have this problem in a non-Xephyr environment on the same machine.

This is my Xephyr command line:

# ps ax | grep Xephyr
1983 ?S 14:55 /usr/bin/Xephyr :1 -audit 0 -screen 1920x1200 
-dpi 96 +kb r -auth /var/lib/gdm/:1.Xauth


The gdm settings:

[server-screen0]
name=screen0
command=/usr/local/bin/launch-xephyr -display :0.0 -xauthority 
/var/lib/gdm/:0.Xauth -audit 0 -screen 1920x1200 -dpi 96 +kb r

handled=true
flexible=false




$ cat /usr/local/bin/launch-xephyr
#!/bin/bash

trap "" usr1

XEPHYR=/usr/bin/Xephyr

args=()

while [ ! -z "$1" ]; do
if [[ "$1" == "-xauthority" ]]; then
 shift
 if [ ! -z "$1" ]; then
   export XAUTHORITY="$1"
 fi
elif [[ "$1" == "-display" ]]; then
 shift
 if [ ! -z "$1" ]; then
   export DISPLAY="$1"
 fi
else
 if ! expr match $1 'vt[0-9][0-9]*' >/dev/null; then
   args=("${ar...@]}" "$1")
 fi
fi

shift
done

/usr/bin/xset s noblank
/usr/bin/xset s off
/usr/bin/xset -dpms

exec $XEPHYR "${ar...@]}"






--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#531305: Mouse acceleration not consistent under Xephyr and native X

2009-05-31 Thread Daniel Pocock

Package: xserver-xephyr


I'm using the script given below to start Xephyr from gdm, with the 
intention of creating a `multi-seat' environment.


I can start my X session in one of two ways:
a) native X (gdm logs in to :0)
b) Xephyr (gdm logs in to :1, which is really Xephyr on :0.0)

In either case, I have the same home directory, same Gnome settings, same X 
binaries, etc.

In case (b), I notice mouse acceleration is not consistent with case (a).  It 
is a little slower/more cumbersome.  When I switch between (a) and (b), I feel 
like I am working on a different machine, due to this change in mouse behaviour.

This is my Xephyr command line:

# ps ax | grep Xephyr
1983 ?S 14:55 /usr/bin/Xephyr :1 -audit 0 -screen 1920x1200 
-dpi 96 +kb r -auth /var/lib/gdm/:1.Xauth


The gdm settings:

[server-screen0]
name=screen0
command=/usr/local/bin/launch-xephyr -display :0.0 -xauthority 
/var/lib/gdm/:0.Xauth -audit 0 -screen 1920x1200 -dpi 96 +kb r

handled=true
flexible=false




$ cat /usr/local/bin/launch-xephyr
#!/bin/bash

trap "" usr1

XEPHYR=/usr/bin/Xephyr

args=()

while [ ! -z "$1" ]; do
if [[ "$1" == "-xauthority" ]]; then
 shift
 if [ ! -z "$1" ]; then
   export XAUTHORITY="$1"
 fi
elif [[ "$1" == "-display" ]]; then
 shift
 if [ ! -z "$1" ]; then
   export DISPLAY="$1"
 fi
else
 if ! expr match $1 'vt[0-9][0-9]*' >/dev/null; then
   args=("${ar...@]}" "$1")
 fi
fi

shift
done

/usr/bin/xset s noblank
/usr/bin/xset s off
/usr/bin/xset -dpms

exec $XEPHYR "${ar...@]}"






--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#528682: Related problems?

2009-05-31 Thread Adrian Knoth
Hi!

Since a few days, my machine freezes on resume. I came across #529830
and #528682, but I'm not sure if they're related to each other.

What I can tell so far:

   - xserver-xorg-video-radeon/1:6.12.2-2 with 2.6.29.4, 2.6.29.2 and
 2.6.30-rc7 fails to restore X on resume. (first time usually works,
 then fails)

   - switching between VTs and X works without any problems

   - the behaviour is new, the kernel isn't, so I guess it's userland

   - without X (no X running at all), resume and suspend work fine

It's a HP nx6325 laptop with ATI xpress 200M (RS482).


Just my $0.02

-- 
mail: a...@thur.de  http://adi.thur.de  PGP/GPG: key via keyserver

[X] <-- nail here for new monitor



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#530633: xterm: Unable to configure package

2009-05-31 Thread Mathias Brodala
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi.

Raphael Hertzog, 31.05.2009 10:47:
> On Thu, 28 May 2009, Mathias Brodala wrote:
>> Here’s the output:
>>
>>>   File: „/var/lib/dpkg/alternatives/x-terminal-emulator“
> 
> That's not the good file. I asked for
> /var/lib/dpkg/alternatives/x-terminal-emulator.1.gz.
> 
> (Hence the rest of the mail is useless, we know the x-terminal-emulator
> alternative is modified each time that the postinst of a terminal is
> executed)

Sorry about that. The correct file yields this:

>   File: „/var/lib/dpkg/alternatives/x-terminal-emulator.1.gz“
>   Size: 10Blocks: 8  IO Block: 4096   reguläre Datei
> Device: 306h/774d Inode: 196536  Links: 1
> Access: (0644/-rw-r--r--)  Uid: (0/root)   Gid: (0/root)
> Access: 2009-04-07 00:37:08.0 +0200
> Modify: 2009-04-07 00:37:08.0 +0200
> Change: 2009-04-07 00:37:08.0 +0200

Nothing in dpkg’s logfiles is related to this timestamp. The logfiles go
back to January 2008 here.


Regards, Mathias

- --
debian/rules
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkoiz5sACgkQYfUFJ3ewsJg3nACeJLnHJKxL3KCzreJq5PBrqFOX
QgkAn0vEFxEB+RSATmIvoQ55OrrCcnVb
=SoAY
-END PGP SIGNATURE-



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#530633: xterm: Unable to configure package

2009-05-31 Thread Julien Cristau
On Thu, May 28, 2009 at 11:55:09 +0200, Bram Senders wrote:

>   File: `/var/lib/dpkg/alternatives/x-terminal-emulator.1.gz'
>   Size: 10Blocks: 8  IO Block: 4096   regular file
> Device: 304h/772d Inode: 353989  Links: 1
> Access: (0644/-rw-r--r--)  Uid: (0/root)   Gid: (0/root)
> Access: 2009-05-28 11:23:07.0 +0200
> Modify: 2005-02-25 13:11:37.0 +0100
> Change: 2008-04-03 00:02:28.0 +0200
> 
On Sun, May 31, 2009 at 20:42:35 +0200, Mathias Brodala wrote:

> >   File: „/var/lib/dpkg/alternatives/x-terminal-emulator.1.gz“
> >   Size: 10  Blocks: 8  IO Block: 4096   reguläre Datei
> > Device: 306h/774d   Inode: 196536  Links: 1
> > Access: (0644/-rw-r--r--)  Uid: (0/root)   Gid: (0/root)
> > Access: 2009-04-07 00:37:08.0 +0200
> > Modify: 2009-04-07 00:37:08.0 +0200
> > Change: 2009-04-07 00:37:08.0 +0200
> 

What terminal emulators do you have installed?
(contents of /var/lib/dpkg/alternatives/x-terminal-emulator would
probably tell us that)

Cheers,
Julien



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#530633: xterm: Unable to configure package

2009-05-31 Thread Mathias Brodala
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi.

Julien Cristau, 31.05.2009 21:05:
> On Thu, May 28, 2009 at 11:55:09 +0200, Bram Senders wrote:
> 
>>   File: `/var/lib/dpkg/alternatives/x-terminal-emulator.1.gz'
>>   Size: 10   Blocks: 8  IO Block: 4096   regular file
>> Device: 304h/772dInode: 353989  Links: 1
>> Access: (0644/-rw-r--r--)  Uid: (0/root)   Gid: (0/root)
>> Access: 2009-05-28 11:23:07.0 +0200
>> Modify: 2005-02-25 13:11:37.0 +0100
>> Change: 2008-04-03 00:02:28.0 +0200
>>
> On Sun, May 31, 2009 at 20:42:35 +0200, Mathias Brodala wrote:
> 
>>>   File: „/var/lib/dpkg/alternatives/x-terminal-emulator.1.gz“
>>>   Size: 10  Blocks: 8  IO Block: 4096   reguläre Datei
>>> Device: 306h/774d   Inode: 196536  Links: 1
>>> Access: (0644/-rw-r--r--)  Uid: (0/root)   Gid: (0/root)
>>> Access: 2009-04-07 00:37:08.0 +0200
>>> Modify: 2009-04-07 00:37:08.0 +0200
>>> Change: 2009-04-07 00:37:08.0 +0200
> 
> What terminal emulators do you have installed?
> (contents of /var/lib/dpkg/alternatives/x-terminal-emulator would
> probably tell us that)

Here’s the content:

> auto
> /usr/bin/x-terminal-emulator
> x-terminal-emulator.1.gz
> /usr/share/man/man1/x-terminal-emulator.1.gz
> 
> /usr/bin/lxterm
> 30
> /usr/share/man/man1/lxterm.1.gz
> /usr/bin/koi8rxterm
> 20
> /usr/share/man/man1/koi8rxterm.1.gz
> /usr/bin/xfce4-terminal.wrapper
> 40
> /usr/share/man/man1/xfce4-terminal.wrapper.1.gz
> /usr/bin/urxvt
> 11
> /usr/share/man/man1/urxvt.1.gz
> /usr/bin/xterm
> 20
> /usr/share/man/man1/xterm.1.gz
> /usr/bin/uxterm
> 20
> /usr/share/man/man1/uxterm.1.gz
> /usr/bin/urxvtcd
> 11
> /usr/share/man/man1/urxvtcd.1.gz


Regards, Mathias

- --
debian/rules
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkoi1gYACgkQYfUFJ3ewsJh7fQCffxtM6clyWmtccgA6xf6Zt6Vx
4LsAn1XD1oqMXlc6FcviGhkycCI6tyFD
=Slk3
-END PGP SIGNATURE-



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: notfound 524257 in 2:2.7.99.1-2

2009-05-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # but needs kernel 2.6.30-rc6 or newer
> notfound 524257 2:2.7.99.1-2
Bug#524257: xserver-xorg-video-intel: [G33/KMS] lockup whenever using Xv
Bug no longer marked as found in version 2:2.7.99.1-2.

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#528682: Adrian's report

2009-05-31 Thread Chanoch (Ken) Bloom
Adrian, your bug sounds exactly like mine (#529830), down to the
verison numbers fo all components you tried. You should be able to get
a workaround by downgrading to xserver-xorg-video-radeon/1:6.12.2-1.
I tried bisecting the changes between the two versions, but my results
were inconsistent.

Your bug should be unrelated to 528682, which is filed against version
1:6.9.0-1+lenny4 of the driver from lenny.

--Ken

-- 
Chanoch (Ken) Bloom. PhD candidate. Linguistic Cognition Laboratory.
Department of Computer Science. Illinois Institute of Technology.
http://www.iit.edu/~kbloom1/


signature.asc
Description: Digital signature


Bug#526169: (no subject)

2009-05-31 Thread Nicolas Ruiz
I installed a kernel with the patch referred to in
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526169#41 and the tiling
persists. However I managed to solve the problem by setting the Tiling
option to false as mentioned in
https://bugs.freedesktop.org/show_bug.cgi?id=21246#c10

Currently my /etc/X11/xorg.conf reads
Section "Device"
Identifier  "Intel Corporation 82852/855GM"
Driver  "intel"
Option  "Tiling" "false"
EndSection

And I'm using a Thinkpad R50e.



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org