Started the project with LMDE 201403 MATE.
Touchscreen calibration is from my favorite freedesktop.org xinput calibrator. Then a little terminal work. I run it twice...as in run it once, touch the points and when terminal reappears [up arrow] [enter] You will notice the arrow is off a little the first time around....the second pass dials it in more precisely.
Then it says to save the file in /etc/X11/xorg.conf.d....well there is no such directory yet.
So we
Code: Select all
mkdir /etc/X11/xorg.conf.d
Code: Select all
nano /etc/X11/xorg.conf.d/99-calibration.conf
The next time you re-boot the system will read the /etc/X11 file and calibrate for you. See this in the top few lines of
Code: Select all
dmesg
As for the bash file see the post by mklym referencing http://forums.linuxmint.com/viewtopic.p ... 60#p928236
Go slow on this. The top section has a typo. Maybe I will do a little editing here......
Thanks to the Mint forum and the writers of the above.Paulm wrote:
Yes, In software Sources add < deb http://ftp.debian.org/debian sid main contrib non-free > update the cache.
In the terminal (not the Software source manager) < sudo apt-get update >
do not do
<sudo apt-get upgrade>
as it may break some packages. Instead, use
<sudo apt-get install bash>
. NOTE: Be sure to not overwrite /etc/skel/.bashrc or /etc/bash.bashrc if the update asks. This is because you would then be overwriting your bash settings from LMDE's default with the one provided by the sid repository. This may have unintended consequences.
Afterwords, go ahead and remove the sid repo.
jerz
Oh yeah, then after all the updates and the above I used mint-meta-debian-cinnamon (from synaptic pkg mgr) to load the cinnamon menu and etc.
Very nice.
