Re: EBook Reader (was Re: [PATCH] RFC: ReadActivity fullscreen, paging changes)

2008-01-27 Thread Jerry Van Baren
I don't know how/if it fits, but I've been using FBReader on my n800 and 
it is very, very good.
   

Best regards,
gvb


Walter Bender wrote:
> We had a "real" ebook reader written by John Resig in the days of the
> B2 hardware. I thin the project has sat untouched ever since. It would
> be worth reexamining.
> 
> -walter
> 
> On 1/27/08, Bert Freudenberg <[EMAIL PROTECTED]> wrote:
>> On Jan 27, 2008, at 11:09 , Klaus Weidner wrote:
>>> I've now read the old thread, and I think there's some confusion
>>> between
>>> a "page" being a screenful versus being the paper sheet to which I've
>>> contributed, sorry.
>> Wouldn't a "real" EBook reader be much more useful than displaying
>> PDFs? You know, one that reflows pages automatically, where I can
>> adjust font size etc. Is this planned or even in existence already?
>>
>> - Bert -
>> ___
>> Devel mailing list
>> Devel@lists.laptop.org
>> http://lists.laptop.org/listinfo/devel
>>
> 
> 

___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: New update.1 build 681

2008-01-12 Thread Jerry Van Baren
Probably:


Also see mail thread "Update.1 680 does not work for me"


Best regards,
gvb


Michael Stone wrote:
> Were the xapian bindings supposed to revert to an older version here?
>
> Thanks,
>
> Michael
>
>
> On Sat, Jan 12, 2008 at 01:45:02PM -0500, Build Announcer Script wrote:
>   
>> http://pilgrim.laptop.org/~pilgrim/olpc/streams/update.1/build681/
>>
>> +xapian-bindings-python.i386 0:1.0.2-1
>> -xapian-bindings-python.i386 0:1.0.4-2.fc7
>>
>> --
>>  This email was automatically generated
>>  Aggregated logs at http://dev.laptop.org/~bert/update.1-pkgs.html
>> ___
>> Devel mailing list
>> Devel@lists.laptop.org
>> http://lists.laptop.org/listinfo/devel
>> 
> ___
> Devel mailing list
> Devel@lists.laptop.org
> http://lists.laptop.org/listinfo/devel
>   

___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Clock?

2007-12-22 Thread Jerry Van Baren
Bernardo Innocenti wrote:
> Jerry Van Baren wrote:
> 
>> FWIIW, the hardware clock configuration is set to use localtime by 
>> default.  This can be reconfigured to use UTC (see /etc/rc.sysinit which 
>> includes the config file /etc/sysconfig/clock if it exists), but it 
>> probably isn't worth the effort.
> 
> From hwclock's man page:
> 
>   If you specify neither --utc nor --localtime , the default is whichever was 
>  specified  the  last  time
>   hwclock  was  used  to set the clock (i.e. hwclock was successfully run 
> with the --set , --systohc , or
>   --adjust options), as recorded in the adjtime file.  If the adjtime file 
> doesn't exist, the default  is
>   local time.
> 
> So the first time you set the hwclock with --utc, it will
> be kept that way.

Hmmm, odd.  After setting the hwclock with --utc, my /etc/adjtime has 
"UTC" but, when I cycled power, my system clock was off by my timezone.
Ahh, my /etc/adjtime has "0" instead of "UTC" on the second line.

OK, setting my hwclock to utc shows /etc/adjtime has "UTC", but after 
rebooting it gets reset to "0" (localtime), causing the incorrect time 
offset.

gvb

___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Clock?

2007-12-22 Thread Jerry Van Baren
FWIIW, the hardware clock configuration is set to use localtime by 
default.  This can be reconfigured to use UTC (see /etc/rc.sysinit which 
includes the config file /etc/sysconfig/clock if it exists), but it 
probably isn't worth the effort.

WRT my previous advice on using hwclock, do *not* use the --utc flag.

hwclock --systohc

Best regards,
gvb


Joshua Minor wrote:
> Great.  This will be perfect.
> 
> For now I've set mine manually via ntpdate and hwclock.
> 
> Thanks everyone.
> 
> -josh
> 
> On Dec 22, 2007, at 4:49 AM, C. Scott Ananian wrote:
> 
>> On Dec 22, 2007 3:07 AM, Bernardo Innocenti <[EMAIL PROTECTED]>  
>> wrote:
>>> Joshua Minor wrote:
 Is it reasonable to assume that the XO's clock is set correctly?
 Specifically I'd like to use python's time.time() to determine which
 participant of an activity has been using it the longest.
>>> A NetworkManager callout could set it, but it seems we're not
>>> doing it yet.
>> It's done in joyride and will be done in update.1, but not in ship.2
>> builds.  trac #3359.
>> --scott
>>
>> -- 
>> ( http://cscott.net/ )
> 
> ___
> Devel mailing list
> Devel@lists.laptop.org
> http://lists.laptop.org/listinfo/devel

___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Clock?

2007-12-22 Thread Jerry Van Baren
Bernardo Innocenti wrote:
> Joshua Minor wrote:
>> Is it reasonable to assume that the XO's clock is set correctly?   
>> Specifically I'd like to use python's time.time() to determine which  
>> participant of an activity has been using it the longest.
> 
> A NetworkManager callout could set it, but it seems we're not
> doing it yet.
> 
>> Alternately, is there a simple way to query the network for the  
>> current time?
> 
> Try:
> 
>ntpdate pool.ntp.org
> 
> This will also set the system clock, but not save the time
> in the hardware clock.
> 
> We're also not setting the TZ correctly at this time, and I'm
> almost sure that couldn't be done automatically from the
> manufacturing data.

...and the, in a root shell (open the terminal and su), use hwclock to 
set the hardware clock from the system time (I also set it to UTC, 
should be a Good Thing, but no guarantees).

hwclock --systohc --utc

gvb
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel