Lorant Toth | 6 Jul 2004 16:13
Picon

hi

hey folks,

I am pretty new to NetBSD and currently trying to run port-hpcarm on a 
Jornada720 - so far I've been quite successful (after lots of 
unsuccessful tries of disklabeling the CF card - in the end I figured 
how to use linux fdisk to do it :) )
So far I must say NetBSD feels nice and light, I feel in control of the 
system - as opposed to modern linux distros :) even though I have to 
consult the manuals now and then.

My main problem is that X11 does not operate correctly, touchscreen 
works but the keyboard mapping seems completely random - I can't seem to 
find a pattern and xmodmap'ing does not help either. Keys are totally 
randomly mapped, some keys not at all - could be a problem I've read 
about in this list's archive, end of 2003 methinks.

I got and installed a binary build from releng:
ftp://releng.netbsd.org/pub/NetBSD-daily/netbsd-2-0/200406120000/hpcarm/binary/sets/ 
.

As a side-note:  for me X would not run at first! Then I installed an 
older release of X11 that was posted on this list and it finally worked 
after overinstalling the releng files again. Maybe a font was missing or so.

Anyway, X11 works now - when running on ttyE0 - except for the keyboard 
:( I read the conversations on the list about wrong raw keycodes (and so 
on if I remember right) and of a proposed fix. My keyboard does not work 
with the last releng build though,

Then I installed NetBSD-2-0 on a K6-300, got the sources from CVS and 
(Continue reading)

Lorant Toth | 7 Jul 2004 16:02
Picon

Re: hi

hi,

sorry - actually I just found that my questions were answered June 30th 
and that a more recent build exists thatn I used. I did not get those 
emails though I am recently subscribed to port-hpcarm. sorry.

X11 installs and runs fine right after install with the new snapshot 
from releng, you just need to xmodmap your keys. Great work. I'd like to 
see whether I can cross-build the distribution on my 300mhz machine so 
that I could possibly help out with a few things.

Awesome work! This just quadruples (at least) the usefulnes of my 
Jornada720. Finally a real OS.

- Lorant

Ahmad M.Afuni | 10 Jul 2004 20:32

iPAQ H3630/H5555 supported?

Hello,
I'm just curious about this, I have two iPAQs, one H5555 and one H3630. I wanted to know whether they are
supported, and to what extent..
e.g. Does the H3630 port have X support? What exactly can I do with it? Is there a touchscreen driver or is it
all serial-port access?
Also, I hear there are XScale optimizations, is the iPAQ H5555 supported? The above questions apply.
Sorry for asking so much, but the NetBSD hpcarm port page is so vague and this mailing list is dull! (No offence)
Thanks,
Ahmad

_____________________________________________________________
yourname <at> digiverse.net
http://www.digiverse.net

UCHIYAMA Yasushi | 14 Jul 2004 18:59
Favicon

XKB keymap patch.

I prepared the patch that setting XKB keymap from which determined by
builtin keyboard. This patch useful for non KB_US machines.  If there
are no objections, I'd like to commit this.

Index: atKeynames.h
===================================================================
RCS file: /cvsroot/xsrc/xfree/xc/programs/Xserver/hw/netbsd/hpc/atKeynames.h,v
retrieving revision 1.1
diff -u -r1.1 atKeynames.h
--- atKeynames.h	3 Jan 2004 01:09:19 -0000	1.1
+++ atKeynames.h	14 Jul 2004 16:08:18 -0000
 <at>  <at>  -1,5 +1,4  <at>  <at> 
-/* $XConsortium: atKeynames.h,v 1.6 95/01/13 19:19:20 kaleb Exp $ */
-/* $XFree86: xc/programs/Xserver/hw/xfree86/common/atKeynames.h,v 3.5 1995/06/24 10:28:16 dawes
Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/common/atKeynames.h,v 3.22 2004/02/13 23:58:35
dawes Exp $ */
 /*
  * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.
  *
 <at>  <at>  -22,19 +21,67  <at>  <at> 
  * PERFORMANCE OF THIS SOFTWARE.
  *
  */
+/*
+ * Copyright (c) 1994-2003 by The XFree86 Project, Inc.
+ * All rights reserved.
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining
+ * a copy of this software and associated documentation files (the
(Continue reading)

rafael2k | 15 Jul 2004 02:30

Re: XKB keymap patch.


Hi Uchiyama,
I have a KB_PT Jornada 710, how this patch will affect me?

thanx,
rafael diniz

Em Qua 14 Jul 2004 16:59, UCHIYAMA Yasushi escreveu:
> I prepared the patch that setting XKB keymap from which determined by
> builtin keyboard. This patch useful for non KB_US machines.  If there
> are no objections, I'd like to commit this.

--

-- 
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
Engenharia da Computação  --  Unicamp
http://www.gnu.org/philosophy/why-free.pt.html
Radio Muda, radiolivre.org, Centro de Mídia Independente, SubMídia, GPSL
Chave PGP: id 0x2FF86098 / keys.indymedia.org
"Acreditar que um conhecimento pode ser vendido ou
comprado é uma forma sutil (e cruel) de perpetuar a ignorância."
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-

UCHIYAMA Yasushi | 15 Jul 2004 20:13
Favicon

Re: XKB keymap patch.

 | Hi Uchiyama,
 | I have a KB_PT Jornada 710, how this patch will affect me?

I've forgotten. In such a case, this patch sets KB_US as default
keymap. But hpcarm directly uses hardware scancode, so some remapping
code will be required even if set KB_PT properly.
I'm reconsidering the patch.

UCHIYAMA Yasushi | 20 Jul 2004 21:30
Favicon

Re: XKB keymap patch.

I've also added keymap coversion routine. When open wskbd* instead of ttyE*,
use this keymap.

Index: atKeynames.h
===================================================================
RCS file: /cvsroot/xsrc/xfree/xc/programs/Xserver/hw/netbsd/hpc/atKeynames.h,v
retrieving revision 1.1
diff -u -r1.1 atKeynames.h
--- atKeynames.h	3 Jan 2004 01:09:19 -0000	1.1
+++ atKeynames.h	20 Jul 2004 17:42:31 -0000
 <at>  <at>  -1,5 +1,5  <at>  <at> 
-/* $XConsortium: atKeynames.h,v 1.6 95/01/13 19:19:20 kaleb Exp $ */
-/* $XFree86: xc/programs/Xserver/hw/xfree86/common/atKeynames.h,v 3.5 1995/06/24 10:28:16 dawes
Exp $ */
+/* $NetBSD$ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/common/atKeynames.h,v 3.22 2004/02/13 23:58:35
dawes Exp $ */
 /*
  * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.
  *
 <at>  <at>  -22,19 +22,67  <at>  <at> 
  * PERFORMANCE OF THIS SOFTWARE.
  *
  */
+/*
+ * Copyright (c) 1994-2003 by The XFree86 Project, Inc.
+ * All rights reserved.
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining
+ * a copy of this software and associated documentation files (the
(Continue reading)

Ahmad M.Afuni | 21 Jul 2004 14:04

Problem with CF card booting hpcarm! [Jornada]

Jornada.
Perhaps sticking that in the Subject would've gotten your attention. :P
Here's the output on Serial:

--------HPCBOOT--------
 FileManager: FAT
[0] 0xc0000000 size 0x08000000
[1] 0xc8000000 size 0x08000000
[2] 0xd0000000 size 0x08000000
[3] 0xd8000000 size 0x08000000
GetVersionEx
Windows CE 3.0
GetSystemInfo:
wProcessorArchitecture      0x5
dwPageSize                  0x1000
dwAllocationGranularity     0x00010000
dwProcessorType             0xa11
wProcessorLevel             0x4
wProcessorRevision          0x8
Display: 240x320 16bpp
Reg0 :6901b118
Reg1 :c00a327f
Reg2 :c00a327f
Reg3 :00000001
Reg5 :c00a3007
Reg6 :000232cc
Reg13:14000000
Reg14:00000000
CPSR :600000df
open file "\Storage Card\netbsd-IPAQ.gz"(1174025 byte).
(Continue reading)


Gmane