Bug#233839: man3/XDeviceTimeCoord.3x.gz: bad ROFF `.so' request
Package: libx11-dev Version: 4.3.0-2 Severity: minor Tags: sid Dear Debian developer, The new libx11-dev (4.3.0-2) contains an incorrect man page reference. The file /usr/X11R6/man/man3/XDeviceTimeCoord.3x.gz contains: $ gzip -cd /usr/X11R6/man/man3/XDeviceTimeCoord.3x.gz .so man3/XGetDeviceMotionEvents.3x however, man3/XGetDeviceMotionEvents.3x does not exist. This causes the man-db daily cron job to give an error: /etc/cron.daily/man-db: mandb: can't open /usr/X11R6/man/man3/XGetDeviceMotionEvents.3x: No such file or directory mandb: warning: /usr/X11R6/man/man3/XDeviceTimeCoord.3x.gz: bad symlink or ROFF `.so' request Let me close this e-mail thanking you for the excellent work that you make with the Debian XFree86 packages. Best regards, and thank you for your work, Jaume -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing'), (105, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.4.24 Locale: LANG=C, LC_CTYPE=C Versions of packages libx11-dev depends on: ii libc6-dev [libc-dev]2.3.2.ds1-11 GNU C Library: Development Librari ii libx11-64.3.0-2 X Window System protocol client li ii x-dev 4.3.0-2 X protocol development files -- no debconf information
strange behaviour of 4.1.0pre1v2 with tcl tk apps
hello, im on an oldworld powerbook g3 and -ve setup X with frame buffer device and seems to works nice, exept that applications complains about not founding color names. and with tcl tk applications is impossible to get it right, example: [EMAIL PROTECTED]:~$ august Application initialization failed: unknown color name "Black" Error in startup script: can't invoke "tk" command: application has been destroyed while executing "tk appname" (file "/usr/bin/august" line 1) [EMAIL PROTECTED]:~$ pgaccess Application initialization failed: unknown color name "Black" Error in startup script: can't invoke "image" command: application has been destroyed while executing "image create bitmap dnarw -data { #define down_arrow_width 15 #define down_arrow_height 15 static char down_arrow_bits[] = { 0x00,0x80,0x00,0x80,0x0..." (file "/usr/lib/postgresql/share/pgaccess/main.tcl" line 5) this is my environment: [EMAIL PROTECTED]:~$ dpkg -l | grep xserver ii xserver-common 4.1.0-0pre1v2 files and utilities common to all X servers ii xserver-xfree8 4.1.0-0pre1v2 the XFree86 X server [EMAIL PROTECTED]:~$ cat /etc/X11/XF86Config-4 | grep rgb RgbPath "/etc/X11/rgb.txt" [EMAIL PROTECTED]:~$ cat /etc/X11/rgb.txt | grep Black [EMAIL PROTECTED]:~$ cat /etc/X11/rgb.txt | grep black 0 0 0 black i-m happy to have X running on this macintosh with 2.2.19 but I don-t have any points in order to get whith this workaround... thx from barcelona, teixi.
es keymaps advise needed
hello, I-m running sid on a 1998 oldworld powerbook g3 with xfree86 4.1.0-1 at the end for get the keyboard working ok this was the setup: Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbKeycodes" "macintosh" Option "XkbSymmbols" "macintosh/us" Option "XkbGeometry" "macintosh" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "us" Option "LeftAlt" "Meta" Option "RightAlt" "Meta" Option "ScrollLock""Compose" Option "RightCtl" "Control" EndSection now I want to get my X supporting spanish keyboard maps and also kbd or console-tools console-tools powerppc currently only supports us, de, and fr keymaps. could you explain-me where could I get the info for make these keyboard maps ? tx! -- Jaume Teixi CTO 6TEMS - Ducform, SA http://www.6tems.com
Re: es keymaps advise needed
hello, with my oldworld powerbook g3 with an spanish keyboard, as no macintosh spanish layout exists at the moment, the only way to deal to get the spanish keys and accents like "à á ñ ç" is this bogus setup: Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbKeycodes" "macintosh" Option "XkbSymmbols" "macintosh/us" Option "XkbGeometry" "macintosh" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "es" Option "LeftAlt" "Meta" Option "RightAlt" "Meta" Option "ScrollLock""Compose" Option "RightCtl" "Control" EndSection bests, jaume teixi. On Tue, 31 Jul 2001 11:20:32 -0500 Branden Robinson <[EMAIL PROTECTED]> wrote: > On Tue, Jul 31, 2001 at 12:41:05PM +0200, Michel Dänzer wrote: > > > Section "InputDevice" > > > Identifier "Generic Keyboard" > > > Driver "keyboard" > > > Option "CoreKeyboard" > > > Option "XkbKeycodes" "macintosh" > > > Option "XkbSymmbols" "macintosh/us" > > > Option "XkbGeometry" "macintosh" > > > Option "XkbRules" "xfree86" > > > Option "XkbModel" "pc105" > > > Option "XkbLayout" "us" > > > Option "LeftAlt" "Meta" > > > Option "RightAlt" "Meta" > > > Option "ScrollLock""Compose" > > > Option "RightCtl" "Control" > > > EndSection > > > > Wow, are those really all needed? > > No. Specifcing XkbKeycodes, XkbSymbols, and XkbGeometry all in conjunction > with XkbRules, XkbModel, and XkbLayout produces undefined behavior. My > guess is that only one of the 3 sets is actually taking effect.
Re: es keymaps advise needed
hello Michel, with this setup the keyboard is completely unusable: > Option "XkbRules" "xfree86" > Option "XkbModel" "macintosh" > Option "XkbLayout" "es" with this setup the keyboard is usable like an american one; cannot make accents neither special characters: > Option "XkbRules" "xfree86" > Option "XkbModel" "macintosh/us" > Option "XkbLayout" "es" the same behaviour with XkbModel setup as macintosh/es so for now my only solution is the bogus six Xkb options. my computer is a 1998 powerbook g3 (I guess a Wallstreet II) with its own spanish keyboard. bests, jaume. On Sun, 05 Aug 2001 01:13:05 +0200 Michel Dänzer <[EMAIL PROTECTED]> wrote: > Jaume Teixi wrote: > > > > hello, > > with my oldworld powerbook g3 with an spanish keyboard, > > as no macintosh spanish layout exists at the moment, > > the only way to deal to get the spanish keys and accents > > like "à á ñ ç" > > is this bogus setup: > > > > Section "InputDevice" > > Identifier "Generic Keyboard" > > Driver "keyboard" > > Option "CoreKeyboard" > > Option "XkbKeycodes" "macintosh" > > Option "XkbSymmbols" "macintosh/us" > > Option "XkbGeometry" "macintosh" > > Option "XkbRules" "xfree86" > > Option "XkbModel" "pc105" > > Option "XkbLayout" "es" > > Option "LeftAlt" "Meta" > > Option "RightAlt" "Meta" > > Option "ScrollLock""Compose" > > Option "RightCtl" "Control" > > EndSection > > Have you tried something like this: > > Option "XkbRules" "xfree86" > Option "XkbModel" "macintosh" > Option "XkbLayout" "es" > > instead of your six "Xkb..." options? >
strange behaviour of 4.1.0pre1v2 with tcl tk apps
hello, im on an oldworld powerbook g3 and -ve setup X with frame buffer device and seems to works nice, exept that applications complains about not founding color names. and with tcl tk applications is impossible to get it right, example: teixi@satellite:~$ august Application initialization failed: unknown color name "Black" Error in startup script: can't invoke "tk" command: application has been destroyed while executing "tk appname" (file "/usr/bin/august" line 1) teixi@satellite:~$ pgaccess Application initialization failed: unknown color name "Black" Error in startup script: can't invoke "image" command: application has been destroyed while executing "image create bitmap dnarw -data { #define down_arrow_width 15 #define down_arrow_height 15 static char down_arrow_bits[] = { 0x00,0x80,0x00,0x80,0x0..." (file "/usr/lib/postgresql/share/pgaccess/main.tcl" line 5) this is my environment: teixi@satellite:~$ dpkg -l | grep xserver ii xserver-common 4.1.0-0pre1v2 files and utilities common to all X servers ii xserver-xfree8 4.1.0-0pre1v2 the XFree86 X server teixi@satellite:~$ cat /etc/X11/XF86Config-4 | grep rgb RgbPath "/etc/X11/rgb.txt" teixi@satellite:~$ cat /etc/X11/rgb.txt | grep Black teixi@satellite:~$ cat /etc/X11/rgb.txt | grep black 0 0 0 black i-m happy to have X running on this macintosh with 2.2.19 but I don-t have any points in order to get whith this workaround... thx from barcelona, teixi. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
es keymaps advise needed
hello, I-m running sid on a 1998 oldworld powerbook g3 with xfree86 4.1.0-1 at the end for get the keyboard working ok this was the setup: Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbKeycodes" "macintosh" Option "XkbSymmbols" "macintosh/us" Option "XkbGeometry" "macintosh" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "us" Option "LeftAlt" "Meta" Option "RightAlt" "Meta" Option "ScrollLock""Compose" Option "RightCtl" "Control" EndSection now I want to get my X supporting spanish keyboard maps and also kbd or console-tools console-tools powerppc currently only supports us, de, and fr keymaps. could you explain-me where could I get the info for make these keyboard maps ? tx! -- Jaume Teixi CTO 6TEMS - Ducform, SA http://www.6tems.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: es keymaps advise needed
hello, with my oldworld powerbook g3 with an spanish keyboard, as no macintosh spanish layout exists at the moment, the only way to deal to get the spanish keys and accents like "à á ñ ç" is this bogus setup: Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbKeycodes" "macintosh" Option "XkbSymmbols" "macintosh/us" Option "XkbGeometry" "macintosh" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "es" Option "LeftAlt" "Meta" Option "RightAlt" "Meta" Option "ScrollLock""Compose" Option "RightCtl" "Control" EndSection bests, jaume teixi. On Tue, 31 Jul 2001 11:20:32 -0500 Branden Robinson <[EMAIL PROTECTED]> wrote: > On Tue, Jul 31, 2001 at 12:41:05PM +0200, Michel Dänzer wrote: > > > Section "InputDevice" > > > Identifier "Generic Keyboard" > > > Driver "keyboard" > > > Option "CoreKeyboard" > > > Option "XkbKeycodes" "macintosh" > > > Option "XkbSymmbols" "macintosh/us" > > > Option "XkbGeometry" "macintosh" > > > Option "XkbRules" "xfree86" > > > Option "XkbModel" "pc105" > > > Option "XkbLayout" "us" > > > Option "LeftAlt" "Meta" > > > Option "RightAlt" "Meta" > > > Option "ScrollLock""Compose" > > > Option "RightCtl" "Control" > > > EndSection > > > > Wow, are those really all needed? > > No. Specifcing XkbKeycodes, XkbSymbols, and XkbGeometry all in conjunction > with XkbRules, XkbModel, and XkbLayout produces undefined behavior. My > guess is that only one of the 3 sets is actually taking effect. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: es keymaps advise needed
hello Michel, with this setup the keyboard is completely unusable: > Option "XkbRules" "xfree86" > Option "XkbModel" "macintosh" > Option "XkbLayout" "es" with this setup the keyboard is usable like an american one; cannot make accents neither special characters: > Option "XkbRules" "xfree86" > Option "XkbModel" "macintosh/us" > Option "XkbLayout" "es" the same behaviour with XkbModel setup as macintosh/es so for now my only solution is the bogus six Xkb options. my computer is a 1998 powerbook g3 (I guess a Wallstreet II) with its own spanish keyboard. bests, jaume. On Sun, 05 Aug 2001 01:13:05 +0200 Michel Dänzer <[EMAIL PROTECTED]> wrote: > Jaume Teixi wrote: > > > > hello, > > with my oldworld powerbook g3 with an spanish keyboard, > > as no macintosh spanish layout exists at the moment, > > the only way to deal to get the spanish keys and accents > > like "à á ñ ç" > > is this bogus setup: > > > > Section "InputDevice" > > Identifier "Generic Keyboard" > > Driver "keyboard" > > Option "CoreKeyboard" > > Option "XkbKeycodes" "macintosh" > > Option "XkbSymmbols" "macintosh/us" > > Option "XkbGeometry" "macintosh" > > Option "XkbRules" "xfree86" > > Option "XkbModel" "pc105" > > Option "XkbLayout" "es" > > Option "LeftAlt" "Meta" > > Option "RightAlt" "Meta" > > Option "ScrollLock""Compose" > > Option "RightCtl" "Control" > > EndSection > > Have you tried something like this: > > Option "XkbRules" "xfree86" > Option "XkbModel" "macintosh" > Option "XkbLayout" "es" > > instead of your six "Xkb..." options? > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]