Go Back   HTCGeeks Forum > Pocket PC's > Axim X51v
Follow us on Twitter !!!

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 02-05-2009, 12:38 PM
Antineutrino's Avatar
Antineutrino Antineutrino is offline
Site Supporter
Cell Phone Carrier: Vodafone
Regular Phone Model: Nokia N70
Pocket PC(s): Dell Axim x51v WM6.1 , Dell Axim x50v WM6.1
 
Join Date: Jan 2008
Location: Roma, Italy
Posts: 168
Thanks: 43
Thanked 28 Times in 12 Posts
Rep Power: 3
Antineutrino is on a distinguished road
Lightbulb Windows CE BSP...

Hi...
I just found this site...

It seems a community where you can share many interesting sources...

http://www.pudn.com/downloads76/sour...ail288001.html

And I downloaded this...
http://rapidshare.com/files/19434687..._V010103_G.rar


If is there any willing and skilled coder to try to rebuild new drivers for our Axims...
Reply With Quote
Sponsored Links

Protected by Akismet
Blog with WordPress
  #2  
Old 02-09-2009, 06:55 AM
Antineutrino's Avatar
Antineutrino Antineutrino is offline
Site Supporter
Cell Phone Carrier: Vodafone
Regular Phone Model: Nokia N70
Pocket PC(s): Dell Axim x51v WM6.1 , Dell Axim x50v WM6.1
 
Join Date: Jan 2008
Location: Roma, Italy
Posts: 168
Thanks: 43
Thanked 28 Times in 12 Posts
Rep Power: 3
Antineutrino is on a distinguished road
Default

These packages contain sources of many drivers for common PPC hardware...
I suppose that in the first one I linked (but don't downloaded yet) we'll find also source code for a 2700G driver...
Reply With Quote
  #3  
Old 02-09-2009, 12:06 PM
MrMage MrMage is offline
Senior Member
Cell Phone Carrier: blau
Pocket PC Phone: O2 XDA neo white (used from eBay)
Pocket PC(s): Dell Axim x51v
 
Join Date: Jun 2008
Posts: 233
Thanks: 27
Thanked 21 Times in 14 Posts
Rep Power: 3
MrMage is on a distinguished road
Default

43680550XSBase2700G_V010103_G.rar indeed contains such drivers in the Marathon directory, as far as I can consider. But I did not find any Visual C++ project files yet.

Aren't the two links you provided about the same archive?
__________________
PocketCAS - the best free Computer Algebra System for Windows Mobile! Try it out!
Reply With Quote
  #4  
Old 02-10-2009, 01:43 PM
Antineutrino's Avatar
Antineutrino Antineutrino is offline
Site Supporter
Cell Phone Carrier: Vodafone
Regular Phone Model: Nokia N70
Pocket PC(s): Dell Axim x51v WM6.1 , Dell Axim x50v WM6.1
 
Join Date: Jan 2008
Location: Roma, Italy
Posts: 168
Thanks: 43
Thanked 28 Times in 12 Posts
Rep Power: 3
Antineutrino is on a distinguished road
Default

I think that the first one I linked is XSBase2700G_V010101 and the second is
XSBase2700G_V010103 G

So the one I downloaded is newer I suppose...
Reply With Quote
  #5  
Old 02-10-2009, 01:52 PM
Antineutrino's Avatar
Antineutrino Antineutrino is offline
Site Supporter
Cell Phone Carrier: Vodafone
Regular Phone Model: Nokia N70
Pocket PC(s): Dell Axim x51v WM6.1 , Dell Axim x50v WM6.1
 
Join Date: Jan 2008
Location: Roma, Italy
Posts: 168
Thanks: 43
Thanked 28 Times in 12 Posts
Rep Power: 3
Antineutrino is on a distinguished road
Post

These are registry keys added by the driver with a nice explanation...

They are inside 'marathon.reg'
Maybe tweaking those keys we could solve the compatibility problems with the new GWES.exe...

;
; Copyright (c) Microsoft Corporation. All rights reserved.
;
;
; Use of this source code is subject to the terms of the Microsoft end-user
; license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
; If you did not accept the terms of the EULA, you are not authorized to use
; this source code. For a copy of the EULA, please see the LICENSE.RTF on your
; install media.
;

;--------------------------- Power Management ----------------------
;
; Power state definitions extracted from common.reg
;
; ----- D0 state -----
; In this system power state, the user is interacting actively with
; the system.
;
; ----- D1 state -----
; In this system power state, the user may be interacting with the
; system, but not actively. For instance, they might be looking at
; the screen or they might not. In this power state the system is
; "idle" but still in use by the user, so all devices still be
; operational (but possibly with some latency).
;
; ----- D2 state -----
; In this system power state, the user is not considered to be using
; the system, even passively. However, the system is not suspended
; and system programs may be doing work on the user's behalf. In this
; power state the system is "idle" but might still be used by system
; programs. Devices that aren't actively doing work might be powered
; down.
;
; ----- D3 state -----
; In this system power state, the system is suspended. Devices are turned
; off, interrupts are not being serviced, and the CPU is stopped.
;
; ----- D4 state (reset) -----
; Entering this system power state reboots the system. If an OEM includes this state in
; their platform, they must support KernelIoControl() with IOCTL_HAL_REBOOT.
;
; ----- D4 state (shutdown) -----
; Entering this system power state shuts down the system. All devices are powered off,
; resuming may require user intervention. The system will cold boot on resume.
; Supporting this power state requires that the OEM customize the Power Manager
; to recognize POWER_STATE_OFF and take platform-specific action to remove
; power.


;[HKEY_CURRENT_USER\ControlPanel\Backlight]
; "BatteryTimeOut"=dword:3C
; "ACTimeout"=dword:3C

; Amend Power Management registry settings -----------------------------

IF POWER_STATE_ZERO_TIMEOUTS
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contro l\Power\Timeouts]
"ACUserIdle"=dword:00000000
"ACSystemIdle"=dword:00000000
"ACSuspend"=dword:00000000
"BattUserIdle"=dword:00000000
"BattSystemIdle"=dword:00000000
"BattSuspend"=dword:00000000
ENDIF

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Power\State\ShutDown]
"Default"=dword:4 ; D4
"Flags"=dword:20000 ; POWER_STATE_OFF

