E: /var/cache/apt/archives/x11-common_1%3a7.2-0ubuntu4_i386.deb: subprocess
pre-installation script returned error exit status 1
Version 1:7.2-0ubuntu4:
* debian/x11-common.config.in:
- fix validate_nice_value() not to fail when using adept
(Closes: LP #68267)
* debian/local/dexconf:
- don't set HorizScrollDelta for synaptics so that horizontal scrolling
works. (Closes: LP #40021)
Version 1:7.2-0ubuntu3:
* Set default keyboard variant for French to oss (LP: #89835).
Version 1:7.2-0ubuntu2:
* Add xserver-xorg-video-1.0 alternative to the Depends for
xserver-xorg.
Version 1:7.2-0ubuntu1:
* 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).
Version 1:7.1.0-12:
[ Christian Perrier ]
* Map French Canadian console keymap to "ca" X keymap in the postinst
Closes: #408482
[ Julien Cristau ]
* High urgency upload for RC bugfix.
* x11-common Conflicts with opera (<< 9.10-20061214.6), to provide an
upgrade path for users with this third-party package installed. Thanks to
Steve Langasek (closes: #410740).
* Change my email address in debian/control.
* Use dh_strip to strip /usr/bin/X in x11-common.
* Don't call update-rc.d twice in x11-common's postrm.
Version 1:7.1.0-11:
[ Julien Cristau ]
* Added Tamil debconf translation (closes: #406306).
[ David Nusinow ]
* Permit pre-seeding for font server in dexconf. This adds a new hidden
template that does not need to be translated. Thanks Petter Reinholdtsen
for the original report and patch, and Damyan Ivanov for noticing the
regression. Closes: #323262
Version 1:7.1.0-10:
* Change the Depends of xserver-xorg back to xserver-xorg-video-all |
xserver-xorg-video-1.0, xserver-xorg-input-all | xserver-xorg-input, and
remove alternative recommends, because we'd like the -all packages to be
pulled in on initial install and on upgrade from pre-modular versions
(closes: #405639, #406058).
* Add xserver-xorg-input-void to xserver-xorg-input-all's dependencies on
s390.
* Fix dexconf to work when $TMPDIR is NFS-mounted, by closing the redirected
file descriptor before trying to rm $DEXCONFTMPDIR (closes: #405782).
Thanks to Boris Dores for the report, and to Brice Goglin for the patch.
* Add myself to Uploaders, and remove Fabio with his permission.
Version 1:7.1.0-9:
lee
[EMAIL PROTECTED]
--
Please enter an integer between -20 and 19.
https://launchpad.net/bugs/90442
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs