xorg: Changes to 'ubuntu'

2009-03-24 Thread Bryce Harrington
 debian/changelog|3 ++-
 debian/local/Failsafe/failsafeXinit |2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit b741ddb1f7aa2f6e738368c3fa2f8f4c3f4c5370
Author: Bryce Harrington 
Date:   Tue Mar 24 17:43:03 2009 -0700

Fix mismatched quotes

diff --git a/debian/changelog b/debian/changelog
index b8abf20..fd06ae6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,9 +2,10 @@ xorg (1:7.4~5ubuntu17) UNRELEASED; urgency=low
 
   * local/Failsafe/failsafeXinit:
 - Fix typo in xorg.conf filename
+- Fix mismatched quotes
 - Handle ESC key hits in zenity to not create a 0-length xorg.conf
 
- -- Bryce Harrington   Tue, 24 Mar 2009 13:40:19 -0700
+ -- Bryce Harrington   Tue, 24 Mar 2009 17:42:45 -0700
 
 xorg (1:7.4~5ubuntu16) jaunty; urgency=low
 
diff --git a/debian/local/Failsafe/failsafeXinit 
b/debian/local/Failsafe/failsafeXinit
index 73a6651..f22413c 100755
--- a/debian/local/Failsafe/failsafeXinit
+++ b/debian/local/Failsafe/failsafeXinit
@@ -168,7 +168,7 @@ save_config_logs() {
 tar -cf ${xorg_backup_file} ${xorg_backup_dir}
 rm -rf ${xorg_backup_dir}
 
-zenity --info --text "$(gettext 'Relevant configuration and log files have 
been saved to:\n")"$xorg_backup_file\n"$(gettext "Bug reports can be submitted 
at http://www.launchpad.net/ubuntu/.\n')"
+zenity --info --text "$(gettext 'Relevant configuration and log files have 
been saved to:\n')"$xorg_backup_file\n"$(gettext 'Bug reports can be submitted 
at http://www.launchpad.net/ubuntu/.\n')"
 }
 
 # Scan Xorg.0.log for errors


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



Bug#520405: xterm: bell no longer sounds

2009-03-24 Thread Aaron M. Ucko
Julien Cristau  writes:

> Yeah, but the check for XkbBell includes 
> which is in libxkbfile-dev.  That said, it looks like this check failed
> in previous versions too, so if 241-1 worked then that's probably not
> it.

Apologies for taking so long to respond; I've been pretty busy in real
life.  At any rate, I can confirm that Thomas's patch is the way to
go; 242-1 is silent whether built with or without libxkbfile-dev
installed, but applying the patch lets it beep again.  Could you
please incorporate it when you get a chance?

Thanks!

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?...@monk.mit.edu



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



Processed: closing 493894

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

> close 493894
Bug#493894: /usr/lib/dri/i965_dri.so: undefined symbol: _glapi_tls_Context
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Yaroslav Halchenko 


>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#482727: marked as done (libdrm: FTBFS when converted to new source format 3.0 (quilt))

2009-03-24 Thread Debian Bug Tracking System

Your message dated Tue, 24 Mar 2009 21:47:04 +
with message-id 
and subject line Bug#482727: fixed in libdrm 2.4.5-1
has caused the Debian Bug report #482727,
regarding libdrm: FTBFS when converted to new source format 3.0 (quilt)
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.)


-- 
482727: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482727
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libdrm
Version: 2.3.0-4
Severity: minor
Usertags: 3.0-quilt-by-default

To prepare a possible switch to the new source package format "3.0
(quilt)" [1], I converted all source packages and rebuilt the packages
afterwards to see what breaks, and libdrm does break. To reproduce the
problem you can do this:

$ apt-get source libdrm
$ sed -i -e '/^Source:/ aFormat: 3.0 (quilt)' libdrm-2.3.0/debian/control
$ dpkg-source -b libdrm-2.3.0
$ dpkg-source -x libdrm_2.3.0-4.dsc
$ cd libdrm-2.3.0 && debuild -us -uc

In this process, if the .diff.gz contains changes to upstream files,
dpkg-source will have created a corresponding patch in
debian/patches/debian-changes-2.3.0-4 and will have registered that
patch in a quilt series (debian/patches/series, it is created if needed).
All the patches listed in the "series" file are applied directly during
the extraction (dpkg-source -x). quilt itself is used if available (and
will thus lead to the creation of the .pc directory), otherwise
dpkg-source applies the patches by itself. For more information about the
new source package format see the manual page dpkg-source(1).

In the case of libdrm, the .diff.gz contains changes to
config.sub/guess because your "clean" target in debian/rules replaces
those files. With the conversion to the new source format, those
changes end up as a patch in debian/patches/ and when the package
tries to apply that patch it will fail because the clean rule has already
replaced those files.

To fix this, please make sure that the .diff.gz doesn't contain those
changes. You can easily do that by copying
/usr/share/misc/config.{sub,guess} in place just before the ./configure
call and by removing (rm -f config.sug config.guess) the files
in the clean target. (I just filed #482716 against autotools-dev so that
/usr/share/doc/autotools-dev/README.Debian.gz is updated in that regard)

Cheers,

[1] http://lists.debian.org/debian-devel-announce/2008/04/msg4.html
-- 
Raphael Hertzog



--- End Message ---
--- Begin Message ---
Source: libdrm
Source-Version: 2.4.5-1

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

libdrm-dev_2.4.5-1_amd64.deb
  to pool/main/libd/libdrm/libdrm-dev_2.4.5-1_amd64.deb
libdrm-intel1-dbg_2.4.5-1_amd64.deb
  to pool/main/libd/libdrm/libdrm-intel1-dbg_2.4.5-1_amd64.deb
libdrm-intel1_2.4.5-1_amd64.deb
  to pool/main/libd/libdrm/libdrm-intel1_2.4.5-1_amd64.deb
libdrm2-dbg_2.4.5-1_amd64.deb
  to pool/main/libd/libdrm/libdrm2-dbg_2.4.5-1_amd64.deb
libdrm2_2.4.5-1_amd64.deb
  to pool/main/libd/libdrm/libdrm2_2.4.5-1_amd64.deb
libdrm_2.4.5-1.diff.gz
  to pool/main/libd/libdrm/libdrm_2.4.5-1.diff.gz
libdrm_2.4.5-1.dsc
  to pool/main/libd/libdrm/libdrm_2.4.5-1.dsc
libdrm_2.4.5.orig.tar.gz
  to pool/main/libd/libdrm/libdrm_2.4.5.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 482...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau  (supplier of updated libdrm 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: Tue, 24 Mar 2009 22:20:50 +0100
Source: libdrm
Binary: libdrm-dev libdrm2 libdrm2-dbg libdrm-intel1 libdrm-intel1-dbg
Architecture: source amd64
Version: 2.4.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force 
Changed-By: Julien Cristau 
Description: 
 libdrm-dev - Userspace interface to kernel DRM services -- development files
 libdrm-intel1 - Userspace interface to intel-specific kernel DRM services -- 
runt
 libdrm-intel1-dbg - Userspace interface to intel-specific kernel DRM services 
-- debu
 libdrm2- Userspace interface to kernel DRM services -- runtime
 libdrm2-dbg - Userspace interface to kernel DRM services -- debugging symbols
Closes: 482727 

Bug#505740: marked as done (libdrm2: Version 2.4.1 is available)

2009-03-24 Thread Debian Bug Tracking System

Your message dated Tue, 24 Mar 2009 21:47:04 +
with message-id 
and subject line Bug#505740: fixed in libdrm 2.4.5-1
has caused the Debian Bug report #505740,
regarding libdrm2: Version 2.4.1 is available
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.)


