50 or 60 columns works fine on the MicroOptical. Did all my e-mail during
mid-October/November/December with it (emacs -fn 12x24 -geometry
50x17+0+0)
and -adobe-courier-medium-r-normal--10-100-75-75-m-60-iso8859-1
for the 60 column font.
actually here's my full .XResources for my MicroOptical (mostly for
ical, xterm, and emacs).
! Comments are started with a !, not a whimper :-)
! Revision history:
! 013097 added vismod defaults, some are bogus
! 010197 incorporated what I personally have so far (xterm, emacs, ical) thad
! generally its better to do individual applications than global suggestions
! (like *Font). There exist free Linux packages to help a user graphically
! set up packages. X resources are generally described in the man or info
! page for an app
!xterm resources
xterm*geometry: 80x24+0+0
xterm*background: black
xterm*foreground: white
xterm*borderColor: white
xterm*internalBorder: 4
xterm*cursorColor: white
xterm*Mouse: white
xterm*multiScroll: on
xterm*jumpScroll: on
xterm*reverseWrap: on
xterm*font: -adobe-courier-medium-r-normal--10-100-75-75-m-60-iso8859-1
xterm*scrollbar*thickness: 10
xterm*ttyModes: intr ^c erase ^? kill ^u
Xterm*titleBar: on
Xterm*titleFont: 5x7
!! Make sure cutting and pasting is compatible with Emacs. Make sure
!! meta key works in tcsh.
XTerm*VT100.Translations: #override ~Meta <Btn2Up>: insert-selection(CUT_BUFFER0,PRIMARY)\n\
~Meta <BtnUp>: select-end(CUT_BUFFER0,PRIMARY)\n\
Meta<KeyPress>: string("0x1b") insert-seven-bit()
! xterm*autoRaise: on
! XTerm*curses: on
! XTerm*bodyFont: kiltercrn
! XTerm*scrollBar: on
! XTerm*multiClickTime: 500
! XTerm*charClass: 33:48,37:48,45-47:48,64:48
! XTerm*cutNewline: off
! XTerm*cutToBeginningOfLine: off
! XTerm*titleInhibit: on
! xterm*ActiveIcon: off
!emacs preferences
emacs*background: black
emacs*foreground: white
emacs*borderColor: white
emacs.geometry: 50x17
emacs*font: 12x24
!-adobe-courier-medium-r-normal--10-100-75-75-m-60-iso8859-1
! 7x13
! serif.r.14
emacs*internalBorder: 4
emacs*pointerColor: white
emacs*cursorColor: white
! emacs*autoRaise: on
Ical.apptLineColor: black
Ical*background: white
Ical*foreground: black
Ical.interestColor: black
Ical.weekendColor: black
Ical.weekdayColor: black
Ical.weekendInterestColor: black
Ical.itemOverflowColor: black
Ical.*Font: 10x20
!Ical.itemOverflowStipple: grey50
!Ical.Listing.geometry: 30x20
!Ical.Dayview.geometry: 30x20
!Ical.itemFont: -adobe-courier-medium-r-normal--10-100-75-75-m-60-iso8859-1
!Ical.weekdayFont: -adobe-courier-medium-r-normal--10-100-75-75-m-60-iso8859-1
!Ical.weekendFont: -adobe-courier-medium-r-normal--10-100-75-75-m-60-iso8859-1
!Ical.interestFont: -adobe-courier-medium-r-normal--10-100-75-75-m-60-iso8859-1
!Ical.weekendInterestFont: -adobe-courier-medium-r-normal--10-100-75-75-m-60-iso8859-1
!Ical.smallHeadingFont: -adobe-courier-medium-r-normal--10-100-75-75-m-60-iso8859-1
!Ical.largeHeadingFont: -adobe-courier-medium-r-normal--10-100-75-75-m-60-iso8859-1
!Ical*Dialog*font: -adobe-courier-medium-r-normal--10-100-75-75-m-60-iso8859-1
!Ical*Button*font: -adobe-courier-medium-r-normal--10-100-75-75-m-60-iso8859-1
!Ical*Label*font: -adobe-courier-medium-r-normal--10-100-75-75-m-60-iso8859-1
!Ical*Menubutton*font: -adobe-courier-medium-r-normal--10-100-75-75-m-60-iso8859-1
!Ical*Menu*font: -adobe-courier-medium-r-normal--10-100-75-75-m-60-iso8859-1
!Ical*Listbox*font: -adobe-courier-medium-r-normal--10-100-75-75-m-60-iso8859-1
!Ical*Reminder*font: -adobe-courier-medium-r-normal--10-100-75-75-m-60-iso8859-1
!!! EMAC!!! XCLOCK (standard X clock)
xclock*foreground: white
xclock*background: black
xclock*borderColor: white
xclock*borderWidth: 2
xclock*internalBorder: 3
xclock*geometry: 140x75+0-0
!! Hand edges
xclock*highlight: white
xclock*hands: white
xclock*mode: analoga
!!! OCLOCK (elliptical window clock)
Clock*Background: black
Clock*BorderColor: white
Clock*jewel: white
Clock*hour: white
Clock*minute: white
Clock*geometry: 75x75+0-0
!!! XLOAD (cpu load meter)
XLoad*background: black
XLoad*foreground: white
XLoad*borderColor: white
XLoad*borderWidth: 2
XLoad*internalBorder: 4
XLoad*highlight: white
XLoad*geometry: 140x75+180-0
! XLoad*reverseVideo: on
!!! XBIFF (mailbox sentry)
xbiff*foreground: white
xbiff*background: black
xbiff*bodyFont: 5x7
xbiff*borderColor: white
xbiff*borderWidth: 2
xbiff*geometry: 50x50+100-0
!!! XMAN (manual page viewer)
XMan*foreground: white
XMan*background: black
XMan*BorderColor: white
!!! BITMAP (bitmap editor)
bitmap*Background: black
bitmap*Border: white
bitmap*Foreground: white
bitmap*Highlight: white
bitmap*Mouse: white
! Translation fixes for XmText widgets
! makes things like backspace work in apps that use motif
! also makes everything emacs-like
*XmText.translations: \#override \
Ctrl<Key>a: beginning-of-line() \n\
Ctrl<Key>b: backward-character() \n\
Meta<Key>b: backward-word() \n\
Ctrl<Key>d: delete-next-character() \n\
Meta<Key>d: kill-next-word() \n\
Ctrl<Key>e: end-of-line() \n\
Ctrl<Key>f: forward-character() \n\
Meta<Key>f: forward-word() \n\
Ctrl<Key>k: kill-to-end-of-line() \n\
Ctrl<Key>n: next-line() \n\
Ctrl<Key>o: newline-and-backup() \n\
Ctrl<Key>p: previous-line() \n\
Ctrl<Key>v: next-page() \n\
Meta<Key>v: previous-page() \n\
Ctrl<Key>y: unkill() \n\
Meta<Key><: beginning-of-file()\n\
Meta<Key>>: end-of-file()\n\
Meta<Key>[: backward-paragraph()\n\
Meta<Key>]: forward-paragraph()\n\
<Key>BackSpace: delete-previous-character() \n\
<Key>Delete: delete-previous-character() \n\
<Key>osfBackSpace: delete-previous-character() \n\
<Key>osfDelete: delete-previous-character() \n\
Meta<Key>BackSpace: kill-previous-word() \n\
Meta<Key>Delete: kill-previous-word() \n\
Meta<Key>osfBackSpace: kill-previous-word() \n\
Meta<Key>osfDelete: kill-previous-word()
*XmTextField.translations: \#override \
Ctrl<Key>a: beginning-of-line() \n\
Ctrl<Key>b: backward-character() \n\
Meta<Key>b: backward-word() \n\
Ctrl<Key>d: delete-next-character() \n\
Meta<Key>d: delete-next-word() \n\
Ctrl<Key>e: end-of-line() \n\
Ctrl<Key>f: forward-character() \n\
Meta<Key>f: forward-word() \n\
Ctrl<Key>k: delete-to-end-of-line() \n\
<Key>BackSpace: delete-previous-character() \n\
<Key>Delete: delete-previous-character() \n\
<Key>osfBackSpace: delete-previous-character() \n\
<Key>osfDelete: delete-previous-character() \n\
Meta<Key>BackSpace: delete-previous-word() \n\
Meta<Key>Delete: delete-previous-word() \n\
Meta<Key>osfBackSpace: delete-previous-word() \n\
Meta<Key>osfDelete: delete-previous-word()
! From here on out things may get weird, just pasted from alive
!dotfiles 013097
xlogin*Background: white
xlogin*Foreground: black
xlogin*greetColor: black
xlogin*failColor: black
xlogin*greeting: Wearable Computing Project
!xlogin*promptColor: black
!xlogin.Login.greetFont: -sgi-tymes-*-*-*-*-40-*-*-*-*-*-*-*
!xlogin.Login.promptFont: -sgi-tymes-*-*-*-*-34-*-*-*-*-*-*-*
!xlogin.Login.font: -sgi-tymes-*-*-*-*-34-*-*-*-*-*-*-*
!xlogin.Login.failFont: -sgi-tymes-*-*-*-*-34-*-*-*-*-*-*-*
!xlogin*promptFont: -*-new century schoolbook-medium-i-normal-*-*-240-100-100-*-*-*-*
!xlogin.Login.font: -*-helvetica-medium-r-normal-*-*-240-100-100-*-*-*-*
xlogin*login.translations: !override\
<Key>F1: set-session-argument(failsafe) finish-field()\n\
<Key>Return: set-session-argument() finish-field()
xlogin*borderWidth: 1
XConsole.text.geometry: 480x130
XConsole.verbose: true
XConsole*iconic: true
XConsole*font: fixed
Chooser*geometry: 700x500+300+200
Chooser*allowShellResize: false
Chooser*viewport.forceBars: true
Chooser*label.font: *-new century schoolbook-bold-i-normal-*-240-*
Chooser*label.label: XDMCP Host Menu from CLIENTHOST
Chooser*list.font: -*-*-medium-r-normal-*-*-230-*-*-c-*-iso8859-1
Chooser*Command.font: *-new century schoolbook-bold-r-normal-*-180-*
!!!note that SGI's really want XAPPLRESDIR to be set to!
XCalendar*showGrip: False
XCalendar*calendar*internalBorderWidth: 0
XCalendar*input: True
XCalendar*resize: False
XCalendar*resizable: True
XCalendar.title: XCalendar v.3.0
XCalendar.dayEditor.title: Day Editor
XCalendar.helpWindow.title: XCalendar Help
XCalendar*Font: 8x13
XCalendar*helpFile: /usr/lib/X11/xcalendar/xcalendar.hlp
XCalendar*firstDay: 7
!bitmaps
XCalendar*prev*bitmap: /usr/lib/X11/xcalendar/larrow.xbm
XCalendar*succ*bitmap: /usr/lib/X11/xcalendar/rarrow.xbm
XCalendar*prevday*bitmap: /usr/lib/X11/xcalendar/larrow.xbm
XCalendar*succday*bitmap: /usr/lib/X11/xcalendar/rarrow.xbm
XCalendar*helpButton*bitmap: /usr/lib/X11/xcalendar/qmark.xbm
XCalendar*quitButton*bitmap: /usr/lib/X11/xcalendar/quit.xbm
! colors
! Note: These may cause problems using the -rv option on monochrome displays
XCalendar*Foreground: blue
XCalendar*Background: lightgray
XCalendar*markBackground: Steel Blue
XCalendar*daynames*Background: lightgray
XCalendar*daynames*Foreground: gray30
XCalendar*daynames.SUN*Foreground: Red
XCalendar*daynames.SAT*Foreground: Black
XCalendar*daynumbers*Foreground: Black
XCalendar*daynumbers.1*Foreground: Red
XCalendar*daynumbers.8*Foreground: Red
XCalendar*daynumbers.15*Foreground: Red
XCalendar*daynumbers.22*Foreground: Red
XCalendar*daynumbers.29*Foreground: Red
XCalendar*daynumbers.36*Foreground: Red
XCalendar*helpButton*Background: slategray
XCalendar*helpButton*Foreground: White
XCalendar*quitButton*Background: slategray
XCalendar*quitButton*Foreground: White
XCalendar*editorTitle*Background: lightgray
XCalendar*editorTitle*Foreground: Black
XCalendar*editorControls*Background: lightgray
XCalendar*editorControls*Command.Background: slategray
XCalendar*editorControls*Command.Foreground: White
XCalendar*setMarkBackground: True
XCalendar*markOnStartup: True
XCalendar.BorderWidth: 2
XCalendar*calendar.borderWidth: 1
XCalendar*borderWidth: 0
XCalendar*date*borderWidth: 0
XCalendar*date*vertDistance: 5
XCalendar*date*fontSet: 8x13bold
XCalendar*daynames*fontSet: 8x13bold
XCalendar*dayEditor*editorTitle*fontSet: 8x13bold
XCalendar*helpWindow*editorTitle*fontSet: 8x13bold
XCalendar*helpButton*vertDistance: 12
XCalendar*quitButton*vertDistance: 12
XCalendar*editorTitle*vertDistance: 5
XCalendar*editorControls*doneButton*label: Done
XCalendar*editorControls*saveButton*label: Save
XCalendar*editorControls*clearEntry*label: Clear Entry
XCalendar*dayEditor*geometry: 300x150
XCalendar*helpWindow*geometry: 600x350
XCalendar*doneButton*Label: done
XCalendar*editorTitle*Label: Help
XCalendar*helpButton*Label: help
XCalendar*quitButton*Label: quit
XCalendar*saveButton*Label: save
XCalendar*bcontrols*borderWidth: 0
XCalendar*prev*highlightThickness: 0
XCalendar*succ*highlightThickness: 0
XCalendar*prevday*highlightThickness: 0
XCalendar*succday*highlightThickness: 0
XCalendar*daybuttons*borderWidth: 0
XCalendar*Scrollbar.borderWidth: 1
XCalendar*editor.scrollVertical: whenNeeded
!! For i18n resources
XCalendar*fontSet: -*--14-130-*
XCalendar*preeditType: OverTheSpot
--
Subcription/unsubscription/info requests: send e-mail with subject of
"subscribe", "unsubscribe", or "info" to
Wear-Hard Mailing List Archive (searchable): http://wearables.blu.org
From Wear-Hard Mailing list Archive (WH)
Maintained by R. Paul McCarty
Archive created with babymail