				 pdaXrom bugs (1.1.0beta3, sl-c3200)
				 ------------

+----------+
| keyboard |
+----------+

* right shift does not seem to function (pressing it has no effect)

* in text-mode some keys are not mapped ('@', '.'); they function right in X

* in X the 'Ok' button in window menu (ie. Alt-<space>) does not function as a
  Enter; the keyboard 'Enter' must be pressed; in any other case it is ok

* selecting text in rxvt wont copy it with middle click to Emacs buffer; but
  other applications seems to perform the paste operation fine (Leafpad)

+--------------+
| applications |
+--------------+

* Screen Blanker -- disabling suspend in this applet does not seem to work

* CPU Config ends with error (MODEL sl-c3200 is not defined in if-else
  statemnet, just making it like this solves the problem

  elif (MODEL == "SL-C1000") | (MODEL == "SL-C3100") | (MODEL == "SL-C3000") | (MODEL == "SL-C3200"):

- - - -
root@zaurus /home/root/martin/zaurus
# cpuoverclock.py 
SL-C3200
Traceback (most recent call last):
  File "/usr/bin/cpuoverclock.py", line 213, in ?
    cpuconfig = cpuconfig()
  File "/usr/bin/cpuoverclock.py", line 87, in __init__
    for freq in self.FREQ_TAB:
AttributeError: cpuconfig instance has no attribute 'FREQ_TAB'
- - - -

* running quake is ok, after leaving the full screen mode all the applets except
  for the "Tasks applet" are gone; restarting the X helps

* keyaboard switcher applet does not seem to work properly -- changing from
  english keyboard to czech and than back to english leaves some of the czech
  characters mapped (the english xmodmap file seems to define only some
  keycodes, im not very accustomed to xmodmap, so i did not investigate it any
  further)

+----------------+
| drivers and hw |
+----------------+

* playing music (xmms) is fine; but when the zaurus suspends and wakes again,
  the /dev/dsp device is busy; no xmms output plugin can perform any output;
  only reboot will help

* sharp CE-RH2 does not work; i would gladly cooperate to make it working

+------+
| misc |
+------+

* when connecting the zaurus with usb cable to run ethernet over USB, the mtu
  of the usbd0 network device is set to 1500; this is too large, should be 500
  (576 max), command like 'ifconfig usbd0 mtu 500' makes this ok; it may be
  handy to enable setting this value through gui 

* driver for wifi seems to be compiled with wrong version of tools:

- - - -
root@zaurus /home/root/martin/zaurus
# iwconfig wlan0
Warning: Driver for device wlan0 recommend version 18 of Wireless Extension,
but has been compiled with version 16, therefore some driver features
may not be available...

wlan0     IEEE 802.11-DS  Mode:Managed  
          Encryption key:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0
- - - -

* pygtk -- importing python gtk as suggested in pygtk tutorial does not work --
  it references module fnmatch

- - - -
root@zaurus /home/root/martin
# ./pokus2.py
Traceback (most recent call last):
  File "./pokus2.py", line 5, in ?
    import pygtk
  File "/home/sash/Work/Akita/akita-rom/build/pygtk-2.5.3/ipkg_tmp/usr/lib/python2.4/site-packages/pygtk.py", line 22, in ?
ImportError: No module named fnmatch
- - - -

import header looks like this (lines causing the error are commented out):

- - - -
#! /usr/bin/env python
# Time-stamp: < pokus2.py (15:33 16.4.2006) >

import sys
#import pygtk
#pygtk.require("2.0")
import gtk
- - - -

without those lines everything is ok

+-------------+
| suggestions |
+-------------+

keyaboard mapping - why not use something like "Fn + 1" as F1 and so on? (i
know about "Alt + 1", ... combinations)

complete keyboard control - using keyboard to access applets and workspace (the
workspace is not nescessary beacause it can be substituted with the menu
button)
