Processed: bug 529830 is forwarded to https://bugs.freedesktop.org/show_bug.cgi?id=22140

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

> forwarded 529830 https://bugs.freedesktop.org/show_bug.cgi?id=22140
Bug #529830 [xserver-xorg-video-radeon] xserver-xorg-video-radeon: black screen 
when switching from VT to X, or waking up from sleep
Set Bug forwarded-to-address to 
'https://bugs.freedesktop.org/show_bug.cgi?id=22140'.
>
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#538810: video-radeon: direct rendering: graphics deceleration?

2009-07-27 Thread Michal Suchanek
On 28/07/2009, Michel Dänzer  wrote:
> On Tue, 2009-07-28 at 00:16 +0200, Michal Suchanek wrote:
>  > On 27/07/2009, Michel Dänzer  wrote:
>  > > On Mon, 2009-07-27 at 21:14 +0200, Michal Suchanek wrote:
>  > >  > 2009/7/27 Michel Dänzer :
>  > >  >
>  > >  > >
>  > >  > > Please provide the full output of
>  > >  > >
>  > >  > > LIBGL_DEBUG=verbose glxinfo 2>&1
>  > >  > >
>  > >  > > for both cases.
>  > >  > >
>  > >  > > For now assuming it's a 3D driver issue, reassigning.
>  > >  > >
>  > >  >
>  > >  > Attaching output of glxinfo.
>  > >
>  > >
>  > > Thanks. I don't see anything wrong. How do the framerate and CPU usage
>  > >  compare when running
>  > >
>  > >  /usr/lib/xscreensaver/hypertorus -delay 0 -fps
>  > >
>  > >  ?
>  >
>  > With DRI fps is pretty much constant around 8.0
>
>
> Hmm, that's pretty low, I'm getting around 40 fps on an RV350.

It's no wonder it is slow. Even rendering by a Celeron CPU is at times
faster than what my GPU shows.

>
>
>
>  > >  BTW, you can force the swrast driver by setting the environment variable
>  > >  LIBGL_ALWAYS_SOFTWARE=1 even when the DRI is enabled.
>  > >
>  >
>  > With this option fps ranges from 7.5 to 12 depending on object view angle.
>  >
>  > These are values in fullscreen and no delay. Both cause 100% system
>  > load but the DRI one causes system load and the software one causes
>  > user load.
>
>
> It might be interesting to find out where the CPU time is spent with
>  hardware acceleration.
>

It might be another unrelated DRI problem because in
xscreeensaver-demo the CPU is almost unused and the animation is still
slow. It's actually quite interesting, though. Turning on the fps
display makes the system time go almost 100% even in the demo.

I wonder how I could find where the time is spent. If it is system
time it is spent in kernel, right?

Thanks

Michal



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



Bug#529830: The bisection does fix the bug

2009-07-27 Thread Chanoch (Ken) Bloom
forward 529830 https://bugs.freedesktop.org/show_bug.cgi?id=22140
thanks

I've pulled the git tree, as-of yesterday and (equivalent to
1:6.12.2-3) and reverted commit
421085949e195596000e37ea6693489db7c075b5.
With this fix, I am no longer experiencing this issue.

