RFS for phpgroupware

I’ve just completed a repackaging of phpGroupware for Debian, so I’m asking for sponsorship by a Debian developer (RFS sent to debian-mentors).

Potential sponsors, see you in FOSDEM tomorrow and sunday, maybe 😉

Update 2008/03/06 : Loïc Dachary generously proposed himself for sponsoring our package. I have updated the package whose source is still at the link above, to correct a few minor bits. Let’s hope it will make a nice journey to Debian NEW now.

Sympa and phpGroupware (soon ?) in Debian testing

Cool. We make progress on the PicoForge (1.1) dependencies in Debian :

  • Sympa was momentarily out of testing, since it had a “grave” bug when trying to install it over PostGreSQL. I found a workaround, I think, so removed the grave status of that bug, and now Sympa is back in testing. We’re still working out a proper fix… but in between I think I found something nasty around debconf and locales… more details later maybe.
  • phpGroupware, may soon come back to Debian. Due to its maintainer MIA, it was removed from Debian (testing and unstable), so we (Christian and myself) motivated to take over the maintenance of the package, and finally filed an ITP. Let’s see if we find sponsors, and how we manage to maintain it (we habe setup a project in PicoForge to do so)… I hope it won’t be too much work, and that the upcoming 0.9.18 will help lower the maintenance efforts.

Now all this is improving, we may concentrate on PicoForge again ? 😉

Debian package for TWiki LDAP contrib adapter (a bit outdated though)

Currently considering my intention of becoming maintainer of some Debian packages, I realized I had not blogged about the packaging I made for TWikiLdapContrib, an adapter for users and groups management in TWiki based on a LDAP directory.

See https://picoforge.int-evry.fr/cgi-bin/twiki/view/Picoforge/Web/TwikiLdapcontribDeb for more details on this package made for PicoForge.

I should add that it’s a bit outdated wrt the upstream package… but it seems to work for our use in PicoForge 😉

Update 20071005 :

I’ve issued a RFS for version 1.11 of the package, which is the current version advertised on twiki.org.

I’m also working on packaging the future 2.0 version provided by the author.

All details in the link above in Picoforge’s wiki.

Selecting from multiple X configurations (layouts) automatically at GDM startup or at boot

I’m trying to use different configurations on my laptop :

  • standard linux kernel with proprietary nvidia driver
  • and Xen to allow developping/testing in a hosted dom-U Debian distro, in which case I switch back to the libre nv driver

When using the proprietary nvidia driver, I may use two kind of configurations :

  • having several screens in “clone” mode, i.e. replicated view on screen and beamer, for instance (classical use of Fn+F8 clone display)
  • or having both screens assembled into one to use twinview with dualhead, which provides (through Xinerama) and being able to switch windows from one to the other

This means I configured several layouts in the same xorg.conf file, which will describe each a different Xorg configuration.

Update 2008/02/10 : reorganized that post to be able to manage kernel-passed LAYOUT variable
Continue reading “Selecting from multiple X configurations (layouts) automatically at GDM startup or at boot”

TwinView on NVidia video card : 2 displays for my laptop

I configured the nvidia (proprietary, shame, shame) driver on my Dell Latitude D820 laptop so that my video card can display on 2 physical screens at the same time (ideal for beamer overhead display in conferences, or with a spare LCD display on the desk, etc.).

I had only tested the clone mode until now, which is usually used to display the same thing on the flat pannel of the laptop and the VGA output (on a beamer, for instance).

I got a bit further and tested the twinview settings, so that I can have the best resolution on either screen : 1680×1050 on internal display or the laptop (DFP, Digital Flat Panel), and 1280×1024 on the external LCD display (recognized as a CRT by the card). Both screens can then be “assembled” to form one large screen of 2960×1050 known by Xinerama ! And guess what, the window manager manages that in a user-friendly way (more or less) : windows can be transfered from one screen to the other, and magnification only sets them to cover the full of the current screen only.
Continue reading “TwinView on NVidia video card : 2 displays for my laptop”