* [parisc-linux] x windows keybord problem on 715/33
@ 2002-07-11 15:50 Dimitris Zilaskos
2002-07-12 0:02 ` Andreas Seltenreich
2002-07-12 0:36 ` Helge Deller
0 siblings, 2 replies; 4+ messages in thread
From: Dimitris Zilaskos @ 2002-07-11 15:50 UTC (permalink / raw)
To: parisc-linux
Hello ,
I am trying to setup X windows in an 715/33 . I can start various Windows
managers like wdm and xdm , but i cant get keys 'i' and 'o' to work (
they work ok in console ).All other keys work ok .
I have the following lines in the XF86Config
Option "XkbdRules" "xfree86"
Option "XkbModel" "hphil"
and in my /etc/X11/xkb/rules/xfree86:
hp = xfree86 pc(pc104)
hphil = hp(hil) hp(hil)
I am running 2.4.18-pa41 . Newer kernels till 54 either freeze my
keyboard or have ksoftirqd consume 100% cpu ( or both) . I am using a
serial mouse for X . It works most of the time but sometines the pointer
stops moving untill I press a key . Work ok under console though .
Any advice how to make 'o' and 'i' work ?
Regards ,
--
=============================================================================
Dimitris Zilaskos
Department of Physics @ Aristotle Univercity of Thessaloniki , Greece
=============================================================================
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [parisc-linux] x windows keybord problem on 715/33
2002-07-11 15:50 [parisc-linux] x windows keybord problem on 715/33 Dimitris Zilaskos
@ 2002-07-12 0:02 ` Andreas Seltenreich
2002-07-12 0:36 ` Helge Deller
1 sibling, 0 replies; 4+ messages in thread
From: Andreas Seltenreich @ 2002-07-12 0:02 UTC (permalink / raw)
To: parisc-linux
Hallo Dimitris,
* Dimitris Zilaskos <dzila@tassadar.physics.auth.gr> [2002-07-11 17:51]:
> I am trying to setup X windows in an 715/33 . I can start various Windows
> managers like wdm and xdm , but i cant get keys 'i' and 'o' to work (
> they work ok in console ).All other keys work ok .
I had the same symptoms with a german ps2 keyboard on a 712, just with other
keys beeing dead (<, > and |).
xev showed that X is getting keycodes from those keys, but they were
not alligned.
I changed the keycodes in /etc/X11/xkb/keycodes/xfree86 according to the
ones xev reported. I guess in your case you would have to change them to:
<AD08> = code reported for i
<AD09> = code reported for o
Could also be that the cause for your dead keys is another
and this hint totally useless.
regards,
andreas
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [parisc-linux] x windows keybord problem on 715/33
2002-07-11 15:50 [parisc-linux] x windows keybord problem on 715/33 Dimitris Zilaskos
2002-07-12 0:02 ` Andreas Seltenreich
@ 2002-07-12 0:36 ` Helge Deller
2002-07-12 7:27 ` Dimitris Zilaskos
1 sibling, 1 reply; 4+ messages in thread
From: Helge Deller @ 2002-07-12 0:36 UTC (permalink / raw)
To: Dimitris Zilaskos, parisc-linux
Hi Dimitris,
please read ftp://ftp.parisc-linux.org/XFree86/HILkeyb/README
In any case I would suggest you update to a newer kernel.
HIL mice are now supported, and you won't have any bigger problems
on the console or under X. Just be sure to create the /dev/input/*
device nodes as described in the FAQ entry no. 12 at
http://www.parisc-linux.org/faq/index.html
The 100% cpu usage for softirqd is a known problem, but
it's just cosmetics and will not slower your machine.
I think we will fix this buglet in the future.
Greetings,
Helge
On Thursday 11 July 2002 17:50, Dimitris Zilaskos wrote:
> Hello ,
>
> I am trying to setup X windows in an 715/33 . I can start various Windows
> managers like wdm and xdm , but i cant get keys 'i' and 'o' to work (
> they work ok in console ).All other keys work ok .
>
> I have the following lines in the XF86Config
>
> Option "XkbdRules" "xfree86"
> Option "XkbModel" "hphil"
>
>
> and in my /etc/X11/xkb/rules/xfree86:
> hp = xfree86 pc(pc104)
> hphil = hp(hil) hp(hil)
>
> I am running 2.4.18-pa41 . Newer kernels till 54 either freeze my
> keyboard or have ksoftirqd consume 100% cpu ( or both) . I am using a
> serial mouse for X . It works most of the time but sometines the pointer
> stops moving untill I press a key . Work ok under console though .
>
> Any advice how to make 'o' and 'i' work ?
>
> Regards ,
> --
> ===========================================================================
>==
>
> Dimitris Zilaskos
>
> Department of Physics @ Aristotle Univercity of Thessaloniki , Greece
> ===========================================================================
>==
>
>
> _______________________________________________
> parisc-linux mailing list
> parisc-linux@lists.parisc-linux.org
> http://lists.parisc-linux.org/mailman/listinfo/parisc-linux
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [parisc-linux] x windows keybord problem on 715/33
2002-07-12 0:36 ` Helge Deller
@ 2002-07-12 7:27 ` Dimitris Zilaskos
0 siblings, 0 replies; 4+ messages in thread
From: Dimitris Zilaskos @ 2002-07-12 7:27 UTC (permalink / raw)
Cc: parisc-linux
Thank you all guys for the tips , I will give them a try . And
congratulations to all those developing PA-Linux for their excellent
work.
Regards ,
--
=============================================================================
Dimitris Zilaskos
Department of Physics @ Aristotle Univercity of Thessaloniki , Greece
=============================================================================
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-07-12 7:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-11 15:50 [parisc-linux] x windows keybord problem on 715/33 Dimitris Zilaskos
2002-07-12 0:02 ` Andreas Seltenreich
2002-07-12 0:36 ` Helge Deller
2002-07-12 7:27 ` Dimitris Zilaskos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox