Skip to content

marcOcram/Acer-Liquid-MT-Gingerbread-Kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

configuration explanation with "make menuconfig":

1) 	How to enable 1% battery steps?
2)	How to enable overclock?
2.1)	How to enable higher CPU frequencies?
2.2)	How to set default (boot) frequencies?
3)	How to disable VSync to reach 43 fps?
4) 	How to add tun.ko?
5)	How to add cifs.ko?
6)	How to compile kernel for CyanogenMod?
7)	How to enable .config support in /proc/?
8)	How to change default governor and to add governors?
9)	How to enable audio headphone boost?
10)	How to enable GPU Overclock?
11)	How to change LED Flash Time?
12)	How to add ext3/ext4?
13)	How to override the LCD frequency.
14)	How to fix FPS issue.

#
# 1) How to enable 1% battery steps?
#

Go to "Device Drivers => Power supply class support => Enable 1% battery steps" and press "y".

#
# 2) How to enable overclock?
#

Go to "System Type => Enable Overclock" and press "y". Be aware that overclocking can damage your device.

#
# 2.1) How to enable higher CPU frequencies?
#

Make sure that you have done 2).

Go to "System Type => Enable extreme high frequencies (DANGEROUS)" and press "y". Be aware that this feature can harm your device more than normal overclock.

#
# 2.2) How to set default (boot) frequencies?
#

Make sure that you have done 2).

Go to "System Type => Set Min/Max CPU frequencies" and press "y".

Then go to "Max/Min CPU Frequency" and enter your favorite supported frequency.

#
# 3) How to disable VSync to reach 43 fps?
#

Go to "Device Drivers => Graphics support => Enable VSync" and press "n".

#
# 4) How to add tun.ko?
#

Go to "Device Drivers => Network device support => Universal TUN/TAP device driver support" and press "m".

#
# 5) How to add cifs.ko?
#

Go to "File Systems => Network file systems => CIFS support (advanced network filesystem, SMBFS successor)" and press "m".

#
# 6) How to compile kernel for CyanogenMod?
#

Go to "General Setup => compiles for CyanogenMod" and press "y".

#
# 7)	How to enable .config support in /proc/?
#

Go to "General Setup => Kernel .config support" and press "y".
Then go to "Enable access to .config through /proc/config.gz" and press "y".

#
# 8)	How to change default governor and to add governors?
#

Go to "CPU Power Management" and choose your settings.

#
# 9)	How to enable audio headphone boost?
#

Go to "System Type => boost headphone volume" and press "y".

#
# 10)	Hwo to enable GPU Overclock?
#

Go to "System Type => Enable GPU Overclock" and press "y".

#
# 11)	Hwo to change LED Flash Time?
#

Go to "System Type => LED Flash Speed" and select your desired Speed.

#
# 12)	How to add ext3/ext4?
#

Go to "File systems => Ext3 journaling file system support" and press "y".
Go to "File systems => The extended (ext4) filesystem" and press "y".

#
# 13)	How to override the LCD frequency.
#

Go to "Device Drivers => Graphics Support => Change Frequency of the LCD" and press "y".
Next go to "T2 value" and enter your desired value.

#
# 14)	How to fix FPS issue.
#

Go to "Device Drivers => Graphics Support => Fix FPS issue" and press "y".
Be sure to have disabled VSync.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published