Unnamed: 0
int64
0
11.3k
label
stringclasses
20 values
content
stringlengths
6
66.5k
3,100
comp.windows.x
xterm problem with input focus shuffle up the situation running a fortran executable that creats an xterm an option in the menu contained in the xterm runs a fortran subroutine that creats a tektronics mode xterm for displaying some graphics typing a ret while the tektronics mode xterm future reference to this will be tek term is active makes the xterm read future keystrokes but does not shift input focus to the xterm i m basing that statement on the fact that the border of the tek term stays the highlighted color and that the tek term stays on top of xterm if what i m describing isn t input focus let me know the xterm can be brought to the top by clicking the mouse button on it subsequent selections from the xterm of the menu item that displays graphics highlihts the border and displays the updated graphics but does not move the tek term to the top if the tek term has been iconized to conserve screen space it stays an icon the desired behavior one of two options whichever of the windows that is active is always on top of the inactive one whenever the tek term is inactivated it should revert to a icon but when it is activated it should become a window on a higher level than the xterm what i think i need a means of specifying that a xterm or tek term will be at the highest level and a way to iconify expand a xterm and tek term these commands would i d guess need to be in the fortran or in the command that starts up the xterm and tek term other information all this is taking place on a vt a dec dumb x windows terminal connected to a vax running vms and motif thanks for your time if you ve got any words of wisdom other than give up please send email to jhcox kodak com
3,101
comp.windows.x
dell eisa video cards does xfree support any eisa video cards under dell larry snyder larry gator rn com
3,102
comp.windows.x
x device driver for bird has anyone written a device driver to use the ascension bird with xwindows o o o suresh thennarangam email suresh iss nus sg internet research scholar issst nusvm bitnet institute of systems science tel national university of singapore facs heng mui keng terrace telex issnus rs singapore
3,103
comp.windows.x
re mix gl with x xlib xt mwm pyeatt texaco com larry d pyeatt writes in article aa sparc jade com graham sparc ottawa jade com jay graham writes xmdrawingarea for drawing with xlib but i would like to take advantage of the graphics library gl available on our ibm rs sgi s gl i believe is it possible to mix x and gl in one application program can i use gl subroutines in an xmdrawingarea or in an x window opened by me with xopenwindow you can t make gl calls in an xmdrawingarea widget for sure there is a widget already defined for gl it is the glxmdraw motif or glxdraw athena widget it is similar to a xmdrawingarea except that it allows you to use gl calls to render into the window look at glxlink glxunlink glxgetconfig and glxwinset in the man pages the glxmdraw widget works pretty well opengl will be an improvement i can vouch for that the gl widget works pretty well i have been using it for sometime now i m not sure though whether you can use xlib calls to draw into the gl widget i haven t tried it yet nor have i read the accompanying documentation completely try posting to comp sys sgi for more information better still you will find most of the answers in the sgi manuals there is a little transition guide which explains the mixed model programming paradigm mixing x and gl does pex graphigs have the same functionality of gl i think gl is a little easier to use and a little more powerful but that s just an opinion mileage may vary well pex is designed as an extension to x and will be more seamless but then it is buggy to start with opinions again o o o suresh thennarangam email suresh iss nus sg internet research scholar issst nusvm bitnet institute of systems science tel national university of singapore facs heng mui keng terrace telex issnus rs singapore
3,104
comp.windows.x
re animation with xputimage in article apr dsd es com pmartz dsd es com paul martz writes in article apr infodev cam ac uk dcr mail ast cam ac uk derek c richardson writes hi i m new to this group so please bear with me two years ago i wrote a sunview application for fast animation of raster files with sunview becoming rapidly obselete i ve finally decided to rewrite everything from scratch in xview i put together a quick test and i ve found that xputimage is considerably slower factor of on average than the sunview command pw rop which moves image data from memory pixrects to a canvas this was on a sparc ipx it seems that the x protocol communication is slowing things down or xputimage is inefficient or both using xputimage your source is maintained by the client and the destination is maintained by the server thus you incur the overhead of transporting through whatever client server communications mechanism you are using is it possible for you to maintain your source images in pixmaps these are maintained by the server so copying them into a window is much cheaper also make sure you are not sending any unnecessary xsyncs or running in xsynchonize mode if you need speed and your client can run on the same host as the x server you should use the shared memory extension to the sample x server mit shm xdpyinfo will tell you if your server has this extension this is certainly available with the sample mit x server running under sunos a word of warning make sure your kernel is configured to support shared memory and another word of warning openwindows is slower than the mit server i have written an imaging tool using xview for the gui by the way which yields over frames per second for bit images running on a sparc ipc half the cpu grunt of an ipx this has proved quite sufficient for animations regards richard gooch
3,105
comp.windows.x
re high order bit of a character in xterm does anyone know why the high order bit is being filtered and what i can do to make sure that the entire bits make it through to the final application any help is greatly appreciated you need these resources xterm eightbitinput true xterm eightbitoutput true in the shell you need to do stty cs istrip good luck victor x x x x x x victor gattegno email victor hpfrcu france hp com xxx hewlett packard france hpdesk hp rc x x x avenue du canada phone x x x les ulis cedex telnet x x x
3,106
comp.windows.x
xquerybestcursor semi broken some one asked me recently why they when they used xquerybestcursor to see if they could create of a given size it seemed to imply they could but the server did not create cursors of that size investigation showed that some x servers will happily return any size up to the size of the root window while others return some fixed limit of more reasonable size the interesting thing to me is that the same server binary acts differently on different hardware a sun with a cg will claim cursors up to root window size are ok while a sun with a cg will stop at x so far i ve also seen this behavior on ncd and phase x x terminals and have been told it also occurs on hps actually the ncd is even more liberal sizes much larger then the root winodw are gladly returned as ok is xquerybestcursor semi broken or is this behavior correct i d really like to see a x cursor richard neitzel thor thor atd ucar edu torren med sitt skjegg national center for atmospheric research lokkar borni under sole vegg box boulder co gjo i med sitt shinn jagar borni inn
3,107
comp.windows.x
re xdm decnet does xdm work with decnet i have an ultrix machine running both tcp ip and decnet i have a number of x terminals hanging off the ultrix host also running tcp ip and decnet presently i am using xdm for the login procedure on the x terminals using tcp ip since xdm is basically just an x windows client shouldn t i be able to run xdm on the decnet protocol tower as well xdm is not just an x window client xdm has its own protocol xdmcp that operates of ucp on port it does provide a login window which is an x window client as to using decnet protocol looking through the source for xdm from x r that i have here it seems that the bare bones code is there but not completely there my first inclination is that xdm is not your typical x client it is making tcp ip specific socket calls in this case the answer would be no you can not run xdm over decnet is this right or not any feedback is appreciated thanks from my look at the source it seems you cannot run it over decnet as shipped with x r 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
3,108
comp.windows.x
xmscale xtaddeventhandler dear xperts i m developing an application that uses a motif slider to select an image file out of a directory now i would like to display the name of the file corresponding to the value of the dragged scale button i e with the mb pressed as xmnshowvalue only displays the current value of the scale button and not the actual corresponding image file name i thought of using an xtaddeventhandler to do the mapping between the scale value and the file name xtaddeventhandler scaleimage button motionmask false slidermoved null and in the eventhandler do a while xchecktypedwindowevent display event window motionnotify return xmscalegetvalue scaleimage value map value to file entry in directory and finally obtain file name to open however when i move the pointer in the scale widget i get callbacks with of co urse a null effect as my mb is not pressed to move the scale button so what is goin g wrong or is the a wrong approach to this problem any hints are highly appreciated phil
3,109
comp.windows.x
problem with dni and openwin can anyone help me i am having a problem displaying images greater than bytes from a decwindows program running on a vax and displaying on a sparc ipc running openwindows and dni the program works fine with openwindows the code segment which fails is given below the program simply crashes out with an xlib i o error at the xputimage call ximage ximage ximage xcreateimage mydisplay defaultvisual mydisplay myscreen ddepth zpixmap image xwid ywid xputimage mydisplay mywindow mygc ximage xpos ypos xwid ywid paul jaques systems engineer camborne school of mines rosemanowes herniss penryn cornwall e mail pjaques csm ac uk tel stithians fax
3,110
comp.windows.x
wanted info on dedicated x server kernel for sun series if anyone has any information about the existence or location of a dedicated x server kernel for the sun please send email i am trying to put some neglected sun s to good use but they don t have enough memory for sunos thanks in advance for any help max bell i used to think i d emmigrate to escape mbell techbook com the tyrants but now i think i ll stay mbell cie uoregon edu and make them leave instead
3,111
comp.windows.x
re available memory to the xserver how to get the actual size hello in article apr thunder mcrcim mcgill edu mouse mcrcim mcgill edu der mouse writes 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 this isn t of much help especially when doing phigs pex via the libphigs as supplied by mit i have much trouble together with pex terminals that don t have enough memory performing the following visual visualid copyfromparent bg pix whitepixel grafik display defaultscreen grafik display xswa backing store notuseful xswa event mask exposuremask structurenotifymask xswa background pixel bg pix graphic window xcreatewindow graphic display rootwindow graphic display defaultscreen graphic display displaywidth graphic display defaultscreen graphic display displayheight graphic display defaultscreen graphic display unsigned int inputoutput visual cweventmask cwbackingstore cwbackpixel xswa xmapwindow graphic display graphic window sync and wait for exposure event xsync graphic display false xwindowevent graphic display graphic window exposuremask exposureevent conn display graphic display conn drawable id graphic window xinfo display graphic display xinfo flags no monitor false monitor is running xinfo flags force client ss false popen xphigs null pxphigs info flags no mon pxphigs info flags client ss pxphigs info display xinfo popen ws pconnid conn phigs ws type x drawable i get core dumps in the popen ws call no badalloc etc simply a core dump so i need some way of getting info about the maximal available memory to the xserver but thanks 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
3,112
comp.windows.x
din fonts hello everybody i hope that i insert the right options so that my question is only distributed through out germany because my question is more or less country dependend now the question is there anybody who can tell my if and of course where there is a ftp site archie or whatever where din fonts for x are available i am looking for fonts holding the specification din din din v thanks in advance juergen schietke research insitute for discrete mathematics university of bonn nassestr bonn germany tel e mail schietke or uni bonn de
3,113
comp.windows.x
imake x r cpp problems on aix i am trying to build and use imake x r on an ibm rs running aix v i am having the following problems many of my imakefile s have contructs like this is a makefile at the start of lines to pass makefile comments thru the c preprocessor and into the makefile most of the c preprocessors that i have used will not treat such a as appearing at the start of the line thus the c preprocessor does not treat the hash symbol as the start of a directive however the ibm cpp strips the comment and treats the hash symbol as the start of a directive the cpp fails when it determines that this is not a known directive i have temporarily hacked my imake to handle this situation but would like to come up with a better fix several imakefiles use as a parameter to a macro when a particular use of the macro does not need a value for the parameter the aix cpp gives warnings about these situations but continues to work ok if you are familiar with these problems and have solutions i would appreciate information about on your solutions perhaps this is solved in a later version of imake that i have not reviewed also do you know of other cpp s that behave similarly since i do not have easy access to news a response to white billy po gis prc com would be appreciated
3,114
comp.windows.x
motif x on windows nt in article apr topgun smikes topgun steven mikes writes another company congruent corporation of new york city has also ported xlib xt and motif over to ms windows nt which provides full client development for x applications in an nt environment could someone please send me the postal and email address of congruent corporation and any competitors they may have thank you snail lsl co uk washing one s hands of the conflict between the powerful and the powerless means to side with the powerful not to be neutral quote by freire poster by oxfam
3,115
comp.windows.x
program argument geometry i have a question regarding the processing of program arguments such as the geometry option since this is a standard x option i m wondering wether i have to parse it manually or whether there is some predefined function that will do this for me thanks for any info robret
3,116
comp.windows.x
re drawing lines inverse xor in article apr news media mit edu dyoung media mit edu david young writes xsetfunction mydisplay gc gxxor xsetforeground mydisplay gc drawindex then to draw i do xdrawline mydisplay xtwindow drawingarea gc x y x y xflush mydisplay and when i m all done to return things to normal i do xsetfunction mydisplay gc gxcopy what i d like to happen is for the lines i draw to be the inverse of whatever i m drawing over instead what happens is i get white lines if the lines are over a white background nothing shows up if the lines are over a black area nothing shows up it s very strange but the gxxor function seems right since if i do a rubber banding box it erases and redraws itself correctly ie not disturbing the underlying image any suggestions what i m doing wrong david try change the gxxor to gxequiv i have to do this for programs that are to run on ncd terminals on sun terminals i have to change it back to gxxor kurt
3,117
comp.windows.x
crl archive change announcement the multi lingual archives at the computing research labs new mexico state university will be moving to a new ftp address soon the archives are being put under control of the consortium for lexical research the new ftp address will be clr nmsu edu the current ip address is but may change so use clr nmsu edu whenever possible please note that there is a difference between ftp sites crl nmsu edu and clr nmsu edu the crl nmsu edu site will be our ftp site for items not related to the consortium for lexical research the arabic chinese french italian indian japanese korean tibetan and vietnamese archives will all be moved we will announce the new locations of the relevant directories once the archives have been moved please be patient if you discover directories missing when you ftp to either crl nmsu edu or clr nmsu edu it will take a few days to move everything if you are not familiar with our multi lingual archives we have been slowly collecting various software fonts and text for different languages over the past years most of the software is currently unix oriented we would also like to encourage people to continue to contribute items to the archives to help improve the quality and quantity of multi lingual tools if you have an item to contribute please put it in clr nmsu edu incoming and send a note to lexical nmsu edu telling them about your contribution if you have any questions or comments please send them to lexical nmsu edu mleisher nmsu edu mark leisher computing research lab elegance is not optional new mexico state university attributed to richard o keefe box crl las cruces nm
3,118
comp.windows.x
subscription please subscribe me to this mailing list michael d grapevine one of these days usn swc one of these days code g pow grape suned nswses navy mil it s gonna happen bus and i won t even realize it
3,119
comp.windows.x
subscribe subscribe grape nswses navy mil
3,120
comp.windows.x
re forcing a window manager to accept specific coordinates for a window try this after xcreatewindow include x xutil h display display window window xsizehints xsizehints xallocsizehints xsizehints flags usposition ussize or pposition psize xsizehints x xsizehints y xsizehints width xsizehints height xsetwmnormalhints display window xsizehints xfree xsizehints these hints tell the window manager that the position and size of the window are specified by the users and that the window manager should accept these values if you use xsizehints flags pposition psize this tells the window manager that the values are prefered values of the program not the user i don t know a window manager that doesn t place the window like you prefer if you specify the position and size like above greetings from berlin tobias bading cs tu berlin de
3,121
comp.windows.x
automated x testing does anyone know what is available in terms of automated testing of x motif applications i am thinking of a system which i could program or which could record events output with our verification test procedures and then run rerun each time we do regression testing i am interested in a product like this for our unix projects and for a separate project which will be using openvms mark d collier southwest research institute senior research analyst automation and data systems division voice data systems department fax software engineering section
3,122
comp.windows.x
re is a headed sun possible cgfour bwtwo in article r mg r fitz tc cornell edu matthew alchemy tn cornell edu matthew kleinmann writes i have a sun that has a mono framebuffer bwtwo built on the motherboard the same system also has a cgfour cgfour and bwtwo daughterboard i have been using this system with a color monitor having a color front screen from the cgfour and a mono back screen from the bwtwo both on the same tube i recentley picked up a x sun mono monitor and i would like to make a two headed system with the cgfour and the bwtwo i do not care if i loose the back screen on the color tube from the bwtwo after looking through the xsun man page i am not sure if this is possible has anybody sucessfuly done this before if it s any consolation i have two headed sun systems though the color and mono monitors for each are rated x their configuration is the same as yours so it should be a plug n play situation except i don t know if your hi res mono monitor will function this way however you may simply be able to pull the motherboard and set the hi res jumper located in the same jumper array as the jumpers for the ram simm selects and ethernet connection and be happily on your way when you pull the motherboard the jumpers are in the left rear e g north west quadrant of the motherboard to the left of the simm sockets thad floryan thad btr com thad cup portal com thad netcom com
3,123
comp.windows.x
re title for xterm in article quh r irz inf tu dresden de beck irzr inf tu dresden de andre beck writes in article c ol b aeon in berlin de thomas aeon in berlin de thomas wolfram 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 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 this is not a feature of the window manager but of xterm this sequences are not ansi compatible are they does anyone know if there are compatible sequences for this and what they are i would think they are dcs device control sequence introduced but may be a csi sequence exists too this must work on a dxterm vt and ansi compatible it may not work on xterms it works on xterms at least i have no problem with it back to the original question i usually start new xterms by selecting the proper menu entry in my desktop menu here is a sample command xterm sl n ls i title ls i e rlogin ls i the n and title options give the text for window and icon as i use the tcsh a wonderful extension of the csh i can do the following i have an alias precmd echo n host cwd g in my tcshrc this is a special alias for tvtwm it is executed each time before printing the prompt so i have the current host name and the current directory path in the title bar of my xterms unido ingolf markhof university of dortmund ls informatik xii p o box d dortmund f r germany phone fax email markhof ls informatik uni dortmund de
3,124
comp.windows.x
need shading program example in x do anyone know about any shading program based on xlib in the public domain i need an example about how to allocate correct colormaps for the program appreciate the help howard
3,125
comp.windows.x
re title for xterm in article r fe inn d fbi news informatik uni dortmund de markhof ls r informatik uni dortmund de ingolf markhof writes in article quh r irz inf tu dresden de beck irzr inf tu dresden de andre beck writes in article c ol b aeon in berlin de thomas aeon in berlin de thomas wolfram 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 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 this is not a feature of the window manager but of xterm this sequences are not ansi compatible are they does anyone know if there are compatible sequences for this and what they are i would think they are dcs device control sequence introduced but may be a csi sequence exists too this must work on a dxterm vt and ansi compatible it may not work on xterms it works on xterms at least i have no problem with it back to the original question i usually start new xterms by selecting the proper menu entry in my desktop menu here is a sample command xterm sl n ls i title ls i e rlogin ls i the n and title options give the text for window and icon as i use the tcsh a wonderful extension of the csh i can do the following i have an alias precmd echo n host cwd g in my tcshrc this is a special alias for tvtwm it is executed each time before printing the prompt so i have the current host name and the current directory path in the title bar of my xterms have you gotten an answer yet using your variables this is what i would do xterm t host logname n host daniel j mccoy space i net inc nasa mail code pt is tel nasa johnson space center our fax houston texas future mccoy gothamcity jsc nasa gov
3,126
comp.windows.x
function key to text string translation i want to press a function key and have a text string appear in an xmtext widget when i put xmtext translations augment n key f insert string hello in my resource file the translation doesn t happen if i put xmtext translations key f insert string hello in the file i get the text string hello when f is pressed but no other keys work which makes sense since the default translation mode is replace do i have a syntax problem here or something deeper bill massena wam yak boeing com
3,127
comp.windows.x
re animation with xputimage hi i m new to this group so please bear with me two years ago i wrote a sunview application for fast animation of raster files with sunview becoming rapidly obselete i ve finally decided to rewrite everything from scratch in xview i put together a quick test and i ve found that xputimage is considerably slower factor of on average than the sunview command pw rop which moves image data from memory pixrects to a canvas this was on a sparc ipx it seems that the x protocol communication is slowing things down or xputimage is inefficient or both my question is what is the fastest way in x r to dump plane image data to a window can i take advantage of the fact that the client is running on the same machine as the server or am i stuck with xputimage in which case i might as well give up now all help appreciated thanks derek in article infodev cam ac uk dcr mail ast cam ac uk derek c richardson writes derek c richardson tel x institute of astronomy fax cambridge u k cb ha e mail dcr mail ast cam ac uk animation is most frequently done by copying the the client resident ximages into server resident pixmap s using xputimage once this is done the original ximages can be deleted and the animation loop can be performed using xcopyarea from the pixmaps to the windows drawable hope this is helpfull john
3,128
comp.windows.x
calling a library which creates widgets multiple times a few days ago i posted a question about trying to call a function which set up an x app multiple times it was pointed out that xtappinitialize should never be called more than once this helped however i am still having some problems below is a new little test program that more closely models my real program in the actual program i am writing a library callable from any other program this means that the first time the lib function is called it must initialize things and after that it should just use the old stuff still around because of static variables in the demo below main represents the main program calling my library and doit represents the interface to the library function include x xlib h include xm xm h include xm pushb h include stdio h include stdlib h void bla xtappcontext app widget top widget topone top in real prog these are member vars xtappcontext theapp app of a class int junk display dis xtopendisplay theapp null null null null junk null widget box xtvacreatemanagedwidget blaaa xmpushbuttonwidgetclass topone xmnheight xmnwidth null xtrealizewidget topone for int i i i real prog returns when exit button clicked xevent event xtappnextevent theapp event xtdispatchevent event xtdestroywidget box xtclosedisplay dis setitup should be called once only void setitup xtappcontext app widget top int junk top xtappinitialize app test null junk null null null doit some library function callable from the outside void doit static xtappcontext app use these every time called static widget top static int setup if setup setitup app top setup bla app top main program which links to my library main for int i i i doit printf sleeping n widget still on screen at this point sleep the problem is that the widget does not go away until the new one is created it is still on the screen unusuable during the sleep in the main prog despite the xtdestroywidget call anyone see something i m missing thanks very much please respond via email david rex wood davewood cs colorado edu university of colorado at boulder
3,129
comp.windows.x
repost accelerators translations i posted this a while ago and didn t recieve one reply and now we have another bug report on the same subject can anybody help me out how can you ensure that accelerators work the same independent of case what i want is ctrl o and ctrl o to both be accelerators on one menu entry in ora vol in the section on accelerators it says for information on how to specify translation tables see vol this is so you know what to put for the xmnaccelerator resource if you go to vol it says likewise if a modifier is specified there is nothing to prohibit other modifiers from being present as well for example the translation shift key q quit will take effect even if the ctrl key is held down at the same time as the shift key and the q key this implies to me that setting xmnaccelerator to ctrl key o should do what i want but it doesn t it doesn t work if the user presses the control key the shift key and the o key is it possible to supply accelerator for a menu entry keep in mind when answering this question that when using motif you can t use xtinstallaccelerators i am using motif on a decstation but i have also tried it on an hp using motif and steve dennis internet sdennis ann arbor applicon slb com software engineer applicon inc ann arbor michigan hail to the victors
3,130
comp.windows.x
ftp unix dos unix i m an new to this having found some files public to look into i ftp ed them to a system i have access to i then used kermit to transmit them via modem to my host computer a pc based file system i access internet through modem access to a university mainframe from the pc file server i pull the files to a disk and then pull them from disk to a sgi indigo the sgi is not networked yet when i try to uncompress and un tar the files they either come out as garbage or i get an error in the tar process about directories being invalid what i m wondering about is the transfer of unix files compressed binary ascii about multiple platforms my guess is that it is the copy to a dos disk that is screwing things up any help is appreciated bob
3,131
comp.windows.x
re animation with xputimage hi everyone does anyone know a good way to adjust colourmaps on the fly say during an animation and prevent the current set of colours from flickering thanks robert robert acsc com
3,132
comp.windows.x
re how get fontname from fonstruct in article apr narya gsfc nasa gov dealy narya gsfc nasa gov brian dealy csc writes anyone know how an application can retrieve the name of the font from an application given an xfontstruct would xgetfontproperty work if i passed xa font name anyone know details of this thanks in advance 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 try this char name null unsigned long value if xgetfontproperty font xa font value name xgetatomname dpy value where dpy is your display connection and font your xfontstruct pointer 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
3,133
comp.windows.x
re title for xterm in article r fe inn d fbi news informatik uni dortmund de markhof ls r informatik uni dortmund de ingolf markhof writes i have an alias precmd echo n host cwd g in my tcshrc this is a special alias for tvtwm i presume that you meant to say tcsh here michael salmon include standard disclaimer include witty saying include fancy pseudo graphics ericsson telecom ab stockholm
3,134
comp.windows.x
re how do i find my appcontext on apr gmt masc ucsnews sdsu edu todd greene said is there an xt call to give me my application context i am fixing up an x motif program and am trying to use xtappaddtimeout whose first argument is the app context what call can i use to give me this value i believe it s xtvaappinitialize or something like that robert l mcmillin surf city software rlm helen surfcty com dude include std disclaimer h
3,135
comp.windows.x
re mix gl with x xlib xt mwm on apr graham sparc ottawa jade com jay graham said i am developing an x xt xm application that will include a graphics window of some sort with moving symbols among other things a pure x application could be implemented with motif widgets one of which would be an xmdrawingarea for drawing with xlib but i would like to take advantage of the graphics library gl available on our ibm rs sgi s gl i believe is it possible to mix x and gl in one application program can i use gl subroutines in an xmdrawingarea or in an x window opened by me with xopenwindow in sgi s distribution with their indigo line others as well possibly they include source code for a gl widget that fits on top of motif and one that s xt based as well you may wish to ask ibm whether they support this robert l mcmillin surf city software rlm helen surfcty com dude include std disclaimer h
3,136
comp.windows.x
r version of xrecplay i have and use xrecplay for x r does one exist for x r i have tried to contact one of the developers eric swildens at ess hal com but he is no longer there and has no forwarding email address archie is no help either any help would be appreciated thanks daniel j mccoy space i net inc nasa mail code pt is tel nasa johnson space center our fax houston texas future mccoy gothamcity jsc nasa gov
3,137
comp.windows.x
expose configure event handling r vs r i have two questions well probably more about how expose configure events are handled i have an appl which uses window to draw in since i give the user the capability of scaling and zooming as well as allowing the window to be resized i made a translation table for the expose configure events the expose event calls my redraw method while the configure event calls my rescale method the rescale method invokes a fake expose event actually just calls the redraw w an appropriate expose struct to draw the data quest when the appl is compiled linked w r running in either r or r env i get multiple redraws when the window gets uncovered or the size is changed i assume i m getting cascading events is that right any suggestions as to how to handle trap events in a better way quest when the appl is compiled linked w r i get no expose events whatsoever do events and or translation tables act differently in r thanks in advance steve steve kelley umcp cs umiacs captain i protest internet skelley umiacs umd edu i am not a merry man worf
3,138
comp.windows.x
looking for a filemanager under x r does anyone have a file manager that runs under unix x r brians brian sheets truck what truck support engineer o o atlas telecom inc raiders of the lost ark brians atlastele com u
3,139
comp.windows.x
finding out state of state keys eg capslock and numlock hi i ve looked in the faq and the o reilly books and was unable to find an easy means of finding out the state of state keys such as capslock and numlock i can certainly track the events inside of my window and set a boolean there but what if capslock is pressed in another window i looked at xgrabkey and decided it was definitely not what i wanted to do i could find no convenience function to tell me that information my question is this is there a means of determining what the state of capslock and or numlock is an even more pointed question is there an easy means of making an x keyboard act like a pc keyboard ie capslock is active and the user presses shift a i d like to get a lowercase a instead of a any input is greatly appreciated please respond via email i will repost a summary of my findings thanks ralph
3,140
comp.windows.x
store post events store and reply of mouse and keyboard events to produce regression tests or automatic demo s we would like to store all mouse and keyboard events produced by a user it should be possible to filter the mouse and keyboard events from the server s queue an to store them in a file this sequence of events stored in a file should be given to the server s queue as if a user is working exists a tool that is capable to save and reply all mouse and keyboard events where where one can catch these events to store them in our case the server s queue is on a x terminal hp where can we catch all events coming from a given server if this is not possible can we catch all events given to a certain client and how where one can send a stored sequence of events to simulate a user is there a central dispatcher on the clients machine who manages all incoming events from a given server and how can we reach it thanks in advance ron
3,141
comp.windows.x
animation with xputimage hi i m new to this group so please bear with me two years ago i wrote a sunview application for fast animation of raster files with sunview becoming rapidly obselete i ve finally decided to rewrite everything from scratch in xview i put together a quick test and i ve found that xputimage is considerably slower factor of on average than the sunview command pw rop which moves image data from memory pixrects to a canvas this was on a sparc ipx it seems that the x protocol communication is slowing things down or xputimage is inefficient or both my question is what is the fastest way in x r to dump plane image data to a window can i take advantage of the fact that the client is running on the same machine as the server or am i stuck with xputimage in which case i might as well give up now all help appreciated thanks derek derek c richardson tel x institute of astronomy fax cambridge u k cb ha e mail dcr mail ast cam ac uk
3,142
comp.windows.x
re drawing lines inverse xor in article apr alf uib no singg alf uib no kurt george gjerde writes in article apr news media mit edu dyoung media mit edu david young writes xsetfunction mydisplay gc gxxor xsetforeground mydisplay gc drawindex then to draw i do xdrawline mydisplay xtwindow drawingarea gc x y x y xflush mydisplay and when i m all done to return things to normal i do xsetfunction mydisplay gc gxcopy what i d like to happen is for the lines i draw to be the inverse of whatever i m drawing over instead what happens is i get white lines if the lines are over a white background nothing shows up if the lines are over a black area nothing shows up it s very strange but the gxxor function seems right since if i do a rubber banding box it erases and redraws itself correctly ie not disturbing the underlying image any suggestions what i m doing wrong david try change the gxxor to gxequiv i have to do this for programs that are to run on ncd terminals on sun terminals i have to change it back to gxxor there is a small section in the o reilly xlib books that describes the right thing to do the key is to set the plane mask in the gc to the or of the foreground and background pixel values douglas s rand drand osf org osf motif dev snail cambridge center cambridge ma disclaimer i don t know if osf agrees with me let s vote on it amateur radio kc kj
3,143
comp.windows.x
re compiling on sun in article apr aio jsc nasa gov mccoy gothamcity jsc nasa gov writes in article qfe wb qzz ez andrew cmu edu wilson swee ws n andrew cmu edu writes 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 well the first are easy you need the math library try adding lm after lx don t know if that s the whole problem but it s a start i think you should try linking to usr lib libxmu a instead of lxmu at least that solved the problem for me
3,144
comp.windows.x
authorization in ow hello this is my first net letter so forgive mistakes i have been plagued by problems or lack of info with authorization in open windows for a long while and would like some help please i generally use strait mit x and so don t use ow much but when i share x software with others bad news problem my friend who logs into his ssii trys to run my program that runs fine on my machine however my friend gets client not authorized to connect to server or something close if ow is started with the noauth option all is well but surely this is not required in general also xhost does not work becoming root does not work etc any help will be greatly appreciated thanx send replies to neuralog neosoft com or this news group
3,145
comp.windows.x
re program argument geometry i have a question regarding the processing of program arguments such as the geometry option since this is a standard x option i m wondering wether i have to parse it manually or whether there is some predefined function that will do this for me if you are using the intrinsics it is parsed for you if you are working at the xlib level you can parse it yourself or you can use the following bit of code static xrmoptiondescrec options geometry geometry xrmoptionseparg xpointer null define number x sizeof x sizeof x xrmparsecommand db options number options myapplication argc argv then use xrmgetresource to retrieve the value and parse it using xparsegeometry it is probably quicker to parse it yourself from argv however i much prefer using the x resource management routines to do this 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
3,146
comp.windows.x
re mwm title drag crashes x server sigpipe in article apr ncar ucar edu boote eureka scd ucar edu jeff w boote writes in article creatures cs vt edu ramakris csgrad cs vt edu s ramakrishnan writes environment mach arch sparc sun ipx os sunos x x r patchlevel motif i bring up x server using startx and usr bin x xsun the following sequence of actions crashes the x server sigpipe errno xinit reports that connexion to x server lost i had this problem as well it had to do with the cg graphics card that comes with the ipx what fixed the problem for me was to apply the sungx uu that was part of patch patch also used this file so perhaps you didn t apply the one that came with patch jeff jeff w boote boote ncar ucar edu scientific computing division there is nothing good or bad national center for atmospheric research but thinking makes it so boulder hamlet thanx jeff you re a lifesaver i imported the new sun gx emulator that came in with patch the problem has since disappeared thanx to der schoene mouse for his help too s ramakrishnan cs dept mcbryde hall vatech
3,147
comp.windows.x
re animation with xputimage in article apr infodev cam ac uk dcr mail ast cam ac uk derek c richardson writes hi i m new to this group so please bear with me two years ago i wrote a sunview application for fast animation of raster files with sunview becoming rapidly obselete i ve finally decided to rewrite everything from scratch in xview i put together a quick test and i ve found that xputimage is considerably slower factor of on average than the sunview command pw rop which moves image data from memory pixrects to a canvas this was on a sparc ipx it seems that the x protocol communication is slowing things down or xputimage is inefficient or both using xputimage your source is maintained by the client and the destination is maintained by the server thus you incur the overhead of transporting through whatever client server communications mechanism you are using is it possible for you to maintain your source images in pixmaps these are maintained by the server so copying them into a window is much cheaper also make sure you are not sending any unnecessary xsyncs or running in xsynchonize mode paul pmartz dsd es com evans sutherland
3,148
comp.windows.x
xsun not running on sparcclassic i ve installed x r with patches for solaris on our sparcstation lx sparcclassic pool on the lx x r runs fine but on the classics after giving the command startx xsun prints the following messages warning cg mmap can t map dummy space mapping cg c no such device or address and exits does anybody know how to fix this problem thanks in advance christian rank lehrstuhl fuer wirtschaftsinformatik universitaet passau innstr d passau
3,149
comp.windows.x
re mix gl with x xlib xt mwm pyeatt texaco com writes there is a widget already defined for gl it is the glxmdraw motif or glxdraw athena widget it is similar to a xmdrawingarea except that it allows you to use gl calls to render into the window look at glxlink glxunlink glxgetconfig and glxwinset in the man pages where do i get hold of these widgets gerard o driscoll gerard odriscoll dps co uk du pont pixel systems ltd
3,150
comp.windows.x
x support for pressure sensitive tablet are there any vendors supporting pressure sensitive tablet pen with x i will appreciate any pointers thanks sanjay baldwa adobe com or decwrl adobe baldwa
3,151
comp.windows.x
re automated x testing mark d collier mark trident datasys swri edu wrote does anyone know what is available in terms of automated testing of x motif applications i am thinking of a system which i could program or which could record events output with our verification test procedures and then run rerun each time we do regression testing i am interested in a product like this for our unix projects and for a separate project which will be using openvms a question like this is answered in the faq about sharing x windows one of the answers is xtrap a record and playback extenstion to x you can find it at export lcs mit edu contrib xtrapv x r tar z does anyone know of a program which doesn t require an x extension most the the x servers we have at work have vendor extensions which we can t modify so xtrap doesn t help up there is x conferencing software at mit but i don t know how easy it would be to modify it to do record and playback any help would be appreciated bill poitras molecular simulations inc tel bill msi com sunnyvale ca fax ftp mail mail ftpmail decwrl dec com offers ftp via email subject cr help cr quit
3,152
comp.windows.x
re need shading program example in x do anyone know about any shading program based on xlib in the public domain i need an example about how to allocate correct colormaps for the program appreciate the help i don t know if this might help but i ve just started playing with a program called povray persistance of vision raytracer that also displays its output via x windows it does a fairly good job of allocating the colormap on my psuedo color plane display i got the source from from a site in canda the person i retrieved them from was david buck dbuck ccs carleton ca 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
3,153
comp.windows.x
re forcing a window manager to accept specific coordinates for a window in article c r y hfz cs columbia edu ethan cs columbia edu ethan solomita writes hi i m trying to figure out how to make a window manager place the window where the create window command tells it regardless of what it may think is right my application has reason to know better i don t want to set the override redirect because i do want all the embellishments that the window manager gives i just want the wm to accept my choice of location what it may think is right may be exactly what the user wants assuming that your application has reason to know better is imho anti social if i start your application with a geometry option are you going to ignore that as well there s really no way to force a window manager to do much of anything if it s managing your window you can ask you can hint but there s no guarantee that you re going to get what you want tom lastrange toml boulder parcplace com
3,154
comp.windows.x
re forcing a window manager to accept specific coordinates for a window in article bading apr athene cs tu berlin de bading cs tu berlin de tobias doping bading writes try this after xcreatewindow include x xutil h display display window window xsizehints xsizehints xallocsizehints xsizehints flags usposition ussize or pposition psize xsizehints x xsizehints y xsizehints width xsizehints height xsetwmnormalhints display window xsizehints xfree xsizehints these hints tell the window manager that the position and size of the window are specified by the users and that the window manager should accept these values if you use xsizehints flags pposition psize this tells the window manager that the values are prefered values of the program not the user i don t know a window manager that doesn t place the window like you prefer if you specify the position and size like above you are right but please don t do this it makes my brain hurt usposition and ussize should only be set if the user specified the position and size you say tom don t blow a gasket what s the harm some window managers do very different things besides positioning the window when they see usposition rather than pposition tom lastrange toml boulder parcplace com
3,155
comp.windows.x
re build x r with xlc aix e on apr gmt dla se wg waii com doug acker said doug nntp posting host se wg waii com i am having a big problem trying to build mit x r with xlc the one bundled with aix e its almost the linker is not working properly with shared libraries i ve built x r with no problem before but now its all headaches for example the xset client complains that libxmu doesnt have a bunch of xt routines and shr o is missing or something like that the build of libxmu does link in libxt so i am really perplexed what is going on following up on this the specific error i get is could not load program xset symbol xtvasetvalues in lib xmu libxmu a is undefined symbol xtname in lib xmu libxmu a is undefined symbol xtwindowofobject in lib xmu libxmu a is undefined symbol xtgetconstraintresourcelist in lib xmu libxmu a is undefined symbol xtdisplaytoapplicationcontext in lib xmu libxmu a is undefined symbol xtappsettypeconverter in lib xmu libxmu a is undefined symbol xtscreendatabase in lib xmu libxmu a is undefined symbol xtresolvepathname in lib xmu libxmu a is undefined symbol xtcvtstringtofont in lib xmu libxmu a is undefined symbol xtcallconverter in lib xmu libxmu a is undefined symbol xtdisplaystringconversionwarning in lib xmu libxmu a is undefined could not load library libxmu a shr o error was exec format error douglas l acker western geophysical exploration products a division of western atlas international inc a litton dresser company internet acker wg waii com voice
3,156
comp.windows.x
re compiling on sun in article yfo qfe wb qzz ez andrew cmu edu wilson swee ws n andrew cmu edu writes sin cos pow floor link with lm math library get wmshellwidgetclass get applicationshellwidgetclass this is a bug in sun s shared libraries linking with assert nodefinitions should do the trick n
3,157
comp.windows.x
re build x r with xlc aix e on apr gmt dla se wg waii com doug acker said doug nntp posting host se wg waii com on apr gmt dla se wg waii com doug acker said doug nntp posting host se wg waii com doug i am having a big problem trying to build mit x r with xlc doug the one bundled with aix e its almost the linker is not doug working properly with shared libraries doug i ve built x r with no problem before but now its all headaches doug for example the xset client complains that libxmu doesnt have a bunch doug of xt routines and shr o is missing or something like that the doug build of libxmu does link in libxt so i am really perplexed what is doug going on doug following up on this the specific error i get is doug could not load program xset doug symbol xtvasetvalues in lib xmu libxmu a is undefined doug symbol xtname in lib xmu libxmu a is undefined doug symbol xtwindowofobject in lib xmu libxmu a is undefined doug symbol xtgetconstraintresourcelist in lib xmu libxmu a is undefined doug symbol xtdisplaytoapplicationcontext in lib xmu libxmu a is undefined doug symbol xtappsettypeconverter in lib xmu libxmu a is undefined doug symbol xtscreendatabase in lib xmu libxmu a is undefined doug symbol xtresolvepathname in lib xmu libxmu a is undefined doug symbol xtcvtstringtofont in lib xmu libxmu a is undefined doug symbol xtcallconverter in lib xmu libxmu a is undefined doug symbol xtdisplaystringconversionwarning in lib xmu libxmu a is undefined doug could not load library libxmu a shr o doug error was exec format error a search on ibmlink revealed that this is similar to ix howervre this was closed use douglas l acker western geophysical exploration products a division of western atlas international inc a litton dresser company internet acker wg waii com voice
3,158
comp.windows.x
positioning a window under openlook hi there netters i require a window to appear at a co ordinates top left corner of my screen root window could some windows guru out there help me on how to go about doing this i write the whole program which creates the window with the image it displays i require the image to appear at the top left corner so that i can grab it for recording on to video using a minivas controller which expects the window at the same spot every time thanks in advance sincerely sanjeev sharma office e mail deptt of computing science sharma monet vill edu villanova university
3,159
comp.windows.x
tape down selections i just had an idea i m not sure if its been done and i m just remembering it unconsiously but i thought that in dialog boxes and whatever in windowing systems there should be a way to intuitivly set some things checked or unchecked or filled in a certain way my idea tape you know like putting a piece of tape over a light switch just an idea if you like it use it daniel drucker n sxx xyzzy gnu ai mit edu forever forever my coda und dzd vaxc hofstra edu
3,160
comp.windows.x
xman source where can i get xman source i would like to get the binaries for xman for an hp but i would settle for source john o f long bnr inc if there is no god who pops jlong bnr ca up the next kleenex include standard disclaimer h art hoppe
3,161
comp.windows.x
detecting read only colorcells again poseted for a friend okay i got such great response from my last question thanks everyone lets try again how can i tell if a colorcell is read only i want to use any read only cells that are already in my colormap once i start running out of allocatable cells using some arbitrary nearest color matching scheme to get those cells that come closest to a requested color once i determine if a cell is read only i assume i can then just request an xalloccolor with the exact same color specifications and it will then be flagged as used by my application so that it doesn t later get freed by someone else and allocated again as read write to another application so far the only way i ve figured out to do this is to write my own error handler and just go ahead and request the cells colors once my colormap is all full up it should error out if the cell is non shareable but life would be much easier if i could just detect the read only shareable stuff directly any ideas noel ngorelic speclab cr usgs gov
3,162
comp.windows.x
re colormaps and window managers in article apr thunder mcrcim mcgill edu mouse thunder mcrcim mcgill edu der mouse writes in article c duhc p cs cmu edu das cs cmu edu david simon writes can some one please explain to me why the following piece of code causes twm or tvtwm to dump core in particular i am interested in knowing whether this behavior is caused by a bug in my reasoning or if it is a bug in twm if anything a client does causes twm to dump core it s a bug in twm window managers should never ever crash would if only it were true if only mit would fix the twm installwindowcolormaps crash bug once and for all then i could say that i ve almost unable to crash either twm or tvtwm which would be a remarkable feat and most desirable to boot i mean this bug has only been reported oh a zillion times by now now servers on the other hand want to crash an openwindows xnews server at will just do an xbiff xrm xbiff shapewindow on blammo greg earle phone fax internet earle isolar tujunga ca us uucp isolar earle elroy jpl nasa gov a k a elroy isolar earle
3,163
comp.windows.x
re tvtwm xsetroot x r and sparcstation keyboard in article r q g cv genesis ait psu edu barr pop psu edu david barr writes in article mailqueue oak shu ac uk d haywood sheffield hallam ac uk writes environment sun sparc sunos x r patch level my x process is started by xdm okay that s good i m typing this from exactly the same setup us unix layout keyboard i did install the sunkbd patch though ii when i open an xterm on the sparc not all of the keys are recognised and some keys on the keyboard are not sending the correct characters did you install the sunkbd patch it s in the contrib directory on export all the keys on my keyboard send events properly except the following the end pageup pagedown on the key cluster aren t recognized even the compose key works though i can t seem to get the composed characters in an xterm to get passed anyone have a fix for the last two i don t know anything about a sunkbd patch but i use the following xmodmap file run from xinitrc via xmodmap home xmodmap of course for my type unix keyboard it s a bit brute force however sun type unix keyboard remappings this remaps the arrow keys properly by default the arrow keys on the keypad shift up shift left shift right and shift down work but the arrow keys are not assigned to any keysym keycode up keycode left keycode down keycode right now we want the back space key to emit the delete keysym keycode delete other random mappings that aren t on by default sysrq print screen key keycode sunsys req print break pause key keycode break pause alt graph key keycode mode switch pageup key keycode prior pagedown key keycode next insert key keycode insert home end keys open look functions stop key sunstop keysym cancel keycode sunstop again key sunagain redo keycode sunagain props key keycode sunprops undo key sunundo undo keycode sunundo front key keycode sunfront copy key keycode suncopy open key keycode sunopen paste key keycode sunpaste find key sunfind find keycode sunfind cut key keycode suncut greg earle phone fax internet earle isolar tujunga ca us uucp isolar earle elroy jpl nasa gov a k a elroy isolar earle
3,164
comp.windows.x
question regarding overlaying of graphics hello i wonder if some one can suggest an answer to the following question i am a total x novice and would appreciate any suggestions you may have i am trying to create a simple drawing tool let s say i have two rectangles on the canvas see above one intersecting the other now i would like to delete one of the rectangles the way i do it is to create another gc wherein i use the gxxor logical function and simply redraw the rectangle using the newly created graphics context thus deleting it for all apparent purposes a problem with this approach is that at the points of intersection the pixel locations belonging to the other rectangle also become white which is something that should be avoided is there any way i can avoid this problem without having to redraw the other rectangle too i also would not like to generate an expose event for the affected area as this degrades performance very badly thank you gopal
3,165
comp.windows.x
x terminal question a simple question to all the xperts is it possible to use several x terminals with only one mouse and one keyboard any suggestions thanks rainer rainer hochreiter telephone elin energieanwendung gesmbh telefax penzingerstr a wien austria europe e mail rainer elin co at
3,166
comp.windows.x
ncsa mosaic for x available version of ncsa mosaic for the x window system a networked information systems and world wide web browser is hereby released file ftp ncsa uiuc edu mosaic xmosaic source xmosaic tar z xmosaic binaries xmosaic sun z xmosaic binaries xmosaic sgi z xmosaic binaries xmosaic ibm z xmosaic binaries xmosaic dec z xmosaic binaries xmosaic alpha z xmosaic diffs xmosaic diffs z ncsa mosaic provides a consistent and easy to use hypermedia based interface into a wide variety of networked information sources including gopher wais world wide web nntp usenet news techinfo ftp local filesystems archie finger hyper g hytelnet texinfo telnet tn and more this release of ncsa mosaic is known to compile on the following platforms sgi irix ibm aix sun sunos with stock x r and motif and gcc dec ultrix dec alpha axp osf documentation is available online changes since include o added new resource gethostbynameisevil for sun s that coredump when gethostbyname is called to try to find out what their own names are command line flag is ghbnie o explicitly pop down all dialog boxes when document view window is closed for window managers too dull to do so themselves o better visited anchor color for non sgi s o added hqx and uu to list of file extensions handled like tar files o added clear button to open box to allow more convenient cut n paste entries of url s o new resource autoplacewindows if set to false new document view windows will not be automatically positioned by the program itself but it s still up to your window manager just how they re placed o command line flags i and iconic now have desired effect new resource initialwindowiconic can also be used o gif reading code is a little more bulletproof o obscure infinite loop triggered by extra space in img tag fixed o eliminated nonintuitive error message when image can t be read inlined ncsa bitmap is indication enough that something s not right for authors and readers can t do anything about bad images in any case o obscure parsing bug for constructs like address a href text a address fixed o fixed mysterious stupid coredump that only hits suns o fixed stupid coredump on url s like cbl leeds ac uk o fixed buglet in handling rlogin url s o new support for solaris sysvr courtesy dana thumper bellcore com o better support for hp ux x and x courtesy johns hpwarf wal hp com o better support for next courtesy scott shrug dur ac uk o some miscellaneous portability fixes courtesy bingle cs purdue edu o miscellaneous bug fixes and cleanups comments questions and bug reports should be sent to mosaic x ncsa uiuc edu thanks in advance for any feedback you can provide cheers marc marc andreessen software development group national center for supercomputing applications marca ncsa uiuc edu
3,167
comp.windows.x
re wanted info on dedicated x server kernel for sun series if anyone has any information about the existence or location of a dedicated x server kernel for the sun please send email i am trying to put some neglected sun s to good use but they don t have enough memory for sunos thanks in advance for any help there is a free program called xkernel which does just that it is by seth robertson seth ctr columbia edu it takes a sun and boots a limited kernel which allows you to run x we converted machines over this semester and the speedup is enormously appreciable i find them faster than an ncd inch black white xterminal that we are playing with and a bigger screen to boot as a matter of fact the department just bought some old sun s at an auction to convert xkernel is available for anonymous ftp from ftp ctr columbia edu in xkernel xkernel shar xkernel is a symlink to the latest version of xkernel note that the compiled version which is available is for the sun but compiling to work for a sun xx should be quite easy i am not connected with xkernel except as a satisfied installer and user i may be able to answer questions feel free to email me greg owen gowen forte cs tufts edu gowen jade tufts edu systems programmer and ta tufts university computer science dept all transfers are disclaimed by my host name and boss s address if you don t like this policy disconnect now
3,168
comp.windows.x
re animation i think you tried to send me a message re the animation query i posted to comp windows x i ve appended what i received below if you can remember what you typed i d appreciate another attempt derek derek c richardson tel x institute of astronomy fax cambridge u k cb ha e mail dcr mail ast cam ac uk begin included message from aol com postmaster thu apr received by cast ast cam ac uk uk smail id m nlsg mpc cast ast cam ac uk thu apr bst received from sco prod aol net by hp prod aol net with smtp id aa wed apr from postmaster aol com x mailer america online mailer to dcr mail ast cam ac uk subject returned mail unknown member date wed apr edt message id tn aol com status r the mail you sent could not be delivered it was addressed to an unknown user the text you sent follows hi i m new to this group so please bear with me two years ago i wrote a sunview application for fast animation of raster files with sunview becoming rapidly obselete i ve finally decided to rewrite everything from scratch in xview i put together a quick test and i ve found that xputimage is considerably slower factor of on average than the sunview command pw rop which moves image data from memory pixrects to a canvas this was on a sparc ipx it seems that the x protocol communication is slowing things down or xputimage is inefficient or both my question is what is the fastest way in x r to dump plane image data to a window can i take advantage of the fact that the client is running on the same machine as the server or am i stuck with xputimage in which case i might as well give up now all help appreciated thanks derek derek c richardson tel x institute of astronomy fax cambridge u k cb ha e mail dcr mail ast cam ac uk headers from uupsi expo lcs mit edu xpert mailer wed apr remote from aolsys received from uupsi by aolsys aol com id aa wed apr edt received from expo lcs mit edu by uu psi com b psi psinet via smtp id aa for wed apr received by expo lcs mit edu wed apr received from enterpoop mit edu by expo lcs mit edu wed apr received by enterpoop mit edu id aa wed apr received from usenet by enterpoop with netnewsfor xpert expo lcs mit edu xpert expo lcs mit edu contact usenet enterpoop if you have questions to xpert expo lcs mit edu date wed apr gmt from dcr mail ast cam ac uk derek c richardson message id apr infodev cam ac uk organization institute of astronomy cambridge reply to dcr mail ast cam ac uk subject animation with xputimage end included message
3,169
comp.windows.x
re animation with xputimage in article mlb semi harris com jmartin egret imagesrus john martin writes animation is most frequently done by copying the the client resident ximages into server resident pixmap s using xputimage once this is done the original ximages can be deleted and the animation loop can be performed using xcopyarea from the pixmaps to the windows drawable hope this is helpfull john i just implemented this and it seems i can just about achieve the display rates x x frames sec on ipx that i get with sunview though it s a bit choppy at times also loading the data making an ximage then xput ing it into a pixmap is a bit cumbersome so the animation is slower to load than with sunview is there a better way to load in the data rgooch rp csiro au richard gooch writes if you need speed and your client can run on the same host as the x server you should use the shared memory extension to the sample x server mit shm xdpyinfo will tell you if your server has this extension this is certainly available with the sample mit x server running under sunos a word of warning make sure your kernel is configured to support shared memory and another word of warning openwindows is slower than the mit server i have written an imaging tool using xview for the gui by the way which yields over frames per second for bit images running on a sparc ipc half the cpu grunt of an ipx this has proved quite sufficient for animations regards richard gooch shared memory putimage also mentioned by nkissebe delphi beckman uiuc edu nick kisseberth looks interesting but i need someone to point me to some documentation is this method likely to give better results than server resident pixmaps i d also be interested in looking at the xview code mentioned above thanks for the help so far if i get something decent put together i ll definitely post it to the net derek c richardson tel x institute of astronomy fax cambridge u k cb ha e mail dcr mail ast cam ac uk
3,170
comp.windows.x
what determines the default x font i m running x under openwindows normal x programs not having a font specified always show up in the same font until i change the fontpath and restart windows then a new default font is used until the next change i can t seem to figure out how it chooses is there some way to set this possibly something in xdefaults please reply in direct email i summarize kurt swanson dept of computer science lunds universitet kurt swanson dna lth se
3,171
comp.windows.x
re forcing a window manager to accept specific coordinates for a window bading cs tu berlin de tobias doping bading writes try this after xcreatewindow xsizehints flags usposition ussize or pposition psize xsetwmnormalhints display window xsizehints these hints tell the window manager that the position and size of the window are specified by the users and that the window manager should accept these values if you use xsizehints flags pposition psize this tells the window manager that the values are prefered values of the program not the user i don t know a window manager that doesn t place the window like you prefer if you specify the position and size like above sorry but olwm and tvtwm don t do it they place the title at that position and the window at a position below it this becomes a problem when you want a program to be able to save its current configuration and restore is later currently my solution is xcreatewindow xsetwmproperties xmapwindow xflush xmovewindow it works with olwm but is less than elegant all this leaves me wondering if i m overlooking something obvious richard
3,172
comp.windows.x
overriding default behaviour usually when i start up an application i first get the window outline on my display i then have to click on the mouse button to actually place the window on the screen yet when i specify the geometry option the window appears right away the properties specified by the geometry argument the question now is how can i override the intermediary step of the user having to specify window position with a mouseclick i ve tried explicitly setting window size and position but that did alter the normal program behaviour thanks for any hints robert ps i m working in plain x robert gasch der erste mai ist der tag an dem die stadt ins oracle engineering freihe tritt und den staatlichen monopolanspruch de meern nl auf gewalt in frage stellt rgasch nl oracle com einstuerzende neubauten
3,173
comp.windows.x
re animation with xputimage in article apr infodev cam ac uk dcr mail ast cam ac uk derek c richardson writes two years ago i wrote a sunview application for fast animation of raster files with sunview becoming rapidly obselete i ve finally decided to rewrite everything from scratch in xview i put together a quick test and i ve found that xputimage is considerably slower factor of on average than the sunview command pw rop which moves image data from memory pixrects to a canvas this was on a sparc ipx it seems that the x protocol communication is slowing things down or xputimage is inefficient or both my question is what the protocol has to move the whole image from process memory to server memory this is the hog the conversions in the xputimage are fast is the fastest way in x r to dump plane image data to a window can i take advantage of the fact that the client is running on the same machine as the server or am i stuck with yes by utilizing the mit shm extension that provides an xputimage derivate that uses shared memory fine fast xputimage in which case i might as well give up now no you can still xputimage all of the frames onto pixmaps thus moving them to server memory and then replay them fastest using xcopyarea but be aware this is a major server memory bummer o o o brain inside o o o o andre beck abpsoft mehl andre beck irs inf tu dresden de o o o
3,174
comp.windows.x
dxf format display hi i am looking for an x app that will display dxf files these are ascii text files that are normally associated with autocad i have a large meg file of the state of wisconsin that i would like to views and or cut into smaller chunks i also would like to find a complete file layout for dxf files any information would be appreciated patrick l mcgillan computer systems specialist university of wisconsin ph superior wisconsin pmcgilla uwsuper edu
3,175
comp.windows.x
x window for pc if a x window package exists that runs om pc dos and maybe ms windows i would be very happy to hear about it thanx in advance eigil krogh sorensen
3,176
comp.windows.x
vanishing font problem a colleague has a bizarre font problem on his new mips workstation when he first logs on via xdm he has a single xterm window appear with the mwm window manager running in this configuration x windows applications particularly xdvi work fine however if he opens up a second xterm application suddenly xdvi cannot start in either window giving the error unable to load iso font the only difference between the two xterm windows is that the initial one references a different name in the xsession file with prettier colours and other slight changes further investigation shows that only opening a default xterm causes this behaviour and more significant all x applications can no longer load any fonts if they are invoked from the command line in either window if i start the xterm with a different font using the fn option no problems it would seem that the default xterm is loading a font which somehow causes the server to lose all of its fonts note xlsfonts in either window shows all of the fonts available so there doesn t appear to be a problem in the font directories hash tables other than rewriting the xterm app defaults file to use a different font and hope for the best does anyone have any ideas more info this is the most recent mips workstation r i believe with the most current operating system and running x r it is not mwm s fault as the same problems occur under twm etc
3,177
comp.windows.x
postscript on x terminal i have a problem when i m using postscript when i am working local on a sun sparcstaton ipc the postscript works good but when i connect to the sun from a x terminal i just get error messages that the postscript cannot connect to the news display why doesn t postscript work on an x terminal is there any way to make it work henrik henrik hjort hjort
3,178
comp.windows.x
re image processing packages under x prateek mishra mishra cs sunysb edu wrote 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 keep tabs with the faq in sci image processing there is quite a comprehensive compilation of image processing s w x included i ve ftp ed imagemagick and its great check out the faq its all there
3,179
comp.windows.x
a strange problem with text hello i am testing a port of x r to coherent a unix clone os for intel architecture machines i am seeing a strange problem with text in clients like xvt a simple terminal emulator program the problem manifests it self when the shell echoes typed characters back to the server for display one at a time the characters appear to be too closely spaced with the result being that the nd character echoed destroys the rightmost edge of the first character then the rd character destroys the rightmost edge of the second character and so on it looks like there is an invisible boundary around a character which obscures a portion of the previous character there is no problem between the characters when the shell returns a complete line of text only when the output is a series of individual characters if anyone has any ideas what the problem might be or where i should look to find it it would be much appreciated regards and thanks jon dhuse jon dhuse internet jdhuse sedona intel com intel corp ch phone w chandler blvd any opinions expressed are my own chandler az not my employer s
3,180
comp.windows.x
cxterm on mips hello has anyone built cxterm x r on a mips platform if you have please send me email as i don t read this group i ve a bunch of questions thanks edward m greshko control data taiwan voice x f nanking east road section fax taipei taiwan r o c
3,181
comp.windows.x
re repost accelerators translations in sdennis aa cad slb com sdennis osf org writes i posted this a while ago and didn t receive one reply and now we have another bug report on the same subject can anybody help me out the problem is that motif uses xgrabkey to implement menu accelerators and these grabs are specific about which modifiers apply unfortunately the specification for xgrabkey doesn t allow anymodifier to be combined with other modifiers which is exactly what would be desired in this case ctrl any key q in ora vol in the section on accelerators it says for information on how to specify translation tables see vol this is so you know what to put for the xmnaccelerator resource if you go to vol it says likewise if a modifier is specified there is nothing to prohibit other modifiers from being present as well for example the translation shift key q quit will take effect even if the ctrl key is held down at the same time as the shift key and the q key this is true for accelerators and mnemonics which are implemented using event handlers instead of grabs it s not true for menu accelerators if you re a motif implementor i d suggest lobbying to get the xlib semantics changed to support the feature i described above otherwise change the documentation for menu accelerators to properly set the user s expectations because menu accelerators are not the same thing as translations is it possible to supply accelerator for a menu entry if you mean menu accelerator no it s not possible that s according to the definition of the xmnaccelerator resource in the xmlabel manual page keep in mind when answering this question that when using motif you can t use xtinstallaccelerators i can t think of a reason why not how can you ensure that accelerators work the same independent of case what i want is ctrl o and ctrl o to both be accelerators on one menu entry there is a workaround for motif users in addition to the normal menu accelerator you install on the xmpushbutton gadget set an xtnaccelerators resource on the shell toplevel or application install the shell s accelerators on itself and all of its descendants with xtinstallallaccelerators shell shell for example applicationshell mainwindow menubar filecascade filepulldown openpushbutton exitpushbutton openpushbutton accelerator ctrl key o openpushbutton acceleratortext ctrl o exitpushbutton accelerator ctrl key q exitpushbutton acceleratortext ctrl q applicationshell accelerators override n ctrl key o performaction openpushbutton armandactivate n ctrl key q performaction exitpushbutton armandactivate you have to write and add the application action performaction which you can implement by using xtnametowidget on the first argument and then xtcallactionproc with the rest of the arguments i tested out something similar to this to shorten development time i used teleuse s tuninstallaccelerators resource to install the accelerators on the shell and i directly invoked the open and quit d actions instead of asking the pushbuttons to do it for me but the more general approach i described above should work trevor bourget trevor telesoft com
3,182
comp.windows.x
re animation with xputimage in article apr infodev cam ac uk dcr mail ast cam ac uk derek c richardson writes i just implemented this and it seems i can just about achieve the display rates x x frames sec on ipx that i get with sunview though it s a bit choppy at times also loading the data making an ximage then xput ing it into a pixmap is a bit cumbersome so the animation is slower to load than with sunview is there a better way to load in the data rgooch rp csiro au richard gooch writes if you need speed and your client can run on the same host as the x server you should use the shared memory extension to the sample x server mit shm xdpyinfo will tell you if your server has this extension this is certainly available with the sample mit x server running under sunos a word of warning make sure your kernel is configured to support shared memory and another word of warning openwindows is slower than the mit server i have written an imaging tool using xview for the gui by the way which yields over frames per second for bit images running on a sparc ipc half the cpu grunt of an ipx this has proved quite sufficient for animations regards richard gooch shared memory putimage also mentioned by nkissebe delphi beckman uiuc edu nick kisseberth looks interesting but i need someone to point me to some documentation is this method likely to give better results than server resident pixmaps i d also be interested in looking at the xview code mentioned above thanks for the help so far if i get something decent put together i ll definitely post it to the net the mit tapes come with documentation written by keith packard on the shared memory extension to x look in mit doc extensions mit shm ms i found this invaluble unfortunately there is a bit of work to set up the shared memory segments making an ximage from it etc also there is an extension query to determine if the server supports it but you still need to test if the server is running on the same host and if shared memory is enabled in the kernel i have written layers of convience routines which make all this transparent as for the xview code well i doubt that would be considered interesting the interesting stuff is done in a c object library people interested in this code can email me regards richard gooch rgooch atnf csiro au
3,183
comp.windows.x
need help with key bindings i need help binding some value to the home and end keys on my keyboard i have an rs w aix ext running x r pl mit dist i m using a pc running exceed for windows as my xterminal the home and end keys do not send a value and my application needs them to be defined i used this in my xdefaults to define the keys varnet vt translations override key home string n key end string then i xterm name varnet this works perfect however the and the key on my keypad are also defined as and any ideas help please thanks egan f ford egan phony cc utah edu hellgate utah edu
3,184
comp.windows.x
core dump from getcons we are getting a memory fault and a core dump whenever we end a motif session under ultrix running on a dec an examintion of the core file leads us to believe it s from getcons does anyone know what this is all about marc marc wiener marc aip org american institute of physics sunnyside blvd voice woodbury ny fax
3,185
comp.windows.x
re animation with xputimage in article nrao edu rgooch rp csiro au richard gooch writes the mit tapes come with documentation written by keith packard on the shared memory extension to x look in mit doc extensions mit shm ms i found this invaluble unfortunately there is a bit of work to set up the shared memory segments making an ximage from it etc also there is an extension query to determine if the server supports it but you still need to test if the server is running on the same host and if shared memory is enabled in the kernel i have written layers of convience routines which make all this transparent as for the xview code well i doubt that would be considered interesting the interesting stuff is done in a c object library people interested in this code can email me regards richard gooch rgooch atnf csiro au thanks for docs info it turns out that if i leave out colormap updates between frames and use tvtwm my tests with x x frames on an ipx using the server resident pixmap method give an astonishing frames per second and very smooth i think i ve found the best solution thanks to the generous help on this group however i may have colormap questions later derek derek c richardson tel x institute of astronomy fax cambridge u k cb ha e mail dcr mail ast cam ac uk
3,186
comp.windows.x
re animation with xputimage dcr mail ast cam ac uk derek c richardson writes shared memory putimage also mentioned by nkissebe delphi beckman uiuc edu nick kisseberth looks interesting but i need someone to point me to some documentation is this method likely to give better results than server resident pixmaps i d also be interested in looking at the xview code mentioned above there s documentation on how to use the shared memory extension in the x r distribution actually i just finished writing a motif animation program take lots of image data and display it pretty darn fast when using on server pixmaps or shared memory i had to insert a delay loop to keep it from going too quickly testing both methods side by side they were just about equal the advantage of shm is that your x server doesn t grow to ridiculous sizes but pixmaps can work over a network and are removed if your application dies one tends to use ipcrm manually quite a bit when debugging shm apps shared memory also has the problem that some operating systems e g ultrix seem to allow only a small number of segments to be attached to a process at once consequently a redraw becomes xshmattach xshmputimage xshmdetach on dec systems and dec s bit displays like the ones i tend to use most often don t seem to support the extension maybe someone compiled them wrong and using pixmaps causes the x server to crash failed mallocs so one has to use the local unix domain socket which really isn t that bad one copies the info three times per redraw instead of one in short allowing all three forms of display within the program is a good thing minus shm if running over a network and let the user pick whatever feels fastest i just use an ximagehandler class and forget about it rob
3,187
comp.windows.x
pixmaps and colormaps sent through selections i want to be able to send a pixmap from one client to the next along with this i want to send the colormap and foreground and background pixel values so far not a problem i can do this with no problem however once i have the pixmap id and the colormap id how do i go about telling the server that the second receiving client now wants to have associations with the two id s tia john o john l cwikla o o o x programmer o x was never the first o o wolfram research inc o letter of the alphabet o o cwikla wri com o o
3,188
comp.windows.x
dynamic squeezetitle configuration in twm i consider twm style squeezed titles indispensable in a window manager i like to have two tall xterm windows visible at the same time with no overlap and since two windows aren t enough i have other xterm windows underneath them with exactly the same positioning in case you re not familiar with squeezed titles here s a crude picture figure title a title b title c this is the window b hides window c but body of the you can still see c s title window window a which is squeezed right figure squeezed titles allow me to have about such windows in each stack with easy access and per stack is usually more than i really need since i also insist on having a virtual wm the only problem is that the title location is static that is it is configured in twmrc and in order to change it you have to edit that file and restart the window manager doing so is cumbersome and time consuming therefore i have implemented f squeeze left center right functions in my own copy of vtwm the idea being that with one click of a button you can change this title a this is the body of the window window a to this title a this is the body of the window window a okay so far so good now how the heck do i get them to put this into the next official twm and the next tvtwm and the next vtwm and the next ctwm and the next xyztwm that i never heard of one way would be to post in comp windows x a description of this enhancement together with an explanation of why i think it is a very good thing and hope that someone reads it in case it isn t already clear why i think it s a very good thing look back up at figure and picture window a moved over on top of windows b and c now window a s title hides window b s title but when you hit f squeezecenter the result is title b title a title c this is the body of the window window a which is on top the rest of this posting explains how to implement it based on my x r copy of vtvwm shar it s just a sketch because posting the full diffs would be too long the key to this enhancement is to add the following lines in the executefunction routine in menus c ifdef shape case f squeezeleft static squeezeinfo left squeeze j left if deferexecution context func scr selectcursor return true tmp win squeeze info left squeeze setframeshape tmp win break and similarly for squeezeright j right and squeezecenter j center endif of course you also have to define f squeezeleft in parse h and add f squeezeleft fkeyword f squeezeleft and so forth to parse c in order to use these functions add something like the following to your twmrc file button m s w v d r i t door f squeezecenter about a year ago i posted this but our news was broken and i think it didn t get out since then blast has appeared in comp sources x volume issue you could use blast to achieve a similar effect by chiseling away at an mwm style wide title better to have a twm style window manager i think ralph betza fm uunet ssiny gnohmon gnohmon ssiny com the question of whether a computer can swim is more interesting than the question of whether a submarine can think lenny dykstra
3,189
comp.windows.x
re animation with xputimage shared memory putimage also mentioned by nkissebe delphi beckman uiuc edu nick kisseberth looks interesting but i need someone to point me to some documentation is this method likely to give better results than server resident pixmaps i d also be interested in looking at the xview code mentioned above there is no easy answer to this question it depends on whether the display device can hold pixmaps in off screen memory and if so how efficiently the server manages these resources having to deal with limited off screen memory is the bane of the server implementor s existence i have worked with graphics devices where the off screen memory to main display copy rate eclipses that of the main memory to display copy rate and with those where the main memory to display is faster than off screen to display requires only a write to the framebuffer rather than a read of the f b followed by a write if your server uses the cfb code or something like it to render into pixmaps in cpu main memory the rates you can get through mit shm are likely to be equal maybe a tad slower depending on your os s implementation of shared memory to copyarea from pixmap to window which is also then just a copy from cpu main memory to graphics device one advanage of mit shm is that if your images are large you don t end up growing the size of the server process to hold them one disadvantage of the mit shm is that in its sample implementation there is no provision for elegantly cleaning up the shared memory segments if the client dies a sudden violent death e g kill you have to be mindful of cluttering up the system with zombie shared memory segments ken kenneth whaley kubota pacific computer inc email whaley kpc com walsh avenue santa clara ca
3,190
comp.windows.x
help on xlib and include files hi xperts i have a sparc with very limited disk space on usr partition previously i was able to run all x windows applications and then i upgraded my system to sun o s and realized that the hard disk did not have enough space to load openwindows my immediate alternative was to load only the neccessary files to boot the system this resulted in not loading openwindows as a result of which none of the x libraries got loaded i am trying to load just the libraries and include files and bin x files required for running x windows and compiling my programs written for xlib and xaw in a desperate effort to regain x windows i retrieved usr lib libx files from the tape usr bin x and usr include x is this enough for running x windows but i did not get usr lib x fonts sub directories these are mainly dpi dpi and misc when i run xinit the error message says usr lib x fonts dpi etc are not in the default path but the problem is i cannot load any of those directories as there is no disk space are there any temporary suggestions before i get a gb disk and load openwindows to just have my x windows running thanks pramod
3,191
comp.windows.x
writing a motif widget can anyone give me some information please i need probably to write one or more new motif widgets on the hp ux platform do i need the motif private header files and source or can i make do with the public headers that are provided motif includes xt in this context one widget is a multi column list which lots of people have already written i am sure and would therefore be probably be a subclass of list rather than something simple like an xt class is this more difficult in principle not lines of code alternatively if anyone has a multi column list widget they could sell me this might save me from having to write one does it by any chance exist in motif already i do not yet have the spec answers appreciated nicholas nicholas young
3,192
comp.windows.x
re forcing a window manager to accept specific coordinates for a window in article r l g bub wsinfo win tue nl rcb wsinfo win tue nl richard verhoeven writes bading cs tu berlin de tobias doping bading writes try this after xcreatewindow xsizehints flags usposition ussize or pposition psize xsetwmnormalhints display window xsizehints these hints tell the window manager that the position and size of the window are specified by the users and that the window manager should accept these values if you use xsizehints flags pposition psize this tells the window manager that the values are prefered values of the program not the user i don t know a window manager that doesn t place the window like you prefer if you specify the position and size like above sorry but olwm and tvtwm don t do it they place the title at that position and the window at a position below it the reason they place their outside corner at the location you requested is because that s what the icccm says they should do this becomes a problem when you want a program to be able to save its current configuration and restore is later currently my solution is xcreatewindow xsetwmproperties xmapwindow xflush xmovewindow this code will almost certainly break calling xmapwindow and then xflush does not guarantee that the window is visible and managed by the window manager even if this did work there isn t a reliable way to find out how much decoration the window manager placed around your window so you don t know how far to move it and what if the window manager refuses to move your window tom lastrange toml boulder parcplace com
3,193
comp.windows.x
re postscript on x terminal i have a problem when i m using postscript when i am working local on a sun sparcstation ipc the postscript works good but when i connect to the sun from a x terminal i just get error messages that the postscript cannot connect to the news display why doesn t postscript work on an x terminal because xterminals do not have a news server xterminals have speed by nature of their limited functionality once you add news and everything else you have a workstation there are workarounds i ve heard one involving a perl script what we are trying to do is replace programs that need news like pageview with programs that don t like ghostview maybe someone else can elaborate on the perl workaround i have no personal experience with it greg owen gowen forte cs tufts edu gowen jade tufts edu systems programmer and ta tufts university computer science dept all transfers are disclaimed by my host name and boss s address if you don t like this policy disconnect now
3,194
comp.windows.x
q colormaps with dialog shells i have an applicationshell which uses a colormap created with xcreatecolormap and uses all of the colors available for my bit display when i move the cursor over the window i get the technicolor effect which is fine basically my program works my problem question is when i popup a dialogshell to prompt the user for some input i want the xmndialogstyle to be set to xmdialog primary application modal the result is that if my cursor is over the dialogshell i get my colormap but if the cursor is over the applicationshell or any window other than the dialogshell i get the default colormap but i d like it so that if my cursor is over any window of my application i get my colormap any suggestions thanks david
3,195
comp.windows.x
looking for an r xserver for hp subject says it all anyone know where i can find one binaries are nice but source would do to thanks in advance rob banz banz umbc edu if we give people an alternative to microsoft it will have been a greater good steve jobs unixworld april yes bill we are your father ibm os presentation fose
3,196
comp.windows.x
wcl hi i have a problem when compiled wcl in sco odt cc c ox i i usr include xt getresl c xt getresl c xt getresl c error c xtconstraintbit undefined error code although i follow the instructions in file readme build to build wcl in sco platform this problem didn t resolve so i have some questions related to this matter does xtconstraintbit exist in sco odt does xtconstraintbit use in x r x r and what release does sco odt use x r or x r if not does someone know how to work around
3,197
comp.windows.x
xterm with status line and color i m looking for a version of xterm which handles color and vt style status lines can anyone out there help thanks
3,198
comp.windows.x
problem running aix info from a sun rlogin shell when i run our rs s info utility through a remote login shell rlogin from my sun sparc i can no longer type lower case in any of info s window prompt s i thought the prob may have been due to my sun window mgr openlook being incompatible with the aix motif application but i tried it under tvtwm also same result so this is presumably an x key definition problem between workstations but my system admins feign ignorance what do i need to do the be able to type lower case into this remote aix motif app from within my local openlook window manager wayne long oe internet wcl risc sps mot com william cannon drive west uucp cs texas edu oakhill risc wcl austin texas phone fax
3,199
comp.windows.x
re repost accelerators translations in article apr telesoft com trevor telesoft com trevor bourget ignite writes in sdennis aa cad slb com sdennis osf org writes i posted this a while ago and didn t receive one reply and now we have another bug report on the same subject can anybody help me out the problem is that motif uses xgrabkey to implement menu accelerators and these grabs are specific about which modifiers apply unfortunately the specification for xgrabkey doesn t allow anymodifier to be combined with other modifiers which is exactly what would be desired in this case ctrl any key q in ora vol in the section on accelerators it says for information on how to specify translation tables see vol this is so you know what to put for the xmnaccelerator resource if you go to vol it says likewise if a modifier is specified there is nothing to prohibit other modifiers from being present as well for example the translation shift key q quit will take effect even if the ctrl key is held down at the same time as the shift key and the q key this is true for accelerators and mnemonics which are implemented using event handlers instead of grabs it s not true for menu accelerators if you re a motif implementor i d suggest lobbying to get the xlib semantics changed to support the feature i described above otherwise change the documentation for menu accelerators to properly set the user s expectations because menu accelerators are not the same thing as translations is it possible to supply accelerator for a menu entry if you mean menu accelerator no it s not possible that s according to the definition of the xmnaccelerator resource in the xmlabel manual page keep in mind when answering this question that when using motif you can t use xtinstallaccelerators i can t think of a reason why not how can you ensure that accelerators work the same independent of case what i want is ctrl o and ctrl o to both be accelerators on one menu entry i find this thread on motif accelerators absoultly amazing if i were writing an interface to keyboard accelerators i would have one resource called accelerators that took a translation table period i would also implement it so that programmer never has to do any work to get the accelerators installed as soon as the end user specified one it would be active and automatically installed to get multiple accelerators on a single menu item i d do something like menuitem accelerators override n ctrl key m fire n shift key l fire n the accelerators would work exactly like translations and you would automatically see a ctrl m show up in your menuitem object why in the world is the motif stuff so complicated with so many different special cases depending on what type of widget you re dealing with there has to be some reason sorry for the political tone of this message tom lastrange toml boulder parcplace com