Le Mon, Nov 17, 2008 at 10:49:32AM +0100, W. Martin Borgert a écrit : > On 2008-11-16 23:32, Charles Plessy wrote: > > I would like to propose a patch on the release notes. Can you suggest me in > > which section? > > It would be great, if you could write a short paragraph about > the issue as a patch for > svn://svn.debian.org/svn/ddp/manuals/branches/release-notes/lenny/en/issues.dbk > under GPL2 license. Or just write the paragraph as plain text to > this bug report and I will put it into the file. Thanks!
Hi, I attached a patch that adds a proposed paragraph to the bottom of the issues file. I dual-licence it under the GPLv2 and the WTFPLv2 (http://sam.zoy.org/wtfpl/). -- Charles Plessy Debian Med packaging team, Tsurumi, Kanagawa, Japan
Index: issues.dbk =================================================================== --- issues.dbk (révision 5591) +++ issues.dbk (copie de travail) @@ -639,4 +639,23 @@ </para> </section> +<section id="vga-output-bug"> + <title>Desktop not using full screen</title> + <para> + The driver for Intel Mobile GM965 may wrongly detect a VGA output and set + the size of the screen to a lower value to accomodate it. The symptom of + this bug is that the desktop manager will only use a fraction of the screen. + Correct behaviour can be forced by adding the following lines to the + <filename>/etc/X11/xorg.conf</filename> configuration file. + <screen> +Section "Monitor" + Identifier "VGA" + Option "Ignore" "true" +EndSection + </screen> + Please refer to the bug <ulink url="&url-bts;/496169">#496169</ulink> + for more informations. + </para> +</section> + </chapter>

