Re: Glamo driver on Debian

2008-08-21 Thread xaos x
I second this question. Does glamo in debian fix the xrandr problem? -Tom - Original Message - From: "arne anka" <[EMAIL PROTECTED]> To: "Support for Openmoko Device Owners" Sent: Thursday, August 21, 2008 8:06:15 AM GMT -05:00 US/Canada Eastern Subject: Re: Glamo driver on Debian >xra

Re: Swapping screen orientation on debian-image

2008-08-18 Thread xaos x
The mouse orientation is messed up with it in landscape. I started it with Option "Rotate" "CCW" in xorg.conf and the touchscreen was unusable. I suppose this is just a matter of setting a different pointercal value depending upon orientation though. with Option "RandRRotation" "on" you can cha

XFCE matchbox keyboard

2008-08-18 Thread xaos x
Anyone know how to make the toggle keyboard in XFCE embed instead of being a resizable application window? It makes it hard to use when it gets lowered and/or is overlapped by or overlaps other windows. -Tom ___ support mailing list support@lists.ope

mdbus in FSO under Debian

2008-08-18 Thread xaos x
mdbus -s with no other arguments returns the expected: debian-gta02:~# mdbus -s :1.0 :1.1 :1.2 :1.24 :1.3 :1.4 :1.5 :1.6 :1.8 org.freedesktop.DBus org.freedesktop.Gypsy org.freesmartphone.frameworkd org.freesmartphone.odeviced org.freesmartphone.oeventd org.freesmartphone.ogpsd org.freesmartphone.

Re: Official Debian port with FSO

2008-08-16 Thread xaos x
I notice that upon a successful outgoing call connection, it looks like the GUI is not receiving or maybe not checking for the call status as the dialpad is not closing to display the call status screen. You can close the pyphone_phone manually and open zhone again, which will display the pyph

Re: Official Debian port with FSO

2008-08-16 Thread xaos x
Adding 161 to const.py fixed it. Adding print("%s" % nstring) output the incoming number which was my own home number as I was testing. It was in the format of 1222333. I don't see the error upon opening the phonebook. - Original Message - From: "Joachim Breitner" <[EMAIL PROTECTED

Re: Official Debian port with FSO

2008-08-16 Thread xaos x
im Breitner" <[EMAIL PROTECTED]> To: support@lists.openmoko.org Sent: Saturday, August 16, 2008 5:13:38 PM GMT -05:00 US/Canada Eastern Subject: Re: Official Debian port with FSO Hi, Am Samstag, den 16.08.2008, 17:00 -0400 schrieb xaos x: > I'm not sure what string type the write f

Re: Official Debian port with FSO

2008-08-16 Thread xaos x
I'm not sure what string type the write function is expecting the variable "data" to be, but doing a data = data.encode("utf-8") before the isinstance() check in def write(self,data) gets rid of the error output, however it still will not dial. -Tom ___

Re: Official Debian port with FSO

2008-08-16 Thread xaos x
+CRING: VOICE') ogsmdWARNING CALLCHANNEL: UNHANDLED INTERMEDIATE: +CRING: VOICE -Tom - Original Message - From: "xaos x" <[EMAIL PROTECTED]> To: "Support for Openmoko Device Owners" Sent: Saturday, August 16, 2008 4:37:59 PM GMT -05:00 US/Canada Easter

Re: Official Debian port with FSO

2008-08-16 Thread xaos x
the frameworkd shows this when the dial button is pressed: ( queue is: deque([(u'ATD4078972297;\r\n', >, >, 3600)])) Traceback (most recent call last): File "/var/lib/python-support/python2.5/framework/subsystems/ogsmd/gsm/channel.py", line 230, in _readyToSend self.readyToSend() File "

phone not registering on the network

2008-08-08 Thread xaos x
after installing om2008.8, the gta02 will not register on the network. after three reboots, i was finally able to get ssh to respond and, upon logging in, could not find gsmd anywhere. is gsmd still used in om2008.8? if not, how do we go about registering on the network? -Tom _