Comment 11 for bug 92849

Revision history for this message
Martin Pitt (pitti) wrote :

 restricted-manager (0.11) feisty; urgency=low
 .
   * RestrictedManager/xorg_driver.py: Do not autodetect mouse and monitor when
     reconfiguring xserver-xorg for a new driver. This avoids clobbering
     manually added undetected resolutions. (LP: #93643)
   * po/de.po: Synchronize with Rosetta.
   * RestrictedManager/nvidia.py: Enable NoLogo by default. (LP: #93306)
   * RestrictedManager/nvidia.py: Enable AddARGBVisuals to make Beryl work.
     (LP: #93262)
   * RestrictedManager/xorg_driver.py: Do not mangle xorg.conf if package
     download/installation was aborted. (LP: #92573)
   * RestrictedManager/nvidia.py: Fix passing of driver package name, so that
     the legacy driver actually installs nvidia-glx-legacy. (LP: #92849, part
     one)
   * RestrictedManager/{xorg_driver,nvidia,fglrx}.py: Do not assume that the
     kernel module name always matches the X.org driver module name
     (nvidia_legacy vs. nvidia), but instead pass the X.org driver name as a
     separate attribute. ((LP: #92849, part two)
   * RestrictedManager/modalias.override: Add NV44A [GeForce 6200] (not covered
     by nvidia_supported). (LP: #93209)
   * RestrictedManager/core.py: When loading default or special handlers, check
     that there is actually a kernel module behind. Otherwise we will display
     handlers with overrides on platforms which do not actually provide those
     modules. (LP: #93368)