; This key stops the PM from treating 'systemidle' as a D4 state.(see common.reg)
[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Power\State\SystemIdle\{EB91C7C9-8BF6-4a2d-9AB8-69724EED97D1}]

IF OSV_PPC

; This key stops the PM from treating 'ScreenOff' as a D4 state. (default is D0)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Power\State\ScreenOff\{EB91C7C9-8BF6-4a2d-9AB8-69724EED97D1}]
"Default"=dword:2 ; D2

; This key stops the PM from treating 'Unattended' as a D4 state. (default is D0)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Power\State\Unattended\{EB91C7C9-8BF6-4a2d-9AB8-69724EED97D1}]
"Default"=dword:2 ; D2

; This key stops the PM from treating 'Resuming' as a D4 state. (default is D2)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Power\State\Resuming\{EB91C7C9-8BF6-4a2d-9AB8-69724EED97D1}]
"Default"=dword:0 ; D0

ENDIF ; OSV_PPC

; PowerVR entries begin --------------------------------

;;;***** bug fix - GWES!Contrast_ReadRegistry() returns success even if the field is
;;; not there. This means that the Restore value is undefined
;;;*****

[HKEY_CURRENT_USER\ControlPanel\Keybd]
"Contrast"=dword:80

[HKEY_LOCAL_MACHINE\SYSTEM\GWE]
; "PORepaint"=dword:0 - the display driver handles everything
; "PORepaint"=dword:1 - gwe should save and restore the bits
; "PORepaint"=dword:2 - gwe should invalidate and repaint
; "PORepaint"=dword:3 - gwe and driver need to save video memory
;
"PORepaint"=dword:3


#if ! defined PVR_CETESTKIT
[HKEY_LOCAL_MACHINE\System\GDI\Drivers]
"Display"="ddi_powervr.dll"
#endif

