----------------------------------------------------------------------------------------------------
I Added this to my /etc/default/rcS to fix the hw clock which is explained here: http://www.thinkwiki.org/wiki/Problems_ ... .28etch.29
Code: Select all
HWCLOCKPARS="--directisa"I got frequency scaling to work (at least I think I did). Explained here: http://www.klabs.be/~fpiat/linux/debian ... d_T61.html
I Added this to my /etc/modules.
Code: Select all
speedstep-centrino
cpufreq_stats
cpufreq_ondemand
cpufreq_conservative
cpufreq_powersaveCode: Select all
ENABLE="false"Code: Select all
ENABLE="true"----------------------------------------------------------------------------------------------------
I have a nVidia Quadro NVS 140m and the 15.4" TFT display with 1680x1050 (WSXGA+) resolution. I Installed The bare minimum for X to work with fluxbox. The auto-configuration does not work and I can't figure out how to make it work on my own.
----------------------------------------------------------------------------------------------------
Using this page http://www.thinkwiki.org/wiki/How_to_en ... hinkFinger as a guide I installed all the software that thinkfinger needed. I Downloaded and unpacked the thinkfinger sources and did:
Code: Select all
# tar -zxvf thinkfinger-0.3.tar.gz
# cd thinkfinger-0.3
# ./configure --with-securedir=/lib/security --with-birdir=/etc/pam_thinkfingerCode: Select all
configure: error: PAM header files not foundI'm hoping you can help me get X and thinkfinger working, Thanks!



