keyboard handling (was Re: OLPC where to go development advice.)

2009-02-02 Thread S Page
Summary: I updated http://wiki.laptop.org/go/Enabling_XO_features_on_other_distributions http://wiki.laptop.org/go/Keyboard_shortcuts and several other pages, but mysteries remain. p...@laptop.org usefully responded: I have zero clue where to find the keymapping file or configuration utility.

Re: keyboard handling (was Re: OLPC where to go development advice.)

2009-02-02 Thread pgf
s wrote: Summary: I updated http://wiki.laptop.org/go/Enabling_XO_features_on_other_distributions http://wiki.laptop.org/go/Keyboard_shortcuts and several other pages, but mysteries remain. p...@laptop.org usefully responded: I have zero clue where to find the keymapping

Re: keyboard handling (was Re: OLPC where to go development advice.)

2009-02-02 Thread Carol Farlow Lerche
It seems that the implementations for volume and brightness keys are handled separately from the remainder of the keyboard in most laptops. I have recently been installing Linux in various older laptops, some with gnome, some with xfce, and have found the laptop special keys scripts in /etc/acpi.

Re: keyboard handling (was Re: OLPC where to go development advice.)

2009-02-02 Thread david
at the OS level the brightness and volume keys are just the standard F9-F12 keys if you look at the 'keyboard shortcuts' page on the wiki they are even documented that way (or at least I think they were at one point) it's Sugar that decides to monkey with the brightness and volume when

Re: OLPC where to go development advice.

2009-02-01 Thread Paul Breed
Thanks for all the advice, I've gotten ubuntu installed. One OLPC question and one GTK question OLPC: where exactly is the keyboard mapping file that would let me change the behavior of the screen orientation button? GTK Development:: gcc works (IE I can compile hello world) python and pygtk

Re: OLPC where to go development advice.

2009-02-01 Thread Chris Ball
Hi Paul, OLPC: where exactly is the keyboard mapping file that would let me change the behavior of the screen orientation button? I don't think there's a way to stop the button from trying to perform a rotate (though I might be wrong), however you can register to receive a signal when

Re: OLPC where to go development advice.

2009-02-01 Thread Tomeu Vizoso
On Sun, Feb 1, 2009 at 17:08, Chris Ball c...@laptop.org wrote: Hi Paul, OLPC: where exactly is the keyboard mapping file that would let me change the behavior of the screen orientation button? I don't think there's a way to stop the button from trying to perform a rotate (though I

Re: OLPC where to go development advice.

2009-02-01 Thread pgf
paul wrote: Thanks for all the advice, I've gotten ubuntu installed. One OLPC question and one GTK question OLPC: where exactly is the keyboard mapping file that would let me change the behavior of the screen orientation button? this will be different under ubuntu-on-XO, i believe.

Re: OLPC where to go development advice.

2009-02-01 Thread Paul Breed
this will be different under ubuntu-on-XO, I want to write some code that runs in Tablet mode and I need one more key. So I want to disable the screen rotation. Currently even under ubuntu it rotates the screen. I'm a linux newbee so I have zero clue where to find the keymapping file or

Re: OLPC where to go development advice.

2009-02-01 Thread pgf
paul wrote: this will be different under ubuntu-on-XO, I want to write some code that runs in Tablet mode and I need one more key. So I want to disable the screen rotation. Currently even under ubuntu it rotates the screen. I'm a linux newbee so I have zero clue where to find the

Re: OLPC where to go development advice.

2009-02-01 Thread pgf
i wrote: i just booted ubuntu to see how they do it -- turns out it's easy. they use a program called xbindkeys to bind all of the special XO to be clear, they isn't ubuntu. they is the person (who goes by the moniker teapot) who put together binary release you downloaded. a pure ubuntu

Re: OLPC where to go development advice.

2009-02-01 Thread K. K. Subramaniam
On Saturday 31 Jan 2009 11:24:55 am Mikus Grinbergs wrote: But I have *not* been able to assign a static ip address when a real network was involved - Network Manager intervenes and destroys whatever setup I've configured. Network Manager does not handle interfaces which have an entry in

Re: OLPC where to go development advice.

2009-01-31 Thread Daniel Drake
2009/1/31 Mikus Grinbergs mi...@bga.com: [And if I stop Network manager, the XO manages to 'vanish' the *hardware* device to which I would be assigning my static-address communications interface.] A little OT, a hint for you: I think you need to learn about more about interface state. By

Re: OLPC where to go development advice.

2009-01-31 Thread Mikus Grinbergs
But I have *not* been able to assign a static ip address when a real network was involved - Network Manager intervenes and destroys whatever setup I've configured. [And if I stop Network manager, the XO manages to 'vanish' the *hardware* device to which I would be assigning my

Re: OLPC where to go development advice.

2009-01-31 Thread Daniel Drake
2009/1/31 Mikus Grinbergs mi...@bga.com: I do realize that 'ifconfig' only shows interfaces that are up -- and that it is 'ifconfig iface up ip-addr' that would be used to configure a static ip address (and bring iface up). The problem was that when I tried to assign a static address, the

OLPC where to go development advice.

2009-01-30 Thread Paul Breed
I subscribed to the dev list for some development advice for the OLPC. My reason for using the OLPC is not to help in the developing world, it because I'm working on a long term project in the Mojave Desert and unit is robust and the display can be read in the noon day mojave sun. The project is

Re: OLPC where to go development advice.

2009-01-30 Thread david
to what you would like them to be. David Lang On Fri, 30 Jan 2009, Paul Breed wrote: Date: Fri, 30 Jan 2009 16:42:13 -0800 From: Paul Breed p...@rasdoc.com To: devel@lists.laptop.org Subject: OLPC where to go development advice. I subscribed to the dev list for some development advice

Re: OLPC where to go development advice.

2009-01-30 Thread Walter Bender
On Fri, Jan 30, 2009 at 7:42 PM, Paul Breed p...@rasdoc.com wrote: I subscribed to the dev list for some development advice for the OLPC. This is probably the best list. There is also irc.freenode.net #olpc-devel My reason for using the OLPC is not to help in the developing world, it because

Re: OLPC where to go development advice.

2009-01-30 Thread Carol Farlow Lerche
To: devel@lists.laptop.org Subject: OLPC where to go development advice. I subscribed to the dev list for some development advice for the OLPC. My reason for using the OLPC is not to help in the developing world, it because I'm working on a long term project in the Mojave Desert

Re: OLPC where to go development advice.

2009-01-30 Thread david
can either use them as-is (default mappings), or alter the mappings to change them to what you would like them to be. David Lang On Fri, 30 Jan 2009, Paul Breed wrote: Date: Fri, 30 Jan 2009 16:42:13 -0800 From: Paul Breed p...@rasdoc.com To: devel@lists.laptop.org Subject: OLPC where to go

Re: OLPC where to go development advice.

2009-01-30 Thread Mikus Grinbergs
You can configure a static ip address using ifconfig from the command line. You'll need to be root. Unfortunately, the OLPC has Network Manager, which knows better. [I *have* been able to use ifconfig to assign a _mesh_ address on a F10 Joyride (which otherwise has mesh support broken).] But