[HKEY_LOCAL_MACHINE\Drivers\Display\PowerVR]

; Single mode stuff
; mode list is trunkated to just one entry with the following settings
"Width"=dword:280
"Height"=dword:1E0
"BitsPerPixel"=dword:10
"OutputMask"=dword:00070707

; Display refresh
; Default wait time (in millisecs) after access before local memory goes into self-refresh
; 0x2710 == 10000 ms == 10 secs
; "LocalMemoryTimeout"=dword:2710
"LocalMemoryTimeout"=dword:A
; Only enable this if the on-die frame buffer is being used to display
"UseSelfRefresh"=dword:1

; Special sleep mode support - to support Marathon and LM off upon sleep
; 1 to enable it; 0 to disable it.
"SpecialSleep"=dword:1

; Marathon system configuration overrides
"VLIOChipSelect"=dword:5
"SRAMChipSelect"=dword:1
"SDRAMMemType"=dword:9

; Marathon Revision ID will be read from the SOC_ID register to determine
; the approprate setting for ODFB Active Power Mode. Active Low Power Mode
; will only be enabled in this way, for revisions A3 and later. This can be
; overrided as required (revisions A0 and A1 do not support ODFB
; Active Low Power Mode). Note: the revision ID for A2 cannot be distinguished
; from the revision ID for A1.
; "ODFBPowerModeActiveLow"=dword:1

; "Prefetch"=dword:0
; "Timeout"=dword:ffffff00
; "BondConfig"=dword:0
; "SPAccessViaVLIO"=dword:ffffffff

; "CoreClock"=dword:C65D40 ;13MHz (ie REFCLK)
; "CoreClock"=dword:17D7840 ;25MHz
; "CoreClock"=dword:2FaF080 ;50MHz
; "CoreClock"=dword:47868C0 ;75MHz
; "CoreClock"=dword:4C4B400 ;80MHz (MBX=/2)
; "CoreClock"=dword:5F5E100 ;100MHz (MBX=/2)
; "CoreClock"=dword:7ED6B40 ;133MHz (MBX=/2)
"Panel"=dword:00000005
"PanelExt"=dword:C0000002

; Screen rotation control
"DisableDynamicScreenRotation"=dword:0

IF OSV_PPC
"RotationRemap"=dword:10E
ENDIF

; Framebuffer allocation stratagy based on the allocation flags
; GPE_REQUIRE_VIDEO_MEMORY and GPE_PREFER_VIDEO_MEMORY
;
; default = 0 All FB memory,internal and external, available
; control is via a bit mask
; bit 0 Req Int FB, always assumed set
; bit 1 Req Ext FB
; bits 2 & 3 ignored
; bit 4 Pref Int FB
; bit 5 Pref Ext FB
; bits 6 - 31 ignored

; "FBAllocStrategy"=dword:21


[HKEY_LOCAL_MACHINE\Drivers\Display\PowerVR\MBX1\Gl obal\D3DM]
[HKEY_LOCAL_MACHINE\Drivers\Display\PowerVR\MBX1\Ga me Settings\D3DM]
[HKEY_LOCAL_MACHINE\Drivers\Display\PowerVR\MBX1\Ga me Settings\D3DM\Common]
[HKEY_LOCAL_MACHINE\Drivers\Display\PowerVR\MBX1\Ga me Settings\DDraw]
[HKEY_LOCAL_MACHINE\Drivers\Display\PowerVR\MBX1\Ga me Settings\OpenGLES]
[HKEY_LOCAL_MACHINE\Drivers\Display\PowerVR\MBX1\Ga me Settings\OpenGLES\Common]

[HKEY_LOCAL_MACHINE\Drivers\Display\PowerVR\MBX1\La stApp]

[HKEY_LOCAL_MACHINE\system\gdi\rotation]
IF OSV_PPC
;angle from portrait origin for PocketPC
"Angle"=dword:0
"LandscapeMode"=dword:5A
ELSE
;angle from landscape origin for WinCE
IF WCE_LANDSCAPE
"Angle"=dword:0
ELSE
"Angle"=dword:10E
ENDIF
ENDIF

