Bug#364932: Workaround Re: xorg: My keyboard no longer works after upgrading

2006-06-06 Thread A. Le Provost - Ribaltchenko
Selon Denis Barbier [EMAIL PROTECTED]:

  Same problem here... my keyboard no longer works under X after
  upgrading my testing laptop. All keys (no numerical pad on a
  laptop) does a resolution switch (as Ctrl-Alt-+/- does), except
  Ctrl-Alt-Backspace.

 Do you have xkb-data installed?

% dpkg -l |grep xkb-data
ii  xkb-data   0.8-5   X Keyboard Extension (XKB) configuration data

For be sure, I've purged and reinstalled him. No effect.

 send me this xkb.tar.bz2 file?

http://aurelienlp.free.fr/tmp/xkb.tar.bz2

 Thanks

Thanks to you ;)

--
A. Le Provost - Ribaltchenko.



Bug#364932: Workaround Re: xorg: My keyboard no longer works after upgrading

2006-06-06 Thread Denis Barbier
On Tue, Jun 06, 2006 at 08:21:39PM +0200, A. Le Provost - Ribaltchenko wrote:
 Selon Denis Barbier [EMAIL PROTECTED]:
 
   Same problem here... my keyboard no longer works under X after
   upgrading my testing laptop. All keys (no numerical pad on a
   laptop) does a resolution switch (as Ctrl-Alt-+/- does), except
   Ctrl-Alt-Backspace.
 
  Do you have xkb-data installed?
 
 % dpkg -l |grep xkb-data
 ii  xkb-data   0.8-5   X Keyboard Extension (XKB) configuration data
 
 For be sure, I've purged and reinstalled him. No effect.
 
  send me this xkb.tar.bz2 file?
 
 http://aurelienlp.free.fr/tmp/xkb.tar.bz2

Ok, your XKB settings look safe.  The error message seems to tell that
XF86_Switch_VT_1 is not defined in your XKeysymDB.  I do not know how
this can happen.  If I had a similar problem, I would check that this
file is identical to the one found in libx11-data, and run
  strace -f -e open startx 2 open.log
to see where X looks for its files.

Denis


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



Bug#364932: Workaround Re: xorg: My keyboard no longer works after upgrading

2006-06-05 Thread A. Le Provost - Ribaltchenko
Same problem here... my keyboard no longer works under X after upgrading
my testing laptop. All keys (no numerical pad on a laptop) does a
resolution switch (as Ctrl-Alt-+/- does), except Ctrl-Alt-Backspace.

--
My config is standard :

--
Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  CoreKeyboard
Option  XkbRules  xorg
Option  XkbModel  pc105
Option  XkbLayout fr
EndSection
--


--
Nothing strange appear in Xorg logs, and on the standard error output
( [---  ---] announce my cuttings) :

--
% startx 2sortie
% cat sortie
expected keysym, got XF86_Switch_VT_1: line 8 of xfree86
expected keysym, got XF86_Switch_VT_2: line 11 of xfree86
[--- similar message repeated 14 times ---]
 Warning:  Multiple interpretations of
NoSymbol+AnyOfOrNone(all)
   Using last definition for duplicate fields
[--- same message repeated 16 times ---]
expected keysym, got XF86_Switch_VT_1: line 52 of pc
expected keysym, got XF86_Switch_VT_2: line 56 of pc
[--- similar message repeated 23 times ---]
 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
Could not init font path element /usr/share/fonts/X11/TTF/, removing
from list!
Could not init font path element /usr/share/fonts/X11/OTF, removing from
list!
Could not init font path element /usr/share/fonts/X11/CID/, removing
from list!
Warning: locale not supported by Xlib, locale set to C
Warning: X locale modifiers not supported, using default
Failed to open input method
--


--
I do the following symbolic links :

--
# ln -s /usr/share/X11/XKeysymDB /usr/lib/X11/XKeysymDB
# ln -s /etc/X11/xkb /usr/lib/X11/xkb
# ln -s /usr/share/X11/XErrorDB /usr/lib/X11/XErrorDB
--

Nothing change. I also tried :

--
% export XKBPATH='/usr/share/X11/xkb'
% startx
--

But no effect.


--
As Noel Maddy say, I've modified /etc/X11/xkb/symbols/pc/pc, but no
changes for me.


--
I purge all xorg 6.9 packages, except libice6 because there're many
packages which depend on it.


--
I try to pass to layout us, but the keyboard still don't work :

