Activity log for bug #38931

Date Who What changed Old value New value Message
2006-04-09 21:45:13 Mantas Kriaučiūnas bug added bug
2006-04-09 21:45:25 Mantas Kriaučiūnas bug assigned to Baltix
2006-04-22 09:43:57 Mantas Kriaučiūnas xserver-xorg: statusexplanation
2006-05-03 09:42:29 Fabio Massimo Di Nitto xorg: assignee tfheen
2006-05-03 09:42:29 Fabio Massimo Di Nitto xorg: statusexplanation Tollef can you please provide me a patch for this one since you know that part of the code? Thanks Fabio
2007-02-07 23:00:31 Colin Watson bug assigned to console-setup (Ubuntu)
2007-02-23 14:40:16 Colin Watson console-setup: status Unconfirmed Fix Committed
2007-02-23 14:40:16 Colin Watson console-setup: assignee kamion
2007-02-23 14:40:16 Colin Watson console-setup: statusexplanation
2007-02-23 14:40:31 Colin Watson xorg: status Unconfirmed In Progress
2007-02-23 14:40:31 Colin Watson xorg: assignee tfheen kamion
2007-02-23 14:40:31 Colin Watson xorg: statusexplanation Tollef can you please provide me a patch for this one since you know that part of the code? Thanks Fabio
2007-02-24 00:26:32 Colin Watson xorg: status In Progress Fix Released
2007-02-24 00:26:32 Colin Watson xorg: statusexplanation 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 <seb128@canonical.com> Fri, 23 Feb 2007 14:05:18 +0100
2007-03-06 12:19:11 Colin Watson console-setup: status Fix Committed Fix Released
2007-03-06 12:19:11 Colin Watson console-setup: statusexplanation console-setup (1.13ubuntu7) feisty; urgency=low * Add lt to list of non-Latin keymaps (LP: #38931). * Map Caps Lock to Shift Lock for Turkish layouts. * Build keymap tree from MyKeyboardNames.pl rather than KeyboardNames.pl. * Add fr:oss to keymap tree. * Set default variant for French to oss (LP: #89835). * Remove Keyboard/*.tree on clean. * Fix six files in debian/ that were supposed to be symlinks. * Move console-setup-udeb's post-base-installer script to be a base-installer script instead, so that console-setup will be configured properly along with the initramfs during debootstrap. * Set Maintainer to me. -- Colin Watson <cjwatson@ubuntu.com> Tue, 6 Mar 2007 12:09:57 +0000
2009-11-13 23:01:18 Przemek K. baltix: status New Fix Released
2009-12-05 05:25:24 Launchpad Janitor branch linked lp:ubuntu/xorg
2009-12-05 09:32:31 Launchpad Janitor branch linked lp:ubuntu/console-setup