Re: Fwd: Re: xcb-util: Changes to 'debian-unstable'

2015-08-11 Thread Robert Ancell
You said it's not worth the trouble - I don't think it's any signficant
trouble...

There's no transition required that I know of - all existing packages will
continue to build fine using the transitional libxcb-util0-dev package and
over time build-dependencies will be updated and this package can be
removed. It's marked as oldlibs/extra so the automatic tools will pick this
up.

--Robert

[1] https://wiki.debian.org/Renaming_a_Package

On Tue, Aug 11, 2015 at 5:38 PM Timo Aaltonen tjaal...@debian.org wrote:

 On 11.08.2015 08:03, Timo Aaltonen wrote:
 
  so will you handle the migration on Debian too? since pkg-xorg won't

 right, so with another look it indeed looks like the sover got bumped in
 _this_ version and not before.. ugh, sorry about that!

 still needs the transition

 --
 t



Re: Fixing -dev package names in libxcb

2015-08-11 Thread Robert Ancell
Hi Julien,

The work is already done in this patch - do you see any ongoing issues?

Reasons I see for doing the renaming:
- It's confusing for users to work out the name of the -dev packages to
install.
- It gives the incorrect impression you can install multiple -dev packages.
- It means each time a library bumps soname then someone has to do a part
of this patch (e.g. as was done for libxcb-sync-dev). Or it gets forgotten.
Or the soname is added to the -dev package requiring a migration and
another the next time it happens.
- It confuses new packagers into thinking they need the soname in the -dev
package.

--Robert

On Tue, Aug 11, 2015 at 8:26 PM Julien Cristau jcris...@debian.org wrote:

 On Tue, Aug 11, 2015 at 04:14:36 +, Robert Ancell wrote:

  Hi,
 
  I'd like to fix the -dev package names in libxcb - they currently have a
  version number on them which is not correct. The git branch for libxcb
  seems to be owned by collab-maint - should that be changed to pkg-xorg?
 
  I've attached a patch that fixes these package names, please let me know
  how to commit this to an appropriate branch.
 
 I don't think we should change those package names, it's just a bunch of
 work for no benefit IMO.

 Cheers,
 Julien



Re: Fixing -dev package names in libxcb

2015-08-11 Thread Julien Cristau
On Tue, Aug 11, 2015 at 04:14:36 +, Robert Ancell wrote:

 Hi,
 
 I'd like to fix the -dev package names in libxcb - they currently have a
 version number on them which is not correct. The git branch for libxcb
 seems to be owned by collab-maint - should that be changed to pkg-xorg?
 
 I've attached a patch that fixes these package names, please let me know
 how to commit this to an appropriate branch.
 
I don't think we should change those package names, it's just a bunch of
work for no benefit IMO.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#794644: xorg-server: FTBFS on hurd-i386

2015-08-11 Thread Samuel Thibault
Samuel Thibault, le Tue 11 Aug 2015 10:48:53 +0200, a écrit :
 As agreed with Julien, I'll NMU the attached patch (which is current git
 fix)

Grmbl, here is really the patch.

Samuel
diff -u xorg-server-1.17.2/debian/changelog xorg-server-1.17.2/debian/changelog
--- xorg-server-1.17.2/debian/changelog
+++ xorg-server-1.17.2/debian/changelog
@@ -1,3 +1,13 @@
+xorg-server (2:1.17.2-1.1) unstable; urgency=medium
+
+  * Non-Maintainer Upload.
+
+  [ Sven Joachim ]
+  * Install the whole usr/share/man/man4 directory into xserver-xorg-core,
+fixes FTBFS on hurd where modesetting.4 does not exist (Closes: #794644).
+
+ -- Samuel Thibault sthiba...@debian.org  Tue, 11 Aug 2015 10:45:35 +0200
+
 xorg-server (2:1.17.2-1) unstable; urgency=medium
 
   [ Sven Joachim ]
diff -u xorg-server-1.17.2/debian/xserver-xorg-core.install 
xorg-server-1.17.2/debian/xserver-xorg-core.install
--- xorg-server-1.17.2/debian/xserver-xorg-core.install
+++ xorg-server-1.17.2/debian/xserver-xorg-core.install
@@ -3,11 +3,9 @@
 main/usr/share/man/man1/Xorg.1 usr/share/man/man1
-main/usr/share/man/man4/exa.4  usr/share/man/man4
-main/usr/share/man/man4/fbdevhw.4  usr/share/man/man4
+main/usr/share/man/man4usr/share/man/
 main/usr/share/man/man5/xorg.conf.5usr/share/man/man5
 main/usr/share/man/man5/xorg.conf.d.5  usr/share/man/man5
 main/usr/bin/cvt   usr/bin
 main/usr/bin/gtf   usr/bin
 main/usr/share/man/man1/cvt.1  usr/share/man/man1
 main/usr/share/man/man1/gtf.1  usr/share/man/man1
-main/usr/share/man/man4/modesetting.4  usr/share/man/man4
 main/usr/share/X11/xorg.conf.d usr/share/X11/


Bug#794644: marked as done (xorg-server: FTBFS on hurd-i386)

2015-08-11 Thread Debian Bug Tracking System
Your message dated Tue, 11 Aug 2015 09:40:12 +
with message-id e1zp62w-0004cw...@franck.debian.org
and subject line Bug#794644: fixed in xorg-server 2:1.17.2-1.1
has caused the Debian Bug report #794644,
regarding xorg-server: FTBFS on hurd-i386
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.)


-- 
794644: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=794644
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: xorg-server
Version: 1.17.2-1
Severity: important
Tags: patch
User: debian-h...@lists.debian.org
Usertags: hurd

Hi,

