maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N810 (https://talk.maemo.org/forumdisplay.php?f=28)
-   -   Minor CPU Overclocking on N810? (https://talk.maemo.org/showthread.php?t=29105)

InF3Kt4 2009-05-24 00:35

Re: Minor CPU Overclocking on N810?
 
The basic thing that came to mind with it was remembering back when I used to hack my PSP. The processing speed I used to clock it up to was 333/166 and it could run any game or video file at a consistent 60fps.. But then again, The PSP has a different GPU than the N810. This didn't occur to me at the time I wrote this thread, but it is still an interesting concept to possibly pursue at some point.

Now my main issue now, from what I have been reading, is this. I just bought a new 8Gig SDHC card today, but before I do anything with it, I thought I would ask about being directed to/recieving information about a few things that I have seen elsewhere. I've read a few mentions about people partitioning thier N810, using "swap" (still not sure about exactly what this is), and using thier external card for VRAM, but I haven't found adequate information on how I could do this, or why I would personally need to (my google skills are a bit lacking I suppose). Would anyone be able to shed some light on these things?

Aisu 2009-05-24 01:08

Re: Minor CPU Overclocking on N810?
 
Quote:

Originally Posted by InF3Kt4 (Post 289490)
The basic thing that came to mind with it was remembering back when I used to hack my PSP. The processing speed I used to clock it up to was 333/166 and it could run any game or video file at a consistent 60fps.. But then again, The PSP has a different GPU than the N810. This didn't occur to me at the time I wrote this thread, but it is still an interesting concept to possibly pursue at some point.

Now my main issue now, from what I have been reading, is this. I just bought a new 8Gig SDHC card today, but before I do anything with it, I thought I would ask about being directed to/recieving information about a few things that I have seen elsewhere. I've read a few mentions about people partitioning thier N810, using "swap" (still not sure about exactly what this is), and using thier external card for VRAM, but I haven't found adequate information on how I could do this, or why I would personally need to (my google skills are a bit lacking I suppose). Would anyone be able to shed some light on these things?

Swap space is space on a disk used as ram (in Linuxland, anyways). Its slower than actual ram and it reads/writes to your card/disk a lot... I always use the max that my N810 will let me, though. :)

(It uses the internal memory card on the N810, no option to use and external.)

GeneralAntilles 2009-05-24 02:27

Re: Minor CPU Overclocking on N810?
 
Quote:

Originally Posted by Aisu (Post 289494)
. . . it reads/writes to your card/disk a lot...

Swappiness is set to 0, so, no, it doesn't tend to swap a lot unless it really needs to.

maacruz 2009-05-24 09:27

Re: Minor CPU Overclocking on N810?
 
Quote:

Originally Posted by Aisu (Post 289494)
Swap space is space on a disk used as ram (in Linuxland, anyways). Its slower than actual ram and it reads/writes to your card/disk a lot... I always use the max that my N810 will let me, though. :)

(It uses the internal memory card on the N810, no option to use and external.)

Elaborating a bit more, swap space is used as a storage space for RAM contents, so when RAM is full the cpu can move some of the less used RAM content to swap (until it is needed again) and free some RAM for new programs. This is very useful, as you can work as if you had more RAM than you really have; the problem is, once you have two programs competing for cpu and there is not enough RAM for both, the cpu will have to move them back and forth from RAM to swap, and this will make things veeeery slow.
It isn't an exclusive linuxland concept, since windows uses swap files since win95. Linux can use a file or a dedicated partition for swap space, and can use more than one swap space.
Although the maemo control panel won't let you choose where you want the sawp space to be, it is quite easy to have it anywhere. For example, since I run from mmc (cloned system), I have put an swap file under the system's root (/) directory.

InF3Kt4 2009-05-24 10:01

Re: Minor CPU Overclocking on N810?
 
Quote:

Originally Posted by maacruz (Post 289546)
Elaborating a bit more, swap space is used as a storage space for RAM contents, so when RAM is full the cpu can move some of the less used RAM content to swap (until it is needed again) and free some RAM for new programs. This is very useful, as you can work as if you had more RAM than you really have; the problem is, once you have two programs competing for cpu and there is not enough RAM for both, the cpu will have to move them back and forth from RAM to swap, and this will make things veeeery slow.
It isn't an exclusive linuxland concept, since windows uses swap files since win95. Linux can use a file or a dedicated partition for swap space, and can use more than one swap space.
Although the maemo control panel won't let you choose where you want the sawp space to be, it is quite easy to have it anywhere. For example, since I run from mmc (cloned system), I have put an swap file under the system's root (/) directory.

How would I go about doing this?

maacruz 2009-05-24 10:43

Re: Minor CPU Overclocking on N810?
 
Quote:

Originally Posted by InF3Kt4 (Post 289548)
How would I go about doing this?

I assume you are asking about running the system from mmc. There are several ways to do it, this is a easy start
http://www.internettablettalk.com/fo...586#post165586
http://www.internettablettalk.com/fo...ht=ESC+pressed

If you just want to have swap space enabled, just go the easy way and use the control panel.

bunanson 2009-05-24 12:12

Re: Minor CPU Overclocking on N810?
 
Quote:

Originally Posted by maacruz (Post 289546)
...since I run from mmc (cloned system), I have put an swap file under the system's root (/) directory.

How to do this, just create a swap file under /root? TIA,

bun

lma 2009-05-24 12:51

Re: Minor CPU Overclocking on N810?
 
Quote:

Originally Posted by GeneralAntilles (Post 289509)
Swappiness is set to 0

1 actually, although there isn't much difference between 1 and 0.

maacruz 2009-05-24 14:02

Re: Minor CPU Overclocking on N810?
 
1 Attachment(s)
Quote:

Originally Posted by bunanson (Post 289559)
How to do this, just create a swap file under /root? TIA,

bun

Do not do that unless running from mmc, right?
I also assume you have enough space for the swap file.
First, see this post:
http://talk.maemo.org/newreply.php?do=newreply&p=289559
Then, where it says
Code:

  # put swap in external mmc
  export OSSO_SWAP=$MMC_MOUNTPOINT
  # ke-recv doesn't honor OSSO_SWAP
  export INTERNAL_MMC_SWAP_LOCATION=$MMC_MOUNTPOINT

you change it to
Code:

  # put swap in external mmc
  export OSSO_SWAP="/" #or whatever directory you want it to be
  # ke-recv doesn't honor OSSO_SWAP
  export INTERNAL_MMC_SWAP_LOCATION="$OSSO_SWAP"

To make it easy, here you have the updated scripts. Just untar as root in /
then reboot the tablet, and use the control panel to enable swap.

GeneralAntilles 2009-05-24 15:36

Re: Minor CPU Overclocking on N810?
 
Quote:

Originally Posted by lma (Post 289561)
1 actually, although there isn't much difference between 1 and 0.

Ah, well, it used to be 0.


All times are GMT. The time now is 21:03.

vBulletin® Version 3.8.8