|
#1
| ||||
| ||||
| I have created a FAQ on Apple's X11 server with many questions asked here, and on other sites and mailing lists. You can get to it at http://www.misplaced.net/fom/X11. This is still a work in progress, so any suggestions or additions are welcome. Brian
__________________ UNIX is simple and coherent, but it takes a true genius (or a programmer at any rate) to understand and appreciate its simplicity -- Dennis Ritchie |
|
#2
| ||||
| ||||
| Thanks for the FAQ Thanks for posting the FAQ very helpful you might be able to help what does the .cshrc file do and does it effect X11 ? Keep up the work Cheers |
|
#3
| |||
| |||
| Yeah, there is the lifesaver xmodmap directive to make the Alt key really work on international keyboards. there is also more useful info and tidbits. dani++ |
|
#4
| |||
| |||
| I say "thank you", too! I extended your suggestion about how to enable a foreign keyboard mapping a bit. Instead of manually invoking /Applications/X11.app/Content/MacOS/X11 -keymap Deutsch.keymapping from the command line you can manipulate the X11 executable so that it starts with your keyboard mapping: 1) in Terminal, become superuser: sudo bash --login 2) change to the X11 executable directory: cd /Applications/X11.app/Content/MacOS/ 3) rename the original executable mv X11 X11.bin 4) create the following shell script, e.g. with the vi editor: #! /bin/sh $(dirname $0)/X11.bin -keymap Deutsch.keymapping This will invoke the original X11 executable with the appropriate keyboard mapping (which is the german mapping in my case). 5) name this script "X11" as the original executable name and make it executable: chmod +x X11 This way you can conveniently double-click the X11 icon in /Applications or put it into the dock. X11 will then start with the appropriate keyboard mapping. If you want the ssh-agent to run this is also very simple, just prepend the 2nd line in the shell script with /usr/bin/ssh-agent, such as: #! /bin/sh /usr/bin/ssh-agent $(dirname $0)/X11.bin -keymap Deutsch.keymapping |
|
#5
| |||
| |||
| Re: FAQ on Apple's X11 server Quote:
__________________ Ken Frazier -- PowerMac G4, 1.2 GHZ, DP; eMac G4 700 1 GB; iBook G3 500 640 MB; Canon N670U scanner; VST Firewire 6 GB; Firefly 5 GB. Assorted Lexmark printers. OS X 10.2.6; Win 98; Linux (Love my Macs!) |
|
#6
| |||
| |||
| btoneill, I suggest you also give them the location of your FAQs in your post at the Apple X11-users list as several people got puzzled by it: http://lists.apple.com/mhonarc/x11-users/mail2.html Quote:
__________________ Somewhere, over the rainbow, way up high... |
|
#7
| ||||
| ||||
| There was an update with the URL sent out on Monday after I got home and realised I botched the cut-n-paste I ofcourse was none too happy with myself when I got home and realised it after it hit the list (some 1-2 hours later, damn that list is slow...)Brian
__________________ UNIX is simple and coherent, but it takes a true genius (or a programmer at any rate) to understand and appreciate its simplicity -- Dennis Ritchie |
|
#8
| |||
| |||
| Thanks for FAQ, and thanks to rhg for that tip, I can now use X11 with french keymapping. Quote:
__________________ -- "old" B&W G3 400Mhz - 512MB mem - 18+75GB hd - Radeon 7000 ME 32MB DDR - DVD+RW |
![]() |
| Thread Tools | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| apples x11 | cekuhnen | Unix & X11 | 1 | May 4th, 2003 02:56 PM |
| Running the Fluxbox Window manager on Apple's X11 | willmac | Unix & X11 | 2 | May 1st, 2003 08:17 AM |
| Apple's X11 in rooted mode | willmac | Unix & X11 | 2 | May 1st, 2003 05:29 AM |
| [HOWTO] - Run the Fluxbox Window manager on Apple's X11 | willmac | HOWTO & FAQs | 0 | April 30th, 2003 03:53 PM |
| BASIC X11 Questions | chief | Unix & X11 | 9 | January 12th, 2003 12:07 PM |