Currently xorg-server fails to build on GNU/Hurd, see [1]. The build
failure during dh_install is due to that the man page modesetting.4 is
not created since no modesetting code is compiled. The attached patch
debian_rules.diff avoids the installation of that manpage on Hurd by
excluding files containing modesetting in their name. This problem
occurred by fixing bug #789646:
* Install the modesetting.4 manpage into xserver-xorg-core (Closes: #789646)

Thanks!

[1] 
https://buildd.debian.org/status/fetch.php?pkg=xorg-serverarch=hurd-i386ver=2%3A1.17.2-1stamp=1435816870

--- xorg-server-1.17.2/debian/rules	2015-07-31 12:42:07.0 +0200
+++ xorg-server-1.17.2/debian/rules	2015-07-31 14:59:26.0 +0200
@@ -358,7 +358,11 @@
 
 	dh_installdocs -s
 	dh_installchangelogs -s
+ifeq ($(DEB_HOST_ARCH_OS), hurd)
+	dh_install -Xmodesetting $(DH_INSTALL_OPTIONS) -s --list-missing
+else
 	dh_install $(DH_INSTALL_OPTIONS) -s --list-missing
+endif
 	$(INSTALL) -d $(CURDIR)/debian/xserver-xorg-dev/usr/share/xserver-xorg
 	# Extract only the major ABI version:
 	abi_videodrv=`PKG_CONFIG_PATH=debian/tmp/main/usr/lib/pkgconfig pkg-config --variable=abi_videodrv xorg-server|cut -d . -f 1`; \
---End Message---
---BeginMessage---
Source: xorg-server
Source-Version: 2:1.17.2-1.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.

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

Debian distribution maintenance software
pp.
Samuel Thibault sthiba...@debian.org (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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 11 Aug 2015 10:45:35 +0200
Source: xorg-server
Binary: xserver-xorg-core xserver-xorg-core-udeb xserver-xorg-dev xdmx 
xdmx-tools xnest xvfb xserver-xephyr xserver-xorg-core-dbg xserver-common 
xorg-server-source xwayland
Architecture: source amd64 all
Version: 2:1.17.2-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Samuel Thibault sthiba...@debian.org
Description:
 xdmx   - distributed multihead X server
 xdmx-tools - Distributed Multihead X tools
 xnest  - Nested X server
 xorg-server-source - Xorg X server - source files
 xserver-common - common files used by various X servers
 xserver-xephyr - nested 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
 xwayland   - Xwayland X server
Closes: 794644
Changes:
 xorg-server (2:1.17.2-1.1) unstable; urgency=medium
 .
   * Non-Maintainer Upload.
 .
   [ Sven Joachim ]
   * Install the whole usr/share/man/man4 directory into xserver-xorg-core,
 fixes FTBFS on hurd where modesetting.4 does not exist (Closes: #794644).
Checksums-Sha1:
 316c5b532c8e7883bab22a9281ef966cb84d9a1f 4633 xorg-server_1.17.2-1.1.dsc
 983e71c7dd34f616d562f81d477a1f5732c5e535 120848 xorg-server_1.17.2-1.1.diff.gz
 79f50805a14e00c1c8a726178d8651f029abc283 1867150 
xdmx-tools_1.17.2-1.1_amd64.deb
 b0df294522e6899c7917afde8cbe941074da1b57 2570856 xdmx_1.17.2-1.1_amd64.deb
 db66506172332d264a36af10bb2cb5b389e2847d 2429606 xnest_1.17.2-1.1_amd64.deb
 8f0498aaa3f6a4d5d9679e5d6cc425cd55577417 6613578 
xorg-server-source_1.17.2-1.1_all.deb
 bc95087f9bd1dd15486a1eff7304fc3207ec297c 1837762 
xserver-common_1.17.2-1.1_all.deb
 4042d158c6694c9e867800c0a02272c90e11fcc9 2733888 

Bug#795167: libgl1-mesa-glx: libGL.so.1 cannot be found

2015-08-11 Thread Julien Cristau
Control: tag -1 moreinfo

On Tue, Aug 11, 2015 at 11:55:11 +0200, Axel VITTECOQ wrote:

 Package: libgl1-mesa-glx
 Version: 10.6.3-1
 Severity: important
 
 Hello,
 
 I did an aptitude upgrade yetserday
 and got:
 
 Will install 527 packages, and remove 10 packages.
 257 MB of disk space will be used
 
 ok, so did it. seems it had some major changes like:
 [INSTALL, DEPENDENCIES] linux-image-4.0.0-2-amd64:amd64
 and also
 [UPGRADE] libgl1-mesa-dri:amd64 10.5.8-1 - 10.6.3-1
 [UPGRADE] libgl1-mesa-dri:i386 10.5.8-1 - 10.6.3-1
 [UPGRADE] libgl1-mesa-glx:amd64 10.5.8-1 - 10.6.3-1
 [UPGRADE] libgl1-mesa-glx:i386 10.5.8-1 - 10.6.3-1
 
 Today, gdm3 was broken, no X
 looking in Xserver logs, I found:
 /var/log/Xorg.5.log.old:[  1148.396] (EE) Failed to load 
 /usr/lib/xorg/modules/extensions/libglx.so: libGL.so.1: cannot open shared 
 object file: No such file or directory
 /var/log/Xorg.5.log.old:[  1148.396] (EE) Failed to load module glx (loader 
 failed, 7)
 
 tried reinstalling the package.
 the file was here:
 
 $ sudo find /usr -name libGL.so.1
 /usr/lib/xorg/modules/extensions/libGL.so.1
 /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1
 /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1
 /usr/lib/i386-linux-gnu/libGL.so.1
 /usr/lib/i386-linux-gnu/fglrx/libGL.so.1
 
 
 I ended by doing
 ln -s /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1 /usr/lib/libGL.so.1
 
 that solved the problem.
 it seems a bit dirty
 
 what is the real problem and how can it be fixed cleanly ?
 
Please show the full log, not just a couple of lines, and possibly
remove the glx-diversions package.

Cheers,
Julien


signature.asc
Description: Digital signature


Processed: Re: Bug#795167: libgl1-mesa-glx: libGL.so.1 cannot be found

2015-08-11 Thread Debian Bug Tracking System
Processing control commands:

 tag -1 moreinfo
Bug #795167 [libgl1-mesa-glx] libgl1-mesa-glx: libGL.so.1 cannot be found
Added tag(s) moreinfo.

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


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.b795167.143928733311286.transcr...@bugs.debian.org



Bug#794644: xorg-server: FTBFS on hurd-i386

2015-08-11 Thread Samuel Thibault
As agreed with Julien, I'll NMU the attached patch (which is current git
fix)

Samuel


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150811084853.ga20...@type.bordeaux.inria.fr



Bug#795167: libgl1-mesa-glx: libGL.so.1 cannot be found

2015-08-11 Thread Julien Cristau
On Tue, Aug 11, 2015 at 12:02:09 +0200, Julien Cristau wrote:

 Control: tag -1 moreinfo
 
 On Tue, Aug 11, 2015 at 11:55:11 +0200, Axel VITTECOQ wrote:
 
  Package: libgl1-mesa-glx
  Version: 10.6.3-1
  Severity: important
  
  Hello,
  
  I did an aptitude upgrade yetserday
  and got:
  
  Will install 527 packages, and remove 10 packages.
  257 MB of disk space will be used
  
  ok, so did it. seems it had some major changes like:
  [INSTALL, DEPENDENCIES] linux-image-4.0.0-2-amd64:amd64
  and also
  [UPGRADE] libgl1-mesa-dri:amd64 10.5.8-1 - 10.6.3-1
  [UPGRADE] libgl1-mesa-dri:i386 10.5.8-1 - 10.6.3-1
  [UPGRADE] libgl1-mesa-glx:amd64 10.5.8-1 - 10.6.3-1
  [UPGRADE] libgl1-mesa-glx:i386 10.5.8-1 - 10.6.3-1
  
  Today, gdm3 was broken, no X
  looking in Xserver logs, I found:
  /var/log/Xorg.5.log.old:[  1148.396] (EE) Failed to load 
  /usr/lib/xorg/modules/extensions/libglx.so: libGL.so.1: cannot open shared 
  object file: No such file or directory
  /var/log/Xorg.5.log.old:[  1148.396] (EE) Failed to load module glx 
  (loader failed, 7)
  
  tried reinstalling the package.
  the file was here:
  
  $ sudo find /usr -name libGL.so.1
  /usr/lib/xorg/modules/extensions/libGL.so.1
  /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1
  /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1
  /usr/lib/i386-linux-gnu/libGL.so.1
  /usr/lib/i386-linux-gnu/fglrx/libGL.so.1
  

Also, we don't support fglrx, once you install that all bets are off.

Cheers,
Julien


signature.asc
Description: Digital signature


xorg-server: Changes to 'debian-unstable'

2015-08-11 Thread Julien Cristau
 debian/changelog |7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 7b5adadc91e4083c3097dd096d41fd0ebad4efed
Author: Julien Cristau jcris...@debian.org
Date:   Tue Aug 11 11:51:09 2015 +0200

Import 2:1.17.2-1.1 NMU

diff --git a/debian/changelog b/debian/changelog
index 994d10b..30e7c22 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,12 @@
-xorg-server (2:1.17.2-2) UNRELEASED; urgency=medium
+xorg-server (2:1.17.2-1.1) unstable; urgency=medium
 
+  * Non-Maintainer Upload.
+
+  [ Sven Joachim ]
   * Install the whole usr/share/man/man4 directory into xserver-xorg-core,
 fixes FTBFS on hurd where modesetting.4 does not exist (Closes: #794644).
 
- -- Sven Joachim svenj...@gmx.de  Thu, 02 Jul 2015 19:33:57 +0200
+ -- Samuel Thibault sthiba...@debian.org  Tue, 11 Aug 2015 10:45:35 +0200
 
 xorg-server (2:1.17.2-1) unstable; urgency=medium
 


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1zp6dt-0002pr...@moszumanska.debian.org



Processing of xorg-server_1.17.2-1.1_amd64.changes

2015-08-11 Thread Debian FTP Masters
xorg-server_1.17.2-1.1_amd64.changes uploaded successfully to localhost
along with the files:
  xorg-server_1.17.2-1.1.dsc
  xorg-server_1.17.2-1.1.diff.gz
  xdmx-tools_1.17.2-1.1_amd64.deb
  xdmx_1.17.2-1.1_amd64.deb
  xnest_1.17.2-1.1_amd64.deb
  xorg-server-source_1.17.2-1.1_all.deb
  xserver-common_1.17.2-1.1_all.deb
  xserver-xephyr_1.17.2-1.1_amd64.deb
  xserver-xorg-core-dbg_1.17.2-1.1_amd64.deb
  xserver-xorg-core-udeb_1.17.2-1.1_amd64.udeb
  xserver-xorg-core_1.17.2-1.1_amd64.deb
  xserver-xorg-dev_1.17.2-1.1_amd64.deb
  xvfb_1.17.2-1.1_amd64.deb
  xwayland_1.17.2-1.1_amd64.deb

Greetings,

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


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1zp5co-000421...@franck.debian.org



xorg-server_1.17.2-1.1_amd64.changes ACCEPTED into unstable

2015-08-11 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 11 Aug 2015 10:45:35 +0200
Source: xorg-server
Binary: xserver-xorg-core xserver-xorg-core-udeb xserver-xorg-dev xdmx 
xdmx-tools xnest xvfb xserver-xephyr xserver-xorg-core-dbg xserver-common 
xorg-server-source xwayland
Architecture: source amd64 all
Version: 2:1.17.2-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Samuel Thibault sthiba...@debian.org
Description:
 xdmx   - distributed multihead X server
 xdmx-tools - Distributed Multihead X tools
 xnest  - Nested X server
 xorg-server-source - Xorg X server - source files
 xserver-common - common files used by various X servers
 xserver-xephyr - nested 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
 xwayland   - Xwayland X server
Closes: 794644
Changes:
 xorg-server (2:1.17.2-1.1) unstable; urgency=medium
 .
   * Non-Maintainer Upload.
 .
   [ Sven Joachim ]
   * Install the whole usr/share/man/man4 directory into xserver-xorg-core,
 fixes FTBFS on hurd where modesetting.4 does not exist (Closes: #794644).
Checksums-Sha1:
 316c5b532c8e7883bab22a9281ef966cb84d9a1f 4633 xorg-server_1.17.2-1.1.dsc
 983e71c7dd34f616d562f81d477a1f5732c5e535 120848 xorg-server_1.17.2-1.1.diff.gz
 79f50805a14e00c1c8a726178d8651f029abc283 1867150 
xdmx-tools_1.17.2-1.1_amd64.deb
 b0df294522e6899c7917afde8cbe941074da1b57 2570856 xdmx_1.17.2-1.1_amd64.deb
 db66506172332d264a36af10bb2cb5b389e2847d 2429606 xnest_1.17.2-1.1_amd64.deb
 8f0498aaa3f6a4d5d9679e5d6cc425cd55577417 6613578 
xorg-server-source_1.17.2-1.1_all.deb
 bc95087f9bd1dd15486a1eff7304fc3207ec297c 1837762 
xserver-common_1.17.2-1.1_all.deb
 4042d158c6694c9e867800c0a02272c90e11fcc9 2733888 
xserver-xephyr_1.17.2-1.1_amd64.deb
 82056e59082244e22cb60e95b921895fe3355ad0 8134772 
xserver-xorg-core-dbg_1.17.2-1.1_amd64.deb
 936967e81a3708c3753aeb0046741662e7d3f9e2 922078 
xserver-xorg-core-udeb_1.17.2-1.1_amd64.udeb
 94566d3e391f0bbbf3d2993e235dde757f7d64da 3146344 
xserver-xorg-core_1.17.2-1.1_amd64.deb
 9d0ae858e74c31200277b61e2b6d178dc15ae929 2009906 
xserver-xorg-dev_1.17.2-1.1_amd64.deb
 5b71869fc9cad72bfffc2aecd4ec1e4d27662a2b 2576094 xvfb_1.17.2-1.1_amd64.deb
 9ef446ae489dc82f86660637e7a5d3d0f8d6ac22 2649552 xwayland_1.17.2-1.1_amd64.deb
Checksums-Sha256:
 4426ba64c8b784460c247da66ffdedd2223354946c36bc32f7e6d9acede26d30 4633 
xorg-server_1.17.2-1.1.dsc
 d7287a26d9717b0be5634af8db538120d34b389e8e474659b1c2956e178a875c 120848 
xorg-server_1.17.2-1.1.diff.gz
 974be45ef1ef98ab1d963008f4cd449f11c804c05496f07c21b82b24b96437b2 1867150 
xdmx-tools_1.17.2-1.1_amd64.deb
 912b64de8781d89eea28f4065f07d2d44dd52035b21b0fd04f5f3ded62e704e8 2570856 
xdmx_1.17.2-1.1_amd64.deb
 5d0d352465c95ea6da4dac67898109c15ed3664a36563049d909757f4d9ebee4 2429606 
xnest_1.17.2-1.1_amd64.deb
 e9cbbaeb2296d6106f1a72bfcd3c9f42cf96c619ad5fb86a8695974fa1fdea8a 6613578 
xorg-server-source_1.17.2-1.1_all.deb
 3b8e9818ec1d3bd5b20e7333b507481f30b71fd0495d6ec2d955036744f70684 1837762 
xserver-common_1.17.2-1.1_all.deb
 ae08b5340a1e1ff1f216cd94a8fc3dc0a5380b82b8ce564f72bfb86c59e7e70c 2733888 
xserver-xephyr_1.17.2-1.1_amd64.deb
 eb62d514438de5f9aba479fcd9910fcc73c60dfb2573792e02077b9947a9bf47 8134772 
xserver-xorg-core-dbg_1.17.2-1.1_amd64.deb
 9374e0030c52d8ff9c8c73e6e5cae8eca13f5cc3918bf6401af4cba5490309c3 922078 
xserver-xorg-core-udeb_1.17.2-1.1_amd64.udeb
 d2a34ebb538122a94100a0328932777b73174f66415686e617e8c4645c5b807c 3146344 
xserver-xorg-core_1.17.2-1.1_amd64.deb
 d85f66cf5fd5cbb3f41476b4a015857adafc612eadfb8bd49a7eecf2dc030182 2009906 
xserver-xorg-dev_1.17.2-1.1_amd64.deb
 3226217d725377b63f2ce85d81e7e9a7b72e44aa258afe6b0359166237415d17 2576094 
xvfb_1.17.2-1.1_amd64.deb
 b8f18359c1fe4d30c489cdc733409bec76001c977eac3fe2b21f72e5f62105d9 2649552 
xwayland_1.17.2-1.1_amd64.deb
Files:
 3184d23f66720ab6ee2d02b1ac3fabc4 4633 x11 optional xorg-server_1.17.2-1.1.dsc
 3f524db63ce8ce05526b2a3c2249c409 120848 x11 optional 
xorg-server_1.17.2-1.1.diff.gz
 9a2f3fca4d047fd2e0ab05672f287808 1867150 x11 optional 
xdmx-tools_1.17.2-1.1_amd64.deb
 997b480f27f6aa414acc8726e746813d 2570856 x11 optional xdmx_1.17.2-1.1_amd64.deb
 9e5b903e45cfc5fba6a7e347d74b75ad 2429606 x11 optional 
xnest_1.17.2-1.1_amd64.deb
 07efbde0d2dfea7973376f99c29d1c54 6613578 x11 optional 
xorg-server-source_1.17.2-1.1_all.deb
 039b2960621f64f8ce255681c9c75919 1837762 x11 optional 
xserver-common_1.17.2-1.1_all.deb
 4b829883d218e7ce7372436709c2f899 2733888 x11 optional 
xserver-xephyr_1.17.2-1.1_amd64.deb
 33ef157ad5057c43e610676e51b681ec 8134772 debug extra 
xserver-xorg-core-dbg_1.17.2-1.1_amd64.deb
 6c75c393f63f6fa60d57049c75cfc57d 922078 debian-installer optional 

De Kock NV, bespaar tijd en geld met een frankeermachine

2015-08-11 Thread Frankeermachine
Gedaan met tijd verliezen aan de verwerking van uw post. Dankzij de
frankeermachine bespaart u niet alleen tijd, maar ook geld!

Vind de beste leverancier:
http://www.debesteleverancier.be/frankeermachine/gratis-offerte.htm?lng=nltg=framautm_campaign=framautm_source=admrutm_medium=emailyou=debian-x@lists.debian.org

Het versturen van mailings, facturen, publiciteit, ... kost tijd. Met
behulp van een frankeermachine, besteedt u aanzienlijk minder tijd aan het
plakken van postzegels. Postzegels die u niet meer hoeft te gaan kopen in
het postkantoor... Gedaan met de lange wachtrijen!

Bovendien wordt elke omslag met het juiste bedrag gefrankeerd, u bespaart
dus ook op de posttarieven.

Personaliseer uw enveloppen met de kleuren van uw bedrijf!

Ontdek het nieuwe model frankeermachine, sneller, stiller en nog krachtiger
dan voorheen!
---
Online versie: 
http://mailing.fb.bb1.mailbb.be/c8714/e52759654/h2449a/l261081/index.html
Deze e-mail werd verstuurd naar debian-x@lists.debian.org.
Profiel aanpassen: 
http://mailing.fb.bb1.mailbb.be/c8714/e52759654/h2449a/l261083/index.html
Uitschrijven: 
http://mailing.fb.bb1.mailbb.be/c8714/e52759654/h2449a/l261082/index.html
Privacy policy: 
http://mailing.fb.bb1.mailbb.be/c8714/e52759654/h2449a/l261084/index.html


Bug#795167: libgl1-mesa-glx: libGL.so.1 cannot be found

2015-08-11 Thread Axel VITTECOQ
Package: libgl1-mesa-glx
Version: 10.6.3-1
Severity: important

Hello,

I did an aptitude upgrade yetserday
and got:

Will install 527 packages, and remove 10 packages.
257 MB of disk space will be used

ok, so did it. seems it had some major changes like:
[INSTALL, DEPENDENCIES] linux-image-4.0.0-2-amd64:amd64
and also
[UPGRADE] libgl1-mesa-dri:amd64 10.5.8-1 - 10.6.3-1
[UPGRADE] libgl1-mesa-dri:i386 10.5.8-1 - 10.6.3-1
[UPGRADE] libgl1-mesa-glx:amd64 10.5.8-1 - 10.6.3-1
[UPGRADE] libgl1-mesa-glx:i386 10.5.8-1 - 10.6.3-1

Today, gdm3 was broken, no X
looking in Xserver logs, I found:
/var/log/Xorg.5.log.old:[  1148.396] (EE) Failed to load 
/usr/lib/xorg/modules/extensions/libglx.so: libGL.so.1: cannot open shared 
object file: No such file or directory
/var/log/Xorg.5.log.old:[  1148.396] (EE) Failed to load module glx (loader 
failed, 7)

tried reinstalling the package.
the file was here:

$ sudo find /usr -name libGL.so.1
/usr/lib/xorg/modules/extensions/libGL.so.1
/usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1
/usr/lib/i386-linux-gnu/libGL.so.1
/usr/lib/i386-linux-gnu/fglrx/libGL.so.1


I ended by doing
ln -s /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1 /usr/lib/libGL.so.1

that solved the problem.
it seems a bit dirty

what is the real problem and how can it be fixed cleanly ?

thanks !


-- Package-specific info:
glxinfo:

name of display: :0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
server glx extensions:
GLX_ARB_create_context, GLX_ARB_create_context_profile, 
GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float, 
GLX_ARB_framebuffer_sRGB, GLX_ARB_multisample, 
GLX_EXT_create_context_es2_profile, GLX_EXT_framebuffer_sRGB, 
GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, 
GLX_EXT_visual_rating, GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer, 
GLX_OML_swap_method, GLX_SGIS_multisample, GLX_SGIX_fbconfig, 
GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_SGI_swap_control
client glx vendor string: Mesa Project and SGI
client glx version string: 1.4
client glx extensions:
GLX_ARB_create_context, GLX_ARB_create_context_profile, 
GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float, 
GLX_ARB_framebuffer_sRGB, GLX_ARB_get_proc_address, GLX_ARB_multisample, 
GLX_EXT_buffer_age, GLX_EXT_create_context_es2_profile, 
GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB, 
GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, 
GLX_EXT_visual_rating, GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer, 
GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer, 
GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, 
GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
GLX_SGIX_visual_select_group, GLX_SGI_make_current_read, 
GLX_SGI_swap_control, GLX_SGI_video_sync
GLX version: 1.4
GLX extensions:
GLX_ARB_create_context, GLX_ARB_create_context_profile, 
GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float, 
GLX_ARB_framebuffer_sRGB, GLX_ARB_get_proc_address, GLX_ARB_multisample, 
GLX_EXT_create_context_es2_profile, GLX_EXT_framebuffer_sRGB, 
GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, 
GLX_EXT_visual_rating, GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer, 
GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer, 
GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, 
GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
GLX_SGIX_visual_select_group, GLX_SGI_make_current_read, 
GLX_SGI_swap_control, GLX_SGI_video_sync
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Haswell Mobile 
OpenGL core profile version string: 3.3 (Core Profile) Mesa 10.6.3
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
GL_3DFX_texture_compression_FXT1, GL_AMD_conservative_depth, 
GL_AMD_draw_buffers_blend, GL_AMD_seamless_cubemap_per_texture, 
GL_AMD_shader_trinary_minmax, GL_AMD_vertex_shader_layer, 
GL_AMD_vertex_shader_viewport_index, GL_ANGLE_texture_compression_dxt3, 
GL_ANGLE_texture_compression_dxt5, GL_APPLE_object_purgeable, 
GL_ARB_ES2_compatibility, GL_ARB_ES3_compatibility, GL_ARB_base_instance, 
GL_ARB_blend_func_extended, GL_ARB_buffer_storage, 
GL_ARB_clear_buffer_object, GL_ARB_clear_texture, GL_ARB_clip_control, 
GL_ARB_compressed_texture_pixel_storage, 
GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth, 
GL_ARB_copy_buffer, GL_ARB_copy_image, GL_ARB_debug_output, 
GL_ARB_depth_buffer_float, GL_ARB_depth_clamp, GL_ARB_derivative_control, 
GL_ARB_direct_state_access, GL_ARB_draw_buffers, 

Processed: Re: Bug#793295: xterm: Menu font is too small on high-dpi screen

2015-08-11 Thread Debian Bug Tracking System
Processing control commands:

 reassign -1 libxt6
Bug #793295 [libxaw7] xterm: Menu font is too small on high-dpi screen
Bug reassigned from package 'libxaw7' to 'libxt6'.
Ignoring request to alter found versions of bug #793295 to the same values 
previously set
Ignoring request to alter fixed versions of bug #793295 to the same values 
previously set

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


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.b793295.143930585016424.transcr...@bugs.debian.org



Bug#793295: xterm: Menu font is too small on high-dpi screen

2015-08-11 Thread Vincent Lefevre
Control: retitle -1 XtDefaultFont is too small on HiDPI screens

On 2015-08-11 17:10:46 +0200, Vincent Lefevre wrote:
 Let's go further: after testing with xman (another program based on
 libxaw7), I've noticed that other libxaw7 objects are affected and
 even more. Everything solved by setting XtDefaultFont, e.g.:
 
 XtDefaultFont: -adobe-helvetica-bold-r-normal--0-0-0-0-p-0-*

and setting the bug title accordingly.

-- 
Vincent Lefèvre vinc...@vinc17.net - Web: https://www.vinc17.net/
100% accessible validated (X)HTML - Blog: https://www.vinc17.net/blog/
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150811151225.gb2...@zira.vinc17.org



Bug#793295: xterm: Menu font is too small on high-dpi screen

2015-08-11 Thread Vincent Lefevre
Control: reassign -1 libxt6

On 2015-08-10 19:01:11 -0400, Thomas Dickey wrote:
 menus are done by libxaw7 (will reassign).

Let's go further: after testing with xman (another program based on
libxaw7), I've noticed that other libxaw7 objects are affected and
even more. Everything solved by setting XtDefaultFont, e.g.:

XtDefaultFont: -adobe-helvetica-bold-r-normal--0-0-0-0-p-0-*

-- 
Vincent Lefèvre vinc...@vinc17.net - Web: https://www.vinc17.net/
100% accessible validated (X)HTML - Blog: https://www.vinc17.net/blog/
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150811151046.ga29...@zira.vinc17.org



Processed: Re: Bug#793295: xterm: Menu font is too small on high-dpi screen

2015-08-11 Thread Debian Bug Tracking System
Processing control commands:

 retitle -1 XtDefaultFont is too small on HiDPI screens
Bug #793295 [libxt6] xterm: Menu font is too small on high-dpi screen
Changed Bug title to 'XtDefaultFont is too small on HiDPI screens' from 'xterm: 
Menu font is too small on high-dpi screen'

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


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.b793295.143930594816683.transcr...@bugs.debian.org



Bug#795167: libgl1-mesa-glx: libGL.so.1 cannot be found

2015-08-11 Thread Axel Vittecoq
Hello,

Dunno why I have such package (AMD related) installed because my graphics
are Intel based.

(strange because only i386 versions were installed)

according to your hints,

I did

Aptitude 0.6.11: log report
 Tue, Aug 11 2015 18:15:00 +0200
 IMPORTANT: this log only lists intended actions; actions which fail due to
 dpkg problems may not be completed.
 Will install 0 packages, and remove 3 packages.
 66.2 MB of disk space will be freed

 ===
 [REMOVE, DEPENDENCIES] libfglrx-amdxvba1:i386
 [REMOVE, DEPENDENCIES] libgl1-fglrx-glx:i386
 [REMOVE] libfglrx:i386

 ===
 Log complete.
 Aptitude 0.6.11: log report
 Tue, Aug 11 2015 18:16:14 +0200
 IMPORTANT: this log only lists intended actions; actions which fail due to
 dpkg problems may not be completed.
 Will install 0 packages, and remove 3 packages.
 32.8 kB of disk space will be freed

 ===
 [REMOVE, DEPENDENCIES] glx-alternative-fglrx:i386
 [REMOVE, DEPENDENCIES] glx-alternative-mesa:i386
 [REMOVE] glx-diversions:i386

 ===
 Log complete.
 Aptitude 0.6.11: log report
 Tue, Aug 11 2015 18:17:13 +0200
 IMPORTANT: this log only lists intended actions; actions which fail due to
 dpkg problems may not be completed.
 Will install 2 packages, and remove 0 packages.

 ===
 [REINSTALL] libgl1-mesa-glx:amd64
 [REINSTALL] libgl1-mesa-glx:i386

 ===
 Log complete.



removed /usr/lib/libGL.so.1  that i manually symlinked.
rebooted.

everything is fine now !

thanks ;)



(in attachment: logs you asked. just in case.)


2015-08-11 12:03 GMT+02:00 Julien Cristau jcris...@debian.org:

 On Tue, Aug 11, 2015 at 12:02:09 +0200, Julien Cristau wrote:

  Control: tag -1 moreinfo
 
  On Tue, Aug 11, 2015 at 11:55:11 +0200, Axel VITTECOQ wrote:
 
   Package: libgl1-mesa-glx
   Version: 10.6.3-1
   Severity: important
  
   Hello,
  
   I did an aptitude upgrade yetserday
   and got:
  
   Will install 527 packages, and remove 10 packages.
   257 MB of disk space will be used
  
   ok, so did it. seems it had some major changes like:
   [INSTALL, DEPENDENCIES] linux-image-4.0.0-2-amd64:amd64
   and also
   [UPGRADE] libgl1-mesa-dri:amd64 10.5.8-1 - 10.6.3-1
   [UPGRADE] libgl1-mesa-dri:i386 10.5.8-1 - 10.6.3-1
   [UPGRADE] libgl1-mesa-glx:amd64 10.5.8-1 - 10.6.3-1
   [UPGRADE] libgl1-mesa-glx:i386 10.5.8-1 - 10.6.3-1
  
   Today, gdm3 was broken, no X
   looking in Xserver logs, I found:
   /var/log/Xorg.5.log.old:[  1148.396] (EE) Failed to load
 /usr/lib/xorg/modules/extensions/libglx.so: libGL.so.1: cannot open shared
 object file: No such file or directory
   /var/log/Xorg.5.log.old:[  1148.396] (EE) Failed to load module glx
 (loader failed, 7)
  
   tried reinstalling the package.
   the file was here:
  
   $ sudo find /usr -name libGL.so.1
   /usr/lib/xorg/modules/extensions/libGL.so.1
   /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1
   /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1
   /usr/lib/i386-linux-gnu/libGL.so.1
   /usr/lib/i386-linux-gnu/fglrx/libGL.so.1
  

 Also, we don't support fglrx, once you install that all bets are off.

 Cheers,
 Julien




-- 
 Axel VITTECOQ
 06 86 34 82 20


aptitude
Description: Binary data
[  1560.962] 
X.Org X Server 1.17.2
Release Date: 2015-06-16
[  1560.962] X Protocol Version 11, Revision 0
[  1560.962] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian
[  1560.962] Current Operating System: Linux axel 4.1.0-1-amd64 #1 SMP Debian 4.1.3-1 (2015-08-03) x86_64
[  1560.962] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.1.0-1-amd64 root=/dev/mapper/vg-root ro quiet
[  1560.962] Build Date: 01 July 2015  05:17:14PM
[  1560.962] xorg-server 2:1.17.2-1 (http://www.debian.org/support) 
[  1560.962] Current version of pixman: 0.32.6
[  1560.962] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1560.962] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1560.962] (==) Log file: /var/log/Xorg.1.log, Time: Tue Aug 11 11:13:10 2015
[  1560.962] (==) Using system config directory /usr/share/X11/xorg.conf.d
[  1560.962] (==) No Layout section.  Using the first Screen section.
[  1560.962] (==) No screen section available. Using defaults.
[  1560.962] (**) |--Screen Default Screen Section (0)
[  1560.962] (**) |   |--Monitor default monitor
[  1560.962] (==) No monitor specified for screen Default Screen Section.
	Using a default monitor configuration.