--
% startx 2sortie
# sed -i {s/fr/us/} xorg.conf
% startx 2sortie2
% diff sortie*
[--- lines about creating new authority file and Log file logically
different ---]
 expected keysym, got SunFA_Circum: line 55 of fr
 expected keysym, got SunFA_Diaeresis: line 55 of fr
[--- similar message repeated 6 times ---]
  Warning:  Type ONE_LEVEL has 1 levels, but RALT has 2
symbols
Ignoring extra symbols
---
 expected keysym, got dead_horn: line 86 of us
 expected keysym, got dead_hook: line 120 of us
[--- similar message repeated 3 times ---]
[--- X servers shut down ---]
--


--
As Antoine Sirinelli, if I change my xorg.conf by putting a foo name
for XkbRules :
Option  XkbRules  foo or xfree
The keyboard works except the shift and alt keys (ctrl work). The Xorg
log is only :

--
(II) XINPUT: Adding extended input device Configured Mouse (type:
MOUSE)
(II) XINPUT: Adding extended input device Generic Keyboard (type:
KEYBOARD)
(WW) Couldn't load XKB keymap, falling back to pre-XKB keymap
(II) Configured Mouse: ps2EnableDataReporting: succeeded
--

And nothing special on standard error output.


--
Moreover the roller of mouse (USB) don't work for copy/paste :
- nothing of all with xterm ;
- with rxvt and firefox, in the same window it's good, but not from one
window to another.


--
I have another machine in testing uptodate, the upgrade cause no
problem... The only specificity which I see to the broken system, it's
that it was not reinstalled for a long time (beginnig with a stable
potato).

