Comment 2 for bug 38931

Revision history for this message
Colin Watson (cjwatson) wrote :

xorg (1:7.2-0ubuntu1) feisty; urgency=low

  * debian/control:
    - don't require a xserver-xorg-core non available yet, the versionned
      Depends is only for reportbug
  * debian/control, debian/scripts/vars.sparc, debian/rules:
    - makes xorg arch any and use an extra variable
      to not Depends on type-handling

  [ Timo Aaltonen ]
  * Merge with Debian, remaining changes:
    - debian/control:
      + Add replaces for xinit since we now ship Xsession from x11-common.
        Ditto for xrgb as we ship rgb.txt in x11-common.
      + xserver-xorg:
        Depends: xserver-xorg-video-1.0 -> xserver-xorg-video.
        Put ${F:XServer-Xorg-Detect-Depends} in Recommends:, like the rest
        of the tools.
      + Added Replaces: xserver-xorg-driver-all to xserver-xorg-video-all
      + Added Conflicts: xserver-xorg-driver-all to xserver-xorg-video-all
      + Keep meta-packages for xlibs-dev, xbase-clients, xutils
    - debian/local/Xsession:
      + Set temporary umask when creating $ERRFILE
      + If ~/.xsession-errors is bigger than 0.5MiB, truncate it to the last
        0.5MiB to avoid having it grow indefinitively. (This does not happen
        with gdm anyway since gdm cleans the file on login).
        (Closes: LP #60448)
    - debian/local/dexconf:
      + don't put /usr/X11R6/* in font paths.
      + Uncoditionally re-enable ZAxisMapping in dexconf.
        (Closes: LP #31827)
      + Add InputDevice entries for wacom.
      + Add extra bits for ps3fb xorg.conf
      + Add special case for i810 with 3M TouchScreen monitors to set a
        resolution of 800x600 and avoid probing since it will fail miserably
        in xserver-xorg.postinst. Also make sure to write Option "DisplayInfo"
        "False" in Device Section in dexconf if the above combination is
        matched otherwise the card will display extra unrequired info each
        time X attempts a startup. (touches also xserver-xorg.postinst.in)
      + Due to a very annoying DRI/DRM bug, make sure to use OldDmaInit
        when writing down the Device section for mga driver. This will make
        DRI working at least for AGP cards. PCI didn't work before and it will
        keep not working since the option does explicitly disable DRI for PCI.
        (Closes: LP #27442)
      + Enable elographics driver when matching known machines.
    - debian/rules:
      + set XSERVER_XORG_DETECT_DEPENDS, but with an empty list since the old
        packages are already in Recommends:.
      + move the dh_gencontrol trick to binary-indep:, so it actually is set
        for xserver-xorg.
    - debian/scripts/vars*
      + Add xserver-xorg-input-elographics to XSERVER_XORG_INPUT_DEPENDS.
      + Set XSERVER_XORG_DETECT_DEPENDS on amd64, hppa, i386, ia64.
      + Add xserver-xorg-video-vmware on amd64, remove from non-x86* archs.
    - debian/x11-common.{dirs,links}: don't ship usr/X11R6/lib/X11/fonts
    - debian/x11-common.init: Only source /etc/default/rcS if it exists,
      allowing x11-common to be installed by debootstrap.
    - debian/xserver-xorg.postinst.in:
      + Skip video card autodetection if xforcevesa is set
        (Closes: LP #27020, #59618).
      + Detect keyboard layout configuration using /etc/default/console-setup
        if available.
      + Translate debian-installer/keymap=uk to gb, not gb(intl)
        (Closes: LP #58016)
      + Make sure to ask video driver on sparc even if autodetected. Some
        cards still require weird overrides (ati -> fbdev) that are not
        100% known in all combinantions.
      + Clean up duplicate keymaps in xserver-xorg.config.in and make sure
        they're all neatly alphabetised.
      + Map cf console keymap to ca(fr), and fix sanity-checking logic for
        French Canadian vs. US-layout keyboards. (Closes: LP #34627)
      + Map et console keymap to ee. (Closes: LP #42800)
      + Map nl console keymap to nl. (Closes: LP #26552)
      + Map gr console keymap to gr, and add it to the list of non-Latin
        keymaps.
      + Map mk, ro, and ru console keymaps to mk, ro, and ru respectively.
      + Change sr-cy console keymap to map to cs, not sr, following
        xkeyboard-config changes. Add this to the list of non-Latin keymaps.
      + Handle trfu/trqu console keymaps the same way as trf/trq.
        (Closes: LP #37867)
      + Map croat console keymap to hr. (Closes: LP #43598)
      + Try autodetecting South Korean keyboards. They have to be detected
        from LANG since they use US keymaps on the console.
      + Sparc doesn't need sun types keyboard since 2.6 kernel come to play
        in the game. Make it use pc105 instead with xorg rules.
      + Use fbset for HPPA.
      + Write down sync ranges for sis driver. Too many reports on sis driver
        not being able to get a clue on the connected monitor.
        (Closes at least: LP #30489)
      + Some ati cards require a kick (sync ranges) when using DVI output.
        (Closes: LP #39570)
      + Make sure to write sync values for Intel Corporation 82852/855GM
        Integrated Graphics Device when monitor is LCV/LDVS.
        (Closes: LP #13846)
      + Make sure to write sync ranges with CTX S501A LCD monitor since it
        seems to return 2 sets of sync ranges but only one is valid and of
        course the drivers pick up the wrong one. (Closes: LP #38772)
      + On fresh installs, if the display is not a lcd/lvds, there are no
        known syncs frequencies for the monitor and the card is mga, do NOT
        write SYNC_RANGES. It appears that mga can cope just fine parting
        vesa info too. (Closes: LP #19098)
  * debian/local/dexconf:
    - change font paths /usr/share/X11/fonts -> /usr/share/fonts/X11.
  * debian/rules:
    - change SERVERABIBUMP to 7.2
  * debian/xserver-xorg.links:
    - ship a symlink "usr/share/X11/fonts -> usr/share/fonts/X11".
  * debian/control:
    - change the Maintainer-fields.

  [ Colin Watson ]
  * Add lt to list of non-Latin keymaps (LP: #38931).

 -- Sebastien Bacher <email address hidden> Fri, 23 Feb 2007 14:05:18 +0100