X11 on Mac
From Augix' Wiki
- Install X11 on Mac
- .Xdefaults on mac
- An important reference about X11 on mac
- change font of xterm, by customize the xterm command
xterm -fa Monaco -fs 10
or
xterm -fa "Andale mono" -fs 10
- change fullscreen background of X11 on Mac OS X
reference: http://forums.macosxhints.com/showthread.php?t=32760 write in your ~/.xinitrc file:
/usr/X11R6/bin/xsetroot -solid black & exec quartz-wm

