Bug#555938: libx11-data: I want to compose anarchism

2010-03-15 Thread mike castleman
Package: libx11-data
Version: 2:1.3.3-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I'd appreciate this as well.

For what it's worth, dkg's patch appears correct to me; most locales 
apparently include the en_US one and then override it as needed.

- -- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

- -- no debconf information

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

iEYEARECAAYFAkue200ACgkQrbXc6n5AevkKowCgttbjCMMM76TAh54jVNYFzBca
6awAnj7AMf4RTu7pq0xXmCe5c6Fot9J4
=t5FG
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100316011353.8201.24362.report...@palm.mlcastle.net



Bug#574061: fonts from optional xfonts-base package is hardcoded into /etc/X11/app-defaults/XTerm

2010-03-15 Thread sergio
Package: xterm
Version: 256-1
Severity: normal

I have well working system without package.
But some fonts from xfonts-base hardcoded into /etc/X11/app-defaults/XTerm
For example: *VT100.utf8Fonts.font:  
-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1

So when I run xterm I receive:
xterm: cannot load font 
-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1

And xterm doesn't suggest or recommends xfonts-base.


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

Kernel: Linux 2.6.32-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xterm depends on:
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib
ii  libfontconfig12.8.0-2generic font configuration library
ii  libice6   2:1.0.6-1  X11 Inter-Client Exchange library
ii  libncurses5   5.7+20090803-2 shared libraries for terminal hand
ii  libutempter0  1.1.5-2A privileged helper for utmp/wtmp 
ii  libx11-6  2:1.3.3-2  X11 client-side library
ii  libxaw7   2:1.0.7-1  X11 Athena Widget library
ii  libxft2   2.1.14-2   FreeType-based font drawing librar
ii  libxmu6   2:1.0.5-1  X11 miscellaneous utility library
ii  libxt61:1.0.7-1  X11 toolkit intrinsics library
ii  xbitmaps  1.1.0-1Base X bitmaps

Versions of packages xterm recommends:
ii  x11-utils 7.5+3  X11 utilities

Versions of packages xterm suggests:
pn  xfonts-cyrillic(no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100316013020.27704.70355.report...@doka.qwe



xserver-xorg-input-evdev: Changes to 'ubuntu'

2010-03-15 Thread Bryce Harrington
 debian/changelog |7 +++
 debian/local/65-xorg-evdev.rules |6 --
 2 files changed, 11 insertions(+), 2 deletions(-)

New commits:
commit 8ecd045ed618b599d0954737ffd742c1bb84f727
Author: Bryce Harrington 
Date:   Mon Mar 15 18:25:46 2010 -0700

Only set x11_driver for event devices, and also extend to work for tablet 
devices.

diff --git a/debian/changelog b/debian/changelog
index cbcb8f4..28aa5a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xserver-xorg-input-evdev (1:2.3.2-3ubuntu2) lucid; urgency=low
+
+  * 65-xorg-evdev.rules: only set x11_driver for event devices, and also
+extend to work for tablet devices. Fixes part of LP: #537801
+
+ -- Robert Hooker   Mon, 15 Mar 2010 21:05:29 -0400
+
 xserver-xorg-input-evdev (1:2.3.2-3ubuntu1) lucid; urgency=low
 
   * Add 100-silence-eviocgname-error.patch:
diff --git a/debian/local/65-xorg-evdev.rules b/debian/local/65-xorg-evdev.rules
index ea4a9bb..1d73597 100644
--- a/debian/local/65-xorg-evdev.rules
+++ b/debian/local/65-xorg-evdev.rules
@@ -1,12 +1,14 @@
 ACTION!="add|change", GOTO="xorg_evdev_end"
 
 # By default, we use the -evdev driver for every mouse, keyboard, touchscreen
-# or touchpad; later rules can then change the driver for specific input
-# devices.
+# tablet, or touchpad; later rules can then change the driver for specific
+# input devices.
+KERNEL!="event*", GOTO="xorg_evdev_end"
 ENV{ID_INPUT}=="", GOTO="xorg_evdev_end"
 ENV{ID_INPUT_MOUSE}=="?*", ENV{x11_driver}="evdev"
 ENV{ID_INPUT_KEY}=="?*", ENV{x11_driver}="evdev"
 ENV{ID_INPUT_TOUCHSCREEN}=="?*", ENV{x11_driver}="evdev"
 ENV{ID_INPUT_TOUCHPAD}=="?*", ENV{x11_driver}="evdev"
+ENV{ID_INPUT_TABLET}=="?*", ENV{x11_driver}="evdev"
 
 LABEL="xorg_evdev_end"


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nrlbi-0007lr...@alioth.debian.org



Bug#569691: still present with latest 2.6.32 kernel

2010-03-15 Thread Chris Butler
I've just upgraded the kernel package on my laptop to the latest 2.6.32
package from sid (2.6.32-9), and this problem is still present. Although the
2.6.33 kernel in experimental works OK for me, I understand that the plan is
to release squeeze with .32

Is there anything that can be / is being done to get the fixed intel drivers
into squeeze's kernel? I'm happy to help if I can, although I don't really
know where to start. Is it worth reassigning / cloning this bug to the
kernel package?

-- 
Chris Butler 
  GnuPG Key ID: 4096R/49E3ACD3 



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100316003340.ga2...@crustynet.org.uk



Bug#564200: marked as done (xserver-xorg-core: PC speaker does not work)

2010-03-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Mar 2010 23:49:17 +
with message-id 
and subject line Bug#564200: fixed in xorg-server 2:1.7.5.902-1
has caused the Debian Bug report #564200,
regarding xserver-xorg-core: PC speaker does not work
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.)


-- 
564200: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=564200
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-core
Version: 2:1.7.3.902-1
Severity: normal

Apparently X can't do anything with my PC speaker, the following warning
appears in the log:

(WW) "PC Speaker": Don't know how to use device

And the speaker is completely silent under X, while it works at the
console.


-- 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 Jun  8  2006 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1712764 Jan  7 20:31 /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 G86 [GeForce 8500 GT] 
(rev a1)

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

Xorg X server configuration file status:
-rw-r--r-- 1 root root 1130 Jan  8 11:23 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
Section "Module"
Load"int10"
Load"vbe"
EndSection

Section "Device"
Identifier  "GeForce 8500 GT"
Driver  "nvidia"
Option  "NoLogo""true"
EndSection

Section "Monitor"
Identifier  "Yakumo TFT"
HorizSync   31-64
VertRefresh 56-76
#DisplaySize96 96
Option  "DPMS"
EndSection

Section "Screen"
Identifier  "Default Screen"
Device  "GeForce 8500 GT"
Monitor "Yakumo TFT"
DefaultDepth24
SubSection "Display"
Depth   1
Modes   "1280x1024" "1152x864" "1024x768" "800x600" 
"640x480"
EndSubSection
SubSection "Display"
Depth   4
Modes   "1280x1024" "1152x864" "1024x768" "800x600" 
"640x480"
EndSubSection
SubSection "Display"
Depth   8
Modes   "1280x1024" "1152x864" "1024x768" "800x600" 
"640x480"
EndSubSection
SubSection "Display"
Depth   15
Modes   "1280x1024" "1152x864" "1024x768" "800x600" 
"640x480"
EndSubSection
SubSection "Display"
Depth   16
Modes   "1280x1024" "1152x864" "1024x768" "800x600" 
"640x480"
EndSubSection
SubSection "Display"
Depth   24
Modes   "1280x1024" "1152x864" "1024x768" "800x600" 
"640x480"
EndSubSection
EndSection

Section "DRI"
Group   "video"
Mode0660
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 13007 Jan  8 11:28 /var/log/Xorg.0.log

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

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.7.3.902 (1.7.4 RC 2)
Release Date: 2009-12-26
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32.2-dsa-ia32 i686 Debian
Current Operating System: Linux turtle 2.6.31.10-amd64 #1 SMP Thu Jan 7 
09:06:41 CET 2010 x86_64
Kernel command line: root=LABEL=/ ro vga=794 acpi_enforce_resources=lax quiet
Build Date: 07 January 2010  07:24:24PM
xorg-server 2:1.7.3.902-1 (bui...@murphy.debian.org) 
Current version of pixman: 0.16.4
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: Fri Jan  8 11:24:10 2010
(==) Using config file: "/etc/X11/xorg.conf"
(==) No Layout section.  Using the first Screen section.
(**) |-->Screen "Default Screen" (0)
(**) |   |-->M

Bug#527490: marked as done (man page typo)

2010-03-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Mar 2010 23:49:17 +
with message-id 
and subject line Bug#527490: fixed in xorg-server 2:1.7.5.902-1
has caused the Debian Bug report #527490,
regarding man page typo
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.)


-- 
527490: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=527490
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xvfb
Version: 2:1.6.1-1
Severity: normal

The man page for xvfb-run contains at least one typo of the command name 
as "xfvb-run"

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=, LC_CTYPE= (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages xvfb depends on:
ii  libaudit01.7.13-1Dynamic library for security audit
ii  libc62.9-10  GNU C Library: Shared libraries
ii  libdbus-1-3  1.2.12-1simple interprocess messaging syst
ii  libfontenc1  1:1.0.4-3   X11 font encoding library
ii  libgcrypt11  1.4.4-2 LGPL Crypto library - runtime libr
ii  libhal1  0.5.12~git20090406.46dc48-2 Hardware Abstraction Layer - share
ii  libpixman-1- 0.14.0-1pixel-manipulation library for X a
ii  libselinux1  2.0.71-1SELinux shared libraries
ii  libxau6  1:1.0.4-2   X11 authorisation library
ii  libxdmcp61:1.0.2-3   X11 Display Manager Control Protoc
ii  libxfont11:1.4.0-1   X11 font rasterisation library
ii  xserver-comm 2:1.6.1-1   common files used by various X ser

Versions of packages xvfb recommends:
ii  xauth 1:1.0.3-2  X authentication utility
ii  xfonts-base   1:1.0.0-6  standard fonts for X

xvfb suggests no packages.

-- no debconf information

-- 
see shy jo


--- End Message ---
--- Begin Message ---
Source: xorg-server
Source-Version: 2:1.7.5.902-1

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

xdmx-tools_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xdmx-tools_1.7.5.902-1_amd64.deb
xdmx_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xdmx_1.7.5.902-1_amd64.deb
xnest_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xnest_1.7.5.902-1_amd64.deb
xorg-server_1.7.5.902-1.diff.gz
  to main/x/xorg-server/xorg-server_1.7.5.902-1.diff.gz
xorg-server_1.7.5.902-1.dsc
  to main/x/xorg-server/xorg-server_1.7.5.902-1.dsc
xorg-server_1.7.5.902.orig.tar.gz
  to main/x/xorg-server/xorg-server_1.7.5.902.orig.tar.gz
xserver-common_1.7.5.902-1_all.deb
  to main/x/xorg-server/xserver-common_1.7.5.902-1_all.deb
xserver-xephyr_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xserver-xephyr_1.7.5.902-1_amd64.deb
xserver-xfbdev_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xserver-xfbdev_1.7.5.902-1_amd64.deb
xserver-xorg-core-dbg_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xserver-xorg-core-dbg_1.7.5.902-1_amd64.deb
xserver-xorg-core-udeb_1.7.5.902-1_amd64.udeb
  to main/x/xorg-server/xserver-xorg-core-udeb_1.7.5.902-1_amd64.udeb
xserver-xorg-core_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xserver-xorg-core_1.7.5.902-1_amd64.deb
xserver-xorg-dev_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xserver-xorg-dev_1.7.5.902-1_amd64.deb
xvfb_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xvfb_1.7.5.902-1_amd64.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 527...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Cyril Brulebois  (supplier of updated xorg-server 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, 15 Mar 2010 22:19:01 +0100
Source: xorg-server
Binary: xserver-xorg-core xserver-xorg-core-udeb xserver-xorg-dev xdmx 
xdmx-tools xnest xvfb xserver-xephyr xserver-xfbdev xserver-xorg-core-dbg 
xserver-common
Architecture: source all amd64
Version: 2:1.7.5.902-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force 
Changed-By: Cyril Brulebois 
Description: 
 xdmx 

Bug#574017: marked as done (xserver-xorg-core: Don't put an buildd@ address in the log file.)

2010-03-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Mar 2010 23:49:18 +
with message-id 
and subject line Bug#574017: fixed in xorg-server 2:1.7.5.902-1
has caused the Debian Bug report #574017,
regarding xserver-xorg-core: Don't put an buildd@ address in the log file.
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.)


-- 
574017: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574017
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-core

Hi,

I've just had an other user report a problem to
bui...@xxx.debian.org.  This is obviously not a address
to contact if you have a problem.

My only guess why he contacted that address is that you
have something like this in /var/log/Xorg.0.log:
Build Date: 16 February 2010  10:23:38AM
xorg-server 2:1.7.5-1 (bui...@brahms.debian.org)

Please don't put it there in the form of email address.


Kurt



--- End Message ---
--- Begin Message ---
Source: xorg-server
Source-Version: 2:1.7.5.902-1

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

xdmx-tools_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xdmx-tools_1.7.5.902-1_amd64.deb
xdmx_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xdmx_1.7.5.902-1_amd64.deb
xnest_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xnest_1.7.5.902-1_amd64.deb
xorg-server_1.7.5.902-1.diff.gz
  to main/x/xorg-server/xorg-server_1.7.5.902-1.diff.gz
xorg-server_1.7.5.902-1.dsc
  to main/x/xorg-server/xorg-server_1.7.5.902-1.dsc
xorg-server_1.7.5.902.orig.tar.gz
  to main/x/xorg-server/xorg-server_1.7.5.902.orig.tar.gz
xserver-common_1.7.5.902-1_all.deb
  to main/x/xorg-server/xserver-common_1.7.5.902-1_all.deb
xserver-xephyr_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xserver-xephyr_1.7.5.902-1_amd64.deb
xserver-xfbdev_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xserver-xfbdev_1.7.5.902-1_amd64.deb
xserver-xorg-core-dbg_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xserver-xorg-core-dbg_1.7.5.902-1_amd64.deb
xserver-xorg-core-udeb_1.7.5.902-1_amd64.udeb
  to main/x/xorg-server/xserver-xorg-core-udeb_1.7.5.902-1_amd64.udeb
xserver-xorg-core_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xserver-xorg-core_1.7.5.902-1_amd64.deb
xserver-xorg-dev_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xserver-xorg-dev_1.7.5.902-1_amd64.deb
xvfb_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xvfb_1.7.5.902-1_amd64.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 574...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Cyril Brulebois  (supplier of updated xorg-server 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, 15 Mar 2010 22:19:01 +0100
Source: xorg-server
Binary: xserver-xorg-core xserver-xorg-core-udeb xserver-xorg-dev xdmx 
xdmx-tools xnest xvfb xserver-xephyr xserver-xfbdev xserver-xorg-core-dbg 
xserver-common
Architecture: source all amd64
Version: 2:1.7.5.902-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force 
Changed-By: Cyril Brulebois 
Description: 
 xdmx   - distributed multihead X server
 xdmx-tools - Distributed Multihead X tools
 xnest  - Nested X server
 xserver-common - common files used by various X servers
 xserver-xephyr - nested X server
 xserver-xfbdev - Linux framebuffer device tiny X server
 xserver-xorg-core - Xorg X server - core server
 xserver-xorg-core-dbg - Xorg - the X.Org X server (debugging symbols)
 xserver-xorg-core-udeb - Xorg X server - core server (udeb)
 xserver-xorg-dev - Xorg X server - development files
 xvfb   - Virtual Framebuffer 'fake' X server
Closes: 527490 554450 564200 568236 570680 572268 574017
Changes: 
 xorg-server (2:1.7.5.902-1) unstable; urgency=low
 .
   [ Julien Cristau ]
   * config/udev: fix adding unnamed devices.
   * Build two flavours, one for the main package and one for the udeb.
   * Add patch to fix Xorg build with XV disabled.
 .
   [ Timo Aaltonen ]
   * Add 16-config-dont-filter-input-subsys.diff so for instance serial
 wacom devices are initialized by the udev backend (LP: #522318,
 closes: #568236).
 .
   [ Brice Goglin ]
   * New upstream release.
 + Allow for missing or disabled compat_output, closes: #5

Bug#566600: marked as done (xserver-xorg: XBell doesn't work)

2010-03-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Mar 2010 23:49:17 +
with message-id 
and subject line Bug#564200: fixed in xorg-server 2:1.7.5.902-1
has caused the Debian Bug report #564200,
regarding xserver-xorg: XBell doesn't work
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.)


-- 
564200: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=564200
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg
Version: 1:7.5+2
Severity: normal

The console bell stopped working (no sound is produced) with this newer
version of the server (7.5+2 vs. 7.4+4).  Note that "xset q" reports

  bell percent:  50bell pitch:  400bell duration:  100

Note also that xdvi no longer beeps when it should, so the problem is
in XBell(), not xterm.


-- 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 Dec  8  2007 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1864832 Jan 20 15:37 /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 G86 [GeForce 8400M GS] 
(rev a1)

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

Xorg X server configuration file status:
-rw-r--r-- 1 root root 3796 Jan 19 18:45 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# Adapted from XF86Config.eg

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

Section "ServerFlags"
Option  "DontZap" "false"
# Can set DPMS timeouts here.
EndSection

Section "Module"
# [does not exist] Load "type1"
EndSection

# First ServerLayout is the default

Section "ServerLayout"
Identifier  "Main"
Screen  "Default Screen"
InputDevice "evdev keyboard""CoreKeyboard"
#   InputDevice "Main keyboard" "CoreKeyboard"
#   InputDevice "Configured Mouse"  "CorePointer"
InputDevice "Synaptics Touchpad Standard" "CorePointer"
EndSection

Section "Screen"
Identifier  "Default Screen"
Device  "nVidia GeForce Go 8400M GS"
Monitor "Generic Monitor"
DefaultDepth24
SubSection  "Display"
Modes   "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Device"
Identifier  "nVidia GeForce Go 8400M GS"
Driver  "nv"
BusID   "PCI:1:0:0"
option  "Monitor-LVDS"  "LCD Panel"
option  "Monitor-VGA1"  "External VGA"
EndSection

Section "Monitor"
Identifier  "Generic Monitor"
# (For ViewSonic only)
# HorizSync   28-64
# VertRefresh 43-60
EndSection

Section "Monitor"
Identifier  "LCD Panel"
EndSection

Section "Monitor"
Identifier  "External VGA"
Option  "PreferredMode" "1024x768"
EndSection

Section "InputDevice"  
Identifier  "evdev keyboard"
Driver  "evdev"
Option  "Device"  "/dev/input/by-path/platform-i8042-serio-0-event-kbd"
Option  "XkbModel"  "evdev"
Option  "XkbLayout" "us"
Option  "XkbOptions""ctrl:swapcaps,terminate:ctrl_alt_bksp"
Option  "evBits""+1"
Option  "keyBits"   "~1-255 ~352-511"
Option  "Pass"  "3"
EndSection

# Section "InputDevice"
# Identifier"Main keyboard"
# Driver"kbd"
# Option"AutoRepeat""200 30"
# # ln -s /etc/X11/xkb /usr/xf-cvs/lib/X11
# Option"XkbRules"  "xorg"
# Option"XkbModel"  "pc104"
# #   Option"XkbLayout" "us"
# #   Option"XkbVariant"""
# Option"XkbOptions""ctrl:swapcaps"
# Option"XkbOptions""terminate:ctrl_alt_bksp"
# EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
#Option "Buttons"   "5"
Option  "ZAxisMapping"  "4 5"
Option  "Emulate3Buttons"   "true"
EndSection

Section "

Bug#567318: marked as done (gnome-screensaver causes X session crash)

2010-03-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Mar 2010 23:49:17 +
with message-id 
and subject line Bug#554450: fixed in xorg-server 2:1.7.5.902-1
has caused the Debian Bug report #554450,
regarding gnome-screensaver causes X session crash
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.)


-- 
554450: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554450
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gnome-screensaver
Version: 2.28.0-2
Severity: critical
Justification: causes serious data loss

Hello,

I use a laptop with an external LCD screen connected on the VGA port.
The two screens don't have the same native resolution but when the
Gnome session starts, the both screens uses the same resolution.


$ xrandr
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 8192 x 8192
VGA1 connected 1024x768+0+0 (normal left inverted right x axis y axis)
   1280x1024  60.0 +   75.0 
   1024x768   75.1 70.1 60.0*
LVDS1 connected 1024x768+0+0 (normal left inverted right x axis y axis)
   1024x768   60.0*+   85.0 75.0 70.1 60.0 
DVI1 disconnected (normal left inverted right x axis y axis)
TV1 disconnected (normal left inverted right x axis y axis)


I use to switch off the integrated screen (LVDS1) to use the external
screen (VGA1) with its best resolution:


$ xrandr --output LVDS1 --off --output VGA1 --auto
$ xrandr
Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 8192 x 8192
VGA1 connected 1280x1024+0+0 (normal left inverted right x axis y axis)
   1280x1024  60.0*+   75.0 
   1024x768   75.1 70.1 60.0 
LVDS1 connected (normal left inverted right x axis y axis)
   1024x768   60.0 +   85.0 75.0 70.1 60.0 
DVI1 disconnected (normal left inverted right x axis y axis)
TV1 disconnected (normal left inverted right x axis y axis)


Since the last system update, when I lock the screen, the Gnome session
crashes and the GDM login screen appears. I have the same issue if
gnome-screensaver locks the screen itself after the idle timeout.

Curiously, if I don't change the external screen resolution, the
screen lock works fine and my Gnome session is not killed.

The ~/.xsession-errors content is:

GNOME_KEYRING_SOCKET=/tmp/keyring-MtadlE/socket
SSH_AUTH_SOCK=/tmp/keyring-MtadlE/socket.ssh
Window manager warning: Failed to read saved session file
/home/sdinot/.config/metacity/sessions/104525b06dd30b2b712646774585669080063550018.ms:
Failed to open file
'/home/sdinot/.config/metacity/sessions/104525b06dd30b2b712646774585669080063550018.ms':
No such file or directory

(gnome-settings-daemon:6430): GLib-GObject-CRITICAL **:
g_param_spec_flags: assertion G_TYPE_IS_FLAGS (flags_type)' failed

(gnome-settings-daemon:6430): GLib-GObject-CRITICAL **:
g_object_class_install_property: assertion G_IS_PARAM_SPEC (pspec)'
failed

(polkit-gnome-authentication-agent-1:6479): GLib-GObject-WARNING **:
cannot register existing type _PolkitError'

(polkit-gnome-authentication-agent-1:6479): GLib-CRITICAL **:
g_once_init_leave: assertion initialization_value != 0' failed


In the syslem log files, I found some information but it doesn't seem
very relevant and useful (last crash at 12:17:19):

/var/log/syslog

Jan 28 12:17:01 vortex /USR/SBIN/CRON[6262]: (root) CMD (   cd / &&
run-parts --report /etc/cron.hourly)
Jan 28 12:17:19 vortex kernel: [ 1245.729056] [drm] DAC-6: set mode
1280x1024 30
Jan 28 12:17:21 vortex acpid: client 5678[0:0] has disconnected
Jan 28 12:17:21 vortex acpid: client connected from 6320[0:0]
Jan 28 12:17:21 vortex acpid: 1 client rule loaded
Jan 28 12:17:21 vortex kernel: [ 1247.272931] [drm] DAC-6: set mode
1024x768 49
Jan 28 12:17:21 vortex /usr/sbin/gpm[1627]: *** warning
[daemon/old_main.c(254)]:
Jan 28 12:17:21 vortex /usr/sbin/gpm[1627]: Data on strange file
descriptor 4
Jan 28 12:17:25 vortex gdmgreeter[6332]: Gtk-CRITICAL:
gtk_list_store_get_path: assertion iter->stamp ==
GTK_LIST_STORE(tree_model)->stamp' failed
Jan 28 12:17:25 vortex gdmgreeter[6332]: Gtk-CRITICAL:
gtk_tree_view_scroll_to_cell: assertion path != NULL || column !

Bug#570680: marked as done (Please renenable the RECORD extension)

2010-03-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Mar 2010 23:49:18 +
with message-id 
and subject line Bug#570680: fixed in xorg-server 2:1.7.5.902-1
has caused the Debian Bug report #570680,
regarding Please renenable the RECORD extension
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.)


