Path: utzoo!utgpu!attcan!uunet!ncrlnk!ncrcae!hubcap!gatech!udel!rochester!rutgers!apple!vsi1!daver!cheers!exodus From: exodus@cheers.uucp (Greg Onufer) Newsgroups: comp.windows.x Subject: Re: X11.2 on the Sun386i Message-ID: <208@cheers.uucp> Date: 10 Nov 88 04:10:57 GMT References: <130@mlogic.UUCP> Distribution: na Organization: Cheers Bar & Grill, Boston Lines: 39 From article <130@mlogic.UUCP>, by marcel@mlogic.UUCP (Marcel Samek): > > Has anyone out there in netland done the work (or know of someone > else who has) to run X11.2 on the Sun 386i. Any information would > be appreciated. Thanks in advance. > > Marcel I just did this at Focus Semiconductor.... all that was really required was changing servers/include/servermd.h to not assume that the sun386i uses the same byte/bit ordering as all of the other suns: Change the #ifdef sun ... #endif sun to #ifdef sun #ifdef sun386 ...same #defines as vax go here... #else ...original #defines for sun go here #endif #endif And a change is required to the font compiler in the fonts directory. Find the similar statements in the compiler header file and change them in a most similiar manner. After getting all that worked out, it works great!! Hope this helped, -greg -- Greg Onufer .. University of the Pacific .. Focus Semiconductor .. exodus@cheers.uucp .. sun!daver!cheers!exodus .. 415-965-0604