System information :
--
libgl1-mesa-dri  6.4.2-1   A free implementation of the OpenGL
API --
libgl1-mesa-glx  6.4.2-1   A free implementation of the OpenGL
API --
libglu1-mesa 6.4.2-1   The OpenGL utility library (GLU)
xbase-clients7.0.1-2   miscellaneous X clients
xfonts-100dpi1.0.0-2   100 dpi fonts for X
xfonts-100dpi-transcoded 1.0.0-2   100 dpi fonts for X (transcoded from
ISO
xfonts-75dpi 1.0.0-2   100 dpi fonts for X
[--- Yes, 100dpi for the 75dpi package (?) ---]
xfonts-75dpi-transcoded  1.0.0-2   75 dpi fonts for X (transcoded from
ISO
xfonts-base  1.0.0-3   standard fonts for X
xfonts-scalable  1.0.0-4   scalable fonts for X
xkb-data 0.8-5 X Keyboard Extension (XKB)
configuration
xserver-xorg 7.0.20the X.Org X server
xserver-xorg-core1.0.2-8   X.Org X server -- core server
xserver-xorg-input-kbd   1.0.1.3-2 X.Org X server -- keyboard input
driver
xserver-xorg-input-mouse 1.0.4-3   X.Org X server -- mouse input driver
xserver-xorg-input-synaptics 0.14.4-5 Synaptics TouchPad driver for
xserver-xorg-input-wacom 0.7.4.1-3 X.Org X server -- wacom input driver

Bug#364932: Workaround Re: xorg: My keyboard no longer works after upgrading

2006-06-05 Thread Denis Barbier
On Mon, Jun 05, 2006 at 03:47:57PM +0200, A. Le Provost - Ribaltchenko wrote:
 Same problem here... my keyboard no longer works under X after upgrading
 my testing laptop. All keys (no numerical pad on a laptop) does a
 resolution switch (as Ctrl-Alt-+/- does), except Ctrl-Alt-Backspace.

Do you have xkb-data installed?  If yes, can you please
  tar jcf xkb.tar.bz2 /usr/share/X11/xkb
and send me this xkb.tar.bz2 file?
Thanks

Denis


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



Bug#364932: Workaround Re: xorg: My keyboard no longer works after upgrading

2006-05-30 Thread Noel Maddy
On Sun, May 28, 2006 at 10:18:12PM +0200, Denis Barbier wrote:
 On Fri, May 26, 2006 at 03:10:44PM -0400, Noel Maddy wrote:
  Same situation for me here, but interestingly it's only one user's
  account that has this problem. Unfortunately, it's the one account that
  I really need to use X on.
  
  I got it to work again by commenting out the -VMode/+VMode sections of
  /etc/X11/xkb/symbols/pc/pc (as below). Of course, this disables
  resolution changes, but I never use that anyway...
 
 XKB files have been moved into /usr/share/X11/xkb, so it is very strange
 that your workaround has any influence.  I can see only 2 reasons at the
 moment:
   * Some of your X packages have not been upgraded to X.Org 7
   * The XKBPATH environment variable is set to /etc/X11/xkb
 Can you please check?
 
 Denis
 

Thanks for the clues.

Found out I've still got xlibs 6.9.0.dfsg.1-6 installed.

When I try to apt-get remove this, it also removes:
  gnome-applets gnome-control-center gnome-panel gnome-session
  gnome-terminal nautilus totem totem-gstreamer

When I reinstall these, it reinstalls xlibs.

gnome-control-center 1:2.12.3-2 depends on xlibs (unversioned)
 (bug #365977, perhaps?)

totem-gstreamer 1.2.1-4 depends on xlibs (= 4.2.1-9)

xlibs (transitional?) 1:7.0.* is still in experimental

This may explain why the /etc/X11/xkb files are still in play?

I'll try installing the experimental xlibs and see what happens.

-- 
ROM BASIC(INT 18H) IS NOT SUPPORTED
DISK ERROR, INSERT SYSTEM DISK
AND PRESS ANY KEY TO TRY AGAIN
   -- portable automatic teller
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
Noel Maddy [EMAIL PROTECTED]


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



Bug#364932: Workaround Re: xorg: My keyboard no longer works after upgrading

2006-05-30 Thread Denis Barbier
On Tue, May 30, 2006 at 04:27:54PM -0400, Noel Maddy wrote:
 On Sun, May 28, 2006 at 10:18:12PM +0200, Denis Barbier wrote:
  On Fri, May 26, 2006 at 03:10:44PM -0400, Noel Maddy wrote:
   Same situation for me here, but interestingly it's only one user's
   account that has this problem. Unfortunately, it's the one account that
   I really need to use X on.
   
   I got it to work again by commenting out the -VMode/+VMode sections of
   /etc/X11/xkb/symbols/pc/pc (as below). Of course, this disables
   resolution changes, but I never use that anyway...
  
  XKB files have been moved into /usr/share/X11/xkb, so it is very strange
  that your workaround has any influence.  I can see only 2 reasons at the
  moment:
* Some of your X packages have not been upgraded to X.Org 7
* The XKBPATH environment variable is set to /etc/X11/xkb
  Can you please check?
 
 Thanks for the clues.
 
 Found out I've still got xlibs 6.9.0.dfsg.1-6 installed.

Sorry I was unclear, this one is normal.
But no package should use files from /etc/X11/xkb anymore in unstable,
that's why I do not understand why your fix does work.

Denis


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



Bug#364932: Workaround Re: xorg: My keyboard no longer works after upgrading

2006-05-28 Thread Denis Barbier
On Fri, May 26, 2006 at 03:10:44PM -0400, Noel Maddy wrote:
 Same situation for me here, but interestingly it's only one user's
 account that has this problem. Unfortunately, it's the one account that
 I really need to use X on.
 
 I got it to work again by commenting out the -VMode/+VMode sections of
 /etc/X11/xkb/symbols/pc/pc (as below). Of course, this disables
 resolution changes, but I never use that anyway...

XKB files have been moved into /usr/share/X11/xkb, so it is very strange
that your workaround has any influence.  I can see only 2 reasons at the
moment:
  * Some of your X packages have not been upgraded to X.Org 7
  * The XKBPATH environment variable is set to /etc/X11/xkb
Can you please check?

Denis


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



Bug#364932: Workaround Re: xorg: My keyboard no longer works after upgrading

2006-05-26 Thread Noel Maddy
Same situation for me here, but interestingly it's only one user's
account that has this problem. Unfortunately, it's the one account that
I really need to use X on.

I got it to work again by commenting out the -VMode/+VMode sections of
/etc/X11/xkb/symbols/pc/pc (as below). Of course, this disables
resolution changes, but I never use that anyway...

// -VMode switches to the previous video mode
//  key KPSU {
//  type=CTRL+ALT,
//  symbols[Group1]= [ KP_Subtract, XF86_Prev_VMode ]
//  };

key  KP7 {[  KP_Home, KP_7]   };
key  KP8 {[  KP_Up,   KP_8]   };
key  KP9 {[  KP_Prior,KP_9]   };

// +VMode switches to the next video mode
//  key KPAD {
//  type=CTRL+ALT,
//  symbols[Group1]= [ KP_Add,  XF86_Next_VMode ]
//  };

-- 
The more people you rule over, the less an individual matters.
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
Noel Maddy [EMAIL PROTECTED]


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