[  1560.962] (==) Automatically 

Bug#795167: marked as done (libgl1-mesa-glx: libGL.so.1 cannot be found)

2015-08-11 Thread Debian Bug Tracking System
Your message dated Tue, 11 Aug 2015 19:30:49 +0200
with message-id 20150811173049.gn3...@betterave.cristau.org
and subject line Re: Bug#795167: libgl1-mesa-glx: libGL.so.1 cannot be found
has caused the Debian Bug report #795167,
regarding libgl1-mesa-glx: libGL.so.1 cannot be found
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.)


-- 
795167: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=795167
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libgl1-mesa-glx
Version: 10.6.3-1
Severity: important

Hello,

I did an aptitude upgrade yetserday
and got:

Will install 527 packages, and remove 10 packages.
257 MB of disk space will be used

ok, so did it. seems it had some major changes like:
[INSTALL, DEPENDENCIES] linux-image-4.0.0-2-amd64:amd64
and also
[UPGRADE] libgl1-mesa-dri:amd64 10.5.8-1 - 10.6.3-1
[UPGRADE] libgl1-mesa-dri:i386 10.5.8-1 - 10.6.3-1
[UPGRADE] libgl1-mesa-glx:amd64 10.5.8-1 - 10.6.3-1
[UPGRADE] libgl1-mesa-glx:i386 10.5.8-1 - 10.6.3-1

