<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Al Johnson wrote:
<blockquote cite="mid:200906251041.49757.openmoko@mazikeen.demon.co.uk"
 type="cite">
  <pre wrap="">On Thursday 25 June 2009, Tim Abell wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi all,

I've got my bt keyboard connected, and according to hcidump I think the
keypress events are getting to bluez, however they aren't getting to any
applications, including xev.

Does anyone know what I need to do to troubleshoot this?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Sounds like bug #1796 [1]. It's the parameters passed when starting X that are 
the problem, and affects USB keyboards too. Look in /etc/X11/Xserver and 
compare with the diff below - beware line wrap. If this is the problem then 
please file a bug report.

--- a/packages/xserver-kdrive-common/xserver-kdrive-common/openmoko/Xserver
+++ b/packages/xserver-kdrive-common/xserver-kdrive-common/openmoko/Xserver
@@ -93,7 +93,7 @@ case `module_id` in
                 modprobe mbxfb
                 ARGS="$ARGS -br -fb /dev/fb1" ;;
         "GTA01" | "GTA02")
-                ARGS="$ARGS -dpi 285 -screen 480x640 -hide-cursor -root-
ppm/usr/share/pixmaps/xsplash-vga.ppm vt1" ;;
+                ARGS="$ARGS -dpi 285 -screen 480x640 -hide-cursor -br" ;;
         "Motorola Ezx Platform")
                 ARGS="$ARGS -dpi 170 -screen 240x320 -hide-cursor -root-ppm 
/usr/share/pixmaps/xsplash-qvga.ppm vt1" ;;
         "Nokia N800")


[1] <a class="moz-txt-link-freetext"
 href="http://docs.openmoko.org/trac/ticket/1796">http://docs.openmoko.org/trac/ticket/1796</a>

  </pre>
</blockquote>
Thanks Al,<br>
<br>
My Xserver file isn't exactly the same, but I tried to make matching
changes:<br>
<br>
root@om-gta02:/etc/X11# diff Xserver.orig Xserver<br>
--- Xserver.orig&nbsp;&nbsp;&nbsp; Thu Jun 25 19:36:17 2009<br>
+++ Xserver&nbsp;&nbsp;&nbsp; Fri Jun 26 23:30:27 2009<br>
@@ -113,7 +113,7 @@<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DPI=140<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fi <br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ARGS="$ARGS -dpi ${DPI} -screen ${SCREEN_SIZE} -mouse
tslib -hide-cursor -root-ppm /usr/share/pixmaps/xsplash-vga.ppm vt1" <br>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ARGS="$ARGS -dpi ${DPI} -screen ${SCREEN_SIZE}
-hide-cursor -br"<br>
&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; XSERVER=/usr/bin/Xglamo <br>
&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ;;<br>
&nbsp;&nbsp;&nbsp;&nbsp; "Nokia N770")<br>
<br>
<br>
I've attached the two versions, the original from my phone (.orig) and
my attempt at modifying it (.bluetooth)<br>
<br>
The changes don't appear to have helped.<br>
<br>
Tim<br>
<br>
</body>
</html>