HD2 (S200, etc) display settings
Posted by Chainfire on 08-02-2010 at 16:10:00 - Comments: 85 - Views: 19573
Project: HD2/Leo OpenGL Drivers - Tags: Drivers Windows Mobile
Project: HD2/Leo OpenGL Drivers - Tags: Drivers Windows Mobile
Here are some options that can be configured in \windows\yamato_panel.txt . This file may not exist on your device, but it will be used if you create it manually.
This works on HD2, and apparently S200, so could well work on the entire range of Snapdragon based devices.
These are not all the available options but most of them. As for what they do, your guess is as good as mine. I've tried playing with these settings but I can't say I've had good results. Some combo's wouldn't let my phone boot, others made matters worse.
Perhaps somebody else can find a good setting :)
This works on HD2, and apparently S200, so could well work on the entire range of Snapdragon based devices.
Code
#
1
performance={ifh,ifd,gslNull,normal,es11ifd}
2
enableOptimizedResourceUpdates={1,0}
3
msaaSmoothing={normal,high}
4
allocateMultisampleBuffer={1,0}
5
2xmsaaSmoothing={normal,high}
6
allocate2xMultisampleBuffer={1,0}
7
4xmsaaSmoothing={normal,high}
8
allocate4xMultisampleBuffer={1,0}
9
disableExtraSwapBlit={1,0}
10
veboSetting={int}
11
waitForIdleAfterDraw={1,0}
12
forceAutoTextureCompression={1,0}
13
useSafeMode={1,0}
14
enableMemoryPool={1,0}
15
disableSwapTsIdle={1,0}
16
enableFastClears={1,0}
17
ditherSafeFastClears={1,0}
18
waitForIdleOnSubmit={1,0}
19
2D.hwBlt={1,0}
20
2D.WaitTimeStamp={idle,default}
21
2D.eglSwapMode={idle,noidle,interrupt}
22
clockGating={default,on}
These are not all the available options but most of them. As for what they do, your guess is as good as mine. I've tried playing with these settings but I can't say I've had good results. Some combo's wouldn't let my phone boot, others made matters worse.
Perhaps somebody else can find a good setting :)