[HKEY_LOCAL_MACHINE\SYSTEM\GDI]
"ClearType"=dword:1

[HKEY_LOCAL_MACHINE\System\GDI\ClearTypeSettings]
;"NativeOrientation"=dword:0 ; 0 is the default. This is the angle that supports cleartype.
IF OSV_PPC
"OffOnRotation"=dword:1 ; 1 means "turn off Cleartype when rotated"
ENDIF

IF OSV_PPC
; Welcome.exe: Disable tutorial and calibration pages
; Touch calibration (0x02), Stylus (0x04), Popup menu (0x08), Timezone (0x10), Complete (0x20)
[HKEY_LOCAL_MACHINE\Software\Microsoft\Welcome]
; Touch calibration must be enabled for high res metrics.
"Disable"=dword:FFFFFFFD

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Media Player\Video]
; sets WMP default to use full screen if video is large
"Full Screen"=dword:00000001

; -- Specify high res metrics (192 DPI) for PocketPC with VGA panel
; -- For low res (320x240) panel use 96 DPI metrics.
[HKEY_LOCAL_MACHINE\Drivers\Display\GPE]
; 0xC0 = 192 This is DPI info
"LogicalPixelsX"=dword:C0
"LogicalPixelsY"=dword:C0
ENDIF

[HKEY_LOCAL_MACHINE\System\D3DM\Drivers]
"LocalHook"="pvr_d3dm.dll"

; PowerVR entries end ----------------------------------
Reply With Quote
  #6  
Old 02-10-2009, 02:06 PM
Antineutrino's Avatar
Antineutrino Antineutrino is offline
Site Supporter
Cell Phone Carrier: Vodafone
Regular Phone Model: Nokia N70
Pocket PC(s): Dell Axim x51v WM6.1 , Dell Axim x50v WM6.1
 
Join Date: Jan 2008
Location: Roma, Italy
Posts: 168
Thanks: 43
Thanked 28 Times in 12 Posts
Rep Power: 3
Antineutrino is on a distinguished road
Default

I think that to rebuild the drivers we need the Microsoft Platform Builder...

http://msdn.microsoft.com/en-us/library/aa448756.aspx

Reply With Quote
  #7  
Old 02-10-2009, 02:27 PM
Antineutrino's Avatar
Antineutrino Antineutrino is offline
Site Supporter
Cell Phone Carrier: Vodafone
Regular Phone Model: Nokia N70
Pocket PC(s): Dell Axim x51v WM6.1 , Dell Axim x50v WM6.1
 
Join Date: Jan 2008
Location: Roma, Italy
Posts: 168
Thanks: 43
Thanked 28 Times in 12 Posts
Rep Power: 3
Antineutrino is on a distinguished road
Default

These keys are interesting....
...
..
..
; "CoreClock"=dword:C65D40 ;13MHz (ie REFCLK)
; "CoreClock"=dword:17D7840 ;25MHz
; "CoreClock"=dword:2FaF080 ;50MHz
; "CoreClock"=dword:47868C0 ;75MHz
; "CoreClock"=dword:4C4B400 ;80MHz (MBX=/2)
; "CoreClock"=dword:5F5E100 ;100MHz (MBX=/2)
; "CoreClock"=dword:7ED6B40 ;133MHz (MBX=/2)
...
...

Perhaps we can overclock the 2700G?
Reply With Quote
  #8  
Old 02-11-2009, 05:19 AM
Antineutrino's Avatar
Antineutrino Antineutrino is offline
Site Supporter
Cell Phone Carrier: Vodafone
Regular Phone Model: Nokia N70
Pocket PC(s): Dell Axim x51v WM6.1 , Dell Axim x50v WM6.1
 
Join Date: Jan 2008
Location: Roma, Italy
Posts: 168
Thanks: 43
Thanked 28 Times in 12 Posts
Rep Power: 3
Antineutrino is on a distinguished road
Lightbulb

