The default asus brightness profile is well screwy....Yes when I was playing with my 701 I turned auto bright off. It kept dimming to the lowest level. I am sure its a software issue however I am not going to invest more time in the 701 until I can get the dock connector issue resolved (or not).
They have changed the way it works on the Tegra4 by looking in the firmware. It seems related to the perfromance profile being used. I can see commands like this:
Code:
echo 25 > /sys/class/graphics/fb0/device/smartdimmer/aggressiveness
Code:
echo 0 > /sys/class/graphics/fb0/device/smartdimmer/enable
Try switching the perf mode. Does it make a difference?
Now even odder this is how Asus seem to be setting up the screen res. Now if I'm not mistaken the screen seems to be able to switch between 2 resolutions? Interesting
Code:
panelresolution=1920X1200
NV_FPSLIMIT 0 30 30
/sys/module/cpu_tegra/parameters/cpu_user_cap 0 900000 900000
/sys/class/graphics/fb0/device/smartdimmer/aggressiveness 29 29 29
/sys/class/graphics/fb0/device/smartdimmer/enable 1 1 1
panelresolution=2560X1600
NV_FPSLIMIT 0 30 30
/sys/module/cpu_tegra/parameters/cpu_user_cap 0 1000000 1000000
/sys/class/graphics/fb0/device/smartdimmer/aggressiveness 29 29 29
/sys/class/graphics/fb0/device/smartdimmer/enable 1 1 1
panelresolution=-1X-1
NV_FPSLIMIT 0 30 30
/sys/module/cpu_tegra/parameters/cpu_user_cap 0 1000000 1000000
/sys/class/graphics/fb0/device/smartdimmer/aggressiveness 29 29 29
/sys/class/graphics/fb0/device/smartdimmer/enable 1 1 1