Bug#705194: linux-image-3.2.0-4-amd64: gma500 regression: image resolution no better than 1024x768 despite screen resolution of 1280x1024

2013-04-10 Thread Cedric Cellier
Package: src:linux Version: 3.2.41-2 Severity: important Dear Maintainer, Before last upgrade to linux-image-3.2.0-4-amd64 I was able to reach 1280x1024 without problem. Now, the kernel seams to switch early in gfx mode and set the resolution to 1024x768. Xorg keeps the same resolution. Notice th

Bug#559018: procps: ps -o comm ignores width of screen

2009-12-01 Thread cedric cellier
Package: procps Version: 1:3.2.7-11 Severity: normal The man page states that proc -o comm is supposed to use the whole screen width, but the command name is invariably truncated to 15 chars. Adding -w, -ww or even --cols=80 does not help. Example : "ps ax --cols=80 -ww -o comm" displays "x-te

Bug#461156: childsplay: Spoken text does not match displayed name for some animals (in french)

2008-01-16 Thread Cedric Cellier
Package: childsplay Version: 0.85.1-1 Severity: normal My 4 years old boy noticed this bug while cycling through the animals with "Chamois" that was supposed to start with "B" (actually, the spelled word is "Bouquettin"). I found another mistake like this one : "Le Daim" is uttered while "Chevre

Bug#444675: arkrpg: does not install in /usr/games

2007-09-30 Thread Cedric Cellier
Package: arkrpg Version: 0.1.4b-10 Severity: normal arkclient should install in /usr/games according to FHS (as I understand it) -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Li

Bug#409046: Empty files in /usr/share/doc/groff/html/img

2007-01-30 Thread cedric cellier
Package: groff Version: 1.18.1.1-12 Severity: minor All images used in HTML doc (under /usr/share/doc/groff/html/img and /usr/share/doc/groff/examples/img) are just empty files. HTML doc is particularly hard to follow without these pictures. I've checked the .deb archive and the files are empty

Bug#354419: hotplug's net.agent doest not use --allow=hotplug

2006-02-25 Thread cedric cellier
Package: hotplug Version: 0.0.20040329-22 Severity: normal The 'interfaces' man page tells that hotplug manages every interface taged with 'auto=hotplug', using on the '--alow=' ifup command line parameter. Anyway, hotplug script net.agent, as documented in /usr/share/doc/hotplug/README.Debian,

Bug#297511: types u_int and u_long not defined

2005-02-28 Thread Cedric Cellier
Package: libdb4.3-dev Version: 4.3.27-1 /usr/include/db.h says (to the mainteners?) : /* * !!! * Berkeley DB uses specifically sized types. If they're not provided by * the system, typedef them here. * * We protect them against multiple inclusion using __BIT_TYPES_DEFINED__, * as does BIND a