Ok...
So I played a bit with CoreClock keys...
Setting it to 133 MHZ...
Benchmark with SKTools Draw Bitmap test...No change
Test it with BenchGLES 0.2... No change

So I think that I have to reboot the device to actually force the video driver read the new frequncy values.
Reboot the device
Check the registry keys if they were changed... No change. Good. It keep settings.
Benchmark again with SKTools Draw Bitmap test...A bit faster but could be a only a random score variation.
Test it with BenchGLES 0.2... AND WHOAAA! It's actually faster! Normally I end with a score of 1216.. Now I reached 1358...
The last test gains about 10-12 FPS... (From 36 to 46-48 FPS).

After that I tried to test with GLBenchmark 1.0.2.
Strange score here.
It's way faster in tests that depend on 2700G Fill Rate but speed in triangle output test seems to be halfed.

So I suppose that the (MBX=/2) means that the triangle engine speed should be 1/2 of the reference speed... This sounds strange because I thought that was the PXA270 CPU to setup the triangle primitives...




Be careful if you dare to test over 133 Mhz. I manage to reach 150Mhz but the screen started to double all the lines and lost the refresh sync.
Reply With Quote
  #9  
Old 02-12-2009, 05:12 PM
Antineutrino's Avatar
Antineutrino Antineutrino is offline
Site Supporter
Cell Phone Carrier: Vodafone
Regular Phone Model: Nokia N70
Pocket PC(s): Dell Axim x51v WM6.1 , Dell Axim x50v WM6.1
 
Join Date: Jan 2008
Location: Roma, Italy
Posts: 168
Thanks: 43
Thanked 28 Times in 12 Posts
Rep Power: 3
Antineutrino is on a distinguished road
Wink

Ok guys...
I developed a simple application to overclock the 2700G
If you want to try it....

Attached Files
File Type: rar PowerVR OverClock.rar (13.0 KB, 52 views)
Reply With Quote
The Following 2 Users Say Thank You to Antineutrino For This Useful Post:
dk2 (05-12-2009), tabatt13 (10-13-2009)
  #10  
Old 02-12-2009, 07:33 PM
KimChee's Avatar
KimChee KimChee is offline
Senior Member
Cell Phone Carrier: AT&T
Pocket PC Phone: Iphone 3G S 16GB
Pocket PC(s): Dell Axim x51v Dell Axim x30
 
Join Date: Apr 2008
Location: Cincy,OH
Posts: 111
Thanks: 9
Thanked 6 Times in 5 Posts
Rep Power: 3
KimChee is on a distinguished road
Send a message via AIM to KimChee
Default

Ill give it a shot and report back..
Reply With Quote
  #11  
Old 02-12-2009, 11:47 PM
Drakey83's Avatar
Drakey83 Drakey83 is offline
Graphics Designer/Beta Tester
Cell Phone Carrier: Verizon Wireles
Pocket PC Phone: HTC Incredible
Pocket PC(s): Dell AXIM X51v WM6.1 Lenny's newest and best release (whatever that is at the time)
 
Join Date: Jan 2008
Location: Avon, Indiana
Age: 27
Posts: 169
Thanks: 12
Thanked 16 Times in 11 Posts
Rep Power: 5
Drakey83 has a spectacular aura aboutDrakey83 has a spectacular aura aboutDrakey83 has a spectacular aura about
Facebook Profile
Send a message via AIM to Drakey83 Send a message via MSN to Drakey83
Default

Quote:
Originally Posted by Antineutrino View Post
Ok guys...
I developed a simple application to overclock the 2700G
If you want to try it....


Antineutrino I just wanted to thank you for researching these drivers and making this program. I dont know anyhting about the technical side of this kind of stuff so I couldnt really help with this thread because I really wouldnt know what I would be talking about and I would just look stupid. so with that being said I understand it enough to know how much this could potentially help us ax heads and I wanted to thank you for your work on checking this out, also I wanted to tell you thanks for making this program, and to let you know that i am testing it out now. THANKS AGAIN!
Drakey83