Today, gdm3 was broken, no X
looking in Xserver logs, I found:
/var/log/Xorg.5.log.old:[  1148.396] (EE) Failed to load 
/usr/lib/xorg/modules/extensions/libglx.so: libGL.so.1: cannot open shared 
object file: No such file or directory
/var/log/Xorg.5.log.old:[  1148.396] (EE) Failed to load module glx (loader 
failed, 7)

tried reinstalling the package.
the file was here:

$ sudo find /usr -name libGL.so.1
/usr/lib/xorg/modules/extensions/libGL.so.1
/usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1
/usr/lib/i386-linux-gnu/libGL.so.1
/usr/lib/i386-linux-gnu/fglrx/libGL.so.1


I ended by doing
ln -s /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1 /usr/lib/libGL.so.1

that solved the problem.
it seems a bit dirty

what is the real problem and how can it be fixed cleanly ?

thanks !


-- Package-specific info:
glxinfo:

name of display: :0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
server glx extensions:
GLX_ARB_create_context, GLX_ARB_create_context_profile, 
GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float, 
GLX_ARB_framebuffer_sRGB, GLX_ARB_multisample, 
GLX_EXT_create_context_es2_profile, GLX_EXT_framebuffer_sRGB, 
GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, 
GLX_EXT_visual_rating, GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer, 
GLX_OML_swap_method, GLX_SGIS_multisample, GLX_SGIX_fbconfig, 
GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_SGI_swap_control
client glx vendor string: Mesa Project and SGI
client glx version string: 1.4
client glx extensions:
GLX_ARB_create_context, GLX_ARB_create_context_profile, 
GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float, 
GLX_ARB_framebuffer_sRGB, GLX_ARB_get_proc_address, GLX_ARB_multisample, 
GLX_EXT_buffer_age, GLX_EXT_create_context_es2_profile, 
GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB, 
GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, 
GLX_EXT_visual_rating, GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer, 
GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer, 
GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, 
GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
GLX_SGIX_visual_select_group, GLX_SGI_make_current_read, 
GLX_SGI_swap_control, GLX_SGI_video_sync
GLX version: 1.4
GLX extensions:
GLX_ARB_create_context, GLX_ARB_create_context_profile, 
GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float, 
GLX_ARB_framebuffer_sRGB, GLX_ARB_get_proc_address, GLX_ARB_multisample, 
GLX_EXT_create_context_es2_profile, GLX_EXT_framebuffer_sRGB, 
GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, 
GLX_EXT_visual_rating, GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer, 
GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer, 
GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, 
GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
GLX_SGIX_visual_select_group, GLX_SGI_make_current_read, 
GLX_SGI_swap_control, GLX_SGI_video_sync
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Haswell Mobile 
OpenGL core profile version string: 3.3 (Core Profile) Mesa 10.6.3
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:

