View Single Post
  #73 (permalink)  
Old 12-23-2009, 04:34 PM
slumpey326's Avatar
slumpey326
Halfway to VIP Status
Offline
 
Join Date: Oct 2009
Posts: 526
Reputation: 1190
slumpey326 is halfway to VIP status based on repslumpey326 is halfway to VIP status based on repslumpey326 is halfway to VIP status based on repslumpey326 is halfway to VIP status based on repslumpey326 is halfway to VIP status based on repslumpey326 is halfway to VIP status based on repslumpey326 is halfway to VIP status based on repslumpey326 is halfway to VIP status based on repslumpey326 is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Great Tweaks,Apps,SPB,Themes,ETC..

Fix for GPS delay (thank jeff_roey)



a. Changed the Following Registry Keys:

HKLM\SYSTEM\CurrentControlSet\GPS Intermediate Driver\Drivers\GpsOneDevice\PollInterval = “500”
(*** DEFAULT WAS 1000 ***) (*** 100 RECOMMENDED ELSEWHERE ***)

HKLM\SYSTEM\CurrentControlSet\GPS Intermediate Driver\Drivers\InputBufferSize = “1024”
(*** DEFAULT WAS 4096 ***) (*** 512 RECOMMENDED ELSEWHERE ***)

HKLM\SYSTEM\CurrentControlSet\GPS Intermediate Driver\Drivers\OutputBufferSize = “1024”
(*** DEFAULT WAS 4096 ***) (*** 512 RECOMMENDED ELSEWHERE ***)

HKLM\SYSTEM\CurrentControlSet\GPS Intermediate Driver\Drivers\SleepOnNoData = “100”
(*** DEFAULT WAS 1000 ***) (*** 512 RECOMMENDED ELSEWHERE ***)

HKLM\SYSTEM\CurrentControlSet\GPS Intermediate Driver\CurrentLogFile = DELETE THE PATH PROVIDED AS THE STRING VALUE (I.E. RE-SAVE THIS AS A BLANK ENTRY)

HKLM\SYSTEM\CurrentControlSet\GPS Intermediate Driver\OldLogFile = DELETE THE PATH PROVIDED AS THE STRING VALUE (I.E. RE-SAVE THIS AS A BLANK ENTRY)

b. Created the Following DWORD Registry Key:

HKLM\SYSTEM\CurrentControlSet\GPS Intermediate Driver\Multiplexer\MaxBufferSize = “1024”
(*** 512 RECOMMENDED ELSEWHERE ***)

c. Manually deleted the Following Files:

\windows\GPSLogFile.txt
\windows\GPSLogFileBack.txt
Reply With Quote
This post has been thanked 1 times.