-- 
570680: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=570680
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-core
Version: 2:1.7.5-1.1
Severity: wishlist
Tags: patch

  Hello,

  As the server so justly says at startup, the RECORD extension has
been disabled as it is broken:

record: RECORD extension enabled at configure time.
record: This extension is known to be broken, disabling extension now..
record: http://bugs.freedesktop.org/show_bug.cgi?id=20500

  At the bug page, there are patches that appear to do the job while
not disrupting the rest (I've attached them as debdiff patch, but the
patch header should be rewritten should you use it).

  Would you be so kind as to renable it, please ? Several apps depend
on that (including my own ;-)...).

  Many thanks,

   Vincent


-- 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 Jan 19 22:24 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1867168 Feb 20 18:17 /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 G92 [GeForce 9600 GSO] 
(rev a2)

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

Xorg X server configuration file status:
-rw-r--r-- 1 root root 3907 Feb  6 17:01 /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 "Module"
Load"i2c"
Load"bitmap"
Load"ddc"
#   Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
#   Load"type1"
Load"vbe"
Load"record"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
Option  "CoreKeyboard"
Option  "XkbRules"  "xorg"
Option  "XkbModel"  "pc105"
Option  "XkbLayout" "fr,ru,ua"
Option  "XkbVariant""latin9"
Option  "XkbOptions""grp:shift_toggle"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/psaux"
Option  "Protocol"  "ExplorerPS/2"
Option  "Emulate3Buttons"   "true"
EndSection

Section "Device"
Identifier  "NVIDIA"
Driver  "nvidia"
Screen  0
BusID   "PCI:1:0:0"
#   Option  "TwinView"
#   Option  "ConnectedMonitor" "CRT, DFP"
#   Option  "TwinViewOrientation"   "Clone"
EndSection

Section "Device"
Identifier  "NV"
Driver  "nv"
EndSection

Section "Device"
Identifier  "NVIDIATV"
Driver  "nvidia"
BusID   "PCI:1:0:0"
#   Option  "UseDisplayDevice" "DFP"
#   Option  "ConnectedMonitor" "TV"
#   Option  "TVStandard" "PAL-B"
#   Option  "TVStandard" "HD576i"
#   Option  "TVOutFormat" "SVIDEO"
Screen  1
EndSection

Section "Monitor"
Identifier  "SyncMaster"
Option  "DPMS"
EndSection

Section "Monitor"
Identifier  "VideoProj"
#   Option  "DPMS"
EndSection


Section "Screen"
Identifier  "Usual"
Device  "NVIDIA"
Monitor "SyncMaster"
DefaultDepth24
SubSection "Display"
Depth   8
Modes  

Bug#568236: marked as done (xserver-xorg-input-wacom: wacom tablet not detected after upgrade)

2010-03-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Mar 2010 23:49:18 +
with message-id 
and subject line Bug#568236: fixed in xorg-server 2:1.7.5.902-1
has caused the Debian Bug report #568236,
regarding xserver-xorg-input-wacom: wacom tablet not detected after upgrade
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.)


-- 
568236: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=568236
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-input-wacom
Version: 0.10.3+20100109-1
Severity: normal

Good morning -after my weekly dist-upgrade, the wacom device built into 
my Lenovo X61 tablet PC is no longer detected at all. It worked fine until 
the upgrade.

aper...@fanon:~$ xinput list
⎡ Virtual core pointer  id=2[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointerid=4[slave  pointer  (2)]
⎜   ↳ "PS/2 Generic Mouse"  id=10   [slave  pointer  (2)]
⎜   ↳ "Macintosh mouse button emulation"id=11   [slave  pointer  (2)]
⎣ Virtual core keyboard id=3[master keyboard (2)]
↳ Virtual core XTEST keyboard   id=5[slave  keyboard (3)]
↳ "Power Button"id=6[slave  keyboard (3)]
↳ "Video Bus"   id=7[slave  keyboard (3)]
↳ "Sleep Button"id=8[slave  keyboard (3)]
↳ "AT Translated Set 2 keyboard"id=9[slave  keyboard (3)]
↳ "/usr/sbin/thinkpad-keys" id=12   [slave  keyboard (3)]
↳ "ThinkPad Extra Buttons"  id=13   [slave  keyboard (3)]
↳ "ACPI Virtual Keyboard Device"id=14   [slave  keyboard (3)]



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xserver-xorg-input-wacom depends on:
ii  libc6 2.10.2-2   GNU C Library: Shared libraries
ii  libx11-6  2:1.3.3-1  X11 client-side library
ii  libxi62:1.3-2X11 Input extension library
ii  xserver-xorg-core 2:1.7.4-2  Xorg X server - core server

xserver-xorg-input-wacom recommends no packages.

Versions of packages xserver-xorg-input-wacom suggests:
ii  xinput1.5.0-2Runtime configuration and test of 

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: xorg-server
Source-Version: 2:1.7.5.902-1

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

xdmx-tools_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xdmx-tools_1.7.5.902-1_amd64.deb
xdmx_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xdmx_1.7.5.902-1_amd64.deb
xnest_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xnest_1.7.5.902-1_amd64.deb
xorg-server_1.7.5.902-1.diff.gz
  to main/x/xorg-server/xorg-server_1.7.5.902-1.diff.gz
xorg-server_1.7.5.902-1.dsc
  to main/x/xorg-server/xorg-server_1.7.5.902-1.dsc
xorg-server_1.7.5.902.orig.tar.gz
  to main/x/xorg-server/xorg-server_1.7.5.902.orig.tar.gz
xserver-common_1.7.5.902-1_all.deb
  to main/x/xorg-server/xserver-common_1.7.5.902-1_all.deb
xserver-xephyr_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xserver-xephyr_1.7.5.902-1_amd64.deb
xserver-xfbdev_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xserver-xfbdev_1.7.5.902-1_amd64.deb
xserver-xorg-core-dbg_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xserver-xorg-core-dbg_1.7.5.902-1_amd64.deb
xserver-xorg-core-udeb_1.7.5.902-1_amd64.udeb
  to main/x/xorg-server/xserver-xorg-core-udeb_1.7.5.902-1_amd64.udeb
xserver-xorg-core_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xserver-xorg-core_1.7.5.902-1_amd64.deb
xserver-xorg-dev_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xserver-xorg-dev_1.7.5.902-1_amd64.deb
xvfb_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xvfb_1.7.5.902-1_amd64.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 568...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Cyril Brulebois  (supplier of updated xorg-server package)

(This message was generated automatically at their request; if you
believe that there is

xorg-server_1.7.5.902-1_amd64.changes ACCEPTED

2010-03-15 Thread Archive Administrator



Accepted:
xdmx-tools_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xdmx-tools_1.7.5.902-1_amd64.deb
xdmx_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xdmx_1.7.5.902-1_amd64.deb
xnest_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xnest_1.7.5.902-1_amd64.deb
xorg-server_1.7.5.902-1.diff.gz
  to main/x/xorg-server/xorg-server_1.7.5.902-1.diff.gz
xorg-server_1.7.5.902-1.dsc
  to main/x/xorg-server/xorg-server_1.7.5.902-1.dsc
xorg-server_1.7.5.902.orig.tar.gz
  to main/x/xorg-server/xorg-server_1.7.5.902.orig.tar.gz
xserver-common_1.7.5.902-1_all.deb
  to main/x/xorg-server/xserver-common_1.7.5.902-1_all.deb
xserver-xephyr_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xserver-xephyr_1.7.5.902-1_amd64.deb
xserver-xfbdev_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xserver-xfbdev_1.7.5.902-1_amd64.deb
xserver-xorg-core-dbg_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xserver-xorg-core-dbg_1.7.5.902-1_amd64.deb
xserver-xorg-core-udeb_1.7.5.902-1_amd64.udeb
  to main/x/xorg-server/xserver-xorg-core-udeb_1.7.5.902-1_amd64.udeb
xserver-xorg-core_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xserver-xorg-core_1.7.5.902-1_amd64.deb
xserver-xorg-dev_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xserver-xorg-dev_1.7.5.902-1_amd64.deb
xvfb_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xvfb_1.7.5.902-1_amd64.deb


Override entries for your package:
xdmx-tools_1.7.5.902-1_amd64.deb - optional x11
xdmx_1.7.5.902-1_amd64.deb - optional x11
xnest_1.7.5.902-1_amd64.deb - optional x11
xorg-server_1.7.5.902-1.dsc - source x11
xserver-common_1.7.5.902-1_all.deb - optional x11
xserver-xephyr_1.7.5.902-1_amd64.deb - optional x11
xserver-xfbdev_1.7.5.902-1_amd64.deb - optional x11
xserver-xorg-core-dbg_1.7.5.902-1_amd64.deb - extra debug
xserver-xorg-core-udeb_1.7.5.902-1_amd64.udeb - optional debian-installer
xserver-xorg-core_1.7.5.902-1_amd64.deb - optional x11
xserver-xorg-dev_1.7.5.902-1_amd64.deb - optional x11
xvfb_1.7.5.902-1_amd64.deb - optional x11

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 527490 554450 564200 568236 570680 572268 574017 


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
Archive: http://lists.debian.org/e1nrk29-0006fl...@ries.debian.org



Bug#534945: marked as done (xserver-xorg-input-kbd: XkbOptions have no effect in some applications)

2010-03-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Mar 2010 23:33:42 +
with message-id 
and subject line Bug#531771: fixed in xkeyboard-config 1.8-1
has caused the Debian Bug report #531771,
regarding xserver-xorg-input-kbd: XkbOptions have no effect in some applications
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.)


-- 
531771: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531771
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-input-kbd
Version: 1:1.3.1-1
Severity: important

After my first reboot in about 2 months, I started experiencing problems
using level3 shift in some applications. I'm using an iBook G4 with
German keymap. To change the Symbol keys to level3 shift / AltGr, I set
my XkbOptions to "lv3:win_switch". It continues to work in some
applications (like xterm, the libvte part of roxterm, xev, kwrite) but
not in others (rox-filer, the GTK+ preference widgets of roxterm,
iceweasel, emacs22 (both the GTK+ and the xaw3dg version)). In the
applications where it's not working, the Symbol keys seem to be
interpreted as Super. I'm not sure if this is really related to kbd or a
bug in whatever method/library the nonworking applications use for input
but at this point I'm out of ideas so I'm reporting this here in the
hopes that it finds its way to the right place eventually.

My xorg.conf:
---snip---
Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
Option  "XkbRules"  "xorg"
Option  "XkbModel"  "macintosh"
Option  "XkbLayout" "de"
Option  "XkbVariant""nodeadkeys"
Option  "XkbOptions""lv3:win_switch"
EndSection

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

Section "Device"
Identifier  "Configured Video Device"
BusID   "PCI:0:16:0"
Option  "UseFBDev"  "true"
EndSection

# I tried this but it didn't change anything
#Section "ServerFlags"
#Option "AllowEmptyInput" "off"
#Option "AutoAddDevices" "off"
#EndSection
---snap---

lshal | grep xkb:
---snip---
  input.xkb.layout = 'de'  (string)
  input.xkb.model = 'apple_laptop'  (string)
  input.xkb.options = 'lv3:win_switch'  (string)
  input.xkb.rules = 'xorg'  (string)
  input.xkb.variant = 'nodeadkeys'  (string)
  input.xkb.layout = 'de'  (string)
  input.xkb.model = 'apple_laptop'  (string)
  input.xkb.options = 'lv3:win_switch'  (string)
  input.xkb.rules = 'xorg'  (string)
  input.xkb.variant = 'nodeadkeys'  (string)
---snap---


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.26-2-powerpc
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xserver-xorg-input-kbd depends on:
ii  libc6 2.9-12 GNU C Library: Shared libraries
ii  xserver-xorg-core 2:1.4.2-11 Xorg X server - core server

xserver-xorg-input-kbd recommends no packages.

xserver-xorg-input-kbd suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: xkeyboard-config
Source-Version: 1.8-1

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

xkb-data-udeb_1.8-1_all.udeb
  to main/x/xkeyboard-config/xkb-data-udeb_1.8-1_all.udeb
xkb-data_1.8-1_all.deb
  to main/x/xkeyboard-config/xkb-data_1.8-1_all.deb
xkeyboard-config_1.8-1.diff.gz
  to main/x/xkeyboard-config/xkeyboard-config_1.8-1.diff.gz
xkeyboard-config_1.8-1.dsc
  to main/x/xkeyboard-config/xkeyboard-config_1.8-1.dsc
xkeyboard-config_1.8.orig.tar.gz
  to main/x/xkeyboard-config/xkeyboard-config_1.8.orig.tar.gz



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 531...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Cyril Brulebois  (supplier of updated xkeyboard-config 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, 15 Mar 2010 14:24:43 +0100
Source: xkeyboard-config
Binary: xkb-data xkb-data-udeb
Architecture: source all
Version: 1.8-1
Distri

Bug#532717: marked as done (gtk+2.0: AltGr stop fully to function since reecent update)

2010-03-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Mar 2010 23:33:42 +
with message-id 
and subject line Bug#531771: fixed in xkeyboard-config 1.8-1
has caused the Debian Bug report #531771,
regarding gtk+2.0: AltGr stop fully to function since reecent update
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.)


-- 
531771: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531771
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gtk+2.0
Severity: important

 have noticed that siince some reecent upgrade, of probably gtk, my
 AltGr key has stop function partially. Tried to find some help at the
 discussion at http://osdir.com/ml/debian-user-debian/2009-06/msg00333.html
 but hasn't got any useful response, su I decided to file an bug here,
 as gtk seems to be responsible for the issue, this due to:

 1. Same issue under gnome and xfce4
 2. Fails fully in iceweasel and gedit
 3. fails partially in gnome-terminal and gvim (seems to work mostly,
 except tilde).
 4. works fully in kate and in xterm

 Though I can't confirm there is actually an issue in gtk+-2.0, I would
 like some help resolving the issue.

 /Carl Fürstenberg

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

Kernel: Linux 2.6.29-2-686 (SMP w/1 CPU core)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to sv_SE.UTF-8)
Shell: /bin/sh linked to /bin/bash


