66 lines
2.2 KiB
INI
66 lines
2.2 KiB
INI
; ################################################################################################
|
|
; SGaertner 2014-09-01 DO NOT ENTER LINES LONGER THAN 98 characters! max until here -->
|
|
; otherwise the parser generates errors like:
|
|
; PVR:(Error): FindAppHintInFile : Error in /etc/powervr.ini at line xyz
|
|
; ################################################################################################
|
|
[default]
|
|
PDSFragBufferSize=51200
|
|
|
|
; DSchroeder 2013-10-28 disable PVR console output, as recommended by TKunert
|
|
EnableMemorySpeedTest=0
|
|
DumpProfileData=0
|
|
DisableMetricsOutput=1
|
|
|
|
; MOuldElYezid 2014-10-01 removed
|
|
; SGaertner 2014-09-01 keep this change for 1 week in order to verify if
|
|
; this prevents the system from SGX lock-up occurrence
|
|
; OptimisedValidation=0
|
|
|
|
; DSchroeder 2014-12-12
|
|
; Increased fragment buffer size to 150 kB (300 kB for Korea) at request of Alpine
|
|
; apnl6 is just a starter process that spawns the correct Japan, China, or Korea process
|
|
|
|
[apnl6]
|
|
PDSFragBufferSize=307200
|
|
|
|
[apnnavj]
|
|
PDSFragBufferSize=153600
|
|
|
|
[apnnavc]
|
|
PDSFragBufferSize=153600
|
|
|
|
[apnnavk]
|
|
PDSFragBufferSize=307200
|
|
ParamBufferSize=33554432
|
|
MaxParamBufferSize=33554432
|
|
|
|
|
|
; DSchroeder 2015-03-25: Increase Param Buffer Size to avoid additional renders (SPM).
|
|
; Also, pre-allocate External Z order Buffer to avoid scissors getting lost
|
|
; (graphics driver bug). This fixes map artifacts.
|
|
[NavigationBasic]
|
|
PDSFragBufferSize=204800
|
|
ParamBufferSize=33554432
|
|
ExternalZBufferMode=2
|
|
|
|
[NavigationMapViewer]
|
|
PDSFragBufferSize=204800
|
|
ParamBufferSize=33554432
|
|
ExternalZBufferMode=2
|
|
|
|
[NavigationFully]
|
|
PDSFragBufferSize=204800
|
|
ParamBufferSize=33554432
|
|
ExternalZBufferMode=2
|
|
|
|
; DSchroeder 2015-03-11: Ralph Reyher writes: Mit dem neuen Process Deployment
|
|
; in der RSE wurden die beiden Prozesse der Engine und MapViewer zur NavigationRSE
|
|
; zusammengelegt. So a new entry for that combined process is necessary.
|
|
; Note that since *either* NavigationMapViewer *or* NavigationRSE exists,
|
|
; this does not use any additional memory. Also, approved by Richard Zoidl.
|
|
|
|
[NavigationRSE]
|
|
PDSFragBufferSize=204800
|
|
ParamBufferSize=20971520
|
|
ExternalZBufferMode=2
|