Bug#795208: No GUI boot under nouveau, unresponsive Jessie on PowerMac G5 Dual 2.0 with Apple-branded GeForce 6800 Ultra

2015-08-11 Thread Mark Balantzyan
Package: xserver-xorg-video-nouveau
Version: 1:1.0.11-1

This is a stubborn bug across both Wheezy and now into Jessie. I run a PowerMac 
G5, dual 2.0 GHz (PowerMac 7,2) with an Apple-branded Nvidia GeForce 6800 Ultra 
card with 256 MB memory. 

In Wheezy, I was lucky enough to have Wheezy generate a workable xorg.conf upon 
issuing “X -configure” at a command line after working to avoid a GUI boot. It 
is “workable” in that at the heart of it the driver selected does not produce 
the GUI but does when it is switched to “nv” or either “nv” or “nouveaufb” (The 
driver chosen by default during “X -configure” is “nouveau”).

To be clear, this is an issue of Wheezy and Jessie claiming possible graphics 
hardware acceleration with “nouveau” and having games on PowerPC which even 
require it (Tux Racer, for instance) and not even being able to produce a GUI 
upon booting after installation from DVD 1. In addition, the issue is 
compounded with a windowing issue in KDE in the new Jessie.

My functional xorg.conf lasted on into Jessie, and I have attached it for 
convenience. For some reason, a GUI only appears if there are two screens 
declared (and thus Monitor0 and Monitor1 along with “nv” and “fbdev” as drivers 
for each, respectively need be declared).

