libgl1-mesa-glx / libegl1-mesa useless without libgl1-mesa-dri
Hey, After investigating a launchpad bug where libgl1-mesa-dri is no longer installed I came to the conclusion that libgl1-mesa-glx is pretty useless without libgl1-mesa-dri. Testcase: # dpkg -r libgl1-mesa-dri # Xorg & # DISPLAY=:0 glxinfo name of display: :0 Error: couldn't find RGB GLX visual or fbconfig Should we add a hard dependency on libgl1-mesa-dri to libgl1-mesa-glx and libegl1-mesa in 10.3? ~Maarten -- 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/54294c49.8020...@canonical.com
mesa: Changes to 'ubuntu'
debian/changelog |8 debian/control |8 +--- 2 files changed, 13 insertions(+), 3 deletions(-) New commits: commit 5bc3cb73e59143aaf97dc6f7a5a0b1e76c80fe08 Author: Maarten Lankhorst Date: Mon Sep 29 14:18:39 2014 +0200 Add depends on libgl1-mesa-dri to some packages. libgl1-mesa-glx, libegl1-mesa and libgbm1 depend on the dri files to be installed, even for swrast support. (LP: #1374131) diff --git a/debian/changelog b/debian/changelog index c7e53c8..1dac786 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +mesa (10.3.0-0ubuntu2) UNRELEASED; urgency=low + + * Add depends on libgl1-mesa-dri to some packages. +- libgl1-mesa-glx, libegl1-mesa and libgbm1 depend on the dri + files to be installed, even for swrast support. (LP: #1374131) + + -- Maarten Lankhorst Mon, 29 Sep 2014 13:02:56 +0200 + mesa (10.3.0-0ubuntu1) utopic; urgency=medium * New upstream release. (LP: #1364003) diff --git a/debian/control b/debian/control index 6c13df6..8078ea4 100644 --- a/debian/control +++ b/debian/control @@ -99,6 +99,7 @@ Architecture: linux-any Depends: ${shlibs:Depends}, ${misc:Depends}, + libgl1-mesa-dri (= ${binary:Version}), libudev1 [linux-any], Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same @@ -149,6 +150,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, libudev1 [linux-any], + libgl1-mesa-dri (= ${binary:Version}), Recommends: libegl1-mesa-drivers [!hurd-any] Provides: libegl1-x11 Conflicts: libegl1-x11 @@ -484,9 +486,9 @@ Depends: ${misc:Depends}, libglapi-mesa (= ${binary:Version}), libudev1 [linux-any], -Recommends: libgl1-mesa-dri (>= 7.2) -Conflicts: libgl1, libgl1-mesa-dri (<< 6.4.0) -Replaces: libgl1, libgl1-mesa-dri (<< 6.4.0) + libgl1-mesa-dri (= ${binary:Version}), +Conflicts: libgl1 +Replaces: libgl1 Provides: libgl1 Breaks: libgl1-nvidia-alternatives (<= 275.09.07-1), -- 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/e1xyaop-0006sw...@moszumanska.debian.org
xterm: Changes to 'debian-unstable'
MANIFEST |2 +- button.c |4 ++-- debian/changelog |7 +++ package/debian/changelog |6 ++ package/freebsd/Makefile |2 +- package/xterm.spec |4 ++-- version.h|6 +++--- xterm.log.html | 13 - 8 files changed, 34 insertions(+), 10 deletions(-) New commits: commit d0e10d13dba28e4f137dcbda3ff61673ad0ec37d Author: Sven Joachim Date: Mon Sep 29 17:16:38 2014 +0200 Upload to unstable diff --git a/debian/changelog b/debian/changelog index a9a6465..6b5ba0c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -xterm (312-1) UNRELEASED; urgency=medium +xterm (312-1) unstable; urgency=medium * New upstream release. - Undo change to do_select_regex() in xterm 311 (Closes: #762978). - -- Sven Joachim Mon, 29 Sep 2014 17:11:31 +0200 + -- Sven Joachim Mon, 29 Sep 2014 17:16:25 +0200 xterm (311-1) unstable; urgency=low commit 20fa018e85575675d9a8e15b49dbdc64cec46bd3 Author: Sven Joachim Date: Mon Sep 29 17:12:37 2014 +0200 Close bug #762978 diff --git a/debian/changelog b/debian/changelog index def29b4..a9a6465 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ xterm (312-1) UNRELEASED; urgency=medium * New upstream release. +- Undo change to do_select_regex() in xterm 311 (Closes: #762978). -- Sven Joachim Mon, 29 Sep 2014 17:11:31 +0200 commit 28a73903294435d62a8023473a1033aee28aabf0 Author: Sven Joachim Date: Mon Sep 29 17:11:36 2014 +0200 New upstream release diff --git a/debian/changelog b/debian/changelog index f3ca8bb..def29b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xterm (312-1) UNRELEASED; urgency=medium + + * New upstream release. + + -- Sven Joachim Mon, 29 Sep 2014 17:11:31 +0200 + xterm (311-1) unstable; urgency=low * New upstream release. commit 06a538fbafd3b224fe7a994fb68db0c1896b2ef0 Author: Sven Joachim Date: Mon Sep 29 17:08:30 2014 +0200 Imported Upstream version 312 diff --git a/MANIFEST b/MANIFEST index 634ec2c..e9068a6 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,4 +1,4 @@ -MANIFEST for xterm-311, version xterm-311 +MANIFEST for xterm-312, version xterm-312 MANIFESTthis file 256colres.h resource-definitions for 256-color mode diff --git a/button.c b/button.c index 77929c9..8dd7390 100644 --- a/button.c +++ b/button.c @@ -1,4 +1,4 @@ -/* $XTermId: button.c,v 1.481 2014/09/18 00:17:35 tom Exp $ */ +/* $XTermId: button.c,v 1.482 2014/09/26 23:58:14 tom Exp $ */ /* * Copyright 1999-2013,2014 by Thomas E. Dickey @@ -3257,7 +3257,7 @@ do_select_regex(TScreen *screen, CELL *startc, CELL *endc) int start_col = indexToCol(indexed, len, start_inx); int finis_col = indexToCol(indexed, len, finis_inx); - if (start_col >= actual && + if (start_col <= actual && actual < finis_col) { int test = finis_col - start_col; if (best_len < test) { diff --git a/package/debian/changelog b/package/debian/changelog index 92638d6..2a486f8 100644 --- a/package/debian/changelog +++ b/package/debian/changelog @@ -1,3 +1,9 @@ +xterm-dev (312) unstable; urgency=low + + * maintenance updates + + -- Thomas E. Dickey Fri, 26 Sep 2014 18:42:15 -0400 + xterm-dev (311) unstable; urgency=low * maintenance updates diff --git a/package/freebsd/Makefile b/package/freebsd/Makefile index 9f4c4fc..9c22d21 100644 --- a/package/freebsd/Makefile +++ b/package/freebsd/Makefile @@ -5,7 +5,7 @@ # and "make makesum". PORTNAME= xterm -PORTVERSION= 311 +PORTVERSION= 312 CATEGORIES=x11 MASTER_SITES= ftp://invisible-island.net/xterm/ \ CRITICAL diff --git a/package/xterm.spec b/package/xterm.spec index c9a0fcc..a9100d0 100644 --- a/package/xterm.spec +++ b/package/xterm.spec @@ -1,11 +1,11 @@ -# $XTermId: xterm.spec,v 1.76 2014/07/28 21:36:30 tom Exp $ +# $XTermId: xterm.spec,v 1.77 2014/09/26 22:42:15 tom Exp $ Summary: X terminal emulator (development version) %global my_middle xterm %global my_suffix -dev %global fullname %{my_middle}%{my_suffix} %global my_class XTermDev Name: %{fullname} -Version: 311 +Version: 312 Release: 1 License: X11 Group: User Interface/X diff --git a/version.h b/version.h index b7ef006..30be6f3 100644 --- a/version.h +++ b/version.h @@ -1,4 +1,4 @@ -/* $XTermId: version.h,v 1.397 2014/09/18 21:12:19 tom Exp $ */ +/* $XTermId: version.h,v 1.399 2014/09/29 00:37:50 tom Exp $ */ /* * Copyright 1998-2013,2014 by Thomas E. Dickey @@ -38,8 +38,8 @@ * version of X to which this version of xterm has been built. The resulting * number in parentheses is my patch number
xterm: Changes to 'upstream-unstable'
MANIFEST |2 +- button.c |4 ++-- package/debian/changelog |6 ++ package/freebsd/Makefile |2 +- package/xterm.spec |4 ++-- version.h|6 +++--- xterm.log.html | 13 - 7 files changed, 27 insertions(+), 10 deletions(-) New commits: commit 06a538fbafd3b224fe7a994fb68db0c1896b2ef0 Author: Sven Joachim Date: Mon Sep 29 17:08:30 2014 +0200 Imported Upstream version 312 diff --git a/MANIFEST b/MANIFEST index 634ec2c..e9068a6 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,4 +1,4 @@ -MANIFEST for xterm-311, version xterm-311 +MANIFEST for xterm-312, version xterm-312 MANIFESTthis file 256colres.h resource-definitions for 256-color mode diff --git a/button.c b/button.c index 77929c9..8dd7390 100644 --- a/button.c +++ b/button.c @@ -1,4 +1,4 @@ -/* $XTermId: button.c,v 1.481 2014/09/18 00:17:35 tom Exp $ */ +/* $XTermId: button.c,v 1.482 2014/09/26 23:58:14 tom Exp $ */ /* * Copyright 1999-2013,2014 by Thomas E. Dickey @@ -3257,7 +3257,7 @@ do_select_regex(TScreen *screen, CELL *startc, CELL *endc) int start_col = indexToCol(indexed, len, start_inx); int finis_col = indexToCol(indexed, len, finis_inx); - if (start_col >= actual && + if (start_col <= actual && actual < finis_col) { int test = finis_col - start_col; if (best_len < test) { diff --git a/package/debian/changelog b/package/debian/changelog index 92638d6..2a486f8 100644 --- a/package/debian/changelog +++ b/package/debian/changelog @@ -1,3 +1,9 @@ +xterm-dev (312) unstable; urgency=low + + * maintenance updates + + -- Thomas E. Dickey Fri, 26 Sep 2014 18:42:15 -0400 + xterm-dev (311) unstable; urgency=low * maintenance updates diff --git a/package/freebsd/Makefile b/package/freebsd/Makefile index 9f4c4fc..9c22d21 100644 --- a/package/freebsd/Makefile +++ b/package/freebsd/Makefile @@ -5,7 +5,7 @@ # and "make makesum". PORTNAME= xterm -PORTVERSION= 311 +PORTVERSION= 312 CATEGORIES=x11 MASTER_SITES= ftp://invisible-island.net/xterm/ \ CRITICAL diff --git a/package/xterm.spec b/package/xterm.spec index c9a0fcc..a9100d0 100644 --- a/package/xterm.spec +++ b/package/xterm.spec @@ -1,11 +1,11 @@ -# $XTermId: xterm.spec,v 1.76 2014/07/28 21:36:30 tom Exp $ +# $XTermId: xterm.spec,v 1.77 2014/09/26 22:42:15 tom Exp $ Summary: X terminal emulator (development version) %global my_middle xterm %global my_suffix -dev %global fullname %{my_middle}%{my_suffix} %global my_class XTermDev Name: %{fullname} -Version: 311 +Version: 312 Release: 1 License: X11 Group: User Interface/X diff --git a/version.h b/version.h index b7ef006..30be6f3 100644 --- a/version.h +++ b/version.h @@ -1,4 +1,4 @@ -/* $XTermId: version.h,v 1.397 2014/09/18 21:12:19 tom Exp $ */ +/* $XTermId: version.h,v 1.399 2014/09/29 00:37:50 tom Exp $ */ /* * Copyright 1998-2013,2014 by Thomas E. Dickey @@ -38,8 +38,8 @@ * version of X to which this version of xterm has been built. The resulting * number in parentheses is my patch number (Thomas E. Dickey). */ -#define XTERM_PATCH 311 -#define XTERM_DATE2014-09-18 +#define XTERM_PATCH 312 +#define XTERM_DATE2014-09-28 #ifndef __vendorversion__ #define __vendorversion__ "XTerm" diff --git a/xterm.log.html b/xterm.log.html index 91626de..6b83682 100644 --- a/xterm.log.html +++ b/xterm.log.html @@ -30,7 +30,7 @@ * sale, use or other dealings in this Software without prior written* * authorization.* * - $XTermId: xterm.log.html,v 1.1522 2014/09/18 21:11:45 tom Exp $ + $XTermId: xterm.log.html,v 1.1526 2014/09/29 00:39:23 tom Exp $ --> @@ -72,6 +72,8 @@ CHANGELOG). +Patch #312 - 2014/09/28 + Patch #311 - 2014/09/18 Patch #310 - 2014/07/25 @@ -907,6 +909,15 @@ Patch #1 - 1996/1/6 + Patch #312 - + 2014/09/28 + + +undo change to do_select_regex() in patch #311 (reports by H Merijn Brand, +Sven-Haegar Koch, Debian #762978). + + Patch #311 - 2014/09/18 -- 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/e1xyck5-00064h...@moszumanska.debian.org
Processing of xterm_312-1_source.changes
xterm_312-1_source.changes uploaded successfully to ftp-master.debian.org along with the files: xterm_312-1.dsc xterm_312.orig.tar.gz xterm_312-1.diff.gz Greetings, Your Debian queue daemon (running on host coccia.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/e1xydby-00049o...@coccia.debian.org
Processing of xterm_312-1_source.changes
xterm_312-1_source.changes uploaded successfully to localhost along with the files: xterm_312-1.dsc xterm_312.orig.tar.gz xterm_312-1.diff.gz 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/e1xydey-0004c1...@franck.debian.org
xterm: Changes to 'refs/tags/xterm-312-1'
Tag 'xterm-312-1' created by Sven Joachim at 2014-09-29 15:17 + Tagging upload of xterm 312-1 to unstable. -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAABCgAGBQJUKXgaAAoJEDsQbnGNazGsF5QQALDN5X6bj/y95qIoCkSbUqMT QWwqi8O1/gXntN7oW9N90D0vy1Y41fZ8dgGvCFUI0GFwXmTb0G3xsK/gOEO52HSD RyCtOLB/a4zA8n9k4NDTon/+1P24Uk79raADaThadomMqQw3oK5eQy6egJF9tmQs pzgSbTW6iE342MJVk2YzvkJXgKE2SuAr9uGDhdma7P7qOwFc8wHxU4ZDHVK9gnjA 8N0Qh5IYEhOywz5PiC1rvX/1KnbZNwQZkn5jBYM7EQQI7/HD8fHEiWeeNIWxp0Tq P9gKDViSLlPixwjaDiF/kDRJgBtN10y4EPZJDJhAY/g8TIgh8VuxBNd42UCnE+oZ tM7SjouwNSrHIF4Bre3YCS64AWIuElSVg5yQvhSrlp6BemZT69zi292IKa2yVPGO SR84B+7T4nZuY9OblI3G5FBWes7MVvVapth4qO4Q13vYSnE3+fyw9tsUeN0548ah ujs/PD2DD0xVeCAV0i5MEvy9Nh3NapBpIW3RQr/8FQOoYIeMi5wSHddIETCnDRXd R+HU2vnkknQV9ewEGfK+i7Mc33jxVOnFqOzMKD2lnc2Lrb0PQoVhiLQb9IY4g/k1 ARYbn8wsyXQWUMrUlowazOA4cBa4kVqqZ5XFoDYUZNA0vH+R1LnOmFo6F3h1MmYn EymNv8fYLX7vBsjrYicu =RnvP -END PGP SIGNATURE- Changes since xterm-311-1: Sven Joachim (5): Imported Upstream version 312 Merge branch 'upstream-unstable' into debian-unstable New upstream release Close bug #762978 Upload to unstable --- MANIFEST |2 +- button.c |4 ++-- debian/changelog |7 +++ package/debian/changelog |6 ++ package/freebsd/Makefile |2 +- package/xterm.spec |4 ++-- version.h|6 +++--- xterm.log.html | 13 - 8 files changed, 34 insertions(+), 10 deletions(-) --- -- 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/e1xyd2d-0008ea...@moszumanska.debian.org
xterm_312-1_source.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 29 Sep 2014 17:16:25 +0200 Source: xterm Binary: xterm Architecture: source Version: 312-1 Distribution: unstable Urgency: medium Maintainer: Debian X Strike Force Changed-By: Sven Joachim Description: xterm - X terminal emulator Closes: 762978 Changes: xterm (312-1) unstable; urgency=medium . * New upstream release. - Undo change to do_select_regex() in xterm 311 (Closes: #762978). Checksums-Sha1: d2deffccca15f645eca601fce29ddfbd5902cfdc 2046 xterm_312-1.dsc 0ab1a920a2936c153f5a5b0b18d963532e85ecd3 1186265 xterm_312.orig.tar.gz b5f76e1b90bc22726f1b05568d838098334cf462 96212 xterm_312-1.diff.gz Checksums-Sha256: 4d4839051c87b8d900470564c14224bb406105cf8f063b51029aef5e89d94e0b 2046 xterm_312-1.dsc fad48e1b14e564be1ff06d4a18793a2169037748ff456432f15484383485f36e 1186265 xterm_312.orig.tar.gz 1c0b2d15a3bfd073a42938ab790b9f1e5c6f954b16878c9df8a80656040c6513 96212 xterm_312-1.diff.gz Files: d3718a8a315f4dfc0f730054a150f29f 2046 x11 optional xterm_312-1.dsc e42f09b2f59efa862367967241d56306 1186265 x11 optional xterm_312.orig.tar.gz 2eaff597675a12f1d422812948e90662 96212 x11 optional xterm_312-1.diff.gz -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAEBCgAGBQJUKXhDAAoJEDsQbnGNazGs+YEQAJFSXdwOZPVHUYCu2Eh7u1mx V+JtZCr3tZhck+NlbD9n5HiQ2OqBC+0DfGXFkc0ncicpcW+R22SE9RV6S+R/RKSx QiawZmi8iixCueSPr1NbZ6Dk7JZCAk3YR5Bj9c5VeZ8f6uR5gDG2pXmIXxiKJm7x 7gyzaROVrZI3GegtsKqcgio5PLoJ5OYhV0c0Jc5pm6fkpLit0Uk+rM5ecfiFHMIu bx/zlT7WtjHOM+W4ElKqOWtj8syZTaff5ghpou2/xz8qKLy/H7IUWBIn7SYRSXTS gaI6NsBrmBc8BgPjIaITHzmpD7TB5Km3TlZ4nZKUR3S8vcqJbZaQNVRrYonUam2f N6JL6mIvxxtgGuDNw0qSgU6Kw7zXcCvhBCw96sWcrcIDKslziY+oH8rPOJA0IO8H +K6ytGshbM6v58M0hqTynBpJ7WHPBc6ajQbJzKx6+uLR29afdQDwydnazzKPwdqu CHlj6yUuTUuA5cL/+15xqrzi7+OYzaLxG5DWcOhcoW83hJpxDkXiNsk/tsqlOAHe A1lE6ntKzfCexkqodQksjB76p0VkzkBSDDvU7VZuOsZHw0GQdC0yaLFFCKqMxHzi lG0NLQjlnM+/N+LFUP4YSosGQMFm121bZCYMKBW9FLcIO7qqvISpkxp7LXO6imDi jLRylFQCOkxG3sa1PWry =Xiwc -END PGP SIGNATURE- Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/e1xydtz-0004ea...@franck.debian.org
Bug#762978: marked as done (xterm: On-Click selection now selects random ares, not things under the cursor)
Your message dated Mon, 29 Sep 2014 16:33:53 + with message-id and subject line Bug#762978: fixed in xterm 312-1 has caused the Debian Bug report #762978, regarding xterm: On-Click selection now selects random ares, not things under the cursor 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.) -- 762978: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762978 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: xterm Version: 311-1 Severity: normal Dear Maintainer, Since the last xterm update (311) selection on click/doubleclick does not work correctly anymore. I am using the following ~/.Xresources settings since years which always worked correctly, until now: XTerm*on2Clicks: regex [^/@ \n]+ XTerm*on3Clicks: regex [^ \n]+ XTerm*on4Clicks: regex [^#$]+ XTerm*on5Clicks: line For example of the missbehaviour: Line: haegar@aurora:~$ less .Xresources Double click on ".Xresources": Selection expected: ^^^ Selection now: ^ Double click on "less": Selection expected: Selection now: ^^^ (Yes, it now selects ".Xresources", if I click on the word before) Greetings Haegar -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'oldstable'), (101, 'experimental') Architecture: i386 (x86_64) Foreign Architectures: amd64 Kernel: Linux 3.14-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages xterm depends on: ii libc6 2.19-11 ii libfontconfig1 2.11.0-6.1 ii libice6 2:1.0.9-1 ii libtinfo5 5.9+20140913-1 ii libutempter01.1.5-4 ii libx11-62:1.6.2-3 ii libxaw7 2:1.0.12-2 ii libxft2 2.3.2-1 ii libxmu6 2:1.1.2-1 ii libxpm4 1:3.5.11-1 ii libxt6 1:1.1.4-1 ii xbitmaps1.1.1-2 Versions of packages xterm recommends: ii x11-utils 7.7+2 Versions of packages xterm suggests: pn xfonts-cyrillic -- Configuration Files: /etc/X11/app-defaults/XTerm changed: ! $XTermId: XTerm.ad,v 1.99 2013/06/23 08:57:13 Ross.Combs Exp $ ! - ! this file is part of xterm ! ! Copyright 1996-2010,2011 by Thomas E. Dickey ! ! All Rights Reserved ! ! Permission is hereby granted, free of charge, to any person obtaining a ! copy of this software and associated documentation files (the ! "Software"), to deal in the Software without restriction, including ! without limitation the rights to use, copy, modify, merge, publish, ! distribute, sublicense, and/or sell copies of the Software, and to ! permit persons to whom the Software is furnished to do so, subject to ! the following conditions: ! ! The above copyright notice and this permission notice shall be included ! in all copies or substantial portions of the Software. ! ! THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ! OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF ! MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. ! IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY ! CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, ! TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE ! SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ! ! Except as contained in this notice, the name(s) of the above copyright ! holders shall not be used in advertising or otherwise to promote the ! sale, use or other dealings in this Software without prior written ! authorization. ! - *saveLines: 1024 *SimpleMenu*BackingStore: NotUseful *SimpleMenu*menuLabel.font: -adobe-helvetica-bold-r-normal--*-120-*-*-*-*-iso8859-* *SimpleMenu*menuLabel.vertSpace:100 *SimpleMenu*HorizontalMargins: 16 *SimpleMenu*Sme.height: 16 *SimpleMenu*Cursor: left_ptr *mainMenu.Label: Main Options *mainMenu*toolbar*Label: Toolbar *mainMenu*fullscreen*Label: Full Screen *mainMenu*securekbd*Label: Secure Keyboard *mainMenu*allowsends*Label: Allow SendEvents *mainMenu*redraw*Label: Redraw Window *mainMenu*logging*Label: Log to File *mainMenu*print-immediate*Label: Print-All Immediately *mainMenu*print-on-error*Label: Print-All on Error *mainMenu*print*Label: Print Window *mainMenu*print-redir*Label: Redirect to Printer *mainMenu*8-bit control*Label: 8-Bit
Re: libgl1-mesa-glx / libegl1-mesa useless without libgl1-mesa-dri
On Mon, Sep 29, 2014 at 14:10:49 +0200, Maarten Lankhorst wrote: > Hey, > > After investigating a launchpad bug where libgl1-mesa-dri is no longer > installed I came to the conclusion that libgl1-mesa-glx is pretty useless > without libgl1-mesa-dri. > > Testcase: > > # dpkg -r libgl1-mesa-dri > # Xorg & > # DISPLAY=:0 glxinfo > name of display: :0 > Error: couldn't find RGB GLX visual or fbconfig > > Should we add a hard dependency on libgl1-mesa-dri to libgl1-mesa-glx and > libegl1-mesa in 10.3? > The current Recommends seems about right to me. Cheers, Julien signature.asc Description: Digital signature
Re: libgl1-mesa-glx / libegl1-mesa useless without libgl1-mesa-dri
On 30.09.2014 02:27, Julien Cristau wrote: On Mon, Sep 29, 2014 at 14:10:49 +0200, Maarten Lankhorst wrote: Hey, After investigating a launchpad bug where libgl1-mesa-dri is no longer installed I came to the conclusion that libgl1-mesa-glx is pretty useless without libgl1-mesa-dri. Testcase: # dpkg -r libgl1-mesa-dri # Xorg & # DISPLAY=:0 glxinfo name of display: :0 Error: couldn't find RGB GLX visual or fbconfig Should we add a hard dependency on libgl1-mesa-dri to libgl1-mesa-glx and libegl1-mesa in 10.3? The current Recommends seems about right to me. Yes, libgl1-mesa-glx can be used without libgl1-mesa-dri for GLX indirect rendering on a remote X11 display. -- Earthling Michel Dänzer| http://www.amd.com Libre software enthusiast |Mesa and X developer -- 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/542a0862.7050...@daenzer.net
Bug#756583: nouveau GPU lockups
I have an old HP Pavilion dv6215ea with an nVidia GeForce Go 7400, and the same GPU lockup occurs: - with Debian "Jessie" testing 2014-09-29: immediately after entering X; - with Wheezy 7.6, ONLY with a custom kernel (3.12, 3.14, 3.16; a custom 3.2.63 works fine) and always after having hit OK at the Gnome 3 login. (desktop wallpaper still remains painted, and touchpad works; but it's hard and/or slow to stop with "gdm3 stop"). Also, Ubuntu 14.04 does not suffer from this bug and it seems to run by default with nouveau driver. -- 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/blu436-smtp177653754e8726f7b7ebf6a0...@phx.gbl