Bug#291853: xkbcomp warns about RALT having 2 symbols

2011-05-28 Thread Julien Cristau
On Fri, May 27, 2011 at 22:52:37 -0400, ina...@tx.rr.com wrote:

 
 Package: xkb-data 
 Version: 1.8-2
 Severity: minor
 
 The bug #291853 re-appeared in Debian Squeeze 6.0. 

Is there an actual problem aside from the warning?

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#291853: xkbcomp warns about RALT having 2 symbols

2011-05-28 Thread Alexey Feldgendler
On Sat, 28 May 2011 14:37:13 +0200, Julien Cristau jcris...@debian.org  
wrote:



Is there an actual problem aside from the warning?


No, I don't think so.

--
Alexey Feldgendler ale...@feldgendler.ru
[ICQ: 115226275] http://feldgendler.livejournal.com



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#291853: xkbcomp warns about RALT having 2 symbols

2011-05-27 Thread inanov

Package: xkb-data 
Version: 1.8-2
Severity: minor

The bug #291853 re-appeared in Debian Squeeze 6.0. 
The following warning is logged in /var/log/xdm.log

Fri May 27 20:02:55 2011 xdm info (pid 2288): sourcing /etc/X11/xdm/Xsetup
Fri May 27 20:03:06 2011 xdm info (pid 2288): sourcing /etc/X11/xdm/Xstartup
Fri May 27 20:03:06 2011 xdm info (pid 2311): executing session 
/etc/X11/xdm/Xsession
The XKEYBOARD keymap compiler (xkbcomp) reports:
 Warning:  Type ONE_LEVEL has 1 levels, but RALT has 2 symbols
   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server

Cause:
RALT description in ralt_switch contradicts the with the one in meta_alt. 

--- /usr/share/X11/xkb/symbols/level3 

// $XKeyboardConfig$

// these variants assign various XKB keycodes to ISO_Level3_Shift so that
// the third shift level can be reached
//
// $XFree86: xc/programs/xkbcomp/symbols/level3,v 1.7 2003/09/08 14:25:32 eich 
Exp $
//

// the default behavior is for the right Alt key (AltGr) to generate the
// third engraved symbol
default partial modifier_keys
xkb_symbols ralt_switch {
  key RALT {
type[Group1]=ONE_LEVEL,
symbols[Group1] = [ ISO_Level3_Shift ]
};
  modifier_map Mod5   { ISO_Level3_Shift };
};
--- /usr/share/X11/xkb/symbols/pc 

// $XKeyboardConfig$

//
// $XFree86: xc/programs/xkbcomp/symbols/pc,v 1.9 2003/06/09 19:59:46 dawes Exp 
$

default partial alphanumeric_keys modifier_keys 
xkb_symbols pc105 {

//  Fake keys for virtual-real modifiers mapping 
key ALT  {[ NoSymbol, Alt_L   ]   };
include altwin(meta_alt)
};

--- /usr/share/X11/xkb/symbols/altwin 

// $XKeyboardConfig$

// $XFree86: xc/programs/xkbcomp/symbols/altwin,v 1.5 2003/12/03 14:09:08 
pascal Exp $

partial modifier_keys 
xkb_symbols meta_alt {
key LALT {[   Alt_L,  Meta_L  ]   };
key RALT { type[Group1] = TWO_LEVEL,
 symbols[Group1] = [ Alt_R, Meta_R ] };
modifier_map Mod1   { Alt_L, Alt_R, Meta_L, Meta_R };
//  modifier_map Mod4   {};
};

--

System information:

Fresh Squeeze install.
Linux vega 2.6.32-5-amd64 #1 SMP Wed May 18 23:13:22 UTC 2011 x86_64 GNU/Linux