Further, as of Jessie, with both “nv” and “nouveaufb”, it was noticeable that 
windows in KDE took an atypical length of time to close compared with my 
general experience across the progressive instalments of Wheezy. The cursor 
also slows to update during the closing of windows.

I thank you in advance for follow-up.

--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/83a9d2f0-1e08-45cb-af92-1baf5c861...@gmail.com



Re: Fixing -dev package names in libxcb

2015-08-11 Thread Julien Cristau
On Tue, Aug 11, 2015 at 21:43:39 +, Robert Ancell wrote:

 Hi Julien,
 
 The work is already done in this patch - do you see any ongoing issues?
 
All the reverse dependencies would need changes too.

Cheers,
Julien


signature.asc
Description: Digital signature


Re: Fwd: Re: xcb-util: Changes to 'debian-unstable'

2015-08-11 Thread Timo Aaltonen
On 12.08.2015 00:35, Robert Ancell wrote:
 You said it's not worth the trouble - I don't think it's any
 signficant trouble...

No I just ignored the simple fact that the update bumped soname, so what
you did was absolutely correct.. oops

 There's no transition required that I know of - all existing packages
 will continue to build fine using the transitional libxcb-util0-dev
 package and over time build-dependencies will be updated and this
 package can be removed. It's marked as oldlibs/extra so the automatic
 tools will pick this up.

guess you're right, and I should not intervene in these matters until
feeling capable :)


-- 
t


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/55ca6d3c.7040...@debian.org



Re: Fixing -dev package names in libxcb

2015-08-11 Thread Robert Ancell
No, the reverse dependencies don't need updating due to the transitional
packages. Over time they should be updated but there's no pressure to rush
it.

--Robert


On Wed, Aug 12, 2015 at 10:00 AM Julien Cristau jcris...@debian.org wrote:

 On Tue, Aug 11, 2015 at 21:43:39 +, Robert Ancell wrote:

  Hi Julien,
 
  The work is already done in this patch - do you see any ongoing issues?
 
 All the reverse dependencies would need changes too.

 Cheers,
 Julien