On Mon, May 07, 2012 at 08:34:40PM +0200, Cyril Brulebois wrote:
> forwarded 671812 https://bugs.freedesktop.org/show_bug.cgi?id=49598
> thanks
The upstream bug has a patch associated to it. Any chance of that patch
being applied to a new version of xserver-xorg-core?
--Paul Voj
.
> It probably explains some missing documentation :)
If it's any help:
Edit /etc/default/keyboard
Reboot, or (as root) run the command:
udevadm trigger --action=add --subsystem-match=input
Restart the X server
--Paul Vojta, vo...@math.berkeley.edu
--
To UNSUBSCRIBE, ema
Package: xserver-xorg
Version: 1:7.5+2
Severity: normal
The console bell stopped working (no sound is produced) with this newer
version of the server (7.5+2 vs. 7.4+4). Note that "xset q" reports
bell percent: 50bell pitch: 400bell duration: 100
Note also that xdvi no longer beeps
ems to be a related fix).
>
> Also
>
> ii mutt 1.5.20-2
> text-based mailreader supporting MIME, GPG,
Same here.
I notice that "xterm -fn fixed" doesn't exhibit the bug.
--Paul Vojta, vo...@math.berkeley.edu
--
To UNSUBSCRIBE, emai
Package: xprint-common
Version: 2:1.4.1~git20080517-2
Severity: minor
The xprint-common package depends on the xbase-clients package, which
describes itself as transitional.
Please replace this dependency with a more up-to-date one (or maybe none
at all -- I don't see anything in the xbase-client
Package: xorg
Version: 1:7.3+2
Severity: minor
xorg depends on the packages xbase-clients and xutils, but they are
transitional packages (is this a policy violation?).
In any case, please fix the dependency so that it refers to the
subpackages that xbase-clients and xutils have been split into (a
On Mon, Oct 17, 2005 at 01:20:47PM +0200, Michal Cihar wrote:
> - if [ "$2" -eq "" ]; then
> + if [ "$2" = "" ]; then
Better yet:
if [ -z "$2" ]; then
or at least:
if [ "x$2" = "x" ]; then
--Paul Vojta, [EMAIL P
the debian-x list so we do not clutter the
> other lists. Be sure that the /dev/fb symlink exists before trying this
> server binary.
Check.
% ls -l /dev/fb /dev/fb0
lrwxrwxrwx 1 root root3 Jul 10 17:18 /dev/fb -> fb0
crw--w--w-1 root tty 29, 0 Feb 26 1998 /dev/fb0
--Paul Vojta, [EMAIL PROTECTED]
the debian-x list so we do not clutter the
> other lists. Be sure that the /dev/fb symlink exists before trying this
> server binary.
Check.
% ls -l /dev/fb /dev/fb0
lrwxrwxrwx 1 root root3 Jul 10 17:18 /dev/fb -> fb0
crw--w--w-1 root tty 29, 0 Feb
9 matches
Mail list logo