Bug#252566: Bingo! ... :) [Re: Bug#252566: xbase-clients: Bug #252566]

2004-10-10 Thread Wolfgang Pfeiffer
Hi Denis. Hi All

The bug's seems to be gone here. Details below ...

On Sun, 2004-10-10 at 14:18, Denis Barbier wrote:
> On Sat, Oct 09, 2004 at 09:31:06PM +0200, Wolfgang Pfeiffer wrote:
> [...]

 [ ... ]
> 
> Right, X is launched and reads settings from /etc/X11/XF86Config-4,
> but these settings are overridden afterwards.
> 
> > >  b. You are certainly using GNOME ;)
> > 
> > Positive .. :)
> > 
> > > 
> > > Can you please send the output of the three following commands?
> > >   xkbcomp -o - :0 | grep xkb_symbols
> > 
> > $ xkbcomp -o - :0 | grep xkb_symbols
> > xkb_symbols "pc/pc(pc105)+pc/de(nodeadkeys)+inet(acpi)" {
> > 
> > 
> > >   xprop -root | grep XKB
> > 
> > $ xprop -root | grep XKB
> > _XKB_RULES_NAMES_BACKUP(STRING) = "xfree86", "macintosh", "de", 
> > "nodeadkeys", ""
> > _XKB_RULES_NAMES(STRING) = "xfree86", "acpi", "de", "nodeadkeys", ""
> 
> Never see this backup thing before, quite nice.  It clearly shows
> that your settings have been altered from
>   XkbModel   macintosh
>   XkbLayout  de
>   XkbVariant nodeadkeys
> (which come from your XF86Config-4) to
>   XkbModel   acpi
>   XkbLayout  de
>   XkbVariant nodeadkeys
> These settings are indeed those reported by xprop above.
> 
> > >   gconftool-2 -R /desktop/gnome/peripherals/keyboard/xkb
> > 
> > $ gconftool-2 -R /desktop/gnome/peripherals/keyboard/xkb  
> >  layouts = [de  nodeadkeys]
> >  model = acpi
> >  overrideSettings = false
> >  options = []


First the commands, as they were run previously here, and its latest
output here, to clarify the issue:

$ xkbcomp -o - :0 | grep xkb_symbols
xkb_symbols "macintosh/us(extended)+macintosh/de(nodeadkeys)" {

$ xprop -root | grep XKB
_XKB_RULES_NAMES_BACKUP(STRING) = "xfree86", "macintosh", "de", "nodeadkeys", ""
_XKB_RULES_NAMES(STRING) = "xfree86", "macintosh", "de", "nodeadkeys", ""

:$ gconftool-2 -R /desktop/gnome/peripherals/keyboard/xkb
 layouts = [de  nodeadkeys]
 model = macintosh
 overrideSettings = false
 options = []


And /var/log/gdm/:0.log does not show the "Type "TWO_LEVEL" has 2
levels, but [ ... ]" warning any more.

This is what I changed before:

In Gnome:
Opening
Applications ---> System Tools ---> Configuration Editor

Changed in
desktop --> gnome --> peripherals --> keyboard --> xkb

this entry
model  acpi

to that one
model macintosh


Seems we can close this issue. If no one minds ... :)

> 
> And here is the culprit, these are GNOME settings.
> If you want, you can change these settings with gconftool-2 (no idea
> how) or gnome-keyboard-properties from the gnome-capplets package.
> 
> I am pretty sure that these warnings are harmless, 

 [  ]

I hope you're right. 
But IIRC I had ugly problems here sometimes related to the keyboard,
whose details I can't remember exactly right now. But I think the
keyboard at times only printed capitals ... I think this happened on
console *and* xterm-like apps  not quite sure. I'll wait and see
whether this issue is history now  

Anyway: Thanks, Denis, for your help to solve this issue. And to
everyone else contributing to this thread. It definitely helped, as it
seems ... :)

