Unnamed: 0
int64
0
11.3k
label
stringclasses
20 values
content
stringlengths
6
66.5k
2,900
comp.windows.x
x server multi screen hi xperts some simple questions for you i ve seen a lot of different terms which seem to mean the same thing who can give an exact definition what these terms mean multi screen multi headed multi display x server zaphod mode is there a limit how many screens displays a single server can handle in an articel a read something about an upper limit of how is the capability called if i want to move the cursor from one screen display to another any hints welcome thanks rainer rainer hochreiter telephone elin energieanwendung gesmbh telefax penzingerstr a wien austria europe e mail rainer elin co at
2,901
comp.windows.x
motif mailing list is there any interest hello motif world a few days ago i posted my announcement for an update of motif i got several requests to send the bindings per e mail and i know of several people who have been using motif and there are probably a number of people i am not aware of who are also using motif my question is how many people out there would be interested to join a mailing list where people can ask questions about motif swap stories and give new ideas about new directions and improvements for the bindings this would benefit the user community as well as give me more insight in what people would like to see added to motif motif is still very much a voluntary project and this way i can make a list of priorities in what order things should be added or changed if you re interested in joining such a mailing list please take the time to reply to this message and tell me so when there is sufficient interest say about people or more a mailing list will be set up at my site and i will post the announcement of the newly created list to this and other newsgroups ronald van loon in theory there is no difference rvloon cv ruu nl between theory and practice dcv group utrecht the netherlands in practice however there is
2,902
comp.windows.x
creating bit windows on bit display how greetings i am using an x server that provides visuals pseudocolor bit truecolor bit and directcolor bit a problem occurs when i try to create a window with a visual that is different from the visual of the parent which uses the default visual which is tc in the xlib reference guide from o reilly one can read in the section about xcteatewindow something like in the current implementation of x when using a visual other than the parent s be sure to create or find a suitable colourmap which is to be used in the window attributes when creating or else a badmatch occurs this warning strangely enough is only mentioned in the newer editions of the x r guides however even if i pass along a suitable colourmap i still get a badmatch when i create a window with a non default visual the code looks like this cut here and you ll destroy your crt window create bit window on truecolour display dpy width height display dpy int width height window win xvisualinfo vinfo xsetwindowattributes attr fprintf stderr opening bit window n if xmatchvisualinfo dpy defaultscreen dpy pseudocolor vinfo fprintf stderr your display can t handle bit pseudocolor n exit fprintf stderr using visual x n vinfo visual visualid cmap xcreatecolormap dpy defaultrootwindow dpy vinfo visual allocnone xsync dpy false xinstallcolormap dpy cmap ommision of this line gives same result attr colormap cmap win xcreatewindow dpy defaultrootwindow dpy width height copyfromparent border width depth inputoutput class vinfo visual visual cwcolormap attr return win cut here and you ll destroy your crt executing this piece of code results in a badmatch error anybody who knows why if so please drop me a line take care bram stolk stolk fwi uva nl
2,903
comp.windows.x
xwd gif conversions hello anyone know of any source code i can get to either create window dumps in gif format or convert an xwd x window dump file into a gif really could be any format i can manipulate in dos i e pcx bmp etc later shane bm cleveland freenet edu uucp rutgers devon gizmonic csthomas god bless those pagans h simpson
2,904
comp.windows.x
german keyboard x r and sparc i have a sparc with a german type keyboard has anybody a patch for x r thanks in advance heinz josef claes email claes tigger turbo uni essen de
2,905
comp.windows.x
re printing ascii and above in article c g ce is noose ecn purdue edu achar ecn purdue edu lakshminarayana achar writes could some tell me how to print characters over ascii on a laser printer after being thrilled on being able to create them on my screen my enthusiasm has somewhat died down due to this setback well more information is required what computer are you using what operating system are you using what kind of printer are you using a postscript b hp pcl etc harvard ucbvax uwvax astroatc ftms brown or uu psi com ftms brown rutgers internet brown wi extrel com or ftms brown astroatc uucp cs wisc edu
2,906
comp.windows.x
xwindows always opaque hi i wonder if it is possible for a parent window to paint over the area of its childs if it is not then how could it be possible to implement a rubberband across multiple xwindows to select the objects that are displayed one in each window hauke
2,907
comp.windows.x
available memory to the xserver how to get the actual size hello everybody i have a little question due to more features pex drag drop many applications when linked with for example motif instead motif need more memory in the xserver x terminals only have limited memory normally no swapping possible so my question is there a possibility to determine via x protocol calls the size of free memory available to the xserver so one can determine for example whether to start a pex application with the css on client side or on server side when there is enough memory please reply via e mail i ll summarize sincerly matthias matthias pfuetzner work home darmstadt frg zgdv wilhelminenstrasse lichtenbergstrasse pfuetzner igd fhg de pfuetzner zgdvda uucp keith packard said r is different from r that s why we changed the release number
2,908
comp.windows.x
xswarm enhancement has anybody the xswarm enhacemened to use it with more than one wasp please e mail me because i don t read this group any longer thanks in advance klaus klaus singvogel e mail kssingvo immd informatik uni erlangen de
2,909
comp.windows.x
changing olwm icons i was wondering if it s possible to change the window icons olwm uses for things like xterm most of the defaults are pretty lame any answer or where i can find one would be most appreciated thanks matt clark
2,910
comp.windows.x
re fresco status issue of the x resource the published proceedings of the th annual x technical conference has an paper by mark linton and chuck price titled building distributed interfaces with fresco the summary describes fresco formerly known as xc as an x consortium effort without doing a complete review of the paper i ll just mention the goals as stated in one section of the article the effort has the goal of providing the next generation toolkit with functionality beyond the xt toolkit or xlib features they want in fresco include lightweight objects such as interviews glyphs structured graphics resolution independence natural c programming interface edit in place embedding distributed user interface components multithreading this by no means captures the complete content of the paper the conclusions sections mentions that a rough draft specification should be available in early with no schedule paper presented in jan for a complete sample implementation i am not affiliated with any of the people or places mentioned above brian dealy it not knowing where it s at dealy kong gsfc nasa gov that s important it s knowing uunet dftsrv kong dealy where it s not at b dylan brian dealy it not knowing where it s at dealy kong gsfc nasa gov that s important it s knowing uunet dftsrv kong dealy where it s not at b dylan
2,911
comp.windows.x
re xwindows always opaque in article hess swt hess swt informatik uni hamburg de hauke hess writes hi i wonder if it is possible for a parent window to paint over the area of its childs if it is not then how could it be possible to implement a rubberband across multiple xwindows to select the objects that are displayed one in each window hauke if you specify the rootwindow when you are creating your gc you may use xlib to draw over multiple windows i have an application that does something similar for rubber banding curs move xcreatefontcursor disp data xc crosshair geom vals foreground blck pixl grey dark geom vals plane mask allplanes geom vals line width geom vals function gxxor geom vals subwindow mode includeinferiors evnt mask gcforeground gcplanemask gclinewidth gcfunction gcsubwindowmode geom gcon xcreategc disp data root iden evnt mask geom vals later i can move the rubber band or bands using the following logic void tselect move bands int delt xloc int delt yloc stuff deleted xdrawrectangle disp data root iden geom gcon sele pntr rootx sele pntr rooty sele pntr xlnth sele pntr ylnth undraw old one sele pntr papax delt xloc sele pntr papay delt yloc sele pntr rootx delt xloc sele pntr rooty delt yloc xdrawrectangle disp data root iden geom gcon sele pntr rootx sele pntr rooty sele pntr xlnth sele pntr ylnth draw new one more stuff deleted hope this helps brian dealy it not knowing where it s at dealy kong gsfc nasa gov that s important it s knowing uunet dftsrv kong dealy where it s not at b dylan brian dealy it not knowing where it s at dealy kong gsfc nasa gov that s important it s knowing uunet dftsrv kong dealy where it s not at b dylan
2,912
comp.windows.x
re motif vs athena etc in article c k ny azj kirk bu oz au bambi kirk bu oz au david j hughes writes i am also concerned by this prevalence of motif particularly from the point of view of writing and obtaining free software as the linux and bsd communities grow however i think that motif will lose some of its grip at least in the non commercial marketplace ports of motif to both bsd and linux are available for a fee of about this is cost recovery for the person who bought the rights to redistribute the activity in both the bsd and linux news groups pertaining to motif has been high i just wonder if this will also cause a divergence between commercial and non commercial software ie you will only get free software using athena or openlook widget sets and only get commercial software using the motif widget sets i can t see why if just about every workstation will come with motif by default and you can buy it for under for the free unix platforms i can t see this causing major problems i think you will find that the active linux and bsd communities are populated by enthusiasts who would object to paying any money for software otherwise they would probably have gone for a commercial unix an important factor in the linux community is that source code is always available this is probably similar in the bsd community however i m not really involved there many people using linux like to stay at the cutting bleeding edge ie when kernel patches c library or compiler patches come out people like to rebuild their entire systems the prime requirement for all linux software is that it is available under a gnu style public license hence linux software uses either the athena widgets or xview individuals may write software requiring motif but i doubt it is widely adopted regards richard gooch
2,913
comp.windows.x
re expose events please excuse my previous posting it was appended to this thread by accident robert
2,914
comp.windows.x
re expose events i posted about this a while ago but without code excerpts noone was able to help me the problem is that main win win is doing fine but when i create detail win win it does not receive it s initial expose events until main win win receives an event here are the relevent calls main win win xcreatesimplewindow mydisplay defaultrootwindow mydisplay myhint x myhint y myhint width myhint height main win line thick fg bg xsetstandardproperties mydisplay main win win main win text main win text none argv argc myhint main win gc xcreategc mydisplay main win win xmapraised mydisplay detail win win xmapsubwindows mydisplay main win win the event mask for main win is pposition psize structurenotifymask exposuremask keypressmask enterwindowmask leavewindowmask the flags are pposition psize i then create detail win win with the following calls hints has new values detail win win xcreatesimplewindow mydisplay defaultrootwindow mydisplay myhint x myhint y myhint width myhint height detail win line thick fg bg xsetstandardproperties mydisplay main win win detail win text detail win text none argv argc myhint detail win gc xcreategc mydisplay detail win win xmapraised mydisplay detail win win event mask and flags are identical to main win s flags and event mask if anybody has any idea why the initial expose events of detail win win are not received until main win win receives an event i d love to hear from them other that that everything works great so there must be some detail i m overseeing thanks for any tips robert rgasch nl oracle com
2,915
comp.windows.x
delayed expose events i posted about this a while ago but without code excerpts noone was able to help me the problem is that main win win is doing fine but when i create detail win win it does not receive it s initial expose events until main win win receives an event here are the relevent calls main win win xcreatesimplewindow mydisplay defaultrootwindow mydisplay myhint x myhint y myhint width myhint height main win line thick fg bg xsetstandardproperties mydisplay main win win main win text main win text none argv argc myhint main win gc xcreategc mydisplay main win win xmapraised mydisplay detail win win xmapsubwindows mydisplay main win win the event mask for main win is pposition psize structurenotifymask exposuremask keypressmask enterwindowmask leavewindowmask the flags are pposition psize i then create detail win win with the following calls hints has new values detail win win xcreatesimplewindow mydisplay defaultrootwindow mydisplay myhint x myhint y myhint width myhint height detail win line thick fg bg xsetstandardproperties mydisplay main win win detail win text detail win text none argv argc myhint detail win gc xcreategc mydisplay detail win win xmapraised mydisplay detail win win event mask and flags are identical to main win s flags and event mask if anybody has any idea why the initial expose events of detail win win are not received until main win win receives an event i d love to hear from them other that that everything works great so there must be some detail i m overseeing thanks for any tips robert rgasch nl oracle com ps the same message was accidentally appended to the expose events thread sorry for any confusion caused
2,916
comp.windows.x
x r and gateway hi i just got myself a gateway dx v and trying to configure x r for it has anyone done this before more specifically i need a correct xconfig file entry that is set up for my graphics card and monitor i have a color crystalscan fs monitor and a vesa local bus ati ultra pro with mb vram video card any help will be extremely appreciated thanks in advance please send replies to christy alex qc ca christy
2,917
comp.windows.x
cursor size problems apologies for those who have read this before but no one has solved this one yet so i m posting again sorry i m having problems creating a cursor bigger than x i m using motif x r running hp ux all the functions return valid results but no cursor appears when the bitmap is bigger than the aforementioned size i tried using the following code unsigned int w h xquerybestcursor xtdisplay programarea xtwindow programarea w h to return the nearest size to what i require however it returns and as the width and height respectively what am i doing wrong and if not how can i get round the problem thanks in advance mike
2,918
comp.windows.x
re need pd x y plot package steve steve frysinger of blue feather farm spf cbnewsl cb att com writes steve folks steve i m looking for a public domain x y plotting package for x steve i need basic capabilities axes labels log and linear c steve it s hard to imagine that someone has not put such a thing steve together so i m hoping to avoid reinventing the wheel steve thanks for any leads steve steve frysinger your might take a look a plplot version c actually beta v can be found anonymous ftp from hagar ph utexas edu in the pub plplot directory mark mark stucky email united technologies research center mark ardnt res utc com east hartford ct or mbs rcinet res utc com or mbs utrc res utc com from the readme file of version c this is the plplot distribution plplot is a scientific plotting package for many systems small micro and large super alike despite its small size and quickness it has enough power to satisfy most users including standard x y plots semilog plots log log plots contour plots d plots mesh plots bar charts and pie charts multiple graphs of the same or different sizes may be placed on a single page with multiple lines in each graph different line styles widths and colors are supported a virtually infinite number of distinct area fill patterns may be used there are almost characters in the extended character set this includes four different fonts the greek alphabet and a host of mathematical musical and other symbols the fonts can be scaled to any size for various effects many different output device drivers are available system dependent including a portable metafile format and renderer the plplot package is freely distributable but not in the public domain the plplot source code except header files and those files explicitly granting permission may not be used in a commercial software package without consent of the authors you are allowed and encouraged to include the plplot object library and header files in a commercial package provided that it is explicitly and prominently stated that the plplot library is freely available and the full copyrights on the plplot package be displayed somewhere in the documentation for the package we welcome suggestions on how to improve this code especially in the form of user contributed enhancements or bug fixes if plplot is used in any published papers please include an acknowledgment or citation of our work which will help us to continue improving plplot also please remember that as plplot is not a commercial product we cannot be expected to offer the kind of support that a commercial product may there is great interest in extending plplot and fixing bugs but the principal authors can only afford to work on it part time improvements will necessarily focus on those which help us get our work done plplot is written in c enabling it to run on many platforms practically without modification fortran programs may use it transparently stub routines are provided to handle the c fortran interface without any modification of the user program c programs are required to include the header file plplot h see the documentation for more details the main documentation for plplot is in the doc directory in the form of several tex files please consult this for additional information latex plotdoc unfortunately documentation tends to lag actual improvements to the code so don t be surprised if some known features are not explained there consult changes log to see a list of recent changes at present plplot is known to work on the following systems unix sunos a ix hp ux unicos dg ux ultrix sysv linux amiga exec ms dos os next for more information on how to get or use plplot on your system see appendices to the plplot manual system specific documentation in the appropriate sys system directory to become a subscriber to the plplot mailing list send a request to plplot request dino ph utexas edu credits plplot is the result of the effort of many people so it is impractical to list all the contributors those currently supporting and otherwise responsible for the package in its present form include maurice lebrun please send all comments flames patches etc to me i am responsible for all the plplot kernel development as well as most of the work on the metafile xwindow xterm postscript tektronix and amiga drivers email mjl fusion ph utexas edu usmail dr maurice lebrun institute for fusion studies university of texas austin tx geoff furnish please send questions regarding the ms dos and os drivers to geoff email furnish fusion ph utexas edu usmail geoff furnish institute for fusion studies university of texas austin tx tony richardson creator of plplot b please send questions regarding installation of plplot on the next to tony email amr egr duke edu usmail tony richardson tony richardson electrical engineering chapel hill road apt d duke university durham nc durham nc ph ph
2,919
comp.windows.x
macx color problem i have a peculiar color problem with macx apple s macintosh x server i d like to know if others have seen the same problem it s happened with the current version and with version when some types of client windows are displayed parts of the windows are in the wrong color if the window is moved slightly forcing the server to repaint it it is repainted in the correct colors it doesn t happen for xterm windows but has happened for graphic windows and with some motif clients stan kerr computing communications services office u of illinois urbana phone email stankerr uiuc edu
2,920
comp.windows.x
info wanted x security holes hi has anyone out there compile a list of x security holes if yes will you please send me a copy of this if this is a wrong group please point me to a right one thanks btw the list doesn t have to contain the info how to use the holes instead i need the info of how to detect the holes how to seal the holes and how to monitor the activities if possible any info is welcomed thanks eric grad student obviousness is always the enemy of jui lin lu eric correctness bertrand russell jlu cs umr edu univ of missouri rolla
2,921
comp.windows.x
need help with athena text widget i want to create a single line text widget for entering a small amount of text i want it to be of fixed width but have a horizontal scrollbar that scrolls automatically when the user types in order to keep the insertion point visible in trying to do this i have two problems the addition of the horizontal scrollbar does not make the text widget taller but instead it seems to cover part of the text the scrollbar does not scroll automatically as the user types in text in order to keep the insertion point visible any help is appreciated mike name michael strawbridge tele usmail national institute of standards arpa straw cam nist gov and technology uucp uunet cme durer straw rm b bldg gaithersburg md
2,922
comp.windows.x
widget for displaying images before i try to teach myself how to write a widget and perhaps re invent the wheel is there a pd widget that displays for example an bit grey level image in the same fashion that the athena plotter widget can be used to display a plot robert m cothren phd rim bme ri ccf org department of biomedical engineering the cleveland clinic foundation voice cleveland ohio fax
2,923
comp.windows.x
re dec pixmap size in article igd fhg de haase igd fhg de helmut haase goebel writes i ve got a problem concerning the maximum size of x pixmaps in decwindows i am using a decstation running ultrix v rev system and uws v rev decwindows our color display has x pixels on other hardware hp sgi i am able to allocate much larger pixmaps did anyone have similar problems before or does onyone know how i can configre my system to allow for larger pixmaps any suggestins are welcome please send mail to haase igd fhg de dec does this only for their px and pxg servers known as d accelerators this boards have local offscreen memory which is limited and slow to handle thus they set this limit o o o brain inside o o o o andre beck abpsoft mehl andre beck irs inf tu dresden de o o o
2,924
comp.windows.x
circular motif widgets will there be any support for round or circular widgets in motif s next release i d love to have a circular knob widget which could be used instead of a slider cheers dm
2,925
comp.windows.x
re x r and gateway in article daily planet concordia ca christy cs concordia ca christy writes hi i just got myself a gateway dx v and trying to configure x r for it has anyone done this before more specifically i need a correct xconfig file entry that is set up for my graphics card and monitor i have a color crystalscan fs monitor and a vesa local bus ati ultra pro with mb vram video card thanks in advance didn t your operating system come with x sysv usually does as far as i know you d do best to contact the people from whom you bought ths os if you re running linux or something similar good luck please send replies to christy alex qc ca christy a voice of reason in the midst of liberalnet mike chapman a higher lifeform trapped in a human body aka fourdee political correctness is the tool of the mentally disadvantaged i will not raise taxes on the middle class unknown
2,926
comp.windows.x
re cursor size problems in article c ky l k compsci liverpool ac uk mbell csc liv ac uk mike bell writes apologies for those who have read this before but no one has solved this one yet so i m posting again sorry i m having problems creating a cursor bigger than x i m using motif x r running hp ux all the functions return valid results but no cursor appears when the bitmap is bigger than the aforementioned size i tried using the following code unsigned int w h xquerybestcursor xtdisplay programarea xtwindow programarea w h to return the nearest size to what i require however it returns and as the width and height respectively what am i doing wrong and if not how can i get round the problem does the workstation you re using have hardware cursor support or does the server generate a software cursor you can generally tell the difference just by using it if the cursor blinks a lot when there s screen activity it s probably a software cursor if it has a hardware cursor i think you re probably battling a bug in hp s x server i m not familiar with any hardware cursor chips that display cursors greater than x it s quite possible that the server is just echoing your preferred cursor size without actually checking it i vaguely recall that very old mit server revisions did just that in reality you re probably stuck with a x maximum size cursor regardless of what the server returns joel
2,927
comp.windows.x
virtual mouse in open look under x is the virtual mouse simulation in ol v wm x available under x r i ve been told i m setting the right resource yet it continues not to work i m running olvwm or olwm on a sun x r pl d
2,928
comp.windows.x
need xman source where can i get xman source i would rather get xman for an hp but source will do
2,929
comp.windows.x
why do i need xrdb m when xdefaults unchanged i m having an x resource problem using brian wilson s wscrawl a wonderful interactive conferencing program by the way i m running openwindows on a sparc under os i have the following defaults in my xdefaults file among many others wscrawl telepointername kevin wscrawl syncscrollbars true wscrawl continuoustelepointer true wscrawl showpointercoordinates false wscrawl background lightblue wscrawl swindow foreground yellow wscrawl draw area frame foreground blue wscrawl keyboardfocuspolicy pointer naturally i exited the server and restarted it after adding those lines to xdefaults if i run the following from a cmdtool pwd my home dir xrdb m xdefaults and then start up wscrawl then all those defaults are used properly wonderful yes except that i can t get them to be operative except by manually invoking the afore mentioned xrdb command if i try xrdb xdefaults the defaults won t take so i tried to change the xrdb call in my xinitrc file from xrdb home xdefaults to xrdb m home xdefaults no go so i tried adding in xrdb m home kbw xdefaults at the beginning or end of my openwin init file still no go any notions what gives thanks for the help kevin weinrich computer sciences corp kbw helios ath epa gov
2,930
comp.windows.x
key definitions in emacs x hi i use emacs and i want to customize my keyboard better when i set up stuff in my emacs with a keymap and define keys i can only access certain of the keys on my x terminal s keyboard i can t get e g f home end pgup pgdn they all seem to have either the same or no keycode i have a feeling this can t be fixed in emacs itself but that i need to do some xmodmap stuff can someone help me by the way i ve checked the x faq and posted a similar message to gnu emacs help to no response currently i have the following in my emacs file inside a cond string match xterm getenv term done by aj i don t know what most of this does defvar xterm map make sparse keymap keymap for xterm special keys define key esc map xterm prefix fset xterm prefix xterm map keys f to f define key xterm map z goto line f define key xterm map z what line f define key xterm map z rmail f define key xterm map z replace string f define key xterm map z end of line f define key xterm map z kill line f define key xterm map z yank f define key xterm map z beginning of line f define key xterm map z end of line f define key xterm map z scroll down f define key xterm map z scroll up f keys f up down etc can t get the keys define key xterm map z set mark command andrew jaffe ajaffe oddjob uchicago edu dep t of astronomy and astrophysics u chicago s ellis ave chicago il fax
2,931
comp.windows.x
re property problems in article wsmart tay mcs dundee ac uk bill smart writes to get the number back the other client does appatom xinternatom display applicationwindow true xgetwindowproperty display defaultrootwindow display appatom false xa window return type return format nitems return bar return place and appears to get back something valid just not the right number it always seems to return the same number regardless of the window number stored in the property return place is probably incorrect it should be a pointer not an integer xgetwindowproperty allocates memory copies the data there and returns a pointer to the memory you should free the memory when you re done ken lee klee synoptics com
2,932
comp.windows.x
looking for xt and xaw i want to compile xdvi and later perhaps emacs on a dec ultrix machine with x installed unfortunately xt and xaw libs and headers are missing how can i get them without having to compile the whole mit distribution pleasy reply by email to viola yukawa uni muenster de thanks in advance
2,933
comp.windows.x
problem with libxmu on sunos and gcc i am using x r patch with the r sunos patch posted on export i did optionally apply the patch olit libxmu compiles fine when i try to use it with clients i e bmtoa and twm i get errors i can not figure out what is wrong gcc fpcc struct return o twm gram o lex o deftwmrc o add window o gc o list o twm o parse o menus o events o resize o util o version o iconmgr o cursor o icons o o r usr wgep x r sos lib ld run path ld run path l lib xmu lxmu l lib xt l extensions lib l lib x l extensions lib lxext l extensions lib lxext l lib x lx l usr wgep x r sos lib lsocket lnsl ld warning file extensions lib libxext so attempted multiple inclusion of file libxext so undefined first referenced symbol in file xtappsetwarningmsghandler lib xmu libxmu so xtscreendatabase lib xmu libxmu so xtdisplaystringconversionwarning lib xmu libxmu so xterrormsg lib xmu libxmu so xtrealloc lib xmu libxmu so xtismanaged lib xmu libxmu so xtmalloc lib xmu libxmu so xtgetapplicationresources lib xmu libxmu so xtownselection lib xmu libxmu so xtgetconstraintresourcelist lib xmu libxmu so xtcalloc lib xmu libxmu so xtname lib xmu libxmu so xtstringconversionwarning lib xmu libxmu so xtappsettypeconverter lib xmu libxmu so xtdisplaytoapplicationcontext lib xmu libxmu so xtgetresourcelist lib xmu libxmu so xtfree lib xmu libxmu so xtdestroywidget lib xmu libxmu so xtgetvalues lib xmu libxmu so xtwarningmsg lib xmu libxmu so xttranslatecoords lib xmu libxmu so xtcvtstringtofont lib xmu libxmu so xtwidgettoapplicationcontext lib xmu libxmu so xtwarning lib xmu libxmu so xtcreatewidget lib xmu libxmu so xtwindowofobject lib xmu libxmu so xtvasetvalues lib xmu libxmu so xtappwarningmsg lib xmu libxmu so xtgetselectionvalue lib xmu libxmu so xtresolvepathname lib xmu libxmu so ld fatal symbol referencing errors no output written to twm error code douglas l acker western geophysical exploration products a division of western atlas international inc a litton dresser company internet acker wg waii com voice
2,934
comp.windows.x
help event propagation the following problem is really bugging me and i would appreciate any help i create two windows w child to root with event mask buttonpressmask keypressmask w child to w with do not propagate mask buttonpressmask keypressmask keypress events in w are discarded but buttonpress events fall through to w with subwindow set to w fyi i m using xnews olvwm am i doing something fundamentally wrong here n
2,935
comp.windows.x
re motif vs athena etc in article apr nrao edu rgooch rp csiro au richard gooch writes really involved there many people using linux like to stay at the cutting bleeding edge ie when kernel patches c library or compiler patches come out people like to rebuild their entire systems the prime requirement for all linux software is that it is available under a gnu style public license hence linux software uses either the athena widgets or xview individuals may write software requiring motif but i doubt it is widely adopted shameless plug the xaw d widgets make athena a much nicer alternative than the stock mit athena code mike michael j o connor internet mjo fmsrl srl ford com ford motor company opeo uucp fmsrl opeo mjo rotunda bldg phone dearborn mi fax
2,936
comp.windows.x
re sunview x no doubt this is an old question but i didn t find the answer in the faqs i could find so here goes i have a sunview application that i want to convert to x openlook motiv whatever i remember hearing quite some time ago that there are tools to accomplish this task a is that so b are they public domain c any good i e d advantages over reimplementing the interface myself the simple answer is for you to obtain use xview to do this xview is a one to one replacement for sunview it should already be provided with you sun running openwindows it is also free available as part of the contrib side of the mit x r release patrick l mahan tgv window washer mahan tgv com waking a person unnecessarily should not be considered lazarus long a capital crime for a first offense that is from the notebooks of lazarus long
2,937
comp.windows.x
re motif vs athena etc in article c k ny azj kirk bu oz au bambi kirk bu oz au david j hughes writes berry durian citr uq oz au andrew berry writes ports of motif to both bsd and linux are available for a fee of about this is cost recovery for the person who bought the rights to redistribute the activity in both the bsd and linux news groups pertaining to motif has been high i just wonder if this will also cause a divergence between commercial and non commercial software ie you will only get free software using athena or openlook widget sets and only get commercial software using the motif widget sets i can t see why if just about every workstation will come with motif by default and you can buy it for under for the free unix platforms i can t see this causing major problems let me add another of my concerns yes i can buy a port of motif for cheap but i cannot get the source for cheap hence i am limited to using whatever x libraries the motif port was compiled against at least with older versions of motif i have been told that motif can be used with any x but i have not seen it myself currently i have x r running on eight different unix platforms of which only three came with motif on those three i am unable to use the x r libraries to build motif clients because i get link errors between the vendor supplied port of motif and my x r i anticipate having this same problem when x r becomes available the result is that i cannot build motif clients that rely on x r since i do not have motif compiled under x r true i could buy another port of motif but that sort of ruins the whole idea of free doesn t it cheers tom mcconnell tom mcconnell internet tmcconne sedona intel com intel corp c phone w chandler blvd the opinions expressed are my own no one in chandler az their right mind would claim them
2,938
comp.windows.x
image processing packages under x i am looking for a package that implements standard image processing functions reading writing from standard formats clipping zoom etc implemented under x both public domain and private packages are of interest the particular application area i have in mind is medical imaging but a package meant for a more general context would be acceptable please reply to me i will summarize on the net if there is general interest prateek mishra mishra sbcs sunysb edu
2,939
comp.windows.x
re xcopyplane question in article aa neko css gov nancie neko css gov nancie p marin writes i am trying to use xcopyplane to copy a single plane from a depth pixmap to a depth pixmap everytime i try this i see absolutely nothing displayed i know there is data in the depth pixmap becuase i have checked by doing an xcopyarea to the screen the code fragment looks reasonable but is your logic valid just because something appears in an bit deep pixmap doesn t mean every bit plane contains data did you try each plane ken lee klee synoptics com
2,940
comp.windows.x
re changing dpy max request size in article c zlo wa world std com oj world std com oliver jones writes in article netnews upenn edu mcclenne dingdong cis upenn edu nennelccm nodrog writes does anyone out there know how to change the maximum request size for a server it is ordinarily set to the highest value the underlying os can yes and you don t want to change this value if you re running image type applications steve o o hsteve hydra unm edu hsteve carina unm edu just say no to vms
2,941
comp.windows.x
re interface to access separate appl in article aa expo lcs mit edu dbohdal jaguar ess harris com writes dear xperts here s my problem i am designing several related x applications each one is a separate executable and i d like to build a single control window that would allow the user to access each application instead of having to locate the correct icon the control window would contain a button for each application and by pressing it the application s main window would appear i would also like to use the application s button as a color status indicator has anyone done this or have any good ideas because these are all separate executables this seems like a communications nightmare to me but maybe i m wrong i d appreciate any ideas i m using x r and motif thanks dbohdal jaguar ess harris com i can think of two different methods that you could try use fork and execv use the system called in your program i m assuming that you re running under the unix os of course steve o o hsteve hydra unm edu hsteve carina unm edu just say no to vms
2,942
comp.windows.x
opinions on galaxy we are currently evaluating gui builders initially for motif but with a wish to be flexible portable we have been through the popular names uimx teleuse xvt etc and have been very impressed with what we have seen of galaxy from visix i have spoken to current users from a list supplied by visix happy users as you would expect and seen favourable comments on the net however since it is fairly expensive to get an evaluation license from visix i would like to query the net for any negative experiences with galaxy did anybody evaluate them and prefer another tool or use galaxy and regret it or find any mis features advthanksance phil phil m gray voice macdonald dettwiler fax commerce parkway richmond bc canada v v j pmg mda ca uunet van bc mdavcr pmg
2,943
comp.windows.x
keyboard focussing i have two motif widgets i would like to control one of them via the keyboard and the other with the mouse i set the keyboard focus on the first widget but as soon as i click the mouse on the second one i lose the keyboard focus on the first one could some kind soul show me how to do this thanks dm dev hollywood acsc com
2,944
comp.windows.x
re key definitions in emacs x in article apr midway uchicago edu ajaffe oddjob uchicago edu andrew jaffe writes i use emacs and i want to customize my keyboard better when i set up stuff in my emacs with a keymap and define keys i can only access certain of the keys on my x terminal s keyboard i can t get e g f home end pgup pgdn they all seem to have either the same or no keycode i have a feeling this can t be fixed in emacs itself but that i need to do some xmodmap stuff can someone help me it is actually worse than you think i have the same problem and have given up emacs has an internal table somewhere which defines what keys it will accept and this table is system dependent i use a sun from my hp and cannot get shift pageup to work xmodmap is not sufficient or at least i haven t worked out how to make it work however i can get ordinary pageup and shift cursorright to work and i do some customised things with them note that the emacs on my hp has no problem and i am using exactly the same xmodmap and emacs configuration nick maclaren university of cambridge computer laboratory new museums site pembroke street cambridge cb qg england email nmm cus cam ac uk tel fax
2,945
comp.windows.x
re problem with libxmu on sunos and gcc in article qmt i io ep wg waii com dla se wg waii com doug acker writes i am using x r patch with the r sunos patch posted on export i did optionally apply the patch olit libxmu compiles fine when i try to use it with clients i e bmtoa and twm i get errors i can not figure out what is wrong gcc fpcc struct return o twm gram o lex o deftwmrc o add window o gc o list o twm o parse o menus o events o resize o util o version o iconmgr o cursor o icons o o r usr wgep x r sos lib ld run path ld run path l lib xmu lxmu l lib xt l extensions lib l lib x l extensions lib lxext l extensions lib lxext l lib x lx l usr wgep x r sos lib lsocket lnsl ld warning file extensions lib libxext so attempted multiple inclusion of file libxext so undefined first referenced symbol in file xtwindowofobject lib xmu libxmu so ld fatal symbol referencing errors no output written to twm error code the problem was that sunpost ld was not defined douglas l acker western geophysical exploration products a division of western atlas international inc a litton dresser company internet acker wg waii com voice
2,946
comp.windows.x
xterm build problem in solaris continuing on my build problems i got stuck here build xterm gcc fpcc struct return o xterm main o input o charproc o cursor o util o tabs o screen o scrollbar o button o tekproc o misc o vtprstbl o tekprstbl o data o menu o o r usr wgep x r sos lib ld run path ld run path l lib xaw lxaw l lib xmu lxmu l lib xt lxt l extensions lib lxext l lib x lx l usr wgep x r sos lib lsocket lnsl ltermcap undefined first referenced symbol in file index usr ucblib libtermcap a termcap o rindex usr ucblib libtermcap a termcap o ld fatal symbol referencing errors no output written to xterm error code make fatal error command failed for target xterm any clues for help douglas l acker western geophysical exploration products a division of western atlas international inc a litton dresser company internet acker wg waii com voice
2,947
comp.windows.x
dynamic changing of the title bar i am looking for a program i can insert into some code that will allow the title bar to be changed on a window dynamicly if one already is out there i would appreciate a location so i don t have to create this from scratch thanks in advance bob hosid dloslv xerox
2,948
comp.windows.x
mit r on sun with rasterops tc colorboard is it possible to run an mit r based xserver on a sun with a rasterops tc colorboard bit board i have the xsun patches for supporting sun s bit frame buffers but does the rasterops appear as if its a cgtwelve or something else i know nothing about the rasterops other than we might be buying one to put in an ipx cheers mark
2,949
comp.windows.x
re svr x binary dists was re rfd to create comp unix sys univel in article apr thunder mcrcim mcgill edu der mouse wrote you seem to be a little confused the socialistic hackers who yell about proprietary software are hardly enamored of motif which is just as objectionable to that mindset as news is if i might wear my socialistic hacker hat for a moment i tar news and motif with the same brush and that brush is not technical begging everyone s pardon i was not slamming motif nor was i necessarily plugging flaming the two i was responding to the sweet blithe statement in rick digibd from rick digibd digibd com rick richardson rick this is one area where microsoft nt has a big advantage since rick they control the whole show there are no issues like this where rick licensees create incompatible defacto standards this happy statement shows a mindset that inventors and companies have when they are pleased with something that works and they believe that others will also be happy to use it i remember when sunview was hot stuff and am not by that statement endorsing sun and its products this is just my experience and when openwindows became hot stuff that was when i started hearing as mentioned before the socialistic masses that were bent on destroying anything that was deemed proprietary including openwindows i mentioned motif in the same breath because that is what sun has decided to turn its attention to not because i hate it mr richardson s position i believe is a healthy one and i am sure that the seething hackers will soon try to flame and destroy nt if it ever shows up wanting instead everything to be free and then complaining when there is no organized structure and there are no de facto standards it was just a vent for frustration brought on by prevailing winds mrs henne
2,950
comp.windows.x
c and c for os hi folks does anybody know for a good bit c c compiler for os that supports os api and microsoft windows maybe windows nt thanx n marovac sdsu
2,951
comp.windows.x
xrolo spacrc sunos audio could some one please send me or tell me where to ftp from the patches required for xrolo so that i can compile in the sparcstation phone dialing feature i am using sunos and therefore don t have multimedia libaudio h or multimedia audio device h and associated functions just in case our mail gateway only accepts msgs kb thanks in advance shash shash chatterjee email fwr bv fin af mil ec software phone lockheed fort worth company fax p o box mz ft worth tx
2,952
comp.windows.x
imake book review thanks for the many offers to review this book if you received a review copy please return it as soon as possible i had a system crash and lost the list of people i sent it to thanks adrian nye o reilly and associates adrian ora com
2,953
comp.windows.x
multi screen apps and window managers i am working on a project to provide an emergency management information system in keeping with more classic command and control type systems we are considering developing a dual screen monitor system in order to provide a status board on it s own monitor i have a number of x level questions regarding this we are devloping on unix systems using x motif platform will be predominantly sun s probably with ports to rs as well i am assuming the standard dual monitor systems are configured such that we are talking about one x display and multiple screens and not multiple x displays given this is changing input focus from one screen to the other as simple as tracking your mouse from one screen to the other there s nothing special that needs to be done to shift focus between screens do i have to run separate window managers on the separate screens or are there multiscreen window managers out there what are they who sells them is a multi screen window manager the only way i can grab a window frame and move a window from one screen to the next is there any way for the application to transparently see multiple screens as one logical x y plane or does the hardware only provide for each screen to start at any thoughts on the difficulties involved with designing a system capable of using either multiple screens or a single screen perhaps running a virtual window manager to simulate multiple screens instead i am assuming that this is not a major issue that i can rely on providing config files which will specify for each configuration the screen placement of each window in the application any thoughts or suggestions from past experience are more than welcome jo pelkey phone battelle pacific northwest labs fax mail stop k email je pelkey pnl gov p o box richland wa
2,954
comp.windows.x
ideal operating system was death blow to unix g day windows nt is a step forward but not by much i guess for dos users who think multi tasking is really neat add puke here and are overjoyed to be able to use more than k of memory its a major improvement for windows users its more like an upgrade with facilities most unix users take for granted most of windows users only use pcs for text processing or running rd party applications anyway so the operating system features are not even a real issue my ideal operating system binary compatible across all plaforms it should recognize binaries and configure on the fly so i don t have to have bin mac bin dos bin dec bin sun bin hp etc multi cpu so i can use the cpus on my pc and w s and mac and transputers and dsps i don t know a single site which has gone for a single vendor i am not going to trade in mflops per h transputer or ultra fast fft on dsp chips note nt runs on symmetric multi cpu systems built in portable gui graphics tools you can call drawbutton or drawline and it does the same thing no matter what platform or display it should also translate graphics commands on the fly so i can use pc graphics s w on my workstation and x software on my pc i think guis are not just nice to have but essential configurable front end so you can make it look like unix or dos or nt or os and run shell scripts or command bat files object oriented so i can program easily under it and not have to re invent the wheel if the networking is not up to scratch or my application needs to access source object code on the fly in other words it should have some ai capability that and a tight clean kernel so you can actually understand it anyone know of something like this adios ata mail dr ata etemadi blackett laboratory space and atmospheric physics group imperial college of science technology and medicine internet arpanet earn bitnet atae spva ph ic ac uk or ata c mssl ucl ac uk span spva atae or msslc atae
2,955
comp.windows.x
please ignore ideal operating system was death blow to unix whoops wrong group soooooooooooooooorry folks
2,956
comp.windows.x
re trouble compiling x r on sunos in article apr head cfa harvard edu dmm head cfa harvard edu david meleedy writes i ve been trying to compile x r patchlevel on a sun sparc ipx using sunos and gcc the problem occurs during the initial make world when it gets up to compiling the standard x clients it can t seem to find some of the libraries right now we highly suspect the program ld which was updated for yip we had the same problem the only fix we found was to link static some of the clients btw we used cc francisco j ballesteros a k a nemo email nemo clip dia fi upm es org computer science clip lab phone campus montegancedo s n u p m boadilla del monte madrid spain o
2,957
comp.windows.x
re x server multi screen rainer sun eeam elin co at rainer hochreiter writes hi xperts some simple questions for you i ve seen a lot of different terms which seem to mean the same thing who can give an exact definition what these terms mean multi screen multi headed multi display x server zaphod mode is there a limit how many screens displays a single server can handle in an articel a read something about an upper limit of how is the capability called if i want to move the cursor from one screen display to another any hints welcome thanks rainer rainer hochreiter telephone elin energieanwendung gesmbh telefax penzingerstr a wien austria europe e mail rainer elin co at as to how many clients may be display on a server i believe the limit would be how much memory is available to your server or allocated by the server indecision is the key to timothy e neto flexibility you can t of b t s gadget widget works e mail god flight systems lab boeing comm aircraft my ideas not boeing s internet ten aw fsl ca boeing com
2,958
comp.windows.x
motif maling list hi all anyone knows of a motif mailing list i don t have access to network news and there is no longer a motif list at alfalfa com thanks joel joel reymont z code software corporation e mail joel z code com redwood hwy suit b san rafael ca
2,959
comp.windows.x
raster and text widgets view only xew version version of xew widgets is available at export lcs mit edu contrib xew tar z export lcs mit edu contrib xew readme for better details check the readme for extensive details you have to with xew ps z still haven t had time to update this one no new functionality has been added since version raster widget handles now expose events slightly more intelligently than before really had to do this when i added a simple program that uses x r athena porthole and panner widgets the program demo viewer c is very simple demonstration of panner porthole usage copied from editres actually markku savela savela tel vtt fi technical research centre of finland telecommunications laboratory otakaari b sf espoo finland
2,960
comp.windows.x
re xterm build problem in solaris dla se wg waii com doug acker writes continuing on my build problems i got stuck here build xterm gcc fpcc struct return o xterm main o input o charproc o cursor o util o tabs o screen o scrollbar o button o tekproc o misc o vtprstbl o tekprstbl o data o menu o o r usr wgep x r sos lib ld run path ld run path l lib xaw
2,961
comp.windows.x
re a question on window ids in article wnk aquifer geology uiuc edu wnk aquifer geology uiuc edu walter kreiling writes given a program running on a workstation with an x based window system how can one pop the window in which it is running to the top by window i mean the terminal window from which it was invoked one can t the application may not have been started from a terminal emulator if it was the terminal emulator may not still exist and if it does it may be in no condition to be pop ped to the top eg it may be iconified and even if you can it may not do what you want consider a virtual root window manager like tvtwm with the relevant window in a portion of the virtual desktop that s outside the real desktop some but not all x terminal emulators provide environment variables giving a window id even if such a thing is present in the environment it may not be what you want it may correspond to a window on a different server for example der mouse mouse mcrcim mcgill edu
2,962
comp.windows.x
re x server multi screen in article qlop sgp sun eeam elin co at rainer sun eeam elin co at rainer hochreiter writes i ve seen a lot of different terms which seem to mean the same thing who can give an exact definition what these terms mean multi screen multi headed multi display x server zaphod mode as applied to servers the first three are fuzzy terms multi headed tends to be used for any system with multiple monitors sometimes even multiple screens even if they re multiplexed onto the same monitor eg a sun with a cg display multi screen and multi display would if taken strictly mean different things but since the strict meaning of multi display would refer to a system with multiple keyboards and pointers when it s used it probably refers to the same thing multi screen would a system that provides multiple screens zaphod is a term applied to the way the mit server switches the pointer from one screen to another by sliding it off the side of the screen is there a limit how many screens displays a single server can handle in an articel a read something about an upper limit of there is a protocol limitation that restricts a given display to at most screens i know of no server that handles multiple displays on a single invocation unless possibly my kludges to the r server can be looked upon as such on a tcp based system there is necessarily a limit of displays per machine but this is not a limitation inherent to x what you read was most likely talking about a limit in some particular implementation probably the mit one if it claimed there was a limit of inherent to x the author of the article had no business writing about x der mouse mouse mcrcim mcgill edu
2,963
comp.windows.x
re creating bit windows on bit display how in article apr fwi uva nl stolk fwi uva nl bram writes i am using an x server that provides visuals pseudocolor bit truecolor bit and directcolor bit lucky dog a problem occurs when i try to create a window with a visual that is different from the visual of the parent which uses the default visual which is tc in the xlib reference guide from o reilly one can read in the section about xcteatewindow something like in the current implementation of x when using a visual other than the parent s be sure to create or find a suitable colourmap which is to be used in the window attributes when creating or else a badmatch occurs this warning strangely enough is only mentioned in the newer editions of the x r guides it applies with equal force to earlier versions presumably only recently did the author s decide it was important enough to mention the necessity it refers to has always been there but it s been implicit in the way createwindow requests default some attributes of the new window however even if i pass along a suitable colourmap i still get a badmatch when i create a window with a non default visual attr colormap cmap win xcreatewindow copyfromparent border width depth inputoutput class vinfo visual visual cwcolormap attr this is because the warning you read is incomplete you have to provide not only a colormap but also a border the default border is copyfromparent which is not valid when the window s depth doesn t match its parent s specify a border pixmap of the correct depth or a border pixel and the problem should go away there is another problem i can t find anything to indicate that copyfromparent makes any sense as the border width parameter to xcreatewindow your xlib implementation probably defines copyfromparent as zero to simplify the conversion to wire format so you are unwittingly asking for a border width of zero due to the xlib implementation not providing stricter type checking to be fair i m not entirely certain it s possible for xlib to catch this der mouse mouse mcrcim mcgill edu
2,964
comp.windows.x
re available memory to the xserver how to get the actual size in article igd fhg de pfuetz igd fhg de matthias pfuetzner writes is there a possibility to determine via x protocol calls the size of free memory available to the xserver no even if you could the answer could be out of date even before you get it even if you grab the server it could be taken up by buffering user actions you should just try to do whatever you want a badalloc error is your indication that insufficient server memory is available der mouse mouse mcrcim mcgill edu
2,965
comp.windows.x
re xwindows always opaque distribution comp please don t misuse newsgroup hierarchy names as distributions in article hess swt hess swt informatik uni hamburg de hauke hess writes i wonder if it is possible for a parent window to paint over the area of its childs yes but it s not an attribute of the window it s an attribute of the gc used to do the drawing set the subwindow mode to includeinferiors rather than the default clipbychildren der mouse mouse mcrcim mcgill edu
2,966
comp.windows.x
re german keyboard x r and sparc claes polaris heinz josef claes writes i have a sparc with a german type keyboard has anybody a patch for x r export lcs mit edu pub sunkbd tar z maf martin forssen maf dtek chalmers se or maf math chalmers se system administrator at math and dtek at chalmers univ of technology
2,967
comp.windows.x
searching for xgolf i recently found the file xgolf on a german ftp site reseq regent e technik tu muenchen de but unfortunately the shar file was incomplete and the author s email address given in the readme file markh saturn ee du edu does not work can anyone assist by giving the location of a full version of this or any other golf game for x game or a way of contacting the author please reply by email if you can help ade adrian savage university of bradford uk email a f savage bradford ac uk
2,968
comp.windows.x
re searching for xgolf the xgolf program was an april fool s joke sigh steve hite shite sinkhole unf edu
2,969
comp.windows.x
re macx color problem stan kerr writes when some types of client windows are displayed parts of the windows are in the wrong color if the window is moved slightly forcing the server to repaint it it is repainted in the correct colors it doesn t happen i have the exact same problem when running hewlett packard s microwave design system mds from an hp unix box and running macx sys normally mds draws a window with a deep blue backround but occasionally it becomes a light blue and all the text etc inside the window become washed out nearly invisible i thought that it was just something brain dead that i was doing or a subtle conflict with another app or init by slightly moving the window and forcing a re draw the colors get corrected harry wolfson wolfson ll mit edu
2,970
comp.windows.x
re x r and open look in article apr nrao edu rgooch rp csiro au richard gooch writes in article apr aedc vax af mil bonds aedc vax af mil writes i am reposting this because i am not sure my first post ever made it out i have built and installed x r on my sparcstation my aim is to run the mit x server but retain the openlook window manager i am sure this is not uncommon but i just want to make sure that i change and or delete everything that i need to for instance i can start xdm in rc local but how do i get rid of xnews the openlook window manager source is available on the mit contrib tapes or from export lcs mit edu i would suggest building this too rather than using the version from openwindows it is olwm v i would suggest skipping olwm and getting olvwm instead this version of the olwm window manager implements a virtual desktop that i find really handy even on large monitors this version is also available at export lcs mit edu contrib olvwm tar z the readme file also suggest getting the files in contrib xview in my case i built the x server first xview second then olvwm all of these were installed into usr x once i verified the server worked correctly i happily issued rm rf usr openwin using gcc to build all of the above resulted in a windowing system that is for all intents and purposes identical to openwindows and that is incredibly faster there is a bit of tweaking you will have to do if you want things to work exactly like openwindows but not much paul bash techware design bash tware com boulder co u s a
2,971
comp.windows.x
request need tvtwm sources with mods from r j caley hello way back in the mists of time i had a set of patches written by richard caley i believe to the standars distribution patch level which added regular expressions in the tvtwmrc file multiple icon regions squeezable icons and f deleteordestroy function i still have the patches however i can no longer find the sources to which they applied i d appreciate if some kind soul could send me a pointer to where i could find the sources has anyone updated the patches for r richard are you out there pretty please thanks in advance manoj
2,972
comp.windows.x
is tek quitting xterm activities i caught up a mailmessage from an ncd guy who stated that tek might be quitting it s x terminal activities and would be looking for an interested buyer since the source of this message is ncd this might only be nasty gossip can anyone say more about this dick ahold nv room ankersmidplein ck zaandam the netherlands eec dick heijne ccsds ahold nl tel fax
2,973
comp.windows.x
re xdm and solaris the xdm on solaris was broke since two weeks sun distributes a patched release which works fine supports etc shadow and all we have it up and running ever since and have not experienced any problems call your local sun rep dick ahold nv room ankersmidplein ck zaandam the netherlands eec dick heijne ccsds ahold nl tel fax
2,974
comp.windows.x
re xterm build problem in solaris dla se wg waii com doug acker writes continuing on my build problems i got stuck here build xterm gcc fpcc struct return o xterm main o input o charproc o cursor o util o tabs o screen o scrollbar o button o tekproc o misc o vtprstbl o tekprstbl o data o menu o o r usr wgep x r sos lib ld run path ld run path l lib xaw lxaw l lib xmu lxmu l lib xt lxt l extensions lib lxext l lib x lx l usr wgep x r sos lib lsocket lnsl ltermcap undefined first referenced symbol in file index usr ucblib libtermcap a termcap o rindex usr ucblib libtermcap a termcap o ld fatal symbol referencing errors no output written to xterm error code make fatal error command failed for target xterm any clues for help either add lucb lelf to the list or define index and rindex to strchr and strrchr respectively both use same args former are bsd latter are sysv ahold nv room ankersmidplein ck zaandam the netherlands eec dick heijne ccsds ahold nl tel fax
2,975
comp.windows.x
compiling on sun hi i have a piece of x code that compiles fine on pmax ul pmax mach as well as sun mach but whenever it compiles on sun it gives me undefined ld errors sin cos pow floor get wmshellwidgetclass get applicationshellwidgetclass the following libraries that i linked it to are lxaw lxmu lxt lxext lx the makefile is generated off an imake template can anyone give me pointers as to what i m missing out to compile on a sun thanx wilson
2,976
comp.windows.x
x color bitmap editor needed hi folks does anybody know where i can find the color bitmap editor around the public sites any information i do appreciate that c chang
2,977
comp.windows.x
re anyone have experience with visix galaxy in article c m r world std com grier world std com the political crony writes the title line says it the galaxy package was just recently announced and includes a gui builder and portable toolkit i m interested in any feedback from those who may have used it thus far we ve been using it for a year on unix sun and hp and windows platforms in my opinion it is the best toolkit on the market it supports a rich api to a high level ipc mechanism file system abstraction memory management command driven application development drawing geometry management and oh yeah open look motif ms windows and mac at the flip of a switch thanks jim grier grier world std com greg pasquariello grp unify com hobnobbing with the ancients unify corporation or uunet unify grp
2,978
comp.windows.x
is it just me or is this newsgroup dead i ve gotten very few posts on this group in the last couple days i recently added it to my feed list is it just me or is this group near death robert l mcmillin surf city software rlm helen surfcty com dude include std disclaimer h
2,979
comp.windows.x
re trouble compiling x r on sunos nemo aguirre dia fi upm es francisco j ballesteros writes the problem occurs during the initial make world when it gets up to compiling the standard x clients it can t seem to find some of the libraries right now we highly suspect the program ld which was updated for yip we had the same problem the only fix we found was to link static some of the clients btw we used cc or use a sunos ld bernhard
2,980
comp.windows.x
re xterm build problem in solaris on apr gmt dla se wg waii com doug acker said doug nntp posting host se wg waii com doug continuing on my build problems i got stuck here build xterm doug undefined first referenced doug symbol in file doug index usr ucblib libtermcap a termcap o doug rindex usr ucblib libtermcap a termcap o doug ld fatal symbol referencing errors no output written to xterm actually the problem is that you have to build with ld library path unset as well as ld run path douglas l acker western geophysical exploration products a division of western atlas international inc a litton dresser company internet acker wg waii com voice
2,981
comp.windows.x
re trouble compiling x r on sunos in article schneck physik tu muenchen de schneck physik tu muenchen de bernhard schneck writes nemo aguirre dia fi upm es francisco j ballesteros writes the problem occurs during the initial make world when it gets up to compiling the standard x clients it can t seem to find some of the libraries right now we highly suspect the program ld which was updated for yip we had the same problem the only fix we found was to link static some of the clients btw we used cc or use a sunos ld or read fixes and to the mit distribution this is a known problem just apply those fixes and set sunpost fcsld to yes and osteenyversion in mit config sun cf to in fix if you are running sunos and you apply sun s ld patch then you will need to edit your site def and add this line to the aftervendorcf section define sunpost fcsld yes in fix if you are running sunos change osteenyversion in mit config sun cf to have a value of in fix brief notes on what this patch fixes config make on sunos fails unless tree previously built in sean welch
2,982
comp.windows.x
re title for xterm in apr samba oit unc edu naoumov physics unc edu sergei naoumov writes hey guys i work on many stations and would like this name and current logname to be in a title of xterm when it s open and a machine name only when it s closed in other words i want host and logname to appear as a title of opened xterm and host when xterm is closed how can i do it thnsks in advance serge serge gluttony astro unc edu almost all window managers twm mwm olwm and their derivates support escape sequences for it for your purpose put following into your login if you re using csh or tcsh for sh you have to modify it if term xterm then echo logname host g host g endif note stands for esc in vi you can enter it by pressing ctrl v and the esc same for g it means ctrl g in vi press ctrl v and then ctrl g the first sequence puts the string into the title bar the second in the icon btw you can also put the current working directory in the title bar if you make an alias for cd alias cd cd echo logname host cwd g greetings thomas thomas wolfram thomas aeon in berlin de eantc tu berlin wolf prz tu berlin de
2,983
comp.windows.x
pointer feature hi i am trying to implement a pointer feature in xlib i have multiple windows and all can take input and show output simultaneously on all other displays i want to implement a pointer feature i would like to get the pointer to come up on all windows once i choose pointer in the menu and every one should be able to see it can you give me some hints as to how i should proceed replies will be greatly appreciated thank you prakash duvvuri cs odu edu
2,984
comp.windows.x
re x server multi screen from article apr eafs ca boeing com by ten eafs ca boeing com timothy e neto rainer sun eeam elin co at rainer hochreiter writes i ve seen a lot of different terms which seem to mean the same thing who can give an exact definition what these terms mean multi screen multi headed multi display x server zaphod mode is there a limit how many screens displays a single server can handle in an articel a read something about an upper limit of how is the capability called if i want to move the cursor from one screen display to another as to how many clients may be display on a server i believe the limit would be how much memory is available to your server or allocated by the server this all sounds suspiciously like my company might have something to do with this background first megatek has a series of framebuffers designed as x accelerators for the most part these are designed for sun sbus and sun and other vendor s vme systems that said megatek products support multi screen and or multi display on a sigle workstation most of our cards have a keyboard mouse port which can be used to provide additional displays for example say you hade a sparcstation with an sbus expansion chassis you could put in six frambuffers allowing a total of six screens in the system you could then attach from to keyboard mice allowing you to mix and match any combination of screens and displays you could have screen display screen displays screen displays or screen display and screen display basically any combination because of this we at megatek try to be very careful about the use of the words multi screen and multi display they are quite different in meaning and at least in x have exact definitions the reason i ramble like this is the mention of an upper limit if screens in a display as it so happens there s a define in the server that determines the most screens supported server include misc h maxscreens as released my mit this is as released by megatek this is as such the most screens supported by a single megatek display i e x server is if someone construed this to be a limitation of x i m sorry but clearly as pointed out so well by mr neto this is not the case we just did it here because nobody has ever asked us for more of course i could say buy all you want we ll support more rusty sanders megatek corp rgs megatek com or ucsd hplabs hp sdd ames scubed uunet
2,985
comp.windows.x
creating application contexts multiple times the subject does not describe the problem i am having very well please read on i am trying to write a function which creates an xtappcontext and a widget displays the widget for a while then destroys everything and returns the problem is that multiple calls to this function cause a variety of problems including depending on which calls i make to get rid of things core dump badpixmap x error widget not unmapped here is a simple c program i wrote to show the problem include x xlib h include xm xm h include xm pushb h void bla xtappcontext app display dis xopendisplay int junk widget top xtappinitialize app test null junk null null null widget box xtvacreatemanagedwidget blaaa xmpushbuttonwidgetclass top xmnheight xmnwidth null xtrealizewidget top same as xtappmainloop but with only xevents for int i i i xevent event xtappnextevent app event xtdispatchevent event what should i put here xtunrealizewidget top xtdestroywidget top xtdestroyapplicationcontext app xclosedisplay dis main for int i i i bla note that i rewrote xtappmainloop so that at a given time in this example after xevents the function will exit and return to the main program with this example i get the following error on about this is not consistent the th call to bla x error of failed request badpixmap invalid pixmap parameter major opcode of failed request x creategc resource id in failed request xe d serial number of failed request current serial number in output stream if i take out the xtunrealizewidget top line it just dumps core on the seconds call furthermore every time i call xtappinitialize other than the st time i get warning initializing resource lists twice warning initializing translation manager twice so finally my question is this what needs to be done in order to be able to call a function which creates an xtappcontext and widgets multiple times any help would be greatly appreciated please respond via email as i dont usually have time to read this group thanks very much davewood david rex wood davewood cs colorado edu university of colorado at boulder
2,986
comp.windows.x
compiling help i d like to compile x r on a sony nws running news c the x distribution has support for this config and the release notes say it has been tested on the machine but also in the release notes nothing from sony is listed under the supported servers what am i supposed to use for my r x server then how can the os be supported but not the hardware is there something in the r binaries that can be used as the r server these may seem like silly questions but i m really confused mike hopper acs virginia edu i will not raise taxes on the middle class unknown
2,987
comp.windows.x
re compiling help here s what i think have figured out all i need to do is install the r disitribution without the xserver like the sony cf file defines and all the new libraries utils etc will be installed and my old server from r will still work this will allow me to run xview and have x r up and running does the server interface remain the same with all changes made only to the libs another question is it likely that since sun is dropping ow support that the desktop utils like the file manager will be made public it would be nice if companies would make old code public for the benefit of those of us with smaller budgets mike hopper acs virginia edu i will not raise taxes on the middle class unknown
2,988
comp.windows.x
xterm cursor forgive me if this is a faq i have checked the list but i cant find it i have a problem with the cursor within xterm on mono not grayscale monitors the problem is that when i have an character application that displays input fields in reverse video the xterm text cursor gets lost on the edge of the input field the solution would appear to be to set the xterm cursor to a line rather than a block but how do you do this i can t find any means although various sources seem to indicate it can be done when the xterm loses the input focus the cursor becomes an outlined block this would also be preferable but i can t seem to force this to be the default either configuration is motorola k x r please reply by email if poss thank you steve weet european mis motorola cellular subscriber group beechgreen court chineham basingstoke hants england phone e mail stevew chineham euro csg mot com fax mobile post w steve weet european mis motorola cellular subscriber group beechgreen court chineham basingstoke hants england phone e mail stevew chineham euro csg mot com fax mobile post w
2,989
comp.windows.x
now available xvertext now available xvertext summary xvertext provides you with four functions to draw strings at any angle in an x window previous versions were limited to vertical text rotation is still achieved using ximages but the notion of rotating a whole font first has been dropped what s new i ve added a cache which keeps a copy of previously rotated strings thus speeding up redraws where can i get it comp sources x soon export lcs mit edu contrib xvertext shar z now alan richardson you don t have to be school of maths physical sciences old to be wise univ of sussex brighton bn qh england judas priest uk mppa uk ac sussex syma elsewhere mppa syma sussex ac uk
2,990
comp.windows.x
waiting for a specific event callback hello world i want to write my xt application code like this do some work now i need some user input xmcreatedialog wait for user input input if input ok more work else other work so more work and other work are not in callback functions but the application simply waits for the user to answer the question how can i code this in my xt motif application thanks very much in advance greetings huub cwi p o box huub bakker huub cwi nl ab amsterdam the netherlands tel
2,991
comp.windows.x
re desqview x on a pc in article wl aecl ca harrisp wl aecl ca writes i use desqview x and i think it is great where it really shines imho is to let unix users log into a pc and run dos and windows applications with the display going to their screens you ll need to get desqview x v desqview x v suggested retail desqview x to other x systems v suggested retail you also must be running a supported network ftp softwares pctcp novell lan workplace for dos sun microsystems pc nfs beame and whiteside wollongong pathway tcpip or hp microsoft lan manager if you don t have any of this network stuff quarterdeck will give you a copy of novell tcpip transprot for dos with the network manager you can get more info by sending email to appropriately info qdeck com in my opinion if you want to have other people logging in and running applications at your pc you ll want to have a with megs of ram also the xwindows software in desqviewx really seems to like an et tseng labs chipset based graphics card personally i found that things ran better with a scsi drive in the pc than with esdi drives but that is my experience only good luck and best wishes phil what sort of traffic is generated with the x calls i am curious to find out the required bandwidth that a link must have if one machine running dv x is supporting multiple users clients and we require adequate response time anyone have any ideas george patapis pan metron ariston c s s c lane cove email gpatapis cssc syd tansu com au p o box a sydney south fax nsw australia voice
2,992
comp.windows.x
x and security x technical conference i had no possibility to join the th annual x technical conference january boston ma nevertheless i m interested in information about the tutorials exspecially about tutorial id a security title a survey of x and security tutorial id f admin title x and the administrator does anybody know where i can get information paper mail about these has anybody information about kerberos escpecially in connection with x display manager xdm thanks andrea winkler siemens nixdorf muenchen germany s i e m e n s andrea winkler internet andrea winkler sto mchp sni de sni sto xs otto hahn ring d munich n i x d o r f phone fax
2,993
comp.windows.x
re is it just me or is this newsgroup dead i ve gotten very few posts on this group in the last couple days i recently added it to my feed list is it just me or is this group near death seen from the mailing list side i m getting about the right amount of traffic patrick l mahan tgv window washer mahan tgv com waking a person unnecessarily should not be considered lazarus long a capital crime for a first offense that is from the notebooks of lazarus long patrick l mahan tgv window washer mahan tgv com waking a person unnecessarily should not be considered lazarus long a capital crime for a first offense that is from the notebooks of lazarus long
2,994
comp.windows.x
re svr x binary dists was re rfd to create comp unix sys univel in article rick digibd rick digibd digibd com rick richardson writes the other scary thing is that i ship libxcl so with the functions in it how many other libxcl so type libraries will be shipped by other vendors should i trademark the name libxcl a what if some clown uses that name and only puts of the troublesome functions in it does usl svr support ld run path a la solaris or an equivalent if so you can put the library in a package specific lib directory compile the app with ld run path defined and all should work besides i d say name it libpackagexcl a if possible cheers ato ian dickinson nic handle id this article is dedicated to vato csv warwick ac uk uknet warwick vato those who disapprove but i i s dickinson ou csv o warwick prmd uk ac admd c gb continue to c gb o university of warwick ou computing services cn ian dickinson read
2,995
comp.windows.x
icon animation hi folks as part of my self introduction to x i ve been trying to do some simple icon animation sort of like icondoit from mswindows changing your own applications icon is fairly simple if you have a widget id you can just xtsetvalues on xtniconifypixmap or whatever and you re done alternately you can set window manager hints these methods don t seem to work with icons which your application doesn t specifically own in my situation i have to change the icon of random windows sitting there in my icon box so my question is given a window id how do you change the icon pixure a working example would be very much appreciated if it makes any difference i m using motif on vms t ke thanks scott
2,996
comp.windows.x
r table widget causing trouble with xtquerygeometry contents problems with table widgets in r the following part of a program an user interface for a simulation system did work in r but refused to in r of cause the r version did not know about the xptablewidgetclass we used tablewidgetclass instead caught from the net in times of r and xptablechildposition formerly xttblposition since compiling with r the program causes a zero width or height error on sparc stations the trouble shooter is the re computation of the model init table table widget though its childs label and asciitext widgets exist xtquerygeometry returns a prefered width and height of zero thus the following asignment cannot perform anything else but set the width and height of the newly created widget to zero no wonder xtpopup or xtmanage child create zero width or height errors dependent on whether width and height of the shell widget are set in the resource file or not question does anyone know why xtquerygeometry returns so low prefered values when working on table widgets or perhaps what to do about i ll be happy if someone is able to help me germans are requested to answer in german siegfried kaiser email kaiser uniko uni koblenz de the part of interest graphischer neuaufbau des model init formulars storing the old width and height of the viewport widget which is the parent of the troubling table widget before the viewport widget is destroyed the destroying of widgets before resizing them is a relict from r age if model init popped up xtunmapwidget model init form view xtdestroywidget model init form view creating the subtree within the shell of which the root is the viewport widget n xtsetarg args n xtnfromvert model init title n xtsetarg args n xtnfromhoriz model init button view n xtsetarg args n xtnallowvert true n xtsetarg args n xtnforcebars true n model init form view xtcreatewidget form view viewportwidgetclass model init form args n n model init table xtcreatewidget table xptablewidgetclass model init form view args n create form widget does create and position table widget s childs to position them it uses xptable childposition in r and xttblposition in r create form widget ptr model init obj model init table the crucial function call intended to return the maximum height possible if there isn t sufficient space to show the whole table widget then the viewport shall grow as large as possible but not beyond the border of screen if there is enough space the window is intended to shrienk to the smallest possible height xtquerygeometry model init table null pref according to the algorithms idea the new value of viewport widget s height is selected unfortunately pref height leads to new height if form view height pref height new height pref height else new height form view height setting the new values to viewport widgets ancestors w xtnametowidget model init form form view xtresizewidget w width new height pref border width xtresizewidget model init form view width new height pref border width if model init popped up in case the shell which contains model init form view and model init table allready exists is has to be resized too n xtsetarg args n xtnwidth shell width n xtsetarg args n xtnheight shell height n xtsetarg args n xtnborderwidth shell bw n xtgetvalues model init shell args n xtresizewidget model init shell shell width shell height height new height shell bw end of if n xtsetarg args n xtnwidth width n xtsetarg args n xtnborderwidth bw n xtgetvalues model init button view args n xtresizewidget model init button view width new height bw xtresizewidget vert bar sbar width sbar bw resize inits if there is the shell s height set within the resource file the program terminates within the first xtmanagechild on its second pass through the observed function the first pass succeeds xtmanagechild model init form view xtmanagechild model init table if model init popped up in case the shell isn t popped up it has to be done if there is no value set to the shell s height within the resource file the program terminates here xtpopup model init shell xtgrabnone model init pop flag true set model init attributes end of if get actual init ptr actual load form ptr actual if someone suspects the creation of table widget s contents causes all the trouble there are the sources of create form create form widget ptr table t obj ptr widget table ptr is a linear list containing attributes and para meters of the model and additionally the correspon ding widgets arg args int n row col t obj ptr obj t ident ptr ident initialization of the local variables ptr obj ptr col row schleife ueber die objekte bzw das pseudo objekt fuer die parameter loop through the list of objects and pseudo objects every object occuring in the model has zero or more attributes and some parameters which can be shared by several objects because of locality the attributes of one object are listed in a second linear list of type t ident whereas the parameters which can belong to any ob ject are put together in a pseudo object thus the program loops through the list of objects and pseudo objects and for each object through the list of its attributes resp parameters while ptr obj t obj null each object and pseudo object is represented in a label widget n xtsetarg args n xtnlabel ptr obj name n ptr obj label w xtcreatemanagedwidget object labelwidgetclass table args n xptablechildposition ptr obj label w col row col row ptr ident ptr obj ident schleife ueber die objekt attribute bzw parameter while ptr ident t ident null each attribute and parameter is represented in a label and has a corresponding asciitext widget in which it is to be initialized n xtsetarg args n xtnlabel ptr ident name n ptr ident label w xtcreatemanagedwidget ident labelwidgetclass table args n xptablechildposition ptr ident label w col row col n xtsetarg args n xtnlength row length n xtsetarg args n xtnstring ptr ident text n xtsetarg args n xtnedittype xawtextedit n xtsetarg args n xtnwrap xawtextwrapword n xtsetarg args n xtnresize xawtextresizeheight n xtsetarg args n xtnusestringinplace true n ptr ident text w xtcreatemanagedwidget text asciitextwidgetclass table args n xptablechildposition ptr ident text w col row col row get next ident ptr ident end of while col get next obj ptr obj end of while end of create form widget so far the problem in detail
2,997
comp.windows.x
re motif maling list the motif mailing list will now be located at lobo gsfc nasa gov if you would like to be added or deleted from this list please send mail to motif request lobo gsfc nasa gov to mail to the list send mail to motif lobo gsfc nasa gov brian brian dealy it not knowing where it s at dealy kong gsfc nasa gov that s important it s knowing uunet dftsrv kong dealy where it s not at b dylan
2,998
comp.windows.x
re xcopyplane question in article whaley apr sigma kpc com whaley sigma kpc com ken whaley writes actually i must also ask the faq s most popular reason why graphics don t show up do you wait for an expose event before drawing your rectangle suppose you have an idle app with a realized and mapped window that contains xlib graphics a button widget when pressed will cause a new item to be drawn in the window this action clearly should not call xcopyarea or equiv directly instead it should register the existence of the new item in a memory structure and let the expose event handler take care of rendering the image because at that time it is guaranteed that the window is mapped the problem of course is that no expose event is generated if the window is visible and mapped do you know the best way to tickle a window so that the expose event handler will be invoked to draw this new item
2,999
comp.windows.x
re xwindows always opaque hess swt informatik uni hamburg de writes i wonder if it is possible for a parent window to paint over the area of its childs if it is not then how could it be possible to implement a rubberband across multiple xwindows to select the objects that are displayed one in each window use a gc with the subwindow mode attribute set to includeinferiors the default is clipbychildren however beware if any of the children are of a different depth to the parent the semantics of this are undefined by the protocol gerard o driscoll gerard odriscoll dps co uk du pont pixel systems ltd