Nxl67063 - Windows XP: Difference between revisions
Jump to navigation
Jump to search
(→Cygwin: mintty launch shortcut) |
|||
Line 10: | Line 10: | ||
|[2011-07-05]||'''Opera'''||set <tt>http://www.google.be</tt> as home page. |
|[2011-07-05]||'''Opera'''||set <tt>http://www.google.be</tt> as home page. |
||
|- |
|- |
||
|[2011-07-05]||'''SysInternals Process Explorer''' |
|[2011-07-05]||'''SysInternals Suite'''||Incl. ''Process Explorer'', ''Autoruns''... |
||
⚫ | |||
|[2011-07-05]||'''SysInternals Autoruns'''|| |
|||
|- |
|- |
||
|[2011-07-05]||'''Launchy'''||v2.5 |
|[2011-07-05]||'''Launchy'''||v2.5 |
||
Line 26: | Line 24: | ||
|[2011-07-05]||'''Cleartype Tuner PowerToy'''||advanced tab, enabled ClearType, RGB, darker (1.0) |
|[2011-07-05]||'''Cleartype Tuner PowerToy'''||advanced tab, enabled ClearType, RGB, darker (1.0) |
||
|- |
|- |
||
|[2011-07-05]||colspan=2 align="center"|——— '''ATOP Development Environment''' ——— |
|[2011-07-05]||colspan=2 align="center"|{{blue|——— '''ATOP Development Environment''' ———}} |
||
|- |
|- |
||
|[2011-07-05]||'''TortoiseSVN'''||Version 1.6.16.21511 |
|[2011-07-05]||'''TortoiseSVN'''||Version 1.6.16.21511. |
||
* In ''Settings'' → ''Global ignore patterns'', add: |
|||
<source lang="text"> |
|||
.classes _arm9e_rvds22b616 comp.res errors.res map.cmd notfound.res tracer*.res |
|||
*.map _cygwin_nt-5.1 tmp *.tmp jardiff *.stackdump spy_incl.h mkhee_errors.log |
|||
</source> |
|||
|- |
|- |
||
|[2011-07-05]||'''Cygwin'''||Version 1.7.9(1) - See [[#Cygwin|Local settings]] |
|[2011-07-05]||'''Cygwin'''||Version 1.7.9(1) - See [[#Cygwin|Local settings]] |
||
Line 44: | Line 47: | ||
export RVCT22BIN="C:\Program Files\ARM\RVCT\Programs\2.2\503\win_32-pentium.616" |
export RVCT22BIN="C:\Program Files\ARM\RVCT\Programs\2.2\503\win_32-pentium.616" |
||
</source> |
</source> |
||
<li>Define license env variable <tt>LM_LICENSE_FILE=8224@lichostc;8224@lichostb;8224@lichosta</tt></li> |
|||
<li>Installed [https://silver.arm.com/browse/ RVCT 2.2 patch 593] in <tt>...\2.2\503\win_32-pentium.593</tt> |
|||
<li>TODO: Could define these variables in Cygwin only</li> |
<li>TODO: Could define these variables in Cygwin only</li> |
||
</ul> |
</ul> |
||
|- |
|- |
||
|[2011-07-06]||'''Java SE JDK'''||Version: Java SE 6 Update 26 (Development Tools, Demos and Samples, Source Code, Public JRE, <s>Java DB</s>) |
|[2011-07-06]||'''Java SE JDK'''||Version: Java SE 6 Update 26 (Development Tools, Demos and Samples, Source Code, Public JRE, <s>Java DB</s>). |
||
* Define variables (for now, as Windows variables): |
|||
<source lang="bash"> |
|||
export JAVA_HOME="C:\Program Files\Java\jdk1.6.0_26\jre" |
|||
</source> |
|||
|- |
|- |
||
|[2011-07-06]||'''Eclipse Indigo 3.7'''|| |
|[2011-07-06]||'''Eclipse Indigo 3.7'''|| |
||
⚫ | |||
|[2011-07-06]||'''Ant'''||version 1.8.2, decompressed into <tt>C:\ant-1.8.2</tt>. Define variables (for now, as Windows variables): |
|||
<source lang="bash"> |
|||
export ANT_HOME="C:\ant-1.8.2" |
|||
</source> |
|||
|- |
|- |
||
|[2011-07-06]||'''FTDI drivers'''||USB COM: serial drivers. Select <tt>FTDI</tt> folder when plugging in USB devices |
|[2011-07-06]||'''FTDI drivers'''||USB COM: serial drivers. Select <tt>FTDI</tt> folder when plugging in USB devices |
Revision as of 13:17, 6 July 2011
Introduction
This is the configuration page for the WINDOWS XP partition on NXL67063 - Dell Latitude E6410.
Configuration Files
All configuration files can be found here.
Installed Applications
[2011-07-05] | Opera | set http://www.google.be as home page. |
[2011-07-05] | SysInternals Suite | Incl. Process Explorer, Autoruns... |
[2011-07-05] | Launchy | v2.5 |
[2011-07-05] | 7zip | |
[2011-07-05] | UltraEdit32 | v15.00 |
[2011-07-05] | CCleaner | v3.0.8 |
[2011-07-05] | Unlocker | v1.8.6, explorer extensions, |
[2011-07-05] | Cleartype Tuner PowerToy | advanced tab, enabled ClearType, RGB, darker (1.0) |
[2011-07-05] | ——— ATOP Development Environment ——— | |
[2011-07-05] | TortoiseSVN | Version 1.6.16.21511.
.classes _arm9e_rvds22b616 comp.res errors.res map.cmd notfound.res tracer*.res
*.map _cygwin_nt-5.1 tmp *.tmp jardiff *.stackdump spy_incl.h mkhee_errors.log
|
[2011-07-05] | Cygwin | Version 1.7.9(1) - See Local settings |
[2011-07-05] | MS Visual Studio 2010 | Keep SQL Server Compact 3.5 SP2, because VS needs it for IntelliSense... |
[2011-07-06] | ARM RVDS 2.2 | (ARM Real View Developer Suite 2.2.1 SP1)
export MK_TARGET=arm9e_rvds22b616.ptl
export MK_TARGET_NAME=_arm9e_rvds22b616
export RVCT22LIB="C:\Program Files\ARM\RVCT\Data\2.2\503\lib"
export RVCT22INC="C:\Program Files\ARM\RVCT\Data\2.2\503\include\windows"
export RVCT22BIN="C:\Program Files\ARM\RVCT\Programs\2.2\503\win_32-pentium.616"
|
[2011-07-06] | Java SE JDK | Version: Java SE 6 Update 26 (Development Tools, Demos and Samples, Source Code, Public JRE,
export JAVA_HOME="C:\Program Files\Java\jdk1.6.0_26\jre"
|
[2011-07-06] | Eclipse Indigo 3.7 | |
[2011-07-06] | Ant | version 1.8.2, decompressed into C:\ant-1.8.2. Define variables (for now, as Windows variables):
export ANT_HOME="C:\ant-1.8.2"
|
[2011-07-06] | FTDI drivers | USB COM: serial drivers. Select FTDI folder when plugging in USB devices |
Un-installed applications (by uninstall date):
[YYYY-MM-DD] | Application (package) | [YYYY-MM-DD] uninstalled (reason) |
Simple Settings
[2011-07-05] | File Explorer | Usual settings... |
[2011-07-05] | Regional & Language options | (Languages): Do not install additional languages; removed pages: 10001-10005, 10008, 10010, 10021, 20000, 20290, 28596, 28598, 38597, 54936, 708, 864 |
[2011-07-05] | Regional & Language options | Text services and input languages: (setting) Uninstall all asian keyboards, install my custom BE keyboard, hide language bar / (advanced) Turn off advanced text services |
Performance Tuning
- Disabled:
- Indexing Service - C: & D: properties - DO NOT Allow Indexing Service to index this disk for fast file searching
- Uninstalled:
- Microsoft Office Language Pack 2007 - Chinese (PRC)
- Microsoft Office Language Pack 2007 - Chinese (Taiwan)
- Microsoft Office Language Pack 2007 - Japanese
- Microsoft Office Language Pack 2007 - Korean
- Adobe Reader Extended Language Support Font Pack
- Chinese Simplified Fonts Support For Adobe Reader 9
- Chinese Traditional Fonts Support For Adobe Reader 9
- Japanese Fonts Support For Adobe Reader 9
- Korean Fonts Support For Adobe Reader 9
- Compressed:
- C:\MSOCache
- C:\Windows\Installer
- C:\Windows\Software Distribution
- C:\Windows\NXP Wallpapers
To Do:
- Delete / compress C:\SwDepot?
- Delete / compress directories above?
- Delete Adobe Acrobat Reader?
- Dete C:\Program Files\Common Files\Microsoft Shared\IME12
- remove HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\Korean IME Migration (Microsoft Korean IME)
- remove HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\IMJPMIG12.0 (Microsoft Office IME 2007)
- remove HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\IMJPMG8.1
Detailed Application Settings
APPLICATION
- Settings
Cygwin
- Cygwin 1.7.9(1), package dir = D:\TEMP\cygwin, manual proxy, using http://ftp.gwdg.de.
- Create launch shortcut Mintty Bash Shell, target:
C:\cygwin\bin\mintty.exe /usr/bin/bash --login -i
Default environment:
[2011-07-05] | Misc (unison, gnupg, expect, wget, netcat, socat, vim, git, git-svn, git-completion, make, patch, patchutils, psmisc, autossh, connect-proxy, p7zip) | |
[2011-07-05] | dependencies (bash-completion, cpio, cvs, cvsps, libusb-win32, perl-Error) | |
[2011-07-05] | psmisc (psmisc) | for killall |
[2011-07-05] | Chere (chere) | chere -i -t mintty
|
[2011-07-06] | MC (mc + dependencies glib, libglib1.2_0) |
- Not installed: gcc4 (might conflict with gcc-core?)
For ATOP Build environment:
[2011-07-05] | Basic build env (make, gcc-core, perl, python, mintty, openssh, tcsh, ksh, libintl2, util-linux, subversion, subversion-tools, corkscrew, zip, unzip) | |
[2011-07-05] | For CPAN (wget, curl, unzip, lynx, ncftp, patch, patchutils) | |
[2011-07-05] | Dependencies (binutils, crypt, csih, cygrunsrv, gcc-mingw-core, libapr1, libaprutil1, libblkid1, libcurl4, libdb4.5, libedit0, libexpat1, libffi4, libgdbm4, libidn11, libintl3, libncurses9, libneon27, libopenldap2_3_0, libopenssl098, libpq5, libproxy0, libreadline6, libsasl2, libserf0_1, libsqlite3_0, libssh2_1, libssp0, libuuid1, libwrap0, mingw-runtime, mingw-w32api, minires, rsync, ruby, subversion-perl, subversion-python, subversion-ruby, tcltk, w32api, zlib, zlib-devel) |
To Do
Issues:
- Issue — To be completed
- To Do — Description
Done & Fixed:
- Fixed — Issue description
Fix description - Done — Description