Best Regards
Wolfgang
-- 
Wolfgang Pfeiffer   gpg ID: 0AA7E825 
Profile, links: http://profiles.yahoo.com/wolfgangpfeiffer




Bug#252566: xbase-clients: Bug #252566

2004-10-10 Thread Denis Barbier
On Sat, Oct 09, 2004 at 09:31:06PM +0200, Wolfgang Pfeiffer wrote:
[...]
> > > But I remember having had connected the Powerbook to an x86 machine, via
> > > nfs and a router, for file sharing purposes ... some months ago ...
> > 
> > I am currently trying to guess
> 
> No need to guess: Please let me know what you need to know about my
> settings here ...

I did not know where to look at exactly, that's the problem ;)

> >  your settings in order to reproduce your
> > problem.  If your initial settings in XF86Config-4 were causing trouble,
> > these error messages would be logged into /var/log/XFree86.0.log
> 
> .. a quick grep 
> grep -irs TWO_LEVEl /var/log/
> gave results only for
> /var/log/gdm/:0.log*
> 
> > Since they are stored in /var/log/gdm/:0.log this means that:
> >  a. An application modified your settings
> 
> ... modified which settings? Those that are normally determined by
> /etc/X11/XF86Config-4? And who or what did modify it  ?

Right, X is launched and reads settings from /etc/X11/XF86Config-4,
but these settings are overridden afterwards.

> >  b. You are certainly using GNOME ;)
> 
> Positive .. :)
> 
> > 
> > Can you please send the output of the three following commands?
> >   xkbcomp -o - :0 | grep xkb_symbols
> 
> $ xkbcomp -o - :0 | grep xkb_symbols
> xkb_symbols "pc/pc(pc105)+pc/de(nodeadkeys)+inet(acpi)" {
> 
> 
> >   xprop -root | grep XKB
> 
> $ xprop -root | grep XKB
> _XKB_RULES_NAMES_BACKUP(STRING) = "xfree86", "macintosh", "de", "nodeadkeys", 
> ""
> _XKB_RULES_NAMES(STRING) = "xfree86", "acpi", "de", "nodeadkeys", ""

Never see this backup thing before, quite nice.  It clearly shows
that your settings have been altered from
  XkbModel   macintosh
  XkbLayout  de
  XkbVariant nodeadkeys
(which come from your XF86Config-4) to
  XkbModel   acpi
  XkbLayout  de
  XkbVariant nodeadkeys
These settings are indeed those reported by xprop above.

> >   gconftool-2 -R /desktop/gnome/peripherals/keyboard/xkb
> 
> $ gconftool-2 -R /desktop/gnome/peripherals/keyboard/xkb  
>  layouts = [de  nodeadkeys]
>  model = acpi
>  overrideSettings = false
>  options = []

And here is the culprit, these are GNOME settings.
If you want, you can change these settings with gconftool-2 (no idea
how) or gnome-keyboard-properties from the gnome-capplets package.

I am pretty sure that these warnings are harmless, but am still
unable to reproduce them :(

Denis



Bug#252566: xbase-clients: Bug #252566

2004-10-09 Thread Wolfgang Pfeiffer
On Sat, 2004-10-09 at 14:43, Denis Barbier wrote:
> On Sat, Oct 09, 2004 at 01:28:24AM +0200, Wolfgang Pfeiffer wrote:
> [...]
> > > This is rather strange, is your PowerBook connected to a remote X
> > > server?
> > 
> >[ ... ]
> > 
> > No. Or at least that's what I'm hoping for ... :)
> > And here I assume that with "remote X server" you mean an X server that
> > is  not installed on the Powerbook itself.
> 
> Right.
> 
> > But I remember having had connected the Powerbook to an x86 machine, via
> > nfs and a router, for file sharing purposes ... some months ago ...
> 
> I am currently trying to guess

No need to guess: Please let me know what you need to know about my
settings here ...

>  your settings in order to reproduce your
> problem.  If your initial settings in XF86Config-4 were causing trouble,
> these error messages would be logged into /var/log/XFree86.0.log

... a quick grep 
grep -irs TWO_LEVEl /var/log/
gave results only for
/var/log/gdm/:0.log*

> Since they are stored in /var/log/gdm/:0.log this means that:
>  a. An application modified your settings

 modified which settings? Those that are normally determined by
/etc/X11/XF86Config-4? And who or what did modify it  ?

>  b. You are certainly using GNOME ;)

