Bug#602207: xserver-xorg-video-intel: Swiching SDL window to fullscreen causes black screen
I'm also experiencing this problem, ever since the last round of Xorg updates (on 23rd of october according to my dpkg.log). I wrote a small test program that exposes this behaviour. One thing to note is that the problem only occurs if the program in question is running at the native screen resolution (1680x1050 in my case). So for example 1024x768/fullscreen -> 1024x768/window -> 1024x768/fullscreen works here, but 1680x1050/fullscreen -> 1680x1050/window -> 1680x1050/fullscreen does not. cheers, Christian #include #include /* Compile: gcc -o fstest fstest.c $(sdl-config --cflags --libs) Run: fstest */ int main( int argc, char** argv ) { if( argc != 3 ) { fprintf( stderr, "Usage: fstest \n" ); return 1; } int width = atoi( argv[1] ); int height = atoi( argv[2] ); SDL_Init( SDL_INIT_VIDEO ); atexit( SDL_Quit ); SDL_Surface* screen = SDL_SetVideoMode( width, height, 0, SDL_FULLSCREEN ); SDL_Delay( 3000 ); SDL_WM_ToggleFullScreen( screen ); SDL_Delay( 3000 ); SDL_WM_ToggleFullScreen( screen ); SDL_Delay( 3000 ); return 0; }
Bug#496169: Change in the workaround for 496169.
Le Sun, Oct 31, 2010 at 12:38:36PM +0100, Brice Goglin a écrit : > Le 31/10/2010 03:48, Charles Plessy a écrit : > > > > This change happened between xserver-xorg-video-intel 2:2.8.0-2 and > > 2:2.12.0+shadow-2. > > Actually, it happened when switching from UMS to KMS (the kernel now > names the outputs, and they changes those names). Hi Brice, Good point: same workaround, different bug ? I read again my first message in this thread and the symptoms are different. Now, the resolution given by default is the highest common between VGA1 and LVDS1 (xrandr output below), so in that case I had a physical desktop of 1024x768, and could solve this by either ignoring VGA1 as indicated earlier in this thread, or via the GNOME Screen preferences. During startup, I can see that the Linux console is started at a resolution that does not take all the screen, probably 1360x768 or 1024x768, which suggests that the bug may not be in xserver-xorg-video-intel anymore ? On the other hand, it looks like #546180, and perhaps #574923… VGA1 connected (normal left inverted right x axis y axis) 1360x768 59.8 1024x768 60.0 800x60060.3 56.2 848x48060.0 640x48059.9 59.9 LVDS1 connected 1680x1050+0+0 (normal left inverted right x axis y axis) 0mm x 0mm 1680x1050 59.9*+ 84.9 74.9 69.9 60.0 59.9 1600x1024 60.2 1400x1050 85.0 74.8 70.0 60.0 1280x1024 85.0 75.0 60.0 1440x900 59.9 1280x960 85.0 60.0 1360x768 59.8 60.0 1152x864 100.0 85.1 85.0 75.0 75.0 70.0 60.0 1024x768 85.0 75.0 70.1 60.0 832x62474.6 800x60085.1 72.2 75.0 60.3 56.2 640x48085.0 72.8 75.0 59.9 720x40085.0 640x40085.1 640x35085.1 Have a nice day, -- Charles Plessy Tsurumi, Kanagawa, Japan -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20101103090520.ga28...@merveille.plessy.net
xauth: Changes to 'refs/tags/xauth-1_1.0.5-1'
Tag 'xauth-1_1.0.5-1' created by Cyril Brulebois at 2010-11-03 09:08 + Tagging upload of xauth 1:1.0.5-1 to unstable. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) iEYEABECAAYFAkzRJnYACgkQeGfVPHR5Nd0dNQCcCyUQn8XnoCQA7cqqgWsNep55 2bwAoLh4opH7l5OiaeejON173faqWq5R =Yki0 -END PGP SIGNATURE- Changes since xauth-1_1.0.4-1: Alan Coopersmith (4): Bug 7051: xauth says creating new authority file even though it does not config: Remove unnecessary calls from configure.ac config: upgrade to util-macros 1.8 for additional man page support xauth 1.0.5 Cyril Brulebois (6): Merge branch 'upstream-unstable' into debian-unstable Update changelogs. Bump xutils-dev build-dep for new macros. Fix dh_makeshlibs, dh_shlibdeps, dh_installdeb order. Add myself to Uploaders. Upload to unstable. Gaetan Nadon (6): .gitignore: use common defaults with custom section # 24239 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 Deploy the new XORG_DEFAULT_OPTIONS #24242 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES config: update AC_PREREQ statement to 2.60 Jeremy Huddleston (3): This is not a GNU project, so declare it foreign. launchd: Properly support launchd sockets in xauth Fix build failure resulting from previous commit on systems without strlcpy Julien Cristau (2): Remove myself from Uploaders. Rename the build directory to not include DEB_BUILD_GNU_TYPE for no good reason. Thanks, Colin Watson! --- .gitignore | 77 +++-- ChangeLog| 151 +++ INSTALL | 237 --- Makefile.am | 33 ++- configure.ac | 24 ++--- debian/changelog | 15 +++ debian/control |4 debian/rules | 14 +-- gethost.c| 23 + parsedpy.c |3 process.c|5 - 11 files changed, 288 insertions(+), 298 deletions(-) --- -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1pdzlk-0001ic...@alioth.debian.org
xauth: Changes to 'upstream-unstable'
.gitignore | 77 ++- Makefile.am | 33 ++--- configure.ac | 24 +- gethost.c| 23 - parsedpy.c |3 ++ process.c|5 --- 6 files changed, 113 insertions(+), 52 deletions(-) New commits: commit da552fc4c69a62b6227383452e56428cd5d696a0 Author: Alan Coopersmith Date: Thu Sep 23 17:57:16 2010 -0700 xauth 1.0.5 Signed-off-by: Alan Coopersmith diff --git a/configure.ac b/configure.ac index f9332b3..c74914a 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,10 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ([2.60]) -AC_INIT(xauth,[1.0.4], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xauth) +AC_INIT([xauth], + [1.0.5], + [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], + [xauth]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE commit eec190f060cd61b44e0e7029309f7db841c824b8 Author: Alan Coopersmith Date: Thu Sep 23 07:33:02 2010 -0700 config: upgrade to util-macros 1.8 for additional man page support Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages. Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS The existing statement can now be removed from the configuration file. Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED) Enables silent rule and use platform appropriate version of sed. Signed-off-by: Alan Coopersmith diff --git a/Makefile.am b/Makefile.am index 7f86726..813395a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,29 +51,11 @@ lint: endif LINT -SED = sed - -# Strings to replace in man pages -XORGRELSTRING = @PACKAGE_STRING@ - XORGMANNAME = X Version 11 - -MAN_SUBSTS = \ - -e 's|__vendorversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \ - -e 's|__xorgversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \ - -e 's|__xservername__|Xorg|g' \ - -e 's|__xconfigfile__|xorg.conf|g' \ - -e 's|__projectroot__|$(prefix)|g' \ - -e 's|__apploaddir__|$(appdefaultdir)|' \ - -e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' \ - -e 's|__libmansuffix__|$(LIB_MAN_SUFFIX)|g' \ - -e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' \ - -e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' \ - -e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g' - SUFFIXES = .$(APP_MAN_SUFFIX) .man +# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure .man.$(APP_MAN_SUFFIX): - sed $(MAN_SUBSTS) < $< > $@ + $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ .PHONY: ChangeLog INSTALL diff --git a/configure.ac b/configure.ac index aae6505..f9332b3 100644 --- a/configure.ac +++ b/configure.ac @@ -27,10 +27,10 @@ AM_MAINTAINER_MODE AM_CONFIG_HEADER(config.h) -# Require xorg-macros: XORG_DEFAULT_OPTIONS +# Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS m4_ifndef([XORG_MACROS_VERSION], - [m4_fatal([must install xorg-macros 1.3 or later before running autoconf/autogen])]) -XORG_MACROS_VERSION(1.3) + [m4_fatal([must install xorg-macros 1.8 or later before running autoconf/autogen])]) +XORG_MACROS_VERSION(1.8) XORG_DEFAULT_OPTIONS AC_TYPE_SIGNAL commit 732922acd465f081f8cbd315aa687dd745da2337 Author: Alan Coopersmith Date: Thu Sep 23 07:29:53 2010 -0700 config: Remove unnecessary calls from configure.ac AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables Signed-off-by: Alan Coopersmith diff --git a/configure.ac b/configure.ac index 62729ca..aae6505 100644 --- a/configure.ac +++ b/configure.ac @@ -33,9 +33,6 @@ m4_ifndef([XORG_MACROS_VERSION], XORG_MACROS_VERSION(1.3) XORG_DEFAULT_OPTIONS -AC_PROG_CC -AC_PROG_INSTALL - AC_TYPE_SIGNAL AC_CHECK_HEADERS([net/errno.h]) @@ -44,8 +41,6 @@ AC_CHECK_FUNCS([strlcpy]) # Checks for pkg-config packages PKG_CHECK_MODULES(XAUTH, x11 xau xext xmuu) -AC_SUBST(XAUTH_CFLAGS) -AC_SUBST(XAUTH_LIBS) # Transport selection macro from xtrans.m4 # Needed to set *CONN defines for gethost.c & parsedpy.c commit 6eef00c1021930444e09d8334b06bbad83d7f2fb Author: Gaetan Nadon Date: Tue Jul 20 18:45:18 2010 -0400 config: update AC_PREREQ statement to 2.60 Unrelated to the previous patches, the new value simply reflects the reality that the minimum level for autoconf to configure all x.org modules is 2.60 dated June 2006. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz Signed-off-by: Gaetan Nadon diff --git a/configure.ac b/configure.ac index c03d9df..62729ca 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ dnl PERFORMANCE OF THIS SOFTWARE. dnl dnl Process this file with autoconf to create configure. -AC_PREREQ([2
xauth: Changes to 'debian-unstable'
.gitignore | 77 +++-- ChangeLog| 151 +++ INSTALL | 237 --- Makefile.am | 33 ++- configure.ac | 24 ++--- debian/changelog | 11 ++ debian/control |4 debian/rules |4 gethost.c| 23 + parsedpy.c |3 process.c|5 - 11 files changed, 277 insertions(+), 295 deletions(-) New commits: commit 9ae5fe4e01e6abda55763b8e5b0109f519679add Author: Cyril Brulebois Date: Wed Nov 3 10:07:21 2010 +0100 Upload to unstable. diff --git a/debian/changelog b/debian/changelog index 8929800..66d5d83 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -xauth (1:1.0.5-1) UNRELEASED; urgency=low +xauth (1:1.0.5-1) unstable; urgency=low [ Julien Cristau ] * Remove myself from Uploaders. @@ -11,7 +11,7 @@ xauth (1:1.0.5-1) UNRELEASED; urgency=low * Fix dh_makeshlibs, dh_shlibdeps, dh_installdeb order. * Add myself to Uploaders. - -- Cyril Brulebois Wed, 03 Nov 2010 03:26:36 +0100 + -- Cyril Brulebois Wed, 03 Nov 2010 10:07:13 +0100 xauth (1:1.0.4-1) unstable; urgency=low commit b93e14475c4ff508e97a270ffe363702ee02ca7f Author: Cyril Brulebois Date: Wed Nov 3 10:06:33 2010 +0100 Add myself to Uploaders. diff --git a/debian/changelog b/debian/changelog index 9eb894d..8929800 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ xauth (1:1.0.5-1) UNRELEASED; urgency=low * New upstream release. * Bump xutils-dev build-dep for new macros. * Fix dh_makeshlibs, dh_shlibdeps, dh_installdeb order. + * Add myself to Uploaders. -- Cyril Brulebois Wed, 03 Nov 2010 03:26:36 +0100 diff --git a/debian/control b/debian/control index c51bd1e..101182a 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: xauth Section: x11 Priority: optional Maintainer: Debian X Strike Force -Uploaders: David Nusinow , Brice Goglin +Uploaders: David Nusinow , Brice Goglin , Cyril Brulebois Build-Depends: debhelper (>= 5.0.0), pkg-config, commit 6e6354dfd0627ce1f147cf21815eb55ec7b37a62 Author: Cyril Brulebois Date: Wed Nov 3 10:06:19 2010 +0100 Fix dh_makeshlibs, dh_shlibdeps, dh_installdeb order. diff --git a/debian/changelog b/debian/changelog index 2fe6fcf..9eb894d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ xauth (1:1.0.5-1) UNRELEASED; urgency=low [ Cyril Brulebois ] * New upstream release. * Bump xutils-dev build-dep for new macros. + * Fix dh_makeshlibs, dh_shlibdeps, dh_installdeb order. -- Cyril Brulebois Wed, 03 Nov 2010 03:26:36 +0100 diff --git a/debian/rules b/debian/rules index 8d6de23..bbd0ac6 100755 --- a/debian/rules +++ b/debian/rules @@ -79,9 +79,9 @@ binary-arch: build install dh_strip dh_compress dh_fixperms - dh_installdeb - dh_shlibdeps dh_makeshlibs + dh_shlibdeps + dh_installdeb dh_gencontrol dh_md5sums dh_builddeb commit 14dd6346a665ce07fb8e5be3795e681acd2a4d7a Author: Cyril Brulebois Date: Wed Nov 3 03:27:25 2010 +0100 Bump xutils-dev build-dep for new macros. diff --git a/debian/changelog b/debian/changelog index 458da0d..2fe6fcf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ xauth (1:1.0.5-1) UNRELEASED; urgency=low [ Cyril Brulebois ] * New upstream release. + * Bump xutils-dev build-dep for new macros. -- Cyril Brulebois Wed, 03 Nov 2010 03:26:36 +0100 diff --git a/debian/control b/debian/control index 9c2a2f1..c51bd1e 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: libxext-dev (>= 1:1.0.0), libxmuu-dev (>= 1:1.0.1), automake, - xutils-dev (>= 1:7.5~1) + xutils-dev (>= 1:7.5+4), Standards-Version: 3.8.3 Vcs-Git: git://git.debian.org/git/pkg-xorg/app/xauth Vcs-Browser: http://git.debian.org/?p=pkg-xorg/app/xauth.git commit 40611aac456ed820ce7ff9fa9d0237926a570e1c Author: Cyril Brulebois Date: Wed Nov 3 03:26:55 2010 +0100 Update changelogs. diff --git a/ChangeLog b/ChangeLog index d6c13ec..88fd451 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,154 @@ +commit da552fc4c69a62b6227383452e56428cd5d696a0 +Author: Alan Coopersmith +Date: Thu Sep 23 17:57:16 2010 -0700 + +xauth 1.0.5 + +Signed-off-by: Alan Coopersmith + +commit eec190f060cd61b44e0e7029309f7db841c824b8 +Author: Alan Coopersmith +Date: Thu Sep 23 07:33:02 2010 -0700 + +config: upgrade to util-macros 1.8 for additional man page support + +Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS +The value of MAN_SUBST is the same for all X.Org packages. + +Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS +The existing statement can now be removed from the configuration file. + +Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED) +Enables silent rule an
Processing of xauth_1.0.5-1_amd64.changes
xauth_1.0.5-1_amd64.changes uploaded successfully to localhost along with the files: xauth_1.0.5-1.dsc xauth_1.0.5.orig.tar.gz xauth_1.0.5-1.diff.gz xauth_1.0.5-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: http://lists.debian.org/e1pdzmw-0005wq...@franck.debian.org
Bug#602207: xserver-xorg-video-intel: Swiching SDL window to fullscreen causes black screen
Hi Christian, (and the submitter, added back to the loop) Christian Henz (03/11/2010): > I wrote a small test program that exposes this behaviour. One thing > to note is that the problem only occurs if the program in question > is running at the native screen resolution (1680x1050 in my case). > > So for example > 1024x768/fullscreen -> 1024x768/window -> 1024x768/fullscreen > works here, but > 1680x1050/fullscreen -> 1680x1050/window -> 1680x1050/fullscreen > does not. sounds like it happens to me as well (with 1366x768) with X Server 1.9; thanks for your testcase. The best thing one can do is open a bug upstream (https://bugs.freedesktop.org/ product=xorg, component might be Driver/intel, or another one, not sure). You're welcome to do so and give a link/bugnumber here, so that we can mark it as forwarded. It seems like I've got no trace in X log or dmesg. X is still running, with all of its clients. fstest returned (or got killed without leaving any trace in .xsession-errors). Mraw, KiBi. signature.asc Description: Digital signature
xauth_1.0.5-1_amd64.changes ACCEPTED into unstable
Accepted: xauth_1.0.5-1.diff.gz to main/x/xauth/xauth_1.0.5-1.diff.gz xauth_1.0.5-1.dsc to main/x/xauth/xauth_1.0.5-1.dsc xauth_1.0.5-1_amd64.deb to main/x/xauth/xauth_1.0.5-1_amd64.deb xauth_1.0.5.orig.tar.gz to main/x/xauth/xauth_1.0.5.orig.tar.gz Override entries for your package: xauth_1.0.5-1.dsc - source x11 xauth_1.0.5-1_amd64.deb - optional x11 Announcing to debian-devel-chan...@lists.debian.org Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1pdzuj-0002yn...@franck.debian.org
Bug#602207: xserver-xorg-video-intel: Swiching SDL window to fullscreen causes black screen
Julien Cristau writes: > On Tue, Nov 2, 2010 at 15:09:49 +0100, Bjørn Mork wrote: > >> - first time the client window is switched to fullscreen the backlight dims >> to a very >> low setting. The backlight can be adjusted up again using ordinary >> backlight controls >> so this is not a serious problem. It is however, a regression from >> 2:2.9.1-4 and I >> mention it because I suspect it is related to the next symptom. > > This sounds like 600405, can you try the patch there and see if it also > fixes your second symptom? Thanks for the pointer. The patch fixes the first issue, as expected. But unfortunately it does not fix the second. So much for the theory that these were related. But I guess it is useful to rule that out. Bjørn -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/87y69a7msi@nemi.mork.no
Bug#602207: xserver-xorg-video-intel: Swiching SDL window to fullscreen causes black screen
Cyril Brulebois writes: > Christian Henz (03/11/2010): >> I wrote a small test program that exposes this behaviour. One thing >> to note is that the problem only occurs if the program in question >> is running at the native screen resolution (1680x1050 in my case). >> >> So for example >> 1024x768/fullscreen -> 1024x768/window -> 1024x768/fullscreen >> works here, but >> 1680x1050/fullscreen -> 1680x1050/window -> 1680x1050/fullscreen >> does not. Very useful! Thanks. BTW, I found a way out of the black screen when using QEMU/KVM: If I switch to text mode while in the SDL fullscreen session (e.g. by pressing ctrl-alt-1 to switch to the "serial0" console), and then switch out of fullscreen again, the black screen is gone and the X server can be used again. Bjørn -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/87tyjy7mio@nemi.mork.no
Bug#334461: marked as done (xdm: fails to stop on purge)
Your message dated Wed, 3 Nov 2010 11:20:19 +0100 with message-id <20101103102019.ga14...@vdg.blogsite.org> and subject line Re: Bug#334461: xdm problem has caused the Debian Bug report #334461, regarding xdm: fails to stop on purge 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.) -- 334461: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=334461 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Version: 6.8.2.dfsg.1-9 Package: xdm File: /var/run/xdm.pid Severity: normal xdm failed to stop on purge (dpkg -P xdm), even though I told debconf that I wanted it to do so. It printed a message (while trying to stop) about being unable to find /v/r/xdm.pid. --- End Message --- --- Begin Message --- Hi Justin, Hi Ian, A few years back, you discussed a purge issue with xdm in debian, I just tried it with current version in unstable (1:1.1.10-3) and it does not fail anymore. So I'm closing this bug, feel free to reopen it if you still experience it. -- Julien Viard de Galbert http://silicone.homelinux.org/ --- End Message ---
Bug#233204: xdm: please readd LockPidFile behaviour
On Tue, Feb 17, 2004 at 12:44:24PM +0100, Bernhard R. Link wrote: > Package: xdm > Version: 4.2.1-00woody.16 That's a pretty old version now... > Severity: wishlist > > The patch 002_xdm_fixes.diff (at least the version > 714 2003-10-25 01:35:48Z branden in 4.2.1-16) removes the ability > to lock the PID-file. (The part within the "if (lockPidFile)") and > instead stops starting if there is any file at all. This causes xdm > to not restart when it terminated abnormally or otherwise left > the pid-file. (Which is does very often here.) Well, it looks like this patch is no longer distributed with the package. Are you still experiencing the issue with current version ? -- Julien Viard de Galbert http://silicone.homelinux.org/ -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20101103100726.ga14...@vdg.blogsite.org
Bug#233204: xdm: please readd LockPidFile behaviour
On Wed, Nov 3, 2010 at 11:07:26 +0100, Julien Viard de Galbert wrote: > On Tue, Feb 17, 2004 at 12:44:24PM +0100, Bernhard R. Link wrote: > > Package: xdm > > Version: 4.2.1-00woody.16 > That's a pretty old version now... > > Severity: wishlist > > > > The patch 002_xdm_fixes.diff (at least the version > > 714 2003-10-25 01:35:48Z branden in 4.2.1-16) removes the ability > > to lock the PID-file. (The part within the "if (lockPidFile)") and > > instead stops starting if there is any file at all. This causes xdm > > to not restart when it terminated abnormally or otherwise left > > the pid-file. (Which is does very often here.) > Well, it looks like this patch is no longer distributed with the > package. > That part of the patch was applied upstream as commit c925709069d7515bb94f43e4b88155a95e41c8fe, fwiw. Cheers, Julien signature.asc Description: Digital signature
Bug#582566: X values lost
Carl Schaefer writes ("Bug#582566: X values lost"): > using Ubuntu 10.04 I see a similar problem with keyboard & mouse values > configured by xset being lost after a resume or chvt. I've worked > around that lossage by using the desktop Preferences menu to get the > behavior I want, so maybe this set of bug reports is due to the desktop > preferences being reapplied in circumstance where they weren't > previously (at least in Ubuntu 8.04 & 6.06). Firstly, next time, please do not spam your followup to every one of the merged bugs. Secondly, no, that is not the cause, because I experience the problem on a system which does not have Gnome installed and which therefore does not run any of the Gnome desktop preferences stuff. It's an X server problem. Ian. -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/19665.18172.52362.734...@chiark.greenend.org.uk
Bug#204378: Debian version number (sid[?] vs. woody etc.)
Well this bug is 6 year old, so I don't know if anyone still cares, anyway I have a simple proposal: Use xmessage to display the required information. The attached patch modify the scripts used by xdm in order to do so. However I don't think it can be integrated as such, mainly because it uses xmessage, killall and lsb_release without checking if the corresponding command exist. Also one might want to tweek the look of the xmessage window using some xresource file. More information on the used techniques are available from the gentoo wiki [1]. 1: http://www.gentoo-wiki.info/XDM/Customization -- Julien Viard de Galbert http://silicone.homelinux.org/ diff -rau orig//etc/X11/xdm/Xsetup new//etc/X11/xdm/Xsetup --- orig//etc/X11/xdm/Xsetup 2010-11-03 13:42:43.0 +0100 +++ new//etc/X11/xdm/Xsetup 2010-11-03 13:44:27.0 +0100 @@ -3,3 +3,5 @@ # This script is run as root before showing login widget. #xsetroot -solid rgb:8/8/8 + +xmessage -button '' -geometry +0+0 'xdm - '`lsb_release -ds`& diff -rau orig//etc/X11/xdm/Xstartup new//etc/X11/xdm/Xstartup --- orig//etc/X11/xdm/Xstartup 2010-11-03 13:43:23.0 +0100 +++ new//etc/X11/xdm/Xstartup 2010-11-03 13:45:10.0 +0100 @@ -3,6 +3,9 @@ # This script is run as root after the user logs in. If this script exits with # a return code other than 0, the user's session will not be started. +#cleanup +killall xmessage + if [ -e /etc/nologin ]; then # always display the nologin message, if possible if [ -s /etc/nologin ] && which xmessage > /dev/null 2>&1; then
Bug#303889: marked as done (xterm: missed focus event with ion3)
Your message dated Wed, 3 Nov 2010 17:39:11 +0100 with message-id <20101103163911.ga18...@vdg.blogsite.org> and subject line Re: Bug#303889: xterm: missed focus event with ion3 has caused the Debian Bug report #303889, regarding xterm: missed focus event with ion3 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.) -- 303889: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=303889 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: xterm Version: 4.3.0.dfsg.1-12.0.1 Severity: minor When starting xterm under the ion3 window manager (I'm told this also happens with ion2), the text cursor doesn't react when the window gains / loses focus - it always blinks (if blinking is enabled), and is always solid (as opposed to outline). I've dug into this, but hit a wall where I can't tell if it's xterm or the window manager to blame, or even the X server itself (XFree86 4.3.0 + Debian sarge patches). * * * Analysis: early in the life of the app, it's supposed to receive an XFocusInEvent of detail 'NotifyPointer' followed almost immediately by an XFocusOutEvent also of detail 'NotifyPointer'. This according to xev. From a few printf statements, xterm appears to never be receiving that particular XFocusOutEvent. This mystifies me - where did that extra event go? Was it never sent? The effect is that the 'screen->select' has the INWINDOW bit set permanently, which causes ShowCursor() to think the cursor should never appear unfocused (non-blinking and/or outline). Cure: This can usually be cured by dragging the xterm window between one ion pane and another. For some reason the XFocusOutEvent with detail 'NotifyPointer' suddenly appears when you do this, resetting the INWINDOW bit of the screen->select field. Other unknown happenings may also trigger this same event - I'm not sure. Workaround: #define INWINDOW 0 in xc/programs/xterm/ptyx.h. Then xterm effectively ignores any XFocusChangeEvent with the 'NotifyPointer' detail. Obviously this is only a hack - there must have been a reason to keep track of NotifyPointer events separately from NotifyAncestor and other sorts of XFocusChangeEvent, not that I know the reason. (I get the idea it's one of those things buried deep in the ICCCM.) Peter signature.asc Description: Digital signature --- End Message --- --- Begin Message --- The report was for a pretty old version of xterm, also ion3 has been removed from testing and unstable so I can't test it anymore. So I just close this bug. Feel free to reopen it if you still experience the problem with recent versions of xterm. -- Julien Viard de Galbert http://silicone.homelinux.org/ --- End Message ---
Processed: Re: Bug#369389: xresprobe: Regression between 0.4.18-1 and 0.4.23debian1 on a HP Pavillon zv5000
Processing commands for cont...@bugs.debian.org: > notfound 369389 xresprobe/0.4.23debian1 Bug #369389 [xresprobe] xresprobe: Regression between 0.4.18-1 and 0.4.23debian1 on a HP Pavillon zv5000 Bug No longer marked as found in versions xresprobe/0.4.23debian1. > found 369389 xresprobe/0.4.18-1 Bug #369389 [xresprobe] xresprobe: Regression between 0.4.18-1 and 0.4.23debian1 on a HP Pavillon zv5000 Bug Marked as found in versions xresprobe/0.4.18-1. > fixed 369389 xresprobe/0.4.23debian1 Bug #369389 [xresprobe] xresprobe: Regression between 0.4.18-1 and 0.4.23debian1 on a HP Pavillon zv5000 Bug Marked as fixed in versions xresprobe/0.4.23debian1. > thanks Stopping processing here. Please contact me if you need assistance. -- 369389: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=369389 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: http://lists.debian.org/handler.s.c.128880443111078.transcr...@bugs.debian.org
Bug#369389: marked as done (xresprobe: Regression between 0.4.18-1 and 0.4.23debian1 on a HP Pavillon zv5000)
Your message dated Wed, 3 Nov 2010 18:13:35 +0100 with message-id <20101103171334.ga18...@vdg.blogsite.org> and subject line Re: Bug#369389: xresprobe: Regression between 0.4.18-1 and 0.4.23debian1 on a HP Pavillon zv5000 has caused the Debian Bug report #369389, regarding xresprobe: Regression between 0.4.18-1 and 0.4.23debian1 on a HP Pavillon zv5000 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.) -- 369389: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=369389 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: xresprobe Version: 0.4.23debian1 Severity: normal Hi, I'm running bleeding-edge etch on my laptop HP Pavillon zv5000. The latest xresprobe version 0.4.23debian1 seems to fail to detect the proper resolution: r...@64studio:/# xresprobe nv grep: /tmp/xprobe.19627/xorg.log: No such file or directory grep: /tmp/xprobe.19627/xorg.log: No such file or directory id: res: freq: disptype: lcd/lvds Note that version 0.4.18-1 is working fine: r...@64studio:/# xresprobe nv id: res: 1280x800 freq: disptype: lcd/lvds I've tried to upgrade to sid and this time xresprobe 0.4.23debian1 works nicely: r...@64studio:/# xresprobe nv id: res: 1280x800 freq: disptype: lcd/lvds It probably means that you should depend on higher versions of some packages.. Cheers, Free --- End Message --- --- Begin Message --- notfound 369389 xresprobe/0.4.23debian1 found 369389 xresprobe/0.4.18-1 fixed 369389 xresprobe/0.4.23debian1 thanks If I understand well, the bug was between version 0.4.18-1 and 0.4.23debian1, that should explain the command above. now 0.4.23debian1 is only in oldstable, stable and following have 0.4.23debian1-0.1, so I just close this bug completely. If I'm wrong feel free to reopen the bug. -- Julien Viard de Galbert http://silicone.homelinux.org/ --- End Message ---
Unidentified subject!
-- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20101103173029.ga19...@hephaistos.amsuess.com
x11proto-gl: Changes to 'debian-unstable'
.gitignore |1 ChangeLog| 541 +++ debian/changelog | 12 + debian/control |5 debian/copyright | 68 ++ debian/rules |2 6 files changed, 580 insertions(+), 49 deletions(-) New commits: commit 89a87ceb680fba304282daed7e7ac3198c12d791 Author: Cyril Brulebois Date: Wed Nov 3 21:26:24 2010 +0100 Upload to unstable. diff --git a/debian/changelog b/debian/changelog index af40fd3..c59274f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -x11proto-gl (1.4.12-1) UNRELEASED; urgency=low +x11proto-gl (1.4.12-1) unstable; urgency=low [ Robert Hooker ] * New upstream release. @@ -10,7 +10,7 @@ x11proto-gl (1.4.12-1) UNRELEASED; urgency=low * Switch from --list-missing to --fail-missing for additional safety. * Add myself to Uploaders. - -- Robert Hooker Tue, 02 Nov 2010 18:38:02 -0400 + -- Cyril Brulebois Wed, 03 Nov 2010 21:26:15 +0100 x11proto-gl (1.4.11-1) unstable; urgency=low commit c70cddfe18a81daf8fd428e7cd78ee6f953eb111 Author: Cyril Brulebois Date: Wed Nov 3 21:22:53 2010 +0100 Add myself to Uploaders. diff --git a/debian/changelog b/debian/changelog index 5e78220..af40fd3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ x11proto-gl (1.4.12-1) UNRELEASED; urgency=low * Add pkg-config build-dep. * Update debian/copyright. * Switch from --list-missing to --fail-missing for additional safety. + * Add myself to Uploaders. -- Robert Hooker Tue, 02 Nov 2010 18:38:02 -0400 diff --git a/debian/control b/debian/control index 6a8d5ae..4be7128 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: x11proto-gl Section: x11 Priority: optional Maintainer: Debian X Strike Force -Uploaders: David Nusinow +Uploaders: David Nusinow , Cyril Brulebois Build-Depends: debhelper (>= 5.0.0), automake, commit 1ee6ae3ca1f4fffb36e6b8b8da0b794538d6cc8c Author: Cyril Brulebois Date: Wed Nov 3 21:22:08 2010 +0100 Switch from --list-missing to --fail-missing for additional safety. diff --git a/debian/changelog b/debian/changelog index 9d29faf..5e78220 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ x11proto-gl (1.4.12-1) UNRELEASED; urgency=low * Remove ChangeLog from .gitignore, and update it. * Add pkg-config build-dep. * Update debian/copyright. + * Switch from --list-missing to --fail-missing for additional safety. -- Robert Hooker Tue, 02 Nov 2010 18:38:02 -0400 diff --git a/debian/rules b/debian/rules index 5398446..d0b724d 100755 --- a/debian/rules +++ b/debian/rules @@ -64,7 +64,7 @@ binary-indep: build install dh_installdocs dh_installman - dh_install --sourcedir=debian/tmp --list-missing + dh_install --sourcedir=debian/tmp --fail-missing dh_installchangelogs dh_link dh_strip commit 267f4c40a424169d3d2dd4a4b1b489f8334b59e5 Author: Cyril Brulebois Date: Wed Nov 3 21:20:31 2010 +0100 Update debian/copyright. diff --git a/debian/changelog b/debian/changelog index 7db9bdf..9d29faf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ x11proto-gl (1.4.12-1) UNRELEASED; urgency=low [ Cyril Brulebois ] * Remove ChangeLog from .gitignore, and update it. * Add pkg-config build-dep. + * Update debian/copyright. -- Robert Hooker Tue, 02 Nov 2010 18:38:02 -0400 diff --git a/debian/copyright b/debian/copyright index 6706a22..517f069 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,48 +1,30 @@ This package was downloaded from http://xorg.freedesktop.org/releases/individual/proto/ -The headers in this module are copyright 1991-1999 Silicon Graphics, Inc. - -License Applicability. Except to the extent portions of this file are -made subject to an alternative license as permitted in the SGI Free -Software License B, Version 1.1 (the "License"), the contents of this -file are subject only to the provisions of the License. You may not use -this file except in compliance with the License. You may obtain a copy -of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 -Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: - -http://oss.sgi.com/projects/FreeB - -Note that, as provided in the License, the Software is distributed on an -"AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS -DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND -CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A -PARTICULAR PURPOSE, AND NON-INFRINGEMENT. - - SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008) - -Copyright (C) [dates of first publication] Silicon Graphics, Inc. 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 limitati
x11proto-gl: Changes to 'refs/tags/x11proto-gl-1.4.12-1'
Tag 'x11proto-gl-1.4.12-1' created by Cyril Brulebois at 2010-11-03 20:28 + Tagging upload of x11proto-gl 1.4.12-1 to unstable. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) iEYEABECAAYFAkzRxdQACgkQeGfVPHR5Nd1JZQCgjIWx8qi7MpeNb6lSmG0y0xG4 Kr0AnRJeTcw1Xgy1hzOk9GRflOt8EZLw =IfJh -END PGP SIGNATURE- Changes since x11proto-gl-1.4.11-1: Adam Jackson (2): Remove structure tag for xGLXHyperpipeConfigSGIXReq glproto 1.4.12 Cyril Brulebois (6): Remove ChangeLog from .gitignore, and update it. Add pkg-config build-dep. Update debian/copyright. Switch from --list-missing to --fail-missing for additional safety. Add myself to Uploaders. Upload to unstable. Gaetan Nadon (3): COPYING: add Copyright from Silicon Graphics config: remove the pkgconfig pc.in file from EXTRA_DIST config: update AC_PREREQ statement to 2.60 Ian Romanick (1): Update tokens for GLX_INTEL_swap_event to match final version of spec Luc Verhaegen (1): Sync glcore.h with mesa HEAD. Mikhail Gusarov (1): Remove duplicate xorg.fd.o URL and confusing mailing list URL from debian/control Robert Hooker (2): Merge branch 'upstream-unstable' into debian-unstable Update changelog. --- .gitignore |1 COPYING | 31 ++- ChangeLog| 541 +++ Makefile.am |1 configure.ac |4 debian/changelog | 14 + debian/control |7 debian/copyright | 68 ++ debian/rules |2 glcore.h | 369 ++--- glxproto.h |2 glxtokens.h |8 12 files changed, 642 insertions(+), 406 deletions(-) --- -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1pdjwk-0007xc...@alioth.debian.org
Processing of x11proto-gl_1.4.12-1_amd64.changes
x11proto-gl_1.4.12-1_amd64.changes uploaded successfully to localhost along with the files: x11proto-gl_1.4.12-1.dsc x11proto-gl_1.4.12.orig.tar.gz x11proto-gl_1.4.12-1.diff.gz x11proto-gl-dev_1.4.12-1_all.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: http://lists.debian.org/e1pdk0c-0002jr...@franck.debian.org
x11proto-gl_1.4.12-1_amd64.changes ACCEPTED into unstable
Accepted: x11proto-gl-dev_1.4.12-1_all.deb to main/x/x11proto-gl/x11proto-gl-dev_1.4.12-1_all.deb x11proto-gl_1.4.12-1.diff.gz to main/x/x11proto-gl/x11proto-gl_1.4.12-1.diff.gz x11proto-gl_1.4.12-1.dsc to main/x/x11proto-gl/x11proto-gl_1.4.12-1.dsc x11proto-gl_1.4.12.orig.tar.gz to main/x/x11proto-gl/x11proto-gl_1.4.12.orig.tar.gz Override entries for your package: x11proto-gl-dev_1.4.12-1_all.deb - optional x11 x11proto-gl_1.4.12-1.dsc - source x11 Announcing to debian-devel-chan...@lists.debian.org Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1pdkhw-0007at...@franck.debian.org
Bug#590715: [Fwd: Some qemu+hurd questions]
On Wed, 2010-11-03 at 01:39 +0100, Samuel Thibault wrote: > Samuel Thibault, le Wed 03 Nov 2010 01:05:34 +0100, a écrit : > > > How to > > > get X running with or without curses in a terminal with a reasonable > > > resolution, like 1280x1024x16. The qemu man page says one should use -vga > > > std to be able to use larger resolutions. How? > > > > By running -vga std, and then try to run Xorg, see whether it just > > already uses a good resolution, else configure it, etc. > > Actually I've just tried it: it's awfully slow and does not support DDE > so that Xorg doesn't dare more than 800x600. You should probably rather > let qemu use the default cirrus, or better, use -vga vmware and install > xserver-xorg-video-vmware, that works for me, and xrandr can be used to > resize at will. I tried to start X with the cirrus driver and got hit by Debian bug #590715 reported for 2:1.7.7-3 (with patch by Samuel) and another for fbdevhw, see below. Hurd version of xorg-server is 2:1.7.7-8. Has this not been fixed? Z.org X Server 1.7.7 Release date: 2010-05-04 X Protocol Version 11, Revision 0 Build operating system: GNU 0.3 GNU-Mach 1.3.99/Hurd-0.3 i686-AT386 Build date: 10 October 2010 12:07:22PM xorg-server 2:1.7.7-8 (Cyril Brulebois ) Current version of pixman: 0.16.4 ... (EE) Loadmodule: FModule fbdevhw does not have a fbdevhwModule data object. (EE) Failed to load module "fbdevhw" (EE) AIGLX error: dlopen of /usr/lib/dri/swrast_dri.so failed (/usr/lib/dri/swrast_dri.so: undefined symbol: _glapi_tls_Context) (EE) GLX: could not load software renderer -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/1288819672.3471.46.ca...@hp.my.own.domain
x11proto-scrnsaver: Changes to 'debian-unstable'
debian/changelog | 15 +-- debian/control|7 +-- debian/rules |5 +++-- debian/x11proto-scrnsaver-dev.install |3 +++ 4 files changed, 24 insertions(+), 6 deletions(-) New commits: commit ff77a6158ca65a96ddb7ab996ac6fa817ee64a1d Author: Cyril Brulebois Date: Wed Nov 3 22:44:57 2010 +0100 Upload to unstable. diff --git a/debian/changelog b/debian/changelog index 959ebb9..209da6a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -x11proto-scrnsaver (1.2.1-1) UNRELEASED; urgency=low +x11proto-scrnsaver (1.2.1-1) unstable; urgency=low [ Julien Cristau ] * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no @@ -19,7 +19,7 @@ x11proto-scrnsaver (1.2.1-1) UNRELEASED; urgency=low * No longer pass --disable-shared, this option is gone. * Add myself to Uploaders. - -- Robert Hooker Tue, 02 Nov 2010 19:54:18 -0400 + -- Cyril Brulebois Wed, 03 Nov 2010 22:44:49 +0100 x11proto-scrnsaver (1.2.0-2) unstable; urgency=low commit dd777fb913a1815c63d6be7be6d1792bf0b12491 Author: Cyril Brulebois Date: Wed Nov 3 22:44:46 2010 +0100 Bump xutils-dev build-dep for new macros. diff --git a/debian/changelog b/debian/changelog index 0c6915e..959ebb9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ x11proto-scrnsaver (1.2.1-1) UNRELEASED; urgency=low [ Cyril Brulebois ] * Add pkg-config build-dep. * Add xmlto, xorg-sgml-doctools, and w3m build-dep for the specs. + * Bump xutils-dev build-dep for new macros. * Pass --with-xmlto and --without-fop, we want html and txt only. * Kill *.xml in the doc directory, no point in shipping them. * Ship *.html, *.css, and *.txt from the doc directory. diff --git a/debian/control b/debian/control index bca13ff..5ff05bb 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: David Nusinow , Andres Salomon = 5.0.0), automake, - xutils-dev (>= 1:7.4+4), + xutils-dev (>= 1:7.5+4), pkg-config, # specs: xmlto, xorg-sgml-doctools (>= 1:1.5), w3m, commit b09a42f434afb653254c005f38bef538a784d95e Author: Cyril Brulebois Date: Wed Nov 3 22:30:16 2010 +0100 Add xmlto, xorg-sgml-doctools, and w3m build-dep for the specs. diff --git a/debian/changelog b/debian/changelog index 13b3595..0c6915e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,7 +10,7 @@ x11proto-scrnsaver (1.2.1-1) UNRELEASED; urgency=low [ Cyril Brulebois ] * Add pkg-config build-dep. - * Add xmlto build-dep. + * Add xmlto, xorg-sgml-doctools, and w3m build-dep for the specs. * Pass --with-xmlto and --without-fop, we want html and txt only. * Kill *.xml in the doc directory, no point in shipping them. * Ship *.html, *.css, and *.txt from the doc directory. diff --git a/debian/control b/debian/control index 7c469be..bca13ff 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,8 @@ Build-Depends: automake, xutils-dev (>= 1:7.4+4), pkg-config, - xmlto, +# specs: + xmlto, xorg-sgml-doctools (>= 1:1.5), w3m, Standards-Version: 3.8.3 Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-scrnsaver Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-scrnsaver.git commit 5fe0871dec46e4d31549f83ad206ceca635786e9 Author: Cyril Brulebois Date: Wed Nov 3 02:27:32 2010 +0100 Add pkg-config build-dep. diff --git a/debian/changelog b/debian/changelog index 715a284..13b3595 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ x11proto-scrnsaver (1.2.1-1) UNRELEASED; urgency=low * New upstream release. [ Cyril Brulebois ] + * Add pkg-config build-dep. * Add xmlto build-dep. * Pass --with-xmlto and --without-fop, we want html and txt only. * Kill *.xml in the doc directory, no point in shipping them. diff --git a/debian/control b/debian/control index 5f9f113..7c469be 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Build-Depends: debhelper (>= 5.0.0), automake, xutils-dev (>= 1:7.4+4), + pkg-config, xmlto, Standards-Version: 3.8.3 Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-scrnsaver commit 675c413e79ad96b2a2069f0cde70a4840ff70f94 Author: Cyril Brulebois Date: Wed Nov 3 02:25:37 2010 +0100 Add myself to Uploaders. diff --git a/debian/changelog b/debian/changelog index 25cfc20..715a284 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ x11proto-scrnsaver (1.2.1-1) UNRELEASED; urgency=low * Ship *.html, *.css, and *.txt from the doc directory. * Switch from --list-missing to --fail-missing for additional safety. * No longer pass --disable-shared, this option is gone. + * Add myself to Uploaders. -- Robert Hooker Tue, 02 Nov 2010 19:54:18 -0400 diff --git a/debian/control b/debian/control index 02d8b13..5f9f113 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: x11proto-scrnsaver Section: x11 Priority
x11proto-scrnsaver: Changes to 'refs/tags/x11proto-scrnsaver-1.2.1-1'
Tag 'x11proto-scrnsaver-1.2.1-1' created by Cyril Brulebois at 2010-11-03 21:53 + Tagging upload of x11proto-scrnsaver 1.2.1-1 to unstable. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) iEYEABECAAYFAkzR2dAACgkQeGfVPHR5Nd3wawCfdv30uLWJm0X4JmjIM5SjmrOy vrEAn0SyqBmhYXY/bKmqyX2hn27F3mnY =IVOp -END PGP SIGNATURE- Changes since x11proto-scrnsaver-1.2.0-2: Alan Coopersmith (1): ScrnSaverProto 1.2.1 Cyril Brulebois (11): Add xmlto build-dep. Pass --with-xmlto and --without-fop, we want html and txt only. Kill *.xml in the doc directory, no point in shipping them. Ship *.html, *.css, and *.txt from the doc directory. Switch from --list-missing to --fail-missing for additional safety. No longer pass --disable-shared, this option is gone. Add myself to Uploaders. Add pkg-config build-dep. Add xmlto, xorg-sgml-doctools, and w3m build-dep for the specs. Bump xutils-dev build-dep for new macros. Upload to unstable. Gaetan Nadon (10): .gitignore: use common defaults with custom section # 24239 configure.ac: AM_MAINTAINER_MODE missing #24238 configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242 Makefile.am: INSTALL file is missing or incorrect #24206 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 README: file created or updated #24206 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES config: remove the pkgconfig pc.in file from EXTRA_DIST config: update AC_PREREQ statement to 2.60 config: Require xorg-macros minimum of 1.10 for XORG_CHECK_SGML_DOCTOOLS Julien Cristau (2): Rename the build directory to not include DEB_BUILD_GNU_TYPE for no good reason. Thanks, Colin Watson! Remove myself from Uploaders Matt Dew (1): specs: replace troff source with docbook-xml source Mikhail Gusarov (1): Remove duplicate xorg.fd.o URL and confusing mailing list URL from debian/control Robert Hooker (2): Merge branch 'upstream-unstable' into debian-unstable Update changelogs. --- .gitignore| 78 ++ ChangeLog | 113 Makefile.am | 13 README| 30 + configure.ac | 21 debian/changelog | 23 debian/control|9 debian/rules | 15 debian/x11proto-scrnsaver-dev.install |3 specs/.gitignore |6 specs/Makefile.am | 64 ++ specs/saver.xml | 935 ++ 12 files changed, 1280 insertions(+), 30 deletions(-) --- -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1pdlho-0001xt...@alioth.debian.org
Bug#590715: [Fwd: Some qemu+hurd questions]
Hi. Svante Signell (03/11/2010): > I tried to start X with the cirrus driver and got hit by Debian bug > #590715 reported for 2:1.7.7-3 (with patch by Samuel) and another > for fbdevhw, see below. Hurd version of xorg-server is > 2:1.7.7-8. Has this not been fixed? According to the bug status, no. I might be convinced to work on that soonish, if you leave me some time to finish the proto uploads I've been doing for the past few hours. A kind reminder in a few days is welcome, if no upload happened at that point. Mraw, KiBi. signature.asc Description: Digital signature
Processing of x11proto-scrnsaver_1.2.1-1_amd64.changes
x11proto-scrnsaver_1.2.1-1_amd64.changes uploaded successfully to localhost along with the files: x11proto-scrnsaver_1.2.1-1.dsc x11proto-scrnsaver_1.2.1.orig.tar.gz x11proto-scrnsaver_1.2.1-1.diff.gz x11proto-scrnsaver-dev_1.2.1-1_all.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: http://lists.debian.org/e1pdllb-0006yw...@franck.debian.org
x11proto-scrnsaver_1.2.1-1_amd64.changes ACCEPTED into unstable
Accepted: x11proto-scrnsaver-dev_1.2.1-1_all.deb to main/x/x11proto-scrnsaver/x11proto-scrnsaver-dev_1.2.1-1_all.deb x11proto-scrnsaver_1.2.1-1.diff.gz to main/x/x11proto-scrnsaver/x11proto-scrnsaver_1.2.1-1.diff.gz x11proto-scrnsaver_1.2.1-1.dsc to main/x/x11proto-scrnsaver/x11proto-scrnsaver_1.2.1-1.dsc x11proto-scrnsaver_1.2.1.orig.tar.gz to main/x/x11proto-scrnsaver/x11proto-scrnsaver_1.2.1.orig.tar.gz Override entries for your package: x11proto-scrnsaver-dev_1.2.1-1_all.deb - optional x11 x11proto-scrnsaver_1.2.1-1.dsc - source x11 Announcing to debian-devel-chan...@lists.debian.org Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1pdlpo-0003a9...@franck.debian.org
x11proto-bigreqs: Changes to 'debian-unstable'
debian/changelog| 27 +-- debian/control |6 -- debian/rules|6 -- debian/x11proto-bigreqs-dev.install |3 +++ 4 files changed, 28 insertions(+), 14 deletions(-) New commits: commit 4e899bf58e25c6b2ed5c0829315b31990171015a Author: Cyril Brulebois Date: Wed Nov 3 23:19:47 2010 +0100 Upload to unstable. diff --git a/debian/changelog b/debian/changelog index d525c3e..c5e41a7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -x11proto-bigreqs (1:1.1.1-1) UNRELEASED; urgency=low +x11proto-bigreqs (1:1.1.1-1) unstable; urgency=low [ Julien Cristau ] * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no @@ -19,7 +19,7 @@ x11proto-bigreqs (1:1.1.1-1) UNRELEASED; urgency=low * No longer pass --disable-shared, this option is gone. * Add myself to Uploaders. - -- Robert Hooker Tue, 02 Nov 2010 18:43:42 -0400 + -- Cyril Brulebois Wed, 03 Nov 2010 23:19:37 +0100 x11proto-bigreqs (1:1.1.0-1) unstable; urgency=low commit 9c9760ef7145185948ab2b04b0cf754482417af5 Author: Cyril Brulebois Date: Wed Nov 3 23:19:32 2010 +0100 Add myself to Uploaders. diff --git a/debian/changelog b/debian/changelog index 0fd37f0..d525c3e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,7 @@ x11proto-bigreqs (1:1.1.1-1) UNRELEASED; urgency=low * Kill *.xml in the doc directory, no point in shipping them. * Switch from --list-missing to --fail-missing for additional safety. * No longer pass --disable-shared, this option is gone. + * Add myself to Uploaders. -- Robert Hooker Tue, 02 Nov 2010 18:43:42 -0400 diff --git a/debian/control b/debian/control index 72e643d..7c70c43 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: x11proto-bigreqs Section: x11 Priority: optional Maintainer: Debian X Strike Force -Uploaders: David Nusinow , Andres Salomon +Uploaders: David Nusinow , Andres Salomon , Cyril Brulebois Build-Depends: debhelper (>= 5.0.0), automake, commit c49892b1d53b694de0d0e6c957740f166820cdfe Author: Cyril Brulebois Date: Wed Nov 3 23:19:13 2010 +0100 Tweak changelog, 1:1.1.0-2 was UNRELEASED. diff --git a/debian/changelog b/debian/changelog index dcc5295..0fd37f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,10 @@ x11proto-bigreqs (1:1.1.1-1) UNRELEASED; urgency=low + [ Julien Cristau ] + * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no +good reason. Thanks, Colin Watson! + * Remove myself from Uploaders + [ Robert Hooker ] * New upstream release. * Add pkg-config to build deps @@ -15,14 +20,6 @@ x11proto-bigreqs (1:1.1.1-1) UNRELEASED; urgency=low -- Robert Hooker Tue, 02 Nov 2010 18:43:42 -0400 -x11proto-bigreqs (1:1.1.0-2) UNRELEASED; urgency=low - - * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no -good reason. Thanks, Colin Watson! - * Remove myself from Uploaders - - -- Julien Cristau Sat, 16 Jan 2010 16:47:51 + - x11proto-bigreqs (1:1.1.0-1) unstable; urgency=low * New upstream release. commit a69f053ad43b52cbcd3b8f4581e3ae7d8ad0083e Author: Cyril Brulebois Date: Wed Nov 3 23:17:38 2010 +0100 No longer pass --disable-shared, this option is gone. diff --git a/debian/changelog b/debian/changelog index c3b7507..dcc5295 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ x11proto-bigreqs (1:1.1.1-1) UNRELEASED; urgency=low * Ship *.html, *.css, and *.txt from the doc directory. * Kill *.xml in the doc directory, no point in shipping them. * Switch from --list-missing to --fail-missing for additional safety. + * No longer pass --disable-shared, this option is gone. -- Robert Hooker Tue, 02 Nov 2010 18:43:42 -0400 diff --git a/debian/rules b/debian/rules index 0319d1c..d656713 100755 --- a/debian/rules +++ b/debian/rules @@ -39,7 +39,7 @@ build-stamp: mkdir -p build cd build && \ ../configure --prefix=/usr --mandir=\$${prefix}/share/man \ ---infodir=\$${prefix}/share/info --disable-shared \ +--infodir=\$${prefix}/share/info \ --with-xmlto --without-fop \ $(confflags) CFLAGS="$(CFLAGS)" cd build && $(MAKE) commit d5e71bd156f857a9f8cfaf80145e10d59f9bc656 Author: Cyril Brulebois Date: Wed Nov 3 23:17:18 2010 +0100 Switch from --list-missing to --fail-missing for additional safety. diff --git a/debian/changelog b/debian/changelog index 3fce3cd..c3b7507 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ x11proto-bigreqs (1:1.1.1-1) UNRELEASED; urgency=low * Pass --with-xmlto and --without-fop, we want html and txt only. * Ship *.html, *.css, and *.txt from the doc directory. * Kill *.xml in the doc directory, no point in shipping them. + * Switch from --list-missing to --f
x11proto-bigreqs: Changes to 'refs/tags/x11proto-bigreqs-1_1.1.1-1'
Tag 'x11proto-bigreqs-1_1.1.1-1' created by Cyril Brulebois at 2010-11-03 22:21 + Tagging upload of x11proto-bigreqs 1:1.1.1-1 to unstable. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) iEYEABECAAYFAkzR4IMACgkQeGfVPHR5Nd3TRgCfaNDYeklvhGkOKSwJk4RMFytS S6QAniFcaEWIQvm3WaRscTw3/Weqco8L =MBu4 -END PGP SIGNATURE- Changes since x11proto-bigreqs-1_1.1.0-1: Alan Coopersmith (2): Cleanup bigreq.xml a bit bigreqsproto 1.1.1 Cyril Brulebois (11): Update upstream changelog as well. Tweak xutils-dev build-dep. Add xmlto, xorg-sgml-doctools, and w3m build-dep for the specs. Pass --with-xmlto and --without-fop, we want html and txt only. Ship *.html, *.css, and *.txt from the doc directory. Kill *.xml in the doc directory, no point in shipping them. Switch from --list-missing to --fail-missing for additional safety. No longer pass --disable-shared, this option is gone. Tweak changelog, 1:1.1.0-2 was UNRELEASED. Add myself to Uploaders. Upload to unstable. Gaetan Nadon (9): .gitignore: use common defaults with custom section # 24239 configure.ac: AM_MAINTAINER_MODE missing #24238 configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242 Makefile.am: INSTALL file is missing or incorrect #24206 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 README: file created or updated #24206 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES config: remove the pkgconfig pc.in file from EXTRA_DIST config: update AC_PREREQ statement to 2.60 Julien Cristau (3): Remove config.* in debian/rules clean Rename the build directory to not include DEB_BUILD_GNU_TYPE for no good reason. Thanks, Colin Watson! Remove myself from Uploaders Matt Dew (1): specs: convert bigreq.ms from xorg-docs module to DocBook XML Mikhail Gusarov (1): Remove duplicate xorg.fd.o URL and confusing mailing list URL from debian/control Robert Hooker (4): Merge branch 'upstream-unstable' into debian-unstable Update changelog. Add pkg-config to build deps. Bump xutils-dev build requirement for util-macros 1.10. --- .gitignore | 78 - ChangeLog | 113 + Makefile.am | 13 - README | 30 +++ configure.ac| 21 +- debian/changelog| 23 ++ debian/control |9 - debian/rules| 17 + debian/x11proto-bigreqs-dev.install |3 specs/.gitignore|6 specs/Makefile.am | 64 +++ specs/bigreq.xml| 311 12 files changed, 658 insertions(+), 30 deletions(-) --- -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1pdllg-0007wh...@alioth.debian.org
Bug#596349: Slight improvements in xserver-xorg-video-intel 2:2.13.0-1
I tried this again with kernel 2.6.36-rc6 and xserver-xorg-video intel 2:2.13.0-1, both from experimental. Now apparently I can change the backlight sometimes without the mouse pointer disappearing. Sometimes the pointer stays, sometimes it doesn't. I haven't figured out a pattern yet, but in a way it is an improvement. -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/40344.85.178.68.56.1288823117.webm...@portal.zedat.fu-berlin.de
Bug#590715: [Fwd: Some qemu+hurd questions]
Svante Signell, le Wed 03 Nov 2010 22:27:52 +0100, a écrit : > On Wed, 2010-11-03 at 01:39 +0100, Samuel Thibault wrote: > > Samuel Thibault, le Wed 03 Nov 2010 01:05:34 +0100, a écrit : > > > > How to > > > > get X running with or without curses in a terminal with a reasonable > > > > resolution, like 1280x1024x16. The qemu man page says one should use > > > > -vga > > > > std to be able to use larger resolutions. How? > > > > > > By running -vga std, and then try to run Xorg, see whether it just > > > already uses a good resolution, else configure it, etc. > > > > Actually I've just tried it: it's awfully slow and does not support DDE > > so that Xorg doesn't dare more than 800x600. You should probably rather > > let qemu use the default cirrus, or better, use -vga vmware and install > > xserver-xorg-video-vmware, that works for me, and xrandr can be used to > > resize at will. > > I tried to start X with the cirrus driver and got hit by Debian bug > #590715 reported for 2:1.7.7-3 (with patch by Samuel) and another for > fbdevhw, see below. Mmm, I guess you are overestimating the consequences of this bug: it disables a couple of things, but you should get an Xorg server working. If all you get is a black screen, you're most probably hit by the "we don't like showing a mouse cursor" crazyness of Xorg people, that is you have a working X server, but you didn't start any client (e.g. use xinit /usr/bin/xterm to start one). Samuel -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20101103222723.gc5...@const.famille.thibault.fr
Bug#601558: Working with experimental xserver-xorg-video-intel and kernel
I have now tried the 2.6.36-rc6 kernel and xserver-xorg-video-intel 2.13.0-1, both from experimental. My display works now nicely, with kms, both in text mode and with X. Great! There are a few minor glitches: - sometimes I cannot switch back from text mode to X (screen stays black) - restarting kdm made my mouse pointer disappear. But overall the system appears well usable, if you stay away from the nerdy stuff like text mode. thanks, Oliver P.S.: Should this bug not be reopened? It is definitely not fixed in squeeze. -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/56660.85.178.68.56.1288823545.webm...@portal.zedat.fu-berlin.de
Bug#602207: xserver-xorg-video-intel: Swiching SDL window to fullscreen causes black screen
> sounds like it happens to me as well (with 1366x768) with X Server > 1.9; thanks for your testcase. The best thing one can do is open a bug > upstream (https://bugs.freedesktop.org/ product=xorg, component might > be Driver/intel, or another one, not sure). You're welcome to do so > and give a link/bugnumber here, so that we can mark it as forwarded. > Done: http://bugs.freedesktop.org/show_bug.cgi?id=31367 cheers, Christian -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20101103223648.ga5...@localhost
Processing of x11proto-bigreqs_1.1.1-1_amd64.changes
x11proto-bigreqs_1.1.1-1_amd64.changes uploaded successfully to localhost along with the files: x11proto-bigreqs_1.1.1-1.dsc x11proto-bigreqs_1.1.1.orig.tar.gz x11proto-bigreqs_1.1.1-1.diff.gz x11proto-bigreqs-dev_1.1.1-1_all.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: http://lists.debian.org/e1pdloh-0002cx...@franck.debian.org
Bug#602207: xserver-xorg-video-intel: Swiching SDL window to fullscreen causes black screen
forwarded 602207 http://bugs.freedesktop.org/show_bug.cgi?id=31367 thanks Christian Henz (03/11/2010): > Done: > http://bugs.freedesktop.org/show_bug.cgi?id=31367 Thanks, marking as such. Mraw, KiBi. signature.asc Description: Digital signature
Processed: Re: Bug#602207: xserver-xorg-video-intel: Swiching SDL window to fullscreen causes black screen
Processing commands for cont...@bugs.debian.org: > forwarded 602207 http://bugs.freedesktop.org/show_bug.cgi?id=31367 Bug #602207 [xserver-xorg-video-intel] xserver-xorg-video-intel: Swiching SDL window to fullscreen causes black screen Set Bug forwarded-to-address to 'http://bugs.freedesktop.org/show_bug.cgi?id=31367'. > thanks Stopping processing here. Please contact me if you need assistance. -- 602207: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602207 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: http://lists.debian.org/handler.s.c.128882400828232.transcr...@bugs.debian.org
x11proto-fixes: Changes to 'debian-unstable'
debian/changelog | 12 +-- debian/control|2 - debian/copyright | 41 ++ debian/rules |6 ++--- debian/x11proto-fixes-dev.install |1 5 files changed, 35 insertions(+), 27 deletions(-) New commits: commit e6bc57831533bd3ebc7809214150eb2b8bc9dbaa Author: Cyril Brulebois Date: Wed Nov 3 23:44:23 2010 +0100 Upload to unstable. diff --git a/debian/changelog b/debian/changelog index 0a8a783..33c62cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -x11proto-fixes (1:4.1.2-1) UNRELEASED; urgency=low +x11proto-fixes (1:4.1.2-1) unstable; urgency=low [ Julien Cristau ] * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no @@ -16,7 +16,7 @@ x11proto-fixes (1:4.1.2-1) UNRELEASED; urgency=low * No longer pass --disable-shared, this option is gone. * Add myself to Uploaders. - -- Robert Hooker Tue, 02 Nov 2010 19:21:43 -0400 + -- Cyril Brulebois Wed, 03 Nov 2010 23:44:17 +0100 x11proto-fixes (1:4.1.1-2) unstable; urgency=low commit 108d1b678ef019482a7ce29854f3b85b9b11f611 Author: Cyril Brulebois Date: Wed Nov 3 23:44:01 2010 +0100 Add myself to Uploaders. diff --git a/debian/changelog b/debian/changelog index f8a8554..0a8a783 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ x11proto-fixes (1:4.1.2-1) UNRELEASED; urgency=low dh_installdocs. * Switch from --list-missing to --fail-missing for additional safety. * No longer pass --disable-shared, this option is gone. + * Add myself to Uploaders. -- Robert Hooker Tue, 02 Nov 2010 19:21:43 -0400 diff --git a/debian/control b/debian/control index 6e22a3c..d4001d7 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: x11proto-fixes Section: x11 Priority: optional Maintainer: Debian X Strike Force -Uploaders: David Nusinow , Andres Salomon +Uploaders: David Nusinow , Andres Salomon , Cyril Brulebois Build-Depends: debhelper (>= 5.0.0), automake, commit e31eaf908932bce51ee367ab58a204c0df01a36d Author: Cyril Brulebois Date: Wed Nov 3 23:43:40 2010 +0100 Install fixesproto.txt with dh_install rather than with dh_installdocs. diff --git a/debian/changelog b/debian/changelog index 46336f0..f8a8554 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ x11proto-fixes (1:4.1.2-1) UNRELEASED; urgency=low [ Cyril Brulebois ] * Update debian/copyright. + * Install fixesproto.txt with dh_install rather than with +dh_installdocs. * Switch from --list-missing to --fail-missing for additional safety. * No longer pass --disable-shared, this option is gone. diff --git a/debian/rules b/debian/rules index 527b280..238eefb 100755 --- a/debian/rules +++ b/debian/rules @@ -73,7 +73,7 @@ binary-indep: build install dh_testdir dh_testroot - dh_installdocs fixesproto.txt + dh_installdocs dh_installman dh_install --sourcedir=debian/tmp --fail-missing dh_installchangelogs ChangeLog diff --git a/debian/x11proto-fixes-dev.install b/debian/x11proto-fixes-dev.install index 3eab5d3..6a03d21 100644 --- a/debian/x11proto-fixes-dev.install +++ b/debian/x11proto-fixes-dev.install @@ -1,2 +1,3 @@ usr/include/X11/extensions/* usr/lib/pkgconfig/fixesproto.pc +usr/share/doc/fixesproto/fixesproto.txt usr/share/doc/x11proto-fixes-dev/ commit 7fd0f5a0c7d7aeb6b1b82933712f1d54446f2016 Author: Cyril Brulebois Date: Wed Nov 3 23:37:21 2010 +0100 No longer pass --disable-shared, this option is gone. diff --git a/debian/changelog b/debian/changelog index 7de06ef..46336f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ x11proto-fixes (1:4.1.2-1) UNRELEASED; urgency=low [ Cyril Brulebois ] * Update debian/copyright. * Switch from --list-missing to --fail-missing for additional safety. + * No longer pass --disable-shared, this option is gone. -- Robert Hooker Tue, 02 Nov 2010 19:21:43 -0400 diff --git a/debian/rules b/debian/rules index a3a21b9..527b280 100755 --- a/debian/rules +++ b/debian/rules @@ -39,7 +39,7 @@ build-stamp: mkdir -p build cd build && \ ../configure --prefix=/usr --mandir=\$${prefix}/share/man \ ---infodir=\$${prefix}/share/info --disable-shared \ +--infodir=\$${prefix}/share/info \ $(confflags) CFLAGS="$(CFLAGS)" cd build && $(MAKE) >$@ commit 657b49c80809740a9094cd8371a8b9de8479568c Author: Cyril Brulebois Date: Wed Nov 3 23:37:08 2010 +0100 Switch from --list-missing to --fail-missing for additional safety. diff --git a/debian/changelog b/debian/changelog index 8b0ccb1..7de06ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ x11proto-fixes (1:4.1.2-1) UNRELEASED; urgency=low [ Cyril Brulebois ] * Update debian/copyright. + *
x11proto-fixes: Changes to 'refs/tags/x11proto-fixes-1_4.1.2-1'
Tag 'x11proto-fixes-1_4.1.2-1' created by Cyril Brulebois at 2010-11-03 22:45 + Tagging upload of x11proto-fixes 1:4.1.2-1 to unstable. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) iEYEABECAAYFAkzR5gcACgkQeGfVPHR5Nd1/0gCfTX0W6oVQE3IOS/mpMyz+sJLI 9jQAn24FRnUCVmj3vYhLt+V7CtN1M1ZX =f+Sa -END PGP SIGNATURE- Changes since x11proto-fixes-1_4.1.1-2: Alan Coopersmith (3): Update Sun license notices to current X.Org standard form Sun's copyrights now belong to Oracle fixesproto 4.1.2 Cyril Brulebois (7): Update upstream changelog as well. Update debian/copyright. Switch from --list-missing to --fail-missing for additional safety. No longer pass --disable-shared, this option is gone. Install fixesproto.txt with dh_install rather than with dh_installdocs. Add myself to Uploaders. Upload to unstable. Gaetan Nadon (9): .gitignore: use common defaults with custom section # 24239 configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242 Makefile.am: INSTALL file is missing or incorrect #24206 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 NEWS: remove empty file #24206 README: file created or updated #24206 INSTALL file is missing or incorrect #24206 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES config: remove the pkgconfig pc.in file from EXTRA_DIST Julien Cristau (2): Rename the build directory to not include DEB_BUILD_GNU_TYPE for no good reason. Thanks, Colin Watson! Remove myself from Uploaders Mikhail Gusarov (1): Remove duplicate xorg.fd.o URL and confusing mailing list URL from debian/control Robert Hooker (2): Merge branch 'upstream-unstable' into debian-unstable Update changelog. Rémi Cardona (1): Use $(docdir) for fixesproto.txt install path --- .gitignore| 77 ++--- COPYING | 21 ++ ChangeLog | 116 ++ INSTALL |8 -- Makefile.am | 14 ++-- README|9 ++ configure.ac |8 +- debian/changelog | 20 ++ debian/control|4 - debian/copyright | 41 ++--- debian/rules | 16 ++--- debian/x11proto-fixes-dev.install |1 xfixesproto.h | 38 ++-- xfixeswire.h | 38 ++-- 14 files changed, 316 insertions(+), 95 deletions(-) --- -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1pdm8g-0003gb...@alioth.debian.org
x11proto-bigreqs_1.1.1-1_amd64.changes ACCEPTED into unstable
Accepted: x11proto-bigreqs-dev_1.1.1-1_all.deb to main/x/x11proto-bigreqs/x11proto-bigreqs-dev_1.1.1-1_all.deb x11proto-bigreqs_1.1.1-1.diff.gz to main/x/x11proto-bigreqs/x11proto-bigreqs_1.1.1-1.diff.gz x11proto-bigreqs_1.1.1-1.dsc to main/x/x11proto-bigreqs/x11proto-bigreqs_1.1.1-1.dsc x11proto-bigreqs_1.1.1.orig.tar.gz to main/x/x11proto-bigreqs/x11proto-bigreqs_1.1.1.orig.tar.gz Override entries for your package: x11proto-bigreqs-dev_1.1.1-1_all.deb - optional x11 x11proto-bigreqs_1.1.1-1.dsc - source x11 Announcing to debian-devel-chan...@lists.debian.org Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1pdluk-000567...@franck.debian.org
Bug#590715: [Fwd: Some qemu+hurd questions]
On Wed, 2010-11-03 at 23:27 +0100, Samuel Thibault wrote: > Svante Signell, le Wed 03 Nov 2010 22:27:52 +0100, a écrit : .. > > I tried to start X with the cirrus driver and got hit by Debian bug > > #590715 reported for 2:1.7.7-3 (with patch by Samuel) and another for > > fbdevhw, see below. > > Mmm, I guess you are overestimating the consequences of this bug: it > disables a couple of things, but you should get an Xorg server working. > If all you get is a black screen, you're most probably hit by the "we > don't like showing a mouse cursor" crazyness of Xorg people, that is you > have a working X server, but you didn't start any client (e.g. use > xinit /usr/bin/xterm to start one). I did get a black screen, then X was shut down with the messages copied manually in my previous mail. Good news however. Creating an .xinitrc file exec'ing wmaker I have an X desktop running. Yippee! It does not seem too much slower than without X. Will try the vmware driver next! -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/1288824507.3471.53.ca...@hp.my.own.domain
Processing of x11proto-fixes_4.1.2-1_amd64.changes
x11proto-fixes_4.1.2-1_amd64.changes uploaded successfully to localhost along with the files: x11proto-fixes_4.1.2-1.dsc x11proto-fixes_4.1.2.orig.tar.gz x11proto-fixes_4.1.2-1.diff.gz x11proto-fixes-dev_4.1.2-1_all.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: http://lists.debian.org/e1pdmdc-fl...@franck.debian.org
x11proto-fixes_4.1.2-1_amd64.changes ACCEPTED into unstable
Accepted: x11proto-fixes-dev_4.1.2-1_all.deb to main/x/x11proto-fixes/x11proto-fixes-dev_4.1.2-1_all.deb x11proto-fixes_4.1.2-1.diff.gz to main/x/x11proto-fixes/x11proto-fixes_4.1.2-1.diff.gz x11proto-fixes_4.1.2-1.dsc to main/x/x11proto-fixes/x11proto-fixes_4.1.2-1.dsc x11proto-fixes_4.1.2.orig.tar.gz to main/x/x11proto-fixes/x11proto-fixes_4.1.2.orig.tar.gz Override entries for your package: x11proto-fixes-dev_4.1.2-1_all.deb - optional x11 x11proto-fixes_4.1.2-1.dsc - source x11 Announcing to debian-devel-chan...@lists.debian.org Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1pdmqz-z7...@franck.debian.org
Processed: Re: Bug#369389: xresprobe: Regression between 0.4.18-1 and 0.4.23debian1 on a HP Pavillon zv5000
Processing commands for cont...@bugs.debian.org: > notfound 369389 xresprobe/0.4.18-1 Bug #369389 {Done: Julien Viard de Galbert } [xresprobe] xresprobe: Regression between 0.4.18-1 and 0.4.23debian1 on a HP Pavillon zv5000 Bug No longer marked as found in versions xresprobe/0.4.18-1. > found 369389 xresprobe/0.4.18-1 Bug #369389 {Done: Julien Viard de Galbert } [xresprobe] xresprobe: Regression between 0.4.18-1 and 0.4.23debian1 on a HP Pavillon zv5000 Bug Marked as found in versions xresprobe/0.4.18-1. > quit Stopping processing here. Please contact me if you need assistance. -- 369389: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=369389 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: http://lists.debian.org/handler.s.c.128884629317204.transcr...@bugs.debian.org
Processed: Re: Bug#369389: xresprobe: Regression between 0.4.18-1 and 0.4.23debian1 on a HP Pavillon zv5000
Processing commands for cont...@bugs.debian.org: > #> notfound 369389 xresprobe/0.4.18-1 > #> found 369389 xresprobe/0.4.18-1 > # Erm. > found 369389 xresprobe/0.4.23debian1 Bug #369389 {Done: Julien Viard de Galbert } [xresprobe] xresprobe: Regression between 0.4.18-1 and 0.4.23debian1 on a HP Pavillon zv5000 Bug Marked as found in versions xresprobe/0.4.23debian1; no longer marked as fixed in versions xresprobe/0.4.23debian1 and reopened. > notfound 369389 xresprobe/0.4.18-1 Bug #369389 [xresprobe] xresprobe: Regression between 0.4.18-1 and 0.4.23debian1 on a HP Pavillon zv5000 Bug No longer marked as found in versions xresprobe/0.4.18-1. > End of message, stopping processing here. Please contact me if you need assistance. -- 369389: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=369389 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: http://lists.debian.org/handler.s.c.128884658518306.transcr...@bugs.debian.org