-- 
505740: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505740
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libdrm2
Version: 2.3.1-2
Severity: wishlist


http://dri.freedesktop.org/libdrm/libdrm-2.4.1.tar.bz2
Has the latest release which is required by current build of many X drivers.

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

Kernel: Linux 2.6.27
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages libdrm2 depends on:
ii  libc6 2.7-16 GNU C Library: Shared libraries

libdrm2 recommends no packages.

libdrm2 suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: libdrm
Source-Version: 2.4.5-1

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

libdrm-dev_2.4.5-1_amd64.deb
  to pool/main/libd/libdrm/libdrm-dev_2.4.5-1_amd64.deb
libdrm-intel1-dbg_2.4.5-1_amd64.deb
  to pool/main/libd/libdrm/libdrm-intel1-dbg_2.4.5-1_amd64.deb
libdrm-intel1_2.4.5-1_amd64.deb
  to pool/main/libd/libdrm/libdrm-intel1_2.4.5-1_amd64.deb
libdrm2-dbg_2.4.5-1_amd64.deb
  to pool/main/libd/libdrm/libdrm2-dbg_2.4.5-1_amd64.deb
libdrm2_2.4.5-1_amd64.deb
  to pool/main/libd/libdrm/libdrm2_2.4.5-1_amd64.deb
libdrm_2.4.5-1.diff.gz
  to pool/main/libd/libdrm/libdrm_2.4.5-1.diff.gz
libdrm_2.4.5-1.dsc
  to pool/main/libd/libdrm/libdrm_2.4.5-1.dsc