Positive .. :)

> 
> Can you please send the output of the three following commands?
>   xkbcomp -o - :0 | grep xkb_symbols

$ xkbcomp -o - :0 | grep xkb_symbols
xkb_symbols "pc/pc(pc105)+pc/de(nodeadkeys)+inet(acpi)" {


>   xprop -root | grep XKB

$ xprop -root | grep XKB
_XKB_RULES_NAMES_BACKUP(STRING) = "xfree86", "macintosh", "de", "nodeadkeys", ""
_XKB_RULES_NAMES(STRING) = "xfree86", "acpi", "de", "nodeadkeys", ""


>   gconftool-2 -R /desktop/gnome/peripherals/keyboard/xkb

$ gconftool-2 -R /desktop/gnome/peripherals/keyboard/xkb  
 layouts = [de  nodeadkeys]
 model = acpi
 overrideSettings = false
 options = []


Best Regards
Wolfgang
-- 
Wolfgang Pfeiffer   gpg ID: 0AA7E825 
Profile, links: http://profiles.yahoo.com/wolfgangpfeiffer




Bug#252566: xbase-clients: Bug #252566

2004-10-09 Thread Denis Barbier
On Sat, Oct 09, 2004 at 01:28:24AM +0200, Wolfgang Pfeiffer wrote:
[...]
> > This is rather strange, is your PowerBook connected to a remote X
> > server?
> 
>[ ... ]
> 
> No. Or at least that's what I'm hoping for ... :)
> And here I assume that with "remote X server" you mean an X server that
> is  not installed on the Powerbook itself.

Right.

> But I remember having had connected the Powerbook to an x86 machine, via
> nfs and a router, for file sharing purposes ... some months ago ...

I am currently trying to guess your settings in order to reproduce your
problem.  If your initial settings in XF86Config-4 were causing trouble,
these error messages would be logged into /var/log/XFree86.0.log
Since they are stored in /var/log/gdm/:0.log this means that:
 a. An application modified your settings
 b. You are certainly using GNOME ;)

Can you please send the output of the three following commands?
  xkbcomp -o - :0 | grep xkb_symbols
  xprop -root | grep XKB
  gconftool-2 -R /desktop/gnome/peripherals/keyboard/xkb

Denis



Bug#252566: xbase-clients: Bug #252566

2004-10-08 Thread Wolfgang Pfeiffer
On Fri, 2004-10-08 at 22:58, Denis Barbier wrote:
> On Fri, Aug 27, 2004 at 06:32:54PM +0200, Wolfgang Pfeiffer wrote:
> > (==) Using config file: "/etc/X11/XF86Config-4"
> > (**) Option "XkbRules" "xfree86"
> > (**) XKB: rules: "xfree86"
> > (**) Option "XkbModel" "macintosh"
> > (**) XKB: model: "macintosh"
> > (**) Option "XkbLayout" "de"
> > (**) XKB: layout: "de"
> > (**) Option "XkbVariant" "nodeadkeys"
> > (**) XKB: variant: "nodeadkeys"
> [...]
> > Compiled XKB description for X server ":0.0":
> [...]
> > xkb_symbols "pc/pc(pc105)+pc/de(nodeadkeys)+inet(acpi)" {
> 
> This is rather strange, is your PowerBook connected to a remote X
> server?

   [ ... ]

No. Or at least that's what I'm hoping for ... :)
And here I assume that with "remote X server" you mean an X server that
is  not installed on the Powerbook itself.
But I remember having had connected the Powerbook to an x86 machine, via
nfs and a router, for file sharing purposes ... some months ago ...

