~ubuntu-branches/ubuntu/maverick/gnome-settings-daemon/maverick-updates

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-10-05 12:02:35 UTC
  • Revision ID: james.westby@ubuntu.com-20101005120235-6cwqhd1fmoa2wf9h
Tags: 2.32.0-0ubuntu2
* Add 09_gconfify_default_xrandr.patch: In a lot of situations it is
  undesirable to have g-s-d change the XRandR settings, because it overrides
  X.org customizations, leads to unnecessary mode switches, or increases
  boot time. Add a gconf key "use_xorg_monitor_settings" to disable
  apply_default_boot_configuration(), in which case the XRandR configuration
  will not be touched unless there is a global or per-user configuration
  file.
* debian/gnome-settings-daemon.gconf-defaults: Set use_xorg_monitor_settings
  to true. This disables g-s-d's rather new default XRandR configuration and
  reverts back to what we had up to Maverick beta. This avoids a lot of
  monitor misconfigurations. (LP: #640807)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
gnome-settings-daemon (2.32.0-0ubuntu2) maverick; urgency=low
 
2
 
 
3
  * Add 09_gconfify_default_xrandr.patch: In a lot of situations it is
 
4
    undesirable to have g-s-d change the XRandR settings, because it overrides
 
5
    X.org customizations, leads to unnecessary mode switches, or increases
 
6
    boot time. Add a gconf key "use_xorg_monitor_settings" to disable
 
7
    apply_default_boot_configuration(), in which case the XRandR configuration
 
8
    will not be touched unless there is a global or per-user configuration
 
9
    file.
 
10
  * debian/gnome-settings-daemon.gconf-defaults: Set use_xorg_monitor_settings
 
11
    to true. This disables g-s-d's rather new default XRandR configuration and
 
12
    reverts back to what we had up to Maverick beta. This avoids a lot of
 
13
    monitor misconfigurations. (LP: #640807)
 
14
 
 
15
 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 05 Oct 2010 12:02:35 +0200
 
16
 
1
17
gnome-settings-daemon (2.32.0-0ubuntu1) maverick; urgency=low
2
18
 
3
19
  * New upstream release.