Also note that this is upstream bug #22140
(https://bugs.freedesktop.org/show_bug.cgi?id=22140)

--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#535624: UNS: Re: Bug#535624: Patch update

2009-07-27 Thread Maximiliano Curia
Hola Julien Cristau!

El 27/07/2009 a las 14:16 escribiste:
> >if [ "$(md5sum "$XORGCONFIG")" = "$(cat "$XORGCONFIG_CHECKSUM")" ] || \
> > - ! [ -e "$XORGCONFIG" ] || [ -n "$RECONFIGURE" ]; then
> > + ! [ -e "$XORGCONFIG" ] || [ -n "$RECONFIGURE" ] || \
> > +{ [ -n "$(find "$XORGCONFIG" -maxdepth 0 -size 0 2>/dev/null)" ] && \
> > +[ "$2" = 1:7.3+19 ]; }; then

> I don't understand why this is necessary.
> xserver-xorg.preinst does this:

>   if [ "$1" = "install" ]; then
> if ! [ -e "$XORGCONFIG" ]; then
>   # cheap, fork()-free version of "touch"
>   : > "$XORGCONFIG"
>   md5sum "$XORGCONFIG" > "$XORGCONFIG_CHECKSUM"
> fi
>   fi

> so even with the buggy preinst the checksum in $XORGCONFIG_CHECKSUM
> should match the empty file.  What am I missing?

You are most probably right and I had probably mess up with the tests I made
before. I wasn't looking for the source of xorg.conf emptyness, so it should
be fine to remove the modification to the second if. I've tested it (lightly)
again and seems to be fine.

-- 
"We must be very careful when we give advice to younger people: sometimes they
follow it!" -- Edsger W. Dijkstra
Saludos /\/\ /\ >< `/



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



Bug#538810: video-radeon: direct rendering: graphics deceleration?

2009-07-27 Thread Michal Suchanek
On 27/07/2009, Michel Dänzer  wrote:
> On Mon, 2009-07-27 at 21:14 +0200, Michal Suchanek wrote:
>  > 2009/7/27 Michel Dänzer :
>  >
>  > >
>  > > Please provide the full output of
>  > >
>  > > LIBGL_DEBUG=verbose glxinfo 2>&1
>  > >
>  > > for both cases.
>  > >
>  > > For now assuming it's a 3D driver issue, reassigning.
>  > >
>  >
>  > Attaching output of glxinfo.
>
>
> Thanks. I don't see anything wrong. How do the framerate and CPU usage
>  compare when running
>
>  /usr/lib/xscreensaver/hypertorus -delay 0 -fps
>
>  ?

With DRI fps is pretty much constant around 8.0

>
>  BTW, you can force the swrast driver by setting the environment variable
>  LIBGL_ALWAYS_SOFTWARE=1 even when the DRI is enabled.
>

With this option fps ranges from 7.5 to 12 depending on object view angle.

These are values in fullscreen and no delay. Both cause 100% system
load but the DRI one causes system load and the software one causes
user load.

These are fullscreen values. The difference might be larger in the
small demo in the xscreensaver-demo application. With software
rendering the animation in demo seems smoother and 70% user load is
generated. With DRI it causes a little load in system time.

Thanks

Michal



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



Bug#538810: video-radeon: direct rendering: graphics deceleration?

2009-07-27 Thread Michel Dänzer
On Tue, 2009-07-28 at 00:16 +0200, Michal Suchanek wrote:
> On 27/07/2009, Michel Dänzer  wrote:
> > On Mon, 2009-07-27 at 21:14 +0200, Michal Suchanek wrote:
> >  > 2009/7/27 Michel Dänzer :
> >  >
> >  > >
> >  > > Please provide the full output of
> >  > >
> >  > > LIBGL_DEBUG=verbose glxinfo 2>&1
> >  > >
> >  > > for both cases.
> >  > >
> >  > > For now assuming it's a 3D driver issue, reassigning.
> >  > >
> >  >
> >  > Attaching output of glxinfo.
> >
> >
> > Thanks. I don't see anything wrong. How do the framerate and CPU usage
> >  compare when running
> >
> >  /usr/lib/xscreensaver/hypertorus -delay 0 -fps
> >
> >  ?
> 
> With DRI fps is pretty much constant around 8.0

Hmm, that's pretty low, I'm getting around 40 fps on an RV350.


> >  BTW, you can force the swrast driver by setting the environment variable
> >  LIBGL_ALWAYS_SOFTWARE=1 even when the DRI is enabled.
> >
> 
> With this option fps ranges from 7.5 to 12 depending on object view angle.
> 
> These are values in fullscreen and no delay. Both cause 100% system
> load but the DRI one causes system load and the software one causes
> user load.

It might be interesting to find out where the CPU time is spent with
hardware acceleration.


-- 
Earthling Michel Dänzer   |http://www.vmware.com
Libre software enthusiast |  Debian, X and DRI developer



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



Bug#538810: video-radeon: direct rendering: graphics deceleration?

2009-07-27 Thread Michel Dänzer
On Mon, 2009-07-27 at 21:14 +0200, Michal Suchanek wrote:
> 2009/7/27 Michel Dänzer :
> 
> >
> > Please provide the full output of
> >
> > LIBGL_DEBUG=verbose glxinfo 2>&1
> >
> > for both cases.
> >
> > For now assuming it's a 3D driver issue, reassigning.
> >
> 
> Attaching output of glxinfo.

Thanks. I don't see anything wrong. How do the framerate and CPU usage
compare when running

/usr/lib/xscreensaver/hypertorus -delay 0 -fps

?

BTW, you can force the swrast driver by setting the environment variable
LIBGL_ALWAYS_SOFTWARE=1 even when the DRI is enabled.


-- 
Earthling Michel Dänzer   |http://www.vmware.com
Libre software enthusiast |  Debian, X and DRI developer



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



Bug#538810: video-radeon: direct rendering: graphics deceleration?

2009-07-27 Thread Michal Suchanek
2009/7/27 Michel Dänzer :

>
> Please provide the full output of
>
> LIBGL_DEBUG=verbose glxinfo 2>&1
>
> for both cases.
>
> For now assuming it's a 3D driver issue, reassigning.
>

Attaching output of glxinfo.

Thanks

Michal


radeon-dri.log
Description: Binary data


radeon-no-dri.log
Description: Binary data


Bug#538896: xserver-xorg-input-mouse: Emulate3Buttons does not work as documented

2009-07-27 Thread Vincent Lefevre
Package: xserver-xorg-input-mouse
Version: 1:1.4.0-2
Severity: normal

The mousedrv(4) man page says:

  Option "Emulate3Buttons" "boolean"
Enable/disable  the emulation of the third (middle) mouse button
for mice which only have two physical buttons.  The third button
is  emulated  by pressing both buttons simultaneously.  Default:
on, until a press of a physical button 3 is detected.

But even after I press the physical button 3, button 1 + button 2
still sends a button 3 event.

-- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 2009-06-04 16:13:46 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1866576 2009-07-14 00:30:51 /usr/bin/Xorg

/var/lib/x11/xorg.conf.roster does not exist.

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: nVidia Corporation G98M [Quadro NVS 160M] 
(rev a1)

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 1466 2009-07-01 05:21:26 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
Option  "XkbRules"  "xorg"
Option  "XkbModel"  "pc105"
Option  "XkbLayout" "gb"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
EndSection

# Touchpad: disable tapping.
Section "InputDevice"
Identifier  "Synaptics Touchpad"
Driver  "synaptics"
Option  "AlwaysCore"
Option  "Protocol"  "auto-dev"
Option  "MaxTapTime""0"
Option  "SHMConfig" "true"
EndSection

Section "Device"
Identifier  "Configured Video Device"
Driver  "nv"
Option  "UseFBDev"  "true"
EndSection

Section "Monitor"
Identifier  "Configured Monitor"
EndSection

Section "Screen"
Identifier  "Default Screen"
Monitor "Configured Monitor"
EndSection

Section "ServerLayout"
Identifier  "Default Layout"
Screen  "Default Screen"
InputDevice "Synaptics Touchpad"
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 24483 2009-07-27 17:01:47 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.6.2
Release Date: 2009-7-7
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.30.1-dsa-amd64 x86_64 Debian
Current Operating System: Linux xvii 2.6.30-1-amd64 #1 SMP Wed Jul 8 12:20:34 
UTC 2009 x86_64
Build Date: 13 July 2009  10:30:07PM
xorg-server 2:1.6.2-1 (buildd@) 
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Jul 27 17:01:41 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Configured Monitor"
(==) No device specified for screen "Default Screen".
Using the first device section listed.
(**) |   |-->Device "Configured Video Device"
(**) |-->Input Device "Synaptics Touchpad"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
If no devices become available, reconfigure HAL or disable 
AllowEmptyInput.
(II) Loader magic: 0x3cc0
(II) Module ABI versions:
 

Bug#538890: fglrx-glx and libgl1-mesa-swx11: error when trying to install together

2009-07-27 Thread Ralf Treinen
Package: libgl1-mesa-swx11,fglrx-glx
Version: libgl1-mesa-swx11/7.5-3
Version: fglrx-glx/1:9-6-4
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2009-07-27
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


WARNING: The following packages cannot be authenticated!
  console-data console-terminus xkb-data console-setup kbd console-common
  x11-common libice6 libsm6 libxau6 libxdmcp6 libxcb1 libx11-data libx11-6
  libxt6 libxext6 libxmu6 libxpm4 libxaw7 libxkbfile1 libgmp3c2 libmpfr1ldbl
  cpp-4.3 cpp x11-xkb-utils libpci3 libpcre3 pciutils acl libdbus-1-3
  libck-connector0 libglib2.0-0 libdbus-glib-1-2 libexpat1 dbus consolekit
  libsmbios2 libhal1 libhal-storage1 libpolkit2 usbutils hal-info
  powermgmt-base pm-utils libpolkit-dbus2 libpolkit-grant2 policykit hal
  laptop-detect libdrm2 libfontenc1 libfreetype6 libosmesa6 libpciaccess0
  libpixman-1-0 libxfont1 libxinerama1 libxrender1 libxrandr2 xserver-common
  libaudit0 xserver-xorg-core xserver-xorg-input-evdev libgl1-mesa-swx11
  fglrx-glx fglrx-driver xserver-xorg

Extracting templates from packages: 44%
Extracting templates from packages: 89%
Extracting templates from packages: 100%
Preconfiguring packages ...
Authentication warning overridden.
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package console-data.
(Reading database ... 8205 files and directories currently installed.)
Unpacking console-data (from .../console-data_2%3a1.09-2_all.deb) ...
Selecting previously deselected package console-terminus.
Unpacking console-terminus (from .../console-terminus_4.28-1_all.deb) ...
Selecting previously deselected package xkb-data.
Unpacking xkb-data (from .../xkb-data_1.6-1_all.deb) ...
Selecting previously deselected package console-setup.
Unpacking console-setup (from .../console-setup_1.44_all.deb) ...
Selecting previously deselected package kbd.
Unpacking kbd (from .../archives/kbd_1.15-2_amd64.deb) ...
Selecting previously deselected package console-common.
Unpacking console-common (from .../console-common_0.7.83_all.deb) ...
Selecting previously deselected package x11-common.
Unpacking x11-common (from .../x11-common_1%3a7.4+3_all.deb) ...
Selecting previously deselected package libice6.
Unpacking libice6 (from .../libice6_2%3a1.0.5-1_amd64.deb) ...
Selecting previously deselected package libsm6.
Unpacking libsm6 (from .../libsm6_2%3a1.1.0-2_amd64.deb) ...
Selecting previously deselected package libxau6.
Unpacking libxau6 (from .../libxau6_1%3a1.0.4-2_amd64.deb) ...
Selecting previously deselected package libxdmcp6.
Unpacking libxdmcp6 (from .../libxdmcp6_1%3a1.0.2-3_amd64.deb) ...
Selecting previously deselected package libxcb1.
Unpacking libxcb1 (from .../libxcb1_1.3-2_amd64.deb) ...
Selecting previously deselected package libx11-data.
Unpacking libx11-data (from .../libx11-data_2%3a1.2.2-1_all.deb) ...
Selecting previously deselected package libx11-6.
Unpacking libx11-6 (from .../libx11-6_2%3a1.2.2-1_amd64.deb) ...
Processing triggers for man-db ...
Can not write log, openpty() failed (/dev/pts not mounted?)
Setting up x11-common (1:7.4+3) ...
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package libxt6.
(Reading database ... 10096 files and directories currently installed.)
Unpacking libxt6 (from .../libxt6_1%3a1.0.5-3_amd64.deb) ...
Selecting previously deselected package libxext6.
Unpacking libxext6 (from .../libxext6_2%3a1.0.4-1_amd64.deb) ...
Selecting previously deselected package libxmu6.
Unpacking libxmu6 (from .../libxmu6_2%3a1.0.4-1_amd64.deb) ...
Selecting previously deselected package libxpm4.
Unpacking libxpm4 (from .../libxpm4_1%3a3.5.7-2_amd64.deb) ...
Selecting previously deselected package libxaw7.
Unpacking libxaw7 (from .../libxaw7_2%3a1.0.5-2_amd64.deb) ...
Selecting previously deselected package libxkbfile1.
Unpacking libxkbfile1 (from .../libxkbfile1_1%3a1.0.5-1_amd64.deb) ...
Selecting previously deselected package libgmp3c2.
Unpacking libgmp3c2 (from .../libgmp3c2_2%3a4.3.1+dfsg-2_amd64.deb) ...
Selecting previously deselected package libmpfr1ldbl.
Unpacking libmpfr1ldbl (from .../libmpfr1ldbl_2.4.1-2_amd64.deb) ...
Selecting previously deselected package cpp-4.3.
Unpacking cpp-4.3 (from .../cpp-4.3_4.3.3-14_amd64.deb) ...
Selecting previously deselected package cpp.
Unpacking cpp (from .../cpp_4%3a4.3.3-9_amd64.deb) ...
Selecting previously deselected package x11-xkb-utils.
Unpacking x11-xkb-utils (from .../x11-xkb-utils_7.4+3_amd64.deb) ...
Selecting previously deselected package libpci3.
Unpacking libpci3 (from .../libpci3_1%3a3.1.3-1_amd64.deb) ...
Selecting previously deselected package libpcre3.
Unpacking libpcre3 (from .../libpcre3_7.8-2_amd64.deb) ...
Selecting previously deselected package pciutils.
Unpacking pciutils (from

Bug#538889: fglrx-glx and libgl1-mesa-glx: error when trying to install together

2009-07-27 Thread Ralf Treinen
Package: libgl1-mesa-glx,fglrx-glx
Version: libgl1-mesa-glx/7.5-3
Version: fglrx-glx/1:9-6-4
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2009-07-27
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


WARNING: The following packages cannot be authenticated!
  console-data console-terminus xkb-data console-setup kbd console-common
  x11-common libxau6 libxdmcp6 libxcb1 libx11-data libx11-6 libxfixes3 libice6
  libsm6 libxt6 libxext6 libxmu6 libxpm4 libxaw7 libxkbfile1 libgmp3c2
  libmpfr1ldbl cpp-4.3 cpp x11-xkb-utils libpci3 libpcre3 pciutils acl
  libdbus-1-3 libck-connector0 libglib2.0-0 libdbus-glib-1-2 libexpat1 dbus
  consolekit libsmbios2 libhal1 libhal-storage1 libpolkit2 usbutils hal-info
  powermgmt-base pm-utils libpolkit-dbus2 libpolkit-grant2 policykit hal
  laptop-detect libdrm2 libfontenc1 libfreetype6 libxdamage1 libxxf86vm1
  libgl1-mesa-glx libpciaccess0 libpixman-1-0 libxfont1 libxinerama1
  libxrender1 libxrandr2 xserver-common libaudit0 xserver-xorg-core
  xserver-xorg-input-evdev fglrx-glx fglrx-driver xserver-xorg

Extracting templates from packages: 43%
Extracting templates from packages: 86%
Extracting templates from packages: 100%
Preconfiguring packages ...
Authentication warning overridden.
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package console-data.
(Reading database ... 8205 files and directories currently installed.)
Unpacking console-data (from .../console-data_2%3a1.09-2_all.deb) ...
Selecting previously deselected package console-terminus.
Unpacking console-terminus (from .../console-terminus_4.28-1_all.deb) ...
Selecting previously deselected package xkb-data.
Unpacking xkb-data (from .../xkb-data_1.6-1_all.deb) ...
Selecting previously deselected package console-setup.
Unpacking console-setup (from .../console-setup_1.44_all.deb) ...
Selecting previously deselected package kbd.
Unpacking kbd (from .../archives/kbd_1.15-2_amd64.deb) ...
Selecting previously deselected package console-common.
Unpacking console-common (from .../console-common_0.7.83_all.deb) ...
Selecting previously deselected package x11-common.
Unpacking x11-common (from .../x11-common_1%3a7.4+3_all.deb) ...
Selecting previously deselected package libxau6.
Unpacking libxau6 (from .../libxau6_1%3a1.0.4-2_amd64.deb) ...
Selecting previously deselected package libxdmcp6.
Unpacking libxdmcp6 (from .../libxdmcp6_1%3a1.0.2-3_amd64.deb) ...
Selecting previously deselected package libxcb1.
Unpacking libxcb1 (from .../libxcb1_1.3-2_amd64.deb) ...
Selecting previously deselected package libx11-data.
Unpacking libx11-data (from .../libx11-data_2%3a1.2.2-1_all.deb) ...
Selecting previously deselected package libx11-6.
Unpacking libx11-6 (from .../libx11-6_2%3a1.2.2-1_amd64.deb) ...
Processing triggers for man-db ...
Can not write log, openpty() failed (/dev/pts not mounted?)
Setting up x11-common (1:7.4+3) ...
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package libxfixes3.
(Reading database ... 10084 files and directories currently installed.)
Unpacking libxfixes3 (from .../libxfixes3_1%3a4.0.3-2_amd64.deb) ...
Selecting previously deselected package libice6.
Unpacking libice6 (from .../libice6_2%3a1.0.5-1_amd64.deb) ...
Selecting previously deselected package libsm6.
Unpacking libsm6 (from .../libsm6_2%3a1.1.0-2_amd64.deb) ...
Selecting previously deselected package libxt6.
Unpacking libxt6 (from .../libxt6_1%3a1.0.5-3_amd64.deb) ...
Selecting previously deselected package libxext6.
Unpacking libxext6 (from .../libxext6_2%3a1.0.4-1_amd64.deb) ...
Selecting previously deselected package libxmu6.
Unpacking libxmu6 (from .../libxmu6_2%3a1.0.4-1_amd64.deb) ...
Selecting previously deselected package libxpm4.
Unpacking libxpm4 (from .../libxpm4_1%3a3.5.7-2_amd64.deb) ...
Selecting previously deselected package libxaw7.
Unpacking libxaw7 (from .../libxaw7_2%3a1.0.5-2_amd64.deb) ...
Selecting previously deselected package libxkbfile1.
Unpacking libxkbfile1 (from .../libxkbfile1_1%3a1.0.5-1_amd64.deb) ...
Selecting previously deselected package libgmp3c2.
Unpacking libgmp3c2 (from .../libgmp3c2_2%3a4.3.1+dfsg-2_amd64.deb) ...
Selecting previously deselected package libmpfr1ldbl.
Unpacking libmpfr1ldbl (from .../libmpfr1ldbl_2.4.1-2_amd64.deb) ...
Selecting previously deselected package cpp-4.3.
Unpacking cpp-4.3 (from .../cpp-4.3_4.3.3-14_amd64.deb) ...
Selecting previously deselected package cpp.
Unpacking cpp (from .../cpp_4%3a4.3.3-9_amd64.deb) ...
Selecting previously deselected package x11-xkb-utils.
Unpacking x11-xkb-utils (from .../x11-xkb-utils_7.4+3_amd64.deb) ...
Selecting previously deselected package libpci3.
Unpacking libpci3 (from .../libpci3_1%3a3.1.3-1_amd64.deb) ...
Selecting previously deselected package libp

Processed: Re: Processed (with 1 errors): Re: Bug#538077: installation-reports: Netinstall 5.0.2: empty xorg.conf and wrong keymap

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

> found 538077 1:7.3+19
Bug #538077 [xserver-xorg] installation-reports: Netinstall 5.0.2: empty 
xorg.conf and wrong keymap
Bug #535624 [xserver-xorg] Command "dpkg-reconfigure -phigh xserver-xorg" 
doesn't create /etc/X11/xorg.conf
There is no source info for the package 'xserver-xorg' at version '1:7.3+19' 
with architecture ''
Unable to make a source version for version '1:7.3+19'
Bug Marked as found in versions 1:7.3+19.
Bug Marked as found in versions 1:7.3+19.
> thanks
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#499085: marked as done (Please package new upstream xedit-1.1.1)

2009-07-27 Thread Debian Bug Tracking System

Your message dated Mon, 27 Jul 2009 17:47:09 +
with message-id 
and subject line Bug#499085: fixed in x11-apps 7.4+2
has caused the Debian Bug report #499085,
regarding Please package new upstream xedit-1.1.1
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 ow...@bugs.debian.org
immediately.)


-- 
499085: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=499085
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: x11-apps
Version: 7.3+3
Severity: wishlist

Thank you for maintaining this Debian package.  There is a new xedit
out, xedit-1.1.1 available from
http://xorg.freedesktop.org/archive/individual/app/.  It would be
great if you would incorporate it into x11-apps.

Regards,
Jason


--- End Message ---
--- Begin Message ---
Source: x11-apps
Source-Version: 7.4+2

We believe that the bug you reported is fixed in the latest version of
x11-apps, which is due to be installed in the Debian FTP archive:

x11-apps_7.4+2.dsc
  to pool/main/x/x11-apps/x11-apps_7.4+2.dsc
x11-apps_7.4+2.tar.gz
  to pool/main/x/x11-apps/x11-apps_7.4+2.tar.gz
x11-apps_7.4+2_i386.deb
  to pool/main/x/x11-apps/x11-apps_7.4+2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 499...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Brice Goglin  (supplier of updated x11-apps package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 27 Jul 2009 18:55:03 +0200
Source: x11-apps
Binary: x11-apps
Architecture: source i386
Version: 7.4+2
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force 
Changed-By: Brice Goglin 
Description: 
 x11-apps   - X applications
Closes: 499085 505064
Changes: 
 x11-apps (7.4+2) unstable; urgency=low
 .
   * Add xedit 1.1.2, closes: #499085, #505064.
   * Bump Standards-Version to 3.8.2, no changes.
Checksums-Sha1: 
 961cedec147669fc0f7434e0648c62c2f7d486e7 1263 x11-apps_7.4+2.dsc
 eac5371a7af920efaa653d4c3bcb0835bb750123 3068327 x11-apps_7.4+2.tar.gz
 79011b728d03460502a475de0fbe4f59616ef344 643244 x11-apps_7.4+2_i386.deb
Checksums-Sha256: 
 e8b43c3c74dd0f88b1deaf9a1d2ba88c8a9d466ad5760a60785791f766ab97df 1263 
x11-apps_7.4+2.dsc
 3fde8b08997b452f975cdb7f4a66d3b0ba60c8be664fc0620265404704235f95 3068327 
x11-apps_7.4+2.tar.gz
 25db5577365abb446e230e6f554170c1203f4ef0e335ad46512f76e156d0042f 643244 
x11-apps_7.4+2_i386.deb
Files: 
 bcf574d42615681cb6922411957cfe0a 1263 x11 optional x11-apps_7.4+2.dsc
 fcf3bf743aba7f85c8064092229d3a7c 3068327 x11 optional x11-apps_7.4+2.tar.gz
 d6658bd5cfbb13d9cd5e0dcb2642750e 643244 x11 optional x11-apps_7.4+2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkpt4/cACgkQRh88F8PcWfoY3QCeMzNhUJLK0DzFuGXVCAQoXTXq
M5IAn0Qg5KaxciAIUfcHZZCZW2nZegEM
=WbQ+
-END PGP SIGNATURE-


--- End Message ---


Bug#505064: marked as done (x11-apps: want xedit back)

2009-07-27 Thread Debian Bug Tracking System

Your message dated Mon, 27 Jul 2009 17:47:09 +
with message-id 
and subject line Bug#505064: fixed in x11-apps 7.4+2
has caused the Debian Bug report #505064,
regarding x11-apps: want xedit back
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 ow...@bugs.debian.org
immediately.)


-- 
505064: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505064
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
X-Debbugs-Cc: m...@emdete.de;her...@opera.com;sal...@logic.at;
Package: x11-apps
Version: 7.3+4

There is a new xedit
out[1], xedit-1.1.2, available from
http://xorg.freedesktop.org/archive/individual/app/.  It fixes a very
serious data loss bug[2].  It would be
great if you would incorporate it into x11-apps.  I also wonder if
they might also grant a freeze exception so that it can get into
lenny?  :-)

^  [1].  http://bugs.freedesktop.org/show_bug.cgi?id=18419
^  [2].  http://bugs.freedesktop.org/show_bug.cgi?id=17726


--- End Message ---
--- Begin Message ---
Source: x11-apps
Source-Version: 7.4+2

We believe that the bug you reported is fixed in the latest version of
x11-apps, which is due to be installed in the Debian FTP archive:

x11-apps_7.4+2.dsc
  to pool/main/x/x11-apps/x11-apps_7.4+2.dsc
x11-apps_7.4+2.tar.gz
  to pool/main/x/x11-apps/x11-apps_7.4+2.tar.gz
x11-apps_7.4+2_i386.deb
  to pool/main/x/x11-apps/x11-apps_7.4+2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 505...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Brice Goglin  (supplier of updated x11-apps package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 27 Jul 2009 18:55:03 +0200
Source: x11-apps
Binary: x11-apps
Architecture: source i386
Version: 7.4+2
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force 
Changed-By: Brice Goglin 
Description: 
 x11-apps   - X applications
Closes: 499085 505064
Changes: 
 x11-apps (7.4+2) unstable; urgency=low
 .
   * Add xedit 1.1.2, closes: #499085, #505064.
   * Bump Standards-Version to 3.8.2, no changes.
Checksums-Sha1: 
 961cedec147669fc0f7434e0648c62c2f7d486e7 1263 x11-apps_7.4+2.dsc
 eac5371a7af920efaa653d4c3bcb0835bb750123 3068327 x11-apps_7.4+2.tar.gz
 79011b728d03460502a475de0fbe4f59616ef344 643244 x11-apps_7.4+2_i386.deb
Checksums-Sha256: 
 e8b43c3c74dd0f88b1deaf9a1d2ba88c8a9d466ad5760a60785791f766ab97df 1263 
x11-apps_7.4+2.dsc
 3fde8b08997b452f975cdb7f4a66d3b0ba60c8be664fc0620265404704235f95 3068327 
x11-apps_7.4+2.tar.gz
 25db5577365abb446e230e6f554170c1203f4ef0e335ad46512f76e156d0042f 643244 
x11-apps_7.4+2_i386.deb
Files: 
 bcf574d42615681cb6922411957cfe0a 1263 x11 optional x11-apps_7.4+2.dsc
 fcf3bf743aba7f85c8064092229d3a7c 3068327 x11 optional x11-apps_7.4+2.tar.gz
 d6658bd5cfbb13d9cd5e0dcb2642750e 643244 x11 optional x11-apps_7.4+2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkpt4/cACgkQRh88F8PcWfoY3QCeMzNhUJLK0DzFuGXVCAQoXTXq
M5IAn0Qg5KaxciAIUfcHZZCZW2nZegEM
=WbQ+
-END PGP SIGNATURE-


--- End Message ---


Bug#499085: marked as done (Please package new upstream xedit-1.1.1)

2009-07-27 Thread Debian Bug Tracking System

Your message dated Mon, 27 Jul 2009 17:47:09 +
with message-id 
and subject line Bug#505064: fixed in x11-apps 7.4+2
has caused the Debian Bug report #505064,
regarding Please package new upstream xedit-1.1.1
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 ow...@bugs.debian.org
immediately.)


-- 
505064: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505064
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: x11-apps
Version: 7.3+3
Severity: wishlist

Thank you for maintaining this Debian package.  There is a new xedit
out, xedit-1.1.1 available from
http://xorg.freedesktop.org/archive/individual/app/.  It would be
great if you would incorporate it into x11-apps.

Regards,
Jason


--- End Message ---
--- Begin Message ---
Source: x11-apps
Source-Version: 7.4+2

We believe that the bug you reported is fixed in the latest version of
x11-apps, which is due to be installed in the Debian FTP archive:

x11-apps_7.4+2.dsc
  to pool/main/x/x11-apps/x11-apps_7.4+2.dsc
x11-apps_7.4+2.tar.gz
  to pool/main/x/x11-apps/x11-apps_7.4+2.tar.gz
x11-apps_7.4+2_i386.deb
  to pool/main/x/x11-apps/x11-apps_7.4+2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 505...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Brice Goglin  (supplier of updated x11-apps package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 27 Jul 2009 18:55:03 +0200
Source: x11-apps
Binary: x11-apps
Architecture: source i386
Version: 7.4+2
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force 
Changed-By: Brice Goglin 
Description: 
 x11-apps   - X applications
Closes: 499085 505064
Changes: 
 x11-apps (7.4+2) unstable; urgency=low
 .
   * Add xedit 1.1.2, closes: #499085, #505064.
   * Bump Standards-Version to 3.8.2, no changes.
Checksums-Sha1: 
 961cedec147669fc0f7434e0648c62c2f7d486e7 1263 x11-apps_7.4+2.dsc
 eac5371a7af920efaa653d4c3bcb0835bb750123 3068327 x11-apps_7.4+2.tar.gz
 79011b728d03460502a475de0fbe4f59616ef344 643244 x11-apps_7.4+2_i386.deb
Checksums-Sha256: 
 e8b43c3c74dd0f88b1deaf9a1d2ba88c8a9d466ad5760a60785791f766ab97df 1263 
x11-apps_7.4+2.dsc
 3fde8b08997b452f975cdb7f4a66d3b0ba60c8be664fc0620265404704235f95 3068327 
x11-apps_7.4+2.tar.gz
 25db5577365abb446e230e6f554170c1203f4ef0e335ad46512f76e156d0042f 643244 
x11-apps_7.4+2_i386.deb
Files: 
 bcf574d42615681cb6922411957cfe0a 1263 x11 optional x11-apps_7.4+2.dsc
 fcf3bf743aba7f85c8064092229d3a7c 3068327 x11 optional x11-apps_7.4+2.tar.gz
 d6658bd5cfbb13d9cd5e0dcb2642750e 643244 x11 optional x11-apps_7.4+2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkpt4/cACgkQRh88F8PcWfoY3QCeMzNhUJLK0DzFuGXVCAQoXTXq
M5IAn0Qg5KaxciAIUfcHZZCZW2nZegEM
=WbQ+
-END PGP SIGNATURE-


--- End Message ---


Bug#505064: marked as done (x11-apps: want xedit back)

2009-07-27 Thread Debian Bug Tracking System

Your message dated Mon, 27 Jul 2009 17:47:09 +
with message-id 
and subject line Bug#499085: fixed in x11-apps 7.4+2
has caused the Debian Bug report #499085,
regarding x11-apps: want xedit back
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 ow...@bugs.debian.org
immediately.)


-- 
499085: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=499085
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
X-Debbugs-Cc: m...@emdete.de;her...@opera.com;sal...@logic.at;
Package: x11-apps
Version: 7.3+4

There is a new xedit
out[1], xedit-1.1.2, available from
http://xorg.freedesktop.org/archive/individual/app/.  It fixes a very
serious data loss bug[2].  It would be
great if you would incorporate it into x11-apps.  I also wonder if
they might also grant a freeze exception so that it can get into
lenny?  :-)

^  [1].  http://bugs.freedesktop.org/show_bug.cgi?id=18419
^  [2].  http://bugs.freedesktop.org/show_bug.cgi?id=17726


--- End Message ---
--- Begin Message ---
Source: x11-apps
Source-Version: 7.4+2

We believe that the bug you reported is fixed in the latest version of
x11-apps, which is due to be installed in the Debian FTP archive:

x11-apps_7.4+2.dsc
  to pool/main/x/x11-apps/x11-apps_7.4+2.dsc
x11-apps_7.4+2.tar.gz
  to pool/main/x/x11-apps/x11-apps_7.4+2.tar.gz
x11-apps_7.4+2_i386.deb
  to pool/main/x/x11-apps/x11-apps_7.4+2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 499...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Brice Goglin  (supplier of updated x11-apps package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 27 Jul 2009 18:55:03 +0200
Source: x11-apps
Binary: x11-apps
Architecture: source i386
Version: 7.4+2
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force 
Changed-By: Brice Goglin 
Description: 
 x11-apps   - X applications
Closes: 499085 505064
Changes: 
 x11-apps (7.4+2) unstable; urgency=low
 .
   * Add xedit 1.1.2, closes: #499085, #505064.
   * Bump Standards-Version to 3.8.2, no changes.
Checksums-Sha1: 
 961cedec147669fc0f7434e0648c62c2f7d486e7 1263 x11-apps_7.4+2.dsc
 eac5371a7af920efaa653d4c3bcb0835bb750123 3068327 x11-apps_7.4+2.tar.gz
 79011b728d03460502a475de0fbe4f59616ef344 643244 x11-apps_7.4+2_i386.deb
Checksums-Sha256: 
 e8b43c3c74dd0f88b1deaf9a1d2ba88c8a9d466ad5760a60785791f766ab97df 1263 
x11-apps_7.4+2.dsc
 3fde8b08997b452f975cdb7f4a66d3b0ba60c8be664fc0620265404704235f95 3068327 
x11-apps_7.4+2.tar.gz
 25db5577365abb446e230e6f554170c1203f4ef0e335ad46512f76e156d0042f 643244 
x11-apps_7.4+2_i386.deb
Files: 
 bcf574d42615681cb6922411957cfe0a 1263 x11 optional x11-apps_7.4+2.dsc
 fcf3bf743aba7f85c8064092229d3a7c 3068327 x11 optional x11-apps_7.4+2.tar.gz
 d6658bd5cfbb13d9cd5e0dcb2642750e 643244 x11 optional x11-apps_7.4+2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkpt4/cACgkQRh88F8PcWfoY3QCeMzNhUJLK0DzFuGXVCAQoXTXq
M5IAn0Qg5KaxciAIUfcHZZCZW2nZegEM
=WbQ+
-END PGP SIGNATURE-


--- End Message ---


x11-apps_7.4+2_i386.changes ACCEPTED

2009-07-27 Thread Archive Administrator

Accepted:
x11-apps_7.4+2.dsc
  to pool/main/x/x11-apps/x11-apps_7.4+2.dsc
x11-apps_7.4+2.tar.gz
  to pool/main/x/x11-apps/x11-apps_7.4+2.tar.gz
x11-apps_7.4+2_i386.deb
  to pool/main/x/x11-apps/x11-apps_7.4+2_i386.deb


Override entries for your package:
x11-apps_7.4+2.dsc - source x11
x11-apps_7.4+2_i386.deb - optional x11

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 499085 505064 


Thank you for your contribution to Debian.


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



Processing of x11-apps_7.4+2_i386.changes

2009-07-27 Thread Archive Administrator
x11-apps_7.4+2_i386.changes uploaded successfully to localhost
along with the files:
  x11-apps_7.4+2.dsc
  x11-apps_7.4+2.tar.gz
  x11-apps_7.4+2_i386.deb

Greetings,

Your Debian queue daemon


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



x11-apps: Changes to 'refs/tags/x11-apps-7.4+2'

2009-07-27 Thread Brice Goglin
Tag 'x11-apps-7.4+2' created by Brice Goglin  at 2009-07-27 
17:33 +

Tagging upload of x11-apps 7.4+2 to unstable.

Changes since x11-apps-7.4+1:
Brice Goglin (3):
  Add xedit (1.1.2)
  Bump Standards-Version to 3.8.2, no changes
  Prepare changelog for upload

---
 debian/changelog|7 
 debian/control  |4 
 debian/rules|2 
 debian/x11-apps.install |1 
 debian/x11-apps.menu|6 
 xedit/AUTHORS   |  143 
 xedit/COPYING   |  176 
 xedit/ChangeLog |  796 +++
 xedit/Makefile.am   |  283 +
 xedit/Makefile.in   | 1640 +++
 xedit/README|  604 ++
 xedit/aclocal.m4| 1587 +++
 xedit/app-defaults/Xedit-color.ad   |  195 
 xedit/app-defaults/Xedit-noxprint.ad|  468 ++
 xedit/app-defaults/Xedit-sample |  233 +
 xedit/app-defaults/Xedit-xprint.ad  |  565 ++
 xedit/commands.c| 1196 +
 xedit/compile   |  142 
 xedit/config.guess  | 1526 ++
 xedit/config.h.in   |   34 
 xedit/config.sub| 1658 +++
 xedit/configure | 6237 
 xedit/configure.ac  |   72 
 xedit/depcomp   |  589 ++
 xedit/hash.c|  322 +
 xedit/hook.c| 1265 +
 xedit/install-sh|  519 ++
 xedit/ispell.c  | 2229 ++
 xedit/lisp.c|  274 +
 xedit/lisp/README   |  195 
 xedit/lisp/TODO |   81 
 xedit/lisp/bytecode.c   | 3696 
 xedit/lisp/bytecode.h   |  268 +
 xedit/lisp/compile.c| 2224 ++
 xedit/lisp/core.c   | 7024 
 xedit/lisp/core.h   |  221 +
 xedit/lisp/debugger.c   |  828 +++
 xedit/lisp/debugger.h   |   72 
 xedit/lisp/env.c|  151 
 xedit/lisp/format.c | 2121 +
 xedit/lisp/format.h |   42 
 xedit/lisp/hash.c   |  659 +++
 xedit/lisp/hash.h   |   71 
 xedit/lisp/helper.c | 1126 +
 xedit/lisp/helper.h |  115 
 xedit/lisp/internal.h   |  800 +++
 xedit/lisp/io.c |  717 +++
 xedit/lisp/io.h |  115 
 xedit/lisp/lisp.c   | 5491 +
 xedit/lisp/lisp.h   |   44 
 xedit/lisp/lsp.c|   79 
 xedit/lisp/math.c   | 1477 ++
 xedit/lisp/math.h   |  100 
 xedit/lisp/mathimp.c| 5223 +++
 xedit/lisp/modules/indent.lsp   | 1426 ++
 xedit/lisp/modules/lisp.lsp |  174 
 xedit/lisp/modules/progmodes/auto.lsp   |  110 
 xedit/lisp/modules/progmodes/c.lsp  | 1140 +
 xedit/lisp/modules/progmodes/html.lsp   |  327 +
 xedit/lisp/modules/progmodes/imake.lsp  |  188 
 xedit/lisp/modules/progmodes/lisp.lsp   |  384 +
 xedit/lisp/modules/progmodes/make.lsp   |  135 
 xedit/lisp/modules/progmodes/man.lsp|  160 
 xedit/lisp/modules/progmodes/patch.lsp  |   55 
 xedit/lisp/modules/progmodes/perl.lsp   |  507 ++
 xedit/lisp/modules/progmodes/python.lsp |  306 +
 xedit/lisp/modules/progmodes/rpm.lsp|  166 
 xedit/lisp/modules/progmodes/sgml.lsp   |  428 +
 xedit/lisp/modules/progmodes/sh.lsp |  113 
 xedit/lisp/modules/progmodes/xconf.lsp  |   68 
 xedit/lisp/modules/progmodes/xlog.lsp   |  102 
 xedit/lisp/modules/progmodes/xrdb.lsp   |  115 
 xedit/lisp/modules/psql.c   |  983 
 xedit/lisp/modules/syntax.lsp   | 1452 ++
 xedit/lisp/modules/x11.c|  666 +++
 xedit/lisp/modules/xaw.c|  664 +++
 xedit/lisp/modules/xedit.lsp|  569 ++
 xedit/lisp/modules/xt.c | 1799 
 xedit/lisp/mp/mp.c  |  822 +++
 xedit/lisp/mp/mp.h  |  435 +
 xedit/lisp/mp/mpi.c | 1660 +++
 xedit/lisp/mp/mpr.c |  436 +
 xedit/lisp/package.c|  849 +++
 xedit/lisp/package.h|   62 
 xedit/lisp/pathname.c   | 1096 
 xedit/lisp/pathname.h   |   78 
 xedit/lisp/private.h|  537 ++
 xedit/lisp/re/README|  121 
 xedit/lisp/re/re.c  | 2649 
 xedit/lisp/re/re.h  |  123

x11-apps: Changes to 'debian-unstable'

2009-07-27 Thread Brice Goglin
 debian/changelog|7 
 debian/control  |4 
 debian/rules|2 
 debian/x11-apps.install |1 
 debian/x11-apps.menu|6 
 xedit/AUTHORS   |  143 
 xedit/COPYING   |  176 
 xedit/ChangeLog |  796 +++
 xedit/Makefile.am   |  283 +
 xedit/Makefile.in   | 1640 +++
 xedit/README|  604 ++
 xedit/aclocal.m4| 1587 +++
 xedit/app-defaults/Xedit-color.ad   |  195 
 xedit/app-defaults/Xedit-noxprint.ad|  468 ++
 xedit/app-defaults/Xedit-sample |  233 +
 xedit/app-defaults/Xedit-xprint.ad  |  565 ++
 xedit/commands.c| 1196 +
 xedit/compile   |  142 
 xedit/config.guess  | 1526 ++
 xedit/config.h.in   |   34 
 xedit/config.sub| 1658 +++
 xedit/configure | 6237 
 xedit/configure.ac  |   72 
 xedit/depcomp   |  589 ++
 xedit/hash.c|  322 +
 xedit/hook.c| 1265 +
 xedit/install-sh|  519 ++
 xedit/ispell.c  | 2229 ++
 xedit/lisp.c|  274 +
 xedit/lisp/README   |  195 
 xedit/lisp/TODO |   81 
 xedit/lisp/bytecode.c   | 3696 
 xedit/lisp/bytecode.h   |  268 +
 xedit/lisp/compile.c| 2224 ++
 xedit/lisp/core.c   | 7024 
 xedit/lisp/core.h   |  221 +
 xedit/lisp/debugger.c   |  828 +++
 xedit/lisp/debugger.h   |   72 
 xedit/lisp/env.c|  151 
 xedit/lisp/format.c | 2121 +
 xedit/lisp/format.h |   42 
 xedit/lisp/hash.c   |  659 +++
 xedit/lisp/hash.h   |   71 
 xedit/lisp/helper.c | 1126 +
 xedit/lisp/helper.h |  115 
 xedit/lisp/internal.h   |  800 +++
 xedit/lisp/io.c |  717 +++
 xedit/lisp/io.h |  115 
 xedit/lisp/lisp.c   | 5491 +
 xedit/lisp/lisp.h   |   44 
 xedit/lisp/lsp.c|   79 
 xedit/lisp/math.c   | 1477 ++
 xedit/lisp/math.h   |  100 
 xedit/lisp/mathimp.c| 5223 +++
 xedit/lisp/modules/indent.lsp   | 1426 ++
 xedit/lisp/modules/lisp.lsp |  174 
 xedit/lisp/modules/progmodes/auto.lsp   |  110 
 xedit/lisp/modules/progmodes/c.lsp  | 1140 +
 xedit/lisp/modules/progmodes/html.lsp   |  327 +
 xedit/lisp/modules/progmodes/imake.lsp  |  188 
 xedit/lisp/modules/progmodes/lisp.lsp   |  384 +
 xedit/lisp/modules/progmodes/make.lsp   |  135 
 xedit/lisp/modules/progmodes/man.lsp|  160 
 xedit/lisp/modules/progmodes/patch.lsp  |   55 
 xedit/lisp/modules/progmodes/perl.lsp   |  507 ++
 xedit/lisp/modules/progmodes/python.lsp |  306 +
 xedit/lisp/modules/progmodes/rpm.lsp|  166 
 xedit/lisp/modules/progmodes/sgml.lsp   |  428 +
 xedit/lisp/modules/progmodes/sh.lsp |  113 
 xedit/lisp/modules/progmodes/xconf.lsp  |   68 
 xedit/lisp/modules/progmodes/xlog.lsp   |  102 
 xedit/lisp/modules/progmodes/xrdb.lsp   |  115 
 xedit/lisp/modules/psql.c   |  983 
 xedit/lisp/modules/syntax.lsp   | 1452 ++
 xedit/lisp/modules/x11.c|  666 +++
 xedit/lisp/modules/xaw.c|  664 +++
 xedit/lisp/modules/xedit.lsp|  569 ++
 xedit/lisp/modules/xt.c | 1799 
 xedit/lisp/mp/mp.c  |  822 +++
 xedit/lisp/mp/mp.h  |  435 +
 xedit/lisp/mp/mpi.c | 1660 +++
 xedit/lisp/mp/mpr.c |  436 +
 xedit/lisp/package.c|  849 +++
 xedit/lisp/package.h|   62 
 xedit/lisp/pathname.c   | 1096 
 xedit/lisp/pathname.h   |   78 
 xedit/lisp/private.h|  537 ++
 xedit/lisp/re/README|  121 
 xedit/lisp/re/re.c  | 2649 
 xedit/lisp/re/re.h  |  123 
 xedit/lisp/re/rec.c | 1015 
 xedit/lisp/re/reo.c |  685 +++
 xedit/lisp/re/rep.h |  369 +
 xedit/lisp/re/tests.c   |  199 
 xedit/lisp/re/tests.txt |  470 ++
 xedit/lisp/read.c

Bug#505976: FTBFS: PACKAGE_VERSION in configure is corrupted by excess make spew

2009-07-27 Thread Brice Goglin
On Mon, Nov 17, 2008 at 06:24:27AM -0500, EspeonEefi wrote:
> Package: mesa
> Version: 7.2-1
> Severity: normal
> 
> The invocation of make being used in configure.ac to generate
> mesa_version (which later goes into PACKAGE_VERSION in configure) is
> missing a --no-print-directory switch. The lack of --no-print-directory
> is resulting in the following line in the generated configure:
> 
> PACKAGE_VERSION='make2: Entering directory `/root/mesa-7.2'7.2.0make2: 
> Leaving directory `/root/mesa-7.2''
> 
> Subsequently, all kinds of badness happens when attempts are made to use
> this malformed configure script.
> 
> The following patch I've found fixes this problem:

You should send your patch upstream (bugzilla.freedesktop.org).

Brice



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



libxaw_1.0.6-1_i386.changes ACCEPTED

2009-07-27 Thread Archive Administrator

Accepted:
libxaw7-dbg_1.0.6-1_i386.deb
  to pool/main/libx/libxaw/libxaw7-dbg_1.0.6-1_i386.deb
libxaw7-dev_1.0.6-1_i386.deb
  to pool/main/libx/libxaw/libxaw7-dev_1.0.6-1_i386.deb
libxaw7_1.0.6-1_i386.deb
  to pool/main/libx/libxaw/libxaw7_1.0.6-1_i386.deb
libxaw_1.0.6-1.diff.gz
  to pool/main/libx/libxaw/libxaw_1.0.6-1.diff.gz
libxaw_1.0.6-1.dsc
  to pool/main/libx/libxaw/libxaw_1.0.6-1.dsc
libxaw_1.0.6.orig.tar.gz
  to pool/main/libx/libxaw/libxaw_1.0.6.orig.tar.gz


Override entries for your package:
libxaw7-dbg_1.0.6-1_i386.deb - extra debug
libxaw7-dev_1.0.6-1_i386.deb - optional libdevel
libxaw7_1.0.6-1_i386.deb - optional libs
libxaw_1.0.6-1.dsc - source x11

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.


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



Processing of libxaw_1.0.6-1_i386.changes

2009-07-27 Thread Archive Administrator
libxaw_1.0.6-1_i386.changes uploaded successfully to localhost
along with the files:
  libxaw_1.0.6-1.dsc
  libxaw_1.0.6.orig.tar.gz
  libxaw_1.0.6-1.diff.gz
  libxaw7_1.0.6-1_i386.deb
  libxaw7-dbg_1.0.6-1_i386.deb
  libxaw7-dev_1.0.6-1_i386.deb

Greetings,

Your Debian queue daemon


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



libxaw: Changes to 'refs/tags/libxaw-2_1.0.6-1'

2009-07-27 Thread Brice Goglin
Tag 'libxaw-2_1.0.6-1' created by Brice Goglin  at 
2009-07-27 16:20 +

Tagging upload of libxaw 2:1.0.6-1 to unstable.

Changes since libxaw-2_1.0.5-2:
Adam Jackson (1):
  libXaw 1.0.6

Alan Coopersmith (1):
  Add README with pointers to mailing list, bugzilla & git repos

Brice Goglin (6):
  Merge branch 'debian-unstable' of git://git.debian.org/pkg-xorg/xsfbs 
into debian-unstable
  Bump Standards-Version to 3.8.2 now that we have README.source
  Merge tag 'libXaw-1.0.6' into debian-unstable
  New upstream release
  Move the -dbg package to section debug
  Prepare changelog for upload

David Nusinow (1):
  Add README.source

Jeremy Huddleston (1):
  Fixed compile/install on darwin

Julien Cristau (5):
  xsfbs: add a repack script for uscan
  xsfbs.sh: kill {,de}register_x_lib_dir_with_ld_so
  xsfbs: repack.sh needs to be executable
  xsfbs: don't run dpkg --print-installation-architecture
  Kill custom readlink function

Paulo Cesar Pereira de Andrade (2):
  Compile warning fixes.
  Changed AsciiSrc widget to use only binary selection transfers.

Peter Breitenlohner (1):
  xaw6 doesn't depend on xpm

---
 .gitignore  |6 ++
 ChangeLog   |   46 ++
 Makefile.am |   16 --
 README  |   25 +-
 configure.ac|   25 +++---
 debian/README.source|   73 +
 debian/changelog|8 +++
 debian/control  |4 -
 debian/xsfbs/repack.sh  |   32 
 debian/xsfbs/xsfbs.sh   |   78 ---
 include/X11/Xaw/TextP.h |2 
 src/AllWidgets.c|1 
 src/AsciiSrc.c  |4 -
 src/Command.c   |4 -
 src/Dialog.c|2 
 src/DisplayList.c   |2 
 src/Makefile.am |   18 +--
 src/Paned.c |6 +-
 src/Pixmap.c|2 
 src/Text.c  |2 
 src/TextAction.c|  119 ++--
 src/TextTr.c|2 
 src/Tip.c   |2 
 src/Tree.c  |4 -
 src/Vendor.c|2 
 xaw6.pc.in  |2 
 26 files changed, 301 insertions(+), 186 deletions(-)
---


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



libxaw: Changes to 'debian-unstable'

2009-07-27 Thread Brice Goglin
 .gitignore  |6 ++
 ChangeLog   |   46 ++
 Makefile.am |   16 --
 README  |   25 +-
 configure.ac|   25 +++---
 debian/README.source|   73 +
 debian/changelog|8 +++
 debian/control  |4 -
 debian/xsfbs/repack.sh  |   32 
 debian/xsfbs/xsfbs.sh   |   78 ---
 include/X11/Xaw/TextP.h |2 
 src/AllWidgets.c|1 
 src/AsciiSrc.c  |4 -
 src/Command.c   |4 -
 src/Dialog.c|2 
 src/DisplayList.c   |2 
 src/Makefile.am |   18 +--
 src/Paned.c |6 +-
 src/Pixmap.c|2 
 src/Text.c  |2 
 src/TextAction.c|  119 ++--
 src/TextTr.c|2 
 src/Tip.c   |2 
 src/Tree.c  |4 -
 src/Vendor.c|2 
 xaw6.pc.in  |2 
 26 files changed, 301 insertions(+), 186 deletions(-)

New commits:
commit e29270d4fce7b0e681dfa9856b71a5a46d379459
Author: Brice Goglin 
Date:   Mon Jul 27 18:13:33 2009 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index d02c572..b45400e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-libxaw (2:1.0.6-1) UNRELEASED; urgency=low
+libxaw (2:1.0.6-1) unstable; urgency=low
 
   * Add README.source, bump Standards-Version to 3.8.2.
   * New upstream release.
   * Move -dbg package to section debug.
 
- -- Brice Goglin   Mon, 27 Jul 2009 17:36:04 +0200
+ -- Brice Goglin   Mon, 27 Jul 2009 17:37:25 +0200
 
 libxaw (2:1.0.5-2) unstable; urgency=low
 

commit 61d8de05c48215b2a8d0a006d231ddfeb7f17256
Author: Brice Goglin 
Date:   Mon Jul 27 17:37:23 2009 +0200

Move the -dbg package to section debug

diff --git a/debian/changelog b/debian/changelog
index 440dee5..d02c572 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ libxaw (2:1.0.6-1) UNRELEASED; urgency=low
 
   * Add README.source, bump Standards-Version to 3.8.2.
   * New upstream release.
+  * Move -dbg package to section debug.
 
- -- Brice Goglin   Mon, 27 Jul 2009 17:34:00 +0200
+ -- Brice Goglin   Mon, 27 Jul 2009 17:36:04 +0200
 
 libxaw (2:1.0.5-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index ccc8cc7..f6759a8 100644
--- a/debian/control
+++ b/debian/control
@@ -42,7 +42,7 @@ Description: X11 Athena Widget library
  git://anongit.freedesktop.org/git/xorg/lib/libXaw
 
 Package: libxaw7-dbg
-Section: libdevel
+Section: debug
 Architecture: any
 Priority: extra
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxaw7 (= ${binary:Version})

commit 7ce24608c9dc1d27de4179bcb736686b5abed1cb
Author: Brice Goglin 
Date:   Mon Jul 27 17:35:31 2009 +0200

New upstream release

diff --git a/ChangeLog b/ChangeLog
index 2ac7053..8a8167f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,49 @@
+commit 2ef9c2d730200246405cfdfc882a66fbd6728a92
+Author: Adam Jackson 
+Date:   Thu Jul 2 13:37:13 2009 -0400
+
+libXaw 1.0.6
+
+commit 9d9facf604d2355842a3834664a1ddc233d4d1e1
+Author: Alan Coopersmith 
+Date:   Mon Feb 2 20:34:32 2009 -0800
+
+Add README with pointers to mailing list, bugzilla & git repos
+
+Signed-off-by: Alan Coopersmith 
+
+commit 654fd414b7ebe3a0fccd6712bf52666d42d2a711
+Author: Paulo Cesar Pereira de Andrade 
+Date:   Fri Jan 9 20:24:10 2009 -0200
+
+Changed AsciiSrc widget to use only binary selection transfers.
+
+  Conversion from multi byte to single byte text format, and
+vice versa, frequently doesn't do what the user want, so,
+operate only on literal/binary selection transfers.
+
+commit 0b9de9e69e95872dd3eddbe5c1602e42c27c53e1
+Author: Paulo Cesar Pereira de Andrade 
+Date:   Fri Jan 9 19:18:36 2009 -0200
+
+Compile warning fixes.
+
+  This uses XORG_CHANGELOG macro to properly work with the "git-log"
+to "git log" change (required to pass "make distcheck"), uses the
+XORG_CWARNFLAGS macro. Most gcc 4.3 and sparse warnings corrected.
+
+commit 420efdba52593bf13d97c7e001b64caccd04cd5d
+Author: Jeremy Huddleston 
+Date:   Sat Nov 8 16:04:23 2008 -0800
+
+Fixed compile/install on darwin
+
+commit a48021b05693c74bd03b51b82abec4ce3ba24dc5
+Author: Peter Breitenlohner 
+Date:   Sat Nov 8 15:44:22 2008 +0100
+
+xaw6 doesn't depend on xpm
+
 commit 6dab13545cd26efd46dbb58a18ae651c56c7d76d
 Author: Paulo Cesar Pereira de Andrade 
 Date:   Fri Nov 7 15:45:32 2008 -0200
diff --git a/debian/changelog b/debian/changelog
index 342a7b1..440dee5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-libxaw (2:1.0.5-3) UNRELEASED; urgency=low
+libxaw (2:1.0.6-1) UNRELEASED; urgency=low
 
   * Add README.source, bump Standards-Version to 3.8.2.
+  * New upstream release.
 
- -- Brice Goglin   Mon, 27 Jul 2009 17:33:02 +0200
+ -- Brice Goglin   M

libxaw: Changes to 'upstream-unstable'

2009-07-27 Thread Brice Goglin
 .gitignore  |6 ++
 Makefile.am |   16 --
 README  |   25 +-
 configure.ac|   25 +++---
 include/X11/Xaw/TextP.h |2 
 src/AllWidgets.c|1 
 src/AsciiSrc.c  |4 -
 src/Command.c   |4 -
 src/Dialog.c|2 
 src/DisplayList.c   |2 
 src/Makefile.am |   18 +--
 src/Paned.c |6 +-
 src/Pixmap.c|2 
 src/Text.c  |2 
 src/TextAction.c|  119 ++--
 src/TextTr.c|2 
 src/Tip.c   |2 
 src/Tree.c  |4 -
 src/Vendor.c|2 
 xaw6.pc.in  |2 
 20 files changed, 140 insertions(+), 106 deletions(-)

New commits:
commit 2ef9c2d730200246405cfdfc882a66fbd6728a92
Author: Adam Jackson 
Date:   Thu Jul 2 13:37:13 2009 -0400

libXaw 1.0.6

diff --git a/configure.ac b/configure.ac
index 3927025..044227f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to create configure.
 AC_PREREQ([2.57])
 
 AC_INIT([libXaw],
-   1.0.5,
+   1.0.6,
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
libXaw)
 

commit 9d9facf604d2355842a3834664a1ddc233d4d1e1
Author: Alan Coopersmith 
Date:   Mon Feb 2 20:34:32 2009 -0800

Add README with pointers to mailing list, bugzilla & git repos

Signed-off-by: Alan Coopersmith 

diff --git a/README b/README
index 011e3fb..14aa939 100644
--- a/README
+++ b/README
@@ -1,3 +1,26 @@
 Xaw is the X Athena Widget Set.
-
 Xaw is a widget set based on the X Toolkit Intrinsics (Xt) Library.
+
+All questions regarding this software should be directed at the
+Xorg mailing list:
+
+http://lists.freedesktop.org/mailman/listinfo/xorg
+
+Please submit bug reports to the Xorg bugzilla:
+
+https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
+
+The master development code repository can be found at:
+
+git://anongit.freedesktop.org/git/xorg/lib/libXaw
+
+http://cgit.freedesktop.org/xorg/lib/libXaw
+
+For patch submission instructions, see:
+
+   http://www.x.org/wiki/Development/Documentation/SubmittingPatches
+
+For more information on the git code manager, see:
+
+http://wiki.x.org/wiki/GitPage
+

commit 654fd414b7ebe3a0fccd6712bf52666d42d2a711
Author: Paulo Cesar Pereira de Andrade 
Date:   Fri Jan 9 20:24:10 2009 -0200

Changed AsciiSrc widget to use only binary selection transfers.

  Conversion from multi byte to single byte text format, and
vice versa, frequently doesn't do what the user want, so,
operate only on literal/binary selection transfers.

diff --git a/src/TextAction.c b/src/TextAction.c
index 2da0a9f..062956c 100644
--- a/src/TextAction.c
+++ b/src/TextAction.c
@@ -434,39 +434,6 @@ _SelectionReceived(Widget w, XtPointer client_data, Atom 
*selection,
*length = wcslen(wlist[0]);
XtFree((XtPointer)wlist);
text.format = XawFmtWide;
-} else {
-   XTextProperty textprop;
-   char **list;
-   int count;
-
-   textprop.encoding = *type;
-   textprop.value = (unsigned char *)value;
-   textprop.nitems = strlen(value);
-   textprop.format = 8;
-
-   if (XmbTextPropertyToTextList(d, &textprop, &list, &count)
-   !=  Success
-   || count < 1) {
-   XFreeStringList(list);
-
-   /* Notify the user on strerr and in the insertion :) */
-   fprintf(stderr, "Xaw Text Widget: An attempt was made to insert "
-   "an illegal selection.\n");
-
-   textprop.value = (unsigned char *)" >> ILLEGAL SELECTION << ";
-   textprop.nitems = strlen((char *) textprop.value);
-   if (XmbTextPropertyToTextList(d, &textprop, &list, &count)
-   !=  Success
-   || count < 1)
-   return;
-   }
-
-   XFree(value);
-   value = (XPointer)list[0];
-
-   *length = strlen(list[0]);
-   XtFree((XtPointer)list);
-   text.format = XawFmt8Bit;
 }
 text.ptr = (char*)value;
 text.firstPos = 0;
@@ -489,6 +456,8 @@ _SelectionReceived(Widget w, XtPointer client_data, Atom 
*selection,
 static void
 GetSelection(Widget w, Time timev, String *params, Cardinal num_params)
 {
+Display *d = XtDisplay(w);
+TextWidget ctx = (TextWidget)w;
 Atom selection;
 int buffer;
 
@@ -529,7 +498,8 @@ GetSelection(Widget w, Time timev, String *params, Cardinal 
num_params)
}
else
list = NULL;
-   XtGetSelectionValue(w, selection, XA_UTF8_STRING(XtDisplay(w)),
+   XtGetSelectionValue(w, selection, XawTextFormat(ctx, XawFmtWide) ?
+   XA_UTF8_STRING(d) : XA_TEXT(d),
_SelectionReceived, (XtPointer)list, timev);
 }
 }
@@ -1069,49 +1039,52 @@ ConvertSelection(Widget w, Atom *selection, Atom 
*target, A

libfs_1.0.2-1_i386.changes ACCEPTED

2009-07-27 Thread Archive Administrator

Accepted:
libfs-dev_1.0.2-1_i386.deb
  to pool/main/libf/libfs/libfs-dev_1.0.2-1_i386.deb
libfs6-dbg_1.0.2-1_i386.deb
  to pool/main/libf/libfs/libfs6-dbg_1.0.2-1_i386.deb
libfs6_1.0.2-1_i386.deb
  to pool/main/libf/libfs/libfs6_1.0.2-1_i386.deb
libfs_1.0.2-1.diff.gz
  to pool/main/libf/libfs/libfs_1.0.2-1.diff.gz
libfs_1.0.2-1.dsc
  to pool/main/libf/libfs/libfs_1.0.2-1.dsc
libfs_1.0.2.orig.tar.gz
  to pool/main/libf/libfs/libfs_1.0.2.orig.tar.gz


Override entries for your package:
libfs-dev_1.0.2-1_i386.deb - optional libdevel
libfs6-dbg_1.0.2-1_i386.deb - extra debug
libfs6_1.0.2-1_i386.deb - optional libs
libfs_1.0.2-1.dsc - source x11

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.


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



Bug#538845: xserver-xorg-video-intel: X fails randomly, mouse pointer still works but no further screen updates

2009-07-27 Thread Eamonn Hamilton

Thanks, up and going now, after a brief tussle with the kernel module -
i915 complained about a render error, so I switched back to i830 after a
reboot, which of course means no DRI, but it appears to be stable at
least.

Cheers,
Eamonn

SAIC Limited is a private limited company registered in England and Wales. 
Registered number 1396396. Registered office at Hemel One, Boundary Way, Hemel 
Hempstead, Hertfordshire, HP2 7YU. VAT number 599 5474 64.
This e-mail and any attachments are private and confidential.  If you are not 
the intended recipient of this e-mail, any disclosure, copying, distribution or 
use of its contents is strictly prohibited. Please notify the sender 
immediately and then delete it (including any attachments) from your system.
All emails and attachments are virus scanned. It is your responsibility to 
ensure that any onward transmission, opening or use of this message and any 
attachments will not adversely affect your or the onward recipients' systems or 
data. Please carry out such virus and other such checks as you consider 
appropriate.
SAIC Limited may monitor email traffic data and, also, the content of email for 
the purposes of security, staff training and compliance with SAIC policies.




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



Processing of libfs_1.0.2-1_i386.changes

2009-07-27 Thread Archive Administrator
libfs_1.0.2-1_i386.changes uploaded successfully to localhost
along with the files:
  libfs_1.0.2-1.dsc
  libfs_1.0.2.orig.tar.gz
  libfs_1.0.2-1.diff.gz
  libfs6_1.0.2-1_i386.deb
  libfs6-dbg_1.0.2-1_i386.deb
  libfs-dev_1.0.2-1_i386.deb

Greetings,

Your Debian queue daemon


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



libfs: Changes to 'refs/tags/libfs-2_1.0.2-1'

2009-07-27 Thread Brice Goglin
Tag 'libfs-2_1.0.2-1' created by Brice Goglin  at 
2009-07-27 15:24 +

Tagging upload of libfs 2:1.0.2-1 to unstable.

Changes since libfs-2_1.0.1-1:
Alan Coopersmith (9):
  Add README with pointers to mailing list, bugzilla & git repos
  Move API doc from xorg-doc/doc/FSlib.doc
  Make FSlib.txt prototypes match those in headers.
  Fix server name handling in IOError messages during connection setup
  Drop #ifdef USG checks for some truly ancient (pre-SVR4) SysV's
  Constify FSErrorList
  Strip out-of-date RCS/CVS & SCCS version tags
  Move CWARNFLAGS to Makefile.am for easier build-time overriding
  Version 1.0.2

Brice Goglin (9):
  Update xsfbs/quilt patching rules to be compatible with the
  Misc fixes to debian/control and debian/copyright
  Merge branch 'debian-unstable' of git://git.debian.org/git/pkg-xorg/xsfbs 
into debian-unstable
  Merge branch 'debian-unstable' of git://git.debian.org/pkg-xorg/xsfbs 
into debian-unstable
  Bump Standards-Version to 3.8.2 now that we have README.source
  Merge tag 'libFS-1.0.2' into debian-unstable
  New upstream release
  Move the -dbg package to section debug
  Prepare changelog for upload

David Nusinow (1):
  Add README.source

Julien Cristau (11):
  xsfbs.sh: add remove_conffile_lookup
  xsfbs.sh: use 'local' now that policy allows it
  xsfbs.mk: fix the prepare target for parallel make
  xsfbs.mk: more parallel make fixing
  xsfbs.mk: update the list of releases, and drop some unused code
  xsfbs.mk: make 'log' a separate target
  xsfbs: add a repack script for uscan
  xsfbs.sh: kill {,de}register_x_lib_dir_with_ld_so
  xsfbs: repack.sh needs to be executable
  xsfbs: don't run dpkg --print-installation-architecture
  Kill custom readlink function

Paulo Cesar Pereira de Andrade (1):
  Janitor: Correct make distcheck and compiler warnings.

Peter Korsgaard (1):
  bcopy -> memmove

---
 .gitignore|8 
 ChangeLog |   92 ++
 Makefile.am   |4 
 README|   29 +++
 configure.ac  |   11 -
 debian/README.source  |   73 
 debian/changelog  |   11 +
 debian/control|   18 +
 debian/xsfbs/repack.sh|   32 +++
 debian/xsfbs/xsfbs.mk |   47 +
 debian/xsfbs/xsfbs.sh |  417 --
 doc/FSlib.txt |  230 +
 include/X11/fonts/FSlib.h |8 
 src/.gitignore|6 
 src/FSClServ.c|7 
 src/FSCloseFt.c   |4 
 src/FSConnServ.c  |3 
 src/FSErrDis.c|   18 -
 src/FSErrHndlr.c  |5 
 src/FSFlush.c |3 
 src/FSFontInfo.c  |2 
 src/FSFtNames.c   |2 
 src/FSGetCats.c   |2 
 src/FSListCats.c  |2 
 src/FSListExt.c   |5 
 src/FSMisc.c  |4 
 src/FSNextEv.c|6 
 src/FSOpenFont.c  |3 
 src/FSOpenServ.c  |   87 +++--
 src/FSQGlyphs.c   |2 
 src/FSQXExt.c |3 
 src/FSQXInfo.c|2 
 src/FSQuExt.c |2 
 src/FSServName.c  |4 
 src/FSSetCats.c   |5 
 src/FSSync.c  |4 
 src/FSSynchro.c   |5 
 src/FSlibInt.c|   10 -
 src/FSlibint.h|   25 --
 src/FSlibos.h |   36 ---
 src/Makefile.am   |2 
 41 files changed, 763 insertions(+), 476 deletions(-)
---


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



libfs: Changes to 'debian-unstable'

2009-07-27 Thread Brice Goglin
 .gitignore|8 +
 ChangeLog |   92 ++
 Makefile.am   |4 
 README|   29 +
 configure.ac  |   11 +-
 debian/README.source  |   73 ++
 debian/changelog  |8 +
 debian/control|6 -
 debian/xsfbs/repack.sh|   32 ++
 debian/xsfbs/xsfbs.mk |   29 ++---
 debian/xsfbs/xsfbs.sh |   78 ---
 doc/FSlib.txt |  230 ++
 include/X11/fonts/FSlib.h |8 -
 src/.gitignore|6 -
 src/FSClServ.c|7 -
 src/FSCloseFt.c   |4 
 src/FSConnServ.c  |3 
 src/FSErrDis.c|   18 +--
 src/FSErrHndlr.c  |5 -
 src/FSFlush.c |3 
 src/FSFontInfo.c  |2 
 src/FSFtNames.c   |2 
 src/FSGetCats.c   |2 
 src/FSListCats.c  |2 
 src/FSListExt.c   |5 -
 src/FSMisc.c  |4 
 src/FSNextEv.c|6 -
 src/FSOpenFont.c  |3 
 src/FSOpenServ.c  |   87 +++--
 src/FSQGlyphs.c   |2 
 src/FSQXExt.c |3 
 src/FSQXInfo.c|2 
 src/FSQuExt.c |2 
 src/FSServName.c  |4 
 src/FSSetCats.c   |5 -
 src/FSSync.c  |4 
 src/FSSynchro.c   |5 -
 src/FSlibInt.c|   10 --
 src/FSlibint.h|   25 +
 src/FSlibos.h |   36 ---
 src/Makefile.am   |2 
 41 files changed, 557 insertions(+), 310 deletions(-)

New commits:
commit 3872ed6edb03701b583472bd4ee0c08a167a1d91
Author: Brice Goglin 
Date:   Mon Jul 27 17:21:39 2009 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 3f4bd90..bd7b45c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,13 @@
-libfs (2:1.0.2-1) UNRELEASED; urgency=low
+libfs (2:1.0.2-1) unstable; urgency=low
 
   * New upstream release.
   * Add a link to www.X.org and a reference to the upstream module
 in the long description.
   * Add README.source, bump Standards-Version to 3.8.2.
   * Move the -dbg package to section debug.
+  * Add myself to Uploaders.
 
- -- Brice Goglin   Mon, 27 Jul 2009 17:19:58 +0200
+ -- Brice Goglin   Mon, 27 Jul 2009 17:21:16 +0200
 
 libfs (2:1.0.1-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 44c6964..aca1dc3 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libfs
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow , Julien Cristau 

+Uploaders: David Nusinow , Julien Cristau 
, Brice Goglin 
 Build-Depends: debhelper (>= 5.0.0), pkg-config, x11proto-core-dev (>= 
6.8.99.15+cvs.20050722), x11proto-fonts-dev, xtrans-dev
 Standards-Version: 3.8.2
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libfs

commit 8530c21d517d9909353695645b77cf43e86d3347
Author: Brice Goglin 
Date:   Mon Jul 27 17:20:26 2009 +0200

Move the -dbg package to section debug

diff --git a/debian/changelog b/debian/changelog
index 62f4b0e..3f4bd90 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ libfs (2:1.0.2-1) UNRELEASED; urgency=low
   * Add a link to www.X.org and a reference to the upstream module
 in the long description.
   * Add README.source, bump Standards-Version to 3.8.2.
+  * Move the -dbg package to section debug.
 
- -- Brice Goglin   Mon, 27 Jul 2009 17:14:40 +0200
+ -- Brice Goglin   Mon, 27 Jul 2009 17:19:58 +0200
 
 libfs (2:1.0.1-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 5a0cf4e..44c6964 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,7 @@ Description: X11 Font Services library
  git://anongit.freedesktop.org/git/xorg/lib/libFS
 
 Package: libfs6-dbg
-Section: libdevel
+Section: debug
 Architecture: any
 Priority: extra
 Depends: ${shlibs:Depends}, ${misc:Depends}, libfs6 (= ${binary:Version})

commit ee2716c53297739e8e9ae725157abd4a40f8ed43
Author: Brice Goglin 
Date:   Mon Jul 27 17:15:13 2009 +0200

New upstream release

diff --git a/ChangeLog b/ChangeLog
index ceaec3f..bd95e63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,95 @@
+commit 364af12a2426358461f5ed5b142c97411cad80c5
+Author: Alan Coopersmith 
+Date:   Tue Jul 7 15:47:36 2009 -0700
+
+Version 1.0.2
+
+commit 040bfd8f055f7e49f15e457842b8bca4f8d2020a
+Author: Alan Coopersmith 
+Date:   Tue Jul 7 15:45:50 2009 -0700
+
+Move CWARNFLAGS to Makefile.am for easier build-time overriding
+
+Signed-off-by: Alan Coopersmith 
+
+commit 233b72428a47272b599a6be0708b06f7ed674f7c
+Author: Alan Coopersmith 
+Date:   Tue Jul 7 08:57:53 2009 -0700
+
+Strip out-of-date RCS/CVS & SCCS version tags
+
+Signed-off-by: Alan Coopersmith 
+
+commit f85f04b1287717d00cc29aaea2dc44bd59a2d2b3
+Author: Alan Coopersmith 
+Date:   Tue Jul 7 08:45:41 2009 

libfs: Changes to 'upstream-unstable'

2009-07-27 Thread Brice Goglin
 .gitignore|8 +
 Makefile.am   |4 
 README|   29 +
 configure.ac  |   11 +-
 doc/FSlib.txt |  230 ++
 include/X11/fonts/FSlib.h |8 -
 src/.gitignore|6 -
 src/FSClServ.c|7 -
 src/FSCloseFt.c   |4 
 src/FSConnServ.c  |3 
 src/FSErrDis.c|   18 +--
 src/FSErrHndlr.c  |5 -
 src/FSFlush.c |3 
 src/FSFontInfo.c  |2 
 src/FSFtNames.c   |2 
 src/FSGetCats.c   |2 
 src/FSListCats.c  |2 
 src/FSListExt.c   |5 -
 src/FSMisc.c  |4 
 src/FSNextEv.c|6 -
 src/FSOpenFont.c  |3 
 src/FSOpenServ.c  |   87 +++--
 src/FSQGlyphs.c   |2 
 src/FSQXExt.c |3 
 src/FSQXInfo.c|2 
 src/FSQuExt.c |2 
 src/FSServName.c  |4 
 src/FSSetCats.c   |5 -
 src/FSSync.c  |4 
 src/FSSynchro.c   |5 -
 src/FSlibInt.c|   10 --
 src/FSlibint.h|   25 +
 src/FSlibos.h |   36 ---
 src/Makefile.am   |2 
 34 files changed, 340 insertions(+), 209 deletions(-)

New commits:
commit 364af12a2426358461f5ed5b142c97411cad80c5
Author: Alan Coopersmith 
Date:   Tue Jul 7 15:47:36 2009 -0700

Version 1.0.2

diff --git a/configure.ac b/configure.ac
index da6feaf..9273352 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure.
 
 AC_PREREQ([2.57])
 
-AC_INIT(libFS, 1.0.1, 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libFS)
+AC_INIT(libFS, 1.0.2, 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libFS)
 AM_INIT_AUTOMAKE([dist-bzip2])
 AM_MAINTAINER_MODE
 

commit 040bfd8f055f7e49f15e457842b8bca4f8d2020a
Author: Alan Coopersmith 
Date:   Tue Jul 7 15:45:50 2009 -0700

Move CWARNFLAGS to Makefile.am for easier build-time overriding

Signed-off-by: Alan Coopersmith 

diff --git a/configure.ac b/configure.ac
index a2e7438..da6feaf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,7 +39,6 @@ XORG_CWARNFLAGS
 
 # Check for dependencies
 PKG_CHECK_MODULES(FS, xproto fontsproto)
-FS_CFLAGS="$CWARNFLAGS $FS_CFLAGS"
 AC_SUBST(FS_CFLAGS)
 AC_SUBST(FS_LIBS)
 #
diff --git a/src/Makefile.am b/src/Makefile.am
index a9a347b..103 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -29,7 +29,7 @@ libFS_la_SOURCES =\
FSSynchro.c \
fs_transport.c
 
-AM_CFLAGS = $(FS_CFLAGS) $(XTRANS_CFLAGS) $(MALLOC_ZERO_CFLAGS) \
+AM_CFLAGS = $(CWARNFLAGS) $(FS_CFLAGS) $(XTRANS_CFLAGS) $(MALLOC_ZERO_CFLAGS) \
-DFS_t -DTRANS_CLIENT
 libFS_la_LIBADD = $(FS_LIBS) $(XTRANS_LIBS)
 

commit 233b72428a47272b599a6be0708b06f7ed674f7c
Author: Alan Coopersmith 
Date:   Tue Jul 7 08:57:53 2009 -0700

Strip out-of-date RCS/CVS & SCCS version tags

Signed-off-by: Alan Coopersmith 

diff --git a/doc/FSlib.txt b/doc/FSlib.txt
index 02957d5..6d1ee25 100644
--- a/doc/FSlib.txt
+++ b/doc/FSlib.txt
@@ -1,5 +1,3 @@
-$Xorg: FSlib.doc,v 1.3 2000/08/17 19:42:50 cpqbld Exp $
-
 Protocol requests
 
 These functions make protocol requests corresponding to their names.
diff --git a/include/X11/fonts/FSlib.h b/include/X11/fonts/FSlib.h
index 9d4ecb0..94f0552 100644
--- a/include/X11/fonts/FSlib.h
+++ b/include/X11/fonts/FSlib.h
@@ -1,5 +1,3 @@
-/* $Xorg: FSlib.h,v 1.5 2001/02/09 02:03:25 xorgcvs Exp $ */
-
 /*
  * Copyright 1990 Network Computing Devices;
  * Portions Copyright 1987 by Digital Equipment Corporation
@@ -24,7 +22,6 @@
  * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 
  * SOFTWARE.
  */
-/* $XFree86: xc/lib/FS/FSlib.h,v 1.6 2001/12/14 19:53:33 dawes Exp $ */
 
 /*
 
diff --git a/src/FSClServ.c b/src/FSClServ.c
index 7bce02e..2792f5c 100644
--- a/src/FSClServ.c
+++ b/src/FSClServ.c
@@ -1,6 +1,4 @@
-/* $Xorg: FSClServ.c,v 1.4 2001/02/09 02:03:25 xorgcvs Exp $ */
-
-/* @(#)FSClServ.c  4.1 91/05/02
+/*
  * Copyright 1990 Network Computing Devices;
  * Portions Copyright 1987 by Digital Equipment Corporation
  *
@@ -24,7 +22,6 @@
  * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 
  * SOFTWARE.
  */
-/* $XFree86: xc/lib/FS/FSClServ.c,v 1.4 2001/01/17 19:41:27 dawes Exp $ */
 
 /*
 
diff --git a/src/FSCloseFt.c b/src/FSCloseFt.c
index 9b0dce8..296f63b 100644
--- a/src/FSCloseFt.c
+++ b/src/FSCloseFt.c
@@ -1,6 +1,4 @@
-/* $Xorg: FSCloseFt.c,v 1.4 2001/02/09 02:03:25 xorgcvs Exp $ */
-
-/* @(#)FSCloseFt.c 4.1 91/05/02
+/*
  * Copyright 1990 Network Computing Devices;
  * Portions Copyright 1987 by Digital Equipment Corporation
  *
diff --git a/src/FSConnServ.c b/src/FSConnServ.c
index d4d1472..ac09401 100644
--- a/src/FSConnServ.c
+++ b/src/FSConnServ.c
@@ -1,5 +1,3 @@
-/* $Xorg: FSConnServ.c,v 1.4 2001

Bug#538845: xserver-xorg-video-intel: X fails randomly, mouse pointer still works but no further screen updates

2009-07-27 Thread Eamonn Hamilton

> Driver 2.7.1 supported XAA (and EXA was supposed to work better there).
> Packages are available at:
> 
> http://people.debian.org/~bgoglin/rebuilds/Xserver1.6/intel-2.7.1/
> 

Excellent - I'll get that in and going. Would you suggest using EXA
instead of XAA?

SAIC Limited is a private limited company registered in England and Wales. 
Registered number 1396396. Registered office at Hemel One, Boundary Way, Hemel 
Hempstead, Hertfordshire, HP2 7YU. VAT number 599 5474 64.
This e-mail and any attachments are private and confidential.  If you are not 
the intended recipient of this e-mail, any disclosure, copying, distribution or 
use of its contents is strictly prohibited. Please notify the sender 
immediately and then delete it (including any attachments) from your system.
All emails and attachments are virus scanned. It is your responsibility to 
ensure that any onward transmission, opening or use of this message and any 
attachments will not adversely affect your or the onward recipients' systems or 
data. Please carry out such virus and other such checks as you consider 
appropriate.
SAIC Limited may monitor email traffic data and, also, the content of email for 
the purposes of security, staff training and compliance with SAIC policies.




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



Bug#538845: xserver-xorg-video-intel: X fails randomly, mouse pointer still works but no further screen updates

2009-07-27 Thread Brice Goglin
Eamonn Hamilton wrote:
>> Driver 2.7.1 supported XAA (and EXA was supposed to work better there).
>> Packages are available at:
>>
>> http://people.debian.org/~bgoglin/rebuilds/Xserver1.6/intel-2.7.1/
>>
>> 
>
> Excellent - I'll get that in and going. Would you suggest using EXA
> instead of XAA?
>   

Yes.

Brice




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



Bug#538845: xserver-xorg-video-intel: X fails randomly, mouse pointer still works but no further screen updates

2009-07-27 Thread Eamonn Hamilton

> i865 is poorly supported for UXA/DRI2. I have the same problem on my
> machine. Option "NoAccel" or Option "NoDRI" seems to keep things stable
> (but slow).
> Upstream is working on it but not much improvements so far...
> 

Ah, I see. I guess I could always downgrade to a version of the driver
which retains XAA - any suggestions?


> If you want to look deeper, some upstream bug reports about i865 problems:
> http://bugs.freedesktop.org/show_bug.cgi?id=22417
> http://bugs.freedesktop.org/show_bug.cgi?id=22904
> http://bugs.freedesktop.org/show_bug.cgi?id=20453
> http://bugs.freedesktop.org/show_bug.cgi?id=20683
> http://bugs.freedesktop.org/show_bug.cgi?id=21470
> http://bugs.freedesktop.org/show_bug.cgi?id=22463
> 
> Brice
> 

Eep. Maybe it's time to get my employer to spring for something a little
newer ;)

SAIC Limited is a private limited company registered in England and Wales. 
Registered number 1396396. Registered office at Hemel One, Boundary Way, Hemel 
Hempstead, Hertfordshire, HP2 7YU. VAT number 599 5474 64.
This e-mail and any attachments are private and confidential.  If you are not 
the intended recipient of this e-mail, any disclosure, copying, distribution or 
use of its contents is strictly prohibited. Please notify the sender 
immediately and then delete it (including any attachments) from your system.
All emails and attachments are virus scanned. It is your responsibility to 
ensure that any onward transmission, opening or use of this message and any 
attachments will not adversely affect your or the onward recipients' systems or 
data. Please carry out such virus and other such checks as you consider 
appropriate.
SAIC Limited may monitor email traffic data and, also, the content of email for 
the purposes of security, staff training and compliance with SAIC policies.




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



Bug#538845: xserver-xorg-video-intel: X fails randomly, mouse pointer still works but no further screen updates

2009-07-27 Thread Brice Goglin
Eamonn Hamilton wrote:
>> i865 is poorly supported for UXA/DRI2. I have the same problem on my
>> machine. Option "NoAccel" or Option "NoDRI" seems to keep things stable
>> (but slow).
>> Upstream is working on it but not much improvements so far...
>>
>> 
>
> Ah, I see. I guess I could always downgrade to a version of the driver
> which retains XAA - any suggestions?
>   

Driver 2.7.1 supported XAA (and EXA was supposed to work better there).
Packages are available at:

http://people.debian.org/~bgoglin/rebuilds/Xserver1.6/intel-2.7.1/

Brice




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



Processed: Re: Bug#538845: xserver-xorg-video-intel: X fails randomly, mouse pointer still works but no further screen updates

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

> retitle 538845 [865] X hangs randomly
Bug #538845 [xserver-xorg-video-intel] xserver-xorg-video-intel: X fails 
randomly, mouse pointer still works but no further screen updates
Changed Bug title to '[865] X hangs randomly' from 'xserver-xorg-video-intel: X 
fails randomly, mouse pointer still works but no further screen updates'
> severity 538845 important
Bug #538845 [xserver-xorg-video-intel] [865] X hangs randomly
Severity set to 'important' from 'normal'

> thank you
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#538845: xserver-xorg-video-intel: X fails randomly, mouse pointer still works but no further screen updates

2009-07-27 Thread Brice Goglin
retitle 538845 [865] X hangs randomly
severity 538845 important
thank you


Eamonn Hamilton wrote:
> Package: xserver-xorg-video-intel
> Version: 2:2.8.0-1
> Severity: normal
>
> Hi,
>
> Since updating to the latest intel driver, X randomly crashes. I seem to 
> recall that this was a problem a year or more ago, however I had "fixed" it 
> by using XAA, which has now been removed.
>
> The symptoms are that the display will lock up, leaving me able to move the 
> mouse but having no updates or interaction with the screen. The rest of the 
> system continues to work, however a reboot is the only way to recover the 
> display. 
>
> There is nothing logged when this happens, and I've tried it with kernels up 
> to 2.6.31-rc4 and with/without kernel mode setting.
>
> I'm currently back to using the vesa driver.
>   

i865 is poorly supported for UXA/DRI2. I have the same problem on my
machine. Option "NoAccel" or Option "NoDRI" seems to keep things stable
(but slow).
Upstream is working on it but not much improvements so far...

If you want to look deeper, some upstream bug reports about i865 problems:
http://bugs.freedesktop.org/show_bug.cgi?id=22417
http://bugs.freedesktop.org/show_bug.cgi?id=22904
http://bugs.freedesktop.org/show_bug.cgi?id=20453
http://bugs.freedesktop.org/show_bug.cgi?id=20683
http://bugs.freedesktop.org/show_bug.cgi?id=21470
http://bugs.freedesktop.org/show_bug.cgi?id=22463

Brice




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



xorg-server: Changes to 'ubuntu'

2009-07-27 Thread Timo Aaltonen
 COPYING |  793 ++--
 ChangeLog   |  647 +
 Xext/geext.c|2 
 Xext/panoramiX.c|6 
 Xext/saver.c|8 
 Xext/security.c |4 
 Xext/shape.c|2 
 Xext/sync.c |2 
 Xext/xselinux.c |2 
 Xext/xtest.c|6 
 Xi/exevents.c   |2 
 composite/compext.c |   10 
 configure.ac|   12 
 debian/README.source|   73 +
 debian/changelog|   81 +
 debian/control  |   30 
 debian/local/xvfb-run   |   18 
 debian/patches/fedora-bad-fbdev-thats-mine.patch|   43 
 debian/patches/fedora-pci-primary.diff  |  110 ++
 debian/patches/series   |3 
 debian/patches/xserver-1.5.0-bad-fbdev-thats-mine.patch |   46 
 debian/rules|   76 +
 debian/serverminver |2 
 debian/xserver-xorg-core.bug.script |   13 
 debian/xsfbs/xsfbs.sh   |   12 
 dix/cursor.c|8 
 dix/deprecated.c|   34 
 dix/devices.c   |2 
 dix/dispatch.c  |   48 
 dix/dixutils.c  |4 
 dix/events.c|   20 
 dix/gc.c|8 
 dix/resource.c  |   39 
 dix/window.c|8 
 doc/Xserver.man.pre |2 
 exa/exa_accel.c |   47 
 exa/exa_glyphs.c|   73 -
 exa/exa_priv.h  |   10 
 exa/exa_render.c|2 
 exa/exa_unaccel.c   |2 
 glx/glxcmds.c   |   44 
 glx/glxdrawable.h   |3 
 glx/glxdri.c|2 
 glx/glxdri2.c   |  133 ++
 hw/kdrive/src/kinput.c  |4 
 hw/vfb/InitOutput.c |   30 
 hw/xfree86/common/Makefile.am   |2 
 hw/xfree86/common/xf86Config.c  |5 
 hw/xfree86/common/xf86pciBus.c  |   10 
 hw/xfree86/ddc/edid.h   |2 
 hw/xfree86/ddc/interpret_edid.c |7 
 hw/xfree86/ddc/print_edid.c |6 
 hw/xfree86/doc/man/xorg.conf.man.pre|   11 
 hw/xfree86/dri2/dri2.c  |  334 ++
 hw/xfree86/dri2/dri2.h  |   57 +
 hw/xfree86/dri2/dri2ext.c   |   96 +
 hw/xfree86/exa/examodule.c  |2 
 hw/xfree86/loader/loader.c  |2 
 hw/xfree86/modes/xf86Crtc.c |   17 
 hw/xfree86/modes/xf86EdidModes.c|   87 +
 hw/xfree86/parser/Makefile.am   |   10 
 hw/xfree86/ramdac/xf86Cursor.c  |6 
 include/resource.h  |   38 
 os/xdmcp.c  |4 
 randr/randr.c   |   11 
 randr/rrcrtc.c  |5 
 randr/rrscreen.c|9 
 randr/rrtransform.c |6 
 render/picture.c|4 
 render/render.c |8 
 xfixes/cursor.c |4 
 xfixes/region.c |6 
 xkb/xkb.c   |8 
 73 files changed, 2150 insertions(+), 1133 deletions(-)

New commits:
commit f79ea1c9e431a20381eff03d4472cceead3dd88e
Author: Timo Aaltonen 
Date:   Mon Jul 27 16:39:39 2009 +0300

Update the changelog


Bug#538845: xserver-xorg-video-intel: X fails randomly, mouse pointer still works but no further screen updates

2009-07-27 Thread Eamonn Hamilton
Package: xserver-xorg-video-intel
Version: 2:2.8.0-1
Severity: normal

Hi,

Since updating to the latest intel driver, X randomly crashes. I seem to recall 
that this was a problem a year or more ago, however I had "fixed" it by using 
XAA, which has now been removed.

The symptoms are that the display will lock up, leaving me able to move the 
mouse but having no updates or interaction with the screen. The rest of the 
system continues to work, however a reboot is the only way to recover the 
display. 

There is nothing logged when this happens, and I've tried it with kernels up to 
2.6.31-rc4 and with/without kernel mode setting.

I'm currently back to using the vesa driver.

Regards,
Eamonn


-- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 2008-01-10 11:35 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1689624 2009-07-26 23:36 /usr/bin/Xorg

/var/lib/x11/xorg.conf.roster does not exist.

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation 82865G Integrated Graphics 
Controller (rev 02)

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 2155 2009-07-27 12:13 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath"/usr/share/fonts/X11/misc"
FontPath"/usr/share/fonts/X11/cyrillic"
FontPath"/usr/share/fonts/X11/100dpi/:unscaled"
FontPath"/usr/share/fonts/X11/75dpi/:unscaled"
FontPath"/usr/share/fonts/X11/Type1"
FontPath"/usr/share/fonts/X11/100dpi"
FontPath"/usr/share/fonts/X11/75dpi"
# path to defoma fonts
FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load"dri2"
Load"glx"
Load"dri"
Load"extmod"
Load"dbe"
Load"record"
Load"evdev"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
Option  "CoreKeyboard"
Option  "XkbRules"  "xorg"
Option  "XkbModel"  "compaqeak8"
Option  "XkbLayout" "gb"
Option  "XkbOptions""altwin:meta_win"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ExplorerPS/2"
EndSection

Section "Device"
Identifier  "Intel 810"
Driver  "vesa"
EndSection

Section "Monitor"
Identifier  "Generic Monitor"
EndSection

Section "Screen"
Identifier  "Default Screen"
Device  "Intel 810"
Monitor "Generic Monitor"
DefaultDepth24
EndSection

Section "ServerLayout"
Identifier  "Default Layout"
Screen  "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
Option  "AllowEmptyInput"   "false"

EndSection

#Section "DRI"
#Mode   0666
#EndSection

Section "Extensions"
#Option "Composite" "enable"
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 30669 2008-12-09 16:25 /var/log/Xorg.20.log
-rw-r--r-- 1 root root 40401 2009-07-27 12:17 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/ukabzc383:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.

X.Org X Server 1.6.2.901 (1.6.3 RC 1)
Release Date: 2009-7-26
X Protocol Version 11, Revision 0
Bu

Processed: Re: Bug#538811: xserver-xorg: cursor does not show in xscreensaver-demo

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

> reassign 538811 xscreensaver
Bug #538811 {Done: Michel Dänzer } [xserver-xorg] 
xserver-xorg: cursor does not show in xscreensaver-demo
Bug reassigned from package 'xserver-xorg' to 'xscreensaver'.
Bug #538811 {Done: Michel Dänzer } [xscreensaver] 
xserver-xorg: cursor does not show in xscreensaver-demo
Bug No longer marked as found in versions xorg/1:7.4+3.
Bug #538811 {Done: Michel Dänzer } [xscreensaver] 
xserver-xorg: cursor does not show in xscreensaver-demo
Ignoring request to alter fixed versions of bug #538811 to the same values 
previously set
> retitle 538811 xscreensaver(-demo) does not set cursor
Bug #538811 {Done: Michel Dänzer } [xscreensaver] 
xserver-xorg: cursor does not show in xscreensaver-demo
Changed Bug title to 'xscreensaver(-demo) does not set cursor' from 
'xserver-xorg: cursor does not show in xscreensaver-demo'
> reopen 538811
Bug #538811 {Done: Michel Dänzer } [xscreensaver] 
xscreensaver(-demo) does not set cursor
> thanks
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#535624: Patch update

2009-07-27 Thread Julien Cristau
On Thu, Jul 23, 2009 at 16:09:05 -0300, Maximiliano Curia wrote:

> Hola!
> 
> This is a patch update that fixes the previuos patch and handles the error
> generated by the 1:7.3+19 version.
> 
> Thanks to Julien Cristau for the support given via irc.
> 
Thanks for working on this Maximiliano.

> diff -Naru xorg-7.3+19/debian/xserver-xorg.postinst.in 
> xorg-7.3+20/debian/xserver-xorg.postinst.in
> --- xorg-7.3+19/debian/xserver-xorg.postinst.in   2009-06-03 
> 16:24:40.0 -0300
> +++ xorg-7.3+20/debian/xserver-xorg.postinst.in   2009-07-23 
> 15:26:44.621526322 -0300
> @@ -932,12 +932,17 @@
>  # Don't touch the config on upgrades except to deal with known issues with 
> old
>  # configs.
>  if [ -z "$UPGRADE" ] || dpkg --compare-versions "$2" le "1:7.0.14" || \
> -  [ "$ARCHITECTURE" = sparc ] && dpkg --compare-versions "$2" lt-nl 
> 1:7.3+19; then
> +  { [ "$ARCHITECTURE" = sparc ] && \
> +  dpkg --compare-versions "$2" lt-nl 1:7.3+19; } || \
> +  { [ -n "$(find "$XORGCONFIG" -maxdepth 0 -size 0 2>/dev/null)" ] &&  \
> +  [ "$2" = 1:7.3+19 ]; }; then
># compare the current and stored checksums; if they do not match, assume
># that's the way the user wants it.  if we're reconfiguring, overwrite
># it regardless and back it up.
>if [ "$(md5sum "$XORGCONFIG")" = "$(cat "$XORGCONFIG_CHECKSUM")" ] || \
> - ! [ -e "$XORGCONFIG" ] || [ -n "$RECONFIGURE" ]; then
> + ! [ -e "$XORGCONFIG" ] || [ -n "$RECONFIGURE" ] || \
> +  { [ -n "$(find "$XORGCONFIG" -maxdepth 0 -size 0 2>/dev/null)" ] && \
> +  [ "$2" = 1:7.3+19 ]; }; then

I don't understand why this is necessary.
xserver-xorg.preinst does this:

  if [ "$1" = "install" ]; then
if ! [ -e "$XORGCONFIG" ]; then
  # cheap, fork()-free version of "touch"
  : > "$XORGCONFIG"
  md5sum "$XORGCONFIG" > "$XORGCONFIG_CHECKSUM"
fi
  fi

so even with the buggy preinst the checksum in $XORGCONFIG_CHECKSUM
should match the empty file.  What am I missing?

>  # they match or user deleted the file or they're running 
> dpkg-reconfigure; 
>  # prepare a new version
>  NEW_XORGCONFIG="$XORGCONFIG.dpkg-new"

Cheers,
Julien



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



Processed (with 1 errors): Re: Bug#538077: installation-reports: Netinstall 5.0.2: empty xorg.conf and wrong keymap

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

> reassign 538077 xserver-xorg 1:7.3+19
Bug #538077 [installation-reports] installation-reports: Netinstall 5.0.2: 
empty xorg.conf and wrong keymap
Bug reassigned from package 'installation-reports' to 'xserver-xorg'.
Bug #538077 [xserver-xorg] installation-reports: Netinstall 5.0.2: empty 
xorg.conf and wrong keymap
Ignoring request to alter found versions of bug #538077 to the same values 
previously set
Bug #538077 [xserver-xorg] installation-reports: Netinstall 5.0.2: empty 
xorg.conf and wrong keymap
Ignoring request to alter fixed versions of bug #538077 to the same values 
previously set
Failed to clear fixed versions and reopen on 538077: The following parameter 
was passed in the call to Debbugs::Control::set_found but was not listed in the 
validation options: version


> forcemerge 535624 538077
Bug#535624: Command "dpkg-reconfigure -phigh xserver-xorg" doesn't create 
/etc/X11/xorg.conf
Bug#538077: installation-reports: Netinstall 5.0.2: empty xorg.conf and wrong 
keymap
Forcibly Merged 535624 538077.

> kthxbye
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#538804: video-radeon: complete system lockup by running Hypertorus (stripes)

2009-07-27 Thread Michel Dänzer
reassign 538804 libgl1-mesa-dri
notfound 538804 7.5-3
kthxbye

On Mon, 2009-07-27 at 12:52 +0200, Michal Suchanek wrote:
> I can no longer reproduce the lockup with the -3 round radeon/mesa
> packages and the 1.6.2.901 X server.

Reassigning to libgl1-mesa-dri and marking as fixed in 7.5-3.


-- 
Earthling Michel Dänzer   |http://www.vmware.com
Libre software enthusiast |  Debian, X and DRI developer



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



Processed: Re: Bug#538804: video-radeon: complete system lockup by running Hypertorus (stripes)

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

> reassign 538804 libgl1-mesa-dri
Bug #538804 [xserver-xorg-video-radeon] video-radeon: complete system lockup by 
running Hypertorus (stripes)
Bug reassigned from package 'xserver-xorg-video-radeon' to 'libgl1-mesa-dri'.
Bug #538804 [libgl1-mesa-dri] video-radeon: complete system lockup by running 
Hypertorus (stripes)
Bug No longer marked as found in versions xserver-xorg-video-ati/1:6.12.2-2.
Bug #538804 [libgl1-mesa-dri] video-radeon: complete system lockup by running 
Hypertorus (stripes)
Ignoring request to alter fixed versions of bug #538804 to the same values 
previously set
> notfound 538804 7.5-3
Bug #538804 [libgl1-mesa-dri] video-radeon: complete system lockup by running 
Hypertorus (stripes)
There is no source info for the package 'libgl1-mesa-dri' at version '7.5-3' 
with architecture ''
Unable to make a source version for version '7.5-3'
Ignoring request to alter found versions of bug #538804 to the same values 
previously set
> kthxbye
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#538800: /usr/bin/xrandr: setting non-existent output as primary resets screen ordering

2009-07-27 Thread Michal Suchanek
2009/7/27 Michal Suchanek :
> 2009/7/27 Brice Goglin :
>> Michal Suchanek wrote:
>>> Package: x11-xserver-utils
>>> Version: 7.4+2
>>> Severity: normal
>>> File: /usr/bin/xrandr
>>>
>>>
>>> In my .xsessionrc I set up the screen layout with xrandr.
>>> Because different drivers name the outputs differently I have the
>>> commands repeated with different output names.
>>>
>>> All works fine except for --primary.
>>>
>>> Setting non-existent output as primary resets the output order to the
>>> driver default.
>>>
>>
>> It looks like xrandr is passing the request with the wrong output up to
>> the server. Then the server probably clears the primary status before it
>> fails to setup the new primary output. So there's no primary output
>> anymore. Patch welcome :)
>
> Since the outputs are passed as CARD32 in the request it's probably
> xrandr's fault it resolves the string into a number which it passes to
> the X server.
>
> The X server validates the number and only proceeds to set the output
> if it received what it thinks to be a valid number.
>

The xrandr source is a mess. I tried adding some debug prints in
find_output and it seems that xrandr does not find the output but sets
something somewhere anyway, even if --dryrun is specified.

~/x11-xserver-utils-7.4+2/xrandr/build $ ./xrandr --dryrun --output
DVI-0 --primary
find_output_by_name: DVI-0: find_output: (nil)
find_output: (nil)
find_output: DVI-0, 0, 0x
find_output: (nil)
find_output_by_xid: 0x004d: find_output: DVI-0, 0, 0x004d
find_output_by_xid: 0x004d: find_output: DVI-0, 0, 0x004d
find_output_by_xid: 0x004c: find_output: VGA-0, 0, 0x004c
crtc 0:1280x1024   60.0 +0+0 "DVI-0"

~/x11-xserver-utils-7.4+2/xrandr/build $ ./xrandr --dryrun --output
DVI --primary
find_output_by_name: DVI: find_output: (nil)
find_output: (nil)
find_output: (nil)
find_output: (nil)
find_output_by_xid: 0x004d: find_output: DVI-0, 1, 0x004d
find_output_by_xid: 0x004c: find_output: VGA-0, 0, 0x004c



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



Processed: Re: Bug#538810: video-radeon: direct rendering: graphics deceleration?

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

> reassign 538810 libgl1-mesa-dri
Bug #538810 [xserver-xorg-video-radeon] video-radeon: direct rendering: 
graphics deceleration?
Bug reassigned from package 'xserver-xorg-video-radeon' to 'libgl1-mesa-dri'.
Bug #538810 [libgl1-mesa-dri] video-radeon: direct rendering: graphics 
deceleration?
Bug No longer marked as found in versions xserver-xorg-video-ati/1:6.12.2-3.
Bug #538810 [libgl1-mesa-dri] video-radeon: direct rendering: graphics 
deceleration?
Ignoring request to alter fixed versions of bug #538810 to the same values 
previously set
> kthxbye
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#538810: video-radeon: direct rendering: graphics deceleration?

2009-07-27 Thread Michel Dänzer
reassign 538810 libgl1-mesa-dri
kthxbye

On Mon, 2009-07-27 at 10:33 +0200, Michal Suchanek wrote:
> Package: xserver-xorg-video-radeon
> Version: 1:6.12.2-3
> Severity: normal
> File: video-radeon
> 
> 
> Hello
> 
> The hypertorus (striped) xscreensaver demo seems slower with DRI. Sure,
> it takes less cpu with direct rendering enabled but it seems much more
> choppy.
> 
> The non-striped version does not show this issue. It is always slow and
> always takes lots of cpu time.

Please provide the full output of

LIBGL_DEBUG=verbose glxinfo 2>&1

for both cases.

For now assuming it's a 3D driver issue, reassigning.


-- 
Earthling Michel Dänzer   |http://www.vmware.com
Libre software enthusiast |  Debian, X and DRI developer



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



Bug#538804: video-radeon: complete system lockup by running Hypertorus (stripes)

2009-07-27 Thread Michal Suchanek
I can no longer reproduce the lockup with the -3 round radeon/mesa
packages and the 1.6.2.901 X server.

Thanks

Michal



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



Processed: tagging 538714

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

> # commit 9271b26d991608b562960aa041b0c371086cc490
> tags 538714 fixed-upstream upstream
Bug #538714 [x11-utils] xprop: -spy doesn't flush STDOUT
Added tag(s) upstream and fixed-upstream.
>
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#538800: /usr/bin/xrandr: setting non-existent output as primary resets screen ordering

2009-07-27 Thread Michal Suchanek
2009/7/27 Brice Goglin :
> Michal Suchanek wrote:
>> Package: x11-xserver-utils
>> Version: 7.4+2
>> Severity: normal
>> File: /usr/bin/xrandr
>>
>>
>> In my .xsessionrc I set up the screen layout with xrandr.
>> Because different drivers name the outputs differently I have the
>> commands repeated with different output names.
>>
>> All works fine except for --primary.
>>
>> Setting non-existent output as primary resets the output order to the
>> driver default.
>>
>
> It looks like xrandr is passing the request with the wrong output up to
> the server. Then the server probably clears the primary status before it
> fails to setup the new primary output. So there's no primary output
> anymore. Patch welcome :)

Since the outputs are passed as CARD32 in the request it's probably
xrandr's fault it resolves the string into a number which it passes to
the X server.

The X server validates the number and only proceeds to set the output
if it received what it thinks to be a valid number.

Thanks

Michal



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



Bug#538800: /usr/bin/xrandr: setting non-existent output as primary resets screen ordering

2009-07-27 Thread Brice Goglin
Michal Suchanek wrote:
> You should be able to get more than two outputs with multiple cards
> (or with special professional cards which will most likely not work
> with Xorg). I have no idea how that interacts with xrandr, though.
>   

Multiple boards are basically not supported at all with current RandR,
and I don't think much work has been done upstream about it.

Brice




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



Bug#538800: /usr/bin/xrandr: setting non-existent output as primary resets screen ordering

2009-07-27 Thread Michal Suchanek
2009/7/27 Brice Goglin :
> Michal Suchanek wrote:
>> Package: x11-xserver-utils
>> Version: 7.4+2
>> Severity: normal
>> File: /usr/bin/xrandr
>>
>>
>> In my .xsessionrc I set up the screen layout with xrandr.
>> Because different drivers name the outputs differently I have the
>> commands repeated with different output names.
>>
>> All works fine except for --primary.
>>
>> Setting non-existent output as primary resets the output order to the
>> driver default.
>>
>
> It looks like xrandr is passing the request with the wrong output up to
> the server. Then the server probably clears the primary status before it
> fails to setup the new primary output. So there's no primary output
> anymore. Patch welcome :)
>
>> I also have some doubts I could set up screen order of more than two
>> screens with such odd xrandr behavior.
>>
>
> Most hardware do not support more than 2 (not-cloned) outputs at the
> same time anyway :)

You should be able to get more than two outputs with multiple cards
(or with special professional cards which will most likely not work
with Xorg). I have no idea how that interacts with xrandr, though.

Thanks

Michal



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



Bug#538800: /usr/bin/xrandr: setting non-existent output as primary resets screen ordering

2009-07-27 Thread Brice Goglin
Michal Suchanek wrote:
> Package: x11-xserver-utils
> Version: 7.4+2
> Severity: normal
> File: /usr/bin/xrandr
>
>
> In my .xsessionrc I set up the screen layout with xrandr.
> Because different drivers name the outputs differently I have the
> commands repeated with different output names.
>
> All works fine except for --primary.
>
> Setting non-existent output as primary resets the output order to the
> driver default.
>   

It looks like xrandr is passing the request with the wrong output up to
the server. Then the server probably clears the primary status before it
fails to setup the new primary output. So there's no primary output
anymore. Patch welcome :)

> I also have some doubts I could set up screen order of more than two
> screens with such odd xrandr behavior.
>   

Most hardware do not support more than 2 (not-cloned) outputs at the
same time anyway :)

Brice




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



Bug#535257: marked as done (x11-xkb-utils: X crashes sometimes when I do setxkbmap)

2009-07-27 Thread Debian Bug Tracking System

Your message dated Mon, 27 Jul 2009 10:17:00 +0200
with message-id <20090727081700.gi24...@patate.is-a-geek.org>
and subject line Re: Bug#535257: x11-xkb-utils: X crashes sometimes when I do 
setxkbmap
has caused the Debian Bug report #535257,
regarding x11-xkb-utils: X crashes sometimes when I do setxkbmap
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 ow...@bugs.debian.org
immediately.)


-- 
535257: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=535257
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: x11-xkb-utils
Version: 7.4+2
Severity: important

Hi
   It has happened several times that X crashes when I do
setxkbmap (is or se)
Most of the time X doesn't crash.
The bug appeared when I upgraded to kde4 but I don't know if it
is related to kde4 or some other upgrade at the same time.

Thanks
Gudjon

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), 
(1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686-bigmem (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages x11-xkb-utils depends on:
ii  cpp   4:4.3.3-9  The GNU C preprocessor (cpp)
ii  libc6 2.9-18 GNU C Library: Shared libraries
ii  libice6   2:1.0.5-1  X11 Inter-Client Exchange library
ii  libsm62:1.1.0-2  X11 Session Management library
ii  libx11-6  2:1.2.1-1  X11 client-side library
ii  libxaw7   2:1.0.5-2  X11 Athena Widget library
ii  libxkbfile1   1:1.0.5-1  X11 keyboard file manipulation 
lib
ii  libxmu6   2:1.0.4-1  X11 miscellaneous utility library
ii  libxt61:1.0.5-3  X11 toolkit intrinsics library
ii  x11-common1:7.4+3X Window System (X.Org) 
infrastruc

x11-xkb-utils recommends no packages.

x11-xkb-utils suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
On Fri, Jul 24, 2009 at 08:02:19 +0200, Gudjon I. Gudjonsson wrote:

> Hi Julien
> Sorry, I never found any useful information in the log file but it seems 
> like the problem is fixed. It hasn't crashed for a long time. I think the bug 
> can be closed.
> 
Please always send followups to the bug address so they don't get lost
:)

Anyway, closing the bug now, assuming this was a dupe of #529625.
Thanks for the note.

Cheers,
Julien

--- End Message ---


[bts-link] source package libice

2009-07-27 Thread bts-link-upstream
#
# bts-link upstream status pull for source package libice
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user bts-link-upstr...@lists.alioth.debian.org

# remote status report for #538248
#  * https://bugs.freedesktop.org/show_bug.cgi?id=22932
#  * remote status changed: (?) -> NEW
usertags 538248 + status-NEW

thanks


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



[bts-link] source package xserver-xorg-video-intel

2009-07-27 Thread bts-link-upstream
#
# bts-link upstream status pull for source package xserver-xorg-video-intel
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user bts-link-upstr...@lists.alioth.debian.org

# remote status report for #431326
#  * https://bugs.freedesktop.org/show_bug.cgi?id=17902
#  * remote status changed: RESOLVED -> NEW
#  * remote resolution changed: FIXED -> (?)
#  * reopen upstream
tags 431326 - fixed-upstream
usertags 431326 - status-RESOLVED resolution-FIXED
usertags 431326 + status-NEW

# remote status report for #447754
#  * https://bugs.freedesktop.org/show_bug.cgi?id=13025
#  * remote status changed: REOPENED -> NEW
usertags 447754 - status-REOPENED
usertags 447754 + status-NEW

# remote status report for #537400
#  * https://bugs.freedesktop.org/show_bug.cgi?id=22831
#  * remote status changed: NEW -> RESOLVED
#  * remote resolution changed: (?) -> FIXED
#  * closed upstream
tags 537400 + fixed-upstream
usertags 537400 - status-NEW
usertags 537400 + status-RESOLVED resolution-FIXED

# remote status report for #538148
#  * https://bugs.freedesktop.org/show_bug.cgi?id=22787
#  * remote status changed: (?) -> ASSIGNED
usertags 538148 + status-ASSIGNED

thanks


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



Bug#538800: /usr/bin/xrandr: setting non-existent output as primary resets screen ordering

2009-07-27 Thread Michal Suchanek
Package: x11-xserver-utils
Version: 7.4+2
Severity: normal
File: /usr/bin/xrandr


In my .xsessionrc I set up the screen layout with xrandr.
Because different drivers name the outputs differently I have the
commands repeated with different output names.

All works fine except for --primary.

Setting non-existent output as primary resets the output order to the
driver default.

I also have some doubts I could set up screen order of more than two
screens with such odd xrandr behavior.


-- System Information:
Debian Release: 5.0.2
  APT prefers stable
  APT policy: (900, 'stable'), (500, 'testing'), (300, 'unstable'), (290, 
'stable-i386'), (280, 'testing-i386'), (270, 'unstable-i386'), (1, 
'experimental-i386'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages x11-xserver-utils depends on:
ii  cpp   4:4.3.2-2  The GNU C preprocessor (cpp)
ii  libc6 2.9-21 GNU C Library: Shared libraries
ii  libice6   2:1.0.4-1  X11 Inter-Client Exchange library
ii  libsm62:1.0.3-2  X11 Session Management library
ii  libx11-6  2:1.2.2-1  X11 client-side library
ii  libxau6   1:1.0.3-3  X11 authorisation library
ii  libxaw7   2:1.0.4-2  X11 Athena Widget library
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar
ii  libxi62:1.2.1-2  X11 Input extension library
ii  libxmu6   2:1.0.4-1  X11 miscellaneous utility library
ii  libxmuu1  2:1.0.4-1  X11 miscellaneous micro-utility li
ii  libxrandr22:1.3.0-2  X11 RandR extension library
ii  libxrender1   1:0.9.4-2  X Rendering Extension client libra
ii  libxt61:1.0.5-3  X11 toolkit intrinsics library
ii  libxtrap6 2:1.0.0-5  X11 event trapping extension libra
ii  libxxf86misc1 1:1.0.1-3  X11 XFree86 miscellaneous extensio
ii  libxxf86vm1   1:1.0.2-1  X11 XFree86 video mode extension l
ii  x11-common1:7.3+19   X Window System (X.Org) infrastruc

x11-xserver-utils recommends no packages.

Versions of packages x11-xserver-utils suggests:
pn  cairo-5c   (no description available)
pn  nickle (no description available)

-- debconf-show failed



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



Processed: [bts-link] source package xserver-xorg-video-intel

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

> #
> # bts-link upstream status pull for source package xserver-xorg-video-intel
> # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
> #
> user bts-link-upstr...@lists.alioth.debian.org
Setting user to bts-link-upstr...@lists.alioth.debian.org (was 
bts-link-de...@lists.alioth.debian.org).
> # remote status report for #431326
> #  * https://bugs.freedesktop.org/show_bug.cgi?id=17902
> #  * remote status changed: RESOLVED -> NEW
> #  * remote resolution changed: FIXED -> (?)
> #  * reopen upstream
> tags 431326 - fixed-upstream
Bug #431326 [xserver-xorg-video-intel] xserver-xorg-video-intel: X does not 
start with an intel 82830 chip on a fujitsu-siemens Lifebook S6010 laptop
Removed tag(s) fixed-upstream.
> usertags 431326 - status-RESOLVED resolution-FIXED
Bug#431326: xserver-xorg-video-intel: X does not start with an intel 82830 chip 
on a fujitsu-siemens Lifebook S6010 laptop
Usertags were: status-RESOLVED resolution-FIXED.
Usertags are now: .
> usertags 431326 + status-NEW
Bug#431326: xserver-xorg-video-intel: X does not start with an intel 82830 chip 
on a fujitsu-siemens Lifebook S6010 laptop
There were no usertags set.
Usertags are now: status-NEW.
> # remote status report for #447754
> #  * https://bugs.freedesktop.org/show_bug.cgi?id=13025
> #  * remote status changed: REOPENED -> NEW
> usertags 447754 - status-REOPENED
Bug#447754: xserver-xorg-video-intel: i945GM No Picture with resolutions > 
1024x768 with TMDS-1 while CRT works fine
Usertags were: status-REOPENED.
Usertags are now: .
> usertags 447754 + status-NEW
Bug#447754: xserver-xorg-video-intel: i945GM No Picture with resolutions > 
1024x768 with TMDS-1 while CRT works fine
There were no usertags set.
Usertags are now: status-NEW.
> # remote status report for #537400
> #  * https://bugs.freedesktop.org/show_bug.cgi?id=22831
> #  * remote status changed: NEW -> RESOLVED
> #  * remote resolution changed: (?) -> FIXED
> #  * closed upstream
> tags 537400 + fixed-upstream
Bug #537400 [xserver-xorg-video-intel] xserver-xorg-video-intel: GM45 2.8rc 
regression: glxgears: black window with "failed to acquire vblank counter, -22"
Added tag(s) fixed-upstream.
> usertags 537400 - status-NEW
Bug#537400: xserver-xorg-video-intel: GM45 2.8rc regression: glxgears: black 
window with "failed to acquire vblank counter, -22"
Usertags were: status-NEW.
Usertags are now: .
> usertags 537400 + status-RESOLVED resolution-FIXED
Bug#537400: xserver-xorg-video-intel: GM45 2.8rc regression: glxgears: black 
window with "failed to acquire vblank counter, -22"
There were no usertags set.
Usertags are now: status-RESOLVED resolution-FIXED.
> # remote status report for #538148
> #  * https://bugs.freedesktop.org/show_bug.cgi?id=22787
> #  * remote status changed: (?) -> ASSIGNED
> usertags 538148 + status-ASSIGNED
Bug#538148: [intel,855GM] Output LVDS enabled but has no modes
There were no usertags set.
Usertags are now: status-ASSIGNED.
> thanks
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