--- End Message ---
--- Begin Message ---
Source: xkeyboard-config
Source-Version: 1.8-1

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

xkb-data-udeb_1.8-1_all.udeb
  to main/x/xkeyboard-config/xkb-data-udeb_1.8-1_all.udeb
xkb-data_1.8-1_all.deb
  to main/x/xkeyboard-config/xkb-data_1.8-1_all.deb
xkeyboard-config_1.8-1.diff.gz
  to main/x/xkeyboard-config/xkeyboard-config_1.8-1.diff.gz
xkeyboard-config_1.8-1.dsc
  to main/x/xkeyboard-config/xkeyboard-config_1.8-1.dsc
xkeyboard-config_1.8.orig.tar.gz
  to main/x/xkeyboard-config/xkeyboard-config_1.8.orig.tar.gz



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 531...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Cyril Brulebois  (supplier of updated xkeyboard-config 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, 15 Mar 2010 14:24:43 +0100
Source: xkeyboard-config
Binary: xkb-data xkb-data-udeb
Architecture: source all
Version: 1.8-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force 
Changed-By: Cyril Brulebois 
Description: 
 xkb-data   - X Keyboard Extension (XKB) configuration data
 xkb-data-udeb - X Keyboard Extension (XKB) configuration data (udeb)
Closes: 531771
Changes: 
 xkeyboard-config (1.8-1) unstable; urgency=low
 .
   [ Julien Cristau ]
   * Remove myself from Uploaders
   * New upstream release
 + Fix Win key as third level chooser (closes: #531771)
 .
   [ Cyril Brulebois ]
   * Add udeb needed for the graphical installer: xkb-data-udeb.
   * Add myself to Uploaders.
   * Bump Standards-Version from 3.8.3 to 3.8.4 (no changes needed).
   * Add Depends: ${misc:Depends} to xkb-data.
Checksums-Sha1: 
 78b1084f6912b4ac863cacceed908dcfb03b6443 1406 xkeyboard-config_1.8-1.dsc
 c6badc9ef9ba9953b0405769afe0670c3f64ce06 1012529 
xkeyboard-config_1.8.orig.tar.gz
 f199a796f76b1f4ab27d440615483773a1ce46b2 58141 xkeyboard-config_1.8-1.diff.gz
 7bb1429bcf81d69e5b3c85bb386b7c2aa37df633 859580 xkb-data_1.8-1_all.deb
 437bee2961bd2d56218bc041c23ea8e9dafe13f7 383470 xkb-data-udeb_1.8-1_all.udeb
Checksums-Sha256: 
 c4e00b4e82f7d6f0ed251ff325c0d78e6d9825c13c951be48919a2469e8a0b4d 1406 
xkeyboard-config_1.8-1.dsc
 f211edb503c5a95e92d1cc4ab40323ce975baa78b8cd6ba4e1b03259a5eabc55 1012529 
xkeyboard-config_1.8.orig.tar.gz
 c8443f3ead7eed8c5acf4155c05f1d47045350567b4baac447ee1226493dbacb 58141 
xkeyboard-config_1.8-1.diff.gz
 3aef303500f72ea09070b0b62580f56bf7a7fe4c072f50132254c5329436a6ec 859580 
xkb-data_1.8-1_all.deb
 4b90adf8e46fe98e0c8fdcd9fc9fb4fb9178f56aa821e6f63e5d4c8efd5adcf1 383470 
xkb-data-udeb_1.8-1_all.udeb
Files: 
 3ff3a4c32094fd759ed3f

Bug#531771: marked as done (xkb-data: level 3 switch not working anymore)

2010-03-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Mar 2010 23:33:42 +
with message-id 
and subject line Bug#531771: fixed in xkeyboard-config 1.8-1
has caused the Debian Bug report #531771,
regarding xkb-data: level 3 switch not working anymore
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.)


-- 
531771: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531771
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: xkb-data
Version: 1.6-1
Severity: important

Hello,

Since the upgrade the version 1.6, my level 3 switch stopped working
in gdm (but not under gnome).

Here is the relevant information from /etc/default/console-setup

# The following variables describe your keyboard and can have the same
# values as the XkbModel, XkbLayout, XkbVariant and XkbOptions options
# in /etc/X11/xorg.conf.
XKBMODEL="macintosh"
XKBLAYOUT="be"
XKBVARIANT=""
XKBOPTIONS="lv3:rwin_switch,ctrl:swapcaps"

I set the severity to grave since people might have special characters
in their password and found themselves locked out of their account if
they don't know how to change it (or how to revert to version 1.5).

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- no debconf information

--
Nicolas Évrard |   Web: http://www.openhex.com
Liège - Belgique


--- End Message ---
--- Begin Message ---
Source: xkeyboard-config
Source-Version: 1.8-1

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

xkb-data-udeb_1.8-1_all.udeb
  to main/x/xkeyboard-config/xkb-data-udeb_1.8-1_all.udeb
xkb-data_1.8-1_all.deb
  to main/x/xkeyboard-config/xkb-data_1.8-1_all.deb
xkeyboard-config_1.8-1.diff.gz
  to main/x/xkeyboard-config/xkeyboard-config_1.8-1.diff.gz
xkeyboard-config_1.8-1.dsc
  to main/x/xkeyboard-config/xkeyboard-config_1.8-1.dsc
xkeyboard-config_1.8.orig.tar.gz
  to main/x/xkeyboard-config/xkeyboard-config_1.8.orig.tar.gz



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 531...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Cyril Brulebois  (supplier of updated xkeyboard-config 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, 15 Mar 2010 14:24:43 +0100
Source: xkeyboard-config
Binary: xkb-data xkb-data-udeb
Architecture: source all
Version: 1.8-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force 
Changed-By: Cyril Brulebois 
Description: 
 xkb-data   - X Keyboard Extension (XKB) configuration data
 xkb-data-udeb - X Keyboard Extension (XKB) configuration data (udeb)
Closes: 531771
Changes: 
 xkeyboard-config (1.8-1) unstable; urgency=low
 .
   [ Julien Cristau ]
   * Remove myself from Uploaders
   * New upstream release
 + Fix Win key as third level chooser (closes: #531771)
 .
   [ Cyril Brulebois ]
   * Add udeb needed for the graphical installer: xkb-data-udeb.
   * Add myself to Uploaders.
   * Bump Standards-Version from 3.8.3 to 3.8.4 (no changes needed).
   * Add Depends: ${misc:Depends} to xkb-data.
Checksums-Sha1: 
 78b1084f6912b4ac863cacceed908dcfb03b6443 1406 xkeyboard-config_1.8-1.dsc
 c6badc9ef9ba9953b0405769afe0670c3f64ce06 1012529 
xkeyboard-config_1.8.orig.tar.gz
 f199a796f76b1f4ab27d440615483773a1ce46b2 58141 xkeyboard-config_1.8-1.diff.gz
 7bb1429bcf81d69e5b3c85bb386b7c2aa37df633 859580 xkb-data_1.8-1_all.deb
 437bee2961bd2d56218bc041c23ea8e9dafe13f7 383470 xkb-data-udeb_1.8-1_all.udeb
Checksums-Sha256: 
 c4e00b4e82f7d6f0ed251ff325c0d78e6d9825c13c951be48919a2469e8a0b4d 1406 
xkeyboard-config_1.8-1.dsc
 f211edb503c5a95e92d1cc4ab40323ce975baa78b8cd6ba4e1b03259a5eabc55 1012529 
xkeyboard-config_1.8.orig.tar.gz
 c8443f3ead7eed8c5acf4155c05f1d47045350567b4baac447ee1226493dbacb 58141 
xkeyboard-config_1.8-1.diff.gz
 3aef303500f72ea09070b0b62580f56bf7a7fe4c072f50132254c5329436a6ec 859580 
xkb-data_1.8-1_all.deb
 4b90adf8e46fe98e0c8fdcd9fc9fb4fb9178f56aa821e6f63e5d4c8efd5adcf1 383470 
xkb-data-udeb_1.8-1_all.udeb
Files: 
 3ff3a4c32094fd759ed3f

xkeyboard-config_1.8-1_amd64.changes ACCEPTED

2010-03-15 Thread Archive Administrator



Accepted:
xkb-data-udeb_1.8-1_all.udeb
  to main/x/xkeyboard-config/xkb-data-udeb_1.8-1_all.udeb
xkb-data_1.8-1_all.deb
  to main/x/xkeyboard-config/xkb-data_1.8-1_all.deb
xkeyboard-config_1.8-1.diff.gz
  to main/x/xkeyboard-config/xkeyboard-config_1.8-1.diff.gz
xkeyboard-config_1.8-1.dsc
  to main/x/xkeyboard-config/xkeyboard-config_1.8-1.dsc
xkeyboard-config_1.8.orig.tar.gz
  to main/x/xkeyboard-config/xkeyboard-config_1.8.orig.tar.gz


Override entries for your package:
xkb-data-udeb_1.8-1_all.udeb - extra debian-installer
xkb-data_1.8-1_all.deb - extra x11
xkeyboard-config_1.8-1.dsc - source x11

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


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
Archive: http://lists.debian.org/e1nrjn4-000448...@ries.debian.org



xorg-server_1.7.5.902-1_amd64.changes is NEW

2010-03-15 Thread Archive Administrator
xdmx-tools_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xdmx-tools_1.7.5.902-1_amd64.deb
xdmx_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xdmx_1.7.5.902-1_amd64.deb
xnest_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xnest_1.7.5.902-1_amd64.deb
xorg-server_1.7.5.902-1.diff.gz
  to main/x/xorg-server/xorg-server_1.7.5.902-1.diff.gz
xorg-server_1.7.5.902-1.dsc
  to main/x/xorg-server/xorg-server_1.7.5.902-1.dsc
xorg-server_1.7.5.902.orig.tar.gz
  to main/x/xorg-server/xorg-server_1.7.5.902.orig.tar.gz
xserver-common_1.7.5.902-1_all.deb
  to main/x/xorg-server/xserver-common_1.7.5.902-1_all.deb
xserver-xephyr_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xserver-xephyr_1.7.5.902-1_amd64.deb
xserver-xfbdev_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xserver-xfbdev_1.7.5.902-1_amd64.deb
xserver-xorg-core-dbg_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xserver-xorg-core-dbg_1.7.5.902-1_amd64.deb
(new) xserver-xorg-core-udeb_1.7.5.902-1_amd64.udeb optional debian-installer
Xorg X server - core server
 This is a udeb, or a microdeb, for the debian-installer.
xserver-xorg-core_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xserver-xorg-core_1.7.5.902-1_amd64.deb
xserver-xorg-dev_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xserver-xorg-dev_1.7.5.902-1_amd64.deb
xvfb_1.7.5.902-1_amd64.deb
  to main/x/xorg-server/xvfb_1.7.5.902-1_amd64.deb
Changes: xorg-server (2:1.7.5.902-1) unstable; urgency=low
 .
  [ Julien Cristau ]
  * config/udev: fix adding unnamed devices.
  * Build two flavours, one for the main package and one for the udeb.
  * Add patch to fix Xorg build with XV disabled.
 .
  [ Timo Aaltonen ]
  * Add 16-config-dont-filter-input-subsys.diff so for instance serial
wacom devices are initialized by the udev backend (LP: #522318,
closes: #568236).
 .
  [ Brice Goglin ]
  * New upstream release.
+ Allow for missing or disabled compat_output, closes: #572268, #554450.
+ Reenable RECORD extension, closes: #570680.
+ dix: try to ring the bell even if the current device doesn't have one,
  closes: #564200.
  * Refresh patches.
  * Fix typo in xvfb-run.1, thanks Joey Hess, closes: #527490.
 .
  [ Cyril Brulebois ]
  * Add udeb needed for the graphical installer: xserver-xorg-core-udeb.
  * Version/Bump some B-D to make sure xserver-xorg-core-udeb gets its
dependencies on the (recently-added) udebs rather than on the
libraries:
 - libpciaccess-dev
 - libudev-dev
 - libxau-dev
 - libxfont-dev
  * Replace 02_Add-libgcrypt-as-an-option-for-sha1.diff with
02_Add-libgcrypt-and-libnettle-as-options-for-sha1.diff so that it's
also possible to link against libnettle. Link (unconditionally)
statically against libnettle.a to avoid an extra udeb for a few bytes.
  * Add nettle-dev to Build-Depends; and pass --with-sha1=libnettle for
the udeb build (and --with-sha1=libgcrypt for the main build).
  * Add myself to Uploaders.
  * Tweak builderstring to use the name of the person responsible for the
upload instead of an host-specific one (Closes: #574017).


Override entries for your package:
xdmx-tools_1.7.5.902-1_amd64.deb - optional x11
xdmx_1.7.5.902-1_amd64.deb - optional x11
xnest_1.7.5.902-1_amd64.deb - optional x11
xorg-server_1.7.5.902-1.dsc - source x11
xserver-common_1.7.5.902-1_all.deb - optional x11
xserver-xephyr_1.7.5.902-1_amd64.deb - optional x11
xserver-xfbdev_1.7.5.902-1_amd64.deb - optional x11
xserver-xorg-core-dbg_1.7.5.902-1_amd64.deb - extra debug
xserver-xorg-core_1.7.5.902-1_amd64.deb - optional x11
xserver-xorg-dev_1.7.5.902-1_amd64.deb - optional x11
xvfb_1.7.5.902-1_amd64.deb - optional x11

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 527490 554450 564200 568236 570680 572268 574017 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nrjpc-pj...@ries.debian.org



xorg-server: Changes to 'ubuntu'

2010-03-15 Thread Bryce Harrington
 debian/changelog|8 
 debian/patches/109_fix-swcursor-crash.patch |   13 +
 debian/patches/series   |1 +
 3 files changed, 22 insertions(+)

New commits:
commit c249cd5040b34675edd1198261c67c7fd4c88b41
Author: Bryce Harrington 
Date:   Thu Mar 11 17:36:58 2010 -0800

Update patch number

diff --git a/debian/changelog b/debian/changelog
index f416001..dd12e3e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xorg-server (2:1.7.5-1ubuntu3) lucid; urgency=low
+
+  * Add 109_fix-swcursor-crash.patch: Avoid dereferencing null pointer
+while reloading cursors during resume.
+(LP: #371405)
+
+ -- Bryce Harrington   Thu, 11 Mar 2010 17:16:12 -0800
+
 xorg-server (2:1.7.5-1ubuntu2) lucid; urgency=low
 
   [ Bryce Harrington ]
diff --git a/debian/patches/109_fix-swcursor-crash.patch 
b/debian/patches/109_fix-swcursor-crash.patch
new file mode 100644
index 000..ec2db45
--- /dev/null
+++ b/debian/patches/109_fix-swcursor-crash.patch
@@ -0,0 +1,13 @@
+Index: xorg-server-1.6.5/hw/xfree86/modes/xf86Cursors.c
+===
+--- xorg-server-1.6.5.orig/hw/xfree86/modes/xf86Cursors.c  2009-11-29 
15:16:23.0 -0500
 xorg-server-1.6.5/hw/xfree86/modes/xf86Cursors.c   2009-11-29 
15:16:34.0 -0500
+@@ -612,7 +612,7 @@
+ cursor_screen_priv = dixLookupPrivate(&screen->devPrivates,
+ xf86CursorScreenKey);
+ /* return if HW cursor is inactive, to avoid displaying two cursors */
+-if (!cursor_screen_priv->isUp)
++if (!cursor_screen || !cursor_screen_priv->isUp)
+   return;
+ 
+ scrn = xf86Screens[screen->myNum];
diff --git a/debian/patches/110_fix-swcursor-crash.patch 
b/debian/patches/110_fix-swcursor-crash.patch
deleted file mode 100644
index ec2db45..000
--- a/debian/patches/110_fix-swcursor-crash.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: xorg-server-1.6.5/hw/xfree86/modes/xf86Cursors.c
-===
 xorg-server-1.6.5.orig/hw/xfree86/modes/xf86Cursors.c  2009-11-29 
15:16:23.0 -0500
-+++ xorg-server-1.6.5/hw/xfree86/modes/xf86Cursors.c   2009-11-29 
15:16:34.0 -0500
-@@ -612,7 +612,7 @@
- cursor_screen_priv = dixLookupPrivate(&screen->devPrivates,
- xf86CursorScreenKey);
- /* return if HW cursor is inactive, to avoid displaying two cursors */
--if (!cursor_screen_priv->isUp)
-+if (!cursor_screen || !cursor_screen_priv->isUp)
-   return;
- 
- scrn = xf86Screens[screen->myNum];
diff --git a/debian/patches/series b/debian/patches/series
index 865627b..63ca335 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -18,7 +18,7 @@
 106_nouveau_autodetect.patch
 107_dont_filter_input_subsys.diff
 108_reenable_record_ext.patch
-110_fix-swcursor-crash.patch
+109_fix-swcursor-crash.patch
 121_only_switch_vt_when_active.diff
 #143_default_to_vesa.patch
 157_check_null_modes.patch

commit dcd61b292cdcf379b911a7112425d59ad5a79ef7
Author: Bryce Harrington 
Date:   Thu Mar 11 17:14:33 2010 -0800

Add fix for segfault on swsusp resume

diff --git a/debian/patches/110_fix-swcursor-crash.patch 
b/debian/patches/110_fix-swcursor-crash.patch
new file mode 100644
index 000..ec2db45
--- /dev/null
+++ b/debian/patches/110_fix-swcursor-crash.patch
@@ -0,0 +1,13 @@
+Index: xorg-server-1.6.5/hw/xfree86/modes/xf86Cursors.c
+===
+--- xorg-server-1.6.5.orig/hw/xfree86/modes/xf86Cursors.c  2009-11-29 
15:16:23.0 -0500
 xorg-server-1.6.5/hw/xfree86/modes/xf86Cursors.c   2009-11-29 
15:16:34.0 -0500
+@@ -612,7 +612,7 @@
+ cursor_screen_priv = dixLookupPrivate(&screen->devPrivates,
+ xf86CursorScreenKey);
+ /* return if HW cursor is inactive, to avoid displaying two cursors */
+-if (!cursor_screen_priv->isUp)
++if (!cursor_screen || !cursor_screen_priv->isUp)
+   return;
+ 
+ scrn = xf86Screens[screen->myNum];
diff --git a/debian/patches/series b/debian/patches/series
index 07199af..865627b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -18,6 +18,7 @@
 106_nouveau_autodetect.patch
 107_dont_filter_input_subsys.diff
 108_reenable_record_ext.patch
+110_fix-swcursor-crash.patch
 121_only_switch_vt_when_active.diff
 #143_default_to_vesa.patch
 157_check_null_modes.patch


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nrj1n-0006rs...@alioth.debian.org



xorg-server: Changes to 'refs/tags/xorg-server-2_1.7.5.902-1'

2010-03-15 Thread Cyril Brulebois
Tag 'xorg-server-2_1.7.5.902-1' created by Cyril Brulebois  at 
2010-03-15 22:38 +

Tagging upload of xorg-server 2:1.7.5.902-1 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAkuettoACgkQeGfVPHR5Nd3jBACcCkctdfR3qVMKNrpZ9KncQjox
ac8An0leeYw/ztPttyQ9nlbgNiH8jiVg
=rU+z
-END PGP SIGNATURE-

Changes since xorg-server-2_1.7.5-1:
Alan Coopersmith (1):
  Solaris xf86OSRingBell() off-by-one error in filling iov[] array

Brice Goglin (5):
  Add bug closer
  Merge tag 'xorg-server-1.7.5.901' into debian-unstable
  New upstream release candidate
  Refresh patches.
  Fix typo in xvfb-run.1

Chris Dekter (1):
  Re-enable RECORD extension.

Cyril Brulebois (16):
  Merge commit 'xorg-server-1.7.5.902' into debian-unstable
  New upstream release candidate.
  Fix typo.
  Merge remote branch 'uptream/server-1.7-nominations' into debian-unstable
  Add udeb needed for the graphical installer: xserver-xorg-core-udeb.
  Version/Bump some B-D to make sure xserver-xorg-core-udeb gets its 
dependencies on udebs.
  Enable DGA for the udeb, needed for the fbdev driver.
  Use XC-Package-Type to save some memory.
  Revert the libgcrypt*-dev change in Build-Depends.
  Add libnettle as an extra option for sha1.
  Add nettle-dev to Build-Depends, pass --with-sha1=lib{gcrypt,nettle} for 
{main,udeb} builds.
  Link statically against libnettle.a
  Bump version for libudev-dev again.
  Add myself to Uploaders.
  Tweak builderstring to use the name of the person responsible for the 
upload instead of an host-specific one (Closes: #574017).
  Upload to unstable.

Daniel Stone (1):
  Record: Avoid duplicates from replaying frozen events

Dave Airlie (1):
  dri2: return FALSE not BadValue.

Drew Parsons (2):
  Upstream patch: prevent mouse getting trapped in lesstif windows.
  Oops add the patch for the previous commit

Eamon Walsh (5):
  libselinux now has a pkgconfig file.  Use it.
  xselinux: Remove reference counting calls for SID objects.
  xselinux: Allow GetWindowContext to be used for pixmaps as well.
  xselinux: Rename window-related requests that now support pixmaps.
  xselinux: Bump extension minor version.

Jeremy Huddleston (2):
  XQuartz: clang static analysis fixes
  XQuartz: Fix a possible buffer overrun in quartzAudio

Julien Cristau (4):
  config/udev: fix adding unnamed devices.
  Build two flavours, one for the main package and one for the udeb.
  Add patch to fix Xorg build with XV disabled.
  Strip some modules from the udeb

Keith Packard (1):
  Allow for missing or disabled compat_output

Peter Hutterer (13):
  dix: don't update the slave coordinates from the VCK.
  Xi: assume BadMode for non-BadMatch errors returned from SetDeviceMode.
  dix: try to ring the bell even if the current device doesn't have one. 
(#24503)
  dix: remove now-erroneous comment about frozen slave devices.
  dix: Use DeliverGrabbedEvent for implicit passive grabs (#25400)
  configure: move libselinux requirement up to the common section.
  configure: move SELINUX_LIBS to XSERVER_SYS_LIBS
  xserver 1.7.5.901
  Revert "dix: Use DeliverGrabbedEvent for implicit passive grabs (#25400)"
  Xext: Link to external libraries when necessary.
  Merge branch 'server-1.7-nominations' into server-1.7-branch
  xserver 1.7.5.902
  configure: restore SHA1_LIB for XSERVER_SYS_LIBS

Tiago Vignatti (1):
  xfree86: vgaarb: remove useless debug

Timo Aaltonen (1):
  Add 16-config-dont-filter-input-subsys.diff so for instance serial wacom 
devices are initialized by the udev backend (LP: #522318).

---
 ChangeLog  |  402 
++
 Xext/Makefile.am   |4 
 Xext/xselinux.c|  131 
+--
 Xext/xselinux.h|8 
 Xi/exevents.c  |   15 
 Xi/setmode.c   |   10 
 configure.ac   |   16 
 debian/changelog   |   42 +
 debian/control |   30 
 debian/local/xvfb-run.1|2 
 debian/patches/02_Add-libgcrypt-and-libnettle-as-options-for-sha1.diff |  180 

 debian/patches/02_Add-libgcrypt-as-an-option-for-sha1.diff |   84 
--
 debian/patches/12-Add-libudev-input-hotplug-backend.diff   |8 
 debian/patches/16-config-dont-filter-input-subsys.diff |   42 +
 debian/patches/16-xfree86-fix-build-with-xv-disabled.diff  |   53 

Processing of xorg-server_1.7.5.902-1_amd64.changes

2010-03-15 Thread Archive Administrator
xorg-server_1.7.5.902-1_amd64.changes uploaded successfully to localhost
along with the files:
  xorg-server_1.7.5.902-1.dsc
  xorg-server_1.7.5.902.orig.tar.gz
  xorg-server_1.7.5.902-1.diff.gz
  xserver-common_1.7.5.902-1_all.deb
  xserver-xorg-core_1.7.5.902-1_amd64.deb
  xserver-xorg-core-udeb_1.7.5.902-1_amd64.udeb
  xserver-xorg-dev_1.7.5.902-1_amd64.deb
  xdmx_1.7.5.902-1_amd64.deb
  xdmx-tools_1.7.5.902-1_amd64.deb
  xnest_1.7.5.902-1_amd64.deb
  xvfb_1.7.5.902-1_amd64.deb
  xserver-xephyr_1.7.5.902-1_amd64.deb
  xserver-xfbdev_1.7.5.902-1_amd64.deb
  xserver-xorg-core-dbg_1.7.5.902-1_amd64.deb

Greetings,

Your Debian queue daemon (running on host ries.debian.org)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nrj4k-0006kx...@ries.debian.org



Bug#569462: marked as done (xserver-xorg-input-elographics: FTBFS: ../../src/xf86Elo.c:800: error: too few arguments to function 'InitButtonClassDeviceStruct')

2010-03-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Mar 2010 18:32:46 +
with message-id 
and subject line Bug#569462: fixed in xserver-xorg-input-elographics 1:1.2.3-3
has caused the Debian Bug report #569462,
regarding xserver-xorg-input-elographics: FTBFS: ../../src/xf86Elo.c:800: 
error: too few arguments to function 'InitButtonClassDeviceStruct'
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.)


-- 
569462: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569462
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: xserver-xorg-input-elographics
Version: 1:1.2.3-2
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100211 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
> -I../../src -I.. -Wall -g -O2 -fvisibility=hidden -I/usr/include/xorg 
> -I/usr/include/pixman-1-I../../src -MT xf86Elo.lo -MD -MP -MF 
> .deps/xf86Elo.Tpo -c -o xf86Elo.lo ../../src/xf86Elo.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -Wall -g -O2 
> -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I../../src 
> -MT xf86Elo.lo -MD -MP -MF .deps/xf86Elo.Tpo -c ../../src/xf86Elo.c  -fPIC 
> -DPIC -o .libs/xf86Elo.o
> ../../src/xf86Elo.c: In function 'xf86EloControl':
> ../../src/xf86Elo.c:800: warning: passing argument 3 of 
> 'InitButtonClassDeviceStruct' from incompatible pointer type
> /usr/include/xorg/input.h:274: note: expected 'Atom *' but argument is of 
> type 'unsigned char *'
> ../../src/xf86Elo.c:800: error: too few arguments to function 
> 'InitButtonClassDeviceStruct'
> ../../src/xf86Elo.c:824: warning: passing argument 3 of 
> 'InitValuatorClassDeviceStruct' makes pointer from integer without a cast
> /usr/include/xorg/input.h:280: note: expected 'Atom *' but argument is of 
> type 'unsigned int'
> ../../src/xf86Elo.c:824: error: too few arguments to function 
> 'InitValuatorClassDeviceStruct'
> ../../src/xf86Elo.c:833: error: too few arguments to function 
> 'InitValuatorAxisStruct'
> ../../src/xf86Elo.c:837: error: too few arguments to function 
> 'InitValuatorAxisStruct'
> make[3]: *** [xf86Elo.lo] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2010/02/11/xserver-xorg-input-elographics_1:1.2.3-2_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


--- End Message ---
--- Begin Message ---
Source: xserver-xorg-input-elographics
Source-Version: 1:1.2.3-3

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

xserver-xorg-input-elographics_1.2.3-3.diff.gz
  to 
main/x/xserver-xorg-input-elographics/xserver-xorg-input-elographics_1.2.3-3.diff.gz
xserver-xorg-input-elographics_1.2.3-3.dsc
  to 
main/x/xserver-xorg-input-elographics/xserver-xorg-input-elographics_1.2.3-3.dsc
xserver-xorg-input-elographics_1.2.3-3_i386.deb
  to 
main/x/xserver-xorg-input-elographics/xserver-xorg-input-elographics_1.2.3-3_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 569...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Brice Goglin  (supplier of updated 
xserver-xorg-input-elographics 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, 15 Mar 2010 19:21:24 +0100
Source: xserver-xorg-input-elographics
Binary: xserver-xorg-input-elographics
Architecture: source i386
Version: 1:1.2.3-3
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force 
Changed-By: Brice Goglin 
Description: 
 xserver-xorg-input-elographics - X.Org X server -- ELOGraphics input driver
Closes: 569462
Changes: 
 xserver-xorg-inp

Bug#568458: xserver-xorg-input-evdev: still no documentation

2010-03-15 Thread Brice Goglin
Michal Suchanek  wrote:
> Package: xserver-xorg-input-evdev
> Version: 1:2.3.2-3
> Followup-For: Bug #568458
>
>
> This has been an issue for some time now.
>
> The evdev man page is quite misleading.
>
> It mentions only mouse options, no keyboard or other device options.
>
> It does not mention used at all but udev is the only reasonable way of
> configuring these input devices with recent xorg.
>
> It is completely possible to install a default keyboard configuration
> with udev which applies to every keyboard plugged into the system but I
> cannot find any place where this is documented.
>   

udev support is Debian-only so far, it will be upstream in Xserver 1.8.
It probably explains some missing documentation :)

Brice




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4b9e7fcd.7080...@ens-lyon.org



Bug#574017: xserver-xorg-core: Don't put an buildd@ address in the log file.

2010-03-15 Thread Kurt Roeckx
Package: xserver-xorg-core

Hi,

I've just had an other user report a problem to
bui...@xxx.debian.org.  This is obviously not a address
to contact if you have a problem.

My only guess why he contacted that address is that you
have something like this in /var/log/Xorg.0.log:
Build Date: 16 February 2010  10:23:38AM
xorg-server 2:1.7.5-1 (bui...@brahms.debian.org)

Please don't put it there in the form of email address.


Kurt




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100315181911.ga15...@roeckx.be



xserver-xorg-input-elographics_1.2.3-3_i386.changes ACCEPTED

2010-03-15 Thread Archive Administrator



Accepted:
xserver-xorg-input-elographics_1.2.3-3.diff.gz
  to 
main/x/xserver-xorg-input-elographics/xserver-xorg-input-elographics_1.2.3-3.diff.gz
xserver-xorg-input-elographics_1.2.3-3.dsc
  to 
main/x/xserver-xorg-input-elographics/xserver-xorg-input-elographics_1.2.3-3.dsc
xserver-xorg-input-elographics_1.2.3-3_i386.deb
  to 
main/x/xserver-xorg-input-elographics/xserver-xorg-input-elographics_1.2.3-3_i386.deb


Override entries for your package:
xserver-xorg-input-elographics_1.2.3-3.dsc - source x11
xserver-xorg-input-elographics_1.2.3-3_i386.deb - optional x11

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


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
Archive: http://lists.debian.org/e1nrf5q-0008jg...@ries.debian.org



Processing of xserver-xorg-input-elographics_1.2.3-3_i386.changes

2010-03-15 Thread Archive Administrator
xserver-xorg-input-elographics_1.2.3-3_i386.changes uploaded successfully to 
localhost
along with the files:
  xserver-xorg-input-elographics_1.2.3-3.dsc
  xserver-xorg-input-elographics_1.2.3-3.diff.gz
  xserver-xorg-input-elographics_1.2.3-3_i386.deb

Greetings,

Your Debian queue daemon (running on host ries.debian.org)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nrf4i-000845...@ries.debian.org



Bug#568458: xserver-xorg-input-evdev: still no documentation

2010-03-15 Thread Michal Suchanek
Package: xserver-xorg-input-evdev
Version: 1:2.3.2-3
Followup-For: Bug #568458


This has been an issue for some time now.

The evdev man page is quite misleading.

It mentions only mouse options, no keyboard or other device options.

It does not mention used at all but udev is the only reasonable way of
configuring these input devices with recent xorg.

It is completely possible to install a default keyboard configuration
with udev which applies to every keyboard plugged into the system but I
cannot find any place where this is documented.

I installed the following small file adapted from the file shipped with
evdev which binds the X11 evedev driver to input devices.

-- /etc/udev/rules.d/z50_xserver-xorg-keyboard-layout.rules


ACTION!="add|change", GOTO="xorg_evdev_end"


ENV{ID_INPUT_KEY}=="", GOTO="xorg_evdev_end"

ENV{x11_options.xkb_layout}="us,cz_qwerty"
ENV{x11_options.xkb_options}="ctrl:nocaps,altwin:meta_win,group:shifts_toggle,level3:menu_switch,numpad:microsoft,grp_led:scroll,grp:shifts_toggle"

LABEL="xorg_evdev_end"

-- Package-specific info:

Contents of /etc/X11/xorg.conf:

Section "Device"
Identifier "Device0"
Driver "nouveau"
EndSection


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

X.Org X Server 1.7.5
Release Date: 2010-02-16
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32.8-dsa-amd64 x86_64 Debian
Current Operating System: Linux IPX7A-ION 2.6.34-rc1 #1 SMP Fri Mar 12 21:19:36 
CET 2010 x86_64
Kernel command line: root=UUID=3b8f6a64-5899-462a-aec0-6ddefd878ecf ro 
Build Date: 16 February 2010  10:23:38AM
xorg-server 2:1.7.5-1 (bui...@brahms.debian.org) 
Current version of pixman: 0.16.4
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 Mar 15 18:16:22 2010
(==) Using config file: "/etc/X11/xorg.conf"
(==) No Layout section.  Using the first Screen section.
(==) No screen section available. Using defaults.
(**) |-->Screen "Default Screen Section" (0)
(**) |   |-->Monitor ""
(==) No device specified for screen "Default Screen Section".
Using the first device section listed.
(**) |   |-->Device "Device0"
(==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/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 udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
(II) Loader magic: 0x7c1e20
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 6.0
X.Org XInput driver : 7.0
X.Org Server Extension : 2.0
(++) using VT number 7

...

(II) config/udev: removing device "NOVATEK Generic USB Keyboard"
(II) "NOVATEK Generic USB Keyboard": Close
(II) UnloadModule: "evdev"
(II) config/udev: Adding input device "NOVATEK Generic USB Keyboard" 
(/dev/input/event0)
(**) "NOVATEK Generic USB Keyboard": always reports core events
(**) "NOVATEK Generic USB Keyboard": Device: "/dev/input/event0"
(II) "NOVATEK Generic USB Keyboard": Found keys
(II) "NOVATEK Generic USB Keyboard": Configuring as keyboard
(II) XINPUT: Adding extended input device ""NOVATEK Generic USB Keyboard"" 
(type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc104"
(**) Option "xkb_layout" "us"
(II) config/udev: removing device "NOVATEK Generic USB Keyboard"
(II) "NOVATEK Generic USB Keyboard": Close
(II) UnloadModule: "evdev"
(II) config/udev: Adding input device "NOVATEK Generic USB Keyboard" 
(/dev/input/event0)
(**) "NOVATEK Generic USB Keyboard": always reports core events
(**) "NOVATEK Generic USB Keyboard": Device: "/dev/input/event0"
(II) "NOVATEK Generic USB Keyboard": Found keys
(II) "NOVATEK Generic USB Keyboard": Configuring as keyboar

xserver-xorg-input-elographics: Changes to 'refs/tags/xserver-xorg-input-elographics-1_1.2.3-3'

2010-03-15 Thread Brice Goglin
Tag 'xserver-xorg-input-elographics-1_1.2.3-3' created by Brice Goglin 
 at 2010-03-15 18:26 +

Tagging upload of xserver-xorg-input-elographics 1:1.2.3-3 to unstable.

Changes since xserver-xorg-input-elographics-1_1.2.3-2:
Alan Coopersmith (2):
  Remove xorgconfig & xorgcfg from See Also list in man page
  Add README with pointers to mailing list, bugzilla & git repos

Brice Goglin (4):
  Bump Standards-Version to 3.8.4
  Merge branch 'upstream-unstable' into debian-unstable
  New upstream release snapshot
  Prepare changelog for upload

David Nusinow (1):
  Add README.source

Julien Cristau (14):
  xsfbs: repack.sh needs to be executable
  xsfbs: don't run dpkg --print-installation-architecture
  Kill custom readlink function
  xsfbs.sh: remove unused check_symlinks_and_{bomb,warn}
  xsfbs.sh: remove unused analyze_path
  xsfbs.sh: remove unused maplink function
  xsfbs.sh: remove unused find_culprits function
  xsfbs.sh: remove unused reject_whitespace function
  xsfbs.mk: no need for shlibs.local
  xsfbs.sh: fix typo and remove svn keyword
  xsfbs.mk: kill obsolete DEFAULT_DCRESOLUTIONS and SOURCE_DIR usage
  xsfbs.mk: remove more obsolete code
  Rename the build directory to not include DEB_BUILD_GNU_TYPE for no good 
reason.  Thanks, Colin Watson!
  Remove myself from Uploaders

Matthieu Herrb (1):
  Fix InputDriverRec allocation and freeing.

Michael Smith (1):
  xf86EloReadInput(): fix xserver unresponsiveness during touch

Paulo Cesar Pereira de Andrade (1):
  Janitor: make distcheck, .gitignore.

Peter Hutterer (4):
  Cope with XINPUT ABI 7.
  Reset local->private to NULL to avoid double-frees.  (#23239)
  Remove unused bits from configure.ac
  Added support for GeneralTouch serial touchscreens.

Timo Aaltonen (3):
  Merge branch 'debian-unstable' of ../../xsfbs into debian-unstable
  Bump Standards-Version to 3.8.3.
  Build against Xserver 1.7.

---
 .gitignore|3 
 ChangeLog |   92 ++
 Makefile.am   |3 
 README|   20 
 configure.ac  |   33 +-
 debian/README.source  |   73 ++
 debian/changelog  |   18 +++
 debian/control|6 -
 debian/rules  |   14 +-
 debian/xsfbs/xsfbs.mk |   21 
 debian/xsfbs/xsfbs.sh |  245 --
 man/elographics.man   |2 
 src/Makefile.am   |2 
 src/xf86Elo.c |   61 +++-
 14 files changed, 267 insertions(+), 326 deletions(-)
---


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nrf03-0002af...@alioth.debian.org



xserver-xorg-input-elographics: Changes to 'debian-unstable'

2010-03-15 Thread Brice Goglin
 .gitignore  |3 +
 ChangeLog   |   92 
 Makefile.am |3 -
 README  |   20 +++
 configure.ac|   33 +-
 debian/changelog|   11 --
 debian/control  |4 +-
 man/elographics.man |2 -
 src/Makefile.am |2 +
 src/xf86Elo.c   |   61 +++---
 10 files changed, 173 insertions(+), 58 deletions(-)

New commits:
commit ffcd3f208519a25243b37e127d0d28ac4373c937
Author: Brice Goglin 
Date:   Mon Mar 15 19:21:48 2010 +0100

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 108023c..a5d9406 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-elographics (1:1.2.3-3) UNRELEASED; urgency=low
+xserver-xorg-input-elographics (1:1.2.3-3) unstable; urgency=low
 
   [ Timo Aaltonen ]
   * Build against Xserver 1.7.
@@ -12,8 +12,9 @@ xserver-xorg-input-elographics (1:1.2.3-3) UNRELEASED; 
urgency=low
   * Bump Standards-Version to 3.8.4, no changes needed.
   * Pull from upstream master up to commit ac5366d6.
 + Fix build against Xserver 1.7, closes: #569462.
+  * Add myself to Uploaders.
 
- -- Timo Aaltonen   Sat, 05 Dec 2009 01:49:02 +0200
+ -- Brice Goglin   Mon, 15 Mar 2010 19:21:24 +0100
 
 xserver-xorg-input-elographics (1:1.2.3-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index df73d8a..c3168b5 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: xserver-xorg-input-elographics
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow 
+Uploaders: David Nusinow , Brice Goglin 

 Build-Depends:
  debhelper (>= 5),
  pkg-config,

commit e122d87b03509d811dc3a8746d596397c924b98b
Author: Brice Goglin 
Date:   Mon Mar 15 19:20:36 2010 +0100

New upstream release snapshot

diff --git a/ChangeLog b/ChangeLog
index 4fc3cc0..a5919f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,95 @@
+commit ac5366d6e1f26e6ceef3d062ab7df301d623cf54
+Author: Peter Hutterer 
+Date:   Fri Dec 18 08:42:26 2009 +1000
+
+Added support for GeneralTouch serial touchscreens.
+
+Signed-off-by: Ivan Afonichev 
+Signed-off-by: Peter Hutterer 
+
+commit b9531248d1b5d00b2ba941f576fc160ea5e1444b
+Author: Michael Smith 
+Date:   Tue Dec 15 15:01:29 2009 -0500
+
+xf86EloReadInput(): fix xserver unresponsiveness during touch
+
+The fix for bug #14109 ensures all bytes are emptied from the OS buffer
+by looping until xf86WaitForInput returns 0.  This patch just changes
+the timeout from 1 millisecond to 0: we don't want the X server to block
+if there's no more serial data.
+
+It also removes the Vmin and Vtime options, which were making the calls
+to read() block until a complete 10-byte packet buffer could be filled.
+At 9600 bps, this could pause the X server for up to 9 ms. The code can
+already handle partial buffers, so all we have to do is get rid of the
+Vmin.
+
+Also, if xf86EloGetPacket() returns !Success, we should continue rather
+than break so the xf86WaitForInput call can decide whether to exit, in
+case there's more data in the buffer.
+
+Before the fix, glxgears was giving me about 390 FPS normally and down
+to 140 FPS when dragging an empty area of the touchscreen. Now it's
+basically unchanged when the touchscreen is in use (390 -> 385 FPS).
+
+X.Org Bug 14109 
+
+Signed-off-by: Michael Smith 
+Signed-off-by: Peter Hutterer 
+
+commit 60927fee86100e803f438036daeb94ba0b8e5db7
+Author: Peter Hutterer 
+Date:   Fri Nov 20 09:12:22 2009 +1000
+
+Remove unused bits from configure.ac
+
+Signed-off-by: Peter Hutterer 
+
+commit 36d6b8efe232cc20afb74799f013c03cbb79a68b
+Author: Peter Hutterer 
+Date:   Tue Aug 18 15:36:07 2009 +1000
+
+Reset local->private to NULL to avoid double-frees.  (#23239)
+
+X.Org Bug 23239 
+
+Signed-off-by: Peter Hutterer 
+
+commit a18af14b1df5271fbe3100df3fcb3a8811981ddf
+Author: Peter Hutterer 
+Date:   Fri Jul 17 14:44:55 2009 +1000
+
+Cope with XINPUT ABI 7.
+
+Signed-off-by: Peter Hutterer 
+
+commit c97c9f470636e6caf4374a6930e5fe380f58b8bb
+Author: Paulo Cesar Pereira de Andrade 
+Date:   Mon Feb 2 19:06:55 2009 -0200
+
+Janitor: make distcheck, .gitignore.
+
+commit 8230f8bb1f51adc038451fc124394ac72279b5ff
+Author: Alan Coopersmith 
+Date:   Fri Jan 30 20:18:17 2009 -0800
+
+Add README with pointers to mailing list, bugzilla & git repos
+
+commit e98045e8101b13720690352b757cdcc3bc806b02
+Author: Matthieu Herrb 
+Date:   Thu Jan 29 17:19:42 2009 +0100
+
+Fix InputDriverRec allocation and freeing.
+
+This caused X server to access free()'d memory on exit path.
+Thanks to msys.ch for providing a te

xserver-xorg-input-elographics: Changes to 'upstream-unstable'

2010-03-15 Thread Brice Goglin
 .gitignore  |3 ++
 Makefile.am |3 --
 README  |   20 +
 configure.ac|   33 +++-
 man/elographics.man |2 -
 src/Makefile.am |2 +
 src/xf86Elo.c   |   61 +---
 7 files changed, 71 insertions(+), 53 deletions(-)

New commits:
commit ac5366d6e1f26e6ceef3d062ab7df301d623cf54
Author: Peter Hutterer 
Date:   Fri Dec 18 08:42:26 2009 +1000

Added support for GeneralTouch serial touchscreens.

Signed-off-by: Ivan Afonichev 
Signed-off-by: Peter Hutterer 

diff --git a/src/xf86Elo.c b/src/xf86Elo.c
index dbe1747..4077b22 100644
--- a/src/xf86Elo.c
+++ b/src/xf86Elo.c
@@ -907,8 +907,7 @@ xf86EloControl(DeviceIntPtr dev,
   xf86EloPrintIdent(reply, priv);
   }
   else {
-  ErrorF("Unable to ask Elographics touchscreen identification\n");
-  goto not_success;
+  DBG(2, ErrorF("Unable to ask Elographics touchscreen 
identification... Maybe it's GeneralTouch touchscreen...\n"));
   }
 
   /*
@@ -920,8 +919,7 @@ xf86EloControl(DeviceIntPtr dev,
   req[3] = ELO_TOUCH_MODE | ELO_STREAM_MODE | ELO_UNTOUCH_MODE;
   req[4] = ELO_TRACKING_MODE;
   if (xf86EloSendControl(req, local->fd) != Success) {
-  ErrorF("Unable to change Elographics touchscreen operating 
mode\n");
-  goto not_success;
+  DBG(2, ErrorF("Unable to change Elographics touchscreen 
operating mode... Maybe it's GeneralTouch touchscreen...\n"));
   }
 
   /*
@@ -932,12 +930,7 @@ xf86EloControl(DeviceIntPtrdev,
   req[2] = priv->untouch_delay;
   req[3] = priv->report_delay;
   if (xf86EloSendControl(req, local->fd) != Success) {
-  ErrorF("Unable to change Elographics touchscreen reports 
timings\n");
-
-not_success:
-  SYSCALL(close(local->fd));
-  local->fd = -1;
-  return !Success;
+  DBG(2, ErrorF("Unable to change Elographics touchscreen reports 
timings... Maybe it's GeneralTouch touchscreen...\n"));
   }
   }
   xf86AddEnabledDevice(local);

commit b9531248d1b5d00b2ba941f576fc160ea5e1444b
Author: Michael Smith 
Date:   Tue Dec 15 15:01:29 2009 -0500

xf86EloReadInput(): fix xserver unresponsiveness during touch

The fix for bug #14109 ensures all bytes are emptied from the OS buffer
by looping until xf86WaitForInput returns 0.  This patch just changes
the timeout from 1 millisecond to 0: we don't want the X server to block
if there's no more serial data.

It also removes the Vmin and Vtime options, which were making the calls
to read() block until a complete 10-byte packet buffer could be filled.
At 9600 bps, this could pause the X server for up to 9 ms. The code can
already handle partial buffers, so all we have to do is get rid of the
Vmin.

Also, if xf86EloGetPacket() returns !Success, we should continue rather
than break so the xf86WaitForInput call can decide whether to exit, in
case there's more data in the buffer.

Before the fix, glxgears was giving me about 390 FPS normally and down
to 140 FPS when dragging an empty area of the touchscreen. Now it's
basically unchanged when the touchscreen is in use (390 -> 385 FPS).

X.Org Bug 14109 

Signed-off-by: Michael Smith 
Signed-off-by: Peter Hutterer 

diff --git a/src/xf86Elo.c b/src/xf86Elo.c
index ad88621..dbe1747 100644
--- a/src/xf86Elo.c
+++ b/src/xf86Elo.c
@@ -421,15 +421,17 @@ xf86EloReadInput(LocalDevicePtr   local)
 #endif
 
   DBG(4, ErrorF("Entering ReadInput\n"));
+
   /*
-   * Try to get a packet.
+   * Read bytes until there's no data left. We may have more or less than
+   * one packet worth of data in the OS buffer.
*/
-  while (xf86WaitForInput(local->fd, ELO_MAX_WAIT/100) > 0) {
+  do {
   if(xf86EloGetPacket(priv->packet_buf,
   &priv->packet_buf_p,
   &priv->checksum,
   local->fd) != Success)
-  break;
+  continue;
 
   /*
* Process only ELO_TOUCHs here.
@@ -488,6 +490,7 @@ xf86EloReadInput(LocalDevicePtr local)
   (state == ELO_PRESS) ? "Press" : ((state == ELO_RELEASE) 
? "Release" : "Stream")));
   }
   }
+  while (xf86WaitForInput(local->fd, 0) > 0);  /* don't wait, just check */
 }
 
 
@@ -1059,8 +1062,6 @@ static const char *default_options[] = {
   "StopBits", "1",
   "DataBits", "8",
   "Parity", "None",
-  "Vmin", "10",
-  "Vtime", "1",
   "FlowControl", "None",
   NULL
 };

commit 60927fee86100e803f438036daeb94ba0b8e5db7
Author: Peter Hutterer 
Date:   Fri Nov 20 09:12:22 2009 +1000

Remove unused bits from configure.ac

Signed-off-by: Peter Hutterer 

diff --git a/c

xserver-xorg-video-ati_6.12.192-1_i386.changes ACCEPTED

2010-03-15 Thread Archive Administrator



Accepted:
xserver-xorg-video-ati-dbg_6.12.192-1_i386.deb
  to 
main/x/xserver-xorg-video-ati/xserver-xorg-video-ati-dbg_6.12.192-1_i386.deb
xserver-xorg-video-ati_6.12.192-1.diff.gz
  to main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.12.192-1.diff.gz
xserver-xorg-video-ati_6.12.192-1.dsc
  to main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.12.192-1.dsc
xserver-xorg-video-ati_6.12.192-1_i386.deb
  to main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.12.192-1_i386.deb
xserver-xorg-video-ati_6.12.192.orig.tar.gz
  to main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.12.192.orig.tar.gz
xserver-xorg-video-radeon-dbg_6.12.192-1_i386.deb
  to 
main/x/xserver-xorg-video-ati/xserver-xorg-video-radeon-dbg_6.12.192-1_i386.deb
xserver-xorg-video-radeon_6.12.192-1_i386.deb
  to main/x/xserver-xorg-video-ati/xserver-xorg-video-radeon_6.12.192-1_i386.deb


Override entries for your package:
xserver-xorg-video-ati-dbg_6.12.192-1_i386.deb - extra debug
xserver-xorg-video-ati_6.12.192-1.dsc - source x11
xserver-xorg-video-ati_6.12.192-1_i386.deb - optional x11
xserver-xorg-video-radeon-dbg_6.12.192-1_i386.deb - extra debug
xserver-xorg-video-radeon_6.12.192-1_i386.deb - optional 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
Archive: http://lists.debian.org/e1nrer7-0007ga...@ries.debian.org



Processing of xserver-xorg-video-ati_6.12.192-1_i386.changes

2010-03-15 Thread Archive Administrator
xserver-xorg-video-ati_6.12.192-1_i386.changes uploaded successfully to 
localhost
along with the files:
  xserver-xorg-video-ati_6.12.192-1.dsc
  xserver-xorg-video-ati_6.12.192.orig.tar.gz
  xserver-xorg-video-ati_6.12.192-1.diff.gz
  xserver-xorg-video-ati_6.12.192-1_i386.deb
  xserver-xorg-video-ati-dbg_6.12.192-1_i386.deb
  xserver-xorg-video-radeon_6.12.192-1_i386.deb
  xserver-xorg-video-radeon-dbg_6.12.192-1_i386.deb

Greetings,

Your Debian queue daemon (running on host ries.debian.org)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nreqb-00074f...@ries.debian.org



xserver-xorg-video-ati: Changes to 'debian-experimental'

2010-03-15 Thread Brice Goglin
 debian/changelog |6 ++
 debian/control   |2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 7730fd3d3438f4d4d2cd66b2d6a1107b7e40fca9
Author: Brice Goglin 
Date:   Mon Mar 15 19:13:29 2010 +0100

Bump Standards-Version to 3.8.4

diff --git a/debian/changelog b/debian/changelog
index c3401cb..f02fff2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-ati (1:6.12.192-2) UNRELEASED; urgency=low
+
+  * Bump Standards-Version to 3.8.4, no changes needed.
+
+ -- Brice Goglin   Mon, 15 Mar 2010 19:13:14 +0100
+
 xserver-xorg-video-ati (1:6.12.192-1) experimental; urgency=low
 
   * New upstream release candidate.
diff --git a/debian/control b/debian/control
index 2210c53..75baf86 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Build-Depends:
  automake,
  libtool,
  xutils-dev
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-ati
 Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-ati.git
 


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nrenl-0001z9...@alioth.debian.org



xserver-xorg-video-ati: Changes to 'refs/tags/xserver-xorg-video-ati-1_6.12.192-1'

2010-03-15 Thread Brice Goglin
Tag 'xserver-xorg-video-ati-1_6.12.192-1' created by Brice Goglin 
 at 2010-03-15 18:11 +

Tagging upload of xserver-xorg-video-ati 1:6.12.192-1 to experimental.

Changes since xserver-xorg-video-ati-1_6.12.191-1:
Alex Deucher (9):
  radeon: add new RS880 pci id
  radeon: add new RS880 pci id
  radeon: disable frac fb div with new pll code
  atom: i2c gpio fixes
  atom: i2c gpio fixes
  radeon: remove some leftover debugging output
  r6xx/r7xx: fix domain handling in accel code
  bump version for release
  dump version for rc release

Andrzej Hajda (2):
  radeon: add support for pal on legacy IGP chips
  radeon: add support for pal on legacy IGP chips

Brice Goglin (9):
  Update package descriptions.
  Merge tag 'xf86-video-ati-6.12.6' into debian-unstable
  New upstream release
  Prepare changelog for upload
  Merge branch 'debian-unstable' into debian-experimental
  Merge tag 'xf86-video-ati-6.12.192' into debian-experimental
  New upstream release candidate
  Drop x11proto-xinerama-dev from Build-Depends, it is not used anymore
  Prepare changelog for upload

Matt Turner (1):
  Don't check for Xinerama.

Michael Cree (2):
  Fix some word accesses in AtomBios to work on all architectures.
  Fix some word accesses in AtomBios to work on all architectures.

---
 ChangeLog |   86 ++
 configure.ac  |3 -
 debian/changelog  |   16 +
 debian/control|   50 +++--
 src/AtomBios/CD_Operations.c  |   17 +++--
 src/ati_pciids_gen.h  |1 
 src/pcidb/ati_pciids.csv  |3 -
 src/r600_exa.c|   26 -
 src/r600_state.h  |   12 ++--
 src/r600_textured_videofuncs.c|   24 
 src/r6xx_accel.c  |   36 ++--
 src/radeon_atombios.c |  108 +-
 src/radeon_chipinfo_gen.h |1 
 src/radeon_chipset_gen.h  |3 -
 src/radeon_crtc.c |4 -
 src/radeon_driver.c   |2 
 src/radeon_pci_chipset_gen.h  |1 
 src/radeon_pci_device_match_gen.h |1 
 src/radeon_tv.c   |   34 ---
 src/radeon_tv.h   |4 +
 20 files changed, 271 insertions(+), 161 deletions(-)
---


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nrelm-00014q...@alioth.debian.org



xserver-xorg-video-ati: Changes to 'debian-experimental'

2010-03-15 Thread Brice Goglin
 ChangeLog |   86 ++
 configure.ac  |3 -
 debian/changelog  |   14 
 debian/control|1 
 src/AtomBios/CD_Operations.c  |   17 +++--
 src/ati_pciids_gen.h  |1 
 src/pcidb/ati_pciids.csv  |3 -
 src/r600_exa.c|   26 -
 src/r600_state.h  |   12 ++--
 src/r600_textured_videofuncs.c|   24 
 src/r6xx_accel.c  |   36 ++--
 src/radeon_atombios.c |  108 +-
 src/radeon_chipinfo_gen.h |1 
 src/radeon_chipset_gen.h  |3 -
 src/radeon_crtc.c |4 -
 src/radeon_driver.c   |2 
 src/radeon_pci_chipset_gen.h  |1 
 src/radeon_pci_device_match_gen.h |1 
 src/radeon_tv.c   |   34 ---
 src/radeon_tv.h   |4 +
 20 files changed, 246 insertions(+), 135 deletions(-)

New commits:
commit 5bf0b9d0baf97b41cb29218a4db84cbef3e15f9e
Author: Brice Goglin 
Date:   Mon Mar 15 19:06:34 2010 +0100

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 3e4e302..c3401cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-xserver-xorg-video-ati (1:6.12.192-1) UNRELEASED; urgency=low
+xserver-xorg-video-ati (1:6.12.192-1) experimental; urgency=low
 
   * New upstream release candidate.
   * Update package descriptions.
   * Drop x11proto-xinerama-dev from Build-Depends, it is not used anymore.
 
- -- Brice Goglin   Wed, 10 Mar 2010 22:55:05 +0100
+ -- Brice Goglin   Mon, 15 Mar 2010 19:06:31 +0100
 
 xserver-xorg-video-ati (1:6.12.191-1) experimental; urgency=low
 

commit 72911c6660a7af1a4f3a88b864f8dab6421dc71b
Author: Brice Goglin 
Date:   Mon Mar 15 19:06:29 2010 +0100

Drop x11proto-xinerama-dev from Build-Depends, it is not used anymore

diff --git a/debian/changelog b/debian/changelog
index 7699830..3e4e302 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ xserver-xorg-video-ati (1:6.12.192-1) UNRELEASED; urgency=low
 
   * New upstream release candidate.
   * Update package descriptions.
+  * Drop x11proto-xinerama-dev from Build-Depends, it is not used anymore.
 
  -- Brice Goglin   Wed, 10 Mar 2010 22:55:05 +0100
 
diff --git a/debian/control b/debian/control
index 7cae381..2210c53 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,6 @@ Build-Depends:
  x11proto-xext-dev,
  x11proto-core-dev,
  x11proto-video-dev,
- x11proto-xinerama-dev,
  libgl1-mesa-dev | libgl-dev,
  x11proto-fonts-dev,
  x11proto-randr-dev (>= 1.2),

commit e335b58adb94dad30476ab31482cb38151a647b2
Author: Brice Goglin 
Date:   Mon Mar 15 19:04:51 2010 +0100

New upstream release candidate

diff --git a/ChangeLog b/ChangeLog
index 97d510d..8ba30c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,89 @@
+commit 819b4015349b5d8c5ffa5f979097599774fce5bb
+Author: Alex Deucher 
+Date:   Mon Mar 15 13:47:29 2010 -0400
+
+dump version for rc release
+
+commit d3482a947e3731be4ed0b00b4e3079470700dc4c
+Author: Michael Cree 
+Date:   Fri Mar 12 22:23:31 2010 +1300
+
+Fix some word accesses in AtomBios to work on all architectures.
+
+The UINT16LE_TO_CPU(), etc., macros are used in the AtomBios code to
+fix up endian issues but they do not address bad alignment or assist
+architectures that cannot perform hardware byte or word accesses.
+This patch inserts use of the ldw_u(), etc., interface of the Xserver
+into certain AtomBios accesses to address alignment issues.
+
+This resolves Debian bug 572311, namely that the driver when compiled
+for generic Alpha architecture (i.e. doesn't use the byte-word extension)
+resulted in no display output on certain Radeon cards.
+
+Signed-off-by: Michael Cree 
+
+commit 488c9fd8300505cc6c0c2f8f0f00849f27cc5d63
+Author: Alex Deucher 
+Date:   Mon Mar 15 12:25:57 2010 -0400
+
+r6xx/r7xx: fix domain handling in accel code
+
+Noticed by Pauli and Michel on IRC.
+
+Improves GetImage performace by a factor of ~10.
+
+commit 2ace2591d92fb6d3ce7a6453edb04b36a6c49a32
+Author: Alex Deucher 
+Date:   Mon Mar 15 12:03:58 2010 -0400
+
+radeon: remove some leftover debugging output
+
+commit 67e81c8f17ddde6eba633d2a5aef528e1d598d89
+Author: Andrzej Hajda 
+Date:   Wed Mar 10 18:19:35 2010 -0500
+
+radeon: add support for pal on legacy IGP chips
+
+Based on my initial non-working patch.
+
+Fixes some element of fdo bug 12007
+
+commit 3a44f1cb0d2bb748692b1024003de8ee88ca77a5
+Author: Alex Deucher 
+Date:   Tue Mar 9 09:44:01 2010 -0500
+
+atom: i2c gpio fixes
+
+Basically a port of my kms patch. This allows us
+to remove some quirks.
+
+commit d85cb40f516c67305e818302bec7ee817df4144c
+Author: Matt Turner 
+Date:   Sun Mar 7 14:24:35 2010 -0500
+
+Don't check fo

xserver-xorg-video-ati: Changes to 'upstream-experimental'

2010-03-15 Thread Brice Goglin
 configure.ac  |3 -
 src/AtomBios/CD_Operations.c  |   17 +++--
 src/ati_pciids_gen.h  |1 
 src/pcidb/ati_pciids.csv  |3 -
 src/r600_exa.c|   26 -
 src/r600_state.h  |   12 ++--
 src/r600_textured_videofuncs.c|   24 
 src/r6xx_accel.c  |   36 ++--
 src/radeon_atombios.c |  108 +-
 src/radeon_chipinfo_gen.h |1 
 src/radeon_chipset_gen.h  |3 -
 src/radeon_crtc.c |4 -
 src/radeon_driver.c   |2 
 src/radeon_pci_chipset_gen.h  |1 
 src/radeon_pci_device_match_gen.h |1 
 src/radeon_tv.c   |   34 ---
 src/radeon_tv.h   |4 +
 17 files changed, 148 insertions(+), 132 deletions(-)

New commits:
commit 819b4015349b5d8c5ffa5f979097599774fce5bb
Author: Alex Deucher 
Date:   Mon Mar 15 13:47:29 2010 -0400

dump version for rc release

diff --git a/configure.ac b/configure.ac
index d2c70f5..c1fae22 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([xf86-video-ati],
-6.12.191,
+6.12.192,
 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
 xf86-video-ati)
 

commit d3482a947e3731be4ed0b00b4e3079470700dc4c
Author: Michael Cree 
Date:   Fri Mar 12 22:23:31 2010 +1300

Fix some word accesses in AtomBios to work on all architectures.

The UINT16LE_TO_CPU(), etc., macros are used in the AtomBios code to
fix up endian issues but they do not address bad alignment or assist
architectures that cannot perform hardware byte or word accesses.
This patch inserts use of the ldw_u(), etc., interface of the Xserver
into certain AtomBios accesses to address alignment issues.

This resolves Debian bug 572311, namely that the driver when compiled
for generic Alpha architecture (i.e. doesn't use the byte-word extension)
resulted in no display output on certain Radeon cards.

Signed-off-by: Michael Cree 

diff --git a/src/AtomBios/CD_Operations.c b/src/AtomBios/CD_Operations.c
index c1279b8..ae27049 100644
--- a/src/AtomBios/CD_Operations.c
+++ b/src/AtomBios/CD_Operations.c
@@ -42,6 +42,7 @@ Revision History:
 
 #include 
 #include "xorg-server.h"
+#include "compiler.h"
 
 #include "Decoder.h"
 
@@ -230,7 +231,7 @@ UINT32 IndirectInputOutput(PARSER_TEMP_DATA STACK_BASED * 
pParserTempData)

IndirectIOParserCommands[*pParserTempData->IndirectIOTablePointer].func(pParserTempData);

pParserTempData->IndirectIOTablePointer+=IndirectIOParserCommands[*pParserTempData->IndirectIOTablePointer].csize;
}
-   
pParserTempData->IndirectIOTablePointer-=UINT16LE_TO_CPU(*(UINT16*)(pParserTempData->IndirectIOTablePointer+1));
+   
pParserTempData->IndirectIOTablePointer-=UINT16LE_TO_CPU(ldw_u((uint16_t 
*)(pParserTempData->IndirectIOTablePointer+1)));
pParserTempData->IndirectIOTablePointer++;
return pParserTempData->IndirectData;
} else 
pParserTempData->IndirectIOTablePointer+=IndirectIOParserCommands[*pParserTempData->IndirectIOTablePointer].csize;
@@ -267,8 +268,8 @@ VOID PutDataRegister(PARSER_TEMP_DATA STACK_BASED * 
pParserTempData)
 
 VOID PutDataPS(PARSER_TEMP_DATA STACK_BASED * pParserTempData)
 {
-
*(pParserTempData->pDeviceData->pParameterSpace+pParserTempData->pCmd->Parameters.ByteXX.PA_Destination)=
-   CPU_TO_UINT32LE(pParserTempData->DestData32);
+stl_u(CPU_TO_UINT32LE(pParserTempData->DestData32), 
+ 
pParserTempData->pDeviceData->pParameterSpace+pParserTempData->pCmd->Parameters.ByteXX.PA_Destination);
 }
 
 VOID PutDataWS(PARSER_TEMP_DATA STACK_BASED * pParserTempData)
@@ -341,7 +342,7 @@ VOID SkipParameters16(PARSER_TEMP_DATA STACK_BASED *
pParserTempData)
 
 UINT32 GetParametersRegister(PARSER_TEMP_DATA STACK_BASED *pParserTempData)
 {
-
pParserTempData->Index=UINT16LE_TO_CPU(*(UINT16*)pParserTempData->pWorkingTableData->IP);
+pParserTempData->Index=UINT16LE_TO_CPU(ldw_u((uint16_t 
*)pParserTempData->pWorkingTableData->IP));
 pParserTempData->pWorkingTableData->IP+=sizeof(UINT16);
 pParserTempData->Index+=pParserTempData->CurrentRegBlock;
 switch(pParserTempData->Multipurpose.CurrentPort)
@@ -425,9 +426,9 @@ UINT32 GetParametersMC(PARSER_TEMP_DATA STACK_BASED *   
pParserTempData)
 
 UINT32 GetParametersIndirect(PARSER_TEMP_DATA STACK_BASED *pParserTempData)
 {
- UINT32 ret;
+UINT32 ret;
 
-
pParserTempData->Index=UINT16LE_TO_CPU(*(UINT16*)pParserTempData->pWorkingTableData->IP);
+pParserTempData->Index=UINT16LE_TO_CPU(ldw_u((uint16_t 
*)pParserTempData->pWorkingTableData->IP));
 pParserTempData->pWorkingTableData->IP+=sizeof(UINT16);
 ret = 
UINT32LE_TO_CPU(*(UINT32*)(RELATIVE_TO_BIOS_IMAGE(pParserTempData->Index)+pParserTempD

xserver-xorg-video-ati_6.12.6-1_i386.changes ACCEPTED

2010-03-15 Thread Archive Administrator



Accepted:
xserver-xorg-video-ati-dbg_6.12.6-1_i386.deb
  to main/x/xserver-xorg-video-ati/xserver-xorg-video-ati-dbg_6.12.6-1_i386.deb
xserver-xorg-video-ati_6.12.6-1.diff.gz
  to main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.12.6-1.diff.gz
xserver-xorg-video-ati_6.12.6-1.dsc
  to main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.12.6-1.dsc
xserver-xorg-video-ati_6.12.6-1_i386.deb
  to main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.12.6-1_i386.deb
xserver-xorg-video-ati_6.12.6.orig.tar.gz
  to main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.12.6.orig.tar.gz
xserver-xorg-video-radeon-dbg_6.12.6-1_i386.deb
  to 
main/x/xserver-xorg-video-ati/xserver-xorg-video-radeon-dbg_6.12.6-1_i386.deb
xserver-xorg-video-radeon_6.12.6-1_i386.deb
  to main/x/xserver-xorg-video-ati/xserver-xorg-video-radeon_6.12.6-1_i386.deb


Override entries for your package:
xserver-xorg-video-ati-dbg_6.12.6-1_i386.deb - extra debug
xserver-xorg-video-ati_6.12.6-1.dsc - source x11
xserver-xorg-video-ati_6.12.6-1_i386.deb - optional x11
xserver-xorg-video-radeon-dbg_6.12.6-1_i386.deb - extra debug
xserver-xorg-video-radeon_6.12.6-1_i386.deb - optional x11

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


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
Archive: http://lists.debian.org/e1nrech-0006me...@ries.debian.org



Processing of xserver-xorg-video-ati_6.12.6-1_i386.changes

2010-03-15 Thread Archive Administrator
xserver-xorg-video-ati_6.12.6-1_i386.changes uploaded successfully to localhost
along with the files:
  xserver-xorg-video-ati_6.12.6-1.dsc
  xserver-xorg-video-ati_6.12.6.orig.tar.gz
  xserver-xorg-video-ati_6.12.6-1.diff.gz
  xserver-xorg-video-ati_6.12.6-1_i386.deb
  xserver-xorg-video-ati-dbg_6.12.6-1_i386.deb
  xserver-xorg-video-radeon_6.12.6-1_i386.deb
  xserver-xorg-video-radeon-dbg_6.12.6-1_i386.deb

Greetings,

Your Debian queue daemon (running on host ries.debian.org)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nrebe-00061t...@ries.debian.org



xserver-xorg-video-ati: Changes to 'refs/tags/xserver-xorg-video-ati-1_6.12.6-1'

2010-03-15 Thread Brice Goglin
Tag 'xserver-xorg-video-ati-1_6.12.6-1' created by Brice Goglin 
 at 2010-03-15 17:58 +

Tagging upload of xserver-xorg-video-ati 1:6.12.6-1 to unstable.

Changes since xserver-xorg-video-ati-1_6.12.5-1:
Alex Deucher (3):
  radeon: add new RS880 pci id
  atom: i2c gpio fixes
  bump version for release

Andrzej Hajda (1):
  radeon: add support for pal on legacy IGP chips

Brice Goglin (3):
  Merge tag 'xf86-video-ati-6.12.6' into debian-unstable
  New upstream release
  Prepare changelog for upload

Michael Cree (1):
  Fix some word accesses in AtomBios to work on all architectures.

---
 ChangeLog |   49 +
 configure.ac  |2 
 debian/changelog  |8 ++
 src/AtomBios/CD_Operations.c  |   17 +++--
 src/ati_pciids_gen.h  |1 
 src/pcidb/ati_pciids.csv  |3 -
 src/radeon_atombios.c |  109 ++
 src/radeon_chipinfo_gen.h |1 
 src/radeon_chipset_gen.h  |3 -
 src/radeon_pci_chipset_gen.h  |1 
 src/radeon_pci_device_match_gen.h |1 
 src/radeon_tv.c   |   34 ---
 src/radeon_tv.h   |4 +
 13 files changed, 155 insertions(+), 78 deletions(-)
---


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nrea4-0007bg...@alioth.debian.org



xserver-xorg-video-ati: Changes to 'debian-unstable'

2010-03-15 Thread Brice Goglin
 ChangeLog |   49 +
 configure.ac  |2 
 debian/changelog  |8 ++
 src/AtomBios/CD_Operations.c  |   17 +++--
 src/ati_pciids_gen.h  |1 
 src/pcidb/ati_pciids.csv  |3 -
 src/radeon_atombios.c |  109 ++
 src/radeon_chipinfo_gen.h |1 
 src/radeon_chipset_gen.h  |3 -
 src/radeon_pci_chipset_gen.h  |1 
 src/radeon_pci_device_match_gen.h |1 
 src/radeon_tv.c   |   34 ---
 src/radeon_tv.h   |4 +
 13 files changed, 155 insertions(+), 78 deletions(-)

New commits:
commit 4f7721310da7fd9926062097175c5ec77024f003
Author: Brice Goglin 
Date:   Mon Mar 15 18:53:40 2010 +0100

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 7122ca1..3233e17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-xserver-xorg-video-ati (1:6.12.6-1) UNRELEASED; urgency=low
+xserver-xorg-video-ati (1:6.12.6-1) unstable; urgency=low
 
   * New upstream release.
 + Fix some word accesses in AtomBios to work on all architectures,
   closes: #572311.
 
- -- Brice Goglin   Mon, 15 Mar 2010 18:50:41 +0100
+ -- Brice Goglin   Mon, 15 Mar 2010 18:53:23 +0100
 
 xserver-xorg-video-ati (1:6.12.5-1) unstable; urgency=low
 

commit 582e7d66ce9b404a798f76fdeba88e246f16a0d7
Author: Brice Goglin 
Date:   Mon Mar 15 18:53:18 2010 +0100

New upstream release

diff --git a/ChangeLog b/ChangeLog
index f4e75fc..2857018 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,52 @@
+commit 94202762f97d0cc8f2d0109e4f424f70a5460120
+Author: Alex Deucher 
+Date:   Mon Mar 15 13:37:08 2010 -0400
+
+bump version for release
+
+commit 54f69be224105d22fdae8df101efcefe0a1efee0
+Author: Michael Cree 
+Date:   Fri Mar 12 22:23:31 2010 +1300
+
+Fix some word accesses in AtomBios to work on all architectures.
+
+The UINT16LE_TO_CPU(), etc., macros are used in the AtomBios code to
+fix up endian issues but they do not address bad alignment or assist
+architectures that cannot perform hardware byte or word accesses.
+This patch inserts use of the ldw_u(), etc., interface of the Xserver
+into certain AtomBios accesses to address alignment issues.
+
+This resolves Debian bug 572311, namely that the driver when compiled
+for generic Alpha architecture (i.e. doesn't use the byte-word extension)
+resulted in no display output on certain Radeon cards.
+
+Signed-off-by: Michael Cree 
+
+commit d0bed11bb596200711b635d8b0b4ac7d9c5c7fd2
+Author: Andrzej Hajda 
+Date:   Wed Mar 10 18:19:35 2010 -0500
+
+radeon: add support for pal on legacy IGP chips
+
+Based on my initial non-working patch.
+
+Fixes some element of fdo bug 12007
+
+commit 999e088689ca3a60ad8e1f3953a6ddace4b12624
+Author: Alex Deucher 
+Date:   Tue Mar 9 09:53:18 2010 -0500
+
+atom: i2c gpio fixes
+
+Basically a port of my kms patch. This allows us
+to remove some quirks.
+
+commit 1df25c639dc494940f43b699dbe45ff7385d8a23
+Author: Alex Deucher 
+Date:   Wed Mar 3 13:35:55 2010 -0500
+
+radeon: add new RS880 pci id
+
 commit 802073aea2cadc446778902b344221ad2484dc34
 Author: Alex Deucher 
 Date:   Tue Mar 2 20:46:06 2010 -0500
diff --git a/debian/changelog b/debian/changelog
index 863ae8b..7122ca1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xserver-xorg-video-ati (1:6.12.6-1) UNRELEASED; urgency=low
+
+  * New upstream release.
++ Fix some word accesses in AtomBios to work on all architectures,
+  closes: #572311.
+
+ -- Brice Goglin   Mon, 15 Mar 2010 18:50:41 +0100
+
 xserver-xorg-video-ati (1:6.12.5-1) unstable; urgency=low
 
   * New upstream release, closes: #572306.

commit 94202762f97d0cc8f2d0109e4f424f70a5460120
Author: Alex Deucher 
Date:   Mon Mar 15 13:37:08 2010 -0400

bump version for release

diff --git a/configure.ac b/configure.ac
index 6ff0ddb..c947e42 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([xf86-video-ati],
-6.12.5,
+6.12.6,
 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
 xf86-video-ati)
 

commit 54f69be224105d22fdae8df101efcefe0a1efee0
Author: Michael Cree 
Date:   Fri Mar 12 22:23:31 2010 +1300

Fix some word accesses in AtomBios to work on all architectures.

The UINT16LE_TO_CPU(), etc., macros are used in the AtomBios code to
fix up endian issues but they do not address bad alignment or assist
architectures that cannot perform hardware byte or word accesses.
This patch inserts use of the ldw_u(), etc., interface of the Xserver
into certain AtomBios accesses to address alignment issues.

This resolves Debian bug 572311, namely that the driver when compiled
for generic Alpha architecture (i.e. doesn't use the byte-word extension)
   

xserver-xorg-video-ati: Changes to 'upstream-unstable'

2010-03-15 Thread Brice Goglin
 configure.ac  |2 
 src/AtomBios/CD_Operations.c  |   17 +++--
 src/ati_pciids_gen.h  |1 
 src/pcidb/ati_pciids.csv  |3 -
 src/radeon_atombios.c |  109 ++
 src/radeon_chipinfo_gen.h |1 
 src/radeon_chipset_gen.h  |3 -
 src/radeon_pci_chipset_gen.h  |1 
 src/radeon_pci_device_match_gen.h |1 
 src/radeon_tv.c   |   34 ---
 src/radeon_tv.h   |4 +
 11 files changed, 98 insertions(+), 78 deletions(-)

New commits:
commit 94202762f97d0cc8f2d0109e4f424f70a5460120
Author: Alex Deucher 
Date:   Mon Mar 15 13:37:08 2010 -0400

bump version for release

diff --git a/configure.ac b/configure.ac
index 6ff0ddb..c947e42 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([xf86-video-ati],
-6.12.5,
+6.12.6,
 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
 xf86-video-ati)
 

commit 54f69be224105d22fdae8df101efcefe0a1efee0
Author: Michael Cree 
Date:   Fri Mar 12 22:23:31 2010 +1300

Fix some word accesses in AtomBios to work on all architectures.

The UINT16LE_TO_CPU(), etc., macros are used in the AtomBios code to
fix up endian issues but they do not address bad alignment or assist
architectures that cannot perform hardware byte or word accesses.
This patch inserts use of the ldw_u(), etc., interface of the Xserver
into certain AtomBios accesses to address alignment issues.

This resolves Debian bug 572311, namely that the driver when compiled
for generic Alpha architecture (i.e. doesn't use the byte-word extension)
resulted in no display output on certain Radeon cards.

Signed-off-by: Michael Cree 

diff --git a/src/AtomBios/CD_Operations.c b/src/AtomBios/CD_Operations.c
index c1279b8..ae27049 100644
--- a/src/AtomBios/CD_Operations.c
+++ b/src/AtomBios/CD_Operations.c
@@ -42,6 +42,7 @@ Revision History:
 
 #include 
 #include "xorg-server.h"
+#include "compiler.h"
 
 #include "Decoder.h"
 
@@ -230,7 +231,7 @@ UINT32 IndirectInputOutput(PARSER_TEMP_DATA STACK_BASED * 
pParserTempData)

IndirectIOParserCommands[*pParserTempData->IndirectIOTablePointer].func(pParserTempData);

pParserTempData->IndirectIOTablePointer+=IndirectIOParserCommands[*pParserTempData->IndirectIOTablePointer].csize;
}
-   
pParserTempData->IndirectIOTablePointer-=UINT16LE_TO_CPU(*(UINT16*)(pParserTempData->IndirectIOTablePointer+1));
+   
pParserTempData->IndirectIOTablePointer-=UINT16LE_TO_CPU(ldw_u((uint16_t 
*)(pParserTempData->IndirectIOTablePointer+1)));
pParserTempData->IndirectIOTablePointer++;
return pParserTempData->IndirectData;
} else 
pParserTempData->IndirectIOTablePointer+=IndirectIOParserCommands[*pParserTempData->IndirectIOTablePointer].csize;
@@ -267,8 +268,8 @@ VOID PutDataRegister(PARSER_TEMP_DATA STACK_BASED * 
pParserTempData)
 
 VOID PutDataPS(PARSER_TEMP_DATA STACK_BASED * pParserTempData)
 {
-
*(pParserTempData->pDeviceData->pParameterSpace+pParserTempData->pCmd->Parameters.ByteXX.PA_Destination)=
-   CPU_TO_UINT32LE(pParserTempData->DestData32);
+stl_u(CPU_TO_UINT32LE(pParserTempData->DestData32), 
+ 
pParserTempData->pDeviceData->pParameterSpace+pParserTempData->pCmd->Parameters.ByteXX.PA_Destination);
 }
 
 VOID PutDataWS(PARSER_TEMP_DATA STACK_BASED * pParserTempData)
@@ -341,7 +342,7 @@ VOID SkipParameters16(PARSER_TEMP_DATA STACK_BASED *
pParserTempData)
 
 UINT32 GetParametersRegister(PARSER_TEMP_DATA STACK_BASED *pParserTempData)
 {
-
pParserTempData->Index=UINT16LE_TO_CPU(*(UINT16*)pParserTempData->pWorkingTableData->IP);
+pParserTempData->Index=UINT16LE_TO_CPU(ldw_u((uint16_t 
*)pParserTempData->pWorkingTableData->IP));
 pParserTempData->pWorkingTableData->IP+=sizeof(UINT16);
 pParserTempData->Index+=pParserTempData->CurrentRegBlock;
 switch(pParserTempData->Multipurpose.CurrentPort)
@@ -425,9 +426,9 @@ UINT32 GetParametersMC(PARSER_TEMP_DATA STACK_BASED *   
pParserTempData)
 
 UINT32 GetParametersIndirect(PARSER_TEMP_DATA STACK_BASED *pParserTempData)
 {
- UINT32 ret;
+UINT32 ret;
 
-
pParserTempData->Index=UINT16LE_TO_CPU(*(UINT16*)pParserTempData->pWorkingTableData->IP);
+pParserTempData->Index=UINT16LE_TO_CPU(ldw_u((uint16_t 
*)pParserTempData->pWorkingTableData->IP));
 pParserTempData->pWorkingTableData->IP+=sizeof(UINT16);
 ret = 
UINT32LE_TO_CPU(*(UINT32*)(RELATIVE_TO_BIOS_IMAGE(pParserTempData->Index)+pParserTempData->CurrentDataBlock));
 return ret;
@@ -444,7 +445,7 @@ UINT32 GetParametersDirect8(PARSER_TEMP_DATA STACK_BASED *  
pParserTempData)
 UINT32 GetParametersDirect16(PARSER_TEMP_DATA STACK_BASED *pParserTempData)
 {
 pParserTempData->CD_Mask.SrcAlignment=alignmentLowerWord;
-
pParserTe

Bug#572311: No display output from Radeon RV610 on Alpha

2010-03-15 Thread Alex Deucher
On Sat, Mar 13, 2010 at 3:57 AM, Michael Cree  wrote:
> On 13/03/10 06:57, Alex Deucher wrote:
>>
>> On Fri, Mar 12, 2010 at 4:57 AM, Michael Cree  wrote:
>>>
>>> On 10/03/10 08:44, Alex Deucher wrote:

 On Sun, Mar 7, 2010 at 3:47 AM, Michael Cree
  wrote:
>
> Thanks, that hint was helpful.  I have drummed up a patch
> (attached)
> that
> replaces some use of the UINT16LE_TO_CPU(), etc., macros with
> generic
> interfaces from the Xserver's compiler.h header file.  Now works
> correctly
> on RV610 video card on an Alpha XP1000.  Have also verified that
> the
> driver
> still works on an RV710 card on AMD64 architecture.

 Can you add the alignment stuff to the ATOM_BSWAP16/32 functions in
 radeon_atombios.c?
 e.g.,
 return ldw_u(bswap_16(x));
>>>
>>> That's a good idea, however I think the ldw_u() must be inside the byte
>>> swap
>>> as the (mis)alignment issues must be dealt with at the point of loading
>>> the
>>> datum, whereas endianess can be fixed later.
>>>
>>> Attached is a new patch that uses the ldw_u() macros and also leaves the
>>> UINT16LE_TO_CPU, etc., macros in place.  Verified working on Alpha and
>>> AMD64
>>> architectures, but I don't have a suitable big-endian machine to test
>>> this.
>>
>> Wouldn't it be cleaner to just put the ldw_u() in ATOM_BSWAP16()?
>>
>> --- a/src/radeon_atombios.c
>> +++ b/src/radeon_atombios.c
>> @@ -28,6 +28,7 @@
>>  #endif
>>  #include "xf86.h"
>>  #include "xf86_OSproc.h"
>> +#include "compiler.h"
>>
>>  #include "radeon.h"
>>  #include "radeon_reg.h"
>> @@ -2981,7 +2982,7 @@
>> atombios_get_command_table_version(atomBiosHandlePtr atomBIOS, int
>> index, int *m
>>
>>  UINT16 ATOM_BSWAP16(UINT16 x)
>>  {
>> -    return bswap_16(x);
>> +    return bswap_16(ldw_u(x));
>>  }
>
> No, that won't work for two reasons:
>
> 1) It's only in the big endian code path.  There are little endian
> architectures that need the ldw_u().
>
> 2) ldw_u()'s argument is a pointer (i.e. the address from which the word is
> to be loaded) not a value.  This is also the reason that I didn't include
> the ldw_u()s in the UINT16LE_TO_CPU, etc., macro definitions in Decoder.h.
>  Those macros sometimes wrap an access via a pointer and at other times they
> wrap an actual value.  Use of ldw_u() is only appropriate at the actual
> access of a datum from the AtomBios, i.e., those cases that perform an
> access through a pointer.

Thanks,  I've gone ahead and pushed it to master and 6.12-branch.

Alex



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/a728f9f91003151031h690a2d9fk265661f73e5f...@mail.gmail.com



Processed: tagging 572311

2010-03-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 572311 + fixed-upstream
Bug #572311 [xserver-xorg-video-ati] No display output from Radeon RV610 on 
Alpha
Added tag(s) fixed-upstream.
> 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
Archive: 
http://lists.debian.org/handler.s.c.126867433528221.transcr...@bugs.debian.org



xserver-xorg-video-ati 1:6.12.5-1 MIGRATED to testing

2010-03-15 Thread Debian testing watch
FYI: The status of the xserver-xorg-video-ati source package
in Debian's testing distribution has changed.

  Previous version: 1:6.12.4-2
  Current version:  1:6.12.5-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nrdk4-0005ok...@ries.debian.org



xserver-xorg-input-penmount 1:1.4.1-1 MIGRATED to testing

2010-03-15 Thread Debian testing watch
FYI: The status of the xserver-xorg-input-penmount source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.4.1-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nrdk4-0005og...@ries.debian.org



Bug#484312: logging out fails

2010-03-15 Thread Karsten Hilbert
On Mon, Mar 15, 2010 at 04:16:52PM +0100, Brice Goglin wrote:

> Karsten Hilbert wrote:
> > Package: xserver-xorg
> > Version: 1:7.5+3
> > Severity: normal
> >
> > Meanwhile I am on KDE 4.3 (used to be 3.5) but the problem persists.
> > This pretty much pins it to X rather than KDE.
> >
> > This is happening for me on SIS hardware with or without VesaFB enabled.
> >
> > Logging off from KDE drops to the console. KDM is still running but does
> > not show a new login dialog. Running invoke-rd.c kdm restart fixes that.
> >
> > Attached some log files.
> >   
> 
> Your crash looks like
> https://bugs.freedesktop.org/show_bug.cgi?id=18028
> 
> But the Sis driver is pretty much not maintained upstream, so...

Yeah, I know. I have seen this on nvidia, too, however (but
I haven't reported that as a bug because I am running the
proprietary driver).

Karsten
-- 
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100315153842.gd3...@merkur.hilbert.loc



Bug#564200: #564200 xserver-xorg-core: PC speaker does not work

2010-03-15 Thread gregor herrmann
On Sat, 09 Jan 2010 17:50:09 -0500, Thomas Dickey wrote:

> >Right, configure doesn't use XkbBell in the debian build because the
> >package doesn't build-depend on libxkbfile-dev (which provides
> >).  I'll try to remember to fix that.
> thanks (barring bug-fixes, I don't have any plans to change that
> corner of xterm)

FWIW: The new xterm package (256-1) brings the bell back for me.
Thanks Julien and Thomas!

Cheers,
gregor 
 
-- 
 .''`.   http://info.comodo.priv.at/ -- GPG Key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe
   `-NP: The Doors: Light My Fire


signature.asc
Description: Digital signature


Bug#569462: xserver-xorg-input-elographics: FTBFS: ../../src/xf86Elo.c:800: error: too few arguments to function 'InitButtonClassDeviceStruct'

2010-03-15 Thread Wolfgang Walter
This is due to the new xserver version.

Upstream already fixed this:

http://cgit.freedesktop.org/xorg/driver/xf86-input-elographics/commit/?id=a18af14b1df5271fbe3100df3fcb3a8811981ddf

Please upgrade the debian-package to the newest upstream version, which fixes 
other problems, too:

http://cgit.freedesktop.org/xorg/driver/xf86-input-elographics/commit/?id=ac5366d6e1f26e6ceef3d062ab7df301d623cf54


Rergards,
-- 
Wolfgang Walter
Studentenwerk München
Anstalt des öffentlichen Rechts



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003151617.57993.wolfgang.wal...@stwm.de



Processed: Re: Bug#484312: logging out fails

2010-03-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 484312 xserver-xorg-video-sis 1:0.10.2-1
Bug #484312 [xserver-xorg] kdm: logging out fails
Bug reassigned from package 'xserver-xorg' to 'xserver-xorg-video-sis'.
Bug No longer marked as found in versions xorg/1:7.5+3.
Bug #484312 [xserver-xorg-video-sis] kdm: logging out fails
Bug Marked as found in versions xserver-xorg-video-sis/1:0.10.2-1.
> retitle 484312 [sis] crash on reset, unable to map IO aperture
Bug #484312 [xserver-xorg-video-sis] kdm: logging out fails
Changed Bug title to '[sis] crash on reset, unable to map IO aperture' from 
'kdm: logging out fails'
> forwarded 484312 https://bugs.freedesktop.org/show_bug.cgi?id=18028
Bug #484312 [xserver-xorg-video-sis] [sis] crash on reset, unable to map IO 
aperture
Set Bug forwarded-to-address to 
'https://bugs.freedesktop.org/show_bug.cgi?id=18028'.
> 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
Archive: 
http://lists.debian.org/handler.s.c.12686663626.transcr...@bugs.debian.org



Bug#484312: logging out fails

2010-03-15 Thread Brice Goglin
reassign 484312 xserver-xorg-video-sis 1:0.10.2-1
retitle 484312 [sis] crash on reset, unable to map IO aperture
forwarded 484312 https://bugs.freedesktop.org/show_bug.cgi?id=18028
thank you



Karsten Hilbert wrote:
> Package: xserver-xorg
> Version: 1:7.5+3
> Severity: normal
>
> Meanwhile I am on KDE 4.3 (used to be 3.5) but the problem persists.
> This pretty much pins it to X rather than KDE.
>
> This is happening for me on SIS hardware with or without VesaFB enabled.
>
> Logging off from KDE drops to the console. KDM is still running but does
> not show a new login dialog. Running invoke-rd.c kdm restart fixes that.
>
> Attached some log files.
>   

Your crash looks like
https://bugs.freedesktop.org/show_bug.cgi?id=18028

But the Sis driver is pretty much not maintained upstream, so...

Brice




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4b9e4f64.4080...@ens-lyon.org



xkeyboard-config_1.8-1_amd64.changes is NEW

2010-03-15 Thread Archive Administrator
(new) xkb-data-udeb_1.8-1_all.udeb extra debian-installer
X Keyboard Extension (XKB) configuration data
 This is a udeb, or a microdeb, for the debian-installer.
xkb-data_1.8-1_all.deb
  to main/x/xkeyboard-config/xkb-data_1.8-1_all.deb
xkeyboard-config_1.8-1.diff.gz
  to main/x/xkeyboard-config/xkeyboard-config_1.8-1.diff.gz
xkeyboard-config_1.8-1.dsc
  to main/x/xkeyboard-config/xkeyboard-config_1.8-1.dsc
xkeyboard-config_1.8.orig.tar.gz
  to main/x/xkeyboard-config/xkeyboard-config_1.8.orig.tar.gz
Changes: xkeyboard-config (1.8-1) unstable; urgency=low
 .
  [ Julien Cristau ]
  * Remove myself from Uploaders
  * New upstream release
+ Fix Win key as third level chooser (closes: #531771)
 .
  [ Cyril Brulebois ]
  * Add udeb needed for the graphical installer: xkb-data-udeb.
  * Add myself to Uploaders.
  * Bump Standards-Version from 3.8.3 to 3.8.4 (no changes needed).
  * Add Depends: ${misc:Depends} to xkb-data.


Override entries for your package:
xkb-data_1.8-1_all.deb - extra x11
xkeyboard-config_1.8-1.dsc - source x11

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


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nrae2-pe...@ries.debian.org



Processing of xkeyboard-config_1.8-1_amd64.changes

2010-03-15 Thread Archive Administrator
xkeyboard-config_1.8-1_amd64.changes uploaded successfully to localhost
along with the files:
  xkeyboard-config_1.8-1.dsc
  xkeyboard-config_1.8.orig.tar.gz
  xkeyboard-config_1.8-1.diff.gz
  xkb-data_1.8-1_all.deb
  xkb-data-udeb_1.8-1_all.udeb

Greetings,

Your Debian queue daemon (running on host ries.debian.org)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nracc-fe...@ries.debian.org



xkb-data: Changes to 'pu/udeb'

2010-03-15 Thread Cyril Brulebois
Rebased ref, commits from common ancestor:


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nraln-0003kx...@alioth.debian.org



xkb-data: Changes to 'refs/tags/xkeyboard-config-1.8-1'

2010-03-15 Thread Cyril Brulebois
Tag 'xkeyboard-config-1.8-1' created by Cyril Brulebois  at 
2010-03-15 13:28 +

Tagging upload of xkeyboard-config 1.8-1 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAkueNgUACgkQeGfVPHR5Nd2qHACeIUcelVPlikWMAneF2jz+xGNy
hhcAoLRhic1BNNDPio7EDKgKdnSPwkl0
=Knmd
-END PGP SIGNATURE-

Changes since xkeyboard-config-1.7-2:
Alan Coopersmith (1):
  Update Sun license notices to current X.Org standard form

Alexey Ten (Lynn) (2):
  Fix Win key as third level chooser
  Fix option altwin:swap_lalt_lwin

Cyril Brulebois (7):
  Add udeb needed for the graphical installer: xkb-data-udeb.
  Use XC-Package-Type to save some memory.
  Remove messages (*.mo) from the udeb.
  Add myself to Uploaders.
  Bump Standards-Version from 3.8.3 to 3.8.4 (no changes needed).
  Add Depends: ${misc:Depends} to xkb-data.
  Upload to unstable.

Frédéric Boiteux (1):
  Add multimedia key definitions to TypeMatrix 2030 USB keyboard.

Jeremy Huddleston (1):
  This is not a GNU project, so declare it foreign.

Julien Cristau (3):
  Remove myself from Uploaders
  Merge tag 'v_1_8' into debian-unstable
  Bump changelog

Mikhail Gusarov (2):
  Add wiki link to README
  Add missing "Compose at Left Control" variant

Octavio Alvarez (4):
  New geometry: HP Mini 110 netbook.
  s/multimple/multiple/ in docs/HOWTO.transition
  Removed thinkpadintl from base.xml.in, since geometry is now detected.
  Geometry for HP Pavilion dv5.

Rami Ylimaki (1):
  Introduce Maemo keyboard layouts.

Sergey V. Udaltsov (15):
  added grp:rctrl_rshift_toggle option
  A Russian Phonetic keyboard layout not found in search by Languages -
  Mac-specific Spanish layout dropped
  Fixed default swiss variant, added legacy variant
  added Backspace mapping to Sun kbds
  Fixing Ctrl+? for Turkmen layout
  using one file for all hp geometries,
  added pl(dvp)
  Removed lt(balticplus)
  A bit of optimization for symbols/inet
  Reintroduced the broken bar in the Swedish symbol layout.
  added ru(typewriter-legacy)
  added grp(lctrl_rctrl_switch) xkb option
  updated translations
  preparing release 1.8

Tomas Hanak (1):
  Enable Maemo keyboards.

hauptmech (1):
  Repair some keymap/xfree86 mappings to symbol files. Added some 
non-obvious info to keymap/README

---
 COPYING|   40 
 ChangeLog  |   62 
 NEWS   |1 
 README |3 
 configure.in   |5 
 debian/changelog   |   15 
 debian/control |   12 
 debian/rules   |4 
 docs/HOWTO.transition  |2 
 geometry/Makefile.am   |2 
 geometry/hp|  246 +++
 geometry/nokia |   53 
 geometry/sun   |   40 
 keycodes/sun   |   40 
 keymap/README  |2 
 keymap/xfree86 |   94 -
 po/bg.po   |  865 +--
 po/ca.po   |  880 +--
 po/cs.po   |  863 +--
 po/de.po   |  866 +--
 po/fi.po   |  866 +--
 po/fr.po   |  881 +--
 po/id.po   |  866 +--
 po/ky.po   | 1447 +--
 po/lt.po   |6 
 po/pl.po   | 2796 +
 po/ru.po   |  864 +--
 po/sv.po   |  868 +--
 po/zh_CN.po|2 
 rules/base.lists.part  |7 
 rules/base.m_g.part|3 
 rules/base.m_k.part|1 
 rules/base.m_s.part|2 
 rules/base.m_t.part|1 
 rules/base.ml1_s.part  |2 
 rules/base.ml_s.part   |4 
 rules/base.mlv_s.part  |1 
 rules/base.o_s.part|3 
 rules/base.xml.in  |   57 
 symbols/Makefile.am|2 
 symbols/altwin |5 
 symbols/ch |   10 
 symbols/compose|5 
 symbols/group  |   29 
 symbols/inet   |3 
 symbols/lt |   30 
 symbols/macintosh_vndr/Makefile.am |2 
 symbols/macintosh_vndr/es  |6 
 symbols/nokia_vndr/Makefile.am |6 
 symbols/nokia_vndr/rx-44   |  303 
 symbols/nokia_vndr/rx-51   |  491 ++
 symbols/nokia_vndr/su-8w   |  484 ++
 symbols/pc |3 
 symbols/pl |   75 
 symb

xorg-server: Changes to 'debian-unstable'

2010-03-15 Thread Brice Goglin
 debian/changelog  |2 
 debian/patches/06_dont_trap_access_to_timer_and_keyboard.diff |   22 ++
 debian/patches/series |1 
 3 files changed, 25 insertions(+)

New commits:
commit f7861554a792367884e735748eb9ceae7851654d
Author: Brice Goglin 
Date:   Mon Mar 15 13:32:17 2010 +0100

Add 06_dont_trap_access_to_timer_and_keyboard.diff

diff --git a/debian/changelog b/debian/changelog
index 8d12681..2327eee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,8 @@ xorg-server (2:1.7.5.902-1) UNRELEASED; urgency=low
   closes: #564200.
   * Refresh patches.
   * Fix typo in xvfb-run.1, thanks Joey Hess, closes: #527490.
+  * Add 06_dont_trap_access_to_timer_and_keyboard.diff,
+thanks Samuel Thibault.
 
   [ Cyril Brulebois ]
   * Add udeb needed for the graphical installer: xserver-xorg-core-udeb.
diff --git a/debian/patches/06_dont_trap_access_to_timer_and_keyboard.diff 
b/debian/patches/06_dont_trap_access_to_timer_and_keyboard.diff
new file mode 100644
index 000..23d8dc7
--- /dev/null
+++ b/debian/patches/06_dont_trap_access_to_timer_and_keyboard.diff
@@ -0,0 +1,22 @@
+[PATCH] Do not trap access to timer and keyboard
+
+Some VESA BIOSes need to access to them.
+
+Signed-off-by: Samuel Thibault 
+---
+ hw/xfree86/os-support/hurd/hurd_video.c |2 --
+ 1 files changed, 0 insertions(+), 2 deletions(-)
+
+diff --git a/hw/xfree86/os-support/hurd/hurd_video.c 
b/hw/xfree86/os-support/hurd/hurd_video.c
+index 4a99db3..e049ceb 100644
+--- a/hw/xfree86/os-support/hurd/hurd_video.c
 b/hw/xfree86/os-support/hurd/hurd_video.c
+@@ -124,8 +124,6 @@ xf86EnableIO()
+   FatalError("xf86EnableIO: ioperm() failed (%s)\n", strerror(errno));
+   return FALSE;
+ }
+-ioperm(0x40,4,0); /* trap access to the timer chip */
+-ioperm(0x60,4,0); /* trap access to the keyboard controller */
+ return TRUE;
+ }
+   
diff --git a/debian/patches/series b/debian/patches/series
index 29afbca..59f2548 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,6 +6,7 @@
 03_fedora_glx_versioning.diff
 04_fedora_glx14-swrast.diff
 05_only_call_gamma_set_if_nonnull.diff
+06_dont_trap_access_to_timer_and_keyboard.diff
 #13_debian_add_xkbpath_env_variable.diff
 11-Move-config_init-after-CreateWellKnownSockets-and-In.diff
 12-Add-libudev-input-hotplug-backend.diff


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nr9wl-0003vn...@alioth.debian.org



xserver-xorg-video-fbdev_0.4.1-2_amd64.changes ACCEPTED

2010-03-15 Thread Archive Administrator



Accepted:
xserver-xorg-video-fbdev-udeb_0.4.1-2_amd64.udeb
  to 
main/x/xserver-xorg-video-fbdev/xserver-xorg-video-fbdev-udeb_0.4.1-2_amd64.udeb
xserver-xorg-video-fbdev_0.4.1-2.diff.gz
  to main/x/xserver-xorg-video-fbdev/xserver-xorg-video-fbdev_0.4.1-2.diff.gz
xserver-xorg-video-fbdev_0.4.1-2.dsc
  to main/x/xserver-xorg-video-fbdev/xserver-xorg-video-fbdev_0.4.1-2.dsc
xserver-xorg-video-fbdev_0.4.1-2_amd64.deb
  to main/x/xserver-xorg-video-fbdev/xserver-xorg-video-fbdev_0.4.1-2_amd64.deb


Override entries for your package:
xserver-xorg-video-fbdev-udeb_0.4.1-2_amd64.udeb - optional debian-installer
xserver-xorg-video-fbdev_0.4.1-2.dsc - source x11
xserver-xorg-video-fbdev_0.4.1-2_amd64.deb - optional 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
Archive: http://lists.debian.org/e1nr86m-0006sr...@ries.debian.org



xserver-xorg-input-evdev_2.3.2-4_amd64.changes ACCEPTED

2010-03-15 Thread Archive Administrator



Accepted:
xserver-xorg-input-evdev-dev_2.3.2-4_all.deb
  to 
main/x/xserver-xorg-input-evdev/xserver-xorg-input-evdev-dev_2.3.2-4_all.deb
xserver-xorg-input-evdev-udeb_2.3.2-4_amd64.udeb
  to 
main/x/xserver-xorg-input-evdev/xserver-xorg-input-evdev-udeb_2.3.2-4_amd64.udeb
xserver-xorg-input-evdev_2.3.2-4.diff.gz
  to main/x/xserver-xorg-input-evdev/xserver-xorg-input-evdev_2.3.2-4.diff.gz
xserver-xorg-input-evdev_2.3.2-4.dsc
  to main/x/xserver-xorg-input-evdev/xserver-xorg-input-evdev_2.3.2-4.dsc
xserver-xorg-input-evdev_2.3.2-4_amd64.deb
  to main/x/xserver-xorg-input-evdev/xserver-xorg-input-evdev_2.3.2-4_amd64.deb


Override entries for your package:
xserver-xorg-input-evdev-dev_2.3.2-4_all.deb - optional libdevel
xserver-xorg-input-evdev-udeb_2.3.2-4_amd64.udeb - optional debian-installer
xserver-xorg-input-evdev_2.3.2-4.dsc - source x11
xserver-xorg-input-evdev_2.3.2-4_amd64.deb - optional 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
Archive: http://lists.debian.org/e1nr868-0006p1...@ries.debian.org



x11-xkb-utils_7.5+2_amd64.changes ACCEPTED

2010-03-15 Thread Archive Administrator



Accepted:
x11-xkb-utils-udeb_7.5+2_amd64.udeb
  to main/x/x11-xkb-utils/x11-xkb-utils-udeb_7.5+2_amd64.udeb
x11-xkb-utils_7.5+2.dsc
  to main/x/x11-xkb-utils/x11-xkb-utils_7.5+2.dsc
x11-xkb-utils_7.5+2.tar.gz
  to main/x/x11-xkb-utils/x11-xkb-utils_7.5+2.tar.gz
x11-xkb-utils_7.5+2_amd64.deb
  to main/x/x11-xkb-utils/x11-xkb-utils_7.5+2_amd64.deb


Override entries for your package:
x11-xkb-utils-udeb_7.5+2_amd64.udeb - optional debian-installer
x11-xkb-utils_7.5+2.dsc - source x11
x11-xkb-utils_7.5+2_amd64.deb - optional 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
Archive: http://lists.debian.org/e1nr85s-0006ku...@ries.debian.org



libxkbfile_1.0.6-2_amd64.changes ACCEPTED

2010-03-15 Thread Archive Administrator



Accepted:
libxkbfile-dev_1.0.6-2_amd64.deb
  to main/libx/libxkbfile/libxkbfile-dev_1.0.6-2_amd64.deb
libxkbfile1-dbg_1.0.6-2_amd64.deb
  to main/libx/libxkbfile/libxkbfile1-dbg_1.0.6-2_amd64.deb
libxkbfile1-udeb_1.0.6-2_amd64.udeb
  to main/libx/libxkbfile/libxkbfile1-udeb_1.0.6-2_amd64.udeb
libxkbfile1_1.0.6-2_amd64.deb
  to main/libx/libxkbfile/libxkbfile1_1.0.6-2_amd64.deb
libxkbfile_1.0.6-2.diff.gz
  to main/libx/libxkbfile/libxkbfile_1.0.6-2.diff.gz
libxkbfile_1.0.6-2.dsc
  to main/libx/libxkbfile/libxkbfile_1.0.6-2.dsc


Override entries for your package:
libxkbfile-dev_1.0.6-2_amd64.deb - optional libdevel
libxkbfile1-dbg_1.0.6-2_amd64.deb - extra debug
libxkbfile1-udeb_1.0.6-2_amd64.udeb - optional debian-installer
libxkbfile1_1.0.6-2_amd64.deb - optional libs
libxkbfile_1.0.6-2.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
Archive: http://lists.debian.org/e1nr85h-00061c...@ries.debian.org



libxi_1.3-4_amd64.changes ACCEPTED

2010-03-15 Thread Archive Administrator



Accepted:
libxi-dev_1.3-4_amd64.deb
  to main/libx/libxi/libxi-dev_1.3-4_amd64.deb
libxi6-dbg_1.3-4_amd64.deb
  to main/libx/libxi/libxi6-dbg_1.3-4_amd64.deb
libxi6-udeb_1.3-4_amd64.udeb
  to main/libx/libxi/libxi6-udeb_1.3-4_amd64.udeb
libxi6_1.3-4_amd64.deb
  to main/libx/libxi/libxi6_1.3-4_amd64.deb
libxi_1.3-4.diff.gz
  to main/libx/libxi/libxi_1.3-4.diff.gz
libxi_1.3-4.dsc
  to main/libx/libxi/libxi_1.3-4.dsc


Override entries for your package:
libxi-dev_1.3-4_amd64.deb - optional libdevel
libxi6-dbg_1.3-4_amd64.deb - extra debug
libxi6-udeb_1.3-4_amd64.udeb - optional debian-installer
libxi6_1.3-4_amd64.deb - optional libs
libxi_1.3-4.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
Archive: http://lists.debian.org/e1nr850-0005wo...@ries.debian.org



Bug#547892: compiz: Hmm, duplicate of #531591

2010-03-15 Thread Bilderbeek, Manuel
I just tried, but I can't seem to reproduce it anymore. Whoever fixed it: 
thanks!! :)

-- 
Kind regards,

Manuel Bilderbeek

Software Developer at Research & Development of Océ-Technologies B.V.
PO Box 101, 5900 MA Venlo, the Netherlands | Trade reg.: 12002662

This message and attachment(s) are intended solely for use by the addressee and 
may contain information that is privileged, confidential or otherwise exempt 
from disclosure under applicable law.

If you are not the intended recipient or agent thereof responsible for 
delivering this message to the intended recipient, you are hereby notified that 
any dissemination, distribution or copying of this communication is strictly 
prohibited.

If you have received this communication in error, please notify the sender 
immediately by telephone and with a 'reply' message.

Thank you for your co-operation.





--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/fa731f2ea1424c498d5c02aa3bea9846c7d...@oce-exbe03-v.oce.net