Difference between revisions of "Useful .vmdrc file"

From CUC3
Jump to navigation Jump to search
import>Mp466
 
import>Mp466
 
Line 1: Line 1:
 
VMD has some useful features, but also a number of irritating startup options. Fortunately VMD is highly configurable.
 
VMD has some useful features, but also a number of irritating startup options. Fortunately VMD is highly configurable.
Add the following in a file calle .vmdrc for improved (IMHO) startup behaviour. Also setting "alias vmd="vmd -nt"" in your .bash_alias prevents the startup advertisement.
+
Add the following in a file calle .vmdrc for improved (IMHO) startup behaviour. Also setting 'alias vmd="vmd -nt"' in your .bash_alias prevents the startup advertisement.
 
--[[User:mp466|mp466]] 02:49, 30 November 2009 (GMT)
 
--[[User:mp466|mp466]] 02:49, 30 November 2009 (GMT)
   

Latest revision as of 03:49, 30 November 2009

VMD has some useful features, but also a number of irritating startup options. Fortunately VMD is highly configurable. Add the following in a file calle .vmdrc for improved (IMHO) startup behaviour. Also setting 'alias vmd="vmd -nt"' in your .bash_alias prevents the startup advertisement. --mp466 02:49, 30 November 2009 (GMT)

 # turn on lights 0 and 1
 light 0 on
 light 1 on
 light 2 off
 light 3 off

 axes location off
 stage location off

 # position and turn on menus
 menu main on
 menu graphics on
 menu files on

 menu main move 5 196
 menu graphics move 5 455
 menu files move 800 750

 display projection orthographic