BTW:

Just saw this here:
# /usr/share/bug/xlibs > /tmp/output 3>&1
-su: /usr/share/bug/xlibs: No such file or directory

And an excerpt from the latest
/var/log/gdm/:0.log:

Warning: font renderer for ".bdf.gz" already registered at priority 0
Warning: font renderer for ".pmf" already registered at priority 0
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:  Type "TWO_LEVEL" has 2 levels, but  has 4 symbols
>   Ignoring extra symbols
> Warning:  Type "TWO_LEVEL" has 2 levels, but  has 4 symbols
>   Ignoring extra symbols
> Warning:  Type "TWO_LEVEL" has 2 levels, but  has 4 symbols
>   Ignoring extra symbols
> Warning:  Type "TWO_LEVEL" has 2 levels, but  has 4 symbols
>   Ignoring extra symbols

  [ ...  cut ...  ]
--

HTH

Best Regards
Wolfgang

-- 
Wolfgang Pfeiffer   gpg ID: 0AA7E825 
Profile, links: http://profiles.yahoo.com/wolfgangpfeiffer




Bug#252566: xbase-clients: Bug #252566

2004-10-08 Thread Denis Barbier
On Fri, Aug 27, 2004 at 06:32:54PM +0200, Wolfgang Pfeiffer wrote:
> (==) Using config file: "/etc/X11/XF86Config-4"
> (**) Option "XkbRules" "xfree86"
> (**) XKB: rules: "xfree86"
> (**) Option "XkbModel" "macintosh"
> (**) XKB: model: "macintosh"
> (**) Option "XkbLayout" "de"
> (**) XKB: layout: "de"
> (**) Option "XkbVariant" "nodeadkeys"
> (**) XKB: variant: "nodeadkeys"
[...]
> Compiled XKB description for X server ":0.0":
[...]
> xkb_symbols "pc/pc(pc105)+pc/de(nodeadkeys)+inet(acpi)" {

This is rather strange, is your PowerBook connected to a remote X
server?  Normally this last line should look like:
  xkb_symbols "macintosh/us(extended)+macintosh/de(nodeadkeys)" {

Denis



Bug#252566: xbase-clients: Bug #252566

2004-10-08 Thread Branden Robinson
tag 252566 + help
thanks

On Fri, Aug 27, 2004 at 06:32:54PM +0200, Wolfgang Pfeiffer wrote:
> Package: xbase-clients
> Version: 4.3.0.dfsg.1-6
> Followup-For: Bug #252566
[...]
> Excerpt from /var/log/gdm/:0.log:
> 
> ---
> > Warning:  Type "TWO_LEVEL" has 2 levels, but  has 4 symbols
> >   Ignoring extra symbols
> > Warning:  Type "TWO_LEVEL" has 2 levels, but  has 4 symbols
> >   Ignoring extra symbols
> > Warning:  Type "TWO_LEVEL" has 2 levels, but  has 4 symbols
> >   Ignoring extra symbols
> > Warning:  Type "TWO_LEVEL" has 2 levels, but  has 4 symbols
> >   Ignoring extra symbols
> > Warning:  Type "TWO_LEVEL" has 2 levels, but  has 4 symbols
[...]
> (**) |-->Input Device "Keyboard0"
> (**) Option "XkbRules" "xfree86"
> (**) XKB: rules: "xfree86"
> (**) Option "XkbModel" "macintosh"
> (**) XKB: model: "macintosh"
> (**) Option "XkbLayout" "de"
> (**) XKB: layout: "de"
> (**) Option "XkbVariant" "nodeadkeys"
> (**) XKB: variant: "nodeadkeys"
> (==) Keyboard: CustomKeycode disabled

Denis, do you understand this bug?

-- 
G. Branden Robinson|I reverse the phrase of Voltaire,
Debian GNU/Linux   |and say that if God really existed,
[EMAIL PROTECTED] |it would be necessary to abolish
http://people.debian.org/~branden/ |him. -- Mikhail Bakunin


signature.asc
Description: Digital signature


Processed: Re: Bug#252566: xbase-clients: Bug #252566

2004-10-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 252566 + help
Bug#252566: xbase-clients: [xkbcomp] Type "TWO_LEVEL" has 2 levels, but  
has 4 symbols
There were no tags set.
Tags added: help

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)



Bug#252566: xbase-clients: Bug #252566

2004-08-27 Thread Wolfgang Pfeiffer
Package: xbase-clients
Version: 4.3.0.dfsg.1-6
Followup-For: Bug #252566


I got a similar error here, on a Titanium IV:

:$ cat /proc/cpuinfo 
processor   : 0
cpu : 7455, altivec supported
clock   : 867MHz
revision: 3.2 (pvr 8001 0302)
bogomips: 864.64
machine : PowerBook3,5
motherboard : PowerBook3,5 MacRISC2 MacRISC Power Macintosh
board revision  : 
detected as : 80 (PowerBook Titanium IV)
pmac flags  : 000b
L2 cache: 256K unified
memory  : 768MB
pmac-generation : NewWorld


Excerpt from /var/log/gdm/:0.log:

---
> Warning:  Type "TWO_LEVEL" has 2 levels, but  has 4 symbols
>   Ignoring extra symbols
> Warning:  Type "TWO_LEVEL" has 2 levels, but  has 4 symbols
>   Ignoring extra symbols
> Warning:  Type "TWO_LEVEL" has 2 levels, but  has 4 symbols
>   Ignoring extra symbols
> Warning:  Type "TWO_LEVEL" has 2 levels, but  has 4 symbols
>   Ignoring extra symbols
> Warning:  Type "TWO_LEVEL" has 2 levels, but  has 4 symbols

[  cut  ]

---


And here the complete output from
/usr/share/bug/xlibs > /tmp/output 3>&1


Keyboard-related contents of XFree86 X server log file
/var/log/XFree86.0.log:
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "TiBook.IV Panel"
(**) |   |-->Device "Generic Video Card"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "macintosh"
(**) XKB: model: "macintosh"
(**) Option "XkbLayout" "de"
(**) XKB: layout: "de"
(**) Option "XkbVariant" "nodeadkeys"
(**) XKB: variant: "nodeadkeys"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(WW) `fonts.dir' not found (or not valid) in "/usr/lib/X11/fonts/util".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/lib/X11/fonts/util").
(**) FontPath set to 
"unix/:7100,/usr/lib/X11/fonts/misc/:unscaled,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi,/usr/lib/X11/fonts/truetype"
--
(**) RADEON(0): Will re-initialize the DRI on VT switches
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Keyboard "Keyboard0" handled by legacy driver
(**) Option "Protocol" "ImPS/2"
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"

Keyboard-related contents of XFree86 X server log file
/var/log/XFree86.1.log:
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "Generic Video Card"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "macintosh"
(**) XKB: model: "macintosh"
(**) Option "XkbLayout" "de"
(**) XKB: layout: "de"
(**) Option "XkbVariant" "nodeadkeys"
(**) XKB: variant: "nodeadkeys"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(WW) The directory "/usr/lib/X11/fonts/CID" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
Entry deleted from font path.
--
(**) RADEON(0): DPMS enabled
(II) RADEON(0): Direct rendering disabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(EE) RADEON(0): FBIOPAN_DISPLAY: Invalid argument
(II) Keyboard "Generic Keyboard" handled by legacy driver
(**) Option "Protocol" "ImPS/2"
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"

XFree86 X server log fi