libdrm_2.4.5.orig.tar.gz
  to pool/main/libd/libdrm/libdrm_2.4.5.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 505...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau  (supplier of updated libdrm 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: Tue, 24 Mar 2009 22:20:50 +0100
Source: libdrm
Binary: libdrm-dev libdrm2 libdrm2-dbg libdrm-intel1 libdrm-intel1-dbg
Architecture: source amd64
Version: 2.4.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force 
Changed-By: Julien Cristau 
Description: 
 libdrm-dev - Userspace interface to kernel DRM services -- development files
 libdrm-intel1 - Userspace interface to intel-specific kernel DRM services -- 
runt
 libdrm-intel1-dbg - Userspace interface to intel-specific kernel DRM services 
-- debu
 libdrm2- Userspace interface to kernel DRM services -- runtime
 libdrm2-dbg - Userspace interface to kernel DRM services -- debugging symbols
Closes: 482727 502078 505740
Changes: 
 libdrm (2.4.5-1) unstable; urgency=low
 .
   * New upstream release. (closes: #505740)
 .
   [ Timo Aaltonen ]
   * debian/rules:
 -Run autoreconf at build time, build-depend on automake and libtool.
  (closes: #482727)
 -Add a debian/libdrm2.symbols file and '-c4' parameter to dh_makeshlibs
  to fail if new symbols are added. Don't use Debian versions for now.
 .
   [ Julien Cristau ]
   * Add a new package for the intel-specific bits (libdrm-intel1)
   * Build-depend on pkg-config and libpthread-stubs0-dev (closes: #502078).
 Thanks, Frank Lichtenheld!
   * Don't mention *.la in libdrm-dev.install.
   * Make libdrm-dev depend on libdrm-intel1 on x86.
   * On Linux, let udev create the device files.
   * Let linux-libc-dev provide some drm headers, drop them from libdrm-dev.
 Add dependency on linux-libc-dev >= 2.6.28.
   * Set libdrm2 shlibs to 2.4.3, libdrm-intel1 shlibs to 2.4.5.  Update
 symbols files.
Checksums-Sha1: 
 7472ed026c87a9696a617d31069fc83cea395ac0 1361 libdrm_2.4.5-1.dsc
 9e919c4cda6454118ebd288edc3bc65fc6779a51 563395 libdrm_2.4.5.orig.tar.gz
 bdc0f7c109676afcd2188db9537a3a1a6361f6db 374126 libdrm_2.4.5-1.diff.gz
 c66ac5026b8c9fdd499169ad93adb96dcd0850d9 441432 libdrm-dev_2.4.5-1_amd64.deb
 c8890be1793350815119d98b5c0de3c319e25779 376960 libdrm2_2.4.5-1_amd64.deb
 badd283b21af

libdrm override disparity

2009-03-24 Thread Debian Installer
There are disparities between your recently accepted upload and the
override file for the following file(s):

libdrm2-dbg_2.4.5-1_amd64.deb: package says section is libdevel, override says 
debug.


Please note that a list of new sections were recently added to the
archive: cli-mono, database, debug, fonts, gnu-r, gnustep, haskell,
httpd, java, kernel, lisp, localization, ocaml, php, ruby, vcs, video,
xfce, zope.  At this time a script was used to reclassify packages into
these sections.  If this is the case, please only reply to this email if
the new section is inappropriate, otherwise please update your package
at the next upload.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please reply to this mail and explain why.
Please INCLUDE the list of packages as seen above, or we won't be able
to deal with your mail due to missing information.

[NB: this is an automatically generated mail; if you replied to one
like it before and have not received a response yet, please ignore
this mail.  Your reply needs to be processed by a human and will be in
due course, but until then the installer will send these automated
mails; sorry.]

--
Debian distribution maintenance software

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


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



libdrm_2.4.5-1_amd64.changes ACCEPTED

2009-03-24 Thread Debian Installer

Accepted:
libdrm-dev_2.4.5-1_amd64.deb
  to pool/main/libd/libdrm/libdrm-dev_2.4.5-1_amd64.deb
libdrm-intel1-dbg_2.4.5-1_amd64.deb
  to pool/main/libd/libdrm/libdrm-intel1-dbg_2.4.5-1_amd64.deb
libdrm-intel1_2.4.5-1_amd64.deb
  to pool/main/libd/libdrm/libdrm-intel1_2.4.5-1_amd64.deb
libdrm2-dbg_2.4.5-1_amd64.deb
  to pool/main/libd/libdrm/libdrm2-dbg_2.4.5-1_amd64.deb
libdrm2_2.4.5-1_amd64.deb
  to pool/main/libd/libdrm/libdrm2_2.4.5-1_amd64.deb
libdrm_2.4.5-1.diff.gz
  to pool/main/libd/libdrm/libdrm_2.4.5-1.diff.gz
libdrm_2.4.5-1.dsc
  to pool/main/libd/libdrm/libdrm_2.4.5-1.dsc
libdrm_2.4.5.orig.tar.gz
  to pool/main/libd/libdrm/libdrm_2.4.5.orig.tar.gz


Override entries for your package:
libdrm-dev_2.4.5-1_amd64.deb - optional libdevel
libdrm-intel1-dbg_2.4.5-1_amd64.deb - extra libdevel
libdrm-intel1_2.4.5-1_amd64.deb - optional libs
libdrm2-dbg_2.4.5-1_amd64.deb - extra debug
libdrm2_2.4.5-1_amd64.deb - optional libs
libdrm_2.4.5-1.dsc - source libs

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 482727 502078 505740 


Thank you for your contribution to Debian.


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



Bug#521107: unsafe /tmp usage

2009-03-24 Thread Kees Cook
Package: xfs
Version: 1:1.0.8-2.1
Severity: normal
Tags: security
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu jaunty

Hello,

There is a bug in the Ubuntu bug tracker about xfs's init script being used
in an unsafe fashion.  It seems that OpenSUSE has solved this as well:

"set_up_socket_dir moves /tmp/.font-unix to /tmp/.font-unix.$$.
Unfortunately $$ is predictable and there is no test, that
/tmp/.font-unix.$$ does not already exist. So especially symlink attacks
are possible. The attack is only possible, if /tmp/.font-unix does not
already exist. Then an attacker could create an /tmp/.font-unix file (not
directory) and create some symlinks in the form /tmp/.font-unix. (where
 are possible PID numbers). The start script than moves /tmp/.font-unix
to an symlinked directory /tmp/.font-unix.."

-Kees

[1] https://bugs.launchpad.net/bugs/299560
[2] https://bugzilla.novell.com/show_bug.cgi?id=408006

-- 
Kees Cook@debian.org



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



Bug#514304: marked as done (libglw1-mesa-dev: Broken package. have unmet dependencies.)

2009-03-24 Thread Debian Bug Tracking System

Your message dated Tue, 24 Mar 2009 22:55:18 +0100
with message-id <20090324215508.ga8...@radis.liafa.jussieu.fr>
and subject line Re: Bug#514304: libglw1-mesa-dev: Broken package.   have unmet 
dependencies.
has caused the Debian Bug report #514304,
regarding libglw1-mesa-dev: Broken package.   have unmet dependencies.
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.)


-- 
514304: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=514304
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libglw1-mesa-dev
Version: 7.0.3-0ubuntu1
Severity: important
Justification: fails to build from source

when I run:  apt-get install libglw1-mesa-dev
I got the following error.

The following packages have unmet dependencies:
libglw1-mesa-dev: Depends: mesa-common-dev (<= 7.0.3)
E: Broken packages

-- System Information:
Debian Release: lenny/sid
APT prefers intrepid-updates
APT policy: (500, 'intrepid-updates'), (500, 'intrepid-security'), (500, 
'intrepid')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.27-11-generic (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

--- End Message ---
--- Begin Message ---
On Thu, Feb  5, 2009 at 22:22:57 -0500, z...@msu.edu wrote:

> Package: libglw1-mesa-dev
> Version: 7.0.3-0ubuntu1
> Severity: important
> Justification: fails to build from source
> 
> when I run:  apt-get install libglw1-mesa-dev
> I got the following error.
> 
> The following packages have unmet dependencies:
> libglw1-mesa-dev: Depends: mesa-common-dev (<= 7.0.3)
> E: Broken packages
> 
Please report ubuntu bugs to ubuntu, not to the debian bug tracking
system.

Thanks,
Julien

--- End Message ---


Processing of libdrm_2.4.5-1_amd64.changes

2009-03-24 Thread Archive Administrator
libdrm_2.4.5-1_amd64.changes uploaded successfully to localhost
along with the files:
  libdrm_2.4.5-1.dsc
  libdrm_2.4.5.orig.tar.gz
  libdrm_2.4.5-1.diff.gz
  libdrm-dev_2.4.5-1_amd64.deb
  libdrm2_2.4.5-1_amd64.deb
  libdrm2-dbg_2.4.5-1_amd64.deb
  libdrm-intel1_2.4.5-1_amd64.deb
  libdrm-intel1-dbg_2.4.5-1_amd64.deb

Greetings,

Your Debian queue daemon


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



libdrm: Changes to 'refs/tags/libdrm-2.4.5-1'

2009-03-24 Thread Julien Cristau
Tag 'libdrm-2.4.5-1' created by Julien Cristau  at 
2009-03-24 21:25 +

Tagging upload of libdrm 2.4.5-1 to unstable.

Changes since libdrm-2.3.1-2:
Alan Hourihane (96):
  Merge remote branch 'origin/modesetting-101' into modesetting-101
  Remove extraneous drm_crtc.h include
  Use drm_framebuffer instead of drm_crtc for fb & fbt
  Correct PCI ID for i845
  Fix SDVO outputs
  Fix a register read that was swapped SDVOB/SDVOC
  Move SDVO PENDING check to read_response so all SDVO commands
  Check status after SDVO command for sdvo_set_control_bus_switch
  Support the RGB outputs of SDVO cards, which are essentially
  Merge remote branch 'origin/modesetting-101' into modesetting-101
  When no valid EDID modes are available, we bail.
  free the duplicated mode.
  Fix build problem
  Fix return status
  Shouldn't free the mode here. It's done later on.
  Just some minor cleanups.
  Fix build problem
  Grab the default mode if the preferred mode isn't available.
  Move destruction of crtc as intelfb_remove uses the crtc to locate the fb.
  bring in change from drm_fb.c
  Set crtcinfo on temporary mode
  Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into 
modesetting-101
  Fix merge problem.
  Move fbo creation to the specified fb driver which gives
  Change some printk's to DRM_DEBUG's
  Fix type/flags usage problem to check for preferred modes.
  Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into 
modesetting-101
  merge fixes
  Bring back code from merge that was accidentally removed.
  Move out the code from i915_dma_cleanup to unload to match
  don't copy back if an error was returned.
  no need to copy to/from user as the unlocked ioctl does
  Add brackets
  Add some more checks to modelist walking for matching
  Create memory pool for TT memory
  Set the fb_base, so userspace applications can actually work
  Fix some buffer teardown problems.
  should be unlocked
  Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into 
modesetting-101
  Fix a crash on X startup
  Need fb attached
  Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into 
modesetting-101
  pass pointer for drmModeRmFB
  Pass pointer to drmModeRmMode.
  Use _size
  add missing lock
  remove duplicate and obsolete ioctl statements
  remove unused define
  Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into 
modesetting-101
  Remove duplicate
  consistency
  Add missing round_jiffies_relative() for older kernels
  Fix function declaration
  build fix for older kernels
  fix some warnings
  build fix for older kernels
  DRM_CONTROL_ALLOW logic was reversed
  consistency
  make modefb/modedemo match each others test output.
  tweak it
  update app to cycle through 4 fbdev's
  Revert "DRM_CONTROL_ALLOW logic was reversed"
  After the previous revert fix libdrm to start at minor 1
  Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into 
modesetting-101
  Fix up conflicts for DRI2 (untested)
  compatibility code for  pci_get_bus_and_slot()
  minor test fixes
  fix SAREA
  Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into 
modesetting-101
  Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into 
modesetting-101
  silence warning
  Implement short circuit for base change only
  define PRETHAW
  DRM_INFO -> DRM_DEBUG
  DRM_INFO  -> DRM_DEBUG
  Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into 
modesetting-101
  Add FENCE registers to MMIO list
  Fix connector description table
  propogate failed fixups back up
  Use ARRAY_SIZE
  Check mode before adding to EDID
  Add property info.
  build fix
  Add support for monitor hotplug signals/waits
  global hotplug events happen in the pipe A stat register,
  Add sample code to test hotplug events
  Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into 
modesetting-101
  Fix green offset
  Older kernels don't have kobject_uevent_env(), so punt
  Fix test applications for recent DRM changes
  Fix build problems
  Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into 
modesetting-101
  Fix warnings
  more checks for NULL encoder so we don't segfault.
  Synchronize the DDC EDID read to it's fb_ddc.c counterpart
  set to 2.4.0

Alex Deucher (46):
  RADEON: fix typo in last commit
  RADEON: switch IGP gart to use radeon_write_agp_base()
  RADEON: Add untested support for RS400 chips
  RADEON: use DSTCACHE_CTLSTAT rather than RB2D_DSTCACHE_CTLSTAT
  RADEON: 0x1002 0x5657 is actually an RV410
 

libdrm: Changes to 'debian-unstable'

2009-03-24 Thread Julien Cristau
 debian/changelog   |4 +-
 debian/xsfbs/repack.sh |   32 +++
 debian/xsfbs/xsfbs.sh  |   66 -
 3 files changed, 34 insertions(+), 68 deletions(-)

New commits:
commit 1859807b495fc320997c14f1f6fc236eab554182
Author: Julien Cristau 
Date:   Tue Mar 24 22:20:58 2009 +0100

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 2e41d94..75a8afe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libdrm (2.4.5-1) UNRELEASED; urgency=low
+libdrm (2.4.5-1) unstable; urgency=low
 
   * New upstream release. (closes: #505740)
 
@@ -21,7 +21,7 @@ libdrm (2.4.5-1) UNRELEASED; urgency=low
   * Set libdrm2 shlibs to 2.4.3, libdrm-intel1 shlibs to 2.4.5.  Update
 symbols files.
 
- -- Timo Aaltonen   Thu, 27 Nov 2008 09:33:05 +0200
+ -- Julien Cristau   Tue, 24 Mar 2009 22:20:50 +0100
 
 libdrm (2.3.1-2) unstable; urgency=high
 

commit 2ed171f9f390de4e97141c0016d3ba615e8c943e
Author: Julien Cristau 
Date:   Tue Feb 17 17:20:42 2009 +0100

xsfbs.sh: kill {,de}register_x_lib_dir_with_ld_so

libx11's postinst was the only post-sarge user, and it's gone now.

diff --git a/debian/xsfbs/xsfbs.sh b/debian/xsfbs/xsfbs.sh
index 72efa95..8840ff9 100644
--- a/debian/xsfbs/xsfbs.sh
+++ b/debian/xsfbs/xsfbs.sh
@@ -719,72 +719,6 @@ run () {
   fi
 }
 
-register_x_lib_dir_with_ld_so () {
-  # syntax: register_x_lib_dir_with_ld_so
-  #
-  # Configure the dynamic loader ld.so to search /usr/X11R6/lib for shared
-  # libraries.
-  #
-  # Call this function from the postinst script of a package that places a
-  # shared library in /usr/X11R6/lib, before invoking ldconfig.
-
-  local dir ldsoconf
-
-  dir="/usr/X11R6/lib"
-  ldsoconf="/etc/ld.so.conf"
-
-  # is the line not already present?
-  if ! fgrep -qsx "$dir" "$ldsoconf"; then
-observe "adding $dir directory to $ldsoconf"
-echo "$dir" >> "$ldsoconf"
-  fi
-}
-
-deregister_x_lib_dir_with_ld_so () {
-  # syntax: deregister_x_lib_dir_with_ld_so
-  #
-  # Configure dynamic loader ld.so to not search /usr/X11R6/lib for shared
-  # libraries, if and only if no shared libaries remain there.
-  #
-  # Call this function from the postrm script of a package that places a shared
-  # library in /usr/X11R6/lib, in the event "$1" is "remove", and before
-  # invoking ldconfig.
-
-  local dir ldsoconf fgrep_status cmp_status
-
-  dir="/usr/X11R6/lib"
-  ldsoconf="/etc/ld.so.conf"
-
-  # is the line present?
-  if fgrep -qsx "$dir" "$ldsoconf"; then
-# are there any shared objects in the directory?
-if [ "$(echo "$dir"/lib*.so.*.*)" = "$dir/lib*.so.*.*" ]; then
-  # glob expansion produced nothing, so no shared libraries are present
-  observe "removing $dir directory from $ldsoconf"
-  # rewrite the file (very carefully)
-  set +e
-  fgrep -svx "$dir" "$ldsoconf" > "$ldsoconf.dpkg-tmp"
-  fgrep_status=$?
-  set -e
-  case $fgrep_status in
-0|1) ;; # we don't actually care if any lines matched or not
-*) die "error reading \"$ldsoconf\"; fgrep exited with status" \
-  "$fgrep_status" ;;
-  esac
-  set +e
-  cmp -s "$ldsoconf.dpkg-tmp" "$ldsoconf"
-  cmp_status=$?
-  set -e
-  case $cmp_status in
-0) rm "$ldsoconf.dpkg-tmp" ;; # files are identical
-1) mv "$ldsoconf.dpkg-tmp" "$ldsoconf" ;; # files differ
-*) die "error comparing \"$ldsoconf.dpkg-tmp\" to \"$ldsoconf\";" \
-  "cmp exited with status $cmp_status" ;;
-  esac
-fi
-  fi
-}
-
 make_symlink_sane () {
   # syntax: make_symlink_sane symlink target
   #

commit 84b7d5bf7a57cab80ba3696ce95028c2f67ba76d
Author: Julien Cristau 
Date:   Sun Feb 1 01:31:31 2009 +0100

xsfbs: add a repack script for uscan

This will automatically prune upstream tarballs

diff --git a/debian/xsfbs/repack.sh b/debian/xsfbs/repack.sh
new file mode 100644
index 000..5935cc9
--- /dev/null
+++ b/debian/xsfbs/repack.sh
@@ -0,0 +1,32 @@
+#!/bin/sh
+
+set -e
+
+if ! [ -d debian/prune ]; then
+   exit 0
+fi
+
+if [ "x$1" != x--upstream-version ]; then
+   exit 1
+fi
+
+version="$2"
+filename="$3"
+
+if [ -z "$version" ] || ! [ -f "$filename" ]; then
+   exit 1
+fi
+
+dir="$(pwd)"
+tempdir="$(mktemp -d)"
+
+cd "$tempdir"
+tar xf "$dir/$filename"
+cat "$dir"/debian/prune/* | while read file; do rm -f */$file; done
+
+tar czf "$dir/$filename" *
+cd "$dir"
+rm -rf "$tempdir"
+echo "Done pruning upstream tarball"
+
+exit 0


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



Processed: Re: Bug#521075: xorg-xserver: Race condition in /usr/bin/xvfb-run causes concurrent invocations to fail

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

> reassign 521075 xvfb
Bug#521075: xorg-xserver: Race condition in /usr/bin/xvfb-run causes concurrent 
invocations to fail
Warning: Unknown package 'xorg-xserver'
Bug reassigned from package `xorg-xserver' to `xvfb'.

> --
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



xorg: Changes to 'ubuntu'

2009-03-24 Thread Bryce Harrington
 debian/changelog|8 
 debian/local/Failsafe/failsafeXinit |6 +++---
 2 files changed, 11 insertions(+), 3 deletions(-)

New commits:
commit 3986b09ea46ba5c2f02f734172d578a6cfa57128
Author: Bryce Harrington 
Date:   Tue Mar 24 13:41:29 2009 -0700

Fix up edit_config() to handle error conditions better

diff --git a/debian/changelog b/debian/changelog
index 29a9685..b8abf20 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xorg (1:7.4~5ubuntu17) UNRELEASED; urgency=low
+
+  * local/Failsafe/failsafeXinit:
+- Fix typo in xorg.conf filename
+- Handle ESC key hits in zenity to not create a 0-length xorg.conf
+
+ -- Bryce Harrington   Tue, 24 Mar 2009 13:40:19 -0700
+
 xorg (1:7.4~5ubuntu16) jaunty; urgency=low
 
   [Tormod Volden]
diff --git a/debian/local/Failsafe/failsafeXinit 
b/debian/local/Failsafe/failsafeXinit
index b616039..73a6651 100755
--- a/debian/local/Failsafe/failsafeXinit
+++ b/debian/local/Failsafe/failsafeXinit
@@ -101,7 +101,7 @@ display_filebug_menu() {
 backup_xorg_conf() {
 # TODO: backup xorg.conf more elegantly...
 xorg_conf_backup="/etc/X11/xorg.conf-backup-${timestamp}"
-cp /etc/X11/xorg_conf ${xorg_conf_backup}
+cp /etc/X11/xorg.conf ${xorg_conf_backup}
 if [ ! $? ]; then
 return zenity --question --text "$(gettext 'Your config could not be 
backed up.\nDo you want to continue anyway?\n')"
 fi
@@ -147,8 +147,8 @@ edit_config() {
 backup_xorg_conf || return 1
 
 xorg_conf_tmp=$(mktmp "/tmp/xorg.conf.")
-cp /etc/X11/xorg_conf ${xorg_conf_tmp}
-zenity --text-info --editable --filename=${xorg_conf_tmp} --width=640 
--height=480 > "/etc/X11/xorg.conf"
+cp /etc/X11/xorg.conf ${xorg_conf_tmp}
+zenity --text-info --editable --filename=/etc/X11/xorg.conf --width=640 
--height=480 > "${xorg_conf_tmp}" && mv "${xorg_conf_tmp}" /etc/X11/xorg.conf
 }
 
 save_config_logs() {


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



Processed: severity of 521081 is wishlist

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

> severity 521081 wishlist
Bug#521081: [xserver-xorg-video-intel] New upstream release available
Severity set to `wishlist' from `normal'

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#521081: [xserver-xorg-video-intel] New upstream release available

2009-03-24 Thread Matthias Heinz
Package: xserver-xorg-video-intel
Version: 2:2.3.2-2+lenny6
Severity: normal

--- Please enter the report below this line. ---

Hi,

it would be great if somebody could package the latest upstream version.

http://xorg.freedesktop.org/archive/individual/driver/xf86-video-intel-2.6.3.tar.bz2


Best regards,
Matthias


--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.28.8-2009.03.18

Debian Release: squeeze/sid
  500 unstableftp.de.debian.org 
  500 unstabledebian-multimedia.informatik.uni-erlangen.de 
1 experimentalftp.de.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-===
libc6 (>= 2.7-1) | 2.9-6
libdrm2   (>= 2.3.1) | 2.3.1-2
xserver-xorg-core (>= 2:1.4) | 2:1.4.2-11



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



xorg-server: Changes to 'ubuntu'

2009-03-24 Thread Bryce Harrington
 mi/mipointer.c |   38 --
 1 file changed, 36 insertions(+), 2 deletions(-)

New commits:
commit 179cec1d2f919d8d8096d6030b0ad9b6285dfd4d
Author: Bryce Harrington 
Date:   Mon Mar 23 14:25:18 2009 -0700

Check null pointers to not crash on keyrepeat with Xinerama LP: (#324465)

With -nvidia, when using Xinerama, holding down a key in a text field
on a non-primary screen can cause an X crash.  This is caused because
the MIPOINTER(pDev) can return a NULL pointer for a non-null pDev in
some cases, and the mipointer.c code lacks checks for this condition.

MIPOINTER() is a macro #defined locally to mipointer.c, which calls into
dixLookupPrivate(), a routine which returns NULL in at least some
circumstances - such as if the memory could not be xcalloc'd for
whatever reason.  Hopefully upstream can provide a better fix for this,
but for now it seems reasonable to check the return values of this macro
for NULL before usage, as a minimum.

Signed-off-by: Bryce Harrington 

diff --git a/mi/mipointer.c b/mi/mipointer.c
index e37316e..ed0c48c 100644
--- a/mi/mipointer.c
+++ b/mi/mipointer.c
@@ -140,6 +140,10 @@ miPointerCloseScreen (int index, ScreenPtr pScreen)
 if (DevHasCursor(pDev))
 {
 pPointer = MIPOINTER(pDev);
+if (pPointer == NULL) {
+ErrorF("miPointerCloseScreen: Invalid input device pointer\n");
+return FALSE;
+}
 
 if (pScreen == pPointer->pScreen)
 pPointer->pScreen = 0;
@@ -192,6 +196,10 @@ miPointerDisplayCursor (DeviceIntPtr pDev, ScreenPtr 
pScreen, CursorPtr pCursor)
 return FALSE;
 
 pPointer = MIPOINTER(pDev);
+if (pPointer == NULL) {
+ErrorF("miPointerDisplayCursor: Invalid input device pointer\n");
+return FALSE;
+}
 
 pPointer->pCursor = pCursor;
 pPointer->pScreen = pScreen;
@@ -205,6 +213,10 @@ miPointerConstrainCursor (DeviceIntPtr pDev, ScreenPtr 
pScreen, BoxPtr pBox)
 miPointerPtr pPointer;
 
 pPointer = MIPOINTER(pDev);
+if (pPointer == NULL) {
+ErrorF("miPointerConstrainCursor: Invalid input device pointer\n");
+return FALSE;
+}
 
 pPointer->limits = *pBox;
 pPointer->confined = PointerConfinedToScreen(pDev);
@@ -304,6 +316,11 @@ miPointerWarpCursor (DeviceIntPtr pDev, ScreenPtr pScreen, 
int x, int y)
 BOOL changedScreen = FALSE;
 
 pPointer = MIPOINTER(pDev);
+if (pPointer == NULL) {
+ErrorF("miPointerWarpCursor: Invalid input device pointer\n");
+return;
+}
+
 SetupScreen (pScreen);
 
 if (pPointer->pScreen != pScreen)
@@ -366,6 +383,10 @@ miPointerUpdateSprite (DeviceIntPtr pDev)
 return;
 
 pPointer = MIPOINTER(pDev);
+if (pPointer == NULL) {
+ErrorF("miPointerUpdateSprite: Invalid input device pointer\n");
+return;
+}
 
 pScreen = pPointer->pScreen;
 if (!pScreen)
@@ -433,13 +454,17 @@ miPointerSetScreen(DeviceIntPtr pDev, int screen_no, int 
x, int y)
ScreenPtr pScreen;
 miPointerPtr pPointer;
 
-pPointer = MIPOINTER(pDev);
-
pScreen = screenInfo.screens[screen_no];
pScreenPriv = GetScreenPrivate (pScreen);
(*pScreenPriv->screenFuncs->NewEventScreen) (pDev, pScreen, FALSE);
NewCurrentScreen (pDev, pScreen, x, y);
 
+pPointer = MIPOINTER(pDev);
+if (pPointer == NULL) {
+ErrorF("miPointerSetScreen: Invalid input device pointer\n");
+return;
+}
+
 pPointer->limits.x2 = pScreen->width;
 pPointer->limits.y2 = pScreen->height;
 }
@@ -475,6 +500,10 @@ miPointerMoved (DeviceIntPtr pDev, ScreenPtr pScreen,
 SetupScreen(pScreen);
 
 pPointer = MIPOINTER(pDev);
+if (pPointer == NULL) {
+ErrorF("miPointerMoved: Invalid input device pointer\n");
+return;
+}
 
 /* Hack: We mustn't call into ->MoveCursor for anything but the
  * VCP, as this may cause a non-HW rendered cursor to be rendered during
@@ -504,6 +533,11 @@ miPointerSetPosition(DeviceIntPtr pDev, int *x, int *y)
 miPointerPtrpPointer; 
 
 pPointer = MIPOINTER(pDev);
+if (pPointer == NULL) {
+ErrorF("miPointerSetPosition: Invalid input device pointer\n");
+return;
+}
+
 pScreen = pPointer->pScreen;
 if (!pScreen)
return; /* called before ready */


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



xorg: Changes to 'debian-unstable'

2009-03-24 Thread Christian Perrier
 debian/changelog |1 
 debian/po/kk.po  |  619 +++
 2 files changed, 620 insertions(+)

New commits:
commit f08c2dc9a52e8c500f8de01b00920bcf553acf4e
Author: Christian Perrier 
Date:   Tue Mar 24 20:02:18 2009 +0100

Added Kazakh translation

diff --git a/debian/changelog b/debian/changelog
index fb714b2..8eb222f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ xorg (1:7.3+19) UNRELEASED; urgency=low
   [ Debconf translations ]
   * Esperanto. Closes: #503039
   * Asturian. Closes: #511623
+  * Kazakh added. Closes: #521001
 
  -- Christian Perrier   Wed, 22 Oct 2008 19:25:56 +0200
 
diff --git a/debian/po/kk.po b/debian/po/kk.po
new file mode 100644
index 000..c283191
--- /dev/null
+++ b/debian/po/kk.po
@@ -0,0 +1,619 @@
+# Dauren Sarsenov , 2009
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: x...@packages.debian.org\n"
+"POT-Creation-Date: 2008-06-08 22:20+0200\n"
+"PO-Revision-Date: 2009-03-24 14:50+0600\n"
+"Last-Translator: Dauren Sarsenov \n"
+"Language-Team: Kazakh \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: select
+#. Description
+#: ../xserver-xorg.templates:2001
+msgid "X server driver:"
+msgstr "X сервер драйвері:"
+
+#. Type: select
+#. Description
+#: ../xserver-xorg.templates:2001
+msgid ""
+"For the X Window System graphical user interface to operate correctly, it is "
+"necessary to select a video card driver for the X server."
+msgstr ""
+"X Window жүйесінің графикалық интерфейсі дұрыс жұмыс істеуі үшін, X "
+"серверінің видеокартасының драйверін таңдау керек."
+
+#. Type: select
+#. Description
+#: ../xserver-xorg.templates:2001
+msgid ""
+"Drivers are typically named for the video card or chipset manufacturer, or "
+"for a specific model or family of chipsets."
+msgstr ""
+"Драйверлер видеокарта, оның чипсетінің өндірушсі, моделі, не чипсет жиыны "
+"атымен аталады."
+
+#. Type: boolean
+#. Description
+#: ../xserver-xorg.templates:3001
+msgid "Use kernel framebuffer device interface?"
+msgstr "Ядроның кадр буферінің интерфейсін қолдануды қалайсыз ба?"
+
+#. Type: boolean
+#. Description
+#: ../xserver-xorg.templates:3001
+msgid ""
+"Rather than communicating directly with the video hardware, the X server may "
+"be configured to perform some operations, such as video mode switching, via "
+"the kernel's framebuffer driver."
+msgstr ""
+"X сервері видео жабдықпен тікелей жұмыс істеуінің орнына, кейбір "
+"операцияларды (м. видео режимді ауыстыру) ядроның кадр буферінің драйвері "
+"арқылы орындай алады."
+
+#. Type: boolean
+#. Description
+#: ../xserver-xorg.templates:3001
+msgid ""
+"In theory, either approach should work, but in practice, sometimes one does "
+"and the other does not.  Enabling this option is the safe bet, but feel free "
+"to turn it off if it appears to cause problems."
+msgstr ""
+"Негізі, екі принцип те жұмыс істеуі қажет, бірақ кейде біреуі істеп, біреуі "
+"істемейді. Бұл опция қауіпсіз, сондықтан қиындықтар тудыратын болса, "
+"қайтадан өшіріп қоюға болады."
+
+#. Type: string
+#. Description
+#: ../xserver-xorg.templates:4001
+msgid "Video card's bus identifier:"
+msgstr "Видео карта шинасының идентификаторы:"
+
+#. Type: string
+#. Description
+#: ../xserver-xorg.templates:4001
+msgid ""
+"Users of PowerPC machines, and users of any computer with multiple video "
+"devices, should specify the BusID of the video card in an accepted bus-"
+"specific format."
+msgstr ""
+"PowerPC және көп видеокарталы компьютерлер пайдаланушылары идентификаторды "
+"қабылданған арнайы түрде енгізуі керек."
+
+#. Type: string
+#. Description
+#: ../xserver-xorg.templates:4001
+msgid "Examples:"
+msgstr "Мысалы:"
+
+#. Type: string
+#. Description
+#: ../xserver-xorg.templates:4001
+msgid ""
+"For users of multi-head setups, this option will configure only one of the "
+"heads.  Further configuration will have to be done manually in the X server "
+"configuration file, /etc/X11/xorg.conf."
+msgstr ""
+"Multihead орнатушылар үшін бұл опция тек бір орынды баптайды. Қалған "
+"орындарды X серверінің /etc/X11/xorg.conf файлында қолдан баптау керек."
+
+#. Type: string
+#. Description
+#: ../xserver-xorg.templates:4001
+msgid ""
+"You may wish to use the \"lspci\" command to determine the bus location of "
+"your PCI, AGP, or PCI-Express video card."
+msgstr ""
+"\"lspci\" командасы арқылы PCI, AGP не PCI-Express видеокартасының орналасу "
+"шинасын анықтауға болады."
+
+#. Type: string
+#. Description
+#: ../xserver-xorg.templates:4001
+msgid ""
+"When possible, this question has been pre-answered for you and you should "
+"accept the default unless you know it doesn't work."
+msgstr ""
+"Бұл сұраққа алдын-ала жауап берілген болуы мүмкін, сондықтан өзіңізге "
+"сенімді болған жағдайда ғана түзетіңіз. Басқа жағдайда дайын таңдауды "
+"пайдаланған жөн."
+
+#. Type: note
+#. Description
+#

Processed: setting package to xorg xlibmesa-gl-dev xserver-xorg-input-all xserver-xorg libglu1-xorg-dev xbase-clients xserver-xorg-video-all xlibmesa-gl xlibmesa-glu xutils libglu1-xorg xorg-dev x11-c

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

> #xorg (1:7.3+19) UNRELEASED; urgency=low
> #
> #  * Kazakh added. Closes: #521001
> #
> package xorg xlibmesa-gl-dev xserver-xorg-input-all xserver-xorg 
> libglu1-xorg-dev xbase-clients xserver-xorg-video-all xlibmesa-gl 
> xlibmesa-glu xutils libglu1-xorg xorg-dev x11-common
Ignoring bugs not assigned to: xorg xlibmesa-gl-dev xserver-xorg 
xserver-xorg-input-all libglu1-xorg-dev xbase-clients xserver-xorg-video-all 
xlibmesa-gl xlibmesa-glu xutils libglu1-xorg xorg-dev x11-common

> tags 521001 + pending
Bug#521001: [INTL:kk] Kazakh translation
Tags were: l10n patch
Tags added: pending

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



x11proto-core 7.0.15-1 MIGRATED to testing

2009-03-24 Thread Debian testing watch
FYI: The status of the x11proto-core source package
in Debian's testing distribution has changed.

  Previous version: 7.0.14-2
  Current version:  7.0.15-1

-- 
This email is automatically generated; the Debian Release Team
 is responsible.
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



Bug#521060: xserver-xorg: postinst unsets DRIVERS_LIST, disabling FBDEV

2009-03-24 Thread Neil Williams
Package: xserver-xorg
Version: 1:7.3+18
Severity: normal

balloon:/home/neil# grep '^0' /proc/fb
0 PXA
balloon:/home/neil# grep '^0 ' /proc/fb | sed 's/[^[:space:]] //'
PXA

The postinst contains:
  if [ -e /proc/fb ]; then
FB_TYPE="$(grep '^0 ' /proc/fb | sed 's/[^[:space:]] //')"
# did we actually get back anything?
if [ -n "$FB_TYPE" ]; then
  if echo "$FB_TYPE" | grep -Eiq '(OFfb|VESA|VGA16)'; then
USE_FBDEV=false
  else
# other framebuffers do support UseFBDEV
USE_FBDEV=true
  fi
fi
  else
USE_FBDEV=false
  fi

Copying that snippet into a shell script shows that USE_FBDEV=true on
the target machine. (Balloon3 armel board running Emdebian Grip.)

However, DRIVERS_LIST is being unset and this is then being used to
unset xserver-xorg/config/device/driver:

db_subst xserver-xorg/config/device/driver choices "$DRIVERS_LIST"

(DRIVERS_LIST is only defined on sparc, so this clears the available
choices.)

This results in dpkg-reconfigure putting in the line:
Option  "UseFBDev"  "true"

But omitting the equally important line:
Driver  "fbdev"

At this point, startx fails:

balloon:/home/neil# startx

X: warning; process set to priority -1 instead of requested priority 0

X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.2-10)
Current Operating System: Linux balloon 2.6.25.2-pxa270 #14 Tue Mar 3
15:41:37 GMT 2009 armv5tel
Build Date: 09 January 2009  03:05:47AM

Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
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: Thu Jan  1 00:50:29 1970
(==) Using config file: "/etc/X11/xorg.conf"
xf86PciVideoInfo is not set
Could not get primary PCI info

Backtrace:
0: /usr/bin/X11/X(xf86SigHandler+0x70) [0x8abb4]

Fatal server error:
Caught signal 11.  Server aborting


waiting for X server to begin accepting connections
giving up.
xinit:  Connection reset by peer (errno 104):  unable to connect to X
server
xinit:  No such process (errno 3):  Server error.

To try and fix this, I used:

balloon:/home/neil# cat debconf-test 
xserver-xorg xserver-xorg/config/device/use_fbdev boolean true
xserver-xorg xserver-xorg/config/device/driver select fbdev
xserver-xorg xserver-xorg/config/device/driver string fbdev

balloon:/home/neil# debconf-set-selections debconf-test 
balloon:/home/neil# debconf-show xserver-xorg
* xserver-xorg/config/inputdevice/keyboard/model: pc105
* xserver-xorg/config/device/driver: fbdev
  xserver-xorg/config/null_string_error:
* xserver-xorg/config/device/use_fbdev: true
* xserver-xorg/config/inputdevice/keyboard/variant:
  xserver-xorg/config/nonnumeric_string_error:
  xserver-xorg/config/device/bus_id_error:
  xserver-xorg/config/doublequote_in_string_error:
* xserver-xorg/config/inputdevice/keyboard/layout: gb
  xserver-xorg/config/device/bus_id:
* xserver-xorg/config/inputdevice/keyboard/options:
* xserver-xorg/config/inputdevice/keyboard/rules: xorg
* xserver-xorg/autodetect_keyboard: false

balloon:/home/neil# dexconf 

At this point X starts cleanly.

balloon:/home/neil# dpkg-reconfigure -phigh xserver-xorg

and X fails again:

(==) Using config file: "/etc/X11/xorg.conf"
xf86PciVideoInfo is not set
Could not get primary PCI info

Not only that, dpkg-reconfigure has just unset the fbdev driver:

balloon:/home/neil# debconf-show xserver-xorg
* xserver-xorg/config/inputdevice/keyboard/model: pc105
* xserver-xorg/config/device/driver:
  xserver-xorg/config/null_string_error:
* xserver-xorg/config/device/use_fbdev: true
* xserver-xorg/config/inputdevice/keyboard/variant:
  xserver-xorg/config/nonnumeric_string_error:
  xserver-xorg/config/device/bus_id_error:
  xserver-xorg/config/doublequote_in_string_error:
* xserver-xorg/config/inputdevice/keyboard/layout: gb
  xserver-xorg/config/device/bus_id:
* xserver-xorg/config/inputdevice/keyboard/options:
* xserver-xorg/config/inputdevice/keyboard/rules: xorg
* xserver-xorg/autodetect_keyboard: false

Commenting out these lines in the postinst:
db_subst xserver-xorg/config/device/driver choices "$DRIVERS_LIST"
auto_answer db_input low xserver-xorg/config/device/driver
"$DISCOVERED_VIDEO"

allows the setting to be preserved and X works fine.

In debian/xserver-xorg.postinst.in , these lines are numbers 554 and
555.

Are these lines meant to be inside the preceding conditional?

(The usual reportbug data did not relate to the board itself, it related
to the desktop machine that I use to connect to the board. reportbug is
not currently installed on the board itself.)



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

xserver-xorg-video-nouveau: Changes to 'ubuntu-jaunty'

2009-03-24 Thread Christopher Halse Rogers
New branch 'ubuntu-jaunty' available with the following commits:
commit 50e253a9005e6df74af656e4165090ed62a0b6a4
Author: Christopher James Halse Rogers 
Date:   Tue Mar 24 20:42:49 2009 +1100

Build with --with-kms=no (required for Ubuntu DRM headers).
Add a patch to fix --with-kms=no, and quilt patchsystem to apply it

commit faa15918a7307adc4ba17e4747af9ed1b5dd1498
Author: Christopher James Halse Rogers 
Date:   Tue Mar 24 17:19:25 2009 +1100

Munge maintainer field as per MaintainerFieldSpec

commit 805070fc35d6cb6d5f2987fb7060898030eec5a7
Author: Christopher James Halse Rogers 
Date:   Sun Mar 22 20:26:39 2009 +1100

Fix package version in debian/changelog

commit 328f8a32b6e3b1faeef67111f252be87cddb286d
Author: Christopher James Halse Rogers 
Date:   Sun Mar 22 20:11:15 2009 +1100

New upstream snapshot

commit e6f07dfb7d6ca922cb747419fd60e3313bd60427
Merge: d87aa85a62f7221bf59ea567596e108370b822ab 
3e7fa97a50e42c0255876c79137dc1a40a6052a6
Author: Christopher James Halse Rogers 
Date:   Sun Mar 22 17:08:45 2009 +1100

Merge branch 'upstream-ubuntu-jaunty' into ubuntu-jaunty

* upstream-ubuntu-jaunty: (102 commits)
  dri: pass object handle instead of offset if using real mm
  dri2: initial implementation, only with driver pixmaps
  kms: support framebuffer resize if driver pixmaps enabled
  kms: copy old fb to new fb on modeset
  Call NVEnterVT from NVScreenInit rather than duplicating it.
  exa: fix multiple prepare/finish_access on a pixmap
  Wrap bios endian casting
  Switch to using pll_vals struct for passing pll stuff around
  randr12: cull old unused pll code
  Don't pointlessly overallocate cursor storage
  randr12: nv10 hw cursor fixes/changes
  randr12: use nv0x cursor colour expansion funcs on later cards, unify 
argb paths
  randr12: store nv0x hw cursor image in VRAM
  Kill pre-randr12 hwcursor code, and tidy randr12 hwcursor code
  Remove calls to load ddc and i2c modules -- they're built-in since server 
1.3
  Hack around missing display table in rdivacky's GeForce 7050 PV/nForce 
630a
  Fix xserver shutdown for randr12 off
  Remove bios lvds parsing pxclk test; ddc_permitted is a sufficient 
condition
  Name some regs/values and reduce crtc reg struct size
  improve drm/dri initialisation code
  ...

commit 3e7fa97a50e42c0255876c79137dc1a40a6052a6
Author: Ben Skeggs 
Date:   Wed Mar 18 09:36:33 2009 +1000

dri: pass object handle instead of offset if using real mm

commit 88efe405213a3ea23edd9bed971da1d2492021eb
Author: Ben Skeggs 
Date:   Mon Mar 16 17:45:49 2009 +1000

dri2: initial implementation, only with driver pixmaps

Also, no DRI1 when driver pixmaps enabled.

commit 675126e0f0c1c077bde4b25ccb64f87d1d08547b
Author: Ben Skeggs 
Date:   Mon Mar 16 15:06:31 2009 +1000

kms: support framebuffer resize if driver pixmaps enabled

commit 8b354b92a859cf277b19e51fc6cb109f4ea44b7a
Author: Ben Skeggs 
Date:   Mon Mar 16 13:13:07 2009 +1000

kms: copy old fb to new fb on modeset

Requires driver pixmaps enabled, which suck on G8x currently.  Paves the
way for a nicer transition from console->X.  There's still a flash where
the screen goes black before X starts here, but this is on the way to what
we want.

commit 6658403cfd91556d06afecdde03feec7384c5398
Author: Ben Skeggs 
Date:   Mon Mar 16 12:34:49 2009 +1000

Call NVEnterVT from NVScreenInit rather than duplicating it.

commit f59fef15c94fc5c6f216d0f5dcdcb3d3188c0049
Author: Ben Skeggs 
Date:   Mon Mar 16 09:17:29 2009 +1000

exa: fix multiple prepare/finish_access on a pixmap

commit 75a1c4158a19bf0857de49b736fb87a40c095048
Author: Stuart Bennett 
Date:   Sat Mar 14 15:48:39 2009 +

Wrap bios endian casting

Also convert some functions to use individual bios pointers, rather than
bios->data[offset + ...
Plus some minor bmp structure documentation and tidying

commit 3666d7ecbdd3a4941a76af2528113db427bb
Author: Stuart Bennett 
Date:   Wed Feb 25 20:21:42 2009 +

Switch to using pll_vals struct for passing pll stuff around

commit a3dbc06d4f9dc340f5c167b94d8e10ac8386c5b4
Author: Stuart Bennett 
Date:   Fri Apr 11 16:51:30 2008 +0100

randr12: cull old unused pll code

commit 71c821b8119cbac8dcd91b27e3b7556d00ceb546
Author: Stuart Bennett 
Date:   Sat Mar 14 19:06:12 2009 +

Don't pointlessly overallocate cursor storage

commit 7284c07a0ad6551ea99c28454f4e7308699835e6
Author: Stuart Bennett 
Date:   Fri Mar 13 21:23:48 2009 +

randr12: nv10 hw cursor fixes/changes

Remove access to PCRTC_GPIO, it's unused and on NV10 overwrites
PCRTC_CURSOR_CONFIG leading to all sorts of cursor weirdness

NV10 hw cursor is now set-up on the assumption it can do 64x64 (we've been
using 64x32 up to now), but if it can't do cursors 64px high it can easily
be fixed to behave like nv0x at 32x32 (64x32's pretty s

xserver-xorg-video-nouveau: Changes to 'upstream-jaunty'

2009-03-24 Thread Christopher Halse Rogers
New branch 'upstream-jaunty' available with the following commits:


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



Bug#521001: [INTL:kk] Kazakh translation

2009-03-24 Thread Timur Birsh
Package: xorg
Version: N/A
Severity: wishlist
Tags: l10n patch

Please find attached the Kazakh translation of the xorg package.



xorg_po_kk.po
Description: Binary data

-- 
Timur


Re: Getting the Nouveau driver in Lenny and a half

2009-03-24 Thread Henry-Nicolas Tourneur
Le lundi 23 mars 2009 à 12:24 +0100, Michel Dänzer a écrit :
> On Sam, 2009-03-21 at 00:52 +0100, Henry-Nicolas Tourneur wrote: 
> > > No, EXA has been backwards compatible since before xserver 1.1, so the
> > > drivers should continue working without a rebuild (and also with one).
> > > 
> > > > For the second solution, I definitely don't know enough either Xorg or
> > > > nouveau to know if that would be easy or not.
> > > 
> > > It shouldn't be too hard.
> > > 
> > > 
> > That's great news, so we have several possible solutions (which is
> > good) :
> > 
> > 1° Easier but not safer : update the whole Xorg
> > 2° Adapt the nouveau code to be retro-compatible
> > 3° Backport the new EXA interface into Xorg
> > 4° Ship extra EXA bits along with xserver-xorg-video-nouveau
> > 
> > What can be done regarding the Debian policies ? I guess the first
> > solution won't made it but for the rest...
> > 
> > Michel, are you interested in working on it ?
> 
> I can provide EXA related advice/guidance, but no more.
> 
That's already a very good start. Myself, I'm not an Xorg expert but I
have knowledge with C and OpenGL programming (so very, very, basic
regarding the task, I guess). But I have some time, would like to try
and so on...

Now the big question would be : which of the 4 above propositions could
be acceptable for Debian ? (in order to start working at the right
place).

Thank you,

Henry-Nicolas.


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