Keep up the great work!
__________________
Dell Axim X51v (I'm In love with it!)- Lenny's newest WM6.1 ROM whatever that is at the moment, SENA blue and black extended battery leather case, Extended Capacity Battery 2200mAh, SanDisk 2GB SD Card, & a Kinston Technology 8 GB, 133x Ultimate Compact Flash Card!
Reply With Quote
The Following 2 Users Say Thank You to Drakey83 For This Useful Post:
Antineutrino (02-13-2009), dk2 (05-12-2009)
  #12  
Old 02-13-2009, 05:54 AM
MrMage MrMage is offline
Senior Member
Cell Phone Carrier: blau
Pocket PC Phone: O2 XDA neo white (used from eBay)
Pocket PC(s): Dell Axim x51v
 
Join Date: Jun 2008
Posts: 233
Thanks: 27
Thanked 21 Times in 14 Posts
Rep Power: 3
MrMage is on a distinguished road
Default

Nice. Cold you tell me which clocks are the default ones?
__________________
PocketCAS - the best free Computer Algebra System for Windows Mobile! Try it out!
Reply With Quote
  #13  
Old 02-13-2009, 09:55 AM
Antineutrino's Avatar
Antineutrino Antineutrino is offline
Site Supporter
Cell Phone Carrier: Vodafone
Regular Phone Model: Nokia N70
Pocket PC(s): Dell Axim x51v WM6.1 , Dell Axim x50v WM6.1
 
Join Date: Jan 2008
Location: Roma, Italy
Posts: 168
Thanks: 43
Thanked 28 Times in 12 Posts
Rep Power: 3
Antineutrino is on a distinguished road
Default

AFAIK the default setting should be 75 Mhz with no registry key.
When you start the application for the first time it will create the default key.
Reply With Quote
  #14  
Old 02-13-2009, 01:45 PM
Antineutrino's Avatar
Antineutrino Antineutrino is offline
Site Supporter
Cell Phone Carrier: Vodafone
Regular Phone Model: Nokia N70
Pocket PC(s): Dell Axim x51v WM6.1 , Dell Axim x50v WM6.1
 
Join Date: Jan 2008
Location: Roma, Italy
Posts: 168
Thanks: 43
Thanked 28 Times in 12 Posts
Rep Power: 3
Antineutrino is on a distinguished road
Default

Quote:
Originally Posted by Drakey83 View Post
Antineutrino I just wanted to thank you for researching these drivers and making this program. I dont know anyhting about the technical side of this kind of stuff so I couldnt really help with this thread because I really wouldnt know what I would be talking about and I would just look stupid. so with that being said I understand it enough to know how much this could potentially help us ax heads and I wanted to thank you for your work on checking this out, also I wanted to tell you thanks for making this program, and to let you know that i am testing it out now. THANKS AGAIN!
Drakey83

Keep up the great work!
I also wish to thank you Drakey83 for the great work you are doing for the great Axim community!

Reply With Quote
  #15  
Old 02-16-2009, 10:16 AM
Antineutrino's Avatar
Antineutrino Antineutrino is offline
Site Supporter
Cell Phone Carrier: Vodafone
Regular Phone Model: Nokia N70
Pocket PC(s): Dell Axim x51v WM6.1 , Dell Axim x50v WM6.1
 
Join Date: Jan 2008
Location: Roma, Italy
Posts: 168
Thanks: 43
Thanked 28 Times in 12 Posts
Rep Power: 3
Antineutrino is on a distinguished road
Default

Quote:
Originally Posted by Antineutrino View Post
...
...
Benchmark again with SKTools Draw Bitmap test...A bit faster but could be a only a random score variation.
...
...
I made a mistake when I stated that SKTools Draw Bitmap benchmark was not faster...
Actually it's 1790 vs 1654, a nice improvement.

Overclocking the x51v CPU to 715 Mhz and 2700G Core I managed to reach 2084 points in that test.

Reply With Quote
  #16  
Old 02-16-2009, 04:17 PM
PhAyzoN PhAyzoN is offline
Senior Member
Pocket PC(s): 2x Axim X51v (WM6.1 A07, WM5 A12), Axim X30H, HP Jornada 520
 
Join Date: Jun 2008
Age: 19
Posts: 126
Thanks: 8
Thanked 3 Times in 3 Posts
Rep Power: 3
PhAyzoN is on a distinguished road
Default

715? XCPUScalar can take it to 724 (although I dont like 9MHz would help much), unless thats a typo.

EDIT: Actually maybe its 748MHz, I forget I'd have to check.
Reply With Quote
  #17  
Old 02-16-2009, 06:04 PM
KimChee's Avatar
KimChee KimChee is offline
Senior Member
Cell Phone Carrier: AT&T
Pocket PC Phone: Iphone 3G S 16GB
Pocket PC(s): Dell Axim x51v Dell Axim x30
 
Join Date: Apr 2008
Location: Cincy,OH
Posts: 111
Thanks: 9
Thanked 6 Times in 5 Posts
Rep Power: 3
KimChee is on a distinguished road
Send a message via AIM to KimChee
Default

What version of xcpuscalar are you using 3.01 or 3.03?
Reply With Quote
  #18  
Old 02-17-2009, 02:48 AM
Antineutrino's Avatar
Antineutrino Antineutrino is offline
Site Supporter
Cell Phone Carrier: Vodafone
Regular Phone Model: Nokia N70
Pocket PC(s): Dell Axim x51v WM6.1 , Dell Axim x50v WM6.1
 
Join Date: Jan 2008
Location: Roma, Italy
Posts: 168
Thanks: 43
Thanked 28 Times in 12 Posts
Rep Power: 3
Antineutrino is on a distinguished road
Post

Quote:
Originally Posted by PhAyzoN View Post
715? XCPUScalar can take it to 724 (although I dont like 9MHz would help much), unless thats a typo.

EDIT: Actually maybe its 748MHz, I forget I'd have to check.
728 Mhz (Maximum reachable by XCPUSCALAR) is not the faster setting for the x51v... 715 is (maximum stable on my x51v) due to faster BUS and RAM.
As desktop PC you can overclock your PPC device not only by increasing cpu multiplier but also by tweaking RAM Speed and BUS Speed...
'Pocket Hack Master' can do this and is way better than XCPUSCALAR...

To reach core speed of 715, BUS 286 and RAM 143 Mhz the settings are
L =22 N=5 A=1 LCD_26 =1 Turbo = On FastBus = On
You can also test other nice settings
as
CPU BUS RAM
683 273 137
702 234 117
663 221 111

Default speed is
624 104 104



Last edited by Antineutrino; 02-17-2009 at 02:52 AM..
Reply With Quote
  #19  
Old 02-28-2009, 04:30 PM
MrMage MrMage is offline
Senior Member
Cell Phone Carrier: blau
Pocket PC Phone: O2 XDA neo white (used from eBay)
Pocket PC(s): Dell Axim x51v
 
Join Date: Jun 2008
Posts: 233
Thanks: 27
Thanked 21 Times in 14 Posts
Rep Power: 3
MrMage is on a distinguished road
Default

Did you experience less garbled screens with any of those settings?
__________________
PocketCAS - the best free Computer Algebra System for Windows Mobile! Try it out!
Reply With Quote
  #20  
Old 03-02-2009, 04:57 AM
Antineutrino's Avatar
Antineutrino Antineutrino is offline
Site Supporter
Cell Phone Carrier: Vodafone
Regular Phone Model: Nokia N70
Pocket PC(s): Dell Axim x51v WM6.1 , Dell Axim x50v WM6.1
 
Join Date: Jan 2008
Location: Roma, Italy
Posts: 168
Thanks: 43
Thanked 28 Times in 12 Posts
Rep Power: 3
Antineutrino is on a distinguished road
Default

Quote:
Originally Posted by MrMage View Post
Did you experience less garbled screens with any of those settings?
All those settings are stable on my x51v and my screen is perfect.
Are you having problems?
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Forum Jump


All times are GMT -5. The time now is 05:19 AM.


Design By: Miner Skinz.com
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.