Re: Partitionning separate /home/ floder to SD

2008-10-20 Thread BS - João Vieira

I just did as L. Gasser said, it's working fine, i notice some slowlyness in 
xTerm in the neo when working in /home/ area but it's no big deal.

Used gParted to make partitions, and used ext2 instead of ext3

thanks guys
J

On Monday 20 October 2008, Iain B. Findleton wrote:
 All that works just fine, particularly the use of a swap partiton which
 eliminates the slowing of the FR with time. I also made /usr/local point
 to the uSD so that any applications I install are not affected by
 changes to the flashed stuff.

 I notice little negative effects by putting as much as possible on the
 uSD. I did appear to observe that using ext3 on the uSD partitions
 appears to be faster than using FAT file systems, however. That is just
 an impression as I have not run any tests.

 Joel Newkirk wrote:
  On Sun, 19 Oct 2008 22:39:34 +0100, Andy Selby
 
  [EMAIL PROTECTED] wrote:
  Is there a way that /home/ is in my SD card? Only /home/, like we do in
 
  Linux
 
  distributions... so I can flash whenever i want the Neo without loosing
  configuration files, icons and stuff I am adapting for myself in the
 
  Neo?
 
  Did you try
  #link /media/card/home /home
 
  Actually that'd be 'ln'... ;)
 
  The solution I suspect Andy is seeking is to alter /etc/fstab:
  /dev/mmcblk0p1  /media/card autodefaults,async,noauto   0  0
  change to
  /dev/mmcblk0p1  /home autodefaults,async,noauto   0  0
 
  This replaces /home in the filesystem with the contents of the first
  partition on the uSD.  (note that if the /home folder already exists that
  this will effectively redirect /home to the uSD without touching the
  'local' /home, so that if the uSD is removed, corrupted, etc, and doesn't
  mount, there's still a /home/root folder, just without everything you
  customized and added while on the uSD)
 
  When (if) I get my FR where I plan to retain the same installation
  long-term, I intend to carve up the 8gb uSD and have /dev/mmcblk0p3 as
  /home.  (partition #2 as swap, #1 as alternate boot)
 
  j
 
 
 
  ___
  Openmoko community mailing list
  community@lists.openmoko.org
  http://lists.openmoko.org/mailman/listinfo/community



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Partitionning separate /home/ floder to SD

2008-10-19 Thread BS - João Vieira
Hi,

Tryed to find in the threads but no luck.

Is there a way that /home/ is in my SD card? Only /home/, like we do in Linux 
distributions... so I can flash whenever i want the Neo without loosing 
configuration files, icons and stuff I am adapting for myself in the Neo?

The idea is to have the OS in the flash rams in Neo, and /home/ in mini-SD, 
this is basically one of the awesome features in the base of linux 
distributions that helps me sell it.


Rgds,
JV


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Pingus ported

2008-10-18 Thread BS - João Vieira

isn't there a way that the game rotates by itself instead we giving command 
line instructions?


On Saturday 18 October 2008, Tobias Kündig wrote:
 You have to rotate the screen to landscape.

 Look here for more information:
 http://www.opkg.org/package_27.html

 Regards,
 Tobias

 Patrick Beck schrieb:
  Hello,
 
  i have installed the needed packages and i get this message when i try
  to start pingus
 
  --
  Welcome to Pingus 0.7.2!
  
  data path:   /usr/bin/../share/pingus/data/
  language:English (en)
  font encoding:   iso-8859-1
  sound support:   enabled
  music support:   enabled
  resolution:  800x600
  fullscreen:  disabled
 
  Unable to set video mode: No video mode large enough for 800x600
 
  --
 
  How can i change the resolution?
 
  Thanks for the port.
 
  with kind regards
 
  Patrick
 
  Am Samstag, den 18.10.2008, 16:06 +0200 schrieb Sander van Grieken:
  Hi All,
 
  I'm glad to report that I've managed to port Pingus, the free lemmings
  clone, for OE based distributions (it was already available on
  Debian).
 
  I have submitted the bitbake recipe and patches to Openembedded, but
  there's no need to wait while these trickle down the various branches.
  I have created the binaries for you.
 
  On both FSO and OM2008.8 you can install
 
  http://3v8.net/~sander/openmoko/libboost-signals1.33.1_1.33.1-r3_armv4t.
 ipk
 
  http://3v8.net/~sander/openmoko/pingus_0.7.2-r0_armv4t.ipk
 
  Also libpng3 must be installed, but I haven't been able to get the
  dependency right, so you'll need to do that manually.
 
  Note: for OM2008.8, you need to have the testing feeds to get recent
  enough SDL packages.
 
  more information is at http://wiki.openmoko.org/wiki/Sander
 
  ___
  Openmoko community mailing list
  community@lists.openmoko.org
  http://lists.openmoko.org/mailman/listinfo/community
 
  
 
  ___
  Openmoko community mailing list
  community@lists.openmoko.org
  http://lists.openmoko.org/mailman/listinfo/community

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Flashing in (K)Ubuntu Linux 64bits

2008-10-16 Thread BS - João Vieira

hi,

i did it, i thought devnum was the device ID to use, it seems it was the 
hexadecimal codes more on the left.

all went smoothly

thanks everyone

J


On Thursday 16 October 2008, jotalix wrote:
 I presume my device is number 2
 $ sudo ./dfu-util -l
 ...
 Found Runtime: [0x0b05:0x1712] devnum=2, cfg=0, intf=2, alt=0,
 name=UNDEFINED

 So using 2 as the device ID I got this error

 $ sudo ./dfu-util -a rootfs --device 2 -R -D Om2008.9.rootfs.jffs2
 ...
 unable to parse `2'

 $ sudo ./dfu-util -a rootfs --device 2 -R -D Om2008.9.rootfs.jffs2
 ...
 unable to parse `2'

 $ sudo ./dfu-util -a rootfs -d 2 -R -D Om2008.9.rootfs.jffs2
 ...
 unable to parse `2'

 thanks
 J

 On Thursday 16 October 2008, Patrick Beck wrote:
  ./dfu-util -a rootfs --device listed-id -R -D



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Flashing in (K)Ubuntu Linux 64bits

2008-10-16 Thread BS - João Vieira

thanks Patrick, I was also using the wrong image i had to use gta02, now im 
using the right flash

On Thursday 16 October 2008, Patrick Beck wrote:
 Hi,

 You are using dfu-util in the wrong way.

 Try = sudo ./dfu-util -a rootfs --device 0x0b05:0x1712 -R -D
 Om2008.9.rootfs.jffs2

 with kind regard

 Patrick

 Am Donnerstag, den 16.10.2008, 05:51 -0700 schrieb jotalix:
  I presume my device is number 2
  $ sudo ./dfu-util -l
  ...
  Found Runtime: [0x0b05:0x1712] devnum=2, cfg=0, intf=2, alt=0,
  name=UNDEFINED
 
  So using 2 as the device ID I got this error
 
  $ sudo ./dfu-util -a rootfs --device 2 -R -D Om2008.9.rootfs.jffs2
  ...
  unable to parse `2'
 
  $ sudo ./dfu-util -a rootfs --device 2 -R -D Om2008.9.rootfs.jffs2
  ...
  unable to parse `2'
 
  $ sudo ./dfu-util -a rootfs -d 2 -R -D Om2008.9.rootfs.jffs2
  ...
  unable to parse `2'
 
  thanks
  J
 
  On Thursday 16 October 2008, Patrick Beck wrote:
   ./dfu-util -a rootfs --device listed-id -R -D



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community