ivan@vega:~$ setxkbmap -rules 'evdev' -model 'pc104' -layout 'us,bg' -variant 
'custom,custom' -option 'grp:menu_toggle,grp_led:scroll' -print
xkb_keymap {
xkb_keycodes  { include evdev+aliases(qwerty) };
xkb_types { include complete  };
xkb_compat{ include complete+ledscroll(group_lock)};
xkb_symbols   { include 
pc+us(custom)+bg(custom):2+inet(evdev)+group(menu_toggle)   };
xkb_geometry  { include pc(pc104) };
};

us(custom) = English/Spanish kbd without dead keys
bg(custom) = Bulgarian/Greek kbd 

 
Sincerely,
Ivan





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#291853: xkbcomp warns about RALT having 2 symbols

2009-05-17 Thread Christian Weiske
Hi,


I had the same issue on Gentoo, and came to the same conclusion. The
gentoo devs sent me upstream, so I created a bug on freedesktop.org:

http://bugs.freedesktop.org/show_bug.cgi?id=21761
http://bugs.gentoo.org/show_bug.cgi?id=269931

-- 
Regards/Mit freundlichen Grüßen
Christian Weiske

-= Geeking around in the name of science since 1982 =-


signature.asc
Description: PGP signature


Bug#291853: xkbcomp warns about RALT having 2 symbols

2009-01-28 Thread Samuel Thibault
tags 291853 + upstream
thanks

Hello,

In my configuration:

xkb_keymap default {
xkb_keycodes { include xfree86+aliases(azerty) };
xkb_types{ include complete };
xkb_compatibility{ include complete };
xkb_symbols  { include 
pc+fr(latin9)+inet(dellusbmm)+braille:2+group(shift_caps_toggle)+compose(rwin)+nbsp(level3n)
 };
xkb_geometry { include pc(pc104) };
};

The conflict comes from a conflict between 

xkb_symbols ralt_switch {
  key RALT {
type[Group1]=ONE_LEVEL,

from symbols/level3, directly included from symbols/fr and

xkb_symbols meta_alt {
key RALT {[   Alt_R,  Meta_R  ]   };

from symbols/altwin, included from symbols/pc.  Maybe we should just
report upstream?

Samuel



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#296616: Bug#291853: xkbcomp warns about RALT having 2 symbols

2007-09-23 Thread Mario 'BitKoenig' Holbe
On Sun, Sep 23, 2007 at 03:34:40AM +0200, Mohammed Adnène Trojette wrote:
 do you have something defined in your .xmodmap file?

No, I have no .xmodmap file.

 What is the result of the commands 'xmodmap' and 'xmodmap -pk'?

attached.

In the meantime, I get even more messages btw.:

expected keysym, got XF86KbdLightOnOff: line 70 of pc
expected keysym, got XF86KbdBrightnessDown: line 71 of pc
expected keysym, got XF86KbdBrightnessUp: line 72 of pc
expected keysym, got XF86KbdLightOnOff: line 70 of pc
expected keysym, got XF86KbdBrightnessDown: line 71 of pc
expected keysym, got XF86KbdBrightnessUp: line 72 of pc
The XKEYBOARD keymap compiler (xkbcomp) reports:
 Warning:  Type ONE_LEVEL has 1 levels, but RALT has 2 symbols
   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server

Btw... perhaps, in the time of xdm, kdm, gdm and all that stuff I should
probably add that these messages do not get logged in the Xorg.*.log
file but ony appear on stderr from, for example, startx. Attached this
as well.



-- 
There are 10 types of people in the world:
Those who understand binary, and those who don't...
xmodmap:  up to 3 keys per modifier, (keycodes in parentheses):

shift   Shift_L (0x32),  Shift_R (0x3e)
lockCaps_Lock (0x42)
control Control_L (0x25),  Control_R (0x6d)
mod1Alt_L (0x40),  Meta_L (0x9c)
mod2Num_Lock (0x4d)
mod3  
mod4Super_L (0x7f),  Hyper_L (0x80)
mod5Mode_switch (0x5d),  ISO_Level3_Shift (0x71),  ISO_Level3_Shift 
(0x7c)

There are 6 KeySyms per KeyCode; KeyCodes range from 8 to 255.

KeyCode Keysym (Keysym) ...
Value   Value   (Name)  ...

  8 
  9 0xff1b (Escape) 
 10 0x0031 (1)  0x0021 (exclam) 0x00b9 (onesuperior)0x00a1 
(exclamdown) 0x00b9 (onesuperior)0x00a1 (exclamdown) 
 11 0x0032 (2)  0x0022 (quotedbl)   0x00b2 (twosuperior)
0x0ac3 (oneeighth)  0x00b2 (twosuperior)0x0ac3 (oneeighth)  
 12 0x0033 (3)  0x00a7 (section)0x00b3 (threesuperior)  
0x00a3 (sterling)   0x00b3 (threesuperior)  0x00a3 (sterling)   
 13 0x0034 (4)  0x0024 (dollar) 0x00bc (onequarter) 0x00a4 
(currency)   0x00bc (onequarter) 0x00a4 (currency)   
 14 0x0035 (5)  0x0025 (percent)0x00bd (onehalf)
0x0ac4 (threeeighths)   0x00bd (onehalf)0x0ac4 (threeeighths)   
 15 0x0036 (6)  0x0026 (ampersand)  0x00ac (notsign)
0x0ac5 (fiveeighths)0x00ac (notsign)0x0ac5 (fiveeighths)
 16 0x0037 (7)  0x002f (slash)  0x007b (braceleft)  0x0ac6 
(seveneighths)   0x007b (braceleft)  0x0ac6 (seveneighths)   
 17 0x0038 (8)  0x0028 (parenleft)  0x005b (bracketleft)
0x0ac9 (trademark)  0x005b (bracketleft)0x0ac9 (trademark)  
 18 0x0039 (9)  0x0029 (parenright) 0x005d (bracketright)   
0x00b1 (plusminus)  0x005d (bracketright)   0x00b1 (plusminus)  
 19 0x0030 (0)  0x003d (equal)  0x007d (braceright) 0x00b0 
(degree) 0x007d (braceright) 0x00b0 (degree) 
 20 0x00df (ssharp) 0x003f (question)   0x005c (backslash)  
0x00bf (questiondown)   0x005c (backslash)  0x00bf (questiondown)   
 21 0x0027 (apostrophe) 0x0060 (grave)  0x00b8 (cedilla)
0x00b8 (cedilla)0x00b8 (cedilla)0x00b8 (cedilla)
 22 0xff08 (BackSpace)  0xfed5 (Terminate_Server)   
 23 0xff09 (Tab)0xfe20 (ISO_Left_Tab)   
 24 0x0071 (q)  0x0051 (Q)  0x0040 (at) 0x07d9 
(Greek_OMEGA)0x0040 (at) 0x07d9 (Greek_OMEGA)
 25 0x0077 (w)  0x0057 (W)  0x01b3 (lstroke)0x01a3 
(Lstroke)0x01b3 (lstroke)0x01a3 (Lstroke)
 26 0x0065 (e)  0x0045 (E)  0x20ac (EuroSign)   0x20ac 
(EuroSign)   0x20ac (EuroSign)   0x20ac (EuroSign)   
 27 0x0072 (r)  0x0052 (R)  0x00b6 (paragraph)  0x00ae 
(registered) 0x00b6 (paragraph)  0x00ae (registered) 
 28 0x0074 (t)  0x0054 (T)  0x03bc (tslash) 0x03ac (Tslash) 
0x03bc (tslash) 0x03ac (Tslash) 
 29 0x007a (z)  0x005a (Z)  0x08fb (leftarrow)  0x00a5 
(yen)0x08fb (leftarrow)  0x00a5 (yen)
 30 0x0075 (u)  0x0055 (U)  0x08fe (downarrow)  0x08fc 
(uparrow)0x08fe (downarrow)  0x08fc (uparrow)
 31 0x0069 (i)  0x0049 (I)  0x08fd (rightarrow) 0x02b9 
(idotless)   0x08fd (rightarrow) 0x02b9 (idotless)   
 32 0x006f (o)  0x004f (O)  0x00f8 (oslash) 0x00d8 (Oslash) 
0x00f8 (oslash) 0x00d8 (Oslash) 
 33 0x0070 (p)  0x0050 (P)  0x00fe (thorn)  0x00de (THORN)  
0x00fe (thorn)  0x00de 

Bug#291853: xkbcomp warns about RALT having 2 symbols

2007-09-22 Thread Mohammed Adnène Trojette
On Thu, Apr 05, 2007, Mario 'BitKoenig' Holbe wrote:
 reopen 291853
 thanks
 
 On Wed, Mar 21, 2007 at 11:24:24PM +0100, Brice Goglin wrote:
  This problem seems to be gone again in Etch. Closing.
 
 Hmmm - unfortunately, I cannot confirm that. My xkb-data version is
 0.9-4 and the warning appears with that. I did even wait some time in
 the hope there will be some package update which you are referring to
 but there was none.

Hi Mario and [EMAIL PROTECTED],

do you have something defined in your .xmodmap file?

What is the result of the commands 'xmodmap' and 'xmodmap -pk'?

-- 
Mohammed Adnène Trojette




Bug#291853: xkbcomp warns about RALT having 2 symbols

2007-04-05 Thread Mario 'BitKoenig' Holbe
reopen 291853
thanks

On Wed, Mar 21, 2007 at 11:24:24PM +0100, Brice Goglin wrote:
 This problem seems to be gone again in Etch. Closing.

Hmmm - unfortunately, I cannot confirm that. My xkb-data version is
0.9-4 and the warning appears with that. I did even wait some time in
the hope there will be some package update which you are referring to
but there was none.


Thanks for your work  regards
   Mario
-- 
It is practically impossible to teach good programming style to students
that have had prior exposure to BASIC: as potential programmers they are
mentally mutilated beyond hope of regeneration.  -- Dijkstra


signature.asc
Description: Digital signature


Bug#291853: xkbcomp warns about RALT having 2 symbols

2006-01-15 Thread Mario 'BitKoenig' Holbe
package xlibs
reopen 291853
thanks

On Fri, Jan 06, 2006 at 07:47:58AM +0100, Denis Barbier wrote:
 On Sun, Jan 01, 2006 at 02:22:18PM +0100, Mario 'BitKoenig' Holbe wrote:
  On Sun, Jan 23, 2005 at 05:57:09PM +0100, Mario Holbe wrote:
   on xserver start I get the following warning:
   The XKEYBOARD keymap compiler (xkbcomp) reports:
Warning:  Type ONE_LEVEL has 1 levels, but RALT has 2 
symbols
  Ignoring extra symbols
 This one is a warning without any effect.
 
  (==) Using config file: /etc/X11/xorg.conf
  expected keysym, got dead_diaresis: line 143 of pc/de
 But here is the actual error, it should certainly be dead_diaeresis.

Yes, this one is fixed in xlibs 6.9.0.dfsg.1-3, but the warning still
exists...

(==) Using config file: /etc/X11/xorg.conf
The XKEYBOARD keymap compiler (xkbcomp) reports:
 Warning:  Type ONE_LEVEL has 1 levels, but RALT has 2 symbols
   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server

Since this was gone some time ago, I'll assume it is fixable sooner or
later and thus I'd like to leave the bug open with severity minor as
before.


Thanks for your work  regards
   Mario
-- 
The social dynamics of the net are a direct consequence of the fact that
nobody has yet developed a Remote Strangulation Protocol.  -- Larry Wall


signature.asc
Description: Digital signature


Bug#291853: xkbcomp warns about RALT having 2 symbols

2006-01-05 Thread Denis Barbier
On Sun, Jan 01, 2006 at 02:22:18PM +0100, Mario 'BitKoenig' Holbe wrote:
 Hello,
 
 On Sun, Jan 23, 2005 at 05:57:09PM +0100, Mario Holbe wrote:
  on xserver start I get the following warning:
  The XKEYBOARD keymap compiler (xkbcomp) reports:
   Warning:  Type ONE_LEVEL has 1 levels, but RALT has 2 symbols
 Ignoring extra symbols

This one is a warning without any effect.

 (==) Using config file: /etc/X11/xorg.conf
 expected keysym, got dead_diaresis: line 143 of pc/de

But here is the actual error, it should certainly be dead_diaeresis.

Denis


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#291853: xkbcomp warns about RALT having 2 symbols

2006-01-01 Thread Mario 'BitKoenig' Holbe
Hello,

On Sun, Jan 23, 2005 at 05:57:09PM +0100, Mario Holbe wrote:
 on xserver start I get the following warning:
 The XKEYBOARD keymap compiler (xkbcomp) reports:
  Warning:  Type ONE_LEVEL has 1 levels, but RALT has 2 symbols
Ignoring extra symbols
 Errors from xkbcomp are not fatal to the X server

This bug seemed to be gone for a while but did appear again now with
xlibs 6.9.0.dfsg.1-1:

X Window System Version 6.9.0 (Debian 6.9.0.dfsg.1-1 20051229045140 David 
Nusinow [EMAIL PROTECTED])
...
(==) Using config file: /etc/X11/xorg.conf
expected keysym, got dead_diaresis: line 143 of pc/de
The XKEYBOARD keymap compiler (xkbcomp) reports:
 Warning:  Type ONE_LEVEL has 1 levels, but RALT has 2 symbols
   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server

I have
Option  XkbRules  xorg
Option  XkbModel  pc105
Option  XkbLayout de
Option  XkbVariantnodeadkeys

Hope this helps.


regards
   Mario
-- 
The question of whether a computer can think is no more interesting than
the question of whether a submarine can swim.  -- E. W. Dijkstra


signature.asc
Description: Digital signature


Bug#291853: xkbcomp warns about RALT having 2 symbols

2005-03-22 Thread Mario Holbe
On Tue, Mar 22, 2005 at 09:54:06AM +0100, [EMAIL PROTECTED] wrote:
 [EMAIL PROTECTED] wrote:
 I tracked the problem down to the file .xsession but i did not 
 investigate any further.
 i deleted that file an everything was normal again.

Hm, I have no .xsession file at all.

But perhaps this is a hint for the maintainer, where the problem
could be located.


Mario
-- 
Oh Du mein Koenig ... Eine Netzgroesse schrieb mal sinngemaess:
Du musst es so lesen wie ich es meine, nicht so wie ich es schreibe.
Ich meine es natuerlich so, wie Du es schreibst 8--)
O.G. Schwenk - de.comm.chatsystems


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#291853: xkbcomp warns about RALT having 2 symbols

2005-01-23 Thread Mario Holbe
Package: xlibs
Version: 4.3.0.dfsg.1-10
Severity: minor

Hello,

on xserver start I get the following warning:
The XKEYBOARD keymap compiler (xkbcomp) reports:
 Warning:  Type ONE_LEVEL has 1 levels, but RALT has 2 symbols
   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server

This happens since a few package versions (I don't know exactly since
when anymore :/ but I know it started with some upgrade).

My (only) keyboard definition as logged in XFree86.0.log:
(**) |--Input Device Generic Keyboard
(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel pc105
(**) XKB: model: pc105
(**) Option XkbLayout de
(**) XKB: layout: de
(**) Option XkbVariant nodeadkeys
(**) XKB: variant: nodeadkeys
(==) Keyboard: CustomKeycode disabled

I don't know exactly where to submit this bug to, but I've chosen
xlibs since xlibs seems to own all the /etc/X11/xkb definitions.


Thanks for your work  regards
   Mario
-- 
I heard, if you play a NT-CD backwards, you get satanic messages...
That's nothing. If you play it forwards, it installs NT.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]