Re: Jornada 6x0 new keyboard layout ?
wrzymski <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.hpcsh |
|---|---|
| Message-ID | <[email protected]> |
2005/10/11, Valeriy E. Ushakov <[email protected]>: > > On Mon, Oct 10, 2005 at 09:08:43 +0000, wrzymski wrote: > > > I've been trying with wscons.conf and mapfile but in current it > > doesn't work. There is pl mapfile in > > /usr/share/wscons/keymaps/pckbd.pl.iso8859-2 looks fine for me, and > > works under i386. The problem is that loading it under hpcsh ends > > with no working keyboard. > > "Not working" == ? It means wscons.conf loads mapfile but keyboard layout is so broken I can't even login. This is the only reason I've made pl layout through sys/dev/hpc/hpckbdkeymap.h. Anyway, I'd suggest making a custom map for the Jornada. Select in > the bootloader the option that matches your physical layout, dump the > map with wsconsctl, edit it to give you latin2 chars on the altgr > layer as necessary, and load that map. > How can I dump layout of wsconsctl ? Another problem is with loading fonts. I have latin2 fonts file and compiled in pseudo-device wsfont to the kernel. When I try to use this fonts I get: #wsfontload -N lat2 -h 10 -w 8 /usr/share/wscons/fonts/lat2.810 (and this works) #wsconsctl -f /dev/ttyE0 -d -w font=lat2 wsconsctl: WSDISPLAYIO_SFONT: Invalid argument Am I doing something wrong or is it problem with wsconsctl in current or hpcsh specific ? ###